/*
Theme Name: HUONG RIVER CRUISE
Theme URI: https://willgroup.net
Author: Willgroup
Author URI: https://willgroup.net
Version: 1.0
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
--------------------------------------------------------------*/

@font-face {
    font-family: 'UTM Bienvenue';
    src: url(font/UTM-Bienvenue.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'LisbonScript';
    src: url(font/Lisbon-Script.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.font-prata {
    font-family: 'UTM Bienvenue' !important;
}
.font-lisbon {
    font-family: 'LisbonScript' !important;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}

.row-small {
	margin-left: -4px;
	margin-right: -4px;
}
.col-small {
	padding-left: 4px;
	padding-right: 4px;
}

@media (min-width: 768px) {
	.col-2-suffix {
	    max-width: 20%;
	}
	.col-4-suffix {
	    max-width: 40%;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #414042;
}

p {
    margin-top: 0;
    margin-bottom: .5rem;
}

* {
	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;
}

.index-3 {
    z-index: 3;
}
.index-9 {
    z-index: 9;
}
.index-10 {
    z-index: 10;
}

a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}
.nav > li > a.active {
	border-bottom: 0.08rem solid #000;
    padding-bottom: 0.2rem;
}
b, strong {
	font-weight: 700 !important;
}
.font-family-secondary {
	font-family: 'Prata' !important;
}
.mh-17 {
    min-height: 17rem;
}
.mh-20 {
    min-height: 20rem;
}
.font-small {
    font-size: 0.75rem !important;
}
.font-fixed {
    font-size: 0.85rem !important;
}
.font-size-body {
	font-size: 0.875rem !important;
}

.font-size-home {
    font-size: 0.938rem !important;
}
.font-size-home-large {
    font-size: 1.25rem !important;
}
.small {
    font-size: 85% !important;
}
.smaller {
    font-size: 70%;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.text-primary {
	color: #035aa5 !important;
}
.text-dark {
    color: #414042 !important;
}
.text-default {
    color: #414042 !important;
}
a.text-primary:hover {
	color: #000 !important;
}
a.text-secondary:hover {
	color: #000 !important;
}
a.text-muted:hover {
	color: inherit !important;
}
.bg-light {
	background-color: #eeeeee !important;
}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-80 {
	background-color: rgba(0, 0, 0, 0.5) !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-dark-25 {
	background-color: rgba(0, 0, 0, 0.25) !important;
}
.bg-primary,
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #a78060 !important;
}
.bg-primary-80 {
    background-color: rgba(167, 128, 96, 0.5) !important;
}
.bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.text-shadow {
	text-shadow: 1px 0 0.5rem #000;
}
.bottom-over:before {
    content: "";
    background: #fff;
    width: 28%;
    height: 0.1rem;
    left: calc(50% - 14%);
    position: absolute;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    bottom: -15px;
}
.bottom-over:after {
    content: "";
    background: #fff;
    width: 20%;
    height: 0.1rem;
    position: absolute;
    left: calc(50% - 10%);
    bottom: -22px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
}

.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;
}
.border-primary {
    border-color: #035aa5 !important;
}
a:hover .black-white,
a.active .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 0.5s ease 0s;
    transform: scale(0);
}

a:hover .opacity-0 {
	visibility: visible;
	opacity: 1;
    transform: scale(1);
}
.shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
}
.shadow-sm {
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.5) !important;
}
.m-w-70 {
    max-width: 70rem;
}
.m-w-60 {
    max-width: 60rem;
}
.m-w-50 {
    max-width: 50rem;
}
.m-w-40 {
    max-width: 40rem;
}
.mxh-12 {
    max-height: 12rem;
}
.mxh-2 {
    max-height: 12.5rem;
}
.mxh-14 {
    max-height: 14rem;
}
.mh-18 {
    min-height: 18rem;
}
.mxh-18 {
    max-height: 18rem;
}
.mxh-24 {
    max-height: 24rem;
}
.mxh-37 {
    max-height: 37rem;
}
.mh-1 {
	min-height: 12.5rem;
}
.mh-12 {
    min-height: 12rem;
}
.mh-14 {
    min-height: 14rem;
}
.mh-15 {
    min-height: 15rem;
}
.mh-17 {
    min-height: 17rem;
}
.mh-20 {
    min-height: 20rem;
}
.mh-22 {
    min-height: 22rem;
}
.mh-2 {
	min-height: 25rem;
}
.mh-24 {
    min-height: 24rem;
}
.mh-26 {
    min-height: 26rem;
}
.mh-30 {
    min-height: 30rem;
}
.mxh-30 {
    max-height: 30rem;
}
.mh-32 {

    min-height: 32rem;

}

.mh-40 {

    min-height: 40rem;

}

.lh-12 {

	line-height: 1.2;

}

.lh-body {

    line-height: 1.5;

}

.lh-2 {

    line-height: 2;

}

.lh-3 {

    line-height: 3;

}

.lh-1 {

    line-height: 1;

}

.lh-0-8 {

    line-height: 0.8;

}

.mb-fix {

    margin-bottom: 2rem !important;

}
.pb-2-5 {
    padding-bottom: 2.5rem !important;
}
.pb-5r {

    padding-bottom: 5rem;

}
.pb-8r {
    padding-bottom: 8rem;
}
.mt-5r {

    margin-top: 5rem;

}

.zoom,

.img-welcome {

	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.ob-fit {

    object-fit: cover;

}

a:hover .zoom {

	transform: scale(1.1);

}

.img-welcome:hover .zoom {

    transform: scale(1.1);

}

.font-size-room {

    font-size: 1.5rem;

}

.font-size-small-room {

    font-size: 0.75rem;

}

.btn-line {

    border-bottom: 1px solid #333;

    padding-bottom: .3rem;

}

.btn-line-hover:before {

    content: "";

    background:#333;

    height: .5px;

    width: 100%;

    position: absolute;

    bottom: -.3rem;

    left: 0;

    -webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.btn-line-hover:hover:before {

    width: 0;

    -webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.home-highlights .slick-dots {

    text-align: right;

    bottom: 3rem;

}

h5, .h5 {

    font-size: 1.5rem;

}

h4, .h4 {

    font-size: 1.75rem;

}

h3, .h3 {

    font-size: 1.875rem;

}

.font-title-prata {

    font-size: 2.25rem;

}

h2,.h2 {

    font-size: 2.5rem;

}

h1,.h1 {

    font-size: 3.375rem;

}

@media (max-width: 767.98px) {

	h1, .h1,

	h2, .h2,

	h3, .h3 {

		font-size: 1.5rem;

	}

}



/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.icon-phone {
	background: transparent url(images/icon-phone.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
}
.icon-email {
	background: transparent url(images/icon-email.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.625rem;
	height: 1.25rem;
}
.bg-calendar {
    background-image: url(images/calendar.png) !important;
    background-repeat: no-repeat !important;
	background-size: 30px !important;
	background-position: 95% center !important;
}
.bg-down-arrow {
    background-image: url(images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
	background-size: 16px !important;
	background-position: 95% center !important;
}
.btn-book-now:before {
    background-image: url(images/btn-book-now.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    z-index: 10;
    width: 50px;
    height: 52px;
}
.btn-book-now:after {
    background-image: url(images/btn-book-now.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: -5px;
    top: -5px;
    z-index: 10;
    width: 50px;
    height: 52px;
    transform: rotatey(180deg);
}
.btn-book-icon:before {
    background-image: url(images/book-white-left.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    z-index: 10;
    width: 24px;
    height: 24px;
}
.btn-book-icon:after {
    background-image: url(images/book-white-right.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: -3px;
    top: -3px;
    z-index: 10;
    width: 24px;
    height: 24px;
}

.btn-book-icon-color:before {
    background-image: url(images/book-left.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    z-index: 10;
    width: 24px;
    height: 24px;
}
.btn-book-icon-color:after {
    background-image: url(images/book-right.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: -3px;
    top: -3px;
    z-index: 10;
    width: 24px;
    height: 24px;
}
/*--------------------------------------------------------------
# Popover
--------------------------------------------------------------*/
.popover-body {
	color: #4A4A4A;
	padding: 1rem;
}

@media (min-width: 768px) {
	.popover {
		min-width: 20rem;
		max-width: 22.5rem;
	}
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-group {
	margin-bottom: 1.5rem;
}
.form-control,
.custom-select,
.btn,
.input-group-text {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0.5rem 0.75rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    background: transparent;
}

.form-control,
.custom-select,
.input-group-text {
	border-color: #fff;
	border-bottom-color: #dee2e6;
	height: calc(2rem + .7rem);
}

textarea.form-control {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	height: auto;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
	border-color: #fff;
	border-bottom-color: #000;
	box-shadow: none;
    background: transparent;
}

textarea.form-control:focus {
	background-color: #f5f5f5;
	border: 1px dotted #000;
}

.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.5rem;
}
.btn {
	font-weight: 300;
	text-transform: uppercase;
	box-shadow: none !important;
	padding-left: 1rem;
	padding-right: 1rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    z-index: 11;
}

.btn-lg {
	font-size: 1rem;
}

.btn-sm {
	font-size: 0.75rem;
	padding: 0.25rem 0.75rem;
}
.btn-md {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.btn-std-post,
.btn-std-post:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #9E7026;
    border-color: #9E7026;
}

.btn-std-post:hover,
.btn-std-post:focus,
.btn-std-post:not(:disabled):not(.disabled):active {
    color: #FFF;
	background: #035aa5;
	border-color: rgb(3 90 165 / 30%);
}

.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
    color: #035aa5;
	background: transparent;
	border-color: rgb(3 90 165 / 30%);
}

.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
	background: transparent;
	border-color: rgb(3 90 165 / 30%);
    color: #333;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #035aa5;
	border-color: rgb(3 90 165 / 30%);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #c39d62;
	border-color: #c39d62;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: transparent;
	border-color: rgba(255,255,255,.3);
}

.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: #035aa5;
	border-color: rgb(3 90 165 / 30%);
}

.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: #035aa5;
	border-color: rgb(3 90 165 / 30%);

}

.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	color: #000;
	background-color: transparent;
	border-color: rgba(0,0,0,.3);
}

.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: #333;
	background-color: transparent;
}

.btn-outline-white,

.btn-outline-white:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: transparent;
	border-color: rgba(255,255,255,0.3);
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active {
	color: #333;
	background-color: transparent;
	border-color: rgba(255,255,255,0.3);
}
.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	color: #333;
	background-color: #eee;
	border-color: #eee;
}

.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: #035aa5;
	border-color: #035aa5;
}

.btn-link {
	font-weight: 500;
	color: #000;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	color: #000;
	border-bottom-color: #000;
}

.btn-link-offer:before {
    background: #333;
    height: .7px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    content: "";
    position: absolute;
    bottom: 0;
}

.btn-link-offer:hover:before {
    width: 0;
    transition: all 0.3s ease-in-out 0s;
}

.dropdown-menu {
	font-size: inherit;
	border-radius: 0;
	margin-top: 0.5rem;
}

.popover {
	font-size: inherit;
	border-radius: 0;
}

.popover-body {
	padding: 1.5rem;
}

.gp-btn-outline {

    background: transparent;

    color: #333;

    font-size: 20px;

    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5) !important;

    z-index: 222;

    overflow: hidden;

    position: relative;

}

.gp-btn {

    display: inline-block;

    background: #035aa5;

    color: #fff;

    border: 0;

    position: relative;

    z-index: 222;

    overflow: hidden;

}

.gp-btn:before,

.gp-btn-outline:before {

    width: 100%;

    height: 0;

    top: 50%;

    left: 50%;

    background: #c59d5f;

    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:hover:before,

.gp-btn-outline:hover:before {

    height: 400%;

    opacity: 1;

}

.gp-btn:hover,

.gp-btn-outline:hover {

    color: #fff;

}

.border-willgroup::before {

    position: absolute;

    content: "";

    width: 50px;

    height: 0.1rem;

    background: #035aa5;

    bottom: -15px;

    left: calc(50% - 25px);

}

/*--------------------------------------------------------------

# Table

--------------------------------------------------------------*/

table {

    margin-bottom: 3rem;

}

table td {

    border: 1px solid #EBEBEB;

    padding: 5px;

}

/*--------------------------------------------------------------

# Modal

--------------------------------------------------------------*/

.modal-dialog {

    min-height: calc(100vh - 3.75rem);

    display: flex;

    flex-direction: column;

    justify-content: center;

    overflow: auto;

}

.modal.fade .modal-dialog {

	-webkit-transform: translate(0, 0);

	-moz-transform: translate(0, 0);

	transform: translate(0, 0);

}

.modal-content {

	border-radius: 0;

}

.modal-header {

	justify-content: center;

	border-bottom: 0;

}

.modal-title {

	font-family: 'Bodoni';

	font-size: 1.75rem;

	font-style: italic;

	text-align: center;

}

.modal-title:after {

    content: '';

    background: #dee2e6;

    width: 120px;

    height: 1px;

    margin-top: 0.5rem;

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.modal-close {

	background: transparent;

	border: 0;

	width: 2.5rem;

	height: 2.5rem;

	position: absolute;

	z-index: 10;

	top: 0;

	right: 0;

}

.modal-close:before,

.modal-close:after {

	content: ' ';

	background-color: #7F7874;

	display: block;

	width: 1px;

	height: 1.5rem;

	margin-top: -0.75rem;

	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: #4A4A4A;

}

.modal-header {

	padding: 1.5rem 1.5rem 0;

}

.modal-body {

	padding: 1.5rem;

}

.modal-prev,

.modal-next {

	background-color: transparent;

	background-repeat: no-repeat;

	background-position: center center;

	background-size: 1.5rem auto;

	display: flex;

	align-items: center;

	justify-content: center;

	width: 3rem;

	height: 3rem;

	position: fixed;

	top: 50%;

	transform: translateY(-50%);

}

.modal-prev {

	background-image: url(images/chevron-left-white.svg);

	left: 1.5rem;

}

.modal-next {

	background-image: url(images/chevron-right-white.svg);

	right: 2.5rem;

}

@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;

	}

}

@media (min-width: 1200px) {

	.modal-xl {

		max-width: 1200px;

	}

}



/*--------------------------------------------------------------

# 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;

}

.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: #035aa5;

	background: transparent;

	border: 0.125rem solid #035aa5;

	text-align: center;

	width: 2.5rem;

	height: 2.5rem;

	line-height: 2.25rem;

	padding: 0;

}

.pagination .page-link:hover {

	color: #FFF;

	background: #035aa5;

	border-color: #035aa5;

}

.pagination .page-item.active .page-link {

	color: #FFF;

	background: #035aa5;

	border-color: #035aa5;

}

.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 - 3.75rem);

    display: flex;

    flex-direction: column;

    justify-content: center;

    overflow: auto;

}

.modal.fade .modal-dialog {

	-webkit-transform: translate(0, 0);

	-moz-transform: translate(0, 0);

	transform: translate(0, 0);

}

.modal-content {

	background-color: transparent;

	border: 1px solid #fff;

	border-radius: 0;

	padding: 0.25rem;

}

.modal-content:before {

	content: ' ';

	background-color: #fff;

	position: absolute;

	z-index: -1;

	top: 0.25rem;

	bottom: 0.25rem;

	left: 0.25rem;

	right: 0.25rem;

}

.modal-header {

	justify-content: center;

	border-bottom: 0;

}

.modal-title {

	font-size: 1.25rem;

	font-weight: 600;

	text-transform: uppercase;

}

.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-close {

	background: transparent;

	border: 0;

	width: 3rem;

	height: 3rem;

	position: absolute;

	z-index: 10;

	top: 0;

	right: 0;

}

.modal-close:before,

.modal-close:after {

	content: ' ';

	background: #6c757d;

	display: block;

	width: 1px;

	height: 1.75rem;

	margin-top: -0.875rem;

	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: #000;

}

.modal-backdrop.show {

	opacity: 0.8;

}

@media (min-width: 768px) {

	.modal-header {

		padding: 1rem 3rem 1rem;

	}

	.modal-body {

		padding: 1rem 3rem 2rem;

	}

}

@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 banner

--------------------------------------------------------------*/

.modal-banner .modal-dialog {



}

.modal-banner .modal-content:before {

	background-color: transparent;

}

.modal-banner .modal-close {

	background-color: #035aa5;

	border-radius: 50%;

	width: 1.25rem;

	height: 1.25rem;

	top: 0.25rem;

	right: 0.25rem;

}

.modal-banner .modal-close:hover {

	background-color: #D0995A;

}

.modal-banner .modal-close:before,

.modal-banner .modal-close:after {

	background-color: #212529;

	width: 2px;

	height: 0.75rem;

	margin-top: -0.375rem;

	margin-left: -1px;

}



/*--------------------------------------------------------------

# 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(255,255,255,0.2);

    background: linear-gradient(180deg,rgba(255,255,255,.4) 0,transparent);

	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-header .site-top {
    min-height: 126px;
    background-color: rgba(0,0,0,0.2);
}
.site-header.scroll .site-top {
    background: #fff;
}
.site-header.scroll .site-nav {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.site-nav {
    background-color: hsla(0,0%,100%,.25);
    border-top: none;
    text-align: center;
}
.left-icon-head:before {
    background: url('images/icon-head-right.png') no-repeat scroll 0 0 transparent;
    position: absolute;
    content: "";
    width: 87px;
    height: 32px;
    bottom: -2px;
    transform: rotatey(180deg);
    left: 0;
}
.right-icon-head:before {
    background: url('images/icon-head-right.png') no-repeat scroll 0 0 transparent;
    position: absolute;
    content: "";
    width: 87px;
    height: 32px;
    bottom: -2px;
    right: 0;
}
.site-nav > .book-button {
    display: none;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.site-header.scroll .site-nav > .book-button {
    display: inline-block;
}
.site-header:before {
    position: absolute;
    content: "";
    background: url('images/icon-main-menu.png') no-repeat scroll 0 0 transparent;
    width: 85px;
    height: 25px;
    bottom: 0;
    left: calc(50% - 42.5px);
    z-index: 1002;
    bottom: -15px;
}
.site-header.active-color:before {
    display: none;
}
.home .site-nav {
    background-color: hsla(0,0%,100%,.25);
    border-top: none;
    text-align: center;
}
.site-logo img {
	max-height: 110px;
    width: 100%;
    height: 110px;
	-webkit-transition: max-height 0.5s ease-out;
	-moz-transition: max-height 0.5s ease-out;
	transition: max-height 0.5s ease-out;
}
.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 .site-logo img {
    max-height: 100px;
    -webkit-transition: max-height 0.5s ease-out;
	-moz-transition: max-height 0.5s ease-out;
	transition: max-height 0.5s ease-out;
}

.site-header.scroll .site-logo .logo-1 {
	display: none;
}

.site-header.scroll .site-logo .logo-3 {
	display: inline-block;
}

.site-header.scroll .site-contact,
.site-header.scroll .site-menu {
	display: none !important;
}

.site-header.scroll .popover {
	display: none;
}

.site-logo {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991.98px){
    .site-header.scroll .site-nav > .book-button {
        display: none;
    }
}

@media(max-width: 767.98px){
    .site-header .site-top {
        min-height: auto;
    }
    .site-header.scroll .site-logo {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
    }

    .site-logo img {
        max-height: 60px;
    }

    .site-header.scroll .site-logo img {
        max-height: 60px;
    }

    .site-header.scroll .aside-nav-toggler {
        color: #333;
    }

    .site-header.scroll .site-logo img.logo {
        display: none;
    }

    .site-header.scroll .site-logo img.logo-2 {
        display: inline;
    }
    .site-top {
        height: auto !important;
    }
}

/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
    display: inline;
}
.site-nav .menu {
	text-align: center;
}

.site-nav .menu > li {
	display: inline-block;
}
.site-nav .menu > li > a {
	font-size: 0.7rem;
	display: inline-block;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 1rem 1.25rem;
    font-weight: 500;
}
.site-header.scroll .site-nav .menu > li > a {
    color: #333;
}
.site-nav .menu > li > a:hover,
.site-header.scroll .site-nav .menu > li > a:hover {
    color: #734f33;
}

.site-nav .menu > li + li:before {
    transform: rotate(45deg);
    background-color:#fff;
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 0.3125rem;
    width: 0.3125rem;
    opacity: 0.7;
}
.site-header.scroll .site-nav .menu > li + li:before {
    display: none;
}

.site-nav .menu > li.menu-item-has-children:hover > a:after,
.site-nav .menu > li > .sub-menu > li.menu-item-has-children:hover > a:after {
    transform: rotate(45deg);
    background-color: transparent;
    content: "";
    display: inline-block;
    height: 0.7rem;
    margin-bottom: .125rem;
    width: 0.7rem;
    position: absolute;
    left: calc(50% - 0.4rem);
    bottom: -9px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    z-index: 12;
}
.site-nav .menu > li.menu-item-has-children:hover > a:before,
.site-nav .menu > li > .sub-menu > li.menu-item-has-children:hover > a:before {
    transform: rotate(45deg);
    background-color:#fff;
    content: "";
    display: inline-block;
    height: 0.3rem;
    margin-bottom: .125rem;
    width: 0.3rem;
    position: absolute;
    left: calc(50% - 0.2rem);
    bottom: -5px;
    z-index: 12;
}
.site-nav .menu > li .sub-menu {
	background: hsla(0,0%,100%,.25);
	visibility: hidden;
    opacity: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
    transform: translate(0px, 30px);
    transition: all 0.3s ease 0s;
    text-align: center;
}
.site-header.scroll .site-nav .menu > li.menu-item-has-children:hover > a:before,
.site-header.scroll .site-nav .menu > li > .sub-menu > li.menu-item-has-children:hover > a:before {
    background-color: #035aa5;
}
.site-header.scroll .site-nav .menu > li .sub-menu {
    background: #fff;
}
.site-header.scroll .site-nav > ul > li > .sub-menu > li > a {
    color: #333;
}
.site-nav li:hover > .sub-menu,
.site-nav .menu > li > .sub-menu > li:hover > .sub-menu {
	visibility: visible;
    opacity: 1;
    transform: translate(0px);
    transition: all 0.3s ease 0s;
    border-top:  1px solid #dcdcdc;
}
.site-nav .menu > li > .sub-menu > li {
    display: inline-block;
}
.site-nav > ul > li > .sub-menu > li > .sub-menu {
    position: absolute;
    background: #f8f7f5;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding: 0.5rem 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
	top: 100%;
	left: 0;
    transform: translate(0px, 30px);
    transition: all 0.3s ease 0s;
    text-align: center;
}
.site-nav > ul > li > .sub-menu > li > .sub-menu li {
    display: inline-block;
}
.site-nav .sub-menu > li > a {
    font-size: 0.75rem;
    white-space: nowrap;
    color: #fff;
    display: block;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.site-nav .sub-menu > li > a:hover {
    color: #734f33;
}
.site-nav > ul > li > .sub-menu > li > a {
    position: relative;
    line-height: 34px;
}

@media (max-width: 991px) {
	.site-nav .menu,
	.site-nav .sub-menu {
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
	}
}

.site-banner {
    background-color: #555;
    height: 550px;
}
/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/

.slick-slider .slick-arrow {
	font-size: 26px;
	color: #fff;
	background-repeat: no-repeat;
    background-color: transparent;
	background-size: cover;
	border: 2px solid transparent;
	display: block;
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin-top: -1.5rem;
	position: absolute;
	z-index: 10;
    top: 50%;
    border-radius: 50%;
}

.slick-slider .slick-prev {
	left: 1.5rem;
    background-image: url(images/arrow.png);
    width: 33px;
    height: 30px;
    transform: rotate(180deg);
}

.slick-slider .slick-next {
	right: 1.5rem;
    background-image: url(images/arrow.png);
    width: 33px;
    height: 30px;
}
.site-slider.slick-slider .slick-next {
	right: 1.5rem;
    background-image: url(images/preview-icon.png);
    width: 33px;
    height: 30px;
    transform: rotatey(180deg);
}
.site-slider.slick-slider .slick-prev {
    background-image: url(images/preview-icon.png);
    width: 33px;
    height: 30px;
    left: 1.5rem;
    transform: rotatey(0deg);
}
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
    background-image: url(images/arrow-hover.png);
}
.site-slider.slick-slider .slick-prev:hover {
    background-image: url(images/preview-icon-hover.png);
}
.site-slider.slick-slider .slick-next:hover {
    background-image: url(images/preview-icon-hover.png);
    transform: rotatey(180deg);
}
.slick-slider .slick-dots {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 12;
	left: 0;
    right: 0;
	bottom: 2rem;
	text-align: center;
}
.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0 0.5125rem;
    border-radius: 50%;
}
.slick-slider .slick-dots button {
    font-size: 0;
    color: #fff;
    background: rgba(255,255,255,0.5);
    border: 1px solid transparent;
    display: block;
    width: .5rem;
    height: .5rem;
    padding: 0;
    border-radius: 50%;
}

.slick-slider .slick-dots li.slick-active button {
    background:#fff;
    border: 1px solid #fff;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-slide {
	background-color: #212529;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.site-slider .slick-dots {
	bottom: 1rem;
}

.site-slider .item {
	display: none;
}

.site-slider.slick-initialized .item {
	display: flex;
}

.site-slider .title,
.site-slider .desc,
.site-slider .icon-btn,
.site-slider .slick-slide:first-child .title,
.site-slider .slick-slide:first-child .desc,
.site-slider .slick-slide:first-child .icon-btn {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1.5s ease 1.5s;
}

.site-slider .slick-current .title,
.site-slider .slick-current .desc,
.site-slider .slick-current .icon-btn,
.site-slider .slick-current.slick-first .title,
.site-slider .slick-current.slick-first .desc,
.site-slider .slick-current.slick-first .icon-btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.site-slider .main-title {
    font-size: 2.2rem !important;
    letter-spacing: 1px;
}
.site-slider .sub-title {
    letter-spacing: 1px;
    padding-bottom: 50px;
}
.site-slider .sub-title:before {
    content: "";
    background: url(images/icon-main-slider.png) no-repeat scroll 0 0 transparent;
    width: 52px;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 18px);
}
.site-slider .desc {
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 17px;
}
@media (min-width: 768px) {
	.site-slider .slick-prev {
		left: 5rem;
	}
	.site-slider .slick-next {
		right: 5rem;
	}
}

@media (max-width: 575px) {
	.site-slider .slick-dots {
		bottom: 7.5rem;
	}
}

.home .site-slider .slick-list:before {

    background-image: url(images/bg-slides.png);

    background-repeat: no-repeat;

    position: absolute;

    content: "";

    bottom: 0;

    left: 0;

    height: 495px;

    z-index: 10;

    width: 525px;

    background-size: 82%;

}

.site-slider .slick-list:after,

.single-room-slider .slick-list:after{

    background: linear-gradient(to top, rgb(168, 130, 97) 0%, rgba(0,0,0,0) 100%);

    position: absolute;

    bottom: 0;

    content: '';

    height: 160px;

    width: 100%;

    z-index: 11;

}

.site-slider .item {

    position: relative;

    opacity: 0;

    transition: all 1.5s ease 1.5s;

}

.site-slider .slick-current .item {

	opacity: 1;

}

.site-slider .item:before {

    position: absolute;

    content: "";

    background: rgba(0,0,0,0.5);

    width: 100%;

    height: 100%;

    z-index: 11;

    top: 0;

    left:0;

}

.site-slider .title,
.site-slider .desc,
.site-slider .btn {
    z-index: 12;
}

.site-video {

	width: 100%;

	z-index: 12;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

}

.site-video:before {

	padding-top: 50%;

}

@media (max-width: 1600px){

    .option-slider {

        margin-top: 250px !important;

    }

}

@media (max-width: 991.98px){

    .home .site-slider .slick-list:before {

        display: none;

    }

    .site-slider .slick-list:after,

    .single-slider .slick-list:after {

        height: 80px;

    }

    .option-slider {

        margin-top: 185px;

    }

}

/*--------------------------------------------------------------
## 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: #FFF;

	width: 23.5rem;

	padding: 1rem 0;

	overflow: auto;

	position: fixed;

	z-index: 1003;

	top: 0; bottom: 0;

	left: -23.5rem;

	transition: all 0.3s ease 0s;

}

.aside-nav-logo {

    max-width: 10rem;

}

.aside-nav-closer {

    position: absolute;

    top: 0;

    right: 0;

    font-size: 23px;

    width: 50px;

    text-align: center;

    height: 45px;

    line-height: 45px;

}

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-navigation-bottom {

    border-top: 1px solid #dcdcdc;

}

.aside-nav ul {

	list-style: none;

	padding-left: 2.5rem;

    padding-right: 2.5rem;

	margin-bottom: 0;

}

.aside-nav a {
	color: inherit;
    font-size: 11px;
    text-transform: uppercase;
}

.aside-nav a:hover {

	color: #C5A154;

}

.aside-nav .menu > li {

	padding-top: 0.5rem;

	padding-bottom: 0.5rem;

	position: relative;

}

.aside-nav .menu > li > a {

	text-transform: uppercase;

    font-size: 12px;

    position: relative;

    padding-left: 2.5rem;

    font-weight: 400;

}

.aside-nav .menu > li > a:before {

    position: absolute;

    content: "";

    width: 6px;

    height: 6px;

    border: 1px solid #333;

    left: 0;

    top: calc(50% - 3px);

    transform: rotate(45deg);

    background: transparent;

}

.aside-nav .menu > li > a:hover:before {

    background: #333;

}

.aside-nav .menu > li > a:hover {
    color: #333;
}

.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;

}

.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 0.5rem 3rem;
	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 banner

--------------------------------------------------------------*/

.site-banner .item:before {

    position: absolute;

    content: "";

    background: rgba(60,49,40,.6);

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

}
.widget_blog_categories ul li {
    list-style: circle;
}
/*--------------------------------------------------------------

# page rating

--------------------------------------------------------------*/

.page-rating p {

	margin-bottom: 0.25rem;

}

/*--------------------------------------------------------------

# home review

--------------------------------------------------------------*/

.home-review .icon {

	background-color: rgba(0, 0, 0, 0.3);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    -moz-clip-path: polygon(100% 0, 0 0, 100% 100%);

	padding: 0.125rem 0.5rem 1.75rem 1.75rem;

	position: absolute;

	z-index: 11;

	top: 0;

	right: 0;

}

.home-review .icon svg {

	fill: #fff;

	height: 1.25rem;

}

.home-review .desc {

	background-color: rgba(0, 0, 0, 0.4);

	z-index: 10;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	visibility: hidden;

	opacity: 0;

	transition: all 0.4s ease 0s;

}

.home-review:hover .desc {

	visibility: visible;

	opacity: 1;

}

.modal-review .icon svg {

	fill: #4A4A4A;

	height: 2rem;

}

.modal-review .icon-location {

	background-color: #CFAC52;

	box-shadow: 0px 0px 0px 0.5rem #d8bc7480;

	width: 1.5rem;

	height: 1.5rem;

}

.modal-review .icon-location svg {

	fill: #fff;

	height: 1rem;

}

.home-review-3,
.home-review-6,
.home-review-9 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.home-review-3:before,
.home-review-6:before,
.home-review-9:before {
	padding-top: 50%;
}

@media (min-width: 768px) {
	.home-review-2,
	.home-review-3,
	.home-review-4,
	.home-review-6,
	.home-review-7,
	.home-review-8 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.home-review-9 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;

	}
	.home-review-1:before,
	.home-review-5:before,
	.home-review-9:before {
		padding-top: 50%;
	}
}

/*--------------------------------------------------------------
# home welcome
--------------------------------------------------------------*/

.section-welcome {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center right;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.section-welcome .videos {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.section-unique {
    padding-top: 30px;
    padding-bottom: 50px;
}
.box-unique {
    position: relative;
    z-index: 11;
}
.box-unique img {
    max-height: 45px;
}
.desc-about {
    font-size: 1.125rem;
    letter-spacing: 3.5px;
}
@media (max-width: 1199.98px) {
    .entry-welcome {
        max-width: 100%;
    }
}
@media (max-width: 767.98px){
    .section-welcome .videos {
        display: none;
    }
    .section-welcome {
        background-image: none !important;
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }
    .title-descriptions {
        font-size: 0.75rem !important;
    }
}
/*--------------------------------------------------------------
# home videos
--------------------------------------------------------------*/

.video-module-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.option-module-text {
    width: 100%;
    height: 50%;
    text-align: center;
    position: relative;
}
.minute-text {
    bottom: 100px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
}

.item-video {
    position: relative;
    filter: blur(.2rem);
}

.module-image {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.module-image:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5);
    transition: all .5s ease-in-out;
    top: 0;
    left: 0;
}
.options-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.options-video iframe {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.options-video .stop {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    background: #333;
    color: #fff;
    font-size: 2rem;
    opacity: 0.75;
}

.options-video .stop:hover {
	opacity: 1;
}
.videos .play {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
    width: 5rem;
    height: 5rem;
    text-align: center;
    font-size: 2rem;
    border-radius: 50%;
    opacity: 0.8;
    color: #fff;
    padding: 10px;
    background: rgba(255,255,255,0.5);
}
.videos .play:hover {
    opacity: 1;
}
.text-popup {
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
}
@media (max-width: 767.98px){
    .option-module-text {
        height: 85%;
    }
    .options-video .stop {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .videos .play {
        position: absolute;
        top: calc(50% - 1.5rem);
        left: calc(50% - 1.5rem);
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        font-size: 1.5rem;
        border: 2px solid #fff;
        border-radius: 50%;
        opacity: 0.8;
        color: #fff;
    }
}

/*--------------------------------------------------------------
# home offers
--------------------------------------------------------------*/
.mt-offers {
    margin-top: -16rem;
}

@media (max-width: 991.98px){
    .offers-post a > img {
        max-height: 18rem;
        min-height: 18rem;
    }
    .offers-post {
        margin-bottom: 2.5rem;
    }
    .mt-5r {
        margin-top: 2rem;
    }
}

/*--------------------------------------------------------------
# home rooms
--------------------------------------------------------------*/
.home-rooms .slick-slide {
	margin-left: -1rem;
    padding: 0 2rem;
    transition: all .5s ease-in-out;
}
.home-rooms.slick-slider .slick-prev {
    left: -4rem;
}
.home-rooms.slick-slider .slick-next {
    right: -4rem;
}
.home-rooms.slick-slider .slick-arrow {
    color: #333;
}
.home-rooms .slick-list {
	margin-left: -1rem;
    overflow: hidden;
    padding-bottom: 5rem;
}
.home-rooms .slick-slide.slick-current .info {
	display: block;
}

.home-rooms .slick-slide.slick-current.slick-active,
.home-rooms .slick-slide.slick-center {
    _transform: scale(1.2);
    _padding-top: 2rem;
    transition: all .5s ease-in-out;
}
.home-rooms .slick-slide .bd-icon {
    display: none;
}
.service-cabin .icon svg {
    height: 21px;
}

.service-cabin .item-name {
    font-size: 10.8px;
}
.bg-rooms {
    top: 0;
}
.icon-btn > a {
    padding: 9.5px 10px;
    margin: 0 16px;
}
.icon-btn-white:before {
    position: absolute;
    content: "";
    background-image: url(images/left-btn-white.png);
    background-repeat: no-repeat;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    height: 40px;
    width: 16px;
    z-index: 9;
    top: 0;
}
.icon-btn-white:after {
    position: absolute;
    content: "";
    background-image: url(images/right-btn-white.png);
    background-repeat: no-repeat;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
    height: 40px;
    width: 16px;
    z-index: 9;
    top: 0;
}
.icon-btn-dark:before {
    position: absolute;
    content: "";
    background-image: url(images/left-btn-dark.png);
    background-repeat: no-repeat;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    height: 40px;
    width: 16px;
    z-index: 9;
    top: 0;
}
.icon-btn-dark:after {
    position: absolute;
    content: "";
    background-image: url(images/right-btn-dark.png);
    background-repeat: no-repeat;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
    height: 40px;
    width: 16px;
    z-index: 9;
    top: 0;
}
.icon-btn-white > a:before {
    position: absolute;
    content: "";
    background-image: url(images/repeat-btn-white.png);
    background-repeat: repeat-x;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 8;
    top: 0;
}
.icon-btn-white > a:after {
    position: absolute;
    content: "";
    background-image: url(images/repeat-btn-white.png);
    background-repeat: repeat-x;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 8;
    bottom: -0.5px;
}
.icon-btn-dark > a:before {
    position: absolute;
    content: "";
    background-image: url(images/repeat-btn-dark.png);
    background-repeat: repeat-x;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 8;
    top: 0;
}
.icon-btn-dark > a:after {
    position: absolute;
    content: "";
    background-image: url(images/repeat-btn-dark.png);
    background-repeat: repeat-x;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 8;
    bottom: -0.5px;
}
.icon-dragon:before {
    position: absolute;
    content: "";
    background-image: url(images/dragon_icon.png);
    background-repeat: no-repeat;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    height: 147px;
    width: 363px;
    top: -147px;
    z-index: 9;
}
.icon-dragon:after {
    position: absolute;
    content: "";
    background-image: url(images/dragon_icon.png);
    background-repeat: no-repeat;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
    height: 147px;
    width: 363px;
    top: -147px;
    z-index: 9;
    transform: rotatey(180deg);
}
.icon-btn-dark > a:hover {
    color: #035aa5;
}
.icon-btn-white > a:hover {
    color: #333 !important;
}
@media (max-width: 1420px) {
    .home-rooms.slick-slider .slick-arrow {
        display: none !important;
    }
    .block-post.slick-slider .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 1024.98px) {
    .home-rooms .slick-list {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width:991.98px){
    .home-rooms .info p {
        display: none;
    }
    .service-cabin-list {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .service-cabin-list .service-cabin {
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {
    .home-rooms .slick-slide {
        padding: 0;
    }
    .home-rooms .slick-list {
        margin: 0;
    }
    .home-rooms .slick-slide.slick-current.slick-active,
    .home-rooms .slick-slide.slick-center {
        padding-top: 0;
    }
}
@media (max-width: 736.98px){
    .icon-btn > a {
        font-size: 10px;
        height: 40px;
        line-height: 20px;
        white-space: nowrap;
    }
    .hidden-icon-mobile {
        display: none;
    }
    .icon-btn {
        margin-right: 20px !important;
    }
}
/*--------------------------------------------------------------
# Home Offers
--------------------------------------------------------------*/
.box-main-offers:before {
    position: absolute;
    content: "";
    background-image: url(images/bg-offers.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 20px;
    width: 64px;
    height: 64px;
}
.icon-book-button {
    background-image: url(images/book-button.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    padding: 16px 30px;
}
.icon-book-button > span {
    padding: 6px 4px !important;
    background: #fff;
    z-index: 15;
    font-size: 0.8rem;
}
.icon-book-button > span:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 20px;
    background: #fff;
    left: -10px;
    top: calc(50% - 10px);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.icon-book-button > span:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 20px;
    background: #fff;
    right: -10px;
    top: calc(50% - 10px);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media (max-width: 1199.98px){
    .box-main-offers:before {
        top: 20px;
    }
}
/*--------------------------------------------------------------
# Home service facilite
--------------------------------------------------------------*/

.stretcher-wrapper .stretcher {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 500px;
    white-space: nowrap;
}

.stretcher .stretcher-item {
    width: 23%;
    height: 100%;
    display: inline-block;
    margin-left: -1px;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -moz-transition: width .5s;
    -o-transition: width .5s;
    -webkit-transition: width .5s;
    transition: width .5s;
}

.stretcher .stretcher-item .stretcher-logo {
    background-color: rgba(166,127,96,0.5);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.stretcher .stretcher-item:hover .stretcher-logo {
    opacity: 0;
}

.stretcher .stretcher-item .stretcher-logo img,
.stretcher .stretcher-item .stretcher-logo .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.stretcher .stretcher-item .stretcher-logo .text {
    text-align: center;
}
.stretcher .stretcher-item .stretcher-logo .text .text-intro {
    display: block;
    position: relative;
    padding-bottom: 20px;
}
.stretcher .stretcher-item .stretcher-logo .text .text-intro:before {
    background-image: url(images/icon-service.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 15px;
    bottom: 0;
    left: calc(50% - 37.5px);
    position: absolute;
    content: "";
}
figure {
    margin: 0;
}
.stretcher .stretcher-item figure {
    background-color: rgba(166,127,96,0.8);
    position: absolute;
    z-index: 9;
    padding: 20px 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    -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 .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.stretcher .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);
}
.stretcher .stretcher-item figure {
    padding: 20px 30px;
}
.stretcher .stretcher-item figure h4 {
    margin-bottom: 0;
}
.stretcher .stretcher-item figure figcaption {
    white-space: normal;
    font-size: 13px;
}
.stretcher .stretcher-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    -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);
    z-index: 99;
}

.stretcher .stretcher-item:hover > a {
    -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);
}
.stretcher .stretcher-item.more {
    background-color: #035aa5;
    position: relative;
    height: 100px;
}
.stretcher .stretcher-item.more, .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
    width: 8.2%;
}
.stretcher .stretcher-item.more.more {
    height: 100%;
}
.stretcher .stretcher-item.more .more-icon {
    font-size: 70px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.stretcher .stretcher-item.more .more-icon,
.stretcher .stretcher-item.more .more-icon span {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.stretcher .stretcher-item.more .more-icon span {
    display: inline-block;
}
.stretcher .stretcher-item.more .more-icon span::before,
.stretcher .stretcher-item.more .more-icon span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap;
}
.stretcher .stretcher-item.more .more-icon span::before {
    content: attr(data-title-show);
    opacity: 0;
    font-size: 16px;
}
.stretcher .stretcher-item.more .more-icon span::after {
    content: attr(data-title-hide);
    opacity: 1;
}
.stretcher .stretcher-item.more:hover .more-icon span:before {
    opacity: 1;
}
.stretcher .stretcher-item.more:hover .more-icon span:after {
    opacity: 0;
}
.stretcher .stretcher-item.active {
    width: 38%;
}
.stretcher .stretcher-item.more.active {
    width: 28%;
}
.stretcher .stretcher-item.inactive {
    width: 18%;
}
@media (max-width: 991.98px){
    .stretcher-wrapper .stretcher {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 0;
        margin: 0;
        padding: 0;
    }
    .stretcher .stretcher-item {
        height: 30vh;
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .stretcher .stretcher-item.more.more {
        height: 100px;
        width: 100%;
    }
    .stretcher-wrapper .stretcher .stretcher-item.inactive,
    .stretcher-wrapper .stretcher .stretcher-item.active,
    .stretcher .stretcher-item.more,
    .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
        width: 100%;
    }
    .stretcher .stretcher-item figure {
        bottom: -1px;
    }
}

/*--------------------------------------------------------------
# home Active on Board
--------------------------------------------------------------*/
.section-active {
    background-size: 50%;
    background-position: 100% 0%;
}

.active-on-board:hover .bg-active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(166,127,96,0.5);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.active-on-board .bg-active {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.active-on-board:hover .bg-active {
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.button-active {
    bottom: 2.5rem;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.active-on-board:hover .button-active {
    bottom: calc(50% - 19px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.button-active .item-active:hover {
    color: #fff;
}
/*--------------------------------------------------------------
# Home Block
--------------------------------------------------------------*/
.bg-block {
    background-color: rgba(166,127,96,0.5);
    padding-top: 3rem;
}
.bg-over:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.section-block-option .slick-list {
    padding-bottom: 1.7rem;
}
.block-post.slick-slider .slick-prev {
    left: -1.5rem;
}
.block-post.slick-slider .slick-next {
    right: -1.5rem;
}
.block-post.slick-slider .slick-arrow {
    top: calc(50% - 65px);
    height: 38px;
}
.main-option-block:before {
    position: absolute;
    content: "";
    background-image: url(images/bg-icon-discover.png);
    background-repeat: no-repeat;
    left: 0;
    z-index: 10;
    bottom: 0;
    width: 318px;
    height: 331px;
}
.main-option-block:after {
    position: absolute;
    content: "";
    background-image: url(images/bg-icon-discover.png);
    background-repeat: no-repeat;
    right: 0;
    z-index: 10;
    bottom: 0;
    width: 318px;
    height: 331px;
    transform: rotatey(180deg);
}
/*--------------------------------------------------------------
# Template Page
--------------------------------------------------------------*/
.main-template-page {
    margin-top: -185px;
}
/*--------------------------------------------------------------
# single room
--------------------------------------------------------------*/
.option-slide {
    background: #ccc;
    margin-top: -185px;
}
.single-slider.slick-slider .slick-dots {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 12;
    left: 0;
    right: 20px;
    bottom: auto;
    text-align: right;
    top: 1rem;
}
.single-slider .item-single:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
}

.over-title {
    background-image: url(images/line.svg);
    background-repeat: no-repeat;
    background-size: 50% 18px;
    background-position: center bottom;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

@media (max-width: 991.98px){
    .option-service-icon {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .option-service-icon .service-cabin {
        padding: 0 10px;
    }
}

@media (max-width: 767.98px){
    .home-rooms .home-room {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
    font-family: 'Prata' !important;
    margin-bottom: 1rem;
}
.entry-content a {
	font-weight: 500;
	color: #000;
    border-bottom: 1px solid #000;
}
.entry-content a:hover,
.entry-content a:focus {
	border-bottom-color: #035aa5;
}
.entry-content cite {
    font-style: normal
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {

}

.entry-content blockquote {
	font-size: 1rem;
	color: #414042;
	background: #f8f9fa;
	border-left: 0.25rem solid #035aa5;
	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;
}
.intro-404 a:hover {
    border-bottom-color: #333;
}

/*--------------------------------------------------------------
# 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 #035aa5 !important;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-play {
    z-index: 10;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 60px;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.form-contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.box-contact .icon-contact svg {
    max-width: 35px;
    height: 36px;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# datepicker
--------------------------------------------------------------*/
.datepick {
	text-align: center;
	width: auto !important;
	position: relative;
}
.datepick-month-header {
	font-size: 1rem;
	padding: 0.5rem;
}
.datepick-cmd-today {
	display: none;
}
.datepick-cmd-prev,
.datepick-cmd-next {
	font-size: 0;
	color: transparent;
	border-top: 0.125rem solid #000;
	border-left: 0.125rem solid #000;
	cursor: pointer;
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	position: absolute;
	top: 1rem;
}
.datepick-cmd-prev:hover,
.datepick-cmd-next:hover {
	border-color: #8d7535;
}
.datepick-cmd-prev {
	left: 0;
	transform: rotate(-45deg);
}

.datepick-cmd-next {
	right: 0;
	transform: rotate(135deg);
}
.datepick-cmd-prev.datepick-disabled,
.datepick-cmd-next.datepick-disabled {
	opacity: 0.4;
}
.datepick table {
	width: 100%;
	margin-bottom: 1rem;
}
.datepick th,
.datepick td {
	padding: 0 1px 1px 0;
}
.datepick th {
	font-weight: 400;
	text-transform: uppercase;
}
.datepick th span {
	display: block;
	padding: 0.75rem 0.5rem;
}
.datepick td a,
.datepick td span {
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	display: block;
	padding: 0.75rem 0.5rem;
}

.datepick td span {
	opacity: 0.4;
}

.datepick td a.datepick-highlight {
	border-color: #035aa5;
}
.datepick td a.datepick-selected {
	color: #FFF;
	background: #035aa5;
	border-color: #035aa5;
}

@media (min-width: 992px) {
	.datepick-month-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -0.75rem;
		margin-left: -0.75rem;
	}
	.datepick-month  {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer:before {
    position: absolute;
    content: "";
    background-image: url(images/icon-bg-footer.png);
    background-repeat: no-repeat;
    width: 351px;
    height: 135px;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.site-footer:after {
    position: absolute;
    content: "";
    background-image: url(images/icon-bg-footer.png);
    background-repeat: no-repeat;
    width: 351px;
    height: 135px;
    right: 0;
    bottom: 0;
    z-index: 10;
    transform: rotatey(180deg);
}
.logo-footer > img {
    max-width: 30%;
}
.footer-top .w-ft{
    width: 110px;
}
.footer-social li {
	margin-right: 0.5rem;
}
.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-nav {
    content: "";
    display: table;
}
.footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li {
	margin-bottom: .8rem;
}
.footer-nav .menu > li > a {
    font-weight: 300;
    font-size: 13px;
}
.scroll-top {
    visibility: hidden;
    opacity: 0;
    bottom: 8rem;
    left: auto;
    right: 1rem;
    background-image: url(images/icon-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    padding: 40px 6px;
    width: 30px;
}
.scroll-top .icon {
    fill: #212529;
    transition: fill 0.3s ease 0s;
}
.scroll-top .text {
    text-orientation: mixed;
    writing-mode: vertical-rl;
    font-size: 10px;
}
