@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Light.woff2') format('woff2'),
        url('../fonts/Barlow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GFS Didot';
    src: url('../fonts/GFSDidot-Regular.woff2') format('woff2'),
        url('../fonts/GFSDidot-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pinyon Script';
    src: url('../fonts/PinyonScript.woff2') format('woff2'),
        url('../fonts/PinyonScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'GFS Didot', sans-serif;
  font-weight: 600;
  font-weight: lighter;
}
.t-h1, .t-h2, .t-h3, .t-h4, .t-h5, .t-h6{
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.5px;
}
.text-pinyon{
	font-family: 'Pinyon Script', sans-serif;
	font-weight: lighter;
}
.text-barlow{
	font-family: 'Barlow', sans-serif !important;
}
.text-pinyon span {
	display: inline-block;
}
a{
	color: #ffffff;
}
a:hover, a:focus{
	text-decoration: none;
	color: #F2B110;
}
.text-theme{
	color: #F2B110 !important;
}
.text-underline{
    text-decoration: underline !important;
}
.btn{
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
	border-radius: 8px;
	font-size: 22px;
	padding: 10px 20px;
	letter-spacing: 0.5px;
}
.t-h1, h1{
	font-size: 56px;
}
.t-h2, h2{
	font-size: 48px;
}
.t-h3, h3{
	font-size: 40px;
}
.t-h4, h4{
	font-size: 32px;
}
.t-h5, h5{
	font-size: 24px;
}
.t-h6, h6{
	font-size: 20px;
}
.fs-20{
	font-size: 20px;
}
.fs-16{
	font-size: 16px;
}
.fs-13{
	font-size: 13px;
}
.fs-xl{
	font-size: 4rem;
  	display: block;
}
.fs-xxl{
	font-size: 10rem;
}
.text-theme{
	color: #F2B110;
}
.text-dark{
	color: #000 !important;
}
.text-452B00{
	color: #452B00;
}
.section{
	padding: 80px 0;
	position: relative;
}
.section h2{
	margin-bottom: 30px;
}
.fw-300{
	font-weight: 300 !important;
}
.fw-400{
	font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.text-wt75{
	color: rgba(255,255,255,0.75);
}
.text-bl80{
	color: #849BFD !important;
}
.text-blk60{
	color: #627285;
}
.section video{
	display: block;
	min-height: 450px;
  	object-fit: cover;
}
.bg-dark{
	background: #181818 !important;
}
.bg-overhaul1{
	background: #1C1C1E;
}
.hero-banner{
	position: relative;
	text-align: center;
	color: #fff;
}
.hero-banner > img, .hero-banner > video{
	width: 100%;
	object-position: center;
	object-fit: cover;
	height: 100vh;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
}
.vimeo-wrapper {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -1;
  	pointer-events: none;
  	overflow: hidden;
  	background-size: cover;
  	background-repeat: no-repeat;
}

.sb-img .vimeo-wrapper{
	max-height: 860px;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%, 0%);
   display: block;
}
.vimeo-wrapper-relative, .vimeo-wrapper-relative iframe{
	position: relative;
}
.hero-content{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#181818+0,181818+25,181818+54,181818+100&0.4+0,0.7+25,0.9+54,1+100 */
	background: linear-gradient(to bottom,  rgba(24,24,24,0.4) 0%,rgba(24,24,24,0.7) 15%,rgba(24,24,24,0.98) 74%,rgba(24,24,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 40px;
}
.hero-banner h1{
	line-height: 0.5;
}
.lh-1{
	line-height: 1;
}
.site-logo{
	display: block;
	padding-bottom: 80px;
}
.site-logo img {
	width: 250px;
}
.btn-particle{
	position: relative;
}
.btn-particle{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-anime {
	position: relative;
	z-index: 2;
	background: #F2B110;
	color: #161616;
	border-radius: 80px;
	padding: 12px 25px;
	text-transform: uppercase;
	display: flex;
  	align-items: center;
  	text-align: left;
}

.btn-anime:hover, .btn-anime:focus, .btn:hover, .btn:focus{
	box-shadow: none;
	outline: none;
}
.btn-theme {
	background: #F2B110;
	color: #161616;
	border-radius: 6px;
	padding: 10px 25px;
	text-transform: uppercase;
	display: flex;
  	align-items: center;
  	text-align: center;
  	justify-content: center;
}
.btn-alt{
	background: #1F1F1F;
	color: #F2B110;
	border-radius: 80px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	box-shadow: 0px -0.	57px 0px 0px #DED8B9, 0px 2.515px 0px 0px #000;
}
.btn-alt img{
	vertical-align: top;
	margin-inline: 10px;
}
.btn-alt:hover, .btn-alt:focus{
	background: #1F1F1F;
	color: #F2B110;
	border-radius: 80px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	box-shadow: 0px -1.5px 0px 0px #DED8B9, 0px 2.515px 0px 0px #000;
}
.btn-anime span{
	display: block;
	line-height: 1.3;
}
.btn-anime:hover, .btn-anime:focus{
	color: #161616;
}
.btn-anime small{
	font-size: 12px;
	font-weight: 400;
}
.btn-anime-invert, .btn-anime-invert:hover, .btn-anime-invert:focus{
	background: #1F1F1F;
	color: #fff;
	box-shadow: 0px -1.5px 0px 0px #DED8B9, 0px 2.515px 0px 0px #000;
}
.btn-link, .btn-link:hover, .btn-link:focus{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.form-control{
		font-size: 18px;
		padding: 10px 15px;
		max-width: 550px;
}
.form-control:hover, .form-control:focus{
	box-shadow: none;
	outline: none;


}
.custom-check [type="checkbox"]:checked,
.custom-check [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-check [type="checkbox"]:checked + label,
.custom-check [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
}
.custom-check [type="checkbox"]:checked + label:before,
.custom-check [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #1F252A;
    border-radius: 3px;
   
}

.custom-check [type="checkbox"]:checked + label:before{
    border: 1px solid #1F252A;
    background: #1F252A;
}
.custom-check [type="checkbox"]:checked + label:after,
.custom-check [type="checkbox"]:not(:checked) + label:after {
    content: '\e975';
    font-family: 'icomoon';
    position: absolute;
    left: 4px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.cc-style-alpha.custom-check [type="checkbox"]:checked + label:before,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked) + label:before {
	top: 50%;
	margin-top: -10px;
}
.cc-style-alpha.custom-check [type="checkbox"]:checked + label:after,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked) + label:after{
	top: 50%;
	margin-top: -10px;
}
.custom-check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-check [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*custom radios*/

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #1F252A;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1F252A;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.canvas-container {
	height: auto;
	width: 300px;
	padding-top: 50px;
	padding-bottom: 0;
	position: relative;
	margin: 0px auto 30px auto;
}
.canvas-container canvas{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

#countdown li {
  display: inline-block;
  font-size: 1rem;
  list-style-type: none;
  padding-right:3vw;
  text-transform: uppercase;
  text-align: center;
}

#countdown li span {
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #F2B110;
}
.overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 50%, #181818 100%);
	padding: 6vw 0;
}
.overlay.no-bg{
	background: transparent;
}
.overlay.highlight, .highlight{
	background: rgba(142, 89, 0, 0.8);
}
.overlay.noGrad{
	background: rgba(24, 24, 24, 0.7);
}
.tourSlides .tour-col iframe, .tourSlides .tour-col video {
	object-fit: cover;
	height: 390px;
	min-height: 390px;
	width:100%;
	display: block;
}
.tour-col {
	width: 100%;
	position: relative;
	background: #000;
}
.tour-col iframe, .tour-col video {
	opacity: 0.2;
}
.active .tour-col iframe, .active .tour-col video {
	opacity:1;
}
.tourSlides .play-btn {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tourSlides .play-btn img {
	width: 50px;
	object-fit: contain;
}
.nl-overflow {
	overflow: hidden;
}
.nl-overflow .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.owl-nav {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	height: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.owl-carousel .owl-nav button.owl-prev {
	background: url("../img/arrow.png") no-repeat center center;
	background-size: 18px;
	width: 18px;
	margin-left: 10px;
}
.owl-carousel .owl-nav button span {
	font-size: 55px;
	color: #ffffff;
	opacity: 0;
}
.owl-carousel .owl-nav button.owl-next {
	background: url("../img/arrow.png") no-repeat center center;
	background-size: 18px;
	width: 18px;
	transform: rotate(180deg);
	margin-right: 10px;
}
.bg-gradient{
	background: linear-gradient(254deg, #BD9D68 0%, #AE7921 61.28%);
}
.card-transparent{
	background: transparent;
}
.box.card-transparent{
	background: transparent;
	border:none;
}
.box-header{
	text-transform: uppercase;
	border-bottom: 1px solid #9E6404;
	padding-bottom: 10px !important;
	background: transparent;
	margin-bottom: 10px;
	text-align: left;
	cursor: pointer;
	position: relative;
}
.box-header .icon{
	color: #fff;
	height: 36px;
	width: 36px;
	background: #9E6404;
	padding: 5px;
	margin-right: 10px;
	border-radius: 4px;
}
.box-header p::after {
	position: absolute;
	height: 24px;
	width: 24px;
	transition: 0.3s;
	top: 7px;
	color: #040F0F;
	content: '\e95a';
	font-family: icomoon;
	font-size: 12px;
	right: -10px;
}
.box-header p.collapsed::after{
	content: '\e959';
}
.box-body{
	padding-left: 43px;
	padding-bottom: 20px;
	padding-top: 0
}
.blue-bg {
	position: relative;
	background-size: 51%;
	background-repeat: no-repeat;
	z-index: 2;
	background-position: left bottom;
}
.blue-bg::before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ae7922+0,bd9d67+100 */
	background: linear-gradient(45deg,  rgba(174,121,34,1) 0%,rgba(189,157,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}
.sitemap{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.amenitiesSlides {
	width: calc(100% + 200px);
}
.amenitySlide{
	border: 1px solid rgba(255,255,255,0.5);
}
.amenitySlide .amenityHead, .amenitySlide .amenityBody{
	padding:20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);

}
.amenitiesSlides .active.owl-item{
	transform: scale(1);
	transition: 0.3s ease;
	opacity: 1;
}
.amenitiesSlides .active + .active, .amenitiesSlides .owl-item{
	transform: scale(0.8);
	transform-origin: bottom left;
	transition: 0.3s ease;
	opacity: 0.6;
}
.amenitiesSlides .owl-nav {
	max-width: 100px;
	top: 0;
	transform: translate(-100px,-50px);
	left: 50%;
	height: auto;
}
.amenitiesSlides .owl-nav button.owl-next{
	background-color: #F2B110;
  	height: 40px;
  	width: 40px;
  	background-size: 12px;
  	border-radius: 40px;
  	background-image: url(../img/arrow_black.png);
  	margin-left: 0;
}
.amenitiesSlides .owl-nav button.owl-prev{
	background-color: #F2B110;
  	height: 40px;
  	width: 40px;
  	background-size: 12px;
  	border-radius: 40px;
  	background-image: url(../img/arrow_black.png);
  	margin-left: 0;
}
.amenitiesSlides .owl-nav button.disabled{
	opacity: 0.2;
}
.amenitiesSlides .owl-nav button span{
	font-size: 0;
}
.container-left{
	padding-left: calc((100% - 1410px) / 2)
}
.sb-img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.si-img{
	object-fit: cover;
	min-height: 450px;
}
.py-8{
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.hr-theme{
	border-color: #F2B110;
}
.hr-dark{
	border-color: #48484A;
}
.hr-light{
	border-color: rgba(255,255,255,0.3);
}
.logo-br:before{
	position: absolute;
	width: 18vw;
	background: #F2B110;
	height: 1px;
	left: 0;
	content: '';
	top: 50%;
	max-width: 380px;
}
.logo-br:after{
	position: absolute;
	width: 18vw;
	background: #F2B110;
	height: 1px;
	right: 0;
	content: '';
	top: 50%;
	max-width: 380px;
}
.bg-alt{
	max-height: 900px;
	min-height: 700px;
	object-fit: cover;
}
.project-col {
	border: 1px solid rgba(255,255,255,0.5);
}
.project-img{
	position: relative;
}
.project-img:before{
	position: absolute;
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: '';
}
.project-brand{
	position: absolute;
	width: 60%;
	z-index: 0;
	left: 50%;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}
.project-row{
	background-repeat: no-repeat;
	background-position: top;
	background-color: #181818;
	padding-top:10vh;
	background-size: cover;
}
.features{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.features span{
	border-right: 1px solid rgba(255,255,255,0.44);
	margin: 0;
	padding: 0 15px;
	text-transform: uppercase;
}
.features span:last-of-type{
	border-right: none;
}
.video-inline{
	height: 650px;
}
.ico-xs dotlottie-player{
	height: 30px;
	width: 30px;
}
.ico-sm dotlottie-player{
	height: 35px;
	width: 35px;
}
.ico-md dotlottie-player{
	height: 45px;
	width: 45px;
}
.logo-inline{
	width: 250px;
}

.thumb-col {
  width: 100%;
}

/* The Modal (background) */
#tourGallery {
  padding-top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
}

/* Modal Content */
#tourGallery .modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0 15px;
}

/* The Close Button */
#tourGallery .close {
  color: white;
  position: absolute;
  top: 40px;
  right: 25px;
  font-size: 24px;
  z-index: 1;
}

#tourGallery .close:hover,
#tourGallery .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#tourGallery .tourSlide {
  display: none;
}
.tourSlide iframe, .tourSlide video{
	height: calc(100vh - 320px);
}
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
#tourGallery .prev,
#tourGallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
#tourGallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#tourGallery .prev:hover,
#tourGallery .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  padding: 8px 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 15px;
  color: white;
}
.site-footer{
	background: #181818;
	padding: 40px 0;
	border-top: 1px solid #373737;
}
.quick-links {
	padding-left: 0;
	list-style: none;
	display: flex;
	margin-bottom: 0;
	justify-content: flex-end;
}
.quick-links li {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ADB7C3;

}	
.quick-links li:last-child{
	border-right:none
}
.quick-links a {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}
.copyright-text{
	opacity: 0.7;
}
.vv-inline{
	height: 660px;
}
#owl-thumbs .owl-stage-outer{
	display: flex;
  justify-content: center;
}
.wizard{
	padding: 0 15px;
}
.wizard .nav-tabs {
	margin-bottom: 0;
	border-bottom-color: transparent;
	position: absolute;
	left: calc(50% + 465px);
	bottom: 50px;
	display: flex;
  	flex-wrap: nowrap;
}
.wizard .nav-tabs > li a {
    width: 30px;
    height: 6px;
    display: inline-block;
    border-radius: 6px;
    background: #F2B110;
    z-index: 2;
    position: relative;
    left: 0;
    color: #0e214b;
  	margin-left: 3px;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    background: #F2B110;
}
.wizard .nav-tabs > li.disabled a{
	background: #D9D9D9;
}
.wizard .tab-pane {
    position: relative;
}	

.wizard form{
	color: #1F252A;
	position: relative;
}
.wizard-left{
	height: 100vh;
	background: #000;
	display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}
.wizard-left .wiz-hero {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.wizard-right{
	height: 100vh;
	display: flex;
	justify-content: center;
	max-width: 700px;
	flex-direction: column;
	padding-right: 50px;
}
.prev-step{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #1F252A;
	position: absolute;
  bottom: 50px;
}
.wiz-logo {
	width: 250px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.wiz-img {
	height: calc(100% - 200px);
	object-fit: contain;
	max-width: 85%;
	margin-bottom: 30px;
}

#country-select dd, #country-select dt, #country-select ul {
	margin: 0px;
	padding: 0px;
}
#country-select dd ul li a span:first-child, #country-select dt a span span:first-child {
	background-image: url("../img/flags.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin:5px;
	vertical-align: top;
}
#country-select dt a span {
	cursor: pointer;
	display: block;
	padding: 13px 10px;
	white-space: nowrap;
}
#country-select dt a img {
	position: relative;
	z-index: 1;
}
#country-select dt a span span:first-child:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
}
#country-select dt a span span {
	display: inline-block;
	padding: 0;
}
#country-select dt a span span:first-child {
	padding: 0;
}
#country-select dd {
	position: relative;
}
#country-select a, #country-select a:visited {
	color: #4a535f;
	text-decoration: none;
	outline: none;
}
#country-select a:hover {
	color: #5d4617;
}
#country-select dt a:hover, #country-select dt a:focus {
	color: #5d4617;
}
#country-select dt a {
	position: relative;
	background: #fff;
	display: block;
	padding-right: 20px;
	border-radius: 4px;
	overflow: hidden;
	border:1px solid #C4CBD3;
	width:74px;
	height: 48px;
}
/*#country-select dt a:after {
	content: '';
	background: transparent;
	position: absolute;
	
	height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
*/
#country-select dt a:before {
    background:#FFFFFF;
    content: "\e959";
    font-family: 'icomoon';
    position: absolute;
    right: 7px;
    top: 15px;
    width: 20px;
    z-index: 2;
    font-size: 12px;
}
#country-select dd ul {
	background: #fff;
	color: #C5C0B0;
	display: none;
	left: 0px;
	padding: 5px 0px;
	position: absolute;
	width: 270px;
	border:1px solid #fff;
	list-style: none;
	max-height: 170px;
	overflow-y: scroll;
	top:10px;
	z-index: 2;
	box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.06);
}

#country-select li a {
	font-size:13px;
}

#country-select li a span:nth-child(2) {
    line-height: 2em;
}
#country-select dd ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 border-left:1px solid rgba(0,0,0,0.1);
}
#country-select dd ul::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.4);
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}
#country-select dd ul::-webkit-scrollbar-thumb:window-inactive {
 background: blue;
}
#country-select span.value {
	display: none;
}
#country-select dd ul li a {
	padding: 5px;
	display: block;
	font-size: 12px !important;
}
#country-select dd ul li a:hover {
	background-color: rgba(0,0,0,0.05);
}
dl#country-select {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}
dl#country-select span:nth-child(3) {
	color: rgba(0,0,0,0.4)
}
dl#country-select > span:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
dl#country-select span:nth-child(3) {
	float: right;
}
dl#country-select dt span:nth-child(2) {
	color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    display: none;
}
dl#country-select dt span:nth-child(3) {
	display: none;
}
.countryFlag {
	padding: 0;
	background-image: url("../img/flags.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 4px;
	width: 16px;
	cursor: pointer;
	white-space: nowrap;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #BFBFC1 #B6B6B6 #969696;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}
.breadcrumb-item.active{
	color: #fff;
}
.lg-outer .lg-thumb-item{
	border: none !important;
}
.lg-outer .lg-thumb-item.active{
	opacity: 0.4;
}
.footer-ul a{
	color: #F2B110;
}
.border-md-right{
	border-right: 1px solid #48484A;
}
.developers{
	display: flex;
	justify-content: center;
	align-items: center;
}
.developers img{
	height: 65px;
  	object-fit: contain;
  	width: auto;
  	margin-inline: 5px;
  	max-width:200px;
}
.project-row .w-100 {
	height: 130px;
	object-fit: contain;
}
.media-logos{
	max-width: 1200px;
	margin: 0 auto;
}
.media-logos img{
	opacity: 0.8;
}
.edit-ico {
	background: #fff;
	color: #5978FA;
	font-size: 14px;
	padding: 10px;
	border-radius: 50px;
	vertical-align: top;
	cursor: pointer;
	position: absolute;
	right: 10%;
	top: 120px;
	z-index: 1;
	display: inline-block;
}
.ei-bottom{
	top: auto;
	bottom: 100px;
}
.g-recaptcha{
	transform: scale(0.8);
  	transform-origin: left bottom;
  	-webkit-transform: scale(0.8);
  	-webkit-transform-origin: left center;
}
.cookie-policy{
    z-index:4;
    position:fixed;
    padding:20px;
    right:20px;
    border-radius:16px;
    left:20px;
    width:100%;
    max-width:400px;
    bottom:60px;
    backdrop-filter:blur(2px);
    background:rgba(209, 217, 254, 0.9);
}
.modal-xl {
	max-width: 1000px;
}
.card-shadow{
	background: #FFFFFF;
  	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  	-webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width:1600px){
	.container{
		max-width: 1440px;
	}
}
@media screen and (max-width:1600px){
	
	.t-h1, h1{
		font-size: 50px;
	}
	.t-h2, h2 {
		font-size: 42px;
	}
	.t-h3, h3 {
		font-size: 32px;
	}
	.t-h4, h4{
		font-size: 22px;
	}
	.t-h5, h5{
		font-size: 20px;
	}
	.t-h6, h6 {
		font-size: 18px;
	}
	.fs-xxl {
		font-size: 8rem;
	}
	.amenitiesSlides .owl-nav button.owl-next,
	.amenitiesSlides .owl-nav button.owl-prev{
		height: 35px;
  		width: 35px;
  		margin-left: 10px;
	}
	.container-left {
		padding-left: 40px;
	}
	.blue-bg{
		background-size: 60%;
	}
	.wizard .nav-tabs{
		left: auto;
		right: 50px;
	}
	.wizard .nav-tabs > li a{
		width: 22px;
	}
}
@media screen and (max-width:1199px){
	.btn-anime, .btn{
		padding: 6px 20px;
		font-size: 18px;
	}
	.btn-theme.next-step{
		padding: 10px 20px;
		font-size: 20px;
	}
	.blue-bg{
		background-size: contain;
	}
	.video-inline{
		height: 500px;
	}
	.wizard-left{
		min-height: 600px;
	}
	.wizard-left .wiz-hero{
		min-height: 600px;
		object-position: bottom;
	}
	.vimeo-wrapper iframe{
		height: 680px;
  		min-height: 680px;
	}
	.hero-banner .vimeo-wrapper iframe{
		height: 56.25vw;
  		min-height: 100vh;
	}
}
@media screen and (max-width:991px){
	.logo-br::before, .logo-br::after{
		width: 25vw;
	}
	.blue-bg::before{
		width: 100%;
	}
	.container-left {
		padding-left: 40px;
		width: 100%;
		padding: 0 15px;
	}
	.video-inline{
		height: 400px;
	}
	.quick-links{
		justify-content: center;
		margin-bottom: 20px;
	}
	.vv-inline{
		height: 400px;
	}

}
@media screen and (max-width:768px){
	.fs-xxl{
		font-size: 6rem;
	}
	.t-h1, h1{
		font-size: 42px;
	}
	.t-h2, h2 {
		font-size: 32px;
	}
	.t-h3, h3 {
		font-size: 22px;
	}
	.t-h4, h4{
		font-size: 18px;
	}
	.t-h5, h5{
		font-size: 20px;
	}
	.t-h6, h6 {
		font-size: 16px;
	}
	.video-inline{
		height: 300px;
	}
	.bg-alt{
		min-height: 600px;
	}
	.logo-br img{
		width: 60px;
	}
	.features{
		flex-direction: column;
	}
	.features span{
		border-right: none;
		padding: 10px 0;
		position: relative;
	}
	.features span:after{
		position: absolute;
		bottom: 0;
		width: 100px;
		content: '';
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 1px;
		background: rgba(255,255,255,0.44);
	}
	.features span:last-child:after{
		content: none;
	}
	.vv-inline{
		height: 288px;
	}
	.wizard-left, .wizard-right, .wizard-left .wiz-hero{
		height: auto;
	}
	.wizard{
		padding-bottom: 40px;
	}
	.prev-step{
		position: relative;
		bottom: 0;
		margin-top: 25px;
  		display: inline-block;
	}
	.wizard .nav-tabs{
		bottom: 0;
		right: 15px;
	}
	.wizard-left{
		margin-bottom: 30px;
	}
	.vimeo-wrapper iframe{
		height: 430px;
  		min-height: 430px;
	}
	.hero-banner .vimeo-wrapper iframe{
		height: 56.25vw;
  		min-height: 100vh;
	}
	.border-md-right{
		border-right: none;
	}
	.section{
		padding: 50px 0	;
	}
	
}
@media screen and (max-width:767px){
	.wizard-left{
		min-height: auto;
	}
	.wiz-img{
		display: none;
	}
	.wiz-logo{
		margin-top: 30px;
	}
	.wizard .nav-tabs{
		bottom: 10px;
	}
	.wizard-right{
		padding-right: 0;
	}
	
}
@media screen and (max-width:576px){
	.fs-xxl{
		font-size: 5rem;
	}
	.py-8{
		padding-bottom: 2rem;
	}
	.ico-xs dotlottie-player{
		height: 25px;
		width: 25px;
	}
	.ico-sm dotlottie-player{
		height: 30px;
		width: 30px;
	}
	.ico-md dotlottie-player{
		height: 40px;
		width: 40px;
	}
	
	#countdown li span{
		font-size: 3rem;
	}
	.amenitySlide .amenityHead, .amenitySlide .amenityBody{
		padding: 15px;
	}
	
	.amenitiesSlides .owl-nav button.owl-next, .amenitiesSlides .owl-nav button.owl-prev{
		height: 30px;
		width: 30px;
	}
	.amenitiesSlides .owl-nav button.owl-next{
		margin-left: 0;
	}
	.amenitiesSlides .owl-nav {
	  max-width: 85px;
	}
	.amenitiesSlides .owl-nav {
	  transform: translate(-86px,-44px);
	}
	.btn-anime, .btn {
		padding: 6px 10px;
		font-size: 16px;
	}
	.logo-inline{
		width: 250px;
	}
	.hero-content{
		padding-bottom: 0;
	}
	.btn-theme.next-step{
		width: 100%;
	}
	.prev-step {
		width: 100%;
		text-align: center;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 10px 20px;
		margin-top: 15px;
	}
	.wizard .nav-tabs{
		position: relative;
		left: 0;
	    right: 0;
	    text-align: center;
	    justify-content: center;
	    margin-top: 30px;
	}
	.cookie-policy{
        width:90%;
        right:20px;
    }
}
@media screen and (max-width:480px){
	.fs-xxl{
		font-size: 4rem;
	}
	.vv-inline{
		height: 220px;
	}
}