.TableCell a {color:#212226; text-decoration: none; transition: all 0.5s linear; cursor:pointer}  
.TableCell a:hover {color:#fff;text-decoration: none; transition: all 0.5s linear;cursor:pointer}   

   .Clear {
        clear: both;
        margin: 0px;
        padding: 0px;
    }

    .alignleft, .FloatL {
        float: left !important;
    }
    .alignleft {
        margin: 25px 25px 25px 0;
    }
    .alignright, .FloatR {
        float: right !important;
    }
    .alignright {
        margin: 25px 0 25px 25px;
    }
    .aligncenter {
        display: block;
        margin: 0 auto;
    }

    .textLeft {
        text-align: left;
    }
    .textCenter{
        text-align: center  !important;
    }
    .textRight {
        text-align: right;
    }
    .textUppercase {
        text-transform: uppercase !important;
    }
    .textItalic {
        font-style: italic !important;
    }

    .Table {
        display: table;
        width: 100%;
        height: 100%;
    }
    .TableCell {
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }


    .Cl {
        display: block;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
    }
    .Cl.Cl1-1 {
        width: 100%;
    }
    .Cl.Cl1-2 {
        width: 50%;
    }
    .Cl.Cl1-3 {
        width: 33.333%;
    }
    .Cl.Cl365 {
        width: 365px;
    }
    .Cl.Cl535 {
        width: 425px;
    }



    .OnlyNotPhone {
        display: block !important;
    }
    .OnlyPhone {
        display: none !important;
    }


    .Relative {
        position: relative;
    }


    .Console {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99999;
        display: block;
        width: 100px;
        height: 30px;
        background: #fff;
        color: #000;
    }
    .mainimage {
        position: absolute;
        top: -10000px;
        left: -10000px;
        opacity: 0;
    }
    .gcontacts{
        position: absolute;
        bottom:0;
        z-index: 3;
        color: #fefefe;
    }
/* ------------
   Loader
   ------------ */

   body.Hide {
    background: #fff;
}
#Loader {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    opacity: 0;

    background: #fff;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.ieOld #Loader {
    display: none;
}

.LoaderMain #Loader.Main {
    z-index: 999;
}
.LoaderSub #Loader.Sub {
    z-index: 997;
}


#Loader .Background {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
#Loader.Main .Background {
    background: url('img/LoaderMain.gif') center center no-repeat #fff;
    z-index: 2;
}
#Loader.Sub .Background {
    background: url('img//LoaderSub.gif') center center no-repeat #fff;
    z-index: 1;
}




.LoaderMain.LoaderStart #Loader.Main {
    opacity: 1;
}
.ieOld .LoaderMain.LoaderStart #Loader.Main {
    display: block !important;
}
.LoaderSub.LoaderStart #Loader.Sub {
    opacity: 1;
}
.ieOld .LoaderSub.LoaderStart #Loader.Sub {
    display: block !important;
}
.LoaderMain.LoaderEnd #Loader.Main {
    opacity: 0;
}
.ieOld .LoaderMain.LoaderEnd #Loader.Main {
    display: none !important;
}
.LoaderSub.LoaderEnd #Loader.Sub {
    opacity: 0;
}
.ieOld .LoaderSub.LoaderEnd #Loader.Sub {
    display: none !important;
}


.LoaderSmall {
    display: block;
    width: 32px;
    height: 32px;
    background: url('img//LoaderSmall.gif') center center no-repeat;
}




#Menu.Pc {
    display: block;
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
}
.musetopoff #Menu.Pc { display: none; }


#Menu.Pc .Logo {
    display: block;
    width: 94px;
    height: 75px;
    margin: 0 auto;
    background: url('img//LogoSmall.png') center center no-repeat;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #Menu.Pc .Logo {
        background: url('img//Logo.png') center center no-repeat;
        background-size: contain;
    }
}

#Menu.Pc .Logo:not(.active):hover {
    opacity: 0.6;
}
#Menu.Pc .Fullscreen {
    display: block;
    width: 27px;
    height: 21px;
    background: url('img//BtFullscreen.png') center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 25px;
}
#Menu.Pc .Fullscreen:hover {
    opacity: 0.7;
}

#Menu.Pc .Links {
    width: 410px;
}
#Menu.Pc .Links.Left {
    float: left;
    text-align: right;
    padding-left: 65px;
}
#Menu.Pc .Links.Right {
    float: right;
    text-align: left;
}
#Menu.Pc .Links.AbsoluteRight {
    float: right;
    text-align: left;
    width: auto;
    position: absolute;
    top: 7px;
    right: 30px;
    height: 60px;
}
.tablet #Menu.Pc .Links.AbsoluteRight { display: none; }

#Menu.Pc .Links a,
#Menu.Pc .Links div {
    /*    display: inline-block;*/
    display: block;
    height: 75px;
    float: left;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 75px;
    letter-spacing: 2px;
    color: #8a8a8a;

    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 11px;
}
#Menu.Pc .Links a:last-child,
#Menu.Pc .Links div:last-child {
    border-right: 1px solid #eeeeee;
}
#Menu.Pc .Links div.Off {
    cursor: default;
}
#Menu.Pc .Links a.active {
    cursor: default;
}
#Menu.Pc .Links a:hover, #Menu.Pc .Links a.active {
    background-color: #f4f4f4;
}



#Menu.Pc .Links.AbsoluteRight a {
    display: block;
    height: 20px; line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-align: right;
    border-left: none !important;
    border-right: none !important;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-size: 11px;
    letter-spacing: 0px;
    float: none;
}
@media screen and (min-width: 1450px) {
    #Menu.Pc .Links.AbsoluteRight a {
        height: 60px;
        line-height: 60px;
        float: left;
        margin-left: 20px;
    }
}


#Menu.Pc .Links.AbsoluteRight a:hover, #Menu.Pc .Links.AbsoluteRight a.active {
    background: none;
}
#Menu.Pc .Links.AbsoluteRight a span {
    opacity: 1;
}

    .ieOld #Menu.Pc .Links.AbsoluteRight a {
        float: none;
        line-height: 17px;
    }
    .ieOld #Menu.Pc .Links.AbsoluteRight a {
        padding: 18px 10px 2px;
    }
    .ieOld #Menu.Pc .Links.AbsoluteRight a+a {
        padding: 2px 10px 18px;
    }
    .ieOld #Menu.Pc .Links.AbsoluteRight a.Marg {
        margin-right: 0px;
    }

    #Menu.Pc a span {
        opacity: 0;
    }
    #Menu.Pc a.building {
        width: 78px;
        background: url('img/MenuBuildingSmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.residences {
        width: 94px;
        background: url('img/MenuResidencesSmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.boutique {
        width: 80px;
        background: url('img/MenuBoutiqueSmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.floorplans {
        width: 94px;
        background: url('img/MenuFloorplansSmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.team {
        width: 53px;
        background: url('img/MenuTeamSmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.neighborhood {
        width: 115px;
        background: url('img/MenuNeighborhoodSmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.gallery {
        width: 73px;
        background: url('img/MenuGallerySmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.contact {
        width: 74px;
        background: url('img/MenuContactSmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.press {
        width: 59px;
        background: url('img/MenuPressSmall.png?2') center center no-repeat;
    }
    #Menu.Pc a.live-camera {
        width: 74px;
        background: url('img/MenuLiveCameraSmall.png?4') center center no-repeat;
    }
    #Menu.Pc a.wellness-residences {
        width: 92px;
        background: url('img/MenuWellnessSmall.png?5') center center no-repeat;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {

        #Menu.Pc .Links a,
        #Menu.Pc .Links div {
            background-size: contain !important;
        }
        #Menu.Pc a.building {
            width: 78px;
            background: url('img/MenuBuilding.png') center center no-repeat;
        }
        #Menu.Pc a.residences {
            width: 94px;
            background: url('img/MenuResidences.png') center center no-repeat;
        }
        #Menu.Pc a.boutique {
            width: 80px;
            background: url('img/MenuBoutique.png') center center no-repeat;
        }
        #Menu.Pc a.floorplans {
            width: 94px;
            background: url('img/MenuFloorplans.png') center center no-repeat;
        }
        #Menu.Pc a.team {
            width: 53px;
            background: url('img/MenuTeam.png') center center no-repeat;
        }
        #Menu.Pc a.neighborhood {
            width: 115px;
            background: url('img/MenuNeighborhood.png') center center no-repeat;
        }
        #Menu.Pc a.gallery {
            width: 73px;
            background: url('img/MenuGallery.png') center center no-repeat;
        }
        #Menu.Pc a.contact {
            width: 74px;
            background: url('img/MenuContact.png') center center no-repeat;
        }
        #Menu.Pc a.press {
            width: 59px;
            background: url('img/MenuPress.png') center center no-repeat;
        }
        #Menu.Pc a.live-camera {
            width: 74px;
            background: url('img/MenuLiveCamera.png?4') center center no-repeat;
        }
        #Menu.Pc a.wellness-residences {
            width: 92px;
            background: url('img/MenuWellness.png?5') center center no-repeat;
        }
    }




    .ieOld #Menu.Pc .Logo {
        background: url('img/LogoSmall.png') center center no-repeat !important;
    }



    #Menu.Mobile {
        display: none;
        width: 100%;
        height: 50px;
        position: fixed;
        z-index: 998;
        top: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    }
    #Menu.Mobile .Logo {
        display: block;
        width: 135px;
        height: 25px;
        background: url('img//Logo.png') top center no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        margin-top: 13px;
        left: 50%;
        margin-left: -67px;
        z-index: 3;
    }
    #Menu.Mobile .ToggleMenu {
        width: 90%;
        height: 50px;
        background: url('img//BtMenu.png') center left no-repeat;
        position: absolute;
        top: 13px;
        left: 5%;
        z-index: 2;
        zoom: 0.7;
    }
    #Menu.Mobile .Links {
        display: none;
        width: 100%;
        background: #f9f9f9;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 1;
    }
    #Menu.Mobile .Links a,
    #Menu.Mobile .Links .BlankBorder {
        display: block;
        width: 33.333%;
        height: 25.1%;
        float: left;

        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        letter-spacing: 2px;
        color: #8a8a8a;
        background: #fff;

        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;

        border-right: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
    }
    #Menu.Mobile .Links a:nth-child(2n+1) {
        background: #f9f9f9;
    }
    #Menu.Mobile .Links a span {
        display: block;
    }
    #Menu.Mobile .Links a.active {
    }





    #Contents {
        width: 100%;
        height: auto;
    }
    .computer #Contents {
        position: fixed;
        z-index: 2;
        top: 0;
    }
    .tablet #Contents,
    .phone #Contents {
        overflow-y: scroll;
        height: 100%;
    }
    .tablet #Contents {
        padding: 75px 0px 0px;
    }


    .tablet.musetopoff #Contents { padding: 0px; }




    #Contents .Space {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 0;
		border: 1px solid red;
    }
    .phone #Contents .Space { padding-top: 0px; }
    .tablet #Contents .Space { padding-top: 0px; }

    .musetopoff #Contents .Space { padding-top: 0px; }


    #Content {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    #Contents .Content {
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
    }
    #Contents .Content.pt-page-current { display: block; }




    .tablet #Contents .Content,
    .phone #Contents .Content { height: auto; }

    #ContentsExtra {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 75px;
        z-index: 0;
    }
    #ContentsExtra .Page { display: none; }
    .building #ContentsExtra .Page.Building { display: block; }


    #scrollbarBody .scrollbar {
        opacity: 0;
        z-index: 999;
        -webkit-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        transition: opacity 0.1s;
    }
    #scrollbarBody.move .scrollbar,
    #scrollbarBody .scrollbar:hover {
        opacity: 1;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }










    .Page.Building {
        height: auto;
    }


    .Page.Team {
        height: auto;
    }


                .Page.Gallery {
                    height: auto;
                }




    .Page.Press {
        height: auto;
    }




    .Page.Disclaimers {
        height: auto;
    }




    .BtClose {
        display: none;
        width: 47px;
        height: 47px;
        /*background: url('../img/dok/BtClose.png') top right no-repeat;*/
        position: absolute;
        z-index: 999;
		cursor:pointer;
		color:#fec106;
		background-color:#212226;
		border-radius:50%
    }
    .BtCloseNormal {
        display: block;
        width: 29px;
        height: 29px;
        background: url('../img/dok/BtCloseNormal.png') center center no-repeat;
    }



    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {

        .BtCloseNormal {
            background: url('img/BtCloseNormalRetina.png') center center no-repeat;
            background-size: 45% !important;
        }

    }

    .BtCloseNormal:hover {
        opacity: 0.7;
    }




    .Container {
        display: block;
        width: 960px;
        margin: 0 auto;
    }

    .Page {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }


    img.Buffor {
        display: none !important;
    }


    .Page .SlidesPack {
        position: absolute;
        -webkit-transition: 1s top cubic-bezier(.53,.01,0,.99), 1s bottom cubic-bezier(.53,.01,0,.99);
        -moz-transition: 1s top cubic-bezier(.53,.01,0,.99), 1s bottom cubic-bezier(.53,.01,0,.99);
        -o-transition: 1s top cubic-bezier(.53,.01,0,.99), 1s bottom cubic-bezier(.53,.01,0,.99);
        transition: 1s top cubic-bezier(.53,.01,0,.99), 1s bottom cubic-bezier(.53,.01,0,.99);
    }
    .Page .Slides {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .Page .Slide {
        display: block;
        width: 100%;
        position: relative;
    }




    .Page .Slides .Items {
        display: block;
        width: 50%;
        position: absolute;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: 1s top cubic-bezier(.53,.01,0,.99), 1s bottom cubic-bezier(.53,.01,0,.99);
        -moz-transition: 1s top cubic-bezier(.53,.01,0,.99), 1s bottom cubic-bezier(.53,.01,0,.99);
        -o-transition: 1s top cubic-bezier(.53,.01,0,.99), 1s bottom cubic-bezier(.53,.01,0,.99);
        transition: 1s top cubic-bezier(.53,.01,0,.99), 1s bottom cubic-bezier(.53,.01,0,.99);
    }

    .Page.Start .Slides .Items {
        -webkit-transition: 0.01s top cubic-bezier(.53,.01,0,.99), 0.01s bottom cubic-bezier(.53,.01,0,.99);
        -moz-transition: 0.01s top cubic-bezier(.53,.01,0,.99), 0.01s bottom cubic-bezier(.53,.01,0,.99);
        -o-transition: 0.01s top cubic-bezier(.53,.01,0,.99), 0.01s bottom cubic-bezier(.53,.01,0,.99);
        transition: 0.01s top cubic-bezier(.53,.01,0,.99), 0.01s bottom cubic-bezier(.53,.01,0,.99);
    }
    .Page .Slides .Items.LeftSide {
        left: 0;
    }
    .Page .Slides .Items.RightSide {
        right: 0;
    }

    .Page .Slides .Items.Static {
        position: relative;
        height: 100%;
    }
    .Page .Slides .Items.Static.LeftSide {
        float: left;
    }
    .Page .Slides .Items.Static.RightSide {
        float: right;
    }

    .Page .Slides .Items.Static .Slide {
        position: absolute;
    }


    .Page .Backgrounds {
        display: block;
        width: 100%;
        position: absolute;
        overflow: hidden;
        z-index: 0;
    }




    .Page .NavSlide {
        display: block;
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 30px;
        z-index: 99;
    }
    .Page .NavSlide a,
    .Page .NavSlide .Subslide a {
        display: block;
        width: 10px;
        height: 10px;
        position: relative;
    }
    .Page .NavSlide .Subslide a:first-child { margin-top: 0; }
    .Page .NavSlide a .Point {
        display: block;
        width: 10px;
        height: 10px;
        background: #808080;
        margin: 14px 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        top: -14px;
        right: 0;
        z-index: 2;
    }
    .Page .NavSlide a {
        margin: 14px 0 14px 0;
        -webkit-transition: 0.3s margin cubic-bezier(0, 0, .32, 1);
        -moz-transition: 0.3s margin cubic-bezier(0, 0, .32, 1);
        -o-transition: 0.3s margin cubic-bezier(0, 0, .32, 1);
        transition: 0.3s margin cubic-bezier(0, 0, .32, 1);
    }
    .Page .NavSlide a.anim {
        margin: 22px 0 22px 0;
    }
    .Page .NavSlide a.active .Point {
        background: #bfa65b;
    }
    .Page .NavSlide .Subslide a .Point {
        background: #bfa65b;
    }
    .Page .NavSlide .Subslide a.active .Point {
        opacity: 0.4;
    }

    .Page .NavSlide .Subslide {
        height: 0px;
        overflow: hidden;

        -webkit-transition: 0.3s height cubic-bezier(0, 0, .32, 1);
        -moz-transition: 0.3s height cubic-bezier(0, 0, .32, 1);
        -o-transition: 0.3s height cubic-bezier(0, 0, .32, 1);
        transition: 0.3s height cubic-bezier(0, 0, .32, 1);
    }
    .Page .NavSlide .Subslide.active {
        -webkit-transition: 0.3s height cubic-bezier(0, 0, .32, 1) 0.8s;
        -moz-transition: 0.3s height cubic-bezier(0, 0, .32, 1) 0.8s;
        -o-transition: 0.3s height cubic-bezier(0, 0, .32, 1) 0.8s;
        transition: 0.3s height cubic-bezier(0, 0, .32, 1) 0.8s;
    }
    .Page .NavSlide .Subslide[data-section="ResidenceFeatures"].active { height: 120px; }
    .Page .NavSlide .Subslide[data-section="FullyFinishedHomes"].active { height: 144px; }
    .Page .NavSlide .Subslide[data-section="RevolutionarySmartHomeFeatures"].active { height: 144px; }
    .Page .NavSlide .Subslide[data-section="TheKitchenExperience"].active { height: 96px; }
    .Page .NavSlide .Subslide[data-section="TheEnSuite"].active { height: 120px; }



    .Page .NavSlide a .Hint {
        display: block;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        color: #8a8a8a;
        white-space: nowrap;
        position: absolute;
        top: -9px;
        right: -9px;
        z-index: 1;
    }


    .Page .NavSlide a .Hint .Roll {
        display: block;
        width: 0%;
        background: transparent;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 20px;
        padding: 5px 2px 3px 20px;
        float: right;

        -webkit-transition: 0.3s width cubic-bezier(0, 0, .32, 1), 0.05s background linear 0.2s;
        -moz-transition: 0.3s width cubic-bezier(0, 0, .32, 1), 0.05s background linear 0.2s;
        -o-transition: 0.3s width cubic-bezier(0, 0, .32, 1), 0.05s background linear 0.2s;
        transition: 0.3s width cubic-bezier(0, 0, .32, 1), 0.05s background linear 0.2s;
    }
    .Page .NavSlide a:hover .Hint .Roll,
    .Page .NavSlide a.anim .Hint .Roll {
        width: 100%;
        background: #f4f4f4;

        -webkit-transition: 0.3s width cubic-bezier(0, 0, .32, 1), 0.1s background linear;
        -moz-transition: 0.3s width cubic-bezier(0, 0, .32, 1), 0.1s background linear;
        -o-transition: 0.3s width cubic-bezier(0, 0, .32, 1), 0.1s background linear;
        transition: 0.3s width cubic-bezier(0, 0, .32, 1), 0.1s background linear;
    }
    .Page .NavSlide a .Hint .Title {
        display: block;
        width: auto;
        overflow: hidden;
        opacity: 0;
        padding: 0 10px 0 0;

        -webkit-transition: 0.3s opacity linear;
        -moz-transition: 0.3s opacity linear;
        -o-transition: 0.3s opacity linear;
        transition: 0.3s opacity linear;
    }
    .Page .NavSlide a:hover .Hint .Title,
    .Page .NavSlide a.anim .Hint .Title{
        opacity: 1;
        -webkit-transition: 0.3s opacity linear;
        -moz-transition: 0.3s opacity linear;
        -o-transition: 0.3s opacity linear;
        transition: 0.3s opacity linear;
    }









/*

==== TRANSITIONS ====

*/

.pt-perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pt-page-current,
.no-js .pt-page {
    visibility: visible;
    z-index: 1;
}
.no-js body {
    overflow: auto;
}
.pt-page-ontop {
    z-index: 999;
}
.pt-triggers {
    position: absolute;
    width: 300px;
    z-index: 999999;
    top: 12%;
    left: 50%;
    margin-top: 130px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.no-js .pt-triggers {
    display: none;
}
.pt-triggers .dl-menuwrapper button,
.pt-touch-button {
    border: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 20px;
    padding: 0px 20px;
    line-height: 50px;
    height: 50px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
    display: block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pt-touch-button {
    background: #fff;
    color: #aaa;
}
.pt-triggers .dl-menuwrapper button {
    margin-bottom: 0;
}
.pt-touch-button:active {
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.touch .pt-triggers .dl-menuwrapper {
    display: none;
}







/* ------------
   Scroll
   ------------ */

   .scrollbarEngine {
    width: 100%;
    height: 100%;
    z-index: 99;
}
.scrollbarEngine .viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .scrollbarEngine .overview {
        width: 100%;
        list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
        .scrollbarEngine .scrollbar {
            position: absolute;
            top: 0;
            right: 0;
            width: 26px;
            height: 100%;
            z-index: 99;
        }
        .scrollbarEngine .track {
            height: 100%;
            width:26px;
            position: relative;
        }
        .scrollbarEngine .thumb {
            display: block;
            width: 12px;
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 4px;
            padding: 15px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .scrollbarEngine .thumb .end {
            display: block;
            width: 100%;
            height: 100%;
            background: #efefef;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }
        .scrollbarEngine .thumb:hover .end {
            background: #c7c7c7;
        }
        .scrollbarEngine .thumb:active .end {
            background: #9f9f9f;
        }
        .scrollbarEngine .disable { display: none; }
        .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }










        .computer.ieNo .EffectSpecial.Opacity {
            opacity: 0 !important;
            -webkit-transition: opacity 1s ease-in;
            -moz-transition: opacity 1s ease-in;
            -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.Opacity.Start {
            opacity: 1 !important;
            -webkit-transition: opacity 1s ease-in;
            -moz-transition: opacity 1s ease-in;
            -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
        }


        .computer.ieNo .EffectSpecial.Top {
            top: -200px;
            opacity: 0;
            -webkit-transition: top 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: top 0.6s ease-in, opacity 1s ease-in;
            -o-transition: top 0.6s ease-in, opacity 1s ease-in;
            transition: top 0.6s ease-in, opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.Top.Start {
            top: 0px;
            opacity: 1;
            -webkit-transition: top 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: top 0.6s ease-in, opacity 1s ease-in;
            -o-transition: top 0.6s ease-in, opacity 1s ease-in;
            transition: top 0.6s ease-in, opacity 1s ease-in;
        }

        .computer.ieNo .EffectSpecial.TopInvert {
            top: 200px;
            opacity: 0;
            -webkit-transition: top 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: top 0.6s ease-in, opacity 1s ease-in;
            -o-transition: top 0.6s ease-in, opacity 1s ease-in;
            transition: top 0.6s ease-in, opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.TopInvert.Start {
            top: 0px;
            opacity: 1;
            -webkit-transition: top 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: top 0.6s ease-in, opacity 1s ease-in;
            -o-transition: top 0.6s ease-in, opacity 1s ease-in;
            transition: top 0.6s ease-in, opacity 1s ease-in;
        }

        .computer.ieNo .EffectSpecial.Left {
            left: -200px;
            opacity: 0;
            -webkit-transition: left 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: left 0.6s ease-in, opacity 1s ease-in;
            -o-transition: left 0.6s ease-in, opacity 1s ease-in;
            transition: left 0.6s ease-in, opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.Left.Start {
            left: 0px;
            opacity: 1;
            -webkit-transition: left 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: left 0.6s ease-in, opacity 1s ease-in;
            -o-transition: left 0.6s ease-in, opacity 1s ease-in;
            transition: left 0.6s ease-in, opacity 1s ease-in;
        }

        .computer.ieNo .EffectSpecial.LeftInvert {
            left: 200px;
            opacity: 0;
            -webkit-transition: left 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: left 0.6s ease-in, opacity 1s ease-in;
            -o-transition: left 0.6s ease-in, opacity 1s ease-in;
            transition: left 0.6s ease-in, opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.LeftInvert.Start {
            left: 0px;
            opacity: 1;
            -webkit-transition: left 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: left 0.6s ease-in, opacity 1s ease-in;
            -o-transition: left 0.6s ease-in, opacity 1s ease-in;
            transition: left 0.6s ease-in, opacity 1s ease-in;
        }



        .computer.ieNo .EffectSpecial.MargLeft {
            margin-left: -100px;
            opacity: 0;
            -webkit-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            -o-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            transition: margin-left 0.6s ease-in, opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.MargLeft.Start {
            margin-left: 0px;
            opacity: 1;
            -webkit-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            -o-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            transition: margin-left 0.6s ease-in, opacity 1s ease-in;
        }



        .computer.ieNo .EffectSpecial.MargLeftInvert {
            margin-left: 100px;
            opacity: 0;
            -webkit-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            -o-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            transition: margin-left 0.6s ease-in, opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.MargLeftInvert.Start {
            margin-left: 0px;
            opacity: 1;
            -webkit-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            -o-transition: margin-left 0.6s ease-in, opacity 1s ease-in;
            transition: margin-left 0.6s ease-in, opacity 1s ease-in;
        }



        .computer.ieNo .EffectSpecial.Right {
            right: -200px;
            opacity: 0 !important;
            -webkit-transition: right 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: right 0.6s ease-in, opacity 1s ease-in;
            -o-transition: right 0.6s ease-in, opacity 1s ease-in;
            transition: right 0.6s ease-in, opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.Right.Start {
            right: 0px;
            opacity: 1 !important;
            -webkit-transition: right 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: right 0.6s ease-in, opacity 1s ease-in;
            -o-transition: right 0.6s ease-in, opacity 1s ease-in;
            transition: right 0.6s ease-in, opacity 1s ease-in;
        }




        .computer.ieNo .EffectSpecial.MargTop {
            margin-top: 100px;
            opacity: 0;
            -webkit-transition: margin-top 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: margin-top 0.6s ease-in, opacity 1s ease-in;
            -o-transition: margin-top 0.6s ease-in, opacity 1s ease-in;
            transition: margin-top 0.6s ease-in, opacity 1s ease-in;
        }
        .computer.ieNo .EffectSpecial.MargTop.Start {
            margin-top: 0px;
            opacity: 1;
            -webkit-transition: margin-top 0.6s ease-in, opacity 1s ease-in;
            -moz-transition: margin-top 0.6s ease-in, opacity 1s ease-in;
            -o-transition: margin-top 0.6s ease-in, opacity 1s ease-in;
            transition: margin-top 0.6s ease-in, opacity 1s ease-in;
        }

        .computer.ieNo .EffectSpecial.Delay100 {
            transition-delay: 0.1s !important;
            -webkit-transition-delay: 0.1s !important;
            -moz-transition-delay: 0.1s !important;
            -o-transition-delay: 0.1s !important;
        }
        .computer.ieNo .EffectSpecial.Delay200 {
            transition-delay: 0.2s !important;
            -webkit-transition-delay: 0.2s !important;
            -moz-transition-delay: 0.2s !important;
            -o-transition-delay: 0.2s !important;
        }
        .computer.ieNo .EffectSpecial.Delay300 {
            transition-delay: 0.3s !important;
            -webkit-transition-delay: 0.3s !important;
            -moz-transition-delay: 0.3s !important;
            -o-transition-delay: 0.3s !important;
        }
        .computer.ieNo .EffectSpecial.Delay400 {
            transition-delay: 0.4s !important;
            -webkit-transition-delay: 0.4s !important;
            -moz-transition-delay: 0.4s !important;
            -o-transition-delay: 0.4s !important;
        }
        .computer.ieNo .EffectSpecial.Delay600 {
            transition-delay: 0.6s !important;
            -webkit-transition-delay: 0.6s !important;
            -moz-transition-delay: 0.6s !important;
            -o-transition-delay: 0.6s !important;
        }









/*

==== HOME ====

*/


.Page.Main .Inside {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.1);
}
.Page.Main .Inside .Link {
    text-decoration: none;
}
.Page.Main .Inside .Logo {
    display: block;
    width: 560px;
    height: 142px;
   
    margin: 0 auto;
    position: relative;
    top: 0px;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition:all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.Page.Main .Inside .Text {
    display: block;
    width: 170px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 35px 0 45px 0;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    top: 0px;
    opacity: 1;

    -webkit-transition: all 0.35s 0.05s;
    -moz-transition:all 0.35s 0.05s;
    -o-transition: all 0.35s 0.05s;
    transition: all 0.35s 0.05s;
}
.Page.Main .Inside .Arrow {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 0;
    position: relative;
    top: 0px;
    opacity: 1;

    -webkit-transition: all 0.35s 0.1;
    -moz-transition:all 0.35s 0.1s;
    -o-transition: all 0.35s 0.1s;
    transition: all 0.35s 0.1s;
}
.Page.Main .Inside .Arrow .Svg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.Page.Main .Inside .Arrow .In {
    fill: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.Page.Main .Inside .Arrow.hover .In { fill: #000; }
.Page.Main .Inside .Arrow .Shadow {
    display: block;
    width: 62px;
    height: 62px;
    background: #fff;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    opacity: 0;
    position: absolute;
    top: -6px;
    left: -6px;
    -webkit-transition: all 0.2s, opacity 0.3s;
    -moz-transition: all 0.2s, opacity 0.3s;
    -o-transition: all 0.2s, opacity 0.3s;
    transition: all 0.2s, opacity 0.3s;
}
.Page.Main .Inside .Arrow.hover .Shadow {
    width: 49px;
    height: 49px;
    opacity: 1;
    top: 0px;
    left: 0px;
}




.Page.Main.mouseStop .Inside .Logo,
.Page.Main.mouseStop .Inside .Text,
.Page.Main.mouseStop .Inside .Arrow,
.Page.Main.hideLogo .Inside .Logo,
.Page.Main.hideLogo .Inside .Text,
.Page.Main.hideLogo .Inside .Arrow {
    top: 200px;
    opacity: 0;
}

.Page.Main.mouseStop .Inside .Logo {
    -webkit-transition: all 0.35s 0.1;
    -moz-transition:all 0.35s 0.1s;
    -o-transition: all 0.35s 0.1s;
    transition: all 0.35s 0.1s;
}
.Page.Main.mouseStop .Inside .Text {
    -webkit-transition: all 0.35s 0.05s;
    -moz-transition:all 0.35s 0.05s;
    -o-transition: all 0.35s 0.05s;
    transition: all 0.35s 0.05s;
}
.Page.Main.mouseStop .Inside .Arrow {
    -webkit-transition: all 0.35s;
    -moz-transition:all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}







.Page.Main .jp-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.phone .Page.Main .jp-video,
.tablet .Page.Main .jp-video { display: none !important; }

.Page.Main .jp-video .jp-type-single {
    height: 100%;
    margin: 0 auto;
}
.Page.Main .jp-gui {
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0;
}
.Page.Main .jp-video .jp-interface {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    bottom: 0;
    opacity: 1;

    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
}
.Page.Main .jp-video div.jp-progress {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 95px 0 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.Page.Main .jp-video .jp-seek-bar {
    width: 0px;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.Page.Main .jp-video .jp-seek-bar .jp-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
}
.Page.Main .jp-video .jp-play-bar {
    background: #bfa65b;
    width: 0px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    top: 50%;
}
.Page.Main .jp-video .jp-seek-bar .jp-line,
.Page.Main .jp-video .jp-play-bar {
    -webkit-transition: height 0.2s ease-in, top 0.2s ease-in, background 0.2s ease-in 0.2s;
    -moz-transition: height 0.2s ease-in, top 0.2s ease-in, background 0.2s ease-in 0.2s;
    -o-transition: height 0.2s ease-in, top 0.2s ease-in, background 0.2s ease-in 0.2s;
    transition: height 0.2s ease-in, top 0.2s ease-in, background 0.2s ease-in 0.2s;
}
.Page.Main .jp-video .jp-controls-holder {
    clear: both;
    width: 100%;
    margin: 0 auto;
}
.Page.Main .jp-video .jp-controls, .Page.Main .jp-video .jp-controls li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Page.Main .jp-video .jp-controls li:hover {
    opacity: 0.7;
}
.Page.Main .jp-video .jp-mute {
    display: block;
    width: 55px;
    height: 55px;
    background: url('img/IconMute.png') no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    border: none;
    text-indent: -99999px;
}
.Page.Main .jp-video.jp-state-muted .jp-mute { opacity: 0.5; }
.Page.Main .jp-video .jp-unmute {
    display: block;
    width: 55px;
    height: 55px;
    background: url('img/IconMute.png') no-repeat center center;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-indent: -99999px;
}
.Page.Main .jp-video .jp-bitrate {
    display: block;
    width: 30px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 40px;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 12px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
}
.Page.Main .jp-video .jp-bitrate div { display: none; }
.Page.Main .jp-video .jp-bitrate.Low .Low { display: block; }
.Page.Main .jp-video .jp-bitrate.High .High { display: block; }






.Page.Main .jp-gui .jp-interface.version2 {
    height: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.Page.Main .jp-gui .jp-interface.version2 div.jp-progress { padding: 0 0px; }
.Page.Main .jp-gui .jp-interface.version2 .jp-seek-bar .jp-line,
.Page.Main .jp-gui .jp-interface.version2 .jp-play-bar { height: 100%; top: 0; }
.Page.Main .jp-gui .jp-interface.version2 .jp-seek-bar .jp-line { background: #000; }




.Page.Main.mouseStop .jp-gui .jp-interface.version1 {
    height: 0%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.Page.Main.mouseStop .jp-gui .jp-interface.version2 {
    height: 6px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
}














/*

==== BUILDING ====

*/


.SlideBackground {
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 0;
}


/*  ===== Section Anim ====== */

.Page.Building .Slide.NoAnim { background: #fff; }
.Page.Building .Slide.NoAnim .Background {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}



.Page.Building .Slide.NoAnim .Slide.NoA {
    position: fixed;
    top: 0;
}
.Page.Building .Slide.NoAnim .InfoBox {
    display: block;
    width: 200px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -100px;
    z-index: 4444;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    opacity: 0;

    -webkit-transition: 0.1s opacity linear;
    -moz-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
}
.Page.Building .Slide.NoAnim .InfoBox.show {
    opacity: 1;

    -webkit-transition: 0.5s opacity linear;
    -moz-transition: 0.5s opacity linear;
    -o-transition: 0.5s opacity linear;
    transition: 0.5s opacity linear;
}

.ConsoleVideo { display: none; }
.Page.Building .Slide.NoAnim .Frames {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.Page.Building .Slide.NoAnim .Frames .Frame {
    display: none;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
}
.Page.Building .Slide.NoAnim .Frames .Frame.show {
    display: block;
    opacity: 1;
}


/*.firefox .Frames .Frame {
    display: block !important;
}
.firefox .Frames .Frame {
    opacity: 0;
}
.firefox .Frames .Frame.show {
    opacity: 1;
    }*/

    .Page.Building .Slide.NoAnim .Frames .Frame div.Full,
    .Page.Building .Slide.NoAnim .Frames .Frame div.Preview {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
    }
    .Page.Building .Slide.NoAnim .Frames .Frame div.Full {
        z-index: 2;
    }

    .Page.Building .Slide.NoAnim .Frames .Frame .Text {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 3;
        text-shadow: 0 0 10px rgba(0,0,0,0.15);
    }
   
    .Page.Building .Slide.NoAnim .Frames .Frame .Text .Arrow {
        display: block;
        width: 56px;
        height: 56px;
        background: url('assets/main/Arrow.png') center center no-repeat;
        margin: 20px auto 0;
    }
    .Page.Building .Slide.NoAnim .Frames .Frame .Text .Arrow:hover {
        opacity: 0.7;
    }

    .Page.Building .Slide.NoAnim .Hint {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        z-index: 2;
        opacity: 1;

        -webkit-transition: all 1.5s;
        -moz-transition:all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s;
    }
    .Page.Building .Slide.NoAnim .Hint.hide {
        opacity: 0;
    }
    .Page.Building .Slide.NoAnim .Hint .BtDown {
        display: block;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -30px;
        z-index: 2;

        -webkit-transition: all 0.35s;
        -moz-transition:all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }
    .Page.Building .Slide.NoAnim .Hint .BtDown .Icon {
        display: block;
        width: 60px;
        height: 60px;
        background: url('assets/building/BtDown.png') bottom center no-repeat;

        cursor: default;

    }
    .Page.Building .Slide.NoAnim .Hint .BtDown .Text {
        color: #fff;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
        letter-spacing: 1px;
        width: 86px;
        margin: 30px 0 0 -13px;
    }
    .Page.Building .Slide.NoAnim .Hint.hide .BtDown {
        bottom: 0px;
        opacity: 0;
    }


    /*  ===== Section A ====== */

    .ieOld .Page.Building .Slide.NoA,
    .ie11 .Page.Building .Slide.NoA,
    .phone .Page.Building #ScrollSpaceBuilding1,
    .tablet .Page.Building #ScrollSpaceBuilding1 {
        background: url('assets/building/PhotoA1.jpg') bottom center no-repeat;
        background-size: cover;
    }



    .Page.Building .Slide.NoA h2 {
        display: block;
        width: 100%;
        font-size: 100px;
        line-height: 120px;
        letter-spacing: 6px;
        color: #fff;
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -80px;
        text-shadow: 0 0 20px rgba(83, 94, 128, 0.5);
    }
    .Page.Building .Slide.NoA h2 span.Small {
        font-size: 34px;
        line-height: 45px;
        letter-spacing: 3px;
    }



    .Page.Building .Slide.NoA1 {
        background: #fff;
    }
    .tablet .Page.Building .Slide.NoA {
        background: url('assets/building/PhotoA1New.jpg') bottom center no-repeat;
        background-size: cover;
    }
    .Page.Building .Slide.NoA .Photo {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }


    .Page.Building .Slide.NoA1 h2 {
        font-size: 100px;
        line-height: 120px;
        letter-spacing: 6px;
        position: relative;
    }
    .Page.Building .Slide.NoA1 h2 span.Small {
        font-size: 34px;
        line-height: 45px;
        letter-spacing: 3px;
    }
    .Page.Building .Slide.NoA1 .Text {
        display: block;
        height: 110px;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 13px;
        text-align: left;
        color: #393939;
        margin: 70px auto 0 auto;
    }
    .Page.Building .Slide.NoA1 .Text p {
        line-height: 21px;
        margin-bottom: 20px;
        position: absolute;
    }
    .Page.Building .Slide.NoA1 .Cl.Cl1-2.First {
        width: 45%;
        padding: 0 30px 0 0;
        left: 0%;
    }
    .Page.Building .Slide.NoA1 .Cl.Cl1-2.Second {
        width: 45%;
        padding: 0 0 0 30px;
        left: 50%;
    }


    /*  ===== Section B ====== */

    .Page.Building .Slide.NoB {
        overflow: hidden;
        background: #fff;
    }
    .Page.Building .Slide.NoB .Container { height: 100%; }
    .Page.Building .Slide.NoB .Cl { height: 100%; }
    .Page.Building .Slide.NoB .Glass {
        display: block;
        margin: 0 100px 0 auto;
    }

    @media screen and (max-height: 800px) {
        .Page.Building .Slide.NoB .Glass {
            width: auto;
            height: 450px;
        }
    }


    .Page.Building .Slide.NoB h2 {
        font-size: 43px;
        line-height: 43px;
        letter-spacing: 4px;
        position: relative;
    }
    .Page.Building .Slide.NoB hr {
        display: block;
        width: 20px;
        height: 1px;
        border: none;
        background: #e4e4e4;
        margin: 30px auto 30px 0;
    }
    .Page.Building .Slide.NoB .Row {
        display: block;
        margin-top: 30px;
        position: relative;
    }
    .Page.Building .Slide.NoB .Text {
        display: block;
        width: 300px;
        float: left;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 13px;
        line-height: 21px;
        color: #393939;
    }





    /*  ===== Section C ====== */

    .Page.Building .Slide.NoC {
        width: 100%;
    }
    .Page.Building .Slide.NoC .Photo {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .tablet #ScrollSpaceBuilding2,
    .phone #ScrollSpaceBuilding2 {
        background: url('assets/building/PhotoC1.jpg') center center no-repeat;
        background-size: cover;
    }


    #Video_NoC3_Player_Left {
        background: #f9f7f9;
    }

    /*  ===== Section D ====== */

    .Page.Building .Slide.NoD {
        background: #fff;
    }
    .Page.Building .Slide.NoD h2 {
        font-size: 100px;
        line-height: 120px;
        letter-spacing: 6px;
        position: relative;
    }
    .Page.Building .Slide.NoD h2 span.Small {
        font-size: 34px;
        line-height: 45px;
        letter-spacing: 3px;
    }
    .Page.Building .Slide.NoD .Text {
        display: block;
        height: 110px;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 13px;
        text-align: center;
        color: #393939;
        margin: 70px auto 0 auto;
    }
    .Page.Building .Slide.NoD .Text p {
        line-height: 21px;
        margin-bottom: 20px;
        position: absolute;
    }
    .Page.Building .Slide.NoD .Cl.Cl1-3 {
        height: 100px;
        padding: 0 30px;
    }

    /*  ===== Section  E ====== */

    .Page.Building .Slide.NoE {
        width: 100%;
        padding-bottom: 65%;
        height: 0;
    }
    .Page.Building .Slide.NoE .Cl.Cl1-1 {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }
    .Page.Building .Slide.NoE .Photo {
        display: block;

        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }


    /* **** Effect **** */

    .Page.Building .Slide.NoE .Photo.Start {
        width: 100%;
        height: 100%;
        margin: 0%;
    }



    /*  ===== Section F ====== */

    .Page.Building .Slide.NoF {
        padding: 100px 0;
    }
    .Page.Building .Slide.NoF .Text {
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 13px;
        text-align: center;
        color: #393939;
        margin: 70px auto 0 auto;
    }
    .Page.Building .Slide.NoF .Text p {
        line-height: 21px;
        margin-bottom: 20px;
    }


    /*  ===== Section G ====== */

    .Page.Building .Slide.NoG {
        height: auto;
        /*    padding-bottom: 137%;*/
        background: url('assets/building/PhotoG1BuildingAll.jpg') top center no-repeat;
        background-size: cover;
        background-size: 100% auto;
        background-color: #4a639b;
        overflow: hidden;
    }
    .Page.Building .Slide.NoG .Building {
        width: 100%;
        height: 100%;
        background: url('assets/building/PhotoG1Building.png') top center no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 3;
        top: 0;
        transform-origin: top center;
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
    }
    .Page.Building .Slide.NoG .Container {
        margin: -360px auto 0 auto;
    }
    .Page.Building .Slide.NoG .Table.scale {
        padding-top: 300px;
    }
    .Page.Building .Slide.NoG .Table {
        position: relative;
        z-index: 4;
    }
    .Page.Building .Slide.NoG h2 {
        font-size: 100px;
        line-height: 110px;
        letter-spacing: 6px;
        color: #fff;
        position: relative;
    }
    .Page.Building .Slide.NoG h2 span.Small {
        font-size: 32px;
        line-height: 60px;
        letter-spacing: 3.5px;
        color: #fff;
    }
    .Page.Building .Slide.NoG h2 span.BaskervilleGreek {
        color: #fff;
    }
    .Page.Building .Slide.NoG h2 hr {
        margin: 20px auto 25px;
        background: #fff;
    }
    .Page.Building .Slide.NoG .Text {
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 13px;
        color: #fff;
        margin: 70px auto 0 auto
    }
    .Page.Building .Slide.NoG .Text p {
        line-height: 21px;
        margin-bottom: 20px;
        text-align: center;
        width: 400px;
        margin: 50px auto;

        /* **** Effect **** */

        height: 80px;
        position: relative;
    }
    .Page.Building .Slide.NoG .Text p span {
        display: block;
        position: absolute;
    }

    .Page.Building .Slide.NoEnd {
        background: #fff;
        opacity: 0;
        position: absolute;
        bottom: 0;
        z-index: 4;
        -webkit-transition: 0.2s opacity linear;
        -moz-transition: 0.2s opacity linear;
        -o-transition: 0.2s opacity linear;
        transition: 0.2s opacity linear;
        padding-top: 300px;
    }
    .Page.Building .Slide.NoEnd .TableCell { padding-bottom: 6px; }
    .Page.Building .Slide.NoEnd.skrollable-after {
        opacity: 1;
        -webkit-transition: 0.6s opacity linear;
        -moz-transition: 0.6s opacity linear;
        -o-transition: 0.6s opacity linear;
        transition: 0.6s opacity linear;
    }
    .Page.Building .Slide.NoEnd h2 {
        font-size: 57px;
        line-height: 69px;
        letter-spacing: 4px;
        color: #bfa65b;
    }
    .Page.Building .Slide.NoEnd h2 hr {
        width: 30px;
        margin: 0px auto 51px;
        background: #dfdfdf;
    }
    .Page.Building .Slide.NoEnd h2 .Small {
        font-size: 21px !important;
        color: #dfdfdf !important;
        letter-spacing: 2px !important;
    }
    .Page.Building .Slide.NoEnd .Arrow {
        display: block;
        width: 71px;
        height: 71px;
        background: url('assets/building/Arrow.png') center center no-repeat;
        margin: 30px auto 0;
    }


    .Page.Building .Slide.NoEnd .BackTop {
        width: 250px;
        font-family: 'DidotRegular';
        text-transform: uppercase;
        color: #c1c1c1;
        font-size: 15px;
        text-align: center;
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin-left: -125px;
        z-index: 4;
        cursor: pointer;
    }
    .Page.Building .Slide.NoEnd .BackTop hr {
        display: block;
        width: 30px;
        height: 1px;
        border: none;
        margin: 0px auto 25px;
        background: #dfdfdf;
    }




/*

==== Residences ====

*/

.Page.Residences.Opacity {
    opacity: 0;

    -webkit-transition: 0.6s opacity linear;
    -moz-transition: 0.6s opacity linear;
    -o-transition: 0.6s opacity linear;
    transition: 0.6s opacity linear;
}
.Page.Residences .Slide {
    overflow: hidden;
}





.Page.Residences .Circles .Description {
    display: block;
    height: 100px;
    margin-top: 60px;
}
.Page.Residences .Circles .Description .Title {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 41px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #373737;
}
.Page.Residences .Circles .Description hr {
    display: block;
    width: 35px;
    height: 1px;
    border: none;
    background: #e2e2e2;
    margin: 10px auto;
}
.Page.Residences .Circles .Description .Desc {
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #373737;
}


.Page.Residences .Circle {
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 1px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    position: relative;
}
.Page.Residences .Circle .Hover {
    display: block;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    position: absolute;
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;

    -webkit-transition: 0.6s border-color linear;
    -moz-transition: 0.6s border-color linear;
    -o-transition: 0.6s border-color linear;
    transition: 0.6s border-color linear;

}
.Page.Residences .Circle:hover .Hover {
    border-color: #e2e2e2;

    -webkit-transition: 0.6s border-color linear;
    -moz-transition: 0.6s border-color linear;
    -o-transition: 0.6s border-color linear;
    transition: 0.6s border-color linear;
}
.Page.Residences .Circle.active .Hover {
    border-color: #c0c0c0;

    -webkit-transition: 0.2s border-color linear;
    -moz-transition: 0.1s border-color linear;
    -o-transition: 0.2s border-color linear;
    transition: 0.2s border-color linear;
}
.Page.Residences .Circle .Material {
    display: block;
    width: 134px;
    height: 134px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    position: absolute;
    top: 13px;
    left: 13px;
    background: gray;
}
.Page.Residences .Circle.Material1 .Material {
    background: url('assets/residences/Material1.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .Circle.Material2 .Material {
    background: url('assets/residences/Material2.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .Circle.Material3 .Material {
    background: url('assets/residences/Material3.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .Circle.Material4 .Material {
    background: url('assets/residences/Material4.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .Circle.Material5 .Material {
    background: url('assets/residences/Material5.jpg') center center no-repeat;
    background-size: cover;
}

.Page.Residences .Circle.Material6 .Material {
    background: url('assets/residences/Material6.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .Circle.Material7 .Material {
    background: url('assets/residences/Material7.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .Circle.Material8 .Material {
    background: url('assets/residences/Material8.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .Circle.Material9 .Material {
    background: url('assets/residences/Material9.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .Circle.Material10 .Material {
    background: url('assets/residences/Material10.jpg') center center no-repeat;
    background-size: cover;
}

.Page.Residences .Arrow2 {
    position: absolute;
    display: block;
    bottom: 50px;
    z-index: 2;
    left: 50%;
    margin-left: -20px;

    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);

    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}


/*  ===== Section A ====== */


/*  --  No2 -- */

.Page.Residences .LeftSide .Slide.NoA2 h3 {
    letter-spacing: 5.5px;
}
.Page.Residences .LeftSide .Slide.NoA2 .Text {
    width: 420px;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    color: #393939;
    margin: 30px auto 0 auto
}
.Page.Residences .LeftSide .Slide.NoA2 .Text p {
    line-height: 21px;
    text-align: left;
    margin-bottom: 20px;
}
.Page.Residences .RightSide .Slide.NoA2 {
    background: url('assets/residences/PhotoA1.jpg') center center no-repeat;
    background-size: cover;
}

/*  --  No3 -- */

.Page.Residences .LeftSide .Slide.NoA3 {
    background: url('assets/residences/PhotoA2Left.jpg') center right no-repeat;
    background-size: cover;
}
.Page.Residences .RightSide .Slide.NoA3 {
    background: url('assets/residences/PhotoA2Right.jpg') center left no-repeat;
    background-size: cover;
}

/*  --  No4 -- */

.Page.Residences .LeftSide .Slide.NoA4 {
    background: #171717;
}
.Page.Residences .LeftSide .Slide.NoA4 h3 {
    color: #fff;
}
.Page.Residences .LeftSide .Slide.NoA4 .Text {
    width: 420px;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #b6b6b6;
    margin: 50px auto 0 auto
}
.Page.Residences .LeftSide .Slide.NoA4 .Text span {
    display: block;
    text-align: center;
}
.Page.Residences .LeftSide .Slide.NoA4 .Text hr {
    display: block;
    width: 35px;
    height: 1px;
    border: none;
    background: #4e4e4e;
    margin: 15px auto;
}

.Page.Residences .RightSide .Slide.NoA4 {
    background: url('assets/residences/PhotoA3.jpg') center center no-repeat;
    background-size: cover;
}

/*  --  No5 -- */

.Page.Residences .LeftSide .Slide.NoA5 {
    background: url('assets/residences/PhotoA4.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Residences .RightSide .Slide.NoA5 .Text {
    width: 420px;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #393939;
    margin: 50px auto 0 auto
}
.Page.Residences .RightSide .Slide.NoA5 .Text span {
    display: block;
    text-align: center;
}
.Page.Residences .RightSide .Slide.NoA5 .Text hr {
    display: block;
    width: 35px;
    height: 1px;
    border: none;
    background: #DADADA;
    margin: 15px auto;
}


/*  ===== Section B ====== */

/*  --  No1 -- */


.Page.Residences .Slide.NoB1 h2 {
    line-height: 80px;
}
.Page.Residences .Slide.NoB1 h2 span.BaskervilleGreek {
    font-size: 21px;
}

/*  --  No2 -- */

.jp-video.Left video:not(.NoResize) {
    float: left;
}
.jp-video.Right video:not(.NoResize) {
    float: right;
}



/*.Page.Residences .Slide.NoB2 {
                background: url('assets/residences/PhotoB1.jpg') center right no-repeat;
                background-size: cover;
                }*/

                .Page.Residences .LeftSide .Slide.NoB2 {
                    background: url('assets/residences/PhotoB1Leftnew.jpg') center right no-repeat;
                    background-size: cover;
                }
                .Page.Residences .RightSide .Slide.NoB2 {
                    background: url('assets/residences/PhotoB1Rightnew.jpg') center left no-repeat;
                    background-size: cover;
                }


                /*  --  No3 -- */

                .Page.Residences .LeftSide .Slide.NoB3 {
                    background: #fff;
                }
                .Page.Residences .LeftSide .Slide.NoB3 h2 {
                    font-size: 85px;
                    line-height: 95px;
                }
                .Page.Residences .LeftSide .Slide.NoB3 h2 span.Small {
                    font-size: 46px;
                    line-height: 56px;
                }
                .Page.Residences .LeftSide .Slide.NoB3 .Text {
                    width: 420px;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 13px;
                    color: #393939;
                    margin: 30px auto 0 auto
                }
                .Page.Residences .LeftSide .Slide.NoB3 .Text p {
                    line-height: 21px;
                    text-align: left;
                    margin-bottom: 20px;
                }
                .Page.Residences .LeftSide .Slide.NoB3 .Text p:last-child {
                    margin: 0;
                }
                .Page.Residences .RightSide .Slide.NoB3 {
                    background: url('assets/residences/PhotoB1Zoom.jpg') center center no-repeat;
                    background-size: cover;
                }

                /*  --  No4 -- */

                .Page.Residences .LeftSide .Slide.NoB4 {
                    background: #171717;
                }
                .Page.Residences .LeftSide .Slide.NoB4 h2 span.Didot {
                    font-size: 63px;
                    color: #FFF;
                    line-height: 89px;
                    letter-spacing: 1px;
                }
                .Page.Residences .LeftSide .Slide.NoB4 h2 hr {
                    background: #B6B6B6;
                    margin: 5px auto 20px;
                }

                .Page.Residences .LeftSide .Slide.NoB4 h2 span.Small {
                    font-size: 25px;
                    color: #B6B6B6;
                    line-height: 35px;
                }

                .Page.Residences .RightSide .Slide.NoB4 {
                    background: #fff;
                    text-align: center;
                }


                /*  --  No5 -- */

                .Page.Residences .LeftSide .Slide.NoB5 {
                    background: #fff;
                    text-align: center;
                }
                .Page.Residences .RightSide .Slide.NoB5 {
                    background: #171717;
                }

                .Page.Residences .RightSide .Slide.NoB5 {
                    background: #171717;
                }
                .Page.Residences .RightSide .Slide.NoB5 h2 span.Didot {
                    font-size: 63px;
                    color: #FFF;
                    line-height: 89px;
                    letter-spacing: 1px;
                }
                .Page.Residences .RightSide .Slide.NoB5 h2 hr {
                    background: #B6B6B6;
                    margin: 5px auto 20px;
                }
                .Page.Residences .RightSide .Slide.NoB5 h2 span.Small {
                    font-size: 25px;
                    color: #B6B6B6;
                    line-height: 35px;
                }



                /*  --  No6 -- */

                .Page.Residences .Slide.NoB6 {
                    background: url('assets/residences/PhotoB2.jpg') center right no-repeat;
                    background-size: cover;
                }



                /*  ===== Section C ====== */


                /*  --  No1 -- */

                .Page.Residences .Slide.NoC1 h2 {
                    font-size: 110px;
                    line-height: 100px;
                    letter-spacing: 8px;
                }
                .Page.Residences .Slide.NoC1 h2 span.Small {
                    font-size: 39px;
                    line-height: 85px;
                    letter-spacing: 3px;
                }
                .Page.Residences .Slide.NoC1 h2 span.BaskervilleGreek {
                    font-size: 16px;
                    line-height: 27px;
                    letter-spacing: 2px;
                }

                /*  --  No2 -- */

                .Page.Residences .LeftSide .Slide.NoC2 h2 {
                    font-size: 67px;
                    line-height: 67px;
                    letter-spacing: 5px;
                }
                .Page.Residences .LeftSide .Slide.NoC2 h2 span.Small {
                    font-size: 28px;
                    line-height: 58px;
                }
                .Page.Residences .LeftSide .Slide.NoC2 .Text {
                    width: 380px;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 13px;
                    color: #393939;
                    margin: 35px auto 0 auto;
                }
                .Page.Residences .LeftSide .Slide.NoC2 .Text p {
                    line-height: 21px;
                    margin-bottom: 20px;
                }
                .tablet .Page.Residences .RightSide .Slide.NoC2,
                .ieOld .Page.Residences .RightSide .Slide.NoC2,
                .ie11 .Page.Residences .RightSide .Slide.NoC2{
                    background: url('assets/residences/PhotoC1.jpg') center center no-repeat;
                    background-size: cover;
                }

                .VideoTest {
                    position: absolute;
                    display: block;
                    z-index: 444;
                    background: #FFF;
                }


                .Page.Residences .RightSide .Slide.NoC2 .AnimComp {
                    display: block;
                    width: 776px;
                    height: 894px;
                    position: relative;
                    transform-origin: top left;
                    -webkit-transform-origin: top left;
                    -moz-transform-origin: top left;
                    -ms-transform-origin: top left;
                }
                .tablet .Page.Residences .RightSide .Slide.NoC2 .AnimComp,
                .ieOld .Page.Residences .RightSide .Slide.NoC2 .AnimComp,
                .ie11 .Page.Residences .RightSide .Slide.NoC2 .AnimComp {
                    display: none;
                }
                .Page.Residences .RightSide .Slide.NoC2 {
                    background: url('assets/residences/PhotoC1.jpg') center center no-repeat;
                    background-size: cover;
                }
                .Page.Residences .RightSide .Slide.NoC2 .AnimComp .Mask {
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 2;
                    background: url('assets/residences/PhotoC1.jpg') center center no-repeat;
                    background-size: cover;
                }
                .Page.Residences .RightSide .Slide.NoC2 .AnimComp .Video {
                    display: block;
                    width: 369px;
                    height: 208px;
                    position: absolute;
                    top: 201px;
                    left: 215px;
                    z-index: 1;
                }


                /*  --  No3 -- */

                .Page.Residences .LeftSide .Slide.NoC3 {
                    background: url('assets/residences/PhotoC2.jpg') center center no-repeat;
                    background-size: cover;
                }
                .Page.Residences .RightSide .Slide.NoC3 h2 {
                    font-size: 112px;
                    line-height: 122px;
                    letter-spacing: 5px;
                }
                .Page.Residences .RightSide .Slide.NoC3 h2 span.Small {
                    font-size: 34px;
                    line-height: 44px;
                }
                .Page.Residences .RightSide .Slide.NoC3 .Text {
                    width: 420px;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 13px;
                    color: #393939;
                    margin: 30px auto 0 auto
                }
                .Page.Residences .RightSide .Slide.NoC3 .Text p {
                    line-height: 21px;
                    text-align: center;
                }


                /*  --  No4 -- */

                .Page.Residences .LeftSide .Slide.NoC4 h2 {
                    font-size: 112px;
                    line-height: 122px;
                    letter-spacing: 5px;
                }
                .Page.Residences .LeftSide .Slide.NoC4 h2 span.Small {
                    font-size: 34px;
                    line-height: 44px;
                }
                .Page.Residences .LeftSide .Slide.NoC4 .Text {
                    width: 580px;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 13px;
                    color: #393939;
                    margin: 40px auto 0 auto
                }
                .Page.Residences .LeftSide .Slide.NoC4 .Text p {
                    line-height: 21px;
                }
                .Page.Residences .LeftSide .Slide.NoC4 .Text .Cl.First {
                    padding-right: 30px;
                }
                .Page.Residences .LeftSide .Slide.NoC4 .Text .Cl.Second {
                    padding-left: 30px;
                }
                .Page.Residences .RightSide .Slide.NoC4 {
                    background: url('assets/residences/PhotoC3.jpg') center center no-repeat;
                    background-size: cover;
                }

                /*  --  No5 -- */


                .Page.Residences .LeftSide .Slide.NoC5 {
                    background: url('assets/residences/PhotoCLivingRoom.jpg') center center no-repeat;
                    background-size: cover;
                }
                .tablet .Page.Residences .LeftSide .Slide.NoC5,
                .ieOld .Page.Residences .LeftSide .Slide.NoC5,
                .ie11 .Page.Residences .LeftSide .Slide.NoC5 {
                    background: url('assets/residences/PhotoCLivingRoom.jpg') center center no-repeat;
                    background-size: cover;
                }


/*.Page.Residences .LeftSide .Slide.NoC5 .AnimComp {
    display: block;
    width: 776px;
    height: 894px;
    position: relative;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
}
.tablet .Page.Residences .LeftSide .Slide.NoC5 .AnimComp,
.ieOld .Page.Residences .LeftSide .Slide.NoC5 .AnimComp,
.ie11 .Page.Residences .LeftSide .Slide.NoC5 .AnimComp {
    display: none;
}
.Page.Residences .LeftSide .Slide.NoC5 .AnimComp .Mask {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('assets/residences/PhotoC4.png') center center no-repeat;
    background-size: cover;
}
.Page.Residences .LeftSide .Slide.NoC5 .AnimComp .Video {
    display: block;
    width: 563px;
    height: 317px;
    position: absolute;
    top: 317px;
    left: 107px;
    z-index: 1;
    }*/



    .Page.Residences .RightSide .Slide.NoC5 h2 {
        font-size: 95px;
        line-height: 105px;
        letter-spacing: 5px;
    }
    .Page.Residences .RightSide .Slide.NoC5 h2 span.Small {
        font-size: 34px;
        line-height: 44px;
    }
    .Page.Residences .RightSide .Slide.NoC5 .Text {
        width: 420px;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 13px;
        color: #393939;
        margin: 30px auto 0 auto
    }
    .Page.Residences .RightSide .Slide.NoC5 .Text p {
        line-height: 21px;
        text-align: center;
    }
    .Page.Residences .RightSide .Slide.NoC5 .Element {
        display: block;
        margin: 70px auto 0;
    }


    /*  --  No6 -- */

    .Page.Residences .LeftSide .Slide.NoC6 h2 span.Small {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1.5px;
    }
    .Page.Residences .LeftSide .Slide.NoC6 h2 span.Didot {
        font-size: 68px;
        line-height: 78px;
        letter-spacing: -1px;
    }
    .Page.Residences .LeftSide .Slide.NoC6 h2 span.Didot .SecondLine {
        font-size: 58px;
        line-height: 78px;
        letter-spacing: -1px;
    }
    .Page.Residences .RightSide .Slide.NoC6 {
        background: url('assets/residences/PhotoC5.jpg') center center no-repeat;
        background-size: cover;
    }


    /*  ===== Section D ====== */

    /*  --  No1 -- */

    .Page.Residences .Slide.NoD1 h2 {
        font-size: 110px;
        line-height: 88px;
        letter-spacing: 8px;
    }
    .Page.Residences .Slide.NoD1 h2 span.Small {
        font-size: 39px;
        line-height: 85px;
        letter-spacing: 3px;
    }
    .Page.Residences .Slide.NoD1 h2 span.BaskervilleGreek {
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 3px;
    }

    /*  --  No2 -- */

/*.Page.Residences .Slide.NoD2 {
                background: url('assets/residences/PhotoD1.jpg') center right no-repeat;
                background-size: cover;
                }*/

                .Page.Residences .LeftSide .Slide.NoD2 {
                    background: url('assets/residences/PhotoD1Leftnew.jpg') center right no-repeat;
                    background-size: cover;
                }
                .Page.Residences .RightSide .Slide.NoD2 {
                    background: url('assets/residences/PhotoD1Rightnew.jpg') center left no-repeat;
                    background-size: cover;
                }

                /*  --  No3 -- */

                .Page.Residences .LeftSide .Slide.NoD3 {
                    background: url('assets/residences/PhotoD2.jpg') center right no-repeat;
                    background-size: cover;
                }
                .Page.Residences .Slide.NoD3 h2 {
                    font-size: 74px;
                    line-height: 80px;
                    letter-spacing: 3px;
                }
                .Page.Residences .Slide.NoD3 h2 span.Small {
                    font-size: 36px;
                    line-height: 50px;
                    letter-spacing: 3px;
                    color: #9E9E9E;
                }
                .Page.Residences .Slide.NoD3 h2 hr {
                    margin: 10px auto 20px;
                }

                .Page.Residences .RightSide .Slide.NoD3 .Text {
                    width: 420px;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 11px;
                    letter-spacing: 1.6px;
                    color: #393939;
                    margin: 20px auto 0 auto;
                }
                .Page.Residences .RightSide .Slide.NoD3 .Text span {
                    display: block;
                    text-align: center;
                }

                /*  --  No4 -- */

                .Page.Residences .LeftSide .Slide.NoD4 {
                    text-align: center;
                }
                .Page.Residences .LeftSide .Slide.NoD4 h3 {
                    font-size: 69px;
                    line-height: 79px;
                    letter-spacing: 2px;
                }
                .Page.Residences .LeftSide .Slide.NoD4 h3 span.Small {
                    font-size: 19px;
                    line-height: 29px;
                    color: #646464;
                    letter-spacing: 0.5px;
                }
                .Page.Residences .LeftSide .Slide.NoD4 .SlideShow {
                    margin: 60px 0 0;
                }
                .Page.Residences .LeftSide .Slide.NoD4 .Element {
                    display: inline-block;
                    width: 135px;
                    height: 135px;
                    background: #efefef;
                    border: 1px solid #efefef;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    padding: 20px;
                    margin: 10px;
                    line-height: 0;
                }
                .Page.Residences .LeftSide .Slide.NoD4 .Element:hover,
                .Page.Residences .LeftSide .Slide.NoD4 .Element.active {
                    background: #fff;
                }

                .Page.Residences .LeftSide .Slide.NoD4 .Element span {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-size: cover;
                }
                .Page.Residences .LeftSide .Slide.NoD4 .Element.Kitchen1 span {
                    background: url('assets/residences/Kitchen1Small.png') center center no-repeat;
                }
                .Page.Residences .LeftSide .Slide.NoD4 .Element.Kitchen2 span {
                    background: url('assets/residences/Kitchen2Small.png') center center no-repeat;
                }
                .Page.Residences .LeftSide .Slide.NoD4 .Element.Kitchen3 span {
                    background: url('assets/residences/Kitchen3Small.png') center center no-repeat;
                }
                .Page.Residences .LeftSide .Slide.NoD4 .Element.Kitchen4 span {
                    background: url('assets/residences/Kitchen4Small.png') center center no-repeat;
                }
                .Page.Residences .LeftSide .Slide.NoD4 .Element.Kitchen5 span {
                    background: url('assets/residences/Kitchen5Small.png') center center no-repeat;
                }


                .Page.Residences .RightSide .Slide.NoD4 {
                    background: #efefef;
                }



                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements {
                    display: block;
                    width: 300%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: -100%;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements.Prev {
                    left: 0%;
                    -webkit-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
                    -moz-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
                    -o-transition: 0.6s top cubic-bezier(.36,.01,0,.97);
                    transition: 0.6s left cubic-bezier(.36,.01,0,.97)
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements.Next {
                    left: -200%;
                    -webkit-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
                    -moz-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
                    -o-transition: 0.6s top cubic-bezier(.36,.01,0,.97);
                    transition: 0.6s left cubic-bezier(.36,.01,0,.97)
                }

                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements .Element {
                    display: block;
                    width: 33.333%;
                    height: 100%;
                    float: left;
                }


                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements {
                    display: block;
                    width: 100%;
                    height: 100%;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .Relative {
                    display: block;
                    height: 400px;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements .Element .Element {
                    display: block;
                    width: 100%;
                    height: 100%;
                    float: left;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    padding: 20px 100px;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements .Element span {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-size: contain !important;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements .Element.Kitchen1 span {
                    background: url('assets/residences/Kitchen1.jpg') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements .Element.Kitchen2 span {
                    background: url('assets/residences/Kitchen2.jpg') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements .Element.Kitchen3 span {
                    background: url('assets/residences/Kitchen3.jpg') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements .Element.Kitchen4 span {
                    background: url('assets/residences/Kitchen4.jpg') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .OneElements .Element.Kitchen5 span {
                    background: url('assets/residences/Kitchen5.jpg') center center no-repeat;
                }


                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .Description {
                    display: block;
                    width: 100%;
                    position: absolute;
                    bottom: 40px;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .Description .Title {
                    display: block;
                    font-family: 'akzidenz-grotesk_bq_light_cRg';
                    font-size: 22px;
                    line-height: 22px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #373737;
                }
                .Page.Residences .RightSide .Slide.NoD4 .SlideShow.Elements .Description .Desc {
                    display: block;
                    width: 500px;
                    margin: 0 auto;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 11px;
                    line-height: 17px;
                    text-align: center;
                    color: #6f6f6f;
                    padding-top: 10px;
                }





                /*  ===== Section E ====== */

                /*  --  No1 -- */

                .Page.Residences .Slide.NoE1 h2 {
                    font-size: 110px;
                    line-height: 88px;
                    letter-spacing: 8px;
                }
                .Page.Residences .Slide.NoE1 h2 span.Small {
                    font-size: 39px;
                    line-height: 85px;
                    letter-spacing: 3px;
                }
                .Page.Residences .Slide.NoE1 h2 span.BaskervilleGreek {
                    font-size: 17px;
                    line-height: 27px;
                    letter-spacing: 1px;
                }

                /*  --  No2 -- */

/*.Page.Residences .Slide.NoE2 {
                background: url('assets/residences/PhotoE1.jpg') center right no-repeat;
                background-size: cover;
                }*/
                .Page.Residences .LeftSide .Slide.NoE2 {
                    background: url('assets/residences/PhotoE1Leftnew.jpg') center right no-repeat;
                    background-size: cover;
                }
                .Page.Residences .RightSide .Slide.NoE2 {
                    background: url('assets/residences/PhotoE1Rightnew.jpg') center left no-repeat;
                    background-size: cover;
                }

                /*  --  No3 -- */


                .Page.Residences .LeftSide .Slide.NoE3 h2 {
                    font-size: 99px;
                    line-height: 110px;
                    letter-spacing: 8px;
                }
                .Page.Residences .LeftSide .Slide.NoE3 .Text {
                    width: 420px;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 13px;
                    color: #393939;
                    margin: 40px auto 0 auto
                }
                .Page.Residences .LeftSide .Slide.NoE3 .Text p {
                    line-height: 21px;
                    text-align: left;
                    margin-bottom: 20px;
                }
                .Page.Residences .RightSide .Slide.NoE3 {
                    background: url('assets/residences/PhotoE2.jpg') center center no-repeat;
                    background-size: cover;
                }

                /*  --  No4 -- */

                .Page.Residences .LeftSide .Slide.NoE4 {
                    text-align: center;
                }
                .Page.Residences .LeftSide .Slide.NoE4 .Element {
                    display: inline-block;
                    width: 138px;
                    height: 138px;
                    background: #efefef;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    padding: 20px;
                    margin: 10px;
                    line-height: 0;
                    border-radius: 200px;
                }
                @media screen and (max-height: 760px) {
                    .Page.Residences .LeftSide .Slide.NoE4 .Element {
                        width: 110px;
                        height: 110px;
                        padding: 15px;
                    }
                }
                @media screen and (max-height: 660px) {
                    .Page.Residences .LeftSide .Slide.NoE4 .Element {
                        width: 90px;
                        height: 90px;
                        padding: 10px;
                    }
                }

                @media screen and (max-height: 660px) {
                    .Page.Residences .LeftSide .Slide.NoE4 br {
                        display: none;
                    }
                }



                .Page.Residences .LeftSide .Slide.NoE4 .Element:hover,
                .Page.Residences .LeftSide .Slide.NoE4 .Element.active {
                    background: #2f2f2f;
                }

                .Page.Residences .LeftSide .Slide.NoE4 .Element span {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-size: cover;
                }
                .Page.Residences .LeftSide .Slide.NoE4 .Element.Small span {
                    width: 80% !important;
                    height: 80% !important;
                    margin: 10%;
                }

                .Page.Residences .LeftSide .Slide.NoE4 .Description {
                    display: block;
                    width: 100%;
                    position: absolute;
                    bottom: 40px;
                }
                .Page.Residences .LeftSide .Slide.NoE4 .Description .Title {
                    display: block;
                    font-family: 'akzidenz-grotesk_bq_light_cRg';
                    font-size: 34px;
                    line-height: 34px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #393939;
                }
                .Page.Residences .LeftSide .Slide.NoE4 .Description .Desc {
                    display: block;
                    font-family: 'akzidenz-grotesk_bq_light_cRg';
                    font-size: 20px;
                    line-height: 20px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #393939;
                    padding-top: 10px;
                }




                .Page.Residences .RightSide .Slide.NoE4 {
                    background: url('assets/residences/PhotoE3.jpg') center center no-repeat;
                    background-size: cover;
                }


                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements {
                    display: block;
                    width: 300%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: -100%;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements.Prev {
                    left: 0%;
                    -webkit-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
                    -moz-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
                    -o-transition: 0.6s top cubic-bezier(.36,.01,0,.97);
                    transition: 0.6s left cubic-bezier(.36,.01,0,.97)
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements.Next {
                    left: -200%;
                    -webkit-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
                    -moz-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
                    -o-transition: 0.6s top cubic-bezier(.36,.01,0,.97);
                    transition: 0.6s left cubic-bezier(.36,.01,0,.97)
                }

                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element {
                    display: block;
                    width: 33.333%;
                    height: 100%;
                    float: left;
                }


                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements {
                    display: block;
                    width: 100%;
                    height: 100%;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .Relative {
                    display: block;
                    height: 400px;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element .Element {
                    display: block;
                    width: 100%;
                    height: 100%;
                    float: left;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    padding: 20px 100px;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element span {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-size: contain !important;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element.Masterbath1 span {
                    background: url('assets/residences/MasterBath1.png') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element.Masterbath2 span {
                    background: url('assets/residences/MasterBath2.png') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element.Masterbath3 span {
                    background: url('assets/residences/MasterBath3.png') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element.Masterbath4 span {
                    background: url('assets/residences/MasterBath4.png') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element.Masterbath5 span {
                    background: url('assets/residences/MasterBath5.png') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element.Masterbath6 span {
                    background: url('assets/residences/MasterBath6.png') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element.Masterbath7 span {
                    background: url('assets/residences/MasterBath7.png') center center no-repeat;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .OneElements .Element.Masterbath8 span {
                    background: url('assets/residences/MasterBath8.png') center center no-repeat;
                }




                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .Description {
                    display: block;
                    width: 100%;
                    position: absolute;
                    bottom: 40px;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .Description .Title {
                    display: block;
                    font-family: 'akzidenz-grotesk_bq_light_cRg';
                    font-size: 34px;
                    line-height: 34px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #fff;
                }
                .Page.Residences .RightSide .Slide.NoE4 .SlideShow.Elements .Description .Desc {
                    display: block;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 13px;
                    line-height: 20px;
                    text-align: center;
                    color: #6f6f6f;
                    padding-top: 10px;
                }


                .Page.Residences .Slide.NoE5 .Top {
                    width: 100%;
                    font-family: 'akzidenz-grotesk_bq_light_cRg';
                    font-size: 29px;
                    line-height: 39px;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                    text-align: center;
                    font-weight: normal;
                    color: #c5c5c5;

                    position: absolute;
                    top: 60px;
                    left: 0;
                }
                .Page.Residences .Slide.NoE5 .Top hr {
                    display: block;
                    width: 60px;
                    height: 1px;
                    border: none;
                    background: #c5c5c5;
                    margin: 15px auto;
                }

                .Page.Residences .Slide.NoE5 .Center {
                    display: block;
                    width: 100%;
                    font-family: 'akzidenz-grotesk_bq_light_cRg';
                    font-size: 57px;
                    line-height: 67px;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                    text-decoration: none;
                    text-align: center;
                    font-weight: normal;
                    color: #bfa65b;
                }
                .Page.Residences .Slide.NoE5 .Center .Arrow {
                    display: block;
                    width: 56px;
                    height: 56px;
                    background: url('assets/residences/Arrow.png') center center no-repeat;
                    margin: 10px auto 0;
                }
                .Page.Residences .Slide.NoE5 .Bottom {
                    width: 100%;
                    font-family: 'Baskerville W01 Regular 705699';
                    font-size: 15px;
                    line-height: 22px;
                    color: #c5c5c5;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                    text-decoration: none;
                    text-align: center;

                    position: absolute;
                    bottom: 60px;
                    left: 0;
                }







                /*  --  Backgrounds -- */

                .Page.Residences .Backgrounds .Background {
                    display: block;
                    background: url('assets/residences/Photo1.jpg') center center no-repeat;
                    background-size: cover;
                }



/* ------------
   Video
   ------------ */

   body.video .Section {
    background: url('img/BackgroundBlack.jpg') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}



.jp-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.jp-video .jp-type-single {
    display:block;
    height: 100%;
    margin: 0 auto;
}
.jp-video .jp-current-time, .jp-video .jp-duration, .jp-video .jp-title {
    display: none;
}




body.video .jp-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
body.video .jp-video .jp-type-single {
    display:block;
    height: 100%;
    margin: 0 auto;
}
body.video .jp-video .jp-current-time, body.video .jp-video .jp-duration, .jp-video .jp-title {
    display: none;
}

body.video .jp-gui {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -240px;
}










/*

==== Boutique ====

*/

.Page.Boutique .Slide.NoA {
    background: #fff;
	    height: 100vh;
}


.Page.Boutique .Slide.NoA .Menu {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0.5s;
    -moz-transition: opacity 0.2s linear 0.5s;
    -o-transition: opacity 0.2s linear 0.5s;
    transition: opacity 0.2s linear 0.5s;
}
.Page.Boutique .Slide.NoA .Menu .Separator {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -117px 0 0 -44px;

    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.Page.Boutique .Slide.NoA .Menu .Cl {
    height: 100%;
}
.Page.Boutique .Slide.NoA .Menu h2 {
    font-size: 48px;
    line-height: 70px;
}

@media (max-width: 768px) {
	.Page.Boutique .Slide.NoA .Menu h2 {
    font-size: 32px;
    line-height: 50px;
}
}


.Page.Boutique .Slide.NoA .Menu h2 span.Small {
    font-size: 30px;
    line-height: 40px;
}

.Page.Boutique .Slide.NoA .Mask {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
    z-index: 8;

    transition-property: margin,left;
    -webkit-transition-property: margin,left;
    -moz-transition-property: margin,left;
    -o-transition-property: margin,left;

    transition-timing-function: cubic-bezier(.53,.01,0,.99);
    -webkit-transition-timing-function: cubic-bezier(.53,.01,0,.99);
    -moz-transition-timing-function: cubic-bezier(.53,.01,0,.99);
    -o-transition-timing-function: cubic-bezier(.53,.01,0,.99);

    transition-duration:  0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.Page.Boutique .Slide.NoA .Mask .Center {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}
.Page.Boutique .Slide.NoA .Mask .Side {
    display: block;
    width: 442px;
    /*		height: 1200px;*/
    height: 100%;
    position: absolute;
    bottom: 0;
    background-size: contain !important;
}
.Page.Boutique .Slide.NoA .Mask .Side.Left {
    left: -442px;
    background: url('../img/dok/MaskLeft.png') center right no-repeat;
}
.Page.Boutique .Slide.NoA .Mask .Side.Right {
    right: -442px;
    background: url('../img/dok/MaskRight.png') center left no-repeat;
}









.Page.Boutique .Slide.NoA .Inside {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 7;
}
.Page.Boutique .Slide.NoA .Inside .Cut {
    display: block;
    width: 0%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;

    transition-property: width;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;

    transition-timing-function: cubic-bezier(.53,.01,0,.99);
    -webkit-transition-timing-function: cubic-bezier(.53,.01,0,.99);
    -moz-transition-timing-function: cubic-bezier(.53,.01,0,.99);
    -o-transition-timing-function: cubic-bezier(.53,.01,0,.99);

    transition-duration:  0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
}
.Page.Boutique .Slide.NoA .Inside .Side.Left .Cut {
    left: 0;
}
.Page.Boutique .Slide.NoA .Inside .Side.Right .Cut {
    right: 0;
}
.Page.Boutique .Slide.NoA .Inside .Black {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 14;
    background: rgba(0,0,0,0.5);
    opacity: 1;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.Page.Boutique .Slide.NoA .Inside .Side {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.Page.Boutique .Slide.NoA .Inside .Side.Left {
    left: 0;
}
.Page.Boutique .Slide.NoA .Inside .Side.Right {
    right: 0;
}
.Page.Boutique .Slide.NoA .Inside .Side .Photo {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;

    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
.Page.Boutique .Slide.NoA .Inside .Side.Left .Photo {
    background-position: center left;
    left: 0;
}
.Page.Boutique .Slide.NoA .Inside .Side.Right .Photo {
    background-position: center right;
    right: 0;    opacity: 1;
}

.Page.Boutique .Slide.NoA .Inside .Side .Photo.Blur {
    opacity: 1;
}

.Page.Boutique .Slide.NoA .Inside .Side .Photo.active {
    opacity: 1;
}

.Page.Boutique .Slide.NoA .Inside .Side .Photo .Table {
    position: absolute;
    z-index: 2;
}
.Page.Boutique .Slide.NoA .Inside .Side .Photo .jp-video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 1;
}
.Page.Boutique .Slide.NoA .Inside .Side .Photo.PhotoSlide0-1Blur {
    /*    background-image: url('../img/dok/PhotoSlide0-1Blur.jpg');*/
    /*    background-color: rgba(0,0,0,0.8);*/
    z-index: 2;
}
.Page.Boutique .Slide.NoA .Inside .Side .Photo.PhotoSlide0-1 {
    /*background-image: url('../img/dok/PhotoSlide0-1.jpg');*/
    opacity: 1 !important;
}
.Page.Boutique .Slide.NoA .Inside .Side .Photo.PhotoSlide0-1 .Table {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.Page.Boutique .Slide.NoA .Inside .Side .Photo.PhotoSlide0-1.active .Table {
    opacity: 1;
}

.Page.Boutique .Slide.NoA .Inside .Side .Photo.PhotoSlide0-2 {
    /*background-image: url('../img/dok/PhotoSlide0-2.jpg');*/
}
.Page.Boutique .Slide.NoA .Inside .Side .Photo.PhotoSlide1-1Blur {
    /*background-image: url('../img/dok/PhotoSlide1-1Blur.jpg');*/
}
.Page.Boutique .Slide.NoA .Inside .Side .Photo.PhotoSlide1-1 {
    /*background-image: url('../img/dok/PhotoSlide1-1.jpg');*/
}

.Page.Boutique .Slide.NoA .Inside .Side .Cl {
    height: 100%;
}
.Page.Boutique .Slide.NoA .Inside .Side h3 {
    font-size: 73px;
    line-height: 83px;
    letter-spacing: 3px;
}
.Page.Boutique .Slide.NoA .Inside .Side h3 span.Small {
    font-size: 31px;
    line-height: 41px;
    letter-spacing: 1px;
}
.Page.Boutique .Slide.NoA .Inside .Side .Text {
    width: 390px;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    margin: 40px auto 0 auto
}
.Page.Boutique .Slide.NoA .Inside .Side p {
    line-height: 21px;
    text-align: left;
    margin-bottom: 20px;
}


.Page.Boutique .Slide.NoA .Inside .Side.Left h3, .Page.Boutique .Slide.NoA .Inside .Side.Left .Text {
    color: #393939;
}
.Page.Boutique .Slide.NoA .Inside .Side.Right h3, .Page.Boutique .Slide.NoA .Inside .Side.Right .Text {
    color: #393939;
}


.Page.Boutique[data-status="hover"] .Slide.NoA .Menu .Separator {
    opacity: 0 !important;
}

.Page.Boutique[data-status="hover"][data-side="Left"] .Slide.NoA .Mask {
    left: 50%;
    margin-left: 110px;
}
.Page.Boutique[data-status="hover"][data-side="Right"] .Slide.NoA .Mask {
    left: -50%;
    margin-left: -110px;
}
.Page.Boutique[data-status="hover"][data-side="Left"] .Slide.NoA .Inside .Side.Left .Cut {
    width: 70%;
}
.Page.Boutique[data-status="hover"][data-side="Right"] .Slide.NoA .Inside .Side.Right .Cut {
    width: 70%;
}



.Page.Boutique[data-status="show"][data-side="Left"] .Slide.NoA .Mask {
    left: 100%;
    margin-left: 442px;
	z-index:0
}
.Page.Boutique[data-status="show"][data-side="Right"] .Slide.NoA .Mask {
    left: -100%;
    margin-left: -442px;
	z-index:0
}

.Page.Boutique[data-status="show"] .Slide.NoA .Inside .Side .Cut {
    transition-duration:  0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
}
.Page.Boutique[data-status="show"][data-side="Left"] .Slide.NoA .Inside .Side.Left .Cut {
    width: 100%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.Page.Boutique[data-status="show"][data-side="Right"] .Slide.NoA .Inside .Side.Right .Cut {
    width: 100%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.Page.Boutique[data-status="show"] .Slide.NoA .Inside .Black {
    opacity: 0; width:0;
}


.Page.Boutique[data-status="show"][data-side="Left"] .Slide.NoA .Inside .Side.Right {
    right: 0;
	width: 0
}



.Page.Boutique[data-status="show"] .Slide.NoA .Menu {
    opacity: 0;
	z-index: 0;
    -webkit-transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}
.Page.Boutique[data-status="show"] .Slide.NoA .Menu a {
    cursor: default;
}


.Page.Boutique .BtClose {
    left: 50%;
    margin-left: -25px;
    bottom: 50px;
	font-size: 2.3em;
    text-align: center;
}


/*

==== FLOORPLANS ====

*/





.Page.Floorplans .Slide {
    z-index: -1;
}
.Page.Floorplans .Slides .Items.Static.LeftSide {
    position: absolute;
}


.Page.Floorplans .Slide.active {
    z-index: 1;
}
#BuildingAreamapDesc {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    color: #c0a754;
}
#BuildingAreamapDesc .Number {
    display: block;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
#BuildingAreamapDesc.East {
    margin-left: -100px;
}
#BuildingAreamapDesc.East .Number {
    text-align: left;
}
#BuildingAreamapDesc.West {
    margin-left: 0px;
}

#BuildingAreamapDesc.West .Number {
    text-align: right;
}

#BuildingAreamapDesc.West.Penthouse {
    margin-left: 50px;
}
#BuildingAreamapDesc.West.Penthouse .Number {
    font-size: 25px;
    text-align: left;
    line-height: 28px;
}

#BuildingAreamapDesc.Show {
    display: block;
}

.Page.Floorplans .LeftSide .Slide.NoA1 .Scale {
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
}
/*.ieOld .Page.Floorplans .LeftSide .Slide.NoA1 .Scale {
    display: none;
    }*/

    .Page.Floorplans .LeftSide .Slide.NoA1 .BuildingAreamap {
        margin: 0 auto;
    }

/*.Page.Floorplans .RightSide .Slide.NoA1 .TableCell {
    padding: 0 0 90px 0;
    }*/
    .Page.Floorplans small {
        display: block;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        color: #000;
        margin: 30px 0;
    }

    .Page.Floorplans .FloorVariantNav {
        display: block;
        width: 290px;
        height: 48px;
        margin: 0 auto;
    }
    .Page.Floorplans .FloorVariantNav a {
        display: block;
        width: 100px;
        height: 48px;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 24px;
        line-height: 48px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        color: #aeaeae;
        float: left;
    }
    .Page.Floorplans[data-variant="East"] .FloorVariantNav a[data-variant="East"],
    .Page.Floorplans[data-variant="West"] .FloorVariantNav a[data-variant="West"]{
        font-size: 48px;
        color: #bfa65b;
    }

    .Page.Floorplans .FloorVariantNav .Separator {
        display: block;
        width: 90px;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 50px;
        line-height: 48px;
        text-transform: uppercase;
        text-align: center;
        color: #aeaeae;
        float: left;
    }


    .Page.Floorplans .Floors {
        display: block;
        width: 290px;
        height: 280px;
        margin: 0 auto;
    }
    .Page.Floorplans .Floors .Floor {
        display: none;
    }
    .Page.Floorplans[data-variant="East"] .FloorList .Floors .Floor[data-variant="East"],
    .Page.Floorplans[data-variant="West"] .FloorList .Floors .Floor[data-variant="West"] {
        display: block;
    }
    .Page.Floorplans .FloorList .Floors .Floor[data-variant="West"] {
      opacity: .35;
      pointer-events: none;
    }

    .Page.Floorplans .Slide.FloorList .Floor a {
        display: block;
        width: 16.6666%;
        float: left;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        padding: 2px 0;
        margin: 0;
        float: left;
    }
    .Page.Floorplans .Slide.FloorList .Floor a span {
        display: block;
        width: 25px;
        line-height: 30px;
        margin: 0 auto;
    }
    .Page.Floorplans .Slide.FloorList .Floor a span.Long {
        letter-spacing: 0px;
    }

    .Page.Floorplans .Slide.FloorList .Floor a,
    .Page.Floorplans .Slide.FloorList .Floor a.Available,
    .Page.Floorplans .Slide.FloorList .Floor a.AvailableExtra {
        color: #545454;
        cursor: pointer;
    }
    .Page.Floorplans .Slide.FloorList .Floor a.Available:hover span,
    .Page.Floorplans .Slide.FloorList .Floor a.AvailableExtra:hover span,
    .Page.Floorplans .Slide.FloorList .Floor a.active span {
        display: block;
        margin: 0 auto;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #efefef;
        padding: 0px 2px 0px 3px;
    }
    .Page.Floorplans .Slide.FloorList .Floor a.Available:hover span.Long,
    .Page.Floorplans .Slide.FloorList .Floor a.AvailableExtra:hover span.Long {
        width: 23px;
    }





    .Page.Floorplans .LeftSide .Slide.NoA2 .LoaderSmall {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -16px 0 0 -16px;
    }

    .Page.Floorplans .LeftSide .Slide.NoA2 img {
        display: block;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
    }




    .Page.Floorplans .RightSide .Slide.NoA2 .BtCloseNormal {
        padding: 20px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 h3 {
        font-size: 53px;
        line-height: 63px;
        letter-spacing: 3px;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 span.Small {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .Page.Floorplans .RightSide .Slide.NoA2 .Specification {
        display: block;
        width: 300px;
        margin: 40px auto 60px;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        text-transform: uppercase;
        line-height: 20px;
        letter-spacing: 1px;
        color: #8a8a8a;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 .Specification .Units {
        text-align: right;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 .Specification .Row {
        border-bottom: 1px solid #ededed;
        padding: 7px 0;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 .Specification .Row:last-child {
        border: none;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 .Specification .Row .Units {
        width: 50%;
        float: left;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 .Specification .Row .Units.Si {
        padding: 0 0 0 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 .Specification .Row .Units sup {
        font-size: 10px;
        line-height: 10px;
    }


    .Page.Floorplans .Bt {
        display: block;
        width: 135px;
        height: 20px;
        margin: 10px auto;
        color: #bea562;
        text-decoration: none;
    }
    .Page.Floorplans .Bt:hover {
        opacity: 0.7;
    }
    .Page.Floorplans .Bt .Text {
        display: block;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 12px;
        color: #bea562;
        float: left;
        line-height: 23px;
        text-transform: uppercase;
        padding: 0 0 0 10px;
    }
    .Page.Floorplans .Bt .Icon {
        display: block;
        width: 20px;
        height: 20px;
        background: url('assets/floorplans/Icon.png') 0px 0px no-repeat;
        float: left;
    }
    .Page.Floorplans .Bt.BtPdf .Icon {
        background-position: 0px 0px;
    }
    .Page.Floorplans .Bt.BtView .Icon {
        background-position: 0px -20px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {

        .Page.Floorplans .Bt.BtPdf .Icon {
            background: url('assets/floorplans/IconRetinaPdf.png') 0px 0px no-repeat !important;
            background-size: cover !important;
        }
        .Page.Floorplans .Bt.BtView .Icon {
            background: url('assets/floorplans/IconRetinaView.png') 0px 0px no-repeat !important;
            background-size: cover !important;
        }

    }




    .Page.Floorplans .Slide.NoA2 .Nav {
        width: 200px;
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin-left: -100px;

        font-family: 'AkzidenzGroteskBQLight';
        font-size: 12px;
        color: #8A8A8A;
    }
    .Page.Floorplans .Slide.NoA2 .Nav .Floor {
        display: block;
        width: 50px;
        height: 20px;
        float: left;
    }
    .Page.Floorplans .Slide.NoA2 .Nav .Arrow {
        display: block;
        width: 20px;
        height: 20px;
        background: url('assets/floorplans/Icon.png') 0 0 no-repeat;
        float: left;
    }
    .Page.Floorplans .Slide.NoA2 .Nav .Arrow.Up {
        background-position: 0px -40px;
    }
    .Page.Floorplans .Slide.NoA2 .Nav .Arrow.Down {
        background-position: 0px -60px;
    }
    .Page.Floorplans .Slide.NoA2 .Nav .Arrow.off {
        opacity: 0.1;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {

        .Page.Floorplans .Slide.NoA2 .Nav .Arrow.Up {
            background: url('assets/floorplans/IconRetinaArrowUp.png') 0px 0px no-repeat !important;
            background-size: cover !important;
        }
        .Page.Floorplans .Slide.NoA2 .Nav .Arrow.Down {
            background: url('assets/floorplans/IconRetinaArrowDown.png') 0px 0px no-repeat !important;
            background-size: cover !important;
        }

    }



    .Page.Floorplans .Slide.NoA2 .Nav .Text {
        float: left;
        padding: 0 0 0 25px;
    }
    .Page.Floorplans .Slide.NoA2 .Nav .Side {
        opacity: 1;
        color: #8A8A8A;
        text-decoration: none;
        float: left;
        padding: 0 10px;
        cursor: default;
    }
    .Page.Floorplans[data-variant="East"] .Slide.NoA2 .Nav .Side[data-variant="West"],
    .Page.Floorplans[data-variant="West"] .Slide.NoA2 .Nav .Side[data-variant="East"] {
        opacity: 1;
        cursor: pointer;
    }
    .Page.Floorplans .Slide.NoA2 .Nav .Side[data-variant="West"] {
      opacity: .35 !important;
      pointer-events: none;
    }
    .Page.Floorplans .Slide.NoA2 .Nav .Seperate {
        float: left;
    }




    .Page.Floorplans .RightSide .Slide.NoA3 .BtCloseNormal {
        padding: 10px;
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 3;
        background-color: #fff;
        width: 20px;
        height: 20px;
        background: url('img/BtCloseNormalSmall.png') center center no-repeat #fff;
    }
    .Page.Floorplans .Slide.NoA3 .Mask {
        width: 0%;
        height: 100%;
        overflow: hidden;
        position: absolute;
    }
    .Page.Floorplans .Slide.NoA3 .Panorama {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


    .Page.Floorplans .NavPanorama {
        display: block;
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .Page.Floorplans .NavPanorama .LoaderSmall {
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        margin: -16px 0 0 -16px;
        background-color: #222;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        padding: 10px;
    }



    .Page.Floorplans .NavDragdealer {
        display: block;
        position: absolute;
        z-index: 99;
        bottom: 30px;
        left: 50%;
        margin-left: -145px;
    }
    .Page.Floorplans .NavDragdealer .Info {
        width: 100%;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        color: #fff;
        position: absolute;
        top: -45px;
        text-shadow: 0 1px 2px #000000;
    }


    .Page.Floorplans .NavDragdealer .dragdealer {
        width: 290px;
        height: 0px;
        margin: 0 auto;
        border-top: 2px solid rgba(255,255,255,0.4);
        box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }
    .Page.Floorplans .NavDragdealer .dragdealer .handle {
        width: 50px;
        height: 15px;
        position: absolute;
        top: -7px;
        left: 0;
        cursor: pointer;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    }
    .Page.Floorplans .NavDragdealer .dragdealer .handle:hover {
        background: #F4F4F4;
    }
    .Page.Floorplans .NavDragdealer .dragdealer .handle:active {
        background: #e4e4e4;
    }





    /* ANIMATION */

    .Page.Floorplans .Slides .LeftSide {
        -webkit-transition: background-color 0.2s linear 0.2s;
        -moz-transition: background-color 0.2s linear 0.2s;
        -o-transition: background-color 0.2s linear 0.2s;
        transition: background-color 0.2s linear 0.2s;
    }
    .Page.Floorplans .Slides[data-slide="0"] .LeftSide {
        background-color: #f8f8f8;
    }
    .Page.Floorplans .Slides[data-slide="1"] .LeftSide,
    .Page.Floorplans .Slides[data-slide="2"] .LeftSide {
        background-color: #222;
    }




    .Page.Floorplans .Slides .Items.LeftSide .Slide.NoA1 {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    .ieOld .Page.Floorplans .Slides .Items.LeftSide .Slide.NoA1 {
        display: none;
    }
    .Page.Floorplans .Slides[data-slide="0"] .Items.LeftSide .Slide.NoA1 {
        opacity: 1;
        -webkit-transition: all 0.2s ease-out 0.2s;
        -moz-transition: all 0.2s ease-out 0.2s;
        -o-transition: all 0.2s ease-out 0.2s;
        transition: all 0.2s ease-out 0.2s;
    }
    .ieOld .Page.Floorplans .Slides[data-slide="0"] .Items.LeftSide .Slide.NoA1 {
        display: block;
    }


    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA1 .Table {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    .ieOld .Page.Floorplans .Slides .Items.RightSide .Slide.NoA1 .Table {
        display: none !important;
    }
    .Page.Floorplans .Slides[data-slideold="0"] .Items.RightSide .Slide.NoA1 .Table,
    .Page.Floorplans .Slides[data-slideold="1"] .Items.RightSide .Slide.NoA1 .Table {
        margin-top: 200px;
    }
    .Page.Floorplans .Slides[data-slideold="2"] .Items.RightSide .Slide.NoA1 .Table {
        margin-top: -200px;
    }
    .Page.Floorplans .Slides[data-slide="0"] .Items.RightSide .Slide.NoA1 .Table {
        opacity: 1;
        margin-top: 0;
        -webkit-transition: all 0.2s ease-out 0.3s;
        -moz-transition: all 0.2s ease-out 0.3s;
        -o-transition: all 0.2s ease-out 0.3s;
        transition: all 0.2s ease-out 0.3s;
    }
    .ieOld .Page.Floorplans .Slides[data-slide="0"] .Items.RightSide .Slide.NoA1 .Table {
        display: block !important;
        width: 300px;
        margin: 50px auto 0 auto;
    }






    .Page.Floorplans .Slides .Items.LeftSide .Slide.NoA2 {
        opacity: 0;
    }
    .ieOld .Page.Floorplans .Slides .Items.LeftSide .Slide.NoA2 {
        display: none !important;
    }
    .Page.Floorplans .Slides[data-slide="1"] .Items.LeftSide .Slide.NoA2,
    .Page.Floorplans .Slides[data-slide="2"] .Items.LeftSide .Slide.NoA2 {
        opacity: 1;
    }
    .ieOld .Page.Floorplans .Slides[data-slide="1"] .Items.LeftSide .Slide.NoA2,
    .ieOld .Page.Floorplans .Slides[data-slide="2"] .Items.LeftSide .Slide.NoA2 {
        display: block !important;
    }


    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .Table {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    .ieOld .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .Table {
        display: table !important;
        margin: 0 !important;
    }
    .Page.Floorplans .Slides[data-slideold="0"] .Items.RightSide .Slide.NoA2 .Table,
    .Page.Floorplans .Slides[data-slideold="1"] .Items.RightSide .Slide.NoA2 .Table {
        margin-top: 200px;
    }
    .Page.Floorplans .Slides[data-slideold="2"] .Items.RightSide .Slide.NoA2 .Table {
        margin-top: -200px;
    }
    .Page.Floorplans .Slides[data-slide="1"] .Items.RightSide .Slide.NoA2 .Table,
    .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA2 .Table {
        opacity: 1;
        margin-top: 0px;
        -webkit-transition: all 0.2s ease-out 0.3s;
        -moz-transition: all 0.2s ease-out 0.3s;
        -o-transition: all 0.2s ease-out 0.3s;
        transition: all 0.2s ease-out 0.3s;
    }
    .ieOld .Page.Floorplans .Slides[data-slide="1"] .Items.RightSide .Slide.NoA2 .Table,
    .ieOld .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA2 .Table {
        width: 300px;
    }

    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .Nav,
    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .BtCloseNormal {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    .ieOld .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .Nav,
    .ieOld .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .BtCloseNormal {
        display: none !important;
    }
    .Page.Floorplans .Slides[data-slide="1"] .Items.RightSide .Slide.NoA2 .Nav,
    .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA2 .Nav,
    .Page.Floorplans .Slides[data-slide="1"] .Items.RightSide .Slide.NoA2 .BtCloseNormal,
    .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA2 .BtCloseNormal {
        opacity: 1;
    }
    .ieOld .Page.Floorplans .Slides[data-slide="1"] .Items.RightSide .Slide.NoA2 .Nav,
    .ieOld .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA2 .Nav,
    .ieOld .Page.Floorplans .Slides[data-slide="1"] .Items.RightSide .Slide.NoA2 .BtCloseNormal,
    .ieOld .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA2 .BtCloseNormal {
        display: block !important;
    }





    .Page.Floorplans .Slide.NoA2 .Scheme {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-out 0s;
        -moz-transition: opacity 0.2s ease-out 0s;
        -o-transition: opacity 0.2s ease-out 0s;
        transition: opacity 0.2s ease-out 0s;
    }
    .Page.Floorplans .Slide.NoA2 .Scheme.Show {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease-out 0s;
        -moz-transition: opacity 0.2s ease-out 0s;
        -o-transition: opacity 0.2s ease-out 0s;
        transition: opacity 0.2s ease-out 0s;
    }




    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .Table.AnimHide1 {
        margin-top: -200px;
        opacity: 0;
    }
    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .Table.AnimHide1.AnimHide2 {
        margin-top: 200px;
        opacity: 0;
    }
    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .Table.AnimHide1.AnimHide2.AnimHide3 {
        margin-top: 0px;
        opacity: 1;
    }




    .Page.Floorplans .Items .Slide.NoA3 .Mask {
        width: 0%;
        -webkit-transition: width 0.2s ease-out;
        -moz-transition: width 0.2s ease-out;
        -o-transition: width 0.2s ease-out;
        transition: width 0.2s ease-out;
    }
    .Page.Floorplans .Slides[data-slideold="0"] .Items .Slide.NoA3 .Mask,
    .Page.Floorplans .Slides[data-slideold="1"] .Items .Slide.NoA3 .Mask {
        left: 0;
    }
    .Page.Floorplans .Slides[data-slideold="2"] .Items .Slide.NoA3 .Mask {
        right: 0;
    }
    .Page.Floorplans .Slides[data-slide="2"] .Items .Slide.NoA3 .Mask {
        width: 100%;
    }


    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA3 .BtCloseNormal {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    .ieOld .Page.Floorplans .Slides .Items.RightSide .Slide.NoA3 .BtCloseNormal {
        display: none !important;
    }
    .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA3 .BtCloseNormal {
        opacity: 1;
    }
    .ieOld .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA3 .BtCloseNormal {
        display: block !important;
    }








/*

==== GALLERY ====

*/

.Page.Gallery {
    background: #000;
}
.Page.Gallery .Thumbnail {
    display: block;
    width: 33.3333333%;
    padding-bottom: 19%;
    height: 0;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.Page.Gallery .Thumbnail span.Shadow {
    display: block;
    width: 104%;
    height: 104%;
    position: absolute;
    top: -2%;
    left: -2%;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    opacity: 1;
}

.Page.Gallery .Thumbnail .Progress {

}
.Page.Gallery .Thumbnail:hover span.Shadow {
    opacity: 0;
}
.Page.Gallery .Thumbnail span.Pic {
    display: block;
    width: 104%;
    height: 104%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: -2% 0 0 -2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: top 0.3s ease-out, width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s, margin 0.5s ease-in 0.1s;
    -moz-transition: top 0.3s ease-out, width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s, margin 0.5s ease-in 0.1s;
    -o-transition: top 0.3s ease-out, width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s, margin 0.5s ease-in 0.1s;
    transition: top 0.3s ease-out, width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s, margin 0.5s ease-in 0.1s;
}
.Page.Gallery .Thumbnail[data-pos="LeftCenter"] span.Pic {
    background-position: left center !important;
}



#GalleryFull {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 9989;
    opacity: 1;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
}

#GalleryFull .Hint {
    display: block;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
#GalleryFull .Hint:hover {
    opacity: 0.7;
}
#GalleryFull .Hint .Desc {
    display: block;
    height: 40px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 17px;
    text-transform: uppercase;
    color: #6f6f6f;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    float: left;
}
#GalleryFull .Hint .Ok {
    display: block;
    height: 40px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 17px;
    text-transform: uppercase;
    color: #6f6f6f;
    line-height: 40px;
    padding: 0 20px;
    background: #e9e9e9;
    float: left;
}


#GalleryFull .Box {
    display: block;
    width: 560px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 99;
}
#GalleryFull .Box .Nav {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    float: left;
}
#GalleryFull .Nav a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
}
#GalleryFull .Nav a.Def {
    display: none;
}
#GalleryFull .Nav a.Prev {
    background-color: #e2e2e2;
}
#GalleryFull .Nav a.Next {
    background-color: #efefef;
}
#GalleryFull .Nav a:hover {
    background-color: #fff;
}
#GalleryFull .Nav a .Icon {
    display: block;
    width: 7px;
    height: 17px;
    background: url('assets/gallery/Icon.png') 0px 0px no-repeat;
    margin: 12px 16px;
}
#GalleryFull .Nav a.Prev .Icon {
    background-position: 0px 0px;
}
#GalleryFull .Nav a.Next .Icon {
    background-position: -7px 0px;
}
#GalleryFull .Nav .Title {
    display: block;
    height: 40px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 17px;
    text-transform: uppercase;
    color: #b29449;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    float: left;
    cursor: default;
}




#GalleryFull .Download {
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    margin-left: 20px;
    float: left;
    cursor: pointer;
}
#GalleryFull .Download span.Icon {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background: #efefef;
}
#GalleryFull .Download:hover  span.Icon {
    background: #fff;
}
#GalleryFull .Download span.Icon span {
    display: block;
    width: 12px;
    height: 17px;
    background: url('assets/gallery/Icon.png') -14px 0px no-repeat;
    margin: 12px 14px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #GalleryFull .Download span.Icon span {
        background: url('assets/gallery/IconRetinaDownload.png') 0px 0px no-repeat;
        background-size: cover !important;
    }

}




#GalleryFull .Download .Text {
    display: block;
    height: 40px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 17px;
    text-transform: uppercase;
    color: #6f6f6f;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    float: left;
}

#GalleryFull .Pic span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position:	absolute;
    top: 0;
}
#GalleryFull .Pic span.Low {
    z-index: 1;
}
#GalleryFull .Pic span.Full {
    z-index: 2;
}
#GalleryFull .Pic[data-size="contain"] span.Full {
    background-color: rgb(232, 232, 232);
    background-size: contain;
}
#GalleryFull .Pic[data-pos="LeftCenter"] span.Full {
    background-position: left center !important;
}
#GalleryFull .Pic[data-pos="RightCenter"] span.Full {
    background-position: right center !important;
}
#GalleryFull .Pic .Progress {
    display: block;
    width: 42px;
    height: 42px;
    background: url('img//LoaderSmall.gif') center center no-repeat #000 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    z-index: 99;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


/*

==== Neighborhood ====

*/

.Page.Neighborhood {
    background: url('assets/neighborhood/Land2.jpg') center center no-repeat;
    background-size: cover;
}
.Page.Neighborhood .Slide.NoA .Description {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 60px;
    z-index: 2;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.Page.Neighborhood .Slide.NoA .Description h2 {
    font-family: 'akzidenz-grotesk_bq_light_cRg', Arial;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
.Page.Neighborhood .Slide.NoA .Description p {
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 20px;
    width: 600px;

}
.Page.Neighborhood .Slide.NoA .Description .Cl.First {
    padding-right: 65px;
}
.Page.Neighborhood .Slide.NoA .Description .Cl.Second {
    padding-left: 65px;
}
.Page.Neighborhood .Slide.NoA .Land {
    display: block;
    width: 100%;
    height: 100%;
    background: url('assets/neighborhood/Land2.jpg') center center no-repeat;
    background-size: 100%;
}
.Page.Neighborhood .Slide.NoA .Point {
    display: block;
    width: 100px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.Page.Neighborhood .Slide.NoA .Point .Title {
    display: block;
    width: 100px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-left: -50px;
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 50px;
    opacity: 0;
}
.Page.Neighborhood .Slide.NoA .Point .Arrow {
    display: block;
    width: 9px;
    height: 9px;
    background: url('assets/neighborhood/Arrow.png') center center no-repeat;
    position: absolute;
    bottom: 0px;
    left: -4px;
    opacity: 0;
}


.ieOld .Page.Neighborhood .Slide.NoA .Point .Title,
.ieOld .Page.Neighborhood .Slide.NoA .Point .Arrow {
    opacity: 1 !important;
}


.Page.Neighborhood .Slide.NoA .Point.A {
    margin: -8% 0 0 -42%;
}
.Page.Neighborhood .Slide.NoA .Point.A .Title {
    font-size: 11px;
    line-height: 15px;
}
.Page.Neighborhood .Slide.NoA .Point.B {
    margin: -7% 0 0 -28%;
}
.Page.Neighborhood .Slide.NoA .Point.B .Title {}

.Page.Neighborhood .Slide.NoA .Point.C {
    margin: -8% 0 0 -18%;
}
.Page.Neighborhood .Slide.NoA .Point.C .Title {}

.Page.Neighborhood .Slide.NoA .Point.D {
    margin: -8% 0 0 6%;
}
.Page.Neighborhood .Slide.NoA .Point.D .Title {
    font-size: 17px;
    line-height: 20px;
    height: 70px;
}

.Page.Neighborhood .Slide.NoA .Point.E {
    margin: 0 0 0 -150px;
    left: 100%;
}
.Page.Neighborhood .Slide.NoA .Point.E .Title {
    font-size: 22px;
    line-height: 25px;
}












.Ready .Page.Neighborhood .Slide.NoA .Point.A .Title {
    animation: AnimTitle 0.6s ease-out 0.6s forwards;
    -moz-animation: AnimTitle 0.6s ease-out 0.6s forwards;
    -webkit-animation: AnimTitle 0.6s ease-out 0.6s forwards;
    -o-animation: AnimTitle 0.6s ease-out 0.6s forwards;
}
.Ready .Page.Neighborhood .Slide.NoA .Point.B .Title {
    animation: AnimTitle 0.6s ease-out 0.9s forwards;
    -moz-animation: AnimTitle 0.6s ease-out 0.9s forwards;
    -webkit-animation: AnimTitle 0.6s ease-out 0.9s forwards;
    -o-animation: AnimTitle 0.6s ease-out 0.9s forwards;
}
.Ready .Page.Neighborhood .Slide.NoA .Point.C .Title {
    animation: AnimTitle 0.6s ease-out 1.2s forwards;
    -moz-animation: AnimTitle 0.6s ease-out 1.2s forwards;
    -webkit-animation: AnimTitle 0.6s ease-out 1.2s forwards;
    -o-animation: AnimTitle 0.6s ease-out 1.2s forwards;
}
.Ready .Page.Neighborhood .Slide.NoA .Point.D .Title {
    animation: AnimTitle 0.6s ease-out 1.5s forwards;
    -moz-animation: AnimTitle 0.6s ease-out 1.5s forwards;
    -webkit-animation: AnimTitle 0.6s ease-out 1.5s forwards;
    -o-animation: AnimTitle 0.6s ease-out 1.5s forwards;
}
.Ready .Page.Neighborhood .Slide.NoA .Point.E .Title {
    animation: AnimTitle 0.6s ease-out 1.8s forwards;
    -moz-animation: AnimTitle 0.6s ease-out 1.8s forwards;
    -webkit-animation: AnimTitle 0.6s ease-out 1.8s forwards;
    -o-animation: AnimTitle 0.6s ease-out 1.8s forwards;
}


@keyframes AnimTitle {
    0%   {opacity: 0; margin-bottom: 80px;}
    100%  {opacity: 1; margin-bottom: 0px;}
}
@-moz-keyframes AnimTitle {
    0%   {opacity: 0; margin-bottom: 80px;}
    100%  {opacity: 1; margin-bottom: 0px;}
}
@-webkit-keyframes AnimTitle {
    0%   {opacity: 0; margin-bottom: 80px;}
    100%  {opacity: 1; margin-bottom: 0px;}
}
@-o-keyframes AnimTitle {
    0%   {opacity: 0; margin-bottom: 80px;}
    100%  {opacity: 1; margin-bottom: 0px;}
}

.Ready .Page.Neighborhood .Slide.NoA .Point.A .Arrow {
    animation: AnimArrow 0.6s linear 0.6s forwards;
    -moz-animation: AnimArrow 0.6s linear 0.6s forwards;
    -webkit-animation: AnimArrow 0.6s linear 0.6s forwards;
    -o-animation: AnimArrow 0.6s linear 0.6s forwards;
}
.Ready .Page.Neighborhood .Slide.NoA .Point.B .Arrow {
    animation: AnimArrow 0.6s linear 0.9s forwards;
    -moz-animation: AnimArrow 0.6s linear 0.9s forwards;
    -webkit-animation: AnimArrow 0.6s linear 0.9s forwards;
    -o-animation: AnimArrow 0.6s linear 0.9s forwards;
}
.Ready .Page.Neighborhood .Slide.NoA .Point.C .Arrow {
    animation: AnimArrow 0.6s linear 1.2s forwards;
    -moz-animation: AnimArrow 0.6s linear 1.2s forwards;
    -webkit-animation: AnimArrow 0.6s linear 1.2s forwards;
    -o-animation: AnimArrow 0.6s linear 1.2s forwards;
}
.Ready .Page.Neighborhood .Slide.NoA .Point.D .Arrow {
    animation: AnimArrow 0.6s linear 1.5s forwards;
    -moz-animation: AnimArrow 0.6s linear 1.5s forwards;
    -webkit-animation: AnimArrow 0.6s linear 1.5s forwards;
    -o-animation: AnimArrow 0.6s linear 1.5s forwards;
}
.Ready .Page.Neighborhood .Slide.NoA .Point.E .Arrow {
    animation: AnimArrow 0.6s linear 1.8s forwards;
    -moz-animation: AnimArrow 0.6s linear 1.8s forwards;
    -webkit-animation: AnimArrow 0.6s linear 1.8s forwards;
    -o-animation: AnimArrow 0.6s linear 1.8s forwards;

    bottom: 30px;
    left: initial;
    right: 40px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


@keyframes AnimArrow {
    0%   {opacity: 0; margin-bottom: 80px;}
    100%  {opacity: 1; margin-bottom: 0px;}
}
@-moz-keyframes AnimArrow {
    0%   {opacity: 0; margin-bottom: 80px;}
    100%  {opacity: 1; margin-bottom: 0px;}
}
@-webkit-keyframes AnimArrow {
    0%   {opacity: 0; margin-bottom: 80px;}
    100%  {opacity: 1; margin-bottom: 0px;}
}
@-o-keyframes AnimArrow {
    0%   {opacity: 0; margin-bottom: 80px;}
    100%  {opacity: 1; margin-bottom: 0px;}
}



/*

==== TEAM ====

*/
/*
.Content.pt-page[data-content="team"] {
                overflow-y: scroll;
}
.Page.Team {
                height: auto;
                }*/
                .Page.Team .Person {
                    display: block;
                    width: 33.3333%;
                    float: left;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    border-right: 1px solid #EEE;
                    border-bottom: 1px solid #EEE;
                    position: relative;
                }
                .Page.Team .Person.Row2 {
                    border-bottom: none;
                }
                .Page.Team .Person .Photo {
                    display: block;
                    width: 100%;
                    height: auto;
                    margin-bottom: 50px;
                    padding-bottom: 75%;
                    position: relative;
                    overflow: hidden;
                }
                .Page.Team .Person .Photo .Zoom {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-size: cover;
                    background-position: center center;
                    background-repeat: no-repeat;
                    position: absolute;
                    top: 0;
                    left: 0;

                    -webkit-transition: all 0.7s ease-out;
                    -moz-transition: all 0.7s ease-out;
                    -o-transition: all 0.7s ease-out;
                    transition: all 0.7s ease-out;
                }
                .Page.Team .Person:hover .Photo .Zoom {
                    width: 110%;
                    height: 110%;
                    top: -5%;
                    left: -5%;
                }
                .Page.Team .Person .Title {
                    font-family: 'akzidenz-grotesk_bq_light_cRg';
                    font-size: 40px;
                    line-height: 45px;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                    text-align: center;
                    font-weight: normal;
                    color: #bfa65b;
                    padding: 0 25px;
                }
                .Page.Team .Person .Job {
                    display: block;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 12px;
                    line-height: 18px;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    text-align: center;
                    font-weight: normal;
                    color: #393939;
                }

                .Page.Team .Person hr {
                    display: block;
                    width: 60px;
                    height: 1px;
                    border: none;
                    background: #E4E4E4;
                    margin: 30px auto;
                }
                .Page.Team .Person .Text {
                    display: block;
                    width: 80%;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 13px;
                    color: #393939;
                    margin: 0 auto 80px auto;
                }
                .Page.Team .Person .Text p {
                    line-height: 21px;
                    margin-bottom: 20px;
                }

                .Page.Team .Person a.More {
                    display: block;
                    width: 100%;
                    font-family: 'AkzidenzGroteskBQLight';
                    font-size: 13px;
                    color: #393939;
                    text-align: center;
                    text-decoration: underline;
                    position: absolute;
                    bottom: 20px;
                    text-transform: uppercase;
                }


                .Page.Team .Person .Inside.More {
                    display: none;
                    height: 100%;
                }



/*

==== PRESS ====

*/

body.press .scrollbarEngine .thumb .end {
    background: #000;
}

.ComingSoon {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    font-family: 'akzidenz-grotesk_bq_light_cRg', Arial;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: normal;
    color: #bfa65b;
    text-align: center;
}

.PostSingle {
    display: none;
    width: 100%;
    background: #f6f6f6;
    border-bottom: 1px solid #eeeeee;
    padding: 80px 0;
}
.PostSingle.show {
    display: block;
}
.PostSingle .Container {
    width: 700px;
}
.PostSingle .BtCloseNormal {
    padding: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.PostSingle .Picture {
    display: block;
    width: 100%;
    height: 430px;
    background-color: gray;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.PostSingle .Title {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 53px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 63px;
    letter-spacing: 2px;
    color: #bfa65b;
    margin: 30px 0 0;
}
.PostSingle hr {
    display: block;
    width: 30px;
    height: 1px;
    border: none;
    background: #e4e4e4;
    margin: 15px auto;
}
.PostSingle .Date {
    font-family: 'DidotRegular';
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    line-height: 19px;
    letter-spacing: 1px;
    color: #000000;
}
.PostSingle .Social {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.PostSingle .Social a {
    display: inline-block;
    width: 34px;
    height: 33px;
    background: url('assets/press/Icon.png') 0 0 no-repeat;
    text-indent: -9999px;
}
.PostSingle .Social a:hover {
    opacity: 0.7;
}
.PostSingle .Social a.Facebook {
    background-position: 0px 0px;
}
.PostSingle .Social a.Twitter {
    background-position: -34px 0px;
}
.PostSingle .Social a.Copy {
    background-position: -68px 0px;
}
.PostSingle .Social a.Download {
    background-position: -102px 0px;
}
.PostSingle .Content {

    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    color: #393939;
    margin: 40px auto 0 auto
}
.PostSingle .Content p {
    line-height: 21px;
    text-align: left;
    margin-bottom: 20px;
}
.PostSingle .Content a {
    color: #000;
}
.PostSingle .Content .ClickMore {
    display: block;
    float: right;
    color: #000;
    margin-top: 60px;
}



.Posts {
    position: relative;
}
.Post {
    display: block;
    width: 25%;
    height: auto;
    float: left;
    padding-bottom: 50%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #fff;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.Post:hover,
.Post.active {
    background: #f6f6f6;
}
.Post .Inside {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.Post .Picture {
    display: block;
    height: auto;
    padding-bottom: 70%;
    background-color: gray;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Post .Title {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 27px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 33px;
    letter-spacing: 2px;
    color: #bfa65b;
    margin: 20px 0;
}
.Post hr {
    display: block;
    width: 30px;
    height: 1px;
    border: none;
    background: #e4e4e4;
    margin: 15px auto;
}
.Post .Date {
    font-family: 'DidotRegular';
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    line-height: 19px;
    letter-spacing: 1px;
    color: #000000;
    padding: 0 0 20px;
}
.Post .Excerpt {
    height: 100%;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
    font-family: 'AkzidenzGroteskBQLight';
    color: #393939;
    overflow: hidden;
}


.Grid {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.Grid .Box {
    width: 25%;
    height: 670px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-right: 1px solid #eeeeee;
    background: #F6F6F6;
}





/*

==== CONTACT ====

*/

/*  ===== Section A ====== */

.Page.Contact .Slide.NoAddress {
    background: #212121;
}
.Page.Contact .Slide.NoAddress .Container, .Page.Contact .Slide.NoAddress .Cl {
    height: 100%;
    text-align: center;
}
.Page.Contact .Slide.NoAddress h4 {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    color: #8a8a8a;
}
.Page.Contact .Slide.NoAddress hr {
    display: block;
    width: 30px;
    height: 1px;
    border: none;
    background: #8a8a8a;
    margin: 15px auto;
}
.Page.Contact .Slide.NoAddress p, .Page.Contact .Slide.NoAddress a {
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 28px;
    color: #8a8a8a;
    text-decoration: none;
}
.Page.Contact .Slide.NoAddress .Arrow {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    z-index: 3;
    background: #212121;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
}

.Page.Contact .Slide.NoAddress .Arrow.hide {
    bottom: 10px;
}


.Page.Contact .Info {
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: 1;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity, 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.Page.Contact .Info h2 {
    font-size: 65px;
    line-height: 75px;
}
.Page.Contact .Info h2 span.Small {
    font-size: 21px;
    line-height: 31px;
}
.Page.Contact .Info .Arrow {
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
}
.Page.Contact .Info .Arrow:hover {
    opacity: 0.7 !important;
}


.Page.Contact form {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #f5f5f5;
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity, 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.Page.Contact form.zindex {
    z-index: 3;
}
.Page.Contact div.Label {
    display: block;
    width: 25%;
    height: 50%;
    float: left;
    cursor: pointer;
    position: relative;
}
.Page.Contact div.Label.Dark {
    background: #e6e6e6;
}
.Page.Contact div.Label.invalid {
    background: #d5cfbd;
}
.Page.Contact div.Label.focus {
    background: #fff;
}
.Page.Contact div.Label .Extra {
    width: 80%; max-width: 270px;
    position: absolute;
    bottom: 30px; left: 50%;
    font-family: 'AkzidenzGroteskBQLight';
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    color: #d0d0d0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Page.Contact form input,
.Page.Contact form textarea {
    width: 80%;
    background: none;
    border: none;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin: 0 10%;
    resize:none;
}

.Page.Contact form textarea {
    max-height: 200px;
    overflow: hidden;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#000; text-align: center; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#000; text-align: center; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#000; text-align: center; }

label.focus input::-webkit-input-placeholder { color:#000; text-align: center; }
label.focus input::-moz-placeholder { color:#000; text-align: center; }
label.focus input:-ms-input-placeholder { color:#000; text-align: center; }

.Page.Contact form .Hint {
    display: block;
    width: 100%;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #393939;
    position: absolute;
    bottom: 0;
    margin-bottom: -40px;
}

.Page.Contact form button {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}
.Page.Contact form button:hover .Icon {
    opacity: 0.7;
}
.Page.Contact form button .Icon {
    display: block;
    width: 39px;
    height: 29px;
    margin: 0 auto 20px auto;
    background: url('assets/contact/Send.png') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    .Page.Contact form button .Icon {
        background: url('assets/contact/Send.png') center center no-repeat;
        background-size: cover !important;
    }

}

.Page.Contact form button .Text {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #000;
}



.Page.Contact form .SelectBt {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #000;
}
.Page.Contact form .SelectList {
    display: none;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
}
.Page.Contact form .SelectList a {
    display: block;
    width: 50%;
    height: 20%;
    float: left;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #000;
}
.Page.Contact form .SelectList a.Dark {
    background: #F5F5F5;
}
.Page.Contact form .SelectList a span {
    color: #797979;
}
.Page.Contact form .SelectList a span {
    padding: 0 15px;
}
.Page.Contact form .SelectList a.active {
    background-color: #fff;
    color: #000;
}
.Page.Contact form .SelectList a.active span {
    background: url('assets/contact/Select.png') center right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    .Page.Contact form .SelectList a.active span {
        background: url('assets/contact/SelectRetina.png') center right no-repeat;
        background-size: contain !important;;
    }

}

.Page.Contact .Communique {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
}
.Page.Contact .Communique.show {
    display: block;
}

.Page.Contact .Communique span {
    display: block;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 41px;
    line-height: 51px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    color: #bfa65b;
}
.Page.Contact .Communique span.Small {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
}
.Page.Contact .Communique .Bt {
    display: block;
    width: 40px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    color: #888888;
    border: 2px solid #888888;
    margin: 30px auto 0 auto;
}
.Page.Contact .Communique .Bt:hover {
    opacity: 0.7;
}



/*

==== LIVE CAMERA ====

*/

.Page.LiveCamera .Slide.NoA {
    height: 100%;
    background: url('assets/livecamera/Background.jpg') center center no-repeat;
    background-size: cover;
}
.Page.LiveCamera .Camera {
    position: absolute;
    top: 50%; left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.Page.LiveCamera .Cut {
    position: relative;
    overflow: hidden;
}
.Page.LiveCamera iframe {
    width: 881px; height: 522px;
    margin-top: -26px;
}

@media screen and (max-width: 1070px), (max-height: 610px) {
    .Page.LiveCamera iframe {
        width: 700px; height: 420px;
    }
}



.tablet .Page.LiveCamera .LoaderSmall { display: none; }
.tablet .Page.LiveCamera .jp-video { display: none; }
.tablet .Page.LiveCamera .TableCell {
    padding: 0 20%;
    text-align: center;
}
.tablet .Page.LiveCamera .TableCell:before {
    content: "Open website on your desktop computer or on a device with a Flash to view camera";
}



/*

==== DISCLAIMERS ====

*/

.Page.Disclaimers {
    padding: 100px 0;
}
.Page.Disclaimers .Container {
    width: 800px
}
.Page.Disclaimers .Slide.NoA h2 {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    color: #8a8a8a;
    text-align: center;
    margin-bottom: 60px;
}
.Page.Disclaimers .Row {
    display: block;
    margin-bottom: 50px;
}
.Page.Disclaimers .Number {
    display: block;
    width: 45px;
    float: left;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 17px;
    line-height: 45px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #bfa65b;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #dbdbdb;
    margin-right: 50px;
}
.Page.Disclaimers .Text {
    display: block;
    width: 700px;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 11px;
    line-height: 17px;
    color: #8a8a8a;
}
.Page.Disclaimers p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 11px;
    line-height: 17px;
    color: #8A8A8A;
    margin-bottom: 60px;
}





/*

==== DOWNLOADS ====

*/

.Page.Downloads .Slide.NoA h2 {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    color: #8a8a8a;
    text-align: center;
}
.Page.Downloads .Slide.NoA .Line {
    width: 1px;
    height: 70px;
    background: #e4e4e4;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 0;
}
.Page.Downloads .Slide.NoA .Links {
    display: block;
    width: 260px;
    margin: 10px auto 0 auto;
}
.Page.Downloads .Slide.NoA .Links a {
    display: block;
    margin-bottom: 10px;
}
.Page.Downloads .Slide.NoA .Links a:hover {
    opacity: 0.7;
}
.Page.Downloads .Slide.NoA .Links a .Icon {
    display: block;
    width: 11px;
    height: 13px;
    background: url('assets/downloads/Icon.png') center center no-repeat;
    float: left;
}
.Page.Downloads .Slide.NoA .Links a .Title {
    display: block;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: normal;
    color: #8a8a8a;
    float: left;
    margin-left: 10px;
}
.Page.Downloads .Slide.NoA .Links a .Size {
    display: block;
    width: 35px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: normal;
    color: #8a8a8a;
    float: right;
}
.Page.Downloads .issuuembed div div:first-of-type {
    height: 100% ! important;
}
.Page.Downloads .issuuembed div div:last-of-type {
    display: none;
}





/* ------------
   WellnessResidences
   ------------ */

   .Page.WellnessResidences .Slide.NoA { height: calc(100vh - 75px); }
   .Page.WellnessResidences .Slide.NoA h2 {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 6px;
    color: #bfa65b;
    position: relative;
}
.Page.WellnessResidences .Slide.NoA h2 hr {
    width: 35px;
    margin: 20px auto 25px;
    background: #e4e4e4;
}
.Page.WellnessResidences .Slide.NoA h2 span.TextSmall {
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    margin-top: 15px;
}
.Page.WellnessResidences .Slide.NoA h2 span.TextSmall2 {
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: none;
    color: #999999;
}
.Page.WellnessResidences .Slide.NoA .Arrow {
    width: 37px; height: 59px;
    background: url('assets/wellness/Arrow.jpg') no-repeat center center;
    position: absolute;
    bottom: 100px; left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Page.WellnessResidences .Slide.NoB { height: calc(100vh - 75px); }
.Page.WellnessResidences .Slide.NoB .Cl { height: 100%; }
.Page.WellnessResidences .Slide.NoB .Background {
    width: 100%; height: 100%;
    background: url('assets/wellness/Photo1.jpg') no-repeat center center;
    background-size: cover;
}
.Page.WellnessResidences .Slide.NoB h2 {
    font-size: 69px;
    line-height: 79px;
    letter-spacing: 2px;
    color: #bfa65b;
    position: relative;
}
.Page.WellnessResidences .Slide.NoB h2 hr {
    width: 30px;
    margin: 40px auto 40px;
    background: #e4e4e4;
}
.Page.WellnessResidences .Slide.NoB h2 span.BaskervilleGreek {
    font-family:'BaskervilleLTW01-Inclin';
    font-size: 18px;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    line-height: 26px;
}
.Page.WellnessResidences .Slide.NoB .Text {
    width: 80%; max-width: 430px;
    margin: 60px auto 0;
    text-align: justify;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
}












.Page.WellnessResidences .Slide.NoC { height: calc(100vh - 75px); }
.Page.WellnessResidences .Slide.NoC .Cl { height: 100%; }
.Page.WellnessResidences .Slide.NoC .Background {
    width: 100%; height: 100%;
    background: url('assets/wellness/Photo2.jpg?2') no-repeat center center;
    background-size: cover;
}
.Page.WellnessResidences .Slide.NoC h2 {
    font-size: 69px;
    line-height: 79px;
    letter-spacing: 2px;
    color: #bfa65b;
    position: relative;
}
.Page.WellnessResidences .Slide.NoC h2 hr {
    width: 30px;
    margin: 40px auto 40px;
    background: #e4e4e4;
}
.Page.WellnessResidences .Slide.NoC h2 span.BaskervilleGreek {
    font-family:'BaskervilleLTW01-Inclin';
    font-size: 18px;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    line-height: 26px;
}
.Page.WellnessResidences .Slide.NoC .Text {
    width: 80%; max-width: 430px;
    margin: 60px auto 0;
    text-align: justify;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
}



.Page.WellnessResidences .Slide.NoD { height: 700px; }
.Page.WellnessResidences .Slide.NoD h2 {
    font-size: 52px;
    line-height: 62px;
    letter-spacing: 2px;
    color: #bfa65b;
    position: relative;
    z-index: 1;
}
.Page.WellnessResidences .Slide.NoD .Decoration {
    width: 416px; height: 416px;
    background: url('assets/wellness/Decoration1.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%; left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
}


.Page.WellnessResidences .Slide.NoE { padding: 100px 0 200px; }
.Page.WellnessResidences .Slide.NoE .Icon {
    margin: 0 auto 60px;
    text-align: center;
}
.Page.WellnessResidences .Slide.NoE .Text1 {
    font-family:'BaskervilleLTW01-Inclin';
    font-size: 31px;
    text-transform: none;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    line-height: 41px;
}
.Page.WellnessResidences .Slide.NoE .Text2 {
    width: 80%; max-width: 280px;
    margin: 60px auto 0;
    text-align: justify;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
}


.Page.WellnessResidences .Slide.NoF {
    height: auto;
    padding-top: 43%;
    position: relative;
}
.Page.WellnessResidences .Slide.NoF .Background {
    width: 100%; height: 100%;
    background: url('assets/wellness/Photo3.jpg?2') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}



.Page.WellnessResidences .Slide.NoG { height: 700px; }
.Page.WellnessResidences .Slide.NoG h2 {
    font-size: 52px;
    line-height: 62px;
    letter-spacing: 2px;
    color: #bfa65b;
    position: relative;
    z-index: 1;
}
.Page.WellnessResidences .Slide.NoG .Decoration {
    width: 416px; height: 416px;
    background: url('assets/wellness/Decoration1.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%; left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
}




.Page.WellnessResidences .Slide.NoH {
    background: #f7f7f7;
    padding: 170px 0;
}
.Page.WellnessResidences .Slide.NoH .Icon {
    margin: 0 auto 60px;
    text-align: center;
}
.Page.WellnessResidences .Slide.NoH .Text1 {
    margin: 60px auto 0;
    text-align: center;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 24px;
    line-height: 34px;
}
.Page.WellnessResidences .Slide.NoH .Text2 {
    width: 80%; max-width: 350px;
    margin: 25px auto 0;
    text-align: center;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
}


.Page.WellnessResidences .Slide.NoI {
    padding: 170px 0;
}
.Page.WellnessResidences .Slide.NoI .Text1 {
    width: 80%; max-width: 350px;
    margin: 60px auto 0;
    text-align: justify;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
}


.Page.WellnessResidences .Slide.NoJ {
    height: auto;
    padding-top: 53%;
    position: relative;
}
.Page.WellnessResidences .Slide.NoJ .Background {
    width: 100%; height: 100%;
    background: url('assets/wellness/Photo4.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}




.Page.WellnessResidences .Slide.NoK {
    background: #f7f7f7;
    padding: 140px 0;
}
.Page.WellnessResidences .Slide.NoK .Box {
    width: 100%; height: 416px;
    margin: 0 auto;
    position: relative;
}
.Page.WellnessResidences .Slide.NoK h2 {
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 2px;
    color: #bfa65b;
    position: absolute;
    top: 50%; left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.Page.WellnessResidences .Slide.NoK .Decoration {
    width: 416px; height: 416px;
    background: url('assets/wellness/Decoration1.png') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.Page.WellnessResidences .Slide.NoK .Text1 {
    width: 80%; max-width: 570px;
    margin: 60px auto 0;
    text-align: justify;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
}


.Page.WellnessResidences .Slide.NoL { padding: 200px 0; }
.Page.WellnessResidences .Slide.NoL .Icon {
    text-align: center;
    padding: 130px 0;
}
.Page.WellnessResidences .Slide.NoL .Text1 {
    width: 80%; max-width: 360px;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
}
.Page.WellnessResidences .Slide.NoL .Text1 p {
    margin-top: 20px;
    line-height: 23px;
}




.Page.WellnessResidences .Slide.NoM {
    height: auto;
    padding-top: 30%;
    position: relative;
}
.Page.WellnessResidences .Slide.NoM .Background {
    width: 100%; height: 100%;
    background: url('assets/wellness/Photo5.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.Page.WellnessResidences .Slide.NoM .Text1 {
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 11px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    bottom: -30px;
}
.Page.WellnessResidences .Slide.NoM .Text1.Pos1 { left: 20px; }
.Page.WellnessResidences .Slide.NoM .Text1.Pos2 { left: 210px; }
.Page.WellnessResidences .Slide.NoM .Text1.Pos3 {
    left: 50%;
    letter-spacing: 20px;
    margin-left: -55px;
}
.Page.WellnessResidences .Slide.NoM .Text1.Pos4 { right: 320px; }
.Page.WellnessResidences .Slide.NoM .Text1.Pos5 { right: 160px; }
.Page.WellnessResidences .Slide.NoM .Text1.Pos6 { right: 20px; }


.Page.WellnessResidences .Slide.NoN  { padding: 230px 0; }
.Page.WellnessResidences .Slide.NoN .Text1 {
    margin: 0 auto 60px;
    text-align: center;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 24px;
    line-height: 34px;
    color: #000;
}
.Page.WellnessResidences .Slide.NoN .Text2 {
    text-align: center;
    font-family: 'BaskervilleLTW01-Inclin';
    font-style: italic;
    font-size: 24px;
    line-height: 34px;
    color: #696969;
}
.Page.WellnessResidences .Slide.NoN .Text3 {
    width: 80%; max-width: 450px;
    margin: 0 auto;
    text-align: center;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
    margin-top: 30px;
}




.Page.WellnessResidences .Slide.NoO {
    height: auto;
    padding-top: 55%;
    position: relative;
}
.Page.WellnessResidences .Slide.NoO .Background {
    width: 100%; height: 100%;
    background: url('assets/wellness/Photo6.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}






.Page.WellnessResidences .Slide.NoP {
    background: #f7f7f7;
    padding: 140px 0;
}
.Page.WellnessResidences .Slide.NoP .Box {
    width: 100%; height: 416px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 140px;
}
.Page.WellnessResidences .Slide.NoP h2 {
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 2px;
    color: #bfa65b;
    position: absolute;
    top: 50%; left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.Page.WellnessResidences .Slide.NoP .Decoration {
    width: 416px; height: 416px;
    background: url('assets/wellness/Decoration1.png') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.Page.WellnessResidences .Slide.NoP .Text1 {
    width: 80%; max-width: 460px;
    margin: 0 auto 60px;
    text-align: center;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 24px;
    line-height: 34px;
    color: #000;
}
.Page.WellnessResidences .Slide.NoP .Text2 {
    width: 80%; max-width: 460px;
    margin: 0 auto 60px;
    text-align: justify;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
    margin-top: 30px;
}




.Page.WellnessResidences .Slide.NoR {
    height: auto;
    padding-top: 45%;
    position: relative;
}
.Page.WellnessResidences .Slide.NoR .Background {
    width: 100%; height: 100%;
    background: url('assets/wellness/Photo7.jpg?2') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}






.Page.WellnessResidences .Slide.NoS { padding: 200px 0; }
.Page.WellnessResidences .Slide.NoS .Box {
    width: 100%; height: 300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 70px;
}
.Page.WellnessResidences .Slide.NoS h2 {
    font-size: 51px;
    line-height: 61px;
    letter-spacing: 2px;
    color: #bfa65b;
    position: absolute;
    top: 50%; left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.Page.WellnessResidences .Slide.NoS .Decoration {
    width: 300px; height: 300px;
    background: url('assets/wellness/Decoration1.png') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.Page.WellnessResidences .Slide.NoS .Text1 {
    width: 80%; max-width: 460px;
    margin: 0 auto 60px;
    text-align: justify;
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 13px;
    line-height: 23px;
}
.Page.WellnessResidences .Slide.NoS img {
    max-width: 599px; width: 100%;
    height: auto;
}




.Page.WellnessResidences .Slide.NoT {
  padding: 160px 0;
  background: #f7f7f7;
}

.Page.WellnessResidences .Slide.NoT .Text1 {
    font-family: 'AkzidenzGroteskBQLight';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    color: #999999;
}





/* ------------  Musetopoff   ------------ */

.Page.Musetopoff .Slide {
    height: 100vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


.Page.Musetopoff .Logo {
    display: block;
    width: 94px; height: 25px;
    background: url('img/LogoWhiteSmall.png') center center no-repeat;
    position: absolute;
    top: 20px; left: 50%;
    z-index: 3;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
}


.Page.Musetopoff .Inside {
    width: 100%; height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.1);
}
.Page.Musetopoff .Inside .Link {
    text-decoration: none;
}
.Page.Musetopoff .Inside .Logo {
    display: block;
    width: 560px;
    height: 142px;
    background: url('assets/main/Logo.png') center center no-repeat;
    margin: 0 auto;
    position: relative;
    top: 0px;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition:all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.Page.Musetopoff .Inside .Text {
    display: block;
    width: 170px;
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 35px 0 45px 0;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    top: 0px;
    opacity: 1;

    -webkit-transition: all 0.35s 0.05s;
    -moz-transition:all 0.35s 0.05s;
    -o-transition: all 0.35s 0.05s;
    transition: all 0.35s 0.05s;
}
.Page.Musetopoff .Inside .Arrow {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 0;
    position: relative;
    top: 0px;
    opacity: 1;

    -webkit-transition: all 0.35s 0.1;
    -moz-transition:all 0.35s 0.1s;
    -o-transition: all 0.35s 0.1s;
    transition: all 0.35s 0.1s;
}
.Page.Musetopoff .Inside .Arrow .Svg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.Page.Musetopoff .Inside .Arrow .In {
    fill: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.Page.Musetopoff .Inside .Arrow.hover .In { fill: #000; }
.Page.Musetopoff .Inside .Arrow .Shadow {
    display: block;
    width: 62px;
    height: 62px;
    background: #fff;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    opacity: 0;
    position: absolute;
    top: -6px;
    left: -6px;
    -webkit-transition: all 0.2s, opacity 0.3s;
    -moz-transition: all 0.2s, opacity 0.3s;
    -o-transition: all 0.2s, opacity 0.3s;
    transition: all 0.2s, opacity 0.3s;
}
.Page.Musetopoff .Inside .Arrow.hover .Shadow {
    width: 49px;
    height: 49px;
    opacity: 1;
    top: 0px;
    left: 0px;
}




.Page.Musetopoff.mouseStop .Inside .Logo,
.Page.Musetopoff.mouseStop .Inside .Text,
.Page.Musetopoff.mouseStop .Inside .Arrow,
.Page.Musetopoff.hideLogo .Inside .Logo,
.Page.Musetopoff.hideLogo .Inside .Text,
.Page.Musetopoff.hideLogo .Inside .Arrow {
    top: 200px;
    opacity: 0;
}

.Page.Musetopoff.mouseStop .Inside .Logo {
    -webkit-transition: all 0.35s 0.1;
    -moz-transition:all 0.35s 0.1s;
    -o-transition: all 0.35s 0.1s;
    transition: all 0.35s 0.1s;
}
.Page.Musetopoff.mouseStop .Inside .Text {
    -webkit-transition: all 0.35s 0.05s;
    -moz-transition:all 0.35s 0.05s;
    -o-transition: all 0.35s 0.05s;
    transition: all 0.35s 0.05s;
}
.Page.Musetopoff.mouseStop .Inside .Arrow {
    -webkit-transition: all 0.35s;
    -moz-transition:all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}







.Page.Musetopoff .jp-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


.Page.Musetopoff .jp-video .jp-type-single {
    height: 100%;
    margin: 0 auto;
}
.Page.Musetopoff .jp-gui {
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0;
}
.Page.Musetopoff .jp-video .jp-interface {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    bottom: 0;
    opacity: 1;
}
.Page.Musetopoff .jp-video div.jp-progress-white {
    width: calc(100% - 150px); height: 1px;
    background: #fff;
    position: absolute;
    z-index: 1;
    bottom: 26px;
    left: 35px;
}
.Page.Musetopoff .jp-video div.jp-progress {
    width: calc(100% - 115px);
    height: 100%;
    position: relative;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    z-index: 2;
}
.Page.Musetopoff .jp-video .jp-seek-bar {
    width: 0px;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.Page.Musetopoff .jp-video .jp-seek-bar .jp-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
}
.Page.Musetopoff .jp-video .jp-play-bar {
    background: #bfa65b;
    width: 0px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    top: 50%;
}
.Page.Musetopoff .jp-video .jp-seek-bar .jp-line,
.Page.Musetopoff .jp-video .jp-play-bar {
    -webkit-transition: height 0.2s ease-in, top 0.2s ease-in, background 0.2s ease-in 0.2s;
    -moz-transition: height 0.2s ease-in, top 0.2s ease-in, background 0.2s ease-in 0.2s;
    -o-transition: height 0.2s ease-in, top 0.2s ease-in, background 0.2s ease-in 0.2s;
    transition: height 0.2s ease-in, top 0.2s ease-in, background 0.2s ease-in 0.2s;
}
.Page.Musetopoff .jp-video .jp-controls-holder {
    clear: both;
    width: 100%;
    margin: 0 auto;
}
.Page.Musetopoff .jp-video .jp-controls,
.Page.Musetopoff .jp-video .jp-controls li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Page.Musetopoff .jp-video .jp-controls li:hover {
    opacity: 0.7;
}

.Page.Musetopoff .jp-volume-bar {
    position: absolute;
    width: 36px;
    height: 9px;
    background: url('img/IconVolumeOff.png') no-repeat center left;
    bottom: 2px;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    padding: 20px 0;
}
.Page.Musetopoff .jp-volume-bar-value {
    background: url('img/IconVolumeOn.png') no-repeat center left;
    height: 100%;
}

.Page.Musetopoff .jp-video .jp-mute,
.Page.Musetopoff .jp-video .jp-unmute {
    display: block;
    width: 35px;
    height: 55px;
    background: url('img/IconMuteWhite.png') no-repeat center center;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 3;
    border: none;
    text-indent: -99999px;
    cursor: pointer;
}

.Page.Musetopoff .jp-video .jp-unmute { opacity: 0.5; }


/*.Page.Musetopoff .jp-video .jp-video-play {
    display: block !important;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: red;
}
.Page.Musetopoff .jp-video .jp-play {
    display: block;
    width: 40px;
    height: 40px;
    background: url('img/IconPlay.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -99999px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
*/




/* ------------
   Video
   ------------ */


   .Page.Video .jp-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.Page.Video .jp-video .jp-type-single {
    margin: 0 auto;
}
.Page.Video .jp-video .jp-current-time, .Page.Video .jp-video .jp-duration, .Page.Video .jp-video .jp-title {
    display: none;
}
.Page.Video .jp-gui {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 40px;
}
.Page.Video .jp-video  .jp-interface {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: rgba(0,0,0,0.38);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}
.Page.Video .jp-video .Pad {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    padding: 0 110px 0 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.Page.Video .jp-video div.jp-progress {
    top: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    position: relative;
    padding: 19px 0;
}
.Page.Video .jp-video .jp-seek-bar {
    background: rgba(0, 0, 0, 1);
    width: 0px;
    height: 100%;
    cursor: pointer;
}
.Page.Video .jp-video .jp-play-bar {
    background: rgba(217, 185, 89, 1);
    width: 0px;
    height: 100%;
}
.Page.Video .jp-video .jp-controls-holder {
    clear: both;
    width: 100%;
    margin: 0 auto;
}
.Page.Video .jp-video .jp-video-play-icon {
    display: none;
}
.Page.Video .jp-video .jp-controls, .Page.Video .jp-video .jp-controls li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Page.Video .jp-video .jp-controls li:hover {
    opacity: 0.7;
}
.Page.Video .jp-video .jp-play {
    display: block;
    width: 40px;
    height: 40px;
    background: url('img/IconPlay.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -99999px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.Page.Video .jp-video .jp-pause {
    display: block;
    width: 40px;
    height: 40px;
    background: url('img/IconPause.png') no-repeat center center;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -99999px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.Page.Video .jp-video .jp-stop {
    display: none;
}
.Page.Video .jp-video .jp-mute {
    display: none !important;
    text-indent: -99999px;
}
.Page.Video .jp-video .jp-unmute {
    display: none !important;
    text-indent: -99999px;
}
.Page.Video .jp-video .jp-volume-max {
    display: none !important;
    text-indent: -99999px;
}
.Page.Video .jp-video .jp-volume-bar {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    background: none;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 20px;
}
.Page.Video .jp-video .jp-volume-bar-value {
    display: block;
    width: 32px;
    height: 4px;
    background: rgba(217, 185, 89, 1);
    margin: 19px 0;
}


.tablet .Page.Video video {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}








.tablet .Page.Main.mouseStop .Inside .Logo,
.tablet .Page.Main.mouseStop .Inside .Text,
.tablet .Page.Main.mouseStop .Inside .Arrow,
.tablet .Page.Main.hideLogo .Inside .Logo,
.tablet .Page.Main.hideLogo .Inside .Text,
.tablet .Page.Main.hideLogo .Inside .Arrow {
    top: 0px;
    opacity: 1;
}
.tablet .Page.Main .Slide.NoVideo {
    background: url('assets/main/Background.jpg') bottom center no-repeat;
    background-size: cover;
}


.tablet  .Page.Contact .Info {
    display: none !important;
}
.tablet .Page.Contact form {
    opacity: 1 !important;
}




#Rotate {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99999;
}
#Rotate .Text {
    display: block;
    width: 233px;
    height: 375px;
    background: url(img/Rotate.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -187px 0 0 -116px;
}

/* LOCK - ipad */

@media screen and (device-width: 768px) and (orientation: portrait) {
    #Rotate {
        display: block;
    }
}








@media (max-width: 760px) {
    .Page.WellnessResidences .Slide .Cl { width: 100%; }

    .Page.WellnessResidences .Slide.NoA .Arrow {
        bottom: 20px;
    }
    .Page.WellnessResidences .Slide.NoA h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .Page.WellnessResidences .Slide.NoA h2 span.BaskervilleGreek {
        width: 80%;
        font-size: 13px;
        line-height: 19px;
        margin: 0 auto;
    }

    .Page.WellnessResidences .Slide.NoB { height: auto; }
    .Page.WellnessResidences .Slide.NoB .Cl.First { height: 400px; }
    .Page.WellnessResidences .Slide.NoB .Cl.Second { padding: 100px 0; }
    .Page.WellnessResidences .Slide.NoB h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .Page.WellnessResidences .Slide.NoB h2 span.BaskervilleGreek {
        font-size: 14px;
        line-height: 20px;
        width: 80%;
        margin: 0 auto;
    }
    .Page.WellnessResidences .Slide.NoB h2 span.BaskervilleGreek br { display: none; }


    .Page.WellnessResidences .Slide.NoC { height: auto; }
    .Page.WellnessResidences .Slide.NoC .Cl.First { padding: 0 0 70px; }
    .Page.WellnessResidences .Slide.NoC .Cl.Second { height: 400px; }
    .Page.WellnessResidences .Slide.NoC h2 span.BaskervilleGreek  {
        font-size: 14px;
        line-height: 20px;
        width: 80%;
        margin: 0 auto;
    }
    .Page.WellnessResidences .Slide.NoC h2 span.BaskervilleGreek br { display: none; }



    .Page.WellnessResidences .Slide.NoD h2 {
        width: 80%;
        margin: 0 auto;
        font-size: 40px;
        line-height: 50px;
    }

    .Page.WellnessResidences .Slide.NoE { padding: 70px 0; }
    .Page.WellnessResidences .Slide.NoE .Cl { margin-bottom: 20px; }

    .Page.WellnessResidences .Slide.NoG { height: 500px; }

    .Page.WellnessResidences .Slide.NoH { padding: 70px 0; }
    .Page.WellnessResidences .Slide.NoH  { margin-bottom: 20px; }
    .Page.WellnessResidences .Slide.NoH .Text1 {
        margin: 40px auto 0;
        font-size: 19px;
        line-height: 29px;
    }

    .Page.WellnessResidences .Slide.NoI { padding: 0 0 70px; }


    .Page.WellnessResidences .Slide.NoK { padding: 40px 0; }
    .Page.WellnessResidences .Slide.NoK .Box { height: 320px; }
    .Page.WellnessResidences .Slide.NoK .Decoration {
        width: 80%;
        height: auto;
        background-size: contain;
        padding-top: 100%;
    }
    .Page.WellnessResidences .Slide.NoK h2 {
        font-size: 40px;
        line-height: 50px;
    }


    .Page.WellnessResidences .Slide.NoL { padding: 70px 0; }
    .Page.WellnessResidences .Slide.NoL .First {
        height: 40px;
        margin-bottom: 20px;
    }
    .Page.WellnessResidences .Slide.NoL .Icon { padding: 0; }
    .Page.WellnessResidences .Slide.NoL .Text1 { margin: 0 auto; }


    .Page.WellnessResidences .Slide.NoN { padding: 70px 0; }


    .Page.WellnessResidences .Slide.NoM .Text1 { display: none; }


    .Page.WellnessResidences .Slide.NoN .Text1 { margin: 0 auto 30px; }
    .Page.WellnessResidences .Slide.NoN .Text1,
    .Page.WellnessResidences .Slide.NoN .Text2 {

        font-size: 18px;
        line-height: 24px;
    }
    .Page.WellnessResidences .Slide.NoN .Text1 br,
    .Page.WellnessResidences .Slide.NoN .Text2 br { display: none; }


    .Page.WellnessResidences .Slide.NoP { padding: 40px 0; }
    .Page.WellnessResidences .Slide.NoP .Box {
        height: 320px;
        margin-bottom: 0px;
    }
    .Page.WellnessResidences .Slide.NoP .Decoration {
        width: 80%;
        height: auto;
        background-size: contain;
        padding-top: 100%;
    }
    .Page.WellnessResidences .Slide.NoP h2 {
        font-size: 40px;
        line-height: 50px;
    }


    .Page.WellnessResidences .Slide.NoS { padding: 70px 0; }
    .Page.WellnessResidences .Slide.NoS h2 {
        font-size: 40px;
        line-height: 50px;
    }


}

@media (max-width: 760px) and (orientation: landscape) {
    .Page.WellnessResidences .Slide.NoA .Arrow {
        position: static;
        margin: 30px auto;
        transform: none;
    }
}


@media only screen and (max-device-width: 760px),
only screen and (max-device-width: 760px) and (orientation: landscape) {

    body {
        min-width: initial;
    }
    #Menu.Pc {
        display: none;
    }
    #Menu.Mobile {
        display: block;
    }
    #Contents {
        padding-top: 50px;
    }
    .Container {
        width: 90% !important;
    }


    .OnlyNotPhone {
        display: none !important;
    }
    .OnlyPhone {
        display: block !important;
    }


    .Page.Main .Inside .Logo {
        width: 224px;
        height: 57px;
        background-size: cover;
    }

    .Page.Main.mouseStop .Inside .Logo,
    .Page.Main.mouseStop .Inside .Text,
    .Page.Main.mouseStop .Inside .Arrow,
    .Page.Main.hideLogo .Inside .Logo,
    .Page.Main.hideLogo .Inside .Text,
    .Page.Main.hideLogo .Inside .Arrow {
        top: 0px;
        opacity: 1;
    }
    .Page.Main .Slide.NoVideo {
        background: url('assets/main/Background.jpg') bottom center no-repeat;
        background-size: cover;
    }
    .Frames .Frame .Text h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .Frames .Frame .Text h2 span.Small {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 2px;
    }
    .Frames .Frame div.Full, .Frames .Frame div.Preview {
        background-position: 50% 50%;
    }
    .Frames .Frame10 div.Full, .Frames .Frame10 div.Preview {
        background-position: 50% 50%;
    }
    .Frames .Frame11 div.Full, .Frames .Frame11 div.Preview {
        background-position: 48% 50%;
    }
    .Frames .Frame12 div.Full, .Frames .Frame12 div.Preview {
        background-position: 47% 50%;
    }
    .Frames .Frame13 div.Full, .Frames .Frame13 div.Preview {
        background-position: 45% 50%;
    }
    .Frames .Frame14 div.Full, .Frames .Frame14 div.Preview {
        background-position: 43% 50%;
    }
    .Frames .Frame15 div.Full, .Frames .Frame15 div.Preview {
        background-position: 42% 50%;
    }
    .Frames .Frame16 div.Full, .Frames .Frame16 div.Preview {
        background-position: 40% 50%;
    }
    .Frames .Frame17 div.Full, .Frames .Frame17 div.Preview {
        background-position: 38% 50%;
    }
    .Frames .Frame18 div.Full, .Frames .Frame18 div.Preview {
        background-position: 37% 50%;
    }
    .Frames .Frame19 div.Full, .Frames .Frame19 div.Preview {
        background-position: 35% 50%;
    }
    .Frames .Frame20 div.Full, .Frames .Frame20 div.Preview {
        background-position: 33% 50%;
    }
    .Frames .Frame21 div.Full, .Frames .Frame21 div.Preview {
        background-position: 32% 50%;
    }
    .Frames .Frame22 div.Full, .Frames .Frame22 div.Preview {
        background-position: 30% 50%;
    }
    .Frames .Frame23 div.Full, .Frames .Frame23 div.Preview {
        background-position: 28% 50%;
    }
    .Frames .Frame24 div.Full, .Frames .Frame24 div.Preview {
        background-position: 27% 50%;
    }
    .Frames .Frame25 div.Full, .Frames .Frame25 div.Preview {
        background-position: 25% 50%;
    }
    .Frames .Frame26 div.Full, .Frames .Frame26 div.Preview {
        background-position: 23% 50%;
    }
    .Frames .Frame27 div.Full, .Frames .Frame27 div.Preview {
        background-position: 22% 50%;
    }
    .Frames .Frame28 div.Full, .Frames .Frame28 div.Preview {
        background-position: 20% 50%;
    }
    .Frames .Frame29 div.Full, .Frames .Frame29 div.Preview {
        background-position: 18% 50%;
    }
    .Frames .Frame30 div.Full, .Frames .Frame30 div.Preview {
        background-position: 17% 50%;
    }
    .Frames .Frame31 div.Full, .Frames .Frame31 div.Preview {
        background-position: 15% 50%;
    }
    .Frames .Frame32 div.Full, .Frames .Frame32 div.Preview {
        background-position: 13% 50%;
    }
    .Frames .Frame33 div.Full, .Frames .Frame33 div.Preview {
        background-position: 12% 50%;
    }
    .Frames .Frame34 div.Full, .Frames .Frame34 div.Preview {
        background-position: 10% 50%;
    }
    .Frames .Frame35 div.Full, .Frames .Frame35 div.Preview {
        background-position: 8% 50%;
    }
    .Frames .Frame36 div.Full, .Frames .Frame36 div.Preview {
        background-position: 7% 50%;
    }
    .Frames .Frame37 div.Full, .Frames .Frame37 div.Preview {
        background-position: 5% 50%;
    }
    .Frames .Frame38 div.Full, .Frames .Frame38 div.Preview {
        background-position: 3% 50%;
    }
    .Frames .Frame39 div.Full, .Frames .Frame39 div.Preview {
        background-position: 2% 50%;
    }
    .Frames .Frame40 div.Full, .Frames .Frame40 div.Preview {
        background-position: 0% 50%;
    }


    /* BUILDING */

    .Page.Building .Slide.NoA {
        background: url('assets/building/PhotoA1.jpg') bottom center no-repeat;
        background-size: cover;
    }
    .Page.Building .Slide.NoA h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .Page.Building .Slide.NoA1 {
        height: auto;
        padding: 30px 0;
    }
    .Page.Building .Slide.NoA1 h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .Page.Building .Slide.NoA1 h2 span.Small {
        font-size: 30px;
    }
    .Page.Building .Slide.NoA1 .Text {
        height: auto !important;
        margin: 30px auto 0 auto;
    }
    .Page.Building .Slide.NoA1 .Cl.Cl1-2 {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        padding: 0 !important;
    }
    .Page.Building .Slide.NoA1 .Text p {
        position: static !important;
        font-size: 13px;
        line-height: 21px;
    }
    .Page.Building .Slide.NoC {
        padding-bottom: 100% !important;
    }
    .Page.Building .Slide.NoB {
        height: auto !important;
        padding: 30px 0 !important;
    }
    .Page.Building .Slide.NoB .Cl.Cl1-2 {
        display: none;
    }
    .Page.Building .Slide.NoB .Cl.Cl1-2+.Cl.Cl1-2 {
        display: block;
        width: 100%;
    }
    .Page.Building .Slide.NoB .Row {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }
    .Page.Building .Slide.NoB .Text {
        width: 70%;
    }


    .Page.Building .Slide.NoD {
        height: auto !important;
        padding: 30px 0 !important;
    }
    .Page.Building .Slide.NoD h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .Page.Building .Slide.NoD h2 span.Small {
        font-size: 28px;
    }
    .Page.Building .Slide.NoD .Text {
        margin: 30px auto 0 auto;
    }
    .Page.Building .Slide.NoD .Cl.Cl1-3 {
        width: 100% !important;
        height: auto !important;
    }
    .Page.Building .Slide.NoD .Text p {
        position: static !important;
    }
    .Page.Building .Slide.NoG {
        height: 1200px !important;
        background-position: 0% 50%;
        background-size: cover;
    }
    .Page.Building .Slide.NoG .Container {
        margin: 0 auto !important;
    }
    .Page.Building .Slide.NoG .Cl.Cl1-2 {
        display: none;
    }
    .Page.Building .Slide.NoG .Cl.Cl1-2+.Cl.Cl1-2 {
        display: block;
        width: 100%;
    }
    .Page.Building .Slide.NoG h2 {
        font-size: 50px;
        line-height: 40px;
    }
    .Page.Building .Slide.NoG .Table.scale {
        padding: 0;
    }
    .Page.Building .Slide.NoG .Table {
        background: rgba(0, 0, 0, 0.5);
    }
    .Page.Building .Slide.NoG .Text p {
        width: 100% !important;
        height: auto !important;
    }
    .Page.Building .Slide.NoG .Text p span {
        position: static !important;
    }


    /* FLOORPLANS */

    .Page.Floorplans .Slide.NoA2 .Nav {
        display: none;
    }
    .Page.Floorplans .Bt.BtView {
        display: none;
    }
    .Page.Floorplans .SchemeMobile {
        background: #000;
        padding: 0 0 20px 0;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 {
        overflow-y: scroll;
    }
    .Page.Floorplans .PanoramaMobile {
        width: 100%;
        height: 300px;
        position: relative;
        overflow-x: scroll;
    }
    .Page.Floorplans .PanoramaMobile img {
        width: auto;
        height: 100%;
        position: absolute;
    }
    .Page.Floorplans #BuildingAreamapDesc {
        display: none !important;
    }


    /* TEAM */

    .Page.Team .Person .Photo .Zoom {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .Page.Team .Person:hover .Photo .Zoom {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .Page.Team .Person .Photo {
        margin-bottom: 20px !important;
    }
    .Page.Team .Person .Title {
        font-size: 25px;
        line-height: 30px;
    }
    .Page.Team .Person hr {
        margin: 20px auto;
    }
    .Page.Team .Person .Text {
        margin: 0 auto 30px auto;
    }
    .Page.Team .Person .Text p {
        font-size: 12px;
        line-height: 18px;
    }
    .Page.Team .Person a.More {
        bottom: 10px;
    }

    /* NEIGHBORHOOD */

    .Page.Neighborhood {
        overflow-y: scroll;
        background: none !important;
    }
    .Page.Neighborhood .Slide.No0  {
        background: #fff;
        padding: 30px 0;
    }
    .Page.Neighborhood .Description {
        display: block;
        width: 90%;

        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        line-height: 16px;
        color: #000;
        margin: 0 auto;
    }
    .Page.Neighborhood .Description p {
        margin-bottom: 20px;
    }
    .Page.Neighborhood .Description p:last-child {
        margin-bottom: 0px;
    }
    .Page.Neighborhood .Slide.NoA .Point .Title {
        font-size: 10px !important;
        line-height: 13px !important;
    }


    /* PRESS */

    .PostSingle {
        display: none !important;
    }
    .Post {
        height: auto !important;
    }
    .Post .Inside {
        position: static !important;
    }
    .Post .Inside .Second {
        height: auto !important;
    }
    .Post:hover,
    .Post.active {
        background: none !important;
    }
    .Post .Title {
        font-size: 23px;
        line-height: 27px;
        margin: 15px 0 10px 0;
    }
    .Post .Excerpt p {
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    /* CONTACT */

    .Page.Contact {
        overflow-y: scroll;
    }
    .Page.Contact .Info {
        display: none !important;
    }
    .Page.Contact form {
        opacity: 1 !important;
    }

    /*  DISCLAIMERS */

    .Page.Disclaimers {
        padding: 30px 0;
    }
    .Page.Disclaimers .Number {
        width: 30px !important;
        margin-right: 10%;
        line-height: 30px !important;
    }
    .Page.Disclaimers .Text {
        width: 70% !important;
    }

    /*  DOWNLOADS */

    .Page.Downloads .Slide.NoA .Cl.Cl1-2 {
        display: none;
    }
    .Page.Downloads .Slide.NoA .Cl.Cl1-2+.Cl.Cl1-2 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .Page.Downloads .Slide.NoA h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .Page.Downloads .Slide.NoA .Line {
        width: 30px;
        height: 1px;
        background: #e4e4e4;
        position: static;
        top: 50%;
        right: 0;
        margin: 20px auto;
    }
    .Page.Downloads .Slide.NoA .Links a {
        display: inline-block;
    }






    /*  LIVECAMERA */

    .Page.LiveCamera .LoaderSmall { display: none; }
    .Page.LiveCamera .jp-video { display: none; }
    .Page.LiveCamera .TableCell {
        padding: 0 20%;
        text-align: center;
    }
    .Page.LiveCamera .TableCell:before {
        content: "Open website on your desktop computer or on a device with a Flash to view camera";
    }

}




@media screen and (max-device-width: 760px) and (orientation: portrait) {

    /*  RESIDENCES */

    .Page.Residences {
        overflow-y: scroll;
    }
    .Page.Residences .NavSlide {
        display: none !important;
    }

    .Page.Residences .Arrow2 {
        bottom: 30px;
        zoom: 0.7;
    }

    /*  ===== Section A ====== */

    .Page.Residences .Slide.NoA1 h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .Page.Residences .Slide.NoA1 h2 span.BaskervilleGreek {
        font-size: 15px;
        line-height: 27px;
    }
    .Page.Residences .Slide.NoA1 h2 hr {
        margin: 10px auto;
    }

    /*  --  No2 -- */

    .Page.Residences .Slide.NoA2.Left h3 {
        font-size: 41px;
        line-height: 31px;
        letter-spacing: 5.5px;
    }
    .Page.Residences .Slide.NoA2.Left h3 span.Small {
        font-size: 25px;
        line-height: 40px;
    }
    .Page.Residences .Slide.NoA2.Left h3 hr {
        margin: 10px auto;
    }
    .Page.Residences .Slide.NoA2.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        margin: 20px auto 0 auto
    }
    .Page.Residences .Slide.Left .Text p {
        line-height: 16px;
        margin-bottom: 20px;
    }
    .Page.Residences .Slide.NoA2.Right {
        background: url('assets/residences/PhotoA1.jpg') center center no-repeat;
        background-size: cover;
    }

    /*  --  No3 -- */

    .Page.Residences .Slide.NoA3 {
        background: url('assets/residences/PhotoA2.jpg') center right no-repeat;
        background-size: cover;
    }

    /*  --  No4 -- */

    .Page.Residences .Slide.NoA4.Left {
        background: #171717;
        padding: 20px 0;
    }
    .Page.Residences .Slide.NoA4.Left h3 {
        font-size: 51px;
        line-height: 51px;
        color: #fff;
    }
    .Page.Residences .Slide.NoA4.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1.6px;
        color: #b6b6b6;
        margin: 20px auto 0 auto
    }
    .Page.Residences .Slide.NoA4.Left .Text span {
        display: block;
        text-align: center;
    }
    .Page.Residences .Slide.NoA4.Left .Text hr {
        display: block;
        width: 35px;
        height: 1px;
        border: none;
        background: #4e4e4e;
        margin: 10px auto;
    }

    .Page.Residences .Slide.NoA4.Right {
        background: url('assets/residences/PhotoA3.jpg') center center no-repeat;
        background-size: cover;
    }

    /*  --  No5 -- */

    .Page.Residences .Slide.NoA5.Left {
        padding: 20px 0;
    }
    .Page.Residences .Slide.NoA5.Left h3 {
        font-size: 51px;
        line-height: 51px;
    }
    .Page.Residences .Slide.NoA5.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1.6px;
        color: #393939;
        margin: 20px auto 0 auto
    }
    .Page.Residences .Slide.NoA5.Left .Text span {
        display: block;
        text-align: center;
    }
    .Page.Residences .Slide.NoA5.Left .Text hr {
        display: block;
        width: 35px;
        height: 1px;
        border: none;
        background: #DADADA;
        margin: 10px auto;
    }
    .Page.Residences .Slide.NoA5.Right {
        background: url('assets/residences/PhotoA4.jpg') center center no-repeat;
        background-size: cover;
    }


    /*  ===== Section B ====== */

    /*  --  No1 -- */

    .Page.Residences .Slide.NoB1 h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 5px;
    }
    .Page.Residences .Slide.NoB1 h2 hr {
        margin: 10px auto;
    }
    .Page.Residences .Slide.NoB1 h2 span.BaskervilleGreek {
        font-size: 15px;
        line-height: 27px;
    }

    /*  --  No2 -- */

    .Page.Residences .Slide.NoB2 {
        background: url('assets/residences/PhotoB1.jpg') center right no-repeat;
        background-size: cover;
    }


    /*  --  No3 -- */

    .Page.Residences .Slide.NoB3.Left {
        background: #fff;
    }
    .Page.Residences .Slide.NoB3.Left h2 {
        font-size: 41px;
        line-height: 31px;
    }
    .Page.Residences .Slide.NoB3.Left h2 span.Small {
        font-size: 25px;
        line-height: 40px;
    }
    Page.Residences .Slide.NoB3.Left h2 hr {
        margin: 10px auto;
    }
    .Page.Residences .Slide.NoB3.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        color: #393939;
        margin: 20px auto 0 auto
    }
    .Page.Residences .Slide.NoB3.Left .Text p {
        line-height: 16px;
        text-align: left;
        margin-bottom: 20px;
    }
    .Page.Residences .Slide.NoB3.Left .Text p:last-child {
        margin: 0;
    }
    .Page.Residences .Slide.NoB3.Right {
        background: url('assets/residences/PhotoB1Zoom.jpg') center center no-repeat;
        background-size: cover;
    }

    /*  --  No4 -- */

    .Page.Residences .Slide.NoB4.Left {
        background: #171717;
    }
    .Page.Residences .Slide.NoB4.Left h2 span.Didot {
        font-size: 43px;
        color: #FFF;
        line-height: 49px;
        letter-spacing: 1px;
    }
    .Page.Residences .Slide.NoB4.Left h2 hr {
        background: #B6B6B6;
        margin: 5px auto 20px;
    }

    .Page.Residences .Slide.NoB4.Left h2 span.Small {
        font-size: 20px;
        color: #B6B6B6;
        line-height: 25px;
    }
    .Page.Residences .Slide.NoB4.Right {
        background: #fff;
        text-align: center;
    }
    .Page.Residences .Circle {
        display: inline-block;
        width: 90px;
        height: 90px;
    }
    .Page.Residences .Circle .Hover {
        display: block;
        width: 90px;
        height: 90px;
    }
    .Page.Residences .Circle .Material {
        width: 74px;
        height: 74px;
        top: 8px;
        left: 8px;
    }
    .Page.Residences .Circles .Description {
        margin-top: 20px;
    }
    .Page.Residences .Circles .Description .Title {
        font-size: 31px;
        line-height: 31px;
    }
    .Page.Residences .Circles .Description .Desc {
        font-size: 11px;
    }


    /*  --  No5 -- */

    .Page.Residences .Slide.NoB5.Left {
        background: #fff;
        text-align: center;
    }
    .Page.Residences .Slide.NoB5.Left {
        background: #171717;
    }

    .Page.Residences .Slide.NoB5.Left {
        background: #171717;
    }
    .Page.Residences .Slide.NoB5.Left h2 span.Didot {
        font-size: 43px;
        color: #FFF;
        line-height: 49px;
        letter-spacing: 1px;
    }
    .Page.Residences .Slide.NoB5.Left h2 hr {
        background: #B6B6B6;
        margin: 5px auto 20px;
    }
    .Page.Residences .Slide.NoB5.Left h2 span.Small {
        font-size: 20px;
        color: #B6B6B6;
        line-height: 35px;
    }
    .Page.Residences .Slide.NoB5.Right {
        background: #fff;
        text-align: center;
    }

    /*  --  No6 -- */

    .Page.Residences .Slide.NoB6 {
        background: url('assets/residences/PhotoB2.jpg') center right no-repeat;
        background-size: cover;
    }

    /*  ===== Section C ====== */

    /*  --  No1 -- */

    .Page.Residences .Slide.NoC1 h2 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 4px;
    }
    .Page.Residences .Slide.NoC1 h2 span.Small {
        font-size: 39px;
        line-height: 45px;
        letter-spacing: 1px;
    }
    .Page.Residences .Slide.NoC1 h2 span.BaskervilleGreek {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    /*  --  No2 -- */

    .Page.Residences .Slide.NoC2.Left h2 {
        font-size: 47px;
        line-height: 47px;
        letter-spacing: 4px;
    }
    .Page.Residences .Slide.NoC2.Left h2 span.Small {
        font-size: 28px;
        line-height: 58px;
    }
    .Page.Residences .Slide.NoC2.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        color: #393939;
        margin: 35px auto 0 auto;
    }
    .Page.Residences .Slide.NoC2.Left .Text p {
        line-height: 16px;
        margin-bottom: 20px;
    }
    .Page.Residences .Slide.NoC2.Right {
        background: url('assets/residences/PhotoC1.jpg') center center no-repeat;
        background-size: cover;
    }

    /*  --  No3 -- */

    .Page.Residences .Slide.NoC3.Left h2 {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: 5px;
    }
    .Page.Residences .Slide.NoC3.Left h2 span.Small {
        font-size: 52px;
        line-height: 52px;
    }
    .Page.Residences .Slide.NoC3.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        color: #393939;
        margin: 30px auto 0 auto
    }
    .Page.Residences .Slide.NoC3.Left .Text p {
        line-height: 16px;
        text-align: center;
    }
    .Page.Residences .Slide.NoC3.Right {
        background: url('assets/residences/PhotoC2.jpg') center center no-repeat;
        background-size: cover;
    }


    /*  --  No4 -- */

    .Page.Residences .Slide.NoC4.Left h2 {
        font-size: 62px;
        line-height: 52px;
        letter-spacing: 5px;
    }
    .Page.Residences .Slide.NoC4.Left h2 span.Small {
        font-size: 34px;
        line-height: 44px;
    }
    .Page.Residences .Slide.NoC4.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        color: #393939;
        margin: 40px auto 0 auto
    }
    .Page.Residences .Slide.NoC4.Left .Text p {
        line-height: 16px;
    }
    .Page.Residences .Slide.NoC4.Left .Text .Cl.First {
        width: 100%;
        padding-right: 0px;
    }
    .Page.Residences .Slide.NoC4.Left .Text .Cl.Second {
        width: 100%;
        padding-left: 0px;
    }
    .Page.Residences .Slide.NoC4.Right {
        background: url('assets/residences/PhotoC3.jpg') center center no-repeat;
        background-size: cover;
    }

    /*  --  No5 -- */

    .Page.Residences .Slide.NoC5.Left {
        padding: 30px 0;
    }
    .Page.Residences .Slide.NoC5.Left h2 {
        font-size: 65px;
        line-height: 65px;
        letter-spacing: 5px;
    }
    .Page.Residences .Slide.NoC5.Left h2 span.Small {
        font-size: 34px;
        line-height: 44px;
    }
    .Page.Residences .Slide.NoC5.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        color: #393939;
        margin: 30px auto 0 auto
    }
    .Page.Residences .Slide.NoC5.Left .Text p {
        line-height: 16px;
        text-align: center;
    }
    .Page.Residences .Slide.NoC5.Left .Element {
        display: block;
        margin: 70px auto 0;
    }

    .Page.Residences .Slide.NoC5.Right {
        background: url('assets/residences/PhotoCLivingRoom.jpg') center center no-repeat;
        background-size: cover;
    }

    /*  --  No6 -- */

    .Page.Residences .Slide.NoC6.Left h2 span.Small {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1.5px;
    }
    .Page.Residences .Slide.NoC6.Left h2 span.Didot {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -1px;
    }
    .Page.Residences .Slide.NoC6.Left h2 span.Didot .SecondLine {
        font-size: 58px;
        line-height: 78px;
        letter-spacing: -1px;
    }
    .Page.Residences .Slide.NoC6.Right {
        background: url('assets/residences/PhotoC5.jpg') center center no-repeat;
        background-size: cover;
    }


    /*  ===== Section D ====== */

    /*  --  No1 -- */

    .Page.Residences .Slide.NoD1 h2 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 4px;
    }
    .Page.Residences .Slide.NoD1 h2 span.Small {
        font-size: 39px;
        line-height: 85px;
        letter-spacing: 3px;
    }
    .Page.Residences .Slide.NoD1 h2 span.BaskervilleGreek {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 2px;
    }

    /*  --  No2 -- */

    .Page.Residences .Slide.NoD2 {
        background: url('assets/residences/PhotoD1new.jpg') center right no-repeat;
        background-size: cover;
    }

    /*  --  No3 -- */

    .Page.Residences .Slide.NoD3.Right {
        background: url('assets/residences/PhotoD2.jpg') center center no-repeat;
        background-size: cover;
    }
    .Page.Residences .Slide.NoD3.Left h2 {
        font-size: 54px;
        line-height: 60px;
        letter-spacing: 3px;
    }
    .Page.Residences .Slide.NoD3.Left h2 span.Small {
        font-size: 28px;
        line-height: 50px;
        letter-spacing: 3px;
        color: #9E9E9E;
    }
    .Page.Residences .Slide.NoD3.Left h2 hr {
        margin: 10px auto 20px;
    }
    .Page.Residences .Slide.NoD3.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        letter-spacing: 1.6px;
        color: #393939;
        margin: 20px auto 0 auto;
    }
    .Page.Residences .Slide.NoD3Left .Text span {
        display: block;
        text-align: center;
    }

    /*  --  No4 -- */

    .Page.Residences .Slide.NoD4 {
        padding: 30px 0;
    }
    .Page.Residences .Slide.NoD4.Left {
        text-align: center;
    }
    .Page.Residences .Slide.NoD4.Left h3 {
        font-size: 39px;
        line-height: 69px;
        letter-spacing: 2px;
    }
    .Page.Residences .Slide.NoD4.Left h3 span.Small {
        font-size: 17px;
        line-height: 23px;
        color: #646464;
        letter-spacing: 0px;
    }
    .Page.Residences .Slide.NoD4.Left .SlideShow {
        margin: 20px 0 0;
    }
    .Page.Residences .Slide.NoD4.Left .Element {
        display: inline-block;
        width: 75px;
        height: 75px;
        background: #efefef;
        border: 1px solid #efefef;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 10px;
        margin: 10px;
        line-height: 0;
    }
    .Page.Residences .Slide.NoD4.Left .Element:hover,
    .Page.Residences .Slide.NoD4.Left .Element.active {
        background: #fff;
    }

    .Page.Residences .Slide.NoD4.Left .Element span {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .Page.Residences .Slide.NoD4.Left .Element.Kitchen1 span {
        background: url('assets/residences/Kitchen1Small.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoD4.Left .Element.Kitchen2 span {
        background: url('assets/residences/Kitchen2Small.png') center center no-repeat;
    }
    .Page.Residences  .Slide.NoD4.Left .Element.Kitchen3 span {
        background: url('assets/residences/Kitchen3Small.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoD4.Left .Element.Kitchen4 span {
        background: url('assets/residences/Kitchen4Small.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoD4.Left .Element.Kitchen5 span {
        background: url('assets/residences/Kitchen5Small.png') center center no-repeat;
    }


    .Page.Residences .Slide.NoD4.Right {
        background: #efefef;
    }



    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements {
        display: block;
        width: 300%;
        height: 100%;
        position: absolute;
        top: -50px;
        left: -100%;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements.Prev {
        left: 0%;
        -webkit-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
        -moz-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
        -o-transition: 0.6s top cubic-bezier(.36,.01,0,.97);
        transition: 0.6s left cubic-bezier(.36,.01,0,.97)
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements.Next {
        left: -200%;
        -webkit-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
        -moz-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
        -o-transition: 0.6s top cubic-bezier(.36,.01,0,.97);
        transition: 0.6s left cubic-bezier(.36,.01,0,.97)
    }

    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements .Element {
        display: block;
        width: 33.333%;
        height: 100%;
        float: left;
    }


    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements {
        display: block;
        width: 100%;
        height: 100%;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .Relative {
        display: block;
        height: 400px;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements .Element .Element {
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 20px 20px;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements .Element span {
        display: block;
        width: 100%;
        height: 100%;
        background-size: contain !important;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements .Element.Kitchen1 span {
        background: url('assets/residences/Kitchen1.jpg') center center no-repeat;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements .Element.Kitchen2 span {
        background: url('assets/residences/Kitchen2.jpg') center center no-repeat;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements .Element.Kitchen3 span {
        background: url('assets/residences/Kitchen3.jpg') center center no-repeat;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements .Element.Kitchen4 span {
        background: url('assets/residences/Kitchen4.jpg') center center no-repeat;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .OneElements .Element.Kitchen5 span {
        background: url('assets/residences/Kitchen5.jpg') center center no-repeat;
    }


    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .Description {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 40px;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .Description .Title {
        display: block;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 22px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        color: #373737;
    }
    .Page.Residences .Slide.NoD4.Right .SlideShow.Elements .Description .Desc {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        line-height: 17px;
        text-align: center;
        color: #6f6f6f;
        padding-top: 10px;
    }




    /*  ===== Section E ====== */

    /*  --  No1 -- */

    .Page.Residences .Slide.NoE1 h2 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 4px;
    }
    .Page.Residences .Slide.NoE1 h2 span.Small {
        font-size: 39px;
        line-height: 85px;
        letter-spacing: 3px;
    }
    .Page.Residences .Slide.NoE1 h2 span.BaskervilleGreek {
        font-size: 17px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    /*  --  No2 -- */

    .Page.Residences .Slide.NoE2 {
        background: url('assets/residences/PhotoE1new.jpg') center right no-repeat;
        background-size: cover;
    }

    /*  --  No3 -- */


    .Page.Residences .Slide.NoE3.Left h2 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 4px;
    }
    .Page.Residences .Slide.NoE3.Left .Text {
        width: 90%;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 11px;
        color: #393939;
        margin: 40px auto 0 auto
    }
    .Page.Residences .Slide.NoE3.Left .Text p {
        line-height: 16px;
        text-align: left;
        margin-bottom: 20px;
    }
    .Page.Residences .Slide.NoE3.Right {
        background: url('assets/residences/PhotoE2.jpg') center center no-repeat;
        background-size: cover;
    }

    /*  --  No4 -- */

    .Page.Residences .Slide.NoE4.Left {
        text-align: center;
    }
    .Page.Residences .Slide.NoE4.Left .SlideShow.Nav {
        margin-top: -60px;
    }
    .Page.Residences .Slide.NoE4.Left .Element {
        display: inline-block;
        width: 68px;
        height: 68px;
        background: #efefef;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 5px;
        margin: 6px;
        line-height: 0;
        border-radius: 200px;
    }
    .Page.Residences .Slide.NoE4.Left .Element:hover,
    .Page.Residences .Slide.NoE4.Left .Element.active {
        background: #2f2f2f;
    }

    .Page.Residences .Slide.NoE4.Left .Element span {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .Page.Residences .Slide.NoE4.Left .Element.Small span {
        width: 80% !important;
        height: 80% !important;
        margin: 10%;
    }

    .Page.Residences .Slide.NoE4.Left .Description {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 40px;
    }
    .Page.Residences .Slide.NoE4.Left .Description .Title {
        display: block;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 24px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #393939;
    }
    .Page.Residences .Slide.NoE4.Left .Description .Desc {
        display: block;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #393939;
        padding-top: 10px;
    }




    .Page.Residences .Slide.NoE4.Right {
        background: url('assets/residences/PhotoE3.jpg') center center no-repeat;
        background-size: cover;
    }


    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements {
        display: block;
        width: 300%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements.Prev {
        left: 0%;
        -webkit-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
        -moz-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
        -o-transition: 0.6s top cubic-bezier(.36,.01,0,.97);
        transition: 0.6s left cubic-bezier(.36,.01,0,.97)
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements.Next {
        left: -200%;
        -webkit-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
        -moz-transition: 0.6s left cubic-bezier(.36,.01,0,.97);
        -o-transition: 0.6s top cubic-bezier(.36,.01,0,.97);
        transition: 0.6s left cubic-bezier(.36,.01,0,.97)
    }

    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element {
        display: block;
        width: 33.333%;
        height: 100%;
        float: left;
    }


    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements {
        display: block;
        width: 100%;
        height: 100%;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .Relative {
        display: block;
        height: 400px;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element .Element {
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 20px 60px 120px 60px;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element span {
        display: block;
        width: 100%;
        height: 100%;
        background-size: contain !important;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element.Masterbath1 span {
        background: url('assets/residences/MasterBath1.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element.Masterbath2 span {
        background: url('assets/residences/MasterBath2.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element.Masterbath3 span {
        background: url('assets/residences/MasterBath3.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element.Masterbath4 span {
        background: url('assets/residences/MasterBath4.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element.Masterbath5 span {
        background: url('assets/residences/MasterBath5.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element.Masterbath6 span {
        background: url('assets/residences/MasterBath6.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element.Masterbath7 span {
        background: url('assets/residences/MasterBath7.png') center center no-repeat;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .OneElements .Element.Masterbath8 span {
        background: url('assets/residences/MasterBath8.png') center center no-repeat;
    }




    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .Description {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 40px;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .Description .Title {
        display: block;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 34px;
        line-height: 34px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }
    .Page.Residences .Slide.NoE4.Right .SlideShow.Elements .Description .Desc {
        display: block;
        font-family: 'AkzidenzGroteskBQLight';
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        color: #6f6f6f;
        padding-top: 10px;
    }


    .Page.Residences .Slide.NoE5 .Top {
        width: 100%;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 29px;
        line-height: 39px;
        letter-spacing: 3px;
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        color: #c5c5c5;

        position: absolute;
        top: 60px;
        left: 0;
    }
    .Page.Residences .Slide.NoE5 .Top hr {
        display: block;
        width: 60px;
        height: 1px;
        border: none;
        background: #c5c5c5;
        margin: 15px auto;
    }

    .Page.Residences .Slide.NoE5 .Center {
        display: block;
        width: 100%;
        font-family: 'akzidenz-grotesk_bq_light_cRg';
        font-size: 57px;
        line-height: 67px;
        letter-spacing: 3px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        font-weight: normal;
        color: #bfa65b;
    }
    .Page.Residences .Slide.NoE5 .Center .Arrow {
        display: block;
        width: 56px;
        height: 56px;
        background: url('assets/residences/Arrow.png') center center no-repeat;
        margin: 10px auto 0;
    }
    .Page.Residences .Slide.NoE5 .Bottom {
        width: 100%;
        font-family: 'Baskerville W01 Regular 705699';
        font-size: 15px;
        line-height: 22px;
        color: #c5c5c5;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;

        position: absolute;
        bottom: 60px;
        left: 0;
    }


    /*  BUILDING */

    .Page.Building .Slide.NoC .Cl .Buffor {
        display: block !important;
        height: 100%;
    }

    /*  BOUTIQUE */

    .Page.Boutique .Slide.NoA .Menu .Cl {
        width: 100%;
        height: 50%;
    }
    /*.Page.Boutique .Slide.NoA .Menu h2 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 3px;
    }*/
    .Page.Boutique .Slide.NoA .Menu h2 span.Small {
        font-size: 20px;
        line-height: 30px;
    }
    .Page.Boutique .Slide.NoA .Menu .Separator {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        zoom: 0.7;
        margin: -117px 0 0 -64px;
    }

    .Page.Boutique .Slide.NoA .Inside .Side .Cl {
        width: 100% !important;
        background: rgba(255, 255, 255, 0.6);
    }
    .Page.Boutique .Slide.NoA .Inside .Side h3 {
        font-size: 51px;
        line-height: 45px;
        letter-spacing: 3px;
        width: 100%;
    }
    .Page.Boutique .Slide.NoA .Inside .Side h3 span.Small {
        font-size: 25px;
    }
    .Page.Boutique .Slide.NoA .Inside .Side .Text {
        width: 80%;
        font-size: 12px;
        margin: 20px auto 0 auto;
    }
    .Page.Boutique .Slide.NoA .Inside .Side p {
        line-height: 18px;
    }



    .Page.Boutique .BtClose {
        bottom: 20px;
    }


    /*  FLOORPLANS */

    .Page.Floorplans .Slides .Items.Static.LeftSide,
    .Page.Floorplans .Slides .Items.Static.RightSide {
        width: 100% !important;
    }
    .Page.Floorplans .Slides .Items.Static .Slide {
        width: 100% !important;
    }
    .Page.Floorplans .Slides .Items.LeftSide .Slide.NoA1 {
        display: none !important;
    }
    .Page.Floorplans .FloorVariantNav {
        height: 45px !important;
    }
    .Page.Floorplans[data-variant="East"] .FloorList .FloorVariantNav a[data-variant="East"], .Page.Floorplans[data-variant="West"] .FloorList .FloorVariantNav a[data-variant="West"] {
        font-size: 35px;
    }
    .Page.Floorplans small {
        margin: 20px 0;
    }
    .Page.Floorplans .Floors {
        height: 175px;
    }
    .Page.Floorplans .Slide.FloorList .Floor a {
        width: 12.5%;
        font-size: 13px;
    }
    .Page.Floorplans .Slide.FloorList .Floor a span {
        width: 20px;
        line-height: 25px;
    }


    .Page.Floorplans .RightSide .Slide.NoA2 {
        background: #fff;
        padding: 40px 0;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 h3 {
        font-size: 33px;
        line-height: 43px;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 .Specification {
        margin: 40px auto 30px;
    }
    .Page.Floorplans .Bt.BtPdf {
        margin-bottom: 30px;
    }
    .Page.Floorplans .SchemeMobile img {
        margin: 0 0 30px !important;
    }



    /*  TEAM */

    .Page.Team .Person {
        width: 100%;
        height: auto !important;
    }



    .Page.Neighborhood .Slide.NoA {
        height: auto !important;
    }
    .Page.Neighborhood .Slide.NoA .Land {
        height: auto;
        padding-bottom: 60%;
    }



    /*  GALLERY */

    .Page.Gallery .Thumbnail {
        width: 100%;
        height: auto;
        padding-bottom: 0% !important;
    }
    .Page.Gallery .Thumbnail span.Shadow,
    .Page.Gallery .Thumbnail .Progress,
    .Page.Gallery .Thumbnail span.Pic {
        display: none !important;
    }
    .Page.Gallery .Thumbnail img.Buffor {
        display: block !important;
        width: 100% !important;
    }

    /* NEIGHBORHOOD */

    .Page.Neighborhood .Slide.NoA .Point.E {
        margin: 0 0 0 -80px;
    }

    /* PRESS */

    .Post {
        width: 100%;
    }

    /*  CONTACT */

    .Page.Contact .Slide.NoAddress {
        height: auto !important;
        padding: 30px 0;
    }
    .Page.Contact .Slide.NoAddress .Cl {
        width: 50%;
        margin-bottom: 20px;
    }
    .Page.Contact .Slide.NoAddress .Cl+.Cl+.Cl {
        width: 100%;
    }
    .Page.Contact .Slide.NoAddress h4 {
        font-size: 19px;
        line-height: 16px;
    }
    .Page.Contact .Slide.NoAddress p, .Page.Contact .Slide.NoAddress a {
        font-size: 12px;
        line-height: 19px;
    }
    .Page.Contact div.Label {
        width: 100%;
        height: 30%;
    }
    .Page.Contact div.Label.Label1,
    .Page.Contact div.Label.Label3,
    .Page.Contact div.Label.Label5,
    .Page.Contact div.Label.Label7 {
        background: #f5f5f5;
    }
    .Page.Contact div.Label.Label2,
    .Page.Contact div.Label.Label4,
    .Page.Contact div.Label.Label6,
    .Page.Contact div.Label.Label8 {
        background: #e6e6e6;
    }

    .Page.Contact div.Label.Label8 {
        padding-bottom: 100px;
    }
    .Page.Contact div.Label .Extra {
        bottom: 80px;
    }

}





@media screen and (max-device-width: 760px) and (orientation: landscape) {


    .Page.Main .Inside .Text {
        padding: 25px 0 15px 0;
    }

    .Frames .Frame .Text .Arrow {
        zoom: 0.7;
    }

    /*  BUILDING */

    .Page.Building .Slide.NoC {
        padding-bottom: 40% !important;
    }


    /*  BOUTIQUE */

    .Page.Boutique .Slide.NoA .Menu h2 {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 1px;
    }
    .Page.Boutique .Slide.NoA .Menu h2 span.Small {
        font-size: 21px;
        line-height: 35px;
    }
    .Page.Boutique .Slide.NoA .Inside .Side .Cl {
        width: 100% !important;
    }
    .Page.Boutique .Slide.NoA .Inside .Side h3 {
        font-size: 43px;
        line-height: 33px;
        letter-spacing: 3px;
    }
    .Page.Boutique .Slide.NoA .Inside .Side h3 span.Small {
        font-size: 21px;
        line-height: 36px;
    }
    .Page.Boutique .Slide.NoA .Inside .Side .Text {
        width: 80%;
        font-size: 12px;
        margin: 20px auto 0 auto;
    }
    .Page.Boutique .Slide.NoA .Inside .Side p {
        line-height: 18px;
    }
    .Page.Boutique .BtClose {
        bottom: 20px;
        zoom: 0.7;
    }


    /* RESIDENCES */

    .Page.Residences {
        background: url('img/90degrees.png') center center no-repeat;
    }
    .Page.Residences .NavSlide,
    .Page.Residences .SlidesPack {
        display: none;
    }


    /*  FLOORPLANS */

    .Page.Floorplans .Slides .Items.Static.LeftSide,
    .Page.Floorplans .Slides .Items.Static.RightSide {
        width: 50% !important;
    }
    .Page.Floorplans .LeftSide .Slide.NoA1 .Scale {
        display: none;
    }
    .Page.Floorplans small {
        display: none;
    }

    .Page.Floorplans .Slides .Items.Static .Slide {
        width: 100% !important;
    }

    .Page.Floorplans .RightSide .Slide.NoA1 .HeaderFirst {
        display: none;
    }
    .Page.Floorplans .Slide.FloorList .Floor a {
        width: 12.5%;
        font-size: 12px;
    }
    .Page.Floorplans .Slide.FloorList .Floor a span {
        line-height: 20px;
    }
    .Page.Floorplans .Floors {
        width: 90% !important;
        height: 160px;
    }


    .Page.Floorplans .Items.RightSide .FloorVariantNav {
        display: none;
    }
    .Page.Floorplans .FloorVariantNav {
        width: 90% !important;
    }
    .Page.Floorplans .FloorVariantNav a {
        width: 45% !important;
    }
    .Page.Floorplans .FloorVariantNav .Separator {
        width: 10% !important;
    }
    .Page.Floorplans[data-variant="East"] .FloorVariantNav a[data-variant="East"],
    .Page.Floorplans[data-variant="West"] .FloorVariantNav a[data-variant="West"]{
        font-size: 30px;
    }


    .Page.Floorplans .Slides[data-slide="1"] .Items.Static.LeftSide  {
        width: 0 !important;
    }
    .Page.Floorplans .Slides[data-slide="1"] .Items.Static.RightSide {
        width: 100% !important;
    }

    .Page.Floorplans .RightSide .Slide.NoA2 {
        background: #fff;
        padding: 40px 0;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 h3 {
        font-size: 33px;
        line-height: 43px;
    }
    .Page.Floorplans .RightSide .Slide.NoA2 .Specification {
        margin: 40px auto 30px;
    }
    .Page.Floorplans .Bt.BtPdf {
        margin-bottom: 30px;
    }
    .Page.Floorplans .SchemeMobile img {
        margin: 0 0 30px !important;
    }

    .Page.Floorplans .Slides .Items.LeftSide .Slide.NoA1,
    .Page.Floorplans .Slides[data-slide="0"] .Items.LeftSide .Slide.NoA1,
    .Page.Floorplans .Slides[data-slide="0"] .Items.LeftSide .Slide.NoA1,
    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA1 .Table,
    .Page.Floorplans .Slides[data-slide="0"] .Items.RightSide .Slide.NoA1 .Table,
    .Page.Floorplans .Slides .Items.RightSide .Slide.NoA2 .Table,
    .Page.Floorplans .Slides[data-slide="1"] .Items.RightSide .Slide.NoA2 .Table,
    .Page.Floorplans .Slides[data-slide="2"] .Items.RightSide .Slide.NoA2 .Table,
    .Page.Floorplans .Slides .LeftSide {
        transition-duration:  0.01s !important;
        -webkit-transition-duration: 0.01s !important;
        -moz-transition-duration: 0.01s !important;
        -o-transition-duration: 0.01s !important;
    }

    /* GALLERY */

    .Page.Gallery .Thumbnail {
        width: 100%;
        height: auto;
        padding-bottom: 60% !important;
    }
    .Page.Gallery .Thumbnail span.Shadow {
        display: none !important;
    }

    /* NEIGHBORHOOD */

    .Page.Neighborhood .Slide.NoA .Point.E {
        margin: 0 0 0 -80px;
    }

    /*  TEAM */

    .Page.Team .Person {
        width: 50%;
        height: auto !important;
    }

    .Page.Team .Person.No3,
    .Page.Team .Person.No5 {
        clear: both;
    }
    .Page.Team .Clear {
        clear: none;
    }

    /* PRESS */

    .Post {
        width: 50%;
    }

    /* CONTACT */

    .Page.Contact { height: auto !important; }
    .Page.Contact .Slide { height: auto !important; }
    .Page.Contact .Slide.NoAddress { padding: 50px 0; }
    .Page.Contact .Slide.NoForm { padding: 0 0 50px 0; }
    .Page.Contact form {
        position: relative;
    }

    .Page.Contact .Slide.NoAddress h4 {
        font-size: 18px;
        line-height: 21px;
    }
    .Page.Contact .Slide.NoAddress hr {
        margin: 10px auto;
    }
    .Page.Contact .Slide.NoAddress p, .Page.Contact .Slide.NoAddress a {
        font-size: 11px;
        line-height: 20px;
    }
    .Page.Contact div.Label {
        width: 50%;
        height: 100px;
        background: #f5f5f5;
    }
    .Page.Contact div.Label.Label7,
    .Page.Contact div.Label.Label8 { height: 200px; }

    .Page.Contact div.Label.Label1,
    .Page.Contact div.Label.Label4,
    .Page.Contact div.Label.Label5,
    .Page.Contact div.Label.Label8 {
        background: #f5f5f5;
    }
    .Page.Contact div.Label.Label2,
    .Page.Contact div.Label.Label3,
    .Page.Contact div.Label.Label6,
    .Page.Contact div.Label.Label7 {
        background: #e6e6e6;
    }
    .Page.Contact form button { height: 130px; }

}

@media (max-width: 768px) {
	
	.Page.Boutique .Slide.NoA {height: 400px;}
	
.Page {height: 400px;}

.BtClose {
        padding-top: 3px;
    width: 35px;
height: 35px;}

.Page.Boutique .BtClose {
    left: 50%;
    margin-left: -25px;
    bottom: 50px;
font-size: 20px;}


}

@media (max-width: 738px) {
	
	.Page.Boutique .Slide.NoA .Menu h2 {
    font-size: 19px;
    line-height: 27px;
	letter-spacing: 0;
}
}