
.bs-horiz-card {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    -moz-box-shadow:  0 1.5rem 4rem rgba(22, 28, 45, 0.1);
    -webkit-box-shadow:  0 1.5rem 4rem rgba(22, 28, 45, 0.1);
    box-shadow: 1 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background:#fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
}
.bs-horiz-card:before,
.bs-horiz-card:after {
    content: " ";
    display: table;
}
.bs-horiz-card:after {
    clear: both;
}
.bs-horiz-card:hover {
    background: rgba(200, 222, 251, 1.0);
    -moz-box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);
    box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);
}
.bs-horiz-card .horiz-card-img,
.bs-horiz-card .horiz-card-details {
    float: left;
}
.bs-horiz-card .horiz-card-img {
    position: relative;
    display: block;
    width: 10%;
}
.bs-horiz-card .horiz-card-img img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}
.bs-horiz-card .horiz-card-img i {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -12.5px;
    margin-left: -12.5px;
    color: #FFF;
    font-size: 25px;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bs-horiz-card .horiz-card-img:hover i {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.bs-horiz-card .horiz-card-details {
    width: 89.9%;
}
.bs-horiz-card .horiz-card-details h4 {
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}
.bs-horiz-card .horiz-card-details h4 a {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bs-horiz-card .horiz-card-details .info-list {
    margin-left: 5px;
}
.bs-horiz-card .horiz-card-details .info-list > div {
    margin-top: 5px;
    font-size: 13px;
}
.bs-horiz-card .horiz-card-details .info-list > div a {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bs-horiz-card .horiz-card-details .info-list > div i {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bs-horiz-card .horiz-card-details .info-list > div:hover i {
    color: #4f5259;
}
@media screen and (max-width: 768px) {
    .bs-horiz-card .horiz-card-img {
        width: 18%;
    }
    .bs-horiz-card .horiz-card-details {
        width: 81.9%;
    }
    .bs-horiz-card .horiz-card-details h4 {
        margin-top: 0;
    }
}
@media screen and (max-width: 480px) {
    .bs-horiz-card .horiz-card-img {
        width: 100%;
        float: none;
        text-align: center;
        position: relative;
        background: #f8f8f8;
        margin-bottom: 15px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }
    .bs-horiz-card .horiz-card-img img {
        width: auto;
        display: inline-block;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
    }
    .bs-horiz-card .horiz-card-details {
        width: 100%;
        float: none;
    }
    .bs-horiz-card .horiz-card-details h4,
    .bs-horiz-card .horiz-card-details .info-list {
        margin-left: 0;
    }
    .bs-horiz-card .horiz-card-details h4 > div,
    .bs-horiz-card .horiz-card-details .info-list > div {
        padding: 0;
    }
    .bs-horiz-card .horiz-card-details .info-list > div {
        margin-top: 10px;
    }
}