/*--------------------------------------------------------------
# Banner without slider
--------------------------------------------------------------*/
.banner-main-container {
    background: rgb(231, 235, 236);
    background-size: contain;
    background-position: center 0;
    position: relative;
}
.banner-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
}
.banner-image {
    position: absolute;
    left: 0;
    width: 100%;
    height: 550px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}
.banner-main-container.large, .banner-image.large {
    height: calc(100vh - 82px);
	min-height: 530px;
}
.banner-main-container.medium, .banner-image.medium {
	height: 450px;
}
.banner-main-container.compact, .banner-image.compact {
	height: 356px;
}
.banner-main-container.banner-overlay::before {
    position: absolute;
    display: block;
    width: 100%;
    min-height: 70%;
	z-index:1;
    content: '';
    background: -webkit-gradient(to bottom,rgba(0,0,0,.4) 50%,transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.4) 50%,transparent);
}
/*.banner-main-container .content__heading {
	width: calc(100% - 200px);
    margin: 0 auto;
	padding-top:136px;
	padding-bottom:30px;
    text-align: center;
    z-index: 2;
    position: relative;
}*/
.banner-main-container .content__heading {
	padding-top:136px;
	padding-bottom:30px;
    z-index: 2;
    position: relative;
}
.banner-main-container .content__heading h2 {
    font-size: 42px;
	font-weight:600;
    margin: 0 0 8px;
	color: rgb(255, 255, 255);
	text-shadow: 0 2px 7px rgba(0,0,0,0.25);
}
.banner-main-container .content__heading h3 {
	display: block;
    font-size: 22px;
	font-weight:600;
    margin: 0;
	color: rgb(255, 255, 255);
	text-shadow: 0 2px 7px rgba(0,0,0,0.25);
}
/*------------------------------------------------------------*/
.herocarousel {
   /* max-width: 1600px;*/
    margin: 0 auto;
	position: relative;
}
/*.carousel-desktop {
	display:block;
    position: relative;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}*/
.carousel-desktop {
    width: 100%;
	overflow: hidden;
	/*background: linear-gradient(58.95deg, #4277b3 0%, #fd9c4b 100%);*/
	/*background-image: linear-gradient(180deg,#393185,#15457c);*/
	background: #2a2a2a;
}
.carousel-desktop, .slick-list {
    -webkit-transition: height .25s ease-in;
    transition: height .25s ease-in;
}
.hero_corousel_custom,.slick-slider,.slick-list {
    position: relative;
    /*display: block;*/
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    transform: translate3d(0,0,0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/*.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}*/
.slide-flow {
    transition: transform 1000ms ease 0s;
	-webkit-transition: transform 1000ms ease 0s;
}
.slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
	/*transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);*/
}
.slick-slide {
    /*height: 100%;*/
	position:relative;
}
/*.slick-slide, .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    transform: translate3d(0,0,0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slick-initialized.slick-slider .slick-slide, .slick-initialized.slick-slider .slick-slide:first-child {
    display: block!important;
}
.ig-hp-carousel-item {
    height: auto;
}*/
.slick-slide .hero-carousel-image {
    position: relative;
}
.slick-slide .hero-carousel-bg {
	background-size: cover;
	background-position: center  center;
	background-repeat: no-repeat;
}
/*.slick-slide .hero-carousel-image {
    position: relative;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
	width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}*/
.slick-slide .hero-carousel-image {
    max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.slick-slide .hero-carousel-image:before {
	content: '';
    position: absolute;
	display: block;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 140px;
    background: linear-gradient(to bottom,rgba(255,255,255,.5),transparent);
}
.slick-slide .hero-carousel-image.base:before {
	content: '';
    position: absolute;
	display: block;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.02deg, #fff 0%, rgba(255, 255, 255, 0) 20%);
}
/*.carousel__image-reveal {
	position: absolute;
    height: 100%;
	width: 100vw;
	top: 0;
	right: 50%;
    left: 50%;
	margin-right: -50vw;
    margin-left: -50vw;
    overflow: hidden;
}*/
/*.slick-slide .hero-carousel-image:before {
	position: absolute;
    display: block;
    width: 100%;
    min-height: 70%;
	z-index:1;
    content: '';
    background: -webkit-gradient(to bottom,rgba(0,0,0,.1) 50%,transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.1) 50%,transparent);
}
.slick-slide .hero-carousel-image:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 450px;
    content: '';
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(255,255,255,0)));
    background: linear-gradient(rgba(0,0,0,.2),rgba(255,255,255,0));
}*/
/*.slick-slide .hero-carousel-image .carousel-container {
    position: absolute;
    right: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}*/
.slick-slide .hero-carousel-image img {
    display: block;
}
/*.slick-slide .hero-carousel-image .img-fluid {
    max-width: 1600px;
	width: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.slick-slide .hero-carousel-image .img-fluid {
	width: 100%;
	height: 100%;
	image-rendering: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	-o-object-fit: cover;
	object-fit: cover;
}
.slick-slide .hero-carousel-image .img-fluid {
    min-height: 600px; 
}
.shaded-text {
	text-shadow: 0 2px 2px rgba(0,0,0,.85);
}*/
.slick-slide .hero-carousel-image .img-fluid {
	/*height: calc(100% + 4px);
	width: calc(100% + 4px);
	*/
	height: 100%;
	width: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*.carousel-item-text.bottom .carousel-text-wrapper .carousel-subhead,.carousel-item-text.top .carousel-text-wrapper .carousel-subhead {
    font-size: 16px;
	color: #333;
	margin: 0 auto;
}*/
.section--hero.full, .carousel-desktop.full,.slick-slide .hero-carousel-image.full {
	/*height: calc(100vh - 82px);
	min-height: calc(85vh - 82px);*/
	height: 100vh;
}
.section--hero.large, .carousel-desktop.large, .slick-slide .hero-carousel-image.large {
	/*height: calc(100vh - 82px);
    min-height: calc(85vh - 82px);
	height: 530px;*/
	height: 100vh;
}
.section--hero.medium, .carousel-desktop.medium,.slick-slide .hero-carousel-image.medium {
	/*height: calc(85vh - 82px);
	height: calc(90vh - 96px);*/
	height: 450px;
}
.section--hero.compact, .carousel-desktop.compact, .slick-slide .hero-carousel-image.compact {
	/*height: 60vh;*/
	height: 356px;
}
/*.nav-fixed-carousel .carousel-desktop.large, .nav-fixed-carousel .slick-slide .hero-carousel-image.large {
    height: 100vh;
}*/
.nav-fixed-carousel .section--hero.compact, .nav-fixed-carousel .carousel-desktop.compact, .nav-fixed-carousel .slick-slide .hero-carousel-image.compact {
	height: 450px;
}
.nav-fixed-carousel .section--hero.medium, .nav-fixed-carousel .carousel-desktop.medium, .nav-fixed-carousel .slick-slide .hero-carousel-image.medium {
	height: 500px;
}
/*--------------------------------------------------------------
# Fading banner
--------------------------------------------------------------*/
.overlap-section-hero {
	margin-top: -15px;
}
.hero--component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.hero--slider {
    background-color: #777;
    width: 100%;
    height: 100%;
}
.hero--slider {
	background: #ddd;
	position: relative;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
}
.hero--slider-mask {
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}
.hero--slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.image-item-hero {
	position: relative;
    width: 100%;
    height: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.image-item-hero .hero--slide-image {
	height: 100%;
    width: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slide--show {
	transition: all, opacity 2000ms;
	-webkit-transition: all, opacity 2000ms;
	opacity: 1;
	visibility: visible;
}
.slide--dismiss {
	transition: all; 
	-webkit-transition: all;
	opacity: 0;  
	visibility: hidden;
}
/*------------------------------------------------------------*/
.hero--slide .image-item-hero.left, .slick-slide .hero-carousel-image.left {
	padding: 20px 24px;
}
.hero--slide .image-item-hero.right, .slick-slide .hero-carousel-image.right {
    -webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 20px 24px;
}
.hero--slide .image-item-hero.center, .slick-slide .hero-carousel-image.center {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.carousel-item-text {
    position: relative;
    display: table;
	z-index: 2;
	min-width: 350px;
	width: 100%;
	max-width: 600px;
	/*outline: none;
	padding: 1.5rem;
	backdrop-filter: blur(8px);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	background-color: rgba(255,255,255, 0.8);*/
}
.carousel-text-ct .carousel-item-text {
	max-width: 66vw;
}	
/*.carousel-item-text {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    min-width: 350px;
	width: 100%;
	max-width: 560px;
	outline: none;
}
.carousel-item-text.right {
    right: 24px;
	left: auto;
}
.carousel-item-text.left {
    left: 24px;
	right: auto;
}*/
/*.carousel-item-text.right {
	bottom: 80px;
    right: 0;
	width: 560px;
	min-height: 200px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-100%);
    transform: translateY(-50%);
}
.carousel-item-text.top {
    top: 25%;
    width: calc(100% - 200px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.carousel-item-text.top {
    top: 15%;
	right: 2.5%;
    min-width: 300px;
    max-width: 560px;
}
.carousel-item-text.left {
	bottom: 76px;
    left: 0;
	width: calc(100% - 545px);
	z-index:1;
}
.carousel-item-text.bottom {
	bottom: 10%;
    width: calc(100% - 200px);
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
}
.carousel-item-text.bottom {
    bottom: 16%;
	right: 5%;
    min-width: 300px;
	max-width: 70%;
}*/
/*.carousel-item-text.center {
    top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/
.carousel-text-wrapper {
    display: table-cell;
    vertical-align: top;
}
.carousel-text-ct .carousel-text-wrapper {
	text-align: center;
}
.text-wrapper-bgd {
	padding: 30px;
    background-color: hsla(0,0%,100%,.6);
	box-shadow: rgb(0 0 0 / 40%) 0px 0px 50px 8px;
	-webkit-box-shadow: rgb(0 0 0 / 40%) 0px 0px 50px 8px;
	/*border-radius: 16px;
    -webkit-border-radius: 16px;*/
}
/*.carousel-item-text.right .carousel-text-wrapper {
	padding-right: 24px;
}
.carousel-item-text.left .carousel-text-wrapper {
	padding-left: 24px;
}
.carousel-item-text.bottom .carousel-text-wrapper,.carousel-item-text.top .carousel-text-wrapper {
    padding: 10px;
    border-radius: 7px;
	background-color: rgb(255, 255, 255);
}*/
.carousel-head {
    display: inline-block;
    margin: 0;
    text-transform: none;
    font-size: 40px;
	line-height: 1.375;
	font-weight: 600;
	letter-spacing: 0.25rem;
	color: rgb(255, 255, 255);
    /*color: rgb(36, 36, 53);
	text-shadow: 2px 2px 5px black;
	text-transform: uppercase;*/
}
.text-wrapper-bgd .carousel-head {
	text-shadow: none;
	font-size: 32px;
	color: rgb(255, 255, 255);
}
.carousel-head.uppercase {
	text-transform: uppercase;
}
.carousel-head p {
    margin: 0;
}
/*.carousel-item-text.bottom .carousel-text-wrapper .carousel-head,.carousel-item-text.top .carousel-text-wrapper .carousel-head {
    font-size: 22px;
    line-height: 1.4;
	color: #333;
}*/
.carousel-subhead {
	display: block;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.35rem;
	margin-top: 8px;
	margin-bottom: 0;
	color: rgb(36, 36, 53);
    /*color: rgb(255, 255, 255);
	text-shadow: 2px 2px 5px black;*/
}
.text-wrapper-bgd .carousel-subhead {
	text-shadow: none;
	color: rgb(36, 36, 53);
}
/*--------------------------------------------------------------
# Rooms pic slider
--------------------------------------------------------------*/
.carousel--btnn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    padding: 3px 0;
    width: 3rem;
    height: 4rem;
    color: white;
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 1px 1px 3px);
    background-color: transparent;
    border: none;
	z-index: 1;
}
.carousel--btnn:focus, .carousel--btnn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.carousel--btnn > svg {
    width: 100%;
    height: 100%;
}
.btnn--left {
    left: 0rem;
    border-radius: 0rem 2rem 2rem 0rem;
    padding: 0.8rem 0.6rem 0.8rem 0rem;
}
.btnn--right {
    right: 0rem;
    border-radius: 2rem 0rem 0rem 2rem;
    padding: 0.8rem 0rem 0.8rem 0.6rem;
}
.room--photo {
	height: 260px;
}
/*--------------------------------------------------------------
# Navigation button
--------------------------------------------------------------*/
.carousel-btn {
    /*position: relative;*/
}
.carousel-next, .carousel-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
	margin-top: -30px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 4px 0 rgba(85,85,85,.5);
    box-shadow: 0 1px 4px 0 rgba(85,85,85,.5);
	z-index: 1;
}
.carousel-next.disabled, .carousel-prev.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #e5e5e5 !important;
    background-color: rgba(247, 247, 247) !important;
}
.carousel-next.adj-ht, .carousel-prev.adj-ht {
    top: 55%;
}
.carousel-next.auto-ht, .carousel-prev.auto-ht {
    margin-top: auto;
}
/*.carousel-btn.small .carousel-next, .carousel-btn.small .carousel-prev {
    width: 35px;
    height: 35px;
	margin-top: -40px;
}*/
.carousel-next {
    right: -5px;
}
.carousel-prev {
    left: -5px;
}
.carousel-next.margin {
    right: 10px;
}
.carousel-prev.margin {
    left: 10px;
}
.carousel-next.regular, .carousel-prev.regular {
    margin-top: auto;
}
/*.carousel-btn .carousel-prev {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.carousel-btn .carousel-next {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}*/
.carousel-next:hover, .carousel-prev:hover {
    background-color: #f4f4f8;
}
.carousel-prev:before,.carousel-next:before {
	position: absolute;
    font-family: 'FontAwesome';
    font-size: 32px;
	line-height: 32px;
	font-weight:400;
	color: #333;
    top: 4px;
    left: 12px;
	content: "\f104";
}
.carousel-next:before {
	left: 16px;
	content: "\f105";
}
/*--------------------------------------------------------------
# Slider pagination bullet
--------------------------------------------------------------*/
.slider-pagination-bullet {
    position: absolute;
    bottom: 5%;
    right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    /*z-index: 9;*/
}
.slider-pagination-bullet a {
    display: inline-block;
    height: 30px;
    color: #efefef;
    font-size: 50px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,.7);
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.slider-pagination-bullet a.active, .slider-pagination-bullet a:hover {
    color: #bdbec0;
}
.card-offer {
    margin: 0 10px;
	/*flex: 1 1 auto;
    justify-content: center;
    display: block;*/
}
/*--------------------------------------------------------------
# Banner video cotainer
--------------------------------------------------------------*/
.show-video {
	position: relative;
    /*height: calc(85vh - 82px);*/
	min-height: 500px;
	height: 75vh;
}
/*.nav-fixed-carousel .show-video {
	height: 100vh;
}*/
.nav-fixed-carousel .show-video.medium {
	/*min-height: 500px;
	height: 80vh;*/
}
.video-background {
    /*background-color: #555449;*/
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    z-index: -99;
    overflow: hidden;
	background: radial-gradient(ellipse at 50% bottom,#474d53 0,#232628 53%,#111213 100%);
}
.video-foreground {
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.video-content-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%; 
	overflow: hidden
}
/*.video-content-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}*/
.video-content-wrap:before {
	content: '';
    position: absolute;
	display: block;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 140px;
    background: linear-gradient(to bottom,rgba(255,255,255,.5),transparent);
}
.video-content-pic {
    width: 100%;
	/*height: 100%;*/
	object-fit: cover;
	object-position: center;
}
/*.video-content-pic {
	position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}*/
/*.video-foreground, .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}*/
.show-video iframe {
	position: absolute;
	/*left: 0;
	top: -12px;*/
	top: -28px;
	/*width: 1135.2px;
    height: 638.55px;*/
}
.container_3d {
    /*padding-bottom: 56.25%;*/
	position: relative; 
	display: block; 
	width: 100%;
	height: 550px;
}
.container_3d iframe {
	position: absolute;
    top: 50%;
    left: 50%;
    min-height: 1220px;
    min-width: 100%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
/*--------------------------------------------------------------
# Onimage text slideup
--------------------------------------------------------------*/
/*.carousel-desktop .overlay-text {
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
	width: 100%;
	padding: 30px;
	text-align: center;
    border-style: none;
}
.carousel-desktop .overlay-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.carousel-desktop .overlay-text {
	-webkit-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.carousel-desktop .slick-slide:hover .overlay-text {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
	transition-duration: 600ms !important;
	-webkit-transition-duration: 600ms !important;
	background-color: #58628c !important;
	overflow: hidden;
}
.carousel-desktop .overlay-text .caption-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 130%;
	font-weight: 500;
    letter-spacing: 0.15rem;
}
.carousel-desktop .overlay-text .caption-subtitle {
	margin-top: 6px;
	font-size: 1.4rem;
    line-height: 1.625;
	color: #FFF;
}
.carousel-desktop .overlay-text .overlay-btn {
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    color: #333;
	text-transform: uppercase;
    margin-top: 20px;
	background-color: #fff;
	border: 1px solid #fff !important;
	-webkit-border-radius: 25px;
    border-radius: 25px;
	width: 150px;
}*/
/*--------------------------------------------------------------
# Photo slider full width
--------------------------------------------------------------*/
.photo-outer-wrapper {
    width: 100%;
    position: relative;
    height: 0px;
    padding: 56.25% 0px 0px;
    overflow: hidden;
    border: none!important;
    background: rgb(231, 235, 236);
}
.photo-inner-wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.photo-inner-wrapper .holder {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0;
    z-index: 1;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
.photo-inner-wrapper .holder .front-end {
    position: relative;
    width: 100%;
    height: 100%;
}
.photo-inner-wrapper .holder .front-end img {
    max-width: 100%;
}
.photo-inner-wrapper .holder .front-end img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.photo-outer-wrapper.rounded {
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
}
.bnr-gallery-wrapper .holder .currNoOfImages {
    color: #FFF;
    background: none;
    border-radius: 0;
    top: -60px;
}
.onimageCount {
    color: #FFF;
    background: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0; 
	border-radius: 0;
}
.onimageCount {
    font-size: 28px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
    padding: 6px 12px;
    /*background: hsla(0,0%,100%,.8);*/
    font-weight: 600;
    text-align: right;
    right: 20px;
}
.onimageCount {
    position: absolute!important;
    top: auto!important;
    bottom: 50px;
	z-index: 1;
}
.photo-outer-wrapper .footer-label {
    overflow: hidden;
    position: absolute!important;
    width: 100%;
    bottom: 0px!important;
    padding: 10px 20px;
    display: block;
    background: rgba(0,0,0,0.5)!important;
    color: rgb(255, 255, 255);
    z-index: 9;
}
/*--------------------------------------------------------------
# Page overlap content
--------------------------------------------------------------*/
.page-overlap-wrapper {
	transition: transform .2s ease;
}
.fixed-overlap-top {
    z-index: 1120;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}
.fixed-overlap-bottom {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255) !important;
    z-index: 1110;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    transition-property: -ms-transform, -webkit-transform, transform, opacity, visibility;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transform: none;
}
.fixed-overlap-bottom.map {
    overflow-y: unset;
	background-color: #F00 !important;
}
.overlap-panel-header {
	position:relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
    height: 56px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 1;
	border-bottom: 1px solid #EBEBEB;
	padding-right: 40px !important;
    padding-left: 40px !important;
}
.overlap-cnt-heading {
    position: sticky !important;
    top: 88px !important;
}
.overlap-cnt-heading h3 {
    margin: 0;
	color: rgb(36, 36, 53);
	font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.overlap-cnt-heading h3 small {
    display: block;
	margin-top: 8px;
	color: rgb(34, 34, 34) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
.table-wrap {
	width: 97%;
    border-collapse: collapse;
    margin: 0 auto;
}
.table-wrap .table-cell-left {
    width: 30%;
    vertical-align: top;
    padding-right: 16px;
}
.table-wrap .table-cell-right {
	position: relative;
	padding-top: 30px;
    padding-bottom: 30px;
}
.table-wrap .table-cell-right figure {
	margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
/*.carousel-item-text.top, .carousel-item-text.right, .carousel-item-text.bottom, .carousel-item-text.left,.carousel-item-text.center {
	width: 68%;
}*/
.show-video {
	min-height: auto;
    height: 436px !important;
}
.show-video iframe {
    top: 0;
}
}
@media only screen and (max-width: 767.98px) {
.nav-fixed-carousel .section--hero.large, .nav-fixed-carousel .section--hero.medium, .nav-fixed-carousel .section--hero.large, .section--hero.compact, .section--hero.medium,.section--hero.compact, .nav-fixed-carousel .carousel-desktop.large, .nav-fixed-carousel .slick-slide .hero-carousel-image.large,.carousel-desktop.full, .slick-slide .hero-carousel-image.full,.carousel-desktop.large, .slick-slide .hero-carousel-image.large, .carousel-desktop.medium, .slick-slide .hero-carousel-image.medium,.nav-fixed-carousel .carousel-desktop.medium, .nav-fixed-carousel .slick-slide .hero-carousel-image.medium, .carousel-desktop.compact, .slick-slide .hero-carousel-image.compact {
	min-height: auto;
    height: 56.25vh !important;
}
/*.show-video {
	min-height: auto;
    height: 52.66vh !important;
}
.nav-fixed-carousel .show-video {
    height: 66.66vh !important;
}*/
.banner-main-container.large, .banner-image.large, .banner-main-container.medium, .banner-image.medium, .banner-main-container.compact, .banner-image.compact {
	min-height: auto;
	height: 56.25vh !important;
}
/*.new-top .carousel-desktop.large, .new-top .slick-slide .hero-carousel-image.large, .new-top .carousel-desktop.medium, .new-top .slick-slide .hero-carousel-image.medium, .new-top .carousel-desktop.compact, .new-top .slick-slide .hero-carousel-image.compact {
    height: 380px;
	min-height: auto;
}*/
.container_3d {
	height: 450px;
}
.container_3d iframe {
	height: 980px;
}
.overlap-section-hero {
	margin-top: 30px;
}
/*.carousel-item-text .carousel-text-wrapper {
	padding-right: 0;
}
.carousel-item-text.right .carousel-text-wrapper {
	padding-right: 0;
}
.carousel-item-text.left .carousel-text-wrapper {
	padding-left: 0;
}
.carousel-item-text {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    min-width: 350px !important;
    width: 100% !important;
    max-width: 70% !important;
    outline: none !important;
}*/
.hero--slide .image-item-hero.left, .hero--slide .image-item-hero.right, .hero--slide .image-item-hero.center, .slick-slide .hero-carousel-image.left, .slick-slide .hero-carousel-image.center, .slick-slide .hero-carousel-image.right {
	-webkit-flex-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px;
}
.carousel-item-text {
    max-width: 66vw;
}
.carousel-head {
	font-size: 3.5rem;
 }
.carousel-subhead {
	font-size: 2.4rem;
}
.table-wrap .table-cell-left, .table-wrap .table-cell-right {
	display: block;
	width: 100%;
    padding-top: 20px;
}
.table-wrap .table-cell-right {
    padding-top: 10px!important;
}
.overlap-cnt-heading {
    position: relative;
    top: unset;
}
.overlap-cnt-heading h3 {
    margin-top: 20px;
}
.carousel-btn .carousel-next {
    right: 0px;
}
.carousel-btn .carousel-prev {
    left: 0;
}
}
@media only screen and (max-width: 600px) {
.photo-outer-wrapper.rounded {
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
/*.carousel-desktop.full, .slick-slide .hero-carousel-image.full,.carousel-desktop.large, .slick-slide .hero-carousel-image.large, .carousel-desktop.medium, .slick-slide .hero-carousel-image.medium, .carousel-desktop.compact, .slick-slide .hero-carousel-image.compact {
    height: 280px;
}
.carousel-desktop.home-page, .slick-slide .hero-carousel-image.home-page {
	height: 280px;
}*/
.show-video {
	height: 210px !important;
}
.carousel-item-text {
	max-width: 100%;
}
.carousel-head {
	font-size: 2.5rem !important;
 }
.carousel-subhead {
	font-size: 2rem !important;
}
.carousel-btn .carousel-next, .carousel-btn .carousel-prev {
    width: 40px;
    height: 40px;
}
.carousel-btn .carousel-prev:before {
    top: 3px;
    right: 16px;
}
.carousel-btn .carousel-next:before {
    top: 3px;
    left: 16px;
}
}
@media (min-width: 768px) {
/*.carousel-desktop.medium, .slick-slide .hero-carousel-image.medium {
    height: 550px;
}
.banner-main-container.compact, .banner-image.compact,.banner-main-container.h400, .banner-image.h400,.carousel-desktop.compact, .slick-slide .hero-carousel-image.compact, {
    height: 410px;
}
.carousel-desktop.home-page, .slick-slide .hero-carousel-image.home-page {
	height: 330px;
}*/
}
@media (min-width: 1200px) {
.banner-main-container.large, .banner-image.large, .banner-main-container.medium, .banner-image.medium {
	min-height: 510px;
	height: 75vh !important;
}
.banner-main-container.compact, .banner-image.compact {
	min-height: 500px;
	height: 62.5vh !important;
}
.section--hero.large, .carousel-desktop.large, .slick-slide .hero-carousel-image.large, .section--hero.medium, .carousel-desktop.medium,.slick-slide .hero-carousel-image.medium {
	min-height: 510px;
	height: 75vh !important;
}
/*.section--hero.compact, .carousel-desktop.compact,.slick-slide .hero-carousel-image.compact {
	min-height: 510px;
	height: 62.5vh !important;
}*/
.carousel-item-text .text-wrapper-bgd .carousel-head {
    font-size: 4rem;
}
}
@media (min-width: 1440px) {
.hero--slide .image-item-hero.left, .hero--slide .image-item-hero.right, .slick-slide .hero-carousel-image.left, .slick-slide .hero-carousel-image.right {
	padding-left: 7vw;
	padding-right: 7vw;
}
}