.light-header {
    background-color: #fff;
}
.page-banner-section {
    background-image: url("../img/bg_1920x300.png");
    padding: 165px 0 45px;
}
.top-border {
    border-top: 1px solid #f1f1f1;
}
.footer-widget p strong {
    width: 25px;
}

/* PRODUCT */
.card {
    border-radius: 0;
}
.product-item{
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}
.product-img .show-details {
    background-color: #282828 !important;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    left: 50%;
    line-height: 24px;
    margin-left: -70px;
    margin-top: -20px;
    opacity: 0;
    padding: 9px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    width: 140px;
}
.product-img .show-details:hover {
    background-color: #00b1b0 !important;
}
.product-item:hover .show-details {
    opacity: 1;
}

.tags {
    margin:15px 0 !important;
}
.tags a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0 5px;
    text-transform: capitalize;
}
.tags a:hover {

    border: 1px solid #00b1b0;
    color: #00b1b0;

}

.carousel-caption, .carousel-caption p {
    font-size: 24px !important;
    color:white !important;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000000;
}

#mapid { height: 360px; margin-top:-20px;}