/*slideshow*/
.slideshow-area,
.slider-holder {
    position: relative;
}

    .slider-holder .aios-slider-img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
        pointer-events: none;
        z-index: 1;
    }

        .slider-content {
            position: absolute;
            bottom: 65px;
            left: 0;
            width: 100%;
            padding: 15px;
            text-align: center;
        }

            .slider-tagline {
                font-size: var(--font-size-title);
                font-family: var(--font-family-title);
                text-transform: uppercase;
                color: #fff;
                letter-spacing: 1.7px;
            }

                .slider-btn a {
                    max-width: 210px;
                    margin: 24px auto 0;
                }

/*end*/

/*slider smi*/
.side-fixed-contact {
    position: absolute;
    top: 35px;
    right: 55px;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 100;
}

    .fixed-smi{
        position: relative;
    }

        .fixed-smi span {
            display: block;
            text-align: center;
            margin: 34px 0;
        }

            .fixed-smi a {
                font-size: 22px;
                color: #fff;
                padding: 5px;
                margin: 0;
                pointer-events: auto;
                position: relative;
                z-index: 4;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                    .fixed-smi a:hover {
                        color: var(--secondary);
                    }

                        .follow-us {
                            font-size: 13px;
                            font-weight: 600;
                            color: #fff;
                            text-transform: uppercase;
                            transform: rotate(90deg);
                            letter-spacing: .5px;
                            position: relative;
                            top: -34px;
                        }

/*end*/

/*quick search*/
section.quick-search-area {
    position: relative;
    padding: 54px 15px 45px;
}

    .qs-inner {
        position: relative;
        max-width: 1155px;
        margin: 0 auto;
    }

        .qs-form-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

            .qs-head {
                width: 16.797%;
            }

                .qs-form {
                    width: 83.203%;
                }

                    .qs-head .global-title span {
                        font-size: 48px;
                        margin-top: 0;
                    }

                        .qs-head .global-title {
                            line-height: .8;
                        }

                            .qs-form form {
                                font-size: 0;
                            }

                                .qs-field input, .qs-field select {
                                    font-size: 14px;
                                    font-weight: 300;
                                    color: #000;
                                    letter-spacing: .8px;
                                    text-transform: uppercase;
                                    width: 100%;
                                    height: 37px;
                                    background: transparent;
                                    border: 1px solid var(--secondary);
                                    border-left: none;
                                    resize: none;
                                    -webkit-appearance: none;
                                    -moz-appearance: none;
                                    padding: 0 20px;
                                }

                                    .qs-form form > div:first-child select {
                                        border-left: 1px solid var(--secondary);
                                    }

                                .qs-field {
                                    display: inline-block;
                                    vertical-align: middle;
                                }

                            .long-form {
                                width: 19.772%;
                            }

                        .short-form1 {
                            width: 12.488%;
                        }

                    .short-form2 {
                        width: 15.61%;
                    }

                .qs-btn {
                    width: 4.26%;
                    padding-left: 10px;
                    position: relative;
                }

            .qs-btn span.ai-font-magnifying-glass-c {
                font-size: 30px;
                color: #000;
                position: absolute;
                pointer-events: none;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

        .qs-btn:hover span {
            color: var(--secondary);
        }

    .qs-field.qs-btn input {
        font-size: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        border: none;
    }

        .qs-form select::-ms-expand{
            display: none;
        }

/*end*/

/*properties*/
section.featured-properties-area {
    position: relative;
    padding: 77px 15px 88px;
}

    .site-bg.fp-bg {
        width: 77.625%;
    }

    .fp-inner {
        position: relative;
        z-index: 5;
        max-width: 1428px;
        margin: 0 auto;
    }

        .fp-title {
            margin: 0 0 30px;
        }

            .fp-lists {
                position: relative;
            }

                .fp-item {
                    padding: 0 5px;
                    /*max-width: 476px;*/
                }

                    .fp-item a {
                        position: relative;
                        display: block;
                    }

                        .fp-photo.global-photo::after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            height: 50%;
                            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
                            pointer-events: none;
                        }

                            .fp-item a:hover .fp-photo.global-photo img {
                                filter: grayscale(1);
                            }

                                .fp-content {
                                    position: absolute;
                                    bottom: 0;
                                    left: 0;
                                    width: 100%;
                                    padding: 24px 30px;
                                    color: #fff;
                                }

                                    .fp-price {
                                        font-size: 24px;
                                        font-weight: 500;
                                        letter-spacing: 1px;
                                    }

                                .fp-address {
                                    font-size: 14px;
                                    font-weight: 300;
                                    text-transform: uppercase;
                                    max-width: 202px;
                                    letter-spacing: .3px;
                                    line-height: 1.08;
                                    margin-top: 5px;
                                }

                            .fp-view.global-btn {
                                opacity: 0;
                                height: 0;
                                margin-top: 0;
                                pointer-events: none;
                            }

                        .fp-item a:hover .fp-view.global-btn {
                            margin-top: 15px;
                            opacity: 1;
                            height: 60px;
                            pointer-events: auto;
                        }

                    .fp-btns {
                        position: relative;
                        max-width: 380px;
                        margin: 40px auto 0;
                    }

                .fp-btn a {
                    max-width: 240px;
                    margin: 0 auto;
                }

            .fp-arrow.global-arrow {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

        .fp-slick .slick-slide > div > div {
            display: block !important;
        }

    .fp-slick:not(.slick-initialize) > div:not(:first-child){
        display:none;
    }

/*end*/

/*welcome*/
section.welcome-area {
    position: relative;
    padding: 100px 0;
}
    
    .wc-title {
        margin: 0 0 32px;
    }

        .wc-text {
            font-size: 20px;
            font-weight: 300;
            color: #555555;
            letter-spacing: .2px;
            line-height: 1.5;
            max-width: 534px;
        }

            .wc-text p {
                display: block;
                margin: 0 0 30px;
            }

                .wc-btn {
                    padding-top: 12px;
                }

                    .wc-photo {
                        max-width: 550px;
                        margin: 0 auto;
                    }

                        .wc-photo.wc-photo-mobile {
                            display: none;
                        }

/*end*/

/*map*/
section.map-area {
    position: relative;
}

.map-list-holder {
    position: absolute;
    top: 190px;
    left: 230px;
    width: 100%;
    max-width: 415px;
    z-index: 5;
    pointer-events: none;
}

    .map-title {
        margin: 0 0 30px;
    }

        .map-text {
            font-size: 20px;
            font-weight: 300;
            letter-spacing: .75px;
            color: #000;
            line-height: 1.5;
            margin: 0 0 21px;
        }

            .map-list-holder ul li a {
                font-size: 19px;
                font-weight: 500;
                color: #1b1b1b;
                text-transform: uppercase;
                letter-spacing: 1.2px;
                pointer-events: auto;
                width: 100%;
                max-width: 240px;
                height: 58px;
                display: flex;
                align-items: center;
                padding: 0 0 0 15px;
                background: transparent;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .map-list-holder ul li a:hover {
                    /*background: #fff;*/
                    color: var(--secondary);
                }

                    .list-icon {
                        width: 9px;
                        height: 9px;
                        border-radius: 100%;
                        display: inline-block;
                        background: #000;
                        margin-right: 28px;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }

                        .map-list-holder ul li a:hover .list-icon {
                            background: var(--secondary);
                        }

                    .map-list-holder ul li {
                        display: block;
                    }

                .map-list-holder ul {
                    margin-left: -15px;
                }

            .map-btn a {
                max-width: 260px;
                pointer-events: auto;
            }

        .map-btn {
            padding-top: 25px;
        }

div#fc-map-wrap {
    position: relative;
}

    #fc-map {
        position: relative;
        width: 1600px;
    }

        #fc-map-transparent {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            font-size: 0;
        }

            #trueMap {
                z-index: 1;
            }

                #fc-map .hovers div, #fc-map .hovers div span {
                    position: absolute;
                }

                    #fc-map .hovers div > img {
                        opacity: 0; 
                        position: relative;
                        z-index: 2;
                    }

                        span.map-label {
                            font-size: 12px;
                            font-weight: 600;
                            z-index: 5;
                            pointer-events: none;
                            color: #000;
                            text-align: center;
                            letter-spacing: 1px;
                            white-space: nowrap;
                            text-transform: uppercase;
                            line-height: 1;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }

                    span.map-label::after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        margin: auto;
                        right: 0;
                        width: 7px;
                        height: 7px;
                        border-radius: 100%;
                        border: 1px solid var(--secondary);
                        background: #fff;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

div#map1 {
    top: 199px;
    right: 180px;
}

    div#map1 span.map-label {
        top: 145px;
        left: 145px;
        color: #fff;
    }

        div#map1 span.map-label::after {
            top: 16px;
            left: -2px;
        }

div#map2 {
    top: 737px;
    left: 621px;
}

    div#map2 span.map-label {
        top: 31px;
        left: -24px;
    }

        div#map2 span.map-label::after {
            top: -4px;
            left: 73px;
        }

div#map3 {
    top: 428px;
    right: 457px;
}

    div#map3 span.map-label {
        top: 40px;
        left: 62px;
        text-align: right;
    }

        div#map3 span.map-label::after {
            left: -85px;
        }

div#map4 {
    top: 769px;
    left: 691px;
}

    div#map4 span.map-label {
        top: -11px;
        left: 43px;
    }

        div#map4 span.map-label::after {
            top: 29px;
            left: -88px;
        }

div#map5 {
    top: 532px;
    right: 359px;
}

    div#map5 span.map-label {
        top: 66px;
        left: 101px;
    }

        div#map5 span.map-label::after {
            top: -8px;
            left: -125px;
        }

div#map6 {
    top: 788px;
    right: 500px;
}

    div#map6 span.map-label {
        bottom: 5px;
        left: 38px;
    }

        div#map6 span.map-label::after {
            top: -32px;
            left: 51px;
        }

div#map7 {
    bottom: 96px;
    left: 535px;
}

    div#map7 span.map-label {
        top: 228px;
        left: 184px;
        color: #fff;
    }

        div#map7 span.map-label::after {
            top: 19px;
            left: -1px;
        }

div#map8 {
    top: 655px;
    right: 441px;
}

    div#map8 span.map-label {
        top: 34px;
        left: 62px;
    }

        div#map8 span.map-label::after {
            top: -13px;
            left: -120px;
        }

div#map9 {
    top: 654px;
    right: 744px;
}

    div#map9 span.map-label {
        top: 14px;
        left: -23px;
    }

        div#map9 span.map-label::after {
            top: 8px;
            left: 60px;
        }

div#map10 {
    top: 594px;
    right: 478px;
}

    div#map10 span.map-label {
        top: 41px;
        left: 61px;
    }

        div#map10 span.map-label::after {
            top: -20px;
            left: -106px;
        }

/*end*/

/*about*/
section.about-area {
    position: relative;
    padding: 120px 0;
}

    .about-area .container {
        position: relative;
        z-index: 5;
    }

        .ab-inner {
            position: relative;
            text-align: center;
            color: #fff;
            max-width: 755px;
            margin: 0 auto;
            padding: 78px 15px 82px;
            background: rgb(26 26 26 / 88%);
        }

            .ab-title {
                margin: 0 0 38px;
            }

                .ab-text {
                    font-size: 19px;
                    font-weight: 300;
                    line-height: 1.6;
                    max-width: 616px;
                    margin: 0 auto;
                }

                    .ab-text p {
                        display: block;
                        margin: 0 0 15px;
                    }

                        .ab-btn {
                            padding-top: 62px;
                        }

                            .ab-btn a {
                                margin: 0 auto;
                            }

/*end*/

/*cta*/
section.cta-area {
    position: relative;
    padding: 80px 15px;
}

    .site-bg.cta-bg {
        left: auto;
        right: 0;
        width: 79.375%;
    }
    
    .cta-inner {
        position: relative;
        z-index: 5;
        max-width: 1446px;
        margin: 0 auto;
    }

        .cta-lists {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .cta-item {
                width: calc(100% / 3);
                padding: 0 11px;
            }

                .cta-item a {
                    position: relative;
                    display: block;
                }

                    .cta-photo.global-photo canvas {
                        background: #1a1a1a;
                    }

                        .cta-photo.global-photo img {
                            opacity: .76;
                        }

                            .cta-item a:hover .cta-photo.global-photo img {
                                filter: grayscale(1);
                            }

                        .cta-photo.global-photo::after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            height: 70%;
                            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
                            pointer-events: none;
                            opacity: 0;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                    .cta-item a:hover .cta-photo.global-photo::after {
                        opacity: 1;
                    }

                .cta-content {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    text-align: center;
                    color: #fff;
                    pointer-events: none;
                    padding: 15px;
                }

            .cta-label {
                font-size: 26px;
                font-weight: 400;
                font-family: var(--font-family-title);
                text-transform: uppercase;
                line-height: 1.2;
                pointer-events: auto;
            }

        .cta-view.global-btn {
            min-width: 170px;
            opacity: 0;
            height: 0;
            margin-top: 0;
            color: #fff !important;
            pointer-events: auto;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .cta-item a:hover .cta-view.global-btn {
        opacity: 1;
        height: 60px;
        margin-top: 55px;
    }

        .cta-item:nth-child(2) .cta-view.global-btn {
            min-width: 270px;
        }

/*end*/

/*communities*/
section.featured-communities-area {
    position: relative;
    padding: 70px 15px 80px;
}
    
    .fc-inner {
        position: relative;
        z-index: 5;
        max-width: 1446px;
        margin: 0 auto;
    }

    .fc-title {
        margin: 0 0 20px;
    }

        .fc-lists {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .fc-item {
                width: calc(100% / 3);
                padding: 11px;
            }

                .fc-item a {
                    position: relative;
                    display: block;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

                .fc-item a:hover {
                    box-shadow: 7.071px 7.071px 22px 0px rgba(0, 0, 0, 0.55);
                }

                    .fc-photo.global-photo canvas {
                        background: #1a1a1a;
                    }

                        .fc-photo.global-photo img {
                            opacity: .7;
                        }

                            .fc-item a:hover .fc-photo.global-photo img {
                                filter: grayscale(1);
                            }

                        .fc-content {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            flex-direction: column;
                            text-align: center;
                            color: #fff;
                            pointer-events: none;
                            padding: 15px;
                        }

                    .fc-label {
                        font-size: 26px;
                        font-weight: 400;
                        text-transform: uppercase;
                        line-height: 1.2;
                        pointer-events: auto;
                    }

                .fc-view.global-btn {
                    min-width: 170px;
                    opacity: 0;
                    height: 0;
                    margin-top: 0;
                    pointer-events: auto;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

            .fc-item a:hover .fc-view.global-btn {
                opacity: 1;
                height: 60px;
                margin-top: 35px;
            }

        .fc-btn {
            padding-top: 23px;
        }

    .fc-btn a {
        margin: 0 auto;
        max-width: 260px;
    }

/*end*/

/*social media*/
section.social-media-area {
    position: relative;
    padding: 140px 15px;
}

    .site-bg.sm-bg {
        width: 77.625%;
    }

        .sm-inner {
            position: relative;
            z-index: 5;
            max-width: 1310px;
            margin: 0 auto;
        }

            .sm-col-wrap {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }

                .sm-col-1 {
                    width: 47.328%;
                }

                    .sm-col-2 {
                        width: 52.672%; 
                    }

                        .sm-lists {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                        }

                            .sm-item {
                                width: calc(100% / 3);
                                padding: 5px;
                            }

                                .sm-item a {
                                    position: relative;
                                    display: block;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                }

                            .sm-item a:hover {
                                box-shadow: 7.071px 7.071px 22px 0px rgba(0, 0, 0, 0.55);
                            }

                        .sm-photo.global-photo canvas {
                            background: #1a1a1a;
                        }

                    .sm-item a:hover .sm-photo.global-photo img {
                        opacity: .75;
                        filter: grayscale(1);
                    }

                .sm-icon {
                    position: absolute;
                    bottom: 20px;
                    left: 20px;
                    font-size: 30px;
                    color: #fff;
                    opacity: 0;
                    z-index: 1;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

            .sm-item a:hover .sm-icon {
                opacity: 1;
            }

        .sm-smi ul {
            font-size: 0;
            margin-left: 140px;
            margin-top: 14px;
        }

    .sm-smi ul li {
        display: inline-block;
        margin-right: 48px;
    }

        .sm-smi ul li a {
            font-size: 37px;
            color: var(--secondary);
            display: inline-block;
            position: relative;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .sm-smi ul li a:hover {
                color: var(--primary);
            }

/*end*/

/*latest news*/
section.latest-news-area {
    position: relative;
    padding: 85px 15px 100px;
}

    .ln-inner {
        position: relative;
        z-index: 5;
        max-width: 1446px;
        margin: 0 auto;
    }

        .ln-title {
            margin: 0 0 20px;
        }

            .ln-lists {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

                .ln-item {
                    width: calc(100% / 3);
                    padding: 11px;
                }

                    .ln-item > a {
                        position: relative;
                        display: block;
                    }

                        .ln-photo.global-photo canvas {
                            background: #1a1a1a;
                        }

                            .ln-item > a:hover .ln-photo.global-photo img {
                                opacity: .64;
                                filter: grayscale(1);
                            }

                        .ln-content {
                            position: relative;
                            padding: 28px 0 0;
                        }

                    .ln-label {
                        font-size: 20px;
                        font-weight: 500;
                        color: #000;
                        letter-spacing: .3px;
                        margin: 0 0 12px;
                    }

                .ln-text {
                    font-size: 14px;
                    font-weight: 300;
                    letter-spacing: 0.3px;
                    line-height: 1.5;
                    max-width: 395px;
                }

            .ln-btn {
                padding-top: 19px;
            }

/*end*/

.qs-form button.btn.dropdown-toggle.btn-default {
    color: #000;
    letter-spacing: .8px;
    text-transform: uppercase;
    width: 100%;
    height: 37px;
    background: transparent;
    border: 1px solid var(--secondary);
    border-left: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 20px;
    border-radius: unset;
}

.qs-form ul.dropdown-menu.inner {
    max-height: 250px !important; 
}

.qs-form span.filter-option.pull-left {
    font-weight: 300;
    font-size: 14px !important;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
    .side-fixed-contact {
        right: 0;
    }
}

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

} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .fixed-smi span {
        margin: 15px 0;
    }

    .qs-head .global-title span {
        font-size: 40px;
    }

    .qs-btn {
        padding-left: 5px;
    }

    .sm-smi ul {
        margin-left: 100px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .qs-form-wrap > div {
        width: 100%;
        text-align: center;
    }

    .qs-head {
        margin: 0 0 30px;
    }

    .qs-form form {
        max-width: 500px;
        margin: 0 auto;
    }

    .long-form {
        width: 100%;
    }

    .qs-field {
        margin: 2px 0;
    }

    .qs-field input, .qs-field select {
        border: 1px solid var(--secondary) !important;
    }

    .short-form1,
    .short-form2 {
        width: 50%;
    }

    .qs-field.qs-btn input {
        border: none !important;
    }

    .qs-btn {
        padding-left: 0;
        width: 30px;
        margin-top: 5px;
    }

    section.featured-properties-area {
        padding: 50px 15px;
    }

    .fp-content {
        padding: 20px 15px;
    }

    section.welcome-area {
        padding: 50px 0;
        text-align: center;
    }

    .wc-text {
        max-width: 100%;
    }

    .wc-col-2 {
        margin-top: 30px;
    }

    .wc-photo {
        display: none;
    }

    .wc-photo.wc-photo-mobile {
        display: block;
        margin-bottom: 20px;
    }

    section.map-area {
        display: none;
    }

    section.about-area {
        padding: 50px 0;
    }

    section.cta-area {
        padding: 50px 15px;
    }

    .cta-item,
    .fc-item,
    .ln-item {
        width: 100%;
        max-width: 460px;
        padding: 10px;
    }

    .cta-item:nth-child(2) .cta-view.global-btn {
        min-width: 240px;
    }

    section.featured-communities-area {
        padding: 50px 15px;
    }

    section.social-media-area {
        padding: 50px 15px;
    }

    .sm-col-wrap > div {
        width: 100%;
        text-align: center;
    }

    .sm-smi ul {
        margin-left: 0;
    }

    .sm-smi ul li {
        margin: 0 15px;
    }

    .sm-col-1 {
        margin-bottom: 30px;
    }

    section.latest-news-area {
        padding: 50px 15px;
    }

    .ln-content {
        text-align: center;
    }

    .ln-text {
        max-width: 100%;
    }

    .map-list-holder {
        position: relative;
        top: 0;
        left: 0;
        padding: 15px;
        margin: 0 auto;
        text-align: center;
    }

    .map-list-holder ul {
        display: inline-block;
        text-align: left;
        margin-left: 0;
    }

    div#fc-map-wrap {
        height: auto !important;
    }

    #fc-map {
        width: 100%;
        transform: none !important;
        transform-origin: unset !important;
    }

    #fc-map > img,
    map#myMap,
    .hovers {
        display: none !important;
    }

    .qs-form button.btn.dropdown-toggle.btn-default {
        border: 1px solid var(--secondary) !important;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .fp-arrow.global-arrow {
        position: relative;
        max-width: 150px;
        right: 0;
        margin: 0 auto 15px;
    }

    .fp-content {
        text-align: center;
    }

    .fp-address {
        max-width: 100%;
    }

    .ab-btn {
        padding-top: 30px;
    }

    .sm-item {
        width: 50%;
    }
}
