/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.col-row {
    margin: 0 -3px;
}
.brand-filter .col-5 {
    float: left;
    width: 20%;
    padding: 0 3px;
}
.brand-filter .box {
    display: block;
    padding: 3px 10px;
    margin: 0 0 6px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:bold;
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
    transition: all .2s ease-in;
}	
.border1 {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
a {
    color: #696969;
    text-decoration: none;
}
a, ins {
    text-decoration: none;
}
a:hover {
    background-color: #ededed;
}
.brand-filter .box .img-h {
    float: left;
    max-width: 65px;
    width: 100%;
    line-height: 0;
}
.brand-filter .box .img-h img {
    margin: 0 auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
