/* 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;
}

.tire-attr-container {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
.tire-attr-container .tire-attr-cell {
    width: 50%;
    box-sizing: border-box;
    flex-shring: 0;
    background: #eeeeef !important;
    border: 1px solid #ddd !important;
    display: flex;
    flex-flow: row nowrap;
    height: 82px;
}

.tire-attr-container .tire-attr-cell .tire-attr-cell-img {
    /*height: 65px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    width: 50%;
    padding: 20px 0 20px 0;
}

.tire-attr-container .tire-attr-cell .tire-attr-cell-text {
    /*height: 45px;*/
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*text-align: center;*/
    color: #929292 !important;
    font-family: TradeGothicLT-BoldCondTwenty;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    white-space: normal;
    flex-shrink: 0;
    flex-grow: 0;
    width: 50%;
}
.tire-attr-container .tire-attr-cell img {
    width: 100%;
    height: auto;
    margin: 0;
}

.tire-attr-container .tire-attr-cell img.shrink {
    width: 75%;
    height: auto;
    margin: 0;
}

.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;*/
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 4rem;
}
.bottom-bar:hover {
    /*color: #fff;*/
}
.bottom-bar .text {
    /*width: calc(100% - 80px);*/
    /*padding: 11px 0 12px 15px;*/
    /*display: block;*/
    /*color: #fff !important;*/
    background-color: #e11e30 !important;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    flex-grow: 1;
    text-decoration: none;
}

.bottom-bar .text:hover {
    text-decoration: none;
}
.bottom-bar:after {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0; right: 40px;*/
    /*border-top: 40px solid #e11e30;*/
    /*border-right: 40px solid #fff;*/
    /*width: 0;*/
}
.bottom-bar .corner {
    /*width: 4rem;*/
    border-bottom: 4rem solid transparent;
    border-left: 4rem solid #e11e30;
    background-color: #fff;
}
.bottom-bar .arrow {
    /*position: absolute;*/
    /*right: 0;*/
    /*width: 40px;*/
    /*text-align: center;*/
    /*height: 40px;*/
    /*background: #fff;*/
    /*color: #e11e30;*/
    /*top: 0;*/
    /*padding-top: 3px;*/
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-decoration: none;
}

.bottom-bar .arrow:hover i {

}

.bottom-bar .arrow i {
    color: #e11e30;
    text-decoration: none;
}

.tire a:hover,
.tire a:hover .tire-card .bottom-bar,
.tire a:hover .tire-card .bottom-bar .text {
    text-decoration: none;
}

.tire a:hover .tire-card .bottom-bar .arrow i {
    color: #e11e30;
    text-decoration: none;
}
.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 {
    height: 6rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: space-between;
    z-index: 100;
}

.tire-card .black-bg .bbg-img-container {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #000;
}

.tire-card .black-bg .bbg-corner {
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
    flex-grow: 0;
    border-top: 6rem solid transparent;
    border-left: 6rem solid #000;
    background-color: transparent;
}

.tire-card .black-bg .bbg-img-container img {
    max-height: 30px;
    width: auto;
}

/*.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;
}

.tire-card-box-gray {
    padding: 10px 15px;
    background-color: #dedede;
    position: relative;
    color: #929292 !important;
    margin: 0;
    font-family: 'TradeGothicLT-BoldCondTwenty', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}