/* Import 960 Grid System */
@import url("960_12_col.css");

/* Import HTML5 Boilerplate CSS */
@import url("boilerplate.css");

/* Import fonts */
@import url("http://fonts.googleapis.com/css?family=PT+Sans:400,700|Open+Sans:300,400|PT+Serif:400italic");

/* Primary styles */
@font-face{
	font-family: candara;
	src: url(customfont/CANDARA0.eot);
	src: url(customfont/Candara_0.ttf) format('truetype');
}
@font-face{
	font-family: dekar;
	src : url(customfont/dekar-webfont.eot) format('embedded-opentype'),url(customfont/Dekar.otf) format('opentype');	
}
@font-face{
	font-family: hero;
	src : url(customfont/hero-webfont.eot) format('embedded-opentype'),url(customfont/Hero.otf) format('opentype');
}
@font-face{
	font-family: herolight;
	src : url(customfont/hero_light-webfont.eot);
	src : url(customfont/Hero Light.otf);
}
@font-face{
	font-family:museo_sans300;
	src: url(customfont/museosans-300-webfont.eot) format('embedded-opentype'),url(customfont/MuseoSans-300.otf) format('opentype');
}
@font-face{
	font-family:museo_sans300i;
	src: url(customfont/museosans-300italic-webfont.eot) format('embedded-opentype'),url(customfont/MuseoSans-300Italic.otf) format('opentype');
}
@font-face{
	font-family:museo_sans500;
	src: url(customfont/museosans-500-webfont.eot) format('embedded-opentype'),url(customfont/MuseoSans_500.otf) format('opentype');
}
@font-face{
	font-family:museo_sans700;
	src: url(customfont/museosans-700-webfont.eot) format('embedded-opentype'),url(customfont/MuseoSans_700.otf) format('opentype');
}
@font-face{
	font-family:museo_sans700i;
	src: url(customfont/museosans-700italic-webfont.eot) format('embedded-opentype'),url(customfont/MuseoSans-700Italic.otf) format('opentype');
}
@font-face{
	font-family:museo_sans900;
	src: url(customfont/museosans-900-webfont.eot) format('embedded-opentype'),url(customfont/MuseoSans_900.otf) format('opentype');
}
@font-face{
	font-family:museo_sans900i;
	src: url(customfont/MuseoSans-900Italic.otf) format('opentype');
}
body {
	font-family: "PT Sans", sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	cursor:url(../img/main_slice/mouse-icon.png),auto;
	background:url(../img/main_slice/background.gif);
	position:relative;
}
.error{
	color:#F00;
}
#flyingsupport{
	position:absolute;
	width:140px;
	height:300px;
	right:20px;
	top:380px;
}
	#livesupportbee{
		width:147px;
		height:167px;
		padding:0;
		position:relative;
	}
		.startconv{
			display:block;
			width:130px;
			height:36px;
			position:absolute;
			bottom:10px;
			left:10px;
			padding:0;
			background:url(../img/main_slice/btn-start-conver.png) no-repeat left top;
		}
		.startconv:hover{
			background-position:left bottom;
		}
.clearBoth{
	clear:both;
}
.stripping{
	width:100%;
	height:40px;
	position:absolute;
	background:url(../img/main_slice/header.png);
}
.stripping#upper{
	top:0;
}
.linebreakV{
	width:2px;
	height:inherit;
	background:url(../img/main_slice/img_linerepeator_vertical.gif) repeat-y;
}
.linebreakH{
	height:2px;
	width:inherit;
	background:url(../img/main_slice/img_linerepeator_horizontal.gif) repeat-x;
}
.stripping#below{
	bottom:0;
	padding-top:10px;
	height:28px;
	text-align:center;
	font-family:candara;
	font-size:12px;
	color:#231f20;
	-webkit-text-stroke:1px #fff;
}
form {
}
	input, .textarea {
		width: 100%;
		height: 26px;
		margin-bottom: 15px;
		border: 0;
		background-color: #fff;
		-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
		-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
		padding: 7px 5px 6px 5px;
		color: #999;
		font-family: "PT Sans", sans-serif;
		font-size: 11px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
		.grey input, .grey .textarea {
			background-color: #f4f4f4;
			-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
		}
		.black input, .black .textarea {
			background: rgba(0,0,0,0.4);
			-moz-box-shadow: inset 0px 1px 1px #000, inset 0px -1px 1px rgba(255,255,255,0.1); -webkit-box-shadow: inset 0px 1px 1px #000, inset 0px -1px 1px rgba(255,255,255,0.1); box-shadow: inset 0px 1px 1px #000, inset 0px -1px 1px rgba(255,255,255,0.1);
		}
			.no-rgba .black input {
				background: #333;
				border: 1px solid #555;
			}
		.no-boxshadow input, .no-boxshadow .textarea {
			border: 1px solid #ccc;
			padding-top: 5px;
		}
		.textarea {
			height: auto;
			padding: 8px;
		}
			textarea {
				margin: 0;
				padding: 0;
				width: 100%;
				height: 90px;
				background: transparent;
				border: none;
				color: #999;
				font-family: "PT Sans", sans-serif;
				font-size: 11px;
			}
		/*body form input[type=submit] {
			height: 30px;
			padding: 9px 0;
			margin-bottom: 0;
			color: #fff;
			font-weight: bold;
			font-size: 12px;
			background: url("../img/submit.png") repeat-x;
			-moz-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.3); box-shadow: inset 0px -1px 1px rgba(0,0,0,0.3);
		}*/
			input.auto_width[type="submit"] {
				width: auto;
				padding: 0 15px;
			}
			.black input[type=submit] {
				height: 25px;
				padding: 7px 0;
				background: url("../img/menu.png") repeat-x;
				-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
				-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5); box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
			}
		input.date {
			background: url("../img/calendar.png") 70px center no-repeat;
		}
			.black input.date {
				background: rgba(0,0,0,0.4) url("../img/calendar.png") 70px center no-repeat;
			}
			.half input.date {
				background-position: 99px center;	
			}
				.search .half input.date {
					background-position: 103px center;	
				}
			.third input.date {
				background-position: 60px center;
			}
				.search .third input.date {
					background-position: 61px center;
				}
			.filter .half input.date {
				background-position: 79px center;
			}
	label {
		text-transform: uppercase;
		font-size: 10px;
		color: #999;
		margin-bottom: 5px;
		display: inline-block;
		font-weight: bold;
		text-shadow: 0px 1px 1px #fff;
	}
		.black label {
			font-weight: normal;
			text-shadow: 0px 1px 1px #000;
		}

section {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.6); box-shadow: 0px 1px 1px rgba(0,0,0,0.6);
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.simple {
		background: transparent;
		padding: 0;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	}

hr {
	border: none;
}
	hr.dashed {
		margin-top: 20px;
		margin-bottom: 40px;
		height: 2px;
		background: url("../img/separator_dashed.png") repeat-x;
		border: none;
	}

h2 {
	display: inline-block;
}
	h2 a {
		color: inherit;
	}
	.section_heading {
		height: 45px;
		background-color: #f2f2f2;
		line-height: 45px;
		font-size: 13px;
		font-weight: bold;
		color: #666;
		display: block;
		border-bottom: 1px solid #dfdfdf;
		padding: 0 20px;
	}
	body section .text_big {
		font-size: 15px;
		font-weight: bold;
		text-shadow: 0px 1px 1px #fff;
		color: #666;
		margin-bottom: 15px;
	}

a {
}
	a.next, a.previous {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		margin-top: 10px;
		margin-bottom: 20px;
		color: #fff;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
		font-weight: bold;
		-moz-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.3); box-shadow: inset 0px -1px 1px rgba(0,0,0,0.3);
		-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	}
		section a.next, section a.previous {
			margin: 0;
		}
		a.next {
			background: url("../img/next.png") right no-repeat, url("../img/submit.png") repeat-x;
			float: right;
			padding-right: 30px;
		}
		a.previous {
			background: url("../img/previous.png") left no-repeat, url("../img/submit.png") repeat-x;
			float: left;
			padding-left: 30px;
		}
		.no-multiplebgs a.next, .no-multiplebgs a.previous {
			background: url("../img/submit.png") repeat-x;
			padding: 0 15px;
		}

header, .mainheader {
	background: center no-repeat;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
	#panel {
		margin-top: 30px;
		-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	}
		#panelheadtop{
			width:100%;
			height:173px;
		}
		#panelheadbottom{
			width:950px;
			height:70px;
			background:url(../img/main_slice/menubar-repeat.png) repeat-x;
			-moz-border-radius: 6px; 
			-webkit-border-radius: 6px; 
			border-radius: 6px;
			position:relative;			
		}
			#panelheadbottom ul{
				margin:0;
				padding:6px 0 0;
				height:100%;
			}
			#panelheadbottom ul li{
				display:block;
				float:left;
				height:52px;
				border-left:1px dotted #fff;
				padding:0 20px;
				position:relative;
				zoom:1;
				/*padding:30px 20px 0;
				transition: height 1s,padding 1s;
				-moz-transition: height 1s,padding 1s; 
				-webkit-transition: height 1s,padding 1s; 
				-o-transition: height 1s,padding 1s; */
			}
			#panelheadbottom ul li.last{
				padding:0 15px;
			}
				#panelheadbottom li:hover .menulink div,#panelheadbottom li.activelink .menulink div,#panelheadbottom li:hover .menulink,.activelink a#home{
					color:#fff;
					background-position:left bottom;
				}
			.spacing{
				display:block;
			}			
			#panelheadbottom ul li:hover,#panelheadbottom ul li.activelink{
				/*height:50px;
				padding:20px 20px 0;*/	
			}
			#panelheadbottom ul li:first-child{
				border-left:none;
			}
			.menulink{
				display:block;
				font-size:18px;
				font-family: dekar;
				padding-bottom:4px;
				color:#F8DA02;
				text-align:center;
			}
				#home{
					background:url(../img/main_slice/navicon_home.png) no-repeat left top;
					width:34px;
					height:27px;
					margin-top:8px;
				}
				#sp-icon,#b-icon,#c-icon,#h-icon,#f-icon,#n-icon,#a-icon,#g-icon,#t-icon{
					height:33px;
					margin:0 auto;
				}
				#sp-icon{
					background:url(../img/main_slice/navicon_specialtour.png) no-repeat left top;					
					width:28px;
				}
				#g-icon{
					width:30px;
					background:url(../img/main_slice/navicon_gallery.png) no-repeat left top;
				}
				#b-icon{
					width:67px;
					background:url(../img/main_slice/navicon_busrent.png) no-repeat left top;
				}
				#c-icon{
					background:url(../img/main_slice/navicon_phone.png) no-repeat left top;
					width:33px;
				}
				#t-icon{
					width:18px;
					background:url(../img/main_slice/navicon_tourpackage.png) no-repeat left top;
				}
				#h-icon{
					background:url(../img/main_slice/navicon_hotel.png) no-repeat left top;
					width:27px;
				}
				#f-icon{
					background:url(../img/main_slice/navicon_flight.png) no-repeat left top;
					width:27px;
				}
				#n-icon{
					background:url(../img/main_slice/navicon_news.png) no-repeat left top;
					width:20px;
				}
				#a-icon{
					background:url(../img/main_slice/navicon_about.png) no-repeat left top;
					width:24px;
				}
			.menubar{
				background:url(../img/main_slice/menubar_on.gif) no-repeat;
				width:38px;
				height:19px;
				position:absolute;
				bottom:-15px;
				z-index:7000;
			}
			.menulink:hover,li.activelink .menulink{
				color:#fff;
			}
				#type-package,#edu-package,#gallery-type{
					z-index:5000;
					display:none;
					width:142px;
					position:absolute;
					left:0;
					bottom:-104px;
					padding:20px 0 0 0;
				}
					.gallery-button,.video-button{
						width:138px;
						display:block;
						height:48px;
					}
					.gallery-button{
						background:url(../img/main_slice/btn-gallery-photo.png) no-repeat left top;
					}
					.video-button{
						background:url(../img/main_slice/btn-gallery-video.png) no-repeat left top;
					}
					.gallery-button:hover,.video-button:hover{
						background-position:left bottom;
					}
				#edu-package{
					bottom:-106px;
					left:-8px;
				}
				#gallery-type{
					left:-25px;
					top:41px;
				}
					#type-package a.withBG{
						display:block;
						width:136px;
					}
					#domestic{
						height:48px;
						background:url(../img/main_slice/btn-domestic.png) no-repeat left top;
					}
					#international{
						height:48px;
						background:url(../img/main_slice/btn-international.png) no-repeat left top;
					}
					#edutour,#customtour{
						width:138px;
						display:block;
					}
					#edutour{
						height:48px;
						background:url(../img/main_slice/btn-school-edu.png) no-repeat left top;
					}
					#customtour{
						height:49px;
						background:url(../img/main_slice/btn-custom-tour.png) no-repeat;
					}
					#domestic:hover,#international:hover,#edutour:hover,#customtour:hover{
						background-position:left bottom;
					}
		.beelogo{
			float:left;
			background:url(../img/main_slice/bee-logo.png) no-repeat;
			width:404px;
			height:165px;			
		}
		.beelog{
			float:right;
			position:relative;
			height:155px;
			margin:10px 30px 0;
			background:/*url(../img/main_slice/mascot-login.gif) no-repeat right 2px*/;
			text-align:right;
		}
			.beelog img[alt='Loading...']{
				margin:55px 0 0;
			}
		.beelog:first-child{
			margin:0;
		}
			.lang-display{
				display:inline-block;
				position:relative;
				width:147px;
				height:28px;
				padding:2px 5px 0;
				background:url(../img/main_slice/bg_languagebox.png) no-repeat;
				text-align:left;
			}
				.lang-display img{
					vertical-align:middle;
				}
				.language{
					zoom:1;
					filter: alpha(opacity=0);
					opacity:0;					
					position:absolute;
					left:0;
					width:100%;
					height:100%;
				}
				#lang{
					text-transform:uppercase;
				}
				.option-arrow{
					background:url(../img/main_slice/btn_languagedropdown.png) no-repeat left top;
					width:27px;
					height:30px;
					float:right;
					margin:-2px -5px 0 0;
				}
			.callus{
				margin:65px 0 0;
				float:none;
				font-size:14px;
				font-family:museo_sans900;
				line-height:normal;
				text-transform:uppercase;				
				color:#1e1e1e;
				text-shadow:none;
			}
			.enlarge{
				font-size:20px;
			}
			.buttonlog{
				display:block;
				height:38px;
				margin-bottom:3px;
			}
			.buttonlog#buttonlog_login{
				width:208px;
				background:url(../img/main_slice/btn-login.png) no-repeat left top;
			}
			.buttonlog#buttonlog_login:hover,.buttonlog#buttonlog_reg:hover{
				background-position:left bottom;
			}
			.buttonlog#buttonlog_reg{
				width:194px;
				background:url(../img/main_slice/btn-register.png) no-repeat left top;
			}
			input.buttonlog{
				width:100%;				
			}
			
		h1 {
			float: left;
			margin-left: 20px;
			color: #fff;
			text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
			font-size: 42px;
			line-height: 85px;
		}
			h1 a {
				color: inherit;
			}
		/*#panel nav {
			float: right;
			margin-right: 23px;
			text-align: right;
		}
			#panel ul {
				display: inline-block;
			}
				#panel li {
					display: inline-block;
					padding: 0 10px;
				}
					#panel li a {
						color: #fff;
						font-weight: bold;
						font-size: 13px;
						text-shadow: 0px 1px 1px #000;
						display: inline-block;
						padding: 0 12px;
						height: 25px;
						line-height: 25px;
					}
						#panel li:hover a, #panel li .selected {
							background: url("../img/menu.png") repeat-x;
							-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
							-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5); box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
						}*/
					#panel li ul {
						line-height: 30px;
						margin-top: -20px;
						position: absolute;
						display: none;
						z-index: 50;
						text-align: left;
						background-color: rgba(51,51,51,0.9);
						opacity: 0;
						-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
						-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 1px 1px rgba(255,255,255,0.1); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 1px 1px rgba(255,255,255,0.1); box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 1px 1px rgba(255,255,255,0.1);
						-webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s;
					}
						.no-rgba #panel li ul {
							background-color: #333;
						}
						#panel li:hover ul {
							display: block;
							opacity: 1;
						}
						#panel li li {
							display: block;
							padding: 0;
							background: url("../img/menu_separator.png") bottom repeat-x;
						}
							#panel li li:last-child {
								background: transparent;
							}
							#panel li:hover li a {
								display: block;
								background: transparent;
								height: 30px;
								line-height: 30px;
								font-size: 12px;
								padding: 0 30px 0 10px;
								-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
								-webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; transition: background-color 0.2s;
							}
								#panel li li:hover a, #panel li li a.selected {
									background: rgba(255,255,255,0.08);
								}
			#panel nav form {
				margin-left: 30px;
				display: inline-block;
			}
				#panel input {
					width: 253px;
					height:34px;
					margin-top:30px;
					background: rgba(255,255,255) url(../img/main_slice/btn-search.png) 208px top no-repeat;
					border:1px solid #D7D902; 
				}
					.no-rgba #panel input {
						background: #333 url("../img/search.png") 128px center no-repeat;
					}
				#panel input[type=submit] {
					position:absolute;
					right:28px;
					bottom:13px;
					width:34px;
					height:33px;
					margin:0 !important;
					background:url(../img/main_slice/btn-search.png) no-repeat left top;
				}
				#panel input[type=submit]:hover{
					background-position:left -38px;
				}
	header h2,.mainheader h2 {
		display: block;
		color: #fff;
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
		font-size: 38px;
		line-height: 60px;
		text-shadow: 0px 1px 2px #000;
		width: 940px;
		margin: 60px auto 70px auto;
		text-shadow: 0px 1px 2px #000;
	}
		header h2 .stars, .mainheader h2 .stars {
			display: inline-block;
			line-height: 15px;
			margin-left: 10px;
			margin-top: 10px;
			vertical-align: top;
			width: 90px;
		}
			header h2 .stars img {
				display: block;
				float: left;
				margin-right: 3px;
				vertical-align: middle;
			}
	header p,.mainheader p {
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
		font-size: 18px;
		color: #fff;
		display: block;
		width: 940px;
		margin: -25px auto 45px auto;
		text-shadow: 0px 1px 2px #000;
	}
	.slider_nav {
		width: 1000px;
		position: relative;
		margin: 0 0 0 165px;
		z-index: 20;
		top: 215px;
		left:10px;
	}
		.slider_nav a {
			display: inline-block;
			width: 27px;
			height: 27px;
		}
			.slider_nav .left {
				background:url(../img/main_slice/btn-previous.png) no-repeat left top;
			}
				.slider_nav .left:hover {
					background-position: left bottom;
				}
			.slider_nav .right {
				background:url(../img/main_slice/btn-next.png) no-repeat left top;
			}
				.slider_nav .right:hover {
					background-position: left bottom;
				}
	.slider_wrapper {
		width: 940px;
		margin: 0 0 0 205px;
		overflow-x: hidden;
		position:relative;
	}
		
		.homepage_slider, .buttonnav {
			padding: 0;
			margin: 0;
			width: 99999px;
			position: relative;
		}
		.buttonnav{
			margin:8px 0 50px;
		}
			.buttonnav .num{
				list-style:none;
				float:left;
				width:22px;
				height:22px;
				text-align:center;
				display:block;
				margin-right:7px;
			}
				.num a{
					display:block;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					background-color:#000;
					color:#F8DA00;
					display:block;
					text-decoration:none;
					border:none;
				}
				.num a:hover{				
					background-color:#fff;
					color:#000;			
				}
			.homepage_slider li {
				text-align: center;
				list-style: none;
				width: 940px;
				float: left;
				margin: 30px 0 0 0;
				padding: 0;
				text-shadow: 0px 1px 5px #000;
			}	
				.homepage_slider img{
					width:100%;
				}
				.homepage_slider h2 {
					width: auto;
					margin-top: 40px;
					margin-bottom: 20px;
				}
					.homepage_slider h2 a {
						color: #fff;
					}
					.homepage_slider h2 strong {
						font-weight: 500;
					}
				.homepage_slider p {
					width: auto;
					display: inline-block;
				}
	header:after {
		/*display: block;
		content: "";
		background: url("../img/header_gradient.png") repeat-x !important;
		height: 350px;
		width: 100%;
		margin-top: -100px;
		margin-bottom: -250px;*/
	}

.sidebar {
	float: right;
}

.search_lm {
	padding: 0;
}
	.search {
		background: url("../img/black_pattern.png");
		float: left;
		width: 310px;
		height: 325px;
		float: left;
		margin: 0;
		padding: 0;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
		-moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px; border-radius: 3px 0 0 3px;
	}
		.no-boxshadow .search {
			border-width: 0 1px 0 0;
		}
		.search h2, .search_box h2 {
			margin-bottom: 10px;
			padding: 0 20px;
			height: 45px;
			line-height: 45px;
			display: block;
			background: url("../img/search_header.png") repeat-x;
			font-size: 13px;
			font-weight: bold;
			color: #fff;
			text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
		}
			.search h2 span {
				margin-right: 25px;
				display: inline-block;
			}
				.search h2 span.selected, .search h2 span:hover {
					background: url("../img/search_header_selected.png") bottom center no-repeat;
				}
		.search form, .search_box form {
			margin: 20px;
		}
			.search form .half {
				width: 125px;
			}
			.search form .two_thirds {
				width: 167px;
			}
			.search form .third {
				width: 83px;
			}
	.search_lm .last_minute {
		width: 630px;
		float: left;
		margin-bottom: 0;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	}
		.no-boxshadow .search_lm .last_minute {
			border: none;
			width: 628px;
		}

.last_minute {
	padding: 0;
}
	.last_minute table {
		width: 100%;
	}
		.last_minute tr {
			background: url("../img/lm_zebra_1.png") top repeat-x;
			height: 40px;
		}
			.last_minute tr:nth-child(2n+1) {
				background: url("../img/lm_zebra_2.png") top repeat-x;
			}
			.last_minute th {
				text-align: left;
				text-transform: uppercase;
				font-size: 10px;
				font-weight: bold;
				color: #999;
				padding: 0 20px;
				height: 45px;
				line-height: 45px;
				background: #fff;
			}
			.last_minute td {
				padding: 0 20px;
			}
				.last_minute td a {
					color: #333;	
				}
				.last_minute td:first-child {
					font-weight: bold;
				}
				.last_minute td:last-child {
					color: #cc3300;
					font-weight: bold;
				}
					.last_minute td del {
						color: #666;
						font-weight: normal;
						display: inline-block;
						margin-right: 5px;
					}
					.last_minute td span {
						color: #666;
						font-weight: normal;
					}

.search_box {
	background: url("../img/black_pattern.png");
	float: left;
	padding: 0;
}

article {
	margin-bottom: 20px;
	background: #fff;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.6); box-shadow: 0px 1px 1px rgba(0,0,0,0.6);
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
	article p {
		display: inline-block;
		text-align: justify;
		margin: 0 20px 20px 20px;
	}
	article h2 {
		display: block;
		font-size: 17px;
		line-height: 17px;
		margin: 20px 20px 11px 20px;
	}
	article img {
		width: 100%;
		margin-bottom: 10px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	article .info {
		line-height: 11px;
		margin: 0 20px 20px 20px;
		font-size: 11px;
		color: #999;
	}
		article .info img {
			margin: 0 10px;
			width: auto;
			vertical-align: middle;
		}
.blog {
	background: transparent;
	padding: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
	.blog article {
		margin-bottom: 20px;
	}

.blogpost {
	padding: 0;
	height: auto;
	overflow: hidden;
}
	.blogpost article {
		float: left;
		width: 630px;
		border-right: 1px solid #dbdbdb;
		margin: 0;
	}
	.blogpost .author {
		width: 309px;
		float: left;
		padding: 20px;
		padding-bottom: 2000px;
		margin-bottom: -2000px;
		background-color: #fafafa;
	}
		.blogpost .author h2 {
			font-size: 14px;
			font-weight: normal;
			margin-bottom: 12px;
		}
		.blogpost .author p {
			margin-bottom: 10px;
		}

.latest_articles {
	background: transparent;
	padding: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.filter {
	background: url("../img/black_pattern.png");
	text-align: center;
	padding: 30px 0 10px 0;
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.1), 0px 1px 1px #000; -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.1), 0px 1px 1px #000; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.1), 0px 1px 1px #000;
}
	.no-boxshadow .filter {
		padding: 10px 8px;
	}
	.filter form {
		text-align: center;
	}
	.filter div {
		float: none;
		display: inline-block;
		margin-right: 20px;
		text-align: left;
	}
		.filter div label {
			margin-top: 0;
		}
		.filter .last {
			margin-right: 0;
		}
		.filter .full {
			width: 200px;	
		}
		.filter .half {
			width: 100px;	
		}
			.filter input[type="submit"] {
				display: none;
			}

.results {
	margin: 0;
	padding: 0;
}
	.no-boxshadow .results {
		border: none;
	}
	.results li {
		list-style: none;
		background-color: #fff;
		margin-bottom: 20px;
		-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.6); box-shadow: 0px 1px 1px rgba(0,0,0,0.6);
		-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
		.no-boxshadow .results li {
			border: 1px solid #ccc;
		}
		.results h3 {
			display: inline-block;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			color: #666;
			padding: 2px 10px 0 10px;
			margin: 10px 0;
		}
			.results a {
				color: #666;
			}
		.results .stars {
			float: right;
			display: inline-block;
			margin-left: 10px;
			height: 13px;
			margin-top: 2px;
			margin: 12px;
			min-width: 60px;
		}
			.results .stars img {
				display: inline-block;
			}
		.results .price {
			float: right;
			height: 40px;
			line-height: 40px;
			margin-right: 10px;
		}
			.results .price strong {
				color: #cc3300;
			}
		.results div {
			height: 32px;
			line-height: 32px;
			background: url("../img/results_info.png") repeat-x;
			color: #666;
			display: table;
			width: 100%;
			padding: 0 10px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
			.results li.short div {
				height: 31px;
				-moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
			}
			.results div span {
				border-left: 1px solid #e8e8e8;
				line-height: 15px;
				display: table-cell;
				text-align: center;
				vertical-align: middle;
			}
				.results div span:first-child {
					border: none;
					text-align: left;
				}
				.results div strong {
					color: #cc3300;
				}
				.results div a, .results div a:visited {
					color: #666;
				}
					.results div a:hover {
						color: #333;
					}
			.results div .stars {
				float: none;
				display: table-cell;
				margin: 0;
				height: 32px;
				line-height: 32px;
			}
		.results p {
			margin: 10px;
			color: #666;
		}
		.resutls a {
			overflow: hidden;
		}
		.results img {
			display: block;
		}
	.sidebar .results {
	}
		.sidebar .results h3 {
			padding-left: 0;
			margin-top: 0;
		}
		.sidebar .results div {
			padding-left: 0;
		}

.results_wide {
	padding: 0;
	margin: 0 10px;
}
	.results_wide li {
		list-style: none;
		background-color: #fff;
		margin-bottom: 20px;
		padding-bottom: 1px;
		min-height: 170px;
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8); box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
		-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
		.results_wide h3 {
			display: inline-block;
			font-size: 16px;
			font-weight: bold;
			color: #666;
			padding: 0;
			margin: 20px 20px 10px 0;
		}
			.results_wide h3 a {
				color: #666;
			}
		.results_wide .price {
			float: right;
			height: 40px;
			line-height: 40px;
			margin-right: 10px;
		}
			.results_wide .price strong {
				color: #cc3300;
			}
		.results_wide div {
			height: 12px;
			line-height: 12px;
			color: #666;
			width: 100%;
			padding: 0 20px;
			display: block;
		}
			.results_wide div span {
				border-right: 1px solid #e8e8e8;
				display: inline-block;
				padding-right: 15px;
				margin-right: 15px;
				height: 20px;
				line-height: 20px;
			}
				.results_wide div span:last-child {
					border: none;
				}
				.results_wide div .boxed {
					display: inline-block;
					height: 22px;
					line-height: 22px;
					padding: 0 10px;
					margin: 0;
					color: #fff;
					background: url("../img/patterns/brushed_alu_dark.png");
					text-shadow: 0px 1px 1px #000;
					-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.7); -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.7); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.7);
					-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
				}
				.results_wide div strong {
					color: #cc3300;
				}
				.results_wide div a, .results_wide div a:visited {
					color: #666;
				}
					.results_wide div a:hover {
						color: #333;
					}
					.results_wide div .boxed a, .results_wide div .boxed a:visited, .results_wide div .boxed a:hover {
						color: #fff;
					}
			.results_wide .stars {
				min-width: 60px;
			}
				.results_wide .stars img {
					display: inline-block;
					vertical-align: middle;
				}
		.results_wide p {
			margin: 20px;
			color: #666;
		}
		.results_wide .thumb {
			display: block;
			float: left;
			margin-right: 20px;
		}
			.results_wide .thumb img {
				display: block;
			}
		.results_wide .price {
			display: block;
			float: right;
			height: 40px;
			line-height: 45px;
			margin: 20px 20px 0 0;
			padding: 0 10px;
			font-size: 23px;
			color: #fff;
			background: url("../img/patterns/brushed_alu_dark.png");
			text-shadow: 0px 1px 2px #000;
			-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.7); -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.7); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.7);
			-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
		}

.gallery {
	padding: 0;
}
	.gallery .slider_nav {
		top: 0;
		width: auto;
	}
		.gallery .slider_nav a {
			position: absolute;
			z-index: 20;
			top: 40px;
			display: inline-block;
			width: 27px;
			height: 27px;		
		}
			.gallery .slider_nav .left {
				background:url(../img/main_slice/btn-previous.png) no-repeat left top;
			}
				.gallery .slider_nav .left:hover {
					background-position: left bottom;
				}
			.gallery .slider_nav .right {
				right: 0;
				background:url(../img/main_slice/btn-next.png) no-repeat left top;
			}
				.gallery .slider_nav .right:hover {
					background-position:left bottom;
				}
	.gallery .slider_wrapper {
		overflow: hidden;
		width: 100%;
		height: 110px;
	}
		.gallery .slider_content {
			width: 99999px;
			position: relative;
			left: 0;
		}
			.gallery .slider_content a {
				display: block;
				float: left;
				margin-right: -2px;
			}
				.gallery .slider_content img {
					width: 150px;
					height: 110px;
				}

.description {
	padding: 0;
	margin-bottom: 20px;
}
	.description .main_image {
		float: left;
		display: block;
	}
		.description .main_image img {
			display: block;
		}
	.description div {
		float: left;
		padding: 15px 20px;
		line-height: 20px;
		height: 20px;
		width: 600px;
		border-bottom: 1px dotted #ccc;
	}
	.description p {
		float: left;
		width: 600px;
		text-align: justify;
		margin: 20px 20px -10px 20px;
	}
	.hotel_features {
		padding: 0 10px;
	}
		.hotel_features li {
			list-style: none;
			display: inline-block;
			margin-right: 25px;
		}
			.hotel_features img {
				vertical-align: middle;
				margin-right: 8px;
			}

.text {
	padding: 0;
	background: transparent;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
	.text h3 {
		font-size: 12px;
		font-weight: bold;
		color: #666;
		margin-bottom: 8px;
	}
	.text p {
		text-align: justify;
	}
		.text p:last-child {
			margin-bottom: 0;
		}
	.text hr {
		margin: 30px 0;
	}
	.address {
		margin-top: 10px;
	}
		.address span {
			margin-right: 40px;
		}
			.address span img {
				vertical-align: middle;
				margin-right: 15px;
			}
	.padded_left {
		padding-left: 10px;
	}
	.padded_right {
		padding-right: 10px;
	}

.map {
	padding: 0;
}
	.map img {
		display: block;
		-webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s;
	}
	.map a:after {
		content: "";
		display: block;
		background: url("../img/plus.png") center no-repeat;
		width: 300px;
		height: 250px;
		margin-top: -250px;
		opacity: 0;
		position: relative;
		-webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s;
	}
		.map a:hover:after {
			opacity: 1;
		}
		.map a:hover img {
			opacity: 0.8;
		}
.contact_map {
	padding: 0;
}
	#map {
		height: 300px;
	}

.similar_hotels {
	padding: 0;
}
	.similar_hotels ul {
		margin: 0;
		padding: 0;
	}
		.similar_hotels li {
			padding: 8px 20px 14px 20px;
			list-style: none;
			border-bottom: 1px dotted #ccc;
		}
			.similar_hotels li:last-child {
				border: none;
			}
			.similar_hotels h3 {
				display: inline-block;
				font-size: 11px;
				font-weight: bold;
				text-transform: uppercase;
				color: #666;
			}
				.similar_hotels h3 a {
					color: #666;
				}
			.similar_hotels .thumb {
				margin: 5px 20px 0 0;
				float: left;
			}
			.similar_hotels .stars {
				display: inline-block;
				margin-left: 15px;
				height: 13px;
				margin-top: 2px;
			}
				.similar_hotels .stars img {
					display: inline-block;
				}
			.similar_hotels div {
				height: 22px;
				line-height: 22px;
				color: #666;
			}
				.similar_hotels div span {
					border-left: 1px solid #e8e8e8;
					line-height: 15px;
					display: inline-block;
					vertical-align: middle;
					padding: 0 10px;
				}
					.similar_hotels div span:first-child {
						border: none;
						text-align: left;
						padding-left: 0;
					}
					.similar_hotels div strong {
						color: #cc3300;
					}
					.similar_hotels div a, .similar_hotels div a:visited {
						color: #666;
					}
						.similar_hotels div a:hover {
							color: #333;
						}
				.similar_hotels div .stars {
					margin: 0;
					height: 32px;
					line-height: 32px;
				}

.trip_info {
	padding: 0;
}
	.trip_info .last_minute {
		height: 205px;
		float: left;
		width: 310px;
		border-right: 1px solid #ccc;
		margin: 0;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	}
	.trip_info .quotes {
		height: 205px;
		width: 320px;
		float: left;
		margin: 0;
		padding: 0;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	}
		blockquote {
			font-family: "PT Serif", serif;
			font-style: italic;
			text-align: justify;
			color: #666;
			margin: 0;
			padding: 20px 20px 0 20px;
		}
		.quotes span {
			display: block;
			text-align: right;
			font-size: 10px;
			text-transform: uppercase;
			margin-top: 5px;
			font-weight: bold;
			color: #999;
			margin: 10px 20px 20px 0;
		}
		.quotes hr {
			border: none;
			border-bottom: 1px dotted #ccc;
			clear: both;
			margin: 0;
		}
	.trip_info .text {
		height: 205px;
		float: left;
		width: 310px;
		margin: 0;
		border-left: 1px solid #ccc;
	}
		.trip_info .text h2 {
			margin-bottom: 20px;
		}
		.trip_info .text p {
			margin: 0 20px 10px 20px;
		}

.about {
	padding-right: 20px;
}

.contact_form {
}
	.contact_form form {
		margin-top: 10px;
	}
	.contact_form .status {
		display: inline-block;
		margin-left: 10px;
	}

.categories {
}
	.categories ul {
		padding: 0;
		margin: 0;
	}
		.categories li {
			list-style: none;
		}
			.categories li:last-child {
				border: none;
			}
			.categories a {
				color: #333;
				height: 30px;
				line-height: 30px;
				display: block;
				padding-left: 20px;
				background: url("../img/list.png") 5px center no-repeat;
			}
				.categories a:hover, .categories a.selected {
					background: url("../img/list_hover.png") 5px center no-repeat;
				}

.photostream {
}
	.photostream ul {
		padding: 0;
		margin: 0;
	}
		.photostream li {
			display: block;
			margin: 0 11px 11px 0;
			list-style: none;
			float: left;
			-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
			-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.7); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.7); box-shadow: 0px 1px 1px rgba(0,0,0,0.7);
		}
			.photostream li:nth-child(3n) {
				margin-right: 0;
			}
			.photostream img {
				display: block;
			}
	.photostream .more {
		clear: both;
		color: #333;
		height: 30px;
		line-height: 30px;
		display: block;
		padding: 5px 0 5px 20px;
		border-top: 1px dotted #999;
		background: url("../img/list.png") 5px center no-repeat;
	}

.twitter {
}
	.twitter ul {
		padding: 0;
		margin: 0;
	}
		.twitter li {
			list-style: none;
			border-bottom: 1px dotted #999;
		}
			.twitter p {
				margin: 15px 0;
			}
	.twitter .more {
		color: #333;
		height: 30px;
		line-height: 30px;
		display: block;
		padding-left: 20px;
		margin-top: 5px;
		background: url("../img/list.png") 5px center no-repeat;
	}

.popular {
}
	.popular ul {
		padding: 0;
		margin: 0;
	}
		.popular li {
			list-style: none;
		}
			.popular h4 {
				font-size: 12px;
				font-weight: bold;
				color: #666;
				margin-bottom: 8px;
			}
			.popular a img {
				float: left;
				margin-right: 20px;
				-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
				-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.7); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.7); box-shadow: 0px 1px 1px rgba(0,0,0,0.7);
			}
			.popular .info {
				line-height: 11px;
				margin: 0 20px 20px 20px;
				font-size: 11px;
				color: #666;
			}
				.popular .info img {
					margin: 0 10px;
					vertical-align: middle;
				}

.comments {
	padding-right: 20px;
}
	body .comments h3 {
		margin-bottom: 25px;
	}
	.comments h4 {
		font-size: 12px;
		font-weight: bold;
		color: #666;
		margin-bottom: px;
	}
	.comments a img {
		float: left;
		margin-right: 20px;
		-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
		-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.7); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.7); box-shadow: 0px 1px 1px rgba(0,0,0,0.7);
	}
	.comments .info {
		margin: 5px 20px 20px 20px;
		font-size: 11px;
		color: #666;
		display: block;
	}
	.comments p {
		clear: both;
		text-align: justify;
	}

.faq {
	padding: 0;
}
	.faq h2 {
		font-size: 15px;
		height: 55px;
		line-height: 55px;
		-moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
	}
	.faq .left {
		float: left;
		width: 469px;
		border-right: 1px solid #dbdbdb;
	}
	.faq .right {
		float: left;
		width: 470px;
	}
		.faq ul {
			margin: 0;
			padding: 0;
		}
			.faq li {
				list-style: none;
				border-top: 1px solid #dbdbdb;
				padding: 20px;
			}
				.faq li:first-child {
					border: none;
				}
				.faq .left li:nth-child(2n), .faq .right li:nth-child(2n+1) {
					background-color: #fafafa;
				}
				.faq h3 {
					font-size: 12px;
					font-weight: bold;
					color: #666;
					margin-bottom: 8px;	
				}
				.number {
					display: inline-block;
					width: 20px;
					height: 20px;
					line-height: 22px;
					text-align: center;
					padding: 0;
					margin: -2px 8px 0 -30px;
					background: url("../img/label_grey.png");
					font-size: 12px;
					font-weight: bold;
					color: #666;
					text-shadow: 0px 1px 1px #fff;
					-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.6), inset 0px -1px 1px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.6), inset 0px -1px 1px rgba(0,0,0,0.3); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.6), inset 0px -1px 1px rgba(0,0,0,0.3);
					-moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;
				}

.image_slider {
	padding: 0;
	position: relative;
	height: 200px;
}
	.image_slider img {
		display: block;
		-webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s;
	}
	.image_slider .slides {
	}
		.image_slider .slides a {
			position: absolute;
			top: 0px;
		}
			.image_slider .slides a:after {
				content: "";
				display: block;
				background: url("../img/plus.png") center no-repeat;
				width: 300px;
				height: 200px;
				margin-top: -200px;
				opacity: 0;
				position: relative;
				-webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s;
			}
				.image_slider .slides a:hover:after {
					opacity: 1;
				}
	.image_slider .slider_nav {
		top: 0;
		width: auto;
	}
		.image_slider .slider_nav a {
			position: absolute;
			z-index: 20;
			top: 86px;
		}
			.image_slider .left {
				left: 10px;
			}
			.image_slider .right {
				right: 10px;
			}

.video {
	padding: 0;
}
	/*.video iframe {
		display: block;
		border: none;
		width: 300px;
		height: 200px;
	}*/

.half {
	float: left;
	width: 280px;
	margin-right: 20px;
}
	.sidebar .half {
		width: 120px;
	}
	.simple_sidebar .half {
		width: 140px;
	}
.third {
	float: left;
	width: 180px;
	margin-right: 20px;
}
	.sidebar .third {
		width: 80px;
	}
.two_thirds {
	float: left;
	width: 396px;
	margin-right: 20px;
}
	.sidebar .two_thirds {
		width: 160px;
	}
.quarter {
	float: left;
	width: 130px;
	margin-right: 20px;
}
.last {
	margin-right: 0;
}

footer, .mainfooter {
	margin-top: 20px;
	height: 210px;
	width:650px;
	margin:0 auto;
	padding: 20px 0 50px;
	/*background: url("../img/separator.png") top repeat-x;*/
}
	.colomnfoot{
		width:170px;
		margin-right:20px;
		height:95%;
		float:left;
		position:relative;
	}
		.colomnfoot.with_widget div{
			margin: 40px 60px;
		}
	#sitemap{
		width:210px;
	}
	.colomnfoot ul{
		padding:0 2px;
		margin:0;
	}
	.colomnfoot ul li{
		display:block;
		list-style:none;
		text-transform:capitalize;
	}
	#sitemap.colomnfoot ul li{
		display:inline-block;
	}
	#sitemap.colomnfoot ul li:nth-child(odd){
		width:45%;
		margin-right:25px;
	}
		.colomnfoot ul li a{
			font-family:candara;
			color:#51443f;
			font-size:12px;
		}
		.colomnfoot ul li a:hover{
			color:#f6861f;
		}
		.titlef{
			width:100%;
			font-family:candara;
			color:#231f20;
			text-transform:uppercase;
			font-weight:bold;
			font-size:12px;
			padding:4px 2px;
			background:url(../img/main_slice/footer-divider.gif) no-repeat left bottom;
		}
			.titlef#connectsoc{
				background-position: -20px bottom;
			}
		.socmed{
			width:55px;
			float:left;
			font-family:candara;
			font-size:12px;
			color:#231f20;			
		}
		.socmed.first{
			margin-right:22px;
		}
			#fb_soc,#tw_soc{
				display:block;
				width:100%;
				height:48px;
			}
			#fb_soc:hover,#tw_soc:hover{
				background-position:left bottom;
			}
			#fb_soc{
				background:url(../img/main_slice/btn-fb.gif) no-repeat left top;
			}
			#tw_soc{
				background:url(../img/main_slice/btn-twitter.gif) no-repeat left top;			
			}
	footer nav,.mainfooter nav {
		margin-top: 12px;
	}
		footer nav a, footer nav a:visited {
			display: inline-block;
			font-weight: bold;
			margin-right: 20px;
			color: #666;
		}
	footer .address {
		margin-top: 8px;
		float: right;
		text-align: right;
	}
		footer .address a, footer .address a:visited {
			color: #666;
		}
			footer .address a:hover {
				color: #333;
			}
		footer .address span {
			margin: 0;
		}
	footer .copyright {
		margin-top: 12px;
	}

.with_border {
	position: relative;
	display: block;
}
	.with_border span {
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		display: block;
		border: 2px solid rgba(255,255,255,0.5);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
		.blog article .with_border span, .results .with_border span, .latest_articles .with_border span {
			border-width: 0 0 2px 0;
		}
		.description .with_border span, .results_wide .with_border span {
			border-width: 0 2px 0 0;
		}
	.with_border img {
		display: block;
	}