/*
Title: Main CSS File
Theme Name: Hotel
Author Name: FairyTheme
Author URI: http://themeforest.net/user/fairytheme
Website:
-------------------------------------------------------------*/
/*
Table of Contents:
------------------
1. Reset
2. Basic
3. Common
4. Datepicker
Sections
5. Header
6. Main
7. Info
8. Special
9. Contacts
10. Modal
11. Sidemenu
12. Themes
----------------------------------*/
/* 1.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%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
	min-width: 300px;
    min-height: 400px;
}
html{
	min-width: 300px;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:after, :before, * {
	box-sizing: border-box;
}
/* 2. Basic
-------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
	overflow: hidden;
	z-index: 2000;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 65px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
}
.pace::before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2001;
	position: absolute;
	top:0px;
	left: 0px;
	background: url("../img/logo_feather_reverse-01.png");
	background-size: cover;
}
.load_invisible{
	pointer-events: none;
	opacity: 0;
	position: fixed;
	top: -100%;
	left: -100%;
}
.pace-inactive {
	opacity: 0;
	pointer-events: none;
}

.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #777;
	z-index: 2000;
	display: block;
  	position: absolute;
	top: 2px;
	right: 100%;
	height: calc(100% - 4px);
	width: 100%;
}

html, body {
	height: 100%;
}
body {
	overflow-x: hidden;
  	font-family: 'Karla-Modified';
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
}
body.pace_hide{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.pace_cover{
	opacity: 0;
	z-index: 1500;
	pointer-events: none;
	position: fixed;
	top: 0px;
	background: white;
	left: 0px;
	transition: opacity 1s .2s ease;
	-webkit-transition: opacity 1s .2s ease;
	width: 100%;
	height: 100%;
}
.pace_cover_logo{
	height: auto;
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
body.pace_hide .pace_cover{
	opacity: 1;
	pointer-events: auto;
}
@media only screen and (max-width: 350px)  {
	body{
		overflow-x: auto;
	}
}
h1 {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.2em;
  	font-family: 'Karla-Modified';
	text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.35);
}
h1.inner_h1{
	color: black;
	text-shadow: none;
}
.overlay h1.inner_h1{
    max-width: calc(100% - 110px);
    margin: 20px 0px 30px;
}
@media only screen and (max-width: 750px)  {
    .overlay h1.inner_h1{
        margin: 10px 0px 30px;
    }
}
.overlay h1.inner_h1.art_h1{
    margin-bottom: 10px;
}
h2 {
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.2em;
  	font-family: 'Karla-Modified';
	text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.35);
}
h2.inner_h2{
	text-shadow: none;
}
h3 {
	font-size: 1.7em;
	letter-spacing: 0.15em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.85em;
}
p {
	font-weight: normal;
	font-size: 1.14em;
	font-family: 'Karla';
	font-size: 14px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
.borders-side{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	border: 20px solid #fff;
	border-top: none;
	border-bottom: none;
	pointer-events: none;
	box-sizing: border-box;
}
.borders-side.onmobile{
    position: fixed;
    width: 100vw;
    height: 150%;
	top: 0px;
	left: 0px;
}
.mask {
/*	border: 20px solid #fff;*/
	border-top: 0;
	width: 100%;
/*	height: 100%;*/
	position: relative;
	background-color: white;
	box-sizing: border-box;
	z-index: 100;
/*	padding-top: 50px;*/
}
.mask.fullscreen{
}

 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.mask {
/*
		overflow: hidden;
		padding-top: 0;
*/
	}
}
.content-in {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}
.content-inset {
	height: 100%;
	position: relative;
}
.content-inset.js_hide {
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.content-inset.js_show {
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	transition: all 0.5s ease;
}
section {
/*	transition: all 0.5s ease;*/
}
section.active {
	visibility: visible;
	opacity: 1;
}
section:after {
/*
	display: block;
	content: "";
	clear: both;
*/
}
@media only screen and (max-width: 1100px), (max-height: 600px)  {
	section.longpage:after {
		display: block;
		content: "";
		clear: both;
		height: 20px;
		background: white;
	}
}
.margin-none {
	margin: 0;
}
.clearfix {
	clear: both;
}

/*SECTION EACH*/
/*-------------------------------------------------------------- */
body{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0px;
	margin:0px;
}
.borders-bottom{
	position: fixed;
	width: 100vw;
	bottom: 0px;
	height: 20px;
	z-index: 500;
	background: white;
}
section.cd-section{
	min-height: 100vh;
	width: 100%;
	pointer-events: none;
}
.cd-section > div.section_wrapper{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	opacity: 1;
	pointer-events: auto;
	padding: 0px 20px;
	background: white;
}
header {
	position: fixed;
	top: 0;
	z-index: 500;
	width: 100%;
	background: #fff;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 1100px), (max-height: 600px)  {
	section.cd-section{
		position: relative;
		height: 100%;
	}
	section.cd-section > div.section_wrapper{
		height: auto;
	}
	section.cd-section.stuckbottom > div.section_wrapper{
		position: fixed;
		bottom: 0%;
	}
	.mobile-reveal .fade-in-up{
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		opacity: 0;
		transition: transform 0.6s ease, opacity .8s ;
		-webkit-transition: transform 0.6s ease, opacity .8s ;
	}
	.mobile-reveal.inview .fade-in-up{
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		opacity: 1;
		transition: transform 0.6s ease, opacity .8s ;
		-webkit-transition: transform 0.6s ease, opacity .8s ;
	}
	section.cd-section > div.section_wrapper.contacts{
		padding-top: 20px;
		background: white;
	}
	.init_fade_reveal .mobile-reveal.inview .fade-in-up{
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		opacity: 0;
	}
}

@media only screen and (max-width: 500px){
	section.cd-section > div.section_wrapper{
		height: auto;
		padding: 0px 0px;
	}
	#contacts.cd-section > div.section_wrapper{
		padding: 0px 20px;
	}
	#testimonials.cd-section > div.section_wrapper{
		min-height: 700px;
	}
}
@media only screen and (max-width: 1100px), (max-height: 400px)  {
	section.cd-section{
		min-height: 400px;
	}
	section.cd-section > div.section_wrapper{
		min-height: 400px;
	}
	#landing,
	#landing > div.section_wrapper,
	#landing > div.section_wrapper > .inner-1.testimonialwrapper{
		min-height: 450px;
		height: 100vh;
	}
	#testimonials,
	#testimonials > div.section_wrapper,
	#testimonials > div.section_wrapper > .inner-1.testimonialwrapper{
		min-height: 450px;
	}
}
@media only screen and (min-width: 1100px) and (min-height: 600px) {
	.scrollmagic-pin-spacer{
		pointer-events: none;
	}
	.cd-section > div.section_wrapper{
		opacity: 0;
		position: fixed;
		top: 100%;
		pointer-events: none;
		left: 0px;
		transition: all 0.4s ease, opacity .5s ;
		-webkit-transition: all 0.4s ease, opacity .5s;
	}
	section.cd-section{
		height: 50vh;
		min-height: 0;
	}
	div.scrollmagic-pin-spacer:nth-child(4)  > section.cd-section{
		height: 20vh;
	}
	.scrollmagic-pin-spacer:last-child > section.cd-section{
		height: 100vh;
	}
	.cd-section.inview > div.section_wrapper{
		top: 0% !important;
		pointer-events: auto;
		opacity: 1;
		transition: all 0.4s 0.4s ease, opacity .5s .4s;
		-webkit-transition: all 0.4s 0.4s ease, opacity .5s .4s;
	}
	.cd-section.beforeview > div.section_wrapper{
		top: -100%;
		opacity: 0;
		transition: all 0.4s ease, opacity .5s ;
		-webkit-transition: all 0.4s ease, opacity .5s;
	}
	
	section.cd-section .fade-in-up{
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		opacity: 0;
		transition: transform 0.6s 0.3s ease, opacity .8s .3s;
		-webkit-transition: transform 0.6s 0.3s ease, opacity .8s .3s;
	}
	section.cd-section.inview .fade-in-up{
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		opacity: 1;
		transition: transform 0.6s .7s ease, opacity .8s .7s;
		-webkit-transition: transform 0.6s .7s ease, opacity .8s .7s;
	}
}
/* 3. Common
-------------------------------------------------------------- */

@font-face {
  font-family: 'Karla';
  src: url('fonts/Karla/Karla-Regular.eot');
  src: url('fonts/Karla/Karla-Regular.woff2') format('woff2'),
       url('fonts/Karla/Karla-Regular.woff') format('woff'),
       url('fonts/Karla/Karla-Regular.ttf') format('truetype'),
       url('fonts/Karla/Karla-Regular.svg#Karla') format('svg'),
       url('fonts/Karla/Karla-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Karla';
  src: url('fonts/Karla/Karla-Bold.eot');
  src: url('fonts/Karla/Karla-Bold.woff2') format('woff2'),
       url('fonts/Karla/Karla-Bold.woff') format('woff'),
       url('fonts/Karla/Karla-Bold.ttf') format('truetype'),
       url('fonts/Karla/Karla-Bold.svg#Karla') format('svg'),
       url('fonts/Karla/Karla-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Karla-Modified';
  src: url('fonts/KarlaModified/Karla-Modified-Regular.eot');
  src: url('fonts/KarlaModified/Karla-Modified-Regular.woff2') format('woff2'),
       url('fonts/KarlaModified/Karla-Modified-Regular.woff') format('woff'),
       url('fonts/KarlaModified/Karla-Modified-Regular.ttf') format('truetype'),
       url('fonts/KarlaModified/Karla-Modified-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Karla-Modified';
  src: url('fonts/KarlaModified/Karla-Modified-Bold.eot');
  src: url('fonts/KarlaModified/Karla-Modified-Bold.woff2') format('woff2'),
       url('fonts/KarlaModified/Karla-Modified-Bold.woff') format('woff'),
       url('fonts/KarlaModified/Karla-Modified-Bold.ttf') format('truetype'),
       url('fonts/KarlaModified/Karla-Modified-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
.fancybox-title{
  	font-family: 'Karla';
	font-size: 20px;
	padding: 15px 20px ;
}
.fancybox-lock .fancybox-overlay{
	overflow: auto;
}
@media only screen and (max-width: 800px)  {
	.fancybox-title{
		font-size: 14px;
		padding: 10px 15px;
	}
}
/* FONT
-------------------------------------------------------------- */
#fp-nav.right {
	z-index: 101;
}
.inner-1 {
	width: 100%;
	height: 100vh;
	min-height: 300px;
}
.testimonialblock{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.inner-1.testimonialwrapper{
	pointer-events: none;
}
.inner-1.half-page > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
img.object_top{
    object-position: top;
}
.inner-2 {
	height: 50vh;
	min-height: 300px;
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.inner-2 {
		width: 50%;
		height: 100%;
		min-height: 0px;
	}
}
.overlay .block_info .inner-2.inner-block{
	height: auto;
	min-height: 0px;
	width: 50%;
}
@media only screen and (max-width: 768px){
	.overlay .block_info .inner-2.inner-block{
		width: 100%;
	}
}
.inner-3 {
	height: 50vh;
	min-height: 300px;
}
section.section.longpage > .inner-block:not("single-block"){
    min-height: 300px;
    height: 50%;
}
section.section.longpage > .inner-block.single-block{
    min-height: 100%;
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.inner-3 {
		width: 33.333%;
		height: 100%;
		min-height: 0px;
	}
}
.half-page {
	height: 50vh;
	min-height: 300px;
}
@media only screen and (max-width: 400px)  {
    .inner-1,
    .inner-2,
    .inner-3,
    .half-page {
        min-height: 400px;
    }
}
.inner-block {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.inner-block:last-child {
	border-bottom: none;
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.inner-block {
		float: left;
		border-bottom: none;
	}
}
.inner-block > img {
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: all 0.5s ease-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: -100%;
	right: -100%;
	position: absolute;
}
@media only screen and (max-width: 1100px), (max-height: 600px)  {
	.inner-block > img {
		height: 100%;
		width: 100%;
	}
}
.inner-block:hover > img {
	-ms-transform: scale(1.025);
	transform: scale(1.025);
}
.inner-block:hover .blt, .inner-block:hover .brb {
	width: calc(100% - 25px);
}
.inner-block:hover .brt, .inner-block:hover .blb {
	width: 15px;
}
.btn {
	color: #000;
	border: 2px solid #000;
	padding: 5px 18px;
	vertical-align: middle;
	background: none;
	height: 41px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: 'Karla';
}
.btn:hover {
	opacity: .5;
}
.center-block {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
	vertical-align: middle;
	z-index: 250;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.center-block.adjust{
	margin-top: 25px;
}
.center-block .btn {
	position: relative;
	margin-top: 30px;
	right: 0;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	border-color: #fff;
	border-width: 1px;
}
.center-block .btn:hover {
	border-color: #FFF;
}
.title-block {
	display: inline-block;
	line-height: 88px;
	position: relative;
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
}
.title-block p {
	position: relative;
	display: inline-block;
	z-index: 9;
	line-height: 58px;
	color: #fff;
	padding: 10px;
	margin: 0;
	line-height: 100%;
  	font-family: 'Karla-Modified';
	font-weight: normal;
	font-size: 26px;
	letter-spacing: 0.2em;
	text-transform: none;
}
.title-block .heightblock{
	height: auto;
}
.title-block p.bodytext {
  	font-family: 'Karla';
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
}
.testi_from{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
.testimonial .title-block {
	display: block;
	pointer-events: auto;
}
.testimonial .title-block p.bodytext {
	max-width: 700px;
	display: block;
	margin: 0 auto;
	margin: 0 auto;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
}
.testimonial .title-block .slick-slide p.bodytext {
	max-width: 700px;
	display: block;
}
.testimonialblock > .inner-3{
	height: 100%;
	width: 33.333%;
	float: left;
}
@media only screen and (max-width: 600px) {
	.testimonialblock > .inner-3{
		height: 33.333%;
		width: 100%;
		float: none;
		min-height: 0px;
	}
}
.testimonial .title-block p.heightblock {
	max-width: 700px;
	pointer-events: auto;
}
.testimonial .title-block .hideonmobile {
	display: none;
}
.testimonial .title-block .revealonmobile {
	display: block;
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.title-block .heightblock{
/*
		height: 85px;
		display: block;
*/
	}
	.testimonial .title-block .hideonmobile {
		display: block;
	}
	.testimonial .title-block .revealonmobile {
		display: none;
	}
}
.title-block p.bod
.title-block > img {
	width: 115px !important;
	height: 138px !important;
	position: relative;
	display: block;
	margin: 0;
	padding: 6px;
	border-right: 6px solid white;
	border-left: 6px solid white;
}
.mb-30 {
	margin-bottom: 30px;
}
.pos-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.social ul li {
	display: inline-block;
	border: 1px solid;
	width: 28px;
	height: 28px;
	text-align: center;
	margin: 0 5px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.social ul li a {
	color: inherit;
	width: 100%;
	height: 100%;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-webkit-align-content: center;
	-webkit-align-items: center;
	
}
.social ul li:hover {
	opacity: .5;
}
.anim, .content {
	visibility: hidden;
}
.fade-in-up {
	animation: fade-in-up .75s;
	animation-timing-function: ease-out;
	visibility: visible;
}
@keyframes fade-in-up {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}
	20%{
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}
.fade-in-down {
	animation: fade-in-down 1s;
	animation-timing-function: ease-out;
	visibility: visible;
}
@keyframes fade-in-down {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}
.float {
	animation: float 2s;
	animation-iteration-count: infinite;
}
@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}
.list_container {
}
.overlay .block_description .list_container > ul{
    width: 50%;
    float: left;
    padding-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}
 @media only screen and (max-width: 1000px) {
     .overlay .block_description .list_container > ul{
        width: 100%;
         padding-bottom: 0px;
         padding-top: 0px;
         margin-top: 0px;
         margin-bottom: 0px;
     }
    .list_container > *:last-child{
        margin-bottom: 20px !important;
    }
     
}
.list_container ul li{
    width: 100%;
    max-width: 250px;
}
body.onwidgetview{
	overflow: hidden;
}
body.onwidgetview > .mask{
	height: 10vh;
	opacity: 0;
	overflow: hidden;
	padding: 0px;
}
/* 4. Datepicker
-------------------------------------------------------------- */
.ui-widget {
	z-index: 104;
}
.ui-front {
	z-index: 103;
}
.comiseo-daterangepicker-mask {
	background: #000;
	opacity: 0.5;
}
.comiseo-daterangepicker-triggerbutton.ui-button {
	border: 2px solid #333;
	width: 100%;
	min-width: 100%;
	height: 41px;
	border-radius: 0;
	background: none;
	font-size: 14px;
    font-family: 'Karla';
    padding-left: 10px;
}
.comiseo-daterangepicker-presets {
	display: none;
}
.comiseo-daterangepicker.ui-widget.ui-widget-content {
	border: 1px solid #333;
	border-radius: 0;
	padding: 5px 5px 18px;
    font-family: 'Karla';
}
.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel > button, 
.ui-datepicker ,
.ui-datepicker .ui-datepicker-title {
    font-family: 'Karla';
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel > button{
	text-transform: uppercase;
    font-family: 'Karla-Modified';
	font-weight: normal;
	letter-spacing: .1em;
	border: #333 1px solid;
}
.ui-priority-primary.ui-button.ui-corner-all.ui-widget{
	background: #333;
	color:#FFF;
	border: #333 1px solid;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev{
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	cursor: pointer;
	border: none;
    border-radius: 0;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover{
	background: #EEE;
}
.ui-datepicker .ui-datepicker-next-hover{
	right: 2px;
	top: 2px;
	border: none;
	background: none;
}
.ui-datepicker .ui-datepicker-prev-hover{
	left: 2px;
	top: 2px;
	border: none;
	background: none;
}
.ui-priority-primary.ui-button.ui-corner-all.ui-widget:hover{
	background: #666;
}
.ui-priority-secondary.ui-button.ui-corner-all.ui-widget{
	border: #333 1px solid;
}
.ui-priority-secondary.ui-button.ui-corner-all.ui-widget:hover{
	background: #BBB;
}
.ui-button{
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.ui-datepicker th {
	color: #bdbcbb;
    font-family: 'Karla';
}
.ui-widget.ui-widget-content {
	border: none;
}
.ui-widget-header {
	border: none;
	border-radius: 0;
	color: #000;
	background: none;
}
.ui-widget-content {
	border: none;
}
.ui-widget-content .ui-button {
	padding: 7px 16px;
	cursor: pointer;
}
.ui-datepicker td {
	padding: 1px;
	width: 32px;
	height: 32px;
	background: #eae9e8;
	border: 1px solid #fff !important;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
    font-family: 'Karla';
}
.ui-datepicker td.ui-datepicker-current-day {
	background: #313131;
}
.ui-datepicker td.ui-datepicker-current-day a {
	color: #fff;
}
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
	background: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #313131;
	color: #fff;
}
.comiseo-daterangepicker-buttonpanel > button {
	border-radius: 0;
	border: 1px solid #313131;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
	background: none;
}
td.ui-datepicker-today .ui-state-highlight {
	color: #000;
	font-weight: 600;
}
.ui-widget-header .ui-icon {
	background: url(../img/next.png);
}
.ui-datepicker .ui-datepicker-prev span {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel {
	padding-right: 13px;
}
/* Sections
=============================*/
/* 5. Header
-------------------------------------------------------------- */
.reservation {
	position: absolute;
	right: 60px;
	top: 8px;
	height: auto;
}
.overlay .reservation{
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}
.btn.reservation{
	opacity: 1;
}

@media only screen and (max-width: 1100px)  {
    .btn.reservation.mainreservation{
		position: fixed;
		right: 75px;
    }
}
 @media only screen and (max-width: 500px)  {
    .btn.reservation{
      padding: 5px 10px;
    }
}
.btn.reservation:hover{
	opacity: 1;
	background: #000;
	color: white;
	border-color: #000;
}
 @media only screen and (min-width: 1100px){
	.reservation {
		right: 20px;
	}
}
.block_aside{
	text-align: center;
	position: relative;
}
.overlay .block_aside .btn.reservation{
	position: relative;
	margin: 10px 20px;
	left: auto;
	right: auto;
	top: 15px;
	width: calc(100% - 40px);
	display: block;
	font-size: 16px;
}

.block_aside::after{
	content: "";
	display: block;
	height: 5px;
}
 @media only screen and (max-width: 1100px)  {
	.overlay .block_aside .btn.reservation{
		max-width: 300px;
		width: 100%;
		margin: 10px auto;
	}
}
 @media only screen and (max-width: 768px)  {
	 .block_aside::after{
	 	height:  0px;
	 }
}
 @media only screen and (max-width: 500px)  {
    .btn.reservation{
      padding: 5px 10px;
    }
	.overlay .block_aside .btn.reservation{
		width: 100%;
		margin: 10px auto;
	}
}
nav.menu {
	width: 100%;
	display: block;
}
ul li{
	font-family: 'Karla';
}
nav.menu .number-nav, nav.menu .number-nav:link, nav.menu .number-nav:visited {
	font-size: 12px;
	color: #2b2e34;
	letter-spacing: 1.2px;
	float: left;
	margin: 5px 0 0 15px;
	line-height: 39px;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
nav.menu .number-nav {
	display: none;
}
 @media only screen and (min-width: 1140px) {
	nav.menu .number-nav {
		display: block;
	}
}
.text-logo {
	display: none;
}
@media only screen and (max-width: 1100px) {
	.text-logo {
		display: block;
		font-size: 15px;
		color: #2b2e34;
		letter-spacing: 0.5em;
		float: left;
		margin: 5px 0px 0 15px;
		line-height: 39px;
		position: relative;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}
	.text-logo:hover {
		opacity: .5;
	}
}
@media only screen and (max-width: 600px) {
	.text-logo {
		display: none;
	}
}
nav.menu .logo {
	width: 127px;
	height: 42px;
	display: block;
	background: url(../img/logo_feather_black.svg) no-repeat center;
	background-size: contain;
	float: left;
	margin: 1px 0 0 1px;
    margin-left: -5px;
	opacity: .75;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
nav.menu .logo:hover {
	opacity: .5;
}
@media only screen and (max-width: 1100px) {
	nav.menu.active ul {
		right: 0;
		opacity: 1;
	}
}
nav.menu ul {
	position: fixed;
	right: -300px;
	transition: right 0.5s ease, opacity 0.5s ease;
	-webkit-transition: right 0.5s ease, opacity 0.5s ease;
	top: 0;
	width: 300px;
	height: 100%;
	background: #fff;
	border: 0;
	margin: 0;
	padding: 100px 0 0;
	text-align: center;
	opacity: 0;
}

nav.menu.sub_directory ul {
	opacity: 1;
}
 @media only screen and (min-width: 1100px) {
	nav.menu ul {
		position: relative;
		padding: 0;
		width: 700px;
		right: 120px;
		text-align: right;
		float: right;
		background: inherit;
		opacity: 1;
	}
}
 @media only screen and (max-width: 1100px) {
	nav.menu:not(.sub_directory) ul {
		padding-top: 80px;
		padding-bottom: 70px;
		display: flex;
		justify-content: center;
		align-content: center;
		flex-flow: column nowrap;
		display: -webkit-flex;
		-webkit-justify-content: center;
		-webkit-align-content: center;
		-webkit-flex-flow: column nowrap;
		display: -moz-box;
		-moz-justify-content: center;
		-moz-align-content: center;
		-moz-flex-flow: column nowrap;
	}
}
 @media only screen and (max-height: 600px) and (max-width: 1100px)  {
	nav.menu:not(.sub_directory) ul {
		height: 100vh;
		padding: 55px 0px 45px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
		align-content: center;
		flex-flow: column nowrap;
		display: -webkit-flex;
		-webkit-justify-content: space-around;
		-webkit-align-content: center;
		-webkit-flex-flow: column nowrap;
		display: -moz-box;
		-moz-justify-content: space-around;
		-moz-align-content: center;
		-moz-flex-flow: column nowrap;
	}
}
 @media only screen and (max-width: 450px)  {
	nav.menu:not(.sub_directory) ul {
		width: 100%
	 }
}
 @media only screen and (max-height: 300px) {
	nav.menu ul {
		padding: 50px 0px 0px;
	}
}
nav.menu ul li {
	letter-spacing: 1.2px;
	margin: 0 17px 0 0;
	margin-right: 12px;
	line-height: 47px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
  	font-family: 'Karla-Modified';
}
 @media only screen and (min-width: 1100px){
	nav.menu ul li {
		display: inline-block;
	}
} 
@media only screen and (max-height: 600px)  and (max-width: 1100px){
	nav.menu:not(.sub_directory) ul li {
		line-height: normal;
		display: block;
	}
}
nav.menu ul li a, nav.menu ul li a:link, nav.menu ul li a:visited {
	color: #333;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	transition: width 0.3s ease-in;
	-webkit-transition: width 0.3s ease-in;
	font-size: 12px;
}
nav.menu ul li a:after, nav.menu ul li a:link:after, nav.menu ul li a:visited:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #2b2e34;
	left: 0;
	bottom: -6px;
	transition: width 0.3s ease-in;
	-webkit-transition: width 0.3s ease-in;
}
nav.menu ul li a:hover:after, nav.menu ul li a:link:hover:after, nav.menu ul li a:visited:hover:after {
	width: 100%;
}
nav.menu ul li a.active:after {
	width: 100%;
}
.hamburger-menu {
	width: 40px;
	height: 30px;
	top: 10px;
	right: 20px;
	position: fixed;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .5s ease-in-out, opacity .2s;
	-webkit-transition: all .5s ease-in-out, opacity .2s;
	cursor: pointer;
	z-index: 999;
	text-shadow: none;
}
.hamburger-menu:hover {
	opacity: 0.5;
}
.btn.reservation{
	text-shadow: none;
}
/*	 @media only screen and (min-width: 1100px) and (min-height: 600px) {*/
@media only screen and (min-width: 1100px) {
	.hamburger-menu {
		display: none;
	}
}
.hamburger-menu.open span:nth-child(1) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	left: 6px;
}
.hamburger-menu.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.hamburger-menu.open span:nth-child(3) {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 27px;
	left: 6px;
}
.hamburger-menu span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
	top: 00px;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.menu-icon.open span .hamburger-menu span:nth-child(1) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}
.hamburger-menu span:nth-child(2) {
	top: 13px;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.hamburger-menu span:nth-child(3) {
	top: 26px;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
/* 6. Main
-------------------------------------------------------------- */
.shadow {
/*	background: rgba(255, 255, 255, 0.4);*/
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all 0.3s ease;
}
.inner-block:hover .shadow,
a:hover .shadow {
	background: rgba(255, 255, 255, 0.2);
}
.main {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
.main > .shadow,
.main > img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.main > img{
	object-fit: cover;
	z-index: 2;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.main:hover > img {
	-ms-transform: scale(1.025);
	transform: scale(1.025);
}
.main > .shadow{
	z-index: 4;
}

.main:hover .shadow{
	background: rgba(255, 255, 255, 0.2);
}
/*
.main::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	background: white;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 0.2;
}
*/
.main:hover::before{
	opacity: 0;
}
h1{
	line-height: 100%;
}
.logo_header{
	width: 100%;
	display: block;
	height: 30px;
	text-align: center;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
.logo_header.room_inner{
    text-align: left;
	height: 25px;
}
.logo_header img{
	width: auto;
	height: 100%;
    margin-left: -5px;
}
.main .main-info {
	position: absolute;
	width: 30%;
	left: 10%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	z-index: 99;
		text-align: center;
}


.main .main-info > h1{
  	font-family: 'Karla-Modified';
	font-weight: 100;
	font-size: 26px;
	color: #fff;
	letter-spacing: 0.25em;
	text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.35);
	display: inline-block;
	text-align: center;
	margin-left: 0px;
}
.main .main-info > p{
  	font-family: 'Karla';
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	max-width: 400px;
	margin-left: auto;
	margin-top: 10px;
	font-weight: normal;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
	text-align: center;
}
.main .main-info > h1,
.main .main-info > p{
/*
	color: #000;
	text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);
*/
}
@media only screen and (max-width: 1100px), (max-height: 600px)  {
	.main .main-info {
		width: calc(100% - 40px);
		left: 20px;
		text-align: center;
	}
	.main .main-info > *{
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media only screen and (max-width: 500px){
	.main .main-info > p{
		padding: 0px 20px;
	}
}

.scroll-down, .scroll-down:link, .scroll-down:visited {
	display: none;
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.scroll-down, .scroll-down:link, .scroll-down:visited {
		width: 150px;
		font-size: 15px;
		color: white;
		text-align: center;
		display: block;
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		position: absolute;
		bottom: 40px;
		padding: 0 0 1% 0;
		left: 50%;
		margin-left: -75px;
		z-index: 999;
		background: url(../img/arrow-scroll.svg) no-repeat center bottom;
		background-size: auto 10px;
		text-transform: uppercase;
		letter-spacing: 0.3em;
		text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes moveInFromLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes moveOutToLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-50%);
	}
}
@keyframes moveInFromRight {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes moveOutToRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(50%);
	}
}
@keyframes moveInFromDown {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes moveOutToDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(50%);
	}
}
@keyframes moveInFromUp {
	0% {
		opacity: 0;
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes moveOutToUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-50%);
	}
}
/*
.section {
	animation-duration: .4s;
	transition-timing-function: ease-in;
	animation-fill-mode: both;
}
.is-exiting .section {
	transition-timing-function: ease-out;
}
*/
/*
#main[data-transition=fade] .section {
	animation-name: fadeIn;
}
#main[data-transition=fade].is-exiting .section {
	animation-name: fadeOut;
}
#main[data-transition=moveLeft] .section {
	animation-name: moveInFromLeft;
}
#main[data-transition=moveLeft].is-exiting .section {
	animation-name: moveOutToRight;
}
#main[data-transition=moveRight] .section {
	animation-name: moveInFromRight;
}
#main[data-transition=moveRight].is-exiting .section {
	animation-name: moveOutToLeft;
}
#main[data-transition=moveDown] .section {
	animation-name: moveInFromUp;
}
#main[data-transition=moveDown].is-exiting .section {
	animation-name: moveOutToDown;
}
#main[data-transition=moveUp] .section {
	animation-name: moveInFromDown;
}
#main[data-transition=moveUp].is-exiting .section {
	animation-name: moveOutToUp;
}
*/
/* 7. Info
-------------------------------------------------------------- */
.info {
	background: url(../img/hotel/info.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	height: 100%;
}
.info:after {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
	width: 100%;
	content: '';
	height: 100%;
}
.info .info-inner {
	padding: 10%;
	color: #fff;
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.info .info-inner {
		width: 30%;
		position: absolute;
		padding: 0;
		left: 10%;
	}
}
.info span {
	width: 107%;
	height: auto;
	overflow: hidden;
	float: left;
	display: block;
	padding: 18px 0 18px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.full-single{
	position: relative;
	height: 100%;
}
/* 8. Special
-------------------------------------------------------------- */
.special .special-info {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	color: #fff;
}
.special .special-info p {
	margin-bottom: 20px;
}
.special .inner-block {
	cursor: auto;
}
/* 9. Contacts
-------------------------------------------------------------- */
.contacts a {
	color: #000;
	text-decoration: underline;
}
.contacts h3 {
	margin: 15px 0 10px;
}
.contacts .google-map {
	height: calc( 50vh + 50px);
	min-height: 450px;
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.contacts .google-map {
		width: 75%;
		margin-top: 50px;
		height: calc(100% - 70px);
		position: relative;
		float: right;
	}
}
.contacts .map-info {
	background-color: white;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-content:  -content: flex-start;
	-webkit-align-content: flex-start;
	padding-bottom: 30px;
	min-height: 50vh;
}
.contacts .map-info p{
	text-shadow: none !important;
	padding-right: 25px;
	margin-bottom: 5px;
}
.contacts .map-info a{
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	opacity: 1;
}
.contacts .map-info a:hover{
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	opacity: .75;
}
.contacts .map-info > div {
	margin-bottom: 30px;
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.contacts .map-info {
		padding: 60px 0;
		width: 25%;
		height: 100%;
		position: relative;
		float: left;
		display: block;
	}
}
 @media only screen and (max-width: 1100px), (max-height: 600px) {
    .contacts .map-info > div:first-child{
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}
/* 10. Modal
-------------------------------------------------------------- */
.overlay {
	height: 100%;
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 102;
    opacity: 0;
    pointer-events: none;
	overflow: visible;
	min-height: 100%;
	transition: opacity 0.5s .4s ease;
	-webkit-transition: opacity 0.5s .4s ease;
}
.overlay.active {
/*	height: 100%;*/
	min-height: 100%;
	height: auto;
	overflow: visible;
    opacity: 1;
    pointer-events: all;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
}
@media only screen and (max-width: 1100px) {
	.overlay.active {
		opacity: 1;
		transition: none;
		-webkit-transition: none;
	}
}
.overlay.active + .mask {
	overflow: hidden;
	height: 100vh;
}
/*
.overlay.active + .mask .cd-section {
	position: relative !important;
	opacity: 0;
}
.overlay.active + .mask .cd-section > div.section_wrapper {
	position: relative !important;
}
*/
.overlay.inprogress:after {
	content: 'loading';
  	font-family: 'Karla-Modified';
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	position: fixed;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.overlay h1 {
	margin: 42px 0;
}
@media only screen and (max-width: 767px) {
	.overlay h1 {
		font-size: 2em;
	}
}
.overlay h3 {
	text-transform: uppercase;
	margin-bottom: 0px;
}
.overlay p {
	margin-bottom: 18px;
}
.overlay nav ul {
	position: relative;
	width: 100%;
	right: 0;
	padding: 0;
	background: none;
	float: none;
	text-align: right;
    padding-right: 55px;
    box-sizing: border-box;
}
.slick-dots li button:before{
    font-size: 30px;
}
@media only screen and (max-width: 600px) {
	.overlay nav ul {
        margin-top: 55px;
        height: 25px;
        padding-right: 0px;
	}
	.overlay nav ul li {
        line-height: 20px;
	}
	.overlay nav ul li:last-child {
        margin-right: 0px;
    }
}
.overlay nav ul li {
	display: inline-block;
}
.overlay .slick-slide img {
	width: 100%;
}
.overlay .block_description::before, .overlay .block_description::after {
	content: ' ';
	display: table;
}
.overlay .block_description::after {
	clear: both;
}
.overlay .block_description a {
	color: #000;
}
.overlay .block_description p {
	font-size: 14px;
}
.overlay .block_description p b{
    font-weight: bold;
    letter-spacing: 0.1em;
}
.overlay .block_description ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 14px;
    
}
.overlay .block_description .title_bold {
	color: #000;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.2em;
	display: block;
    margin-bottom: 10px;
}

.overlay .block_description span.title_normal {
	color: #000;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	display: block;
    margin-bottom: 10px;
    font-size: 14px;
  	font-family: 'Karla';
}
.overlay .block_description span.title_normal.font_normal {
	color: #000;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	display: block;
    margin-bottom: 10px;
  	font-family: 'Karla';
}
.overlay .block_description .title_bold.thin{
    font-weight: normal;
    font-size: 12px;
}
.overlay .block_description .title_bold.sub_style{
    font-size: 14px;
	letter-spacing: .1em;
	line-height: 130%;
}
.overlay .block_description .title_bold.sub_style.nightlife{
	max-width: 750px;
	font-weight: normal;
	font-family: "Karla";
}
.overlay .block_description .title_bold.notransform{
    text-transform: none;
    letter-spacing: normal;
	margin-bottom: 0px;
    font-size: 12px;
	font-weight: bold;
}
.overlay .block_description .half_container{
    width: 50%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.overlay .block_description .half_container.left{
    padding-right: 5px;
}
.overlay .block_description .half_container.right{
    padding-left: 5px;
}
@media only screen and (max-width: 768px) {
    .overlay .block_description .half_container{
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .overlay .block_description .half_container.left{
        padding-right: 0px;
    }
    .overlay .block_description .half_container.right{
        padding-left: 0px;
    }
}
.overlay .block_description .block-2, .overlay .block_description .block-3, .overlay .block_description .block-4 {
	float: left;
	width: 50%;
}
.overlay .block_description .block-2 img, .overlay .block_description .block-3 img, .overlay .block_description .block-4 img {
	width: 100%;
	position: static;
	padding: 5px;
	max-width: 400px;
}
.overlay .block_description .block-3 {
	width: 33%;
}
.overlay .block_description .block-4 {
	width: 25%;
	line-height: 100%;
}
.overlay .gallery-content {
	text-align: center;
}
.overlay .gallery-content a.albom {
	margin-bottom: 20px;
}
.overlay .gallery-albom a {
/*	min-height: 167px;*/
}
.overlay .gallery-albom a img{
	display: block;
}
.overlay .block_info-wrapper {
	background: #000;
	margin-bottom: 20px;
	color: #fff;
	padding: 20px 0;
}
@media only screen and (max-width: 600px) {
	.overlay .block_description.gallery-albom a.block-4 {
		width: 50%;
	}
	.overlay .block_description .block-3 {
		width: 50%;
		margin: 0px;
		display: inline-table;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.overlay .block_info {
		padding-right: 45%;
	}
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.overlay .block_info {
		padding-right: 32%;
	}
}
.overlay .block_info .inner-block {
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: none;
	width: 100%;
	float: left;
}
@media only screen and (min-width: 768px) {
	.overlay .block_info .inner-block {
		border-right: 1px solid #fff;
		border-bottom: none;
		width: 33.333%;
	}
}
.overlay .block_info .inner-block:nth-last-child(2) {
	border: none;
}
.overlay .block_info-value {
	font-size: 22px;
}
.overlay .block_info .inner-3{
    height: auto;
    min-height: 0px;
}
.overlay .block_aside-wrapper {
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.overlay .block_aside-wrapper {
		top: -35px;
		position: absolute;
		right: 3%;
		width: 40%;
		margin-top: 0;
	}
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.overlay .block_aside-wrapper {
		width: 29%;
	}
}
#nightlife_table{
	background: #EEE;
	padding: 15px 20px;
	margin-top: 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#nightlife_table .day_section {
	margin-bottom: 8px;
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
#nightlife_table .day_section:last-child {
	margin-bottom: 0px;
}
#nightlife_table .day_section > .day_title{
	width: 115px;
	margin-right: 10px;
	letter-spacing: 0.1em;
	display: inline-block;	
	box-sizing: border-box;
	font-size: 16px;
}
#nightlife_table .day_section > .nightlife_item{
	font-family: 'Karla';
	display: inline-block;
	width: calc(100% - 130px);
}
 @media only screen and (max-width: 600px) {
	 #nightlife_table{
		 margin-top: 20px;
	 }
	#nightlife_table .day_section > .nightlife_item{
		width: 100%;
	}
}
/*
.overlay .block_aside-wrapper::after {
	background: url(../img/leafe.svg) no-repeat;
	content: "";
	display: block;
	width: 135px;
	height: 400px;
	position: absolute;
	top: 11%;
	right: 0;
	opacity: 0.1;
	background-size: 400px;
}
*/
.overlay .block_aside {
	border: 1px solid #bdbcbb;
	color: #252525;
	background-color: #fff;
	padding: 30px 22px;
}
@media only screen and (max-width: 768px)  {
	
	.overlay .block_aside {
		padding: 15px 22px;
	}
}
.overlay .block_aside .btn-menu {
	display: -ms-flexbox;
	display: flex;
	line-height: 12px;
	margin-bottom: 12px;
}
.overlay .block_aside .btn-menu .dot {
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-bottom: 1px dotted #000;
}
.overlay .block_aside-price {
	text-align: center;
	font-size: 20px;
/*
	margin-bottom: 25px;
	border-bottom: 1px solid;
*/
	padding-bottom: 10px;
	margin-top: 10px;
}

@media only screen and (max-width: 768px)  {
	.overlay .block_aside-price {
		margin-top: 0px;
		padding-bottom:5px;
	}
}
.overlay .block_aside-price sup {
	font-size: 12px;
	margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    top: -0.45em;
}
.overlay .block_aside-title {
	text-align: center;
	border-bottom: 1px solid;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.overlay .btn-booking {
	text-align: center;
	width: 80%;
	display: block;
	margin: 0 auto;
}
.overlay .block_content {
	padding: 0px 0 30px;
/*	border-bottom: 1px solid #c6c5c5;*/
}
.overlay .block_content.room_block_content {
    padding-top: 30px;
}
.overlay .block_content.nopaddingbottom {
    padding-bottom: 0px;
}
.overlay .block_content h2 {
    text-align: left;
    text-shadow: none !important;
    text-transform: uppercase;
    line-height: 110%;
}
.overlay .block_content .block_description{
    padding-bottom: 10px;
}
.overlay .block_content p {
    text-shadow: none !important;
    margin-left: 0px;
    max-width: none;
    font-size: 14px;
}
.overlay .block_content h2 {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
	.overlay .block_content {
		padding: 0 0 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.overlay .block_content-wrapper {
		padding-right: 45%;
	}
    .overlay .block_content-wrapper.fullwrapper {
        padding-right: 0%;
    }
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.overlay .block_content-wrapper {
		padding-right: 33%;
	}
    .overlay .block_content-wrapper.fullwrapper {
        padding-right: 0%;
    }
}
.overlay .block_feature h3 {
}
.overlay .block_feature {
	border-top: 1px solid #000;
	padding: 20px 0 10px;
}
.overlay .block_feature ul {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.overlay .block_feature ul:last-child{
	margin-bottom: 0px;
}
.overlay .block_feature ul::before, .overlay .block_feature ul::after {
	content: ' ';
	display: table;
}
.overlay .block_feature ul::after {
	clear: both;
}
.overlay .block_feature ul li {
	float: left;
	width: 75%;
}
.overlay .block_feature .fa {
	width: 32px;
	text-align: center;
}
.overlay .block_partners {
	border-top: 1px solid #c6c5c5;
	padding: 38px 0 10px;
}
.overlay .partners_row::before, .overlay .partners_row::after {
	content: ' ';
	display: table;
}
.overlay .partners_row::after {
	clear: both;
}
.overlay .partners_item {
	width: 33%;
	float: left;
}
.overlay .partners_item a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-width: 100%;
	opacity: 0.7;
}
.overlay .partners_item a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.overlay .btn-menu {
	cursor: pointer;
}
.overlay form .form-group {
	margin: 30px 0;
	position: relative;
	z-index: 10;
}
.overlay form .form-group.check-in, .overlay form .form-group.check-out {
	width: 45%;
	float: left;
}
.overlay form .form-group.check-out {
	float: right;
}
.overlay form .form-group_date {
	margin: -30px 0;
}
.overlay form .form-group_date:after {
	display: block;
	clear: both;
	content: '';
}
.overlay form label {
	position: absolute;
	font-size: 14px;
	top: 9px;
	left: 11px;
	color: #888;
	transition: all 0.3s ease;
    font-family: 'Karla';
}
.overlay form label.filled {
	top: -22px;
}
.overlay .btn{
    text-shadow: none;
}
.overlay form input, .overlay form select {
	border: 2px solid #000;
	padding: 10px;
	width: 100%;
	background: none;
}
.overlay .close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #000;
	z-index: 999;
	background: url(../img/close.svg);
	width: 40px;
	height: 40px;
	font-size: 0;
	background-size: 100%;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.overlay .close:hover {
	opacity: 0.7;
}
.overlay .dc-left {
	float: left;
	width: 25%;
}
.overlay .dc-right {
	float: left;
	width: 75%;
}
.overlay .top_content,
.overlay .content,
.overlay .mid_para_content,
.overlay nav.menu {
	padding: 0 20px;
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}
.overlay p.inner_content_p{
	text-shadow: none;
	margin-left: 0px;
	max-width: 650px;
	margin-top: 20px;
}
.overlay nav.menu {
	padding-top: 10px;
}

@media only screen and (max-width: 600px) {
    .overlay .top_content{
        margin-top: 35px;
    }
}
@media only screen and (max-width: 767px) {
	.overlay nav.menu {
		height: 70px;
	}
}
.overlay .carousel_content {
	margin-bottom: 100px;
}
.overlay .carousel_content.lessbottom {
	margin-bottom: 75px;
}
.overlay .reservation {
	right: 20px;
}
.overlay .bottom_content {
	margin-top: 20px;
	padding: 30px 0 50px 0px;
	position: relative;
	border-top: solid black 1px;
}
.overlay .bottom_content.nomargintop {
    margin-top: 0px;
}
@media only screen and (max-width: 767px) {
	.overlay .bottom_content {
		text-align: center;
	}
}
.overlay .bottom_content > div {
	display: inline-block;
}
.overlay .bottom_content > .copyright{
	letter-spacing: 0.4em;
}
.overlay .bottom_content > .phone {
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.overlay .bottom_content > div {
		position: relative;
		display: block;
		float: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		top: 0;
		margin-bottom: 20px;
	}
}
.overlay .social {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
}
.overlay .phone {
	float: right;
}
.overlay .slick-prev, .overlay .slick-next{
    width: 40px;
    height: 40px;
    background-size: contain;
    bottom: -50px;
}
.overlay .slick-dots{
    bottom: -40px;
}
/* 11. Sidemenu
-------------------------------------------------------------- */
body.sm-activate {
	overflow: hidden;
}
.sm-menu {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 150%;
	margin-left: -40%;
	margin-top: -40%;
	z-index: 101;
	background: none;
  	font-family: 'Karla-Modified';
}
 @media only screen and (min-width: 1100px) and (min-height: 600px) {
	.sm-menu {
		max-width: 800px;
		max-height: 500px;
		margin-left: -400px;
		margin-top: -250px;
	}
}
.sm-menu.animated {
	transition: all 0.2s ease-in-out;
}
.sm-menu.sm-bottom-left {
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 150%;
	left: -150%;
}
.sm-menu.sm-bottom-right {
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 150%;
	left: 150%;
}
.sm-menu.sm-top {
	top: -150%;
}
.sm-menu.sm-top-left {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -150%;
	left: -150%;
}
.sm-menu.sm-top-right {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -150%;
	left: 150%;
}
.sm-menu.sm-left {
	top: 50%;
	left: -150%;
}
.sm-menu.sm-right {
	top: 50%;
	left: 150%;
}
.sm-menu.re-rotate {
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.sm-menu.ff-hack {
	opacity: 1;
	visibility: visible;
	top: 50%;
	left: 50%;
}
.sm-menu .sm-nav {
	transform: translate3d(50%, 0, 0) scale(0.002, 1);
	transition: all 0.2s ease-in-out;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #333;
}
.sm-menu .sm-nav.left {
	padding: 40px;
}
.sm-menu .sm-nav.left .ui-tabs-active a {
	color: #000;
	text-decoration: line-through;
}
.sm-menu .sm-nav.right {
	padding: 40px 30px;
}
.sm-menu .sm-nav.right li {
	margin-bottom: 15px;
	line-height: 12px;
	padding: 5px;
	display: -ms-flexbox;
	display: flex;
}
.sm-menu .sm-nav.right li .dot {
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-bottom: 1px dotted #fff;
}
.sm-menu .sm-nav.right li p {
	color: #eee;
	position: relative;
}
.sm-menu.sm-horizontal .sm-nav {
	transform: translate3d(25%, 0, 0) scale(0.5, 0.002);
}
.sm-menu.sm-horizontal .sm-nav.animated {
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.sm-menu.sm-horizontal .sm-nav:nth-child(2) {
	transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
	right: 0;
}
.sm-menu p {
	margin: 0;
}
.sm-menu p.const {
	font-size: 12px;
}
.sm-menu .sm-nav {
	text-align: center;
}
.sm-menu .sm-nav ul li {
	float: none;
	display: block;
}
.sm-menu .sm-nav .nav-inner {
	display: none;
	animation-duration: 1s;
	animation-fill-mode: both;
	vertical-align: middle;
	white-space: normal;
	text-align: left;
}
.sm-menu .sm-nav .nav-inner.animated {
	display: block;
}
.sm-menu .sm-nav .nav-inner a {
	font-size: 20px;
	padding: 5px 0;
	font-weight: 300;
	display: block;
	color: white;
}
.sm-menu .sm-nav .nav-inner a:hover {
	color: #000;
	text-decoration: line-through;
}
.sm-menu .sm-nav:nth-child(2) {
	transform: translate3d(-50%, 0, 0) scaleX(0.002);
	right: 0;
	background: #000;
}
.sm-menu .sm-nav.animated {
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.sm-menu .sm-nav:after {
	content: "";
	position: relative;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	display: inline-block;
}
.sm-menu .sm-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 10px 15px;
	font-size: 30px;
	font-weight: 100;
	line-height: 100%;
	color: white;
}
.sm-menu .sm-close:hover {
	color: black;
}
.sm-overlay {
	cursor: pointer;
	height: 100%;
	width: 100%;
	background: #2E3B4E;
	opacity: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}
.sm-button {
	position: fixed;
	top: 20px;
	right: 20px;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	z-index: 102;
}
.sm-button :hover {
	border-bottom: 2px solid white;
	color: white;
}
body.sm-activate .sm-overlay {
	opacity: 1;
	visibility: visible;
}
@keyframes flyInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes flyInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.flyInRight {
	animation-name: flyInRight;
}
.flyInLeft {
	animation-name: flyInLeft;
}
/*
 11. Themes
-------------------------------------------------------------- 
.barbershop {
  font-family: 'Karla-Modified';
}
.barbershop h1, .barbershop h2, .barbershop h3, .barbershop .title-block {
  font-family: 'Karla-Modified';
}
.barbershop nav.menu .logo {
	background: url(../img/barber/logo-small.png) no-repeat center;
}
.barbershop .inner-block .title-block p {
	font-size: 18px;
	position: relative;
}
.barbershop .inner-block .title-block p:before, .barbershop .inner-block .title-block p:after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background: #b4770d;
	content: '';
	z-index: -1;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.barbershop .inner-block .title-block p:before {
	-ms-transform-origin: center;
	transform-origin: center;
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.barbershop .inner-block .title-block p:after {
	-ms-transform-origin: center;
	transform-origin: center;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.barbershop .inner-block:hover .title-block p:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.5;
}
.barbershop .inner-block:hover .title-block p:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0.5;
}
.barbershop .main {
	background: url(../img/barber/main.jpg) no-repeat;
	background-size: cover;
}
.barbershop .info {
	background: url(../img/barber/info.jpg) no-repeat;
	background-size: cover;
}
.barbershop .info:after {
	background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
}
.barbershop .info .info-inner {
	right: 10%;
	left: inherit;
}
.barbershop .info span {
	color: #ffb400;
	border: none;
	padding-top: 0;
}
.barbershop .testimonials {
	background: url(../img/barber/testimonials.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
.barbershop .testimonials .testimonials-carousel {
	width: 80%;
	margin: 0 auto;
	max-width: 1024px;
	padding-top: 35px;
}
.barbershop .testimonials h1 {
	position: relative;
}
.barbershop .testimonials h1:after {
	background: url(../img/barber/cutter.png) no-repeat;
	content: '';
	display: block;
	position: absolute;
	width: 150px;
	height: 50px;
	top: 60px;
	left: 50%;
	margin-left: -75px;
}
.barbershop .testimonials .text {
	margin-bottom: 10px;
}
.barbershop .shop .price {
	font-family: 'Karla-Modified';
}*/
