@-webkit-keyframes anim {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes anim {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes animationFrames {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }

    to {
        -webkit-transform: scaleX(2) scaleY(2);
        transform: scaleX(2) scaleY(2)
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: scaleX(1) scaleY(1)
    }

    to {
        -webkit-transform: scaleX(2) scaleY(2)
    }
}

.ad-button:hover {
    background-color: transparent;
    text-decoration: none;
    color: #b22222;
    cursor: pointer
}

.img-zoom {
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')
}

.ad-button {
    color: #fff;
    padding: .75em 2em;
    border-radius: 3px;
    background-color: #b22222;
    border: 2px solid #b22222;
    display: inline-block
}

.clear-float {
    content: " ";
    display: table;
    clear: both
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.slick-arrow.slick-hidden {
    /* display: none */
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.banner-slider:after,
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.banner-container {
    position: relative
}

.banner-container,
.banner-content .banner-social-sec ul li a,
.banner-slider,
.banner-slider-outer {
    width: 100%;
    float: left
}

.banner-slider {
    position: relative;
    max-height: 604px;
    overflow: hidden
}

.banner-slider:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/banner-gradient.png) left bottom repeat-x;
    z-index: 99
}

.banner-slider ul,
.banner-slider ul li {
    width: 100%;
    height: 100%;
    float: left
}

.banner-slider ul li img {
    width: 100%;
    height: 580px;
    max-width: none;
    float: left
}

.banner-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -195px;
    z-index: 101
}

.banner-content .banner-social-sec,
.banner-content .banner-titles {
    width: 100%;
    float: left;
    text-align: center
}

.banner-content .banner-titles h1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    margin: 0 0 20px
}

.banner-content .banner-titles .title_h2 {
    max-width: 750px;
    margin: 0 auto 20px
}

.banner-content .banner-social-sec span {
    font-family: "titillium-regular", sans-serif;
    font-size: 21px;
    color: #fff;
    position: relative
}

.banner-content .banner-social-sec span:after {
    width: 62px;
    height: 2px;
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -21px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner-content .banner-social-sec ul {
    width: 100%;
    float: left;
    margin: 47px 0 0
}

.banner-content .banner-social-sec ul li {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0 8px
}

.banner-content .banner-social-sec ul li a:hover i {
    color: #e2bf47
}

.banner-content .banner-social-sec ul li a i {
    font-size: 26px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.125em;
    font-size: 1.125rem;
    outline: 0;
    border: 0;
    border-radius: 3px;
    padding: 0 2em;
    height: 42px;
    text-decoration: none
}

.btn:hover {
    text-decoration: inherit
}

.btn.btn--criteria {
    color: #fff;
    border: 2px solid #4cd3e2
}

.btn.btn--submit,
.result-count {
    font-family: "titillium-bold", sans-serif;
    color: #fff
}

.btn.btn--submit {
    background-color: #0a9faf;
    font-size: 1.0625em;
    font-size: 1.0625rem
}

.banner-container .criteria__button__block {
    width: 100%;
    position: absolute;
    background-color: #192f37;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    z-index: 100;
    padding: 22px 0
}

.banner-container .criteria__button__block p {
    font-family: "titillium-regular", sans-serif;
    font-size: 1.125em;
    font-size: 1.125rem;
    color: inherit;
    margin: 0 1.5em 0 0
}

.result-count {
    width: auto;
    float: left;
    font-size: 17px;
    display: none;
    padding: 9px 0 0 15px
}

.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li button,
.tab-mini {
    display: none
}

.detailpage-slider {
    width: 100%;
    height: 237px
}

.detailpage-slider a {
    width: inherit;
    height: auto;
    display: block
}

.detailpage-slider a picture {
    width: inherit;
    height: 237px
}

.detailpage-slider a picture>img {
    width: inherit;
    height: 237px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.detailpage-slider .slick-arrow,
.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.detailpage-slider .slick-arrow {
    position: absolute;
    width: 40px;
    height: 50px;
    background-color: rgba(30, 28, 28, .4);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer
}

.detailpage-slider .slick-arrow>img {
    width: 18px;
    height: 25px;
    display: block
}

.detailpage-slider .slick-arrow.arrow-prev {
    left: 0
}

.detailpage-slider .slick-arrow.arrow-prev>img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.detailpage-slider .slick-arrow.arrow-next {
    right: 0
}

.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots {
    margin: 0
}

.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li {
    margin: 0 .5em 0 0;
    max-width: none;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #dbdbd9;
    border-radius: 100%
}

.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li.slick-active {
    background-color: #dfb31f
}

.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li:last-of-type {
    margin: 0
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    z-index: 999;
    top: calc(50% - 25px);
    color: #fff;
    font-family: "FontAwesome";
    font-size: 36px;
    line-height: 0;
    width: 35px;
    height: 50px;
    padding: 10px;
    background-color: rgba(30, 28, 28, .4)
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    background-color: rgba(30, 28, 28, .8)
}

.owl-nav .owl-prev {
    left: 0
}

.owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-item .owl-lazy.loaded {
    opacity: 1
}

@media screen and (min-width:75em) and (max-width:84.3125em) {
    .banner-slider ul li img {
        left: 50%;
        margin-left: -700px;
        max-width: none;
        position: relative;
        width: 1400px
    }

    .banner-content {
        margin-top: -182px
    }

    .banner-content .banner-titles h1 {
        margin: 0 0 15px
    }

    .banner-content .banner-social-sec span:after {
        bottom: -15px
    }

    .banner-content .banner-social-sec ul {
        margin: 40px 0 0
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .banner-slider ul li img {
        left: 50%;
        margin-left: -700px;
        max-width: none;
        position: relative;
        width: 1400px
    }

    .banner-content {
        margin-top: -182px
    }

    .banner-content .banner-titles h1 {
        margin: 0 0 15px
    }

    .banner-content .banner-social-sec span:after {
        bottom: -15px
    }

    .banner-content .banner-social-sec ul {
        margin: 40px 0 0
    }
}

@media screen and (min-width:48em) and (max-width:63.9375em) {
    .banner-slider ul li img {
        left: 50%;
        margin-left: -516px;
        max-width: none;
        position: relative;
        width: 1032px
    }

    .banner-content {
        top: 62px;
        margin-top: 0
    }

    .banner-content .banner-social-sec {
        display: none
    }

    .result-count,
    .tab-mini {
        display: block
    }
}

@media screen and (min-width:37.5em) {
    .banner-slider ul li.zoom-active img {
        animation: animationFrames linear 50s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: animationFrames linear 50s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: animationFrames linear 50s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: animationFrames linear 50s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: animationFrames linear 50s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%
    }
}

@media screen and (min-width:84.375em) and (max-width:93.75em) {
    .banner-content {
        margin-top: -182px
    }

    .banner-content .banner-titles h1 {
        margin: 0 0 15px
    }

    .banner-content .banner-social-sec span:after {
        bottom: -15px
    }

    .banner-content .banner-social-sec ul {
        margin: 40px 0 0
    }
}

@media screen and (max-width:47.9375em) {
    .banner-content {
        float: left;
        position: inherit;
        left: inherit;
        top: inherit;
        margin-top: 0
    }

    .banner-content .banner-titles {
        background: #e2bf47;
        padding: 20px 30px
    }

    .banner-content .banner-titles h1 {
        font-size: 21px;
        line-height: 23px;
        margin: 0 0 10px
    }

    .banner-content .banner-titles .title_h2 {
        font-size: 14px;
        line-height: 20px
    }

    .banner-content .banner-social-sec,
    .banner-content .banner-titles .title_h2 br {
        display: none
    }

    .tab-mini {
        display: block
    }
}

@media screen and (max-width:29.9375em) {
    .banner-content .banner-titles {
        padding: 20px 15px
    }
}

@media screen and (max-width:37.4375em) {
    .banner-container .criteria__button__block {
        padding: 22px 1em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static
    }

    .banner-container .criteria__button__block p {
        text-align: center;
        margin: 0 0 1em
    }

    .banner-slider {
        height: 580px
    }

    .banner-content {
        position: absolute
    }

    .banner-content .banner-titles {
        background: 0 0;
        padding-bottom: 0
    }
}

@media screen and (min-width:37.5em) and (max-width:64em) {
    .banner-container .criteria__button__block {
        position: static
    }

    .banner-slider {
        max-height: 480px
    }
}

@media screen and (min-width:37.5em) and (max-width:63.9375em) {
    .detailpage-slider {
        max-width: 776px;
        height: 545px;
        margin: 0 auto
    }

    .detailpage-slider a picture>img {
        height: 545px
    }
}

@media screen and (min-width:64em) {
    .detailpage-slider {
        height: 545px;
        margin: 0 auto
    }

    .detailpage-slider a picture>img {
        height: 545px
    }
}