@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: #ddd;
}
::-moz-input-placeholder{
	color: #ddd;
}
:-moz-input-placeholder{
	color: #ddd;
}
:-ms-input-placeholder{
	color: #ddd;
}
.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;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #666;
}
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: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 12px;
	font-size: 18px;
	color: #666;
	border: solid 1px #d1d9df;
	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;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	color: #fff;
	border-color: #b85a33;
	background-color: #ff9d73;
}
textarea{
	display: block;
	padding: 12px;
	height: 116px;
	resize: none;
}
.error{
	padding-right: 30px !important;
	color: #c9252c !important;
	font-weight: bold !important;
	border-color: #c9252c !important;
	background: #fff url('../images/error.png') no-repeat right 9px center !important;
}
textarea,
textarea.error{
	background-position: right 9px !important;
	background-position: right 9px top 12px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 58px;
	padding: 14px 24px 18px 80px;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	border-bottom: solid 4px #a63100;
	background: #bf5b30 url('../images/mail.png') no-repeat 24px 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.simple{
	padding: 14px 24px;
	background: #bf5b30;
}
.button:hover{
	opacity: 0.75;
}
.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 1px #000;
	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;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.plaintext h3{
	margin: 0 0 20px;
	font-size: 2.57em;
	line-height: normal;
}
h1.title,
h2.title,
h3.title{
	font-size: 2.57em;
	line-height: normal;
}
.plaintext h3,
h3.title{
	font-size: 2.14em;
}
.plaintext a{
	color: #006363;
}
.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;
	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 */

.green{
	color: #006363;
}

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 4px;
	margin-left: -19px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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: 1000px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
/*	width: 940px;*/
	margin: 0 auto;
}
/* header */
header{
	padding: 18px 0 6px;
	border-bottom: solid 1px #66a3d2;
	-webkit-box-shadow: inset 0 -1px 0 #b8d4ea, 0 1px 0 #d6e6f3;
	-moz-box-shadow: inset 0 -1px 0 #b8d4ea, 0 1px 0 #d6e6f3;
	box-shadow: inset 0 -1px 0 #b8d4ea, 0 1px 0 #d6e6f3;
}
.logo{
	color: #006363;
}
.nav{
	padding: 12px 0 0;
	font-size: 1.286em;
	color: #1d7373;
	white-space: nowrap;
}
.nav li{
	width: 1000px;
}
.nav a:hover,
.nav .active a{
	color: #a61700;
}
.nav .active a{
	cursor: default;
	text-decoration: underline;
}
.contacts{
	text-align: right;
}
.phone-box{
	position: absolute;
	z-index: 1;
	right: 0;
	padding: 0 6px;
	white-space: nowrap;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0 1px rgba(29,115,115,0);
	-moz-box-shadow: 0 0 0 1px rgba(29,115,115,0);
	box-shadow: 0 0 0 1px rgba(29,115,115,0);
}
.phone-box.active{
	-webkit-box-shadow: 0 0 0 1px rgba(29,115,115,0.2);
	-moz-box-shadow: 0 0 0 1px rgba(29,115,115,0.2);
	box-shadow: 0 0 0 1px rgba(29,115,115,0.2);
}
.phone{
	font-size: 1.714em;
}
.phone a,
.phones a{
	text-decoration: none;
}
.phone .code{
	font-size: 0.583em;
}
.phone .open{
	cursor: pointer;
	margin: 0 -6px 0 0;
	width: 10px;
	height: 9px;
	vertical-align: 2px;
	background: url('../images/phone-open.png') no-repeat left top;
}
.phone .open.active{
	background-image: url('../images/phone-close.png');
}
.phone-box ul{
	margin: 0 4px 0 0;
}
.address{
	padding: 2.4em 0 0;
	font-size: 0.857em;
}
.callback{
	color: #1d7373;
	text-decoration: none;
	border-bottom: dashed 1px #1d7373;
}
.callback:hover{
	border-bottom-color: transparent;
}
/* header off */

/* content */
main{
	padding: 0 0 250px;
}
.mainslider-box{
	background: #fff url('../images/ajax-loader.gif') no-repeat center center;
}
#mainslider{
	width: 100000px;
}
#mainslider img,
#slider img{
	width: 100%;
}
.mainimg{
	width: 1000px;
}
.mainimg .grid_12{
	position: absolute;
	top: 0;
	height: 100%;
	margin: 0 auto;
	font-size: 36px;
	line-height: normal;
	color: #fff;
}
.mainimg .desc{
	position: absolute;
	left: 47px;
	bottom: 40px;
	max-width: 540px;
}
.mainimg .desc .price{
	font-size: 1.6667em;
}
.mainform{
	position: absolute;
	right: 0;
	top: 50%;
	width: 304px;
	height: 230px;
	margin: -120px 0 0;
	padding: 10px 20px 0;
	font-size: 20px;
	color: #006363;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mainform table{
	width: 100%;
}
.mainform td{
	padding: 10px 0 0;
}
.mainform tr:first-child td{
	padding: 0;
}
.features{
	margin-bottom: 40px;
}
.features table{
	display: inline-table;
	font-size: 1.286em;
	height: 72px;
	text-align: left;
}
.features td:first-child{
	padding-right: 10px;
}
.services{
	margin-bottom: 50px;
}
.services .title{
	margin-bottom: 10px;
}
.services figcaption{
	margin-bottom: 10px;
	font-size: 1.429em;
	color: #006363;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.services .txt{
	margin-top: 10px;
	font-size: 1.429em;
}
.slider-box{
	margin: 30px 0 0;
	background: #006363;
}
.slider-box .grid_12{
	overflow: hidden;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center;
}
#slider{
	width: 100000px;
}
/*#slider li{
	width: 940px;
	height: 430px;
}
.caroufredsel_wrapper{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#slider img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
*/
.slider-nav{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin: -7px 0 0;
}
.slider-nav.prev{
	left: 37px;
}
.slider-nav.next{
	right: 37px;
}
.slider-pager{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 0;
	text-align: center;
}
.slider-pager a{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	border: solid 2px #ff9d73;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: inset -2px -2px 2px rgba(0,0,0,0.2);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.slider-pager a.selected,
.slider-pager a:hover{
	border-color: #b23f0f;
}
.slider-pager a.selected{
	cursor: default;
}
.slider-pager span{
	display: none;
}
.ask-us{
	font-size: 2.14em;
	margin-top: 40px;
	margin-bottom: 30px;
}
.ask-us a{
	color: #006363;
}
.gmap{
	height: 430px;
	margin: 30px 0 0;
}
.gmap:first-child{
	margin: 0 0 50px;
}
#map-canvas{
	height: 430px;
}
.feat ul{
	font-size: 1.286em;
	text-align: left;
}
.feat ul .td{
	padding-top: 20px;
}
.feat ul .img{
	width: 67px;
}
.feat ul .txt{
	padding-left: 20px;
	text-align: left;
}
.reserv{
	padding: 60px 0;
	color: #a63100;
	background: #ff9d73;
}
.reserv .button{
	margin: 20px 0 0;
}
.near,
.near ul li{
	margin-top: 30px;
}
.near .txt{
	margin: 10px 0 0;
	font-size: 1.714em;
	color: #006363;
}
.review{
	margin: 30px 0 0;
	padding: 10px 0 20px;
	color: #fff;
	background: #1d7373;
}
.review .author{
	font-size: 1.714em;
}
.review .txt{
	margin: 20px 0 0 200px; 
}
.review li:nth-child(even) .img{
	float: right;
}
.review li:nth-child(even) .txt{
	margin: 20px 200px 0 0; 
}
.mainplain{
	padding: 20px 0;
}
.cont-table{
	margin: 30px 0;
	font-size: 2.57em;
	white-space: nowrap;
}
.gps{
	margin: 0 0 100px;
	font-size: 1.714em;
	white-space: nowrap;
}
.cont-table td,
.gps td{
	padding-bottom: 10px;
}
.cont-table .img{
	width: 66px;
}
.gps .img{
	width: 34px;
}
.cont-table .img img,
.gps .img img{
	max-width: none;
	max-height: none;
}
.cont-table .txt,
.gps .txt{
	padding-left: 10px;
	width: 1000px;
}
.cont-table .code{
	width: 0;
	font-size: 2.5em;
	line-height: 1em;
}
.cont-table .phones{
	font-size: 0.6667em;
	color: #006363;
	width: 1000px;
}
.cont-table a,
.gps a{
	text-decoration: none;
}
.cont-form{
	margin: 0 0 100px;
}
.cont-form td{
	padding: 1.25em 0 0;
}
.vk-block{
	margin: 0 0 100px;
}
#vk_groups{
	width: auto !important;
}
#vk_groups iframe{
	display: block;
	margin: 0 auto;
}
.hostel{
	padding: 0 0 100px;
}
.hostel-links{
	text-align: right;
}
.hostel-links li{
	text-align: left;
}
.current-img img{
	width: 100%;
}
.img-thumbs li{
	margin: 12px 0 0 12px;
}
.img-thumbs li:nth-child(4n+1){
	margin-left: 0;
}
.hostel-price{
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 3.429em;
	color: #a63100;
}
/* content off */

/* footer */
footer{
/*	min-width: 960px;*/
	height: 243px;
	margin: -250px 0 0;
	color: #fff;
	border-top: solid 7px #006363;
	background: #1d7373;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNzM3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1d7373 0%, #009999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d7373), color-stop(100%,#009999));
	background: -webkit-linear-gradient(top,  #1d7373 0%,#009999 100%);
	background: -o-linear-gradient(top,  #1d7373 0%,#009999 100%);
	background: -ms-linear-gradient(top,  #1d7373 0%,#009999 100%);
	background: linear-gradient(to bottom,  #1d7373 0%,#009999 100%);
}
.footer-container{
	padding-top: 20px;
}
footer .logo{
	white-space: nowrap;
}
footer .logo figcaption{
	padding: 5px 0 0;
	font-size: 0.786em;
	color: #fff;
}
.footer-nav table{
	width: 100%;
	border-spacing: 20px 0;
}
.footer-nav table td{
	vertical-align: top;
}
.footer-nav h2{
	font-size: 18px;
}
.footer-nav ul{
	margin: 4px 0 4px 4px;
}
.dev img{
	margin: 4px 8px 0 0;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
/* popup & form */
.popup .fancybox-skin{
	background: #fff;
}
.popup .fancybox-close{
	display: none;
}
#callback{
	position: static;
	left: auto;
	top: auto;
	margin: 0;
	padding: 0;
}
.before-send table,
.after-send table{
	width: 100%;
}
.after-send{
	display: none;
	font-size: 20px;
}
/* popup & form off */














/* eof */