﻿/*
Theme Name: La Siesta Hang Be 2.3
Theme URI: http://thang.info
Author: Pham Nhat Thang
Author URI: http://thang.info
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.container-fluid,
.container,
[class*='col-'] {
	padding-left: 10px;
	padding-right: 10px;
}
.row-small {
	margin-left: -4px;
	margin-right: -4px;
}
.col-small {
	padding-left: 4px;
	padding-right: 4px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1200px) {
	.site-header .container {
		max-width: 1430px;
	}
	.blog .container {
		max-width: 1300px;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Nunito Sans',sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
    line-height: 1.6;
}
* {
	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: #d0a850;
}
.nav > li > a.active {
	border-bottom: 0.25rem solid #d0a850;
	padding-bottom: 0.5rem;
    color:#010101;
}
b, strong {
	font-weight: 700 !important;
}
small, .small {
	font-size: 95% !important;
}
.smaller {
	font-size: 90% !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
}
h1, .h1 {
	font-size: 3.125rem;
}
h2, .h2 {
	font-size: 2.5rem;
}
.willgroup-font {
    font-size: 1.2rem;
}
.text-666 {
	color: #666 !important;
}
a.text-666:hover {
	color: #d0a850 !important;
}
.font-family-secondary {
	font-family: 'Montserrat';
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.text-primary {
	color: #d0a850 !important;
}
a.text-primary:hover {
	color: #666 !important;
}
.text-secondary
{
    color: #132239 !important;
}
a.text-secondary:hover {
	color: #d0a850 !important;
}
a.text-muted:hover {
	color: inherit !important;
}

.bg-white {
	background-color: #fff !important;
}
.bg-primary {
	background-color: #d0a850 !important;
}
.bg-light {
	background-color: #F5F5F5 !important;
}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-80 {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-dark-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-30 {
	background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.text-shadow {
	text-shadow: 0px 0px 10px #000000;
}
.black-white {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.text-black {
color:#000;
}
.border-primary {
    border-color: #909090 !important;
}
a:hover .black-white,
a.active .black-white,
.slick-current .black-white {
	-webkit-filter: none;
    filter: none;
}
.opacity-0 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 1s ease 1s;
}
a:hover .opacity-0,
a:focus .opacity-0 {
	visibility: visible;
	opacity: 1;
}
.mh-1 {
	min-height: 12.5rem;
}
.mh-1-5 {
    min-height: 15rem;
}
.mh-1-75 {
    min-height: 17.5rem;
}
.mh-1-8 {
	min-height: 18rem;
}
.mh-2 {
	min-height: 25rem;
}
.mh-2-8 {
	min-height: 28rem;
}
.mh-3 {
	min-height: 30rem;
}
.mh-4 {
	min-height: 35rem;
}
.mh-20 {
	min-height: 20rem;
}
.mh-22 {
	min-height: 22rem;
}
.mh-24 {
	min-height: 24rem;
}
.mh-25 {
	min-height: 25rem;
}
@media (max-width: 767px) {
    mh-1-5,
    mh-1-75,
	.mh-1-8, 
	.mh-2, 
	.mh-20, 
	.mh-22,
	.mh-24,
	.mh-25,
	.mh-20,
	.mh-2-8,                          
	.mh-3 {
		min-height: 12.5rem;
	}
	.mh-4 {
		min-height: 17.5rem;
	}
}
.lh-12 {
	line-height: 1.2;
}
.lh-body {
    line-height: 1.5;
}
.mb-fix {
    margin-bottom: 2rem !important;
}
.zoom {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a:hover .zoom {
	transform: scale(1.1);
}
.home-rooms .slick-current a:hover .zoom {
	transform: scale(1.1) translateY(-50%) !important;
}
@media (max-width: 767.98px) {
	h1, .h1,
	h2, .h2 {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.icon-phone-cus {
	background: transparent url(/images/icon-phone.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
}
.icon-email-cus {
	background: transparent url(/images/icon-email.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.625rem;
	height: 1.25rem;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
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-control,
.custom-select,
.btn,
.input-group-addon {
	font-size: inherit;
	font-weight: 400;
	color: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select,
.input-group-addon {
	height: calc(1.5em + 1rem + 2px);
    padding: .3rem .5rem;
}
textarea.form-control {
	height: auto;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
	border-color: #d0a850;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
    background: #FFF;
}
.custom-select {
	background-image: url(/images/arrow-down-black.png);
	-webkit-background-size: 0.5rem 0.25rem;
	-moz-background-size: 0.5rem 0.25rem;
	background-size: 0.5rem 0.25rem;
	padding-left: 0.5rem;
	padding-right: 1.75rem;
}
.btn {
	/*letter-spacing: 0.05rem;*/
	/*box-shadow: none !important;*/
    font-family: 'Montserrat';
}	
.btn-lg {
	font-size: 1rem;
}
.btn-sm {
	font-size: 0.75rem;
}
.btn-book,
.btn-book:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: #d0a850;
	border-color: #d0a850;
}
.btn-book:hover,
.btn-book:focus,
.btn-book:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #d0a850;
	border-color: #d0a850;
}
.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
	background: #d0a850;
	border-color: #d0a850;
}
.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
	background: #d0a850;
	border-color: #d0a850;
    color: #fff;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #d0a850;
	border-color: #d0a850;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #9E7026;
	border-color: #9E7026;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #d0a850;
	background: transparent;
	border-color: #d0a850;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #d0a850;
	border-color: #d0a850;
}
.btn-dark,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #808080;
	border-color: #808080;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #d0a850;
	border-color: #d0a850;
}
.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	color: inherit;
	background-color: transparent;
	border-color: #808080;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #d0a850;
	border-color: #d0a850;
}
.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #d0a850;
	border-color: #d0a850;
}

.btn-outline-blue,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus {
	color: #010101;
	background-color: transparent;
	border-color: #010101;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #010101;
	border-color: #010101;
}
.dropdown-menu {
	font-size: inherit;
	border-radius: 0;
	margin-top: 0.5rem;
}
.popover {
	font-size: inherit;
	border-radius: 0;
}
.review-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.review-popup-closer {
	font-size: 1rem;
	color: #aaa;
    background-color: rgba(0, 0, 0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    top: 0;
    right: 0;
}
.review-popup-closer:hover {
	color: #fff;
}
@media (min-width: 768px) {
	.popover {
		min-width: 10rem;
		max-width: 40rem;
	}
	.review-popup {
		width: 25rem; 
		height: auto;
		margin-left: 0.25rem;
		position: absolute;
		top: 100%; 
		left: 100%; 
		transform: translateY(-25%);
	}
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
	text-align: center;
	background-color: #202022;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 16.875rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.page-title,
.page-header h1 {
	font-size: 2.25rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.page-desc,
.page-header p {
	color: #FFF;
	margin-top: 1.25rem;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-nav {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb-item.active {
	color: inherit;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination  {
	justify-content: center;
	margin: 1.25rem 0 0;
}
.pagination .page-item {
	margin: 0 0.1875rem 0.375rem;
}
.pagination .page-link {
	color: #d0a850;
	background: transparent;
	border: 0.125rem solid #d0a850;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.25rem;
	padding: 0;
}
.pagination .page-link:hover {
	color: #FFF;
	background: #d0a850;
	border-color: #d0a850;
}
.pagination .page-item.active .page-link {
	color: #FFF;
	background: #d0a850;
	border-color: #d0a850;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 2.5rem);
    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: 0;
	border-radius: 0;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
}
.modal-header {
	justify-content: center;
	border-bottom: 0;
	padding: 1.5rem 1.5rem 0 1.5rem;
}
.modal-title {
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
}
.modal-title:after {
	content: ' ';
	background: #000;
	width: 6.25rem;
	height: 0.125rem;
	margin-top: 0.625rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.modal-body {
	padding: 1.5rem;
}	
.modal-close {
	background: transparent;
	border: 0;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
}
.modal-close:hover {
	background: #333;
}
.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #fff;
	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.8;
}
.modal-prev,
.modal-next {
	font-size: 3.75rem;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
.modal-prev:hover,
.modal-next:hover {
	color: inherit;
	opacity: 1;
}
.modal-prev {
	left: 1.5rem;
}
.modal-next {
	right: 2.5rem;
}
.modal-review a.text-primary:hover {
	text-decoration: underline;
	color: #d0a850 !important;
}
@media (min-width: 768px) {
	.modal-md {
		max-width: 750px;
	}
}
@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;
	}
}

/*--------------------------------------------------------------
## modal login
--------------------------------------------------------------*/
.modal-login .modal-close {
	color: #666;
	background: transparent;
}
.modal-login .modal-close:hover {
	color: #111;
}
.modal-login .col-left,
.modal-login .col-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 35rem;
	padding: 1.25rem 2.5rem;
}
.modal-login .col-left {
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.modal-login .col-left:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.7);
	display: block;
	position: absolute;
	z-index: 10;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
.modal-login .desc {
	color: #FFF;
	position: relative;
	z-index: 11;
}
.modal-login .desc h2 {
	font-family: 'Cormorant SC', serif;
	font-size: 2.875rem;
	border-bottom: 1px solid #EEE;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.modal-login .desc ul {
	padding-left: 0.9375rem;
}
.modal-login .desc ul li {
	margin-bottom: 0.5rem;
}
.modal-login .logo {
	display: block;
	text-align: center;
	margin: 0px 40px 0px;
    max-width: 70%;
}
.modal-login .logo img {
	max-height: 3.75rem;
}
.modal-login .bg-line {
	display: table;
	white-space: nowrap;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.modal-login .bg-line::before, 
.modal-login .bg-line::after {
	border-top: 1px solid #C0C0C0;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.625rem;
	width: 50%;
}
.modal-login .bg-line > .title {
	color: #000;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.modal-login .links {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.modal-login .links li + li {
	border-top: 1px solid #ddd;
	padding-top: 0.375rem;
	margin-top: 0.375rem;
}
.modal-login .links li a {
	color: #d0a850;
}
.modal-login .links li a:hover {
	color: #111111;
}
.modal-login .form-control,
.modal-login .btn {
	height: 3.125rem;
	line-height: 3.125rem;
}
.modal-login .form-control + .form-control {
	border-top: 0;
}
.modal-login .btn-social {
	color: #FFF;
	margin-bottom: 0.3125rem;
	position: relative;
}
.modal-login .btn-social .icon {
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	left: 0.9375rem;
	top: 0.8125rem;
}
.modal-login .btn-facebook {
	background: #3c5a98;
}
.modal-login .btn-facebook:hover {
	color: #FFF;
	background: #1A4398;
}
.modal-login .btn-google {
	background: #e74b37;
}
.modal-login .btn-google:hover {
	color: #FFF;
	background: #CC3732;
}
@media (min-width: 992px) {
	.modal-login .modal-dialog {
		max-width: 56.25rem;
	}
}
@media (max-width: 992px){
    body #lz_overlay_chat {
        display: none !important;
    }
}
@media (max-width: 991px) {
	.modal-login .modal-close,
	.modal-login .modal-close:hover	{
		color: #FFF;
	}
	.modal-login .col-left,
	.modal-login .col-right {
		min-height: 0;
		padding: 1.25rem;
	}
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin::before{
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
	color: #FFF;
    /*background-color: rgba(0,0,0,.25);
    border-bottom: 1px solid #bbb;*/
	background: rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    
	/*background: rgba(25,84,126,0.6);*/
    /*background: -moz-linear-gradient(top, rgba(25,84,126) 0%, rgba(25,84,126,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,84,126)), color-stop(100%, rgba(25,84,126,0)));
	background: -webkit-linear-gradient(top, rgba(25,84,126) 0%, rgba(25,84,126,0) 100%);
	background: -o-linear-gradient(top, rgba(25,84,126) 0%, rgba(25,84,126,0) 100%);
	background: -ms-linear-gradient(top, rgba(25,84,126) 0%, rgba(25,84,126,0) 100%);
	background: linear-gradient(to bottom, rgba(25,84,126) 0%, rgba(25,84,126,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19547e', endColorstr='#19547e', GradientType=0 );*/
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.site-logo {
padding:15px 20px;
background-color:#132239;
}
.site-logo img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.site-logo .logo-1 {
    width: 150px;
    padding: 0;
}
.site-logo .logo-2,
.site-logo .logo-3 {
	display: none;
}
.site-hotel-menu,
.site-hotel-menu .sub-menu {
	font-weight: 600;
	color: #808080;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-hotel-menu > li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1rem;
}
.site-hotel-menu > li > a {
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 1px solid #dee2e6;
	display: block;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.site-hotel-menu .sub-menu > li {
	margin-bottom: 0.5rem;
}
.site-header.scroll {
	/*color: inherit;*/
	background: #fff;
    /*background: rgba(255,255,255,0.6);*/
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.site-header.scroll .site-logo {
	padding:0;
    background-color:transparent;
}
.site-header.scroll .site-logo .logo-1 {
	display: none;
}
.site-header.scroll .site-logo .logo-2 {
    display: inline-block;
    width: 250px;
    padding: 0;
}
.site-header .site-contact {
margin-bottom:25px;
}
.site-header.scroll .site-contact {
margin-bottom:15px;
}
.site-header .site-contact a{
    font-family: "Montserrat";
    text-transform: uppercase; 
    font-size:14px;
    color:#d0a850;
}
.site-header .site-contact a:hover{
    text-transform: uppercase;
}
/*.site-header.scroll .site-contact,
.site-header.scroll .site-menu {
	display: none !important;
}*/
.site-header.scroll .popover {
	display: none;
}
.site-header.scroll .site-nav ul li a.book-now {
color:#d0a850;    
    }
.site-header.scroll .site-nav ul li a.book-now:hover {
color:#d0a850;    
    }
.site-header .site-menu {
    margin-bottom:25px;
}
.site-header.scroll .site-menu {
    margin-bottom:15px;
}
.site-menu .site-menu-item a{
    font-family: "Montserrat";
    text-transform: uppercase; 
    font-size:12px;
    color:#d0a850; 
}
.site-menu .site-menu-item a:hover{
    color:#d0a850; 
    text-decoration:underline;
}
@media (max-width: 991.98px) {
	.site-logo .logo-2,
	.site-logo .logo-3 {
		display: none;
	}
	/*.site-header.scroll .site-logo .logo-2 {
		display: none;
	}*/
    .site-header.scroll .site-logo .logo-1 {
    	display: none;
    }
    .site-header.scroll .site-logo .logo-3 {
    	display: block;
    }
    .site-logo .logo-1 {
        width: 120px;
        /*height: 100px;*/
    }
}

@media (max-width: 768px) {
    .site-logo .logo-1 {
        width: 80px;
    }
    .site-header.scroll .site-logo .logo-2{
        width: 160px;
    }
    .site-header .site-logo .logo-2 {
        width: 110px;
    }
}
/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	/*padding-top: 1rem;
	padding-bottom: 1rem;*/
	position: relative;
}
/*.scroll .site-nav .menu > li {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}*/
.site-nav .menu > li > a {
	/*font-size: 0.825rem;
	text-transform: uppercase;
	display: block;
    font-weight:bold;*/
    display: inline-block;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: inherit;
    /*letter-spacing: .115em;*/
    font-size: 13px;
    padding:5px 10px;
    font-weight: 700;
}
.site-nav .menu > li > a:hover {
    color:#d0a850;
}
.site-nav .menu > li.book-now > a {
    background-color:#d0a850;
    padding:5px 10px;
    color:#fff;
}
.site-nav .menu > li.book-now > a:hover {
    color:#fff;
    text-decoration:none;
}
.scroll .site-nav .menu > li.book-now > a {
    background-color:#d0a850;
    padding:5px 10px;
    color:#fff;
}
.scroll .site-nav .menu > li.book-now > a:hover {
    color:#132239;
    text-decoration:none;
}
.site-nav-left .menu > li {
	margin-right: 1.25rem;
}
.site-nav-right .menu > li {
	margin-left: 1.25rem;
}
.site-nav .sub-menu {
	background-color: #d0a850;
	display: none;
	min-width: 10rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav .sub-menu > li > a {
	font-size: 16px;
	white-space: nowrap;
	color: #fff;
	display: block;
	padding: 0.5rem 1rem;
    font-family:"Montserrat";
}
.site-nav .sub-menu > li > a:hover {
	color: #fff;
    text-decoration:underline;
}
.site-nav .menu > li.menu-item-has-children:hover:before {
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d0a850;
    border-left: 8px solid transparent;
    content: " ";
    height: 0;
    left: calc(50% - 7px);
    position: absolute;
    bottom: 0;
    width: 0;
}
.scroll .site-nav .menu > li > a {
    color:#132239;
}.scroll .site-nav .menu > li > a:hover {    
     color:#d0a850;
     text-decoration:none;
}
/*--------------------------------------------------------------
## Site popup
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .site-popup {
        display: none;
    }
}
/*--------------------------------------------------------------
## aside navigation
--------------------------------------------------------------*/
.aside-overlay {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
}
.aside-nav {
	background: #d0a850;
	width: 17.5rem;
	padding: 2.5rem 1.5rem 0;
	overflow: auto;
	position: fixed;
	z-index: 1003;
	top: 0; bottom: 0;
	left: -17.5rem;
	transition: all 0.3s ease 0s;
}
body.open-aside-nav .aside-nav {
	left: 0;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.aside-nav-closer {
	left: auto;
	right: 0;
}
.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.5rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.aside-nav .menu > li > a {
	text-transform: uppercase;
    color:#fff;
}
.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: "Font Awesome 5 Pro";
	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;
    font-weight: 300;
    color:#fff;
}
.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 mobile
--------------------------------------------------------------*/
a.mobile-booking {
    position: fixed;
	z-index: 1001;
	top: 15px;
	right: 10px;
	color: #fff;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
    border-radius: 25px;
    background-color: #d0a850;
    padding:8px 15px;
    /*background-image:url(/images/Asset-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}
a.mobile-booking:hover {
    color:#010101;
}
@media (max-width: 768px) {
    .site-header.scroll a.mobile-booking {
        top: 8px;
    }
}
a.mobile-booking img{
    width:100%;
}
.mobile-booking-banner {
    position: absolute;
	z-index: 999;
	bottom: 20px;
	/*right: 0;*/
	left: 50%;
    transform: translateX(-50%);
	color: #fff;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
    border-radius: 25px;
    background-color: #d0a850;
    padding:8px 15px;
    width:auto;
}
a.mobile-booking-banner:hover {
    color:#010101;
}
.site-mobile {
	background: transparent;
	display: flex;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 25px;
	right: 20px;
}
.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;
}
.site-mobile > a > i {
	font-size: 0.875rem;
}
.site-mobile .open-booking {
	color: #fff;
	background: #d0a850;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
    border-radius: 25px;
}
.site-mobile .open-booking > span img {
    height: 30px;
    margin-left: 5px;
}
.site-mobile .open-booking > span:first-child {
    font-size: 1.5rem;
    margin-right: .5rem;
}
.call-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    top: 35px;
    right: 30px;
}
.call-mobile > a {
    color: #fff;
    background: transparent;
    font-size: 1.875rem;
    padding: 0;
    border-radius: 50%;
}
.site-header.scroll .call-mobile {
    top: calc(50% - 15px);
    font-size: 2rem;
}
.site-header.scroll .call-mobile > a {
    color: #666;
}
.language-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    top: 37%;
    right: 20px;
    /*border:1px solid #dcdcdc;
    padding:5px;*/
}
.language-mobile > a {
    /*color: #fff;*/
    background: transparent;
    font-size: 12px;
    padding: 0;
    line-height:16px;
    /*border-radius: 50%;*/
}
.scroll .language-mobile > a {
        color:#132239!important;
    }
/*.language-mobile > a > img{
    float:left;
}*/
/*.site-header.scroll .language-mobile {
    top: calc(50% - 30px);
    font-size: 2rem;
}
.site-header.scroll .language-mobile > a {
    color: #666;
}*/
#mobilelanguage
{
    margin:0;
    padding:10px;
    list-style:none;
    background:#d0a850;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
}
#mobilelanguage li a{
    font-size:12px;
}
#mobilelanguage li a:hover{
    color:#132239;
}
.gift-mobile {
    /*position: fixed;*/
    z-index: 999;
    background: transparent;
    height: 50px;
    /*right: 100px;*/
    /*bottom: 25px;*/
    font-size: 1.875rem;
    margin-left:5px;
}
.gift-mobile > a {
    color: #fff;
    background: #d0a850;
    font-size: 1.875rem;
    padding: 11px 14px;
    border-radius: 50%;
    display:inline-block;
}
#site-popup-mobile {
    position: fixed;
    bottom: 89px;
    z-index: 999;
    top: auto !important;
    right: 95px;
}
/*--------------------------------------------------------------
# slick slider
--------------------------------------------------------------*/
.slick-slider .slick-arrow {
	font-size: 0;
	color: transparent;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	display: block;
	width: 1rem;
	height: 3rem;
	padding: 0;
	margin-top: -1.5rem;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.slick-slider .slick-prev {
	background-image: url(/images/icon-backslide.png);
	left: 1.5rem;
}
.slick-slider .slick-next {
	background-image: url(/images/icon-nextslide.png);
	right: 1.5rem;
}
.slick-slider .slick-dots {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	left: 0; right: 0;
	bottom: 2rem;
	text-align: center;
}
.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0 0.3125rem;
}
.slick-slider .slick-dots button {
	font-size: 0;
	color: transparent;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	width: 0.813rem;
	height: 0.813rem;
	padding: 0;
	box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-dots li.slick-active button {
	background: #d0a850;
	border-color: #d0a850;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.site-slider .slick-dots {
	bottom: 6rem;
}
.site-slider .item {
	display: none;
}
.site-slider.slick-initialized .item {
	display: flex;
}
.site-slider .title span{
    font-size:58px;
}
.site-slider .title,
.site-slider .desc,
.site-slider .btn,
.site-slider .slick-slide:first-child .title,
.site-slider .slick-slide:first-child .desc,
.site-slider .slick-slide:first-child .btn {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease 0.5s;
}
.site-slider .slick-current .title,
.site-slider .slick-current .desc,
.site-slider .slick-current .btn,
.site-slider .slick-current.slick-first .title,
.site-slider .slick-current.slick-first .desc,
.site-slider .slick-current.slick-first .btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.site-slider .slick-slide .desc {
    font-size:20px;
}
@media (max-width: 686px) {
    .site-slider .title span {
        font-size: 28px;
    }
.site-slider .slick-slide .desc {
    font-size:16px;
}
}
/*.res-gallery {
    width:100%;
    display:inline-block;
}*/
.res-gallery .std-post-gallery .slick-prev {
	left: 4.5rem;
}
.home-rooms .slick-prev {
	background-image: url(/images/icon-backslide.png);
	left: 17%;
}
.home-rooms .slick-next {
	background-image: url(/images/icon-nextslide.png);
	right: 17%;
}
@media (min-width: 768px) {
	.site-slider .slick-prev {
		left: 6rem;
	}
	.site-slider .slick-next {
		right: 6rem;
	}
}
@media (max-width: 575px) {
	.site-slider .slick-dots {
		bottom: 7.5rem;
	}
}

/*--------------------------------------------------------------
# site banner
--------------------------------------------------------------*/
.site-banner {
	padding-top: 40%;
}
.site-banner-book {
	padding-top: 25%;
}
/*--------------------------------------------------------------
# page rating
--------------------------------------------------------------*/
.page-rating p {
	margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
# standard category
--------------------------------------------------------------*/
.std-cat-post .separator {
	border-color: #404040;
	transition: all 0.3s ease 0s;
}
.std-cat-post:hover .separator {
	border-color: #d0a850;
}
@media (max-width: 991.98px){
    .full-mobile {
        width: 100%
    }
    .willgroup-font {
        font-size: 1rem;
    }
}
/*--------------------------------------------------------------
# single room
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.std-post-book {
		position: absolute;
		top: 0.75rem;
		right: 0;
	}
	.std-post-info {
		width: 20rem;
	}
}
.m-w-full {
    margin: 1rem auto !important;
    max-width: 210px;
}
/*--------------------------------------------------------------
# home rooms
--------------------------------------------------------------*/
.home-rooms,
.home-rooms .slick-slide {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.home-rooms .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.home-rooms .slick-slide a {
	min-height: 36rem;
}
.home-rooms .slick-slide .info {
	display: none;
}
.home-rooms .slick-slide.slick-current .info {
	display: block;
}
.home-rooms .slick-slide .bd-icon {
    display: none;
}
.home-rooms .slick-slide.slick-current .bd-icon {
    display: block;
}
.std-cat-post-gallery .slick-slide a {
    overflow: hidden;
}
.std-cat-post-gallery .slick-slide a img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.std-cat-post-gallery .slick-slide a:hover img {
    transform: scale(1.1);
}
@media (max-width: 768px) {
.home-rooms .slick-slide a {
	min-height: 20rem;
}
}
/*--------------------------------------------------------------
# home brands
--------------------------------------------------------------*/
.home-brands-thumbs:before {
	content: ' ';
	border-top: 1.5rem solid #FFF;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.home-brands-thumbs .slick-list {
    padding: 0 !important;
}
/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content a {
    border-bottom: 1px solid #d0a850;
}
.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-family: 'Montserrat';
	font-size: 1.5rem;
}
.entry-content blockquote {
	font-size: 1rem;
	color: #666;
	background: #f8f9fa;
	border-left: 0.25rem solid #d0a850;
	padding: 1.5rem 1.5rem 0.5rem 3rem;
	position: relative;
}
.entry-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-size: 1.5rem;
	font-weight: 900;
	color: #999;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
}
.entry-content ul > li,
.entry-content ol > li {
	margin-bottom: 0.75rem;
}
.entry-content table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.entry-content img.alignnone {
    margin-bottom: 0;
}
.entry-content .alignleft {
    float: left;
    text-align: left
}
.entry-content .alignright {
    float: right;
    text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1rem 1rem 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1rem 1rem;
}
.entry-content .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text {
	background: #efefef;
	padding: 1rem 1rem;
}

/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/
.fancybox-thumbs .play 
{
	font-size: 1rem;
	color: #FFF;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fancybox-thumbs__list a:before {
    border: 3px solid #d0a850 !important;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	color: #fff;
	background: #132239;
    font-family: 'Montserrat';
}
.site-footer a:hover {
    color:#d0a850;
}
.logo-footer > img {
    max-width: 180px;
}
.footer-social li {
	margin-right: 0.5rem;
    display:inline-block;
}
.footer-social li a {
	font-size: 1.125rem;
	color: #FFF;
	/*border: 0.1875rem solid #FFF;*/
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
}
.footer-social li a.facebook-f{
    background:#3578E5;
}
.footer-social li a.instagram{
    background:#cd0079;
}
.footer-social li a.youtube{
    background:#f50002;
}
.footer-social li a.google-plus{
    background:#da5336;
}
.footer-social li a.tumblr{
    background:#3d668a;
}
.footer-social li a.twitter{
    background:#1da1f2;
}
.footer-social li a.pinterest{
    background:#e60023;
}
.footer-social li a.tripadvisor{
    background:#00af87;
}
    .footer-social li a:hover {
        opacity:0.5;
    }

.footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li {
	margin-bottom: 1rem;
    display:inline-block;
    padding:0 15px;
}
.footer-nav li a{
	color:#fff;
	text-transform:uppercase;
    font-size:14px;
    letter-spacing:.125rem;
    font-family: 'Montserrat';
}
.footer-nav li a:hover{
	color:#d0a850!important;
}
.footer-nav-2 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.footer-nav-2 li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-nav-3 .menu > li > a {
	font-weight: 700;
}
.footer-nav-3 .sub-menu {
	margin-top: 1rem;
}
.footer-nav-3 .sub-menu > li {
	display: flex;
}
.footer-nav ul li a:hover {
color:#dee2e6;
}
.car-member > a > img {
    max-width: 80px;
    /*height: 35px;*/

}
@media (max-width: 415px){
    .logo-footer {
   width:100%;
   display:inline-block;
   text-align:center;
    }
    .logo-footer > img {
        max-width: 150px !important;
    }
}
.single-room-gallery .item {
	/*color: #FFF;*/
	display: block;
	position: relative;
}
/*.single-room-gallery .item:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,41,96,0.32);
    box-shadow: 0 1px 5px 0 rgba(0,41,96,0.32);
}*/
/*.single-room-gallery .item:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}*/
/*.single-room-gallery .item:hover:before {
	opacity: 1;
	visibility: visible;
}*/
.single-room-gallery .desc {
	font-size: 0.8125rem;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 11;
	left: 0;
	bottom: 0;
	padding: 0.3125rem 0.625rem;
	margin-bottom: 0;
}
.single-room-gallery .owl-prev,
.single-room-gallery .owl-next {
	font-size: 3.75rem;
	color: #FFF;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -4rem;
	position: absolute;
	z-index: 10;
	top: 33%;
}
.single-room-gallery .owl-prev {
	left: 0.625rem;
}
.single-room-gallery .owl-nav span{
    width: 1rem;
    height: 2.938rem;
}
.single-room-gallery .owl-prev span.ion-arrow-left{
	background-image: url(/images/icon-backslide.png); display:inline-block;
}
.single-room-gallery .owl-next {
	right: 0.625rem;
}
.single-room-gallery .owl-next span.ion-arrow-right{
	background-image: url(/images/icon-nextslide.png); display:inline-block;
}
.single-room-gallery .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-room-gallery .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-room-gallery .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-room-gallery .owl-dot span:hover,
.single-room-gallery .owl-dot.active span {
	background: #bf882d;
	border-color: #bf882d;
}
@media (max-width: 767px) {
	.single-room-detail .col + .col {
		border-left: 0;
	}
}
.single-offer .item{
    padding:2px;
}
.single-offer .owl-prev,
.single-offer .owl-next {
	font-size: 3.75rem;
	color: #d0a850;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -4rem;
	position: absolute;
	z-index: 10;
	top: 50%;
    width: 15px;
    height: 47px;
    text-indent:-9999rem;
}
.single-offer .owl-prev {
	left: 0.625rem;
    background-image: url(/images/icon-backslide.png);
}
.single-offer .owl-next {
	right: 0.625rem;
    background-image: url(/images/icon-nextslide.png);
}
@media (max-width: 767px) {
    .single-offer .owl-prev {
	left: 1.625rem;
}
.single-offer .owl-next {
	right: 1.625rem;
}
}
.single-offer .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-offer .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-offer .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-offer .owl-dot span:hover,
.single-offer .owl-dot.active span {
	background: #d0a850;
	border-color: #d0a850;
}
.font-bold {font-weight:600!important;}
.font-16 {font-size:16px!important;}
.font-14 {font-size:14px!important;}
.box-address p span a{
    color:#fff;
}
.box-address p span a:hover{
    color:#d0a850;
}
.single-offer-info {
    min-height:183px;
    border:1px solid #dee2e6;
}
.img-box img {
width:100%;
}
.room-features {
    display:inline-block;
}
.room-features ul {
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
    width:100%;
}
.room-features ul li {
    width:33.333333%;
    float:left;
    /*border-bottom:1px solid #333;*/
    padding-left:18px;
    background: url(/images/check.png) no-repeat left top 3px;
}
.form-horizontal {
border:1px solid #dcdcdc;
padding:15px;
}
@media (max-width: 767px) {
.box-address p span{
    display:inline-block;
    /*width:100%;*/
    margin:0;
}
.room-features ul li {
    width:100%;
    float:none;
}
    /*.single-offer {padding:0 15px;}*/
}
#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;
}
.title-room {
min-height:50px;
}
.form-check label {
float:left;
}
.site-menu .language {border-left:1px solid #dcdcdc; margin-left:15px;}
.site-menu .language img{
    float:left;
    margin-top:4px;
    margin-right:3px;
}
.site-menu .language a{
    margin-left:15px;
    /*font-family: whitney-light;*/
    text-transform: uppercase;
    font-size: 13px;
    float: left;
}
/*.site-menu .language a img{float:left;}*/
.scroll .site-menu .language a {
    color:#132239;
}
.scroll .site-menu .language a:hover {
    color:#C69930;
}
.wrap-about-us {
    position: relative;
    float: left;
    width: 100%;
}
@media (min-width: 1024px) {
    .wrap-about-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrap-about-us::before {
    border: 10px solid rgba(134,112,80,.24);
    box-sizing: border-box;
    content: "";
    height: 100%;
    position: absolute;
    display: inline-block;
    left: auto;
    right: 0;
    top: 0;
    width: 96%;
    background: #fff;
}
}
.box-about-us {
    padding-right:22px;
}
@media (max-width: 990px) {    
.box-about-us {
    padding-right:0;
    padding-top:20px;
}
}
.title-small {
    font-size: 19px;
    letter-spacing: 1px;
}
.title-h2 {
    margin: 0em auto 0.8em;
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
    font-size: 2em;
    /*text-align: center;*/
    letter-spacing: 1px;
}
.title-details {
    margin: 0em auto 0.8em;
    color: #333;
    font-weight: normal;
    font-size: 2em;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}
.box-shadow-4 {
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}
.btn-underline {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.slick-slide:not(.slick-active) {
    /*margin: 20px 0px 0px;*/
    opacity: 0.3;
}
.cat-title {
/*margin: 10px 0 0 0;*/
line-height: 2;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 400;
font-size: 19px;
color: #333;
}
.button-web {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    font-family: 'SFUFuturaBook', sans-serif;
    background-color: #ff6600;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.button-web span {
    position: relative
}

.button-web:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border: 1px solid transparent;
    background-color: #FFF;
    opacity: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.button-web:after {
    position: relative;
    vertical-align: 5px;
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 1px;
    background-color: #FFF;
    content: '';
}*/

.button-web:hover, .button-web:hover i {
    color: #ff6600
}

.button-web:hover:after {
    background-color: #ff6600
}

.button-web:hover:before {
    opacity: 1;
    width: 100%;
    right: 0;
    bottom: 0;
    border-color: #ff6600
}
.mega-menu {
width:100%;
padding:15px!important;
top:96%!important;
}
.catmenu {
border-bottom:1px dotted #dcdcdc;
padding-bottom:10px;
margin-bottom:10px;
}
.mega-menu ul li {
    padding:5px 0;
}
.mega-menu ul li a i{
    margin-right:5px;
}

.mobile-brand-list {
    display:none;
}
.tabbox {
    display:inline-block;
    width:100%;
}
.tabbox li {
    display:inline-block;
}
.tabbox li a{
    text-transform:uppercase;
    font-size:15px;
    font-weight:600;
}
@media screen and (max-width: 768px) {
    .tabbox {
    display:none;
    }
    .tabbox li{
        font-size: 1rem;
        margin-left:0.75rem;
        margin-right:0.75rem;
    }
    .mobile-brand-list {
        display:block;
    }
}
.font30 {
    font-size: 1.875rem !important;
}
.font16 {
    font-size: 1rem !important;
}
.font20 {
    font-size: 1.25rem !important;
}
#result h3.title{
    overflow: hidden;
    height: 40px;
    text-transform: none;
    color:#fff;
}
.box-address {
    padding:25px 0 15px 0;
    font-size:15px;
    line-height:1.8;
}
.box-address p i{
    margin-right:5px;
}
.mobile-brand-list {
border:1px solid #e3e3e3;
}
.btn-brand-list{
    width:100%;
    padding:0.5rem 1rem;
    color:#fff;
}
.btn-brand-list:hover{
    color:#ea2428;
}

.stretcher-item {
  position: relative;
  /*background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 30vh;*/
  overflow: hidden;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.stretcher-item figure {
    /*background: url(/images/bg-title.png) repeat-x left top;*/
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  z-index: 999;
  font-size: initial;
  padding: 20px 10px;
  width: 100%;
  left: 0;
  bottom: -20px;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.our-people .stretcher-item figure{
    margin:0;
}
.our-people .stretcher-item:hover figure {
    top:0;
    bottom:0;
}
.stretcher-item figure figcaption {
  white-space: normal;
  font-size: 13px;
}

.stretcher-item figure h4 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
 .stretcher-item figure {
    padding: 20px 30px;
  }
}
.stretcher-item:hover figure {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-active:hover figure {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*.portfolio-row {
margin-left:.25rem !important;
margin-right:.25rem !important;
}*/
.pl-125rem, .px-125rem {
    padding-left: .125rem !important;
}
.pr-125rem, .px-125rem {
    padding-right: .125rem !important;
}
/*.GalleryDetail {
padding:0 80px;
}*/
.g-thumbs {
    height:80px;
}
.g-detail-title {
text-align:left;
padding: 1rem 1.913rem;
}
@media (min-width: 1921px) {
    .box-gallery {
        height: 57rem;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1920px) {
    .box-gallery {
        height: 42rem;
    }
}
@media (max-width: 991px) {
    /*.GalleryDetail {
        padding: 0;
    }*/
    .box-gallery {
    height: 35rem;
}
}

@media (max-width: 960px) {
    .box-gallery {
	height: 33rem;
}
}
@media (max-width: 860px) {
    .box-gallery {
	height: 31rem;
}
}
@media (max-width: 768px) {
    .box-gallery {
	height: 29rem;
}
.g-detail-title {
    position:absolute;
    bottom:0;
    text-align:center;
    padding: 1rem;
    }
}
@media (max-width: 660px) {
    .box-gallery {
	height: 27rem;
}
}
@media (max-width: 560px) {
    .box-gallery {
	height: 24rem;
}
}
@media (max-width: 500px) {
    .box-gallery {
	height: 22rem;
}
}
@media (max-width: 480px) {
    .box-gallery {
	height: 19rem;
}
}
@media (max-width: 420px) {
    .box-gallery {
	height: 17rem;
}
}
@media (max-width: 360px) {
    .box-gallery {
	height: 15rem;
}
}
@media (max-width: 260px) {
    .box-gallery {
	height: 13rem;
}
}
@media (max-width: 768px) {
.g-thumbs {
    height:50px;
}
    .home-brands-thumbs .slick-arrow {
        top:0;
    }
}
.box-title-portfolio {
    position:absolute; left:0; top:0; padding:10px 20px; max-width:300px; z-index:9999;
}
.box-link-portfolio {
    position:absolute; right:0; top:0; padding:10px 20px; max-width:300px;z-index:9999; line-height:40px;
}
@media (max-width: 768px) {
    .box-title-portfolio {
        position:initial;
        text-align:center;
        width:100%;
        max-width:initial;
    }
    .box-link-portfolio {
        display:none;
    }
}
.black-list {color:#fff;}
.black-list:hover {color:#ea2428;}
.bg-content {
    background-image: url(/images/bg_content.jpg);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}
.popover-body ul{
    list-style:none;
    padding:0;
    margin-bottom:0;
}
.popover-body ul li a {
    color:#fff;
    line-height:25px;
}
.popover-body ul li a:hover {
    color:#fff;
    text-decoration:underline;
    /*font-weight:bold;*/
}
.title-content {
    border-bottom:1px solid #bebebe;
    padding-bottom:10px;
    margin-bottom:20px;
}
@media (max-width: 990px) {
.title-content {
    border-bottom:none;
    padding-bottom:0;
}
}
.page-header-detail {
    /*padding-top: 200px;
    padding-bottom: 200px;*/
    margin-top: -160px;
}

/*  
    ----------------------------------
    33. Booking
    ----------------------------------
*/
.booking {
  padding-top: 0;
}

.booking.booking-inner {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .booking.booking-inner {
    margin-top: -165px;
    z-index: 9;
    position: relative;
    color: white;
  }
  .booking.booking-inner .booking-wrapper {
    position: relative;
  }
  .booking.booking-inner .booking-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media (max-width: 991px) {
  .booking.booking-inner .booking-wrapper {
    background-color: #010101;
    color: white;
  }
}

.booking.booking-light-theme .booking-wrapper {
  border-bottom: 1px solid #dddddd;
}

.booking.booking-default-theme {
  padding-bottom: 0;
  color: white;
  background-color: #010101;
}

.booking.booking-default-theme .section-header .title {
  color: white;
  text-align: center;
}

.booking .section-header {
  padding-top: 15px;
  padding-bottom: 0;
  background-color: transparent;
}

.booking .section-header span {
  font-size: 100%;
  color: inherit;
}

@media (min-width: 768px) {
  .booking .section-header {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .booking .section-header {
    padding-top: 35px;
  }
}

@media (min-width: 1200px) {
  .booking .section-header {
    padding-top: 40px;
  }
}

.booking .booking-wrapper {
  padding: 15px;
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 200;
}

.booking .booking-wrapper .datepicker,
.booking .booking-wrapper .qty-result {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -99999px;
  border: 0;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

.booking .booking-wrapper .date {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.booking .booking-wrapper .date:after {
  font-family: 'LinearIcons';
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e87a";
  position: absolute;
  left: 100%;
  top: 50%;
  font-size: 30px;
  margin-top: -12px;
}

.booking .booking-wrapper .date .day {
  font-size: 40px;
  line-height: 40px;
}

.booking .booking-wrapper .date .year {
  display: none;
}

.booking .booking-wrapper .guests input {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.booking .booking-wrapper .guests .qty-result-text {
  font-size: 40px;
  line-height: 40px;
}

@media (min-width: 992px) {
  .booking .booking-wrapper .guests .qty-result-text {
    font-size: 80px;
    line-height: 50px;
  }
}

.booking .booking-wrapper .guests input::-webkit-outer-spin-button,
.booking .booking-wrapper .guests input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.booking .booking-wrapper .guests .guest-list {
  display: none;
  background-color: white;
  position: fixed;
  z-index: 99999;
  margin: 0;
  padding: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}

.booking .booking-wrapper .guests .guest-list li {
  color: #3a3d45;
  padding: 0;
  list-style-type: none;
  padding: 10px 0;
}

.booking .booking-wrapper .guests .guest-list li.header, .booking .booking-wrapper .guests .guest-list li.footer {
  background-color: #000;
  color: white;
  padding: 20px 15px;
}

.booking .booking-wrapper .guests .guest-list li.header .qty-apply, .booking .booking-wrapper .guests .guest-list li.footer .qty-apply {
  font-size: 70%;
  cursor: pointer;
  float: right;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.booking .booking-wrapper .guests .guest-list li div {
  font-size: large;
  float: left;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(1) {
  width: 20%;
  padding-left: 10px;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) {
  width: 40%;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) span {
  font-size: 18px;
  padding: 3px 10px;
  display: inline-block;
  font-weight: 300;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) span small {
  display: block;
  font-weight: 200;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(3) {
  width: 40%;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
}

.booking .booking-wrapper .guests .guest-list li div > span {
  font-size: 70%;
}

.booking .booking-wrapper .guests .guest-list li .qty-amount {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #dddddd;
  border-radius: 100%;
  font-weight: 500;
}

.booking .booking-wrapper .guests .guest-list li .qty-btn {
  border: 2px solid #dddddd;
  border-radius: 100%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-left: 7px;
  outline: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.booking .booking-wrapper .guests .guest-list li .qty-btn:hover {
  background-color: #000;
  color: white;
  border-color: #000;
}

@media (min-width: 768px) {
  .booking .booking-wrapper .guests .guest-list {
    position: absolute;
    width: auto;
    min-width: 350px;
    left: 0;
    top: 93px;
  }
}

@media (min-width: 992px) {
  .booking .booking-wrapper .guests .guest-list {
    top: 108px;
  }
}

.booking .booking-wrapper .date,
.booking .booking-wrapper .guests {
  position: relative;
  padding-top: 20px;
}

.booking .booking-wrapper .date .date-value,
.booking .booking-wrapper .guests .date-value {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Montserrat", serif;
}

.booking .booking-wrapper .date:before,
.booking .booking-wrapper .guests:before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
}

.booking .booking-wrapper .date:hover .date-value,
.booking .booking-wrapper .guests:hover .date-value {
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.booking .booking-wrapper .btn {
  display: block;
  padding: 20px;
  width: 100%;
  font-size: 150%;
  text-transform: none;
}

.booking .booking-wrapper .btn small {
  display: block;
  font-size: 50%;
}

@media (min-width: 992px) {
  .booking .booking-wrapper .text-size, .booking .booking-wrapper .date .day, .booking .booking-wrapper .guests .qty-result {
    font-size: 80px;
    line-height: 50px;
  }
  .booking .booking-wrapper {
    padding: 20px;
  }
  .booking .booking-wrapper .date .month {
    display: inline-block;
  }
  .booking .booking-wrapper .guests .qty-result {
    height: 80px;
  }
  .booking .booking-wrapper .btn {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .booking .booking-wrapper .date {
    padding-right: 0;
  }
  .booking .booking-wrapper .date:after {
    display: none;
  }
  .booking .booking-wrapper .btn {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .booking .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*  
    ----------------------------------
    34. Datepicker
    ----------------------------------
*/
/*.ui-datepicker {
  z-index: 10009 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #000;
}

.ui-datepicker .ui-datepicker-title {
  background-color: #000;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .ui-datepicker {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    margin-top: 0 !important;
    position: fixed !important;
  }
}*/


.blog aside {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #eeeeee;
}

.blog aside .booking .booking-wrapper {
  padding: 20px;
}

.blog aside .booking .booking-wrapper .date:after {
  display: none;
}

.blog aside .booking .booking-wrapper .date .day {
  font-size: 50px;
  line-height: 55px;
}

.blog aside .booking .booking-wrapper .btn {
  font-size: 100%;
  margin-top: 15px;
}

.blog aside .box {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.blog aside .box .title {
  padding-top: 7.5px;
  margin-bottom: 15px;
}

.blog aside .box ul {
  margin: 0;
  padding: 0;
}

.blog aside .box ul li {
  list-style-type: circle;
  margin-left: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog aside .box ul li:hover {
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.blog aside .box ul li a {
  color: black;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
}

.blog aside .box ul li.active {
  list-style-type: disc;
}

.blog aside .box ul li.active a {
  color: #000;
  opacity: 0.8;
}

.blog aside .box ul li:last-child a {
  border-bottom: 0;
}

.blog aside .box.box-search {
  padding: 0;
  position: relative;
  background-color: white;
}

.blog aside .box.box-search .form-control {
  border: 0;
}

.blog aside .box.box-search .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
}

.blog aside .box.box-posts ul li {
  list-style-type: none;
  margin-left: 0;
}

.blog aside .box.box-posts ul li a {
  position: relative;
  display: table;
  width: 100%;
}

.blog aside .box.box-posts ul li a > span {
  display: table-cell;
  vertical-align: middle;
}

.blog aside .box.box-posts ul li a .date {
  width: 40px;
  text-align: center;
  line-height: 1;
}

.blog aside .box.box-posts ul li a .date span {
  display: block;
}

.blog aside .box.box-posts ul li a .date span:nth-child(1) {
  font-size: 75%;
}

.blog aside .box.box-posts ul li a .date span:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
}

.blog aside .box.box-posts ul li a .text {
  padding-left: 5px;
}

.blog aside .box.box-tags ul li {
  margin: 0 2px 2px 0;
  display: block;
  float: left;
}

.blog aside .box.box-tags ul li:hover {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.blog aside .box.box-tags ul li a {
  padding: 7.5px;
  border: 0;
  background-color: #000;
  color: white;
  font-size: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.blog aside .box.box-tags ul li a:hover {
  background-color: #112942;
}

@media (min-width: 768px) {
  .blog aside {
    display: block;
  }
}
.accepted-cards img {
height:30px;
}
.bottom-0 {
    bottom: 0;
}
.home-post .info h3 {
    color: #fff;
    margin: 0;
    width: 60%;
    text-align: center;
}

.ptop-0 {padding-top:0;}
.ptop-1 {padding-top:1rem;}
.ptop-2 {padding-top:2rem;}
.ptop-3 {padding-top:3rem;}
.ptop-4 {padding-top:4rem;}
.ptop-5 {padding-top:5rem;}
.ptop-6 {padding-top:6rem;}
.ptop-7 {padding-top:7rem;}
.ptop-8 {padding-top:8rem;}
.ptop-9 {padding-top:9rem;}
.ptop-10 {padding-top:10rem;}
.ptop-11 {padding-top:11rem;}
.ptop-12 {padding-top:12rem;}
.ptop-13 {padding-top:13rem;}
.ptop-14 {padding-top:14rem;}
.ptop-15 {padding-top:15rem;}
@media (max-width: 768px) {
.ptop-4 {padding-top:3rem;}
.ptop-5 {padding-top:3rem;}
.ptop-6 {padding-top:3rem;}
.ptop-7 {padding-top:3rem;}
.ptop-8 {padding-top:5rem;}
.ptop-9 {padding-top:5rem;}
.ptop-10 {padding-top:5rem;}
.ptop-11 {padding-top:7rem;}
.ptop-12 {padding-top:7rem;}
.ptop-13 {padding-top:7rem;}
.ptop-14 {padding-top:7rem;}
.ptop-15 {padding-top:7rem;}
}
.pbottom-0 {padding-bottom:0;}
.pbottom-1 {padding-bottom:1rem;}
.pbottom-2 {padding-bottom:2rem;}
.pbottom-3 {padding-bottom:3rem;}
.pbottom-4 {padding-bottom:4rem;}
.pbottom-5 {padding-bottom:5rem;}
.pbottom-6 {padding-bottom:6rem;}
.pbottom-7 {padding-bottom:7rem;}
.pbottom-8 {padding-bottom:8rem;}
.pbottom-9 {padding-bottom:9rem;}
.pbottom-10 {padding-bottom:10rem;}
.pbottom-11 {padding-bottom:11rem;}
.pbottom-12 {padding-bottom:12rem;}
.pbottom-13 {padding-bottom:13rem;}
.pbottom-14 {padding-bottom:14rem;}
.pbottom-15 {padding-bottom:15rem;}
@media (max-width: 768px) {
.pbottom-4 {padding-bottom:3rem;}
.pbottom-5 {padding-bottom:3rem;}
.pbottom-6 {padding-bottom:3rem;}
.pbottom-7 {padding-bottom:3rem;}
.pbottom-8 {padding-bottom:5rem;}
.pbottom-9 {padding-bottom:5rem;}
.pbottom-10 {padding-bottom:5rem;}
.pbottom-11 {padding-bottom:7rem;}
.pbottom-12 {padding-bottom:7rem;}
.pbottom-13 {padding-bottom:7rem;}
.pbottom-14 {padding-bottom:7rem;}
.pbottom-15 {padding-bottom:7rem;}
}
.service-content {
    padding: 2rem 1.5rem;
}
@media (max-width: 768px) {
    .service-content {
        padding: 0 1.5rem 3rem 1.5rem;
    }
}
.home-form-check {
    margin: 0 auto;
}
.form-check-book {
    width: 100%;
    /*background-color: rgba(27,58,76,.6);*/
    background:#fff;
    padding: 0;
}
.form-check-book select {
    position: relative;
    /*background-color: transparent;
    color: #fff;*/
    border: 1px solid #76828d;
    outline: none;
}
.form-check-book .sep {
    background-color: #fff;
    top: 18px;
    right: 0;
    bottom: inherit;
    left: inherit;
    height: 1.2rem;
    width: .1rem;
    position: absolute;
    opacity: .42;
}
.boxcheckin .hasDatepicker {
    border: 1px solid #76828d;
}
.hasDatepicker .hasDatepicker {
    border: 1px solid #76828d;
}
/*.form-check-book .form-control-feedback:before {
    color:#fff;
}*/
.border-footer-top {
    border-top: 1px solid #343434;
}
.font-roboto {
    font-family:"Roboto";
}
#CDSWIDFRR {
    width:200px!important;  
}
#CDSWIDFRR .top-background{
    width:100%!important;  
}
#CDSWIDFRR .widFRRHeadline {
    width:100%!important;  
}

/*--------------------------------------------------------------
# Home Special
--------------------------------------------------------------*/
.special > .bg-special {
    opacity: 0;
    overflow: hidden;
    transform: scale(0);
    -webkit-transition: 0.5s ease-out 0.3s;
    -moz-transition: 0.5s ease-out 0.3s;
    transition: 0.5s ease-out 0.3s;
}
.special:hover > .bg-special {
    opacity: 1;
    overflow: visible;
    transform: scale(1);
    -webkit-transition: 0.5s ease-out 0.3s;
    -moz-transition: 0.5s ease-out 0.3s;
    transition: 0.5s ease-out 0.3s;
}
.special > .option-special > span > h3 {
    transform: translate(0px, -30px);
    -webkit-transition: .5s ease-out 0s;
    -moz-transition: .5s ease-out 0s;
    transition: .5s ease-out 0s;
    opacity: 0;
    transition-delay: .7s;
}
.special > .option-special > span > a {
    transform: translate(0px, 30px);
    -webkit-transition: .5s ease-out 0s;
    -moz-transition: .5s ease-out 0s;
    transition: .5s ease-out 0s;
    opacity: 0;
    transition-delay: .5s;
}
.special:hover > .option-special > span > a,
.special:hover > .option-special > span > h3 {
    transform: translate(0px);
    -webkit-transition: .5s ease-out 0s;
    -moz-transition: .5s ease-out 0s;
    transition: .5s ease-out 0s;
    transition-delay: .7s;
    opacity: 1;
}
.chef-special img {
    width: 100%;
}
.chef-selection .chef-special {
    padding: 0 10px;
}
.chef-selection .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 767.98px){
    .special > .bg-special {
        opacity: 1;
        overflow: visible;
        transform: scale(1);
        -webkit-transition: 0.5s ease-out 0.3s;
        -moz-transition: 0.5s ease-out 0.3s;
        transition: 0.5s ease-out 0.3s;
    }
    .special > .option-special > span > h3 {
        font-size: 1.8rem !important;
        margin-bottom: 2rem;
    }
    .special > .option-special > span > h3,
    .special > .option-special > span > a {
        transform: translate(0px);
        -webkit-transition: .5s ease-out 0s;
        -moz-transition: .5s ease-out 0s;
        transition: .5s ease-out 0s;
        transition-delay: .7s;
        opacity: 1;
    }
}
.gp-btn-outline {
    background: transparent;
    color: #fff;
    font-size: 20px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5) !important;
    z-index: 222;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
}
.gp-btn {
    display: inline-block;
    background: #d0a850;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 222;
    overflow: hidden;
}
.gp-btn-outline:before {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #d0a850;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;  
}
.gp-btn:before {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #b5252e;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gp-btn:hover:before,
.gp-btn-outline:hover:before {
    height: 400%;
    opacity: 1;
}
.gp-btn:hover,
.gp-btn-outline:hover {
    color: #fff;
}
.bg-dark-25 {
	background-color: rgba(0, 0, 0, 0.25) !important;
}
/*hghghgh*/
.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}
.list-group-item-action{width:100%;color:#FFF;text-align:inherit}
.list-group-item-action:hover,.list-group-item-action:focus{color:#d0a850;text-decoration:none;background-color:#FFF}
.list-group-item-action:active{color:#212529;background-color:#e9ecef}
.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-1px;background-color:#d0a850;border-top:1px solid #FFF;border-bottom:1px solid #FFF;}
.list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:0;}
.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}
.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#d0a850}
.list-group-item.active{z-index:2;color:#d0a850;background-color:#FFF;border-color:#FFF}
.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}
.list-group-flush:first-child .list-group-item:first-child{border-top:0}
.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}
.list-group-item-primary{color:#7c1213;background-color:#fac1c2}
.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#7c1213;background-color:#f8a9ab}
.list-group-item-primary.list-group-item-action.active{color:#FFF;background-color:#7c1213;border-color:#7c1213}
.list-group-item-secondary{color:#383d41;background-color:#d6d8db}
.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#383d41;background-color:#c8cbcf}
.list-group-item-secondary.list-group-item-action.active{color:#FFF;background-color:#383d41;border-color:#383d41}
.list-group-item-success{color:#155724;background-color:#c3e6cb}
.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}
.list-group-item-success.list-group-item-action.active{color:#FFF;background-color:#155724;border-color:#155724}
.list-group-item-info{color:#0c5460;background-color:#bee5eb}
.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}
.list-group-item-info.list-group-item-action.active{color:#FFF;background-color:#0c5460;border-color:#0c5460}
.list-group-item-warning{color:#856614;background-color:#ffefc3}
.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856614;background-color:#ffe8aa}
.list-group-item-warning.list-group-item-action.active{color:#FFF;background-color:#856614;border-color:#856614}
.list-group-item-danger{color:#7c1213;background-color:#fac1c2}
.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#7c1213;background-color:#f8a9ab}
.list-group-item-danger.list-group-item-action.active{color:#FFF;background-color:#7c1213;border-color:#7c1213}
.list-group-item-light{color:#858585;background-color:white}
.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}
.list-group-item-light.list-group-item-action.active{color:#FFF;background-color:#858585;border-color:#858585}
.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}
.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}
.list-group-item-dark.list-group-item-action.active{color:#FFF;background-color:#1b1e21;border-color:#1b1e21}
/*dfsdfsdf*/
.home-carousel .carousel{position:relative}
.home-carousel .carousel-inner{position:relative;width:100%;overflow:hidden}
.home-carousel .carousel-item{position:relative;display:none;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}
.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block;transition:transform 0.6s ease}
@media screen and (prefers-reduced-motion: reduce){.carousel-item.active,.carousel-item-next,.carousel-item-prev{transition:none}}
.carousel-item-next,.carousel-item-prev{position:absolute;top:0}
.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateX(0)}
@supports (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate3d(0, 0, 0)}}
    .carousel-item-next,.active.carousel-item-right{transform:translateX(100%)}
@supports (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{transform:translate3d(100%, 0, 0)}}
    .carousel-item-prev,.active.carousel-item-left{transform:translateX(-100%)}
@supports (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{transform:translate3d(-100%, 0, 0)}}
.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}
.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{opacity:1}
.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}
.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{transform:translateX(0)}
@supports (transform-style: preserve-3d){.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{transform:translate3d(0, 0, 0)}}
.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:15%;color:#FFF;text-align:center;opacity:1}
.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#FFF;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}
.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
.carousel-indicators,.carousel-indicators-wrapper,.indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li,.carousel-indicators-wrapper li,.indicators li{position:relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before,.carousel-indicators-wrapper li::before,.indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after,.carousel-indicators-wrapper li::after,.indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active,.carousel-indicators-wrapper .active,.indicators .active{background-color:#FFF}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#FFF;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}
/*.bg-primary{background-color:#d0a850 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#ce1011 !important}
.bg-secondary{background-color:#6c757d !important}
a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important}
.bg-success{background-color:#28a745 !important}
a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}
.bg-info{background-color:#17a2b8 !important}
a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}
.bg-warning{background-color:#FFC527 !important}
a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#f3b200 !important}
.bg-danger{background-color:#d0a850 !important}
a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#ce1011 !important}
.bg-light{background-color:#FFF !important}
a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e6e6 !important}
.bg-dark{background-color:#343a40 !important}
a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !important}
.bg-white,.scroll-position--halfway-past-fold .bg-white-halfway-past-fold{background-color:#FFF !important}
.bg-transparent{background-color:transparent !important}
.border{border:1px solid #dee2e6 !important}
.border-top{border-top:1px solid #dee2e6 !important}
.border-right{border-right:1px solid #dee2e6 !important}
.border-bottom{border-bottom:1px solid #dee2e6 !important}
.border-left{border-left:1px solid #dee2e6 !important}
.border-0{border:0 !important}
.border-top-0{border-top:0 !important}
.border-right-0{border-right:0 !important}
.border-bottom-0{border-bottom:0 !important}
.border-left-0{border-left:0 !important}
.border-primary{border-color:#d0a850 !important}
.border-secondary{border-color:#6c757d !important}
.border-success{border-color:#28a745 !important}
.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#FFC527 !important}
.border-danger{border-color:#d0a850 !important}.border-light{border-color:#FFF !important}
.border-dark{border-color:#343a40 !important}
.border-white{border-color:#FFF !important}
.rounded{border-radius:0 !important}.rounded-top{border-top-left-radius:0 !important;border-top-right-radius:0 !important}
                                    .rounded-right{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}
                                    .rounded-bottom{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}
                                    .rounded-left{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}
                                    .rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}
.clearfix::after{display:block;clear:both;content:""}
.d-none{display:none !important}
.d-inline{display:inline !important}
.d-inline-block{display:inline-block !important}
.d-block{display:block !important}
.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1400px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media (min-width: 1900px){.d-xxxl-none{display:none !important}.d-xxxl-inline{display:inline !important}.d-xxxl-inline-block{display:inline-block !important}.d-xxxl-block{display:block !important}.d-xxxl-table{display:table !important}.d-xxxl-table-row{display:table-row !important}.d-xxxl-table-cell{display:table-cell !important}.d-xxxl-flex{display:flex !important}.d-xxxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1400px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}@media (min-width: 1900px){.flex-xxxl-row{flex-direction:row !important}.flex-xxxl-column{flex-direction:column !important}.flex-xxxl-row-reverse{flex-direction:row-reverse !important}.flex-xxxl-column-reverse{flex-direction:column-reverse !important}.flex-xxxl-wrap{flex-wrap:wrap !important}.flex-xxxl-nowrap{flex-wrap:nowrap !important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxxl-fill{flex:1 1 auto !important}.flex-xxxl-grow-0{flex-grow:0 !important}.flex-xxxl-grow-1{flex-grow:1 !important}.flex-xxxl-shrink-0{flex-shrink:0 !important}.flex-xxxl-shrink-1{flex-shrink:1 !important}.justify-content-xxxl-start{justify-content:flex-start !important}.justify-content-xxxl-end{justify-content:flex-end !important}.justify-content-xxxl-center{justify-content:center !important}.justify-content-xxxl-between{justify-content:space-between !important}.justify-content-xxxl-around{justify-content:space-around !important}.align-items-xxxl-start{align-items:flex-start !important}.align-items-xxxl-end{align-items:flex-end !important}.align-items-xxxl-center{align-items:center !important}.align-items-xxxl-baseline{align-items:baseline !important}.align-items-xxxl-stretch{align-items:stretch !important}.align-content-xxxl-start{align-content:flex-start !important}.align-content-xxxl-end{align-content:flex-end !important}.align-content-xxxl-center{align-content:center !important}.align-content-xxxl-between{align-content:space-between !important}.align-content-xxxl-around{align-content:space-around !important}.align-content-xxxl-stretch{align-content:stretch !important}.align-self-xxxl-auto{align-self:auto !important}.align-self-xxxl-start{align-self:flex-start !important}.align-self-xxxl-end{align-self:flex-end !important}.align-self-xxxl-center{align-self:center !important}.align-self-xxxl-baseline{align-self:baseline !important}.align-self-xxxl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}@media (min-width: 1400px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-none{float:none !important}}@media (min-width: 1900px){.float-xxxl-left{float:left !important}.float-xxxl-right{float:right !important}.float-xxxl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1400px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:0.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:0.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:0.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:0.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:0.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:0.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:0.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:0.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:0.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:0.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:0.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:0.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:0.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:0.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:0.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:0.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}@media (min-width: 1900px){.m-xxxl-0{margin:0 !important}.mt-xxxl-0,.my-xxxl-0{margin-top:0 !important}.mr-xxxl-0,.mx-xxxl-0{margin-right:0 !important}.mb-xxxl-0,.my-xxxl-0{margin-bottom:0 !important}.ml-xxxl-0,.mx-xxxl-0{margin-left:0 !important}.m-xxxl-1{margin:0.25rem !important}.mt-xxxl-1,.my-xxxl-1{margin-top:0.25rem !important}.mr-xxxl-1,.mx-xxxl-1{margin-right:0.25rem !important}.mb-xxxl-1,.my-xxxl-1{margin-bottom:0.25rem !important}.ml-xxxl-1,.mx-xxxl-1{margin-left:0.25rem !important}.m-xxxl-2{margin:0.5rem !important}.mt-xxxl-2,.my-xxxl-2{margin-top:0.5rem !important}.mr-xxxl-2,.mx-xxxl-2{margin-right:0.5rem !important}.mb-xxxl-2,.my-xxxl-2{margin-bottom:0.5rem !important}.ml-xxxl-2,.mx-xxxl-2{margin-left:0.5rem !important}.m-xxxl-3{margin:1rem !important}.mt-xxxl-3,.my-xxxl-3{margin-top:1rem !important}.mr-xxxl-3,.mx-xxxl-3{margin-right:1rem !important}.mb-xxxl-3,.my-xxxl-3{margin-bottom:1rem !important}.ml-xxxl-3,.mx-xxxl-3{margin-left:1rem !important}.m-xxxl-4{margin:1.5rem !important}.mt-xxxl-4,.my-xxxl-4{margin-top:1.5rem !important}.mr-xxxl-4,.mx-xxxl-4{margin-right:1.5rem !important}.mb-xxxl-4,.my-xxxl-4{margin-bottom:1.5rem !important}.ml-xxxl-4,.mx-xxxl-4{margin-left:1.5rem !important}.m-xxxl-5{margin:3rem !important}.mt-xxxl-5,.my-xxxl-5{margin-top:3rem !important}.mr-xxxl-5,.mx-xxxl-5{margin-right:3rem !important}.mb-xxxl-5,.my-xxxl-5{margin-bottom:3rem !important}.ml-xxxl-5,.mx-xxxl-5{margin-left:3rem !important}.p-xxxl-0{padding:0 !important}.pt-xxxl-0,.py-xxxl-0{padding-top:0 !important}.pr-xxxl-0,.px-xxxl-0{padding-right:0 !important}.pb-xxxl-0,.py-xxxl-0{padding-bottom:0 !important}.pl-xxxl-0,.px-xxxl-0{padding-left:0 !important}.p-xxxl-1{padding:0.25rem !important}.pt-xxxl-1,.py-xxxl-1{padding-top:0.25rem !important}.pr-xxxl-1,.px-xxxl-1{padding-right:0.25rem !important}.pb-xxxl-1,.py-xxxl-1{padding-bottom:0.25rem !important}.pl-xxxl-1,.px-xxxl-1{padding-left:0.25rem !important}.p-xxxl-2{padding:0.5rem !important}.pt-xxxl-2,.py-xxxl-2{padding-top:0.5rem !important}.pr-xxxl-2,.px-xxxl-2{padding-right:0.5rem !important}.pb-xxxl-2,.py-xxxl-2{padding-bottom:0.5rem !important}.pl-xxxl-2,.px-xxxl-2{padding-left:0.5rem !important}.p-xxxl-3{padding:1rem !important}.pt-xxxl-3,.py-xxxl-3{padding-top:1rem !important}.pr-xxxl-3,.px-xxxl-3{padding-right:1rem !important}.pb-xxxl-3,.py-xxxl-3{padding-bottom:1rem !important}.pl-xxxl-3,.px-xxxl-3{padding-left:1rem !important}.p-xxxl-4{padding:1.5rem !important}.pt-xxxl-4,.py-xxxl-4{padding-top:1.5rem !important}.pr-xxxl-4,.px-xxxl-4{padding-right:1.5rem !important}.pb-xxxl-4,.py-xxxl-4{padding-bottom:1.5rem !important}.pl-xxxl-4,.px-xxxl-4{padding-left:1.5rem !important}.p-xxxl-5{padding:3rem !important}.pt-xxxl-5,.py-xxxl-5{padding-top:3rem !important}.pr-xxxl-5,.px-xxxl-5{padding-right:3rem !important}.pb-xxxl-5,.py-xxxl-5{padding-bottom:3rem !important}.pl-xxxl-5,.px-xxxl-5{padding-left:3rem !important}.m-xxxl-auto{margin:auto !important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto !important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto !important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto !important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto !important}}.text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1400px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}}@media (min-width: 1900px){.text-xxxl-left{text-align:left !important}.text-xxxl-right{text-align:right !important}.text-xxxl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#FFF !important}.text-primary{color:#d0a850 !important}a.text-primary:hover,a.text-primary:focus{color:#ce1011 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#545b62 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#FFC527 !important}a.text-warning:hover,a.text-warning:focus{color:#f3b200 !important}.text-danger{color:#d0a850 !important}a.text-danger:hover,a.text-danger:focus{color:#ce1011 !important}.text-light{color:#FFF !important}a.text-light:hover,a.text-light:focus{color:#e6e6e6 !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#1d2124 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#FFF !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}html{font-size:17px;letter-spacing:-0.03em}@media (min-width: 992px){html{font-size:15px}}@media (min-width: 1900px){html{font-size:16px}}html:lang(th){letter-spacing:unset}html:lang(th) body{font-family:"The Standard TH Text", "GT Zirkon", Georgia, Times New Roman, serif}html:lang(th) h1,html:lang(th) h2,html:lang(th) h3,html:lang(th) h4,html:lang(th) h5,html:lang(th) h6,html:lang(th) .h1,html:lang(th) .article_text h1,.article_text html:lang(th) h1,html:lang(th) .article_text h2,.article_text html:lang(th) h2,html:lang(th) .article_text .h2,.article_text html:lang(th) .h2,html:lang(th) .campaign_text h1,.campaign_text html:lang(th) h1,html:lang(th) .campaign_text h2,.campaign_text html:lang(th) h2,html:lang(th) .campaign_text .h2,.campaign_text html:lang(th) .h2,html:lang(th) .h2,html:lang(th) .h3,html:lang(th) .h4,html:lang(th) .article_text h3,.article_text html:lang(th) h3,html:lang(th) .article_text .h3,.article_text html:lang(th) .h3,html:lang(th) .campaign_text h3,.campaign_text html:lang(th) h3,html:lang(th) .campaign_text .h3,.campaign_text html:lang(th) .h3,html:lang(th) .h5,html:lang(th) .h6,html:lang(th) .font-family-heading,html:lang(th) #tripleseat #tripleseat_embed_form_inline .tripleseat_field input.button,#tripleseat #tripleseat_embed_form_inline .tripleseat_field html:lang(th) input.button,html:lang(th) #tripleseat #tripleseat_embed_form_inline .tripleseat_field button,#tripleseat #tripleseat_embed_form_inline .tripleseat_field html:lang(th) button{font-family:"The Standard TH Display", "Montserrat", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}.text-reset{color:inherit !important}.text-break{word-break:break-word !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-decoration-none{text-decoration:none !important}
.text-wrap{white-space:normal !important}*/
.display-5{font-size:3rem;font-weight:300;line-height:1.2}.vh-25{height:25vh}.vhmin-25{height:25vmin}.vhmax-25{height:25vmax}.min-vh-25{min-height:25vh}.max-vh-25{max-height:25vh}
.svh-25{height:100vh;height:calc(var(--svh, 1vh) * 25);height:25svh}.vh-33{height:33vh}.vhmin-33{height:33vmin}.vhmax-33{height:33vmax}.min-vh-33{min-height:33vh}.max-vh-33{max-height:33vh}.svh-33{height:100vh;height:calc(var(--svh, 1vh) * 33);height:33svh}.vh-50{height:50vh}.vhmin-50{height:50vmin}.vhmax-50{height:50vmax}.min-vh-50{min-height:50vh}.max-vh-50{max-height:50vh}.svh-50{height:100vh;height:calc(var(--svh, 1vh) * 50);height:50svh}.vh-66{height:66vh}.vhmin-66{height:66vmin}.vhmax-66{height:66vmax}.min-vh-66{min-height:66vh}.max-vh-66{max-height:66vh}.svh-66{height:100vh;height:calc(var(--svh, 1vh) * 66);height:66svh}.vh-75{height:75vh}.vhmin-75{height:75vmin}.vhmax-75{height:75vmax}.min-vh-75{min-height:75vh}.max-vh-75{max-height:75vh}.svh-75{height:100vh;height:calc(var(--svh, 1vh) * 75);height:75svh}.vh-90{height:90vh}.vhmin-90{height:90vmin}.vhmax-90{height:90vmax}.min-vh-90{min-height:90vh}.max-vh-90{max-height:90vh}.svh-90{height:100vh;height:calc(var(--svh, 1vh) * 90);height:90svh}
.vh-100{height:100vh}.vhmin-100{height:100vmin}.vhmax-100{height:100vmax}.min-vh-100{min-height:100vh}.max-vh-100{max-height:100vh}.svh-100{height:100vh;height:calc(var(--svh, 1vh) * 100);height:100svh}.vh-xs-25{height:25vh}.vhmin-xs-25{height:25vmin}.vhmax-xs-25{height:25vmax}.min-xs-vh-25{min-height:25vh}.max-xs-vh-25{max-height:25vh}.svh-xs-vh-25{height:100vh;height:calc(var(--svh, 1vh) * 25);height:25svh}@media (min-width: 576px){.vh-sm-25{height:25vh}}@media (min-width: 576px){.vhmin-sm-25{height:25vmin}}@media (min-width: 576px){.vhmax-sm-25{height:25vmax}}@media (min-width: 576px){.min-sm-vh-25{min-height:25vh}}@media (min-width: 576px){.max-sm-vh-25{max-height:25vh}}@media (min-width: 576px){.svh-sm-vh-25{height:100vh;height:calc(var(--svh, 1vh) * 25);height:25svh}}@media (min-width: 768px){.vh-md-25{height:25vh}}@media (min-width: 768px){.vhmin-md-25{height:25vmin}}@media (min-width: 768px){.vhmax-md-25{height:25vmax}}@media (min-width: 768px){.min-md-vh-25{min-height:25vh}}@media (min-width: 768px){.max-md-vh-25{max-height:25vh}}@media (min-width: 768px){.svh-md-vh-25{height:100vh;height:calc(var(--svh, 1vh) * 25);height:25svh}}@media (min-width: 992px){.vh-lg-25{height:25vh}}@media (min-width: 992px){.vhmin-lg-25{height:25vmin}}@media (min-width: 992px){.vhmax-lg-25{height:25vmax}}@media (min-width: 992px){.min-lg-vh-25{min-height:25vh}}@media (min-width: 992px){.max-lg-vh-25{max-height:25vh}}@media (min-width: 992px){.svh-lg-vh-25{height:100vh;height:calc(var(--svh, 1vh) * 25);height:25svh}}@media (min-width: 1200px){.vh-xl-25{height:25vh}}@media (min-width: 1200px){.vhmin-xl-25{height:25vmin}}@media (min-width: 1200px){.vhmax-xl-25{height:25vmax}}@media (min-width: 1200px){.min-xl-vh-25{min-height:25vh}}@media (min-width: 1200px){.max-xl-vh-25{max-height:25vh}}@media (min-width: 1200px){.svh-xl-vh-25{height:100vh;height:calc(var(--svh, 1vh) * 25);height:25svh}}@media (min-width: 1400px){.vh-xxl-25{height:25vh}}@media (min-width: 1400px){.vhmin-xxl-25{height:25vmin}}@media (min-width: 1400px){.vhmax-xxl-25{height:25vmax}}@media (min-width: 1400px){.min-xxl-vh-25{min-height:25vh}}@media (min-width: 1400px){.max-xxl-vh-25{max-height:25vh}}@media (min-width: 1400px){.svh-xxl-vh-25{height:100vh;height:calc(var(--svh, 1vh) * 25);height:25svh}}@media (min-width: 1900px){.vh-xxxl-25{height:25vh}}@media (min-width: 1900px){.vhmin-xxxl-25{height:25vmin}}@media (min-width: 1900px){.vhmax-xxxl-25{height:25vmax}}@media (min-width: 1900px){.min-xxxl-vh-25{min-height:25vh}}@media (min-width: 1900px){.max-xxxl-vh-25{max-height:25vh}}@media (min-width: 1900px){.svh-xxxl-vh-25{height:100vh;height:calc(var(--svh, 1vh) * 25);height:25svh}}.vh-xs-33{height:33vh}.vhmin-xs-33{height:33vmin}.vhmax-xs-33{height:33vmax}.min-xs-vh-33{min-height:33vh}.max-xs-vh-33{max-height:33vh}.svh-xs-vh-33{height:100vh;height:calc(var(--svh, 1vh) * 33);height:33svh}@media (min-width: 576px){.vh-sm-33{height:33vh}}@media (min-width: 576px){.vhmin-sm-33{height:33vmin}}@media (min-width: 576px){.vhmax-sm-33{height:33vmax}}@media (min-width: 576px){.min-sm-vh-33{min-height:33vh}}@media (min-width: 576px){.max-sm-vh-33{max-height:33vh}}@media (min-width: 576px){.svh-sm-vh-33{height:100vh;height:calc(var(--svh, 1vh) * 33);height:33svh}}@media (min-width: 768px){.vh-md-33{height:33vh}}@media (min-width: 768px){.vhmin-md-33{height:33vmin}}@media (min-width: 768px){.vhmax-md-33{height:33vmax}}@media (min-width: 768px){.min-md-vh-33{min-height:33vh}}@media (min-width: 768px){.max-md-vh-33{max-height:33vh}}@media (min-width: 768px){.svh-md-vh-33{height:100vh;height:calc(var(--svh, 1vh) * 33);height:33svh}}@media (min-width: 992px){.vh-lg-33{height:33vh}}@media (min-width: 992px){.vhmin-lg-33{height:33vmin}}@media (min-width: 992px){.vhmax-lg-33{height:33vmax}}@media (min-width: 992px){.min-lg-vh-33{min-height:33vh}}@media (min-width: 992px){.max-lg-vh-33{max-height:33vh}}@media (min-width: 992px){.svh-lg-vh-33{height:100vh;height:calc(var(--svh, 1vh) * 33);height:33svh}}@media (min-width: 1200px){.vh-xl-33{height:33vh}}@media (min-width: 1200px){.vhmin-xl-33{height:33vmin}}@media (min-width: 1200px){.vhmax-xl-33{height:33vmax}}@media (min-width: 1200px){.min-xl-vh-33{min-height:33vh}}@media (min-width: 1200px){.max-xl-vh-33{max-height:33vh}}@media (min-width: 1200px){.svh-xl-vh-33{height:100vh;height:calc(var(--svh, 1vh) * 33);height:33svh}}@media (min-width: 1400px){.vh-xxl-33{height:33vh}}@media (min-width: 1400px){.vhmin-xxl-33{height:33vmin}}@media (min-width: 1400px){.vhmax-xxl-33{height:33vmax}}@media (min-width: 1400px){.min-xxl-vh-33{min-height:33vh}}@media (min-width: 1400px){.max-xxl-vh-33{max-height:33vh}}@media (min-width: 1400px){.svh-xxl-vh-33{height:100vh;height:calc(var(--svh, 1vh) * 33);height:33svh}}@media (min-width: 1900px){.vh-xxxl-33{height:33vh}}@media (min-width: 1900px){.vhmin-xxxl-33{height:33vmin}}@media (min-width: 1900px){.vhmax-xxxl-33{height:33vmax}}@media (min-width: 1900px){.min-xxxl-vh-33{min-height:33vh}}@media (min-width: 1900px){.max-xxxl-vh-33{max-height:33vh}}@media (min-width: 1900px){.svh-xxxl-vh-33{height:100vh;height:calc(var(--svh, 1vh) * 33);height:33svh}}.vh-xs-50{height:50vh}.vhmin-xs-50{height:50vmin}.vhmax-xs-50{height:50vmax}.min-xs-vh-50{min-height:50vh}.max-xs-vh-50{max-height:50vh}.svh-xs-vh-50{height:100vh;height:calc(var(--svh, 1vh) * 50);height:50svh}@media (min-width: 576px){.vh-sm-50{height:50vh}}@media (min-width: 576px){.vhmin-sm-50{height:50vmin}}@media (min-width: 576px){.vhmax-sm-50{height:50vmax}}@media (min-width: 576px){.min-sm-vh-50{min-height:50vh}}@media (min-width: 576px){.max-sm-vh-50{max-height:50vh}}@media (min-width: 576px){.svh-sm-vh-50{height:100vh;height:calc(var(--svh, 1vh) * 50);height:50svh}}@media (min-width: 768px){.vh-md-50{height:50vh}}@media (min-width: 768px){.vhmin-md-50{height:50vmin}}@media (min-width: 768px){.vhmax-md-50{height:50vmax}}@media (min-width: 768px){.min-md-vh-50{min-height:50vh}}@media (min-width: 768px){.max-md-vh-50{max-height:50vh}}@media (min-width: 768px){.svh-md-vh-50{height:100vh;height:calc(var(--svh, 1vh) * 50);height:50svh}}@media (min-width: 992px){.vh-lg-50{height:50vh}}@media (min-width: 992px){.vhmin-lg-50{height:50vmin}}@media (min-width: 992px){.vhmax-lg-50{height:50vmax}}@media (min-width: 992px){.min-lg-vh-50{min-height:50vh}}@media (min-width: 992px){.max-lg-vh-50{max-height:50vh}}@media (min-width: 992px){.svh-lg-vh-50{height:100vh;height:calc(var(--svh, 1vh) * 50);height:50svh}}@media (min-width: 1200px){.vh-xl-50{height:50vh}}@media (min-width: 1200px){.vhmin-xl-50{height:50vmin}}@media (min-width: 1200px){.vhmax-xl-50{height:50vmax}}@media (min-width: 1200px){.min-xl-vh-50{min-height:50vh}}@media (min-width: 1200px){.max-xl-vh-50{max-height:50vh}}@media (min-width: 1200px){.svh-xl-vh-50{height:100vh;height:calc(var(--svh, 1vh) * 50);height:50svh}}@media (min-width: 1400px){.vh-xxl-50{height:50vh}}@media (min-width: 1400px){.vhmin-xxl-50{height:50vmin}}@media (min-width: 1400px){.vhmax-xxl-50{height:50vmax}}@media (min-width: 1400px){.min-xxl-vh-50{min-height:50vh}}@media (min-width: 1400px){.max-xxl-vh-50{max-height:50vh}}@media (min-width: 1400px){.svh-xxl-vh-50{height:100vh;height:calc(var(--svh, 1vh) * 50);height:50svh}}@media (min-width: 1900px){.vh-xxxl-50{height:50vh}}@media (min-width: 1900px){.vhmin-xxxl-50{height:50vmin}}@media (min-width: 1900px){.vhmax-xxxl-50{height:50vmax}}@media (min-width: 1900px){.min-xxxl-vh-50{min-height:50vh}}@media (min-width: 1900px){.max-xxxl-vh-50{max-height:50vh}}@media (min-width: 1900px){.svh-xxxl-vh-50{height:100vh;height:calc(var(--svh, 1vh) * 50);height:50svh}}.vh-xs-66{height:66vh}.vhmin-xs-66{height:66vmin}.vhmax-xs-66{height:66vmax}.min-xs-vh-66{min-height:66vh}.max-xs-vh-66{max-height:66vh}.svh-xs-vh-66{height:100vh;height:calc(var(--svh, 1vh) * 66);height:66svh}@media (min-width: 576px){.vh-sm-66{height:66vh}}@media (min-width: 576px){.vhmin-sm-66{height:66vmin}}@media (min-width: 576px){.vhmax-sm-66{height:66vmax}}@media (min-width: 576px){.min-sm-vh-66{min-height:66vh}}@media (min-width: 576px){.max-sm-vh-66{max-height:66vh}}@media (min-width: 576px){.svh-sm-vh-66{height:100vh;height:calc(var(--svh, 1vh) * 66);height:66svh}}@media (min-width: 768px){.vh-md-66{height:66vh}}@media (min-width: 768px){.vhmin-md-66{height:66vmin}}@media (min-width: 768px){.vhmax-md-66{height:66vmax}}@media (min-width: 768px){.min-md-vh-66{min-height:66vh}}@media (min-width: 768px){.max-md-vh-66{max-height:66vh}}@media (min-width: 768px){.svh-md-vh-66{height:100vh;height:calc(var(--svh, 1vh) * 66);height:66svh}}@media (min-width: 992px){.vh-lg-66{height:66vh}}@media (min-width: 992px){.vhmin-lg-66{height:66vmin}}@media (min-width: 992px){.vhmax-lg-66{height:66vmax}}@media (min-width: 992px){.min-lg-vh-66{min-height:66vh}}@media (min-width: 992px){.max-lg-vh-66{max-height:66vh}}@media (min-width: 992px){.svh-lg-vh-66{height:100vh;height:calc(var(--svh, 1vh) * 66);height:66svh}}@media (min-width: 1200px){.vh-xl-66{height:66vh}}@media (min-width: 1200px){.vhmin-xl-66{height:66vmin}}@media (min-width: 1200px){.vhmax-xl-66{height:66vmax}}@media (min-width: 1200px){.min-xl-vh-66{min-height:66vh}}@media (min-width: 1200px){.max-xl-vh-66{max-height:66vh}}@media (min-width: 1200px){.svh-xl-vh-66{height:100vh;height:calc(var(--svh, 1vh) * 66);height:66svh}}@media (min-width: 1400px){.vh-xxl-66{height:66vh}}@media (min-width: 1400px){.vhmin-xxl-66{height:66vmin}}@media (min-width: 1400px){.vhmax-xxl-66{height:66vmax}}@media (min-width: 1400px){.min-xxl-vh-66{min-height:66vh}}@media (min-width: 1400px){.max-xxl-vh-66{max-height:66vh}}@media (min-width: 1400px){.svh-xxl-vh-66{height:100vh;height:calc(var(--svh, 1vh) * 66);height:66svh}}@media (min-width: 1900px){.vh-xxxl-66{height:66vh}}@media (min-width: 1900px){.vhmin-xxxl-66{height:66vmin}}@media (min-width: 1900px){.vhmax-xxxl-66{height:66vmax}}@media (min-width: 1900px){.min-xxxl-vh-66{min-height:66vh}}@media (min-width: 1900px){.max-xxxl-vh-66{max-height:66vh}}@media (min-width: 1900px){.svh-xxxl-vh-66{height:100vh;height:calc(var(--svh, 1vh) * 66);height:66svh}}.vh-xs-75{height:75vh}.vhmin-xs-75{height:75vmin}.vhmax-xs-75{height:75vmax}.min-xs-vh-75{min-height:75vh}.max-xs-vh-75{max-height:75vh}.svh-xs-vh-75{height:100vh;height:calc(var(--svh, 1vh) * 75);height:75svh}@media (min-width: 576px){.vh-sm-75{height:75vh}}@media (min-width: 576px){.vhmin-sm-75{height:75vmin}}@media (min-width: 576px){.vhmax-sm-75{height:75vmax}}@media (min-width: 576px){.min-sm-vh-75{min-height:75vh}}@media (min-width: 576px){.max-sm-vh-75{max-height:75vh}}@media (min-width: 576px){.svh-sm-vh-75{height:100vh;height:calc(var(--svh, 1vh) * 75);height:75svh}}
@media (min-width: 768px){.vh-md-75{height:75vh}}@media (min-width: 768px){.vhmin-md-75{height:75vmin}}
@media (min-width: 768px){.vhmax-md-75{height:75vmax}}@media (min-width: 768px){.min-md-vh-75{min-height:75vh}}
@media (min-width: 768px){.max-md-vh-75{max-height:75vh}}@media (min-width: 768px){.svh-md-vh-75{height:100vh;height:calc(var(--svh, 1vh) * 75);height:75svh}}
@media (min-width: 992px){.vh-lg-75{height:75vh}}@media (min-width: 992px){.vhmin-lg-75{height:75vmin}}@media (min-width: 992px){.vhmax-lg-75{height:75vmax}}@media (min-width: 992px){.min-lg-vh-75{min-height:75vh}}@media (min-width: 992px){.max-lg-vh-75{max-height:75vh}}@media (min-width: 992px){.svh-lg-vh-75{height:100vh;height:calc(var(--svh, 1vh) * 75);height:75svh}}@media (min-width: 1200px){.vh-xl-75{height:75vh}}@media (min-width: 1200px){.vhmin-xl-75{height:75vmin}}@media (min-width: 1200px){.vhmax-xl-75{height:75vmax}}@media (min-width: 1200px){.min-xl-vh-75{min-height:75vh}}@media (min-width: 1200px){.max-xl-vh-75{max-height:75vh}}@media (min-width: 1200px){.svh-xl-vh-75{height:100vh;height:calc(var(--svh, 1vh) * 75);height:75svh}}@media (min-width: 1400px){.vh-xxl-75{height:75vh}}@media (min-width: 1400px){.vhmin-xxl-75{height:75vmin}}@media (min-width: 1400px){.vhmax-xxl-75{height:75vmax}}@media (min-width: 1400px){.min-xxl-vh-75{min-height:75vh}}@media (min-width: 1400px){.max-xxl-vh-75{max-height:75vh}}@media (min-width: 1400px){.svh-xxl-vh-75{height:100vh;height:calc(var(--svh, 1vh) * 75);height:75svh}}@media (min-width: 1900px){.vh-xxxl-75{height:75vh}}@media (min-width: 1900px){.vhmin-xxxl-75{height:75vmin}}@media (min-width: 1900px){.vhmax-xxxl-75{height:75vmax}}@media (min-width: 1900px){.min-xxxl-vh-75{min-height:75vh}}@media (min-width: 1900px){.max-xxxl-vh-75{max-height:75vh}}@media (min-width: 1900px){.svh-xxxl-vh-75{height:100vh;height:calc(var(--svh, 1vh) * 75);height:75svh}}.vh-xs-100{height:100vh}.vhmin-xs-100{height:100vmin}.vhmax-xs-100{height:100vmax}.min-xs-vh-100{min-height:100vh}.max-xs-vh-100{max-height:100vh}.svh-xs-vh-100{height:100vh;height:calc(var(--svh, 1vh) * 100);height:100svh}@media (min-width: 576px){.vh-sm-100{height:100vh}}@media (min-width: 576px){.vhmin-sm-100{height:100vmin}}@media (min-width: 576px){.vhmax-sm-100{height:100vmax}}@media (min-width: 576px){.min-sm-vh-100{min-height:100vh}}@media (min-width: 576px){.max-sm-vh-100{max-height:100vh}}@media (min-width: 576px){.svh-sm-vh-100{height:100vh;height:calc(var(--svh, 1vh) * 100);height:100svh}}@media (min-width: 768px){.vh-md-100{height:100vh}}@media (min-width: 768px){.vhmin-md-100{height:100vmin}}@media (min-width: 768px){.vhmax-md-100{height:100vmax}}@media (min-width: 768px){.min-md-vh-100{min-height:100vh}}
@media (min-width: 768px){.max-md-vh-100{max-height:100vh}}@media (min-width: 768px){.svh-md-vh-100{height:100vh;height:calc(var(--svh, 1vh) * 100);height:100svh}}
@media (min-width: 992px){.vh-lg-100{height:100vh}}
@media (min-width: 992px){.vhmin-lg-100{height:100vmin}}
@media (min-width: 992px){.vhmax-lg-100{height:100vmax}}
@media (min-width: 992px){.min-lg-vh-100{min-height:100vh}}
@media (min-width: 992px){.max-lg-vh-100{max-height:100vh}}
@media (min-width: 992px){.svh-lg-vh-100{height:100vh;height:calc(var(--svh, 1vh) * 100);height:100svh}}
@media (min-width: 1200px){.vh-xl-100{height:100vh}}
@media (min-width: 1200px){.vhmin-xl-100{height:100vmin}}
@media (min-width: 1200px){.vhmax-xl-100{height:100vmax}}
@media (min-width: 1200px){.min-xl-vh-100{min-height:100vh}}
@media (min-width: 1200px){.max-xl-vh-100{max-height:100vh}}
@media (min-width: 1200px){.svh-xl-vh-100{height:100vh;height:calc(var(--svh, 1vh) * 100);height:100svh}}
@media (min-width: 1400px){.vh-xxl-100{height:100vh}}
@media (min-width: 1400px){.vhmin-xxl-100{height:100vmin}}
@media (min-width: 1400px){.vhmax-xxl-100{height:100vmax}}
@media (min-width: 1400px){.min-xxl-vh-100{min-height:100vh}}
@media (min-width: 1400px){.max-xxl-vh-100{max-height:100vh}}
@media (min-width: 1400px){.svh-xxl-vh-100{height:100vh;height:calc(var(--svh, 1vh) * 100);height:100svh}}
@media (min-width: 1900px){.vh-xxxl-100{height:100vh}}
@media (min-width: 1900px){.vhmin-xxxl-100{height:100vmin}}
@media (min-width: 1900px){.vhmax-xxxl-100{height:100vmax}}
@media (min-width: 1900px){.min-xxxl-vh-100{min-height:100vh}}
@media (min-width: 1900px){.max-xxxl-vh-100{max-height:100vh}}
@media (min-width: 1900px){.svh-xxxl-vh-100{height:100vh;height:calc(var(--svh, 1vh) * 100);height:100svh}}
.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.text-overflow-ellipsis{text-overflow:ellipsis}.mx-n1{margin-left:-0.25rem;margin-right:-0.25rem}.my-n1{margin-top:-0.25rem;margin-bottom:-0.25rem}.mt-n1{margin-top:-0.25rem}.mb-n1{margin-bottom:-0.25rem}.ml-n1{margin-left:-0.25rem}.mr-n1{margin-right:-0.25rem}.mx-xs-n1{margin-left:-0.25rem;margin-right:-0.25rem}.my-xs-n1{margin-top:-0.25rem;margin-bottom:-0.25rem}.mt-xs-n1{margin-top:-0.25rem}.mb-xs-n1{margin-bottom:-0.25rem}.ml-xs-n1{margin-left:-0.25rem}.mr-xs-n1{margin-right:-0.25rem}@media (min-width: 576px){.mx-sm-n1{margin-left:-0.25rem;margin-right:-0.25rem}}@media (min-width: 576px){.my-sm-n1{margin-top:-0.25rem;margin-bottom:-0.25rem}}@media (min-width: 576px){.mt-sm-n1{margin-top:-0.25rem}}@media (min-width: 576px){.mb-sm-n1{margin-bottom:-0.25rem}}@media (min-width: 576px){.ml-sm-n1{margin-left:-0.25rem}}@media (min-width: 576px){.mr-sm-n1{margin-right:-0.25rem}}@media (min-width: 768px){.mx-md-n1{margin-left:-0.25rem;margin-right:-0.25rem}}@media (min-width: 768px){.my-md-n1{margin-top:-0.25rem;margin-bottom:-0.25rem}}@media (min-width: 768px){.mt-md-n1{margin-top:-0.25rem}}@media (min-width: 768px){.mb-md-n1{margin-bottom:-0.25rem}}@media (min-width: 768px){.ml-md-n1{margin-left:-0.25rem}}@media (min-width: 768px){.mr-md-n1{margin-right:-0.25rem}}@media (min-width: 992px){.mx-lg-n1{margin-left:-0.25rem;margin-right:-0.25rem}}@media (min-width: 992px){.my-lg-n1{margin-top:-0.25rem;margin-bottom:-0.25rem}}@media (min-width: 992px){.mt-lg-n1{margin-top:-0.25rem}}@media (min-width: 992px){.mb-lg-n1{margin-bottom:-0.25rem}}@media (min-width: 992px){.ml-lg-n1{margin-left:-0.25rem}}@media (min-width: 992px){.mr-lg-n1{margin-right:-0.25rem}}@media (min-width: 1200px){.mx-xl-n1{margin-left:-0.25rem;margin-right:-0.25rem}}@media (min-width: 1200px){.my-xl-n1{margin-top:-0.25rem;margin-bottom:-0.25rem}}@media (min-width: 1200px){.mt-xl-n1{margin-top:-0.25rem}}@media (min-width: 1200px){.mb-xl-n1{margin-bottom:-0.25rem}}@media (min-width: 1200px){.ml-xl-n1{margin-left:-0.25rem}}@media (min-width: 1200px){.mr-xl-n1{margin-right:-0.25rem}}@media (min-width: 1400px){.mx-xxl-n1{margin-left:-0.25rem;margin-right:-0.25rem}}@media (min-width: 1400px){.my-xxl-n1{margin-top:-0.25rem;margin-bottom:-0.25rem}}@media (min-width: 1400px){.mt-xxl-n1{margin-top:-0.25rem}}@media (min-width: 1400px){.mb-xxl-n1{margin-bottom:-0.25rem}}@media (min-width: 1400px){.ml-xxl-n1{margin-left:-0.25rem}}@media (min-width: 1400px){.mr-xxl-n1{margin-right:-0.25rem}}@media (min-width: 1900px){.mx-xxxl-n1{margin-left:-0.25rem;margin-right:-0.25rem}}@media (min-width: 1900px){.my-xxxl-n1{margin-top:-0.25rem;margin-bottom:-0.25rem}}@media (min-width: 1900px){.mt-xxxl-n1{margin-top:-0.25rem}}@media (min-width: 1900px){.mb-xxxl-n1{margin-bottom:-0.25rem}}@media (min-width: 1900px){.ml-xxxl-n1{margin-left:-0.25rem}}@media (min-width: 1900px){.mr-xxxl-n1{margin-right:-0.25rem}}.mx-n2{margin-left:-0.5rem;margin-right:-0.5rem}.my-n2{margin-top:-0.5rem;margin-bottom:-0.5rem}.mt-n2{margin-top:-0.5rem}.mb-n2{margin-bottom:-0.5rem}.ml-n2{margin-left:-0.5rem}.mr-n2{margin-right:-0.5rem}.mx-xs-n2{margin-left:-0.5rem;margin-right:-0.5rem}.my-xs-n2{margin-top:-0.5rem;margin-bottom:-0.5rem}.mt-xs-n2{margin-top:-0.5rem}.mb-xs-n2{margin-bottom:-0.5rem}.ml-xs-n2{margin-left:-0.5rem}.mr-xs-n2{margin-right:-0.5rem}@media (min-width: 576px){.mx-sm-n2{margin-left:-0.5rem;margin-right:-0.5rem}}@media (min-width: 576px){.my-sm-n2{margin-top:-0.5rem;margin-bottom:-0.5rem}}@media (min-width: 576px){.mt-sm-n2{margin-top:-0.5rem}}@media (min-width: 576px){.mb-sm-n2{margin-bottom:-0.5rem}}@media (min-width: 576px){.ml-sm-n2{margin-left:-0.5rem}}@media (min-width: 576px){.mr-sm-n2{margin-right:-0.5rem}}@media (min-width: 768px){.mx-md-n2{margin-left:-0.5rem;margin-right:-0.5rem}}@media (min-width: 768px){.my-md-n2{margin-top:-0.5rem;margin-bottom:-0.5rem}}@media (min-width: 768px){.mt-md-n2{margin-top:-0.5rem}}@media (min-width: 768px){.mb-md-n2{margin-bottom:-0.5rem}}@media (min-width: 768px){.ml-md-n2{margin-left:-0.5rem}}@media (min-width: 768px){.mr-md-n2{margin-right:-0.5rem}}@media (min-width: 992px){.mx-lg-n2{margin-left:-0.5rem;margin-right:-0.5rem}}@media (min-width: 992px){.my-lg-n2{margin-top:-0.5rem;margin-bottom:-0.5rem}}@media (min-width: 992px){.mt-lg-n2{margin-top:-0.5rem}}@media (min-width: 992px){.mb-lg-n2{margin-bottom:-0.5rem}}@media (min-width: 992px){.ml-lg-n2{margin-left:-0.5rem}}@media (min-width: 992px){.mr-lg-n2{margin-right:-0.5rem}}@media (min-width: 1200px){.mx-xl-n2{margin-left:-0.5rem;margin-right:-0.5rem}}@media (min-width: 1200px){.my-xl-n2{margin-top:-0.5rem;margin-bottom:-0.5rem}}@media (min-width: 1200px){.mt-xl-n2{margin-top:-0.5rem}}@media (min-width: 1200px){.mb-xl-n2{margin-bottom:-0.5rem}}@media (min-width: 1200px){.ml-xl-n2{margin-left:-0.5rem}}@media (min-width: 1200px){.mr-xl-n2{margin-right:-0.5rem}}@media (min-width: 1400px){.mx-xxl-n2{margin-left:-0.5rem;margin-right:-0.5rem}}@media (min-width: 1400px){.my-xxl-n2{margin-top:-0.5rem;margin-bottom:-0.5rem}}@media (min-width: 1400px){.mt-xxl-n2{margin-top:-0.5rem}}@media (min-width: 1400px){.mb-xxl-n2{margin-bottom:-0.5rem}}@media (min-width: 1400px){.ml-xxl-n2{margin-left:-0.5rem}}@media (min-width: 1400px){.mr-xxl-n2{margin-right:-0.5rem}}@media (min-width: 1900px){.mx-xxxl-n2{margin-left:-0.5rem;margin-right:-0.5rem}}@media (min-width: 1900px){.my-xxxl-n2{margin-top:-0.5rem;margin-bottom:-0.5rem}}@media (min-width: 1900px){.mt-xxxl-n2{margin-top:-0.5rem}}@media (min-width: 1900px){.mb-xxxl-n2{margin-bottom:-0.5rem}}@media (min-width: 1900px){.ml-xxxl-n2{margin-left:-0.5rem}}@media (min-width: 1900px){.mr-xxxl-n2{margin-right:-0.5rem}}.mx-n3{margin-left:-1rem;margin-right:-1rem}.my-n3{margin-top:-1rem;margin-bottom:-1rem}.mt-n3{margin-top:-1rem}.mb-n3{margin-bottom:-1rem}.ml-n3{margin-left:-1rem}.mr-n3{margin-right:-1rem}.mx-xs-n3{margin-left:-1rem;margin-right:-1rem}.my-xs-n3{margin-top:-1rem;margin-bottom:-1rem}.mt-xs-n3{margin-top:-1rem}.mb-xs-n3{margin-bottom:-1rem}.ml-xs-n3{margin-left:-1rem}.mr-xs-n3{margin-right:-1rem}@media (min-width: 576px){.mx-sm-n3{margin-left:-1rem;margin-right:-1rem}}@media (min-width: 576px){.my-sm-n3{margin-top:-1rem;margin-bottom:-1rem}}@media (min-width: 576px){.mt-sm-n3{margin-top:-1rem}}@media (min-width: 576px){.mb-sm-n3{margin-bottom:-1rem}}@media (min-width: 576px){.ml-sm-n3{margin-left:-1rem}}@media (min-width: 576px){.mr-sm-n3{margin-right:-1rem}}@media (min-width: 768px){.mx-md-n3{margin-left:-1rem;margin-right:-1rem}}@media (min-width: 768px){.my-md-n3{margin-top:-1rem;margin-bottom:-1rem}}@media (min-width: 768px){.mt-md-n3{margin-top:-1rem}}@media (min-width: 768px){.mb-md-n3{margin-bottom:-1rem}}@media (min-width: 768px){.ml-md-n3{margin-left:-1rem}}@media (min-width: 768px){.mr-md-n3{margin-right:-1rem}}@media (min-width: 992px){.mx-lg-n3{margin-left:-1rem;margin-right:-1rem}}@media (min-width: 992px){.my-lg-n3{margin-top:-1rem;margin-bottom:-1rem}}@media (min-width: 992px){.mt-lg-n3{margin-top:-1rem}}@media (min-width: 992px){.mb-lg-n3{margin-bottom:-1rem}}@media (min-width: 992px){.ml-lg-n3{margin-left:-1rem}}@media (min-width: 992px){.mr-lg-n3{margin-right:-1rem}}@media (min-width: 1200px){.mx-xl-n3{margin-left:-1rem;margin-right:-1rem}}@media (min-width: 1200px){.my-xl-n3{margin-top:-1rem;margin-bottom:-1rem}}@media (min-width: 1200px){.mt-xl-n3{margin-top:-1rem}}@media (min-width: 1200px){.mb-xl-n3{margin-bottom:-1rem}}@media (min-width: 1200px){.ml-xl-n3{margin-left:-1rem}}@media (min-width: 1200px){.mr-xl-n3{margin-right:-1rem}}@media (min-width: 1400px){.mx-xxl-n3{margin-left:-1rem;margin-right:-1rem}}@media (min-width: 1400px){.my-xxl-n3{margin-top:-1rem;margin-bottom:-1rem}}@media (min-width: 1400px){.mt-xxl-n3{margin-top:-1rem}}@media (min-width: 1400px){.mb-xxl-n3{margin-bottom:-1rem}}@media (min-width: 1400px){.ml-xxl-n3{margin-left:-1rem}}@media (min-width: 1400px){.mr-xxl-n3{margin-right:-1rem}}@media (min-width: 1900px){.mx-xxxl-n3{margin-left:-1rem;margin-right:-1rem}}@media (min-width: 1900px){.my-xxxl-n3{margin-top:-1rem;margin-bottom:-1rem}}@media (min-width: 1900px){.mt-xxxl-n3{margin-top:-1rem}}@media (min-width: 1900px){.mb-xxxl-n3{margin-bottom:-1rem}}@media (min-width: 1900px){.ml-xxxl-n3{margin-left:-1rem}}@media (min-width: 1900px){.mr-xxxl-n3{margin-right:-1rem}}.mx-n4{margin-left:-1.5rem;margin-right:-1.5rem}.my-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}.mt-n4{margin-top:-1.5rem}.mb-n4{margin-bottom:-1.5rem}.ml-n4{margin-left:-1.5rem}.mr-n4{margin-right:-1.5rem}.mx-xs-n4{margin-left:-1.5rem;margin-right:-1.5rem}.my-xs-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}.mt-xs-n4{margin-top:-1.5rem}.mb-xs-n4{margin-bottom:-1.5rem}.ml-xs-n4{margin-left:-1.5rem}.mr-xs-n4{margin-right:-1.5rem}@media (min-width: 576px){.mx-sm-n4{margin-left:-1.5rem;margin-right:-1.5rem}}@media (min-width: 576px){.my-sm-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}}@media (min-width: 576px){.mt-sm-n4{margin-top:-1.5rem}}@media (min-width: 576px){.mb-sm-n4{margin-bottom:-1.5rem}}@media (min-width: 576px){.ml-sm-n4{margin-left:-1.5rem}}@media (min-width: 576px){.mr-sm-n4{margin-right:-1.5rem}}@media (min-width: 768px){.mx-md-n4{margin-left:-1.5rem;margin-right:-1.5rem}}@media (min-width: 768px){.my-md-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}}@media (min-width: 768px){.mt-md-n4{margin-top:-1.5rem}}@media (min-width: 768px){.mb-md-n4{margin-bottom:-1.5rem}}@media (min-width: 768px){.ml-md-n4{margin-left:-1.5rem}}@media (min-width: 768px){.mr-md-n4{margin-right:-1.5rem}}@media (min-width: 992px){.mx-lg-n4{margin-left:-1.5rem;margin-right:-1.5rem}}@media (min-width: 992px){.my-lg-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}}@media (min-width: 992px){.mt-lg-n4{margin-top:-1.5rem}}@media (min-width: 992px){.mb-lg-n4{margin-bottom:-1.5rem}}@media (min-width: 992px){.ml-lg-n4{margin-left:-1.5rem}}@media (min-width: 992px){.mr-lg-n4{margin-right:-1.5rem}}@media (min-width: 1200px){.mx-xl-n4{margin-left:-1.5rem;margin-right:-1.5rem}}@media (min-width: 1200px){.my-xl-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}}@media (min-width: 1200px){.mt-xl-n4{margin-top:-1.5rem}}@media (min-width: 1200px){.mb-xl-n4{margin-bottom:-1.5rem}}@media (min-width: 1200px){.ml-xl-n4{margin-left:-1.5rem}}@media (min-width: 1200px){.mr-xl-n4{margin-right:-1.5rem}}@media (min-width: 1400px){.mx-xxl-n4{margin-left:-1.5rem;margin-right:-1.5rem}}@media (min-width: 1400px){.my-xxl-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}}@media (min-width: 1400px){.mt-xxl-n4{margin-top:-1.5rem}}@media (min-width: 1400px){.mb-xxl-n4{margin-bottom:-1.5rem}}@media (min-width: 1400px){.ml-xxl-n4{margin-left:-1.5rem}}@media (min-width: 1400px){.mr-xxl-n4{margin-right:-1.5rem}}@media (min-width: 1900px){.mx-xxxl-n4{margin-left:-1.5rem;margin-right:-1.5rem}}@media (min-width: 1900px){.my-xxxl-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}}@media (min-width: 1900px){.mt-xxxl-n4{margin-top:-1.5rem}}@media (min-width: 1900px){.mb-xxxl-n4{margin-bottom:-1.5rem}}@media (min-width: 1900px){.ml-xxxl-n4{margin-left:-1.5rem}}@media (min-width: 1900px){.mr-xxxl-n4{margin-right:-1.5rem}}.mx-n5{margin-left:-3rem;margin-right:-3rem}.my-n5{margin-top:-3rem;margin-bottom:-3rem}.mt-n5{margin-top:-3rem}.mb-n5{margin-bottom:-3rem}.ml-n5{margin-left:-3rem}.mr-n5{margin-right:-3rem}.mx-xs-n5{margin-left:-3rem;margin-right:-3rem}.my-xs-n5{margin-top:-3rem;margin-bottom:-3rem}.mt-xs-n5{margin-top:-3rem}.mb-xs-n5{margin-bottom:-3rem}.ml-xs-n5{margin-left:-3rem}.mr-xs-n5{margin-right:-3rem}@media (min-width: 576px){.mx-sm-n5{margin-left:-3rem;margin-right:-3rem}}@media (min-width: 576px){.my-sm-n5{margin-top:-3rem;margin-bottom:-3rem}}@media (min-width: 576px){.mt-sm-n5{margin-top:-3rem}}@media (min-width: 576px){.mb-sm-n5{margin-bottom:-3rem}}@media (min-width: 576px){.ml-sm-n5{margin-left:-3rem}}@media (min-width: 576px){.mr-sm-n5{margin-right:-3rem}}@media (min-width: 768px){.mx-md-n5{margin-left:-3rem;margin-right:-3rem}}@media (min-width: 768px){.my-md-n5{margin-top:-3rem;margin-bottom:-3rem}}@media (min-width: 768px){.mt-md-n5{margin-top:-3rem}}@media (min-width: 768px){.mb-md-n5{margin-bottom:-3rem}}@media (min-width: 768px){.ml-md-n5{margin-left:-3rem}}@media (min-width: 768px){.mr-md-n5{margin-right:-3rem}}@media (min-width: 992px){.mx-lg-n5{margin-left:-3rem;margin-right:-3rem}}@media (min-width: 992px){.my-lg-n5{margin-top:-3rem;margin-bottom:-3rem}}@media (min-width: 992px){.mt-lg-n5{margin-top:-3rem}}@media (min-width: 992px){.mb-lg-n5{margin-bottom:-3rem}}@media (min-width: 992px){.ml-lg-n5{margin-left:-3rem}}@media (min-width: 992px){.mr-lg-n5{margin-right:-3rem}}@media (min-width: 1200px){.mx-xl-n5{margin-left:-3rem;margin-right:-3rem}}@media (min-width: 1200px){.my-xl-n5{margin-top:-3rem;margin-bottom:-3rem}}@media (min-width: 1200px){.mt-xl-n5{margin-top:-3rem}}@media (min-width: 1200px){.mb-xl-n5{margin-bottom:-3rem}}@media (min-width: 1200px){.ml-xl-n5{margin-left:-3rem}}@media (min-width: 1200px){.mr-xl-n5{margin-right:-3rem}}@media (min-width: 1400px){.mx-xxl-n5{margin-left:-3rem;margin-right:-3rem}}@media (min-width: 1400px){.my-xxl-n5{margin-top:-3rem;margin-bottom:-3rem}}@media (min-width: 1400px){.mt-xxl-n5{margin-top:-3rem}}@media (min-width: 1400px){.mb-xxl-n5{margin-bottom:-3rem}}@media (min-width: 1400px){.ml-xxl-n5{margin-left:-3rem}}@media (min-width: 1400px){.mr-xxl-n5{margin-right:-3rem}}@media (min-width: 1900px){.mx-xxxl-n5{margin-left:-3rem;margin-right:-3rem}}@media (min-width: 1900px){.my-xxxl-n5{margin-top:-3rem;margin-bottom:-3rem}}@media (min-width: 1900px){.mt-xxxl-n5{margin-top:-3rem}}@media (min-width: 1900px){.mb-xxxl-n5{margin-bottom:-3rem}}@media (min-width: 1900px){.ml-xxxl-n5{margin-left:-3rem}}@media (min-width: 1900px){.mr-xxxl-n5{margin-right:-3rem}}.custom-select-sm{padding-top:0;padding-bottom:0}.bg-semi-transparent-black{background:rgba(0,0,0,0.75)}.bg-semi-transparent-white,.headroom--not-top{background-color:rgba(255,255,255,0.9)}@media (min-width: 992px){.bg-lg-transparent{background-color:transparent !important}}.mt-grid-gutter{margin-top:30px}.mb-grid-gutter{margin-bottom:30px}.mb-n-grid-gutter{margin-bottom:-30px}.embed-responsive-3by2::before{padding-top:66.6666666667%}.text-underline{text-decoration:underline !important}.text-no-underline{text-decoration:none !important}.text-outline-danger{color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke-color:#d0a850;-webkit-text-stroke-width:2px}@media (min-width: 992px){.text-outline-danger{-webkit-text-stroke-width:3px}}.nested-link-body a{color:#212529}.nested-link-white a{color:#FFF}.nested-link-underline a{text-decoration:underline}.dropdown-menu-narrow{min-width:5rem}.list-separator-slash li:not(:last-child):after{content:"/"}.list-separator-comma li:not(:last-child):after{content:","}.list-marker-bold li::marker{font-weight:700}.background-size-cover{background-size:cover}.background-position-centered{background-position:center center}.background-no-repeat{background-repeat:no-repeat}.object-fit-cover{-o-object-fit:cover;object-fit:cover}.line-height-0{line-height:0 !important}.line-height-point8{line-height:0.8 !important}.line-height-point85{line-height:0.85 !important}.line-height-point9{line-height:0.9 !important}.line-height-1{line-height:1 !important}
.font-family-heading,#tripleseat #tripleseat_embed_form_inline .tripleseat_field input.button,#tripleseat #tripleseat_embed_form_inline .tripleseat_field button{
    font-family:'Montserrat';
}
.block-shadow{box-shadow:0.25rem 0.25rem 0}.block-shadow-primary{box-shadow:0.25rem 0.25rem 0 #d0a850}.circle-shadow{box-shadow:rgba(102,102,102,0.54) 0px 2px 2px 0px}.carousel-indicators-position-reset{position:static;left:inherit;right:inherit;bottom:inherit;margin:0}.carousel-indicators-dots li,.indicators-dots li{border-radius:100%;height:10px;width:10px}.carousel-control-white .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='23.485' height='23.485' viewBox='0 0 23.485 23.485'%3E%3Cpath d='M3034.137,2086.125H3019.53v-14.606l4.975,9.632Z' transform='translate(-658.603 -3598.501) rotate(45)' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")}.carousel-control-white .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='23.485' height='23.485' viewBox='0 0 23.485 23.485'%3E%3Cpath d='M3034.137,2086.125H3019.53v-14.606l4.975,9.632Z' transform='translate(682.088 3621.986) rotate(-135)' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")}.carousel-control-primary .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d0a850' width='23.485' height='23.485' viewBox='0 0 23.485 23.485'%3E%3Cpath d='M3034.137,2086.125H3019.53v-14.606l4.975,9.632Z' transform='translate(-658.603 -3598.501) rotate(45)' stroke='%23d0a850' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")}.carousel-control-primary .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d0a850' width='23.485' height='23.485' viewBox='0 0 23.485 23.485'%3E%3Cpath d='M3034.137,2086.125H3019.53v-14.606l4.975,9.632Z' transform='translate(682.088 3621.986) rotate(-135)' stroke='%23d0a850' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")}
.carousel-caption-left{bottom:0;left:1rem;right:initial}
.scroll-position--halfway-past-fold .bg-white-halfway-past-fold{background-color:#FFF !important}
/*jghjghjgh*/
.list-inline.list-inline-narrow .list-inline-item:not(:last-child){margin-right:0.25rem}
.nav-light .nav-link,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .nav-link{color:#d0a850}
.nav-light .nav-link:hover,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .nav-link:hover,.nav-light .nav-link:focus,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .nav-link:focus{color:#000}
.nav-light .nav-link.disabled,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .nav-link.disabled{color:rgba(0,0,0,0.3)}
.nav-light .show>.nav-link,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .show>.nav-link,.nav-light .active>.nav-link,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .active>.nav-link,.nav-light .nav-link.show,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .nav-link.show,.nav-light .nav-link.active,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .nav-link.active{color:#000}
.nav-light .nav-item.nav-item-with-hover:hover .nav-link,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .nav-item.nav-item-with-hover:hover .nav-link,.nav-light .nav-item.nav-item-with-hover:focus .nav-link,.scroll-position--halfway-past-fold .nav-light-halfway-past-fold .nav-item.nav-item-with-hover:focus .nav-link{color:#000}
.nav-dark .nav-link,.nav-dark-alt .nav-link{color:#FFF}
.nav-dark .nav-link:hover,.nav-dark-alt .nav-link:hover,.nav-dark .nav-link:focus,.nav-dark-alt .nav-link:focus{color:#d0a850}
.nav-dark .nav-link.disabled,.nav-dark-alt .nav-link.disabled{color:rgba(255,255,255,0.25)}
.nav-dark .show>.nav-link,.nav-dark-alt .show>.nav-link,.nav-dark .active>.nav-link,.nav-dark-alt .active>.nav-link,.nav-dark .nav-link.show,.nav-dark-alt .nav-link.show,.nav-dark .nav-link.active,.nav-dark-alt .nav-link.active{color:#d0a850; border:none;}
.nav-dark .nav-item.nav-item-with-hover:hover .nav-link,.nav-dark-alt .nav-item.nav-item-with-hover:hover .nav-link,.nav-dark .nav-item.nav-item-with-hover:focus .nav-link,.nav-dark-alt .nav-item.nav-item-with-hover:focus .nav-link{color:#d0a850}
.nav-dark-alt .nav-link:hover,.nav-dark-alt .nav-link:focus{color:#000}
.nav-dark-alt .nav-item.nav-item-with-hover:hover .nav-link,.nav-dark-alt .nav-item.nav-item-with-hover:focus .nav-link{color:#000}
.scroll-position--halfway-past-fold .d-halfway-past-fold-block{display:block !important}
@media (min-width: 992px){.scroll-position--halfway-past-fold .d-halfway-past-fold-lg-none{display:none !important}}.scroll-position--bottom .push-from-bottom{transform:translateY(-7rem);transition:0.5s ease-in-out}@media (min-width: 992px){.scroll-position--bottom .push-from-bottom{transform:translateY(-5rem)}}.navbar-logo{width:12.5rem}@media (min-width: 992px){.navbar-logo-lg-lg{width:16rem}}[data-behavior~=conceal]:hover>.conceal{display:block}.conceal{display:none}.conceal.show{display:initial}.conceal.show.fade-in{-webkit-animation:fade_in ease 0.5s;animation:fade_in ease 0.5s}.navbar-collapse-overlay-menu .collapsing:before,.navbar-collapse-overlay-menu .collapse.show:before{height:100vh;background:rgba(255,255,255,0.96);content:"";position:absolute;bottom:0;top:0;left:0;right:0;z-index:-1}.scrim-dark:before{background-color:rgba(0,0,0,0.1);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.scrim-b-dark:before{background-image:linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 30%, transparent 50%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}@media (min-width: 576px){.scrim-l-dark-sm:before{background-image:linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 30%, transparent 50%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}}@media (min-width: 992px){.scrim-l-dark-lg:before{background-image:linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 30%, transparent 50%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}}.scrim-b-light:before{background-image:linear-gradient(to top, #fff, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 50%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}
@media (min-width: 576px){.scrim-l-light-sm:before{background-image:linear-gradient(to right, #fff, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 50%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}}
@media (min-width: 992px){.scrim-l-light-lg:before{background-image:linear-gradient(to right, #fff, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 50%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}}
.scrim-b-dark-with-offset{background:#000}
.scrim-b-dark-with-offset:before{background-image:linear-gradient(to top, #000, rgba(0,0,0,0.5) 15%, transparent 30%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}
.scrim-b-light-with-offset{background:#FFF}
.scrim-b-light-with-offset:before{background-image:linear-gradient(to top, #fff, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0) 30%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}
.scrim-b-dark-with-offset:before,.scrim-b-light-with-offset:before{top:unset;bottom:40vh}
.scrim-b-dark-with-offset .scrim-b-with-offset-img,.scrim-b-light-with-offset .scrim-b-with-offset-img{padding-bottom:40vh}
@media (min-width: 576px){.scrim-l-dark-with-offset-sm:before{background-image:linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 30%, transparent 50%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}}
@media (min-width: 576px){.scrim-l-light-with-offset-sm:before{background-image:linear-gradient(to right, #fff, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 50%);position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}}
@media (min-width: 576px){.scrim-l-dark-with-offset-sm:before,.scrim-l-light-with-offset-sm:before{top:0;bottom:unset}
                          .scrim-l-dark-with-offset-sm .scrim-b-with-offset-img,.scrim-l-light-with-offset-sm .scrim-b-with-offset-img{padding-bottom:0}}
.scroll-snap-type-y-mandatory{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}
.scroll-snap-align-start{scroll-snap-align:start}.scroll-snap-align-end{scroll-snap-align:end}.list-group-warning .list-group-item-action{color:#FFC527}
.list-group-warning .list-group-item-action:hover,.list-group-warning .list-group-item-action:focus{color:#FFF;background-color:#FFC527}
.list-group-warning .list-group-item{background-color:#FFF;border-color:#FFC527}
.list-group-warning .list-group-item.active{color:#FFF;background-color:#FFC527;border-color:#FFC527}
.list-group-white .list-group-item-action{color:#d0a850}.list-group-white .list-group-item-action:hover,.list-group-white .list-group-item-action:focus{color:#FFF;background-color:#d0a850}
.list-group-white .list-group-item{background-color:#FFF;border-color:#d0a850}.list-group-white .list-group-item.active{color:#FFF;background-color:#d0a850;border-color:#d0a850}
.list-group-vertical-interior-border .list-group-item{border-left:none;border-right:none}
.list-group-xs-vertical-interior-border .list-group-item{border-left:none;border-right:none}
.list-group-vertical-interior-border .list-group-item{border-left:none;border-right:none}
@media (min-width: 576px){
    .list-group-sm-vertical-interior-border .list-group-item{border-left:none;border-right:none}}
.list-group-vertical-interior-border .list-group-item{border-left:none;border-right:none}
@media (min-width: 768px){.list-group-md-vertical-interior-border .list-group-item{border-left:none;border-right:none}}
.list-group-vertical-interior-border .list-group-item{border-left:none;border-right:none}
@media (min-width: 992px){.list-group-lg-vertical-interior-border .list-group-item{border-left:none;border-right:none}}
.list-group-vertical-interior-border .list-group-item{border-left:none;border-right:none}
@media (min-width: 1200px){
    .list-group-xl-vertical-interior-border .list-group-item{border-left:none;border-right:none}}
.list-group-vertical-interior-border .list-group-item{border-left:none;border-right:none}
@media (min-width: 1400px){.list-group-xxl-vertical-interior-border .list-group-item{border-left:none;border-right:none}}
.list-group-vertical-interior-border .list-group-item{border-left:none;border-right:none}
@media (min-width: 1900px){
    .list-group-xxxl-vertical-interior-border .list-group-item{border-left:none;border-right:none}}
.list-group-interior-border .list-group-item:nth-child(even){border-right:none}
.list-group-interior-border .list-group-item:nth-child(odd){border-left:none;border-right:none}
.list-group-interior-border .list-group-item:last-child{margin-bottom:-1px}
/*hgghjghj*/
@media (min-width: 992px){
    .list-group-lg-active-arrow .list-group-item.active:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d0a850' width='23.485' height='23.485' viewBox='0 0 23.485 23.485'%3E%3Cpath d='M3034.137,2086.125H3019.53v-14.606l4.975,9.632Z' transform='translate(682.088 3621.986) rotate(-135)' stroke='%23d0a850' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");position:absolute;right:1rem}}
@media (min-width: 992px){.list-group-lg-active-arrow-white .list-group-item.active:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='23.485' height='23.485' viewBox='0 0 23.485 23.485'%3E%3Cpath d='M3034.137,2086.125H3019.53v-14.606l4.975,9.632Z' transform='translate(682.088 3621.986) rotate(-135)' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");position:absolute;right:1rem}}
.carousel-caption-position-reset{bottom:0;left:0;right:0;text-align:inherit;top:0;padding:0}
.indicators-vertical{display:flex;flex-direction:column}.indicators-vertical li{margin-bottom:0.5rem}
.indicators-vertical .nav-link{padding-left:0;padding-right:0}
.indicators-right{bottom:50%;left:auto;right:1rem;top:50%}
.indicators-hollow-primary li{background-color:transparent;border:1px solid #d0a850}
.indicators-hollow-primary li.active{background-color:#d0a850}
.indicators-hollow-white li{background-color:transparent;border:1px solid #FFF}
.indicators-hollow-white li.active{background-color:#FFF}
.nav-link.scrollspy-prevent-active.active{background-color:inherit}
.fixed-element-front{position:relative;z-index:20}
.fixed-element-front-header{position:relative;z-index:1021}
.fixed-element-behind{z-index:19}.d-grid{display:grid}
.d-xs-grid{display:grid !important}
.grid-row-xs-1{grid-row:1}.grid-row-xs-1-span-2{grid-row:1 / span 2}
.grid-col-xs-2{grid-column:2}.grid-col-xs-2-span-2{grid-column:2 / span 2}.grid-template-rows-xs-min-content{grid-template-rows:-webkit-min-content;grid-template-rows:min-content}
.grid-template-rows-xs-max-content{grid-template-rows:-webkit-max-content;grid-template-rows:max-content}
.grid-template-cols-xs-4-8{grid-template-columns:calc(33.3333333333% - 15px) calc(66.6666666667% - 15px);grid-gap:0 30px}
.grid-template-cols-xs-4-8.no-gutters{grid-template-columns:calc(33.3333333333% - 0px) calc(66.6666666667% - 0px);grid-gap:0 0px}
.grid-template-cols-xs-8-4{grid-template-columns:calc(66.6666666667% - 15px) calc(33.3333333333% - 15px);grid-gap:0 30px}
.grid-template-cols-xs-8-4.no-gutters{grid-template-columns:calc(66.6666666667% - 0px) calc(33.3333333333% - 0px);grid-gap:0 0px}
@media (min-width: 576px){.d-sm-grid{display:grid !important}}
@media (min-width: 576px){.grid-row-sm-1{grid-row:1}}
@media (min-width: 576px){.grid-row-sm-1-span-2{grid-row:1 / span 2}}
@media (min-width: 576px){.grid-col-sm-2{grid-column:2}}
@media (min-width: 576px){.grid-col-sm-2-span-2{grid-column:2 / span 2}}
@media (min-width: 576px){.grid-template-rows-sm-min-content{grid-template-rows:-webkit-min-content;grid-template-rows:min-content}}
@media (min-width: 576px){.grid-template-rows-sm-max-content{grid-template-rows:-webkit-max-content;grid-template-rows:max-content}}
@media (min-width: 576px){.grid-template-cols-sm-4-8{grid-template-columns:calc(33.3333333333% - 15px) calc(66.6666666667% - 15px);grid-gap:0 30px}
.grid-template-cols-sm-4-8.no-gutters{grid-template-columns:calc(33.3333333333% - 0px) calc(66.6666666667% - 0px);grid-gap:0 0px}}
@media (min-width: 576px){.grid-template-cols-sm-8-4{grid-template-columns:calc(66.6666666667% - 15px) calc(33.3333333333% - 15px);grid-gap:0 30px}
     .grid-template-cols-sm-8-4.no-gutters{grid-template-columns:calc(66.6666666667% - 0px) calc(33.3333333333% - 0px);grid-gap:0 0px}}
@media (min-width: 768px){.d-md-grid{display:grid !important}}
@media (min-width: 768px){.grid-row-md-1{grid-row:1}}@media (min-width: 768px){.grid-row-md-1-span-2{grid-row:1 / span 2}}
@media (min-width: 768px){.grid-col-md-2{grid-column:2}}@media (min-width: 768px){.grid-col-md-2-span-2{grid-column:2 / span 2}}
@media (min-width: 768px){.grid-template-rows-md-min-content{grid-template-rows:-webkit-min-content;grid-template-rows:min-content}}
@media (min-width: 768px){.grid-template-rows-md-max-content{grid-template-rows:-webkit-max-content;grid-template-rows:max-content}}
@media (min-width: 768px){.grid-template-cols-md-4-8{grid-template-columns:calc(33.3333333333% - 15px) calc(66.6666666667% - 15px);grid-gap:0 30px}
     .grid-template-cols-md-4-8.no-gutters{grid-template-columns:calc(33.3333333333% - 0px) calc(66.6666666667% - 0px);grid-gap:0 0px}}
@media (min-width: 768px){.grid-template-cols-md-8-4{grid-template-columns:calc(66.6666666667% - 15px) calc(33.3333333333% - 15px);grid-gap:0 30px}
     .grid-template-cols-md-8-4.no-gutters{grid-template-columns:calc(66.6666666667% - 0px) calc(33.3333333333% - 0px);grid-gap:0 0px}}
@media (min-width: 992px){.d-lg-grid{display:grid !important}}
@media (min-width: 992px){.grid-row-lg-1{grid-row:1}}
@media (min-width: 992px){.grid-row-lg-1-span-2{grid-row:1 / span 2}}
@media (min-width: 992px){.grid-col-lg-2{grid-column:2}}
@media (min-width: 992px){.grid-col-lg-2-span-2{grid-column:2 / span 2}}
@media (min-width: 992px){.grid-template-rows-lg-min-content{grid-template-rows:-webkit-min-content;grid-template-rows:min-content}}
@media (min-width: 992px){.grid-template-rows-lg-max-content{grid-template-rows:-webkit-max-content;grid-template-rows:max-content}}
@media (min-width: 992px){.grid-template-cols-lg-4-8{grid-template-columns:calc(33.3333333333% - 15px) calc(66.6666666667% - 15px);grid-gap:0 30px}
                          .grid-template-cols-lg-4-8.no-gutters{grid-template-columns:calc(33.3333333333% - 0px) calc(66.6666666667% - 0px);grid-gap:0 0px}}
@media (min-width: 992px){.grid-template-cols-lg-8-4{grid-template-columns:calc(66.6666666667% - 15px) calc(33.3333333333% - 15px);grid-gap:0 30px}
                          .grid-template-cols-lg-8-4.no-gutters{grid-template-columns:calc(66.6666666667% - 0px) calc(33.3333333333% - 0px);grid-gap:0 0px}}
@media (min-width: 1200px){.d-xl-grid{display:grid !important}}
@media (min-width: 1200px){.grid-row-xl-1{grid-row:1}}
@media (min-width: 1200px){.grid-row-xl-1-span-2{grid-row:1 / span 2}}
@media (min-width: 1200px){.grid-col-xl-2{grid-column:2}}
@media (min-width: 1200px){.grid-col-xl-2-span-2{grid-column:2 / span 2}}
@media (min-width: 1200px){.grid-template-rows-xl-min-content{grid-template-rows:-webkit-min-content;grid-template-rows:min-content}}
@media (min-width: 1200px){.grid-template-rows-xl-max-content{grid-template-rows:-webkit-max-content;grid-template-rows:max-content}}
@media (min-width: 1200px){.grid-template-cols-xl-4-8{grid-template-columns:calc(33.3333333333% - 15px) calc(66.6666666667% - 15px);grid-gap:0 30px}
                           .grid-template-cols-xl-4-8.no-gutters{grid-template-columns:calc(33.3333333333% - 0px) calc(66.6666666667% - 0px);grid-gap:0 0px}}
@media (min-width: 1200px){.grid-template-cols-xl-8-4{grid-template-columns:calc(66.6666666667% - 15px) calc(33.3333333333% - 15px);grid-gap:0 30px}
                           .grid-template-cols-xl-8-4.no-gutters{grid-template-columns:calc(66.6666666667% - 0px) calc(33.3333333333% - 0px);grid-gap:0 0px}}
@media (min-width: 1400px){.d-xxl-grid{display:grid !important}}
@media (min-width: 1400px){.grid-row-xxl-1{grid-row:1}}
@media (min-width: 1400px){.grid-row-xxl-1-span-2{grid-row:1 / span 2}}
@media (min-width: 1400px){.grid-col-xxl-2{grid-column:2}}
@media (min-width: 1400px){.grid-col-xxl-2-span-2{grid-column:2 / span 2}}
@media (min-width: 1400px){.grid-template-rows-xxl-min-content{grid-template-rows:-webkit-min-content;grid-template-rows:min-content}}
@media (min-width: 1400px){.grid-template-rows-xxl-max-content{grid-template-rows:-webkit-max-content;grid-template-rows:max-content}}
@media (min-width: 1400px){.grid-template-cols-xxl-4-8{grid-template-columns:calc(33.3333333333% - 15px) calc(66.6666666667% - 15px);grid-gap:0 30px}
                           .grid-template-cols-xxl-4-8.no-gutters{grid-template-columns:calc(33.3333333333% - 0px) calc(66.6666666667% - 0px);grid-gap:0 0px}}
@media (min-width: 1400px){.grid-template-cols-xxl-8-4{grid-template-columns:calc(66.6666666667% - 15px) calc(33.3333333333% - 15px);grid-gap:0 30px}
                           .grid-template-cols-xxl-8-4.no-gutters{grid-template-columns:calc(66.6666666667% - 0px) calc(33.3333333333% - 0px);grid-gap:0 0px}}
@media (min-width: 1900px){.d-xxxl-grid{display:grid !important}}
@media (min-width: 1900px){.grid-row-xxxl-1{grid-row:1}}
@media (min-width: 1900px){.grid-row-xxxl-1-span-2{grid-row:1 / span 2}}
@media (min-width: 1900px){.grid-col-xxxl-2{grid-column:2}}
@media (min-width: 1900px){.grid-col-xxxl-2-span-2{grid-column:2 / span 2}}
@media (min-width: 1900px){.grid-template-rows-xxxl-min-content{grid-template-rows:-webkit-min-content;grid-template-rows:min-content}}
@media (min-width: 1900px){.grid-template-rows-xxxl-max-content{grid-template-rows:-webkit-max-content;grid-template-rows:max-content}}
@media (min-width: 1900px){.grid-template-cols-xxxl-4-8{grid-template-columns:calc(33.3333333333% - 15px) calc(66.6666666667% - 15px);grid-gap:0 30px}
                           .grid-template-cols-xxxl-4-8.no-gutters{grid-template-columns:calc(33.3333333333% - 0px) calc(66.6666666667% - 0px);grid-gap:0 0px}}
@media (min-width: 1900px){.grid-template-cols-xxxl-8-4{grid-template-columns:calc(66.6666666667% - 15px) calc(33.3333333333% - 15px);grid-gap:0 30px}
                           .grid-template-cols-xxxl-8-4.no-gutters{grid-template-columns:calc(66.6666666667% - 0px) calc(33.3333333333% - 0px);grid-gap:0 0px}}
.image-with-caption{position:relative}.image-with-caption .image-caption{bottom:0;left:0;position:absolute;right:0;top:0}
                                      .image-with-caption-xs{position:relative}.image-with-caption-xs .image-caption{bottom:0;left:0;position:absolute;right:0;top:0}
@media (min-width: 576px){.image-with-caption-sm{position:relative}.image-with-caption-sm .image-caption{bottom:0;left:0;position:absolute;right:0;top:0}}
@media (min-width: 768px){.image-with-caption-md{position:relative}.image-with-caption-md .image-caption{bottom:0;left:0;position:absolute;right:0;top:0}}
@media (min-width: 992px){.image-with-caption-lg{position:relative}.image-with-caption-lg .image-caption{bottom:0;left:0;position:absolute;right:0;top:0}}
@media (min-width: 1200px){.image-with-caption-xl{position:relative}.image-with-caption-xl .image-caption{bottom:0;left:0;position:absolute;right:0;top:0}}
@media (min-width: 1400px){.image-with-caption-xxl{position:relative}.image-with-caption-xxl .image-caption{bottom:0;left:0;position:absolute;right:0;top:0}}
@media (min-width: 1900px){.image-with-caption-xxxl{position:relative}.image-with-caption-xxxl .image-caption{bottom:0;left:0;position:absolute;right:0;top:0}}
.image-hover-set{position:relative}.image-hover-set .image-hover-item{position:absolute;top:0;opacity:0;transition:0.5s}.image-hover-set .image-hover-item.active{opacity:1}
.form-control-minimal{border:0;border-bottom:1px solid #d0a850;padding-left:0}.form-control-minimal::-moz-placeholder{color:#d0a850}
.form-control-minimal:-ms-input-placeholder{color:#d0a850}
.form-control-minimal::placeholder{color:#d0a850}
.form-control-minimal:focus{border-color:#870a0b;box-shadow:none}
.article_text h1,.article_text h1,.article_text .h1,.article_text h2,.article_text .h2,.article_text .campaign_text h1,.campaign_text .article_text h1,.article_text .campaign_text h2,.campaign_text .article_text h2,.article_text h2,.article_text .h2,.article_text h3,.article_text .h3,.campaign_text h1,.campaign_text .article_text h1,.article_text .campaign_text h1,.campaign_text .article_text h2,.article_text .campaign_text h2,.campaign_text h1,.campaign_text .h1,.campaign_text h2,.campaign_text .h2,.campaign_text h2,.campaign_text .h2,.campaign_text h3,.campaign_text .h3{margin:1.5rem 0}.article_text h1,.article_text h1,.article_text .h1,.article_text h2,.article_text .h2,.article_text .campaign_text h1,.campaign_text .article_text h1,.article_text .campaign_text h2,.campaign_text .article_text h2,.article_text h2,.article_text .h2,.campaign_text h1,.campaign_text .article_text h1,.article_text .campaign_text h1,.campaign_text .article_text h2,.article_text .campaign_text h2,.campaign_text h1,.campaign_text .h1,.campaign_text h2,.campaign_text .h2,.campaign_text h2,.campaign_text .h2{color:#d0a850}
.homepage-property-nav-link{font-size:6vh}
@media (min-width: 992px){.homepage-property-nav-link{font-size:7vh}}
.headroom{will-change:transform;transition:transform 200ms linear}
.headroom--pinned{transform:translateY(0%)}
.headroom--unpinned{transform:translateY(-100%)}
.osano-cm-window,.osano-cm-dialog{font-family:"GT Zirkon", Georgia, Times New Roman, serif}
.osano-cm-button,.osano-cm-header{border-color:transparent;font-family:"Montserrat", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";letter-spacing:-0.03em}
.osano-cm-widget{display:none}
label.required:after{content:"*"}
.collapse-icon-arrow{align-items:flex-start;display:flex !important;flex-direction:row;justify-content:flex-start}
.collapse-icon-arrow:before{display:block;font-family:"FontAwesome";min-width:1.5rem;text-align:left;width:1.5rem}
.collapse-icon-arrow.collapsed:before{content:"\f105"}
.collapse-icon-arrow:not(.collapsed):before{content:"\f107"}
#tripleseat #tripleseat_embed_form_inline{padding:0}
#tripleseat #tripleseat_embed_form_inline .tripleseat_field{width:100%}
#tripleseat #tripleseat_embed_form_inline .tripleseat_field input.timeselect_input{padding:0 1.5rem}
#tripleseat #tripleseat_embed_form_inline .tripleseat_field input.checkbox{float:none}
#tripleseat #tripleseat_embed_form_inline .tripleseat_field input.checkbox+label{float:none}
#tripleseat #tripleseat_embed_form_inline .tripleseat_field input.hasDatepicker{width:100%}
#tripleseat #tripleseat_embed_form_inline .tripleseat_field input.button{border:none !important}
#tripleseat #tripleseat_embed_form_inline .tripleseat_field button{border:none !important}
#tripleseat #tripleseat_embed_form_inline .tripleseat_field.ts_powered_by{display:none}
#tripleseat #tripleseat_embed_form_inline h2.row_details_header{margin-top:1.5rem}
#tripleseat .errorExplanation{background-color:transparent;padding:1rem}
iframe#web-messenger-container{bottom:4rem;right:0.6rem}
iframe#web-messenger-container.open{bottom:0}
@media (min-width: 992px){
    iframe#web-messenger-container{bottom:0;right:6.5rem}}
header nav.navbar .dropdown-item[data-locale="en-GB"]:not(.active){display:none}
html[lang="en-GB"] header nav.navbar .dropdown-item[data-locale="en"]{display:none}
.radioplayer-container .radioco-playButton-playing,.radioplayer-container .radioco-playButton-paused{display:inline-block;font-family:"controls"}
.radioplayer-container .radioco-playButton-playing:before{font-family:'FontAwesome', sans-serif;content:"\f04b"}
.radioplayer-container .radioco-playButton-paused:before{font-family:'FontAwesome', sans-serif;content:"\f04c"}
.radioplayer-container .radioco-playButton{color:#000;font-size:2.275rem;order:2;padding:1rem}.radioplayer-container .radioco-playButton:active{color:black}
.radioplayer-container .radioco-nowPlaying{font-family:"Montserrat", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:2.275rem;order:3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radioplayer-container .radioco-image{order:1;width:5rem}.radioplayer-container.pinned{position:fixed;bottom:0;left:0;right:0;z-index:2;transform-origin:top;-webkit-animation:expand_from_top 0.3s ease-out 0s;animation:expand_from_top 0.3s ease-out 0s}.radioplayer-container.pinned .radioco-custom-nowPlaying-container{padding-bottom:0.25rem !important;padding-top:0.25rem !important}
.radioplayer-container.pinned .radioco-custom-author,.radioplayer-container.pinned .radioco-custom-socialLinks,.radioplayer-container.pinned .radioco-custom-upNext{display:none !important}
.radioplayer-container.pinned .radioco-playButton,.radioplayer-container.pinned .radioco-playButton-playing:before,.radioplayer-container.pinned .radioco-playButton-paused:before,.radioplayer-container.pinned .radioco-nowPlaying{font-size:inherit}
.radioplayer-container.pinned .radioco-image{width:2.5rem}.radioplayer-container.pinned[data-playing=true] .radioco-playButton:after{width:30px}
@media (max-width: 767.98px){.radioplayer-container.pinned{box-shadow:5px 5px 0px 0px rgba(0,0,0,0.2);bottom:0.75rem;left:0.75rem;right:0.75rem}}
@media (min-width: 576px){.radioplayer-container.pinned{border-bottom:0 !important;border-left:0 !important;border-right:0 !important}}
@-webkit-keyframes expand_from_top{0%{transform:scaleY(0)}100%{transform:scaleY(1)}}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      @keyframes expand_from_top{0%{transform:scaleY(0)}100%{transform:scaleY(1)}}
@-webkit-keyframes fade_in{0%{opacity:0}100%{opacity:1}}
@keyframes fade_in{0%{opacity:0}100%{opacity:1}}.truncate{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}
/* ======= Services style ======= */
.services .img {
  position: relative;
    overflow: hidden;
}
.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services .content {
  width: 100%;
  padding: 80px;
}
.services .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}
.services .content .date h3 {
    font-size: 65px;
    font-weight: 500;
    color: #C69930;
    margin-bottom: 0px;
}
.services .content .date h6 {
    color: #666;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #003F42;
    font-weight: 400;
    line-height: 1.5em;
}
.services .content .cont .more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C69930;
  padding-left: 40px;
  position: relative;
}
.services .content .cont .more:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #C69930;
  position: absolute;
  top: 50%;
  left: 0px;
}
.services .content .cont .more:hover {
   color: #222; 
}
.services .content .info h6 {
    font-size: 15px;
    letter-spacing: 3px;
    color: #666;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.services .content .info .tags {
  color: #C69930;
}
@media screen and (max-width: 991px) {
    .services .content .cont h4 {
        line-height: 1.25em;
    }
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}
@media screen and (max-width: 480px) {
    .services .content .date {
    width: 60px;
  }
    .services .content .info .tags {
    margin: 5px 0 0;
  }
    .services .content .date h3 {
    font-size: 40px;
  }
}
.w-lg-50 {width:50%}
@media screen and (max-width: 768px) {
    .w-lg-50 {width:100%}
}
.btn-invert-light {
  color:#212529;
  background-color:#FFF;
  border-color:#d0a850;
  color:#d0a850
}
.btn-invert-light:hover {
  color:#FFF;
  background-color:#d0a850;
  border-color:#FFF
}
.btn-invert-light:focus,
.btn-invert-light.focus {
  box-shadow:0 0 0 0.2rem rgba(238,35,36,0.5)
}
.btn-invert-light.disabled,
.btn-invert-light:disabled {
  color:#212529;
  background-color:#FFF;
  border-color:#d0a850
}
.btn-invert-light:not(:disabled):not(.disabled):active,
.btn-invert-light:not(:disabled):not(.disabled).active,
.show>.btn-invert-light.dropdown-toggle {
  color:#212529;
  background-color:#e6e6e6;
  border-color:#c20f10
}
.btn-invert-light:not(:disabled):not(.disabled):active:focus,
.btn-invert-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-invert-light.dropdown-toggle:focus {
  box-shadow:0 0 0 0.2rem rgba(238,35,36,0.5)
}
.btn-invert-light:hover {
  color:#FFF
}
@media (min-width: 992px) {
  .display-lg-4 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
  }
}
.aside-nav-toggler i {
    color:#d0a850;
}
.aside-nav-toggler i:hover {
    color:#fff;
}
.scroll .aside-nav-toggler i:hover {
    color:#000;
}
.site-popup-trip {
  opacity:.8;
  max-width:9rem;
  bottom:60px;
  left:.5rem;
  position:fixed;
  z-index:99999
}
.site-popup-trip .bclose {
  top:0;
  right:.5rem;
  font-size:1.75rem
}
@media (max-width:767px) {
  .site-popup-trip {
    max-width:5rem;
    bottom:10%
  }
  .site-popup-trip .bclose {
    top:-10px;
    right:0
  }
}
.onlinesupport {
    text-align: center;
    width: 55px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index:9999;
    /*padding-right:20px;*/
}
.onlinesupport > .support-top.collapsed {
    width: 50px !important;
    height: 50px !important;
    margin: 5px 0;
    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 #caa978;*/
    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
}
@media (max-width: 768px) {
    .onlinesupport {
        bottom:15px;
    }
}
.fix-title-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.m-6{margin:3.5rem!important}.mt-6,.my-6{margin-top:3.5rem!important}.mr-6,.mx-6{margin-right:3.5rem!important}.mb-6,.my-6{margin-bottom:3.5rem!important}.ml-6,.mx-6{margin-left:3.5rem!important}
.m-7{margin:4rem!important}.mt-7,.my-7{margin-top:4rem!important}.mr-7,.mx-7{margin-right:4rem!important}.mb-7,.my-7{margin-bottom:4rem!important}.ml-7,.mx-7{margin-left:4rem!important}
.m-8{margin:4.5rem!important}.mt-8,.my-8{margin-top:4.5rem!important}.mr-8,.mx-8{margin-right:4.5rem!important}.mb-8,.my-8{margin-bottom:4.5rem!important}.ml-8,.mx-8{margin-left:4.5rem!important}
.m-9{margin:5rem!important}.mt-9,.my-9{margin-top:5rem!important}.mr-9,.mx-9{margin-right:5rem!important}.mb-9,.my-9{margin-bottom:5rem!important}.ml-9,.mx-9{margin-left:5rem!important}
.m-10{margin:5.5rem!important}.mt-10,.my-10{margin-top:5.5rem!important}.mr-10,.mx-10{margin-right:5.5rem!important}.mb-10,.my-10{margin-bottom:5.5rem!important}.ml-10,.mx-10{margin-left:5.5rem!important}
.p-8{padding:4.5rem!important}.pt-8,.py-8{padding-top:4.5rem!important}.pr-8,.px-8{padding-right:4.5rem!important}.pb-8,.py-8{padding-bottom:4.5rem!important}.pl-8,.px-8{padding-left:4.5rem!important}
.p-9{padding:5rem!important}.pt-9,.py-9{padding-top:5rem!important}.pr-9,.px-9{padding-right:5rem!important}.pb-9,.py-9{padding-bottom:5rem!important}.pl-9,.px-9{padding-left:5rem!important}
.p-10{padding:5.5rem!important}.pt-10,.py-10{padding-top:5.5rem!important}.pr-10,.px-10{padding-right:5.5rem!important}.pb-10,.py-10{padding-bottom:5.5rem!important}.pl-10,.px-10{padding-left:5.5rem!important}
/* ======= Rooms1 style ======= */
.rooms1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.rooms1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms1 .item:hover .con {
    bottom: 0;
}
.rooms1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.rooms1 .item .category {
  position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: 'Barlow', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}
.rooms1 .item .category a {
    color: #fff;
}
.rooms1 .item .category:hover {
    color: #fff;
}
.rooms1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.rooms1 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}
.rooms1 .item .con p {
    color: #fff;
    font-size: 20px;
}
.rooms1 .item .con i {
    color: #fff;
    font-size: 15px;
}
.rooms1 .item .con i:hover {
    color: #fff;
    cursor:pointer;
}
.rooms1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}
.rooms1 .item .con .butn-light:hover {
    border-color: #C69930;
}
/* line animation */
.rooms1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
}
.rooms1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* facilities */
.rooms1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rooms1 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
    letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
    float: left;
}
.rooms1 .facilities ul li i {
  margin-right: 10px;
}
/* permalink */
.rooms1 .item .con .permalink {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.rooms1 .item .con .permalink a {
    color: #fff;
    text-align: right;
    line-height:normal;
}
@media (max-width: 1200px) {
    .rooms1 .item .con .permalink a{
        font-size: 12px;
    }
}
.rooms1 .item .con .permalink i {
   font-size: 10px;
    text-align: right;
}
.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
color: #C69930;
}
/* ======= box1 style ======= */
.box1 .item1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.box1 .item1:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.box1 .item1:hover .con {
    bottom: 0;
}
.box1 .item1 img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.box1 .item1 .category {
  position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: 'Barlow', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}
.box1 .item1 .category a {
    color: #fff;
}
.box1 .item1 .category:hover {
    color: #fff;
}
.box1 .item1 .con {
    padding: 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.box1 .item1 .con h6,
.box1 .item1 .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.box1 .item1 .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.box1 .item1 .con h5,
.box1 .item1 .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}
.box1 .item1 .con p {
    color: #fff;
    font-size: 20px;
}
.box1 .item1 .con i {
    color: #fff;
    font-size: 18px;
}
.box1 .item1 .con i:hover {
    color: #fff;
}
.box1 .item1 .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}
.box1 .item1 .con .butn-light:hover {
    border-color: #C69930;
}
/* line animation */
.box1 .item1 .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 10px;
}
.box1 .item1:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* facilities */
.box1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box1 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
    letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
    float: left;
}
.box1 .facilities ul li i {
  margin-right: 10px;
}
/* permalink */
.box1 .item1 .con .permalink {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.box1 .item1 .con .permalink a {
    color: #fff;
    text-align: right;
}
.box1 .item1 .con .permalink i {
   font-size: 10px;
    text-align: right;
}
.box1 .item1 .con .permalink a:hover,
.box1 .item1 .con .permalink i:hover {
color: #d0a850;
}
.modal-policy .modal-dialog {
    max-width: 800px!important;
}
.home-group {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .home-group {
    display: block;
}
.home-group-content {
    padding:50px 0;
    }
    .section-padding {
        padding:50px 0;
    }
}
    /* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container,
[data-overlay-dark] .container-md,
[data-overlay-darkgray] .container-md,
[data-overlay-light] .container-md,
[data-overlay-dark] .container-lg,
[data-overlay-darkgray] .container-lg,
[data-overlay-light] .container-lg,
[data-overlay-dark] .container-full,
[data-overlay-darkgray] .container-full,
[data-overlay-light] .container-full {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*z-index: 1;*/
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #222;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] .h1,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] .h1,
[data-overlay-darkgray] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] .h1,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}  
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 50%;
    bottom: 10%;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
}
.l-middle {
    position: absolute;
    width: 100%;
    bottom: 15%;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
}
@media (max-width:969px){.v-middle {width: 100%;}}
.logo-brand {
    width:254px;
    height:254px;
    background-size: 100% !important;
  /*border: 2px solid #fff;*/
  border-radius: 50% !important;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  position:relative;
  overflow:hidden;
  text-align:center;
  margin:0 auto;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
  z-index:2;
}
@media (max-width:768px){
    .logo-brand {
        width: 230px;
        height: 230px;
    }
}
.logo-brand:before {
  content: "";
  position: absolute;  
    bottom:0;
    left:0;
    right:0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background: radial-gradient(500px 350px at 20% bottom,rgba(0,0,0,.3),rgba(0,0,0,0));
  height: 100%;
  height: calc(100% - 0) !important;
  /*opacity:0;*/
}
.logo-brand:hover:before {
    background:rgba(0,0,0,0.7);
}
.logo-brand a 
{ 
    width:100%;
    text-align:center; 
    position:absolute;
    bottom:10%;  
    left:0;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    z-index:99;
}
.logo-brand:hover a { 
     bottom:35%; 
     color:#d9c5a2;
}
.logo-brand .brand-content{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color:rgba(0,0,0,0.7);
    padding:25px;
    color:#fff;
    opacity:0;
    /*-webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;*/
}
.logo-brand:hover .brand-content
{
    opacity:1;
    z-index: 9;
   /*-webkit-transform:translateX(0);
     -ms-transform:translateX(0);
     -o-transform:translateX(0);
     transform:translateX(0)*/
}

.hotel-list .owl-prev,
.hotel-list .owl-next {
	font-size: 3.75rem;
	color: #d0a850;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -4rem;
	position: absolute;
	z-index: 10;
	top: 50%;
    width: 15px;
    height: 47px;
    text-indent:-9999rem;
}
.hotel-list .owl-prev {
	left: 0.625rem;
    background-image: url(/images/icon-backslide.png);
}
.hotel-list .owl-next {
	right: 0.625rem;
    background-image: url(/images/icon-nextslide.png);
}
@media (max-width: 767px) {
    .hotel-list .owl-prev {
	left: 1.625rem;
}
.hotel-list .owl-next {
	right: 1.625rem;
}
}
.hotel-list .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.hotel-list .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.hotel-list .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.hotel-list .owl-dot span:hover,
.hotel-list .owl-dot.active span {
	background: #d0a850;
	border-color: #d0a850;
}