/*
Theme Name: Meriton
Version: 1.0
*/
body {
	font-size: 14px;
	line-height: 1.88;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #303030;
	padding: 0px;
	margin: 0px;
}

em {
	color: #303030;
}

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
	font-family: 'Lantinghei SC';
	src: url('fonts/Lantinghei SC Heavy.eot');
	src: url('fonts/Lantinghei SC Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/Lantinghei SC Heavy.woff2') format('woff2'),
		url('fonts/Lantinghei SC Heavy.woff') format('woff'),
		url('fonts/Lantinghei SC Heavy.svg#Lantinghei SC Heavy') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
    font-display: swap;
	unicode-range: U+0020-00FC;
}

@font-face {
	font-family: 'Lantinghei SC';
	src: url('fonts/Lantinghei SC Extralight.eot');
	src: url('fonts/Lantinghei SC Extralight.eot?#iefix') format('embedded-opentype'),
		url('fonts/Lantinghei SC Extralight.woff2') format('woff2'),
		url('fonts/Lantinghei SC Extralight.woff') format('woff'),
		url('fonts/Lantinghei SC Extralight.svg#Lantinghei SC Extralight') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
    font-display: swap;
	unicode-range: U+0020-00FC;
}

@font-face {
	font-family: 'Lantinghei SC';
	src: url('fonts/Lantinghei SC Demibold.eot');
	src: url('fonts/Lantinghei SC Demibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Lantinghei SC Demibold.woff2') format('woff2'),
		url('fonts/Lantinghei SC Demibold.woff') format('woff'),
		url('fonts/Lantinghei SC Demibold.svg#Lantinghei SC Demibold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
    font-display: swap;
	unicode-range: U+0020-00FC;
}

@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri.eot');
	src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri.woff2') format('woff2'),
		url('fonts/Calibri.woff') format('woff'),
		url('fonts/Calibri.ttf') format('truetype'),
		url('fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
    font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri-Bold.eot');
	src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri-Bold.woff2') format('woff2'),
		url('fonts/Calibri-Bold.woff') format('woff'),
		url('fonts/Calibri-Bold.ttf') format('truetype'),
		url('fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
	font-weight: bold;
    font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri-Light.eot');
	src: url('fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri-Light.woff2') format('woff2'),
		url('fonts/Calibri-Light.woff') format('woff'),
		url('fonts/Calibri-Light.ttf') format('truetype'),
		url('fonts/Calibri-Light.svg#Calibri-Light') format('svg');
	font-weight: 300;
    font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/MinionPro-Regular.eot');
	src: url('fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/MinionPro-Regular.woff2') format('woff2'),
		url('fonts/MinionPro-Regular.woff') format('woff'),
		url('fonts/MinionPro-Regular.ttf') format('truetype'),
		url('fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
	font-weight: normal;
    font-display: swap;
	font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeueBold.eot');
    src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeueBold.woff2') format('woff2'),
        url('fonts/BebasNeueBold.woff') format('woff'),
        url('fonts/BebasNeueBold.ttf') format('truetype'),
        url('fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

body.chineselang {
	font-family: 'Lantinghei SC' !important;
	font-weight: 400 !important;
}

body.chineselang .h1-custom,
body.chineselang h2,
body.chineselang h3,
body.chineselang h4,
body.chineselang h5,
body.chineselang h6 {
	font-family: 'Lantinghei SC' !important;
	font-weight: 400 !important;
}

body.chineselang .h1-custom > small {
	font-family: 'Lantinghei SC' !important;
	font-weight: 400 !important;
}

input[type="text"].hasDatepicker {
	padding: 8px 38px 8px 14px;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
	font-size: 13px;
	border: 1px solid #b5b5b5;
	border-radius: 0;
	padding: 16px 14px;
	line-height: 1;
	min-width: 100%;
	width: 100%;
	height: 49px;
	appearance: none;
	-webkit-appearance: none;
}

input[type="date"] {
	padding-top: 14px;
}

select {
	padding: 8px 27px 8px 10px;
}

textarea {
	height: 129px;
	padding: 17px 14px;
}

a:focus {
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: #BC955C;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #BC955C;
	border: 1px solid #BC955C;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1.4px;
	padding: 0px 0px 0px 0px;
	min-width: 164px;
	-webkit-transition: all .40s ease-in;
	-moz-transition: all .40s ease-in;
	-ms-transition: all .40s ease-in;
	-o-transition: all .40s ease-in;
	transition: all .40s ease-in;

}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #475059;
	color: #BC955C;
	border: 1px solid #475059;
	outline: none;
	text-decoration: none;

}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
	text-decoration: none;
}

.innr-container {
	max-width: 1270px;
	padding: 0 15px;
	margin: 0 auto;
}

.container {
	max-width: 1820px;
	padding: 0 15px 15px;
	margin: 0 auto;
}

.container:after,
.row:after,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

/*----- Custom Checkbox & Radio Start -----*/
.custom-radio,
.custom-check {
	position: relative;
	display: inline-block;
}

.custom-radio [type="radio"],
.custom-check [type="checkbox"] {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.custom-radio label,
.custom-check label {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-left: 0;
	padding-left: 36px;
	line-height: 22px;
	font-weight: normal;
}

.custom-radio label::before,
.custom-check label::before,
.custom-radio label::after,
.custom-check label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	text-align: center;
	color: #AAA;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.custom-radio label::before,
.custom-check label::before {
	border: 1px solid #b7b7b7;
}

.custom-check label::after {
	/*content: "^";*/
	/*font-family: 'FontAwesome';*/
	/*font-size: 15px;*/
	width: 12px;
	height: 12px;
	background-color: #AAA;
	top: 5px;
	left: 5px;
}

.custom-radio label::after {
	width: 12px;
	height: 12px;
	background-color: #AAA;
	top: 5px;
	left: 5px;
}

.custom-radio label::before,
.custom-radio label::after {
	border-radius: 50%;
}

.custom-radio [type="radio"]:not(:checked) + label::after,
.custom-check [type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	transform: scale(0);
}

.custom-radio [type="radio"]:checked + label::after,
.custom-check [type="checkbox"]:checked + label::after {
	opacity: 1;
	transform: scale(1);
}

.custom-radio [type="radio"]:disabled + label::before,
.custom-check [type="checkbox"]:disabled + label::before {
	background-color: #9e0039;
	box-shadow: inset 0 0 8px 0 #640024;
}

.custom-radio [type="radio"]:focus + label::before,
.custom-check [type="checkbox"]:focus + label::before {
	border-color: #555 !important;
}

/*----- Custom Checkbox & Radio End -----*/
/*----- Custom Select Start -----*/
select {
	background-image: url(images/caret.png);
	background-repeat: no-repeat;
	background-position: 97.5% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 1.2;
}

.ie-browser select {
	background-image: none;
}

/*----- Custom Select End -----*/
/*----- Custom Upload Start -----*/
label.lbl-upload input[type="file"] {
	position: absolute;
	left: -9999px;
}

.lbl-upload {
	display: inline-block;
	background-color: #EAEAEA;
	cursor: pointer;
}

.lbl-upload:invalid + span {
	color: #000;
}

.lbl-upload:valid + span {
	color: #4A4;
}

.upload-file {
	margin-top: 10px;
}

/*----- Custom Upload End -----*/
.list-unstyled {
	list-style: none;
	padding-left: 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #303030;
	font-size: 13px;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	text-transform: capitalize;
}

:-moz-placeholder {
	color: #303030;
	font-size: 13px;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #303030;
	font-size: 13px;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #303030;
	font-size: 13px;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	text-transform: capitalize;
}

/* custom css */
/* globle class css */
a {
	color: #BC955C;
}

a:active,
a:hover {
	color: #303030;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

ol {
	list-style: none;
	padding: 0px;
	margin: 0 0 41px 0;
}

ol > li {
	counter-increment: item;
	position: relative;
	line-height: 1.3;
	margin-bottom: 12px;
}

ol > li:before {
	margin-right: 10px;
	content: counter(item);
	border-radius: 100%;
	color: #BC955C;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}

ol > li:after {
	content: ".";
	position: absolute;
	top: 0px;
	left: 8px;
	width: 3px;
	height: 3px;
	color: #BC955C;
}

ul {
	padding: 0px;
}

ul > li {
	list-style: none;
	position: relative;
	padding-left: 10px;
}

ul > li:before {
	content: "";
	width: 4px;
	height: 3px;
	border-radius: 50%;
	background-color: #BC955C;
	position: absolute;
	top: 11px;
	left: 0px;
}

.ul-none {
	margin: 0px;
}

.ul-none > li {
	padding-left: 0px;
}

.ul-none > li:before {
	display: none;
}

figure {
	margin: 0px;
}

/*h1*/
.h1-custom,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.1;
	font-family: 'Montserrat', sans-serif;
}

/*h1,*/
.h1-custom {
	font-size: 100px;
	line-height: 1;
	color: #fff;
	text-align: center;
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
}

/*h1 > small */
.h1-custom > small {
	display: block;
	font-size: 48px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.h1-custom > figure > img,
.h1-custom > figure > figcaption {
	display: inline-block;
	vertical-align: middle;
}

.h1-custom > figure > figcaption {
	margin-top: 14px;
}


h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 28px;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 29px;
	line-height: 1.3;
}

h5 > .fa-angle-right {
	color: #BC955C;
	font-size: 29px;
	font-weight: bold;
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block;
	line-height: 0.7;
	margin-top: -5px;
	font-family: 'Montserrat', sans-serif;
}

.home h1,
h1.h1gold2020 {
	color: #BC955C;
	font-family: 'Montserrat';
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
}

.home .masonry-image-grid h1,
.upcoming-hotels-home h1,
.swd-discover-more h1 {
	margin-bottom: 100px;
	padding-right: 50px;
	padding-left: 50px;
}

.align-center {
	text-align: center;
}

img.noneImage {
	display: none !important;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.section-spec {
	padding-top: 70px;
	padding-bottom: 50px;
}

hr {
	text-align: left;
	width: 208px;
	border-top: 1px solid #BC955C;
	border-bottom: 0px;
	margin-top: 35px;
	margin-bottom: 33px;
}

.line-top {
	position: relative;

    --barcolor: #BC955C;
}

.line-top:before,
.line-bottom:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	width: 208px;
	border-top: 1px solid var(--barcolor);
	border-bottom: 0px;
}

.line-bottom:after {
	top: auto;
	bottom: 0;
}

p {
	margin: 0 0 22px;
}

.cnt-block {
	break-inside: avoid;
}

.bg-set {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-set.bg-overlay,
.bg-overlay {
	position: relative;
}

.bg-set.bg-overlay:before,
.bg-overlay:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.hotels-catogery-box h2 {
	font-size: 35px;
	color: #fff;
}

.gray-bg {
	background-color: #d5d5d5;
}

/* block line section */
.block-line {
	position: relative;
}

.block-line:before,
.block-line:after {
	content: "";
	position: absolute;
	border: 1px solid rgba(193, 214, 243, 0.21);
}

.block-top:before {
	width: 100%;
	top: 0;
	left: 0;
	height: 18px;
	border-bottom: 0px !important;
}

.block-bottom:after {
	width: 100%;
	top: 100%;
	left: 0;
	height: 18px;
	border-top: 0px !important;
}

.block-left:after {
	width: 18px;
	top: 0;
	left: 0;
	height: 100%;
	border-right: 0px !important;
}

.block-right:before {
	width: 18px;
	top: 0;
	right: 0;
	height: 100%;
	border-left: 0px !important;
}

.round-check {
	padding-left: 0px;
	margin: 34px 0;
}

.round-check > li {
	list-style: none;
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	color: #BC955C;
	font-weight: 700;
	margin-bottom: 6px;
	letter-spacing: 0.3px;
}

.round-check > li:before {
	content: "";
	/* background-image: url('images/round-check.png'); */
	background-image: url('images/Yes-Circle.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	top: 4px;
	left: 0px;
	position: absolute;
	background-color: transparent;
}

.page-breadcum {
	margin-top: 45px;
}

.breadcrumb {
	font-size: 11px;
	opacity: 0.51;
	font-weight: 400;
	color: #BC955C;
}

.breadcrumb a {
	color: #303030;
}

.breadcrumb a:hover {
	color: #BC955C;
}

/* flex strucher */
.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexrow {
	-webkit-flex-direction: row;
	flex-direction: row;
}

.flex-item {
	float: none;
	width: 50%;
}

.row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.float-right {
	float: right;
}

.display-inline > li {
	list-style: none;
	display: inline-block;
}

.tb {
	display: table;
	width: 100%;
	height: 100%;
}

.tb-cl {
	display: table-cell;
	;
	height: 100%;
	vertical-align: middle;
}

/* globle class css */
/* header section */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

a.logo {
	float: left;
	width: 200px;
	height: 110px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	background-color: #fff;
	position: relative;
	z-index: 99;
	-webkit-transition: .40s ease-in-out;
	-moz-transition: .40s ease-in-out;
	-ms-transition: .40s ease-in-out;
	-o-transition: .40s ease-in-out;
	transition: .40s ease-in-out;
}

a.logo > img {
	width: 130px;
	-webkit-transition: .40s ease-in-out;
	-moz-transition: .40s ease-in-out;
	-ms-transition: .40s ease-in-out;
	-o-transition: .40s ease-in-out;
	transition: .40s ease-in-out;
	position: absolute;
	top: 50%;
	padding-top: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	left: 50%;
}

.menu-sec {
	background-color: #FFF;
	text-align: right;
	height: 110px;
}

nav,
#mega-menu-wrap-primary {
	text-align: right;
	background-color: #FFF;
}

nav {
	display: inline-block;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	float: right;
	width: 86.28%;
	padding-right: 31px;
	height: 100%;
}

nav .nav-book-now-btn {
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	/*background-image: linear-gradient(to right, #b38a54, #c4a57a, #d1b997, #c4a57a, #b38a54) !important;
	background-image: linear-gradient(to right, #BC955C, #BEB18B, #BC955C) !important;*/
	background: #BC955C;
	border: 1px solid transparent !important;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 30px;
	margin-left: 10px;
	position: relative;

}

nav .nav-book-now-btn:hover {
	background-image: none !important;
	background-color: #BC955C;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

nav .nav-book-now-btn::after {
	height: 10px;
	width: 70%;

	content: '';
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: calc(50% - 5px);
	left: 15%;
	opacity: 0;
}

nav .nav-book-now-btn.afterping::after {
	animation: ping 0.3s ease-out forwards;
}

#mega-menu-wrap-primary {
	display: inline-block;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
	display: block;
	float: none;
	margin-right: 15px;
	margin-left: 15px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2:before {
	float: right;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2:after {
	float: left;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	width: 205px;
	display: flex;
	align-items: center;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10+ CSS styles go here */
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: inline-block;
	}
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	border-color: #dedede;
}

#mega-menu-wrap-primary #mega-menu-primary {
	text-align: right;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 20px;
	color: #3f393a;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	line-height: 1.3;
	height: auto;
	padding-left: 31px;
	padding-right: 31px;
	white-space: normal;
	transition: all 0.3s ease-in-out;
}

#mega-menu-item-20628 > a,
#mega-menu-item-33 > a,
#mega-menu-item-56 > a,
#mega-menu-item-54 > a {
	/** force words to new line */
	word-spacing: 99px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:active,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	color: #BC955C;
	background: transparent;
}

ul.mega-sub-menu ul.menu > li.current-menu-ancestor > a,
ul.mega-sub-menu ul.menu > li > ul.sub-menu li.current-menu-parent > a,
ul.mega-sub-menu ul.menu > li > ul.sub-menu > li.current-menu-parent.menu-item-has-children:after,
ul.mega-sub-menu ul.menu > li > ul.sub-menu li.current-menu-item > a,
ul.mega-sub-menu ul.menu > li > ul.sub-menu > li.menu-item-has-children:hover:after {
	color: #121212;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:active:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after {
	background-image: url(images/menu-cart-gold.png);
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
	content: '';
	background-image: url("images/menu-cart.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 13px;
	height: 10px;
	position: absolute;
	top: 14px;
	right: 13px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-54 > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-33 > a.mega-menu-link::after {
	/* hide the down arrow after the contact us & our hotels menu links */
	display: none;
}

/** our hotels dropdown menu height */
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-33 ul.mega-sub-menu li.mega-menu-item {
	height: 229px;
	position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	padding: 19px 15px 15px 27px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu {
	padding-left: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: 625px;
	background: #ececec;
	top: 80px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
	position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu ul {
	margin-top: 0px;
	position: absolute;
	min-height: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:hover > ul {
	display: block;
}

.menu-header-nsw-menu-container {
	height: 100%;
}

ul.mega-sub-menu ul.sub-menu > li {
	position: static;
	list-style: none;
	margin-bottom: 5px;
}

ul.mega-sub-menu ul.menu > li {
	position: static;
	width: auto;
	margin-bottom: 18px;
}

ul.mega-sub-menu ul.menu > li:hover > ul.sub-menu {
	display: block;
}

ul.mega-sub-menu ul.menu > li > ul.sub-menu {
	padding-left: 23px;
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 165px;
}

ul.mega-sub-menu ul.menu > li > ul.sub-menu > li > ul.sub-menu {
	width: 210px;
	display: none;
	padding-left: 26px;
}

ul.mega-sub-menu ul.menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display: block;
}

ul.mega-sub-menu ul.menu > li > ul.sub-menu li > a {
	font-size: 16px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1;
}

ul.mega-sub-menu ul.menu > li > ul.sub-menu > li.menu-item-has-children:after {
	content: "\f105";
	font: normal normal normal 15px/1 FontAwesome;
	margin-left: 6px;
}

ul.mega-sub-menu ul.menu > li:last-of-type > ul.sub-menu {
	width: 210px;
}

ul.mega-sub-menu ul.menu > li > a {
	font-size: 18px;
	color: #000;
	letter-spacing: 1.3px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
}

ul.mega-sub-menu ul.menu > li.menu-item-has-children > a:after {
	content: "\f105";
	font: normal normal normal 21px/1 FontAwesome;
	margin-left: 6px;
}

ul.mega-sub-menu ul li a:hover {
	color: #BC955C !important;
}

ul.mega-sub-menu ul.sub-menu > li > ul.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
}

/** contact menu items */
#mega-menu-item-54 .mega-sub-menu #mega-menu-item-nav_menu-4 {
	text-align: center;
	width: 100% !important;
	height: auto !important;
	padding-left: 15px !important;
}

#mega-menu-item-54 .mega-sub-menu {
	width: auto !important;
}

#menu-contact-numbers {
	width: 100%;
	position: relative !important;
}

#menu-contact-numbers li,
#menu-contact-numbers li a {
	width: 100%;
	text-align: center;
}

.gold-contact-head {
	color: #BC955C;
	text-align: center;
	font-size: 12px;
	display: block;
	width: 100%;
}

.gold-text-head {
	color: #BC955C;
	display: block;
}

.gold-phone {
	color: #BC955C;
	margin-right: 5px;
}

nav ul > li {
	padding-left: 0px;
}

nav ul > li:before {
	display: none;
}

/* header section */
/* home page hero banner */
.slider-banner-ctl {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 31.35%;
}

.slider-banner-ctl:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 266px;
	background-image: url(images/gradiant-home.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
}

.slider-banner-ctl .h1-custom.block-top:before {
	border: 1px solid #fff;
}

.slider-banner-ctl > figcaption {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 50%;
	padding-left: 55px;
	padding-right: 55px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.slider-banner-ctl .h1-custom {
	font-size: 73px;
	font-weight: 200;
	line-height: 1.2;
	margin-bottom: 0px;
	padding: 11px 20px 0;
	display: inline-block;
}

.arrow-center > .owl-nav > .owl-prev,
.arrow-center > .owl-nav > .owl-next {
	background-image: url('images/eighteen-left.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0px;
	width: 18px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 31px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.arrow-center > .owl-nav > .owl-prev:hover,
.arrow-center > .owl-nav > .owl-next:hover {
	opacity: 0.7;
}

.arrow-center > .owl-nav > .owl-next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -53px;
	right: 31px;
	left: auto;
}

.arrow-center.large-arrow > .owl-nav > .owl-prev,
.arrow-center.large-arrow > .owl-nav > .owl-next {
	background-image: url(images/penthouse-left.png);
	width: 50px;
	height: 98px;
}

.arrow-center.large-arrow > .owl-nav > .owl-prev.disabled,
.arrow-center.large-arrow > .owl-nav > .owl-next.disabled {
	display: none;
}

.arrow-center.large-arrow > .owl-nav > .owl-next {
	margin-top: -50px;
}

/* home page hero banner */
/* hero booking widget */
.hotel-section-offset {
	height: 200px;
	margin-top: -200px;
}

.white-text {
	color: #FFF;
}

.uppercase {
	text-transform: uppercase;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.page-template-hotel-overview .row.insta-row {
	display: block;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.swd-break {
	white-space: nowrap;
	overflow: hidden;
}

.hero-booking-widget {
	width: 355px;
	max-width: 78%;
	min-height: 550px;
	background-color: #212121;
	/* for old browsers incl Edge */
	background-color: #212121eb;
	padding: 10px;
	position: absolute;
	top: 160px;
	left: 80px;
	z-index: 99;
	animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
}

/*.home .hero-booking-widget {*/
/*	top: 130px;*/
/*	left: 20px;*/
/*}*/
.hero-booking-widget .content {
	border: 1px solid #BC955C;
	padding: 15px 25px;
	min-height: inherit;
}

.hero-booking-widget .content h5 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 24px;
}

.hero-booking-widget .content .end {
	padding-bottom: 14px;
	margin-bottom: 12px;
	border-bottom: 1px solid #acacac9e;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hero-booking-widget .content label {
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	width: 100px;
	display: inline-block;
	letter-spacing: -0.05em;
}

[type="number"]::-webkit-inner-spin-button {
	display: none;
}

[type="date"]::-webkit-inner-spin-button {
	display: none;
}

.hero-booking-widget .content input:not([type="submit"]) {
	font-size: 20px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: 'Montserrat';
	width: 40px;
	text-align: center;
	margin-right: 20px;
	padding: 8px 0;
}

.hero-booking-widget .content .submit .button {
	background-color: #BC955C;
	border: 1px solid #BC955C;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1.4px;
	padding: 14px 10px 14px 10px;
	min-width: 164px;
	transition: all .2s ease-in-out;
	width: 100%;

}

.hero-booking-widget .content .submit .button:hover {
	background-color: #BC955C;
	border: 1px solid #BC955C;
	outline: none;
	text-decoration: none;
}

.hero-booking-widget .content a {
	width: 15px;
	text-decoration: none;
	font-size: 20px;
	background-image: none;
	background-color: transparent;
	color: #BC955C;
	user-select: none;
}

.hero-booking-widget .content form .inline {
	display: inline-block;
}

.hero-booking-widget .content form .date:not(:nth-child(4n)) {
	border-right: 1px solid #BC955C;
}

.hero-booking-widget .content form .guest input {
	margin-right: 0;
	border: none;
	height: unset;
	min-width: unset;
	width: 15px;
}

.hero-booking-widget .content form .guest label,
.hero-booking-widget .content form .dropdown label {
	margin-right: 10px;
}

.hero-booking-widget .content form .uniquecode {
	padding-bottom: 0;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hero-booking-widget .content form .uniquecode label {
	margin-right: 10px;
}

.hero-booking-widget .content form .uniquecode input {
	min-width: 100px;
	width: 140px;
	border-image-source: linear-gradient(to right, #BC955C, #BEB18B, #BC955C) !important;
	border-image-slice: 1 !important;
	border-width: 1px !important;
	border-style: solid !important;
	margin-right: 0;
	height: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	letter-spacing: -0.05em;
	font-size: 13px;
}

.hero-booking-widget .content form #location {
	background-color: transparent;
	color: #fff;
	border: 2px solid #BC955C;
	padding: 5px 10px;
	height: 30px;
}

.hero-booking-widget .content form #location option {
	background-color: #212121eb;
}

.hero-booking-widget .content form .submit {
	display: grid;
	margin-bottom: 0;
}

.hero-booking-widget .content form .submit button {
	background: #BC955C;
	border: 2px solid transparent !important;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

.hero-booking-widget .content form .submit button:hover {
	background-image: none !important;
	background-color: #BC955C;
	color: #FFF;
}

.hero-booking-widget .content form .guarantee {
	padding-top: 22px;
}

.hero-booking-widget .content form .guarantee p {
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
	letter-spacing: -0.05em;
}

.hero-booking-widget .content form .guarantee img {
	width: 18px;
	margin-right: 2px;
}

.hero-booking-widget .checkin,
.hero-booking-widget .checkout {
	position: relative;
}

.hero-booking-widget .content input.checkout-widget,
.hero-booking-widget .content input.checkin-widget {
	display: block;
	height: 50px;
	width: 100%;
	background: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	min-width: unset;
	height: auto;
	padding: 8px 10px;
}

.ui-datepicker select.ui-datepicker-month {
	margin-right: 5%;
}

.ui-widget-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	margin-top: 9px;
}

.hero-booking-widget .content input.booking-dropdown-trigger,
.hero-booking-widget .content input.booking-dropdown-trigger::placeholder,
.hero-booking-widget .content input.inputunique {
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	letter-spacing: -0.05em;
}

.hero-booking-widget .content guest.end {
	justify-content: normal;
}

.hero-booking-widget .guest-count {
	border-right: 1px solid #BC955C;
}

.hero-booking-widget .guest-count.child-inline {
	border-right: none;
}

.hero-booking-widget .content form .guest label.child-text {
	padding-left: 5px;
}

.hero-booking-widget .content form .guest label {
	width: 60px;
}

.hero-booking-widget .guest-count {
	width: 72px;
	text-align: center;
	margin-right: 4px;
}

#hero-booking-hotel-choose-chevron {
	color: #BBB;
	font-size: 12px;
	display: inline;
	position: absolute;
	margin-top: -26px;
	margin-left: 120px;
	z-index: -1;
}

/* end hero booking widget */
.button_v2 {
	background: #BC955C !important;
	color: #fff;
	border: 1px solid transparent;
	padding: 5px 10px;
	background-color: transparent;
	cursor: pointer;
	display: inline-grid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;

}

.button_v2:hover {
	background-image: none;
	border: 1px solid #BEB18B;
	background-color: #BEB18B;
	color: #FFF;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.button_v2_solid {
	color: #fff;
	border: 2px solid transparent;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-grid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #BC955C;
	transition: background 0.3s ease-in-out;

}

.button_v2_solid:hover {
	background-color: #BEB18B;
}

.bold {
	font-weight: bold;
}

.container-1200 {
	width: 1200px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.pink-bg {
	background-color: #f6f2f3
}

/** placeholder only **/
.swd-placeholder-small {
	width: 60px;
	height: 60px;
	margin: 0 auto 8px;
}

.swd-placeholder-medium {
	width: 64px;
	height: 64px;
	margin: 0 auto 8px;
}

#swd-suitemodal_v1 .swd-placeholder-medium {
	display: flex;
	justify-content: center;
	align-items: center;
}

#swd-suitemodal_v1 .swd-placeholder-medium img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#swd-suites_list .icon {
	text-align: center;
}

#swd-suites_list .swd-short-content-holder {
	min-height: 110px;
	display: flex;
	align-items: center;
}

#swd-suites_list .swd-short-content {
	margin-bottom: 0;
}

/* hotel overview page */
#hotel-overview-features-list .section {
	background-color: #3e3e3e;
	padding: 25px 150px;
}

#hotel-overview-features-list .section .feat-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 31px;
	overflow: hidden;
}

#hotel-overview-features-list .section .feat-ul li {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	display: flex;
	align-items: center;
}

#hotel-overview-features-list .feat-ul li figure {
	margin-right: 15px;
	margin-left: 20px;
	color: #fff;
	display: flex;
}

#hotel-overview-features-list .feat-ul li figure img {
	width: 30px;
	height: 30px;
	vertical-align: unset;
}

#hotel-overview-features-list .feat-ul li small {
	font-weight: 400;
}

.hotel-panel-nav .column.active {
	border-bottom: 1px solid #BC955C;
}

.hotel-panel-nav .column:hover {
	border-bottom: 1px solid #BC955C;
}

#hotel-panel-nav-sticky {
	position: fixed;
	width: 100%;
	top: 110px;
	z-index: 99;
	display: none;
}

.hotel-panel-nav {
	background-color: #f6f2f3;
}

.hotel-panel-nav .content {
	display: flex;
	justify-content: space-between;
	padding: 30px 100px;
	flex-wrap: wrap;
}

.hotel-panel-nav .content a {
	color: #BC955C;
	text-decoration: none;

}

.hotel-panel-nav .content a h4 {
	transition: all 0.3s ease-in-out;
}

.hotel-panel-nav .content a:hover h4 {
	transform: translateY(-5px);
}

.hotel-panel-nav .content a h4 {
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.page-template-hotel-overview .heading1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.1;
	clear: both;
	margin-bottom: 30px;
}

.page-template-hotel-overview .description h2 {
	font-size: 18px;
}

/** book now modal **/
#booknow-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	padding-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#booknow-modal .booknow-container {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.92);
	padding: 15px;
	width: 100%;
	position: relative;
	top: 30%;
	animation: scale-in-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#booknow-modal .booknow-close img {
	line-height: 1;
	width: 25px;
}

#booknow-modal span.booknow-close {
	float: right;
	cursor: pointer;
	font-size: 20px;
}

#booknow-modal .booknow-container .content {
	padding: 65px 85px;
}

#booknow-modal .booknow-container .content h3 {
	font-weight: 400;
	color: #BC955C;
	margin-bottom: 60px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #b38a54, #c4a57a, #d1b997, #c4a57a, #b38a54);
	display: inline-block;
	letter-spacing: 3px;
}

#booknow-modal .content .row {
	justify-content: space-around;
	align-items: stretch;
}

#booknow-modal .content .row .column:not(:first-child) > div {
	width: 100%;
	text-align: center;
}

#booknow-modal .content .row input {
	font-size: 20px;
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
}

#booknow-modal .content .row .column .overview-guest,
#booknow-modal .content .row .booking-dropdown-trigger-container {
	position: relative;
}

#booknow-modal .content .overview-destination .booking-modal-destination-input-holder {
	width: 160px;
	position: relative;
	margin: 0 auto;
}

#booknow-modal .content .overview-destination .dropdown-arrow {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	display: inline-block;
	position: absolute;
	top: calc(50% - 3px);
	right: 7px;
	z-index: -1;
}

#booknow-modal .content .overview-destination select {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 22px;
	padding-left: 0;
}

#booknow-modal .content .overview-destination input {
	border: none !important;
	text-align: left;
	color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
	height: 49px !important;
	width: 160px;
	min-width: unset;
}

#booknow-modal .content .overview-destination input:-ms-input-placeholder {
	font-size: 20px;
	color: #FFF;
}

#booknow-modal .content .overview-destination input::placeholder {
	font-size: 20px !important;
	color: #FFF;
}

#booknow-modal .content .overview-destination option {
	background-color: #21212100;
}

#booknow-modal .content .overview-destination > div {
	padding-right: 50px;
}

#booknow-modal .content .row .column {
	padding: 0;
	width: calc(14% - 17px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#booknow-modal .content .row .column.overview-destination,
#booknow-modal .content .row .column.overview-checkin,
#booknow-modal .content .row .column.overview-checkout,
#booknow-modal .content .row .column.overview-guest,
#booknow-modal .content .row .column.overview-uniquecode {
	align-items: stretch;
}

#booknow-modal .content .row .column.overview-destination > div,
#booknow-modal .content .row .column.overview-checkin > div,
#booknow-modal .content .row .column.overview-checkout > div,
#booknow-modal .content .row .column.overview-guest > div,
#booknow-modal .content .row .column.overview-uniquecode > div {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

#booknow-modal .content .row .column.overview-destination {
	text-align: left;
}

#booknow-modal .content .row input[type="date"]::-webkit-inner-spin-button,
#booknow-modal .content .row input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

#booknow-modal .content .row input[type="number"] {
	width: 30px;
}

#booknow-modal .content .row .has-right-border {
	border-right: 1px solid #BC955C;
}

#booknow-modal .content .row .overview-guest .button {
	background-color: transparent;
	background-image: none;
	color: #BC955C;
	user-select: none;
}

#booknow-modal .content .row .column .overview-guest {
	width: 160px;
	margin: 0 auto;
}

#booknow-modal .content .row .overview-guest select {
	font-size: 20px;
	background-color: transparent;
	color: #fff;
	border: none;
	text-align: left;
	padding: 0;
	min-width: 125px;
	width: auto;
	cursor: pointer;
	margin-left: -20px;
	background-image: none;
}

#booknow-modal .content .row .column .overview-guest::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	transform: translateY(-50%);
	top: 50%;
	right: 30px;
	pointer-events: none;
	z-index: -1;
}

#booknow-modal .content .row .overview-guest option {
	font-size: 20px;
	background-color: #212121;
	color: #fff;
	border: none;
}

#booknow-modal .content .row .overview-uniquecode .swd-uniquecode {
	padding-left: 30px;
	padding-right: 30px;
}

#booknow-modal .content .row .overview-uniquecode input {
	border: 1px solid #BC955C;
	color: #fff;
	font-size: 17px;
	height: auto;
	padding: 2px 10px;
	margin-bottom: 10px;
}

#booknow-modal .content .overview-button {}

#booknow-modal .content .overview-button .button_v2 {
	padding: 10px 40px;
	font-size: 16px;
	font-weight: 400;
}

/** booking widget & modal destination list **/
.hero-booking-widget .dropdown .selection {
	width: 140px;
}

.booking-dropdown-trigger {
	margin-right: 0;
	padding: 3px 0px;
	height: 32px !important;
	cursor: pointer;
	font-size: 15px;
}

.booking-dropdown-trigger::placeholder {
	color: #fff;
	font-size: 15px;
}

.booking-destination-list-hold {
	position: relative;
	text-align: left;
}

ul.booking-destination-list {}

.booking-destination-list li {
	cursor: pointer;
}

.booking-destination-list li::before {
	display: none;
}

.booking-destination-list li:nth-child(1) {
	display: block;
}

.booking-destination-list li[data-area] {
	padding-left: 10px;
}

.booking-destination-list li span {
	color: #303030;
}

.booking-destination-list li[data-area] > span {
	color: #BC955C;
	font-weight: bold;
}

.booking-destination-list li span.text {}

.booking-destination-list li span.location {}

.booking-destination-list li span.region {}

.booking-dropdown-trigger {
	width: 100%;
	border: 1px solid #BC955C !important;
}

.booking-dropdown-result {
	max-height: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	transition: all 0.3s ease-in-out;
	background-color: white;
	width: 280px;
	margin-left: -70px;
}

.booking-dropdown-result.active {
	max-height: 300px;
}

#booknow-modal .booking-dropdown-result {
	margin-left: 0;
}

/** hotel overview page hero etc **/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #869791;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 12px;
}

.owl-dots {
	height: 20px;
	bottom: 20px;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: #FFF;
	border-radius: 10px;
	border: 2px solid #BC955C;
	margin: 0 5px;
	transition: background 0.3s ease-in-out;
}

.owl-dots .owl-dot.active {
	background: #3e3e3e;
	border-color: #BC955C;
}

.page-template-hotel-overview .top-innr-banner-slider .inner-banner-cnt > .h1-custom {
	display: none;
	/* hide the overlay hero text for .hotel-overview page tpl */
}

/** hotel overview panel **/
#swd-panel .panel-content {
	padding: 80px 100px 40px;
}

#swd-panel .panel-content .row {
	justify-content: space-between;
}

#swd-panel .panel-content .left {
	width: 70%;
}

#swd-panel .panel-content .left h1 {
	margin-top: 0;
}

#swd-panel .panel-content .left .description {
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 50px;
	padding-left: 0;
}

#swd-panel .panel-content .transparent {
	position: absolute;
	left: 105px;
	top: -55px;
	width: 270px;
}

#swd-panel .panel-content .transparent img {
	width: 100%;
	height: auto;
}

#swd-panel .panel-content .right {
	width: 28%;
	position: relative;
}

#swd-panel .panel-content .right .container {
	min-height: 800px;
	position: relative;
}

#swd-panel .panel-content .right .info {
	border: 1px solid #BC955C;
	padding: 50px 70px;
	position: relative;
}

#swd-panel .panel-content .right .info .white-placeholder {
	height: 50px;
	position: absolute;
	top: -10px;
	left: 50px;
	width: calc(100% - 100px);
	background-color: white;
}

#swd-panel .panel-content .right .info .features {
	margin-bottom: 35px;
}

#swd-panel .panel-content .right li {
	list-style-type: none;
	display: flex;
	align-items: center;
}

#swd-panel .panel-content .right li img {
	margin-right: 10px;
	height: 25px;
	width: 25px;
	object-fit: contain;
}

#swd-panel .panel-content .right h4 {
	display: flex;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	color: #BC955C;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.5px;
}

#swd-panel .panel-content .right ul {
	margin: 0;
	padding-left: 0;
}

#swd-panel .panel-content .right li {
	margin-bottom: 10px;
}

#swd-panel .panel-content .right li i {
	color: #BC955C;
	margin-right: 10px;
}

#swd-panel .panel-content .right li p {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
}

#swd-panel .panel-content .right .credit {
	padding-bottom: 10px;
	padding-top: 35px;
}

#swd-panel .panel-content .right .credit .list ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 220px;
}

#swd-panel .panel-content .right .credit .list ul li {
	width: calc(30% - 5px);
	max-width: calc(50% - 5px);
	display: flex;
	margin-bottom: 10px;
	margin-right: 10px;
}

#swd-panel .panel-content .right .credit .list img {
	width: 50px;
	height: 40px;
	object-fit: contain;
}

#swd-panel .panel-content .right .submit-button-hold {
	width: 100%;
	width: calc(100% - 58px);
	/* so it fits inside the parent taking padding into account */
	position: absolute;
	margin: 35px auto;
	text-align: center;
}

#swd-panel .panel-content .right .submit-button {
	margin: 0 auto;
	display: inline;
}

#swd-panel .panel-content .right .submit-button .button {
	font-size: 14px;
	padding: 10px 30px;
	text-transform: uppercase;
	background: #BC955C;
	border: 1px solid transparent;
	font-weight: 400;
	display: inline;

}

#swd-panel .panel-content .right .submit-button .button:hover {
	background-image: none;
	background-color: #BC955C;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#swd-panel .panel-content .right .submit-button a {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	max-width: 100%;
	display: block;
	color: #fff;
	font-weight: bold;
}

.features .feat-img-hld,
.hotel-info .feat-img-hld {
	width: 35px;
}

/**Suite**/
#swd-suites .suite-title {
	margin-bottom: 30px;
}

#swd-suites .suite-tab {
	margin-bottom: 30px;
}

#swd-suites .suite-tab ul li {
	cursor: pointer;
	list-style-type: none;
	display: inline-block;
	margin-right: 12px;
	margin-left: 12px;
}

#swd-suites .suite-tab li a {
	text-decoration: none;
	color: #000;
}

#swd-suites .suite-tab li {
	font-weight: 400;
	font-size: 20px;
}

#swd-suites .suite-tab li.active {
	font-weight: bold;
	border-bottom: 1px solid #BC955C;
}

#swd-suites .gold-vert-sep {
	color: #BC955C;
}

#swd-suites .container-1200 .row {
	justify-content: start;
}

#swd-suites .container-1200 .swd-column {
	width: calc(33% - 20px);
	margin-bottom: 70px;
display: flex;
flex-direction: column;
}

#swd-suites .container-1200 .swd-column.isPenthouse {
	display: none;
}

#swd-suites .container-1200 .swd-content {
	padding-left: 20px;

display: flex;
flex-direction: column;
flex-grow: 1;
}

#swd-suites .container-1200 .swd-content img {
	width: 100%;
	cursor: pointer;
}

#swd-suites .container-1200 .swd-content .info {
	padding: 20px 30px 50px;
	margin-top: -1px;
width: 100%;
}
#swd-suites .container-1200 .swd-content .info h5 {
	font-size: 14px;
}
#swd-suites .container-1200 .swd-content .box {
	border-top: 1px solid #BC955C;
	position: relative;
	margin-top: 0;
display: flex;
flex-direction: column;
flex-grow: 1;
}

#swd-suites .container-1200 .swd-column .box::before,
#swd-suites .container-1200 .swd-column .box::after {
	border: 1px solid #BC955C;
	content: "";
	position: absolute;
}

#swd-suites .container-1200 .swd-column .left::after {
	width: 55px;
	left: 0px;
	top: 0;
	height: 100%;
	border-right: 0 !important;
	border-top: 0 !important;
	z-index: 1;
}

#swd-suites .container-1200 .swd-column .right::before {
	width: 55px;
	right: 0px;
	top: 0;
	height: 100%;
	border-left: 0 !important;
	border-top: 0 !important;
	z-index: 1;
}

#swd-suites .container-1200 .swd-content .swd-text {
	position: relative;
display: flex;
flex-grow: 1;
}

#swd-suites .container-1200 .swd-content .info p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
}

#swd-suites .container-1200 .swd-content .info .icon p {
	font-size: 12px;
}

#swd-suites .container-1200 .swd-content .info .feature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#swd-suites .container-1200 .swd-content .icon img {
	width: 19px;
	height: 19px;
}

#swd-suites .container-1200 .swd-suiteList .swd-content .icon .swd-placeholder-small {
	display: flex;
	justify-content: center;
	align-items: center;
}

#swd-suites .container-1200 .swd-suiteList .swd-content .icon img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
}

#swd-suites .container-1200 .swd-content .buttons {
	z-index: 2;
	position: absolute;
	width: 100%;
	bottom: -20px;
}

#swd-suites .container-1200 .swd-content .buttons .button {
	padding: 10px 0;
	width: 127px;
	max-width: 100%;
	display: inline-block;
	font-weight: 400;

	margin: 0 4px;
}

#swd-suites .container-1200 .swd-content .buttons .first {
	background: #BC955C;
}

#swd-suites .container-1200 .swd-content .buttons .first:hover {
	background-image: none;
	background-color: #BC955C;
	color: #FFF;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#swd-suites .container-1200 .swd-content .buttons .second {
	background-image: linear-gradient(to right, #475059, #525a67, #475059);
}

#swd-suites .container-1200 .swd-content .buttons .second:hover {
	background-image: none;
	background-color: #475059;
	color: #FFF;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/** suite modal **/
.swd-suitemodal_v1 {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
}

#swd-suitemodal_v1 .image-list {
	position: relative;
	height: 400px;
}

#swd-suitemodal_v1 .image {
	height: 400px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

#swd-suitemodal_v1 .image.shown {
	visibility: visible;
	opacity: 1;
}

#swd-suitemodal_v1 .container {
	background-color: #fff;
	margin: 50px auto 0;
	border: 1px solid #888;
	width: 800px;
	max-width: 70%;
	height: 90%;
	padding: 0;
	overflow-y: auto;
	position: relative;
}

#swd-suitemodal_v1 .suiteCarousel-buttons {
	position: absolute;
}

#swd-suitemodal_v1 .suiteCarousel-buttonLeft {
	left: 25px;
	top: 160px;
	font-size: 40px;
	height: 50px;
	width: 50px;
	transition: background-color 0.3s ease-in-out;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	background-image: url('/wp-content/themes/meriton/images/left-arrow-hotel-gallery.png');
}

#swd-suitemodal_v1 .suiteCarousel-buttonRight {
	right: 25px;
	top: 160px;
	font-size: 40px;
	height: 50px;
	width: 50px;
	transition: background-color 0.3s ease-in-out;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	background-image: url('/wp-content/themes/meriton/images/right-arrow-hotel-gallery.png');
}

#swd-suitemodal_v1 .suiteCarousel-buttonLeft:hover,
#swd-suitemodal_v1 .suiteCarousel-buttonRight:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

#swd-suitemodal_v1 .close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 5px;
	line-height: 1;
	z-index: 10;
	position: relative;
}

#swd-suitemodal_v1 .close img {
	width: 25px;
}

#swd-suitemodal_v1 .close:hover,
#swd-suitemodal_v1 .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#swd-suitemodal_v1 .content {
	padding: 50px 50px 50px;
}

#swd-suitemodal_v1 .info {
	display: flex;
	justify-content: space-between;
	margin: 50px 50px 30px 50px;
}

#swd-suitemodal_v1 .info > div {
	text-align: center;
}

#swd-suitemodal_v1 .info i {
	font-size: 80px;
	margin-bottom: 30px;
}

#swd-suitemodal_v1 h3 {
	font-size: 20px;
}

#swd-suitemodal_v1 .features {
	padding-bottom: 80px;
	border-bottom: 2px solid #acacac;
	margin-bottom: 70px;
}

#swd-suitemodal_v1 .features p > p {
	display: none;
}

#swd-suitemodal_v1 .features ul {
	margin-top: 0;
	margin-bottom: 0;
	column-count: 2;
	column-gap: 35px;
}

#swd-suitemodal_v1 .features ul li {
	padding-left: 0;
	line-height: 2;
	font-size: 13px;
	list-style-type: disc;
	list-style-position: inside;
}

#swd-suitemodal_v1 .features ul li::before {
	display: none;
}

#swd-suitemodal_v1 .row {
	display: flex;
	justify-content: space-between;
}

#swd-suitemodal_v1 .column {
	margin-bottom: 70px;
	flex-grow: 1;
	text-align: center;
}

#swd-suitemodal_v1 .content a {
	display: grid;
	padding: 20px 0;
}

#swd-suitemodal_v1 .content a#suite-floorplan-link {
	display: block;
}

/** contact **/
#swd-contact .title {
	margin-bottom: 30px;
}

#swd-contact .title .heading1 {
	margin-top: 10px;
}

#swd-contact {
	margin-bottom: 50px;
}

#swd-contact .left {
	width: calc(40% - 20px);
}

#swd-contact .left .content {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#swd-contact .left .address {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #BC955C;
	border-right: none !important;
}

#swd-contact .left .address span p {
	margin-bottom: 40px;
	font-weight: 400;
}

#swd-contact .left .address .contact-number h5,
#swd-contact .left .address .contact-number .swd-placeholder-small {
	display: inline-block;
}

#swd-contact .left .address .contact-number h5 {
	color: #BC955C;
	font-weight: 400;
	margin-left: 5px;
	margin-bottom: 0;
}

#swd-contact .left .address .contact-number p {
	font-weight: 400;
}

#swd-contact .left .address .contact-number .contact-info-hold {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}

#swd-contact .left .address .contact-number .res-icon-hold {}

#swd-contact .left .address .contact-number .res-icon-hold img {
	width: 24px;
}

#swd-contact .left .address .separator {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 115px;
	border-bottom: 1px solid #BC955C;
}

#swd-contact .left .contact-number {
	display: flex;
	justify-content: center;
}

#swd-contact .right {
	width: calc(60% - 20px);
}

#swd-contact .right iframe {
	min-height: 550px;
}

#swd-contact .right .swd-map {
	position: relative;
	height: 100%;
}

#swd-contact .right .mapbutton {
	position: absolute;
	top: 10px;
}

#swd-contact .right .mapbutton .button {
	padding: 8px 0;
	width: 270px;
	font-size: 18px;
}

/** hotel overview **/
#hotel-overview-gallery {
	padding-top: 80px;
	padding-bottom: 80px;
}

#hotel-overview-gallery .gallerylist ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

#hotel-overview-gallery .gallerylist .galleryImage {
	width: 100%;
	height: 475px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0;
	margin-bottom: 20px;
}

#hotel-overview-gallery .gallerylist .button {
	padding: 15px 0;
	width: 315px;
	font-weight: 400;
	font-size: 16px;
	max-width: 100%;
	text-align: center;
	background-color: #BC955C;
	transition: background-color 0.2s ease-in-out;
}

#hotel-overview-gallery .gallerylist .button:hover {
	background-color: #BC955C;
	background-image: none !important;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/** Local Area **/
#swd-local-area .title {
	/*padding-top: 20px;*/
}

#swd-local-area ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0 15px 15px;
	margin-bottom: 70px;
	position: relative;
	/*height: 440px;*/
    display: grid;
	width: calc(100% - 60px);
}

#swd-local-area li {
	opacity: 0;
	width: 100%;
	padding: 0 25px;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	/*position: absolute;
	top: 0;*/
    grid-area: 1 / 1 / 1 / 1; /*place all slides in same cell*/
}
#swd-local-area li > .row {
    align-items: center;
}

#swd-local-area ul li:before {
	width: 0;
}

#swd-local-area li.shown {
	opacity: 1;
	visibility: visible;
}

#swd-local-area .image {
	width: calc(60% - 10px);
}

#swd-local-area .area {
	margin-bottom: 100px;
}

#swd-local-area .area .image img {
	width: 100%;
	display: block;
    aspect-ratio: 16 / 9;
	object-fit: cover;
}

#swd-local-area .area.one .text {
	width: calc(40% - 40px);
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-left: -1px;
}

#swd-local-area .text .content {
	background-color: #f6f2f3;
	padding: 50px;
	border: 1px solid #BC955C;
	z-index: 1;
	width: 100%;
	height: 360px;
	text-align: center;
}

#swd-local-area .area-carousel .text .content > div {
	width: 100%;
}

#swd-local-area .area-carousel-1 .text .content {
	/* border-left: none; */
	display: flex;
	align-items: center;
}

#swd-local-area .area-carousel-2 .text .content {
	/* border-right: none; */
	display: flex;
	align-items: center;
}

#swd-local-area .text .content .title {
	padding-bottom: 0;
}

#swd-local-area .text .content .swd-separator {
	margin: 25px auto;
	border-bottom: 1px solid #BC955C;
	width: 100px;
}

#swd-local-area .text .buttons {
	position: absolute;
	bottom: 27px;
	z-index: 2;
}

#swd-local-area .area .text .buttons .learnMore-button {
	font-weight: bold;
	margin: 0 10px;
	background-image: linear-gradient(to right, #475059, #525a67, #475059);
	padding: 12px 30px;
	cursor: pointer;
	display: inline-block;

}

#swd-local-area .area .text .buttons .learnMore-button:hover {
	color: #fff;
	background-color: #525a67;
	background-image: none;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#swd-local-area .text .buttons .button {
	padding: 10px 20px;
}

#swd-local-area .area.two .text {
	width: 40%;
	padding-top: 45px;
	padding-left: 50px;
	padding-bottom: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-right: -1px;
}

#swd-local-area .area.three .text {
	width: calc(40% - 40px);
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	position: relative;
	display: flex;
	justify-content: center;
}

/** Nearby Hotel **/
#nearby {
	padding: 0px 50px 120px 50px;
}

#nearby .title {}

#nearby .row {
	justify-content: center;
}

#nearby .column {
	width: 30%;
	--column: attr(data-count);
	width: calc((100% / var(--column)) - 30px);
	margin-right: 30px;
	max-width: 30%;
}

#nearby .column .nearby-hotel-image {
	max-height: 380px;
	overflow: hidden;
}

#nearby .column img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

#nearby .column .star-rating {
	display: flex;
	align-items: center;
	justify-content: center;
}

#nearby .column .star-rating img {
	width: 100px;
	margin-top: -40px;
	height: auto;
}

#nearby .column .content {
	position: relative;
}

#nearby .column .container {
	padding: 0 50px;
	display: flex;
	justify-content: center;
}

#nearby .column .container .text {
	padding: 25px 50px 50px;
	border: 1px solid #BC955C;
	width: 100%;
	height: 170px;
	border-top: none;
}

#nearby .column .container .text h5 {
	font-weight: bold;
	margin-bottom: 20px;
}

#nearby .column .text .star-rating {
	margin-bottom: 70px;
}

#nearby .column .text .star-rating > i {
	color: #BC955C;
}

#nearby .column .buttons {
	position: absolute;
	bottom: -25px;
	display: flex;
	justify-content: stretch;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10+ CSS styles go here */
	#nearby .column .container {
		display: block;
	}

	#nearby .column .buttons {
		position: relative;
		display: block;
		margin: 0 auto;
		bottom: 0;
	}
}

#neaby .container .buttons .button {
	padding: 15px 30px;
}

#nearby .column .button {
	padding: 10px 0;
	width: 185px;
}

/* end hotel overview page */
/* country boxes */
.country-home-sec {
	text-align: center;
	position: relative;
}

.country-home-across {
	margin: 100px 0;
	position: relative;
}

.country-home-sec h1 {
	margin-top: 40px;
}

.country-home-across::before {
	content: "";
	position: absolute;
	border: 1px solid #BC955C;
	height: 100%;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.country-home-innr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 60px 0 60px;
}

.country-home-innr .col {
	width: 31%;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: none;
}

.country-home-innr .col > a {
	display: block;
	overflow: hidden;
}

.country-home-innr .col > a figure {
	background-size: 110%;
	-webkit-transition: background .40s ease-in-out;
	-moz-transition: background .40s ease-in-out;
	-ms-transition: background .40s ease-in-out;
	-o-transition: background .40s ease-in-out;
	transition: background .40s ease-in-out;
}

.country-home-innr .col > a:hover figure {
	background-size: 120%;
}

.country-box {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 74.74%;
	position: relative;
	color: #fff;
	font-size: 16px;
}

.country-box > img {
	display: none !important;
}

.country-box:before {
	content: "";
	opacity: 0;
	background-image: url('images/country-trans-bg.png');
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .40s ease;
	-moz-transition: all .40s ease;
	-ms-transition: all .40s ease;
	-o-transition: all .40s ease;
	transition: all .40s ease;
}

.country-box > figcaption {
	position: absolute;
	z-index: 9;
	left: 0px;
	right: 0px;
	top: 42%;
	text-align: center;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

.country-box > figcaption > h2 {
	font-size: 60px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 18px;
	font-weight: 200;
}

/*.country-box > figcaption > h2:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 100%;*/
/*	left: 0;*/
/*	height: 18px;*/
/*	border: 1px solid rgba(193, 214, 243, 0.21);*/
/*	border-bottom: 0px;*/
/*	width: 100%;*/
/*}*/
.country-box > figcaption > p {
	line-height: 1.5;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translatey(-10px);
	-moz-transform: translatey(-10px);
	-ms-transform: translatey(-10px);
	-o-transform: translatey(-10px);
	transform: translatey(-10px);
}

.country-box:hover:before {
	opacity: 1;
}

.country-box:hover > figcaption > p {
	opacity: 1;
	-webkit-transform: translatey(0px);
	-moz-transform: translatey(0px);
	-ms-transform: translatey(0px);
	-o-transform: translatey(0px);
	transform: translatey(0px);
}

/* home suburban favourites */
.masonry-image-grid {
	margin: 0 auto;
}

.mason-grid {
	display: flex;
	justify-content: space-between;
}

.mason-column {
	height: 1000px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	width: calc(25% - 20px);
}

.mason-column img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mason-overlay {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.suburban-fave-title {
	color: transparent;
	font-family: 'Montserrat';
	font-weight: 200;
	font-size: 36px;
	margin-bottom: 0;
	line-height: 1.1em;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.suburban-fave-underline {
	width: 30%;
	margin: 0 auto;
	height: 0;
	background-color: #BC955C;
	transition: all 0.3s ease-in-out;
}

.mason-overlay:hover {
	background: rgba(0, 0, 0, 0.3);
}

.mason-overlay:hover .suburban-fave-title {
	color: #FFF;
}

.mason-overlay:hover .suburban-fave-underline {
	height: 2px;
}

.mason-small {
	height: 240px;
	width: 100%;
	position: relative;
}

.mason-large {
	height: 480px;
	width: 100%;
	position: relative;
}

.mason-large-duo {
	height: 490px;
	width: 100%;
	position: relative;
}

.swd-container-1200 {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.swd-border-across {
	position: relative;
	z-index: 1;
	/* padding-top: 50px; */
}

/* .swd-border-across::before {
	content: "";
	position: absolute;
	border: 1px solid #b3a38c;
	height: 94%;
	max-width: 1400px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
} */

.swd-gradient-button {
	background: #BC955C;
	padding: 17px 45px;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;

}

a.swd-gradient-button:hover {
	color: #fff;
	background: #BC955C;
}

.swd-discover-more {
	text-align: center;
	position: relative;
}

#latest-blog-posts .subhead {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    
}
#latest-blog-posts > h2 {
    color: #BC955C;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 400;
}
.swd-discover-more .swd-premier-destination-title {
	margin-bottom: 100px;
}

.swd-discover-more .swd-image-container {
	padding-bottom: 180px;
}

.swd-discover-more .swd-image-container .swd-image-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	padding: 0 15px 15px;
	/* height: 500px; */
	max-width: 1820px;
	margin: 0 auto 50px auto;
	width: calc(100% - 30px);
}
#latest-blog-posts .swd-image-container .swd-image-row {
    margin-bottom: 25px;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-item {
    width: 33.3%;
    padding: 20px 10px;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-text {
    text-align: left;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-text h2 {
    font-size: 16px;
    margin-bottom: 15px;
}
#latest-blog-posts .swd-image-container .swd-image-row .swd-discover-text h2 {
    text-transform: uppercase;
    letter-spacing: .15em;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-text p {
    font-size: 12px;    
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-text a {
    display: inline-block;
}
#latest-blog-posts .swd-image-container .swd-image-row .swd-discover-text a {
    display: flex;
    text-transform: uppercase;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-text a i {
    font-size: 20px;
    margin: 1px 0 0 7px;
    transition: all .2s ease-in-out;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-text a:hover i {
    transform: translateX(5px);
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img {
	/* width: calc(33% - 15px);
	height: 100%; */
	position: relative;
    margin-bottom: 20px;
}

.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    position: absolute;
    top: 0; left: 0;
    transition: all .40s ease-in-out;
}

.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img .alink {
	display: block;
	width: 100%;
    height: 0;
    padding-bottom: 70.74%;
    position: relative;
    overflow: hidden;
}
#latest-blog-posts .swd-image-container .swd-image-row .swd-discover-img .alink {
    padding-bottom: 56.25%;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img .alink:hover img {
    scale: 1.2;
}

.discover-more-overlay {
	height: 50%;
	width: 100%;
	bottom: 0;
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, .2) 40%, rgba(255, 255, 255, 0) 100%);
}

.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img .alink p {
	color: #FFF;
	font-size: 34px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.1em;
	margin-bottom: 30px;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img .post-cat-buttons {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    padding: 10px;
    text-align: left;
    width: 100%;
    color: #fff;
    pointer-events: none;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img .post-cat-buttons a {
    color: #fff;
    letter-spacing: .15em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    pointer-events: auto;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img .post-cat-buttons a:hover {
    text-decoration: underline;
    color: #BC955C;
    text-decoration: none;
}
.swd-discover-more .swd-image-container .swd-image-row .swd-discover-img h4 {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%);
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	z-index: 2;
}

.swd-discover-more #book-direct-with-us {
	background-color: #ececec;
	padding-top: 40px;
	padding-bottom: 40px;
}

.swd-discover-more #book-direct-with-us .swd-premier-destination-title {
	font-weight: 100;
	letter-spacing: 5px;
}

.swd-discover-more #book-direct-with-us .swd-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	padding: 0 50px;
}

.swd-discover-more #book-direct-with-us .swd-flex .swd-guarantee {
	width: calc(25% - 20px);
	margin-bottom: 20px;
}

.swd-discover-more #book-direct-with-us .swd-flex .swd-guarantee img {
	height: 70px;
    width: auto;
}

.swd-discover-more #book-direct-with-us h1 {
	font-size: 45px;
	margin-bottom: 16px;
	line-height: 1.6em;
	letter-spacing: 0.15em;
	font-weight: 400;
	color: #000;
}

.swd-discover-more #book-direct-with-us .swd-flex .swd-guarantee h5 {
	font-size: 20px;
	letter-spacing: 0;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}

#swd-subscribe-now {
	padding-bottom: 70px;
	margin-top: 120px;
}

#swd-subscribe-now::before {
	z-index: 1;
}

#swd-subscribe-now .swd-black-bg {
	padding: 70px 0;
	text-align: center;
}

#swd-subscribe-now .swd-black-bg p {
	font-size: 25px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 200;
	padding: 0 100px 25px 100px;
}

#swd-subscribe-now .swd-black-bg h2 {
	margin-bottom: 50px;
	font-weight: 100;
}

/* special offer */
.special-offer {
	background-color: #BC955C;
	color: #fff;
}

.special-offer-ul {
	margin: 0px;
	padding: 25px 0 24px 0;
}

.special-offer-ul > li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}

.special-offer-ul > li .block-right:before,
.special-offer-ul > li .block-left:after {
	border: 1px solid #fff;
	width: 15px;
}

.special-offer-ul > li > h3 {
	font-size: 49px;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
}

.special-offer-ul > li > h5 {
	font-size: 29px;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	margin-bottom: 0px;
	font-style: italic;
	margin-top: 5%;
	margin-left: 10px;
}

.special-offer-ul > li > .easter-special {
	padding: 11px 22px 6px 26px;
	font-size: 20px;
	color: #920433;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.075em;
	margin-left: 30px;
}

.special-offer-ul > li > .easter-special > .fa-tag {
	font-size: 24px;
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
}

.special-offer-ul > li > .easter-special > .fa-angle-right {
	font-size: 24px;
	display: inline-block;
	margin-bottom: 0px;
	line-height: 16px;
	margin-left: 9px;
	font-weight: 700;
}

/* special offer */
/* home page cnt */
.cnt-home-innr {
	column-count: 2;
	column-gap: 60px;
	break-inside: avoid;
}

.cnt-home-innr h1 {
	line-height: 1.42;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 28px;
}

.cnt-home-innr p {
	font-size: 17px;
	margin: 0 auto;
	padding-left: 100px;
	padding-right: 100px;
}

/* home page cnt */
/* penthouse */
.penthouse-colletion {
	background-color: #e2e2e2;
}

.penthouse-colletion .container {
	max-width: 1470px;
}

.penthouse-colletion .row {
	margin-left: -10px;
	margin-right: -10px;
}

.penthouse-colletion .col {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}

.penthouse-homebox {
	display: block;
	color: #fff;
	margin-bottom: 20px;
}

a.penthouse-homebox:hover,
a.penthouse-homebox:focus {
	color: #fff;
}

.penthouse-homebox figure {
	position: relative;
}

.penthouse-homebox figure > img {
	display: none !important;
}

.penthouse-homebox figure:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.53);
	-webkit-transition: all .40s ease-in;
	-moz-transition: all .40s ease-in;
	-ms-transition: all .40s ease-in;
	-o-transition: all .40s ease-in;
	transition: all .40s ease-in;
}

.penthouse-homebox figure {
	background-image: url('images/no-image.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100%;
}

.penthouse-homebox figcaption {
	padding: 0 25px;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.penthouse-colletion .col:last-of-type .penthouse-homebox {
	position: relative;
}

.penthouse-colletion .col:last-of-type .penthouse-homebox .btn-bcenter {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.penthouse-homebox figcaption .news-block time {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 12px;
	font-style: italic;
}

.penthouse-homebox figcaption .news-block p {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 0px;
}

.btn {
	display: inline-block;
	text-align: center;
	background-color: #BC955C;
	border: 1px solid #BC955C;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1.4px;
	padding: 15px 10px 14px 10px;
	min-width: 207px;
	-webkit-transition: all .40s ease-in;
	-moz-transition: all .40s ease-in;
	-ms-transition: all .40s ease-in;
	-o-transition: all .40s ease-in;
	transition: all .40s ease-in;
}

.btn:hover,
.btn.btn-primary:hover {
	background-color: #777777;
	color: #ffffff;
	border: 1px solid #777777;
}

.btn-outline {
	background-color: transparent;
	border: 1px solid #fff;
}

.btn-primary {
	background-color: #474f58;
	border: 1px solid #474f58;
}

.penthouse-homebox .btn {
	min-width: 215px;
	border: 1px solid rgba(255, 255, 255, 0.40);
}

.penthouse-homebox:hover .btn {
	background-color: #BC955C;
	border: 1px solid #BC955C;
	color: #fff;
}

.penthouse-homebox:hover figure:before {
	background-color: rgba(31, 34, 37, 0.83);
}

.penthouse-homebox:hover {
	color: #fff;
}

.m-form-toogle {
	display: none;
}

.m-form-toogle.active .fa-angle-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* penthouse */
.reserve-direct.section-spec {
	padding-top: 51px;
	padding-bottom: 87px;
}

.reserve-direct.bg-set.bg-overlay:before {
	background-color: rgba(8, 8, 8, 0.57);
}

.reserve-direct-innr {
	position: relative;
	z-index: 9;
	max-width: 1055px;
	margin: 0 auto;
}

.reserve-direct-innr > h2 {
	font-size: 70px;
	color: #fff;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 15px;
}

.reserve-direct-innr > h2 > small {
	font-size: 48px;
	display: block;
}

.reserve-process-ul {
	margin: 0px;
	padding: 33px 40px 47px 40px;
}

.reserve-process-ul.block-line:before,
.reserve-process-ul.block-line:after {
	border-color: #b4b6b8;
}

.reserve-process-ul > li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 42px;
	padding-left: 0px;
}

.reserve-process-ul > li:first-of-type {
	margin-left: 0px;
}

.reserve-process-ul > li:before {
	display: none;
}

.reserve-process-ul > li img {
	margin-bottom: 12px;
}

.reserve-process-ul > li figcaption {
	font-size: 20px;
	color: #fff;
	font-weight: 100;
}

.reserve-direct-innr .btn-sec {
	margin-top: 11px;
}

/* loaction slider */
.location-map {
	height: 546px;
}

.gold-coast-map .location-map {
	height: 100%;
}

.location-hotel-banner {
	position: relative;
}

.location-banner-cnt {
	padding-top: 71px;
	padding-bottom: 280px;
}

.location-banner-cnt figcaption {
	padding: 37px 35px 48px 35px;
	max-width: 681px;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.74);
	font-size: 18px;
	color: #000;
}

.location-banner-cnt figcaption p {
	letter-spacing: -0.3px;
	line-height: 1.3;
	margin-bottom: 29px;
}

.location-banner-cnt figcaption h3 {
	font-size: 70px;
	color: #474f58;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	position: relative;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 6px;
}

.location-banner-cnt figcaption h3:before,
.location-banner-cnt figcaption h3:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 149px;
	height: 2px;
	margin-top: 2px;
	background-color: #BC955C;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overflow-hidden {
	overflow: hidden;
}

.location-banner-cnt figcaption h3:after {
	content: "";
	left: 100%;
	right: auto;
}

#sync2 {
	max-width: 1460px;
	margin: 0 auto;
	position: absolute;
	bottom: 85px;
	top: auto;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.74);
	padding: 40px 50px;
}

#sync2 .owl-nav {
	display: none !important;
}

.location-banner-name {
	text-align: center;
	position: relative;
}

.location-banner-name > .btn {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	min-width: 176px;
	font-weight: 300;
	padding: 15px 10px 18px 10px;
	position: relative;
}

.location-banner-name > .btn:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: transparent;
}

.location-banner-name > .btn:hover,
.owl-item.current .location-banner-name > .btn {
	background-color: transparent;
	color: #BC955C;
	border: 1px solid #BC955C;
}

/* inner banner setup */
.page-cnt-wrp {
	margin-top: 25px;
	padding-bottom: 31px;
}
.inner-banner {
    display: flex;
    align-items: center;
	aspect-ratio: 16 / 9;
}
.inner-banner-cnt {
	/*padding-top: 183px;
	padding-bottom: 185px;
	min-height: 526px;
*/
display: flex;
justify-content: center;
align-items: center;
}

.page-template-hotel-overview .top-innr-banner-slider {
	/*min-height: 660px;*/
	/* for loading purposes */
	background-color: #FEFEFE;
}

.placeholder-animation {
	position: static;
	overflow: hidden;
	background-color: #EFEFEF;
	/*animation: placeholderShimmer 2s linear;*/
	/*animation-iteration-count: infinite;*/
	/*background-image: linear-gradient(to right,rgba(0,0,0,.08) 0,rgba(0,0,0,.15) 15%,rgba(0,0,0,.08) 30%);*/
	/*background-size: 1200px 100%;*/
}

@keyframes placeholderShimmer {
	0% {
		background-position: -1200px 0;
	}

	100% {
		background-position: 1200px 0;
	}
}

.page-template-hotel-overview .inner-banner-cnt {
	/* min-height: 660px; */
    aspect-ratio: 16 / 9;
}

.inner-banner-cnt > .h1-custom {
	display: inline-block;
	padding: 23px 37px 0 37px;
	line-height: 0.92;
}

.inner-banner-cnt > .h1-custom.block-top:before {
	border: 1px solid #fff !important;
	border-bottom: 0px !important;
}

.inner-banner.block-top:before {
	height: 28px;
}

.inner-banner.bg-set.bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.56)
}

.hideBannerOverlay.inner-banner.bg-set.bg-overlay:before {
	background-color: transparent;
}

.top-innr-banner-slider .hideBannerOverlay.bg-set.bg-overlay:before {
	background-color: transparent;
}

/* inner banner setup */
/* design-for-living */
.page-cnt-wrp.desgin-living {
	padding-bottom: 60px;
}

.better-quality .innr-container,
.better-quality .col {
	padding: 0px;
}

.better-quality .row {
	margin: 0px;
}

.better-quality .flex-container {
	align-items: center;
}

.quality-list .round-check {
	column-count: 3;
	break-inside: avoid;
}

.better-quality-innr {
	margin-top: 43px;
}

.better-quality-innr .row {
	-webkit-flex-direction: row;
	flex-direction: row;
}

.better-quality-innr .row:nth-child(even) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.better-quality-innr .col {
	float: none;
	width: 50%;
}

.better-quality-innr .row:nth-child(odd) .better-quality-cnt {
	padding-left: 34px;
}

.better-quality-innr .row:nth-child(even) .better-quality-cnt {
	padding-left: 0px;
	padding-right: 34px;
}

.better-quality-img > .bg-set {
	padding-bottom: 66.13%;
}

/* design-for-living */
/* new-years-even */
.new-years-even ul > li:first-of-type {
	padding-left: 0px;
}

.new-years-even ul > li:first-of-type:before {
	display: none;
}

.new-years-even hr {
	margin-top: 36px;
	margin-bottom: 38px;
}

/* new-years-even */
/* leadership larg size team boxs*/
.page-cnt-wrp.leadership-page {
	padding-bottom: 0px;
}

.team-member-box {
	margin-bottom: 57px;
}

.flex-container.team-member-box {
	align-items: flex-start;
}

.team-member-box.larg figure {
	padding-right: 25px;
}

.team-member-box figure > img {
	border: 1px solid #e1e1e1;
}

.team-member-box.larg .line-top:before,
.team-member-box.larg .line-top:after {
	width: 345px;
}

.team-member-box.larg .post-dtls {
	padding-top: 21px;
	padding-bottom: 32px;
	margin-bottom: 31px;
}

.team-member-box .team-cnt > p:last-of-type {
	margin-bottom: 0px;
}

.team-member-box.larg .post-dtls h2 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 14px;
}

.team-member-box.larg .post-dtls h5 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}

.team-member-box.larg .team-cnt {
	padding-left: 5px;
}

/* leadership small size team boxs*/
.small-team-boxs > .flexrow > .flex-item:nth-child(odd) {
	padding-right: 12px;
}

.small-team-boxs:last-of-type .team-member-box {
	margin-bottom: 28px;
}

.small-team-boxs > .flexrow > .flex-item:nth-child(even) {
	padding-left: 12px;
}

.team-member-box.small .post-dtls {
	padding-top: 21px;
	margin-bottom: 20px;
}

.team-member-box.small h2 {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 12px;
}

.team-member-box.small h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

.team-member-box.small figure {
	padding-right: 17px;
}

.team-member-box.small .team-cnt {
	padding-left: 4px;
	padding-right: 14px;
}

/* leadership */
/* bvlgari-collection */
.page-cnt-wrp.bvlgari-collection {
	margin-bottom: 38px;
}

.bvlgari-cnt {
	padding-right: 5%;
}

.bvlgari-cnt > p:last-of-type {
	margin: 0px;
}

.bvlgari-img {
	padding-left: 4.7%;
}

.bvlgari-cnt > h5 {
	font-weight: 400;
}

.bvlgari-cnt > hr {
	margin-bottom: 22px;
}

/* bvlgari-collection */
/* our history */
.our-history-cnt {
	padding-right: 26px;
}

.our-history-img {
	padding-left: 26px;
}

.our-history-cnt > h2 {
	margin-bottom: 28px;
}

.our-history-cnt > h5 {
	margin-bottom: 17px;
}

.our-history-cnt > hr {
	margin-top: 26px;
	margin-bottom: 32px;
}

.our-history-img > figure img {
	border: 1px solid #e1e1e1;
}

.our-history-img > figure > img {
	border: 1px solid #e1e1e1;
	margin-bottom: 35px;
}

.our-history.page-cnt-wrp {
	padding-bottom: 0;
}

.our-history .flexrow {
	justify-content: space-between;
}

.our-history .bullets-tridiv {
	width: 30%;
}

/* our history */
/* out hotels */
.page-cnt-wrp.our-hotels {
	margin-top: 45px;
	padding-bottom: 64px;
}

.hotels-catogery-box {
	display: block;
	margin-bottom: 15px;
}

.our-hotesl-cnt h2 {
	margin-bottom: 26px;
}

.out-hotels-catogery {
	margin-top: 40px;
}

.out-hotels-catogery .flex-container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hotels-catogery-box {
	overflow: hidden;
}

.hotels-catogery-box:hover > figure {
	background-size: 110%;
}

.hotels-catogery-box > figure {
	position: relative;
	background-size: 100%;
	padding-bottom: 100%;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hotels-catogery-box > figure > figcaption {
	position: absolute;
	top: 41.5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.hotels-catogery-box .bg-set.bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.41);
}

.hotels-catogery-box .bg-set.bg-overlay:hover:before {
	background-color: rgba(0, 0, 0, 0.7);
}

.out-hotels-catogery .flex-item {
	width: 33.33%;
}

/* out hotels */
/* special offer pages */
.page-cnt-wrp.special-offers-page {
	padding-bottom: 41px;
}

.special-offers-boxs .flexrow {
	margin-left: -8px;
	padding-right: -8px;
}

.special-offers-boxs .flex-item {
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

figure.offers-box {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #cac396;
	border-bottom: 1px solid #cac396;
}

.offer-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 268px;
}

.offer-img > .btn-set {
	position: absolute;
	bottom: 20px;
	left: 0;
}

.offer-img > .btn-set > .btn {
	padding: 15px 10px 14px 10px;
	min-width: 164px;
}

.offers-box > figcaption {
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	width: 75%;
}

.offers-box > figcaption > p:last-of-type {
	line-height: 1.7;
	margin-top: 25px;
}

.offers-box > figcaption > h4 {
	font-weight: 400;
}

.offers-box > figcaption > h5 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
}

.offers-box > figcaption > .btn-set {
	margin-top: 45px;
}

/* special offer pages */
/* contact-option-list */
.page-cnt-wrp.contact-us-page {
	padding-bottom: 57px;
}

.contact-option-list .flex-item {
	width: 25%;
	border-left: 1px solid #d8d8d8;
	padding-top: 22px;
	padding-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.contact-option-list .flex-item:nth-child(4n+1) {
	border-left: 0px;
}

.contact-option-list .flex-item:nth-child(4n+3) h2 {
	margin-bottom: 10px;
}

.contact-box > img {
	margin-bottom: 14px;
}

.contact-box a {
	color: #303030;
}

.contact-box a:hover {
	color: #BC955C;
}

.contact-box h2 {
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
}

.contact-box h2 > small {
	font-weight: 400;
	display: block;
	font-size: 24px;
}

.contact-box .btn {
	padding: 15px 10px 14px 10px;
	min-width: 258px;
	color: #fff;
}

.contact-box .btn:hover {
	color: #fff;
}

/* contact-option-list */
/* corporate-accommodation */
.corporate-accommodation .page-cnt-innr .btn {
	min-width: 351px;
	padding: 11px 10px 10px 10px;
}

.page-cnt-innr .post-thumbnail {
	margin-bottom: 20px;
}

.corporate-accommodation .page-cnt-innr > .row > .col {
	width: 50%;
}

.page-cnt-wrp.form-cnt-space {
	padding-bottom: 0;
}

.page-cnt-wrp.form-cnt-space .page-cnt-innr {
	padding-bottom: 46px;
}

.form-cnt-space {
	overflow: hidden;
}

.form-cnt-space .container > .page-cnt-innr > .row {
	margin-left: -30px;
	margin-right: -30px;
}

.form-cnt-space .container > .page-cnt-innr > .row > .col {
	padding-left: 30px;
	padding-right: 30px;
}

.form-cnt-space .container > .page-cnt-innr > .row > .col > ul {
	column-count: 2;
	column-gap: 15px;
	width: 100%;
	break-inside: avoid;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 0px;
}

.form-cnt-space .container > .page-cnt-innr.how-to-redeem > ul {
	column-count: 1;
	column-gap: 0px;
}

.form-cnt-space .page-cnt-innr ul {}

.form-section {
	background-color: #edecec;
	padding-top: 40px;
	padding-bottom: 41px;
}

.form-section-innr h5 {
	font-size: 24px;
	color: #BC955C;
	font-weight: bold;
	margin-bottom: 11px;
}

.form-section-innr h6 {
	font-size: 16px;
	color: #BC955C;
	font-weight: 400;
}

.form-section-innr form h6 {
	font-size: 16px;
	color: #060606;
	font-weight: bold;
	margin-bottom: 12px;
}

.form-section-innr form {
	margin-top: 35px;
}

/* corporate-accommodation */
/* form section globledesign */
form > h6:first-of-type {
	margin-bottom: 12px;
}

form > h6:last-of-type {
	margin-top: 23px;
}

.form-ul {
	margin-top: 0px;
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: 23px;
}

.form-ul > li {
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
	margin-bottom: 10px;
}

.form-ul > li.btn-set {
	margin-top: 24px;
	margin-bottom: 0px;
}

.form-ul > li:before {
	display: none;
}

.form-ul > li.half {
	display: inline-block;
	vertical-align: top;
	width: 49.85%;
}

.form-ul > li.theerd {
	display: inline-block;
	vertical-align: top;
	width: 33.1%;
}

.form-ul > li.half > p {
	margin-bottom: 0px;
	padding-top: 8px;
	line-height: 1.45;
	font-size: 13px;
	padding-left: 4px;
}

span.wpcf7-list-item {
	margin: 0px;
}

input[type="checkbox"] {
	margin-right: 5px;
}

/* form section globledesign */
/* give-feedback-page */
.give-feedback-page.page-cnt-wrp {
	margin-top: 77px;
}

.give-feedback-page.page-cnt-wrp.form-cnt-space .page-cnt-innr {
	padding-bottom: 8px;
}

/* give-feedback-page */
/* gift cards */
.page-cnt-wrp.gift-cards {
	padding-bottom: 0px;
}

.gift-cards-cnt {
	margin-bottom: 32px;
}

.how-to-redeem {
	padding-top: 46px;
	padding-bottom: 41px;
}

/* gift cards */
/* instagram section */
.instagram-section {
	padding: 0 0 60px 0;
}

.instagram-sec {
	margin: 0px;
	display: flex;
	line-height: 0;
}

.instagram-sec > li {
	padding-left: 0px;
	display: inline-block;
	width: 16.66%;
	position: relative;
	border-right: 1px solid #fff;
}

.instagram-sec > li:after {
	content: "";
	background-image: url('images/insta-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	position: absolute;
	bottom: 18px;
	right: 18px;
	z-index: 99;
}

.instagram-sec > li > figure > a {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 100%;
}

.instagram-sec > li > figure > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.38);
	z-index: 9;
}

.instagram-sec > li img {
	width: 100%;
}

.instagram-sec > li:before {
	display: none;
}

.instagram-section .flex-item:first-of-type {
	width: 74%;
}

.instagram-section .flex-item:last-of-type {
	width: 26%;
	background-color: #474f58;
	border-right: 0px;
}

.follow-us > h2 {
	font-size: 60px;
	color: #BC955C;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	margin-bottom: 5px;
}

.follow-ul {
	margin: 0px;
}

.follow-ul > li {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
}

.follow-ul > li > a:hover > img {
	opacity: 0.7;
}

/* instagram section */
/* faqs pages */
.page-cnt-wrp.faqs-page {
	padding-bottom: 43px;
}

.faqs-page #top-accordian {
	column-count: 2;
	column-gap: 45px;
	break-inside: avoid;
}

.faqs-page #top-accordian > li {
	break-inside: avoid;
	padding: 0px !important;
}

.faqs-page #top-accordian > li a:hover {
	color: #BC955C;
}

.accordion-title {
	padding: 14px 16px 13px 0px;
}

.faqs-page .accordion-title.active {
	border-bottom: 1px solid transparent;
}

.accordion-content {
	padding: 15px 0;
}

.accordion-content > p:last-of-type {
	margin-bottom: 0px;
}

.gray-bg .accordion-title:hover {
	color: #fff;
}

/* faqs pages */
/* new-south-wales */
.page-cnt-wrp.new-south-wales {
	padding-bottom: 23px;
}

.new-south-wales h2 {
	margin-bottom: 23px;
}

.new-south-wales h5 {
	margin-bottom: 15px;
}

.new-south-list {
	margin-top: 44px;
	margin-bottom: 51px;
	text-align: center;
}

.new-south-list > li {
	float: left;
	width: 20%;
}

.new-south-list > li > a {
	display: block;
	min-height: 248px;
	padding: 90px 25px 61px 30px;
}

.new-south-list > li > a > button {
	display: block;
	margin: 0 auto;
	min-width: 100%;
	width: 100%;
}

.new-south-list > li > a > .fa {
	font-size: 37px;
	font-weight: 100;
	color: #000;
	opacity: 0.2;
	font-weight: 600;
	-webkit-transition: all .45s ease-in;
	-moz-transition: all .45s ease-in;
	-ms-transition: all .45s ease-in;
	-o-transition: all .45s ease-in;
	transition: all .45s ease-in;
}

.new-south-list > li > a:hover > .btn {
	background-color: #fff;
	border: 1px solid #fff;
	color: #BC955C;
}

.new-south-list > li > a:hover > .fa {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.hotel-place-img {
	padding-bottom: 66%;
	position: relative;
}

.hotel-place-img.bg-set.bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.45)
}

.sunday-rates-info {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sunday-rates-info p {
	color: #fff;
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	margin: 0;
}

.red-old-price-box {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 30px;
	background: #a21714;
}

.red-old-price-box .bold,
.red-old-price-box .strike {
	color: #FFF;
	margin-bottom: 0;
}

.hotel-place-img .sunday-rates-info h3 {
	position: static;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
}

.hotel-place-img h3 {
	color: #fff;
	font-size: 44px;
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hotel-places-box-innr .row {
	margin-left: -9px;
	margin-right: -9px;
}

.hotel-places-box-innr .col {
	width: 33.33%;
	padding-left: 9px;
	padding-right: 9px;
}

.hplaces-box {
	margin-bottom: 20px;
}

.hplaces-box .btn-set-place > li {
	float: left;
	padding: 10px 8px 0;
	padding: 0;
	width: 50%;
}
.hplaces-box .btn-set-place > li.booknowonly {
    width: 100%;
}
.hplaces-box .btn-set-place > li > a {
	min-width: 100%;
	border-radius: 0;
}

.hplaces-box .btn-set-place > li:first-of-type > a {}

.hplaces-box .btn-set-place > li:last-of-type > a:hover {
	background-color: #777777;
	border: 1px solid #777777;
	color: #fff;
}

.hplaces-box .btn-set-place > li:last-of-type > a {
	color: #BC955C;
	background-color: #3d4247;
	border: 1px solid #3d4247;
}

.resorved-direct {
	text-align: center;
	background-color: #474f58;
	padding-top: 3%;
	padding-bottom: 3%;
}

.resorved-direct-innr {
	max-width: 556px;
	margin: 0 auto;
	padding: 11px 15px 7px 15px;
}

.resorved-direct-innr > h3 {
	font-size: 45px;
	color: #fff;
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 16px;
}

.resorved-direct-innr.block-line:before,
.resorved-direct-innr.block-line:after {
	border: 1px solid rgba(255, 255, 255, 0.51);
}

/* new-south-wales */
/* career page */
.page-cnt-wrp.form-cnt-space.career-page .page-cnt-innr {
	padding-bottom: 1px;
}

.form-cnt-space .container > .page-cnt-innr > ul.career-golas-ul {
	display: flex;
}

.career-golas-ul {
	margin-top: 48px;
	margin-bottom: 36px;
}

.career-golas-ul > li.flex-item:first-of-type {
	border-left: 0px;
}

.career-golas-ul > li.flex-item {
	width: 33.33%;
	text-align: center;
	border-left: 1px solid #dddddd;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

.career-golas-ul figure > img {
	margin-bottom: 23px;
}

.career-golas-ul h3 {
	font-size: 36px;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.career-golas-ul figcaption > p {
	text-transform: uppercase;
	font-size: 12px;
	color: #BC955C;
	line-height: 2.2;
	margin-bottom: 10px;
}

.career-page .btn {
	min-width: 395px;
	padding: 16px 10px 17px 10px;
}

.career-page .form-ul > li.btn-set {
	margin-top: 0px;
}

/** career page Feb 2020 */
body.page-template-careers-new {
	overflow-x: hidden;
}

.career-hero {
	padding-bottom: 50px;
	background-color: #F7F4EE;
}

.career-hero .row {
	display: flex;
}

.career-hero .hero-content-wrapper {
	width: 25%;
	position: relative;
}

.career-hero .hero-content-wrapper .white-box {
	position: absolute;
	background-color: white;
	width: 100%;
	height: 200px;
}

.career-hero .hero-content-wrapper .content-box-float {
	background-color: white;
	position: relative;
	padding: 100px 50px 50px 50px;
	right: -150px;
	top: 50%;
	width: 500px;
	transform: translateY(-50%);
}

.career-hero .hero-image {
	width: 75%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.start-career {
	padding: 100px 30px 0 30px;
	text-align: center;
}

.start-career h5 {
	font-weight: bold;
	font-size: 32px;
	font-family: 'Arial';
}

.start-career hr {
	margin: 10px auto 50px;
	width: 80px;
	border-top: 3px solid #BC955C;
}

.start-career p {
	max-width: 1140px;
	margin: auto;
	width: 100%;
}

.start-career .career-button {
	margin-top: 50px;
}

.career-hero-btn,
.start-career .button-left,
.start-career .button-right {
	padding: 12px 40px;
}

.start-career .button-left {
	background-color: #BC955C;
	margin-right: 20px;
}

.start-career .button-right {
	background-color: #c8ab84;
}

.start-career .button-right:hover,
.start-career .button-left:hover {
	background-color: #777777;
}

.career-hero.hero-margin .row{margin:0;}
div#culturegallery {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 50px;
    padding-left: 50px;
	position:relative;
}

div#culturegallery:after {
    background-color: #ccc;
    content: '';
    width: 70px;
    height: 80%;
    top: 10%;
    position: absolute;
    right: -20px;
}

div#culturegallery:before {
    content: '';
    position: absolute;
    background: #ccc;
    width: 70px;
    height: 80%;
    top: 10%;
    left: 0;
}
div#culturegallery .swiper-pagination{
	display: none;
}
.img-description{
	max-width: 1140px;
    text-align: center;
    margin: 0 auto;
}
.carousel-images h3.section-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
hr.hr-center{
	margin: 10px auto 50px;
    width: 80px;
    border-top: 3px solid #BC955C;
}



.career-mvv {
	padding-top: 100px;
	padding-bottom: 100px;
}

.career-mvv .row {
	display: flex;
	justify-content: center;
    gap: 25px;
}


.career-mvv .mvv-item {
	width: calc(33% - 50px);
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 40px;
	position: relative;
    margin: 0;
}

.career-mvv .mvv-item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	cursor: pointer;
}

.career-mvv .mvv-item:hover .title {
	/*top: 30px;*/
}

.career-mvv .mvv-item:hover .description {
	visibility: visible;
	opacity: 1;
}

.career-mvv .mvv-item .title {
	color: white;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	z-index: 2;
	top: 150px;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
}

.career-mvv .mvv-item .title h4 {
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
}

.career-mvv .mvv-item .description {
	color: white;
	position: absolute;
	width: calc(100% - 100px);
	top: 100px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease-in-out;
	text-align: center;
	overflow: hidden;
}


.career-mvv .mvv-item .description p {
	position: relative;
	transition: all 0.5s ease;
	font-size: 16px;
}


.career-mvv.culture-mvv {
    padding-top: 0;
    padding-bottom:50px;
}
.career-mvv.culture-mvv .row{
    justify-content: space-around;
    gap: 0;
}
.career-mvv.culture-mvv .mvv-item {
    width: 18%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    position: relative;
	margin: 1%;
}

.career-mvv.culture-mvv .mvv-item .description {
	width: calc(100% - 15px);
}
.image-divider {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.career-path {
	padding: 100px 30px;
}

.career-path .section-title {
	text-align: center;
	margin-bottom: 100px;
}

.career-path .path-list {
	width: 1140px;
	margin: 0 auto;
	max-width: 100%;
}

.career-path .path-item {
	margin-bottom: 50px;
}

.career-path .path-item .row {
	display: flex;
}

.career-path .path-item .item-image,
.career-path .path-item .item-text {
	width: 50%;
}

.career-path .path-item .item-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.career-path .path-item:nth-child(even) .row {
	flex-direction: row-reverse;
}

.career-path .item-text {
	padding: 50px;
}

.career-path .item-text h5 {
	font-size: 30px;
	font-weight: bold;
}

.career-path .image-round {
	text-align: center;
}

.career-path .image-round img {
	border-radius: 50%;
	width: 340px;
	height: 340px;
	max-width: 100%;
	object-fit: cover;
}

.career-path .career-services-list li {
	list-style: none;
	position: relative;
	padding-left: 40px;
	color: #BC955C;
	margin-bottom: 6px;
	letter-spacing: 0.3px;
}

.career-path .career-services-list li::before {
	content: "";
	background-image: url(images/round-check.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	top: 4px;
	left: 0px;
	position: absolute;
	background-color: transparent;
}

/* career page */

/*Sustainability page*/
.image-content {
	padding: 0px 30px;
}

.image-content .path-list {
	width: 1140px;
	margin: 0 auto;
	max-width: 100%;
}

.image-content .path-item {
	margin-bottom: 50px;
}

.image-content .path-item .row {
	display: flex;
	align-items:center;
}

.image-content .path-item .item-image {
	width: 30%;
}
.image-content .path-item .item-text{width:70%;}
.image-content .path-item .item-image {
	 height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    position: relative;
    margin: 0;
}
.image-content .path-item .item-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}
.image-content .path-item .item-image .section-title{
	color: white;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    z-index: 2;
    text-align:center;
    text-transform: uppercase;
    margin: 0;
}
.image-content .path-item:nth-child(even) .row {
	flex-direction: row-reverse;
}

.image-content .item-text {
	padding: 30px;
    text-align:center;
}

.bottom-section {
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
}
.bottom-section .section-title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
/* Sustainability page */

/* sydney-cbd-page */
.sydney-cbd-page.page-cnt-wrp {
	padding-bottom: 23px;
}

.sydney-cbd-page .hotel-places-boxs {
	margin-top: 40px;
}

/* sydney-cbd-page */
/* upcoming-hotels */
.upcoming-hotels-home {
	padding: 100px 0 50px 0
}

.upcoming-hotels-boxs {
	margin-top: 44px;
}

.upcoming-hotels-page.page-cnt-wrp {
	padding-bottom: 44px;
}

.upcoming-hotels-innr .flex-container {
	flex-wrap: wrap;
}

.upcoming-hotels-innr .flex-item {
	width: 50%;
	border-bottom: 1px solid #fff;
}

.upcoming-hotels-innr .flex-item:nth-child(odd) {
	padding-right: 0.5px;
}

.upcoming-hotels-innr .flex-item:nth-child(even) {
	padding-left: 0.5px;
}

.upcoming-hotels-box {
	padding-bottom: 70%;
	position: relative;
}

.upcoming-hotels-box.bg-set.bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.65)
}

.upcoming-hotels-box figcaption {
	position: absolute;
	z-index: 99;
	top: 50%;
	text-align: center;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	max-width: 376px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 32px;
	padding-bottom: 26px;
}

.upcoming-hotels-box .block-line:before,
.upcoming-hotels-box .block-line:after {
	border: 1px solid rgba(255, 255, 255, 0.62);
}

.upcoming-hotels-box figcaption > h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
	margin-bottom: 23px;
}

.upcoming-hotels-box figcaption .btn {
	padding: 14px 10px 14px 10px;
}

/* upcoming-hotels */
/* olympic-images */
.upcoming-innr-pages.page-cnt-wrp {
	padding-bottom: 48px;
}

.grid-images.flex-container {
	flex-wrap: wrap;
	margin-top: 49px;
	margin-left: -11px;
	margin-right: -11px;
}

.grid-images > .flex-item {
	width: 50%;
	padding-left: 11px;
	padding-right: 11px;
	margin-bottom: 24px;
}

.grid-images > .flex-item > .half-height:first-of-type {
	padding-bottom: 26px;
}

.upcoming-grid-img {
	padding-bottom: 150%;
}

.half-height .upcoming-grid-img {
	padding-bottom: 73.55%;
}

/* olympic-images */
/* penthouse home page */
.penthouse-home-page {
	padding-bottom: 1px;
	text-align: center;
}

.penthouse-home-banner .bg-set.bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.6);
}

.penthouse-home-innr {
	position: relative;
}

.penthouse-home-innr > .panthouse-logo {
	position: absolute;
	left: 50%;
	text-align: center;
	margin: 0 auto;
	top: 4%;
	z-index: 99;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.panthouse-logo > img {
	width: 350px;
}

.penthouse-home-banner.arrow-center > .owl-nav > .owl-prev,
.penthouse-home-banner.arrow-center > .owl-nav > .owl-next {
	background-image: url(images/penthouse-left.png);
	width: 50px;
	height: 98px;
	top: 33%;
}

.penthouse-menu .container {
	position: relative;
}

.penthouse-menu .container .penthouse-menu-ul {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 98px;
	z-index: 99;
	/*border-left: 1px solid rgba(126, 125, 125, 0.6);*/
	margin: 0 auto;
	max-width: 1000px;
}

.penthouse-menu-ul > li {
	width: 33%;
	text-align: center;
	padding-top: 73px;
	padding-bottom: 67px;
	padding-left: 34px;
	padding-right: 34px;
}

a.penthouse-menu-box {
	display: block;
}

a.penthouse-menu-box > div {
	padding-top: 20px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
}

a.penthouse-menu-box .block-line:before,
a.penthouse-menu-box .block-line:after {
	border: 1px solid #BC955C;
}

a.penthouse-menu-box h2 {
	margin-bottom: 0px;
	font-size: 40px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	text-transform: capitalize;
	margin-bottom: 5px;
	-webkit-transition: all .40s ease-in;
	-moz-transition: all .40s ease-in;
	-ms-transition: all .40s ease-in;
	-o-transition: all .40s ease-in;
	transition: all .40s ease-in;
}

a.penthouse-menu-box h5 {
	margin-bottom: 0px;
	font-size: 24px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	text-transform: capitalize;
	-webkit-transition: all .40s ease-in;
	-moz-transition: all .40s ease-in;
	-ms-transition: all .40s ease-in;
	-o-transition: all .40s ease-in;
	transition: all .40s ease-in;
}

a.penthouse-menu-box:hover h2,
a.penthouse-menu-box:hover h5 {
	font-weight: bold;
}

/* penthouse home page */
/* overview page */
.details-menu {
	background-color: #474f58;
	text-align: center !important;
}

.details-menu-ul {
	margin-left: 0px !important;
}

.details-menu-ul > li {
	display: inline-block;
	vertical-align: middle;
}

.details-menu-ul > li:first-of-type {
	margin-left: 0px;
}

.details-menu-ul > li > a {
	font-size: 23px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 41px 33px 34px 33px;
	display: block;
	position: relative;
}

.details-menu-ul > li.active > a:after,
.details-menu-ul > li:last-of-type > a:after {
	display: none;
}

.details-menu-ul > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 35%;
	background-color: rgba(192, 192, 192, 0.28);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.details-menu-ul > li.active > a,
.details-menu-ul > li > a:hover {
	background-color: #BC955C;
}

.penthouse-menu-link,
.details-menu-ul {
	display: inline-block;
	vertical-align: middle;
}

.penthouse-menu-link > a {
	background-color: #2d3035;
	font-size: 12px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	display: block;
	text-align: center;
	padding: 18px 21px 12px 24px;
	-webkit-transition: all .40s ease-in;
	-moz-transition: all .40s ease-in;
	-ms-transition: all .40s ease-in;
	-o-transition: all .40s ease-in;
	transition: all .40s ease-in;
}

.penthouse-menu-link > a:hover {
	background-color: #BC955C;
}

.penthouse-menu-link > a > img {
	margin: 0 auto 8px auto;
}

.penthouse-menu-link > a > img,
.penthouse-menu-link > a > small {
	display: block;
	font-size: 100%;
}

.hotes-dtl-innr {
	padding-top: 45px;
}

.hotes-dtl-specifie > .row > .col:first-of-type {
	width: 16.8%;
}

.hotes-dtl-specifie > .row > .col:last-of-type {
	width: 83.2%;
}

.hotes-dtl-innr .page-breadcum {
	margin-top: 0px;
	line-height: 1;
}

.hotes-dtl-innr > .page-cnt-wrp {
	margin-top: 0px;
	padding-bottom: 0px;
}

.acco-view-side .accordion-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #303030;
	background: none !important;
	letter-spacing: 1.4px;
	padding: 15px 72px 16px 24px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.acco-view-side .accordion-title .fa {
	font-size: 15px;
	margin-left: 6px;
	color: #BC955C;
	-webkit-transition: all .40s ease-out;
	-moz-transition: all .40s ease-out;
	-ms-transition: all .40s ease-out;
	-o-transition: all .40s ease-out;
	transition: all .40s ease-out;
}

.acco-view-side .accordion-title.active .fa {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.acco-view-side .accordion-content > li > a {
	color: #303030;
}

.acco-view-side .accordion-content > li > a:hover {
	color: #BC955C;
}

.accommodation-starts {
	text-align: center;
}

.accommodation-starts > img {
	margin-top: 32px;
}

.hotel-over-info {
	margin-top: 31px;
	padding: 32px 15px 37px 28px;
	margin-bottom: 30px;
    border: 1px solid #BC955C;
}

.hotel-over-info.block-line:before,
.hotel-over-info.block-line:after {
	/*border: 1px solid #BC955C;*/
}

.hotel-info {
	padding-bottom: 35px;
	/*padding-top: 35px;
	border-top: 1px solid #BC955C;
	border-bottom: 1px solid #BC955C;*/
}

.hotel-info > h6,
.hotel-features > h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #BC955C;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
}

.hotel-info-ul > li {
	line-height: 1.6;
	position: relative;
}

.hotel-info-ul > li > small,
.hotel-features-ul > li > small {
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	vertical-align: top;
}
.hotel-info-tbl {
    border: none;
    margin: 0;
}
.hotel-info-tbl th, .hotel-info-tbl td {
    font-size: 13px;
	font-weight: 400;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	vertical-align: top;
    border: none;
    padding: 0;
    line-height: 1.6;
    text-transform: none;
}
.hotel-info-tbl th {
    width: 42%;
}
.hotel-info-tbl td {
    width: 58%;
}
.hotel-info-ul > li > small {
	min-width: 89px;
}

.hotel-features-ul > li {
	margin-bottom: 3px;
}

.hotel-features-ul > li > figure {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
}

.hotel-features-ul > li > figure > img {
	margin-right: 10px;
}

.hotel-features-ul > li > small {
	padding-left: 35px;
}

/* overview-cnt */
.overview-cnt h5 {
	margin-bottom: 22px;
}

.hotes-dtl-specifie .page-breadcum {
	margin-bottom: 32px;
}

.left-space-set .page-breadcum,
.left-space {
	padding-left: 7px;
}

.overview-cnt > h1 {
	display: inline-block;
}

.overview-cnt .float-right {
	-webkit-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-o-transform: translateY(-35px);
	transform: translateY(-35px);
}

.overview-cnt .float-right > .btn {
	font-size: 18px;
	letter-spacing: 1.8px;
	padding: 22px 48px 19px 48px;
}

.hotel-main-overview {
	background-color: #ececec;
	padding: 40px 0 30px 0;
	margin-bottom: 40px;
}

.hotel-main-overview.flex-container {
	width: 100%;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
}

.hotel-main-overview > .flex-item {
	width: 25%;
	border-right: 1px solid #ababad;
}

.hotel-main-overview > .flex-item:last-of-type {
	border-right: 1px solid transparent;
}

.hotel-main-overview > .flex-item:last-of-type {
	border-right: 0px;
}

.main-overview-boxs {
	text-align: center;
	padding: 21px 15px 29px 15px;
}

.main-overview-boxs > img {
	margin-bottom: 22px;
}

.main-overview-boxs h5 {
	font-size: 18px;
	color: #BC955C;
	font-weight: 400;
	line-height: 1.1;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;
}

.main-overview-boxs h5 > strong {
	text-transform: uppercase;
}

/* overview page */
/* view-suites-box */
.view-suites {
	margin-top: 30px;
	padding-top: 88px;
	padding-bottom: 63px;
	margin-bottom: 1px;
}

.view-suites.bg-set.bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.5)
}

.view-suites-box {
	width: 601px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 15px 3px 15px;
}

.view-suites-box.block-line:before,
.view-suites-box.block-line:after {
	border: 1px solid #a1a1a3;
}

.view-suites-box h3 {
	font-size: 74px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	margin-bottom: 0px;
	line-height: 0.94;
	margin-bottom: 3px;
	letter-spacing: -2px;
}

.view-suites-box h4 {
	letter-spacing: -1.5px;
	font-size: 51px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	line-height: 1.1;
	margin-bottom: 25px;
}

.world-faqs.page-cnt-wrp {
	padding-top: 61px;
	margin-top: 0px;
	padding-bottom: 74px;
}

.world-faqs .accordion-title {
	border-bottom: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
}

.world-faqs h2 {
	font-size: 28px;
	margin-bottom: 38px;
}

/* view-suites-box */
/* virtual tour */
.virtual-tour-box {
	margin-bottom: 37px;
}

.virtual-tour-box > iframe {
	width: 100%;
	height: 520px;
}

.virtual-cnt hr {
	margin-bottom: 27px;
}

.virtual-cnt h5 {
	margin-bottom: 16px;
}

/* virtual tour */
/* tower-loaction-cnt */
.tower-loaction-cnt {
	margin-bottom: 37px;
}

.tower-loaction-cnt > figure,
.tower-loaction-cnt > h5 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 16px;
}

.tower-loaction-cnt > figure > img {
	margin-right: 11px;
}

.tower-loaction-cnt > hr {
	margin-bottom: 22px;
}

/* tower-loaction-cnt */
/* hotel packages */
.hotel-packegs {
	padding-bottom: 48px;
}

.packages-ul > li {
	margin-bottom: 51px;
}

.packages-ul > li > .btn {
	padding: 15px 15px 14px 15px;
}

/* hotel packages */
/* hotel-suites */
.hotel-suites .flex-container {
	width: 100%;
}

.hotel-suites .flex-container .flex-item {
	width: 33.33%;
}

.suites-dtl {
	text-align: center;
	background-color: #edecec;
	padding: 24px 24px 29px 24px;
	font-weight: 400;
}

.suites-dtl h6 {
	font-size: 17px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	letter-spacing: 0px;
	min-height: 37px;
}

.hotel-suites-box {
	margin-bottom: 36px;
}

.hotel-suites-box .item {
	padding-bottom: 67.53%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.hotel-suites-box .arrow-center > .owl-nav > .owl-prev,
.hotel-suites-box .arrow-center > .owl-nav > .owl-next {
	width: 11px;
	height: 19px;
	left: 18px;
}

.hotel-suites-box .arrow-center > .owl-nav > .owl-next {
	right: 18px;
	left: auto;
	margin-top: -9px;
}

.area-dtl {
	padding-top: 8px;
	margin-bottom: 15px;
}

.area-dtl > li:first-of-type {
	margin-left: 0px;
}

.area-dtl > li {
	display: inline-block;
	text-align: center;
	margin-left: 14px;
}

.area-dtl > li > img {
	margin-bottom: 5px;
}

.area-dtl > li > small {
	display: block;
	font-size: 100%;
}

.suites-dtl > p {
	line-height: 1.65;
	margin-bottom: 0px;
}

.hotel-suites-box .btn-set > .btn {
	width: 50%;
	float: left;
	min-width: 50%;
}

.hotel-suites-box .btn-set > .btn.btn-primary {
	color: #BC955C;
}

.hotel-suites-box .btn-set > .btn.btn-primary:hover {
	color: #fff;
}

.hotel-suites-cnt .row {
	margin-left: -18px;
	margin-right: -18px;
}

.hotel-suites-cnt .col {
	width: 33.33%;
	padding-left: 18px;
	padding-right: 18px;
}

.penthouse-type {
	position: relative;
}

.penthouse-type:before,
.penthouse-type.large:before {
	content: "";
	background-image: url('images/copyright-penthouse.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 112px;
	height: 116px;
	position: absolute;
	top: 0;
	left: 14px;
	z-index: 99;
}

.penthouse-type.large:before {
	width: 163px;
	height: 169px;
	background-image: url('images/copyright-penthouse-large.png?v=2');
	left: auto;
	right: 7.5%;
}

/* hotel-suites */
/* inner banner set */
/*.top-innr-banner-slider .bg-set.bg-overlay:before {*/
/*	background-color: rgba(0, 0, 0, 0.3)*/
/*}*/
.top-innr-banner-slider .inner-banner-cnt > .h1-custom.block-top:before {
	border: 1px solid #9a999a;
}

.top-innr-banner-slider .arrow-center > .owl-nav > .owl-next {
	margin-top: -40px;
}

.top-innr-banner-slider .inner-banner-cnt > .h1-custom {
	font-size: 95px;
	margin-bottom: 0px;
}

/* inner banner set */
/* penthouse header menu */
.header-penthouses {
	background-color: #474f58;
	padding-top: 25px;
	padding-bottom: 21px;
	text-align: center;
}

.header-penthouses-ul > li {
	/*margin-left: 68px;*/
	display: inline-block;
}

.header-penthouses-ul > li:first-of-type {
	margin-left: 0px;
}

.header-penthouses-ul > li > a {
	padding: 4px 30px 4px;
	text-align: center;
	/*min-width: 230px;*/
	line-height: 1.3;
	display: block;
	color: #fff;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	-webkit-transition: all .35s ease-in;
	-moz-transition: all .35s ease-in;
	-ms-transition: all .35s ease-in;
	-o-transition: all .35s ease-in;
	transition: all .35s ease-in;
}

.header-penthouses-ul > li.current-menu-item > a,
.header-penthouses-ul > li > a:hover {
	color: #BC955C;
}

.header-penthouses-ul > li.block-line:before {
	border: 1px solid #BC955C;
	width: 0px;
}

.header-penthouses-ul > li.block-line:after {
	border: none;
}

.header-penthouses-ul > li.block-line:before {
	display: block;
	border-radius: 0px;
	background-color: transparent;
	left: auto;
}

.header-penthouses-ul > li > a > small {
	font-size: 15px;
	display: block;
}

/* penthouse header menu */
/* bondi junction */
.page-cnt-wrp.bondi-junction-page {
	padding-bottom: 14px;
}

.bondi-junction-page h4 {
	font-weight: bold;
	color: #BC955C;
}

.bondi-junction-page .page-cnt-innr > hr {
	margin-top: 28px;
	margin-bottom: 25px;
}

ul.bondi-ul {
	margin-top: 0px;
}

ul.bondi-ul li {
	color: #000;
}

ul.bondi-ul > ul {
	margin-top: 0px;
	width: 33.33%;
	float: left;
}

ul.bondi-ul > ul:nth-child(3n+2) {
	padding-left: 3%;
}

ul.bondi-ul > ul:nth-child(3n+3) {
	padding-left: 0.8%;
}

ul.bondi-ul > ul:last-of-type > li:first-of-type {
	padding-left: 0px;
}

.bondi-junction-box {
	background-color: #ececec;
	padding: 19px 20px 30px 51px;
	margin-bottom: 29px;
	margin-top: 44px;
}

.bondi-junction-box > h5 {
	margin-bottom: 25px;
    font-weight: 700;
}

.bondi-collectino-box .row {
	margin-left: -13px;
	margin-right: -13px;
}

.bondi-collectino-box .col {
	width: 33.33%;
	padding-left: 13px;
	padding-right: 13px;
}

.footer-option {
	margin-bottom: 1px;
}

.footer-option > .virtual-tour-option,
.footer-option > .check-availability {
	padding-top: 93px;
	padding-bottom: 88px;
	width: 50%;
	float: left;
}

.footer-option > .virtual-tour-option {
	position: relative;
}

.footer-option > .virtual-tour-option > iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.virtual-tour-option-box,
.check-availability-box {
	padding: 11px 15px 8px 15px;
	width: 555px;
	text-align: center;
	display: block;
}

.virtual-tour-option {
	border-right: 1px solid #fff;
}

.virtual-tour-option-box {
	margin: 0 65px 0 auto;
}

.check-availability-box {
	margin: 0 auto 0 65px;
}

.check-availability-box .btn {
	min-width: 231px;
}

.check-availability {
	background-color: #474f58;
}

.virtual-tour-option-box > h3,
.check-availability-box > h3 {
	font-size: 45px;
	color: #fff;
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
}

.virtual-tour-option-box > h3 {
	margin-bottom: 9px;
}

.check-availability-box > h3 {
	margin-bottom: 15px;
}

.virtual-tour-option-box > figure > img {
	margin-bottom: 17px;
}

.footer-option .block-line:before,
.footer-option .block-line:after {
	border: 1px solid #c4c8cd;
}

.footer-option.blog-related .virtual-tour-option .block-line:before {
	display: none;
}

.title-change .suites-dtl {
	padding: 28px 24px 29px 24px;
}

.title-change .suites-dtl h6 {
	font-size: 30px;
}

.title-change .area-dtl {
	padding-top: 11px;
	margin-bottom: 24px;
}

/* bondi junction */
/* penthouses world tower */
.penthouse-collection-box {
	background-color: #474f58;
	padding-left: 40px;
	padding-right: 61px;
	padding-top: 32.5%;
	padding-bottom: 32.4%;
	text-align: center;
}

.pen-collection-box {
	padding-top: 43px;
	padding-bottom: 40px;
}

.pen-collection-box figure > img {
	margin-bottom: 43px;
}

.pen-collection-box.block-line:before,
.pen-collection-box.block-line:after {
	border: 1px solid #a3a7ac;
}

.pen-collection-box .btn {
	min-width: 231px;
}

/* penthouses world tower */
/* meriton-suites */
.meriton-suites .bondi-junction-box {
	background-color: #dddbdb;
}

.meriton-suites ul.bondi-ul > ul:nth-child(3n+3) {
	padding-left: 5%;
}

.download-icon-btn {
	padding-left: 5%;
	display: inline-block;
}

.download-icon-btn:before {
	display: none;
}

.meriton-suites ul.bondi-ul > ul:nth-child(3n+3) > li:before {
	display: block;
}

ul.bondi-ul > ul:last-of-type > li:first-of-type {
	padding-left: 10px;
	list-style: none;
}

.meriton-suites ul.bondi-ul .btn-set {
	margin-top: 4px;
}

.meriton-suites ul.bondi-ul .btn-set > .btn {
	min-width: 163px;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: capitalize;
	padding: 11px 10px 11px 10px;
}

.meriton-suites ul.bondi-ul .btn-set > .btn > img {
	margin-left: 4px;
}

.meriton-suites ul.bondi-ul .btn-set > .btn:hover {
	color: #fff;
}

.meriton-suites .bondi-junction-box {
	margin-bottom: 65px;
}

.meriton-suites .page-cnt-innr > h5,
.meriton-suites .page-cnt-innr > h4,
.meriton-suites .page-cnt-innr > h2 {
	display: inline-block;
}

.meriton-suites .bondi-junction-box > h5 {
	margin-bottom: 15px;
}

.meriton-suites .bondi-junction-box > hr {
	margin-bottom: 24px;
}

.meriton-suites .bondi-junction-box {
	padding: 27px 20px 30px 51px;
}

.meriton-suites ul.bondi-ul li {
	line-height: 22px;
	margin-bottom: 0px;
}

.meriton-check-box {
	text-align: center;
	float: right;
	width: 308px;
	background-color: #474f58;
	padding: 54px 37px 47px 40px;
	margin-left: 33px;
}

.meriton-check-box .btn {
	min-width: 100%;
}

.meriton-check-box > figure > img {
	width: 183px;
	margin-bottom: 40px;
}

#sync4 .bg-overlay:before {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	background-color: rgba(0, 0, 0, 0.55)
}

#sync4.arrow-center > .owl-nav > .owl-prev {
	left: 17px;
}

#sync4.arrow-center > .owl-nav > .owl-next {
	right: 17px;
}

#sync4 .item > a:hover .bg-overlay:before,
#sync4 .owl-item.current .item > a:hover .bg-overlay:before {
	background-color: rgba(177, 136, 80, 0.30);
}

/* meriton-suites */
/* NEW GALLERY */
#gallery_menu .gallery-menu {
	margin-bottom: 20px;
}

#gallery_menu .gallery-menu a {}

#gallery_menu .gallery-menu li:before,
.gallery_submenu .gallery-submenu li:before {
	display: none;
}

#gallery_menu .gallery-menu > li {
	display: inline-block;
	cursor: pointer;
	color: #BC955C;
	margin-left: 0px;
	margin-right: 40px;
	list-style-type: none;
	font-size: 16px;
	padding-left: 0;
}

#gallery_menu:before {
	content: '';
	background: linear-gradient(to right, #b38a54, #c4a57a, #d1b997, #c4a57a, #b38a54);
	width: 100%;
	display: block;
	height: 1px;
}

.gallery_submenu {
	margin-left: 0;
	position: absolute;
	min-width: 350px;
	display: none;
	background: #dddbdc;
}

.gallery_submenu a {
	color: #4b535c;
	font-size: 14px;
	line-height: 1.4;
}

.gallery_submenu a:hover {
	color: #BC955C;
}

.gallery_submenu .gallery-submenu {
	padding: 15px 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

.gallery_submenu .gallery-submenu li {
	margin-left: 0px;
	margin-right: 40px;
	list-style-type: none;
	padding-left: 0;
	display: block;
	line-height: 1.8;
}

#gallery_menu_result .grid-container.hideGallery {
	display: none;
}

#gallery_menu_result .gal-row {
	margin-bottom: 14px;
}

#gallery_menu_result .gal-col {
	height: 320px;
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
	overflow: hidden;
}

#gallery_menu_result .gallery-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: block;
	transition: all 0.3s ease-in-out;
}

#gallery_menu_result .gallery-image:hover {
	transform: scale(1.1);
}

#gallery_menu_result .grid-container .gal-row.doubleleft .gal-col.gal-col-3 {
	width: 49%;
	margin-right: 0;
}

#gallery_menu_result .grid-container .gal-row.doubleright .gal-col.gal-col-1 {
	width: 49%;
}

#gallery_menu_result .grid-container .gal-row.doubleright .gal-col.gal-col-3 {
	margin-right: 0;
}

#gallery_menu_result .grid-container .gal-row.doubleheight .gal-col {
	height: 520px;
}

#gallery_menu_result .grid-container .gal-row.doubleheight .gal-col.gal-col-2 .gallery-image,
#gallery_menu_result .grid-container .gal-row.doubleheight .gal-col.gal-col-3 .gallery-image {
	height: 260px;
}

#gallery_menu_result .grid-container .gal-row.doubleheight .gal-col.gal-col-4 {
	margin-right: 0;
}

#gallery_menu_result .grid-container .gal-row.doubleheight .gal-col-2 .gallery-image.item-2,
#gallery_menu_result .grid-container .gal-row.doubleheight .gal-col-3 .gallery-image.item-4 {
	height: 250px;
	margin-bottom: 10px;
}

.gallery-box {
	margin-bottom: 1px;
	display: block;
	position: relative;
}

.gallery-box > .bg-overlay {
	padding-bottom: 22.3%;
}

.gallery-box .bg-set.bg-overlay:before,
.gallery-box .bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.5)
}

.gallery-box figcaption {
	font-size: 70px;
	color: #fff;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	position: absolute;
	z-index: 99;
	bottom: 0;
	right: 37px;
	line-height: 1.7;
}

.gallery-page {
	padding-bottom: 11px;
}

.gallery-page .overview-cnt > hr {
	margin-bottom: 27px;
}

.gallery-page .overview-cnt > h5 {
	margin-bottom: 16px;
}

/* popup slider */
.mfp-container {
	padding: 0px;
}

.gallery-popup-block {
	margin: 0 auto;
}

.gallery-popup-block .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
	border: 15px solid #fff;
}

.gallery-popup-block .owl-carousel {
	width: auto;
}

.mfp-content {
	text-align: center;
}

.white-popup-block {
	background-color: #fff;
	padding: 17px;
	position: relative;
	overflow: hidden;
}

.gallery-popup-block.white-popup-block {
	background-color: transparent;
	padding: 0px;
}

.gallery-popup-block.white-popup-block .popup-modal-dismiss {
	top: 47px;
	right: 17px;
}

.white-popup-block .popup-modal-dismiss {
	position: absolute;
	top: 47px;
	right: 47px;
	z-index: 999;
}

.owl-carousel {
	overflow: hidden;
}

.arrow-center > .owl-nav > .owl-prev,
.arrow-center > .owl-nav > .owl-next,
.arrow-center.large-arrow > .slick-prev,
.arrow-center.large-arrow > .slick-next,
.arrow-center > .slick-prev,
.arrow-center > .slick-next {
	background-color: rgba(255, 255, 255, 0.67);
	padding: 35px;
	background-size: 18px;
	border-radius: 100%;
	width: 111px;
	height: 111px;
	background-image: url('images/eighteen-left-black.png');
}

.page-template-hotel-gallery-2019 .gallery-popup-block.white-popup-block .popup-modal-dismiss {
	top: 15px;
	right: calc(50% - 30px);
	position: fixed;
	z-index: 9999
}

.page-template-hotel-gallery-2019 .gallery-popup-block.white-popup-block .popup-modal-dismiss img {
	transition: all 0.3s ease-in-out;
	height: 50px;
}

.page-template-hotel-gallery-2019 .gallery-popup-block.white-popup-block .popup-modal-dismiss:hover img {
	transform: scale(1.2, 1.2);
}

.page-template-hotel-gallery-2019 .mfp-arrow-right:after,
.page-template-hotel-gallery-2019 .mfp-arrow-right:before,
.page-template-hotel-gallery-2019 .mfp-arrow-left:after,
.page-template-hotel-gallery-2019 .mfp-arrow-left:before {
	border-color: transparent;
}

.arrow-center > .owl-nav > .owl-prev,
.arrow-center.large-arrow > .slick-prev,
.arrow-center > .slick-prev {
	left: -55px;
	background-position: 69% center;
	min-width: initial
}

.arrow-center > .owl-nav > .owl-next,
.arrow-center.large-arrow > .slick-next,
.arrow-center > .slick-next {
	right: -55px;
	background-position: 69% center;
	min-width: initial;
}

.gallery-popupslider figure {
	position: relative;
	display: inline-block;
	padding-top: 60px;
	padding-bottom: 60px;
}

.gallery-popupslider figure > figcaption {
	position: absolute;
	bottom: 45px;
	left: 15px;
	font-size: 30px;
	font-style: italic;
	color: #000;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 8px 53px 5px 27px;
	letter-spacing: 0px;
}

.page-template-hotel-gallery-2019 img.mfp-img {
	padding: 80px 0;
}

.page-template-hotel-gallery-2019 .mfp-figure:before,
.page-template-hotel-gallery-2019 .mfp-figure:after {
	top: 0;
	bottom: 0;
	height: 0;
	width: 0;
	display: none;
	background: transparent;
	box-shadow: none;
}

.page-template-hotel-gallery-2019 .mfp-arrow:hover {
	background-color: #202020;
	border: 1px solid #202020;
}

.page-template-hotel-gallery-2019 .mfp-bottom-bar {
	margin-top: -70px;
}

.page-template-hotel-gallery-2019 .mfp-content .mfp-title {
	bottom: 0;
	font-style: normal;
	width: 100%;
	background-color: transparent;
	color: #BC955C;
	letter-spacing: 0px;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	padding: 10px 0;
	text-align: center;
}

.page-template-hotel-gallery-2019 .mfp-close-btn-in .mfp-close {
	display: block;
	width: 100%;
	margin: 5px auto 0;
	text-align: center;
	right: unset;
	padding-right: 0;
	height: auto;
	cursor: pointer;
}

.page-template-hotel-gallery-2019 .mfp-close-btn-in .mfp-close:hover {
	background-color: transparent;
	border: none;
}

.page-template-hotel-gallery-2019 .mfp-close img {
	height: 90px;
    width: auto;
	transition: transform 0.3s ease-in-out;
}

.page-template-hotel-gallery-2019 .mfp-close img:hover {
	height: 90px;
	transform: scale(1.2, 1.2);
}

/* building popup */
.building-popup {
	max-width: inherit;
	width: auto;
	margin: 0 auto;
}

.building-popup.white-popup-block .popup-modal-dismiss {
	top: 75px;
	right: 45px;
}

/* gallery-boxs */
/* darling-suite */
.darling-suite-page {
	padding-bottom: 30px;
}

.darling-suite-description {
	margin-bottom: 44px;
}

.description-ul {
	margin-top: 21px;
	display: inline-block;
	vertical-align: top;
	width: 34.6%;
	float: left;
}

.description-ul > li {
	text-align: center;
	margin-right: 30px;
}

.description-ul > li:last-of-type {
	margin-right: 0px;
}

.description-ul > li > figure img {
	margin-bottom: 5px;
}

.description-ul > li > figure > a {
	display: block;
}

.reserve-suite {
	background-color: #474f58;
	padding: 24px 42px 24px 41px;
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 65.4%;
}

.reserve-suite > h3 {
	font-size: 34px;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	color: #fff;
	padding: 9px 29px 8px 29px;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
}

.reserve-suite .btn {
	min-width: 195px;
}

.reserve-suite > h3.block-line:before,
.reserve-suite > h3.block-line:after {
	border: 1px solid #91959b;
	width: 11px;
}

.reserve-suite > .btn-set {
	display: inline-block;
	vertical-align: middle;
	margin-left: 43px;
}

.darling-suite-info {
	margin-top: 45px;
}

.darling-suite-info > ul {
	column-count: 3;
	column-gap: 16px;
	break-inside: avoid;
}

.darling-suite-info > ul > li {
	list-style: none;
}

.description-ul > li,
.darling-suite-info > ul > li {
	color: #000;
}

/* darling-suite */
/* southport loaction */
.southport-loaction-page {
	padding-bottom: 30px;
}

.southport-loaction-page > figure,
.southport-loaction-page > h5 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
}

.southport-loaction-page > figure,
.gallery-page .overview-cnt.southport-loaction-page > h5 {
	margin-bottom: 20px;
}

.gallery-page .overview-cnt.southport-loaction-page > h5 {
	margin-left: 11px;
}

.southport-title > img,
.southport-title > h5 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
}

.southport-title > img,
.southport-title > h5 {
	margin-right: 11px;
	margin-bottom: 15px;
}

.southport-loaction-cnt {
	width: 56%;
	float: left;
}

.southport-loaction-img {
	width: 44%;
	float: left;
}

.southport-cntinnr {
	padding-right: 5%;
}

.southport-cntinnr > hr {
	margin-bottom: 22px;
}

.southport-title > h5 {
	font-weight: 400;
}

.southport-loaction-img > figure > img {
	margin-top: 20%;
}

.southport-cntinnr ul > li:before {
	background-color: #303030;
}

.southport-cntinnr strong {
	color: #BC955C;
}

table {
	border-top: 1px solid #BC955C;
	border-left: 1px solid #BC955C;
}

table,
table > thead > tr > th,
table > tbody > tr > td {
	border-bottom: 1px solid #BC955C;
	border-top: 1px solid #BC955C;
}

table > thead > tr > th,
table > tbody > tr > td {
	border-right: 1px solid #BC955C;
	padding: 17px 15px 15px 21px;
	vertical-align: top;
	line-height: 1.45;
}

.southport-cntinnr table > thead > tr > th > strong,
.southport-cntinnr table > tbody > tr > td > strong {
	color: #303030;
	text-transform: capitalize;
}

table > thead > tr > th:nth-child(4n+1) {
	width: 96px;
}

table > thead > tr > th:nth-child(4n+2) {
	width: 209px;
}

table > thead > tr > th:nth-child(4n+3) {
	width: 223px;
}

table > thead > tr > th:nth-child(4n+4) {
	width: 237px;
}

.southport-reserve {
	margin-top: 28px;
	background-color: #474f58;
	padding: 39px 39px 39px 28px;
	text-align: center;
}

.southport-reserve-innr {
	padding-top: 18px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

.southport-reserve-innr > h4 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	margin-bottom: 18px;
}

.southport-reserve-innr .btn {
	min-width: 183px;
}

.southport-reserve-innr.block-line:before,
.southport-reserve-innr.block-line:after {
	border: 1px solid #BC955C;
}

/* southport loaction */
/* 404 page */
section.error-404 > figure {
	position: relative;
}

section.error-404 > figure > figcaption {
	position: absolute;
	top: 32%;
	right: 20%;
	left: auto;
}

.error-msg-ul > li {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 20px;
}

.error-msg-ul > li:first-of-type {
	border-right: 10px solid #fff;
	margin-right: 20px;
	padding-right: 27px;
}

.contact-team > h1 {
	font-size: 182px;
	color: #fff;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0px;
	line-height: 0.8;
	text-transform: uppercase;
}

.contact-team .btn {
	min-width: 335px;
}

.page-notfound > h2 {
	font-size: 68px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0px;
	line-height: 1.07;
}

/* 404 page */
/* blog listing page */
.catogory-ul {
	margin-left: 2px;
}

.catogory-ul > li {
	width: 33.29%;
	margin-left: -2px;
	vertical-align: top;
	position: relative;
}

.mediayear-list .catogory-ul > li {
	width: 19.9%;
	margin-bottom: 5px;
}

.catogory-ul > li > a {
	background-image: url('images/menu-cart-white.png');
	background-size: 19px;
	background-position: 94% center;
	background-repeat: no-repeat;
	padding: 9px 22px 8px 22px;
	display: block;
	font-size: 32px;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	background-color: #BC955C;
}

.catogory-ul > li > a:hover {
	background-color: #484f59;
	color: #BC955C;
}

.sub-cat-ul {
	position: absolute;
	top: 100%;
	left: 0px;
	min-width: 907px;
	z-index: 99;
	border-top: 1px solid #fff;
	background-color: #484f59;
	padding: 34px 15px 22px 25px;
	display: none;
}

.catogory-ul > li:last-of-type .sub-cat-ul,
.mediayear-list .catogory-ul > li:nth-child(5n+4) .sub-cat-ul {
	left: auto;
	right: 0;
}

.sub-cat-ul > li {
	vertical-align: top;
	width: 48%;
	line-height: 1.3;
}

.sub-cat-ul > li:nth-child(odd) {
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #6c737b;
}

.sub-cat-ul-info > li {
	margin-bottom: 10px;
}

.sub-cat-ul-info > li > a {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	color: #fff;
}

.sub-cat-ul-info > li > a:hover {
	color: #BC955C;
}

.blog-listing-page {
	padding-top: 54px;
	padding-bottom: 51px;
}

.blog-listing-innr {
	margin-top: 43px;
}

.blog-listing-innr > .row {
	margin-left: -9px;
	margin-right: -9px;
}

.blog-listing-innr .col {
	width: 33.33%;
	padding-left: 9px;
	padding-right: 9px;
}

.blog-box {
	display: block;
	text-align: left;
	margin-bottom: 17px;
}

.blog-box > figure {
	height: 100%;
}

.blog-box:hover figure.bg-overlay:before {
	background-color: rgba(177, 136, 80, 0.22);
}

.blog-box figure.bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.blog-box figure > figcaption {
	position: relative;
	z-index: 9;
	padding-left: 23px;
	padding-bottom: 24px;
	padding-top: 78%;
	padding-right: 10px;
}

.blog-box h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	font-weight: 400;
	margin-bottom: 9px;
}

.blog-box h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 0px;
}

/* blog listing page */
/* blog details page */
.blogdtl-thum {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.blogdtl-thum > figcaption {
	position: absolute;
	bottom: 18px;
	right: 19px;
}

ul.blog-social > li {
	margin-left: 10px;
}

ul.blog-social > li:first-of-type {
	margin-left: 0px;
}

.blog-dtl-innr {
	margin-top: 43px;
}

.blog-dtl-innr h1,
.blog-dtl-innr h2 {
	/* display: inline-block; */
}

.blog-dtl-innr .blogdtl-thum {
	float: right;
	margin-left: 15px;
}

.blog-dtl-innr .col {
	width: 50%;
}

.blog-dtl-innr .col:first-of-type {
	padding-right: 30px;
}

.blog-dtl-innr .col:last-of-type {
	padding-left: 30px;
}

.blog-dtl-innr h1 {
	color: #303030;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	margin-bottom: 14px;
	clear: none;
}

.blog-dtl-innr h2 {
	color: #303030;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	font-style: italic;
    clear: none;
}

.blog-dtl-innr .btn-outline {
	color: #474f58;
	border: 4px solid #474f58;
	letter-spacing: -0.5px;
	font-size: 19px;
	padding: 20px 27px 17px 29px;
}

.blog-dtl-innr .btn-outline > .fa {
	margin-left: 11px;
	font-size: 27px;
	font-weight: bold;
	display: inline-block;
	vertical-align: text-bottom;
}

.blog-dtl-innr .btn-outline:hover {
	color: #fff;
}

.blog-dtl-innr .btn-set {
	padding-top: 24px;
}

.blog-dtl-innr h5 {
	margin-bottom: 17px;
}

.footer-option {
	background-color: #727c87;
}

.footer-option.blog-related {
	background-color: #596068;
}

.blog-related .virtual-tour-option {
	border: 0px;
	padding-top: 39px;
	padding-bottom: 50px;
}

.blog-related .virtual-tour-option-box {
	text-align: left;
	padding: 32px 15px 13px 25px;
}

.blog-related .virtual-tour-option-box > h3 {
	font-size: 36px;
}

.blog-related .virtual-tour-option-box.block-left:after {
	width: 25px;
}

.blog-related ul {
	margin-top: 12px;
}

.blog-related ul > li {
	padding-left: 26px;
	margin-bottom: 10px;
}

.blog-related ul > li > a {
	color: #fff;
}

/* blog details page */
/* footer section */
.subscribe-footer {
	background-color: #BC955C;
	padding-top: 31px;
	padding-bottom: 29px;
}

.subscribe-footer.swd-black-bg {
	background: rgb(34, 34, 34) !important;
	background: -moz-linear-gradient(90deg, rgba(34, 34, 34, 1) 0%, rgba(85, 85, 85, 1) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(34, 34, 34, 1) 0%, rgba(85, 85, 85, 1) 100%) !important;
	background: linear-gradient(90deg, rgba(34, 34, 34, 1) 0%, rgba(85, 85, 85, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222", endColorstr="#555555", GradientType=1) !important;
}

.swd-white-text {
	color: #FFF;
}

.subscribe-innr {
	max-width: 1055px;
	margin: 0 auto;
	padding: 15px 0 8px 0;
}

.subscribe-innr > h3 {
	font-size: 38px;
	font-weight: 100;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 13px;
	letter-spacing: 0.4px;
}

.subscribe-innr .btn-sec > .btn {
	min-width: 329px;
}

.subscribe-innr.block-line:before,
.subscribe-innr.block-line:after {
	border-color: rgba(255, 255, 255, 0.5)
}

#footer {
	padding-top: 76px;
	padding-bottom: 35px;
}

#footer ul > li {
	padding-left: 0px;
}

#footer ul li::before {
	content: '';
	display: none;
}

#footer ul.menu {
	margin-top: 0px;
	margin-bottom: 48px;
}

#footer .flex-item .menu-footer-sydney-menu-container:last-of-type ul.menu {
	margin-bottom: 0px;
}

#footer ul.menu > li:first-of-type > a {
	position: relative;
	margin-bottom: 13px;
	display: block;
}

#footer ul.menu > li:first-of-type > a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	width: 57px;
	height: 1px;
	background-color: #474f58;
}

#footer ul.menu > li:first-of-type > a {
	font-size: 13px;
	text-transform: uppercase;
	color: #474f58;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.7px;
	padding-bottom: 4px;
}

#footer ul.sub-menu > li > a {
	font-size: 12px;
	color: #474f58;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

#footer ul.sub-menu > li > a:hover {
	color: #BC955C;
}

#footer .flex-item {
	display: flex;
	width: 20%;
	padding-left: 65px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	margin-left: -1px;
}

#footer .flex-item:last-of-type {
	border-right: 1px solid #eaeaea;
}

.flex-wrrap-div {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer-logo-list {
	margin: 0px;
}

.footer-logo-list > li,
.guarantee-ul > li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0px;
	margin-right: 51px;
}
/*
.footer-logo-list li:first-of-type a img {
	height: 89px;
}*/

.footer-logo-list > li > a,
.guarantee-ul > li > a {
	display: block;
}

.footer-logo-list > li:last-of-type {
	margin-right: 0px;
}

.footer-logo-list > li:before,
.guarantee-ul > li:before {
	display: none;
}

.guarantee-ul {
	margin: 0px;
}

.guarantee-ul > li {
	margin-right: 0px;
	margin-left: 36px;
	vertical-align: bottom;
}

.guarantee-ul > li:first-of-type {
	margin-left: 0px;
}

.back-top {
	text-align: center;
}

.back-top > a,
.back-top > a > p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	line-height: 1.1;
	display: block;
	text-transform: uppercase;
}

.back-top > a > .fa {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.copy-right .flex-container {
	align-items: flex-start;
}

.copy-right .flex-container .flex-item.leftside-copy {
	width: 70%;
}

.copy-right .flex-container .flex-item.rightside-copy {
	width: 30%;
}

.copy-text {
	opacity: 0.45;
	margin-top: 41px;
	margin-bottom: 125px;
}

.copy-text > p,
.copy-text > p > a {
	color: #474f58;
	font-size: 12px;
	line-height: 1.5;
}

/* footer section */
/* offer popup */
.form-offer {
	float: left;
	width: 50%;
}

.tearms-offer {
	float: right;
	width: 50%;
}

.form-offer {
	padding-right: 19px;
}

.tearms-offer {
	padding-left: 19px;
}

.offer-popup-innr {
	width: 1240px;
	border: 1px solid #cdcdcd;
	margin: 0 auto;
	padding-top: 97px;
	padding-left: 111px;
	padding-right: 70px;
	padding-bottom: 103px;
}

.form-offer .form-ul label,
.form-offer .form-ul .wpcf7-radio {
	font-size: 13px;
	color: #303030;
}

.form-offer .form-ul .wpcf7-radio {
	margin-bottom: 18px;
	display: block;
}

.form-offer .form-ul .wpcf7-radio .wpcf7-list-item {
	margin-right: 35px;
}

.form-offer .form-ul .wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 12px;
	color: #a4a3a3;
	margin-right: 10px;
}

.form-ul .wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 13px;
}

.form-offer .form-ul input[type="radio"] {
	margin-right: 3px;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.form-offer .form-ul input[type="checkbox"] {
	display: inline-block;
	vertical-align: -2px;
}

.tearms-offer > h2 {
	font-size: 60px;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	color: #BC955C;
	margin-bottom: 9px;
	line-height: 0.7;
	margin-bottom: 11px;
}

.tearms-offer > h4 {
	font-size: 20px;
	font-weight: 200;
	color: #BC955C;
	margin-bottom: 0px;
}

.tearms-offer ul {
	margin-top: 31px;
	padding-top: 9px;
	padding-left: 17px;
	padding-bottom: 17px;
	margin-bottom: 29px;
}

.tearms-offer ul.block-left:after {
	width: 11px;
}

.tearms-offer ul.block-line:before {
	display: none;
}

.tearms-offer ul.block-line:before,
.tearms-offer ul.block-line:after {
	border: 1px solid #000;
}

.tearms-offer ul > li {
	font-size: 20px;
	color: #000;
	font-weight: 300;
	position: relative;
	padding-left: 28px;
}

.tearms-offer ul > li:before {
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	top: 10px;
	background-size: contain;
	width: 18px;
	height: 14px;
	background-color: transparent;
}

.offer-popup-innr.white-popup-block .popup-modal-dismiss {
	top: 25px;
	right: 25px;
}

div.wpcf7-validation-errors {
	display: none !important;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
	margin: 15px 0 0 0;
	padding: 10px;
}

.mb-display-img {
	display: none;
}

.fileupload {
	position: relative;
}

input.txtbox {
	padding-right: 115px;
}

.fileupload .wpcf7-form-control-wrap {
	position: static;
	width: 100%;
	z-index: 1;
}

.fileupload .wpcf7-form-control-wrap input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
	height: 49px;
	opacity: 0;
	width: 100%;
}

.fileupload a {
	position: absolute;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #474f58;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	width: 100px;
	height: 49px;
	padding: 12px;
	text-align: center;
}

.page-numbers {
	padding: 8px;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	border: 1px solid #d0d0d0;
	width: 47px;
	height: 47px;
	display: inline-block;
	text-align: center;
	margin-left: -4px;
	border-right: 0px;
}

.page-numbers:last-of-type {
	border-right: 1px solid #d0d0d0;
}

.pagination-count {
	float: left;
}

nav.navigation {
	width: 100%;
	text-align: left;
	background-color: transparent;
	margin-top: 3px;
}

.diplay-count {
	float: right;
}

.diplay-count h6 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	margin-right: 15px;
}

.diplay-count form {
	display: inline-block;
	vertical-align: middle;
}

.diplay-count select {
	width: 83px;
	min-width: 83px;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	border: 1px solid #d0d0d0;
	height: 47px;
	background-position: 74% center;
	background-image: url(images/menu-cart.png);
	padding-left: 21px;
	background-image: url('images/menu-cart.png')
}

.single-pagi {
	margin-top: 58px;
	text-align: right;
}

.single-pagi a {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	border: 1px solid #d0d0d0;
	padding: 6px 15px 6px 7px;
	margin-left: -5px;
}

.single-pagi a:hover {
	background-color: #BC955C;
	color: #fff;
	border: 1px solid #BC955C;
}

.single-pagi > span:last-of-type a {
	padding: 6px 15px 6px 20px;
}

.single-pagi a .fa {
	font-size: 19px;
	margin: 0 4px;
}

#sync3 {
	margin-bottom: 1px;
}

#sync3 .item figure {
	padding-bottom: 38.5%;
}

#sync4 .item figure {
	padding-bottom: 58.5%;
}

/* rating starts */
.rating-hidden {
	display: none;
}

.rating-dtl {
	font-size: 11px;
	margin-bottom: 15px;
}

.c-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 7px 0 9px 0;
	padding: 0;
}

.c-rating > li:before {
	display: none;
}

.c-rating__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 24px;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	background: url(images/stars.svg);
	cursor: pointer;
}

.c-rating__item.is-active,
.c-rating__item:hover {
	background-position: -24px 0;
}

h2.screen-reader-text {
	display: none;
}

.mfp-close-btn-in .mfp-close {
	display: none;
}

.tablet-div {
	display: none;
}

.select-custom {
	position: relative;
}

.select-custom ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #b5b5b5;
	margin: 0px;
	min-width: 250px;
	z-index: 9;
}

.select-custom ul > li {
	cursor: pointer;
}

.select-custom ul > li:hover {
	color: #BC955C;
}

.select-custom ul > li:before {
	display: none;
}

.select-custom .select-title {
	font-size: 13px;
	border: 1px solid #b5b5b5;
	border-radius: 0;
	padding: 18px 14px;
	line-height: 1;
	min-width: 100%;
	width: 100%;
	height: 49px;
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: url(images/caret.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select-custom ul li .region,
.select-custom ul.open li.active .region {
	font-weight: bold;
	margin-left: 7px;
	color: #BC955C;
}

.select-custom ul li .location,
.select-custom ul.open li.active .location {
	margin-left: 14px;
}

.owl-height {
	-webkit-transition: none !important;
	transition: none !important;
}

#sync2 .owl-carousel .owl-stage-outer {
	overflow: inherit;
}

#building-modal.white-popup-block {
	background-color: transparent;
}

#building-modal figure {
	padding-top: 30px;
	padding-bottom: 30px;
}

#building-modal figure > img {
	width: auto;
	border: 15px solid #fff;
}

.hotel-places-box-innr .col:last-of-type.single {
	width: 33.33%;
}

.col.single .resorved-direct {
	padding-left: 5%;
	padding-right: 5%;
}

/* elevate page design */
.elevate-rewards {
	padding: 25px 0 17px 0;
}

.elevate-rewards-innr h2 {
	font-size: 40px;
	color: #303030;
	letter-spacing: -1px;
	padding-bottom: 35px;
}

.elevate-rewards-innr ul.round-check {
	column-count: 3;
	column-gap: 30px;
}

.elevate-rewards-cnt {
	width: 50%;
}

.elevate-rewards-cnt p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 25px;
	margin-bottom: 0px;
}

.three-packegs .flex-container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	align-items: flex-end;
	margin-top: 0px !important;
	margin-bottom: 40px;
}

.three-packegs .flex-item {
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
}

.three-packegs .flex-item:nth-child(3n+3) .packegs-boxs {
	padding-top: 72px;
}

.packegs-boxs {
	text-align: right;
	padding: 61px 35px 0px 23px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	z-index: 99;
	background-size: cover;
}

.packegs-price {
	font-size: 30px;
	font-weight: bold;
	padding: 0 0px 27px 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.three-packegs .flex-item:nth-child(3n+3) .packegs-type {
	margin-bottom: 26px;
}

.three-packegs .flex-item:nth-child(3n+1) .gift-card {
	margin-top: 0px;
}

.gift-card {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
	margin-top: 13px;
}

.packegs-price > span {
	font-size: 100px;
	display: block;
	line-height: 97%;
	font-weight: bold;
	margin-top: 8px;
}

.packegs-price > small {
	font-size: 18px;
}

.packegs-price sup {
	font-size: 40px;
	top: -1.4em;
	font-weight: 400;
	right: -5px;
}

.packegs-details {
	padding-top: 0px;
	width: 100%;
}

.packegs-type {
	padding-top: 14px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 100%;
	padding-bottom: 26px;
	margin-bottom: 17px;
	letter-spacing: 0.55px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.packegs-type > span {
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.packegs-details p > small {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	display: block;
	letter-spacing: -1px;
	padding-bottom: 25px;
	padding-right: 25px;
}

.three-packegs .flex-item:nth-child(3n+2) .packegs-details > ul {
	padding-bottom: 28px;
}

.three-packegs .flex-item:nth-child(3n+3) .packegs-details > ul {
	padding-bottom: 18px;
}

.packegs-details > ul {
	padding-bottom: 64px;
}

.packegs-details > ul > li {
	line-height: 18px;
}

.packegs-details > ul > li > small {
	width: 100%;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0px;
}

.packegs-details > ul > li > small > span {
	margin-right: 14px;
	text-align: left;
}

.benefits-elevat {
	position: relative;
	background: #ecebeb;
	margin-top: -300px;
	padding-top: 200px;
}

.benefits-elevat-innr {
	padding: 80px 0;
}

.benefits-elevat-innr > h3 {
	font-size: 40px;
	color: #303030;
	text-align: center;
	letter-spacing: -1px;
	padding-bottom: 35px;
}

.benefits-list {
	margin-left: -15px;
	margin-right: -15px;
}

.benefits-list > ul {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
	padding-bottom: 2em;
}

.benefits-list > ul > li {
	position: relative;
	padding-left: 35px;
	text-: left;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 20px;
}

.benefits-list > ul > li > img {
	position: absolute;
	left: 0;
	top: 0;
}

.benefits-elevat-innr h6 {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 25px;
	text-align: center;
	font-weight: 400;
}

.elevat-footer {
	background-color: #212424;
	padding: 80px 0;
}

.elevat-footer p {
	color: #919191;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
}

.elevat-footer p > strong {
	color: #fff;
}

.elevat-form {
	padding: 23px 0 146px;
}

.elevat-form .elevat-form-innr {
	padding-top: 80px;
	padding-bottom: 80px;
}

.elevat-form .form-ul > li.half {
	width: 49.7%;
}

.elevat-form .form-ul > li input,
.elevat-form .form-ul > li textarea {
	border: 0px;
	height: auto;
	padding: 23px 28px 20px;
}

.elevat-form .form-ul > li.btn-set {
	text-align: center;
}

.elevat-form h2 {
	color: #fff;
	font-size: 55px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	line-height: normal;
	letter-spacing: -1px;
	padding-bottom: 35px;
}

/* elevate page design */
.bpay-form > input[type="text"],
.manage_reservation > input[type="text"],
.manage_reservation > input[type="email"] {
	width: 197px;
	min-width: 197px;
	display: inline-block;
	vertical-align: middle;
}

.bpay-form > input[type="submit"],
.manage_reservation > input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	margin-left: -4px;
	width: auto;
	min-width: inherit;
	padding-left: 25px;
	padding-right: 25px;
}

#bpayTable {
	margin-top: 20px;
	border-top: 0px;
	border-bottom: 0px;
}

.ui-widget-header .ui-icon {
	background-repeat: no-repeat;
	background-size: contain;
	height: 13px;
	width: 13px;
	z-index: 9999;
	background-position: center center;
	cursor: pointer;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.ui-widget-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	display: block;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
	top: 2px;
	display: block;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-indent: 0.1;
	text-overflow: '';
}

select::-ms-expand {
	display: none !important;
}

#footer ul.sub-menu > li.language-icon > a {
	font-size: 0px;
	background-image: url('images/language-img.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 24px;
	display: inline-block;
}

.best-img {
	position: absolute;
	left: 50%;
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
}

.hotelroom-icons {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #BC955C;
	border-bottom: 1px solid #BC955C;
	text-align: center;
	margin-bottom: 15px;
}

.hotelroom-icons > ul {
	margin-bottom: 0px;
}

.hotelroom-icons.four > ul > li {
	width: 23%;
	display: inline-block;
}

.hotelroom-icons > ul > li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 3px;
	padding-right: 3px;
}

.hotelroom-icons > ul > li:before {
	display: none;
}

.hotelroom-icons > ul > li > figure {
	line-height: 0;
}

.hotel_overview:after {
	content: "";
	display: table;
	clear: both;
}

.hotel_overview .left {
	float: left;
	width: 80%;
}

.hotel_overview .right {
	float: right;
	width: 18%;
	margin-left: 2%;
}

.cdsROW {
	width: auto !important;
}

.cdsROW.wide {
	height: 120px !important;
}

.hotel_overview {
	overflow: hidden;
}

.cdsROW.wide .cdsROWContainer .cdsComponent {
	max-width: inherit !important;
	width: 100%;
	display: block !important;
	margin: 12px auto !important;
	text-align: left !important;
	margin-bottom: 10px !important;
	height: auto !important;
	padding: 0px !important;
}

.cdsROW.wide .logo {
	border-right: 0px !important;
	padding: 0px !important;
}

.cdsROW.wide .cdsLocName {
	text-align: left !important;
}

.arrow-center > .slick-prev,
.arrow-center > .slick-next {
	background-repeat: no-repeat;
	font-size: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	padding: 0;
	margin-top: 0px;
	border: none;
}

.arrow-center > .slick-prev:hover,
.arrow-center > .slick-next:hover {
	opacity: 0.7;
}

.arrow-center > .slick-next {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.arrow-center.large-arrow > .slick-prev.disabled,
.arrow-center.large-arrow > .slick-next.disabled {
	display: none;
}

.penthouse-virtual iframe {
	width: 100%;
	height: 450px;
}

body.add-view-more #sync4 {
	padding-right: 16%;
}

body.add-view-more #sync4.arrow-center > .slick-next {
	right: 13%;
}

.penthouse-thumb-slider {
	position: relative;
}

.virtual-img-pent {
	width: 16%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 99;
}

.virtual-img-pent a {
	display: block;
	padding-bottom: 51.2%;
	position: relative;
}

.virtual-img-pent a img {
	display: block !important;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	left: 50%;
}

.on-your-marks .flex-container {
	margin-left: -15px;
	margin-right: -15px;
}

.on-your-marks .flex-item {
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
}

.on-your-marks {
	margin-top: 24px;
	margin-bottom: 75px;
}

.marks-cnt h2 {
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 26px;
	display: inline-block;
}

.marks-cnt h2:after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 63%;
	left: 0px;
	height: 1px;
	background-color: #BC955C;
}

.marks-cnt p > strong {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.1;
}

.marks-cnt p > small {
	font-size: 12px;
	color: rgba(48, 48, 48, 0.58);
}

.gold-coast-map {
	position: relative;
	height: 100%;
}

.gold-coast-map h3 {
	padding-top: 20px;
	padding-bottom: 12px;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0px;
	background-color: #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
}

.gold-coast-map h3 {
	font-size: 30px;
	font-weight: 100;
	color: #474f58;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0px;
}

.gold-coast-map h3 > strong {
	font-weight: bold;
}

.plan-games {
	background-color: #edecec;
	padding-top: 36px;
	padding-bottom: 31px;
}

.plan-games-innr > h2 {
	font-size: 60px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	text-align: center;
	margin-bottom: 53px;
}

.plan-games-innr > h2 small {
	display: block;
	font-size: 20px;
	font-weight: 100;
	margin-top: 5px;
	text-transform: initial;
}

.southpor-games .flex-item:first-of-type {
	width: 34.5%;
}

.southpor-games .flex-item:last-of-type {
	width: 65.5%;
}

.southpor-games .hotel-place-img {
	padding-bottom: 43.25%;
}

.southpor-gamescnt {
	padding-left: 34px;
}

.southpor-gamescnt h3 {
	display: inline-block;
	font-size: 36px;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 25px;
}

.southpor-gamescnt .line-bottom:after {
	width: 100%;
}

.southpor-gamescnt h6 {
	font-size: 20px;
	font-weight: 300;
}

.plan-games-innr hr {
	width: 100%;
	margin-top: 9px;
	margin-bottom: 58px;
}

.reverse-games .flex-item:first-of-type {
	order: 2;
}

.reverse-games .southpor-gamescnt {
	padding-left: 0px;
	padding-right: 34px;
}

.brisbane-hotels {
	background-color: #c6c6c6;
	padding-top: 43px;
	padding-bottom: 60px;
}

.brisbane-hotels-innr h2 {
	margin-bottom: 36px;
}

.brisbane-hotels-innr .flex-container {
	margin-left: -10px;
	margin-bottom: -10px;
	justify-content: center;
}

.brisbane-hotels-innr .flex-item {
	padding-left: 10px;
	padding-right: 10px;
	width: 25.45%;
}

.brisbane-hotels-innr h2 {
	font-size: 60px;
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}

.brisbane-hotels-innr .btn {
	padding: 18px 10px 17px 10px;
}

.reserve-now {
	background-color: #BC955C;
	text-align: center;
	padding: 40px 55px;
}

.reserve-now .subscribe-innr {
	padding: 15px 0 15px 0;
}

.reserve-now h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 100;
	color: #fff;
	padding: 3px 10px 0 14px;
}

.reserve-now .btn {
	min-width: 178px;
}

.flip-clock-wrapper ul li {
	padding-left: 0px;
}

.flip-clock-wrapper ul li:before {
	background-color: transparent;
}

.flip-clock-divider.minutes .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label,
.flip-clock-divider.hours .flip-clock-label {
	right: auto;
	left: 4px;
}

.flip-clock-divider {
	width: 5px;
}

.flip-clock-divider .flip-clock-dot {
	display: none;
}

.flip-clock-wrapper ul {
	border-radius: 0px;
	margin: 0px;
	width: 40px;
	height: 81px;
}

.flip-clock-wrapper ul li a div div.inn,
.flip-clock-wrapper ul li a div.down {
	border-radius: 0px;
}

.flip-clock-wrapper ul li a div div.inn {
	background-color: #fff;
	text-shadow: none;
	font-weight: 100;
	color: #474f58;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
}

.flip-clock-wrapper ul li a div.up:after {
	display: none;
}

.count-down {
	padding: 50px 30px;
	background-color: #475059;
	border-bottom: 1px solid #fff;
}

.count-down h4 {
	font-size: 36px;
	color: #BC955C;
	letter-spacing: 0px;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 3px;
}

.count-down p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.flip-clock-divider .flip-clock-label {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.flip-clock-divider {
	float: none;
}

.flip-clock-wrapper ul {
	float: none;
	display: inline-block;
}

.flip-clock-wrapper {
	margin: 0px;
	padding-bottom: 25px;
}

.flip-clock-divider .flip-clock-label {
	bottom: -30px;
	top: auto;
	left: 0px;
	right: auto;
}

.languegs-drop {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	text-align: right;
	margin-left: 10px;
	text-transform: uppercase;
}

.sbHolder {
	background-color: #ececec;
	border: 0px;
	outline: none;
	font-family: 'Montserrat', sans-serif;
}

.sbHolder:hover,
.sbHolder:focus {}

.sbSelector > a {
	color: #333;
}

.sbOptions a {
	border-bottom: none;
	color: #333;
}

.sbOptions {
	background-color: #dddbdc;
	border: 0px;
}

.sbOptions a:link,
.sbOptions a:visited {
	color: #333;
}

.sbOptions a:link:hover,
.sbOptions a:visited:hover {
	color: #fff;
}

.sbOptions li img {
	width: 18px;
	padding: 0px;
	float: none;
	margin-right: 5px;
}

.sbOptions li a {
	text-align: right;
	padding-right: 5px;
}

.sbSelector a img {
	margin-right: 5px;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
	background: #BC955C;
}

.sbOptions li {
	text-align: right;
	position: relative;
	list-style: none;
}

.sbOptions li:first-child {
	display: none;
}

.sbSelector > img {
	margin-right: 5px;
}

.sbToggle {
	display: none;
}

.custom-drop-text {
	font-size: 12px;
	margin-left: 40px;
}

.languegs-drop a {
	text-align: left;
}

.hotel-place-img h3 span {
	font-size: 30px;
}

a.logo {
	padding-top: 0 !important;
}

.inner-banner-cnt img {
	display: block;
	margin: 10px auto 0 auto;
}

.trip-advisor-main {
	align-items: center;
	display: inline-block;
	width: 30%;
	min-width: 300px;
}

.trip-advisor-wid {
	width: 100%;
}

.trip-advisor-right {
	width: 70%;
}

.awards {
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
}

.award-image-hold {
	display: flex;
	flex-wrap: wrap;
}

.award-image-hold-div {
	display: flex;
	flex-wrap: wrap;
	width: 120px;
	justify-content: center;
	text-align: center;
}

.award-image-hold img {
	max-width: 180px;
	max-height: 100px;
	object-fit: contain;
}

.penthouse-content {
	padding: 50px 0;
}

.penthouse-content h1 {
	font-weight: 100;
	font-size: 28px;
	line-height: 1.42;
}

.penthouse-content hr {
	margin: 26px auto;
}

.penthouse-content .container {
	max-width: 1440px;
}

.penthouse-content p:last-of-type {
	margin-bottom: 0px;
}

/* careers page new design */
.career-page-boxs .flex-item img {
	margin-bottom: 10px;
}

.career-page-boxs .flex-item h2 {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

.career-pathsec {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.career-pathsec h1 {
	margin-bottom: 20px;
}

.career-pathsec h5 {
	margin-bottom: 40px;
}

.career-pathsec .flex-container {
	margin-left: -46px;
	margin-right: -46px;
}

.career-pathsec .flex-item {
	width: 33.33%;
	margin-bottom: 54px;
	padding-left: 46px;
	padding-right: 46px;
}

.career-pathsec .flex-item figure > .bg-set {
	padding-bottom: 67%;
}

.career-pathsec .flex-item figcaption {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
}

.career-pathsec .flex-item figcaption h3 {
	text-align: center;
	width: 100%;
	margin-top: 61px;
	margin-bottom: 45px;
}

.career-pathsec .flex-item figcaption ul {
	margin: 0px;
}

/* careers page new design */
/* 28-05 careers page new design */
.career-banner figure {
	height: 342px;
}

.career-golassec {
	background-color: #484f59;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 50px;
}

.career-golasul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.career-golasul > li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 29px;
	margin-right: 30px;
	border-left: 1px solid #7d8288;
}

.career-golasul > li:first-of-type {
	border-left: 0px;
}

.career-golasul > li:before {
	display: none;
}

.career-golasul > li > a {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

.career-golasul > li > a:hover {
	color: #BC955C;
}

.page-template-careers-new {
	background: #fff;
}

.page-template-careers-new .inner-banner {
	background-position: center right;
}

.page-template-careers-new .inner-banner.bg-set.bg-overlay:before {
	display: none;
}

.tab-view-career {
	overflow: hidden;
}

.tab-view-career .resp-tab-content {
	padding: 40px 15px;
	border: 0px;
}

.tab-view-career .resp-tab-content figure {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-view-career .resp-tab-content figure > .bg-set {
	width: 30%;
	padding-bottom: 21%;
}

.tab-view-career .resp-tab-content figure > figcaption {
	width: 70%;
	padding-left: 40px;
}

.tab-view-career .resp-tab-active {
	border: 0px;
	margin-bottom: 0px !important;
}

.tab-view-career .resp-tab-active:before {
	display: none;
}

.tab-view-career .resp-tabs-list {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.tab-view-career .resp-tabs-list:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	background-color: #BC955C;
	width: 100%;
}

.tab-view-career .resp-tabs-list:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	background-color: #BC955C;
	width: 100%;
}

.tab-view-career #horizontalTab {
	background-color: #BC955C;
}

.tab-view-career .resp-tab-active {
	background-color: #BC955C;
}

.tab-view-career .resp-tabs-list > li {
	width: 16%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	padding: 13px 15px !important;
}

.tab-view-career .resp-tabs-list > li > .fa {
	display: block;
	font-size: 30px;
	line-height: 0.5;
}

/* 28-05 careers page new design */
.special-offerboxes .flex-item figure {
	height: 100%;
	background-color: #e6e6e6;
	position: relative;
	padding-bottom: 31%;
}

.special-offerboxes .flex-item figure div.text-center {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.resp-tabs-container .tabview {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	background-color: #BC955C;
}

.resp-tabs-container .tabview:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	background-color: #BC955C;
	width: 100%;
}

.resp-tabs-container .tabview:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	background-color: #BC955C;
	width: 100%;
}

.resp-tabs-container .tabview > h2.resp-accordion {
	background-color: #BC955C;
	font-size: 13px;
	border: 0px;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
	width: 16.66%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	padding: 13px 15px !important;
}

.resp-tabs-container .tabview > h2.resp-accordion > .fa {
	display: block;
}

.resp-tabs-container .resp-arrow {
	display: none;
}

h2.resp-accordion:first-child {
	border-top: 0px !important;
}

h2.resp-tab-active {
	background-color: #BC955C !important;
}

#mobhorizontalTab,
#mobhorizontalTab_gol {
	display: none !important;
}

#horizontalTab,
#horizontalTab_gol {
	display: block !important;
}

#mobhorizontalTab .resp-easy-accordion h2.resp-accordion {
	margin-bottom: 10px;
}

#mobhorizontalTab .resp-tabs-container .resp-arrow {
	display: block;
}

.interest > span,
.interest > span > span > label,
.interest > span > span > label > span,
.interest > span > span > label > input {
	display: inline-block;
	vertical-align: middle;
}

.interest > span > span {
	margin-right: 10px;
}

.career-golassec .resp-tabs-container .tabview > h2.resp-accordion {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

.career-golassec {
	background-color: transparent;
	overflow: hidden;
}

.career-golassec .resp-tabs-container .tabview > h2.resp-accordion {
	background-color: transparent !important;
}

.career-golassec .resp-tabs-container .tabview {
	background-color: #484f59;
	justify-content: center;
	padding-top: 21px;
	padding-bottom: 21px;
}

.career-golassec .resp-easy-accordion .resp-tab-content {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	border: 0;
	padding: 40px 0 0;
}

.career-golassec .resp-easy-accordion .resp-tab-content p:last-child {
	margin-bottom: 0;
}

.career-golassec .resp-easy-accordion .resp-tab-content:last-child {
	border: 0 !important;
}

.hiddenfield,
.hidefield {
	display: none;
}

.hotel-suites-box .btn-set > .btn.full-btn {
	width: 100%;
	float: none;
	min-width: 100%;
}

.hplaces-box .btn-set-place.full-btn > li {
	width: 100%;
	float: none;
	min-width: 100%;
}

/***** 04-09-2018 *****/
.hero-banner-innr .arrow-center > .owl-nav > .owl-prev,
.hero-banner-innr .arrow-center > .owl-nav > .owl-next {
	background-color: transparent;
	background-image: none;
	right: 0px;
	margin-top: 0px;
	padding: 0;
	width: 50px;
	height: 36px;
	-webkit-transform: rotate(0deg) translateY(-50%);
	-moz-transform: rotate(0deg) translateY(-50%);
	-ms-transform: rotate(0deg) translateY(-50%);
	-o-transform: rotate(0deg) translateY(-50%);
	transform: rotate(0deg) translateY(-50%);
}

.hero-banner-innr .arrow-center > .owl-nav > .owl-prev {
	left: 0px;
}

.hero-banner-innr .owl-prev:after {
	content: '\f053';
	font-size: 38px;
	position: relative;
	float: left;
	font-family: FontAwesome;
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0px;
	line-height: 1;
}

.hero-banner-innr .owl-next:after {
	content: '\f054';
	font-size: 38px;
	position: relative;
	float: left;
	font-family: FontAwesome;
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0px;
	line-height: 1;
}

.hero-banner-innr .owl-prev:hover:after,
.hero-banner-innr .owl-next:hover:after {
	color: #BC955C !important;
}

#hero-banner .slider-banner-ctl .h1-custom.block-top:before {
	border: 0px;
}

.slider-banner-ctl {
	padding-bottom: calc(100vh - 212px);
}

.slider-banner-ctl > figcaption {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: auto;
	bottom: 65px;
	padding-left: 55px;
	padding-right: 55px;
	text-align: center;
	transform: none;
}

.slider-banner-ctl .h1-custom > a {
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 300;
}

/*.slider-banner-ctl .h1-custom > a:hover {*/
/*	color: #BC955C;*/
/*}*/
.slider-banner-ctl .h1-custom {
	font-size: 38px;
	font-weight: 200;
	line-height: 1.2;
	margin-bottom: 0px;
	padding: 11px 20px 20px 20px;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.slider-banner-ctl .h1-custom > small {
	font-size: 24px;
	font-family: 'Calibri';
	font-weight: 300;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
	margin-top: 10px;
}

.hero-btn {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #BC955C;
	border: 1px solid #fff;
	padding: 6px 28px 3px 28px;
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;

}

.hero-btn:hover {
	background-color: #474f58;
	border-color: #474f58;
	color: #fff;
}

/* 2020 home page updates */

/* gallery video popup CSS Starts
=========================================*/
.subscribe-footer-new {
	overflow: hidden;
	border-bottom: 2px solid #BC955C;
}

.subscribe-footer-new .flex-container {
	justify-content: space-between;
	align-items: center;
	line-height: 1.66;
}

.subscribe-home {
	padding: 100px 100px 0 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-sfn {
	width: 55%;
	text-align: center;
	background-color: #BC955C;
	padding-top: 17px;
	padding-bottom: 15px;
	position: relative;
}

.btn-metallic:hover {
	background: #BC955C;
}

.btn-sfn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 110px solid #BC955C;
	border-right: 100px solid transparent;
}

.btn-sec a.popup-offer {
	background-image: linear-gradient(to right, #475059, #525a67, #475059) !important;
	border: 1px solid transparent;
}

.home .btn-metallic {
	padding-left: 50px;
	padding-right: 50px;
}

.text-sfn {
	width: 45%;
	text-align: center;
	padding-left: 60px;
}

.home .text-sfn {
	padding-left: 0;
}

.text-sfn > p {
	margin: 0;
	font-size: 33px;
	color: #FFF;
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
}

.subscribe-offer {
	color: white;
	font-size: 26px;
	margin: 0;
	font-weight: 100;
}

.section-spec {
	padding-top: 120px;
	padding-bottom: 100px;
}

.cnt-home-innr {
	column-count: 1;
	column-gap: 60px;
	break-inside: avoid;
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
}

.cnt-home-innr h1 {
	line-height: 1.42;
	font-family: 'Montserrat', 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 34px;
	color: #BC955C;
}

.cnt-home-innr hr {
	margin: 26px auto;
}

.hotelroom-icons > ul > li > strong {
	color: #BC955C;
	font-size: 12px;
	display: block;
	line-height: 1;
	margin-top: 5px;
}

.hotelroom-icons > ul > li > span {
	color: #000;
	font-size: 10px;
	display: block;
	line-height: 1;
}

.hotelroom-icons > ul > li {
	vertical-align: top;
}

.page-id-20567 .inner-banner.bg-set.bg-overlay:before {
	display: none;
}

.hplaces-box .btn-set-place.full-btn > li > a {
	background-color: #BC955C;
	color: #fff;
	border: 1px solid #BC955C;
}

.hplaces-box .btn-set-place.full-btn > li > a:hover {
	color: #fff;
	background-color: #3d4247;
	border: 1px solid #3d4247;
}

/** eminence form page **/
.page-id-22587 .inner-banner.bg-set.bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.3);
}

.page-id-22587 .inner-banner-cnt > .h1-custom.block-top:before {
	border: none !important;
}

.page-id-22587 .inner-banner-cnt.text-center {
	text-align: left;
}

.page-id-22587 .inner-banner-cnt > .h1-custom {
	font-size: 21px;
	width: 50%;
	text-align: left;
	line-height: 1.6;
}

.page-id-22587 .form-cnt-space {
	margin-top: 0;
}

.page-id-22587 .hotel-main-overview {
	background-color: transparent;
}

.page-id-22587 .main-overview-boxs h5 {
	text-transform: uppercase;
	color: #222;
}

.page-id-22587 .hotel-main-overview > .flex-item {
	border-right: none;
	border-bottom: none;
}

.page-id-22587 .hotel-main-overview > .flex-item:nth-child(4n+4),
.page-id-22587 .hotel-main-overview > .flex-item:last-of-type {
	border: none;
}

.page-id-22587 .hotel-main-overview > .flex-item img {
	height: 100px;
	width: auto;
}

.page-id-22587 .hotel-main-overview.flex-container {
	border: none;
}

.page-id-22587 .eminence-headline {
	text-align: center;
	color: #976a4d;
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 20px;
}

.banner-logo-over {
	position: relative;
}

.banner-logo-over img {
	margin-left: 37px;
	max-height: 40px;
    width: auto;
}

.banner-bottom-button-hold {
	position: relative;
	margin-left: 37px;
	padding-top: 10px;
}

.banner-bottom-button-hold a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 21px;
	transition: all 0.2s ease-in-out;
}

.banner-bottom-button-hold a:hover {
	color: #DDD;
	border: 1px solid #DDD;
}

.emin-flex-container {
	background: black;
	align-items: stretch;
}

.emin-flex-parent {
	display: flex;
}

.page-cnt-wrp.form-cnt-space .page-cnt-innr.emin-flex-parent {
	padding-bottom: 0;
}

.emin-left-half {
	width: 50%;
	color: #FFF;
	font-size: 16px;
}

.emin-left-half-contain {
	padding: 60px 30px;
	width: calc(100% - 15px);
	float: right;
}

.emin-right-half {
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-id-22587 .emin-left-half-contain p:last-of-type a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 18px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.page-id-22587 .emin-left-half-contain p:last-of-type a:hover {
	color: #DDD;
	border: 1px solid #DDD;
}

.page-id-22587 .form-section-innr label {
	display: block;
	font-size: 12px;
	padding-top: 15px;
}

.page-id-22587 .form-section-innr input[type="text"],
.page-id-22587 .form-section-innr input[type="date"],
.page-id-22587 .form-section-innr input[type="email"],
.page-id-22587 .form-section-innr input[type="password"],
.page-id-22587 .form-section-innr input[type="search"],
.page-id-22587 .form-section-innr textarea,
.page-id-22587 .form-section-innr select {
	font-size: 13px;
	max-width: 680px;
	padding: 16px 14px;
	border: 1px solid #B5B5B5;
	border-radius: 0;
	line-height: 1;
	min-width: auto;
	width: 100%;
	height: 49px;
	appearance: none;
	-webkit-appearance: none;
}

.page-id-22587 .form-section-innr fieldset {
	border: none;
	padding: 0.35em 0 0.75em
}

.page-id-22587 .form-section-innr fieldset label {
	display: inline;
}

.page-id-22587 .form-section-innr button {
	background-color: #976a4d;
	border: 1px solid #976a4d;
}

.page-id-22587 .form-section-innr button:hover {
	color: #FFF;
	background-color: #BC955C;
}

/** eminence form page */
/* new design special offer page */
.reserve-vivid {
	max-width: 1024px;
	margin: 75px auto 0 auto;
}

.reserve-vivid-img {
	width: 70%
}

.reserve-vivid-img > figure {
	height: 100%;
}

.reserve-vivid-cnt {
	width: 30%;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #e6e6e6;
	padding-right: 25px;
}

.reserve-vivid-cnt > hr {
	margin-top: 20px;
	margin-bottom: 40px;
}

.reserve-vivid-cnt .btn {
	margin-top: 20px;
}

.reserve-vivid-cnt > h3 {
	font-size: 23px;
	line-height: 1.1;
	letter-spacing: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.reserve-vivid-cnt > p {
	letter-spacing: 0px;
	color: #2a2a2a;
}

.special-offerboxes {
	padding-top: 61px;
	padding-bottom: 30px;
	max-width: 1024px;
	overflow: hidden;
	margin: 0 auto;
}

.special-offerboxes .flex-container {
	margin-left: -20px;
	margin-right: -20px;
}

.offerboxes-img {
	padding-bottom: 69%;
}

.special-offerboxes figcaption {
	background-color: #e6e6e6;
	padding: 39px 21px 0px 21px;
}

.special-offerboxes figcaption > h4 {
	color: #000;
	letter-spacing: 0;
	line-height: 1.1;
	font-size: 20px;
}

.special-offerboxes figcaption > p {}

.special-offerboxes figcaption > hr {
	margin-top: 30px;
}

.special-offerboxes .flex-item {
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

/* new design special offer page */
.hotel-reservation-ph {
	border-top: 1px solid #BC955C;
	margin-top: 30px;
}

.hotel-reservation-ph > h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #BC955C;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
	margin-top: 16px;
}

/*nsw location page remove gradian 30-11*/
.page-id-21602 .inner-banner.bg-set.bg-overlay:before {
	display: none;
}

/*nsw location page EOFY sale page remove header bg and text (just show image) */
.page-id-23734 .inner-banner.bg-set.bg-overlay:before {
	display: none;
}

.page-id-23734 .inner-banner-cnt > .h1-custom {
	display: none;
}

/* new tile for hotel detail AL 26/3/2019 */
.hplaces-box .tile-subheading,
.out-hotels-catogery .tile-subheading {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	position: absolute;
	width: 100%;
	top: 65%;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
}

.out-hotels-catogery .hotels-catogery-box {
	margin-bottom: 2px;
	margin-right: 2px;
}

.out-hotels-catogery .tile-subheading {
	position: relative;
	margin-top: -20px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label-closed,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label-open {}

/* Win Form template page */
.win-left,
.win-right {
	width: 46%;
	margin-right: 2%;
	padding: 1%;
	float: left;
}

.win-right {
	margin-right: 0;
}

.win-holder {
	padding: 40px 0;
}

/* TripAdvisor Hotel Page Widgets */
/*.tripadvisor-inline {
    margin-left: 20px;
    width:100%;
    max-width: 468px;
    float: right;
}*/
.follow-us {
	padding: 20px 40px;
}

/** TripAdvisor bugfix **/
#CDSWIDTC.widTC2015.cx_brand_refresh1 {
	border: none !important;
}

.eminence-box {
	margin-top: 40px;
	padding: 50px 0;
}

nav ul#mega-menu-primary li.mega-menu-item-has-children a {
	color: #4b535c;
}

/* NEW HEADER CSS */
.header-text {
	display: inline-block;
}

.header-text ul {
	display: flex;
	margin: 0;
	align-items: center;
}

.header-text ul li:before {
	background-color: inherit !important;
}

.search_text {
	text-align: center;
	padding: 28px 10px 0;
}

.search_text p {
	margin-bottom: 0 !important;
	line-height: 1;
}

.search_icon_check {
	transform: translateY(25%);
	padding: 16px 10px 0 0;
}

.search_icon_check i {
	font-size: 30px;
	color: #BC955C !important;
}

.call-top img,
.languegs-drop img {
	height: 20px;
    width: 20px;
}

/* END NEW HEADER */
.location-banner-name a {
	font-weight: 900 !important;
	border: 1px solid white;
	color: white !important;
}

.btn-metallic {
	font-size: 12px !important;
	padding-left: 20px;
	padding-right: 20px;
}

/*.form-area-header form input[type=submit]*/
.btn-metallic,
.owl-item a.hero-btn,
.reserve-direct-innr a,
.location-hotel-banner a.btn-default {
	background: #BC955C !important;
	border: 1px solid transparent !important;

}

.instagram-section {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ECECEC;
	overflow-x: hidden;
}

.instagram-section {
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
    overflow-x: hidden;
    box-shadow: 0 0 10px #ddd;
    padding: 0 0 20px 0;
}

.instagram-section .follow-us {
    padding: 50px 40px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.instagram-section .slick-track {
	display: flex !important;
}

.instagram-section .slick-slide {
	height: inherit !important;
}

.instagram-section .slick-slide figure,
.instagram-section .slick-slide figure a {
	height: 350px;
}

.instagram-section .slick-slide figure a {
	display: block;
}

.instagram-section .slick-slide figure a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.instagram-section .slick-arrow {
	display: inline-block;
	color: #FFF;
	position: absolute;
	z-index: 1;
	left: 0;
	margin-top: 120px;
	margin-left: 15px;
	padding: 20px;
	line-height: 1;
	text-align: center;
	top: 0;
	font-size: 38px;
}

.instagram-section .insta-slick-next {
	margin-right: 15px;
	left: unset;
	right: 0;
}

.instagram-section .slick-arrow:hover i {
	color: #BC955C;
}

.insta-img {
	width: 100%;
}

.insta-gradient-row {
	height: 10px;
	width: 100%;
	background-color: #BC955C !important;
}

/* Competition Page */
.page-template-competition .button {
	padding: 5px 30px;
	display: inline-block;
	font-size: 17px;
	transition: all 0.3s ease-in-out;
}

.page-template-competition .button-bordered-gold {
	border: 2px solid #BC955C;

}

.page-template-competition .button-bordered-gold:hover {
	background-color: #BC955C;
	color: white;
}

.page-template-competition #page_banner {
	height: 900px;
	background-size: cover;
	background-position: center;
}

.page-template-competition #page_banner .page-content {
	padding: 100px 150px;
	width: 900px;
	max-width: 100%;
	text-align: center;
}

.page-template-competition #page_banner.page-competition p {
	color: white;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
}

.page-template-competition #page_banner.page-competition p.comp-banner-line2 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 70px;
	font-weight: 200;
}

.page-template-competition #page_banner.page-competition p.comp-banner-line3 {
	font-weight: bold;
	font-size: 70px;
}

.page-template-competition .page-competition-wrapper {
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
}

.page-template-competition .page-competition-wrapper .comp-button {
	margin-bottom: 50px;
}

.page-template-competition .page-competition-wrapper .comp-content {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.page-template-competition .page-competition-wrapper .comp-content h3 {
	margin-bottom: 50px;
}

.page-template-competition #comp_modal {
	width: 700px;
	max-width: 100%;
	position: fixed;
	top: 10%;
	background-color: white;
	border: 1px solid #BC955C;
	box-shadow: 0px 0px 2px #BC955C;
	padding: 50px 40px;
	z-index: 888888;
	transform: translateX(-50%);
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.page-template-competition #comp_modal.show {
	opacity: 1;
	visibility: visible;
}

.page-template-competition #comp_modal .close-modal {
	position: absolute;
	z-index: 9999;
	right: 10px;
	top: 10px;
	padding: 12px;
	background-color: #BC955C;
	border-radius: 50%;
	color: white;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/* End competition page */
.page-template-hotel-gallery-2019 .details-menu .container {
	padding: 0 15px;
}

/** Mobile only Book Now button */
.book-mobile {
	margin-bottom: 20px;
	display: none;
}

.book-mobile a {
	width: 140px;
}

/* Fix Google Map Zoom Icons */
.gm-control-active > img {
	left: 20px;
}

/* covid19 banner */
#covid-header {
	display: block;
	background: #252525;
	text-align: center;
	padding: 10px;
}

#covid-header a {
	color: #FFF;
	font-size: 15px;
}

#covid-header a:hover {
	text-decoration: underline;
}

#covid-header a img {
	height: 20px;
	margin-right: 8px;
	margin-top: -4px;
}

/* end covid19 banner */
#float-book {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 56px;
	padding: 0;
	cursor: pointer;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

#float-book.show {
	visibility: visible;
	opacity: 1;
	z-index: 1000;
}

#float-book a {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
	border-radius: 0;
}

#float-book .button_v2 {}

/** mother's day 2020 page override **/
.page-id-28374 .hplaces-box .btn-set-place.full-btn > li > a {
	background-color: #C290B1;
	border: 1px solid #C290B1;
}

/** end mother's day 2020 page override **/
@media only screen and (max-width: 1080px) {

	.country-box:before,
	.country-box > figcaption > p {
		opacity: 0.3;
	}
}

@media screen and (max-width: 550px) {

	.win-left,
	.win-right {
		margin-right: 0;
		padding: 0;
		float: none;
		width: 100%;
	}

	.win-left h1 img {
		display: block;
		margin: 0 auto;
	}
}

@keyframes textMoveUp {
	0% {
		bottom: 0;
	}

	100% {
		bottom: 70px;
	}
}

@keyframes slide-in-left {
	0% {
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes shadow-drop-2-center {
	0% {
		transform: translateZ(0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}

	100% {
		transform: translateZ(50px);
		box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
}

@keyframes scale-in-tr {
	0% {
		transform: scale(0);
		transform-origin: 100% 0%;
		opacity: 1;
	}

	100% {
		transform: scale(1);
		transform-origin: 100% 0%;
		opacity: 1;
	}
}

@keyframes ping {
	0% {
		transform: scale(0.2);
		opacity: 0.8;
	}

	100% {
		transform: scale(8);
		opacity: 0;
	}
}

/* Stay Safe Program Template */
#ss_banner {
	position: relative;
	padding: 100px 65px 0;
	height: 600px;
}

#ss_banner > div {
	position: relative;
	height: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

#ss_banner h1 {
	color: #3ba49f;
	font-size: 300px;
	font-weight: 900;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	max-width: 50%;
	line-height: 1;
}

#ss_banner img {
	position: absolute;
	width: 200px;
	height: 200px;
	right: 100px;
}

#ss_peace {
	position: relative;
	background-color: #3ba49f;
	padding: 120px 90px;
	text-align: center;
}

#ss_peace > div {
	max-width: 1260px;
	margin: 0 auto;
}

#ss_peace::before {
	content: "";
	position: absolute;
	background-color: #3ba49f;
	top: -35px;
	left: 0;
	width: 100%;
	height: 35px;
}

#ss_peace h2 {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 45px;
	font-weight: normal;
}

#ss_peace p {
	color: white;
}

.ss-content p {
	font-size: 22px;
}

#ss_safety {
	background-color: #3ba49f;
	padding: 140px 30px;
}

#ss_safety .ss-content {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#ss_safety .ss-content .ss-safety-measures {
	max-width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

#ss_safety .ss-content h2 {
	color: white;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 90px;
	font-weight: normal;
	font-size: 45px;
}

#ss_safety .ss-safety-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

#ss_safety .ss-safety-item .column-image {
	width: calc(20% - 45px);
}

#ss_safety .ss-safety-item .column-text {
	width: calc(80% - 45px);
}

#ss_safety .ss-safety-item .column-image .image-container {
	background-color: white;
	border-radius: 50%;
	padding: 20px;
}

#ss_safety .ss-safety-item .column-text p {
	color: white;
}

#ss_footer {
	padding: 120px;
	text-align: center;
	max-width: 1260px;
	margin: 0 auto;
}

#ss_footer p {
	color: #499d9f;
}

#ss_footer img {
	width: 260px;
}

/** end stay safe program template */
/** book now pay later page **/
.booknow-grid,
.social-grid {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.booknow-grid-col {
	text-align: center;
	width: 30%;
	min-width: 250px;
}

.grid-icon-hold {
	width: 80%;
	margin: 0 10%;
	text-align: center;
	padding: 20px 0;
}

.grid-icon-hold img {
	object-fit: contain;
	height: 100%;
	max-height: 200px;
	width: 100%;
	max-width: 200px;
}

.grid-item-content {
	padding: 20px 20px;
}

.grid-title {
	color: #BC955C;
	font-weight: bold;
	font-size: 20px;
}

.social-grid-col {
	text-align: center;
	width: 18%;
	min-width: 150px;
	padding-bottom: 20px;
}

.social-grid-col .grid-title {
	text-align: center;
}

.social-grid-icon-hold img {
	object-fit: contain;
	height: 100%;
	max-height: 100px;
	width: 100%;
	max-width: 100px;
}

/* CSS HTML button */
a.button button {
	padding: 10px 30px;
}

/* .eapp-popup-layout-variation-slide-in-left-content-container button,
button.buZvHj,
button.jPPURj,
button.cYtDns {
	min-width: 32px;
} */
[aria-label="Close"] {
	min-width: 32px;
}

/* SEO performance task changes - https://app.clickup.com/t/86cu1p536*/
.page-cnt-innr h1 {
	font-size: 36px;
}

.entry-content h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
}

.bondi-junction-page .page-cnt-innr h1 {
	font-weight: bold;
	color: #BC955C;
	font-size: 23px;
}

.page-cnt-innr .entry-content h1 {
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.1;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

.sneeky_campaign_section {
	font-family: 'BebasNeue', 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
}

.sneeky_campaign_section h2 {
	font-family: 'BebasNeue', 'Montserrat', sans-serif;
}

.sneeky_campaign_btn_section {
	display: block;
	text-align: center;
	margin-top: 40px;
	width: 100%;
}

.sneeky_campaign_logo .sneeky_campaign_logo_img {
	height: 250px;
}
@media (max-width: 767px) {
    .page-template-culture-template .start-career, .page-template-sustainability .start-career {
        padding: 50px 10px;
    }
	.entry-content h1 {
        font-size: 20px;
        margin-bottom: 0;
    }
}



.whats-on-panel {
    background: #ececec;
    padding: 45px 0;
}
.whats-on-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
    max-width: 1150px;
}

@media (max-width: 1000px) {
    .whats-on-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 800px) {
    .whats-on-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.whats-on-item {
    background: #fff;
}
.whats-on-item .whats-on-img {
    display: block;
    position: relative;
}
.whats-on-item .whats-on-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0);
	transition: all 0.3s ease-in-out;
}
.whats-on-item .whats-on-img:hover:before {
    background: rgba(0,0,0,.45);
}
.whats-on-item img {
    aspect-ratio: 16/7;
    object-fit: cover;
    width: 100%;
}
.whats-on-item figcaption {
    padding: 35px;
    text-align: center;
}

.whats-on-item figcaption h2 {
    text-transform: uppercase;
    font-size: 18px;
}
.whats-on-item figcaption a {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.whats-on-item figcaption a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #BC955C; /*gold*/
    content: "";
	transition: all 0.3s ease-in-out;
}
.whats-on-item figcaption a:hover:before {
    width: 100%;
    background: #303030; /*darkgrey*/
}

.whats-on-detail {
	max-width: 830px;
	padding: 0 15px;
	margin: 0 auto;
    font-size: 15px;
}
.whats-on-detail .whats-on-title {
    text-align: center;
    text-transform: uppercase;
}
.whats-on-related-hotels {
    padding: 45px 0;
}

.whats-on-related-hotels-title {
    text-align: center;
}


.culture-option-heading {
    text-align: center;
    color: #343540;
}

.culture-sections {
    padding-bottom: 100px;
}

.team-member-box.small h2.culture-box-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    color: #343540;
}

 /*
 for some reason, the menu link has javascript:void(0) even after removing the "HEADER NSW Menu" from it. refused to link to original page url so i added a new one
 YOU DONT WANT TO DELETE this hidden "Our Hotels" with this class in the "Primary Menu" Admin.. TOO MUCH CODE IS REFERENCING IDS THAT WILL CHANGE, so i added another entry and just hide old one
 
 */

.our_hostel_nav_menu {
    display: none !important;
}

