﻿/*
Theme Name: Multiste La Spa
Theme URI: http://phamnhatthang.com
Author: phamnhatthang
Author URI: http://phamnhatthang.com
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
    font-family: 'legendtext_italic';
    src: url('fonts/legend_text-italic-webfont.eot');
    src: url('fonts/legend_text-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/legend_text-italic-webfont.woff2') format('woff2'),
         url('fonts/legend_text-italic-webfont.woff') format('woff'),
         url('fonts/legend_text-italic-webfont.ttf') format('truetype'),
         url('fonts/legend_text-italic-webfont.svg#legendtext_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'legendtext';
    src: url('fonts/legend_text-webfont.eot');
    src: url('fonts/legend_text-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/legend_text-webfont.woff2') format('woff2'),
         url('fonts/legend_text-webfont.woff') format('woff'),
         url('fonts/legend_text-webfont.ttf') format('truetype'),
         url('fonts/legend_text-webfont.svg#legendtext') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/Open SansHTF-Book-webfont.eot');
    src: url('/fonts/Open SansHTF-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Open SansHTF-Book-webfont.woff2') format('woff2'),
         url('/fonts/Open SansHTF-Book-webfont.woff') format('woff'),
         url('/fonts/Open SansHTF-Book-webfont.ttf') format('truetype'),
         url('/fonts/Open SansHTF-Book-webfont.svg#legendtext') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
	font-size: 1rem;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
	}
    /*.site-header .container {
		max-width: 1400px;
	}*/
}
@media (max-width: 1000px) {
    #bookingform_container {display:none;}
}
/*@media (max-width: 767px) {
	html {
		font-size: 0.75rem;
	}
}*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
/*body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
}*/
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #c59f30;
}
.nav-tab > li > a.active {
	color: #c59f30;
}
b, strong {
	font-weight: 600;
}
small, .small {
	font-size: 85%;
} 
.h4 {
	font-size: 1.5rem;
}
.font-family-secondary {
	font-family: 'Open Sans', sans-serif;
}
.font-size-inherit {
	font-size: inherit;
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.text-primary {
	color: #110200 !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: inherit !important;
}
.text-body {
	color: #333 !important;
}
.text-muted {
	color: #666 !important;
}
.text-gray {
	color: #CCC !important;
}
a.text-white:hover,
a.text-white:focus {
	color: #c59f30 !important;
}
.text-primary-60 {
	color: rgba(191, 147, 46, 0.6);
	text-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.4);
	transition: all 0.3s ease 0s;
}
.text-primary-60:hover {
	color: #c59f30;
}
.text-878787 {color:#878787;}
.text-uppercase {
    text-transform:uppercase;
}
.bg-primary {
	background-color: #c59f30 !important;
}
a.bg-primary:hover {
	background-color: #333 !important;
}
.bg-light {
	background-color: #F6F9F9 !important;
}
a.bg-white:hover,
button.bg-white:hover {
	background-color: #c59f30 !important;
}
.bg-gradient-dark {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.border-primary {
	border-color: #c59f30 !important;
}
.black-white {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lh-1 {
	line-height: 1;
}
.mh-1 {
	min-height: 10rem;
}
.mh-2 {
	min-height: 20rem;
}
.mh-3 {
	min-height: 30rem;
}
.dropdown {
	font-size: 1rem;
}
.dropdown-menu {
	border-radius: 0;
}
.dropdown-item {
	color: inherit;
}
.dropdown-item:focus {
	background: #c59f30;
}
h1, .h1 {
    font-size: 3rem;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	.display-1 {
		font-size: 4.5rem;
	}
	.mh-3 {
		min-height: 20rem;
	}
}
.helf-top {margin-top:10px; display:inline-block; width:100%;}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #666;
}
.form-control::-moz-placeholder {
	color: #666;
}
.form-control:-ms-input-placeholder { 
	color: #666;
}
.form-control:-moz-placeholder {
	color: #666;
}
label {
	margin-bottom: 0.3125rem;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.required {
	color: #F00;
}
.form-group {
	margin-bottom: 1.5rem;
}
.form-control,
.custom-select,
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select {
	border-color: #C9C9C9;
}
.custom-select {
	padding-left: 0.5rem;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #c59f30;
	box-shadow: none;
}
.custom-control-label:before {
	background-color: #FFF;
	border: 1px solid #dee2e6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #c59f30;
	border-color: #c59f30;
	box-shadow: none;
}
.btn {
	font-family: 'Open Sans', serif !important;
	text-transform: uppercase;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
    letter-spacing: 2px;
    /*font-style:italic;*/
}	
.btn-sm {
	font-size: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.btn-lg {
	font-size: 1.125rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: #c59f30;
	border-color: #c59f30;
	box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: #333;
	border-color: #333;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:focus {
	color: #FFF;
	background: #A88028;
	border-color: #A88028;
	box-shadow: none;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	/*background: transparent;*/
    background:#c59f30;
	border-color: #c59f30;
	box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	color: #FFF;
	background: #b99327;
	border-color: #b99327;
	box-shadow: none;
}
.btn-outline-reservations,
.btn-outline-reservations:not(:disabled):not(.disabled):active:focus {
	color: #c59f30;
	background: transparent;
	/*border-color: #c59f30;*/
	box-shadow: none;
    display:inline-block;
    font-weight:400;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    /*border:1px solid transparent;*/
    padding:1.4rem 1rem;
    font-size:1rem;
    line-height:1.5;
    /*border-radius:.25rem;*/
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-outline-reservations:hover,
.btn-outline-reservations:focus,
.btn-outline-reservations:not(:disabled):not(.disabled):active,
.btn-outline-reservations:not(:disabled):not(.disabled).active,
.btn-outline-reservations:not(:disabled):not(.disabled).active:focus {
	color: #FFF;
	/*background: #c59f30;*/
	border-color: none;
	box-shadow: none;
}
.btn-link,
.btn-link:not(:disabled):not(.disabled):active:focus {
	color: #c59f30;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:not(:disabled):not(.disabled):active {
	text-decoration: none;
	color: #FFF;
	background: #c59f30;
	border-color: #c59f30;
}
.btn-gradient-dark,
.btn-gradient-dark:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.4);
	box-shadow: none;
}
.btn-gradient-dark:hover,
.btn-gradient-dark:focus,
.btn-gradient-dark:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.4);
	box-shadow: none;
}
.btn-gradient-dark:not(:disabled):not(.disabled).active {
	background-color: #c59f30;
	border-color: #c59f30;
}
.btn-gradient-dark .number {
	font-size: 1.75rem;
	font-family: 'Gilda Display';
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	text-align: center;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 1.1;
	transition: all 0.3s ease 0s;
}
.btn-gradient-dark.active .number {
	background-color: #A88028;
}
.btn-accom-primary,
.btn-accom-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff!important;
	background: #c59f30;
	border-color: #c59f30;
	box-shadow: none;
}
.btn-accom-primary:hover,
.btn-accom-primary:focus,
.btn-accom-primary:not(:disabled):not(.disabled):active,
.btn-accom-primary:not(:disabled):not(.disabled).active,
.btn-accom-primary:not(:disabled):not(.disabled).active:focus {
	color: #c59f30!important;
	background: transparent;
	box-shadow: none;
}

.btn-service,
.btn-service:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: #c59f30;
	border-color: #c59f30;
	box-shadow: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: .375rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border:none;
    cursor:pointer;
}
.btn-service:hover,
.btn-service:focus,
.btn-service:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: #9d6106;
	border-color: #9d6106;
	box-shadow: none;
}
.btn-service:not(:disabled):not(.disabled).active,
.btn-service:not(:disabled):not(.disabled).active:focus {
	color: #FFF;
	background: #A88028;
	border-color: #A88028;
	box-shadow: none;
}
.icon-play-circle {
	font-size: 1.75rem;
	color: #FFF;
	border: 0.1875rem solid #FFF;
	border-radius: 100%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	padding-left: 0.125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease 0s;
}
a:hover .icon-play-circle {
	color: #c59f30;
	border-color: #c59f30;
}

/*--------------------------------------------------------------
# Alert
--------------------------------------------------------------*/
.alert-primary {
	color: #FFF;
	background-color: #c59f30;
	border-color: #A88028;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
    font-size: 0.75rem;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 11;
    top: 0.9375rem;
    left: 0.9375rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	font-weight: 900;
    color: #fff;
}
.breadcrumb-item a, .breadcrumb-item.active {
    text-transform: uppercase;
    color: #CCC;
}
.breadcrumb-item a:hover, .breadcrumb-item.active {
    color: #FFF;
}
@media (max-width: 575px) {
	.single .breadcrumb-item.active {
		display: none;
	}
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
    height: 15rem;
}
.page-header:before {
    content: ' ';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-title,
.page-desc {
    z-index: 11;
    position: relative;
}
.page-title::after {
    content: ' ';
    background: #FFF;
    display: block;
    width: 6.25rem;
    height: 0.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
@media (max-width: 767px) {
	.page-header {
	    height: 10rem;
	}
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	padding: 1rem 2rem;
}
.modal-title {
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #c59f30;
}
.modal-body {
	padding: 1.5rem 2rem;
}	
.modal-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 0.5rem;
	right: 0.5rem;
}
.modal-close:hover {
	background: #c59f30;
}
.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #c59f30;
	display: block;
	width: 2px;
	height: 1.25rem;
	margin-top: -0.625rem;
	margin-left: -1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal-close:before {
	transform: rotateZ(-45deg);
}
.modal-close:after {
	transform: rotateZ(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
	background: #FFF;
}
.modal-backdrop.show {
	opacity: 0.7;
}
.modal-employee .prev,
.modal-employee .next {
	color: #FFF;
	background-color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 4rem;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.modal-employee .prev:hover,
.modal-employee .next:hover {
	background-color: #c59f30;
}
.modal-employee .prev {
	left: 0;
}
.modal-employee .next {
	right: 0;
}
@media (min-width: 1200px) {
	.modal-lg {
		max-width: 1000px;
	}
}
@media (min-width: 992px) {
	.modal-scroll .modal-dialog {
		overflow: hidden;
		height: calc(100vh - 3.75rem);
	}
	.modal-scroll .modal-content,
	.modal-scroll .modal-content > .row,
	.modal-scroll .info {
		height: 100%;
	}
	.modal-scroll .info {
		overflow: auto;
	}
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
	color: #fff;
    background:#110200;
	/*background: rgba(0,0,0,0.85);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
	/*padding-top: 0.7rem;
	padding-bottom: 0.7rem;*/
    /*background:#fff;
    color: #000;
    padding-top: 0.625rem;
	padding-bottom: 0.625rem;*/
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.site-logo {
    margin:11px 0;
    /*left:calc( 50% - 75px );position:absolute;*/ 
            /*width: 176px;
height: 150px;
text-align: center;
float: left;
margin-right: 0;
top: 0;*/
/*position: absolute;
left: calc( 50% - 115px );*/
}
.scroll .site-logo{
/*position: absolute;
left: calc( 50% - 59px );*/
margin: 5px 0;
}
.site-logo img {
	max-height: 7rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.site-logo img + img {
	display: none;
}
.site-header.scroll {
	color: inherit;
	/*background: #1E2B31;*/
    background:rgba(17,2,0,0.75);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
	/*padding-top: 0.5rem;
	padding-bottom: 0.5rem;*/
}
.site-header.scroll .site-logo img {
	display: none;
}
.site-header.scroll .menu-site-right {margin:0;}
.aside-nav-toggler i {color:#fff;}
.menu-site-left {margin-top:1.9rem;}
/*.menu-site-right {margin-top:1rem;}*/
@media (max-width:768px) {
.site-logo {display:inline-block;}
.site-logo img {max-height: 4rem;}
}
.menu-left {position:absolute; left:0;}
.menu-right {position:absolute; right:0;}
.right-0 {right:0;}
.left-0 {left:0;}
.c-left {display:inline-block; width:100%;}
.c-right {text-align:right;}
.c-right a {margin-left:15px; color:#c59f30;}
.c-right a:hover {color:#fff;}
.c-left .float-left {margin-left:15px;}
.c-left .float-left a{color:#c59f30;}
.c-left .float-left a:hover{color:#fff;}
.scroll .c-left {display:none;}
.scroll .c-right {display:none;}
/*#menu-site-navigation-left {width:100%;}*/
/*.float-left {float:left;}
.float-right {float:right;}*/
.page-child .site-header {
    padding-top: 0;
    padding-bottom: 0;
    color: inherit;
	background: #FFF;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}
.page-child .site-header > div {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.site-header.scroll .site-logo img + img,
.page-child .site-header .site-logo img + img {
	display: block;
	height: 3.4rem;
}
.page-child .site-logo img {
    display: none;
}
.page-child .site-logo img + img {
    display: inline;
}
/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav {
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
	/*margin-bottom: 2rem;*/
}
.page-child .site-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-nav .menu > li > a {
	font-size: 0.813rem;
	text-transform: uppercase;
	display: block;
	padding: 1rem 1rem;

}
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.parent-menu-item > a {
	color: #c59f30;
}
.site-nav .sub-menu {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	position: absolute;
	top: 100%;
	left: 0;
}
.site-nav .sub-menu > li > a {
	font-size: 0.875rem;
	color: inherit;
	white-space: nowrap;
	display: block;
	padding: 0.3125rem 1.25rem;
}
.site-nav .sub-menu > li > a:hover {
	color: #4f6a88;
}
.site-header.scroll .site-nav {
	border-bottom: 0;
	margin-bottom: 0;
}
.site-header.scroll .site-nav .menu > li > a {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
    color:#fff;
}
.page-child .site-header .site-nav .menu > li > a {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.page-child .site-nav .menu > li > a {
	color: inherit;
}
.page-child .site-nav .menu > li.current-menu-item > a, 
.page-child .site-nav .menu > li.parent-menu-item > a {
    color: #c59f30;
}
.page-child  .site-header .site-nav {
    border-bottom: 0;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
	.site-nav .menu > li > a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media (max-width: 991px) {
	.aside-overlay {
		background: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1040;
		top: 0;
		left: 0;
	}
	.aside-nav {
		background: #FFF;
		width: 17.5rem;
		padding: 2.5rem 1.5rem 0;
		overflow: auto;
		position: fixed;
		z-index: 1050;
		top: 0; bottom: 0;
		right: -17.5rem;
		transition: all 0.3s ease 0s;
	}
	body.open-aside-nav .aside-nav {
		right: 0;
		box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
	}
	.aside-nav ul {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	.aside-nav a {
		color: inherit;
	}
	.aside-nav a:hover {
		color: #C5A154;
	}
	.aside-nav .menu > li {
		border-bottom: 1px dotted #DDD;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		position: relative;
	}
	.aside-nav .menu > li > a {
		text-transform: uppercase;
	}
	.aside-nav .menu > li.current-menu-item > a,
	.aside-nav .menu > li.current-menu-parent > a {
		color: #C5A154;
	}
	.aside-nav .menu > li.menu-item-has-children:before {
		content: '\f107';
		font-family: 'FontAwesome';
		font-size: 1rem;
		border-radius: 50%;
		cursor: pointer;
		display: flex;
		width: 1.25rem;
		height: 1.25rem;
		align-items: center;
		justify-content: center;
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0.625rem;
		transition: all 0.3s ease 0s;
	}
	.aside-nav .menu > li.menu-item-has-children.active:before {
		transform: rotateZ(180deg);
	}
	.aside-nav .menu > li.menu-item-has-children:hover:before {
		color: #FFF;
		background: #333;
	}
	.aside-nav .sub-menu {
		background: transparent;
		box-shadow: none;
		display: none;
		padding: 0.5rem 1rem;
		position: relative;
		top: 0;
		left: 0;
	}
	.aside-nav li:hover .sub-menu {
		display: none;
	}
	.aside-nav .sub-menu li {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-arrow {
	font-size: 0;
	color: transparent;
	background: transparent;
	border: 0;
	border-left: 2px solid rgba(255, 255, 255, 0.5);
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	width: 3.75rem;
	height: 3.75rem;
	line-height: 1;
	padding: 0;
	margin-top: -1.875rem;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.site-slider .slick-arrow:hover {
	border-color: #FFF;
}
.site-slider .slick-prev {
	left: 2.5rem;
	transform: rotate(-45deg);
}
.site-slider .slick-next {
	right: 2.5rem;
	transform: rotate(135deg);
}
@media (max-width: 767px) {
	.site-slider .slick-arrow {
		width: 1.875rem;
		height: 1.875rem;
		margin-top: -0.9375rem;
	}
	.site-slider .slick-prev {
		left: 0.9375rem;
	}
	.site-slider .slick-next {
		right: 0.9375rem;
	}
}

/*--------------------------------------------------------------
# home team slider
--------------------------------------------------------------*/
.home-team-slider .slick-slide {
	padding-top: 2rem;
	transform: scale(0.8);
	transition: all 0.5s ease 0s;
}
.home-team-slider .slick-slide.slick-center {
	z-index: 10;
	transform: scale(1.2);
}
.home-team-slider .slick-slide.slick-center > img {
	box-shadow: 0 0.5rem 0.625rem rgba(0, 0, 0, 0.4);
}
.home-team-slider .slick-slide .title,
.home-team-slider .slick-slide .desc {
	visibility: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.5s ease 0s;
}
.home-team-slider .slick-slide.slick-center .title,
.home-team-slider .slick-slide.slick-center .desc {
	visibility: visible;
	opacity: 1;
} 
.home-team-slider .slick-arrow {
	color: #FFF;
	background: #262626;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 4.5rem;
	position: absolute;
	z-index: 10;
	top: 34%;
}
.home-team-slider .slick-prev {
	left: 0;
}
.home-team-slider .slick-next {
	right: 0;
}
@media (max-width: 575px) {
	.home-team-slider .title {
		font-size: inherit !important;
	}
}

/*--------------------------------------------------------------
# home services slider
--------------------------------------------------------------*/
.home-services-slider-container {
	border: 0.625rem solid #d6d6d6;
	padding: 2.5rem;
}
.home-services-slider .slick-counter {
	z-index: 10;
	right: 0;
	bottom: 0;
}
.home-services-slider .slick-list .slick-slide{
    padding-left: 10px !important;
}
@media (min-width: 992px) {
	.home-services-slider {
		transform: scaleX(1.1); 
		transform-origin: center right;
	}
}

/*--------------------------------------------------------------
# branches
--------------------------------------------------------------*/
.nav-branches > li {
	margin-bottom: -1px;
	position: relative;
	z-index: 10;
    width:100%;
}
.nav-branches > li.active {
	border-color: #c59f30 !important;
	z-index: 11;
}

/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
.service .btn {
	visibility: hidden;
	opacity: 0;
}
.service:hover .btn {
	visibility: visible;
	opacity: 1;
}
.service .name { 
	transition: all 0.3s ease 0s;
}
.service:hover .name {
	font-weight: 600 !important;
}
.service-option > strong > span {
    position: relative;
    margin: 0 3px;
}
.service-option > strong > span+span:before{
    content: "/";
    position: absolute;
    left: -8px;
}
.service-option .price_service > span {
    position: relative;
    margin: 0 3px;
}
.service-option .price_service > span+span:before {
    content: "/";
    position: absolute;
    left: -8px;
}
.accordion-faq .box-service > a.collapsed:before {
    content: '\f107';
    color: #c59f30;
}
.accordion-faq .box-service > a:before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    float: right;
    font-weight: 900;
}
.accordion-faq .box-service > a {
    background: #c59f30;
    color: #fff;
}
.accordion-faq .box-service > a.collapsed {
    background: transparent;
    color: #333;
}
/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery .play,
.fancybox-thumbs .play {
	font-size: 2rem;
	color: #FFF;
	border: 0.125rem solid #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	padding-left: 0.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease 0s;
}
.fancybox-thumbs .play {
	font-size: 1rem;
	width: 2rem;
	height: 2rem;
}
.gallery:hover .play,
.fancybox-thumbs li:hover .play {
	color: #c59f30;
	border-color: #c59f30;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
	font-weight: 300;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 0.125rem;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content blockquote {
	background: #EFEFEF;
	border-left: 0.3125rem solid #4f6a88;
	padding: 0.9375rem 1.875rem 0.625rem;
	margin-left: 2.5rem;
	margin-bottom: 1rem;
	position: relative;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
}
.entry-content blockquote:before {
	content: '\201C';
	padding-right: 0.3125rem;
	left: 0.625rem;
	top: 0.9375rem;
}
.entry-content blockquote:after {
	content: '\201D';
	padding-left: 0.3125rem;
	right: 0.625rem;
	bottom: 0.3125rem;
}
.entry-content cite {
	font-style: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 1.625rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
	text-align: center;
	display: block;
	max-width: 100%;
	margin: 0 auto 1rem;
}
.entry-content img.alignnone {
	max-width: 100%;
	margin-bottom: 1rem;
}
.entry-content .alignleft {
	float: left;
	max-width: 50%;
	text-align: left;
}
.entry-content .alignright {
	float: right;
	max-width: 50%;
	text-align: right;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	padding-right: 3rem;
	margin-bottom: 1rem;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	padding-left: 3rem;
	margin-bottom: 1rem;
}
.entry-content .wp-caption-text {
	text-align: center;
	padding: 1rem 1rem 0;
}
.entry-content table {
	width: 100%;
	margin-bottom: 1rem;
}
.entry-content table th,
.entry-content table td {
	border: 1px solid #d5d5d5;
	padding: 0.625rem 0.75rem;
	vertical-align: top;
}
.entry-content table th {
	color: #333;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media (max-width:991px) {
    footer {
        padding-bottom: 6rem;
    }
}
.box-price {font-weight:bold; font-size:1rem; color:#c59f30; margin-bottom:25px;}
.box-price span{color:#333!important;}
#image-quote .image-fullwidth {
    width: 100%;
    position: relative;
    /*height: 600px;*/
    /*background: url(https://d2e5ushqwiltxm.cloudfront.net/wp-content/uploads/sites/95/2016/12/26171330/image-quote.jpg) 50% 50%;*/
    background-size: auto auto;
    background-size: cover;
    padding:120px 0;
}
/* Quote image */

#image-quote img{
	width: 100%;
}
#image-quote .image-fullwidth {
	width: 100%;
	position: relative;
	/*height: 600px;*/
}
#image-quote .image-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
}
#image-quote .text-section {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
}
#image-quote .text-section p {
	/*font-family: 'legendtext_italic';*/
	font-size: 30px;
	color: #fff;
	text-align: left;
	/*line-height: 80px;*/
}
#image-quote .text-section p::before, #image-quote .text-section p::after {
	font-family: 'legendtext_italic';
	font-size: 50px;
	color: #fff;
}
#image-quote .text-section p::before{
	position: absolute;
	top: -15px;
    left: -35px;
    content:'"';
}
#image-quote .text-section p::after{
	position: absolute;
	bottom: -31px;
    right: 25px;
    content:'"';
}
#image-quote .text-section span {
	float: right;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
    top: 40px;
}
@media (max-width:1280px){
	#image-quote .text-section {
	    position: absolute;
	    top: 30%;
	    left: 10%;
	    width: 80%;
	}
	#image-quote {
		padding-left: 0;
	}
}
@media (max-width:1150px){
	#image-quote {
		padding-right: 0;
	}
}
@media (max-width:700px){
	#image-quote .image-fullwidth{
		/*height: 500px;*/
	}
	#image-quote .text-section{
		top: 25%;
	    left: 10%;
	    width: 80%;
	}
	#image-quote .text-section p{
		font-size: 30px;
	}

}
@media (max-width:475px){
	#image-quote .image-fullwidth{
		/*height: 500px;*/
	}
	#image-quote .text-section{
		top: 30%;
	    left: 10%;
	    width: 80%;
	}
	#image-quote .text-section p{
		font-size: 26px;
		line-height: 40px;
	}
	#image-quote .text-section p::before {
	    left: -11px;
	}
	li.news { height: 680px;}
	#did-you-know fieldset{ width: 99%;}
	#room-features fieldset{ width: 99%;}

}
/* Did you know */

#did-you-know fieldset{
	width: 100%;
	margin: auto;
	border: 1px solid #999;
	/*padding-bottom: 50px;*/
	min-width: 80%;
}
#did-you-know fieldset legend{
	font-family: 'legendtext', serif;
	font-size: 21px;
	color: #000;
	padding: 0 20px;
	margin-left: 50px;
    width:auto;
}
#did-you-know .did-you-know-item{
	width: 30%;
	margin: 0 1.5%;
	float: left;
	padding:50px; 
}
#did-you-know .did-you-know-item h3{
	font-size: 21px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "Times New Roman", serif;
	line-height: 20px;
	word-wrap: break-word;
}
@media (max-width:1100px) {
    #did-you-know .did-you-know-item h3 {
        width: 100%;
    }

    #did-you-know .did-you-know-item {
        padding-right: 20px;
    }
}
@media (max-width:1000px){
	#did-you-know .did-you-know-item{ width: 100%; padding: 20px 50px 20px; }
}
@media (max-width:800px){
	#did-you-know fieldset { margin: 20px auto;}
}
@media (max-width:475px){
	#did-you-know fieldset{ width: 99%;}
}
@media (max-width:375px){	
	#did-you-know fieldset legend { margin-left: 20px; }
	#did-you-know fieldset { width: 95%;}
}

/* Room features */
#room-features ul {padding:0; display:inline-block;}
#room-features ul li{float:left;width:33.333%; padding:5px 10px;}
#room-features fieldset{
	width: 100%;
	margin: auto;
	border: 1px solid #999;
	/*padding-bottom: 50px;*/
	min-width: 80%;
}
#room-features fieldset legend{
	font-family: 'legendtext', serif;
	font-size: 21px;
	color: #000;
	padding: 0 20px;
	margin-left: 50px;
    width:auto;
}
#room-features .did-you-know-item{
	width: 30%;
	margin: 0 1.5%;
	float: left;
	padding:50px; 
}
#room-features .did-you-know-item h3{
	font-size: 21px;
	width: 60%;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "Times New Roman", serif;
	line-height: 20px;
	word-wrap: break-word;
}
@media (max-width:1100px) {
#room-features ul li{width:33.333%;}
    #room-features .room-features-item h3 {
        width: 100%;
    }

    #room-features .room-features-item {
        padding-right: 20px;
    }
}
@media (max-width:1000px){
#room-features ul li{width:33.333%;}
	#room-features .room-features-item{ width: 100%; padding: 20px 50px 20px; }
}
@media (max-width:800px){
#room-features ul li{width:50%;}
	#room-features fieldset { margin: 20px auto;}
}
@media (max-width:475px){
    #room-features ul li{width:50%;}
	#room-features fieldset{ width: 99%;}
}
@media (max-width:375px){
#room-features ul li{width:100%;}	
	#room-features fieldset legend { margin-left: 20px; }
	#room-features fieldset { width: 95%;}
}
.light-btn{
    font-family: 'Times New Roman', serif !important;
    /*color: #c59f30;*/
    font-size: 14px !important;
    font-style: italic;
    display:inline-block;
    font-weight:400;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:1px solid #c59f30;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    border-radius:0;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.light-btn:hover {color:#fff;}
.light-btn:after {
    font-family: 'Open Sans';
    content: ' >';
    font-style: normal;
    font-size: 12px;
}
.light-btn1{
    font-family: 'Times New Roman', serif !important;
    /*color: #c59f30;*/
    font-size: 14px !important;
    font-style: italic;
    display:inline-block;
    font-weight:400;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:1px solid #c59f30;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    border-radius:0;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.light-btn1:hover {color:#fff; background:#333;}
.light-btn1:after {
    font-family: 'Open Sans';
    content: ' >';
    font-style: normal;
    font-size: 12px;
}
.moredetails {
    color:#c59f30;
}
.moredetails:hover {
    text-decoration:underline;
}
.moredetails:after {
    font-family: 'Open Sans';
    content: ' >';
    font-style: normal;
    font-size: 12px;
}
.more-link:after {
    font-family: 'Open Sans';
    content: ' >';
    font-style: normal;
    font-size: 12px;
}
.light-btn-right {   
    display: inline-block;
    float: right;
}
#tripadvisor {
display:inline-block;
width:100%;
}
#tripadvisor .tripadvisor-content {
    max-width: 100%;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    width: 100%;
    float: left;
    border: 1px solid #999;
    padding: 0 50px 50px 50px;
    /*margin-top: 80px;*/
    margin-bottom: 20px;
}
span.tripadvisor_logo {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 42px;
    background: #fff url(../images/tripadvisor_logo.png) no-repeat center center;
    position: relative;
    top: -25px;
}
#tripadvisor div.tripadvisor_rating {
    overflow: hidden;
    padding-top: 20px;
    height: 20px;
    margin: 10px auto 0 auto;
    display: block;
    float: none;
    width: 84px;
    position: relative;
    top: -20px;
}
#tripadvisor > div > div {
    text-align: center;
    padding-top: 40px;
    clear: both;
    float: left;
    clear: both;
    width: 100%;
}
div.tripadvisor_rating img {
    position: absolute;
    top: 0;
    right: 0;
}
#tripadvisor ul {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    list-style:none;
    padding:0;
}
#tripadvisor li {
    float: left;
    width: 100%;
}
#tripadvisor li > strong {
    font-family: 'Times New Roman', serif;
    color: #000;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 0 0;
    display: block;
    font-size: 26px;
}
#tripadvisor li > div {
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}
#tripadvisor li span.author {
    display: block;
    clear: both;
    font-size: 14px;
    line-height: 26px;
    padding-top: 30px;
    font-weight: normal;
    font-family: 'Times New Roman', serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
#tripadvisor li span.address {
    display: block;
    clear: both;
    font-size: 14px;
    line-height: 1;
    font-family: 'Times New Roman', serif;
}
#tripadvisor li p, #tripadvisor li span.address {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding: 0 20px;
}
#tripadvisor a {
    font-family: 'Times New Roman', sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
    font-style: italic;
    color: #c59f30 !important;
}
#tripadvisor .quote::before {
    font-size: 54px;
    left: -20px;
    top: 0;
}
.quote::before {
    content: '“';
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#tripadvisor .quote p::after {
    font-size: 54px;
    right: -15px;
    bottom: 0;
}
.quote p::after {
    content: '”';
    position: absolute;
    right: -7px;
    bottom: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 0;
    margin-left: 8px;
}
#stay_in_touch div.footer-logo img {
    width: 150px;
}
#stay_in_touch div.footer-logo {
    margin: auto;
        margin-bottom: auto;
    width: 150px;
    margin-bottom: 50px;
}
#stay_in_touch ul {
    margin: 0;
    text-align: center;
    padding:0;
}
#stay_in_touch li {
    display: inline;
    margin: 0 15px;
    position: relative;
}
#stay_in_touch hr {
    margin-top: 50px;
    width: 152px;
    /*height: 1px;*/
    background: #e6e6e6;
}
#stay_in_touch ul li a {
    color:#fff;
}
#stay_in_touch ul li .fa-facebook:hover {
    color:#29487d;
}
#stay_in_touch ul li .fa-tripadvisor:hover {
    color:#00a680;
}
#stay_in_touch ul li .fa-youtube:hover {
    color:#ff0000;
}
#stay_in_touch ul li .fa-twitter:hover {
    color:#1da1f2;
}
#stay_in_touch ul li .fa-instagram:hover {
    color:#da256a;
}
#footer {
    width: 100%;
    position: relative;
    background: #110200;
    padding: 60px 0 60px 0;
}
#footer > div.w-container {
    max-width: 90% !important;
}
/*#footer > div.container > div {
    margin: auto;
    width: calc(100% / 3);
}*/
#footer h4 {
    font-family: 'Gilda Display', serif;
    font-size: 18px;
    /*text-align: center;*/
    margin: 0;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color:#fff;
    font-weight:normal;
}
.newsletter h4 {text-align: center;}
#footer .newsletter input::-webkit-input-placeholder {
	color: #000!important;
}
#footer .newsletter input:-moz-placeholder {
	color: #000!important;
}
#footer .newsletter input::-moz-placeholder{
	color: #000!important;
}
#footer .newsletter input:-ms-input-placeholder{
	color: #000!important;
}
#footer .newsletter label {
	text-align: left;
	width: 100%;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #3d3c3c;
	line-height:24px;
	text-transform: uppercase;
}
#footer .newsletter form {margin-top:15px;position: relative; text-align: center;}
#footer .newsletter input[type=email] {vertical-align: top;padding-left:20px;width:40.5%;height:50px;border:1px solid #e6e6e6;display: inline-block;margin-right: 0px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
.newsletter .btn {
    float: inherit !important;
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
}
@media (max-width:800px) {    
	#footer .newsletter form{text-align:center}
	#footer .newsletter input[type=email]{float:none}
	.newsletter .btn{display: inline;float: none !important;}
}
#footer .custom-links {
    /*width: 80% !important;*/
    border-bottom:1px solid #2b3e47;
    margin-bottom:30px;
}
#footer .custom-links ul {
    text-align: center;
    margin-top: 0;
    margin-bottom:20px;
    padding:0;
}
#footer .custom-links li {
    display: inline-block;
    padding: 0 20px;
}
#footer > div > div > ul > li {
    text-align: center;
}
#footer .custom-links a {
    font-family: 'Gilda Display', serif;
    font-size: 13px;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fefefe;
}
    #footer .custom-links a:hover {color:#c59f30;}
#footer > div > div > ul > li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#footer .custom-links .btn-primary{color:#fff; font-size:18px;}
#seobar {
    display: none;
    text-align: center;
    clear: both;
    margin-top: 30px;
    width: 100%;
    float: left;
}
#seobar p {
    /*display: inline;*/
    color: #000;
    font-weight: normal;
    font-size: 9px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    /*line-height: 36px;*/
    display:block;
}
/*#copyright {
    margin-top:20px;
}*/
#copyright p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 1170px;
    text-transform: uppercase;
}
.newsletter .btn {
    font-family: 'Times New Roma,', serif;
    font-size: 14px;
    display: block;
    background: #c59f30 !important;
    /*border: 1px solid #c59f30;*/
    color: #fff !important;
    width: auto;
    text-align: center;
    float: right;
    padding: 0 20px 0 20px;
    text-transform: none;
    transition: all .5s ease-in-out;
    height: 50px !important;
    line-height: 50px !important;
    display: inline-block;
}
.newsletter .btn:hover {background:#ac8201;}
ul.list-lo {padding:0 0 0 15px;}
ul.list-lo li{line-height:35px;}
.accom-option {border:1px solid #fff; padding:25px;}
.accom-text {color:#fff;}
.accom-text hr {border-color:#777; width:60px;}
.accom-img {}
/*.accom-text {border:1px solid #c59f30;}*/
.bt-menu {margin:15px 0 15px 0;}
.contact1 p {color:#878787;}
#footer .payment {text-align:right;}
@media (max-width:768px) {
    #footer .enquire-now {display:none;}
/*.accom-img {display:none;}*/
    /*.site-logo {left: calc( 50% - 115px );}*/
    #footer .s-icon {margin-bottom:15px; text-align:center;}
    #footer .payment {margin-top:15px; text-align:center;}
    #stay_in_touch li {margin:0 20px;}
    #footer .contact1 {text-align:center; margin-bottom:30px;}
    #footer .contact2 {text-align:center; margin-bottom:30px;}
    .fixed-bottom {background:#000; border-top:1px solid #fff;}
    #footer h4 {text-align:center;}
}
@media (max-width:425px){
    #footer .enquire-now {display:none;}
    #footer .newsletter {width:100%!important;}
	#footer .newsletter input[type=email]{width:100%}
	.newsletter .btn{margin-top: 10px;width: 100% !important;margin-left:0 !important}
	#tripadvisor > div > div { padding-top: 60px; }	
    /*.site-logo {left: calc( 50% - 115px );}*/
    #footer .s-icon {margin-bottom:15px; text-align:center;}
    #footer .payment {margin-top:15px; text-align:center;}
    #stay_in_touch li {margin:0 20px;}
    #footer .contact1 {text-align:center; margin-bottom:30px;}
    #footer .contact2 {text-align:center; margin-bottom:30px;}
    .fixed-bottom {background:#000; border-top:1px solid #fff;}
    #footer h4 {text-align:center;}
}
/*.room-item {margin-bottom:20px}*/
.room-item h2 {margin-bottom:20px; margin-top:20px;}
.room-item table {width:100%;}
.room-item table td {
    border: 1px solid rgba(0,0,0,.07);
    padding: .5rem .5rem .5rem 2rem;
}
.room-item .see {margin-right:25px;font-family: 'Times New Roman', serif !important;font-style: italic; color:#c59f30;}
.room-item1 table td {
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: .5rem .5rem .5rem 2rem;
    text-align:left;
}
.btn.book {
    background: #c59f30 !important;
    border: none;
    color: #fff !important;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Times New Roman', serif !important;
    text-align: left;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 14px !important;
    display: inline-block;
    padding: 0 30px;
    text-shadow: initial !important;
    width: auto;
    text-transform: none !important;
}
.btn.book:hover {background: #c59f30 !important;
}
#bookingform {position:absolute; bottom:0; width:100%; background:rgba(17,2,0,0.75); padding:20px;}
#bookingform_container .close-booking{
    background: url(/images/close.png) no-repeat left center;
    width:24px; height:24px;
    position:absolute;
    right:0;
    top:0;
    display:inherit;
    cursor:pointer;
    z-index:9999;
}
#bookingform_container.hideform{right:-50%;-webkit-transition:1.5s all;-o-transition:1.5s all;transition:1.5s all;opacity:0;visibility:hidden}
#bookingform_container{-webkit-transition:1.5s all;-o-transition:1.5s all;transition:1.5s all;opacity:1;visibility:visible;}@media (min-width:992px) {
    #bookingform_container {
        position: fixed;
        top: 110px;
        right: 120px;
        z-index: 9999;
        padding: 20px;
        background: url(../images/grid.png) top left rgba(51,51,51,.3);
    }
}
@media (max-width:768px) {
    #bookingform {
        position: relative;
    }
}
@media (max-width:480px) {
    #bookingform {
        position: relative;
    }
}  
@media (max-width:320px) {
    #bookingform {
        position: relative;
    }
}                                                                                                                          
.othernews {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dcdcdc;
}
.othernews h3
{   
	width:100%;
}
.othernews ul 
{
	list-style: none outside none;
	width:100%;
    padding:0; margin:0;
}
.othernews ul li a{
	line-height:18px;
	font-size:14px;
	font-weight:normal;
	color:#333;	
	background:url("../images/dot.png") left no-repeat;
	list-style: none outside none;
	padding-left:15px;
}
.othernews ul li a:hover {
	color:#6c0000;
}
/*.scheckIn:after {
    font-family:"Font Awesome 5 Free";
	content: '\f133';
    font-size:15px;
    width:15px; height:15px;
}*/
.frame-contents .icons-list {
    margin: 10px 20px 10px 0;
}
.icon-itineraries-action1 {
    width: 50px;
    height: 50px;
    background-position: 0 -5px;
}
.icon-itineraries-action2 {
    width: 50px;
    height: 50px;
    background-position: -54px -5px;
}
.icon-itineraries-action3 {
    width: 50px;
    height: 50px;
    background-position: -109px -5px;
}
.icon-itineraries-action4 {
    width: 50px;
    height: 50px;
    background-position: -164px -5px;
}
.icon-itineraries-action5 {
    width: 50px;
    height: 50px;
    background-position: -217px -5px;
}
.icon-itineraries-action6 {
    width: 50px;
    height: 50px;
    background-position: -271px -5px;
}
.icon-itineraries-action7 {
    width: 50px;
    height: 50px;
    background-position: -325px -5px;
}
.icon-itineraries {
    background-image: url(../images/img-icons-list-061117.png);
    /*background-size: 600px 600px;*/
    background-repeat: no-repeat !important;
    display: inline-block;
    vertical-align: middle;
}
ul.cabin-info {padding:0; margin:0; list-style:none;}
ul.cabin-info li {line-height:50px; border-top:1px solid #dcdcdc;}
.quotetext {border:1px solid #af9e71;}
.b-title {background:rgba(0,0,0,0.7); padding:10px; text-align:center;}
    .b-title h4 {color:#fff;}
.about-home p {font-size:14px; line-height:20px; margin-bottom:15px;}
h1 span, .h1 span{color:#c59f30;}
#home-menu {background:#110200 url(../images/bg-menu-home.png) top right;}
    #home-menu .home-content-menu {padding:80px; color:#fff;}
.home-content-menu ul {margin:0; padding:0; width:100%;}
.home-content-menu ul li{list-style:none;}
.home-content-menu div.mlist h4{border-bottom:1px solid #2c2c2c; padding-bottom:7px; margin-bottom:7px; width:100%; font-size: 17px; color:#fff;}
.quick-links ul {margin:0; padding:0;}
.quick-links ul li{margin-bottom:10px; list-style:none;}
.quick-links ul li a{color:#878787;}
@media (max-width:768px) {
.quick-links ul li{text-align:center;}
    .quick-links {margin-bottom:15px;}
}
@media (max-width:425px) {
.quick-links ul li{text-align:center;}
    .quick-links {margin-bottom:15px;}
}
.my-cart a {color:#c59f30;}
.book-service .form-control {
    border: 1px solid #685647;
    background: transparent;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #685647;
}
.book-service select {
    background: transparent url(../images/select.png) no-repeat right!important;
    -webkit-appearance: none;
}
.book-service .cart {
    background: transparent url(../images/Cart.png) no-repeat right!important;
}
.book-service .date {
    background: transparent url(../images/date.png) no-repeat right!important;
}
.book-service select:focus {
    outline: none;
}

.book-service-f {position:fixed; bottom:0; right:0;z-index:9999;}
    .book-service-f a {padding:10px 20px; background:#825e31; color:#fff; display:inline-block;}
    .book-service-f a:hover {background:#bc962a; text-decoration:none;}
.spa {
    /*text-align: center;
    padding:0 15px;
    padding:15px;
    border:1px solid #dcdcdc;*/
}
.spa .spa-content{
    width:100%;
    /*min-height: 385px;*/
}
.spa-home .spa-content{
    width:100%;
    /*min-height: 385px;*/
}
.spa-home .spa-content table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
    width: 100%;
}
.spa-home table td {
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
}
.spa-home table th {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 10px;
    text-align: left;
    color: #9d6106;
}
@media (max-width: 320px) {
    .spa .spa-content {
        min-height:initial;
    }
}
.spa .spa-content .title{
    font-weight:400;color:#110200;transition:color .3s ease 0s;
    font-family: "UTMRomanClassic", Arial, sans-serif;
    /*text-align: center;*/
    background:#d7d5d4;
    margin-bottom: 20px;
        font-size: 20px;
        display:inline-block;
        width:100%;
        padding: 10px;
}
.spa .spa-content .small-title {display:inline-block; /*color:#fff;*/}
.spa .spa-content div.price{margin-bottom:20px;color:#c59f30;-webkit-transition:color .3s ease 0s;-moz-transition:color .3s ease 0s;-ms-transition:color .3s ease 0s;-o-transition:color .3s ease 0s;transition:color .3s ease 0s;font-style:italic;font-size:20px}
.spa .spa-content div.price .discount,.spa .spa-content div.price .strike{display:none}
.spa .spa-content div.price:focus,.spa .spa-content div.price:hover{color:#000;cursor:pointer}
.spa .spa-content .more a {
    color: #c59f30;
    text-decoration: none;
}
.spa .spa-content .more a:focus, .spa .spa-content .more a:hover {
    color: #c59f30;
}
.spa table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
    width: 100%;
}
.spa table th {
    background: #d7d5d4;
    padding: 10px 10px;
    text-align:left;
    color:#110200;
}
.spa table td {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 10px;
    text-align:left;
    font-weight:bold;
}
.table-price {width:100%;}
.table-price table tr td span {float:left; line-height:15px;}
.spa-home .table-price table tr td span {float:left; line-height:12px; font-size:10px;}
@media (max-width: 480px) {
   .spa-home .table-price table tr td span {float:left; line-height:14px; font-size:12px;}
}
/*@media (min-width: 480px) and (max-width: 1349px) {*/
    .check-on {
        background: transparent url(../images/check-on.png) 0 0;
        width: 16px;
        height: 16px;
        border: 0;
        float: left;
        margin-right: 5px;
        text-indent: -9999em;
    }

    .check-off {
        background: transparent url(../images/check-off.png) 0 0;
        width: 16px;
        height: 16px;
        border: 0;
        float: left;
        margin-right: 5px;
        text-indent: -9999em;
    }
/*}*/
/*@media (max-width: 480px) {
    .check-on {
        width: 12px;
        height: 12px;
        float: left;
        margin-right: 5px;
        text-indent: -9999em;
    }

    .check-off {
        width: 12px;
        height: 12px;
        float: left;
        margin-right: 5px;
        text-indent: -9999em;
    }
}*/
.hideform {display:none;}
.showform {display:block;}
.car-del {
    width: 16px;
    height: 16px;
    background: url(../images/delete.png) center;
    display: inline-block;
    border: none;
}
#tablecart table {width:100%;}
#tablecart table th {
    background: #c59f30;
    padding: 10px 10px;
    text-align:left;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
#tablecart table td{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
.stick {
    position: fixed;
    top: 100px;
    margin-top:12px;
}
.menu-left-box {padding:20px; background:rgba(17,2,0,0.75);}
.menu-left-box .heading{font-size:25px; color:#c59f30;}
.menu-left-box .list-group .list-group-item{
    background: transparent url(../images/logo-icon.png) no-repeat left center; 
    padding-left:25px;
}
.menu-left-box .list-group .list-group-item a {
    color: #c59f30;
}
.menu-left-box .list-group .list-group-item a:hover {
    color: #fff;
}
.menu-left-box .list-group .list-group-item a.active {
    color:#fff;
}

@media (max-width: 320px) {
    .stick {
        position:relative;
    }
}
.enquiries {
    background:#110200;
    padding: 15px;
    margin-bottom: 15px;
}
.enquiries h3 {color:#fff;}
.enquiries span.hot {color:#fff; font-size:20px;}
.offer-content {
    padding:15px;
}
.offer-content .title {color:#110200; font-weight:bold; margin-bottom:10px;font-size:20px;}
.offer-content .boxprice{margin-bottom:10px;}
.offer-content .boxprice .apd{color:#110200; font-size:18px;}
.offer-content .boxprice .price{color:#c59f30; font-size:20px;font-weight:bold;}
.bookingDetail table {
    width: 100%;
    height: auto;
    overflow-x: auto;
}
.bookingDetail table {
    font-size: .8em;
    line-height: 140%;
    width: 100%;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
    margin: 20px 0;
}
.bookingDetail table th {
    background: #c59f30;
    padding: 10px 10px;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.bookingDetail table td {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight:bold;
    font-size:18px;
}
.guest-information fieldset {
    text-align: left;
    margin: 20px auto 0;
    border: 1px solid silver;
    padding: 15px;
}
.guest-information legend {
    width:auto;
}
#CDSWIDSSP {
width:100%!important;
}
.service-list {
padding:15px;
border:1px solid #9c9493;
margin-bottom:15px;
}
.service-list .list-group .list-group-item{
    background: transparent url(../images/logo-icon-black.png) no-repeat left center; 
    padding-left:25px;
}
.service-list .list-group .list-group-item a {
    color: #110200;
}
.service-list .list-group .list-group-item a:hover {
    color: #c59f30;
}
.service-list .list-group .list-group-item a.active {
    color:#c59f30;
}
.socical-hotline {text-align:center; margin-top:15px;}
.socical-hotline a{display:inline-block; width:auto; color:#c59f30;}
.socical-hotline a:hover{color:#fff;}
@media (max-width: 900px) {
    .socical-hotline {display:none;}
}
.whatsapp {color:#00e676!important;}
.whatsapp .fa-whatsapp{color:#00e676;}
.viber {color:#834995!important;}
.viber .fa-viber{color:#834995;}
.facebook-messenger {color:#01b5ff!important;}
.facebook-messenger .fa-facebook-messenger{color:#01b5ff;}
.book-service-container {
    display: none;
    position: relative;
    background:#110200;
    min-height:500px;
    /*padding:0 15px;*/
}
/*.book-service-container .service-mask {
    background: #110200;
}*/
.book-service-container .service-mask {
    background: #110200;
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 0;
    border-bottom: 4px solid #b99327;
    border-top: 2px solid #b99327;
    overflow: auto;
    padding: 30px;
    display: none;
}
.book-service-img {cursor:pointer;}
    .book-service-img img {min-height:250px;}
.book-service-img h2{
    position:absolute; 
    bottom:0; 
    left:0; 
    right:0; 
    background:rgba(0,0,0,0.4);
    font-size:18px;
    width:100%;
    text-align:center; 
    color:#fff; 
    margin:0;
}
@media (max-width: 1195px) {
    #spamenuleft {
        display:none;
    }
}
.menu-item sub {
position:absolute;
right:0;
top:1rem;
color:red;
}
.onlinesupport {
    text-align: center;
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    /*padding-right:20px;*/
}
.onlinesupport > .support-top.collapsed {
    width: 50px !important;
    height: 50px !important;
    margin: 5px;
    background-size: 100% !important;
    border: 2px solid #fff;
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-image: url(../images/support_icon_chat.png);
}
.onlinesupport > .support-top {
    width: 25px !important;
    height: 25px !important;
    margin: 0px auto;
    background-size: 100% !important;
    border: 2px solid #c59f30;
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-image: url(../images/close-chat.png);
}
.onlinesupport > div.support-box > a {
    width: 50px !important;
    height: 50px !important;
    margin: 5px !important;
    background-size: 100% !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    display:inline-block;
}
.onlinesupport .support-call {
    background-image: url(../images/support_icon_call.png);
}
.onlinesupport .support-zalo {
    background-image: url(../images/support_icon_zalo.png);
}
.onlinesupport .support-skype {
    background-image: url(../images/support_icon_skype.png);
}
.onlinesupport .support-viber {
    background-image: url(../images/support_icon_viber.png);
}
.onlinesupport .support-messenger {
    background-image: url(../images/support_icon_messenger.png);
}
.onlinesupport .support-whatsapp {
    background-image: url(../images/support_icon_whatsapp.png);
}
.aml-tooltip .aml-tooltiptext {
    background: #73adff;
    color: #fff;
}
.aml-tooltip .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
}
/*.aml-tooltip .aml-tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}*/
.aml-tooltip:hover .aml-tooltiptext {
 right: 120%;
 visibility:visible;
 opacity:1
}
.modal-packages-details img {
    width:100%;
}
.site-mobile {
    background: transparent;
    display: flex;
    width: 200px;
    position: fixed;
    z-index: 999;
    bottom: 25px;
    left: 20px;
}
.site-mobile .open-booking {
    color: #fff;
    background: #c59f30;
    /*-ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;*/
    border-radius: 25px;
    border: 2px solid #fff !important;
}
.site-mobile .open-booking > span:first-child {
    font-size: 1.5rem;
    margin-right: .5rem;
}
.site-mobile .open-booking > span img {
    height: 30px;
    margin-left: 5px;
}
.site-mobile > a {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*-ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;*/
    height: 3.125rem;
    padding:10px;
}

#bgDiv {
    background-color: Gray;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#Progress {
    background-color: #FFFFFF;
    border: 2px solid #b5d549;
    border-radius: 5px 5px 5px 5px;
    left: 50%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 10010;
}