@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Great+Vibes&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@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: 'Source Sans 3';
	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: 'Source Sans 3';
	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: "Cabin", Arial, sans-serif;
	overflow-x: hidden !important;
	line-height: 1.7;
	font-size: 16px;
}

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;
}

h3 {
	font-family: "Source Sans 3", serif;
	font-size: 24px;
}

hr.separator {
	border: 0;
	border-top: 1px solid #FFF;
	margin: 20px 0;
	opacity: 1;
}

.font-segoe-ui {
	font-family: "Segoe UI", Arial, Helvetica, serif !important;
}

/*Animate*/
.animate {
	-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;
}

.animate-1 {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.animate-4 {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.animate-8 {
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}


.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-color: #000;
	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;
}

.text-underline {
	text-decoration: underline;
}

.text-letter-spacing {
	letter-spacing: 0.1em;
}

.boxes-gallery .thumbnail-image {
	position: relative;
	padding: 5px;
	overflow: hidden;
	height: 250px;
}

@media screen and (max-width: 1200px) {
	.boxes-gallery .thumbnail-image {
		height: 200px;
	}
}

@media screen and (max-width: 992px) {
	.boxes-gallery .thumbnail-image {
		height: 150px;
	}
}

@media screen and (max-width: 768px) {
	.boxes-gallery .thumbnail-image {
		height: 175px;
	}
}

@media screen and (max-width: 576px) {
	.boxes-gallery .thumbnail-image {
		height: 100%;
	}
}

.padding-top-banner {
	padding-top: 15%;
}

.height-event {
	height: 100px;
}

.height-about {
	height: 150px;
}

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: #C59D5F;
}


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: #C59D5F;:;
}

.offers {
	margin-right: 0;
	margin-left: 0;
	padding-left: 8px;
	padding-right: 8px;
}

.inline {
	display: inline;
}

.icons span {
	color: #C59D5F;
	font-size: 19px;
}

.align-vertically {
	display: flex;
	align-items: center;
}

.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: 170px;
	position: relative;
}

.nav-wrapper {
	top: -85px;
}

.nav-wrapper.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.nav-wrapper.active .bg-menu {
	height: 100px;
	padding: 20px;
}

@media only screen and (min-width: 768px) {
	.nav-wrapper .bg-menu.white {
		padding: 5px 20px;
	}
}


.nav-wrapper.active .main-logo {
	height: 60px;
}

.nav-wrapper.active .list {
	padding: 20px 10px;
}

/** Megamenu */
.megamenu {

}

.megamenu .megamenu-item {
	position: relative;
}

.megamenu .megamenu-item:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -2px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #262526;
	border-bottom: 1px solid #262526;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.megamenu .megamenu-item:hover:after {
	border-right: 1px solid #C59D5F;
	border-bottom: 1px solid #C59D5F;
}

.megamenu .megamenu-item .megamenu-content {
	display: none;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 500px;
	height: 100%;
}

.megamenu .megamenu-item .megamenu-content.megamenu-menu {
	width: 500px;
	left: -200px;
}

.megamenu .megamenu-item .megamenu-content.megamenu-gallery {
	width: 150px;
	left: -30px;
}

.megamenu .megamenu-item .megamenu-content a {
	padding: 0;
}

.megamenu .megamenu-item .megamenu-content div {
	line-height: 1em;
}

.megamenu .megamenu-item:hover .megamenu-content {
	display: block;
	opacity: 1;
}

.megamenu .megamenu-item:hover .megamenu-content .megamenu-subitems {
	border-top: 1px solid #c59d5f;
	box-shadow: 0 5px 5px #00000029;
}

.logo {
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 20px;
	width: 100%;
	height: 175px;
}

.main-logo {
	height: 90px;
}

.bg-blur {
	position: absolute;
	background-size: cover;
	filter: blur(2px);
	height: 170px;
	right: 0;
	left: 0;
	top: 0;
	opacity: 0.35;
}

.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;
	height: 170px;
	padding: 40px;
	background: rgba(255, 255, 255, 1);
	z-index: 3;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.bg-menu .list {
	padding: 35px 10px;
}

.bg-menu .list a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	padding: 5px 8px;
	font-family: "Cabin", serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bg-menu .list a:hover {
	color: #C59D5F;
}

.bg-menu .list a.active {
	color: #C59D5F;
}

.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: 80px;
	padding: 20px;
	z-index: 2;
}

.bg-home {
	background: url("../images/background/bg-home.jpg") no-repeat fixed center center;
	background-size: cover;
}

.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: 'Source Sans 3', 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: 'Source Sans 3', 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;
}

.btn.btn-medium-brown, .btn.btn-medium-brown:active {
	background-color: #C59D5F;
}

.btn.btn-medium-brown:hover {
	background-color: #b79259;
}

.mobile .nav.navbar-nav li a.active {
	color: #C59D5F;
}

.mobile {
	background: rgb(255, 255, 255);
}

.mobile ul li a {
	text-decoration: none;
	color: #000;
}

.mobile ul li a:hover {
	color: #C59D5F;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: unset;
}

.section.mobile-image {
	margin-top: 225px;
}

.primary-headline {
	font-size: 100px;
	font-family: "Great Vibes", serif;
	color: #c59d5f;
}

@media only screen and (max-width: 990px) {
	.primary-headline {
		font-size: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.primary-headline {
		font-size: 80px;
	}
}

@media only screen and (max-width: 450px) {
	.primary-headline {
		font-size: 60px;
	}
}

.primary-headline.medium-line-height {
	line-height: 70px;
}

.primary-headline.low-line-height {
	line-height: 45px;
}

.secondary-headline {
	font-size: 47px;
	font-family: "Source Sans 3", serif;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 990px) {
	.secondary-headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.secondary-headline {
		font-size: 30px;
	}
}

@media only screen and (max-width: 450px) {
	.secondary-headline {
		font-size: 25px;
	}
}

.headline-description {
	font-size: 15px;
	font-family: "Source Sans 3", serif;
	color: #c59d5f;
	letter-spacing: 0.2em;
}

/*
|--------------------------------------------------------------------------
| 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 {
	width: 600px;
}

.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: 'Source Sans 3', serif;
}

.secondary-title {
	font-size: 35px;
	font-family: 'Cabin', serif;
}

.third-title {
	font-size: 21px;
	font-family: 'Cabin', serif;
}

.fourth-title {
	font-size: 16px;
	font-family: 'Cabin', serif;
}

.header-title {
	font-size: 28px;
}

.header-secondary-title {
	font-size: 24px;
}

.weight-light {
	font-weight: 300;
}

.weight-bold {
	font-weight: 600;
}

.weight-bolder {
	font-weight: 900;
}

/*
|--------------------------------------------------------------------------
| 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 #C59D5F;
	color: #C59D5F;
}

/*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;
}

.slideshow-click .slide-img {
	border-radius: 5px;
}

/*.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 #C59D5F;
	margin: 4px;
	cursor: pointer;
}

.dot:hover {
	background: #C59D5F;
}

.dot.active {
	background: #C59D5F;
}

/*
|--------------------------------------------------------------------------
| Gallery ShowContainer
|--------------------------------------------------------------------------
*/
.slideshow-click-wrapper .slideshow-click {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	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: -100px;
}

.slideshow-click .controls-container .next {
	right: -100px;
}

/*Close*/
.slideshow-click .btn-close {
	top: 1%;
	position: absolute;
	right: 1%;
	color: rgba(181, 181, 204, 0.8);
	font-size: 42px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	overflow: hidden;
	line-height: 33px;
	background: rgb(27 27 27 / 50%);
	border-radius: 4px;
}

.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: 3px solid #C59D5F;
}

.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 a {
	color: #9d9d9d;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.footer-content a:hover {
	color: #C59D5F;
}

.footer-content ul li {
	padding: 2px;
}

.footer-content ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-content ul li a:hover {
	color: #F89A32;
}

/*
|--------------------------------------------------------------------------
| 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: #F89A32;
}

.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 #C59D5F;
}

.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: #C59D5F;
	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;
}

/*
|--------------------------------------------------------------------------
| Go up Tool
|--------------------------------------------------------------------------
*/
.btn-up-container {
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #fff;
	bottom: 67px;
	right: 25px;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	border: 2px solid rgb(197 157 95);
}

.btn-up-container.active {
	opacity: 1;
}

.btn-up-container .btn-icon {
	position: relative;
	left: 25%;
	top: 10%;
}

/*
|--------------------------------------------------------------------------
| 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
|--------------------------------------------------------------------------
*/
.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 input[type=email], .contact textarea {
	border-radius: 5px;
	border: 1px solid #C59D5F;
	box-shadow: none;
	padding: 8px;
	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;
}

/*
|--------------------------------------------------------------------------
| Layout Buttons
|--------------------------------------------------------------------------
*/
.btn {
	font-size: 15px;
	border-radius: 5px;
}

.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-orange {
	background: #C59D5F;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Source Sans 3', serif;
	font-size: 14px;
	font-weight: bold;
}

.btn-video {
	background: #C59D5F;
	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, .btn-orange:active {
	background: #b08d56 !important;
	color: #fff;
}

.btn-video:hover, .btn-video:focus {
	background: #de944e;
	color: #fff;
}

.btn-orange-white, .btn-orange-white:focus {
	border: 2px solid #C59D5F;
	background: #fff;
	color: #C59D5F;
}

.btn-orange-white:hover {
	border: 2px solid #de944e;
	background: #C59D5F;
	color: #fff;
}

.btn-tour, .btn-tour:focus {
	border: 2px solid #C59D5F;
	background: #fff;
	color: #C59D5F;
	opacity: 0.8;
}

.tour-container:hover .btn-tour {
	border: 2px solid #de944e;
	color: #C59D5F;
	opacity: 1;
}

.btn-orange-empty, .btn-orange-empty:focus {
	border: 2px solid #C59D5F;
	background: none;
	/*color: #C59D5F;*/
	text-transform: uppercase;
	font-family: 'Source Sans 3', serif;
	font-weight: 500;
	font-size: 14px;
}

.btn-orange-empty:hover {
	border: 2px solid #de944e;
	background: #C59D5F;
	color: #fff;
	text-transform: uppercase;
}

.btn-white, .btn-white:focus {
	border: 2px solid #FFFFFF;
	background: none;
	/*color: #C59D5F;*/
	text-transform: uppercase;
	font-family: 'Source Sans 3', 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: #C59D5F;
}

.btn-orange-slide:hover, .btn-orange-slide:focus {
	background: none;
	color: #C59D5F;
}

.btn-highlight {
	border: 2px solid #C59D5F;
	border-radius: 3px;
}

.btn-highlight:hover {
	background: #C59D5F;
	color: #FFF !important;
}

.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 #C59D5F;
}

.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: #C59D5F;
}

/*
|--------------------------------------------------------------------------
| 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;
}


.my-4-5 {
	margin-top: 2.2rem !important;
	margin-bottom: 2.2rem !important;
}

.py-4-5 {
	padding-top: 2.2rem !important;
	padding-bottom: 2.2rem !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;
}

.text-medium-brown {
	color: #C59D5F;
}

/* 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: #C59D5F;
}

.bg-dark-orange {
	background-color: #ec7045;
}

.bg-grey {
	background-color: #E8EDF0;
}

.bg-light-grey {
	background-color: #f0f0f0;
}

.bg-dark-grey {
	background-color: #6d6e70;
}

.bg-darker-grey {
	background-color: #333;
}

.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 {
	background: #000;
}

.bg-medium-brown {
	background: #C59D5F;
}

.bg-banner {
	background-size: cover;
	height: 600px;
}

.bg-header {
	height: 200px;
}

.bg-header-big {
	height: 400px;
}

.bg-banner-third {
	background-size: cover;
	height: 720px;
}

.bg-restaurant-table {
	background: url('../images/home/restaurant-table.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-refined-atmosphere {
	background: url('../images/home/refined-atmosphere.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-reservation {
	background: url('../images/background/reservation.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-event-rooms {
	background: url('../images/background/event-rooms.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-video {
	background: url('../images/background/video.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-summer-garden {
	background: url('../images/background/summer-garden.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-dishes {
	background: url('../images/background/dishes.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-nutritional-information {
	background: url('../images/background/nutritional-information.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-events {
	background: url('../images/background/events.jpg') fixed no-repeat center center;
	background-size: cover;
}

.bg-membership {
	background: url('../images/background/membership.jpg') fixed no-repeat center center;
	background-size: cover;
}

/*
|--------------------------------------------------------------------------
| Text Color
|--------------------------------------------------------------------------
*/
.text-orange {
	color: #C59D5F;
}

.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-r-5 {
	border-radius: 0 5px 5px 0;
}

.rad-l-5 {
	border-radius: 5px 0 0 5px;
}

.rad-t-5 {
	border-radius: 5px 5px 0 0;
}

.rad-b-5 {
	border-radius: 0 0 5px 5px;
}

.rad-10 {
	border-radius: 10px;
}

.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 #C59D5F;
}

.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);
}

/*
|--------------------------------------------------------------------------
| Box Container
|--------------------------------------------------------------------------
*/
.box-container {
	position: relative
}

.box-image {
	position: relative
}

.box-description {
	background: #f0f0f0;
	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%;
}

.newsletter-input {
	height: 76px;
}

.newsletter-input:focus {
	height: 76px;
	background: #333333;
}

/*
|--------------------------------------------------------------------------
| 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;
	}

	.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) {
	.nav-under-block {
		height: 135px;
	}

	.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%;
	}

	.main-logo {
		height: 60px;
	}

	.bg-menu {
		height: 135px;
	}

	.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;
	}

	.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: 5px 5px;
	}

	.bg-blur {
		height: 134px;
	}

	.section.mobile-image {
		margin-top: 136px;
	}

	.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;
	}

	.row.reorder-md {
		transform: rotate(180deg);
	}

	.row.reorder-md > [class*="col-"] {
		transform: rotate(-180deg);
	}

}

@media only screen and (max-width: 768px) {
	.bg-menu {
		padding: 35px 5px;
	}

	.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%;
	}

	.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: 50%;
	}

	/*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) {
	.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) {
	.split-skew, .split-invers .split-skew {
		height: 17%;
	}

	.split-invers .split-skew.highllight {
		height: 30%;
	}

	.padding-top-banner {
		padding-top: 50%;
	}

	.bg-banner {
		height: 650px;
	}
}

@media only screen and (max-width: 480px) {
	.ui-datepicker {
		width: 100%;
	}

	.bg-banner {
		height: 600px;
	}

	.parallax {
		min-height: 200px;
	}

	.font-size-16-450 {
		font-size: 16px;
	}

	/*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: 45%;
	}

	.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;
	}

	/*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%
	}

	.font-size-16-450 {
		font-size: 14px;
	}

	.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%;
	}
}