﻿/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
        /*display: inline-block;*/
        margin: 0 auto;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(/Scripts/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -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-item {
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.23
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
    }
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

#propertySale.propertyBoardContent .owl-theme .owl-controls .owl-page {
    display: none;
}


.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #A3A3A3;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background-color: #15800A;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
}

#owl-demo .owl-item > div {
    background: #42bdc2;
    margin: 3px;
    color: white;
    font-size: 32px;
    border: 1px white;
}

.wrapper-with-margin {
    margin: 0px 50px;
}


.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    z-index: 99999;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 85px;
    background: transparent url(/Resources/images/elements.png) -268px -153px no-repeat;
    width: 33px;
    height: 33px;
}



#areaRecentlyLet .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 130px;
}

#propertyNewListings .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 155px;
}

#propertyShow .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 155px;
}

#propertyDevelopments .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 155px;
}

#propertyRent .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 155px;
}

#propertySale .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 155px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 85px;
    background: transparent url(/Resources/images/elements.png) -321px -153px no-repeat;
    width: 33px;
    height: 33px;
}


#areaRecentlyLet .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 130px;
}

#propertyNewListings .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 155px;
}

#propertyShow .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 155px;
}

#propertyDevelopments .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 155px;
}

#propertyRent .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 155px;
}

#propertySale .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 155px;
}



.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background-position: -268px -256px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-position: -321px -256px;
}

@media only screen and (max-width: 424px) {
    #lifeStyle .owl-theme .owl-controls .owl-buttons div {
        display: none;
    }

    .siteWrapper .propertyBoardContent ul {
        padding: 0;
    }

        .siteWrapper .propertyBoardContent ul li {
            margin: 0 auto;
        }
}

.owl-carousel .owl-item.center-one {
}


.owl-carousel .owl-item.center-one li {
    float: none !important;
    display: inline-block !important;
    position: relative;
    left: 110%;
    right: 100%;
    width: 280px !important;
}

.owl-carousel .owl-item.center-two li {
    float: none !important;
    display: inline-block !important;
    position: relative;
    left: 50%;
}

@media only screen and (max-width: 768px) {
    .owl-carousel .owl-item.center-one li {
        float: none !important;
        display: inline-block !important;
        position: relative; 
        left: 65%;
        right: 40%;
    }
    
}

@media only screen and (max-width: 600px) {
    .owl-carousel .owl-item.center-one li {
        float: none !important;
        display: inline-block !important;
        position: relative; 
        left: 20%;
        right: 40%;
    }
    
}

@media only screen and (max-width: 905px) {
    .owl-carousel .owl-item.center-two li {
          left: 10%;
    }
}

@media only screen and (max-width: 768px) {
    .owl-next {
          right: 0px !important;
    }

    .owl-prev {
          left: 0px !important;
    }
}

@media only screen and (max-width: 800px) {
    .owl-next {
          right: 0px !important;
    }

    .owl-prev {
          left: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .owl-carousel .owl-item.center-two li {
          left: 15%;
    }
}

@media only screen and (max-width: 800px) {
    .owl-carousel .owl-item.center-one li {
          left: 65%;
    }
}
