@font-face {

    font-family: "Helvetica-Neue";

    src: url(../fonts/Helvetica-Neue-Light.ttf);

    font-weight: 300;

    font-display: swap;

}

@font-face {

    font-family: "Helvetica-Neue";

    src: url(../fonts/Helvetica-Neue-Regular.ttf);

    font-weight: 400;

    font-display: swap;

}

@font-face {

    font-family: "Helvetica-Neue";

    src: url(../fonts/Helvetica-Neue-Medium.ttf);

    font-weight: 500;

    font-display: swap;

}

@font-face {

    font-family: "Helvetica-Neue";

    src: url(../fonts/Helvetica-Neue-Bold.ttf);

    font-weight: 700;

    font-display: swap;

}









@font-face {

    font-family: "Times New Roman";

    font-style: normal;

    font-weight: 400;

    src: local('Times New Roman'),

        url(../fonts/Times-New-Roman-Regular.ttf) format('truetype');

    font-display: swap;

}

@font-face {

    font-family: "Times New Roman";

    font-style: normal;

    font-weight: 700;

    src: local('Times New Roman'),

        url(../fonts/Times-New-Roman-Bold.ttf) format('truetype');

    font-display: swap;

}





body,

html {

    font-family: var(--default-font-family), "Segoe UI", Arial, Segoe, "DejaVu Sans",

        "Trebuchet MS", Verdana, sans-serif;

    font-weight: normal;

    margin: 0;

    padding: 0;

    color: var(--og-dark);

    font-size: 17px;
    /* nemenit 17 */

    line-height: 32px;

    word-wrap: break-word !important;

}

body {

    overflow-x: hidden;

}

html {

    background: #fff;

    overflow-x: hidden;

    /*overflow-y: scroll;*/

}

.wrap {

    max-width: 100%;

    margin: 0;

    padding: 0;

}

#primary {

    max-width: 100% !important;

    margin-top: 88px;

    -webkit-transition: all .25s;

    -o-transition: all .25s;

    transition: all .25s;

}

.site-header.is-scrolled~.site-content-contain #primary {

    /* margin-top: 52px; */

}

#primary .entry-header {

    display: none;

}

a {

    position: relative;

    text-decoration: none !important;

    color: var(--og-primary);

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    background: none !important;

}

a:hover {

    color: var(--og-dark);

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    background: none !important;

}

p {

    margin: 0;

}

h1,

h2,

h3,

h4,

h5 {

    font-style: normal;

    color: var(--og-dark);

}

h5 {

    text-transform: none;

}

.container {

    padding: 0;

    width: 100%;

    position: relative;

    overflow-x: hidden;

}

.clr {

    clear: both;

    display: block;

    height: 0px;

    width: 100%;

}

.spacersmall {

    clear: both;

    display: block;

    height: 10px;

    width: 100%;

}

.spacer {

    clear: both;

    display: block;

    height: 15px;

    width: 100%;

}

.spacerlarger {

    clear: both;

    display: block;

    height: 25px;

    width: 100%;

}

.spacerlarge {

    clear: both;

    display: block;

    height: 50px;

    width: 100%;

}

.spacermax {

    clear: both;

    display: block;

    height: 100px;

    width: 100%;

}



.BIGBG {

    background-position: center center;

    opacity: 1;

    top: -10px;

    left: -10px;

    right: -10px;

    bottom: -10px;

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run;

    -webkit-animation-duration: 1.75s;

}



@-webkit-keyframes run {

    0% {

        opacity: 0;

        top: -250px;

        left: -250px;

        right: -250px;

        bottom: -250px;

    }



    100% {

        opacity: 1;

        top: -10px;

        left: -10px;

        right: -10px;

        bottom: -10px;

    }

}



.innerWide {

    width: calc(100% -40px);

    width: -webkit-calc(100% -40px);

    margin: 0;

    display: block;

    padding: 0 20px;

}

.innerWrap,

.content {

    max-width: 1300px;

    margin: 0 auto 0;

    display: block;

    padding: 0;

    position: relative;

}

.content {

    padding: 60px 20px;

    position: relative;

}

.content article {

    position: relative;

}

.col_2 article {

    padding: 40px 0px;

    padding-right: 15%;

}

.content h3 {

    font-size: 2.83em;

    font-weight: 200;

    line-height: 1.15em;

    margin: 75px 0 40px 0;

    padding: 0;

}

.content .greendot::after {

    content: ".";

    color: var(--og-primary) !important;

    font-weight: 400;

}

.content h4 {

    font-size: 1.4em;

    font-weight: 300;

    margin: 0px 0 35px 0;

    text-align: justify;

    line-height: 1.7em;

    letter-spacing: 0.25px;

}

.cd-timeline-icon-link {

    position: absolute;

    left: 50%;

}

tr {

    border: 0px solid #eee;

}

h5 {

    font-size: 1.35em;

    font-weight: 300;

    margin: 0 0 20px 0px;

}

.main-navigation a {

    padding: 10px 10px;

    margin: 5px 10px 5px 10px;

    color: var(--og-dark);

    font-size: 13px;

    line-height: 15px;

    text-decoration: none;

    letter-spacing: 2px;

    font-weight: bold;

}

.content p {

    text-align: justify;

    line-height: 1.7em;

    font-size: 18px;

    /* font-weight: 100; */

    padding: 0 0 25px 0;

    margin: 0;

}

#main2 {

    width: 100%;

    position: relative;

    color: var(--og-dark);

    min-height: 400px;

    margin-top: 0px;

    padding-top: 100px;

    position: relative;

}



.customMargin1 {

    margin-left: 45px;

}

.paralaxWrapper {

    height: 500px;

    overflow: hidden;

    background-size: 100% auto;

    background-position-y: 500px;

}



article ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

article li {

    padding-left: 1em;

    line-height: 1.4;

    /* text-indent: -0.7em; */

    font-size: 18px;

    margin-bottom: 40px;

    /* min-height: 55px; */

}

article li::before {

    content: "• ";

    font-family: FontAwesome;

    margin-right: 0.1em;

    color: var(--og-primary);

}

.home-intro-box {

    position: absolute;

    top: 28%;

    left: 0;

    width: 100%;

    padding: 0 40px;

    text-align: center;

}



.home-intro-box h3 {

    color: var(--og-primary);

    text-transform: none;

    font-size: 2.2rem;

}



.home-intro-box h1 {

    padding-top: 0;

}



.RRanim {

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-rranim;

    -webkit-animation-duration: 1s;

    -webkit-animation-delay: 1.2s;

    opacity: 0;

    margin-left: -30px;

}

.LLanim {

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-llanim;

    -webkit-animation-duration: 0.8s;

    -webkit-animation-delay: 0.7s;

    opacity: 0;

    margin-left: 30px;

}

.OPanim {

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-opanim;

    -webkit-animation-duration: 1.6s;

    -webkit-animation-delay: 1.3s;

    opacity: 0;

}

.home-intro-box .bigtitle {

    color: white;

    font-size: 2em;

    font-weight: normal;

    letter-spacing: 1px;

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-bigtitle;

    -webkit-animation-duration: 1s;

    -webkit-animation-delay: 1.3s;

    margin-left: 0px;

    padding-bottom: 0;

    margin-bottom: -5px;

}

.home-intro-box .medtitle {

    color: white;

    font-size: 4em;

    font-weight: lighter;

    padding-left: 5px;

    margin-top: 0;

    margin-bottom: 10px;

    padding-top: 0;

    padding-bottom: 5px;

    letter-spacing: 1px;

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-medtitle;

    -webkit-animation-duration: 2s;

    -webkit-animation-delay: 1s;

}

.home-intro-box .homeBtns {

    margin-top: 0px;

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-btns;

    -webkit-animation-duration: 0.7s;

    -webkit-animation-delay: 2.7s;

}



.home-intro-box .homeBtns .greenBtn {

    display: inline-block;

    margin: 0;

}



.home-intro-box .homeBtns .locBtn {

    display: inline-block;

    opacity: 0;

    top: 12px;

    left: 20px;

}



#architecture-award {

    position: absolute;

    top: 27%;

    right: 5%;

    max-width: 100px;

}



@-webkit-keyframes run-opanim {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}

@-webkit-keyframes run-llanim {

    0% {

        opacity: 0;

        margin-left: 30px;

    }



    100% {

        opacity: 1;

        margin-left: 0px;

    }

}

@-webkit-keyframes run-rranim {

    0% {

        opacity: 0;

        margin-left: -30px;

    }



    100% {

        opacity: 1;

        margin-left: 0px;

    }

}

@-webkit-keyframes run-bigtitle {

    0% {

        opacity: 0;

        margin-left: 250px;

        letter-spacing: -10px;

    }

    50% {

        opacity: 1;

        margin-left: -10px;

        letter-spacing: 1px;

    }

    100% {

        opacity: 1;

        margin-left: 0px;

        letter-spacing: 1px;

    }

}

@-webkit-keyframes run-medtitle {

    0% {

        opacity: 0;

        margin-left: -1000px;

        letter-spacing: -100px;

    }

    90% {

        opacity: 1;

        margin-left: 20px;

        letter-spacing: 1px;

    }

    100% {

        opacity: 1;

        margin-left: 0px;

        letter-spacing: 1px;

    }

}

@-webkit-keyframes run-btns {

    0% {

        opacity: 0;

        margin-top: -30px;

    }

    50% {

        opacity: 1;

        /*margin-top:10px;*/

    }

    100% {

        opacity: 1;

        margin-top: 0px;

    }

}

.greenBtn {

    padding: 7px 25px !important;

    min-width: 80px;

    background-color: var(--og-primary) !important;

    color: #fff !important;

    font-size: 13px !important;

    text-transform: uppercase;

    cursor: pointer;

    border-radius: 4px !important;

    letter-spacing: 1px !important;

    text-align: center !important;

    text-decoration: none;

}

.greenBtn:hover {

    background-color: #877a3a !important;

    color: #fff !important;

}

.locBtn {

    margin-top: 5px;

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-locBtn;

    -webkit-animation-duration: 0.5s;

    -webkit-animation-delay: 3s;

    opacity: 0;

}

@-webkit-keyframes run-locBtn {

    0% {

        opacity: 0;

        /*margin-left:-50px;*/

    }

    80% {

        opacity: 0.2;

    }

    100% {

        opacity: 1;

        /*margin-left:0px;*/

    }

}

.DARKBGR {

    width: 100%;

    padding: 0;

    margin: 0;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/bgr.jpg);

    background-position: center bottom;

    background-size: cover;

}

.wBtn {

    padding: 0 5px;

    margin: 0px 0 0 0;

    min-width: 88px;

    background: none;

    color: #fff;

    font-size: 13px;

    text-transform: uppercase;

    cursor: pointer;

    letter-spacing: 2px;

}

.wBtn:hover {

    opacity: 0.8 !important;

}

.deco-el-about {

    width: 266px;

    height: 500px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-about.png);

    position: absolute;

    top: 72%;

    left: 0;

    z-index: 555;

}

.deco-el-standard {

    width: 266px;

    height: 500px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-standard.png);

    position: absolute;

    top: 170px;

    right: -10px;

    z-index: 555;

}

.deco-el-location {

    width: 266px;

    height: 500px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-about.png);

    position: absolute;

    top: 29%;

    left: -50px;

    z-index: 555;

}

.deco-el-contact {

    width: 238px;

    height: 238px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-med2.png);

    position: absolute;

    bottom: -110px;

    left: -125px;

    z-index: 0;

}

.deco-el-developer {

    width: 266px;

    height: 500px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-about.png);

    position: absolute;

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

    top: 7%;

    right: 0;

    z-index: 555;

}

.deco-el-gallery,

.deco-el-floorplans {

    width: 238px;

    height: 238px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-med2.png);

    position: absolute;

    top: 18%;

    left: -77px;

    z-index: 555;

}

.deco-el-progress {

    width: 238px;

    height: 238px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-med2.png);

    position: absolute;

    top: 8%;

    left: -77px;

    z-index: 555;

}

.homeFooter {

    position: absolute;

    bottom: 0;

    color: white;

    font-size: 13px;

    left: 10px;

    right: 10px;

    padding-bottom: 40px;

}

.czsl {

    float: right;

    color: var(--og-primary);

    font-size: 1.1em;

    display: inline-block;

}

.col_1 {

    padding: 0;

    margin: 0;

    display: block;

    width: 100%;

    vertical-align: top;

    position: relative;

}

.col_1b {

    padding: 0;

    margin: 0;

    display: block;

    width: 77%;

    vertical-align: top;

    position: relative;

}

.col_2 {

    padding: 0;

    margin: 0;

    display: inline-block;

    width: 49%;

    vertical-align: top;

    position: relative;

}

.col_3 {

    padding: 0;

    margin: 0;

    display: inline-block;

    width: 33%;

    vertical-align: top;

    position: relative;

}

.col_66 {

    padding: 0;

    margin: 0;

    display: inline-block;

    width: 66%;

    vertical-align: top;

    position: relative;

}

.col_40 {

    padding: 0;

    margin: 0;

    display: inline-block;

    width: 40%;

    vertical-align: top;

    position: relative;

}

.col_60 {

    padding: 0;

    margin: 0;

    display: inline-block;

    width: 59%;

    vertical-align: top;

    position: relative;

}

.fullWidth {

    max-width: 100% !important;

    padding: 0 !important;

}



.logo {

    float: left;

    margin-top: -1px;

}

.logo a {

    padding: 0;

    margin: 0;

}

.hide768 {

    display: inline-block;

}

.show768 {

    display: none;

}

.hide480 {

    display: inline-block;

}

.show480 {

    display: none;

}



.absolute {

    position: absolute;

}



#switcherx,

#floorplans {

    position: relative;

}

#switcherx .dots {

    display: block;

    position: absolute;

    border-radius: 50%;

    background: rgba(224, 219, 201, 0.56);

    width: 20px;

    height: 20px;

    z-index: 5555;

    text-align: center;

    cursor: pointer;

}

#switcherx .active {

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: activedot;

    -webkit-animation-duration: 0.5s;

}



.floor-address {

    padding-top: 24px;

}



.floor-address span {

    color: var(--og-primary);

}



.floor-address a {

    color: var(--og-dark);

    text-decoration: underline !important;

}



.floor-address a:hover {

    text-decoration: none !important;

}



.floor-address a.phone {

    text-decoration: none !important;

}



@-webkit-keyframes activedot {

    0% {

        -webkit-transform: scale(0);

        transform: scale(0);

        opacity: 1;

    }

    50% {

        -webkit-transform: scale(4.5);

        transform: scale(4.5);

    }

    100% {

        -webkit-transform: scale(4);

        transform: scale(4);

        opacity: 0.8;

    }

}

/*

 .dot1 {

 left: 48%;

 top: 64.8%;

 }

 .dot2 {

 left: 34%;

 top: 64.5%;

 }

 .dot3 {

 left: 12%;

 top: 42%;

 }

 .dot4 {

 left: 22%;

 top: 27%;

 }

 .dot5 {

 left: 40%;

 top: 27%;

 }

 .dot6 {

 left: 58%;

 top: 27%;

 }

 .dot7 {

 left: 70%;

 top: 27%;

 }

 .dot8 {

 left: 76%;

 top: 27%;

 }

 */

#switcherx .dots .fxA {

    display: block;

    background: rgba(224, 219, 201, 0.5);

    position: absolute;

    border-radius: 50%;

    width: 100%;

    height: 100%;

    -webkit-transform: scale(0);

    transform: scale(0);

}

#switcherx .active .fxA {

    background: rgba(224, 219, 201, 0.5);

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: dotfxA;

    -webkit-animation-duration: 0.1s;

}



@-webkit-keyframes dotfxA {

    0% {

        -webkit-transform: scale(0);

        transform: scale(0);

        opacity: 1;

    }

    50% {

        -webkit-transform: scale(1.3);

        transform: scale(1.3);

    }

    100% {

        -webkit-transform: scale(0.5);

        transform: scale(0.5);

        opacity: 0.8;

    }

}



#switcherx .dots .fxB {

    background: rgba(255, 255, 255, 0.5);

    display: block;

    position: absolute;

    border-radius: 50%;

    width: 100%;

    height: 100%;

    -webkit-transform: scale(0);

    transform: scale(0);

}

#switcherx .active .fxB {

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: dotfxB;

    -webkit-animation-duration: 0.4s;

}



@-webkit-keyframes dotfxB {

    0% {

        -webkit-transform: scale(0);

        transform: scale(0);

    }

    50% {

        -webkit-transform: scale(0.5);

        transform: scale(0.5);

    }

    100% {

        -webkit-transform: scale(0.2);

        transform: scale(0.2);

    }

}



#texterx {

    position: absolute;

    bottom: 12%;

    left: 0;

    right: 0;

    text-align: center;

}

#texterx .titel {

    font-size: 1.4em;

    font-weight: 700;

}

#texterx .subtitel {

    font-size: 0.9em;

    font-weight: 100;

}



.vertMenu {

    margin-top: 20px;

    list-style: none;

    text-align: right;

}

.vertMenu .buttonx,

.vertMenu .button {

    padding: 10px 20% 10px 10px;

    margin: 0;

    margin-right: -5px;

    cursor: pointer;

    opacity: 1;

    list-style: none !important;

    font-size: 22px;

}



.vertMenu .buttonx:before,

.vertMenu .buttonF:before,

.vertMenu .btnf:before {

    content: "";

}

.vertMenu .buttonx:hover,

.vertMenu .buttonF:hover {

    color: var(--og-primary);

}

.vertMenu .active {

    background-image: url(/wp-content/themes/twentyseventeen-child/images/activebtx-new.png);

    background-position: right center;

    background-size: 30px 100%;

    background-repeat: no-repeat;

    font-weight: bold;

}



.deco-logo-about {

    margin-top: -100px;

    margin-left: 33px;

    max-width: 120px;

}

.deco-el-min {

    bottom: 65px;

    right: 12%;

    width: 77px;

    height: 77px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-min.png);

    background-position: center center;

    background-size: 100% 100%;

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-deco-el-min;

    -webkit-animation-duration: 1.25s;

    -webkit-animation-delay: 5s;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

}

@-webkit-keyframes run-deco-el-min {

    0% {

        opacity: 0;

        -webkit-transform: scale(0);

        transform: scale(0);

    }

    50% {

        opacity: 0.5;

        -webkit-transform: scale(1.25);

        transform: scale(1.25);

    }

    100% {

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

    }

}



.deco-el-med {

    top: 27%;

    left: 0;

    width: 128px;

    height: 318px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-med.png);

    background-position: center center;

    background-size: 100% 100%;

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-deco-el-med;

    -webkit-animation-duration: 2.25s;

    -webkit-animation-delay: 5.2s;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

}

@-webkit-keyframes run-deco-el-med {

    0% {

        opacity: 0;

        left: -50px;

        -webkit-transform: scale(0);

        transform: scale(0);

    }



    100% {

        opacity: 1;

        left: 0px;

        -webkit-transform: scale(1);

        transform: scale(1);

    }

}



.deco-el-big {

    top: 40%;

    right: 0;

    width: 179px;

    height: 454px;

    display: block;

    background-image: url(/wp-content/themes/twentyseventeen-child/images/deco-el-big.png);

    background-position: center center;

    background-size: 100% 100%;

    -webkit-animation: ease-in-out forwards;

    -webkit-animation-name: run-deco-el-big;

    -webkit-animation-duration: 2.25s;

    -webkit-animation-delay: 6.6s;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

}

@-webkit-keyframes run-deco-el-big {

    0% {

        opacity: 0;

        right: -50px;

        -webkit-transform: scale(0);

        transform: scale(0);

    }

    80% {

        opacity: 0.2;

    }

    100% {

        opacity: 1;

        right: 0px;

        -webkit-transform: scale(1);

        transform: scale(1);

    }

}

.mainlogo {

    width: 183px;

    height: auto;

    float: left;

}



/* anchored navigation */

.sub-navigation a {

    font-weight: bold;

    /*background-image: url(/wp-content/themes/twentyseventeen-child/images/linkarrow.png) !important;*/

    background: none !important;

    background-position: left center !important;

    display: inline-block;

    padding: 0 !important;

    background-size: 15px 15px !important;

    background-repeat: no-repeat !important;

    font-size: 14px;

    letter-spacing: 1px;

    margin-right: 0;

    text-transform: uppercase;

    text-decoration: none !important;

    opacity: 1;

    color: var(--og-dark);

}



.sub-navigation a .fa-play-circle {

    color: var(--og-primary);

}



.sub-navigation a:hover {

    color: var(--og-primary);

}



.swiper-container,

.swiper-slide {

    height: 500px;

    background-position: center center;

    background-size: 100% auto;

}

.swiper-container2,

.swiper-slide2 {

    height: 230px;

    background-position: center center;

    background-size: 100% auto;

}



.InNumbersBox .swiper-container,

.InNumbersBox .swiper-slide {

    height: 300px;

}



.InNumbersBox .swiper-slide .box {

    width: 98%;

    margin: 0;

    padding: 24px 1%;

    float: left;

    text-align: center;

    background: #ebebeb;

    height: 180px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.InNumbersBox .swiper-slide .box .box-title {

    /* font-size: 3em; */

    font-weight: bold;

    color: var(--og-primary);

    padding: 0px 16px;

    margin: 0;

    line-height: 1.4;

    text-align: center;

}

.InNumbersBox .swiper-slide .box .box-description {

    /* font-size: 23px; */

    padding: 0px 16px;

    margin: 0;

    line-height: 1.11em;

    font-weight: 200;

    text-align: center;

    color: var(--og-dark);

}



.InNumbersBox .swiper-pagination {

    top: 274px;

}

.InNumbersBox .swiper-button-prev {

    top: 290px;

    left: calc(50% - 85px);

    background-image: url(/wp-content/themes/twentyseventeen-child/images/larr.png);

    background-size: 100% auto;

}

.InNumbersBox .swiper-button-next {

    top: 290px;

    left: calc(50% + 55px);

    background-image: url(/wp-content/themes/twentyseventeen-child/images/rarr.png);

    background-size: 100% auto;

}

.InNumbersBox .swiper-pagination-bullet {

    width: 12px;

    height: 12px;

    background: url(/wp-content/themes/twentyseventeen-child/images/dot.png);

    opacity: 1;

}

.InNumbersBox .swiper-pagination-bullet-active {

    width: 12px;

    height: 12px;

    background: url(/wp-content/themes/twentyseventeen-child/images/active-dot.png);

    background-size: 12px 12px;

    background-position: center center;

    background-repeat: no-repeat;

    border-radius: 0;

}

.main-title-wrap {

    padding: 20px;

}

.main-title-wrap .main-title,

.main-title-wrap h2 {

    font-size: 4em;

    line-height: 1em;

    font-weight: 100;

    margin-top: 20px;

}



.center {

    text-align: center;

}





#tower {

    height: 612px;

    float: left;

    padding-left: 50px;

}

#floorplans {

    width: 630px;

    height: auto;

    display: inline-block;

    background-color: #fff;

    float: left;

    position: relative;

    margin-top: -10px;

}



#floorplans .floors {

    display: none;

}

#floorplans .floors.active {

    display: block !important;

}



.floors {

    width: 100%;

    height: auto;

    display: none;

    position: relative;

    text-align: center;

}



.floors .subtextFloor img {

    width: 25px !important;

    height: 25px !important;

    vertical-align: top;

    display: inline-block;

    margin-top: 5px;

}



.floors .subtextFloor span {

    vertical-align: top;

    display: inline-block;

    margin-top: 2px;

    margin-left: 15px;

}



.floors21 .btnf {

    padding: 0 0 0 20px;

    height: 28px;

    margin: 0;

    margin-right: -5px;

    cursor: pointer;

    opacity: 1;

    list-style: none !important;

    font-size: 15px;

    position: relative;

}

.floors21 .btnf:before {

    content: "";

}

.floors21 .btnf:hover {

    font-weight: bold;

    /*background-color: rgba(181,165,80,0.7);*/

    background-image: url(/wp-content/themes/twentyseventeen-child/images/activefloor.png);

    background-position: left top;

    background-size: 400px 33px;

    background-repeat: no-repeat;

    font-size: 19px;

    opacity: 0.7;

}

.floors21 .active {

    background-image: url(/wp-content/themes/twentyseventeen-child/images/activefloor.png);

    background-position: left top;

    background-size: 400px 30px;

    background-repeat: no-repeat;

    font-weight: bold;

    color: var(--og-primary);

}



.floors21 .btnf span.label {

    position: absolute;

    left: -45px;

    opacity: 0.75;

    font-size: 11px;

}

.floors21 .btnf span.label.green {

    color: green;

}





.textFloor,

.subtextFloor {

    text-align: center;

    font-size: 20px;

}

.textFloor {

    font-size: 28px;

    bottom: 95px;

    font-weight: 500;

}

.downloadPDF {

    position: absolute;

    right: 30px;

    top: 20px;

}



.downloadPDF span {

    display: inline-block;

    max-width: 150px;

    line-height: 1;

    border: 2px solid var(--og-dark);

    padding: 4px 0;

    margin-right: 10px;

}



.downloadPDF a {

    display: inline-block;

}



.downloadPDF img {

    width: auto !important;

    height: 50px !important;

    margin: 0;

    top: 10px;

}

.activbtw {

    float: right;

    height: 60px;

    width: 33px;

    display: block;

    margin-top: -10px;

    display: none;

}

.active .activbtw {

    display: block;

}

/* TIME LINE */



/* The actual timeline (the vertical ruler) */

.timeWrap .timeline {

    position: relative;

    max-width: 1200px;

    margin: 0 auto;

}



/* The actual timeline (the vertical ruler) */

.timeWrap .timeline::after {

    content: "";

    position: absolute;

    width: 2px;

    background-color: #ccc;

    top: 0;

    bottom: 0;

    left: 50%;

    margin-left: -3px;

}



/* Container around content */

.timeWrap .container {

    padding: 10px 40px;

    position: relative;

    background-color: inherit;

    width: 50%;

}



/* The circles on the timeline */

.timeWrap .container::after {

    content: "";

    position: absolute;

    width: 25px;

    height: 25px;

    right: -17px;

    background-color: #fff;

    top: 15px;

    border-radius: 50%;

    z-index: 1;

}



/* Place the container to the left */

.timeWrap .left {

    left: -84px;

}



/* Place the container to the right */

.timeWrap .right {

    left: 50%;

}



/* Add arrows to the left container (pointing right) */

.timeWrap .left::before {

    content: " ";

    height: 0;

    position: absolute;

    top: 22px;

    width: 0;

    z-index: 1;

    right: 30px;

    border: medium solid white;

    border-width: 10px 0 10px 10px;

    border-color: transparent transparent transparent white;

}



/* Add arrows to the right container (pointing left) */

.timeWrap .right::before {

    content: " ";

    height: 0;

    position: absolute;

    top: 22px;

    width: 0;

    z-index: 1;

    left: 30px;

    border: medium solid white;

    border-width: 10px 10px 10px 0;

    border-color: transparent white transparent transparent;

}



/* Fix the circle for containers on the right side */

.timeWrap .right::after {

    left: -16px;

}



/* The actual content */

.timeWrap .content {

    padding: 20px 30px;

    position: relative;

    border-radius: 6px;

}

.bigImg {

    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);

    margin: 50px 0;

    max-width: min(550px, 100%);

    height: auto;

    opacity: 1;

    transition: outline 0.5s ease-out;

    -moz-transition: outline 0.5s ease-out;

    -webkit-transition: outline 0.5s ease-out;

    -o-transition: outline 0.5s ease-out;

    outline: 0px solid #fff;

}

.bigImg:hover {

    opacity: 1;

    outline: 10px solid #fff;

    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);

    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);

}



/* custom gallery css */

.gallery {

    max-width: 1000px;

    margin-right: 10px;

}

.gallery .pack {

    max-width: 1000px;

    max-height: 512px;

    position: relative;

    display: block;

    width: 100%;

}

.gallery .pack .itm {

    position: absolute;

    vertical-align: top;

    margin: 7px;

    display: block;

    background-position: center center !important;

    background-size: cover !important;

}

.pack6 .imgA {

    width: 40%;

    height: 100%;

    top: 0;

    left: 0;

}

.pack6 .imgB {

    width: 40%;

    height: 48%;

    top: 0;

    left: 42%;

}

.pack6 .imgC {

    width: 40%;

    height: 48%;

    top: 52%;

    left: 42%;

}

.pack6 .imgD {

    width: 20%;

    height: 31%;

    top: 0;

    left: 84%;

}

.pack6 .imgE {

    width: 20%;

    height: 31%;

    top: 34.5%;

    left: 84%;

}

.pack6 .imgF {

    width: 20%;

    height: 31%;

    top: 69%;

    left: 84%;

}



.pack7 .imgA {

    width: 40%;

    height: 48%;

    top: 0;

    left: 0;

}

.pack7 .imgB {

    width: 40%;

    height: 48%;

    top: 52%;

    left: 0;

}

.pack7 .imgC {

    width: 20%;

    height: 31%;

    top: 0;

    left: 42%;

}

.pack7 .imgD {

    width: 20%;

    height: 31%;

    top: 34.5%;

    left: 42%;

}

.pack7 .imgE {

    width: 20%;

    height: 31%;

    top: 69%;

    left: 42%;

}

.pack7 .imgF {

    width: 40%;

    height: 48%;

    top: 0;

    left: 64%;

}

.pack7 .imgG {

    width: 40%;

    height: 48%;

    top: 52%;

    left: 64%;

}



.sub-menu .menu-item a {

    outline: 0px solid #fff;

}

.sub-menu .menu-item a {

    padding: 10px 0;

}

.menu-item:first-child .icon-angle-down {

    display: none !important;

}

.menu-item:nth-child(2) .icon-angle-down {

    display: none !important;

}

.menu-item:nth-child(3) .icon-angle-down {

    display: none !important;

}

.menu-item:nth-child(4) a .icon-angle-down {

    display: none !important;

}

.menu-item:nth-child(4) button .icon-angle-down {

    display: inline-block !important;

}



.navigation-top {

    height: 88px;

    border: 0px solid #fff;

    text-transform: uppercase;

    background: rgba(255, 255, 255, 0.9);

}

.main-navigation {

    margin-top: 0px;

}

.main-navigation li li a {

    border-bottom: 1px solid #ccc;

    text-transform: uppercase;

}



.main-navigation li li a:last-child {

    border-bottom: 0px solid #ccc;

}



.main-navigation li li {

    -webkit-transition: none;

    -o-transition: none;

    transition: none;

}

.site-navigation-fixed.navigation-top {

    padding: 0px;

}



.custom-header,

header {

    background: none !important;

    margin: 0;

}

.swiper-slide img {

    width: 100% !important;

    height: auto !important;

}

.swiper-pagination-fraction {

    color: rgba(255, 255, 255, 0);

}



.main-navigation ul li ul {

    border: 2px solid var(--gray-main);

    -webkit-box-shadow: 12px 12px 15px rgba(0, 0, 0, 0.15);

    box-shadow: 12px 12px 15px rgba(0, 0, 0, 0.15);

    width: 200px;

}

.main-navigation ul li.menu-item-has-children:before,

.main-navigation ul li.menu-item-has-children:after,

.main-navigation ul li.page_item_has_children:before,

.main-navigation ul li.page_item_has_children:after {

    border-style: solid;

    border-width: 0 7px 7px;

    -webkit-transform: scale(1);

    transform: scale(1);

    content: "";

    display: none;

    height: 12px;

    position: absolute;

    left: 20px;

    bottom: -5px;

    width: 18px;

    z-index: 100000;

    border: 0px solid var(--gray-main);

    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='null' d='m0.82804,9.95617l8.09376,-9.31696l8.09376,9.31696l-16.18752,0z' stroke-opacity='null' stroke-width='0' fill='%23ffffff'%3e%3c/path%3e%3cpolygon class='ua' stroke='null' fill='%233A3F4D;' points='16.875019073486328,10.443718876689672 17.960063934326172,9.324483837932348 9.011268615722656,0.06248553469777107 0.06247240677475929,9.324483837932348 1.1419181823730469,10.443718876689672 9.011268615722656,2.3063506744802 '%3e%3c/polygon%3e%3crect class='ua' stroke='null' height='3' width='18' y='9' x='0' stroke-opacity='null' stroke-width='0' fill='%23ffffff'%3e%3c/rect%3e%3c/svg%3e");

}

.main-navigation li li {

    border-bottom: 1px solid #ccc;

}

.main-navigation li li:hover,

.main-navigation li li.focus {

    background: none;

}

.main-navigation a:hover {

    color: var(--og-primary) !important;

}

.main-navigation ul ul a {

    letter-spacing: 1px;

    padding: 10px 0;

    font-size: 13px;

}

.main-navigation ul ul {

    max-width: 230px;

    padding: 20px;

}



footer {

    width: 100%;

    padding: 0;

    margin: 0;

    position: relative;

    clear: both;

    overflow: hidden;

}



.fullheight {

    background-color: rgba(255, 255, 255, 0) !important;

}

.panel-content .wrap {

    padding: 0;

}

h5 {

    font-size: 1.35em;

    font-weight: 300;

    margin: -15px 0 30px 0px;

    padding: 0;

    line-height: 32px;

    letter-spacing: 0px;

}

.current-menu-item a {

    color: var(--og-primary) !important;

}



.galWrap {

    max-width: 1111px;

    margin: 20px 0% 50px 17.5%;

}

.floors21 {

    background-position: top left;

    background-size: auto 100%;

    background-repeat: no-repeat;

    text-align: left;

    width: 400px;

    height: 612px;

    background-size: 333px 612px;

    margin-bottom: 0;

}



.cool-timeline.white-timeline .timeline-post.even .timeline-meta .meta-details,

.cool-timeline.white-timeline .timeline-post.odd .timeline-meta .meta-details {

    font-weight: 700 !important;

    opacity: 1 !important;

    font-size: 13px !important;

    color: var(--og-dark) !important;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    margin-top: 3px;

}

.cool-timeline .timeline-year {

    display: none;

}

.cool-timeline .timeline-year:first-child {

    margin: -50px 0 0 25px;

    height: 30px;

    width: 30px;

    display: block;

}

.cool-timeline .timeline-year .icon-placeholder span {

    display: none;

}



.cool-timeline.white-timeline .timeline-year {

    background: #eee;

    -webkit-box-shadow: none;

    box-shadow: none;

    width: 13px;

    height: 13px;

    margin: -32px -32px 0 32px;

}

.timeline-meta {

    margin: 40px -10px 0 -10px !important;

    background: #fff !important;

}

.cool-timeline .light-grey-post .timeline-content .content-title {

    display: none !important;

}

.cool-timeline.white-timeline .timeline-post.even .icon-dot-full,

.cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full,

.cool-timeline.white-timeline .timeline-post.odd .icon-dot-full,

.cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full {

    background: #eaeaea;

    height: 12px;

    width: 12px;

    margin: 29px 0 0 -7px;

}

.cool-timeline:before {

    width: 2px;

}

/* Media Queries

 --------------------------------------------- */

@media all and (max-width: 1750px) {

    .paralaxWrapper {

        height: 400px;

    }

}

@media all and (max-width: 1500px) {

    .paralaxWrapper {

        height: 350px;

    }

}

@media all and (max-width: 1300px) {

    .deco-el-big {

        width: 110px;

        height: 279px;

        top: 40%;

    }

    .deco-el-about {

        -webkit-transform: scale(0.55);

        transform: scale(0.55);

        margin-top: -50px;

        left: -70px;

    }

    nav a {

        padding: 10px 10px;

        margin: 5px 0px 5px 0px;

    }

    .swiper-container,

    .swiper-slide {

        height: 450px;

        background-size: auto 100%;

    }

    .main-title-wrap {

        /* padding: 0 30px; */

    }

    .paralaxWrapper {

        height: 300px;

    }

    .bigImg {

        max-width: min(480px, 100%);

    }

    .main-title-wrap:not(.is-fixed) {

        margin-top: 100px !important;

    }

    .content {

        padding-top: 20px;

        margin-top: 5px;

    }

    .deco-el-location {

        display: none;

    }

    .deco-el-standard {

        -webkit-transform: scale(0.6);

        transform: scale(0.6);

        right: -50px;

        top: 70px;

    }



    #architecture-award {

        max-width: 90px;

        top: 25%;

    }



    #colophon {

        height: 70px;

    }



    .home-intro-box .bigtitle {

        font-size: 2em;

    }



    .home-intro-box .medtitle {

        font-size: 3.5em;

    }

}



@media all and (max-width: 1150px) {

    .paralaxWrapper {

        height: 320px;

    }

    .deco-el-standard,

    .deco-el-contact,

    .deco-el-about,

    .deco-el-floorplans,

    .deco-el-developer,

    .deco-el-gallery,

    .deco-el-progress,

    .deco-el-location {

        display: none;

    }

}



@media all and (max-width: 1030px) {

    .languages {

        margin-left: 20px;

    }

    nav a {

        padding: 10px 4px;

        margin: 5px 0 5px 0;

    }

    .swiper-container,

    .swiper-slide {

        height: 350px;

        background-size: auto 100%;

    }

    .main-navigation a {

        margin-left: 0;

        margin-right: 5px;

        font-size: 12px;

        letter-spacing: 1px;

    }





    .paralaxWrapper:not(.static-img) {

        height: 300px;

        background-size: auto 130%;

    }



    .deco-el-big {

        width: 138px;

        height: 350px;

        top: 40%;

    }

    .col_2 article {

        padding: 15px 10% 15px 15px;

    }

    .galWrap {

        margin: 20px;

    }

    .content h3 {

        margin-top: 30px;

    }



    .home-intro-box .bigtitle {

        font-size: 2em;

    }



    .home-intro-box .medtitle {

        font-size: 3em;

    }



    #architecture-award {

        max-width: 85px;

    }









}

@media all and (max-width: 920px) {







    .floors21 {

        width: 330px;

    }

    .main-navigation a {

        padding-left: 3px;

        padding-right: 3px;

        max-width: 100%;

        font-size: 11px;

    }

    .main-navigation li {

        vertical-align: top;

    }



    .cool-timeline.white-timeline .timeline-year {

        display: none;

    }

}

@media all and (max-width: 768px) {

    .cool-timeline.white-timeline .timeline-post.even .icon-dot-full,

    .cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full,

    .cool-timeline.white-timeline .timeline-post.odd .icon-dot-full,

    .cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full {

        margin: -50px -9px 0 9px;

    }

    .col_2,

    .col_3 {

        width: 100%;

    }

    .deco-logo-about {

        position: relative;

        top: auto;

        left: auto;

        bottom: auto;

        display: block;

        margin: -20px auto 20px;

    }

    .swiper-container,

    .swiper-slide {

        height: 300px;

    }

    .vertMenu .buttonx {

        font-size: 15px;

        padding: 0px 30px 0px 4px;

    }

}

@media all and (max-width: 767px) {

    #architecture-award {

        max-width: 60px;

    }



    .main-navigation a {

        padding-left: 10px;

        padding-right: 10px;

        max-width: 80%;

        font-size: 14px;

        letter-spacing: 2px;

    }



    .paralaxWrapper {

        height: 200px;

        background-size: auto 150%;

    }

    .menu-toggle {

        background: rgba(255, 255, 255, 0.2) !important;

        border-radius: 5px;

    }



    .main-navigation ul li ul {

        -webkit-box-shadow: none;

        box-shadow: none;

        width: 100%;

    }



    .naviwrap {

        -webkit-box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.3);

        box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.3);

    }

    .navigation-top {

        width: 100%;

    }

    .menu-item a {

        color: var(--og-dark) !important;

    }



    .menu-item:first-child .icon-angle-down {

        display: inline-block !important;

    }

    .menu-item:first-child .icon-angle-down:last-child {

        display: none !important;

    }

    .main-navigation li li {

        border-bottom: 0px solid #ccc;

    }

    .swiper-container,

    .swiper-slide {

        height: 350px;

        background-size: auto 100%;

    }

    nav ul ul li a {

        padding: 10px 0;

        font-size: 13px;

    }



    .home-intro-box {

        padding: 0 60px 0 20px;

    }



    .home-intro-box .bigtitle {

        font-size: 2em;

        line-height: 1em;

    }

    .home-intro-box .medtitle {

        font-size: 3em;

        margin-top: 10px !important;

    }



    .home-intro-box .homeBtns .greenBtn {

        padding: 4px 15px !important;

    }



    .home-intro-box .sub-navigation {

        display: block;

    }



    .home-intro-box .homeBtns .locBtn {

        left: 0;

    }



    .languages {

        margin: 0;

        border: none;

    }

    .languages:before {

        opacity: 0.5;

        font-size: 11px;

        margin: 20px 0 0 20px;

        content: "LANGUAGE ";

    }

    .white .languages:before {

        color: #fff;

    }

    .white .languages {

        border: none;

        border-top: 1px solid #ccc;

    }

    nav ul {

        background: #fff;

        margin: 0;

        padding-left: 20px;

        top: 15px;

        padding-bottom: 15px;

    }

    .white nav ul {

        background: rgba(20, 23, 27, 0.98);

        margin: 0;

        outline: 1px solid #ccc;

        border: none;

    }

    /* Hide the navigation menu by default */

    /* Also hide the  */

    .toggle+a,

    .menu {

        display: none;

    }



    /* Stylinf the toggle lable */

    .toggle {

        padding: 10px 10px;

        margin: 5px 10px 5px 10px;

        display: block;

        font-size: 13px;

        line-height: 15px;

        text-decoration: none;

        letter-spacing: 2px;

        font-weight: bold;

    }

    .white .toggle {

        padding: 10px 10px;

        margin: 5px 10px 5px 10px;

        color: #fff;

        font-size: 13px;

        line-height: 15px;

        text-decoration: none;

        letter-spacing: 2px;

        font-weight: bold;

    }



    .toggle:hover {}

    .white .toggle:hover {

        background-color: var(--og-dark);

        color: var(--og-primary);

    }

    .white .mobMenu:hover {

        background-color: rgba(0, 0, 0, 0);

        opacity: 1;

    }

    /* Display Dropdown when clicked on Parent Lable */

    [id^="drop"]:checked+ul {

        display: block;

    }



    /* Change menu item's width to 100% */

    nav ul li {

        display: block;

        max-width: 100%;

        width: 100%;

    }



    nav ul ul .toggle,

    nav ul ul a {

        padding: 0 40px;

    }



    nav ul ul ul a {

        padding: 0 80px;

    }



    nav a:hover,

    nav ul ul ul a {

        background-color: #fafafa;

    }

    .white nav a:hover,

    nav ul ul ul a {

        background-color: var(--og-dark);

    }

    nav ul li ul li .toggle,

    nav ul ul a,

    nav ul ul ul a {

        padding: 14px 20px;

        color: var(--og-dark);

        font-size: 17px;

    }



    nav ul li ul li .toggle,

    nav ul ul a {

        background-color: #ffffff;

    }

    .white nav ul li ul li .toggle,

    nav ul ul a {

        background-color: rgba(0, 0, 0, 0);

    }

    /* Hide Dropdowns by Default */

    nav ul ul {

        float: none;

        position: static;

        color: var(--og-dark);

        /* has to be the same number as the "line-height" of "nav a" */

    }



    /* Hide menus on hover */

    nav ul ul li:hover>ul,

    nav ul li:hover>ul {

        display: none;

    }



    /* Fisrt Tier Dropdown */

    nav ul ul li {

        display: block;

        width: 100%;

    }



    nav ul ul ul li {

        position: static;

        /* has to be the same number as the "width" of "nav ul ul li" */

    }



    .hide768 {

        display: none;

    }

    .show768 {

        display: inline-block;

    }

    .mobMenu {

        display: block;

        float: right;

        margin-top: 0px !important;

        margin-right: -5px !important;

        background-color: #fff;

        opacity: 0.7;

        color: var(--og-dark);

    }

    .white .mobMenu {

        background-color: rgba(0, 0, 0, 0);

        opacity: 0.7;

        color: #fff;

    }

    .deco-el-med {

        width: 60px;

        height: 149px;

        top: 22%;

    }

    .deco-el-big {

        width: 110px;

        height: 279px;

        top: 40%;

    }

    .deco-el-min {

        bottom: 90px;

        width: 60px;

        height: 60px;

        right: 15%;

    }

    .col_2,

    .col_3 {

        width: 100%;

    }

    .deco-el-about {

        display: none;

    }

    .menu-toggle {

        position: absolute;

        right: -4px;

        top: 50%;

        outline: 0px solid #fff !important;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

    }

    .naviwrap {

        width: 100%;

        padding: 0;

    }

    #top-menu {

        width: 100%;

        padding: 0px 20px;

    }

    .bigImg {

        max-width: 99%;

    }

    .swiper-slide img {

        height: auto !important;

        width: 100% !important;

    }

    .dropdown-toggle {

        width: 100% !important;

        text-align: right;

        right: 0 !important;

        outline: none !important;

    }

    .paralaxWrapper {

        background-size: auto 100%;

        height: 350px;

    }

    .sub-menu {

        background: #fff !important;

        max-width: 300px !important;

        outline: 0px solid #fff;

        border: 0px solid #fff;

        -webkit-box-shadow: none;

        box-shadow: none;

    }

    .main-navigation ul li ul {

        outline: 0px solid #fff;

        border: 0px solid #fff;

    }

    .deco-el-developer {

        display: none;

    }

}



@media all and (max-width: 600px) {

    .content {

        padding: 20px;

    }

    .customMargin1 {

        margin: 0;

    }

    .col_40,

    .col_60 {

        width: 100%;

    }

    .hide600 {

        display: none;

    }

    #switcher_menu {

        display: block;

    }

    .vertMenu {

        text-align: center;

    }

    .vertMenu .active {

        background: none;

    }

    /* Place the timelime to the left */

    .timeWrap .timeline::after {

        left: 31px;

    }



    /* Full-width containers */

    .timeWrap .container {

        width: 100%;

        padding-left: 70px;

        padding-right: 25px;

    }



    /* Make sure that all arrows are pointing leftwards */

    .timeWrap .container::before {

        left: 60px;

        border: medium solid white;

        border-width: 10px 10px 10px 0;

        border-color: transparent white transparent transparent;

    }



    /* Make sure all circles are at the same spot */

    .timeWrap .left::after,

    .timeWrap .right::after {

        left: 15px;

    }



    /* Make all right containers behave like the left ones */

    .timeWrap .right {

        left: 0%;

    }

    .swiperWrap {

        margin-bottom: 0;

    }

    .swiper-container,

    .swiper-slide {

        height: 220px;

        margin: 0;

        background-size: auto 100%;

    }

    .deco-el-gallery,

    .deco-el-floorplans {

        display: none;

    }

    .galWrap {

        margin: 20px;

    }

}

@media only screen and (max-width: 480px) {

    .cool-timeline.white-timeline .timeline-post.even .icon-dot-full,

    .cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full,

    .cool-timeline.white-timeline .timeline-post.odd .icon-dot-full,

    .cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full {

        margin: -50px -9px 0 9px;

    }

    .swiper-container,

    .swiper-slide {

        height: 160px;

    }



    .swiperWrap {

        margin-bottom: 0;

    }

    .col_2 article {

        padding: 15px;

    }



    .show480 {

        display: block;

    }

    .hide480 {

        display: none;

    }



    nav ul li {

        display: block;

        /* width: 94%; */

    }



    .main-title-wrap,

    .content {

        padding: 20px;

    }

    .home-intro-box {

        top: 25%;

    }

    .home-intro-box h3 {

        font-size: 1.5rem;

    }

    .home-intro-box .bigtitle {

        font-size: 1.5em;

        line-height: 1em;

    }

    .home-intro-box .medtitle {

        font-size: 1.8em;

        line-height: 1em;

        padding-left: 2px;

    }

    .deco-el-big {

        width: 80px;

        height: 203px;

        top: 46%;

    }

    .deco-el-med {

        margin-left: -100px;

    }

    .deco-el-min {

        right: 12%;

        bottom: 100px;

    }

    .InNumbersBox .swiper-pagination {

        margin-bottom: 30px;

    }



    .content h3 {

        font-size: 2.23em;

        margin-top: 40px !important;

    }

    .content h4 {

        font-size: 1.25em;

        text-align: left;

    }

    .main-title-wrap .main-title,

    .main-title-wrap h2 {

        font-size: 3em;

    }



    .cool-timeline.white-timeline .timeline-year {

        background: #eee;

        -webkit-box-shadow: none;

        box-shadow: none;

        width: 13px;

        height: 13px;

        margin: -30px 46px 0 -46px;

    }

    .paralaxWrapper {

        background-size: auto 100%;

        height: 270px;

    }

    .sub-menu .menu-item a {

        padding: 5px 0;

    }

    .main-navigation ul ul {

        /* padding: 0 10px 0 20px; */

        width: 100% !important;

        max-width: 100% !important;

    }

    .roompartswrap {

        margin-left: -20px;

        margin-right: -20px;

    }

    .homeBtns {

        z-index: 50000;

    }

    #floorplans,

    .floors {

        max-width: 100%;

        padding-left: 0;

        margin: 0 auto 0;

    }







}



@media only screen and (max-width: 360px) {





    .deco-el-big {

        display: none !important;

    }



    #floorplans,

    .floors {

        max-width: 320px;

        padding-left: 0;

        margin: 0 auto 0;

    }

    .floors .subtextFloor img {

        display: none;

    }

    .floors .subtextFloor span {

        font-size: 13px;

    }

    #texterx .titel {

        font-size: 16px;

    }



    .swiper-container,

    .swiper-slide {

        height: 150px;

    }



    .home-intro-box .bigtitle {

        font-size: 1.5em;

    }

    .home-intro-box .medtitle {

        font-size: 1.3em;

    }

    .lang-item {

        width: 50px;

        max-width: 50px;

        display: inline-block;

    }

    .downloadPDF img {

        width: auto !important;

        height: 40px !important;

    }



    .home-intro-box .homeBtns .locBtn {

        left: 0;

    }



    .floors21 {

        width: 260px;

    }

}



/*-----update--------*/



.site-branding {

    display: none !important;

}



.timeline-post:last-child {

    height: 0px;

}

.cool-timeline .timeline-post .timeline-content .content-details {

    padding-left: 1px;

    color: #999;

    font-size: 11px !important;

}

.cool-timeline .timeline-post .timeline-content img {

    border: 11px solid #fff;

    -webkit-box-shadow: 0 -4px 11px rgba(0, 0, 0, 0.1);

    box-shadow: 0 -4px 11px rgba(0, 0, 0, 0.1);

}

.cool-timeline .timeline-post {

    margin-bottom: 15px;

}

.sub-menu .menu-item a {

    color: var(--og-dark) !important;

}

.sub-menu .menu-item a:hover {

    color: var(--og-primary) !important;

}

.sub-menu .current-menu-item a {

    color: var(--og-primary) !important;

}

.lg-prev,

.lg-next,

.lg-download {

    display: none !important;

}







.content b,
.content strong {

    font-weight: 700;

}

.single-featured-image-header img {

    width: 100%;

    height: min(100vh, 1200px);

    -o-object-fit: cover;

    object-fit: cover;

    -o-object-position: center;

    object-position: center;

}



html[lang="vi"] .floors21 .btnf span.label {

    left: -60px;

}



html[lang="vi"] #tower {

    padding-left: 65px;

}



@media (max-width: 575px) {

    .floors21 {

        width: 260px;

    }

}

.error-404 .page-header {

    float: none !important;

    width: 100% !important;

    padding: 44px 15px;

}



.error-404 .page-header .page-title {

    text-align: center;

    color: #fff;

    font-size: 24px;

    margin: 0;

}

#texterx .titel {
    line-height: 1.2;
}


.galWrap {
    margin-left: auto !important;
}


@media only screen and (max-width: 991px) {
    #texterx .titel {
        font-size: 16px;
    }

    .section-title {
        font-size: 34px !important;
    }

    .section-title.section-title-md {
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 575px) {
    .col_1b {
        width: 100%;
    }
}

.footer-logo {
    display: block;
    padding-top: 24px;
}

.footer-logo img {
    width: auto;
    display: block;
    max-height: 56px;
}
.contact-footer-logo {
    padding-top: 0;
}

.content p .developed-text {
    text-align: left;
}

.developed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.developed-content img {
    width: auto;
    max-height: 56px;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
}