@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #767370;
}
::-moz-input-placeholder{
	color: #767370;
}
:-moz-input-placeholder{
	color: #767370;
}
:-ms-input-placeholder{
	color: #767370;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
input[type='radio'],
input[type='checkbox']{
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}
input[type='radio']+.radio,
input[type='checkbox']+.checkbox{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -1px 5px -4px 0;
	border: solid 1px #b6b6b6;
}
input[type='radio']+.radio:before,
input[type='checkbox']+.checkbox:before{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	margin: 0;
	content: ' ';
	background: #fb8e36;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input[type='radio']+.radio,
input[type='radio']+.radio:before{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='radio']:checked+.radio:before,
input[type='checkbox']:checked+.checkbox:before,
label:hover input[type='radio']+.radio:before,
label:hover input[type='checkbox']+.checkbox:before,
input[type='radio']+.radio:hover:before,
input[type='checkbox']+.checkbox:hover:before{
	width: 5px;
	height: 5px;
	margin: -2.5px 0 0 -2.5px;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 12px/1.5 Verdana, Geneva, Lucida, 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #443b2f;
}
label{
	font-size: 12px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 185px;
	height: 29px;
	margin: 0;
	padding: 0 6px;
	font-size: 12px;
	color: #767370;
	border: solid 1px #dae5e8;
	background: #fff url('../images/blank.png') no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
textarea{
	padding: 8px 6px;
	height: 94px;
	resize: none;
}
.error{
	color: #c9252c;
	font-weight: bold;
	border-color: #c9252c;
	background: #fff url('../images/error.png') no-repeat right center;
}
textarea,
textarea.error{
	background-position: right 3px;
	background-position: right 6px top 3px;
}
.jq-selectbox__select{
    font: 12px Verdana, Geneva, Lucida, 'Lucida Grande', Arial, Helvetica, sans-serif;
	height: 27px;
	font-size: 12px;
	line-height: 27px;
	color: #767370;
	text-shadow: none;
	border: solid 1px #dae5e8 !important;
	background: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.jq-selectbox__select-text{
	max-width: 128px;
}
.jq-selectbox__trigger{
	width: 26px;
	border-left: 0 none;
	background: url('../images/select.png') no-repeat center center;
}
.jq-selectbox__trigger-arrow{
	display: none !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 185px;
	height: 29px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #1f5069;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: 0 none;
	text-shadow: 1px 1px 0 #b9e2f6;
	background: url('../images/input-button.png') no-repeat center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button:hover{
	color: #000;
}
.button.active{
	cursor: default;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	border: 0 none;
	border-top: solid 2px #f0f0f0;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.plaintext h3{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 113%;
	color: #171615;
}
.plaintext a{
	color: #32a7de;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol li,
.plaintext ul li{
	padding: 3px 0 0;
}
.plaintext ol li:first-child,
.plaintext ul li:first-child{
	padding: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */

#up2top{
	opacity: 0.75;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 100px;
	margin-left: 600px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
/*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);*/
}
#up2top:hover{
	opacity: 1;
/*	filter: none;
    -webkit-filter: none;*/
}
#wrapper{
	overflow: hidden;
	min-width: 932px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../images/leaves-top.png') no-repeat center 240px, url('../images/leaves-bottom.png') no-repeat center bottom 427px, #fffce8 url('../images/bg.png') repeat-x center 3px;
}
.inside{
	width: 942px;
	margin: 0 auto;
}

/* header */
header{
	padding: 5px 0 0;
	border-top: solid 3px #fcff00;
}
header .logo{
	margin: 36px 0 0;
}
header .socials{
	margin: 18px 0 0 60px;
}
header .socials .txt{
	margin: 0 0 11px;
}
header .socials li{
	margin: 0 0 0 6px;
}
header .socials li:first-child{
	margin: 0;
}
.header-button{
	width: 125px;
	height: 58px;
	margin: 18px 0 0 38px;
	padding: 0 8px 5px;
	background: url('../images/header-button-bg.png') no-repeat center top;
}
.header-button .td{
	width: 125px;
	height: 58px;
	padding: 0 0 0 64px;
	color: #4c5e1c;
	text-decoration: none;
	text-shadow: 1px 1px 0 #d4ea96;
	text-align: left;
}
header .contacts{
	margin: 1px 0 0;
}
header .contacts .phone{
	margin: 10px 0 0;
	font-size: 18px;
}
header .contacts .phone a,
.box-right-part .phone a{
	text-decoration: none;
}
header .link{
	margin: 4px 0 0;
	font-size: 14px;
	color: #32a7de;
}
header .nav{
	width: 872px;
	height: 52px;
	margin: 5px 0 0 -31px;
	padding: 18px 66px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 0 #c07730;
	white-space: nowrap;
	background: url('../images/nav-bg.png') no-repeat left top;
}
header .nav .td{
	width: 1004px;
	height: 52px;
	text-decoration: none;
}
header .nav li{
	padding: 0 0 0 2px;
	background: url('../images/nav-spacer.png') no-repeat left center;
}
header .nav li:first-child{
	padding: 0;
	background: none;
}
header .nav li.active,
header .nav li:hover{
	color: #fcff00;
}
header .nav li.active a{
	cursor: default;
}
/* header off */

/* content */
main{
	padding: 10px 0 527px;
}
.breadcrumbs{
	padding: 20px 0 0;
	font-size: 11px;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.main-slider{
	width: 947px;
	min-height: 401px;
	margin: 0 0 0 -76px;
	padding: 11px 72px 0 75px;
	background: url('../images/front-page-bg.png') no-repeat left top;
}
.main-slider .slider-box{
	overflow: hidden;
	position: relative;
	width: 943px;
	height: 349px;
	border: solid 2px #e4a239;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.main-slider li{
	width: 943px;
	height: 349px;
}
.main-slider-nav ul{
	width: 952px;
	margin: 6px 0 0 -5px;
}
.main-slider-nav li,
.main-slider-nav .td{
	width: 126px;
	height: 46px;
}
.main-slider-nav li{
	cursor: pointer;
	margin: 0 -3px;
	padding: 5px 8px 7px;
	font-size: 18px;
	color: #4c5e1c;
	text-shadow: 1px 1px 0 #e6f9b3;
	background: url('../images/button.png') no-repeat center top;
}
.main-slider-nav li.active,
.main-slider-nav li:hover{
	color: #fcff00;
	text-shadow: 1px 1px 0 #c07730;
	background-image: url('../images/button-over.png');
}
.main-slider-nav li.active{
	cursor: default;
}
#main-pager{
	opacity: 0;
	overflow: hidden;
	font-size: 0;
	height: 0;
}
.caroufredsel_wrapper{
	cursor: url('../images/Move.cur'), auto !important;
}
.box{
	padding: 40px 0 0;
}
.breadcrumbs + .box{
	padding: 10px 0 0;
}
.box .title{
	width: 900px;
	height: 59px;
	margin: 0 0 0 -31px;
	padding: 0 52px;
	font-size: 18px;
	line-height: 58px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 0 #c07730;
	background: url('../images/header-bg.png') no-repeat left top;
}
.box .formpart{
	margin: -30px 5px 0;
	padding: 40px 10px 10px;
	background: #e7f8fd;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.box .descpart{
	margin: 3px 5px 0;
	padding: 10px;
	background: #e7f8fd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box .mainform table{
	width: 100%;
}
.box .mainform table td{
	padding-top: 10px;
}
.box .mainform table tr:first-child td{
	padding-top: 20px;
}
.box .mainform table td.padding-left{
	padding-left: 40px;
}
.box .mainform table td.padding-right{
	padding-right: 10px;
}
.box .formpart h3{
	font-size: 16px;
	color: #171615;
}
.box .formpart h3 a{
	color: #32a7de;
}
.frontcatalog li{
	margin: 20px 0 0 18px;
}
.frontcatalog li:nth-child(4n+1){
	margin-left: 0;
}
.frontcatalog h3{
	font-size: 14px;
	margin: 0 0 5px;
}
.frontcatalog h3 a{
	overflow: hidden;
	display: block;
	max-width: 156px;
	color: #32a7de;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.frontcatalog .stars{
	padding: 6px 0 0;
}
.stars{
	font-size: 0;
}
.stars img{
	margin: 0 -1px 0 0;
}
.starOn,
.starOff,
#bgDiv{
	background: transparent repeat-x left center;
}
.starOn{
	background-image: url('../images/star-big-active.png');
}
#bgDiv{
	background-image: url('../images/star-big.png');
}
.big-desc .webrating{
	margin: 4px 0 0;
}
.frontcatalog li .img,
.big-img,
.big-desc .img,
.avas .img,
#hotel-slider li{
	padding: 1px;
}
.frontcatalog li .img img,
.big-img img,
.big-desc .img img,
.avas .img img,
#hotel-slider img{
	border: solid 2px #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 1px #e5d5c7;
	-moz-box-shadow: 0 0 0 1px #e5d5c7;
	box-shadow: 0 0 0 1px #e5d5c7;
}
.frontcatalog li .desc small{
	display: block;
	margin: 0 0 4px;
	color: #767370;
}
.frontcatalog .desc{
	padding: 10px 0 0;
}
.frontcatalog .price{
	width: 95px;
	height: 27px;
	margin: -10px 0 0;
	padding: 26px 0 10px 5px;
	font-size: 18px;
	color: #4c5e1c;	
	text-shadow: 1px 1px 0 #e6f9b3;
	background: url('../images/price.png') no-repeat right top;
}
.frontseo{
	padding: 20px 0 0;
}
.box-left-part{
	width: 692px;
}
.big-img{
	margin: 20px 0 0;
}
.big-desc{
	margin: -15px 0 0;
	padding: 30px 10px 10px;
	background: #e7f8fd;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.big-desc .img{
	width: 94px;
}
.big-desc .txt{
	width: 558px;
}
.big-desc h3,
.more-desc h3,
.box-right-part h3,
.box-right-part .phone,
.hotel-info .add-info{
	font-size: 16px;
	color: #171615;
}
.big-desc .stars{
	padding: 4px 0 0;
}
.big-desc .text{
	padding: 10px 0;
	text-align: justify;
}
.big-desc .link,
.box-right-part .small a{
	color: #32a7de;
}
.more-desc{
	padding: 20px 0 0;
}
.more-desc h3{
	margin: 0 0 15px;
}
.ul{
	padding: 0 0 0 17px;
}
.ul li{
	margin: 3px 0 0;
	list-style: disc;
}
.ul li:first-child{
	margin: 0;
}
.big-price{
	height: 47px;
	margin: 35px 0 0;
	font-size: 14px;
	color: #4c5e1c;
	text-shadow: 1px 1px 0 #e6f9b3;
	background: #ceec7d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZWM3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYmRlMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ceec7d 0%, #abde1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceec7d), color-stop(100%,#abde1f));
	background: -webkit-linear-gradient(top,  #ceec7d 0%,#abde1f 100%);
	background: -o-linear-gradient(top,  #ceec7d 0%,#abde1f 100%);
	background: -ms-linear-gradient(top,  #ceec7d 0%,#abde1f 100%);
	background: linear-gradient(to bottom,  #ceec7d 0%,#abde1f 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.big-price .td{
	padding-left: 20px;
	text-align: left;
}
.big-price .td:first-child{
	padding-left: 50px;
}
.big-price .large{
	font-size: 20px;
	vertical-align: -3px;
}
.price-desc{
	margin: 35px 0 0;
}
.box-right-part{
	width: 216px;
	margin-right: 10px;
}
.box-right-part .info,
.hotel-info{
	margin: 35px 0 0;
	padding: 10px;
	background: #e7f8fd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box-right-part .info:first-child{
	margin: -20px 0 0;
	padding: 35px 10px 10px;
}
.box-right-part .info h3{
	margin: 0 0 15px;
}
.box-right-part .info .phone,
.hotel-info .phone,
.hotel-info .add-info{
	font-size: 14px;
	margin: 0 0 35px;
}
.hotel-info .phone,
.hotel-info .add-info{
	margin: 0 0 20px;
}
.box-right-part .info .small,
.hotel-info .small{
	margin: 0 0 15px;
	font-size: 11px;
}
.hotel-info .small{
	margin: 20px 0 35px;
	color: #767370;
}
.avas{
	padding: 20px 0 35px;
}
.avas li{
	margin: 10px 0 0;
}
.avas li:first-child{
	margin: 0;
}
.avas .img{
	width: 74px;
}
.avas .txt{
	width: 110px;
	color: #171615;
}
.avas .txt .td{
	text-align: left;
	height: 74px;
}
.hotel-info{
	margin: 20px 0 0;
	padding: 20px 0 10px;
	border: solid 1px #e7f8fd;
	background: #fff;
}
.hotel-info .add-info{
	margin-bottom: 15px;
}
.hotel-info > *:last-child{
	margin-bottom: 0;
}
.hotel-info .add-info .large{
	font-size: 16px;
	font-weight: bold;
}
.hotel-box .stars,
.hotel-box .webrating{
	margin: 20px 0 0;
}
.hotel-box-desc{
	margin: 15px 0 0;
	text-align: justify;
}
.hotel-box .big-img img{
	width: 686px;
	height: 340px;
}
.hotel-slider-box{
	overflow: hidden;
	height: 76px;
	margin: 6px 0 0;
	padding: 0 18px;
}
#hotel-slider li{
	margin: 0 3px;
	padding: 1px;
	width: 74px;
	height: 74px;
}
#hotel-slider img{
	cursor: pointer;
}
#hotel-slider .active img,
#hotel-slider img:hover{
	-webkit-box-shadow: 0 0 0 1px #cb7a38;
	-moz-box-shadow: 0 0 0 1px #cb7a38;
	box-shadow: 0 0 0 1px #cb7a38;
}
#hotel-slider .active img{
	cursor: default;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -13px;
}
.slider-nav#prev{
	left: 0;
}
.slider-nav#next{
	right: 0;
}
.slider-nav:hover{
	opacity: 0.75;
}
.hotel-box-plain{
	margin: 35px 0 0;
}
.tabs-box{
	margin: 35px 0 0;
}
.tabs-nav li{
	cursor: pointer;
	margin: 0 0 0 2px;
	padding: 2px 10px 4px;
	font-size: 14px;
	color: #767370;
	border: solid 1px #d1e6ec;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tabs-nav li:first-child{
	margin: 0;
}
.tabs-nav li:hover,
.tabs-nav li.active{
	color: #171615;
	border-color: #e7f8fd;
	background: #e7f8fd;
}
.tabs-nav li.active{
	cursor: default;
}
.tabs{
	margin: 2px 0 0;
	padding: 10px;
	background: #e7f8fd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tab{
	display: none;
}
.tab.active{
	display: block;
}
.hotel-small{
	margin: 35px 0 0;
	font-size: 11px;
	color: #767370;
	text-align: justify;
}
.hotel-small a{
	color: #32a7de;
}
.online-offer{
	margin: 35px 0 0;
}
.online-offer .online-button{
	display: block;
	width: 196px;
	height: 90px;
	margin: 0 0 0 -16px;
	padding: 6px 16px 0;
	font-size: 18px;
	color: #4c5e1c;
	text-shadow: 1px 1px 0 #e6f9b3;
	text-decoration: none;
	background: url('../images/online-button.png') no-repeat center top;
}
.online-offer .online-button strong{
	display: block;
	margin: -8px 0 0;
	font-size: 40px;
}
.online-offer .small{
	font-size: 11px;
}
.box .mainform.catalogform table tr:first-child td{
	padding-top: 10px;
}
.box .mainform.catalogform table td.padding-left{
	padding-left: 37px;
}
.box .catalogform .jq-selectbox__select-text,
.box .catalogform input[type='text']{
	width: 240px;
	max-width: 240px;
}
/* content off */

/* footer */
footer{
	min-width: 942px;
	height: 408px;
	margin: -427px 0 0;
	padding: 16px 0 0;
	border-top: solid 3px #fcff00;
	background: #e7f8fd;
}
.footer-nav{
	width: 650px;
}
.footer-nav .td{
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 30px;
}
.footer-nav .td:first-child{
	padding-left: 0;
}
.footer-nav .tr+.tr .td{
	padding-top: 30px;
}
.footer-nav h2{
	color: #73858a;
	margin: 0 0 10px;
}
.footer-nav .td ul{
	font-size: 11px;
	color: #81a4ae;
}
.footer-nav .td ul li{
	margin: 3px 0 0;
}
.footer-nav .td ul li:first-child{
	margin: 0;
}
.footer-right{
	width: 185px;
	color: #73858a;
}
.subscribe{
	padding: 0 0 35px;
}
.subscribe input[type='email']{
	margin: 15px 0 10px;
}
.copy-bottom{
	margin: 10px 0 0;
}
.dev{
	width: 137px;
	padding: 35px 0 0;
}
.dev a{
	color: #81a4ae;
}
.dev img{
	margin: 10px 0 0;
}
/* footer off */
















/* eof */