﻿
/* SHOWCASE */
.showcase {
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .showcase .showCaseTextContent {
        padding-top: 66px;
    }

    .showcase .elemContent {
        height: 77px;
        margin-top: 85px;
        margin-bottom: 48px;
    }

        .showcase .elemContent .elem01 {
            float: left;
            width: 119px;
            height: 61px;
            opacity: 0;
        }

        .showcase .elemContent .elem02 {
            float: right;
            width: 119px;
            height: 61px;
            opacity: 0;
        }

        .showcase .elemContent .shape {
            position: absolute;
            top: 31px;
            left: 50%;
            width: 356px;
            height: 46px;
            margin-left: -178px;
            border: 7px solid #f64138;
            border-bottom: none;
        }

            .showcase .elemContent .shape .line01 {
                position: absolute;
                top: -37px;
                left: 50%;
                margin-left: -1px;
                width: 1px;
                height: 68px;
                background-color: #fff;
                z-index: 3;
            }



body[data-lang="ar"] .showcase .pageHeader {
    direction: rtl;
}


.showcase.sst-StartAnim .elemContent .shape {
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    -moz-transition: opacity 0.5s 0.5s, -moz-transform 0.5s 0.5s;
    -ms-transition: opacity 0.5s 0.5s, -ms-transform 0.5s 0.5s;
    -o-transition: opacity 0.5s 0.5s, -o-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

.showcase.sst-StartAnim .pageHeader {
    -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    -moz-transition: opacity 0.5s 0.8s, -moz-transform 0.5s 0.8s;
    -ms-transition: opacity 0.5s 0.8s, -ms-transform 0.5s 0.8s;
    -o-transition: opacity 0.5s 0.8s, -o-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
}

.showcase.sst-StartAnim .elemContent .elem01 {
    opacity: 1;
    -webkit-transition: opacity 0.5s 1s;
    -moz-transition: opacity 0.5s 1s;
    -ms-transition: opacity 0.5s 1s;
    -o-transition: opacity 0.5s 1s;
    transition: opacity 0.5s 1s;
}

.showcase.sst-StartAnim .elemContent .elem02 {
    opacity: 1;
    -webkit-transition: opacity 0.5s 1s;
    -moz-transition: opacity 0.5s 1s;
    -ms-transition: opacity 0.5s 1s;
    -o-transition: opacity 0.5s 1s;
    transition: opacity 0.5s 1s;
}
/* END - SHOWCASE */



.titleContent {
    padding: 100px 0 80px 0;
    text-align: center;
}

    .titleContent h3 {
        margin-bottom: 40px;
    }

    .titleContent .lineStyle01 {
        width: 1px;
        height: 54px;
        margin: 1px auto 0 auto;
        border-left: 1px solid #282624;
    }

        .titleContent .lineStyle01.v1 {
            margin: 50px auto 0 auto;
        }

    .titleContent .shape {
        display: inline-block;
        width: 474px;
        height: 30px;
        margin-bottom: 65px;
        border: 7px solid #f64138;
        border-top: none;
    }

    .titleContent p {
        width: 745px;
        margin: 0 auto 0 auto;
        line-height: 30px;
    }

        .titleContent p .bold {
            font-weight: 600;
        }

        .titleContent p .squareMeters {
            display: inline-block;
            margin-left: 2px;
            vertical-align: super;
            font-size: small;
        }


/* sst-StartAnim */
.sst-StartAnim .titleContent h3 {
    -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.5s 0.2s, -moz-transform 0.5s 0.2s;
    -ms-transition: opacity 0.5s 0.2s, -ms-transform 0.5s 0.2s;
    -o-transition: opacity 0.5s 0.2s, -o-transform 0.5s 0.2s;
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

.sst-StartAnim .titleContent .lineStyle01 {
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    -moz-transition: opacity 0.5s 0.5s, -moz-transform 0.5s 0.5s;
    -ms-transition: opacity 0.5s 0.5s, -ms-transform 0.5s 0.5s;
    -o-transition: opacity 0.5s 0.5s, -o-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

    .sst-StartAnim .titleContent .lineStyle01.v1 {
        -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
        -moz-transition: opacity 0.5s 0.8s, -moz-transform 0.5s 0.8s;
        -ms-transition: opacity 0.5s 0.8s, -ms-transform 0.5s 0.8s;
        -o-transition: opacity 0.5s 0.8s, -o-transform 0.5s 0.8s;
        transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
    }

.sst-StartAnim .titleContent .shape {
    -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.5s 0.4s, -moz-transform 0.5s 0.4s;
    -ms-transition: opacity 0.5s 0.4s, -ms-transform 0.5s 0.4s;
    -o-transition: opacity 0.5s 0.4s, -o-transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}

.sst-StartAnim .titleContent p {
    -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
    -moz-transition: opacity 0.5s 0.6s, -moz-transform 0.5s 0.6s;
    -ms-transition: opacity 0.5s 0.6s, -ms-transform 0.5s 0.6s;
    -o-transition: opacity 0.5s 0.6s, -o-transform 0.5s 0.6s;
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}





.fixFormContent {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 50px;
    background-color: #f64138;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}

    .fixFormContent a {
        display: block;
        height: 100%;
    }

    .fixFormContent .textContent {
        width: 155px;
        height: 21px;
        padding-left: 38px;
    }

        .fixFormContent .textContent .text {
            text-align: center;
        }

        .fixFormContent .textContent img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 21px;
            height: 21px;
        }







/* location container */
.locationContainer {
    height: 100%;
}

    .locationContainer h3 {
        position: absolute;
        top: 90px;
        left: 0;
        width: 130px;
        text-align: right;
    }

        .locationContainer h3 .line {
            display: inline-block;
            vertical-align: top;
            width: 22px;
            height: 6px;
            margin-top: 22px;
            margin-right: 24px;
            border-bottom: 6px solid #f9423a;
        }

        .locationContainer h3 .text {
            letter-spacing: 16px;
        }



body[data-lang="ar"] .locationContainer h3 {
    direction: rtl;
}


.projectPoints {
    position: absolute;
    z-index: 1000000;
}

.locationContainer .projectPoint {
    position: absolute;
    top: 0;
    left: 300px;
}

    .locationContainer .projectPoint.first {
        top: 5px;
        left: 158px;
    }

    .locationContainer .projectPoint.second {
        left: 60px;
    }

    .locationContainer .projectPoint.third {
        left: 106px;
    }

    .locationContainer .projectPoint.fourth {
        left: 122px;
    }

    .locationContainer .projectPoint.fifth {
        left: 81px;
    }

    .locationContainer .projectPoint .point {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        cursor: pointer;
    }

        .locationContainer .projectPoint .point .pointBg {
            position: absolute;
            z-index: 0;
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-color: #4b4b4b;
            -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
            -moz-transition: background-color 0.5s, -moz-transform 0.5s;
            -ms-transition: background-color 0.5s, -ms-transform 0.5s;
            -o-transition: background-color 0.5s, -o-transform 0.5s;
            transition: background-color 0.5s, transform 0.5s;
        }

        .locationContainer .projectPoint .point span {
            display: block;
            position: absolute;
            top: 6px;
            left: 6px;
            z-index: 2;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background-color: #adadad;
            -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
            -moz-transition: background-color 0.5s, -moz-transform 0.5s;
            -ms-transition: background-color 0.5s, -ms-transform 0.5s;
            -o-transition: background-color 0.5s, -o-transform 0.5s;
            transition: background-color 0.5s, transform 0.5s;
        }

        .locationContainer .projectPoint .point .border {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 58px;
            height: 58px;
            margin: -29px 0 0 -29px;
            border-radius: 100%;
            border: 1px solid #f64138;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(0.75,0.75);
            -ms-transform: scale(0.75,0.75);
            transform: scale(0.75,0.75);
            -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s;
            -moz-transition: opacity 0.5s 0s, visibility 0s 0.5s, -moz-transform 0.5s;
            -ms-transition: opacity 0.5s 0s, visibility 0s 0.5s, -ms-transform 0.5s;
            -o-transition: opacity 0.5s 0s, visibility 0s 0.5s, -o-transform 0.5s;
            transition: opacity 0.5s 0s, visibility 0s 0.5s, transform 0.5s;
        }

    .locationContainer .projectPoint .item {
        position: absolute;
        top: 8px;
        right: 50px;
    }

        .locationContainer .projectPoint .item img {
            position: absolute;
            top: -20px;
            left: 8px;
            width: 82px;
            height: 82px;
            opacity: 0.5;
            transition: left 0.5s,opacity 0.5s;
            -webkit-transition: left 0.5s,opacity 0.5s;
        }

        .locationContainer .projectPoint .item .name {
            width: 117px;
            height: 82px;
            padding-top: 10px;
            border-top: 1px solid #f64138;
        }

            .locationContainer .projectPoint .item .name h6 {
                text-align: left;
                transition: all 0.5s;
            }


body[data-lang="ar"] .locationContainer .projectPoint .item .name {
    direction: rtl;
}



/* active */
.locationContainer .projectPoint.active .point .pointBg {
    background-color: #f64138;
}

.locationContainer .projectPoint.active .point span {
    background-color: #fff;
}


/* current */
.locationContainer .projectPoint.current .point .pointBg {
    background-color: #f64138;
    -webkit-transform: scale(1.8,1.8);
    -ms-transform: scale(1.8,1.8);
    transform: scale(1.8,1.8);
}

.locationContainer .projectPoint.current .point span {
    background-color: #fff;
    -webkit-transform: scale(0.75,0.75);
    -ms-transform: scale(0.75,0.75);
    transform: scale(0.75,0.75);
}

.locationContainer .projectPoint.current .point .border {
    opacity: 0.42;
    visibility: visible;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: opacity 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s 0s, visibility 0s 0s, -moz-transform 0.5s;
    -ms-transition: opacity 0.5s 0s, visibility 0s 0s, -ms-transform 0.5s;
    -o-transition: opacity 0.5s 0s, visibility 0s 0s, -o-transform 0.5s;
    transition: opacity 0.5s 0s, visibility 0s 0s, transform 0.5s;
}

.locationContainer .projectPoint.current .item img {
    left: -67px;
    opacity: 1;
}

.locationContainer .projectPoint.current .item .name h6 {
    text-align: right;
}




.locationContainer .locationDetails {
    float: right;
    width: 515px;
    height: 100%;
    margin-right: 119px;
}

    .locationContainer .locationDetails .info {
        margin-top: 80px;
    }

        .locationContainer .locationDetails .info.fixed {
            position: fixed;
            top: 0;
            right: 470px;
            width: 515px;
        }

        .locationContainer .locationDetails .info.absolute {
            position: absolute;
            bottom: 180px;
            right: 0px;
            width: 515px;
        }

        .locationContainer .locationDetails .info .title {
            padding-left: 7px;
            font-size: 0;
        }

            .locationContainer .locationDetails .info .title .line01 {
                display: none;
                position: absolute;
                z-index: 5;
                top: -45px;
                left: 50%;
                width: 1px;
                height: 85px;
                margin: 1px auto 0 auto;
                border-left: 1px solid #f64138;
            }

            .locationContainer .locationDetails .info .title .number {
                display: inline-block;
                vertical-align: top;
                margin: 22px 15px 0 0;
            }

            .locationContainer .locationDetails .info .title h2 {
                display: inline-block;
            }

                .locationContainer .locationDetails .info .title h2 span {
                    display: block;
                    margin-top: 3px;
                }




        .locationContainer .locationDetails .info .description {
            height: 50px;
            padding-left: 60px;
            margin: 48px 0 48px 52px;
            border-left: 1px solid #f9423a;
        }

            .locationContainer .locationDetails .info .description p {
                width: 280px;
                line-height: 18px;
            }


body[data-lang="ar"] .locationContainer .locationDetails .info .description p {
    direction: rtl;
}

.locationContainer .locationDetails .info .imageContent {
}

    .locationContainer .locationDetails .info .imageContent .img01 {
        width: 100%;
        height: auto;
    }

    .locationContainer .locationDetails .info .imageContent .btnMoreInfo {
        position: absolute;
        z-index: 5;
        top: 50%;
        right: -65px;
        margin-top: -59px;
    }


.locationContainer .allProjects {
    position: absolute;
    bottom: 40px;
    left: 50px;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    transition: position 0.5s, opacity 0.5s 0s,visibility 0s 0.5s;
    -webkit-transition: position 0.5s, opacity 0.5s 0s,visibility 0s 0.5s;
}

    .locationContainer .allProjects.on {
        position: fixed;
        left: 50px;
        opacity: 1;
        visibility: visible;
        transition: position 0.5s, opacity 0.5s 0s,visibility 0s 0s;
        -webkit-transition: position 0.5s, opacity 0.5s 0s,visibility 0s 0s;
    }


    .locationContainer .allProjects img {
        display: inline-block;
        width: 23px;
        height: auto;
        margin-right: 15px;
    }

    .locationContainer .allProjects span {
        display: inline-block;
        line-height: 15px;
        text-align: right;
    }
/* end - location container */



.cookiePoliticsNotification {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    padding: 10px 60px;
    height: 45px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.025em;
    background-color: rgba(245, 242, 242, 0.95);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
  -webkit-box-shadow: 0px 1px 20px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 20px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 20px 1px rgba(0,0,0,0.2);
}

    .cookiePoliticsNotification.off {
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .cookiePoliticsNotification .cbox01 {
        line-height: 16px;
    }

        .cookiePoliticsNotification .cbox01 a {
            color: #cb1b27;
        }

    .cookiePoliticsNotification .cbox02 {
        width: 80px;
        height: 34px;
        border: 1px solid;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        background-color: #585555;
        color: #fff;
        border-radius: 5px;
    }






/* scale bg image Animation*/
.scaleBgImageAnimation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform-origin: top center;
    -webkit-animation: scaleBgImage 60s linear infinite; /*, skewClockwise 4000ms linear infinite;*/
    -moz-animation: scaleBgImage 60s linear infinite; /*, skewClockwise 4000ms linear infinite;*/
    -ms-animation: scaleBgImage 60s linear infinite; /*, skewClockwise 4000ms linear infinite;*/
    animation: scaleBgImage 60s linear infinite; /*, skewClockwise 4000ms linear infinite;*/
}

@-ms-keyframes scaleBgImage {
    0% {
        -ms-transform: scale(0.8);
    }

    50% {
        -ms-transform: scale(1.15);
    }

    100% {
        -ms-transform: scale(0.8);
    }
}

@-moz-keyframes scaleBgImage {
    0% {
        -moz-transform: scale(1.0);
    }

    50% {
        -moz-transform: scale(1.15);
    }

    100% {
        -moz-transform: scale(1.0);
    }
}

@-webkit-keyframes scaleBgImage {
    0% {
        -webkit-transform: scale(1.0);
    }

    50% {
        -webkit-transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes scaleBgImage {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1.0);
    }
}
/* End scale bg image Animation*/



.translateX-100 {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

.translateX-20 {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
}

.translateX100 {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}

.translateX20 {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}

.translateY10 {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.translateY20 {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.opacity0 {
    opacity: 0;
}


/* sst-StartAnim */
.sst-StartAnim .translateX-100 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.sst-StartAnim .translateX-20 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.sst-StartAnim .translateX100 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.sst-StartAnim .translateX20 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.sst-StartAnim .translateY10 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sst-StartAnim .translateY20 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sst-StartAnim .opacity0 {
    opacity: 1;
}






@media all and (max-width: 767px) {

    .showcase {
        height: 388px;
    }

        .showcase .showCaseTextContent {
            padding-top: 112px;
        }

        .showcase .gridFrameWrapper {
            padding: 0 0 0 0;
        }

        .showcase .elemContent {
            height: 67px;
            padding: 0 32px 0 32px;
            margin-top: 0;
            margin-bottom: 29px;
        }

            .showcase .elemContent .elem01 {
                display: none;
            }

            .showcase .elemContent .elem02 {
                display: none;
            }

            .showcase .elemContent .shape {
                position: relative;
                left: auto;
                left: initial;
                width: 100%;
                height: 36px;
                margin-left: 0;
            }

                .showcase .elemContent .shape .line01 {
                    top: -24px;
                    height: 45px;
                }

        .showcase .pageHeader {
            width: 100%;
            padding: 0 32px 0 32px;
            margin: 0 auto;
            line-height: 36px;
        }

        .showcase .navSubMenu {
            bottom: -5px;
            left: auto;
            left: initial;
            width: 100%;
            padding-left: 32px;
            margin-left: 0;
            overflow: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
        }

            .showcase .navSubMenu::-webkit-scrollbar {
                display: none;
                -webkit-appearance: none;
            }

            .showcase .navSubMenu ul {
                padding-right: 32px;
            }

                .showcase .navSubMenu ul li {
                    padding-bottom: 10px;
                    margin-right: 25px;
                    border-bottom: 5px solid #fff;
                }

                    .showcase .navSubMenu ul li a {
                        height: 55px;
                    }

                    .showcase .navSubMenu ul li.active {
                        border-bottom: 5px solid #f64138;
                    }



    .titleContent {
        padding: 60px 0 90px 0;
    }

        .titleContent .lineStyle01.v1 {
            margin: 30px auto 0 auto;
        }

        .titleContent .shape {
            width: 300px;
            height: 30px;
            margin-bottom: 60px;
            border: 6px solid #f64138;
            border-top: none;
        }

        .titleContent p {
            width: 90%;
            line-height: 30px;
        }



    .fixFormContent {
        height: 50px !important;
        top: auto;
        top: initial;
        right: auto;
        right: initial;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .fixFormContent .textContent {
            top: auto;
            top: initial;
            left: auto;
            left: initial;
            width: 177px;
            height: 100%;
            padding-left: 0;
            margin: 0 auto;
            transform: none;
            -ms-transform: none;
            -o-transform: none;
            -moz-transform: none;
            -webkit-transform: none;
        }

            .fixFormContent .textContent img {
                position: absolute;
                bottom: auto;
                bottom: initial;
                left: auto;
                left: initial;
                margin-right: 10px;
            }









    .locationContainer {
        padding-bottom: 70px;
        background-color: #fff;
    }

        .locationContainer .gridFrameWrapper {
            width: 100%;
            padding: 0 0 0 0;
        }

        .locationContainer h3 {
            position: relative;
            top: auto;
            top: initial;
            left: auto;
            left: initial;
            width: 100%;
            padding-left: 50px;
            margin-bottom: 50px;
            margin-left: 30px;
            text-align: left;
        }

            .locationContainer h3 .line {
                position: absolute;
                top: 17px;
                left: 0;
                width: 24px;
                margin-top: 0;
                margin-right: 0;
            }

            .locationContainer h3 .text {
                margin-left: -10px;
                letter-spacing: 5px;
            }

    .projectPoints {
        display: none;
    }

    .locationContainer .locationDetails {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
    }

        .locationContainer .locationDetails .info {
            margin-top: 0;
            margin-bottom: 180px;
        }

            .locationContainer .locationDetails .info .title {
                position: absolute;
                bottom: -180px;
                left: 0;
                width: 100%;
                height: 180px;
                padding-top: 58px;
                padding-left: 0;
                text-align: center;
            }

                .locationContainer .locationDetails .info .title .line01 {
                    display: block;
                }

                .locationContainer .locationDetails .info .title .number {
                    display: block;
                    vertical-align: initial;
                    margin: 0 0 15px 0;
                }

                .locationContainer .locationDetails .info .title h2 span {
                    display: none;
                }

            .locationContainer .locationDetails .info .description {
                display: none;
            }

            .locationContainer .locationDetails .info .imageContent {
                width: 100%;
            }

                .locationContainer .locationDetails .info .imageContent .btnMoreInfo {
                    display: none;
                }

    .locationContainer .allProjects {
        position: relative;
        top: auto;
        top: initial;
        left: 20px;
        bottom: 0;
        margin: 50px auto 0 auto;
        opacity: 1;
        visibility: visible;
    }


    .cookiePoliticsNotification {
        height: 170px;
        padding: 10px 10px;
    }

        .cookiePoliticsNotification .cbox01 {
            width: 80%;
            margin-right: 10px;
        }
}

@media all and (min-width: 768px) and (max-width: 1023px) {

    /* SHOWCASE */
    .showcase {
        height: 685px;
    }

        .showcase .showCaseTextContent {
            padding-top: 137px;
        }

        .showcase .gridFrameWrapper {
            width: 100%;
        }

        .showcase .elemContent {
            height: 142px;
            padding-top: 67px;
            margin-bottom: 55px;
        }

            .showcase .elemContent .elem01 {
                display: none;
            }

            .showcase .elemContent .elem02 {
                display: none;
            }

            .showcase .elemContent .shape {
                width: 640px;
                height: 75px;
                margin-left: -319px;
                border: 10px solid #f64138;
                border-bottom: none;
            }

        .showcase .pageHeader {
            width: 590px;
            margin: 0 auto;
            line-height: 72px;
        }

        .showcase .navSubMenu {
            bottom: -5px;
            margin-left: -314px;
        }

            .showcase .navSubMenu ul li {
                padding-bottom: 25px;
                margin-right: 55px;
                border-bottom: 5px solid #fff;
            }

                .showcase .navSubMenu ul li a {
                    height: 60px;
                }

                .showcase .navSubMenu ul li.active {
                    border-bottom: 5px solid #f64138;
                }
    /* END - SHOWCASE */



    /* titleContent */
    .titleContent p {
        width: 700px;
        line-height: 30px;
    }
    /* end - titleContent */




    /* location container */
    .locationContainer {
        padding-top: 50px;
        padding-bottom: 150px;
    }

        .locationContainer .gridFrameWrapper {
            width: 100%;
        }

        .locationContainer h3 {
            position: relative;
            top: auto;
            top: initial;
            left: auto;
            left: initial;
            width: 138px;
            margin-top: 80px;
            margin-left: 128px;
        }

            .locationContainer h3 .line {
                margin-right: 28px;
            }

    .projectPoints {
        display: none;
    }

    .locationContainer .locationDetails {
        float: none;
        width: 450px;
        margin: 0 auto 0 auto;
    }

        .locationContainer .locationDetails .info .title {
            width: 100%;
            padding-left: 0;
            margin-bottom: 90px;
            text-align: center;
        }

        .locationContainer .locationDetails .info .imageContent {
            width: 100%;
        }


    .locationContainer .allProjects {
        position: relative;
        top: auto;
        top: initial;
        bottom: -90px;
        left: auto;
        left: initial;
        margin: 50px 0 0 40px;
        opacity: 1;
        visibility: visible;
    }
    /* end - location container */

    .cookiePoliticsNotification {
        height: 90px;
        padding: 10px 20px;
    }

        .cookiePoliticsNotification .cbox01 {
            width: 80%;
            margin-right: 10px;
        }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
    .showcase .elemContent {
        margin-bottom: 55px;
    }


    .locationContainer .gridFrameWrapper {
        width: 950px;
    }

    .locationContainer .locationDetails {
        margin-right: 0;
    }

        .locationContainer .locationDetails .info .imageContent {
            width: 350px;
        }

        .locationContainer .locationDetails .info.fixed {
            right: 35px !important;
        }

        .locationContainer .locationDetails .info.absolute {
            right: 0;
            width: 474px;
        }

  .cookiePoliticsNotification {
        height: 62px;
    }

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

    .locationContainer .locationDetails .info .imageContent {
        width: 350px;
    }

    .locationContainer .locationDetails .info.absolute {
        bottom: 240px;
    }

  .cookiePoliticsNotification {
        height: 57px;
    }

}

@media all and (min-width: 1024px) {


    .locationContainer .locationDetails .info {
        margin-top: 80px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s 0s, visibility 0s 0.5s;
        -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
    }

        .locationContainer .locationDetails .info .title {
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
            -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s;
            -moz-transition: opacity 0.5s 0s, -moz-transform 0.5s 0s;
            -ms-transition: opacity 0.5s 0s, -ms-transform 0.5s 0s;
            -o-transition: opacity 0.5s 0s, -o-transform 0.5s 0s;
            transition: opacity 0.5s 0s, transform 0.5s 0s;
        }

        .locationContainer .locationDetails .info .description {
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
            -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s;
            -moz-transition: opacity 0.5s 0s, -moz-transform 0.5s 0s;
            -ms-transition: opacity 0.5s 0s, -ms-transform 0.5s 0s;
            -o-transition: opacity 0.5s 0s, -o-transform 0.5s 0s;
            transition: opacity 0.5s 0s, transform 0.5s 0s;
        }

        .locationContainer .locationDetails .info .imageContent .img01 {
            -webkit-transform: translateX(40px);
            -moz-transform: translateX(40px);
            -ms-transform: translateX(40px);
            -o-transform: translateX(40px);
            transform: translateX(40px);
            opacity: 0;
            -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s;
            -moz-transition: opacity 0.5s 0s, -moz-transform 0.5s 0s;
            -ms-transition: opacity 0.5s 0s, -ms-transform 0.5s 0s;
            -o-transition: opacity 0.5s 0s, -o-transform 0.5s 0s;
            transition: opacity 0.5s 0s, transform 0.5s 0s;
        }

        .locationContainer .locationDetails .info .imageContent .btnMoreInfo {
            -webkit-transform: translateX(40px);
            -moz-transform: translateX(40px);
            -ms-transform: translateX(40px);
            -o-transform: translateX(40px);
            transform: translateX(40px);
            opacity: 0;
            -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s;
            -moz-transition: opacity 0.5s 0s, -moz-transform 0.5s 0s;
            -ms-transition: opacity 0.5s 0s, -ms-transform 0.5s 0s;
            -o-transition: opacity 0.5s 0s, -o-transform 0.5s 0s;
            transition: opacity 0.5s 0s, transform 0.5s 0s;
        }

        /* infoActive */
        .locationContainer .locationDetails .info.infoActive {
            visibility: visible;
            opacity: 1;
            transition: opacity 0.5s 0s, overflow 0s 0s;
            -webkit-transition: opacity 0.5s 0s, overflow 0s 0s;
        }

            .locationContainer .locationDetails .info.infoActive .title {
                opacity: 1;
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                -ms-transform: translateY(0px);
                -o-transform: translateY(0px);
                transform: translateY(0px);
                -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
                -moz-transition: opacity 0.5s 0.2s, -moz-transform 0.5s 0.2s;
                -ms-transition: opacity 0.5s 0.2s, -ms-transform 0.5s 0.2s;
                -o-transition: opacity 0.5s 0.2s, -o-transform 0.5s 0.2s;
                transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
            }

            .locationContainer .locationDetails .info.infoActive .description {
                opacity: 1;
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                -ms-transform: translateY(0px);
                -o-transform: translateY(0px);
                transform: translateY(0px);
                -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
                -moz-transition: opacity 0.5s 0.4s, -moz-transform 0.5s 0.4s;
                -ms-transition: opacity 0.5s 0.4s, -ms-transform 0.5s 0.4s;
                -o-transition: opacity 0.5s 0.4s, -o-transform 0.5s 0.4s;
                transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
            }

            .locationContainer .locationDetails .info.infoActive .imageContent .img01 {
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
                opacity: 1;
                -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.8s 0.6s;
                -moz-transition: opacity 0.5s 0.6s, -moz-transform 0.8s 0.6s;
                -ms-transition: opacity 0.5s 0.6s, -ms-transform 0.8s 0.6s;
                -o-transition: opacity 0.5s 0.6s, -o-transform 0.8s 0.6s;
                transition: opacity 0.5s 0.6s, transform 0.8s 0.6s;
            }

            .locationContainer .locationDetails .info.infoActive .imageContent .btnMoreInfo {
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
                opacity: 1;
                -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.8s 0.8s;
                -moz-transition: opacity 0.5s 0.8s, -moz-transform 0.8s 0.8s;
                -ms-transition: opacity 0.5s 0.8s, -ms-transform 0.8s 0.8s;
                -o-transition: opacity 0.5s 0.8s, -o-transform 0.8s 0.8s;
                transition: opacity 0.5s 0.8s, transform 0.8s 0.8s;
            }
    /* End - infoActive */
}
