html,body{height:100%;}
body{padding:0;margin:0;min-width: 1234px;}
header,nav,section,article,aside,hgroup,figure,figcaption,video,details,summary,footer{display:block;}

.header-extra {
	position: absolute;
	z-index: 121;
	top: 0;
	left: 0;
	width: 100%;
}
	.header-extra.first-visit,
	.header-extra.hover_header_extra {
		position: relative;
		z-index: 126;
	}

.almost-all {
	min-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 280px;
}

.pagehead {
	height: 240px;
	background: url(images/header_bg.png) top repeat-x;
	color: white;
	margin: 0 0 -10px;
	position: relative;
	z-index: 101;
}
	.pagehead a { color: white; }
		.pagehead a:hover { color: #0086cb; }
	.pagehead .logo {
		margin: 0 0 0 -27px;
		float: left;
	}

.topmenu {
	float: left;
	padding: 38px 4px 36px 18px;
	font-size: 15px;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
}
	.topmenu a {
		margin: 0 15px;
		text-decoration: none;
		position: relative;
		text-transform: lowercase;
	}
	.topmenu a.selected { color: #0e66c1; }
		.topmenu a+a:before {
			content: '';
			position: absolute;
			display: block;
			top: 0;
			left: -16px;
			width: 1px;
			height: 18px;
			background: #5eb0ad;
			border-right: 1px solid #a1deda;
		}

.mainmenu {
	float: right;
	width: 810px;
	height: 67px;
	background: #ffbd59;
	background: -webkit-linear-gradient(top, #ffbd59, #ff9a27);
	background: -moz-linear-gradient(top, #ffbd59, #ff9a27);
	background: -o-linear-gradient(top, #ffbd59, #ff9a27);
	background: -ms-linear-gradient(top, #ffbd59, #ff9a27);
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.35) 0 1px 5px, inset rgba(255,255,255,.1) 0 2px 0;
/* 	overflow: hidden; */
	position: relative;
}
.mainmenu .menu {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}
	.mainmenu .bl,
	.mainmenu .br {
		content: '';
		display: block;
		width: 8px;
		height: 61px;
		background: url(images/mainmenu_border.png) no-repeat;
		top: 3px;
		position: absolute;
		z-index: 2;
	}
		.mainmenu .bl {
			background-position: 0 -3px;
			left: 4px;
		}
		.mainmenu .br {
			background-position: -8px -3px;
			right: 4px;
		}
	.mainmenu .bt,
	.mainmenu .bb {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		z-index: 2;
		padding: 0 12px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
		.mainmenu .bt { top: 3px; }
		.mainmenu .bb { bottom: 3px; }
		.mainmenu .bt:before,
		.mainmenu .bb:before {
			content: '';
			height: 3px;
			display: block;
			background: url(images/mainmenu_border.png) 0 0 repeat-x;
		}
	.mainmenu a.item {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
		color: #fefefe;
		text-shadow: #9e6b2a 1px 1px 1px;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 20px;
		text-align: center;
		padding: 0 5px;
	}
		.mainmenu .menu a.item:first-child { padding-left: 16px; border-radius: 5px 0 0 5px; }
		.mainmenu .menu a.item:last-child { padding-right: 16px; border-radius: 0 5px 5px 0; }
		.mainmenu a.item~a.item:before {
			content: '';
			display: block;
			width: 1px;
			height: 40px;
			background: #ea7699;
			border-right: 1px solid #ffc268;
			margin: 0 0 0 -9px;
			float: left;
		}
		.mainmenu a.item:hover, .mainmenu a.item.selected {
			background: #ff7f17;
			background: -webkit-linear-gradient(top, #ff7f17, #ffb046);
			background: -moz-linear-gradient(top, #ff7f17, #ffb046);
			background: -o-linear-gradient(top, #ff7f17, #ffb046);
			background: -ms-linear-gradient(top, #ff7f17, #ffb046);
			color: #fefefe;
		}
	.mainmenu .submenu {
		position: absolute;
		top: 82px;
		left: 0;
		background: #ffbd59;
		background: -webkit-linear-gradient(top, #ffbd59, #ff9a27);
		background: -moz-linear-gradient(top, #ffbd59, #ff9a27);
		background: -o-linear-gradient(top, #ffbd59, #ff9a27);
		background: -ms-linear-gradient(top, #ffbd59, #ff9a27);
		border-radius: 8px;
		box-shadow: rgba(0,0,0,0.35) 0 1px 5px, inset rgba(255,255,255,.1) 0 2px 0;
		padding: 0 16px;
		display: none;
		z-index: 150;
	}
		.mainmenu .submenu:before {
			content: '';
			display: block;
			position: absolute;
			left: 50%;
			top: -28px;
			margin-left: -15px;
			border: 15px solid transparent;
			border-bottom-color: #ffbd59;
		}
		.mainmenu .submenu>a {
			display: block;
			height: 44px;
			line-height: 44px;
			white-space: nowrap;
			text-decoration: none;
			text-shadow: rgba(158,107,42,.75) 1px 1px 1px;
			font-weight: normal;
		}
			.mainmenu .submenu>a:hover,
			.mainmenu .submenu>a.selected {
				font-weight: bold;
				color: white;
			}
			.mainmenu .submenu>a+a {
				border-top: 1px solid rgba(255,255,255,.4);
				box-shadow: rgba(0,0,0,.1) 0 -1px 0;
			}
		


.sectionmenu {
	margin: 32px 0 0 0;
	font-size: 15px;
}
	.sectionmenu a {
		text-decoration: none;
		display: inline-block;
		padding: 6px 12px 6px 12px;
		border: 1px solid transparent;
	}
		.sectionmenu a:first-child { margin-left: -12px; }
		.sectionmenu a span {
			border-bottom: 1px solid;
		}
		.sectionmenu a+a {
			margin-left: 1px;
		}
		.sectionmenu a.selected {
			border-bottom: transparent;
			font-weight: bold;
			border: 1px solid rgba(255,255,255,0.36);
			border-radius: 10px;
			box-shadow: inset 0 2px 3px rgba(163, 155, 132, .23);
			background: #f7f4ea;
			color: #3a99ec;
		}
			.sectionmenu a.selected span, .sectionmenu a:hover span{ border-bottom: 1px transparent; }
.hide_text { display: none; }
.show_more.ret {
	height: 30px;
	line-height: 31px;
	font-size: 11px;
	margin: 0;
	outline: none;
	font-family: "PT Sans Caption";
	letter-spacing: 1px;
	text-shadow: 0 2px 2px rgba(0,0,0,.35);
}

footer.pagefoot {
	clear: both;
	height: 327px;
	background: #94d8d5 url(images/footer_bg_long.png) top repeat-x;
	border-bottom: 7px solid #6bb0a9;
	color: white;
	font-size: 14px;
	line-height: 66px;
	position: relative;
	margin: -210px 0 0;
}
	footer.pagefoot a { color: white; }
		footer.pagefoot a:hover { color: #0086cb; }
	footer.pagefoot .up {
		position: absolute;
		top: -43px;
		left: 50%;
		margin: 0 0 0 -111px;
		display: block;
		height: 50px;
		width: 223px;
		background: url(images/footer_up_link.png) center top no-repeat;
	}
		footer.pagefoot .up:focus { outline: none; }
	footer.pagefoot p {
		margin: 0;
	}
		footer.pagefoot p.copyright { float: left; }
		footer.pagefoot p.developer { float: right; }

footer.pagefoot .offices {
	display: table;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.4);
	line-height: 25px;
	padding: 34px 0 8px;
	margin: 0;
}
	footer.pagefoot .offices>li {
		display: table-cell;
		padding: 0 8px 0 23px;
		background: url(images/fcmarker.png) left 6px no-repeat;
	}
	
article.public h4 {
	font-size: 24px;
	color: #5ea9d4;
}
.go_back {
	margin: 24px 0 0 0;
}
.go_back h1 { width: 840px; }
.go_back a {
	background: url(images/arrow_back.png) 0 center no-repeat;
	padding: 0 0 0 18px;
	font-weight: bold;
}

.recommend {
	background: url(images/reccomend.png) 0 0 no-repeat;
	height: 885px;
	width: 290px;
	padding: 80px 0 10px 0;
	margin-top: -65px;
	position: absolute;
	left: 50%;
	margin-left: 280px;
}
	.recommend h3 {
		color: #ffffff;
		font-size: 19px;
		font-family: 'roboto_slabregular';
		text-transform: uppercase;
		text-align: center;
	}
	.recommend .recommend-item {
		height: 219px;
		width: 250px;
		margin: 0 auto 32px;
	}
	.recommend .recommend-item-ar { height: 249px; }
	.recommend .recommend-item a {
		display: block;
		position: relative;
		text-decoration: none;
		height: 219px;
		width: 250px;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: #b6b5b0 0 2px 0;
		transition: box-shadow .2s ease;
	}
	.recommend .recommend-item-ar a { height: 249px; }
	.recommend .recommend-item a .preview {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
	}
	.recommend .recommend-item-ar a .preview { height: 249px; }
	.recommend .recommend-item a h4 {
		display: table-cell;
		width: 250px;
		height: 176px;
		text-align: center;
		vertical-align: middle;
		color: white;
		font-weight: bold;
		font-size: 21px;
		text-transform: uppercase;
		text-shadow: rgba(23,19,81,.74) 0 3px 3px;
		position: relative;
		z-index: 4;
		transition: box-shadow .2s ease;
		padding: 0 4px;
	}
	.recommend .recommend-item a .r_description {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 16;
		width: 210px;
		padding: 0 20px;
		background: white;
		color: #217cb7;
	}
	.recommend .recommend-item a .r_description .region {
		height: 42px;
		line-height: 42px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.recommend .recommend-item a .r_description .text {
		margin: -4px 0 18px;
		display: none;
	}
	.recommend .recommend-item a:hover .r_description .text {
		display: block;
	}
	.recommend .last-places {
	background: url(images/lpbg.png) no-repeat;
	width: 142px;
	height: 32px;
	line-height: 32px;
	margin: -47px auto 0;
	position: relative;
	z-index: 8;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 30px;
	text-align: center;
}
.recommend .novelty { 
	background: url(images/novelty_bg.png) no-repeat;
	width: 114px;
	height: 30px;
	line-height: 31px;
	margin: -47px auto 0;
	position: relative;
	z-index: 8;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	text-align: center;
}

 body .container h4.small-text { font-size: 14px; line-height: 17px; }

body .ch_indent p { margin-bottom: 22px;  }
body .ch_indent h3 { margin-bottom: 18px; }
body .ch_indent .ret { margin-bottom: 8px; }
body .ch_indent .ret.booking { margin-right: 20px; }
.about_links { margin-bottom: 36px; }
.about_links a+a { padding-left: 18px; }

.list-type-selector {
	text-align: left;
	margin: 0 auto 16px;
	font-size: 16px;
}
.list-type-selector span  {
	font-weight: bold;
	background: #f7f4ea;
	box-shadow: inset rgba(163,155,132,.23) 0 2px 3px;
	line-height: 21px;
	padding: 5px 13px 3px;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
	color: #646465;
	margin: 0 6px;
}
.list-type-selector  .sort-type { float: right; }
.list-type-selector a {
	padding: 5px 13px 3px;
	margin: 0 6px;
}
.list-type-selector a:hover {
	background: #f7f4ea;
	box-shadow: inset rgba(163,155,132,.23) 0 2px 3px;
	line-height: 21px;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
	color: #646465;
}
.all-tours-432 {
/* 	overflow: hidden; */
	padding-top: 44px;
}
.all-tours-432 h1 {
	float: left;
	margin-top: 0;
}
.all-tours-432 .sort-type {  }
/*Статусы туров*/
.status_rc_b_m {
	height: 32px;
	line-height: 34px;
	color: white;
	margin: -47px auto 0;
	position: relative;
	z-index: 8;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 36px;
	text-align: center;
}
.status_novelty {
	background: url(images/novelty.png) no-repeat;
	width: 76px;
}
.status_archive {
	background: url(images/archive.png) no-repeat;
	width: 75px;
}
.status_early_booking {
	background: url(images/early_booking.png) no-repeat;
	width: 165px;
}
.status_full_group {
	background: url(images/full_group.png) no-repeat;
	width: 128px;
}
.status_hit {
	background: url(images/hit.png) no-repeat;
	width: 96px;
}
.status_price_quality {
	background: url(images/price_quality.png) no-repeat;
	width: 121px;
}
.status_soon {
	background: url(images/soon.png) no-repeat;
	width: 136px;
}
.status_vip {
	background: url(images/vip.png) no-repeat;
	width: 44px;
}
.status_last {
	background: url(images/lpbg.png) no-repeat;
	width: 136px;
}
/*Конец описания статусов*/



.pager ul.pages {
	list-style: none;
}
	.pager ul.pages > li {
		list-style: none;
		float: left;
		background: none;
	}

.gk_741 h1 {
	width: 840px;
	line-height: 32px;
}
.gk_741 h1.elefantik {
	width: 630px;
	line-height: 32px;
}
.img_right     { margin: 0px; padding:  0px; margin-top: 4px; margin-bottom: 10px; margin-left: 20px; margin-right: 0px; padding-right:0px; float: right; border-radius:10px;}
.img_left     { margin: 0px; padding:  0px; margin-top: 4px; margin-bottom: 10px; margin-right: 20px; margin-left: 0px;float: left; border-radius:10px;}
div.msf_lp {padding:0px; margin:0px; border:0px;}
div.msf_lp p{ text-align: justify;}
div.msf_lp a {color: #646465;text-decoration:none; }
div.msf_lp a:hover{text-decoration:underline; color: #3a99ec;}

div.msf_lp a.addlink { color: #3a99ec; text-decoration: underline; }
div.msf_lp a.addlink :hover { color: #0086cb; }




.small_button_hotel{
height: 33px;
line-height: 32px;
font-size: 11.5px;
}

.sl_sort_order_big {
font-size: 16px;
position: absolute;
right: 0;
bottom: -100px;
margin-right: 335px;
}

.sl_sort_order_big  span {
padding-right:5px;
}

.sl_sort_order_big .sl_sort_in  a, .sl_sort_order_big .sl_sort_in span {
display: inline-block;
height: 30px;
padding: 0px 10px;
font-size: 16px;
border: 1px solid transparent;
color: #ff9600;
line-height: 35px;
border-bottom: 1px dashed #ff9600;
margin: -6px 0 0;
font-weight: 600;
margin-right: 10px;
text-decoration: none;
}
/*#mc_embed_signup form{text-align: right !important;}*/
#mc_embed_signup{float: left;}


.tour_carousel.summer_new {
    background: transparent url(images/summer_bg_palmi.png) top repeat-x;
}
.foot_block{
width: 100%;
    display: block;
    float: left;
}
.foot_podpis{
width: 59%;
    float: left;
    display: block;
    height: 85px;
    line-height: 21px;
    padding-top: 14px;
}
.foot_mail{width: 40%;
    float: right;
    display: block;
/*margin-top: -89px;*/
}

.vidget #clientIframeContainer{
    height: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 99999999;
    margin-bottom: -40px;
}

.activ_top_menu{
	background: -webkit-linear-gradient(top, #f76682, #e0365a) !important;
    background: -moz-linear-gradient(top, #f76582, #e0365a) !important;
    background: -o-linear-gradient(top, #f76582, #e0365a) !important;
    background: -ms-linear-gradient(top, #f76582, #e0365a) !important;
    /*line-height: 18px !important;*/
}

.mainmenu a.item.activ_top_menu:hover {
	background: -webkit-linear-gradient(top, #e0365a, #f76682) !important;
    background: -moz-linear-gradient(top, #e0365a, #f76682) !important;
    background: -o-linear-gradient(top, #e0365a, #f76682) !important;
    background: -ms-linear-gradient(top, #e0365a, #f76682) !important;
}



.topmenu{ padding: 38px 4px 30px 18px !important;}
.search_conteiner{
	background: #efede1;
    height: 20px;
    display: inline-table;
    width: 71%;
    border-radius: 8px;
    margin-left: 30px;
    margin-top: 8px;
    padding-bottom: 8px;
}

.search_conteiner input[type=text], .search_conteiner input[type=email]{
	padding: 7px 0px !important;
	width: 86px;
	height: inherit !important;
	padding-left: 2px !important;
    padding-right: 10px !important;
	/*color: #999 !important;*/

}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	 color: #999;
	 margin-left: 10px;
	 padding-left: 10px;
	 font-size: 14px;
	}
	::-moz-placeholder { /* Firefox 19+ */
	 color: #999;
	 margin-left: 10px;
	 padding-left: 10px;
	 font-size: 14px;	 
	}
	:-ms-input-placeholder { /* IE 10+ */
	 color: #999;
	 margin-left: 10px;
	 padding-left: 10px;
	 font-size: 14px;	 
	}
	:-moz-placeholder { /* Firefox 18- */
	 color: #999;
	 margin-left: 10px;
	 padding-left: 10px;
	 font-size: 14px;	 
	}

.tour_filter .params{margin: inherit !important;}
.tour_filter .params .param.date{margin: inherit !important;}
.select2-container{margin: 0px 14px !important;width: 261px;}
.select2-container .select2-choice{padding: 3px 12px !important;}

.search_conteiner .ret{
	/*padding-right: 15px;*/
	background: -webkit-linear-gradient(top, #3da4d9, #258acc) !important;
    background: -moz-linear-gradient(top, #3da4d9, #258acc) !important;
    background: -o-linear-gradient(top, #3da4d9, #258acc) !important;
    background: -ms-linear-gradient(top, #3da4d9, #258acc) !important;
}

.search_conteiner .ret:after, .search_conteiner .ret-blue:after{background: transparent !important; padding-right: 15px;}

.search_conteiner .ret:hover, .search_conteiner .ret-blue:hover, .search_conteiner .ret-orange:hover{
	background: -webkit-linear-gradient(top, #258bcc, #3ca3d9) !important;
    background: -moz-linear-gradient(top, #258bcc, #3ca3d9) !important;
    background: -o-linear-gradient(top, #258bcc, #3ca3d9) !important;
    background: -ms-linear-gradient(top, #258bcc, #3ca3d9) !important;
}

.search_tour_top{
	color: #f68e43;
	text-transform: uppercase;
	font-weight: bold;
}
.tour_filter .params .param .date-text{
	color: #656668 !important;
	width: 16px;
    display: inline-block;
    padding: 0px 6px;
    text-align: center;
}

.btn_search{
	float: right;
	width: 128px;
}
.tour_filter .params .param{margin-right: 15px !important;}