/* font family */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v29-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v29-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v29-latin-500.woff2') format('woff2');
  }


@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v29-latin-700.woff2') format('woff2');
}

@import url("https://use.typekit.net/dsn4oxj.css");

/* font family */

/* Base CSS Start */
body:after {
	display: none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0.2px;
    font-family: 'Raleway';
    background-color: #f6f4f2;
    -webkit-overflow-scrolling: touch;
}
.clearfix:after {
	height: 0;
	clear: both;
    content: " ";
    display: block;
    visibility: hidden;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:after, :before {
	backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
main, img {
    height: auto;
	display: block;
    max-width: 100%;
}
a {
    color: #000;
    text-decoration: none;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
}

ul li{
    list-style: none;
    list-style-position: outside;
}

ol li {
	list-style-position: inside;
}
::placeholder{
    color: #959595;
}
h1,h2  {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 30px;
    font-family: 'aviano-sans';
}
h3{
    font-size: 18px;
    font-weight:600;
    line-height: 1.2;
    padding-bottom: 20px;
}
h4{
    font-size: 20px;
    color: #313232;
    font-weight: 400;
    padding-bottom: 20px;
}
h1, h2, h3{
    letter-spacing: 4px;
    text-transform: uppercase;
}
strong {
    font-family: 'Raleway';
    font-weight: 700;
}
input{
	border: none;
}
.overflow-hid{
    overflow: hidden;
}
.pos-rel{
	position: relative;
}
.ht-100{
  height: 100%;
}
.d-flex{
	display: flex;
}
.row{
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 30px;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
}
.row-biggutter{
    --bs-gutter-x: 100px;
}
.row > * {
    width: 100%;
    flex-shrink: 0;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.flex-wrap {
	flex-wrap: wrap;
}
.row-reverse{
    flex-direction: row-reverse;
}
.list-property-none{
	list-style: none;
}
.justify-content-between{
	justify-content: space-between;
}
.text-uppercase{
	text-transform: uppercase;
}
.align-items-center{
	align-items: center;
}
/* Base CSS Start */

/* Frame-Space, Width & Padding */

.container-outer-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-0{
    padding-top: 0;
}
.pb-0{
    padding-bottom: 0;
}
.frame-space-before-small{
    padding-top: 50px;
}
.frame-space-after-small{
    padding-bottom: 50px;
}
.frame-space-after-medium{
    padding-bottom: 100px;
}
.frame-space-before-medium{
    padding-top: 100px;
}
.frame-space-after-large{
    padding-bottom:160px;
}
.frame-space-before-large{
    padding-top: 150px;
}
.frame-space-after-extra-large{
    padding-bottom:270px;
}
.frame-space-before-extra-large{
    padding-top:200px;
}
.width-50{
    width: 50%;
}
.width-56{
    width: 56%;
}
.width-60{
    width: 60%;
}
.width-64{
    width: 64%;
}
.width-70{
    width: 70%;
}
.width-76{
    width: 76%;
}
.width-80{
    width: 80%;
}
.width-92{
    width: 92%;
}
.col-30{
    width: 30%;
}
.col-35{
    width: 35%;
}
.col-40{
    width: 40%;
}
.col-45{
    width: 45%;
}
.col-50{
    width: 50%;
}
.col-55{
    width: 55%;
}
.col-60{
    width: 60%;
}
.col-65{
    width: 65%;
}
.col-70{
    width: 70%;
}
.container{
    width: 92%;
    margin: auto;
}
.container-full{
    width: 100%;
}
.container-80{
    width: 80%;
}
.container-76{
    width: 76%;
}
.container-54{
    width: 54%;
}
.container-bg-color {
    height: 100%;
    position: absolute;
    top: 0;
}
.container-bg-color.align-left {
    left: 0;
}
.container-bg-color.align-right {
    right: 0;
}
.margin-top-large-negetive{
    margin-top: -150px;
}
.margin-bottom-small-negetive{
    margin-bottom: -80px;
}
.margin-bottom-medium-negetive{
    margin-bottom: -130px;
}
.mb-10{
    margin-bottom: 10px;
}
.margin-botm-md {
	margin-bottom: 80px;
}
.margin-botm-lg {
	margin-bottom: 100px;
}
.margin-botm-sm {
	margin-bottom: 60px;
}
.margin-top-md {
	margin-top: 80px;
}
.margin-top-lg {
	margin-top: 100px;
}
.margin-top-sm {
	margin-top: 60px;
}
.pr-10{
    padding-right: 10px;
}
.pl-10{
    padding-left: 10px;
}
.d-none{
    display: none;
}
.align-right{
    margin-left: auto;
    margin-right: 0;
}
.align-left {
    margin-right: auto;
    margin-left: 0;
}
.frame-max-width-cont{
    max-width: 550px !important;
}
.container-inner.align-right {
    margin-left: auto;
    margin-right: 0;
}
.container-inner.align-left {
    margin-right: auto;
    margin-left: 0;
}
/* Frame-Space, Width & Padding */

/* Background Colors */
.bg-gray{
    background-color: rgba(225, 218, 212, 1);
}
.bg-brown{
    background-color: #bb6453;
}
.bg-pink, .bg-after-pink::after,.bg-before-pink::before{
    background-color: #efd3c7;
}
.bg-green, .bg-before-green::before,.bg-after-green::after{
    background-color: #cdd9c9;
}
.bg-yellow, .bg-before-yellow::before, .bg-after-yellow::after{
    background-color: #ffeebc;
}
.bg-light-gray, .bg-after-light-gray::after,.bg-before-light-gray::before{
    background-color: #e2dbd5;
}
/* Main Content */

/* Loader */
#loader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #f6f4f2;
}
.loader-video{
    opacity: 0;
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.loader-video video {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

/* Header */
#header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #f6f4f2;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'aviano-sans';
}
.header-wrap{
    padding: 30px 0;
    position: relative;
    transition: all 0.3s ease 0s;
    justify-content: space-between;
}
#header.shrink {
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
#header.shrink .header-wrap{
    padding: 20px 0 15px 0;
}
.logo{
    margin: auto;
    z-index: 99;
}
.logo svg{
    width: 414px;
    transition: all 0.5s ease 0s;
}
.logo-link{
    display: block;
}
#header.shrink .logo svg{
    width: 300px;
}

/* Menu */
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh
}
.menu-inner-content{
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: none;
    transition: all 0.5s ease;
    z-index: 99;
    position: relative;
    display: flex;
    flex-direction: column;
}
.menu-inner-content img{
    height: 6vw;
    object-fit: contain;
}
.menu-bg{
    height: 100%;
    width: 100%;
    opacity: 1;
    position: absolute;
    transition: all .5s ease;
}
.menu{
    width: 80%;
    margin: auto;
    transition: all 5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}
.menu-list-inner{
    overflow: auto;
    max-height: 100%;
}
.item {
    margin-left: 50px;
}
.item4{
    height: 300px;
}
.menu-item:hover .menu-bg{
    opacity: 0.8;
}
.menu-item:hover .menu-item-bg{
    transform: scale(.95);
}
.item1 .menu-item:hover .menu-bg, .item2 .menu-item:hover .menu-bg, .item6 .menu-item:hover .menu-bg{
    background-color: #dac893 !important;
}
.menu-item-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu-item-inner-wrap {
	position: absolute;
	width: 100%;
	height: 20vw;
	top: 0;
	left: 0;
}
.menu-close{
    cursor: pointer;
}
.rental-link{
    padding-right: 30px;
}
.rental .footer-list  ul li:first-child,.rental .rental-link{
    display: none;
}
.left-menu, .right-menu{
    text-transform: uppercase;
    position: absolute;
}
.right-menu{
    right: 0;
    align-items: center;
}
.lang-list:first-child::after{
    content:"|" ;
    padding-right: 4px;
}
.lang-list.active a, .right-menu a:hover ,.left-menu span:hover{
    font-weight: 700;
}
.page-title{
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'aviano-sans';
}
.wrapper.rental .page-title{
    padding-bottom: 60px;
}
.menu-icon{
    width: 130px;
    transition: 0.5s ease all;
}
#header.shrink  .menu-icon{
    width: 100px;
}
.menu-icon img{
    width: 100%;
}
.menu-list-outer{
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #f6f4f2;
    z-index: 98;
    top: 0;
    padding-top: 94px;
    padding-bottom: 100px;
}
.left-menu{
    display: flex;
    cursor: pointer;
}
.left-menu span{
    padding-left: 20px;
    line-height: 15px;
}
.nav-open .left-menu {
    display: none;
}
#content-area{
    padding-top: 120px;
}
.menu {
    padding: 30px 0;
}
.menu-list-outer.open{
    opacity: 1;
    visibility: visible;
}
.menu .list-item {
	width: 20%;
	float: left;
	padding: 4px;
    height: 20vw;
    position: relative;
    transform-style: preserve-3d;
}
.menu .list-item.item-0{
    width: 25%;
    margin-left: 4%;
}
.menu .list-item.item3{
    width: 31%;
}
.menu .list-item.item4{
    width: 29%;
}
.menu .list-item.item5{
    height: 25vw;
}
.menu .list-item.item4 .menu-item-inner{
    right: 10%;
    left: auto;
    transform: translate(0, -50%);
}
.menu .item3 .menu-item-inner img, .menu .item2 .menu-item-inner img{
    margin: auto;
}
.menu-item-inner .title{
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.menu-item{
    height: 100%;
}
.as-bg-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.5s ease;
}
.item3 .menu-item-inner-wrap{
    width: 65%;
}
/* Menu */
/* Header */

/* Owl Carousal */
.owl-nav .owl-prev{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: url("../images/arrow-left.svg") !important;
}
.owl-nav .owl-next{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: url("../images/arrow-right.svg") !important;
}
.owl-prev span{
    display: none;
}
.owl-next span{
    display: none;
}
/* Owl Carousal */

.container-inner {
    margin: auto;
}
.container-inner .frame-type-text{
    max-width: 700px;
}
.banner-slider-wrap{
    position: relative;
}
.banner-bg-color{
    position: absolute;
}
.bottom-left{
    left: 0;
    bottom: 0;
}
.bottom-right{
    right: 0;
    bottom: 0;
}
.height-65{
    height: 65%;
}
.height-30{
    height: 30%;
}
.align-self-end {
    align-self: end;
    margin-top: auto;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.gallery {
    z-index:99;
}
.align-center{
    align-items: center;
}
.top-gap{
    margin-top: 100px;
}
.image-top-gap{
    align-items: flex-end;
}
.ce-gallery .image{
    margin: 0;
}
.pos-rel-z {
	position: relative;
	z-index: 9;
}
.bg-after-height-70:after, .bg-height-70 {
	height: 70%;
}
.bg-after-height-80:after, .bg-height-80 {
	height: 80%;
}
.bg-after-height-60:after, .bg-height-60 {
	height: 60%;
}
.bg-after-height-50:after, .bg-height-50 {
	height: 50%;
}
.bg-after-height-40:after, .bg-height-40 {
	height: 40%;
}
.bg-after-height-30:after, .bg-height-30 {
	height: 30%;
}
.bg-after-height-20:after, .bg-height-20 {
	height: 20%;
}
.grid-bg-color {
	z-index: -1;
}
.grid-bg-color.bg-width-76 {
	width: 76%;
}
.grid-bg-color.bg-width-80 {
	width: 80%;
}
.bg-color-bottom-after:after, .bg-color-bottom-align {
	bottom: 0;
	top: auto;
}
.slider-width-90 {
  width: 85%;
}
.slider-width-70 {
  width: 70%;
}
.slider-width-60 {
  width: 60%;
}
.ptb-0{
    padding-top: 0;
    padding-bottom: 0;
}
.banner-slider{
    width: 76%;
    margin: auto;
    position: relative;
}
.banner-slider .slider-img img{
    height: 100%;
    object-fit: cover;
}
.slider-img{
    height: calc(88vh - 100px);
}
.banner-slider .owl-dots{
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.banner-slider .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    margin: 0px 2px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #000;
}
.banner-slider .owl-dots .owl-dot::after{
    content: '';
    width: 5px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.banner-slider .owl-dots .owl-dot:first-child:after{
    display: none;
}
.banner-slider .owl-dots .owl-dot.active, .banner-slider .owl-dots .owl-dot:hover, .banner-slider .owl-dots .owl-dot::after{
    background-color: #000;
}
.half-left::before, .half-right::after{
    content: "";
    width: 100%;
    height: 65%;
    position: absolute;
    top: 35%;
    z-index: -1;
}
.half-left::before{
    left: -15.8%;
}
.half-right::after{
    right: -15.8%;
}
.bg-after-pink::after,.bg-before-pink::before, .bg-before-yellow::before, .bg-after-yellow::after, .bg-before-green::before,.bg-after-green::after, .bg-after-light-gray::after,.bg-before-light-gray::before{
    content: "";
}
.spl-list ul li{
    position: relative;
    padding-left: 36px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.spl-list ul li::before{
    content: "";
    width: 21px;
    height: 7px;
    position: absolute;
    top: 8px;
    left: 0;
    margin-right: 14px;
    display: inline-block;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url("../images/listarrow.svg");
}

.location-type-1 .col-left .gallery-img{
    width: 90%;
}
.location-type-1 .col-right{
    position: absolute;
    left: 90%;
    width: 43.5%;
}
.location-type-1 .col-left{
    width: 100%;
}
.retail-layout-1 .col-right .gallery-img{
    margin-top: 35%;
}
.half-right, .Half-right-align, .gallery{
   position: relative;
}
.Half-right-align::after{
    width: 95%;
    height: 80%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.half-left-align::after{
    width: 76%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.half-right-align::after{
    width: 76%;
    height: 100%;
    position: absolute;
    top: 0;
	right: 0;
    z-index: -1;
}
.project-layout-1  .gallery-img-right{
    width: 100%;
}
.project-layout-1 .gallery-img-left-bottm{
    width: 66%;
}
.project-layout-1 .gallery-img-left-top{
    width: 100%;
}
.project-layout-1 .gallery-img-right {
	margin-top: 30%;
}
.office-layout-1 .gallery-img-left-bottm{
    width: 66%;
}
.office-layout-1.half-right-align::after{
    height: 70%;
    bottom: 0;
    top: auto;
}
.location-type-1 .gallery-img-right{
   margin-top: 30%;
}
.gallery-img img{
    width: 100%;
}
.location-type-2 .col-left{
    margin-top: 20%;
}
.location-type-3{
    margin-bottom: 70px;
}
.amenities-layout-1.gallery{
    margin-top: -100px;
    margin-bottom: -150px;
}
.amenities-layout-1 .col-right  .gallery-img-right-top{
    margin-top: -100px;
}
.amenities-layout-2 .col-right{
    margin-top: 50px;
}
.amenities-layout-3 .gallery-img-right-top {
    width: 85%;
    margin-top: 65px;
}
.amenities-layout-3 .gallery-img-right-bottm{
    margin-bottom: 60px;
}
.amenities-layout-4 .gallery-img-right-bottm{
    width: 80%;
}
.pocket-garden-layout-1 .gallery-img-left{
    margin-top: 20%;
}
.pocket-garden-layout-1 .gallery-img-right-top{
    width: 50%;
}
.pocket-garden-layout-1{
    margin-top: -200px;
    margin-bottom: -130px;
}
#ajaxzoom {
    width: 100%;
    height: 100%;
}
.zFsO, .axZm_zoomContainer, .axZm_spinPreloadContainer {
    background: transparent !important;
}
#icon_360 {
    width: 80px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 99999999;
}
.ajaxzoom-outer{
    padding-top: 50px;
    padding-bottom: 50px;
	Background-color: #fff;
	z-index: 9;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 8px 0px;
}

.half-left-align.bg-position-bottom:after, .half-right-align.bg-position-bottom:after {
	bottom: 0;
	top: auto;
}
.bg-width-80.half-right:after, .bg-width-80.half-left:before {
	width: 105.2%;
}
.bg-width-80.half-right-align:after, .bg-width-80.half-left-align:before {
	width: 80%;
}
.container-inner.width-60 .frame-type-textpic, .container-inner.width-60 .frame-type-text {
	max-width: 720px;
}
.location-type-1 .container-inner{
    width: 60%;
    padding-top: 100px;
}
.location-type-2 .col-right{
    padding-top: 10px;
}
.location-type-1 .gallery-text-content .col-left{
    width: 85%;
}
.location-type-2 .gallery-text-content .col-60{
    width: 55%;
}
.gallery-img.align-right img{
    margin-left: auto;
}
.in-planing-link{
    position: absolute;
    right: 0;
    background: #000;
    height: 40px;
    z-index: 99;
    top: 30%;
    color: #fff;
    padding: 10px 60px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'aviano-sans';
    font-weight: 700;
    font-size: 16px;
}
.location-type-3 .bg-height-80{
    height: calc(100% - 100px);
}
.back-link{
    position: absolute;
    right: 4%;
    top: 130px;
    width: 44px;
    height: 44px;
    display: inline-block;
    padding:10px;
    background-color: #e2dbd5;
    cursor: pointer;
    z-index: 2;
    transition: color .2s;
}
.back-link:hover{
    font-weight: 700;
}

/* Image Map */
#imageMap, #gimgmap area{
    position: relative;
}
#gmap-hover-img, #gmap-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#gmap-wrap {
    z-index: 3;
}
#gbase-img img, #gmap-wrap img, #gmap-hover-img img {
    width: 100%;
    height: auto;
    display: block;
}
#imageMap #gmap-hover-img img {
    display: none;
    position: absolute;
    left: 0;
}
#gimgmap area {
	cursor:pointer;
}
.imageMap {
	height:640px;
}
.imagMapImg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ui-tooltip, .tooltip {
    max-width: 320px;
}
#gmap {
	height: 700px;
}
.poi-item .icon {
	width: 30px;
	height: 30px;
}
.gmap-outer {
    position: relative;
}
.map-bg-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    background-image: url(../images/gmblurr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    display: none;
}
.map-bg-wrap .mapsbutwrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    margin: 0;
    cursor: pointer;
    width: 90%;
    max-width: 960px;
    text-align: center;
}
.mapsbutwrap a {
	color: #000;
	text-decoration: underline;
}
.mapsbutton {
	padding: 0.375rem 0.75rem;
	background-color: #000;
	display: inline-block;
	margin-top: 15px;
    background-image: linear-gradient(to bottom, #cdd9c9, #cad8c5, #c6d6c1, #c3d5bd, #c0d3b9);
}
.map-category-btn.deact {
	opacity: 0.4;
}
.tx-location{
    position: relative;
}
.maps_outer{
    position: relative;
    width: 85%;
    margin: auto;
    margin-bottom: 70px;
}
.tx-location .container-bg-color{
    height: 50%;
}
.change-view{
    opacity: 0;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    right: -50px;
    top: 50px;
    z-index: 99;
    color: white;
    padding: 10px;
    cursor: pointer;
    display: flex;
    max-width: 200px;
    line-height: 1;
    padding-left: 50px;
    visibility: hidden;
    padding-left: 45px;
    background-color: black;
    transition: 0.5s ease all;
    font-family: 'aviano-sans';
    box-shadow: rgba(0,0,0,1) 0px 0px 8px 0px;
    padding-left: 60px;
}
.change-view.open{
    opacity: 1;
    visibility: visible;
}
.change-view::before{
    content: "";
    width: 28px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    transition: 0.5s ease all;
    background-image: url(../images/Hand.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.map-content{
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
    position: absolute;
}
.map-content.open{
    opacity: 1;
    visibility: visible;
    position: relative;
}
.change-view:hover{
    padding-left: 80px;
}
.change-view:hover::before{
    width: 18px;
    height: 26px;
}
.pos-relative {
    position: relative;
}
.tx-location .left-wrp {
    width: 80%;
}
.tx-location .right-wrp {
    width: 18%;
    font-size: 16px;
}
/* Image Map */

/* Drag Slider */
.comparison-slider-wrapper .comparison-slider img{
    height: 100%;
    max-width: initial;
}
.comparison-slider-wrapper .comparison-slider img, .comparison-slider-wrapper .comparison-slider .overlay span{
    user-select: none;
}
.comparison-slider-wrapper .comparison-slider{
    border: none;
}
.comparison-slider-wrapper{
    margin: 0;
}
.comparison-slider-wrapper .comparison-slider .divider{
    background-color: #000;
}
.comparison-slider-wrapper .comparison-slider .overlay{
    display: block;
    color: #fff;
    text-transform: uppercase;
}
.comparison-slider-wrapper .comparison-slider .divider::before, .comparison-slider-wrapper .comparison-slider .divider::after{
    top: 6px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    text-indent: -9999px;
}
.comparison-slider-wrapper .comparison-slider .divider{
    top: auto;
    height: calc(100% + 40px);
}
.comparison-slider-wrapper .comparison-slider .divider::before{
    background-image: url("../images/rt-small.png");
    left: 10px;
}
.comparison-slider-wrapper .comparison-slider .divider::after{
    background-image: url("../images/lt-small.png");
    right: 10px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable::before{
    width: 20px;
    height: 20px;
    margin-top: 0;
    left: 10px;
}
.comparison-slider-wrapper .comparison-slider .overlay span{
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: translateX(-50%);
}
.comparison-slider-wrapper .comparison-slider > .overlay span{
    left: 75%;
}
/* Drag Slider */

/* Footer */
.footer{
    width: 100%;
    padding: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: auto;
    font-family: 'aviano-sans';
    background-color: #000;
}
.footer ul{
    display: flex;
    justify-content: center;
    list-style: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer ul li a{
    padding: 0 10px;
}
.footer ul li:not(:last-child):after{
    content: "|";
    padding-right: 4px;
}
.footer ul, .footer ul li a{
    color: #fff;
}
/* Footer */

/* lightbox */
.plain #content-area{
    padding-top: 0;
}
.fancybox-button{
    position: absolute;
    right: 20px;
    top: 20px;
}
.wrapper.plain{
    min-height: auto;
}
.fancybox-button{
    background-color: #e2dbd5;
}
.wrapper.plain ul {
    padding-left: 20px;
}
.wrapper.plain ul li{
    list-style: disc;
}
.hotspot_wrapper {
    display: none;
  }
.hotspot_wrapper h2 {
	font-size: 22px;
}


.hotspot_img {
    float:left;
	margin-bottom: 0;
	width: 70%;
	
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hotspot_description {
	width: 30%;
	float:right;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hotspot_img img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 900px;
}
#hotspot-3 .hotspot_img,
#hotspot-4 .hotspot_img,
#hotspot-5 .hotspot_img {
	float:left;
	margin-bottom: 0;
	width: 50%;
	
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hotspot-3 .hotspot_description,
#hotspot-4 .hotspot_description,
#hotspot-5 .hotspot_description {
	width: 50%;
	float:right;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hotspot .fancybox-close {
	width: 42px;
	height: 40px;
	background-size: 42px 40px !important;
	top: 25px;
	right: 30px;
	position: fixed;
}
.hotspot.fancybox-opened .fancybox-skin {
	box-shadow: none;
	background: transparent;
}
.hotspot_description {
	font-size: 14px;
}
.hotspot_description table {
	max-width: 400px;
}
.clearfix::after, .radio::after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  body.no-scroll {
    overflow-y: hidden !important;
  }
  .hotspot_wrapper.fancybox-content{
    width: 90% !important;
    height: 90% !important;
    padding: 0;
   }
  .fancybox-container.hotspot .fancybox-slide {
    padding: 0;
  }
  .hotspot_container{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    min-height: 100%;
    position: relative;
  }
  .hotspot_wrapper .fancybox-close-small {
    margin-top: 20px;
    margin-right: 20px;
  }
  .hotspot_description .table{
    margin: 0;
  }
  .hotspot_description .table th ,  .hotspot_description .table td{
   padding: 4px;
  }
/* lightbox */