﻿.banner-background {
    width: 100%;
    background: url(../img/bg-banner.png) no-repeat center 0;
    height: 473px;
    position: relative;
    margin-bottom: -473px;
    z-index: 1;
}


.banner-content {
    max-width: 100%;
    margin: 8px auto 0 auto;
    color: #243e90;
    height: 373px;
    z-index: 2;
    position: relative;
    overflow: visible;
}
@media(max-width:827px) {
    .banner-background {
        background-image: none;
        background-color: #0f3f99;
        height: 543px;
        width: 100%;
        margin-bottom: -543px;
    }

    .banner-content-tire-search {
        overflow: visible !important
    }

    .promotions-header {
        margin-top: 180px !important;
    }
    .banner-content-design {
        width:400px!important;
        right: -50px;
    }
}
.tire-search, .maintenance-repairs {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #ccc;
    padding: 15px;
    margin: 0 0 10px 0;
}

    .tire-search, .tire-search a {
        font-size: 14px;
    }

        .tire-search .car-truck-search-by-options {
            margin-bottom: 0 !important;
        }

        .tire-search .specialty-tire-search-by-options {
            margin-left: 0px;
        }

        .tire-search .phone {
            font-size: 14px;
        }

    .maintenance-repairs li.sched a {
        color: #0f3e99;
        font-size: 14px;
        text-decoration: none;
    }

    .maintenance-repairs ul, .maintenance-repairs li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .maintenance-repairs li {
        margin-bottom: 2px;
        padding: 3px 3px 0;
    }

        .maintenance-repairs li:last-child {
            margin-bottom: 1em;
            padding-left: 30px;
        }

        .maintenance-repairs li:nth-last-child(2) {
            margin-bottom: 1em;
            padding-left: 30px;
        }

.sched img {
    height: 20px;
    padding-right: 8px;
}

.sched {
    font-size: 12px;
    font-weight: bold;
}

.find-tires a.active {
    border-bottom: 0;
}

.promotions-header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.promotions-items {
    max-width: 1120px;
    margin: 0 auto;
}

.promotions-title {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e32526;
    color: white;
    height: 30px;
}

.promotions-title-arrow-tires {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #e32526;
    position: absolute;
    right: 10px;
    top: 0;
}

.promotions-title-arrow-maintenance {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #e32526;
    position: absolute;
    left: 10px;
    top: 0;
}

.promotions-title-maintenance-xs {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0;
    position: relative;
    margin-bottom: 10px;
}

.banner-content-tire-search-and-design {
    width: 100%;
    margin: 0 auto;
}

.banner-content-design {
    width: 505px;
    float: left;
}

    .banner-content-design img {
        height: 352px;
        display: inline-block;
    }

.banner-content-tire-search {
    width: 305px;
    margin: 0 auto;
}

.banner-content-maintenance {
    width: 305px;
    float: right;
}

#review_header {
    padding: 0!important;
    border-bottom: none!important;
    display: inline-block!important;
}

    #review_header .graph {
        vertical-align: top !important;
    }

/* Small devices and up (tablets, 768px and up) */
@media (min-width: 768px) {

    .banner-content-tire-search-and-design {
        max-width: 810px;
    }

    .banner-content-tire-search {
        float: left;
    }

    .banner-content-design {
        float: left;
    }

    .promotions-title-tires {
        margin-right: 15px;
    }

    .promotions-items img {
        box-shadow: 10px 10px 5px #888888;
        margin-bottom: 20px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .banner-content {
        width: 1120px;
    }

    .banner-content-tire-search-and-design {
        max-width: 1120px;
    }

    .banner-content-maintenance {
        width: 305px;
        float: right;
    }
    /*.banner-content-tire-search-and-design {
        float: left;
    }*/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container-fluid {
        width: 1240px;
    }

    .banner-background {
        width: 1440px;
        background: url(../img/bg-banner.png) no-repeat center 0;
        height: 473px;
        position: relative;
        left: -100px;
        margin-bottom: -473px;
        z-index: 1;
    }
}
