/*---889590
TYPEKIT CSS FONTS
font-family: "freight-sans-pro",sans-serif; 
Book: 400 	
Medium: 500	

font-family: "freight-text-pro";
Medium: 500	
---*/

.underline{
    text-decoration: underline;
}

.mxwidth700{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-background-size:cover; 
  -moz-background-size:cover; 
  -o-background-size:cover; 
  background-size:cover; 
}

.developer-video{
    max-width: 1280px;
}
.developer-video iframe{
    padding-left: 15px;
    padding-right: 15px;
    height: 460px;
}
.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    background-color: #000;
    z-index: 9999;
}

.wrapper{
    position: relative;
}

.soori-bali-modal{
    background: rgba(167,172,162,0.8);
    width: 300px;
    height: 200px;
    position: fixed;
    bottom: 60px;
    left: 0;
    color: #fff;
    z-index: 3;
}
.caption-modal{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    margin:0 auto;
    text-align: center;
    width: 100%;
    padding: 30px;

}
.caption-modal h2{
    font-size: 18px;
}
.caption-modal img{
    width: 150px;
}
.caption-modal .divider-center{
    background-color: #fff;
}
#close{
    color:#fff;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top:0px;
    cursor:pointer;
    line-height: 25px;
    z-index: 2;
}

.remove{
    left:-300px;
}

.blockdisplay{
    display: block !important;
}

a{
    color: #58585b;
}

/*---
CB-SLIDESHOW
---*/
.cb-slideshow{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    height: 100%;
    position: absolute;
}
.cb-slideshow li{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

#gallerytile li span{
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s; 
}

#neighbourhoodtile li span{
    -webkit-animation: imageAnimation-nhood 24s linear infinite 0s;
    -moz-animation: imageAnimation-nhood 24s linear infinite 0s;
    -o-animation: imageAnimation-nhood 24s linear infinite 0s;
    -ms-animation: imageAnimation-nhood 24s linear infinite 0s;
    animation: imageAnimation-nhood 24s linear infinite 0s; 
}

#appointmenttile li span{
    -webkit-animation: imageAnimation-nhood 36s linear infinite 0s;
    -moz-animation: imageAnimation-nhood 36s linear infinite 0s;
    -o-animation: imageAnimation-nhood 36s linear infinite 0s;
    -ms-animation: imageAnimation-nhood 36s linear infinite 0s;
    animation: imageAnimation-nhood 36s linear infinite 0s; 
}

#neighbourhoodtile li:nth-child(1) span { 
    background-image: url('../img/site_images/chelsea-market-soori.jpg');
}
#neighbourhoodtile li:nth-child(2) span { 
    background-image: url('../img/site_images/high-line-park-soori.jpg');
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s; 
}
#neighbourhoodtile li:nth-child(3) span { 
    background-image: url('../img/site_images/whitney-museum-soori.jpg');
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s; 
}

#appointmenttile li:nth-child(1) span { 
    background-image: url('../img/site_images/tiles_appointment1.jpg');
}
#appointmenttile li:nth-child(2) span { 
    background-image: url('../img/site_images/tiles_appointment2.jpg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
#appointmenttile li:nth-child(3) span { 
    background-image: url('../img/site_images/tiles_appointment3.jpg');
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}

#gallerytile li:nth-child(1) span { 
    background-image: url('../img/gallery/thumbnail/soori-high-line-lobby.jpg');
}
#gallerytile li:nth-child(2) span { 
    background-image: url('../img/gallery/thumbnail/type-a-recreation-room.jpg');
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s; 
}
#gallerytile li:nth-child(3) span { 
    background-image: url('../img/gallery/thumbnail/type-e-swimming-pool.jpg');
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s; 
}
#gallerytile li:nth-child(4) span { 
    background-image: url('../img/gallery/thumbnail/type-e-living-dining.jpg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
#gallerytile li:nth-child(5) span { 
    background-image: url('../img/gallery/thumbnail/type-f-pool.jpg');
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s; 
}
#gallerytile li:nth-child(6) span { 
    background-image: url('../img/gallery/thumbnail/type-e-living-dining.jpg');
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}

.galleryicon{
    opacity: 0;
    transition:all 1s ease;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
        -webkit-animation-timing-function: ease-in; }
        12% { opacity: 1;
           -webkit-animation-timing-function: ease-out; }
           25% { opacity: 1 }
           40% { opacity: 0 }
           100% { opacity: 0 }
       }
       @-moz-keyframes imageAnimation { 
        0% { opacity: 0;
            -moz-animation-timing-function: ease-in; }
            12% { opacity: 1;
               -moz-animation-timing-function: ease-out; }
               25% { opacity: 1 }
               40% { opacity: 0 }
               100% { opacity: 0 }
           }
           @-o-keyframes imageAnimation { 
            0% { opacity: 0;
                -o-animation-timing-function: ease-in; }
                12% { opacity: 1;
                   -o-animation-timing-function: ease-out; }
                   25% { opacity: 1 }
                   40% { opacity: 0 }
                   100% { opacity: 0 }
               }
               @-ms-keyframes imageAnimation { 
                0% { opacity: 0;
                    -ms-animation-timing-function: ease-in; }
                    12% { opacity: 1;
                       -ms-animation-timing-function: ease-out; }
                       25% { opacity: 1 }
                       40% { opacity: 0 }
                       100% { opacity: 0 }
                   }
                   @keyframes imageAnimation { 
                    0% { opacity: 0;
                        animation-timing-function: ease-in; }
                        12% { opacity: 1;
                           animation-timing-function: ease-out; }
                           25% { opacity: 1 }
                           30% { opacity: 0 }
                           100% { opacity: 0 }
                       }

                       /* Animation for the slideshow images */
                       @keyframes imageAnimation-nhood { 
                        0% { opacity: 0;
                            -webkit-animation-timing-function: ease-in; }
                            15% { opacity: 1;
                               -webkit-animation-timing-function: ease-out; }
                               30% { opacity: 1 }
                               45% { opacity: 0 }
                               100% { opacity: 0 }
                           }

                           @-ms-keyframes imageAnimation-nhood { 
                            0% { opacity: 0;
                                -webkit-animation-timing-function: ease-in; }
                                15% { opacity: 1;
                                   -webkit-animation-timing-function: ease-out; }
                                   30% { opacity: 1 }
                                   45% { opacity: 0 }
                                   100% { opacity: 0 }
                               }

                               @-moz-keyframes imageAnimation-nhood { 
                                0% { opacity: 0;
                                    -webkit-animation-timing-function: ease-in; }
                                    15% { opacity: 1;
                                       -webkit-animation-timing-function: ease-out; }
                                       30% { opacity: 1 }
                                       45% { opacity: 0 }
                                       100% { opacity: 0 }
                                   }

                                   @-o-keyframes imageAnimation-nhood { 
                                    0% { opacity: 0;
                                        -webkit-animation-timing-function: ease-in; }
                                        15% { opacity: 1;
                                           -webkit-animation-timing-function: ease-out; }
                                           30% { opacity: 1 }
                                           45% { opacity: 0 }
                                           100% { opacity: 0 }
                                       }

                                       @-webkit-keyframes imageAnimation-nhood { 
                                        0% { opacity: 0;
                                            -webkit-animation-timing-function: ease-in; }
                                            15% { opacity: 1;
                                               -webkit-animation-timing-function: ease-out; }
                                               30% { opacity: 1 }
                                               45% { opacity: 0 }
                                               100% { opacity: 0 }
                                           }

/*---
SELECTION TEXT
---*/
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #58585b;
}

::selection {
    color: #fff;
    background: #58585b;
}

body, html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}


.divider {
    width: 40px;
    height: 1px;
    background-color: #e51937;
    margin: 15px 0;
}

.divider-center {
    width: 40px;
    height: 1px;
    background-color: #e51937;
    margin: 15px auto;
}

.divider-center-black {
    width: 40px;
    height: 1px;
    background-color: #000;
    margin: 8px auto;
}

.divider-center-gray {
    width: 40px;
    height: 1px;
    background-color: #58585b;
    margin: 30px auto;
}

.divider-center-white {
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 15px auto;
    display: none;
}

.amenities{
    font-family: 'freight-sans-pro',sans-serif;
    color:#58585b;
    margin-top: 20px;
    margin-bottom: 40px;
}

/*---
COLOURS
---*/
.white {
    color: #fff;
}

.gray {
    color: #58585b;
}

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

.bg-lgray {
    background-color: #e2e1dd;
}

.bg-dgray {
    background-color: #58585b;
}

.bg-green{
    background-color: #889590;
}

.lbrown { background-color:#b0aaa3;}
.cgray { background-color:#c3c5c6;}
.lyellow { background-color:#cfc390;}
.skyblue { background-color:#dbe4ea;}
.blue { background-color:#a3bdc8;}
.olive { background-color:#c6cab9;}
.nomadbrown { background-color:#b7b2a1;}
.sagegreen { background-color:#9aa084;}

/*---
HEADERS & PARAGRAPHS
---*/
.pre-header {
    font-size: 15px;
    line-height: 10px;
}

h1 {
    font-family: "freight-text-pro";
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
}

h1:not(.pre-header) {
    margin-bottom: 15px;
}

.main {
    font-size: 45px;
    line-height: 55px;
    margin: 20px 0px 40px 0px;
}

.main-small{
    font-size: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    -o-text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    -ms-text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.caption .calltoaction a{
    text-decoration: none;
    border:2px solid #fff;
    padding: 10px 20px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}

.caption .calltoaction a:hover{
    background-color: #fff;
}

.post-header {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}

.caption-slides h2 {
    font-size: 30px;
    color: #fff;
}

.explore-btn{
    position: absolute;
    bottom:0;
    width: 100px;
    height: 100px;
    left:0;
    right:0;
    margin: 0 auto;
    color: #fff;
    font-family: "freight-text-pro";
    font-size: 16px;
    text-align: center;
    opacity: 1;
    transition:opacity .3s ease;
    -webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
    -ms-transition:opacity .3s ease;
}

.explore-btn a{
    color: #fff;
    animation: fadeIn 2s infinite alternate;
}

@keyframes fadeIn { 
  from { opacity: 0; } 
}

div.vertical-line{
    width: 1px;
    background-color: #dbdad6;
    height: 65px;
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    margin-left: auto;
    margin-right: auto;
    opacity: .5;
}

.explore-btn:hover{
    opacity: 1;
}


.post-header{
    font-family: "freight-text-pro";
    font-size: 14px;
    color: #fff;
}


h2 {
    font-family: "freight-text-pro";
    font-weight: 500;
    font-size: 26px;
}

p {
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
    color: #58585b;
}

h3 {
    font-family: "freight-text-pro";
    font-weight: 500;
    letter-spacing: .025em;
    font-size: 24px;
    color: #58585b;
}

h4 {
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #58585b;
    margin-bottom: 15px;
}

.policy{
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
    color: #58585b;
}

.withIntro h1, .withIntro .calltoaction, .withIntro h3 {
    display: none;
}



footer h1 {
    font-size: 14px;
    line-height: 25px;
}

.readmore {
    font-family: "freight-text-pro";
    font-weight: 500;
    font-size: 14px;
    color: #58585b;
    cursor: pointer;
}

.readmore:hover {
    text-decoration: underline;
}

/*---
SECTION ROWS & PADDING
---*/
.toppad{
    padding-top: 110px;
    background: #e2e1dd;
}
.top_only {
    padding-top: 40px;
}

.top_only_s {
    padding-top: 20px;
}

.topbot_xl {
    padding: 150px 0;
}

.topbot_l {
    padding: 100px 0;
}

.topbot_m {
    padding: 40px 0;
}

.top_s{
    padding-top: 30px;
}

.topbot_s {
    padding: 30px 0;
}


.fullwidth{
    max-width: none;
}

.mwidth{
    max-width: 1200px;
}

.shortwidth {
    max-width: 900px;
}

.xsshortwidth{
    max-width: 700px;
}

.xxsshortwidth{
    max-width: 500px;
}

video#bgvid_short {
    height: 100%;
    width: 100%;
}

.gallery-container {
    width: 100%;
    height: 100%;
}


.bg-container {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.scroll{
    position: absolute;
    bottom: 10px;
    z-index: 4;
    color: #fff;
    width:50px;
    left: 50%;
    transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    animation-name: blink;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

.video-play{
    position: absolute;
    bottom: 10px;
    z-index: 4;
    color: #fff;
    width:30px;
    left: 10px;
    cursor: pointer;
}

@keyframes blink {
    0%   {opacity: 1;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes blink {
    0%   {opacity: 1;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes blink {
    0%   {opacity: 1;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes blink {
    0%   {opacity: 1;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}

.masthead-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.container-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.container-wrap-short {
    width: 100%;
    height: 750px;
    position: relative;
}



.bg-container-short {
    width: 100%;
    height: 750px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-container-card {
    width: 100%;
    position: relative;
    margin: 30px 0px 30px 0px;
}

.caption {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
}

.credits {
    position: absolute;
    bottom: 15px;
    left: 30px;
    text-align: right;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: -1px -1px 2px rgba(100, 100, 100, 1);
    z-index: 4;
    font-size: 13px;
}



/*#credits-home{
 display: none;
 font-size: 8px;
 }*/

 #credits-small{
   font-size: 13px;
}


.caption-slides {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.quo {
    width: 31px;
    height: 24px;
    background: url(../img/site_assets/quo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 25px;
}

.caption-small-title {
    margin: 0 auto;
    margin-bottom: 7px;
}

.caption-small-title p {
    font-size: 1.100em;
    color: #fff;
    font-family: "freight-text-pro";
    font-weight: 500;
    margin-bottom: 0px;
}

.caption-cta-button {
    margin-top: 15px;
}

.caption-slides .caption-cta-button a{
    font-size: 0.875em;
    color: #fff;
    font-family: "freight-text-pro";
    font-weight: 300;
}

.caption-slides .caption-cta-button a:hover{
    text-decoration: underline;
}

.v-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.nopadleftright{
    padding-left: 0;
    padding-right: 0;
}

figure{
    height: 410px;
    margin: 0;
}

figcaption{
    height: 410px;
    background-color: #fff;
    padding: 0 130px;
}

.calltoaction{
    margin-top: 30px;
    font-size: 0.95em;
    font-family: "freight-text-pro";
    font-weight: 300;
}

.calltoaction a{
    color: #58585b;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.calltoaction a:hover{
    color: #fff;
    background-color: #58585b;
    border: 1px solid #58585b;
}

.caption .calltoaction a{
    color: #fff;
    font-size: 0.95em;
    font-family: "freight-text-pro";
    font-weight: 300;
    text-decoration: none;
    border:2px solid #fff;
    padding: 10px 20px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}

.caption .calltoaction a:hover{
    background-color: #fff;
    color: #585858;
}


.video-bg:hover figure{
    opacity: 0.7;
}

.video-bg:hover figcaption{
    opacity: 1;
}


.container {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    z-index: 1;
    background-size: cover;
}

.showpanel {
    margin-top: 30px;
    display: none;
}

.videobox{
 position: absolute;
 bottom: 10px;
 left: 50%;
 transform: translateX(-50%);
 z-index: 2;
 cursor: pointer;
}

.playvideo {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    cursor: pointer;
}

.play-text {
    display: inline-block;
    font-family: 'freight-text-pro';
    font-size: 13px;
    color: #fff;
    position: relative;
    top: -3px;
    cursor: pointer;
}

.playvideo img {
    width: 70px;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    opacity: 0;
}

.bg-container-short:hover .playvideo img,
.videobox:hover .playvideo img
{
    opacity: 1;
}




#sookchanvid .v-align{
    position: relative;
    top: 94%;
    width: auto;
    text-align: right;
    padding-right: 10px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
}


#sookchanvid .playvideo img{
    width: 32px;
}

.galleryicon img {
    width: 40px;
}

.nhood-loc{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
}

.nhood-loc li{
    width: 450px;
    padding: 20px;
    display: inline-block;
    vertical-align: text-top;
}

.location-img{
    width: 100%;
    height: 270px;
}

.location-desc{
    position: relative;
    width: 100%;
    height: 305px;
    background-color: #fff;
    padding: 25px 30px;
    color: #58585b;
}

.location-desc .categories{
    font-family: 'freight-sans-pro';
    font-weight: 500;
    font-size: 14px;
}

.location-desc .location{
    font-family: 'freight-text-pro';
    font-weight: 500;
    font-size: 30px;
}
.location-desc a{
    position: absolute;
    width: 120px;
    left:0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 30px;
    border: 1px solid #58585b;
    font-family: 'freight-text-pro';
    font-size: 15px;
    line-height: 40px;
    transition:background-color 0.3s ease,color 0.3s ease;
}

.location-desc a:hover{
    background-color: #58585b;
    color:#fff;
}

.location-desc p{
    font-size: 15px;
}


.team-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    max-width: 1280px;
}

.team-list li{
    width: 32%;
    padding: 10px;
    display: inline-block;
    vertical-align: text-top;
}

.team-img{
    width: 100%;
    /*height: 270px;*/
}

.team-desc {
    position: relative;
    width: 100%;
    height: 530px;
    background-color: #fff;
    padding: 45px 20px;
    color: #58585b;
}

.team-desc .position{
    font-family: 'freight-sans-pro';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.team-desc .team-company {
    font-family: 'freight-text-pro';
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
}

.team-desc .team {
    font-family: 'freight-text-pro';
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

.team-desc a{
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #58585b;
    font-family: 'freight-text-pro';
    font-size: 15px;
    line-height: 40px;
    transition:background-color 0.3s ease,color 0.3s ease;
}

.team-desc a:hover{
    background-color: #58585b;
    color:#fff;
}

.team-desc p{
    font-size: 15px; 
}
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li{
    float: left;
    height: 200px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}





/*---
Google Map
---*/
.map-container{
	position: relative;
}

#map{
	width: 100%;
	height: 540px;
}

.mapoverlay {
   background:transparent;
   position:absolute; 
   width:100%;
   height:540px; /* your iframe height */
   top:540px;  /* your iframe height */
   margin-top:-540px;  /* your iframe height */
   z-index: 9999;
}

.iw-container{
	color:#fff;
	font-family: "freight-sans-pro",sans-serif;
    padding: 10px 0 10px 10px;
}

.iw-container h1{
	font-family: "freight-sans-pro",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 500;
}

.iw-container h2{
	font-family: "freight-sans-pro",sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.iw-container h3{
	font-family: "freight-sans-pro",sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.gm-style img{
	padding: 5px;
}

.iw-container h3 img{
	padding: 0px 5px 0px 0px !important;
	vertical-align: text-top;
}

.iw-container a{
    color: #fff;
    border-bottom: 1px solid;
    font-size: 13px;
}

.map-filter{
	position: absolute;
	top:100px;
	background-color:#000;
	color:#fff;
	
	font-size: 14px;
	font-weight:500;
	line-height: 30px;
	width: 200px;
}

.filtertitle{
	padding: 5px 20px;
	width: 100%;
}

.map-filter ul{
	list-style-type: none;
	padding: 0;
	margin:0;
	color: #fff;
	padding: 5px 20px;
	background-color: #282828;
}

.filtertitle::after{
	content: '▼';
	position: absolute;
	right: 5px;
	color: #fff;
	width: 20px;
}

.filter-list{
	display: none;
}


.map-filter img {
    width: 15px;
    margin-right: 5px;
}

.map-filter ul li{
	text-indent: 0;
	cursor: pointer;
	padding:5px 0px;
	transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-webkit-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
}

.soorititle{
    padding: 5px 20px;
    width: 100%;
    background-color: #58585b;
    cursor: pointer;
}

.soorititle img{
    width: 18px;
    position: relative;
    left: -3px;
    margin-right: 0px;
}

.map-filter ul li:hover{
	color:#e51937;
}

.map-filter ul li.active{
	color: red;
}

.filter-icon{
    vertical-align: text-top;
}

/*--- 
NEWS
---*/
/* News */

.news-list ul li{
    display: inline-block;
    padding: 10px;

}

.grid-ul{
    margin-left: 0px;
}

.grid-li{
    width: 289px;
    vertical-align: top;
    position: relative;
}

.grid-text{
    background-color: #e2e1dd;
    padding: 20px;
    height: 185px;
    text-align: left;
}

.grid-text h6{
    text-transform: uppercase;
    font-size: 0.875em;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 500;
}

.grid-li .news-cta-link {
    position: absolute;
    bottom: 20px;
}


.grid-li .news-cta-link a{
    font-size: 0.875em;
    color: #000;
    font-family: "freight-text-pro";
    font-weight: 300;
}

.grid-li .news-cta-link a::after {
    background: #e51937;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;

    transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
}


.grid-li .news-cta-link a:hover::after,
.grid-li .news-cta-link a:focus::after {
    opacity: 1;

    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}


/*---
Table
---*/
.tabledisplay {
    padding: 0px 100px 30px 100px;
    text-align: center;
}

.tabledisplay img{
    max-width: 850px;
    width: 100%;
}

#unitmix-table{
    width: 100%;
    height:auto;
    font-family: "freight-sans-pro",sans-serif;
    margin:0 auto;
    margin: 0px 0px 20px 0px;
}

#unitmix-table h1{
    font-family: "freight-sans-pro",sans-serif;
    font-size: 16px;
    line-height: 15px;
}

#unitmix-table th{
    width: 140px;
    padding:30px 0px;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
}

#unitmix-table tr{
    border-top:none;
    border-bottom:1px solid #838380;
}

#unitmix-table tr td{
    padding: 20px;
    font-size: 14px;
}

#unitmix-table .columns{
    padding: 0;
}


#floorplans-table { 
    border-collapse: collapse; 
    font-family: "freight-sans-pro",sans-serif;
    margin: 0 auto;
    margin-bottom:40px;
    padding: 0px 20px;
}

#floorplans-table tr {
  border-bottom: 1px solid #c6c5c3;
}

#floorplans-table tr:last-child {
  border-bottom: none;
}

#floorplans-table th {
  display: none;
}

#floorplans-table td {
  display: block;
}

#floorplans-table td:before {
  content: attr(data-th) ": ";
  font-weight: 500;
  width: 6.5em;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 5%;
}

#floorplans-table td:last-child{
    padding-bottom:20px;
}

#floorplans-table td:first-child{
  padding:20px 0px 0px 0px;
}

th{
    font-weight: 500;
}

#floorplans-table td {
    text-align:left;
}

@media (min-width: 600px) {
    #floorplans-table td:first-child{
      padding:20px 0px;
  }
  #floorplans-table td:before {
    display: none;
}
#floorplans-table th, #floorplans-table td {
    display: table-cell;
    padding: .25em .5em;
}
#floorplans-table th, #floorplans-table td {
    text-align:center;
}

#floorplans-table td:nth-child(3) {
    letter-spacing: 0.1em;
}

#floorplans-table th.narrow{
    width: 11.5%;
}

#floorplans-table td:last-child{
    padding-bottom:0px;
}
}

/*---
Gallery 
---*/

#galleria {
    height: 100%;
}


.galleria-counter span {
    display: inline-block;
    background: none;
    color: #fff;
    font-family: "freight-sans-pro",sans-serif;
    font-size: 16px;
}

.galleria-thumbnails .galleria-image {
    height: 220px;
    width: 200px;
    position: relative;
    background-color: transparent;
}

.galleria-thumbnails .galleria-thumbDesc {
    position: absolute;
    height: 45px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    text-transform: uppercase;
    color: gray;
    text-align: left;
}

.galleria-thumbnails .galleria-thumbDesc p {
    text-align: center;
    margin: 0;
    line-height: 21px;
    font-size: 12px;
}

.pre-footer {
    position: relative;
    padding: 10px 0;
    height: 70px;
}

.backtotop {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    background-image: url(../img/site_assets/backtotop.svg);
    background-repeat: no-repeat;
    opacity: .8;
    top: -40px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease cursor: pointer;
    z-index: 3;
}

.overview{
    width: 100%;
    height: 654px;
    background-image:url('../img/site_images/unit-mix.png');
    background-repeat: no-repeat;
    background-size:100%;
    background-position: center; 
}

.contact a{
    text-decoration: underline;
    color: #58585b;
    transition:color 0.3s ease;
    -moz-transition:color 0.3s ease;
    -webkit-transition:color 0.3s ease;
    -moz-transition:color 0.3s ease;
    -o-transition:color 0.3s ease;
}

.contact a:hover{
    color: #e51937;
}


/* VARIALBLE SLICK SLIDER*/
.variable{
    height: 100%;
}

.team_photo_static {
    width: 100%;
    list-style-type: none;
    margin:0;
    padding: 0;
    text-align: center;
}

.team_photo_static li{
    display: inline;
    margin:0;
    height: 472px;
}

.scda-link{
    background:none;
}

.scda-link a {
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
    color: #58585b;
}

.scda-link a:hover {
    color: #e51937;
}

/*---
FOOTER
---*/
.footer-width{
    max-width: 600px;
}

footer h2{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 13px;
}

footer h2 a{
    color: #fff;
}


footer {
    font-family: "freight-sans-pro",sans-serif;
    font-size: 12px;
    font-weight: 400;
    background: #58585b;
    color: #fff;
    position: relative;
}

.backtotop:hover {
    opacity: 1;
}

.footer-links a {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-links li a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: border .3s ease;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -o-transition: border .3s ease;
}

em {
    font-style: normal;
    line-height: inherit;
    color: white;
}

.footer-links li a:hover {
    border-bottom: 1px solid rgba(255,255,255,255.7);
}

.footer {
    height: 130px;
    
}

.footer-center {
    text-align: center;
}
.footer-pad{
    padding-bottom:20px;
}
#clockdiv {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
}

#clockdiv > div {
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,0.4);
    width: 125px;
    height: 45px;
}

#clockdiv > div:last-child {
    border-right: 0;
}

#clockdiv div > span {
    background: none;
    display: inline-block;
}

.smalltext {
    text-align: center;
    font-size: 12px;
}

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


.footer-main{
    background-color: #889590;
    width: 100%;
    position: relative;
    padding: 20px;
    font-size: 14px;
}

.footer-main a{
    color: #fff;
}


.footer-main .columns{
    padding: 0;
}

.footer-main p{
    color: #fff;
}

.separator{
    border-left: 1px solid #fff;
    opacity: 0.5;
    padding: 10px 0px;
    margin: 30px 20px;
}

.footer-main ul li{
    display: block;
    list-style-type: none;
}

.footer-left{
    z-index:1; 
    display: block;
    margin-bottom: 0;
    margin-left: 0;
}

.galleria-thumbnails-list{
    margin-top: 100px;
}

.footer-center{
    left:0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}

.footer-center .top{
 position: relative;
 top:-10px;
 padding-right: 40px;
}
#s-bali{
    height: 35px;
    padding-right: 20px;
}

#s-highline{
    height: 35px;
    padding-left: 20px;
}

.footer-left a{
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
}

.footer-left a:hover{
    opacity: 0.5;
}

.footer-right{
    z-index:1;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 0;
}

/*---
FORMS
---*/
.inquiries a{
    text-decoration: underline;
    transition:0.3s ease;
    -webkit-transition:color 0.3s ease;
    -moz-transition:color 0.3s ease;
    -o-transition:color 0.3s ease;
    -ms-transition:color 0.3s ease;
}

.inquiries a:hover{
 color:#889590;
}

.errortext{
    color: #e51937;
    font-weight: 500;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #58585b;
    padding: 3px 3px;
    font-size: 16px;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 500;
    color: #58585b;
}

html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background:#58585b;
    color: #dbdad6;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #58585b;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #58585b;
  background-color: transparent;
  border-radius: 0;
  font-size:14px;
  font-family: "freight-sans-pro",sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none; /* mobile firefox too! */
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #f7f6f5;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; 
}

[type='text']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:    #58585b;
    font-size:14px;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
}

[type='text']:moz-placeholder, [type='password']:moz-placeholder, [type='date']:moz-placeholder, [type='datetime']:moz-placeholder, [type='datetime-local']:moz-placeholder, [type='month']:moz-placeholder, [type='week']:moz-placeholder, [type='email']:moz-placeholder, [type='number']:moz-placeholder, [type='search']:moz-placeholder, [type='tel']:moz-placeholder, [type='time']:moz-placeholder, [type='url']:moz-placeholder, [type='color']:moz-placeholder,
textarea:moz-placeholder {
   color:    #58585b;
   opacity:  1;
   font-size:14px;
   font-family: "freight-sans-pro",sans-serif;
   font-weight: 400;
}

[type='text']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   color:    #58585b;
   font-size:14px;
   font-family: "freight-sans-pro",sans-serif;
   font-weight: 400;
}

.formelement-textarea.formerror,
input.formelement-textfield.formerror,
textarea.formerror,
select.formerror
{
    border: 1px solid #e51937;
}