/* COMMON-CSS */

.manage-pad{
    padding: 0px;
    padding-left: 15px;
}

p {
    color: #666;
    font-size:14px;
}

.property-info p {
    font-size:12px;
    
}
.info p {
    font-size:16px;
    
}
h1
{
    font-size:14px;
}
/***
PRODUCT-LISTING-WRAPPER
***/

.product-listing-wrapper{
    position: relative;
    width: 100%;
}
.product-listing-wrapper .property-item-row{
    background: #eee;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.product-listing-wrapper .property-item{
    width: 80%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 1px 1px #ccc;
    margin-bottom: 1em;
    margin-top: 1em;
    margin:0 auto;

    
   
    
}

.product-listing-wrapper .property-item .row.bord-bot{
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.product-listing-wrapper .property-item .property-img{
    width: 100%;
    position: relative;
}

.product-listing-wrapper .property-item .property-img .main-img{
    width: 100%;
    max-width: 100%;
    display: block;
    height:auto;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.4);
}
.product-listing-wrapper .property-item .property-img .thumbs-up{
    position: absolute;
    right: 1em;
    bottom: 0.5em;
    width: 48px;
}
.product-listing-wrapper .property-item .property-name{
    margin-top: 0.25em;
}

.product-listing-wrapper .property-item .property-name, .product-listing-wrapper .property-item .property-info p{
    margin-bottom: 10px;
}


.available-hours{
    margin-top: 10px;
    font-size: 14px;
    color: #d11613;
}
.available-hours svg{
    vertical-align: middle;
    fill: #222;
}

.available-hours .week-info{
    display: block;
    padding-left: 22px;
    font-size: 13px;
    color: #999;
}

.product-listing-wrapper .property-item .call-now{
    margin-top: 1.5em;

}
.product-listing-wrapper .property-item .call-now .contact-no{
    display: inline-block;
    margin-bottom: 1em;

}
.product-listing-wrapper .property-item .call-now .contact-no a{
    display: block;
    transition: all ease-in-out 0.3s;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 5px;
}
.product-listing-wrapper .property-item .call-now .contact-no a:hover{
    text-decoration: none;
    color: #000;
    border-color: #000;
    background: #f1f1f1;

}

.product-listing-wrapper .property-item .call-now .contact-no > a svg{
    vertical-align: middle;
    margin-right: 5px;
    fill: #000;
    transition: all ease-in-out 0.3s;
}

.product-listing-wrapper .property-item .call-now .contact-no a:hover svg{
    transform: scale(1.4);
    fill: #d11613;
}

/***
END-OF-PRODUCT-LISTING-WRAPPER
***/


/***
PROPERTY-DETAIL-PAGE-CSS
***/

.property-info-wrapper{
    padding: 10px 0;
}
.property-img-slider.owl-carousel .item img{
    width: 100%!important;
    /*height: auto!important;*/
    height:500px;
}

.slider-indicators-list li img{
    height:150px;
}

.proerty-img-slider-thumbnails{
    width: 100%;
    margin: 10px 0;
}
.proerty-img-slider-thumbnails .slider-indicators-list{
    width: 100%;
}

.proerty-img-slider-thumbnails .slider-indicators-list a:hover, .proerty-img-slider-thumbnails .slider-indicators-list a:focus{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.4);
    transition: all ease-in 0.3s;
}
.active-img{
    opacity: 0.8;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.4);
}

.property-img-slider .owl-controls{
    margin-top:10px;
    text-align:center;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.property-img-slider .owl-controls .owl-nav div{
    color:#FFF;
    display:inline-block;
    margin:5px;
    padding:5px 15px;
    font-weight:bold;
    font-size:25px;
    -webkit-border-radius:0;
    position:absolute;
    top:40%;
    -moz-border-radius:0;
    border-radius:0;
    cursor:pointer
}
.property-img-slider .owl-prev{
    left:5px;
}
.property-img-slider .owl-next{
    right:5px;
}
.property-img-slider .owl-controls .owl-nav div:hover{
    filter:Alpha(Opacity=100);
    opacity:1;
    text-decoration:none;
}

.proerty-img-slider-thumbnails .slider-indicators-list li{
    list-style-type: none;
    display: inline-block;
    width: 24.4%;
}
.proerty-img-slider-thumbnails .slider-indicators-list li a{
    display: block;
}
.proerty-img-slider-thumbnails .slider-indicators-list li:last-child{
    margin-right: 0;
}

.property-info-wrapper .property-contact-info{
    min-height: 644px;
    padding: 10px;
    background: #f1f1f1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.property-info-wrapper .property-contact-info .see-less-btn{
    display: block;
    font-size: 13px; 
    margin-top: 5px;
    margin-bottom: 10px; 
}

.property-contact-info .available-hours{
    margin-top: 0px;
}

.property-contact-info .available-hours .week-info{
    display: block;
    padding-left: 0px;
}

.property-info-wrapper .property-contact-info .col-sm-1, .property-info-wrapper .property-contact-info .col-sm-10{
    margin-bottom: 15px;
}

.business-information{
    margin-top: 0px;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.business-information .info{
    padding: 10px;
    background:#f1f1f1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.business-information .info h3{
    margin-bottom: 10px;
}

/* CONTACT-FORM-CSS */

.contact-form{
    width : 100%;
    position: relative;
}
.contact-form .form-wrapper{
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.contact-form .form-wrapper form{
    margin-top: 10px;
}

/* END-OF-CONTACT-FORM-CSS */


/* PROPERTY-LOCATION-CSS */

.property-location{
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.property-location .map{
    padding: 10px;
    background: #f4f4f4;
}

/* END-OF-PROPERTY-LOCATION-CSS */

/* PROPERTY-MEDIA-CSS */

.property-media{
    width: 100%;
    margin-top: 10px;
    position: relative;    
}

.property-media .media{
    padding: 10px;
    background: #f4f4f4;
}


.property-location .map h3, .property-media .media h3{
    margin-bottom: 10px;
}

.property-location .map a, .property-media .media a{
    display: block;
}

/* END-OF-PROPERTY-MEDIA-CSS */

/***
END-OF-PROPERTY-DETAIL-CSS
***/



/***
FOOTER
***/

#footer .dealers-state-list{
    max-height: 330px;
    overflow-y: scroll;
}

#footer .dealers-state-list li{
    list-style-type: none;
    position: relative;
    padding-left: 10px;
}

#footer .dealers-state-list li:before{
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
}

#footer .dealers-state-list li a{
    float: none;
}

/***
END-OF-FOOTER
***/


/***
RESPONSIVE-CSS
***/

@media screen and (max-width: 767px){
    .product-listing-wrapper .property-item .call-now{
        margin-top: 0.5em;
    }
    .product-listing-wrapper .property-item .call-now .contact-no > a{
        text-align: center;
        font-weight: 400;
        font-size: 16px;
    }

    .product-listing-wrapper .property-item .property-img .thumbs-up{
        width: 24px;
        right: 10px;
        bottom: 5px;    
    }

    .product-listing-wrapper .property-item .call-now .contact-no > a svg{
        display: block;
        margin: 0 auto;
    }

    .product-listing-wrapper .property-item .row.bord-bot .col-xs-3{
        padding: 0;
        padding-right: 10px;
    }
    
    .proerty-img-slider-thumbnails .slider-indicators-list li{
        width: 23.85%;
    }

    .property-info-wrapper .property-contact-info .col-sm-1, .property-info-wrapper .property-contact-info .col-sm-10{
        margin-bottom: 5px;
    }
    .property-info-wrapper .property-contact-info{
        min-height: unset;
    }

    .available-hours .week-info{
        display: none;
    }
    
    .manage-pad{
        padding: 0 15px;
    }
}

@media screen and (max-width: 400px){
    .proerty-img-slider-thumbnails .slider-indicators-list li{
        width: 23.5%;
    }
}



@media screen and (min-width: 1200px){
    .call-now, .property-distance{
        text-align: right;
    }
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}



/***
END-OF-RESPONSIVE-CSS
***/