/* This is for the tire tiles. Better if placed in here. */
.black-bg {
    background: #000;
    padding: 15px;
    height: 55px;
    position: relative;
    width: calc(100% - 55px);
}
.black-bg:after {
    content: '';
    position: absolute;
    top: 0; right: -55px;
    border-top: 55px solid transparent;
    border-left: 55px solid #000;
    width: 0;
}
.black-bg img {
    /*height: 25px;*/
}
h2.family_tiles {
    color: #e11e30 !important;
    text-align: center;
    margin-bottom: 60px;
    font-size: 45px;
}
.tire-card {
    position: relative;
    margin-top: 203px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.tire-card h4 {
    margin-top: 0;
}
.tire-card .card-box {
    box-shadow: 0 0 5px #ddd;
    background-color: #ddd;
    position: relative;
}
.tire-card .padding {
    padding: 15px;
}
.bottom-bar {
    background-color: #e11e30 !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    height: 40px;
    display: block;
    clear: both;
}
.bottom-bar:hover {
    color: #fff;
}
.bottom-bar .text {
    width: calc(100% - 80px);
    padding: 11px 0 12px 15px;
    display: block;
    color: #fff !important;
}
.bottom-bar:after {
    content: '';
    position: absolute;
    top: 0; right: 40px;
    border-top: 40px solid #e11e30;
    border-right: 40px solid #fff;
    width: 0;
}
.bottom-bar .arrow {
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    background: #fff;
    color: #e11e30;
    top: 0;
    padding-top: 3px;
}
.bottom-bar .arrow i {
    color: #e11e30;
}
.tire-card ul {
    margin: 0;
    padding: 0;
}
.tire-card li {
    margin-left: 17px;
}
.tire-card .box-item {
    background: #eee;
    border: 1px solid #ddd;
    height: 77px;
}
.tire-card .box-image {
    width: 65px;
    height: 75px;
    text-align: center;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}
.tire-card .box-text {
    margin-top: 20px;
}
.tire-card .vehicles {
    height: 35px;
}
.module-wrapper .red {
    color: #e11e30 !important
}
.tire-card .tire-tile-image-wrapper {
    position: absolute;
    max-height: 245px;
    top: -163px;
    overflow: hidden;
    min-width: 305px;
    max-width: calc(100% - 30px);
}
.tire-card .tire-3-4 {
    position: relative;
    padding-right: 0;
    padding-left: 20px;
}
.tire-card .tire-3-4 {
    padding-left: 0;
}

@media (max-width: 991px ) {
    .tire-card {
        float: none;
    }
}
@media (max-width: 400px ) {
    .tire-card .box-item {
        float: none;
        display: block;
        width: 100%;
        color: #fff !important;
    }
    .bottom-bar .text {
        font-size: 13px;
    }
    .tire-card {
        padding-left: 0;
        padding-right: 0;
        margin-top: 230px;
    }
}
@media (max-width: 991px) {
    .tire-card {
        margin-top: 230px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    .tire-card .box-item {
        float: none;
        display: block;
        width: 100%;
        color: #fff !important;
    }
    .bottom-bar .text {
        font-size: 14px;
    }
}
/* This is for the tire tiles. Better if placed in here. */

.video_wrapper {
    position: relative;
    height: 0;
    padding-top: 56.2%;
}
.video_inner_frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



/**
* Tire Card Styles
*/

.tire-card-wrapper {
    background-color: #cacaca;
}

.tire-card {
    position: relative;
    margin-top: 245px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .tire-card {
        margin-top: 196px !important;
    }
}
.tire-card {
    position: relative;
    margin-top: 245px;
    margin-bottom: 30px;
}

.tire-card .tire-3-4 {
    width: 100%;
    position: absolute !important;
    top: -177px;
}

.module-wrapper .tire-card .tire-3-4 {
}

.tire-card .black-bg {
    background: #000;
    padding: 15px;
    height: 55px;
    position: relative;
    width: calc(100% - 55px);
}

.tire-card .black-bg img {
    max-width: calc(100% - 15px);
    max-height: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.tire-card .black-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: -55px;
    border-top: 55px solid transparent;
    border-left: 55px solid #000;
    width: 0;
}

.tire-card h4 {
    font-family: 'TradeGothicLT-BoldCondTwenty';
    font-size: 14px;
    text-transform: uppercase;
    color: #C30016;
    margin: 0;
    margin-bottom: 10px;
    height: 20px;
    font-weight:400;
}
.tire-card h4.gray {
    color: #929292 !important;
    margin-bottom: 0;
}

.tire-card .vehicles {
    font-family: 'TradeGothicLT-BoldCondTwenty';
    font-size: 14px;
    text-transform: uppercase;
    color: #929292;
    margin: 0;
}

.tire-card .card-box {
    background-color: #dedede;
    position: relative;
}

.tire-card .padding {
    padding: 15px;
}

.tire-card ul {
    margin: 0;
    padding: 0;
}

.tire-card li {
    margin-left: 17px;
}

.tire-card .box-item {
    background: #eeeeef !important;
    border: 1px solid #ddd!important;
    height: 77px!important;
    position: relative!important;
    width: 50%!important;
    float: left!important;
}

.tire-card .box-image {
    width: 75px !important;
    height: 75px !important;
    text-align: center;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: -10px;
    position: relative;
}

.tire-card .box-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.tire-card .box-text {
    font-family: 'TradeGothicLT-BoldCondTwenty';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    color: #929292 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 50%;
    margin-top: 0px !important;
}

.tire-card .vehicles {
    height: 35px;
}

.tire-card a.btn-red {
    width: 100%;
    margin-top: 20px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    width: 100%;
}

.tire-image .photogallery img {
    width: auto;
    margin: 15px auto;
}

.tire-image .thumbnails .tire_col img {
    margin: 15px 0;
}