/* HP SLIDESHOW */

#hp-slideshow-wrap {
    position: relative;
    z-index: 1;
}

.hp-slideshow {
    position: relative;
    z-index: 1;
}

.hp-slideshow .aios-slider.aios-slider-template-default::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000000;
    pointer-events: none;
    opacity: 0.5;
}

/** Tagline slide **/
.tagline-slide {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/** Slide CTA **/
.tagline-slide .global-button {
    margin: 0 auto;
}

.tagline-slide .r-more {
    margin: 0 auto;
}

.tagline-slide .global-button span {
    color: #fff;
}

.tag-text {
    padding: 30px 15px 40px;
}

/* FP Section */

#fp-section {
    position: relative;
    overflow: hidden;
    padding: 80px 15px 100px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f3ee+0,f6ebe2+100 */
    background: linear-gradient(to bottom, rgba(246, 243, 238, 1) 0%, rgba(246, 235, 226, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.fp-main-wrap {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
}

.fp-wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1293px;

}

.fp-list-wrap {
    display: block;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    z-index: 2;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}


.fp-list-wrap:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.fp-list-wrap:not(.slick-initialized) .fp-list {
    width: calc(100% / 3);
}

.fp-list-wrap:not(.slick-initialized) .fp-list:nth-child(3)~div {
    display: none;
}

.fp-wrap .slick-initialized .slick-slide {
    padding: 20px 0;
}

.fp-list {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    padding: 20px 10px;
}

.fp-list a {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border: 2px solid rgba(245, 134, 71, 0);
}

.fp-list a:hover {
    border: 2px solid rgba(245, 134, 71, 1);
    transform: translateY(-30px);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.36);
}

.fp-list a>.fp-details {
    max-width: 100%;
    position: absolute;
    display: block;
    z-index: 3;
    padding: 10px 25px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
    text-align: left;
    overflow: hidden;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: 14px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.fp-list a>.fp-details .fp-info {
    position: relative;
    display: block;
    width: 100%;

}

.fp-list a>.fp-details .fp-info span.fp-price {
    font-size: 23px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0;
    display: block;
    color: #f58647;
}

.fp-list a>.fp-details .fp-info span.fp-price:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
    width: 138px;
    height: 2px;
    background: #f58647;
}


.fp-list a>.fp-details .fp-info span.fp-address {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    padding: 15px 0 10px;
    line-height: 24px;
}

.fp-list a>.fp-details .fp-info span.fp-address>em {
    display: block;
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-style: normal;
}

.fp-list a>.fp-details .fp-info .fp-view {
    padding: 0;
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin: 0;
    height: 0;

}

.fp-list a>.fp-details .fp-info .fp-view span {
    font-size: 13px;
    color: #fff;
    font-weight: 500;

}

.fp-list a:hover>.fp-details .fp-info .fp-view {
    margin: 10px 0;
    opacity: 1;
    height: 50px;
}

.fp-list a>.fp-details .fp-info .fp-info-b {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    padding: 0px;
}

.fp-list a:hover>.fp-details .fp-info .fp-info-b {
    padding: 10px 0;
    opacity: 1;
}

.fp-list a>.fp-details .fp-info .fp-info-b span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0 12px;
    text-align: center;
    letter-spacing: 0.05em;
}

.fp-list a>.fp-details .fp-info .fp-info-b span:nth-child(1) {
    margin-left: 0;
}

.fp-list a>.fp-details .fp-info .fp-info-b span i {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.fp-list a>.fp-photo.canvas-img {
    overflow: hidden;
}

.fp-list a>.fp-photo.canvas-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+26,000000+58,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    /* IE6-9 */

}

.fp-list a:hover>.fp-photo.canvas-img img {
    /*transform: scale(1.1);*/
}

.fp-list a:hover>.fp-details {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,4d5f6a+50,4d5f6a+100&0+0,0.9+51,1+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(77, 95, 106, 0.88) 50%, rgba(77, 95, 106, 0.9) 51%, rgba(77, 95, 106, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.fp-list a:hover>.fp-details .fp-info span.fp-price {
    color: #fff;
}

.fp-list a:hover>.fp-details .fp-info span.fp-price:before {
    background: #fff;
}


.fp-list a>.fp-details .fp-info .fp-view .global-button {
    background: transparent;
    border: 1px solid #fff;
    border-left: none;
    margin: 30px 0 0;
}

.fp-list a:hover>.fp-photo.canvas-img:before {
    background: #83a4b7;
    opacity: 0.5;
}


.fl-nav {
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    font-size: 0;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

button.fl-prev {
    position: relative;
    left: 0;
    display: block !important;
    outline: none;
    text-decoration: none;
    color: #2e4349;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.2em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    top: 0;
    font-weight: 400;
    border: none;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #fcfbfa;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

button.fl-next {
    right: 0;
    display: block !important;
    outline: none;
    text-decoration: none;
    color: #f58647;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.2em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    top: 0;
    font-weight: 400;
    border: none;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #fcfbfa;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.fl-wrap .title-wrap {
    margin-bottom: 0;
}

button.fl-prev:hover,
button.fl-next:hover {
    color: #fff;
    background: #f58647;
}


/** QS slide **/

section#qs-section {
    position: relative;
    margin: 0 auto;
    padding: 0 15px 80px;
    text-align: center;
    background: #f6f3ee;
    z-index: 3;
}

section#qs-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15%;
    background: #F6EBE2;
    top: 0;
    left: 0;
    right: 0;
}

.qs-bg.non-fixed-bg {
    z-index: 0;
    width: 352px;
    margin: 0 auto;
    right: 0;
    opacity: 0.05;

}

.qs-bg.non-fixed-bg canvas {
    background-position: top center;
    filter: grayscale(1);
}

.qs-main-wrap {
    position: relative;
    width: 100%;
    max-width: 1480px;
    display: block;
    border: 2px solid #f58647;
    margin: 0 auto;
    padding: 50px;
    background: #1c303a;
    z-index: 1;
}

.qs-main-wrap .global-title-widget {
    color: #fff;
}


.qs-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    letter-spacing: 0;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    z-index: 3;
}

.qs-wrap form {
    width: 100%;
}

.qs-form-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
    font-size: 0;
}

.qs-form-inner .form-col {
    width: 14%;
    max-width: 146px;
    position: relative;
    padding: 0 15px 0 0;
    border-bottom: 1px solid #5d636a;
}

.qs-form-inner .form-col.input {
    max-width: 210px;
    width: 31.3%;
}

.qs-form-inner .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 180px !important;
}

.qs-form-inner .form-col.select:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f58647;
    z-index: -1;
}

.qs-form-inner .form-col.wide {
    width: 31.3%;
    max-width: 210px;
}


.qs-form-inner .form-col input,
.qs-form-inner .form-col select,
.qs-form-inner .form-col .bootstrap-select button {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 0;
    background: transparent;
    color: #fff;
    outline: 0;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 10px;
}

.qs-form-inner .form-col .bs-searchbox input {
    color: #fff;
    padding-left: 10px;
}

.qs-form-inner .form-col:nth-child(6) {
    padding-right: 0;
}

.qs-form-inner .form-col:nth-child(6).select:after {
    right: 0;
}



.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.qs-form-inner .form-col option {
    color: #000;
}


.qs-form-inner .hp-qs-sub {
    width: 163px;
    height: 52px;
    position: relative;
    padding: 0;
    margin-left: 1.05%;
}

.qs-form-inner .hp-qs-sub.hp-qs-mar {
    margin-left: 2.05%;
}


.hp-qs-sub .qs-cont-sub,
.hp-qs-sub .adv-srch {
    width: 100%;
    height: 52px;
    background: transparent;
    text-align: center;
    color: #fff;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 1px solid #747474;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    line-height: 52px;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0;
}

.hp-qs-sub:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 45%;
    height: 2px;
    background: #f58647;
    -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;
}

.hp-qs-sub:hover:after {
    width: 100%;
    background: #83a4b7;
}

.hp-qs-sub .qs-cont-sub:hover,
.hp-qs-sub .adv-srch:hover,
.qs-form-inner .hp-qs-sub:focus:before {
    background: #83a4b7;
    border: 1px solid #83a4b7;
}


.qs-form-inner a.qs-adv {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    outline: 0;
    margin-left: 3%;
    height: 40px;
    width: 10%;
    position: relative;
}

.qs-form-inner a.qs-adv:before {
    position: absolute;
    content: '';
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #fff;
}

.qs-form-inner a.qs-adv:hover,
.qs-form-inner a.qs-adv:focus {
    background: rgba(0, 0, 0, .77);
}

.idx-text {
    text-align: left;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 20px 0;
    /* text-transform: capitalize; */
    letter-spacing: 0.1em;
    font-weight: 400;
}


/*** FC Section ***/

section#fc-section {
    position: relative;
    overflow: hidden;
    padding: 15px 0 100px;
    background: #f6f3ee;
}

.fc-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1480px;
}

.fc-list-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -30px;
    margin-right: -30px;
    z-index: 1;

}


.fc-list {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 15px;
    margin: 15px auto;
}

.fc-list a {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.fc-list a .fc-photo.canvas-img {
    overflow: hidden;
}

.fc-list a>.fc-details {
    position: re;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    top: 0;
    bottom: 0;
    text-align: center;

}

.fc-list a>.fc-details span.fc-name {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 50px 0 20px;
    color: #2e4349;
}

.fc-list a:hover>.fc-details span.fc-name {
    color: #f58647;
}


.fc-list a>.fc-photo.canvas-img img.fc-img-h {
    opacity: 0;

}

.fc-list a:hover>.fc-photo.canvas-img img.fc-img-h {
    opacity: 1;

}

.fc-list a:hover>.fc-photo.canvas-img img.fc-img-d {
    opacity: 0;

}


.fc-nav {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 380px;
    max-width: 100%;
    margin-top: 40px;
}

.fc-nav .global-button {
    margin-top: 0;
    max-width: 284px;
}



button.fc-prev {
    position: relative;
    left: 0;
    display: block !important;
    outline: none;
    text-decoration: none;
    color: #2e4349;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.2em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    top: 0;
    font-weight: 400;
    border: none;
    background: none;
    cursor: pointer;
    text-transform: uppercase;

}

button.fc-next {
    right: 0;
    display: block !important;
    outline: none;
    text-decoration: none;
    color: #2e4349;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.2em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    top: 0;
    font-weight: 400;
    border: none;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}


button.fc-prev:hover,
button.fc-next:hover {
    color: #f58648;
}




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

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

    .qs-form-inner .form-col.wide {
        max-width: 230px;
    }

    section#fc-section {
        padding: 50px 15px;
    }

}

@media only screen and (max-width: 1199px) {
    .tagline-slide .r-more .global-button {
        margin: 0 10px;
    }

    .qs-main-wrap {
        padding: 50px 15px;
    }

    .qs-form-inner .form-col.wide {
        max-width: 170px;
    }

    .qs-form-inner .form-col.select:after {
        right: 15px;
    }

    .fc-list-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }

    .fc-list a>.fc-details span.fc-name {
        font-size: 16px;
    }

}

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

    .fp-list a>.fp-details .fp-info span.fp-price:before {

        right: 0;
        width: 80px;
    }

    .qs-wrap form,
    .qs-title {
        width: 100%;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .qs-form-inner {
        max-width: 380px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .qs-form-inner .form-col,
    .qs-form-inner .form-col.med {
        width: 100%;
        max-width: 100%;

    }


    .qs-form-inner .form-col input,
    .qs-form-inner .form-col select,
    .qs-form-inner .form-col .bootstrap-select button {
        border-bottom: 1px solid #fff;
    }

    .qs-form-inner .hp-qs-sub {
        width: 100%;
        max-width: 100%;
        margin: 15px auto;
    }

    .qs-form-inner .form-col.wide {
        width: 100%;
        max-width: 100%;
    }

    .qs-form-inner .form-col.input,
    .qs-form-inner .form-col.small {
        max-width: 100%;
        width: 100%;
    }

    .qs-form-inner .form-col {
        border: none;
    }

    .idx-text {
        text-align: center;
    }

    .qs-form-inner .form-col {
        padding: 0;
    }

    .qs-form-inner .form-col.select:after {
        right: 0;
    }

    .qs-form-inner .hp-qs-sub.hp-qs-mar {
        margin-left: 0;
    }


}

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

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



    .fp-list a>.fp-details .fp-info span.fp-price:before {
        right: 0;
    }


}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */