/*slideshow*/
#hp-slideshow {
    position: relative;
    z-index: 2;
}
    .slideshow-wrap {
        position: relative;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
        .slideshow-wrap:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background: rgb(0,0,0);
            background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.55) 100%);
            background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.55) 100%);
            background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.55) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
            opacity: 0.4;
        }
        .slideshow-canvas {
            display: block;
            width: 100%;
            min-height: 400px;
        }
        .slideshow-wrap .aios-slider {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
        }
            .slideshow-wrap .aios-slider .aios-slider-img canvas {
                height: 100vh;
            }

    .slideshow-text {
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        z-index: 1;
        font-family: var(--font-family-title);
    }
    .slideshow-content {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        font-family: var(--font-family-title);
        z-index: 1;
    }
        .slideshow-text h2,
        .slideshow-content h2 {
            font-size: 70px;
            letter-spacing: 0.01em;
            color: #fff;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 1.071428571428571;
            margin-bottom: 12px;
        }
            .slideshow-text h2 strong,
            .slideshow-content h2 strong {
                display: block;
                font-weight: 700;
            }

        .slideshow-text p,
        .slideshow-content p {
            font-size: 27px;
            letter-spacing: 0.01em;
            color: #fff;
            text-transform: uppercase;
        }
        .qs-form {
            font-size: 0;
            margin: 65px 0 0;
        }
            .qs-field {
                position: relative;
                padding-right: 3px;
                display: inline-block;
                vertical-align: top;
            }
            .qs-field.field-lg {
                width: 233px;
                width: 16.643%;
            }
            .qs-field.field-md {
                width: 223px;
                width: 15.929%;
            }
            .qs-field.field-sm {
                width: 203px;
                width: 14.5%;
            }
            .qs-field.field-xs {
                width: 163px;
                width: 11.643%;
            }
                .qs-icon {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 20px;
                    height: 18px;
                    margin: auto;
                    background: url(../images/home/icon-qs.png) no-repeat;
                    background-size: 84px;
                }
                .qs-icon.icon-ptype {
                    width: 18px;
                    background-position: 0 0;
                }
                .qs-icon.icon-city {
                    width: 12px;
                    background-position: -18px 0;
                    z-index: 3;
                }
                .qs-icon.icon-beds {
                    width: 18px;
                    background-position: -30px 0;
                }
                .qs-icon.icon-baths {
                    width: 18px;
                    background-position: -48px 0;
                }
                .qs-icon.icon-price {
                    width: 18px;
                    background-position: -66px 0;
                }
                .qs-arrow {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    right: 22px;
                    margin: auto;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 10px 6.5px 0 6.5px;
                    border-color: #75ABCA transparent transparent transparent;
                    transform: rotate(0deg);
                }
                .qs-field select,
                .qs-field input {
                    width: 100%;
                    height: 62px;
                    background: #fff;
                    border: none;
                    font-size: 14px;
                    font-family: var(--font-family-title);
                    letter-spacing: 0.05em;
                    line-height: 1;
                    color: #000;
                    text-transform: uppercase;
                    padding-left: 47px;
                    padding-right: 32px;
                }
                .qs-field select {
                    -webkit-appearance: none;
                    appearance: none;
                }
                .qs-field select::-ms-expand {
                    display: none;
                }

            .qs-btn {
                display: inline-block;
                vertical-align: top;
                width: 15.142%;
            }
                .qs-btn .btn-a {
                    font-size: 14px;
                    letter-spacing: 0.05em;
                    min-height: 62px;
                    background: #fff;
                    width: 100%;
                    min-width: inherit;
                }


/*about*/
#hp-about {
    position: relative;
    z-index: 1;
    padding: 132px 0 0;
}
    .about-inner {
        padding-right: 150px;
        max-width: 1600px;
        margin: 0 auto;
    }
        .about-img {
            width: 859px;
            width: 59.2415%;
            margin-top: 30px;
            align-self: flex-end;
        }
            .about-img canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                background-color: transparent;
            }
        .about-text {
            width: 547px;
            width: 37.7245%;
            margin-left: auto;
            margin-bottom: 60px;
        }
            .about-title {
                margin-bottom: 25px;
            }
                .about-title .section-title {
                    letter-spacing: 0.01em;
                }
                    .about-title .section-title span {
                        letter-spacing: inherit;
                    }
            .about-text p {
                font-size: 14px;
                line-height: 1.714285714285714;
                letter-spacing: 0.05em;
                margin: 24px 0;
            }
            .about-text .btn-a {
                margin-top: 17px;
            }

/*fp*/
#hp-fp {
    position: relative;
    padding: 84px 0 53px;
}
    .fp-inner {
        position: relative;
        max-width: 1530px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
        .fp-title {
            margin-bottom: 69px;
        }

        .fp-list {
            font-size: 0;
            margin: 0 -2px;
            text-align: center;
        }
            .fp-item {
                display: inline-block;
                vertical-align: top;
                width: 50%;
                padding: 2px;
            }
            .fp-item:nth-child(4) ~ .fp-item {
                display: none;
            }
                .fp-item a {
                    display: block;
                    position: relative;
                    overflow: hidden;
                }
                    .fp-item-img {
                        position: relative;
                    }
                        .fp-item-img canvas {
                            display: block;
                            width: 100%;
                            background-position: center;
                            background-size: cover;
                            background-color: #999;
                        }
                        .fp-item-img:before,
                        .fp-item-img:after {
                             content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            transition: all var(--default-transition);
                        }
                        .fp-item-img:before {
                            background: rgb(255,255,255);
                            background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 40%, rgba(0,0,0,1) 100%);
                            background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 40%, rgba(0,0,0,1) 100%);
                            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 40%, rgba(0,0,0,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
                            z-index: 1;
                        }
                        .fp-item-img:after {
                            background: rgb(0,0,0);
                            background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,1) 100%);
                            background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,1) 100%);
                            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                            opacity: 0;
                        }

                    .fp-item-details {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        text-align: center;
                        padding: 0 15px 37px;
                        color: #fff;
                        z-index: 2;
                        font-family: var(--font-family-title);
                        transform: translateY(61px);
                        transition: transform var(--default-transition);
                    }
                        .fp-item-address {
                            font-weight: 600;
                            font-size: 18px;
                            letter-spacing: 0.2em;
                            line-height: 1.333333333333333;
                            margin-bottom: 10px;
                        }
                        .fp-item-price {
                            font-size: 22px;
                            font-weight: 700;
                            letter-spacing: 0.2em;
                            line-height: 1;
                            margin-bottom: 21px;
                        }
                        .fp-item-amenities {
                            display: flex;
                            justify-content: center;
                            flex-flow: row wrap;
                            font-size: 18px;
                            line-height: 1.333333333333333;
                            letter-spacing: 0.2em;
                            text-transform: uppercase;
                        }
                            .fp-item-amenities span {
                                display: inline-block;
                                padding: 0 20px;
                            }

                        .fp-item-explore {
                            font-weight: 600;
                            font-size: 18px;
                            letter-spacing: 0.2em;
                            text-transform: uppercase;
                            line-height: 1.333333333333333;
                            padding: 33px 0 3px;
                            opacity: 0;
                            transition: opacity var(--default-transition);
                        }


                .fp-item a:hover .fp-item-img:before {
                    opacity: 0;
                }
                .fp-item a:hover .fp-item-img:after {
                    opacity: 1;
                }
                .fp-item a:hover .fp-item-details {
                    transform: translateY(0);
                }
                .fp-item a:hover .fp-item-explore {
                    opacity: 1;
                }

    .fp-btn-more {
        margin: 57px 0 0;
    }
        .fp-btn-more a.btn-a {
            min-width: 244px;
        }

/*pp*/
#hp-pp {
    position: relative;
    padding: 84px 0 88px;
}
    .bg-section.bg-pp {
        background-color: #999;
    }
    .pp-title {
        margin-bottom: 68px;
        text-align: center;
    }
    .pp-list {

    }
        .pp-item {
            width: 290px;
            height: 283px;
            border: 3px solid #fff;
            border-radius: 10px;
            background: rgba(0,0,0,0.4);
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-family: var(--font-family-title);
            padding: 15px;
        }
            .pp-item strong {
                display: block;
                font-weight: 700;
                font-size: 40px;
                letter-spacing: 0.01em;
                line-height: 1;
            }
                .pp-item strong em {
                    font-style: normal;
                }
            .pp-item span {
                display: block;
                font-weight: 700;
                font-size: 20px;
                letter-spacing: 0.1em;
                line-height: 1.2;
                margin: 14px 0 0;
            }

    .pp-btn-more {
        margin-top: 98px;
    }
        .pp-btn-more a.btn-a {
            min-width: 244px;
            border-color: #fff;
        }


/*testi*/
#hp-testi {
    position: relative;
    padding: 112px 0 111px;
}
    .testi-title {
        text-align: center;
        margin-bottom: 41px;
    }
    .testi-box {
        max-width: 1300px;
        margin: 0 auto;
        background: rgba(0,0,0,0.8);
        padding: 84px 7% 61px;
    }
        .testi-list {
            font-size: 0;
        }
            .testi-item {
                display: inline-block;
                vertical-align: top;
                width: 50%;
                padding: 0 35px;
                color: #fff;
            }
                .testi-item:nth-child(2) ~ .testi-item {
                    display: none;
                }
                .testi-item p {
                    font-size: 14px;
                    letter-spacing: 0.01em;
                    line-height: 1.714285714285714;
                    margin-bottom: 28px;
                }
                .testi-item strong {
                    display: block;
                    font-size: 24px;
                    line-height: 1;
                    letter-spacing: 0.01em;
                    font-family: var(--font-family-title);
                    font-weight: 600;
                    text-transform: uppercase;
                }

        .testi-controls {
            margin: 38px 0 0;
        }
            .testi-controls a.btn-a {
                min-width: 294px;
                margin: 0 50px;
            }


/*helpful links*/
#hp-helpful-links {
    position: relative;
    padding: 112px 0 123px;
}
    .hl-title {
        margin-bottom: 72px;
    }
    .hl-list {
        margin: 0 -12.5px;
    }
        .hl-item {
            display: inline-block;
            vertical-align: top;
            width: 33.33%;
            padding: 0 12.5px;
        }
            .hl-item a {
                display: block;
                position: relative;
            }
                .hl-item-img {
                    position: relative;
                    padding: var(--primary);
                    border: 2px solid var(--primary);
                }
                    .hl-item-img canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                    }
                    .hl-item-img:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        opacity: 0;
                        background: rgba(0,0,0,0.5);
                        transition: opacity var(--default-transition);
                    }
                .hl-item-text {
                    font-size: 25px;
                    font-family: var(--font-family-title);
                    font-weight: 700;
                    text-align: center;
                    letter-spacing: 0.05em;
                    line-height: 1;
                    color: #000;
                    padding: 61px 0 0;
                    position: relative;
                }
                    .hl-item-text strong {
                        display: block;
                        color: var(--primary);
                        font-weight: inherit;
                    }
                    .hl-item-text:before {
                        content: '';
                        position: absolute;
                        width: 2px;
                        height: 90px;
                        background: var(--primary);
                        left: 0;
                        right: 0;
                        bottom: calc(100% - 47px);
                        margin: auto;
                    }
                    .hl-item-text:after {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        margin: auto;
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        background: var(--primary);
                        bottom: calc(100% - 47px);
                        margin-bottom: 90px;
                    }

            .hl-item a:hover .hl-item-img:before {
                opacity: 1;
            }


section#hp-about, section#hp-pp, section#hp-helpful-links, section#hp-git, footer.footer{
    display: none;
}
section#hp-fp, section#hp-testi {
    opacity: 0; 
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    height: 62px;
    padding-left: 47px;
    padding-right: 32px;
    border-radius: 0;
    width: 100%;
    background: #FFF;
    border: none;
}
.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
    font-family: var(--font-family-title);
    letter-spacing: .05em;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
.hp-quick-search .dropdown-menu.open {
    max-height: 300px !important;
}
.hp-quick-search ul.dropdown-menu.inner {
    max-height: 250px !important;
}

@media only screen and (min-width: 992px) {
    .slideshow-content {
        bottom: min(3.125vw, 50px);
    }   
        .slideshow-text {
            bottom: min(11.063vw, 177px);
        }
        .slideshow-text h2,
        .slideshow-content h2 {
            font-size: min(4.375vw, 70px);
            margin-bottom: min(0.75vw, 12px);
        }
        .slideshow-text p,
        .slideshow-content p {
            font-size: min(1.688vw, 27px);
        }
        .qs-form {
            margin: min(4.063vw, 65px) 0 0;
        }
            .qs-field {
                padding-right: min(0.188vw, 3px);
            }
                .qs-icon {
                    left: min(1.25vw, 20px);
                    height: min(1.125vw, 18px);
                    background-size: min(5.25vw, 84px);
                }
                .qs-icon.icon-ptype {
                    width: min(1.125vw, 18px);
                    background-position: 0 0;
                }
                .qs-icon.icon-city {
                    width: min(0.75vw, 12px);
                    background-position: min(-1.125vw, -18px) 0;
                }
                .qs-icon.icon-beds {
                    width: min(1.125vw, 18px);
                    background-position: min(-1.875vw, -30px) 0;
                }
                .qs-icon.icon-baths {
                    width: min(1.125vw, 18px);
                    background-position: min(-3vw, -48px) 0;
                }
                .qs-icon.icon-price {
                    width: min(1.125vw, 18px);
                    background-position: min(4.125vw, -66px) 0;
                }
                .qs-arrow {
                    right: min(1.375vw, 22px);
                    border-width: min(0.625vw, 10px) min(0.406vw, 6.5px) 0 min(0.406vw, 6.5px);
                }
                .qs-field select,
                .qs-field input {
                    height: min(3.875vw, 62px);
                    font-size: min(0.875vw, 10px);
                    padding-left: min(2.938vw, 47px);
                    padding-right: min(2vw, 32px);
                }
                .qs-btn .btn-a {
                    font-size: min(0.875vw, 14px);
                    min-height: min(3.875vw, 62px);
                }
                .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
                    height: min(3.875vw, 62px);
                }
                .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
                    font-size: min(.875vw, 10px);
                }

    /*about*/
    #hp-about {
        padding: min(8.25vw, 132px) 0 0;
    }
        .about-inner {
            padding-right: min(9.375vw, 150px);
        }
            .about-img {
                margin-top: min(1.875vw, 30px);
            }
            .about-text {
                margin-bottom: min(3.75vw, 60px);
            }
                .about-title {
                    margin-bottom: min(1.563vw, 25px);
                }
                .about-text p {
                    font-size: min(0.875vw, 14px);
                    margin: min(1.5vw, 24px) 0;
                }
                .about-text .btn-a {
                    margin-top: min(1.063vw, 17px);
                }

    /*fp*/
    #hp-fp {
        padding: min(5.25vw, 84px) 0 min(3.313vw, 53px);
    }
        .fp-inner {
            max-width: min(95.625vw, 1530px);
            padding: 0 min(0.938vw, 15px);
        }
            .fp-title {
                margin-bottom: min(4.313vw, 69px);
            }

            .fp-list {
                margin: 0 min(-0.125vw, -2px);
            }
                .fp-item {
                    padding: min(0.125vw, 2px);
                }
                    .fp-item-details {
                        padding: 0 min(0.938vw, 15px) min(2.313vw, 37px);
                        transform: translateY(min(3.813vw, 61px));
                    }
                        .fp-item-address {
                            font-size: min(1.125vw, 18px);
                            margin-bottom: min(0.625vw, 10px);
                        }
                        .fp-item-price {
                            font-size: min(1.375vw, 22px);
                            margin-bottom: min(1.313vw, 21px);
                        }
                        .fp-item-amenities {
                            font-size: min(1.125vw, 18px);
                        }
                            .fp-item-amenities span {
                                padding: 0 min(1.25vw, 20px);
                            }

                        .fp-item-explore {
                            font-size: min(1.125vw, 18px);
                            padding: min(2.063vw, 33px) 0 min(0.188vw, 3px);
                        }

        .fp-btn-more {
            margin: min(3.563vw, 57px) 0 0;
        }
            .fp-btn-more a.btn-a {
                min-width: min(15.25vw, 244px);
            }

    /*pp*/
    #hp-pp {
        padding: min(5.25vw, 84px) 0 min(5.5vw, 88px);
    }
        .pp-title {
            margin-bottom: min(4.25vw, 68px);
        }
            .pp-item {
                width: min(18.125vw, 290px);
                height: min(17.688vw, 283px);
                border: min(0.188vw, 3px) solid #fff;
                border-radius: min(0.625vw, 10px);
                padding: min(0.938vw, 15px);
            }
                .pp-item strong {
                    font-size: min(2.5vw, 40px);
                }
                .pp-item span {
                    font-size: min(1.25vw, 20px);
                    margin: min(0.875vw, 14px) 0 0;
                }

        .pp-btn-more {
            margin-top: min(6.125vw, 98px);
        }
            .pp-btn-more a.btn-a {
                min-width: min(15.25vw, 244px);
            }

    /*testi*/
    #hp-testi {
        padding: min(7vw, 112px) 0 min(6.938vw, 111px);
    }
        .testi-title {
            margin-bottom: min(2.563vw, 41px);
        }
        .testi-box {
            max-width: min(81.25vw, 1300px);
            padding: min(5.25vw, 84px) 7% min(3.813vw, 61px);
        }
            .testi-item {
                padding: 0 min(2.188vw, 35px);
            }
                .testi-item p {
                    font-size: min(0.875vw, 14px);
                    margin-bottom: min(1.75vw, 28px);
                }
                .testi-item strong {
                    font-size: min(1.5vw, 24px);
                }

        .testi-controls {
            margin: min(2.375vw, 38px) 0 0;
        }
            .testi-controls a.btn-a {
                min-width: min(18.375vw, 294px);
                margin: 0 min(3.125vw, 50px);
            }

    /*helpful links*/
    #hp-helpful-links {
        padding: min(7vw, 112px) 0 min(7.688vw, 123px);
    }
        .hl-title {
            margin-bottom: min(4.5vw, 72px);
        }
        .hl-list {
            margin: 0 min(-0.781vw, -12.5px);
        }
            .hl-item {
                padding: 0 min(0.781vw, 12.5px);
            }
                .hl-item-img {
                    border: min(0.125vw, 2px) solid var(--primary);
                }
                .hl-item-text {
                    font-size: min(1.563vw, 25px);
                    padding: min(3.813vw, 61px) 0 0;
                }
                    .hl-item-text:before {
                        width: min(0.125vw, 2px);
                        height: min(5.625vw, 90px);
                        bottom: calc(100% - min(2.938vw, 47px));
                    }
                    .hl-item-text:after {
                        width: min(0.625vw, 10px);
                        height: min(0.625vw, 10px);
                        bottom: calc(100% - min(2.938vw, 47px));
                        margin-bottom: min(5.625vw, 90px);
                    }

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

}

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

}

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

}


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

}

@media only screen and (max-width: 991px) {
    .slideshow-wrap .aios-slider {
        position: absolute;
    }
        #hp-slideshow #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img canvas, 
        #hp-slideshow #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-custom-video canvas {
            min-height: 400px;
            height: auto;
        }

    .slideshow-content {
        position: relative;
        background: var(--primary);
        bottom: 0;
        padding: 50px 0;
    }

    .qs-form {
        margin: 0;
    }

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

    .qs-field.field-lg {
        width: 100%;
    }

    .qs-field {
        padding: 3px;
    }

    .qs-field.field-md {
        width: 100%;
    }

    .qs-field.field-sm, .qs-field.field-xs {
        width: 50%;
    }

    .qs-btn {
        width: 100%;
        padding: 3px;
    }

    .slideshow-text {
        top: 0;
        bottom: 0;
        align-items: center;
        text-align: center;
    }
        .slideshow-text h2 {
            font-size: 50px;
        }
        .slideshow-text p {
            font-size: 20px;
        }

    #hp-about {
        padding: 60px 0 0;
    }
        .about-inner {
            max-width: 750px;
            margin: 0 auto;
            padding: 0 15px;
            flex-flow: column-reverse wrap;
        }
            .about-img {
                width: 100%;
                margin-top: 0;
            }
            .about-text {
                width: 100%;
                margin-top: 0;
                margin-bottom: 30px;
                text-align: center;
            }
                .about-title {
                    justify-content: center;
                }


    .fp-item {
        width: 100%;
    }
        .fp-item ~ .fp-item {
            display: none;
        }

    #hp-pp {
        padding: 80px 0;
    }
        .pp-list {
            max-width: 750px;
            margin: 0 auto;
            padding: 0 15px;
        }

            .pp-item {
                width: calc(50% - 15px);
                margin-bottom: 30px;
            }

            .pp-btn-more {
                margin-top: 50px;
            }

    #hp-testi {
        padding: 80px 0;
    }

        .testi-box {
            max-width: 720px;
            padding: 60px 5%;
        }

        .testi-item {
            width: 100%;
            text-align: center;
        }

        .testi-item ~ .testi-item {
            display: none;
        }

        .testi-controls {
            max-width: 300px;
            margin: 30px auto 0;
        }

        .testi-controls .custom-slick-arrow.slick-prev {
            order: 1;
            margin-right: 15px;
        }

        .testi-controls a.btn-a {
            order: 3;
            margin: 20px auto 0;
            min-width: 260px;
            width: 100%;
            letter-spacing: 0.05em;
        }

        .testi-controls .custom-slick-arrow.slick-next {
            order: 2;
            margin-left: 15px;
        }

        .testi-item strong {
            font-size: 20px;
        }

    #hp-helpful-links {
        padding: 80px 0;
    }
        .hl-list {
            max-width: 500px;
            margin: 0 auto;
        }
            .hl-item {
                width: 100%;
                padding: 15px;
                margin-bottom: 30px;
            }
            .hl-item:last-child {
                margin-bottom: 0;
            }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .slideshow-text h2 {
        font-size: 40px;
    }

    .fp-item-img canvas {
        min-height: 300px;
    }

    .fp-item-details {
        padding-bottom: 15px;
        transform: translateY(30px);
    }

    .fp-item-explore {
        font-size: 14px;
        padding-top: 10px;
    }

    .fp-item-amenities {
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .fp-item-amenities span {
        padding: 0 5px;
    }

    .fp-item-price {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fp-item-address {
        letter-spacing: 0.05em;
        font-size: 16px;
    }

    .pp-list {
        max-width: 360px;
    }
        .pp-item {
            width: 100%;
        }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .slideshow-text h2 {
        font-size: 35px;
    }
    .slideshow-text p {
        font-size: 14px;
    }
    .qs-field.field-sm, .qs-field.field-xs {
        width: 100%;
    }
    .testi-item {
        padding: 0 15px;
    }
}