/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
label{
	font-style: 14px;
}
html {
	width:100%;
	height:100%;
	font-size: 100.01%;
}

body {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0;
	width:100%;
	height:100%;
	background: #f2f2f4;
}
section{
	background: white;
}

ol, ul {
	list-style: none;
}

a, a:focus, a img, a img:focus {
	border: 0 none;
}

a, a:focus, a img, a img:focus, textarea, input:focus, input {
	outline: 0 none;
}
a{
	color: #2882FB;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
select{
	width: 100%;
	height: 30px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #dddddd;
	color: #9ca4b1;
	background: #fff;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hidden_input{
	border: 0 none !important;
	padding: 0 !important;
	height: 25px !important;
}
.select{
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: url(/images/tour/arrow.png) 97% 11px no-repeat #fff;
	border: 1px solid #dddddd;
	color: #9ca4b1;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.select ul{
	display: none;
	position: absolute;
	background: #fff;
	left: -1px;
	right: -1px;
	top: 30px;
	border: 1px solid #dddddd;
	border-top: 0 none;
	max-height: 300px;
	overflow: auto;
	line-height: 25px;
}
.select ul li{
	padding-left: 10px;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-webkit-transition: .2s ease;
}
.select ul li:hover{
	background: #d2e8f8;
	color: #444;
}
.select_input{
	position: relative;
	background: url(/images/tour/arrow.png) 97% 11px no-repeat #fff;
	color: #9ca4b1;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.select_input ul{
	display: none;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 30px;
	border: 1px solid #dddddd;
	border-top: 0 none;
	max-height: 300px;
	overflow: auto;
	line-height: 25px;
}
.select_input ul li{
	padding-left: 10px;
	cursor: pointer;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-webkit-transition: .2s ease;
}
.select_input ul li:hover{
	background: #d2e8f8;
	color: #444;
}
input[type="text"], input[type="password"], input[type="email"]{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #9ca4b1;
	border: 1px solid #dddddd;
	background: #fff;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"], input[type="button"]{
	width: 100%;
	height: 30px;
	background: #51b3f8;
	text-align: center;
	color: #fff;
	border: 1px solid #51b3f8;
	cursor: pointer;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.button.reserv{
	display: inline-block;
	height: 30px;
	background: #51b3f8;
	text-align: center;
	color: #fff;
	border: 1px solid #51b3f8;
	cursor: pointer;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 0 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.button.reserv a{
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}
.center{
	text-align: center;
}
.but_width input{
	padding-left: 30px;
	padding-right: 30px;
	width: auto !important;
}
.but_width a{
	text-decoration: none;
}
.white{
	background: #f9f9f9 !important;
	text-align: center;
	color: #37495b !important;
	border: 1px solid #fff !important;
}
.check_box{
	margin: 10px 0;
}
.check_box span{
	display: inline-block;
}
.check_box_el{
	font-size: 14px;
	color: #737b82;
	padding-left: 25px;
	margin-bottom: 10px;
	min-height: 21px;
	background: url(/images/tour/check.png) left 1px no-repeat;
	cursor: pointer;
}
.check_box_el span{
	vertical-align: top;
}
.check_box_el.active{
	background: url(/images/tour/check_active.png) left 1px no-repeat;
}
.input_time{
	background: url(/images/tour/clock.png) 97% 6px no-repeat #fff !important;
	padding-right: 30px;
}
.input_date{
	background: url(/images/tour/calendar.png) 95% 7px no-repeat #fff !important;
	padding-right: 30px;
}
.inline_2{
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}
.inline_2:last-child{
	margin-right: 0;
}
/* MIXINS */

.inlineblock {
	display: inline-block;
	vertical-align: top;
	
	zoom: 1 !ie;
	display: inline !ie;
}

.clearfix {
    *zoom: "expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif')";
    zoom: 1 !ie;
} 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}	
.clearfix:after {
	clear: both;
}
.overflow{
	overflow: hidden;
}
.fl_r{
	float: right;
}
.fl_l{
	float: left;
}
.t_cent{
	text-align: center;
	position: relative;
	margin: 10px 0 20px 0;
}
/*header */
header{
	height: 50px;
}
.blue{
	background: #44a3c5;
}
.dark_blue{
	background: #2d62ad;
}
.lang_line{
	float: right;
	padding-right: 10px;
}
.lang_line .lang{
	margin-top: 13px;
}
.lang_line .set_lang{
	display: none;
}
.lang li{
	display: inline-block;
	margin-left: 5px;
}
.lang-c.off{
	opacity: 0.5;
}
.lang-c.off:hover{
	opacity: 1;
}
.lang-c.on a{
	cursor: default;
}
header .fl_l{
	padding: 0 20px;
	margin-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* CSS */
h3{
	font-size: 15px;
	font-weight: 600;
}
.line{
	width: 100%;
	height: 1px;
	background: #dee5e7;
	margin: 5px 0;
}
.item_list{
	font-size: 0;
	color: #606060;
	margin-top: 20px;
}
	.item_list h3{
		color: #505050;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.item_list p{
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	.item_list a{
		color: #2882fb;
		text-decoration: underline;
	}
	.item_list .line{
		width: 130px;
	}
	.margin_right_0 .line{
		width: 260px;
	}
	.item_list>li{
		margin: 0 0 20px 20px;
		font-size: 12px;
	}
	.item_bl{
		position: relative;
		background: #fff;
		min-height: 170px;
		box-shadow: -2px 1px 5px #ddd;
	}
		.margin_right_0 .item_bl_main{
			margin-right: 0;
		}
		.item_bl_main{
			margin-right: 60px;
		}
			.item_photo_wr{
				float: left;
				margin-right: 20px;
			}
				.item_photo{
					position: relative;
					width: 210px;
					height: 170px;
					overflow: hidden;
				}
					.item_photo img{
						max-width: 100%;
						width: 100%;
						max-height: 100%;
					}
					.item_photo_link{
						position: absolute;
						bottom: 10px;
						left: 10px;
						right: 10px;
						line-height: 37px;
						text-align: center;
						font-size: 15px;
						font-weight: bold;
						text-decoration: none !important;
						color: #fff !important;
						background: rgba(0,0,0, .4);
						border: 1px solid white;
					}
			.item_info{
				overflow: hidden;
			}
				.item_free{
					color: #888;
				}
				.item_date{
					margin-right: 20px;
					margin-bottom: 3px;
					color: #9aa2af;
					text-indent: 20px;
					background: url(/images/tour/date.png) 0 2px no-repeat;
				}
				.item_cal{
					margin-right: 20px;
					margin-bottom: 3px;
					color: #9aa2af;
					text-indent: 20px;
					background: url(/images/tour/calendar.png) 0 2px no-repeat;
				}
				.item_note{
					color: #9aa2af;
					margin-right: 20px;
					text-indent: 20px;
					background: url(/images/tour/note.png) 0 2px no-repeat;
				}
				.item_auto1{
					margin-right: 20px;
					margin-bottom: 3px;
					color: #9aa2af;
					text-indent: 20px;
					min-height: 21px;
					background: url(/images/tour/auto_icon1.png) 0 0 no-repeat;
				}
				.item_auto2{
					margin-right: 20px;
					margin-bottom: 3px;
					color: #9aa2af;
					text-indent: 20px;
					min-height: 21px;
					background: url(/images/tour/auto_icon2.png) 0 0 no-repeat;
				}
				.item_auto3{
					margin-right: 20px;
					margin-bottom: 3px;
					color: #9aa2af;
					text-indent: 20px;
					min-height: 21px;
					background: url(/images/tour/auto_icon3.png) 0 0 no-repeat;
				}
				.item_lang li{
					display: inline-block;
					margin-right: 3px;
					opacity: .5;
					cursor: pointer;
				}
				.item_lang li:hover{
					opacity: 1;
				}
					.item_lang .on{
						opacity: 1;
						cursor: default;
					}
						.item_lang .on a{
							cursor: default;
						}
				.item_content{
					padding-bottom: 10px;
				}
					.item_text{
						min-height: 40px;
					}
					.item_block .link_arrow{
						margin: 5px 0 15px 0;
						display: inline-block;
					}
					.item_text p{
						line-height: 1.5em;
					}
					.item_text.hidden{
						height: 40px;
						overflow: hidden;
					}
					.link_arrow{
						padding-right: 15px;
					}
					.link_arrow.closed{
						background: url(/images/tour/arrow_blue_closed.png) 100% 5px no-repeat;
					}
					.link_arrow.opened{
						background: url(/images/tour/arrow_blue_opened.png) 100% 5px no-repeat;
					}
		.item_bl_add{
			position: absolute;
			right: 0;
			top: 0;
			font-size: 0;
		}
			.item_bl_add li{
				height: 40px;
				width: 50px;
				text-align: center;
				border: 1px solid #eeeef1;
				border-top: 0 none;
				font-size: 12px;
			}
				.item_bl_add li a{
					display: block;
					width: 100%;
					padding: 13px 0;
					text-decoration: none !important;
				}
				.video_icon, .photo_icon, .com_icon, .place_icon{
					padding-left: 22px;
					color: #7e8ca2 !important;
				}
				.video_icon{
					background: url(/images/tour/video.png) 0 0 no-repeat;
				}
				.photo_icon{
					background: url(/images/tour/photo.png) 0 0 no-repeat;
				}
				.com_icon{
					background: url(/images/tour/com.png) 0 0 no-repeat;
				}
				.place_icon{
					background: url(/images/tour/place.png) 0 0 no-repeat;
				}
.left{
	width: 300px;
	padding: 20px;
	background: #f9f9f9;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	.bl_el{
		margin-bottom: 20px;
	}
	.bl_content>div, .bl_content>input, .bl_content>p, .bl_content>select{
		margin-top: 10px;
	}

	.bl_content p{
		color: #737b82;
		font-size: 14px;
	}
		.bl_name{
			color: #37495b;
			font-size: 14px;
			font-weight: bold;
			padding: 5px 0 7px 0;
			border-bottom: 1px solid #dddddd;
			cursor: pointer;
		}
			.bl_name span{
				display: inline-block;
				padding-right: 25px;
				background: url(/images/tour/arrow_dblue_closed.png) 100% 7px no-repeat;
			}
			.sub_name{
				color: #37495b !important;
				font-size: 11px !important;
				font-weight: bold;
				margin-top: 20px !important;
			}
.categor{
	margin-top: 20px;
}
.categor .check_box{
	padding-left: 20px;
}
.lang_filter{
	margin-top: -2px;
	padding-right: 5px;
}
/*Вторая страница*/
.item_head{
	padding: 7px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #53b9e0;
	margin-top: 10px;
}
	.item_head .prices{
		float: right;
	}
.item_block{
	font-size: 14px;
	background: #fff;
	padding: 15px;
	color: #666;
}
	.item_block .images{
		float: left;
		margin: 0 15px 15px 0;
	}
		.other2{
			background: #f9f9f9;
			padding: 10px;
			margin-bottom: 10px;
			box-shadow: 0 1px 1px 1px #eee;
		}
		.order1{
			background: #f9f9f9;
			padding: 6px 0 4px 10px;
			margin-top: 4px;
		}
		.order1 td{
			background: #f9f9f9;
			vertical-align: bottom;
			padding: 2px 5px;
		}
		.delimeter{
			border-bottom: 1px solid #eee;
			height: 3px;
		}
		.view_on{
			float: right;
			display: none;
		}
		.price_infoblock{
			background: #f9f9f9;
			padding: 10px;
			margin-bottom: 10px;
			box-shadow: 0 1px 1px 1px #eee;
			margin-top: 10px;
		}
/* Secondary section */

.container {
	width: 988px;
	margin: 0 auto;
}

.empty {
	position: relative;
	height: 1em;		
}

footer {
	position: relative; 
	margin-top: -1em; 
	height: 1em; 
	width: 100%; 
}
#html5-image{
	background: #efefef;
}
#html5-elem-data-box{
	background: #efefef !important;
}
.clear{
	clear:both;
}
.inp_text input{
	width: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.inp_text select{
	width: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.a_empty{
	padding: 0 !important;
}
.det_inf{
	font-size: 0;
}
.det_inf .inline_l{
	width: 79%;
	margin-right: 1%;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
.det_inf .inline_r{
	width: 20%;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
#infomap_link{
	float: right;
	margin-right: 10px;
}
.photo_place{
	text-align: center;
	margin-top: 5px;
}
.photo_place img{
	max-width: 100%;
	display: none;
}
.other2 .hidden{
	display: none;
}
#wind{position:fixed; top:0; left:-2000px; width:100%; z-index:100; background-image:url("/images/tour/bg-win.png"); text-align:center;}
#map_canv{position:fixed; z-index:110; height: 1000px}
.close-box{position:fixed; cursor:pointer; width:48px; height:48px;background:url(/images/tour/close_7740.png);z-index:120}
.inline_2 label{
	font-size: 14px;
	color: #888;
}
.wrapper{
	font-size: 14px;
	color: #666;
	padding: 20px 0;
}
.back-h{
	float: left;
	margin-top: 8px;
}
.but_width{
	width: auto;
}
.date_bl{
	overflow: hidden;
	margin-top: 8px;
}
.date_bl .item_date, .date_bl .item_date_1{
	display: inline-block;
	vertical-align: top;
}
.date_bl .item_date{
	margin-right: 15px;
}
.item_date_1{
	background: url("/images/tour/calendar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #9AA2AF;
    padding-left: 20px;
}

#place_info{
	display: none;
}