﻿body {
    color: #0A2A43;
}

.emrlmtd-loader .emrlmtd-loader-wrapper {
    background-color: #fff;
}

.emrlmtd-header {
    z-index: 99999;
}

.main-menu li a {
    font-family: Gotham;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Gotham;
    font-weight: bold;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    font-family: Gotham;
    font-weight: bold;
}

p {
    color: #595A5C;
}

.top-banner.light .content .a-btn:hover, .top-banner.light .content .a-btn:focus{
    color: #0A2A43;
}

.a-btn:hover, .a-btn:focus {
    color: #0A2A43 !important;
}

.darkBtnDiv {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .darkBtnDiv .a-btn {
        background: #000;
        color: #fff;
    }

.emrlmtd-header.light .main-menu .a-btn:hover a {
    color: #0A2A43 !important;
}

.emrlmtd-header .emrlmtd-logo img {
    max-width: 150px;
}
.header-mainDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading.dark .subtitle {
    color: #BC955C;
}

.community-slider {
    height: 100vh;
}

    .community-slider .swiper-slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .community-slider .swiper-button-next,
    .community-slider .swiper-button-prev {
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }


@media(min-width: 1200px) {
    .community-slider .swiper-slide .bg-img {
        width: 100%
    }
}

.community-slider .slider-pagination {
    display: none
}

@media(max-width: 991.98px) {
    .community-slider .bg-img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .community-slider .slider-pagination {
        display: block;
        width: 84%;
        left: 0;
        right: 0;
        top: auto;
        bottom: 70px;
        z-index: 9;
        margin: auto;
        background-color: rgba(234,234,234,0.31);
        border-radius: 5px;
        overflow: hidden
    }

    .community-slider .swiper-pagination-progressbar-fill {
        background-color: #ffff;
        border-radius: 5px
    }
}

.community-slider .swiper-button-next {
    width: 75px;
    height: 75px;
    /*background: url("img/slider-right-white.svg") no-repeat;*/
    background-size: 75px 75px;
    right: 102px;
    top: 45%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    content: '';
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 32px;
    border-width: 0px 0px 1px 1px;
    position: absolute;
}

    .community-slider .swiper-button-next:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .community-slider .swiper-button-next:after {
        display: none
    }

@media(max-width: 991.98px) {
    .community-slider .swiper-button-next {
        display: none
    }
}

.community-slider .swiper-button-prev {
    width: 75px;
    height: 75px;
    /*background: url("img/slider-right-white-left.svg");*/
    background-size: 75px 75px;
    left: 102px;
    top: 45%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    content: '';
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 32px;
    border-width: 0px 0px 1px 1px;
    position: absolute;
    z-index: 9999;
}

    .community-slider .swiper-button-prev:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .community-slider .swiper-button-prev:after {
        display: none
    }

@media(max-width: 991.98px) {
    .community-slider .swiper-button-prev {
        display: none
    }
}


.aboutSection {
    padding: 5% 0px 5% 0px;
}

.aboutSection .heading{
    /*padding: 0px;*/
}

.aboutSection p {
    max-width: 90%;
}

.top-banner{
    padding: 0px;
}

.project-filmstrip-wrapper {
    padding: 0;
}

.filmstrip-slider {
    padding: 0;
}

.slick-prev {
    width: 75px;
    height: 75px;
    background: url(../img/slider-right-white-left.svg);
    background-size: 75px 75px;
    left: 15px;
    top: 45%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    position: absolute;
    display: block;
    z-index: 999;
}
.slick-next {
    width: 75px;
    height: 75px;
    background: url(../img/slider-right-white.svg);
    background-size: 75px 75px;
    right: 15px;
    top: 45%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    position: absolute;
    display: block;
    z-index: 999;
}

.project-filmstrip-wrapper .project-filmstrip-item-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.project-filmstrip-item-img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: black;*/
    /*opacity: 0.8;*/
    /*z-index: 90;*/
    content: '';
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(7,60,80,0.4) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(7,60,80,0.4) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(7,60,80,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0A2A43",GradientType=1);
}

.communitiesSection{
    padding-bottom: 60px !important;
}

.emrlmtd_gap_col15 .portfolio-item {
    margin: 0 0px 44px;
}

.newsSection .emrlmtd-services-wrapper .services-item-title {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 28px;
}

.newsSection .emrlmtd-services-wrapper .services-item-description p {
    text-align: left !important;
}

.emrlmtd-footer {
    background-color: #0A2A43;
}

    .emrlmtd-footer .footer-content-outer {
        padding: 0;
    }

    .emrlmtd-footer:before {
        background-color: #0A2A43;
    }

.project-amenities-wrapper {
    position: relative;
    display: block;
}

.project-amenities-item-img {
    position: relative;
}

.amenitiesSection {
    background-color: #f8f9fb !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .amenitiesSection .heading {
        padding: 0px 0 30px 0;
    }

.amenitiesSection .project-amenities-item-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000058;
}

.amenitiesSection .project-amenities-item-content {
    width: 55%;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
}

.amenitiesSection .project-amenities-item-title {
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
}

    .amenitiesSection .swiper-button-next:after,
    .amenitiesSection .swiper-button-prev:after {
        line-height: 1;
        border: 1px solid;
        border-radius: 50%;
        background: transparent;
        color: #fff;
        padding: 15px;
    }

    .amenitiesSection .swiper-button-prev,
    .amenitiesSection .swiper-rtl .swiper-button-next {
        left: 50px;
    }

        .amenitiesSection .swiper-button-next:after,
        .amenitiesSection .swiper-button-prev:after {
            font-size: 12px;
        }

    .amenitiesSection .swiper-button-next,
    .amenitiesSection .swiper-rtl .swiper-button-prev {
        right: 50px;
    }

    .amenitiesSection .slick-current,
    .amenitiesSection .slick-center {
        /* background: linear-gradient(45deg, rgb(246, 146, 89), rgb(241, 105, 117));*/
        /*padding: 60px 0px !important;*/
        /*  -webkit-transform: scale(1.2);
        transform: scale(1.2);*/
        /*transform: scale(1.5);*/
    }

        .amenitiesSection .slick-current img {
            /*scale: 1.1;*/
          /*  -webkit-transform: scale(1.2);
            transform: scale(1.2);*/
        }

.amenitiesSection .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

    .amenitiesSection .swiper-slide {
        /* float: none;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0px;
        margin: 10px;
        background-color: transparent;
        transition: all 0.3s ease;
        height: auto;
        text-align: center;*/
        -webkit-transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

        .amenitiesSection .swiper-slide .portfolio-item {
            padding: 20px;
        }

    .amenitiesSection .slick-current .portfolio-item {
        padding: 0px;
    }

    .amenitiesSection .swiper-slide-active {
        opacity: 1;
        z-index: 1;
        transform: scale(1.2);
       /*margin-left: 30px;*/
    }

    .amenitiesSection .swiper-slide-next {
        /*margin-left: 30px;*/
    }

.portfolio-item-wrapp.swiper-slide {
    /*margin-right: 30px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-amenities-item-content img {
    margin: auto;
}

.projectInfoSection {
    padding-top: 60px;
    padding-bottom: 0px;
}

.filesSection {
    background: #0A2A43;
    padding: 0;
}

    .filesSection .heading {
        padding: 0 0 30px 0;
    }

    .filesSection .btn {
        background: #000;
        border-radius: 0;
        color: #fff;
        font-size: 18px;
    }

    .filesSection .call-to-action.classic .info-wrap {
        display: flex;
        flex-direction: column;
        padding: 60px 15px;
    }

    .amenitiesSection .slick-next,
    .amenitiesSection .slick-prev {
        background-size: 36px;
        width: 36px;
        height: 36px;
    }

.factsSection .factBlock {
    height: 100%;
    background-color: #f2f2f2;
    padding: 48px 15px 38px 50px;
    margin-bottom: 5%;
}

.factBlock .fact-title {
    position: relative;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 1.6px;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 16px;
}

.factBlock .fact-descr p{
    color: #7e7d7d;
    font-size: 20px;
}


.contactUsPage .adddress-block .address-block-outer {
    padding-bottom: 0px;
}

.contactUsPage .contacUsMainSection{
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactUsPage .emrlmtd-social-nav .social-content li {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 11px;
    display: inline-block;
}

.emrlmtd-footer .footer-bottom-content {
    padding-bottom: 10px;
}

.emrlmtd_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-content{
    text-align: right;
}

.emrlmtd_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-content {
    text-align: left;
}

.emrlmtd_list .project-list-item .project-list-outer .project-list-wrapper .project-list-category {
    font-size: 22px;
    line-height: 36px;
}

.emrlmtd_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title {
    line-height: 48px;
    font-size: 48px;
}

.emrlmtd_list .project-list-item .project-list-outer .project-list-wrapper .project-list-link {
    margin-top: 19px;
    border: 1px solid;
    text-align: right;
    padding: 10px 60px;
}

.newsSection .emrlmtd-services-wrapper .emrlmtd-services-link {
    margin-top: 18px;
    border: 1px solid #0A2A43;
}


.articleBodySection{
    padding-top: 5%;
}

.mouse_wp a {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: auto;
}

.down-arrow {
    position: absolute;
    /* top: calc(100vh - 80px); */
    /* left: calc(50% - 14px); */
    width: 0;
    height: 30px;
    /* border: 2px solid; */
    border-radius: 2px;
    animation: jumpInfinite 1.5s infinite;
    z-index: 99;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 90%;
}

    .down-arrow:after {
        content: " ";
        position: absolute;
        top: 12px;
        left: -10px;
        width: 16px;
        height: 16px;
        border-bottom: 4px solid;
        border-right: 4px solid;
        border-radius: 4px;
        transform: rotateZ(45deg);
    }

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}

.introSlogan {
    background-color: #E9ECEF !important;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #111111;
    padding-top: 5%;
    padding-bottom: 5%;
}

    .introSlogan p {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #0A2A43;
        font-size: 33px;
        line-height: 33px;
        max-width: 100%;
        text-align: center;
    }


/*-------------------------------------------------------*/
/* COUNTER */
/*-------------------------------------------------------*/
.prague-counter {
    position: relative;
    padding-top: 70px;
    padding-left: 70px;
}

    .prague-counter .figures {
        position: absolute;
        top: 0;
        left: 0;
    }

        .prague-counter .figures svg polygon, .prague-counter .figures svg circle {
            fill: #f2f2f2;
        }

    .prague-counter .counter-outer {
        position: relative;
    }

    .prague-counter .numbers {
        height: 100%;
        width: 100%;
        line-height: 0;
    }

        .prague-counter .numbers svg mask {
            width: 100%;
            height: 100%;
        }

            .prague-counter .numbers svg mask .coming-alpha {
                fill: white;
                width: 100%;
                height: 100%;
            }

            .prague-counter .numbers svg mask .count {
                font-family: "Roboto", sans-serif;
            }

            .prague-counter .numbers svg mask .number {
                font-weight: 700;
            }

            .prague-counter .numbers svg mask .title {
                font-size: 14px;
                letter-spacing: 3.5px;
                font-weight: 300;
            }

        .prague-counter .numbers svg .base {
            fill: white;
            width: 100%;
            height: 100%;
        }

    .prague-counter.alone_item .figures {
        width: 370px;
        height: 370px;
    }

    .prague-counter.alone_item .numbers svg {
        width: 100%;
        height: 390px;
    }

        .prague-counter.alone_item .numbers svg mask .number {
            font-size: 160px;
        }

    .prague-counter.multi_item .figures {
        width: 270px;
        height: 270px;
    }

    .prague-counter.multi_item .numbers {
        position: relative;
    }

        .prague-counter.multi_item .numbers:after {
            content: '';
            display: table;
            clear: both;
        }

        .prague-counter.multi_item .numbers svg {
            width: 50%;
            float: left;
            height: 185px;
        }

            .prague-counter.multi_item .numbers svg mask .number {
                font-size: 70px;
            }

    .prague-counter.no-figure.alone_item, .prague-counter.no-figure.multi_item {
        padding-top: 0;
        padding-left: 0;
    }

@media only screen and (max-width: 767px) {
    .prague-counter {
        padding-top: 40px;
        padding-left: 40px;
    }

        .prague-counter.alone_item .figures {
            width: 270px;
            height: 270px;
        }

        .prague-counter.alone_item .numbers svg {
            height: 320px;
        }

            .prague-counter.alone_item .numbers svg mask .number {
                font-size: 120px;
            }

            .prague-counter.alone_item .numbers svg mask .title {
                font-size: 11px;
            }
}

@media only screen and (max-width: 560px) {
    .prague-counter.multi_item .numbers svg {
        width: 100%;
        height: 150px;
    }

        .prague-counter.multi_item .numbers svg mask .number {
            font-size: 60px;
        }

        .prague-counter.multi_item .numbers svg mask .title {
            font-size: 11px;
        }
}


.prague-counter .numbers svg .base {
    fill: #0a2a43;
}

.aboutLogo {
    padding: 5%;
    max-width:90%;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .emrlmtd-header {
        background: #002855;
    }

        .emrlmtd-header.light .emrlmtd-nav-menu-icon a:hover {
            border: 1px solid #002855;
            background-color: #002855;
        }
}

.footer-link {
    float: right;
    width: 50%;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    color: white;
    text-align:right;
}

    .footer-link a {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        line-height: inherit;
        font-weight: 400;
        color: #fff;
    }