@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;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
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: #616161;
	-webkit-transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #616161;
}
:-moz-input-placeholder{
	color: #616161;
}
:-ms-input-placeholder{
	color: #616161;
}
.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{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	text-indent: -100px;
	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;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 15px/1.6 'Open Sans Condensed', sans-serif;
	color: #616161;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center fixed;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='date'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: 24px;
	color: #616161;
	border: 0 none;
	background: #fff url('../images/blank.png') no-repeat right 10px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
select{
	cursor: pointer;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
    display: none;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='date']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	background-color: #ecd498;
}
textarea{
	padding: 6px 10px;
	height: 116px;
	resize: none;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
.error{
	padding-right: 30px !important;
	color: #c9252c !important;
	border-color: #c9252c !important;
	background: #fff url('../images/error.png') no-repeat right 9px center !important;
}
textarea,
textarea.error{
	background-position: right 9px, left top !important;
	background-position: right 9px top 10px, left top !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 174px;
	height: 35px;
	margin: 0;
	padding: 5px 10px 6px;
	font-size: 16px;
	line-height: 24px;
	color: #ecd498;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: solid 1px #ecd498;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.button{
	line-height: 95% !important;
}
.button:hover{
	color: #fff;
	background: #ecd498;
}
.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;
}
.delay{
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	-webkit-perspective: 1000px !important;
	-moz-perspective: 1000px !important;
	-ms-perspective: 1000px !important;
	-o-perspective: 1000px !important;
	perspective: 1000px !important;
}
.hide,
.hidden,
.hidden .delay-in{
	opacity: 0;
}
.delay .delay-in{
	-webkit-perspective: 1000px !important;
	-moz-perspective: 1000px !important;
	-ms-perspective: 1000px !important;
	-o-perspective: 1000px !important;
	perspective: 1000px !important;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
@media only screen and (min-width: 1025px){ 
	.hidden,
	.hidden .delay-in{
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-ms-filter: blur(5px);
		-o-filter: blur(5px);
		filter: blur(5px);
	}
}
.delay .delay11,
.delay .delay21,
.delay .delay31{
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.delay .delay12,
.delay .delay22,
.delay .delay32{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.delay .delay13,
.delay .delay23,
.delay .delay33{
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.delay .delay14,
.delay .delay24,
.delay .delay34{
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.delay .delay15,
.delay .delay25,
.delay .delay35{
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.delay .delay16,
.delay .delay26,
.delay .delay36{
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.hidden .delay11,
.hidden .delay12,
.hidden .delay13,
.hidden .delay14,
.hidden .delay15,
.hidden .delay16{
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.hidden .delay21,
.hidden .delay22,
.hidden .delay23,
.hidden .delay24,
.hidden .delay25,
.hidden .delay26{
	-webkit-transform: rotateY(30deg);
	-moz-transform: rotateY(30deg);
	-o-transform: rotateY(30deg);
	transform: rotateY(30deg);
}
.hidden .delay31,
.hidden .delay32,
.hidden .delay33,
.hidden .delay34,
.hidden .delay35,
.hidden .delay36{
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: solid 1px #ecd498;
	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;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), all-scroll !important;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	color: #000;
	font-size: 36px;
	line-height: 100%;
}
.title:after{
	display: block;
	content: ' ';
	width: 60px;
	height: 0;
	margin: 10px 0 0;
	border-top: solid 2px #000;
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a{
	color: #00a0e3;
}
.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 ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.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.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 4px;
	margin-left: -20px;
	-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: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
	width: 980px;
	margin: 0 auto;
}
/* header */
header{
	padding: 16px 0 0;
}
header .top{
	height: 180px;
}
.header-left{
	max-width: 222px;
}
.header-center{
	margin: 0 300px;
}
.lang{
	margin: 27px 0 0;
}
.lang li{
	opacity: 0.25;
	margin: 0 0 0 6px;
}
.lang li:first-child{
	margin: 0;
}
.lang li.active,
.lang li:hover{
	opacity: 1;
}
.lang li > *{
	display: block;
	width: 23px;
	height: 23px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	border: solid 1px #000;
}
.lang li.active > *{
	cursor: default;
}
.slogan{
	margin: 16px 0 0;
	font-size: 24px;
	line-height: 125%;
	color: #000;
}
.phone{
	margin: 22px 0 2px;
	font-size: 34px;
	color: #000;
}
.phone a{
	text-decoration: none;
}
header .bottom,
main .bottom{
	height: 535px;
	background: url('../images/header.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
header .bottom.noform{
	height: 60px;
}
main .bottom{
	height: 349px;
	margin: 0 0 40px;
	background-image: url('../images/footer.jpg');
}
header .bottom > .tr,
main .bottom > .tr{
	background: rgba(0,0,0,0.5);
}
header .bottom[style] .tr{
	background: rgba(0,0,0,0.7);
}
.nav{
	height: 60px;
	font-size: 22px;
	color: #fff;
	white-space: nowrap;
	background: rgba(236,212,152,0.2);
}
.nav li{
	width: auto;
	height: 60px;
	margin: 0 0 0 40px;
}
.nav li:first-child{
	margin: 0;
}
.nav li:before{
	position: absolute;
	left: -23px;
	top: 50%;
	margin: -1px 0 0;
	line-height: 0;
	color: #fff;
	content: '/';
}
.nav li:first-child:before{
	display: none;
}
.nav li:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	content: ' ';
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.nav li.active,
.nav li:hover{
	color: #ecd498;
}
.nav li.active:after,
.nav li:hover:after{
	left: 0;
	width: 100%;
	background: #ecd498;
}
.nav .td{
	padding: 0 0 4px;
}
.nav a{
	text-decoration: none;
}
.nav li.active a{
	cursor: default;
}
.maintitle{
	width: 1000px;
	padding: 0 40px 60px 0;
	font-size: 60px;
	line-height: 101%;
	text-align: left;
	color: #fff;
}
.mainform{
	width: 228px;
	margin: 0 0 64px;
	padding: 0 8px 10px;
	border-spacing: 4px 10px;
	border: solid 1px #fff;
	border-bottom: 0 none;
	white-space: nowrap;
}
.mainform th{
	padding: 0 0 10px;
	font-size: 22px;
	font-weight: normal;
	line-height: 100%;
	color: #fff;
}
.submit{
	width: 238px;
	height: 126px;
	margin: 10px -12px -89px;
	padding: 13px 0 0;
	background: url('../images/button-bg.png') no-repeat center center;
}
.submit input,
.button.circle{
	width: 113px;
	height: 113px;
	font-size: 16px;
	line-height: 95%;
	color: #75573b;
	border: 0 none;
	background: #ecd498;
	-webkit-transform: rotateY(0deg) perspective(100px);
	-moz-transform: rotateY(0deg) perspective(100px);
	-o-transform: rotateY(0deg) perspective(100px);
	transform: rotateY(0deg) perspective(100px);
}
.submit input:hover,
.button.circle:hover{
	color: #fff;
	background: #a36566;
}
.submit input[disabled]{
	opacity: 1 !important;
	font-size: 64px !important;
	color: #fff !important;
	background: #879267 !important;
	-webkit-transform: rotateY(360deg) perspective(100px);
	-moz-transform: rotateY(360deg) perspective(100px);
	-o-transform: rotateY(360deg) perspective(100px);
	transform: rotateY(360deg) perspective(100px);
}
/* header off */

/* content */
main{
	padding: 60px 0 120px;
}
.hotel-features{
	padding: 10px 0 40px;
}
.hotel-features+hr{
	margin: 0 0 60px;
}
.hotel-features li{
	width: 125px;
	height: 240px;
	margin: 0 0 0 46px;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.hotel-features li:nth-child(6n+1){
	margin-left: 0;
}
.hotel-features .txt{
	margin: 16px 0 0;
}
.clients-questions{
	margin: 0 0 80px;
}
.clients-questions li{
	width: 466px;
	margin: 20px 0 0 48px;
}
.clients-questions li:nth-child(1),
.clients-questions li:nth-child(2){
	margin-top: 0;
}
.clients-questions li:nth-child(odd){
	margin-left: 0;
}
.clients-questions h3{
	margin: 0 0 6px;
	font-size: 18px;
	color: #000;
}
.clients-questions .txt{
	text-align: justify;
}
.slider-box{
	overflow: hidden;
	margin: 0 0 80px;
}
#slider{
	width: 100000px;
}
.zoom{
	position: absolute;
	z-index: 1;
	right: 8px;
	bottom: 8px;
	width: 50px;
	height: 48px;
	background: url('../images/zoom.png') no-repeat center center;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.zoom:hover{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
@media only screen and (max-width: 1024px){ 
	.zoom{
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.seo,
.contact-box{
	margin: 0 0 80px;
}
.contact-form{
	width: 394px;
}
.contact-info{
	width: 480px;
}
.contact-form input:not([type='submit']), .contact-form select, .contact-form textarea{
	border: solid 1px #aeaeae;
}
.contact-form .mainform{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-spacing: 0 10px;
}
.contact-form .submit{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
.contact-form .submit input{
	margin: 0;
}
.contact-form .address,
.contact-form h3{
	font-size: 18px;
	color: #000;
}
.contact-form .address{
	margin: 0 0 20px;
}
.contact-form .address a{
	text-decoration: none;
}
.contact-form .address a:hover{
	text-decoration: underline;
}
.gmap,
#map-canvas{
	height: 450px;
}
.catalog{
	padding: 10px 0 30px;
}
.catalog li{
	width: 462px;
	margin: 0 0 50px 56px;
}
.catalog li:nth-child(2n+1){
	margin-left: 0;
}
.catalog .img{
	margin: 0 0 18px;
}
.catalog .txt{
	width: 329px;
}
.catalog .txt h2{
	overflow: hidden;
	margin: -8px 0 4px;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.catalog .txt .desc{
	overflow: hidden;
	height: 48px;
}
.catalog .price{
	margin: 8px 0 0;
	font-size: 36px;
	line-height: 100%;
	color: #000;
}
.maintitle .price{
	display: block;
	margin: 30px 0 0;
}
.price s{
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.price s:after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 33.333%;
	content: ' ';
	border-top: solid 1px #000;
}
.maintitle .price s:after{
	border-top-color: #fff;
}
.product .plaintext{
	margin: 0 0 40px;
}
.product .desc{
	margin: 0 0 80px;
	font-size: 36px;
	color: #000;
}
.product .desc td:first-child{
	padding-right: 24px;
}
/* content off */

/* footer */
footer{
	min-width: 980px;
	height: 60px;
	margin: -60px 0 0;
	font-size: 13px;
	color: #999;
	white-space: nowrap;
}
footer .td{
	width: 1000px;
	padding: 20px 0 0;
}
footer .td:first-child,
footer .td:last-child{
	width: 0;
}
footer .td:first-child{
	padding-right: 54px;
}
footer .td:last-child{
	padding-left: 54px;
}
footer a{
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
/* popup & form */
.popup.fancybox-skin{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.popup .fancybox-close,
.popup .fancybox-nav/*,
.popup .fancybox-nav span*/{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.popup .fancybox-close{
	display: none;
	opacity: 0.5;
	right: -36px;
	top: -36px;
}
.popup .fancybox-close/*,
.popup .fancybox-nav span*/{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.popup .fancybox-close:hover/*,
.popup .fancybox-nav:hover span*/{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.popup .fancybox-title-over-wrap{
	width: 100%;
	padding: 8px 16px;
	color: #000;
	background: rgba(236,212,152,0.75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup .fancybox-title{
	font-family: inherit;
}
.fancybox-lock{
	overflow: visible !important;
}
#fancybox-lock{
	overflow: hidden !important;
}
.form-pop{
	width: 240px;
	height: 260px;
}
.form-pop .mainform{
	background: rgba(0,0,0,0.25);
}
/*.ui-widget{
	font-family: inherit;
}
.ui-widget,
.ui-widget *{
	font-weight: normal !important;
}
.ui-datepicker{
	width: 206px;
}
.ui-datepicker td{
	line-height: 100%;
}
.hasDatepicker::-webkit-input-placeholder{
	-webkit-transition: none;
}*/
/* popup & form off */











/* eof */