body {
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
    letter-spacing: 0.02em;
	color: #333333;
}
body, html {
	position: relative;
	height: 100%;
}
body.position-fixed {
    top: 0;
    left: 0;
    right: 0;
}

a,
a:link {
	text-decoration: none;
	color: #333333;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #333333;
}
.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

ul, ol {
	padding-left: 15px;
	margin-bottom: 0;
}

p, li, td, h1, h2, h3, h4, h5 {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
p, li, td, a {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
    letter-spacing: 0.02em;
}
@media (max-width: 575.98px) {
	p, li, td, a {
		font-size: 14px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Kalnia", Georgia, serif;
	font-weight: normal;
	line-height: 1.2;
	color: #333333;
}
h1 { font-size: 48px; }
h2 { font-size: 42px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 18px; }

@media (max-width: 767.98px) {
	h1 { font-size: 40px; }
	h2 { font-size: 34px; }
	h3 { font-size: 30px; }
	h4 { font-size: 26px; }
	h5 { font-size: 22px; }
}
@media (max-width: 575.98px) {
	h1 { font-size: 34px; }
	h2 { font-size: 28px; }
	h3 { font-size: 26px; }
	h4 { font-size: 22px; }
	h5 { font-size: 20px; }
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-regular {
	font-family: "Source Sans Pro", Arial, sans-serif !important;
	font-weight: normal !important;
}

.text-lighter {
	font-family: "Source Sans Pro", Arial, sans-serif !important;
	font-weight: 300 !important;
}

strong, table th, .text-bold {
	font-family: "Source Sans Pro", Arial, sans-serif !important;
	font-weight: bold !important;
}

.heading-regular {
    font-family: "Kalnia", Georgia, serif !important;
	font-weight: normal !important;
}

.heading-semibold {
    font-family: "Kalnia", Georgia, serif !important;
	font-weight: 600 !important;
}

.text-xsm, .text-xsm li  {
	font-size: 13px !important;
    letter-spacing: normal;
}

.text-sm, .text-sm li {
	font-size: 14px !important;
    line-height: 1.3 !important;
}

.text-grey {
	color: #999 !important;
}

.text-white {
	color: #FFF !important;
}

.text-cross {
    border-top: 1px solid #DDD;
    position: relative;
    width: 100%;
}
.text-cross p {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    background: #FFF;
    color: #BBB;
	font-size: 13px;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-grey-3 {
	color: rgb(0, 0, 0, 0.3) !important;
}

.text-grey-4 {
	color: rgb(0, 0, 0, 0.4) !important;
}

.text-grey-5 {
	color: rgb(0, 0, 0, 0.5) !important;
}

.text-grey-6 {
	color: rgb(0, 0, 0, 0.6) !important;
}

.text-grey-7 {
	color: rgb(0, 0, 0, 0.7) !important;
}

.text-grey-8 {
	color: rgb(0, 0, 0, 0.8) !important;
}

.asterisk {
	font-family: "Kalnia", Georgia, serif;
	color: #016FB7;
	font-size: 22px;
    font-weight: 400;
    vertical-align: -5px;
}

.min-h-auto {
	min-height: auto !important;
}

.letr-space-1 {
	letter-spacing: 0.03em;
}

.letr-space-2 {
	letter-spacing: 0.05em;
}

.letr-space-3 {
	letter-spacing: 0.1em;
}

.pt-01 {
    padding-top: 0.2rem !important;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 575.98px) {
	.sm-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 767.98px) {
	.md-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 991.98px) {
	.lg-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 1199.98px) {
	.xl-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

.disabled {
	opacity: 0.4 !important;
	cursor: auto;
}

label {
	color: #333333;
	font-size: 15px;
    font-weight: bold;
}

.form-group {
	position: relative;
	text-align: left;
	margin-bottom: 1rem;
}

.form-control {
	height: 45px;
	color: #333333;
    border: 0;
	border-radius: 0;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
}
.form-control:disabled, .form-control[readonly] {
    background-color: #F1F1F1;
}

select {
	box-shadow: none;
}
select.form-control:not([size]):not([multiple]) {
    height: 45px;
}
select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}

textarea {
	resize: none;
	box-shadow: none;
	height: auto !important;
	padding-top: 13px;
	padding-bottom: 13px;
}

.close {
	font-weight: 300;
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
	font-size: 2.3rem;
	background-color: transparent;
	border: 0;
}
a.close:hover {
	text-decoration: none
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.consent {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
}
.consent label {
    text-transform: inherit;
}
.consent p, .consent a {
    font-size: 14px;
    line-height: 20px;
}
.consent a {
    text-decoration: underline;
    color: #016FB7;
}
.consent .form-control {
    background-color: #FFF;
}
.consent input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.consent input[type=checkbox]:checked ~ .checkmark {
    background-color: #016FB7;
    border-color: #016FB7;
}
.consent input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}
.consent .checkmark:after {
    width: 20px;
    height: 20px;
}
@media (max-width: 575px) {
	.consent p, .consent a {
		font-size: 13px;
		line-height: 18px;
	}
}

.custom-radio input[type="radio"] {
    display: none;
}
.radio-mark {
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: none;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
}
.custom-radio input[type="radio"]:checked + .radio-mark::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #016FB7;
}

::placeholder {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
input:focus {
	outline: none !important;
	border-color: #333333 !important;
	box-shadow: none !important;
}


/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

ol li {
	padding-left: 15px;
	font-size: 15px;
}

.lower-alpha {
	list-style-type: lower-alpha;
}

.tnc a, .promo-tnc a {
	text-decoration: underline;
}
.tnc, .tnc li, .tnc a,
.promo-tnc, .promo-tnc li, .promo-tnc a {
	font-size: 14px;
	line-height: 1.4;
}
.tnc ol:not(ul) > li {
    margin-bottom: 20px;
}
.tnc ul li {
    list-style-type: lower-alpha;
}
.tnc ul li ol li {
    list-style-type: decimal;
    margin-bottom: 0;
}

.breadcrumb {
    background: none;
}
.breadcrumb li {
    padding-left: 0;
}
.breadcrumb li, .breadcrumb a,
.breadcrumb-item + .breadcrumb-item {
    color: #016FB7;
	font-size: 15px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.2rem;
}
.breadcrumb-item.active {
    color: #777777;
}
@media (max-width: 575.98px) {
	.breadcrumb {
		padding: 0;
	}
}

/* responsive container image & text */
.responsive-container {
	position: relative;
	width: 100%;
}

.img-container {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 15px;
	margin: auto;
	width: 100%;
	z-index: 1;
}
.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/* popup modal */
.modal {
	padding-right: 0 !important;
}

.modal-content {
	border-radius: 10px;
}

.modal-header {
	padding: 1rem 2.5rem 0;
}

.modal-body {
	padding: 1.5rem 1rem;
}

.modal-footer {
	padding: 0 2.5rem 2.5rem;
	border-top: 0;
	justify-content: flex-start;
}

@media (max-width: 575px) {
	.modal-header {
		padding: 2.5rem 1.5rem 0;
	}

	.modal-body {
		padding: 1.5rem;
	}

	.modal-footer {
		padding: 0 1.5rem 1.5rem;
	}
}

.wynd-modal .modal-header {
	border-bottom: 0;
	padding-top: 3.5rem;
	padding-bottom: 0.9rem;
	justify-content: center;
}
.wynd-modal .modal-title {
	font-size: 34px;
}
.wynd-modal .modal-body {
	padding: 2.5rem;
}
.wynd-modal label {
	margin-bottom: 2px;
}
.wynd-modal .btn {
	min-width: auto;
}
.wynd-modal img, .wynd-modal .bg-style {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.wynd-modal .form-control {
	border: none;
	background-color: #E9E9E9;
}
.wynd-modal .consent {
	padding-left: 27px;
	margin-bottom: 0;
}
.wynd-modal .consent p {
    font-size: 13px;
    padding-top: 1px;
    margin-top: auto;
    line-height: normal;
}
.wynd-modal .checkmark {
	height: 18px;
	width: 18px;
	border: none;
}
.wynd-modal .checkmark:after {
    left: 7px;
    top: 3px;
}

.modal-backdrop {
	opacity: 0.5;
}
/* end popup modal */

#pass-status, #pass-status-new, #pass-status-cfm {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#hover-content {
	display: none;
}

#tooltip:hover #hover-content {
	display: block;
	position: absolute;
	bottom: 0;
	left: 35%;
	z-index: 1;
	padding: 12px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.8);
}
#tooltip:hover #hover-content p {
    font-size: 11px;
}


/*======== header ========*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: background 0.3s;
}
header.sticky {
    z-index: 9;
    background-color: #FFF;
    border-bottom: 1px solid rgba(167,133,46,0.3);
}
@media (max-width: 575.98px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3;
        background-color: #FFF;
        border-bottom: 1px solid rgba(167,133,46,0.3);
    }
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	background-color: #FFF;
	border-bottom: 1px solid rgba(167,133,46,0.3);
}

header .logo {
	background: url(../images/logos/Wyndham-Singapore-Hotel_logo-white.png) no-repeat top;
	background-size: cover;
    background-position: left;
}
#header.sticky .logo, .header .logo {
	background: url(../images/logos/Wyndham-Singapore-Hotel_logo-color.png) no-repeat top;
	background-size: cover;
    background-position: left;
}
#header.sticky .logo, #header.sticky .wr-logo {
    width: 127px;
    height: 35px;
}
#header .logo {
    width: 182px;
	height: 50px;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
header .wr-logo {
	background: url(../images/logos/Wyndham-Rewards_white.png) no-repeat top;
	background-size: cover;
    background-position: left;
}
#header.sticky .wr-logo, .header .wr-logo {
	background: url(../images/logos/Wyndham-Rewards_color.png) no-repeat top;
	background-size: cover;
    background-position: left;
}
#header.sticky .wr-logo {
    width: 109px;
    height: 30px;
}
#header .wr-logo {
    width: 127px;
    height: 35px;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
@media (max-width: 767.98px) {
    #header .logo {
        width: 127px;
        height: 35px;
    }
    #header .wr-logo {
        width: 109px;
        height: 30px;
    }
    #header .btn {
        font-size: 12px;
        padding: 8px 10px;
    }
}
@media (max-width: 575.98px) {
    #header .logo {
        background: url(../images/logos/Wyndham-Singapore-Hotel_logo-color.png) no-repeat top;
        background-size: cover;
        background-position: left;
    }
    #header .wr-logo {
        background: url(../images/logos/Wyndham-Rewards_color.png) no-repeat top;
        background-size: cover;
        background-position: left;
    }
    #header .btn {
        font-size: 11px;
        padding: 7px 10px;
    }
}

.navbar {
	padding-top: 1rem;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
#header.sticky .navbar {
	padding-top: 0.5rem;
}
@media (max-width: 991.98px) {
    .header .navbar  {
	    padding-top: 0.5rem;
    }
}
@media (max-width: 767.98px) {
    #header .navbar {
        padding-top: 0.5rem;
    }
}

.navbar .btn-primary, .navbar a.btn-primary,
.navbar .btn-primary:hover, .navbar a.btn-primary:hover,
.navbar .btn-primary:focus, .navbar a.btn-primary:focus,
.navbar .btn-secondary, .navbar a.btn-secondary,
.navbar .btn-secondary:hover, .navbar a.btn-secondary:hover,
.navbar .btn-secondary:focus, .navbar a.btn-secondary:focus {
	color: #FFF;
    background-color: transparent;
	border-color: #FFF;
}
header.sticky .navbar .btn-primary, header.sticky .navbar a.btn-primary,
header.sticky .navbar .btn-primary:hover, header.sticky .navbar a.btn-primary:hover,
header.sticky .navbar .btn-primary:focus, header.sticky .navbar a.btn-primary:focus,
.header .navbar .btn-primary, .header .navbar a.btn-primary,
.header .navbar .btn-primary:hover, .header .navbar a.btn-primary:hover,
.header .navbar .btn-primary:focus, .header .navbar a.btn-primary:focus {
    color: #016FB7;
    border-color: #016FB7;
}
header.sticky .navbar .btn-secondary, header.sticky .navbar a.btn-secondary,
header.sticky .navbar .btn-secondary:hover, header.sticky .navbar a.btn-secondary:hover,
header.sticky .navbar .btn-secondary:focus, header.sticky .navbar a.btn-secondary:focus,
.header .navbar .btn-secondary, .header .navbar a.btn-secondary,
.header .navbar .btn-secondary:hover, .header .navbar a.btn-secondary:hover,
.header .navbar .btn-secondary:focus, .header .navbar a.btn-secondary:focus {
	background-color: #016FB7;
    border-color: #016FB7;
}
@media (max-width: 575.98px) {
    #header .navbar .btn-primary,
	#header .navbar .btn-secondary {
		padding: 8px 10px;
	}
    #header .navbar .btn-primary {
        color: #016FB7;
        border-color: #016FB7;
    }
    #header .navbar .btn-secondary {
        background-color: #016FB7;
        border-color: #016FB7;
    }
}

.navbar-light .navbar-nav .nav-link {
	color: #FFF;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
	text-decoration: none;
    text-transform: uppercase;
}
@media (max-width: 1280.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        letter-spacing: 0.07em;
    }
}
@media (max-width: 1000.98px) {
    .navbar-light .navbar-nav .nav-link {
        letter-spacing: 0.06em;
    }
}
header.sticky .navbar-light .navbar-nav .nav-link,
.header .navbar-light .navbar-nav .nav-link {
	color: #333333;
	text-shadow: none;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #FFF;
	opacity: 0.8;
}
header.sticky .navbar-light .navbar-nav .show > .nav-link,
header.sticky .navbar-light .navbar-nav .nav-link.active,
header.sticky .navbar-light .navbar-nav .nav-link:hover,
header.sticky .navbar-light .navbar-nav .nav-link:focus,
.header .navbar-light .navbar-nav .show > .nav-link,
.header .navbar-light .navbar-nav .nav-link.active,
.header .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .nav-link:focus {
	color: #333333;
	opacity: 0.8;
}
.navbar-light .fa-bars:before {
	color: #333333;
	font-size: 24px;
}

.navbar-expand-xl {
    display: block;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

	.nav-button {
		display: none;
	}
    
    .main-menu {
        margin-top: 20px;
    }
    #header.sticky .main-menu {
        margin-top: 10px;
    }
}
@media (max-width: 1199.98px) {
	.navbar-expand-xl .navbar-nav {
		flex-direction: column;
	}

	.main-menu {
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
    .main-menu .navbar-nav {
        margin-top: 70px;
    }
	.main-menu .navbar-nav li {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		-webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
		-moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
		-o-animation-timing-function: cubic-bezier(.45,.005,0,1);
		animation-timing-function: cubic-bezier(.45,.005,0,1);
	}
    .main-menu .navbar-nav li a:hover {
        color: #666;
    }
	.main-menu .navbar-nav li.delay-1 {
		-webkit-transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		-ms-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.main-menu .navbar-nav li.delay-2 {
		-webkit-transition-delay: 0.2s;
		-moz-transition-delay: 0.2s;
		-ms-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.main-menu .navbar-nav li.delay-3 {
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		-ms-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.main-menu .navbar-nav li.delay-4 {
		-webkit-transition-delay: 0.4s;
		-moz-transition-delay: 0.4s;
		-ms-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
    
    .nav-open .main-menu {
		opacity: 1;
		visibility: visible;
		background: #FFF;
	}
	.nav-open .main-menu .navbar-nav li {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform .2s,opacity .2s;
		transition: transform .2s,opacity .2s;
	}
	.nav-open .main-menu .btn {
		font-size: 14px;
		min-width: auto;
		width: 50%;
	}
	.nav-open .navbar-light .navbar-nav .nav-link {
        color: #333333;
        font-size: 18px;
		padding: 0.7rem 4rem;
	}
    .nav-open .navbar-light .navbar-nav .show > .nav-link,
    .nav-open .navbar-light .navbar-nav .nav-link.active,
    .nav-open .navbar-light .navbar-nav .nav-link:hover,
    .nav-open .navbar-light .navbar-nav .nav-link:focus {
        color: #016FB7;
    }
	.nav-open #nav-icon3 span:nth-child(1) {
		top: 9px;
		width: 0;
		left: 50%
	}
	.nav-open #nav-icon3 span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.nav-open #nav-icon3 span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.nav-open #nav-icon3 span:nth-child(4) {
		top: 9px;
		width: 0;
		left: 50%
	}
    .nav-open .nav-button {
        margin-left: -10px;
    }
	.nav-open .nav-button #nav-icon3 {
		zoom: 1.5;
	}
    .nav-open .nav-button #nav-icon3 span {
        zoom: 0.6;
    }
    
	.nav-button {
		position: relative;
		z-index: 1111;
		height: 17px;
		display: block;
	}
    #header.sticky .nav-button {
		height: 18px;
    }
    .nav-button #nav-icon3 {
        width: 28px;
        display: inline-block;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
	.nav-button #nav-icon3 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #FFF;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	header.sticky .nav-button #nav-icon3 span,
	.header .nav-button #nav-icon3 span,
    .nav-open .nav-button #nav-icon3 span {
		background: #333333;
	}
	.nav-button #nav-icon3 span:nth-child(1) {
		top: 0
	}
	.nav-button #nav-icon3 span:nth-child(2), .nav-button #nav-icon3 span:nth-child(3) {
		top: 7px
	}
	.nav-button #nav-icon3 span:nth-child(4) {
		top: 15px
	}
	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
		right: 0;
		left: auto;
		width: 70%;
	}
}
@media (max-width: 767.98px) {
    .nav-button, #header.sticky .nav-button {
		height: 14px;
	}
}
@media (max-width: 575.98px) {
    #header .nav-button #nav-icon3 span {
        background: #333333;
    }
}

.dropdown {
	cursor: pointer;
}

.dropdown-menu {
	color: #333333;
	padding: 0;
	border-radius: 0;
}
.dropdown-menu p {
    cursor: default;
}

.dropdown-item {
	padding: 0 14px;
	border-bottom: 1px solid #FFF;
	line-height: 1.15;
	color: #333333;
	transition: color 0.3s;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #016FB7;
    text-decoration: none;
	background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    color: #333333;
	background-color: transparent;
}
@media (max-width: 1199.98px) {
	.dropdown-menu {
		top: 37px;
	}
}

/*.dropdown-toggle::after {
    border: 0;
    background-image: url("../images/icons/dd-open-white.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 12px;
    zoom: 0.6;
    vertical-align: 1.2px;
}
header.sticky .dropdown-toggle::after,
.header.sticky .dropdown-toggle::after {
    background-image: url("../images/icons/dd-open-color.png");
}
.dropdown-toggle img {
    zoom: 0.6;
    vertical-align: 1.2px;
}
@media (max-width: 575.98px) {
	.dropdown-toggle::after {
		background-image: url("../images/icons/dd-open-color.png");
	}
}

.language > a {
    color: #FFF;
    text-decoration: none;
}
.language .dropdown-menu[data-bs-popper] {
    margin-top: 0.3rem;
}
header.sticky .language > a,
.header .language > a {
	color: #333333;
}*/

.booking-widget-wrapper {
	position: relative;
}
.booking-widget-wrapper .form-control,
.booking-widget-wrapper label, .booking-widget-wrapper span,
.booking-widget-wrapper p, .booking-widget-wrapper div,
.booking-widget-wrapper .btn-text {
    text-transform: uppercase;
}
.booking-widget-wrapper label {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #666666;
}
.booking-widget-wrapper .form-control {
    height: auto;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
	box-shadow: none;
    background-color: transparent;
}
.booking-widget-wrapper .border {
    border-color: #c5c5c5 !important;
}
.booking-widget-wrapper .text-grey {
    color: #777777 !important;
}
.booking-widget-wrapper .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.booking-widget-wrapper .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{
    display: none;
}
.booking-widget-wrapper .bootstrap-datetimepicker-widget.dropdown-menu {
    margin-top: -20px;
}
.booking-widget-wrapper .dropdown-toggle {
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.booking-widget-wrapper .dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #003353;
}
.booking-widget-wrapper .dropdown-toggle::after {
    font-size: 16px;
    vertical-align: .1em;
    color: #AAAAAA;
}
.booking-widget-wrapper #dropdown1,
.booking-widget-wrapper #dropdown2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}
#dropdown1.dropdown-menu {
    min-width: 19rem;
}
#dropdown2.dropdown-menu {
    min-width: 28rem;
}
@media (max-width: 575.98px) {
    #dropdown1.dropdown-menu, #dropdown2.dropdown-menu {
        min-width: auto;
        width: 95vw;
    }
    #dropdown2.dropdown-menu .dropdown-item {
        white-space: normal;
        word-wrap: break-word;
    }
}
.booking-widget-wrapper .dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.175);
    border-bottom: none;
    border-left: none;
    top: -8.8px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: #fff;
}
.booking-widget-wrapper .dropdown-menu div,
.booking-widget-wrapper .consent p,
.booking-widget-wrapper .radio span {
    text-transform: none;
}
@media (max-width: 575.98px) {
    .booking-widget-wrapper .radio span span {
        position: absolute;
        white-space: nowrap;
    }
}
.booking-widget-wrapper .dropdown-item {
    padding: 20px 25px;
}
.booking-widget-wrapper .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #c5c5c5;
}
.booking-widget-wrapper .dropdown-item:hover,
.booking-widget-wrapper .dropdown-item:focus {
    color: #777777;
}
.booking-widget-wrapper .dropdown-item .form-control {
    border: 1px solid #c5c5c5;
    padding: 12px;
    text-transform: none;
    margin-left: 32px;
    height: 45px;
    width: -webkit-fill-available;
}
.booking-widget-wrapper .dropdown-item .form-control:focus {
    border-color: #c5c5c5;
}
.booking-widget-wrapper .consent {
    padding-left: 32px;
}
.booking-widget-wrapper .consent .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.booking-widget-wrapper .checkmark {
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #c5c5c5;
}
.booking-widget-wrapper .radio {
    margin-bottom: 15px;
}
.booking-widget-wrapper .radio input[type="radio"] {
    display: none;
}
.booking-widget-wrapper .radio input[type=radio]+span {
    font-size: 14px;
    position: relative;
}
.booking-widget-wrapper .radio input[type=radio]:checked+span:before {
    background-color: #016FB7;
    border-color: rgba(0, 0, 0, .3);
}
.booking-widget-wrapper .radio input[type=radio]+span:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 12px;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    background-color: #FFFFFF;
    cursor: pointer;
    vertical-align: top;
}
.booking-widget-wrapper .radio input[type=radio]:checked+span:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    background-color: #FFFFFF;
}
.booking-widget-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-widget-wrapper .btn-text,
.booking-widget-wrapper a.btn-text {
    font-size: 12.5px;
    padding-bottom: 0;
    border-bottom: none;
}
.booking-col-h, .booking-widget-wrapper .btn {
    height: 49.8px;
}
@media (max-width: 1199.98px) {
    .booking-col-h {
        display: grid;
    }
}

.booking-padding {
    padding: 6px 12px;
}

.booking-rate h4, .booking-rate p {
    line-height: 0.8;
}
@media (max-width: 767.98px) {
    .booking-rate.booking-col-h {
        display: flex;
        height: auto;
        margin-top: 10px;
    }
}

.quantity.buttons_added {
    position: relative;
}
.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-shadow: none;
    font-weight: normal;
}
.quantity.buttons_added .minus {
    line-height: 10px;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    font-weight: bold;
	width: 28px;
	height: 28px;
	background-color: #FFF;
	border: 1px solid #016FB7;
	cursor: pointer;
	color: #016FB7;
    
    transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}
.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    color: #FFFFFF;
    background-color: #016FB7;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.quantity .input-text.qty {
    width: 22px;
    height: 28px;
    text-align: center;
    background-color: transparent;
	border: 0;
	color: #555555;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.nav-shadow, .nav-shadow-top,
.nav-shadow-bottom {
	position: absolute;
	width: 100%;
}

.nav-shadow {
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.nav-shadow-top {
	top: 0;
	height: 150px;
    z-index: 1;
	background: rgba(0,0,0,4);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.nav-shadow-bottom {
	bottom: 0;
	height: 300px;
    z-index: 1;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333000', endColorstr='#333333000', GradientType=0 );
}

.bg-style {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-wrapper {
    background-image:url(../images/home/1600x900_home_banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.guest-rating-wrapper .social-link i {
    font-size: 24px;
}
.guest-rating-wrapper .social-link img {
    height: 24px;
}
.guest-rating-wrapper .social-link a:not(:last-child) {
    padding-right: 30px;
}

.home-bg {
	height: 100vh;
}

.inner-bg {
	height: 650px;
}

@media (max-width: 991.98px) {
	.home-bg, .inner-bg {
		height: 500px;
	}
}
@media (max-width: 575.98px) {
	.home-bg, .inner-bg {
		height: 250px;
	}
}

.main-heading, .main-heading-video {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
}
.main-heading h1, .main-heading-video h1 {
    font-size: 44px;
    max-width: 850px;
}
@media (max-width: 991.98px) {
	.main-heading h1, .main-heading-video h1 {
		font-size: 38px;
	}
}
@media (max-width: 767.98px) {
	.main-heading h1, .main-heading-video h1 {
		font-size: 30px;
	}
}
@media (max-width: 575.98px) {
	.main-heading-video h1 {
		font-size: 22px;
	}
}
@media (max-width: 460.98px) {
	.main-heading-video h1 {
		font-size: 18px;
	}
}

.frame-img {
	height: 100%;
}
.frame-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*======== content ========*/
#content {
	padding-top: 140.4px;
}
@media (max-width: 1199.98px) {
	#content {
		padding-top: 84.8px;
	}
}
@media (max-width: 991.98px) {
	#content {
		padding-top: 76.8px;
	}
}
@media (max-width: 767.98px) {
	#content {
		padding-top: 105.4px;
	}
}
@media (max-width: 575.98px) {
	#content {
		padding-top: 103.9px;
	}
}

.short-container {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.theme-color {
	color: #016FB7 !important;
}

.bg-theme {
	background-color: #016FB7 !important;
}

.bg-theme-opa {
    position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1,111,183,.75) !important;
}

.bg-theme-light {
	background-color: #F7F6F3 !important;
}

.bg-standard {
	background-color: #F2F2F2 !important;
}

.heading-div {
    width: 50px;
    margin-bottom: 35px;
    border-bottom: 1px solid #CCC;
}

.box-shadow {
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}

@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #dee2e6 !important;
    }
    
    .border-bottom-lg-0 {
        border-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .border-md-end {
        border-right: 1px solid #dee2e6 !important;
    }
    
    .border-md-top {
        border-top: 1px solid #dee2e6 !important;
    }
    
    .border-bottom-md-0 {
        border-bottom: 0 !important;
    }
}

.scrollmenu {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.scrollmenu::-webkit-scrollbar {
	background-color: #FFF;
    width: 12px;
	height: 6px;
}
.scrollmenu::-webkit-scrollbar-track {
	background-color: #FFF;
}
.scrollmenu::-webkit-scrollbar-thumb {
	opacity: 0;
    border-radius: 12px;
	transition: 0.3s;
}
.scrollmenu:hover::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.17);
	opacity: 1;
}
.scrollmenu::-webkit-scrollbar-button {
	display: none;
}

.img-collage .frame-img {
    height: 550px;
}
@media (max-width: 1199.98px) {
	.img-collage .frame-img {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
	.img-collage .frame-img {
        height: 350px;
    }
}
@media (max-width: 575.98px) {
	.img-collage .frame-img {
        height: 300px;
    }
}

@media (min-width: 992px) {
     .img-wrap {
        max-height: calc(100vh - 99px);
        overflow: hidden;
    }
    
	.img-description-layer {
        display: flex;
        position: absolute;
        top: 100%;
        width: 100%;
        transition: all .3s ease-out;
        background: rgba(1,111,183,0.75);
        height: 100%;
        text-align: center;
		color: #FFF;
	}
    .img-wrap:hover .img-description-layer {
        top: 0;
    }
    .img-wrap:hover .text-overlay {
        visibility: hidden;
    }
    
	.img-description {
		padding: 30px;
        max-width: 500px;
        margin: auto;
	}
    .img-description .btn-primary,
    .img-description .btn-primary:hover,
    .img-description .btn-primary:focus {
        color: #FFF;
        border-color: #FFF;
    }
    
    .text-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(1,111,183,0.75);
	}
    .text-overlay-content {
		padding: 40px 20px;
	}
	.text-overlay-content h5,
    .img-description h4 {
		color: #FFF;
		text-align: center;
	}
	.text-overlay-content p {
		color: #FFF;
		text-align: center;
	}
}

/* slick */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url(../webfonts/slick.eot);
	src: url(../webfonts/slick.eot?#iefix) format('embedded-opentype'), url(../webfonts/slick.woff) format('woff'), url(../webfonts/slick.ttf) format('truetype'), url(../webfonts/slick.svg#slick) format('svg');
}

.wynd-slick.slick-slider {
	margin: auto;
}
.wynd-slick .slick-track {
	margin-bottom: 5px;
}
.wynd-slick .slick-prev,
.wynd-slick .slick-next {
	width: auto;
	height: auto;
}
.wynd-slick .slick-prev {
	z-index: 1;
}
.wynd-slick .slick-prev:before {
    content: url("../images/icons/slider-left.svg");
}
[dir='rtl'] .wynd-slick .slick-prev:before {
    content: url("../images/icons/slider-right.svg");
}
.wynd-slick .slick-next:before {
    content: url("../images/icons/slider-right.svg");
}
[dir='rtl'] .wynd-slick .slick-next:before {
    content: url("../images/icons/slider-left.svg");
}
.wynd-slick .slick-dots {
	bottom: 30px;
}
.wynd-slick .slick-dots li {
    margin: 0;
}
.wynd-slick .slick-dots li button:hover:before,
.wynd-slick .slick-dots li button:focus:before {
    opacity: .4;
}
.wynd-slick .slick-dots li button:before {
    font-size: 10px;
    color: #FFF;
}
.wynd-slick .slick-dots li.slick-active button:before {
    opacity: .85;
    color: #FFF;
}

.hero.slick-slider {
	max-width: 100%;
}
.hero .slick-slide {
	margin: 0;
}
.hero img {
	width: 100%;
	height: 100%;
}
.hero.wynd-slick .slick-track {
    margin-bottom: 0;
}
.hero.wynd-slick .slick-prev,
[dir='rtl'] .hero.wynd-slick .slick-next {
	left: 80px;
}
[dir='rtl'] .hero.wynd-slick .slick-prev,
.hero.wynd-slick .slick-next {
	right: 80px;
}
.hero.wynd-slick .slick-prev:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.hero.wynd-slick .slick-next:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.hero.slick-dotted.slick-slider {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.hero.wynd-slick .slick-prev,
	[dir='rtl'] .hero.wynd-slick .slick-next {
		left: 50px;
	}
	[dir='rtl'] .hero.wynd-slick .slick-prev,
	.hero.wynd-slick .slick-next {
		right: 50px;
	}
}
@media (max-width: 767.98px) {
	.hero.wynd-slick .slick-prev,
	[dir='rtl'] .hero.wynd-slick .slick-next {
		left: 30px;
	}
	[dir='rtl'] .hero.wynd-slick .slick-prev,
	.hero.wynd-slick .slick-next {
		right: 30px;
	}
}
@media (max-width: 575.98px) {
    .pt-slick-mobile {
        padding-top: 103.9px;
    }
    
    .hero .img-container {
        top: auto;
        bottom: 20px;
    }
}

.hgl.slick-dotted.slick-slider {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.hgl.wynd-slick .slick-prev,
	[dir='rtl'] .hero.wynd-slick .slick-next {
		left: 50px;
	}
	[dir='rtl'] .hero.wynd-slick .slick-prev,
	.hgl.wynd-slick .slick-next {
		right: 50px;
	}
}
@media (max-width: 767.98px) {
	.hgl.wynd-slick .slick-prev,
	[dir='rtl'] .hero.wynd-slick .slick-next {
		left: 30px;
	}
	[dir='rtl'] .hero.wynd-slick .slick-prev,
	.hgl.wynd-slick .slick-next {
		right: 30px;
	}
}

.rcmd.wynd-slick .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
    margin-left: 0;
}
.rcmd.wynd-slick .slick-slide {
	display: -ms-flexbox !important;
	display: flex !important;
	height: inherit !important;
}
.rcmd.wynd-slick .slick-slide > div {
	height: inherit !important;
	flex: 1;
}
.rcmd.wynd-slick .slick-slide {
    margin: 0 10px;
}
.rcmd.wynd-slick .slick-dots {
	bottom: -45px;
}
.rcmd.wynd-slick .slick-dots li button:before,
.rcmd.wynd-slick .slick-dots li.slick-active button:before {
    color: #333333;
}
.rcmd.wynd-slick .wynd-col-content {
	margin-bottom: 60px;
}
@media (max-width: 575.98px) {
    .rcmd.wynd-slick .slick-prev {
        left: 25px;
    }
    .rcmd.wynd-slick .slick-next {
        right: 25px;
    }
}

/* animation */
@-webkit-keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpSD {
	-webkit-animation: fadeInUpSD;
	animation: fadeInUpSDs;
}

.wynd-brands ul {
    padding-left: 0;
}
.wynd-brands li {
    list-style-type:  none;
    padding: 15px 0;
    border-bottom: 1px solid #DDD;
}
.wynd-brands li a {
    font-family: "Kalnia", Georgia, serif;
    font-size: 18px;
}
.wynd-brands li a:hover {
    text-decoration: none;
}
.wynd-brands h6 img {
    width: 23px;
}
/*@media (min-width: 1200px) {
    .wynd-brands .px-xl-5 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}*/
@media (min-width:768px){
    .wynd-brands .border-md-end {
        border-right: 1px solid #dee2e6;
    }
}
@media (max-width: 768.98px) {
    .wynd-brands .border-md-end {
        border-bottom: 1px solid #dee2e6;
    }
}
@media (max-width: 575.98px) {
	.wynd-brands li {
        padding: 10px 0;
    }
    .wynd-brands li a,
    .wynd-brands h6 {
        font-size: 16px;
    }
    .wynd-brands h6 img {
        width: 18px;
    }
    .wynd-brands h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .mh-calc {
        height: 100%;
        max-height: calc(100vh - 75px);
    }
}

.offscreen-bg:after {
    content: "";
    z-index: -1;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 120px;
    left: 0;
    background: #F7F6F3;
}
@media (max-width: 1199.98px) {
    .offscreen-bg:after {
        top: 80px;
    }
}
@media (max-width: 991.98px) {
    .offscreen-bg:after {
        top: initial;
        height: 50%;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .offscreen-text {
        margin-top: 130px;
    }
}
@media (min-width: 1200px) {
    .offscreen-text {
        margin-top: 170px;
    }
}

.row-wrapper .col-md-6 {
    padding-bottom: 3rem;
}
@media (min-width: 992px) {
    .row-wrapper.row {
        margin-right: -1.5rem;
        margin-left: -2rem;
    }
    .row-wrapper .col-md-6 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
@media (max-width: 991.98px) {
    .row-wrapper .col-md-6 {
        padding-bottom: 2rem;
    }
    /*.row-wrapper .fix-btn {
        position: relative;
    }*/
}

.wynd-col {
    position: relative;
    height: 100%;
}
.wynd-col.bg-white {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.wynd-col .fix-btn {
    padding: 0 35px 35px;
}
.wynd-col .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wynd-col .frame-img {
    height: 320px;
}
.wynd-col .frame-img img {
    object-position: 0 70%;
}
@media (max-width: 991.98px) {
    .wynd-col .fix-btn {
        padding: 0 20px 20px;
    }
    .wynd-col .frame-img {
        height: auto;
    }
}
@media (max-width: 575.98px) {
    .wynd-col .fix-btn {
        position: relative;
    }
}

.wynd-col-content {
    padding: 35px;
	margin-bottom: 80px;
}
.wynd-col-content h6 {
    font-size: 22px;
    line-height: 1.4;
}
.wynd-col-content i {
    min-width: 18px;
}
@media (max-width: 991.98px) {
    .wynd-col-content {
        padding: 20px;
    }
}
@media (max-width: 575.98px) {
    .wynd-col-content {
	    margin-bottom: 30px;
    }
}

.room-amenities li {
    line-height: 2;
    padding-left: 15px;
}
@media (max-width: 575.98px) {
    .room-amenities li {
        line-height: 1.8;
    }
}

.chart-table td {
    text-align: center;
	padding: 15px 10px;
    border: 2px solid #F7F6F3;
}
.chart-table tr {
	background-color: #FFFFFF;
	color: #333333;
}
.chart-table tr:first-child td {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #b9b4a6;
}
.chart-table tr:nth-child(2) td {
    color: #FFFFFF;
    background-color: #b9b4a6;
}
@media (max-width: 575.98px) {
    .chart-table tr:first-child td {
        font-size: 16px;
    }
    .chart-table tbody td {
        font-size: 14px;
    }
}

.light-brown-td {
    background-color: #e9e6e0;
}

.wynd-datepicker .input-group-text {
    height: 45px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}
.wynd-datepicker .bootstrap-datetimepicker-widget.dropdown-menu {
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 4px;
    width: 20rem;
}
.wynd-datepicker .bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.wynd-datepicker .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    display: none;
}
.wynd-datepicker .bootstrap-datetimepicker-widget table td,
.wynd-datepicker .bootstrap-datetimepicker-widget table th {
    border: none;
}
.wynd-datepicker .bootstrap-datetimepicker-widget table td {
    padding: 8px;
}
.wynd-datepicker .bootstrap-datetimepicker-widget table td.active,
.wynd-datepicker .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #016FB7;
}
.wynd-datepicker .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #016FB7;
}
.wynd-datepicker.booking-col-h {
    height: 51.5px;
}
@media (max-width: 991.98px) {
	.wynd-datepicker.form-group {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}

.listing-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #003353;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #FFF;
    padding: 3px 10px;
}
.listing-badge i {
    font-size: 11px;
    padding-right: 5px;
}

.promo-content h1 {
    font-size: 30px;
}
@media (max-width: 767.98px) {
	.promo-content h1 {
        font-size: 26px;
    }
}
@media (max-width: 575.98px) {
	.promo-content h1 {
        font-size: 22px;
    }
}

.anchor {
	display: block;
	height: 80px;
	margin-top: -80px;
	visibility: hidden;
}

.star-rating {
    direction: rtl;
    display: inline-flex;
}
.star-rating input {
    display: none;
}
.star-rating label {
    font-size: 22px;
    color: #fcbf13;
    transition: color 0.2s;
}
.star-rating .norate {
    color: #E5E5E5 !important;
}
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fcbf13;
}

.guest-rating-wrapper .inner-bg {
    height: 550px;
}
.guest-rating-wrapper .wynd-col img {
    /*border-radius: 50%;*/
    zoom: 0.5;
}
.guest-rating-wrapper svg {
    width: 15px;
    margin-top: -4px;
}

.guest-rating.wynd-slick .slick-slide {
    margin: 15px;
}
.guest-rating.wynd-slick .slick-dots {
    bottom: -25px;
}
.guest-rating.wynd-slick .main-heading {
    color: #333333;
}
.guest-rating.wynd-slick .slick-prev:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.guest-rating.wynd-slick .slick-next:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(151deg) brightness(104%) contrast(101%);
}
.guest-rating .fix-btn {
    position: relative;
} 
.guest-rating .fix-btn a {
    display: inline-block;
} 

.guest-rating-text p {
    min-height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.guest-rating-text p, .guest-rating-text a {
    font-size: 15px;
}
.guest-rating-text a {
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .guest-rating.wynd-slick .slick-slide {
        margin: 10px;
    }
}

.review-date {
    font-size: 13px !important;
    letter-spacing: normal;
    color: rgb(0, 0, 0, 0.4) !important;
    margin-bottom: 5px;
}

/* button */
.btn {
	font-family: "Kalnia", Georgia, serif;
	font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-transform: uppercase;
	padding: 10px 20px;
	margin: 0;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 575.98px) {
    .btn {
        font-size: 12px;
    }
}

.btn-primary, a.btn-primary,
.btn-primary:focus, a.btn-primary:focus {
    color: #016FB7;
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(1,111,183,.2);
    text-decoration: none;
}
.btn-primary:hover, a.btn-primary:hover {
    color: #016FB7;
    opacity: 0.9;
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(1,111,183,.8);
    text-decoration: none;
}

.btn-secondary, a.btn-secondary,
.btn-secondary:focus, a.btn-secondary:focus {
    color: #FFFFFF;
    background-color: #016FB7;
    border-color: #016FB7;
}
.btn-secondary:hover, a.btn-secondary:hover {
    opacity: 0.9;
    background-color: #016FB7;
    border-color: #016FB7;
    text-decoration: none;
}

.btn-white-ol, a.btn-white-ol,
.btn-white-ol:focus, a.btn-white-ol:focus {
    color: #FFFFFF;
    background-color: transparent;
    border-width: 1px;
    border-color: #FFFFFF;
    text-decoration: none;
}
.btn-white-ol:hover, a.btn-white-ol:hover {
    color: #FFFFFF;
    opacity: 0.9;
    background-color: transparent;
    border-width: 1px;
    border-color: #FFFFFF;
    text-decoration: none;
}

.btn-text, a.btn-text {
    font-family: "Kalnia", Georgia, serif;
	font-size: 13.5px;
    font-weight: bold;
    letter-spacing: 0.05em;
    opacity: 0.8;
	color: #016FB7;
	text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
}
.btn-text:hover, a.btn-text:hover {
    opacity: 1;
	text-decoration: none;
}

.btn-grey, a.btn-grey,
.btn-grey:focus, a.btn-grey:focus {
    color: #333;
    background-color: #CCC;
    border-width: 1px;
    border-color: #CCC;
    text-decoration: none;
}
.btn-grey:hover, a.btn-grey:hover {
    color: #CCC;
    opacity: 0.9;
    background-color: #333;
    border-width: 1px;
    border-color: #333;
    text-decoration: none;
}

.fix-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
/* end button */


/*======== footer ========*/
footer {
	position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #333333;
}
footer p, footer li, footer a, footer td,
footer h1, footer h2, footer h3, footer h4,
footer h5, footer h6 {
    color: #FFF;
}
footer h6 {
    line-height: 1.6;
}
footer .heading-div {
    border-color: #777;
}
footer a:hover, footer a:focus {
    opacity: 0.8;
    text-decoration: none;
}
footer .border-bottom {
    border-color: #777 !important;
}
@media (max-width: 767.98px) {
    footer {
        padding-top: 50px;
    }
    footer h6 {
        font-size: 16px;
        line-height: 1.4;
    }
}

.footer-nav-link ul {
	padding-left: 0;
}
.footer-nav-link > .row:first-child ul li a {
    font-family: "Kalnia", Georgia, serif;
	font-weight: normal;
    font-size: 18px;
    line-height: 1.8;
}
@media (max-width: 767.98px) {
    .footer-nav-link .row:first-child .col-lg-3:first-child li a,
    .footer-nav-link > .row:first-child ul li a {
        font-size: 16px;
        line-height: 1.6;
    }
}
.footer-nav-link li {
	list-style-type: none;
	padding-bottom: 10px;
    line-height: 1.1;
}
.footer-nav-link li a {
    color: #FFF;
    font-size: 15px;
    line-height: inherit;
}
.footer-nav-link h5 {
    font-size: 20px;
}
.footer-nav-link h6 {
    font-size: 16px;
    color: #AAA;
}

.social-link i {
    font-size: 20px;
    color: #FFF;
}
.social-link a:not(:last-child) {
    padding-right: 20px;
}

.statement {
    width: 100%;
    margin-top: 60px;
}
.statement a {
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    letter-spacing: 0.03em;
    padding: 0 15px;
    border-right: 1px solid #777;
}
.statement a:last-child {
    border-right: 0;
    padding-right: 0;
}
@media (max-width: 767.98px) {
    .statement {
        margin-top: 35px;
    }
}
@media (max-width: 575.98px) {
    .statement {
        margin-top: 15px;
        font-size: 14px;
    }
}

.childDiv {
    display: none;
}

.scrollup {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	opacity: .4;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
	background: url('../images/icon_top.png') no-repeat;
	z-index: 1;
}
