﻿.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-nav {
    float: right;
    width: 84px;
    margin-top: 15px;
}

    .swiper-nav span {
        display: block;
        width: 26px;
        margin: 0 8px;
        height: 27px;
        float: left;
        text-indent: 100%;
        overflow: hidden;
        background: url(/assets/img/swiper-nav.png) 0 0 no-repeat;
        cursor: pointer;
    }

        .swiper-nav span.swiper-nav-prev {
            background-position: 0 0;
        }

        .swiper-nav span.swiper-nav-next {
            background-position: -33px 0;
        }


.swiper-container.home {
    max-width: 1920px;
    margin: 0 auto;
}

    .swiper-container.home .swiper-wrapper {
        height: 780px;
    }

@media only screen and (max-height:970px) {
    .swiper-container.home .swiper-wrapper {
        height: 680px;
    }
}

@media only screen and (max-height:850px) {
    .swiper-container.home .swiper-wrapper {
        height: 580px;
    }
}

@media only screen and (max-width:800px) {
    .swiper-container.home .swiper-wrapper {
        height: 480px;
    }
}

@media only screen and (min-height:450px) and (max-width: 900px) {
    .swiper-container.home .swiper-wrapper {
        height: 380px;
    }
}

@media only screen and (min-height:550px) and (max-width: 900px) {
    .swiper-container.home .swiper-wrapper {
        height: 430px;
    }
}

@media only screen and (min-height:650px) and (max-width: 900px) {
    .swiper-container.home .swiper-wrapper {
        height: 420px;
    }
}







.swiper-container.home .swiper-slide {
    overflow: hidden;
}

    .swiper-container.home .swiper-slide figure {
        display: block;
        width: 100%;
        height: 100%;
    }

        .swiper-container.home .swiper-slide figure img {
            min-width: 100%;
            min-height: 100%;
            position: absolute;
            top: 0;
            right: 0;
        }

    .swiper-container.home .swiper-slide aside {
        position: absolute;
        top: 65px;
        right: 0;
        width: 100%;
        padding-left: 60px;
    }

        .swiper-container.home .swiper-slide aside h2 {
            font-size: 6rem;
            text-align: center;
            line-height: 1em;
            margin-bottom: 0.45em;
        }

@media only screen and (max-width:800px) {
    .swiper-container.home .swiper-slide aside h2 {
        font-size: 4rem;
    }
}

@media only screen and (max-width:480px) {
    .swiper-container.home .swiper-slide aside h2 {
        font-size: 3rem;
    }
}

.swiper-container.home .swiper-slide aside span {
    display: block;
    font-size: 2rem;
    text-align: center;
}

.swiper-container.home .swiper-slide aside.blue h2 a,
.swiper-container.home .swiper-slide aside.blue span a {
    color: #5DBDCB;
}

.swiper-container.home .swiper-slide aside.white h2 a,
.swiper-container.home .swiper-slide aside.white span a {
    color: #FFF;
}

.swiper-container.home .swiper-slide aside.brown h2 a,
.swiper-container.home .swiper-slide aside.brown span a {
    color: #604644;
}

/*
    To Handle Custom Slider Theme
*/
.swiper-container.home .swiper-slide aside.slide-details_white h2 a,
.swiper-container.home .swiper-slide aside.slide-details_white span a {
    color: #FFF;
}

.swiper-container.home .swiper-slide aside.slide-details_brown h2 a,
.swiper-container.home .swiper-slide aside.slide-details_brown span a {
    color: #604644;
}

.swiper-container.home .swiper-slide aside.slide-details_blue h2 a,
.swiper-container.home .swiper-slide aside.slide-details_blue span a {
    color: #5DBDCB;
}

@media only screen and (max-width:480px) {
    .swiper-container.home .swiper-slide aside span {
        display: none;
    }
}

.swiper-container.home .swiper-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    float: none;
    z-index: 6;
}

    .swiper-container.home .swiper-nav span {
        background-image: url(/assets/img/big-arrows.png);
        width: 80px;
        height: 54px;
    }

@media only screen and (max-width:480px) {
    .swiper-container.home .swiper-nav span {
        background-image: url(/assets/img/swiper-nav.png);
        width: 26px;
        height: 26px;
    }

        .swiper-container.home .swiper-nav span.swiper-nav-next {
            background-position: -33px 0;
        }
}

.swiper-container.home .swiper-nav .swiper-nav-prev {
    float: left;
    margin-left: 20px;
}

.swiper-container.home .swiper-nav .swiper-nav-next {
    float: right;
    margin-right: 20px;
    background-position: -91px;
}

.swiper-home-overlay {
    position: relative;
    margin-top: 0;
    z-index: 8;
    margin-bottom: 45px;
}

    .swiper-home-overlay aside {
        display: block;
        margin-left: 100px;
        text-align: left;
        display: none;
    }


        .swiper-home-overlay aside .swiper-home-title {
            font-family: DearJoe, DearJoe-fallback-font;
            font-size: 8rem;
            color: #5DBDCB;
            text-transform: capitalize;
        }

        .swiper-home-overlay aside .swiper-home-text {
            display: block;
            width: 300px;
            font-size: 1.8rem;
            font-weight: bold;
            margin-top: 1em;
        }

            .swiper-home-overlay aside .swiper-home-text * {
                color: #222;
            }


@media only screen and (max-width: 900px) {
    .swiper-home-overlay aside {
        margin-left: 0;
        text-align: center;
    }

        .swiper-home-overlay aside .swiper-home-title {
            font-size: 4em;
        }

        .swiper-home-overlay aside .swiper-home-text {
            width: auto;
        }

    /*HomePage Slider*/
    .swiper-container.home .swiper-slide figure {
        position: relative
    }
    .swiper-container.home .swiper-slide figure::before {
        display: block;
        content: "";
        padding-top: 213%;
    }

        .swiper-container.home .swiper-slide figure img {
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
}


.property-swiper h2, .property-swiper h2 a {
    color: #604644;
}

.myAspects .property-swiper h2, .myAspects .property-swiper h2 a {
    color: #5DBDCB;
}

.property-swiper .swiper-slide {
    text-align: center;
    z-index: 5;
}

.special-offers.property-swiper .swiper-slide {
    box-sizing: border-box;
    padding-right: 20px;
}

.property-swiper .swiper-slide img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.property-swiper .swiper-slide h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #5DBDCB;
}

.property-swiper .swiper-slide p {
    font-size: 1.4rem;
}

    .property-swiper .swiper-slide p span {
        display: block;
    }


.property-swiper .swiper-slide .property-image {
    position: relative;
}

/*Control how Special Offers appear in horizontal swipers*/
.swiper-slide .offers {
    color: #ca695c;
    min-height: 1.5em;
    font-size: 1.4rem;
}

.property-swiper .swiper-slide .badge {
    position: absolute;
    bottom: -17px;
    right: -17px;
    display: block;
    width: 101px;
    height: 101px;
    background: url(/assets/img/special-offer-disc.png) center no-repeat;
    color: #FFF;
    font-size: 2rem;
    text-align: center;
}

.featured-properties-swiper .swiper-slide .badge {
    position: absolute;
    left: -17px;
    display: block;
    width: 101px;
    height: 101px;
    background: url(/assets/img/special-offer-disc.png) center no-repeat;
    color: #FFF;
    font-size: 2rem;
    text-align: center;
}


.swiper-slide .badge span {
    display: block;
    line-height: 1em;
    margin-top: 2.5rem;
    font-size: 3rem;
}

.swiper-slide .badge.badge--gift {
    background: url(/assets/img/free-gift-disc.png) center no-repeat;
}

    .swiper-slide .badge.badge--gift span {
        margin-top: 0;
        font-size: 2.8rem;
        line-height: 1.2;
        font-family: DearJoe, DearJoe-fallback-font;
        transform: rotate(-15deg);
        margin-left: -5px;
    }

        .swiper-slide .badge.badge--gift span:first-child {
            margin-top: 1rem;
        }


/*End of special offers*/
.swiper-fixed-proportions .swiper-slide .swiper-sizer {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
}

.swiper-fixed-proportions .swiper-slide img,
.swiper-fixed-proportions .swiper-slide iframe {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.swiper-fixed-proportions .swiper-slide iframe {
    height: 100%;
}


.holiday-ideas .swiper-container {
    padding: 0 60px;
    box-sizing: border-box;
    width: auto;
}

    .holiday-ideas .swiper-container .swiper-slide h3,
    .holiday-ideas .swiper-container .swiper-slide p {
        margin-left: 15%;
        margin-right: 15%;
        margin-bottom: 1rem;
    }

    .holiday-ideas .swiper-container .swiper-slide h3 {
        font-size: 3rem;
    }

.holiday-ideas .swiper-nav {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    z-index: 4;
}

    .holiday-ideas .swiper-nav > span {
        background-image: url(/assets/img/tint1-swiper-nav.png);
    }

    .holiday-ideas .swiper-nav .swiper-nav-next {
        float: right;
    }

@media only screen and (min-width:481px) {
    .holiday-ideas .swiper-nav > span {
        background-image: url(/assets/img/idea-arrows.png);
        height: 40px;
        width: 57px;
    }

    .holiday-ideas .swiper-nav .swiper-nav-next {
        background-position: -70px 0;
    }
}

@media only screen and (max-width:480px) {
    .holiday-ideas .swiper-nav {
        top: initial;
        bottom: 35%;
    }
}



@media only screen and (max-width:480px) {
    .holiday-ideas .swiper-container {
        padding: 0;
    }
}

.swiper-pagination-bullet-active {
    background: #5DBDCB;
}


.property-gallery.swiper-container {
    max-width: 1000px;
    margin: auto;
    overflow: visible;
}

.property-gallery .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out;
}

    .property-gallery .swiper-slide p {
        opacity: 0;
        text-align: center;
        transition: opacity 0.2s ease-in-out;
        transition-delay: 0.2s;
        padding: 6px 0;
        margin: 0 20px;
        font-size: 15px;
    }

    .property-gallery .swiper-slide.swiper-slide-active {
        opacity: 1;
    }

        .property-gallery .swiper-slide.swiper-slide-active p {
            opacity: 1;
        }

.property-gallery-thumbs .swiper-slide {
    width: 180px !important;
    transition: border-color 0.2s ease-in-out;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

    .property-gallery-thumbs .swiper-slide img {
        width: 100%;
    }

    .property-gallery-thumbs .swiper-slide.swiper-slide-active {
        border-bottom-color: #5DBDCB;
    }

    .property-gallery-thumbs .swiper-slide:not(.swiper-slide-active):hover {
        border-bottom-color: #AAA;
    }


.swiper-thumb-video, .swiper-thumb-panorama {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.3);
    z-index: 1;
}

.swiper-thumb-video {
    background-image: url(/assets/img/swiper-thumb-video.png);
}

.swiper-thumb-panorama {
    background-image: url(/assets/img/swiper-thumb-panorama.png);
}

@media only screen and (max-width:600px) {
    .property-gallery-thumbs {
        height: 0;
        margin: 0;
        padding: 0;
    }

    .property-gallery .swiper-slide p {
        font-size: 1.3rem;
    }
}

.property-gallery-container {
    position: relative;
}


.property-gallery-nav-sizer-prev,
.property-gallery-nav-sizer-next {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    top: 0;
    z-index: 10;
}

.property-gallery-nav-sizer-prev {
    left: 0;
}

.property-gallery-nav-sizer-next {
    right: 0;
}

.property-gallery-nav span {
    position: absolute;
    top: 50px;
    padding-top: calc(56.25% - 100px);
    min-width: 50px;
    width: 10%;
    max-width: 100px;
    text-indent: -999em;
    cursor: pointer;
    font-size: 0;
}

    .property-gallery-nav span:focus {
        outline:none;
    }
        .property-gallery-nav span:after {
        content: '';
        display: block;
        position: absolute;
        border-top: 4px solid #FFF;
        border-right: 4px solid #FFF;
        width: 30px;
        height: 30px;
        top: 50%;
        transition: border-color 0.1s ease-in-out;
    }

    .property-gallery-nav span:hover:after {
        border-color: #5DBDCB;
    }

@media only screen and (max-width: 600px) {
    .property-gallery-nav span:after {
        width: 15px;
        height: 15px;
        border-width: 2px;
    }
}



.property-gallery-nav-prev {
    left: 0px;
}

    .property-gallery-nav-prev:after {
        transform: translate(-50%, -50%) rotate(-135deg);
        left: 50%;
        margin-left: 10px;
    }

.property-gallery-nav-next {
    right: 0px;
}

    .property-gallery-nav-next:after {
        transform: translate(50%, -50%) rotate(45deg);
        right: 50%;
        margin-right: 10px;
    }





.result-nav:hover {
    cursor: pointer;
}

.result-nav div {
    display: inline-block;
    position: absolute;
    font-size: 50px;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 15%;
    height: 100%;
    top: 0;
}

    .result-nav div:hover span::after {
        border-color: #5DBDCB;
    }

    .result-nav div span {
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
        width: 100%;
    }

    .result-nav div.next span::after {
        transform: translate(50%,-50%) rotate(45deg);
        right: 50%;
    }

    .result-nav div span::after {
        content: '';
        display: block;
        position: absolute;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        width: 15px;
        height: 15px;
        top: 50%;
        transition: border-color .1s ease-in-out;
    }
    .result-nav div:focus {
        outline:none;
    }

        .result-nav div.prev {
            left: 0;
        }

.result-nav .preview-nav.swiper-button-disabled, .result-nav .preview-prev.swiper-button-disabled {
    display: none;
}

.result-nav div.prev span {
    left: 0;
}

    .result-nav div.prev span::after {
        transform: translate(50%,-50%) rotate(220deg);
        right: 50%;
    }

.result-nav div.next {
    right: 0;
}

    .result-nav div.next span {
        right: 0;
    }



/* .complex-carousel */

.complex-carousel .complex-carousel-image,
.complex-carousel .complex-carousel-image img {
    display: block;
}

.complex-carousel .complex-carousel-content {
    padding: 5px 10px 10px;
}

    .complex-carousel .complex-carousel-content h4 {
        font-family: ChevinPro, ChevinPro-heading-fallback-font;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1.5em;
    }

    .complex-carousel .complex-carousel-content p {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .complex-carousel .complex-carousel-content div.complex-carousel-price {
        font-size: 1.8rem;
        line-height: 2rem;
        color: #5DBDCB;
    }

        .complex-carousel .complex-carousel-content div.complex-carousel-price span {
            font-size: 0.8em;
        }

.complex-carousel .swiper-slide {
    width: 350px;
    max-width: 49%;
}

    .complex-carousel .swiper-slide img {
        width: 100%;
    }

    .complex-carousel .swiper-slide .property-toptrumps {
        margin-bottom: 10px;
    }

.complex-carousel .result-nav .preview-nav {
    width: 350px;
    max-width: 40%;
    height: 0;
}

    .complex-carousel .result-nav .preview-nav span {
        padding-top: 250px;
        width: 60px;
        top: 0;
        transform: none;
    }

    .complex-carousel .result-nav .preview-nav.swiper-button-disabled {
        display: block;
        opacity: 0.3;
    }

        .complex-carousel .result-nav .preview-nav.swiper-button-disabled span::after {
            border-color: #FFF;
        }

.complex-carousel .swiper-pagination {
    position: relative;
    bottom: 0;
    display: none;
}

@media only screen and (max-width: 600px) {
    .complex-carousel .swiper-slide, .complex-carousel .result-nav .preview-nav {
        max-width: 100%;
        width:100%;
    }
}


@media only screen and (max-width: 400px) {
    .complex-carousel .swiper-slide,
    .complex-carousel .result-nav .preview-nav {
        max-width: 100%;
    }

    .complex-carousel .result-nav .preview-nav {
        top: 15px;
    }

    .complex-carousel .swiper-pagination {
        display: block;
    }
}
