@charset "UTF-8";

#slider-map-container {
    float: left;
    width: 100%;
    background: transparent url(../images/map/slider-loader.gif) no-repeat 50% 50%;
    position: relative;
}
#slider-map {
    width: 100%;
    height: 540px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border-top:4px solid #f39400;
}
#slider-map-zoom-in {
    background: #373737;
    background: rgba(100, 100, 100, .9);
    position: absolute;
    left: 1px;
    top: 1px;
    width: 40px;
    height: 40px;
    background-image: url(../images/map/slider-map-zoom-in.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 100;
    cursor: pointer;
}
#slider-map-zoom-out {
    background: #373737;
    background: rgba(100, 100, 100, .9);
    position: absolute;
    left: 1px;
    top: 42px;
    width: 40px;
    height: 40px;
    background-image: url(../images/map/slider-map-zoom-out.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 100;
    cursor: pointer;
}
.overlay-simple-marker {
    z-index: 10;
    background: #2b2b2b;
    background: rgba(43, 43, 43, .95);
    padding: 6px;
    width: 170px;
    float: left;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    z-index: 20;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.overlay-simple-marker .arrow {
    position: absolute;
    background: url(../images/map/slider-map-overlay-arrow.png) no-repeat top left;
    width: 7px;
    height: 13px;
    left: -7px;
    top: 9px;
}
.overlay-simple-marker img {
    float: left;
    margin: 0 0 8px 0;
    display: block;
}
.overlay-simple-marker .title {
    display: block;
    margin: 4px 0 2px 5px;
}
.overlay-simple-marker .bedrooms {
    float: left;
    background: url(../images/map/slider-map-simple-overlay-beds.png) no-repeat center left;
    padding: 0 0 0 15px;
    margin: 0 10px 0 5px;
    font-size: 11px;
}
.overlay-simple-marker .bathrooms {
    float: left;
    background: url(../images/map/slider-map-simple-overlay-bathrooms.png) no-repeat center left;
    padding: 0 0 0 15px;
    margin: 0 10px 0 0;
    font-size: 11px;
}
.overlay-simple-marker .cars {
    float: left;
    background: url(../images/map/slider-map-simple-overlay-cars.png) no-repeat center left;
    padding: 0 0 0 19px;
    margin: 0 10px 0 0;
    font-size: 11px;
}
.overlay-simple-marker p {
    margin: 7px 0;
    color: #aaa;
    font-size: 11px;
    line-height: 14px;
    padding: 0 5px;
}
.overlay-featured-marker {
    position: absolute;
    left: 15px;
    /* bottom: -20px!important;*/
    /* background: #41a62b;*/
    padding: 5px;
    margin-top:18px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: none;
    overflow: visible !important;
    z-index: 10;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.overlay-featured-marker img {
    display: block;
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.overlay-featured-marker .arrow {
    background: url(../images/map/slider-map-featured-overlay-arrow.png) no-repeat top left;
    width: 17px;
    height: 9px;
    left: 18px;
    bottom: -7px;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.overlay-featured-marker-current {
    z-index: 11;
    width: 72px;
    height: 72px;
    /*bottom: -20px!important;*/
    left: 0;
}
.overlay-featured-marker-current .t1 .arrow {
    background: url(../images/map/slider-map-featured-overlay-arrow1.png) no-repeat top left;
    width: 17px;
    height: 9px;
    left: 33px;
    position: absolute;
}
.overlay-featured-marker .latlng {
    display: none;
}
#slider-map-featured {
    float: left;
    width: 100%;
    height: 259px;
    overflow: hidden;
    background: transparent url(../images/map/slider-loader.gif) no-repeat 50% 50%;
    position: relative;
}
#slider-map-featured ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100000px;
    float: left;
    height: 259px;
    position: absolute;
    left: 0;
    top: 0;
    background:transparent;
}
#slider-map-featured ul li {
    transition: background 2s;
    float: left;
    width: 439px;
    padding: 18px 20px;
    background: #ddd;
    border-top: 5px solid #999;
    /* border-right: 1px solid #ededee; */
    font-size: 14px;
    line-height: 17px;
    color: #ddd;
    position: relative;
    display: none;
    height: 216px;
    max-height: 216px;
    cursor: pointer;
    /*-webkit-transition: background-color .12s ease-in-out;*/
    /*-moz-transition: background-color .12s ease-in-out;*/
    /*-ms-transition: background-color .12s ease-in-out;*/
    /*-o-transition: background-color .12s ease-in-out;*/
    /*transition: background-color .12s ease-in-out;*/
    /*-webkit-transition: border-top-color .12s ease-in-out;*/
    /*-moz-transition: border-top-color .12s ease-in-out;*/
    /*-ms-transition: border-top-color .12s ease-in-out;*/
    /*-o-transition: border-top-color .12s ease-in-out;*/
    /*transition: border-top-color .12s ease-in-out;*/
}
#slider-map-featured ul li p{
    margin: 0 0 5px;
}
#slider-map-featured ul li img {
    float: left;
    margin: 0 15px 0 0;
    width: 100%;
}
#slider-map-featured ul li span.slider-title {
    font-size: 11px;
    font-weight: 700;
    color: #ddd;
    line-height: 13px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    margin: 7px 0 0;
}
#slider-map-featured ul li h3 {
    margin: 0px 0 10px;
    padding:0;
    font-size: 20px;
    line-height: 18px;
    /* color: #251b67;*/
    font-weight:bold;
    text-transform:uppercase;
}
#slider-map-featured .t1 h3 {
    color: #251b67;
}
#slider-map-featured .t2 h3 {
    color: #d70f00;
}
#slider-map-featured .t3 h3 {
    color: #e46300;
}

#slider-map-featured ul li p {
    color: #522c1d;
}



#slider-map-featured .property-info {
    background: transparent;
    position: absolute;
    left: 0;
    top: 211px;
    width: 100%;
    height: 43px;
    display: none;
}
#slider-map-featured ul li:hover {
    /* background-color: #111; */
    border-top-color: #c7c7c7;
}
#slider-map-featured ul li.current {
    background-color: #fff;

    z-index:300;
    box-shadow: 0 0 20px #fff;
}
#slider-map-featured ul li.current.t1 {
    border-top-color: #251b67;
}
#slider-map-featured ul li.current.t2 {
    border-top-color: #d70f00;
}
#slider-map-featured ul li.current.t3 {
    border-top-color: #e46300;
}

#slider-map-featured ul li.current p {
    color:#111;
}
#slider-map-featured ul li.current .property-info {
    display: block;
}
#slider-map-featured .property-info .baths, #slider-map-featured .property-info .cars, #slider-map-featured .property-info .beds {
    float: left;
    margin: 13px 15px 0 0;
    font-size: 14px;
}
#slider-map-featured .property-info .beds {
    background: url(../images/map/slider-map-featured-beds.png) no-repeat left center;
    padding: 0 0 0 18px;
    margin-left: 30px;
}
#slider-map-featured .property-info .baths {
    background: url(../images/map/slider-map-featured-baths.png) no-repeat left center;
    padding: 0 0 0 18px;
}
#slider-map-featured .property-info .cars {
    background: url(../images/map/slider-map-featured-cars.png) no-repeat left center;
    padding: 0 0 0 20px;
}
#slider-map-featured .property-info .price {
    float: left;
    border-left: 1px solid #e5e5e5;
    padding: 0 0 0 30px;
    margin: 0 0 0 30px;
    line-height: 43px;
    color: #484544;
    font-size: 14px;
    font-weight: 700;
}
#slider-map-featured .property-info a.view {
    float: right;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    line-height: 38px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: background-color .12s ease-in-out;
    -moz-transition: background-color .12s ease-in-out;
    -ms-transition: background-color .12s ease-in-out;
    -o-transition: background-color .12s ease-in-out;
    transition: background-color .12s ease-in-out;
}
#slider-map-featured .property-info a.view:hover {
    background: #484544;
}
#slider-map-featured-left {
    position: absolute;
    width: 100px;
    height: 216px;
    background: #363636;
    background-image: url(../images/map/slider-map-featured-left.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    cursor: pointer;
}
#slider-map-featured-right {
    position: absolute;
    width: 100px;
    height: 216px;
    background: #363636;
    background-image: url(../images/map/slider-map-featured-right.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    right: 0;
    top: 0;
    z-index: 100;
    display: none;
    cursor: pointer;
}
.overlay-target {
    background: url(../images/map/slider-map-overlay-target.png) no-repeat top left;
    width: 57px;
    height: 57px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.color {
    color: #00aeef;
}

.social-icons a:hover {
    background-color: #00aeef;
}
#menu>li.current-menu-item>a {
    border-top-color: #00aeef;
}
#slider-map-zoom-in:hover, #slider-map-zoom-out:hover {
    background-color: #251b67;
}
#slider-map-featured .property-info a.view {
    background-color: #251b67;
}
.property-search-submit {
    background-color: #00aeef;
}
.property-search-submit:hover {
    background-color: #009cd7;
}
#filter .filter-submit {
    background-color: #00aef0;
}
#filter .filter-submit:hover {
    background-color: #009cd7;
}
#property-controls {
    border-color: #00aeef;
}
#pagination li.current a {
    border-color: #00aeef;
}
.box-map-img {
    float: left;
    display: block;
    width: 175px;
}
@media (max-width:1600px) {
    #slider-map{
        height:450px;
    }
}
@media (max-width:1200px) {
    #slider-map{
        height:400px;
    }
}
@media (max-width:991px) {
    #slider-map{
        height:350px;
    }
}