@charset "UTF-8";

@font-face{
	font-family: 'Raleway';
	src: url("../fonts/Raleway/Raleway-Regular/Raleway-Regular_0.eot");
	src: url("../fonts/Raleway/Raleway-Regular/Raleway-Regular_0.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Raleway/Raleway-Regular/Raleway-Regular.woff") format("woff"),
	url("../fonts/Raleway/Raleway-Regular/Raleway-Regular_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Raleway';
	src: url("../fonts/Raleway/Raleway-Thin/Raleway-Thin.eot");
	src: url("../fonts/Raleway/Raleway-Thin/Raleway-Thin.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Raleway/Raleway-Thin/Raleway-Thin.woff") format("woff"),
	url("../fonts/Raleway/Raleway-Thin/Raleway-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face{
	font-family: 'Quattrocento';
	src: url("../fonts/Quattrocento/Quattrocento-Bold/Quattrocento-Bold.eot");
	src: url("../fonts/Quattrocento/Quattrocento-Bold/Quattrocento-Bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Quattrocento/Quattrocento-Bold/Quattrocento-Bold.woff") format("woff"),
	url("../fonts/Quattrocento/Quattrocento-Bold/Quattrocento-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face{
	font-family: 'Quattrocento';
	src: url("../fonts/Quattrocento/Quattrocento-Regular/Quattrocento.eot");
	src: url("../fonts/Quattrocento/Quattrocento-Regular/Quattrocento.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Quattrocento/Quattrocento-Regular/Quattrocento.woff") format("woff"),
	url("../fonts/Quattrocento/Quattrocento-Regular/Quattrocento-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Raleway', Arial, sans-serif;
	overflow-x: hidden !important;
}

html, body{
	height: 100%;
}

html{
	-webkit-tap-highlight-color: unset;
}

/* hide scroll*/
body.active{
	overflow: hidden;
}

/*Reset*/
*{
	padding: 0;
	margin: 0;
}

ol, ul, h1, h2, h3, h4, h5, h6, p{
	padding: 0;
	margin: 0;
}

.font-segoe-ui{
	font-family: "Segoe UI", Arial, Helvetica, serif!important;
}


.section{
	position: relative;
	padding: 50px 0 50px 0;
	background: 50% 50% no-repeat #fff;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.section.no-padding{
	padding: 0;
}

.section.padding-10{
	padding: 10px 0 10px 0;
}

.section.padding-20{
	padding: 20px 0 20px 0;
}

.section.padding-30{
	padding: 30px 0 30px 0;
}

.img-resp{
	max-width: 100%;
	height: auto;
}

.section.width-80p{
	width: 80%;
	margin: auto;
}

.img-responsive{
	width: 100%;
	height: auto;
}

.relative{
	width: 100%;
	position: relative;
}

.overflow-visible{
	overflow: visible;
}

.overflow-hidden{
	overflow: hidden;
}

.overlay{
	position: fixed;
	/*position: absolute;*/
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.overlay.active{
	background: rgba(0, 0, 0, 0.5);
	z-index: 51;
	overflow: hidden;
}

.bg-text{
	position: absolute;
	left: 0;
	right: 0;
}

.bg-text.active{
	opacity: 0;
}

.bg-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bg-overlay-5{
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

.bg-black-02{
	background: rgba(0, 0, 0, 0.2);
}

.bg-black-03{
	background: rgba(0, 0, 0, 0.3);
}

.bg-black-04{
	background: rgba(0, 0, 0, 0.4);
}

.bg-black-06{
	background: rgba(0, 0, 0, 0.6);
}

.bg-black-08{
	background: rgba(0, 0, 0, 0.8);
}

.bg-survey{
	background: url('../images/background/survey.jpg') center center;
	background-size: cover;
	height: 200px;
}

.input-lg{
	font-size: 15px;
}

.form-control:focus{
	border-color: #66afe9
}

.a:focus, a:hover{
	color: unset;
}

.btn.focus, .btn:focus, .btn:hover{
	color: unset;
}

.input-group .form-control, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	z-index: unset;
}

.form-control:focus{
	border-color: #f4a651;
}

.align-absolute{
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
}

.absolute{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.text-justify{
	text-align: justify;
}

.thumbnail-image{
	position: relative;
	padding: 5px;
}

.padding-top-banner{
	padding-top: 45%;
}

.height-event{
	height: 100px;
}

.height-about{
	height: 150px;
}

.height-spa{
	height: 100px;
}

a:focus {
	 outline: 0;
	 outline-offset: 0;
}

.border-bottom{
	border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}

ul.checkmark { list-style: none; }

ul.checkmark li:before {
	content:"\2714\0020"
}

ul.checkmark.checkmark-orange li:before{
	color: #cf864d;
}


ul.diamond{
	list-style: none;
}

ul.diamond li{
	float: left;
	padding-right: 25px;
}

ul.diamond li:before{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background-size: cover;
	background: url("../images/icons/diamond.png") no-repeat center;
	z-index: 1;
}

.border-1{
	border: 1px solid #ddd;
}

.border{
	font-size: 14px;
	padding: 6px 12px;
	color: #c9c9c9;
	font-weight: 600;
	border-radius: 0;
	border: 1px solid transparent;
	display: inline-block;
}

.border-orange{
	border-color: #cf864d;: ;
}

.offers{
	margin-right: 0;
	margin-left: 0;
	padding-left: 8px;
	padding-right: 8px;
}

.inline{
	display: inline;
}

.icons span{
	color: #cf864d;
	font-size: 19px;
}

.align-vertically{
	display: flex;
	align-items: center;
}

.price{
	font-size: 60px;
	font-family: 'Quattrocento', serif;
}

.pointer{cursor: pointer;}
.align-vertically-transform{
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

.img-responsive{
	width: 100%;
	height: auto;
}
/*
|--------------------------------------------------------------------------
| Navigation Menu
|--------------------------------------------------------------------------
*/
.nav-container{
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
}

.nav-under-block{
	clear: both;
	height: 227px;
	position: relative;
}

.nav-wrapper{
	top: -85px;
}

.nav-wrapper.active{
	position: fixed;
	top: -175px;
	left: 0;
	width: 100%;
}


.logo{
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 20px;
	width: 100%;
	height: 175px;
}

.bg-blur{
	position: absolute;
	background-size: cover;
	filter: blur(2px);
	height: 226px;
	right: 0;
	left: 0;
	top: 0;
	opacity: 0.35;
}

.bg-blur-home{
	background: url(../images/background/outdoor_1.jpg) fixed top center;
	background-size: cover;
}

.bg-blur-room{
	background: url(../images/background/room_2.jpg) fixed top center;
	background-size: cover;
}

.bg-blur-bar{
	background: url(../images/background/restaurant.jpg) fixed top center;
	background-size: cover;
}

.bg-blur-spa{
	background: url(../images/background/spa_1.jpg) fixed top center;
	background-size: cover;
}

.bg-blur-spa-2{
	background: url(../images/background/spa_2.jpg) fixed top center;
	background-size: cover;
}

.bg-blur-events{
	background: url(../images/background/event_1.jpg) fixed top center;
	background-size: cover;
}

.bg-blur-contact{
	background: url(../images/background/contact.jpg) fixed top center;
	background-size: cover;
}

.bg-blur-offers{
	background: url(../images/background/christmas.jpg) fixed top center;
	background-size: cover;
}

.bg-blur-rusalii{
	background: url(../images/background/rusalii.jpg) fixed top center;
	background-size: cover;
}

.bg-biking-contest{
	background: url(../images/background/biking.jpg) fixed top center;
	background-size: cover;
}

.bg-blur.active{
	opacity: 0;
}

.bg-blur.white{
	opacity: 0;
}

.logo.absolute{
	position: absolute;
	margin: 0 auto;
	left: 0;
	width: 100%;
	top: -50px;
}

.bg-menu{
	position: relative;
	padding: 15px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 3;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.bg-menu .list a{
	text-decoration: none;
	color: #000;
	font-size: 15px;
	padding: 10px 8px;
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
}

.bg-menu .list a:hover {
	color: #cf864d;
}

.bg-menu .list a.active {
	color: #cf864d;
}

.bg-menu .list li{
	padding-right: 5px;
	padding-left: 5px;
}

.bg-menu.active{
	background: rgba(255, 255, 255, 1);
}

.bg-menu.white{
	background: rgba(255, 255, 255, 1);
}


.bg-menu.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 1);
}

.bg-menu .hamburger{
	padding: 0;
	color: #000;
	font-size: 22px;
}

.bg-transparent{
	background: rgb(255, 255, 255);
	height: 175px;
	padding: 20px;
	z-index: 2;
}

.book{
	position: fixed;
	width: 25%;
	text-align: right;
	top: 87px;
	right: 4%;
	z-index: 4;
}

.book.active{
	top: 8px;
}

.btn-book{
	background: rgb(255, 255, 255);
	border-radius: 0;
	text-decoration: none;
	color: #000;
	border-color: #fff;
	font-family: 'Raleway', serif;
}

.btn-book-active{
	border-radius: 0;
	text-decoration: none;
	color: #000;
	background: rgba(227, 227, 227, 0.6);
	border-color: rgba(227, 227, 227, 0.6);
	font-family: 'Quattrocento', serif;
}

.btn-book-orange{
	border-radius: 0;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

.btn-book-orange:hover{
	color: #ebebeb;
}

.btn-book:hover{
	background: rgb(245, 245, 245);
}

.btn-book.active{
	background: rgba(227, 227, 227, 0.6);
	border-color: rgba(227, 227, 227, 0.6);
}

.btn-book.active:hover{
	background: rgba(238, 238, 238, 0.6)
}

.btn.btn-magenta{
	background-color: #ca4e73;
}

.btn.btn-dark-orange{
	background-color: #ec7045;
}

.btn.btn-light-wisteria{
	background-color: #C9A0DC;
}

.mobile .nav.navbar-nav li a.active{
	color: #cf864d;
}

.mobile{
	background: rgb(255, 255, 255);
}

.mobile ul li a{
	text-decoration: none;
	color: #000;
}

.mobile ul li a:hover{
	color: #cf864d;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: unset;
}

.section.mobile-image{
	margin-top: 225px;
}

/*
|--------------------------------------------------------------------------
| Order List
|--------------------------------------------------------------------------
*/
.order-list{
	list-style-position: inside;
}

.order-list li{
	padding-bottom: 10px;
}

/*
|--------------------------------------------------------------------------
| Video
|--------------------------------------------------------------------------
*/
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.ytp-chrome-top-buttons{
	display: none;
}
/*
|--------------------------------------------------------------------------
| Modal Tour
|--------------------------------------------------------------------------
*/
.modal-tour .modal-dialog{
	margin:auto;
	width: 95%;
	height: 90%;
}
.modal-tour.modal .modal-dialog .close{
	position: absolute;
	z-index: 1;
	right: 0;
	font-weight: 400;
	top: -22px;
	font-size: 65px;
	opacity: 1;
	color: #ccc;
}

/*
|--------------------------------------------------------------------------
| Modal Video
|--------------------------------------------------------------------------
*/
.modal-video.modal{
	text-align: center;
}
.modal-video.modal .modal-body{
	border: 0;
	width: 60%;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.modal-video button.close{
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	opacity: 1;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 10px 5px 14px 5px;
	border-radius: 50%;
	line-height: 0;
	font-weight: normal;
}

@media only screen and (max-width: 1200px) {
	.modal-video.modal .modal-body{
		width: 80%;
		padding: 0;
	}

	.modal-video button.close{
		right: 0;
		top: -35px;
	}
}

@media only screen and (max-width: 990px) {
	.modal-video.modal .modal-body{
		width: 85%;
	}
}

@media only screen and (max-width: 768px) {
	.modal-video.modal .modal-body{
		width: 90%;
	}

	.modal-video button.close{
		right: 10px;
	}
}

/*
|--------------------------------------------------------------------------
| Video Youtube Responsive
|--------------------------------------------------------------------------
*/
.video-wrapper {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
|--------------------------------------------------------------------------
| Reservation
|--------------------------------------------------------------------------
*/
.reservation-container{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 0;
	background: #fff;
	bottom: 0;
	overflow-y: scroll;
}

.reservation-container.active{
	width: 50%;
}

.btn-close{
	text-decoration: none;
	color: #000;
}

.btn-close img{
	padding-right: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: unset;
}

/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/
.border-antique{
	border: 1px solid antiquewhite;
}

.border-grey{
	border: 1px solid #EEEEEE;
}
/*
|--------------------------------------------------------------------------
| About / Video
|--------------------------------------------------------------------------
*/
.header-title{
	font-size: 32px;
}

.header-secondary-title{
	font-size: 28px;
}

.header-third-title{
	font-size: 20px;
}

.video-container{
	position: relative;
	padding-top: 226px;
}

.video-container.active{
	padding-top: 52px;
}

.video-container video{
	width: 100%;
	height: auto;
}

.video-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	border-bottom: 3px solid #fff;

}

.video-content{
	position: relative;
	top: 45%;
	text-align: center;
}

.video-btn:hover{
	opacity: 1;
}

.video-btn{
	opacity: 0.6;
}

.modal .modal-dialog .close{
	font-size: 50px;
	opacity: 0.7;
	color: #aba9a9;
}

.modal .modal-dialog.confirmation{

}

.modal .modal-dialog .close.confirmation{
	font-size: 25px;
	opacity: 1;
	color: #f9f3f3;
}

.modal-dialog{
	text-align: center;
	width: 991px;
	height: 560px;
}


.modal-dialog iframe{
	width: 100%;
	height: 100%;
}

.experience .content{
	padding-top: 9%;
}

.experience .controls-container img{
	height: 40px;
}


/*
|--------------------------------------------------------------------------
| Heading / Weight
|--------------------------------------------------------------------------
*/
.main-title{
	font-size: 46px;
	font-family: 'Quattrocento', serif;
}

.secondary-title{
	font-size: 35px;
	font-family: 'Quattrocento', serif;
}

.third-title{
	font-size: 21px;
	font-family: 'Quattrocento', serif;
}

.fourth-title{
	font-size: 16px;
	font-family: 'Quattrocento', serif;
}

.header-title{
	font-size: 28px;
}

.header-secondary-title{
	font-size: 24px;
}

.weight-light{font-weight: 300;}
.weight-bold{font-weight: 600;}

/*
|--------------------------------------------------------------------------
| Slideshow Container On Click
|--------------------------------------------------------------------------
*/
.gallery{overflow: hidden;}
.gallery-slideshow{
	position: relative;
}

.slideshow-container{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	display: none;
}

.slideshow-container.active{
	display: block;
}

.slideshow-container .adjust-position{
	position: relative;
}

/*Close*/
.slideshow-container .controls-container{
	position: relative;
}

.slideshow-container .btn-close{
	top: 0;
	position: absolute;
	right: 2%;
	color: rgba(181, 181, 204, 0.8);
	font-size: 25px;
	cursor: pointer;
}

.slideshow-container .btn-close:hover{
	color: rgba(202, 202, 225, 1);
}

/*
|--------------------------------------------------------------------------
| Testimonials
|--------------------------------------------------------------------------
*/
.testimonial{
	overflow: hidden;
}
/*Slide*/
.slides{
	position: relative;
	/*width:1200px;*/
	width: 100%;
	margin: 0 auto;
}

/*width sliderului se va modifica prin slideWrapper deoarece slide si slide-absolute depind de el*/
.slide-wrapper{
	position: relative;
	width: 80%;
	margin: 0 auto;
	height: 160px;
	overflow: hidden;
}

.slide{
	position: relative;
	float:left;
	overflow: hidden;
}

.slide-absolute{
	position: absolute;
	left: 0;
}
/*Controls*/
.controls-container .btn-default{
	border-color: #fff;
}

.controls-container  .controls-highlight.btn-orange-slide{
	background: rgba(0, 0, 0, 0.3);
}

.controls-container .controls-highlight.btn-orange-slide:focus,.controls-container .controls-highlight.btn-orange-slide:hover{
	background: rgba(0, 0, 0, 0.6) !important;
}

.controls-highlight.controls{
	position: absolute;
	top: 45%;
	border-radius: 0;
}

.controls{
	position: absolute;
	top: 35%;
	border-radius: 50%;
}

.carousel .controls{
	bottom: 0;
	top: 35%;
}

.carousel .controls img{
	width: 25px;
}

.carousel .image{
	cursor: pointer;
}

.controls-highlight.controls.right{
	right: 3%;
}

.controls-highlight.controls.left{
	left: 50%;
}

.controls.right{
	right: 0;
}

.controls.left{
	left: 0;
}

.slide .description{
	padding-top: 10px;
}

.slide .author{
	position: relative;
	padding-top: 25px;
	padding-bottom: 15px;
}
.slide .author span{
	padding-bottom: 5px;
	border-bottom: 1px solid #cf864d;
	color: #cf864d;
}

/*Paper*/
.paper{
	/*background-image: url("../images/background/paper2.jpg");*/
	/*e9e9e9*/
	background: #fff;
	box-shadow:
		/* The top layer shadow */
			0 -1px 1px rgba(0,0,0,0.15),
			/* The second layer */
			0 -10px 0 -5px #fff,
			/* The second layer shadow */
			0 -10px 1px -4px rgba(0,0,0,0.15),
			/* The third layer */
			0 -20px 0 -10px #fff,
			/* The third layer shadow */
			0 -20px 1px -9px rgba(0,0,0,0.15);
	/* Padding for demo purposes */
	padding: 30px;
}

/*Gallery*/
.gallery .slide-wrapper{
	width: 100%;
}

.gallery .slide-wrapper .slide img{
	cursor: pointer;
}

.gallery .controls{
	position: absolute;
	top: 40%;
	/*bottom: 0;*/
	z-index: 1;
	border-radius: 0;
}

.gallery .btn-orange-slide{
	background: none;
}

.gallery .btn-orange-slide:hover{
	background: none;
}

.gallery .controls.left{
	left: 1%;
}

.gallery .controls.right{
	right: 1%;
}

.slide-resp{
	width: 100%;
	height: auto;
}

/*.gallery .controls-container button{*/
	/*cursor: auto;*/
/*}*/

.gallery .controls-container img{
	cursor: pointer;
	opacity: 0.7;
	background: rgba(0, 0, 0, 0.8);
}

.gallery .controls-container img:hover{
	opacity: 1;
}

/*Dots*/
.dots.dots-highlight {
	position: absolute;
	padding-top: 10px;
	bottom: 5%;
	left: 70%;
}
.dots{
	position: relative;
	padding-top: 10px;
}

.dot{
	height: 12px;
	width: 12px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #cf864d;
	margin: 4px;
	cursor: pointer;
}

.dot:hover{
	background: #cf864d;
}

.dot.active{
	background: #cf864d;
}

/*
|--------------------------------------------------------------------------
| Gallery ShowContainer
|--------------------------------------------------------------------------
*/
.slideshow-click-wrapper .slideshow-click{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.slideshow-click.active{
	display: block;
}

.slideshow-click .adjust-position{
	position: absolute;
}

.slideshow-click .swipe-slides{
	position: relative;
}

.slideshow-click .slide{
	display: none;
	float: none;
}

.slideshow-click .slide.active{
	display: block;
}

.slideshow-click .slide-description{
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	background: rgba(20,20,20,0.5);
	padding: 10px;
}

.slideshow-click .slide-description.active{
	opacity: 0;
}

.slideshow-click .slide-description.inactive{
	opacity: 0;
}

.slideshow-click .slide-description.slide-title{
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

.slideshow-click .slide-description.slide-number{
	bottom: 0;
	border-top: 1px solid rgba(255,255,255,0.6);
}

/*Controls*/
.slideshow-click .controls-container .prev,.slideshow-click .controls-container .next{
	position: absolute;
	cursor: pointer;
	top: 45%;
	padding: 0 5px;
	opacity: 0.4;
	color: #ccc;
}

.slideshow-click .controls-container .prev:hover,.slideshow-click .controls-container .next:hover{
	opacity: 0.8;
}

.slideshow-click .controls-container .prev{
	left: -60px;
}

.slideshow-click .controls-container .next{
	right: -60px;
}

/*Close*/
.slideshow-click .btn-close{
	top: 7px;
	position: absolute;
	right: 1%;
	color: rgba(181, 181, 204, 0.8);
	font-size: 21px;
	cursor: pointer;
}

.slideshow-click .btn-close:hover{
	color: rgba(202, 202, 225, 1);
}

/*Images*/
.slideshow-click-wrapper .image-click{
	cursor: pointer;
}

.slideshow-click-wrapper .image-click.active{
	background: rgba(0, 0, 0, 0.4);
}

.slideshow-click-wrapper .image-click:hover{
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
/*
|--------------------------------------------------------------------------
| Map
|--------------------------------------------------------------------------
*/
.map iframe {
	width: 100%;
	height: 500px;
}
/*
|--------------------------------------------------------------------------
| Lists
|--------------------------------------------------------------------------
*/
.list-square{
	list-style: none;
}

.list-square li::before{
	content: "\25FC";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #EA7047; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.list-square.list-item-magenta li::before{
	color: #ca4e73;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
/*Notify*/
.notify input[type="text"] {
	border-bottom: 2px solid var(--cn-accent-color);
}

.notify ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.notify ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.notify :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.notify :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

/*Social*/
.fb, .instagram{
	padding: 10px;
	height: 46px;
}

.social-media a:hover{
	opacity: 0.8;
}

/*Content*/
.footer-container{

}

.footer-content ul li{
	padding: 2px;
}

.footer-content ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-content ul li a:hover{
	color: var(--cn-accent-color);
}
/*
|--------------------------------------------------------------------------
| DatePicker
|--------------------------------------------------------------------------
*/
.ui-widget{
	font-family: 'Raleway', Arial, sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	 border: none;
	 background: none;

}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content td:hover{
	background: #f7ca99;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	font-weight: 500;
	background: #f7ca99;
	color: #454545;
}

.dp-highlight .ui-state-default{
	background: #f7ca99;
}

.dp-highlight.active .ui-state-default{
	background: var(--cn-accent-color);
}

.ui-datepicker td span, .ui-datepicker td a{
	padding: 0.5em;
}

.ui-widget-header{
	border: none;
	background: none;
}

.ui-datepicker td span, .ui-datepicker td a{
	text-align: center;
}

.ui-datepicker td{
	padding: 0;
}

.ui-datepicker th{
	font-weight: 600;
	color: rgba(0,0,0,0.54);
	font-size: 14px;
}

.ui-datepicker .ui-datepicker-title{
	font-size: 15px;
}

.ui-widget.ui-widget-content{
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
	border: none;
}

.ui-datepicker-prev.ui-corner-all, .ui-datepicker-next.ui-corner-all{
	cursor: pointer;
}

.ui-datepicker table{
	/*border-collapse: collapsed*/
	border-collapse: separate;
	/* 7 */
	border-spacing: 0;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi-2.ui-datepicker-multi{
	width: 100% !important;
}

/*
|--------------------------------------------------------------------------
| Date range
|--------------------------------------------------------------------------
*/
.predefined-range {
	cursor: pointer;
	padding: 6px 10px;
	border: 1px solid #e7eaec;
	width: 100%;
	background-color: #eeeeee;
}

.predefined-range.predefined-range-reservation {
	color: #010102;
	border-radius: 5px;
}

.online-reservation-form .form-control{
	border: none;
}

/*
|--------------------------------------------------------------------------
| Reservation Rooms
|--------------------------------------------------------------------------
*/
.reservaton-rooms .form-control{
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.tour-description {
	position: absolute;
	top: 55%;
	left: 50%;
	margin: -50px 0 0 -50px;
}

/*
|--------------------------------------------------------------------------
| Pop-up
|--------------------------------------------------------------------------
*/
.pop-up{
	position: fixed;
	bottom: 80px;
	left: 0;
	z-index: 1;
	border: 5px solid #cf864d;
}

.pop-up .third-title{
	font-family: 'Raleway', Arial, sans-serif;
}

.pop-up.active{
	left: -505px;
}

.pop-up .btn-close-popup{
	position: absolute;
	padding: 0 5px;
	right: 0;
	top: 0;
}

.pop-up .btn-close-popup img{
	 padding-right: 0;
}

.pop-up input[type=text]{
	border-width: 0 0 1px 0;
	border-radius: 0;
	border-color: #cf864d;
	box-shadow: none;
	padding-left: 0;
	color: #000;
	font-size: 14px;
}

/* Popup container */
.basic-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	padding: 10px;
	background-color: white;
	border-radius: 12px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	z-index: 1000;
}

/* Close button */
.basic-popup .close-btn {
	position: absolute;
	top: -32px;
	right: -20px;
	background: none;
	border: none;
	font-size: 18px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-radius: 20px;
	background: #ccc;
}

/* Popup image */
.basic-popup img {
	width: 100%;
	border-radius: 8px;
}

/*
|--------------------------------------------------------------------------
| Spa / Parallax
|--------------------------------------------------------------------------
*/
.spa .thumbnail{
	border: none;
	margin-bottom: 0;
}

.spa-position{
	margin: 22% 32%;
}

.spa-position-lounge{
	margin: 22% 11%;
}

.spa-titile-adjustament{
	padding-top: 15%;
}

.parallax{
	background: no-repeat fixed center;
	background-size: cover;
	min-height: 400px;
}

.parallax-spa-products-center{
	background-image: url("../images/spa/alpienne.jpg");
	background-position: center;
	z-index: 0;
}

.parallax-spa-products-center::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	width: 100vw;
	height: 100%;
	z-index: -1;
}

.parallax-pool-center{
	background-image: url("../images/spa/pool.jpg");
	background-position: center;
}

.parallax-steam-center{
	background-image: url("../images/spa/steam.jpg");
	background-position: center;
}

.parallax-saltworks-center{
	background-image: url("../images/spa/saltworks.jpg");
	background-position: center;
}

.parallax-lounge-top{
	background-image: url("../images/spa/lounge.jpg");
	background-position: center;
}

.parallax-massage{
	background-image: url("../images/spa/massage.jpg");
	background-position: center;
}

.parallax-food-1{
	background-image: url("../images/menu/food-1.jpg");
	background-position: center;
}

.parallax-food-2{
	background-image: url("../images/menu/food-2.jpg");
	background-position: center;
}


/*
|--------------------------------------------------------------------------
| Go up Tool
|--------------------------------------------------------------------------
*/
.btn-up-container{
	position: fixed;
	width: 58px;
	height: 58px;
	background-color: #fff;
	bottom: 75px;
	right: 25px;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	border: 1px solid rgba(203, 203, 203, 0.7);
}

.btn-up-container.active{
	opacity: 1;
}

.btn-up-container .btn-icon {
	position: relative;
	left: 23%;
	top: 22%;
}

/*
|--------------------------------------------------------------------------
| Languages
|--------------------------------------------------------------------------
*/
.language a{
	padding: 5px;
}

.language img{
	opacity: 0.5;
	max-width: 5%;
}

.language img.active{
	opacity: 1;
}

.language img:hover{
	opacity: 1;
}


/*
|--------------------------------------------------------------------------
| Cover
|--------------------------------------------------------------------------
*/
.cover-description{
	position: absolute;
	z-index: 1;
	top: 30%;
	width: 450px;
}

.cover-description.cover-top-17{
	top: 17%;
}

.cover-description.cover-left{
	left: 20%;
}

.cover-description.cover-right{
	right: 20%;
}

/*
|--------------------------------------------------------------------------
| Contact
|--------------------------------------------------------------------------
*/
/*Recaptcha*/
/* center recapthca*/
.g-recaptcha{
	margin: 0 auto;
	width: 304px;
}

.contact input:focus[type=text], .contact textarea:focus{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245,168,90,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245,168,90,.6);
}

.contact input[type=text], .contact textarea{
	border-width: 0 0 1px 0;
	border-radius: 0;
	border-color: #cf864d;
	box-shadow: none;
	padding-left: 0;
	color: #000;
	font-size: 14px;
}

/*
|--------------------------------------------------------------------------
| Cookie
|--------------------------------------------------------------------------
*/
.cookie-container{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 9px;
	left: 20px;
	right: 20px;
	border-radius: 10px;
	z-index: 10;
}

.cookie-container.active{
	display: none;
}

/*
|--------------------------------------------------------------------------
| Restaurant-Menu
|--------------------------------------------------------------------------
*/
 .menu-content{
	 border-bottom: 1px dashed rgba(207, 134, 77, 0.6);
 }

/*
|--------------------------------------------------------------------------
| Tabs
|--------------------------------------------------------------------------
*/
.tab-content{
	height: 0;
	overflow: hidden;
	/*opacity: 0;*/
}

.tab-content.active{
	overflow: visible;
	height: auto;
	/*opacity: 1;*/
}

.tab-content.opacity-disabled{
	opacity: 0;
}

/*
|--------------------------------------------------------------------------
| Highlight
|--------------------------------------------------------------------------
*/
.heighlight-text{
	padding: 40px 25px;
	height: 400px;
}

.heighlight-text.highllight-food{
	height: 600px;
	display: table-cell;
	vertical-align: middle;
}

.bg-highlight, .bg-highlight-partial{
	background-size: cover;
	height: 400px;
	background-position: center center;
}

.bg-highlight.bg-highlight-large, .bg-highlight-partial.bg-highlight-large{
	height: 600px;
}

.bg-highligh-room{
	background-image: url('../images/home/room.jpg');
}

.bg-highlight-restaurant{
	background-image: url('../images/restaurant&bar/restaurant_view.jpg');
}

.bg-highlight-pool{
	background-image: url('../images/spa/highlight-pool.jpg');
}

.bg-highlight-cellar{
	background-image: url('../images/restaurant&bar/cellar.jpg');
}

.bg-highlight-event-meeting-1{
	background-image: url('../images/events/meeting/1.jpg');
}

.bg-highlight-arena{
	background-image: url('../filemanager/upload/about/areas-near-paltinis/thumb-700/arena.jpg');
}

.bg-highlight-bar{
	background-image: url('../filemanager/upload/restaurant&bar/bar-2.jpg');
}

.bg-highlight-spa-bar{
	background-image: url('../filemanager/upload/restaurant&bar/spa-bar.jpg');
}

.bg-highlight-gaujoara{
	background-image: url('../filemanager/upload/about/paltinis/thumb-700/poiana_gaujoara.jpg');
}

.bg-highlight-daneasa{
	background-image: url('../filemanager/upload/about/paltinis/thumb-700/action-athlete-athlete.jpg');
}

.bg-highlight-santa{
	background-image: url('../filemanager/upload/about/paltinis/thumb-700/touring-skis.jpg');
}

.bg-highlight-oncesti{
	background-image: url('../filemanager/upload/about/paltinis/thumb-700/freerider.jpg');
}

.bg-highlight-poplacii{
	background-image: url('../filemanager/upload/about/paltinis/thumb-700/christmas-cold-height.jpg');
}

.bg-highlight-towers{
	background-image: url('../filemanager/upload/about/sibiu/thumb-700/turnuri-3.jpg');
}

.bg-highlight-union-squre{
	background-image: url('../filemanager/upload/about/sibiu/thumb-700/piata-unirii.jpg');
}

.bg-highlight-passage-stairs{
	background-image: url('../filemanager/upload/about/sibiu/thumb-700/pasajul-scarilor.jpg');
}

.bg-highlight-house-calfe{
	background-image: url('../filemanager/upload/about/sibiu/thumb-700/casa-calfelor.jpg');
}

.bg-highlight-burke-palace{
	background-image: url('../filemanager/upload/about/sibiu/thumb-700/Palatul-Brukenthal.jpg');
}

.bg-highlight-big-square{
	background-image: url('../filemanager/upload/about/sibiu/thumb-700/piata-mare.jpg');
}

.bg-highlight-church-evangelical{
	background-image: url('../filemanager/upload/about/sibiu/thumb-700/Biserica-evanghelica.jpg');
}

.bg-highlight-rasinari{
	background-image: url('../filemanager/upload/about/areas-near-paltinis/thumb-700/biserica-rasinari.jpg');
}

.bg-highlight-arkapark{
	background-image: url('../filemanager/upload/about/areas-near-paltinis/thumb-700/patinis-arkapark.jpg');
}

.bg-highlight-event-meeting-2{
	background-image: url('../images/events/meeting/2.jpg');
}

.bg-highlight-event-meeting-3{
	background-image: url('../images/events/meeting/3.jpg');
}

/*
|--------------------------------------------------------------------------
| Layout Buttons
|--------------------------------------------------------------------------
*/
.btn.btn-success{
	background-color: #9acc4b;
	border-color: #9acc4b;
	color: #FFFFFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus{
	background-color: #95c549;
	border-color: #95c549;
	color: #FFFFFF;
}

.btn.btn-primary{
	background-color: #269ea2;
	border-color: #269ea2;
	color: #FFFFFF;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #268387;
	border-color: #268387;
	color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus{
	background-color: #268387;
	border-color: #268387;
	color: #FFFFFF;
}

.btn.btn-info{
	background-color: #434d57;
	border-color: #434d57;
	color: #FFFFFF;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	background-color: #434d57;
	border-color: #434d57;
	color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus{
	background-color: #434d57;
	border-color: #434d57;
	color: #FFFFFF;
}

/*
|--------------------------------------------------------------------------
| Btn / Link
|--------------------------------------------------------------------------
*/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

.btn.active, .btn:active{
	box-shadow: none;
}

.btn-alpienne{
	background: #22362a;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	font-weight: bold;
}

.btn-alpienne:hover{
	background: #284032;
	color: #ccc;
}

.btn-orange{
	background: #cf864d;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	font-weight: bold;
}

.btn-video{
	background: #cf864d;
	color: #fff;
	text-transform: uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.btn-orange:hover, .btn-orange:focus{
	background: #de944e;
	color: #fff;
}

.btn-video:hover, .btn-video:focus{
	background: #de944e;
	color: #fff;
}

.btn-orange-white, .btn-orange-white:focus{
	border:2px solid #cf864d;
	background: #fff;
	color: #cf864d;
}

.btn-orange-white:hover{
	border:2px solid #de944e;
	background: #cf864d;
	color: #fff;
}

.btn-tour, .btn-tour:focus{
	border:2px solid #cf864d;
	background: #fff;
	color: #cf864d;
	opacity: 0.8;
}

.tour-container:hover .btn-tour{
	border:2px solid #de944e;
	color: #cf864d;
	opacity: 1;
}

.btn-orange-empty, .btn-orange-empty:focus{
	border:2px solid #cf864d;
	background: none;
	/*color: #cf864d;*/
	text-transform: uppercase;
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	font-size: 14px;
}

.btn-orange-empty:hover{
	border:2px solid #de944e;
	background: #cf864d;
	color: #fff;
	text-transform: uppercase;
}

.btn-white, .btn-white:focus{
	border:2px solid #FFFFFF;
	background: none;
	/*color: #cf864d;*/
	text-transform: uppercase;
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	font-size: 14px;
}

.btn-white:hover{
	border:2px solid #FFFFFF;
	background: #FFFFFF;
	color: #de944e;
	text-transform: uppercase;
}

.btn-orange-slide{
	background: none;
	color: #cf864d;
}

.btn-orange-slide:hover, .btn-orange-slide:focus{
	background: none;
	color: #cf864d;
}

.gallery .btn-orange-slide:focus, .btn-orange-slide:hover{
	background: none;
	color: #ffb052;
}

.btn-logout{
	color: #fff;
}

.btn-logout:hover{
	color: #fff;
	border-bottom: 1px solid #cf864d;
}

.btn-member{
	color: #fff;
}

.btn-member:hover{
	color: #de944e;
}
.btn-member .glyphicon-user{
	padding-right: 5px;
}

.link:hover, .link:focus{
	text-decoration: none;
	color: #de944e;
}

.link-orange{
	color: #cf864d;
}

/*
|--------------------------------------------------------------------------
| Border
|--------------------------------------------------------------------------
*/
.border{
	border: 1px solid #dee2e6!important;
}

.border2{
	border: 2px solid #dee2e6!important;
}

.border3{
	border: 3px solid #dee2e6!important;
}

.border-0{
	border: none!important;
}

.border-white{
	border-color: #FFF;
}

.border-top{
	border-top: 1px solid #dee2e6!important;
}

.border-top-none{
	border-top: none!important;
}

.border-right{
	border-right: 1px solid #dee2e6!important;
}

.border-right-none{
	border-right: none!important;
}

.border-bottom{
	border-bottom: 1px solid #dee2e6!important;
}

.border-bottom2{
	border-bottom: 2px solid #dee2e6!important;
}

.border-bottom-none{
	border-bottom: none!important;
}

.border-left{
	border-left: 1px solid #dee2e6!important;
}

.border-left-none{
	border-left: none!important;
}

.border.border-dark-orange{
	border-color: #ec7045!important;
}

.border.border-dark-red{
	border-color: #7f0055!important;
}

.border.border-magenta{
	border-color: #ca4e73!important;
}
/*
|--------------------------------------------------------------------------
| Margins
|--------------------------------------------------------------------------
*/
/*.m-0{margin: 0!important;}*/
/*.m-1{margin: 0.25rem!important;}*/
/*.m-2{margin: 0.5rem!important;}*/
/*.m-3{margin: 1rem!important;}*/
/*.m-4{margin: 1.5rem!important;}*/
/*.m-5{margin: 3rem!important;}*/

/*.mx-0{margin-left: 0!important; margin-right: 0!important;}*/
/*.mx-1{margin-left: 0.25rem!important; margin-right: 0.25rem!important;}*/
/*.mx-2{margin-left: 0.5rem!important; margin-right: 0.5rem!important;}*/
/*.mx-3{margin-left: 1rem!important; margin-right: 1rem!important;}*/
/*.mx-4{margin-left: 1.5rem!important; margin-right: 1.5rem!important;}*/
/*.mx-5{margin-left: 3rem!important; margin-right: 3rem!important;}*/

/*.my-0{margin-top: 0!important; margin-bottom: 0!important;}*/
/*.my-1{margin-top: 0.25rem!important; margin-bottom: 0.25rem!important;}*/
/*.my-2{margin-top: 0.5rem!important; margin-bottom: 0.5rem!important;}*/
/*.my-3{margin-top: 1rem!important; margin-bottom: 1rem!important;}*/
/*.my-4{margin-top: 1.5rem!important; margin-bottom: 1.5rem!important;}*/
/*.my-4-5{margin-top: 2.2rem!important; margin-bottom: 2.2rem!important;}*/
/*.my-5{margin-top: 3rem!important; margin-bottom: 3rem!important;}*/

/*.mt-0{margin-top: 0!important;}*/
/*.mt-1{margin-top: 0.25rem!important;}*/
/*.mt-2{margin-top: 0.5rem!important;}*/
/*.mt-3{margin-top: 1rem!important;}*/
/*.mt-4{margin-top: 1.5rem!important;}*/
/*!*.mt-5{margin-top: 3rem!important;}*!*/

/*.mr-0{margin-right: 0!important;}*/
/*.mr-1{margin-right: 0.25rem!important;}*/
/*.mr-2{margin-right: 0.5rem!important;}*/
/*.mr-3{margin-right: 1rem!important;}*/
/*.mr-4{margin-right: 1.5rem!important;}*/
/*.mr-5{margin-right: 3rem!important;}*/

/*.mb-0{margin-bottom: 0!important;}*/
/*.mb-1{margin-bottom: 0.25rem!important;}*/
/*.mb-2{margin-bottom: 0.5rem!important;}*/
/*.mb-3{margin-bottom: 1rem!important;}*/
/*.mb-4{margin-bottom: 1.5rem!important;}*/
/*.mb-5{margin-bottom: 3rem!important;}*/

/*.ml-0{margin-left: 0!important;}*/
/*.ml-1{margin-left: 0.25rem!important;}*/
/*.ml-2{margin-left: 0.5rem!important;}*/
/*.ml-3{margin-left: 1rem!important;}*/
/*.ml-4{margin-left: 1.5rem!important;}*/
/*.ml-5{margin-left: 3rem!important;}*/

/*
|--------------------------------------------------------------------------
| Padding
|--------------------------------------------------------------------------
*/
/*.p-0{padding: 0!important;}*/
/*.p-1{padding: 0.25rem!important;}*/
/*.p-2{padding: 0.5rem!important;}*/
/*.p-3{padding: 1rem!important;}*/
/*.p-4{padding: 1.5rem!important;}*/
/*.p-5{padding: 3rem!important;}*/

/*.px-0{padding-left: 0!important; padding-right: 0!important;}*/
/*.px-1{padding-left: 0.25rem!important; padding-right: 0.25rem!important;}*/
/*.px-2{padding-left: 0.5rem!important; padding-right: 0.5rem!important;}*/
/*.px-3{padding-left: 1rem!important; padding-right: 1rem!important;}*/
/*.px-4{padding-left: 1.5rem!important; padding-right: 1.5rem!important;}*/
/*.px-5{padding-left: 3rem!important; padding-right: 3rem!important;}*/

/*.py-0{padding-top: 0!important; padding-bottom: 0!important;}*/
/*.py-1{padding-top: 0.25rem!important; padding-bottom: 0.25rem!important;}*/
/*.py-2{padding-top: 0.5rem!important; padding-bottom: 0.5rem!important;}*/
/*.py-3{padding-top: 1rem!important; padding-bottom: 1rem!important;}*/
/*.py-4{padding-top: 1.5rem!important; padding-bottom: 1.5rem!important;}*/
/*.py-4-5{padding-top: 2.2rem!important; padding-bottom: 2.2rem!important;}*/
/*.py-5{padding-top: 3rem!important; padding-bottom: 3rem!important;}*/

/*.pt-0{padding-top: 0!important;}*/
/*.pt-1{padding-top: 0.25rem!important;}*/
/*.pt-2{padding-top: 0.5rem!important;}*/
/*.pt-3{padding-top: 1rem!important;}*/
/*.pt-4{padding-top: 1.5rem!important;}*/
/*.pt-5{padding-top: 3rem!important;}*/

/*.pr-0{padding-right: 0!important;}*/
/*.pr-1{padding-right: 0.25rem!important;}*/
/*.pr-2{padding-right: 0.5rem!important;}*/
/*.pr-3{padding-right: 1rem!important;}*/
/*.pr-4{padding-right: 1.5rem!important;}*/
/*.pr-5{padding-right: 3rem!important;}*/

/*.pb-0{padding-bottom: 0!important;}*/
/*.pb-1{padding-bottom: 0.25rem!important;}*/
/*.pb-2{padding-bottom: 0.5rem!important;}*/
/*.pb-3{padding-bottom: 1rem!important;}*/
/*.pb-4{padding-bottom: 1.5rem!important;}*/
/*.pb-5{padding-bottom: 3rem!important;}*/

/*.pl-0{padding-left: 0!important;}*/
/*.pl-1{padding-left: 0.25rem!important;}*/
/*.pl-2{padding-left: 0.5rem!important;}*/
/*.pl-3{padding-left: 1rem!important;}*/
/*.pl-4{padding-left: 1.5rem!important;}*/
/*.pl-5{padding-left: 3rem!important;}*/

/*.p-2p{padding: 2%;}*/

/*.p-2px{padding: 2px}*/
/*.p-5px{padding: 5px}*/
/*.p-8px{padding: 8px}*/
/*.p-10px{padding: 10px}*/
/*.p-15px{padding: 15px}*/
/*.p-20px{padding: 20px;}*/
/*.p-30px{padding: 30px;}*/
/*.p-40px{padding: 40px;}*/
/*.p-50px{padding: 50px;}*/

/*.pt-10px{padding-top: 10px;}*/
/*.pt-15px{padding-top: 15px;}*/
/*.pt-20px{padding-top: 20px;}*/
/*.pt-30px{padding-top: 30px;}*/
/*.pt-40px{padding-top: 40px;}*/
/*.pt-50px{padding-top: 50px;}*/
/*.pt-70px{padding-top: 70px;}*/

/*.ptb-20{*/
/*	padding-top: 20px;*/
/*	padding-bottom: 20px;*/
/*}*/
/*.ptb-15{*/
/*	padding-top: 15px;*/
/*	padding-bottom: 15px;*/
/*}*/

/*.ptb-20{*/
/*	padding-top: 20px;*/
/*	padding-bottom: 20px;*/
/*}*/

/*.pt-4p{padding-top: 4%}*/
/*.pt-15p{padding-top: 15%}*/

/*.pb-4px{padding-bottom: 4px;}*/
/*.pb-10px{padding-bottom: 10px;}*/
/*.pb-15px{padding-bottom: 15px;}*/
/*.pb-20px{padding-bottom: 20px;}*/
/*.pb-25px{padding-bottom: 25px;}*/
/*.pb-40px{padding-bottom: 40px;}*/
/*.pb-50px{padding-bottom: 50px;}*/

/*.pr-10px{padding-right: 10px;}*/
/*.pr-12px{padding-right: 12px;}*/
/*.pr-20px{padding-right: 20px;}*/
/*.pr-40px{padding-right: 40px;}*/
/*.pr-60px{padding-right: 60px;}*/
/*.pr-80px{padding-right: 80px;}*/


/*.pl-10px{padding-left: 10px;}*/
/*.pl-12px{padding-left: 12px;}*/
/*.pl-20px{padding-left: 20px;}*/
/*.pl-25px{padding-left: 25px;}*/
/*.pl-30px{padding-left: 30px;}*/
/*.pl-40px{padding-left: 40px;}*/
/*.pl-80px{padding-left: 80px;}*/
/*.pl-60px{padding-left: 60px;}*/


/* text color */
.text-black{color:#000;}
.text-white{color:#FFFFFF;}
.text-blue{color:#125D7B;}
.text-default-light{color: #EEEEEE;}
.text-success-light{color: #d4ffd3;}
.text-info-light{color: #5bc0de;}
.text-primary-light{color: #337ab7;}
.text-warning-light{color: #f0ad4e;}
.text-danger-light{color: #f1d5cf;}
.text-default-dark{color: #EEEEEE;}
.text-success-dark{color: #449d44;}
.text-info-dark{color: #5bc0de;}
.text-primary-dark{color: #337ab7;}
.text-warning-dark{color: #f0ad4e;}
.text-danger-dark{color: #d9534f;}
.text-light-green{color: #EBFDB6;}
.text-turquoise{color: #71cba6;}
.text-red{color: #d9534f;}
.text-light-orange{color: #FFCC00;}
.text-light-brown{color: #F9F4EB;}
.text-light-grey{color: #F1EFED;}
.text-dark-red{color: #7f0055;}
.text-magenta{color: #ca4e73;}
.text-light-wisteria{color: #C9A0DC;}
.text-alpienne{color: #22362a;}

/* Link color */
a.link-black{color:#000;}
a.link-white{color:#FFFFFF;}
a.link-blue{color:#125D7B;}
a.link-default-light{color: #EEEEEE;}
a.link-success-light{color: #d4ffd3;}
a.link-info-light{color: #5bc0de;}
a.link-primary-light{color: #337ab7;}
a.link-warning-light{color: #f0ad4e;}
a.link-danger-light{color: #f1d5cf;}
a.link-default-dark{color: #EEEEEE;}
a.link-success-dark{color: #449d44;}
a.link-info-dark{color: #5bc0de;}
a.link-primary-dark{color: #337ab7;}
a.link-warning-dark{color: #f0ad4e;}
a.link-danger-dark{color: #d9534f;}
a.link-light-green{color: #EBFDB6;}
a.link-turquoise{color: #71cba6;}
a.link-red{color: #d9534f;}
a.link-light-orange{color: #FFCC00;}
a.link-light-brown{color: #F9F4EB;}
a.link-light-grey{color: #F1EFED;}
a.link-dark-red{color: #7f0055;}

a.no-underline{
	text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Background
|--------------------------------------------------------------------------
*/
/*Colors*/
.bg-white{background-color: #fff;}
.bg-light-orange{background-color: #F3A753;}
.bg-orange{background-color: #cf864d;}
.bg-dark-orange{background-color: #ec7045;}
.bg-grey{background-color: #E8EDF0;}
.bg-light-grey{background-color: #f0f0f0;}
.bg-dark-grey{background-color: #6d6e70;}
.bg-antique{background: antiquewhite;}
.bg-antique-08{background: rgba(251, 235, 215, 80%)}
.bg-magenta{background-color: #ca4e73;}

.bg-default-dark{background-color: #EEEEEE; border-color: #CCCCCC;}
.bg-success-dark{background-color: #449d44;}
.bg-info-dark{background-color: #5bc0de;}
.bg-primary-dark{background-color: #337ab7;}
.bg-warning-dark{background-color: #f0ad4e;}
.bg-danger-dark{background-color: #d9534f;}

.bg-light-green{background-color: #EBFDB6;}
.bg-turquoise{background-color: #71cba6;}
.bg-red{background-color: #d9534f;}
.bg-light-brown{background-color: #F9F4EB;}
.bg-dark-red{background-color: #7f0055;	color:#FFF;}
.bg-light-wisteria{background-color: #C9A0DC;}

.bg-dark-red input{	color:#000;}

.bg-banner{
	background-size: cover;
	height: 1080px;
}

.bg-banner-third{
	background-size: cover;
	height: 720px;
}

.bg-home{
	background: url('../images/background/outdoor_1.jpg') fixed top center;
	background-size: cover;
}

.bg-home-2{
	background: url('../images/background/outdoor_2.jpg') fixed top center;
	background-size: cover;
}

.bg-home-summer{
	background: url('../images/background/outdoor-summer.jpg') fixed top center;
	background-size: cover;
}

.bg-home-summer-3{
	background: url('../images/covers/cover-arial-7-summer.jpg') fixed center -360px;
	background-size: cover;
}

.bg-home-winter{
	background: url('../images/background/outdoor-winter.jpg') fixed top center;
	background-size: cover;
}

.bg-room{
	background: url('../images/background/room_2.jpg') fixed top center;
	background-size: cover;
}

.bg-room-3{
	background: url('../images/background/room_3.jpg') fixed top center;
	background-size: cover;
}

.bg-bar{
	background: url('../images/background/restaurant.jpg') fixed top center;
	background-size: cover;
}

.bg-spa{
	background: url('../images/background/spa_1.jpg') fixed top center;
	background-size: cover;
}

.bg-spa-2{
	background: url('../images/background/spa_2.jpg') fixed top center;
	background-size: cover;
}


.bg-events{
	background: url('../images/background/event_1.jpg') fixed top center;
	background-size: cover;
}

.bg-contact{
	background: url('../images/background/contact.jpg') fixed top center;
	background-size: cover;
}

.bg-restaurant-menu{
	background: url('../images/background/menu.jpg') fixed top center;
	background-size: cover;
}

.bg-offers{
	background: url('../images/background/christmas.jpg') fixed top center;
	background-size: cover;
}

.bg-rusalii{
	background: url('../images/background/rusalii.jpg') fixed top center;
	background-size: cover;
}


.bg-outdoor{
	background: url('../images/background/outdoor_3.jpg') center center;
	background-size: cover;
}

.bg-main-room{
	background-size: cover;
	height: 1080px;
	background: url('../images/background/outdoor_1.jpg') fixed top center;
}

.bg-cover-event{
	background-size: cover;
	background: url('../images/covers/cover-partial-event.jpg') center center;
}

.bg-cover{
	background-size: cover;
}

.bg-cover-about{
	background-image: url('../images/covers/cover-about.jpg');
}

.bg-cover-about-1{
	background-image: url('../images/covers/cover-about-1.jpg');
}

.bg-cover-conference{
	background-image: url('../images/covers/cover-conference.jpg');
}

.bg-cover-arial-1{
	background-image: url('../images/covers/cover-arial-1.jpg');
}

.bg-cover-arial-2{
	background-image: url('../images/covers/cover-arial-2.jpg');
}

.bg-cover-arial-3{
	background-image: url('../images/covers/cover-arial-3.jpg');
}

.bg-cover-prem{
	background-image: url('../images/room_england/4.jpg');
}

.bg-cover-stan{
	background-image: url('../images/room_england/3.jpg');
}

.bg-cover-extra1{
	background-image: url('../images/room_extra/room-e1.jpg');
}

.bg-cover-extra2{
	background-image: url('../images/room_extra/room-e2.jpg');
}

.bg-valentines{
	background: url("../images/common/headers/offer-valentines.jpg") no-repeat center center;
	background-size: cover;
}

.bg-easter{
	background: url("../images/common/headers/offer-easter.jpg") no-repeat center center;
	background-size: cover;
}

.bg-weekday{
	background: url("../images/common/headers/weekday.jpg") no-repeat center center;
	background-size: cover;
}

.bg-weekend{
	background: url("../images/common/headers/weekend.jpg") no-repeat center center;
	background-size: cover;
}

.bg-active-holiday{
	background: url("../images/common/headers/active-holiday.jpg") no-repeat center center;
	background-size: cover;
}

.bg-relaxing{
	background: url("../images/common/headers/relaxing.jpg") no-repeat center center;
	background-size: cover;
}

.bg-biking{
	background: url("../images/common/headers/biking.jpg") no-repeat center center;
	background-size: cover;
}

.bg-autumn-retreat{
	background: url("../images/common/headers/autumn-retreat.jpg") no-repeat center center;
	background-size: cover;
}

.bg-ski-weekend{
	background: url("../images/common/headers/ski-weekend.jpg") no-repeat center center;
	background-size: cover;
}

.bg-mountain-escape{
	background: url("../images/common/headers/mountain-escape.jpg") no-repeat center center;
	background-size: cover;
}

.bg-ski-and-spa{
	background: url("../images/common/headers/ski-and-spa.jpg") no-repeat center center;
	background-size: cover;
}

.bg-christmas-joy{
	background: url("../images/common/headers/christmas-joy.jpg") no-repeat center center;
	background-size: cover;
}

.bg-new-years-eve{
	background: url("../images/common/headers/new-years-eve.jpg") no-repeat center center;
	background-size: cover;
}
/*
|--------------------------------------------------------------------------
| Text Color
|--------------------------------------------------------------------------
*/
.text-orange {color: #cf864d;}
.text-dark-orange{color: #EA7047;}
.text-white {color: #fff;}
.text-black-light{color: #404040;}
/*
|--------------------------------------------------------------------------
| Text Align
|--------------------------------------------------------------------------
*/
.text-center{
	text-align: center;
}

/*
|--------------------------------------------------------------------------
| Margins
|--------------------------------------------------------------------------
*/
.mt-10px{margin-top: 10px;}
.mt-30px{margin-top: 30px;}
.mt-40px{margin-top: 40px;}
.mt-55px{margin-top: 55px;}
.mt-210px{margin-top: 210px;}

.mb-10px{margin-bottom: 10px}
.mb-20px{margin-bottom: 20px}
.mb-25px{margin-bottom: 25px}
.mb-30px{margin-bottom: 30px}
.mb-35px{margin-bottom: 35px}
.mb-40px{margin-bottom: 40px}
.mb-50px{margin-bottom: 50px}
.mb-55px{margin-bottom: 55px}
.mb-60px{margin-bottom: 60px}

.mrl-0{
	margin-right: 0;
	margin-left: 0;
}

.mrl-15{
	margin-right: 15px;
	margin-left: 15px;
}

.mtb-30{margin-top: 30px;margin-bottom: 30px;}
/*
|--------------------------------------------------------------------------
| Border-radius
|--------------------------------------------------------------------------
*/
.rad-0{border-radius: 0;}
.rad-3{ border-radius: 3px;}
.rad-5{ border-radius: 5px;}
.rad-50{ border-radius: 50%;}
/*
|--------------------------------------------------------------------------
| Rows
|--------------------------------------------------------------------------
*/
.row.skin-enlarge-sm{
	margin-right: -25px;
	margin-left: -25px;
}

.row.skin-enlarge-md{
	margin-right: -35px;
	margin-left: -35px;
}

.row.skin-enlarge-lg{
	margin-right: -55px;
	margin-left: -55px;
}

.row.skin-enlarge-xl{
	 margin-right: -75px;
	 margin-left: -75px;
}

.row.skin-enlarge-xxl{
	margin-right: -95px;
	margin-left: -95px;
}

.row .skin-gutter-xxl{
	padding-right: 70px;
	padding-left: 70px;
}

.row .skin-gutter-md{
	padding-right: 50px;
	padding-left: 50px;
}

.row .skin-gutter-sm{
	padding-right: 30px;
	padding-left: 30px;
}

.row .cols-p-0{
	padding-left: 0;
	padding-right: 0;
}

.row .cols-p-5{
	padding-left: 5px;
	padding-right: 5px;
}

.row .cols-p-10{
	padding-left: 10px;
	padding-right: 10px;
}

.row .cols-p-8{
	padding-left: 8px;
	padding-right: 8px;
}

.row .cols-m-10{
	margin-left: 10px;
	margin-right: 10px;
}

/*
|--------------------------------------------------------------------------
| Split Contaienr
|--------------------------------------------------------------------------
*/


.split-container{
	position: relative;
	height: 768px;
}
.split-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background-size: cover;
	background: no-repeat center center;
	z-index: 0;
}

.split-image.highllight{
	width: 60%;
}

.split-description{
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	z-index: 0;
	background: #f0f0f0;
}

.split-description.highllight{
	width: 40%;
}

.split-skew{
	position: absolute;
	background: #f0f0f0;
	right: 0;
	top: 0;
	height: 120%;
	width: 100%;
	-webkit-transform: rotate(17.5deg);
	-moz-transform: rotate(17.5deg);
	-ms-transform: rotate(17.5deg);
	transform: rotate(17.5deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 0;
}

.split-invers .split-skew.highllight{
	left: 0;
	right: auto;
	top: -10%;
	height: 130%;
	width: 100%;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(11.5deg);
	-moz-transform: rotate(11.5deg);
	-ms-transform: rotate(11.5deg);
	transform: rotate(11.5deg);
}

.split-box{
	position: relative;
	padding: 20px;
	height: 100%;
}


.split-info span{
	padding-bottom: 5px;
	border-bottom: 1px solid var(--cn-accent-color);
}

.split-info{
	position: relative;
	text-align: center;
	top: 35%;
}

.split-invers .split-image{
	right: 0;
	left: auto;
}

.split-invers .split-description{
	left: 0;
	right: auto;
}

.split-invers .split-skew{
	left: 0;
	right: auto;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(-17.5deg);
	-moz-transform: rotate(-17.5deg);
	-ms-transform: rotate(-17.5deg);
	transform: rotate(-17.5deg);
}

/*Attraction Background*/
.attract-buckingham-palace{
	background-image: url("../images/attractions/buckingham-palace.jpg");
}

.attract-hyde-park{
	background-image: url("../images/attractions/hyde-park.jpg");
}

.attract-meetings{
	background-image: url("../images/attractions/mettings.jpg")
}

.offer-rusalii{
	background-image: url("../images/offers/offer-rusalii.jpg")
}

/*
|--------------------------------------------------------------------------
| Box Container
|--------------------------------------------------------------------------
*/
.box-container{position: relative}
.box-image{position: relative}
.box-description{
	background: #FFFFFF;
	padding: 40px 15px;
}

.review-circle{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	font-family: "Segoe UI", Arial, Helvetica, serif;
}

.review-circle.review-center{
	margin-left: auto;
	margin-right: auto;
}

.review-circle .review-rating{
	font-size: 70px;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: -5px;
}

.review-circle .review-text{
	font-size: 17px;
}

.promo-badge{
	font-family: "Segoe UI", Arial, Helvetica, serif;
	position: absolute;
	left: 60%;
	height: 60px;
	padding: 15px;
	bottom: -30px;
	z-index: 2;
	font-size: 20px;
}

/*
|--------------------------------------------------------------------------
| Flex
|--------------------------------------------------------------------------
*/
.flex {
	display: flex;
}

.items-center {
	align-items: center
}

.justify-center {
	justify-content: center
}

.justify-space-around {
	justify-content: space-around
}

.equal-element-height {
	display: flex;
	flex-wrap: wrap;
}

.equal-element-height .box {
	height: 100%;
}

/*
|--------------------------------------------------------------------------
| Media Screen
|--------------------------------------------------------------------------
*/
@media only screen and (min-width: 1800px) {
	.section-room{width: 1400px; margin: 0 auto}
}

@media only screen and (max-width: 1800px) {
	.section-room{width: 1200px; margin: 0 auto}
}

@media only screen and (max-width: 1600px) {
	.cover-description.cover-left{
		left: 14%;
	}

	.cover-description.cover-right{
		right: 14%;
	}
}

@media only screen and (max-width: 1320px) {
	.row.skin-enlarge-xxl{
		margin-right: -60px;
		margin-left: -60px;
	}

	.cover-description.cover-left{
		left: 7%;
	}

	.cover-description.cover-right{
		right: 7%;
	}

}

@media only screen and (max-width: 1250px) {
	.row.skin-enlarge-xxl{
		margin-right: -30px;
		margin-left: -30px;
	}

}

@media only screen and (max-width: 1200px) {
	.pr-sm-40{
		padding-right: 40px;
	}

	.pl-sm-40{
		padding-left: 40px;
	}

	.reservation-container.active {
		width: 65%;
	}

	.carousel .controls{
		bottom: 0;
		top: 20%;
	}

	.controls-container .prev img, .controls-container .next img{
		height: 40px;
	}

	.modal-dialog{
		width: 768px;
		height: 434px;
	}

	.spa-titile-adjustament{
		padding-top: 18%;
	}

	.cover-description.cover-left{
		left: 10%;
	}

	.cover-description.cover-right{
		right: 10%;
	}

	.section-room{width: 100%; margin: 0 auto}

	.controls-highlight.controls.left{
		left: 52%;
	}
}

@media only screen and (max-width: 991px) {
	.bg-highlight.bg-highlight-large, .heighlight-text.highllight-food, .bg-highlight-partial.bg-highlight-large{height: 450px;}

	.text-center-sm{text-align: center;}

	.pt-20-sm{padding-top: 20px;}
	.pt-50-sm{padding-top: 50px;}

	.reservation-container.active {width: 70%;}

	.bg-menu .list li {
		padding-right: 2px;
		padding-left: 2px;
	}

	.carousel .controls{
		bottom: 0;
		top: 0;
	}

	.cover-description{
		position: relative;
		width: auto;
	}

	.height-event{
		height: 0;
	}

	.height-about{
		height: 0;
	}

	.modal-dialog{
		width: 650px;
		height: 367px;
	}

	.spa-titile-adjustament{
		padding-top: 25%;
	}

	.pl-md-0{padding-left: 0;}
	.pr-md-0{padding-right: 0;}
	.pb-md-0{ padding-bottom: 0;}

	/*Split*/
	.split-container {
		position: relative;
		height: auto;
	}

	.split-image, .split-image.highllight {
		position: relative;
		height: 500px;
		width: 100%;
	}

	.split-description, .split-description.highllight {
		position: relative;
		width: 100%;
	}

	.split-box{
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.split-skew{
		-webkit-transform: rotate(-4.5deg);
		-moz-transform: rotate(-4.5deg);
		-ms-transform: rotate(-4.5deg);
		transform: rotate(-4.5deg);
		height: 43%;
	}

	.split-invers .split-skew, .split-invers .split-skew.highllight{
		-webkit-transform: rotate(4.5deg);
		-moz-transform: rotate(4.5deg);
		-ms-transform: rotate(4.5deg);
		transform: rotate(4.5deg);
		height: 43%;

	}

	.split-invers .split-skew.highllight{
		-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		top: 0;
	}

	/*Controls highlight*/
	.controls-highlight.controls.left{
		left: 3%;
	}

	.dots.dots-highlight {
		bottom: 40%;
		left: 50%;
	}

	.controls-highlight.controls{
		top: 35%;
	}

	.controls-highlight img{
		height: 40px;
	}

	/*Cover*/
	.cover-description.cover-left{
		left: auto;
	}

	.cover-description.cover-right{
		right: auto;
	}

	/*Hamburger Collapse*/
	.book {
		display: none;
	}

	.bg-menu{
		padding: 0;
	}

	.hidden-sm{
		display: block;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 8px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.block-md{
		display: block;
	}
	.pl-30px{padding-left: 0}
	.p-md-40{padding: 40px;}
	.height-spa{
		height: 0;
	}
	.row.reorder-md{
		transform: rotate(180deg);
	}

	.row.reorder-md > [class*="col-"]{
		transform: rotate(-180deg);
	}

}

@media only screen and (max-width: 768px) {
	.btn-block-sm{width: 100%;}

	.p-sm-15{
		padding-right: 15px;
		padding-left: 15px;
	}

	.p-sm-10{
		padding-right: 10px;
		padding-left: 10px;
	}

	.bg-highlight-partial, .bg-highlight-partial.bg-highlight-large{
		background-size: unset;
		height: auto;
		background-image: none;
	}

	.heighlight-text.highllight-food{
		height: auto;
		display: block;
		vertical-align: middle;
	}

	.heighlight-text{
		height: auto;
		border: none;
	}

	.bg-highlight, .bg-highlight.bg-highlight-large{
		height: 400px;
	}

	.height-auto-xs{
		height: auto;
	}

	.pl-xs-0{
		padding-left: 0;
	}

	.pr-xs-0{
		padding-right: 0;
	}

	.pb-xs-15{
		padding-bottom: 15px;
	}

	.mb-xs-15{
		margin-bottom: 15px;
	}

	.text-center-xs{
		text-align: center;
	}

	.row.reorder-xs{
		transform: rotate(180deg);
	}

	.row.reorder-xs > [class*="col-"]{
		transform: rotate(-180deg);
	}

	.gallery .controls-container .controls.left img, .gallery .controls-container .controls.right img{
		width: 70%;
	}

	.reservation-container.active {
		width: 75%;
	}

	.bg-blur{
		filter: blur(0px);
	}

	/*banner*/
	.bg-banner{
		height: 800px;
	}

	/*controls slideshow on click*/
	.slideshow-click .controls-container .prev,.slideshow-click .controls-container .next{
		top: unset;
		padding: 0 5px;
		bottom: 7px;
	}
	.slideshow-click .controls-container .prev{
		left: 32% !important;
	}

	.slideshow-click .controls-container .next{
		right: 32% !important;
	}

	.controls-container .prev img, .controls-container .next img{
		height: 25px;
		background: #1d1a17;
	}

	/*Video About*/
	.video-content{
		top: 50%;
	}

	.video-btn img{
		height: 100px;
	}

	.modal-dialog{
		width: 90%;
		height: 57%;
	}

	.spa-titile-adjustament{
		padding-top: 30%;
	}

	.row .skin-gutter-sm,.row .skin-gutter-md, .row .skin-gutter-lg, .row .skin-gutter-xxl{
		padding-right: 15px;
		padding-left: 15px;
	}

	.offers,.row .cols-p-8{
		padding-left: 0;
		padding-right: 0;
	}

	.header-third-title{
		font-size: 17px;
	}
	.block-sm{
		display: block;
	}

	.language img{
		max-width: 8%;
	}

	.modal-open .modal-tour.modal{
		padding-left: 0;
	}

}

@media only screen and (max-width: 650px) {
	.reservation-container.active {
		width: 100%;
	}

	.padding-top-banner{
		padding-top: 55%;
	}

	/*Video*/
	.header-title{
		font-size: 24px;
	}

	.header-secondary-title{
		font-size: 20px;
	}

	.video-btn img{
		height: 85px;
	}

	.modal-dialog{
		width: 90%;
		height: 45%;
	}

	.map iframe {
		width: 100%;
		height: 400px;
	}
}

@media only screen and (max-width: 580px) {
	.spa-position-lounge{
		margin: 22% 8%;
	}

	.spa-titile-adjustament{
		padding-top: 34%;
	}

	.padding-top-banner{
		padding-top: 70%;
	}

	.bg-highlight, .bg-highlight.bg-highlight-large{
		height: 350px;
	}

	.header-third-title{
		font-size: 16px;
	}
}

@media only screen and (max-width: 530px) {
	.spa-position-lounge{
		margin: 22% 3%;
	}

	.spa-titile-adjustament{
		padding-top: 35%;
	}

	.split-skew, .split-invers .split-skew{
		height: 17%;
	}

	.split-invers .split-skew.highllight{
		height: 30%;
	}

	.padding-top-banner{
		padding-top: 60%;
	}

	.bg-banner {
		height: 650px;
	}
}

@media only screen and (max-width: 480px){
	.ui-datepicker{
		width: 100%;
	}

	.bg-banner {
		height: 600px;
	}

	.spa-titile-adjustament{
		padding-top: 18%;
	}

	/*Spa*/
	.parallax{
		min-height: 200px;
	}

	.font-size-16-450{
		font-size: 16px;
	}

	.spa-position-lounge{
		margin: 22% 16%;
	}

	/*Video*/
	.video-content{
		top: 55%;
	}

	.video-content .header-title{
		font-size: 20px;
	}

	.video-content .header-secondary-title{
		font-size: 17px;
	}

	.video-btn img{
		height: 65px;
	}

	.modal-dialog{
		width: 90%;
		height: 40%;
	}

	.split-image, .split-image.highllight{
		height: 400px;
	}

	.bg-highlight, .bg-highlight.bg-highlight-large{
		height: 300px;
	}

	.map iframe {
		width: 100%;
		height: 350px;
	}

	.header-third-title{
		font-size: 14px;
	}
}

@media only screen and (max-width: 450px) {
	.bg-blur{
		height: 175px;
	}

	.gallery .controls-container .controls.left img, .gallery .controls-container .controls.right img{
		width: 50%;
	}

	.main-title{
		font-size: 26px;
	}

	.secondary-title{
		font-size: 18px;
		font-weight: 400;
	}

	.third-title{
		font-size: 16px;
		font-weight: 400;
	}

	.slideshow-click .controls-container .prev{
		left: 20% !important;
	}

	.slideshow-click .controls-container .next{
		right: 20% !important;
	}

	.padding-top-banner{
		padding-top: 70%;
	}

	.font-size-16-450{
		font-size: 16px;
	}

	/*Video*/
	.video-content .header-title{
		font-size: 18px;
	}

	.video-content .header-secondary-title{
		font-size: 16px;
	}

	.video-btn img{
		height: 45px;
	}

	.modal-dialog{
		width: 90%;
		height: 35%;
	}

	.split-skew, .split-invers .split-skew{
		height: 15%;
	}
}

@media only screen and (max-width: 400px) {
	.bg-highlight, .bg-highlight.bg-highlight-large{
		height: 250px;
	}

	.spa-position-lounge{
		margin: 22% 5%;
	}

	.spa-titile-adjustament{
		padding-top: 23%;
	}

	/*Video*/
	.video-content{
		top: 60%;
	}

	.video-content .header-title{
		font-size: 17px;
	}

	.video-content .header-secondary-title{
		font-size: 15px;
	}

	.video-btn img{
		height: 40px;
	}

	.tour-description{
		margin: -40px 0 0 -20px;
	}

	.hidden-xxs{
		display: none;
	}
}

@media only screen and (max-width: 360px) {
	.btn-block-xs{width: 100%}
	.spa-position-lounge{
		margin: 22% 7%;
	}

	.font-size-16-450{
		font-size: 14px;
	}

	.spa-titile-adjustament{
		padding-top: 25%;
	}

	.padding-top-banner{padding-top: 80%}

	.bg-banner{height: 500px}

	/*Video*/
	.video-content{
		top: 60%;
	}

	.video-content .header-title{
		font-size: 16px;
	}

	.video-content .header-secondary-title{
		font-size: 14px;
	}

	.video-btn img{
		height: 38px;
	}

	.modal-dialog{
		width: 90%;
		height: 30%;
	}

	/*Split*/
	.split-skew, .split-invers .split-skew{
		height: 12%;
	}

	.split-image, .split-image.highllight{
		height: 300px;
	}

	/*Controls highlight*/
	.controls-highlight.controls.left{
		left: 3%;
	}

	.controls-highlight.controls{
		top: 20%;
	}

	.controls-highlight img{
		height: 30px;
	}

	.dots.dots-highlight {
		bottom: 50%;
		left: 40%;
	}

}

@media only screen and (max-width: 320px) {
	.split-skew, .split-invers .split-skew{
		height: 10%;
	}
}