/* Mayur :: Stylesheet */

.live_chat_status,
#offlineForm,
#vb-bubble,
#ChatDiv {
    z-index: 999 !important;
}

div#gmap {
    margin-bottom: 10px;
}

.owl-carousel .owl-item img {
    display: block !important;
    width: auto !important;
    height: 100%;
}

.owl-carousel.owl-drag .owl-item,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
    height: 100%;
}

a.view {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999; */
    background: #324b73;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    opacity: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.5s ease;
    margin: 0 5px;
}

.outer:hover a.view {
    opacity: 1;
    text-decoration: none;
}

.customnavigation:hover {
    padding: 0;
    margin: 0 !important;
}

.customnavigation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 155px;
    /* margin-bottom: -155px; */
    transition: all 0.8s ease;
}

.lightbox-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
}

.customnavigation .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 165px;
    margin: 0 5px;
    vertical-align: middle;
    z-index: 99999;
}

.customnavigation .buttons a {
    /* display: inline-block; */
    height: 32px;
    width: 32px;
    margin: 0 4px;
    cursor: pointer;
}

.customnavigation .buttons a.small-btn.prev {
    background: url('https://static-sothebys-sirbahamas-production-0.gtsstatic.net/resources/v_4_15_0_5/layouts/common/images/carousel-sprite.png') repeat scroll 0 -60px transparent;
}

.customnavigation .buttons a.small-btn.pause {
    background: url('https://static-sothebys-sirbahamas-production-0.gtsstatic.net/resources/v_4_15_0_5/layouts/common/images/carousel-sprite.png') repeat scroll -64px -60px transparent;
}

.customnavigation .buttons a.small-btn.play {
    background: url('https://static-sothebys-sirbahamas-production-0.gtsstatic.net/resources/v_4_15_0_5/layouts/common/images/carousel-sprite.png') repeat scroll 0px -92px transparent;
}

.customnavigation .buttons a.small-btn.next {
    background: url('https://static-sothebys-sirbahamas-production-0.gtsstatic.net/resources/v_4_15_0_5/layouts/common/images/carousel-sprite.png') repeat scroll -32px -60px transparent;
}

#thumbnail-nav .owl-stage,
.thumbnail-slides .owl-stage {
    width: 10000% !important;
    /* padding: 5px; */
}

.demo-slider {
    max-width: 1235px;
    margin: 0 auto;
}

#image-slider,
.slides {
    height: 480px;
}

#image-slider .property {
    position: relative;
}

.slider-info {
    z-index: 99;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.property-info {
    z-index: 999;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.property-info .aminities {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.property-info .aminities p {
    margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 22px;
}

#image-slider .owl-item a,
.slides .owl-item a {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.slideCount {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 999;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}


/* #thumbnail-nav .item,
    .thumbnail-slides .item {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    } */


/* MAYUR :: STYLESHEET */

.owl-carousel-lightbox.open .slides {
    height: 100%;
}

.owl-carousel-lightbox.open .slides {
    position: relative;
}

.owl-carousel-lightbox.open .slides .owl-next,
.owl-carousel-lightbox.open .slides .owl-prev {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    background-color: #fff !important;
    outline: none;
    height: 50px;
    width: 50px;
    border-radius: 50px !important;
}

.owl-carousel-lightbox.open .slides .owl-prev {
    left: 30px;
}

.owl-carousel-lightbox.open .slides .owl-next {
    right: 30px;
}

.owl-carousel-lightbox.open .slides .owl-next span,
.owl-carousel-lightbox.open .slides .owl-prev span {
    /* color: #000;
        font-size: 34px;
        line-height: 19px;
        border-radius: 50px; */
    display: none;
}

.owl-carousel-lightbox.open .slides .owl-next:after {
    content: '\f054';
    font-family: FontAwesome;
    color: #000 !important;
    background: rgba(255, 255, 255, 1);
    font-size: 26px;
    line-height: 19px;
    border-radius: 50px;
    position: absolute;
    text-align: center;
    top: 54%;
    transform: translate(-50%, -50%);
    left: 52%;
}

.owl-carousel-lightbox.open .slides .owl-prev:after {
    content: '\f053';
    font-family: FontAwesome;
    color: #000 !important;
    background: rgba(255, 255, 255, 1);
    font-size: 26px;
    line-height: 19px;
    border-radius: 50px;
    position: absolute;
    text-align: center;
    top: 54%;
    transform: translate(-50%, -50%);
    left: 46%;
}

html.no-scroll {
    overflow: hidden;
}


/* #thumbnail-nav .owl-item,
    .thumbnail-slides .owl-item {
        margin: 2px;
    }
    #thumbnail-nav .owl-item.current {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #000000;
        position: relative;
    }
    .thumbnail-slides .owl-item.current {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #fff;
        position: relative;
    }
    #thumbnail-nav .owl-item.current .contents-wrapper,
    .thumbnail-slides .owl-item.current .contents-wrapper {
        margin: 5px;
    } */

#thumbnail-nav .owl-item .contents-wrapper,
.thumbnail-slides .owl-item .contents-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    /* right: 0; */
    bottom: 0;
}

#thumbnail-nav .owl-item.current .contents-wrapper::before,
.thumbnail-slides .owl-item.current .contents-wrapper::before {
    z-index: 2;
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(50, 75, 115, .7);
}

#thumbnail-nav .owl-item .placeholder-sizer,
.thumbnail-slides .owl-item .placeholder-sizer {
    /* padding-top: 56.25%; */
    height: 115px;
}

#thumbnail-nav .owl-item .contents-wrapper span,
.thumbnail-slides .owl-item .contents-wrapper span {
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    z-index: 1;
    width: auto;
    height: 100%;
    /* width: 100%;
        height: 100%; */
    font-size: 0;
    text-align: center;
    position: relative;
}


/* END */

.content img {
    max-width: 100%;
}

.vcenter-parent {
    display: table;
    height: 100%;
    width: 100%;
}

.vcenter-parent .vcenter {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel-lightbox {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    opacity: 0;
    transition: opacity 0.3s;
}

.owl-carousel-lightbox.open {
    display: block;
    position: fixed;
    /* padding-bottom: 100px; */
    opacity: 1;
    font-family: -apple-system;
}

.owl-carousel-lightbox.open .thumbnail-slides {
    display: inline-block;
    overflow: hidden;
    padding: 8px 0;
    /* margin: 0 5px; */
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.owl-carousel-lightbox .lightbox-controls {
    color: #fff;
    z-index: 999;
    width: 165px;
    margin: 0 5px;
    text-align: right;
}

#close {
    text-decoration: none;
    font-family: -apple-system;
    font-size: 13px;
    text-align: center;
    display: flex;
    cursor: pointer;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 20px !important;
    align-items: center;
}

#close i {
    margin-right: 6px;
    font-size: 20px;
    line-height: 20px;
}

.bg-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 1;
}

.slides {
    height: 100%;
    cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur), auto !important;
}

.slides .owl-wrapper-outer,
.slides .owl-wrapper,
.slides .owl-item {
    height: 100% !important;
}

.slides .slide {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

.slides .slide .slide-content {
    display: inline-block;
}

.slides .slide img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

#image-slider .item {
    background: #ec6e46;
    padding: 120px 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#image-slider.owl-theme {
    position: relative;
}

#image-slider.owl-theme .owl-next,
#image-slider.owl-theme .owl-prev {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    background-color: transparent !important;
    outline: none;
    padding: 10px 0!important;
}

#image-slider.owl-theme .owl-prev {
    left: 0px;
}

#image-slider.owl-theme .owl-next {
    right: 0px;
}

#image-slider.owl-theme .owl-next span,
#image-slider.owl-theme .owl-prev span {
    display: none;
}

#image-slider.owl-theme .owl-next:after {
    content: '\f054';
    font-family: FontAwesome;
    color: #fff;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#image-slider.owl-theme .owl-prev:after {
    content: '\f053';
    font-family: FontAwesome;
    color: #fff;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .owl-carousel-lightbox.open .thumbnail-slides {
        display: none;
    }
    .lightbox-bottom {
        padding: 15px;
        min-height: 130px;
    }
    a.view {
        font-size: 14px;
    }
}