body {
    font-family: "rucksack",sans-serif;
}

h2, h2 a, h2 a:hover {
    color: #585858;
    text-transform: uppercase;
    text-decoration: none;
}

    h2.logo {
        background-image: url('../images/logo.png');
        height: 147px;
        width: 327px;
        text-indent: -8000px;
        background-size: 327px 147px;
        background-repeat: none;
    }




@media(max-width:767px) {

    .clear-left-xs {
        clear: left;
    }
}

.vehicle h2 small, .single-vehicle h2 small {
    font-size: 0.6em;
    color: white;
}



ul.nav li a {
    color: #1072bd;
    font-size: 1.2em;
    margin-top: 33px;
    margin-right: 20px;
}

h3.call, a h3.call, a:visited h3.call {
    color: #1072bd;
    margin-left: 20px;
    text-decoration: none;
    font-size: 2em;
    text-align: justify;
}


div#cover {
    padding: 0;
}


h3.call img {
    padding: 10px;
    float: left;
}


.grey {
    background-color: #616161;
}

    .grey h4, .grey h2 {
        color: white;
    }


.nav > li > a {
    padding: 5px;
}

#main-nav {
    margin-right: 20px;
}

#searchbar {
    background-color: #009ed4;
    color: white;
    font-size: 1.1em;
    text-align: center;
}

    #searchbar img {
        padding: 10px;
    }

    #searchbar .col {
        padding-top: 5px;
        padding-bottom: 5px;
    }

div#about {
    background-color: #e9e8e8;
}

#footermessage {
    background-color: #009ed4;
    color: white;
    font-size: 1.1em;
    text-align: center;
    margin-top: 20px;
}

div#contact h2 {
    color: #009ed4;
    text-transform: uppercase;
    border-bottom: 2px solid #585858;
}


div#about h2 {
    color: #009ed4;
    text-transform: uppercase;
}

div#about h3 {
    font-size: 3em;
}

    div#about h3 a {
        color: #009ed4;
    }

div#footermessage h2 {
    color: #585858;
    text-transform: uppercase;
    font-size: 3em;
}

div#footerbottom {
    background-color: #585858;
}


div#footer-telephone {
    text-align: center;
}


    div#footer-telephone a {
        color: white;
        font-size: 3em;
        white-space: nowrap;
    }

    div#footer-telephone img {
        padding: 10px;
        float: left;
    }

div#logos {
    padding: 1em;
    text-align: center;
}

    div#logos img {
        display: inline;
        margin: 0;
        padding: 0;
    }

div#messageform {
    background-color: #009ed4;
    padding: 20px;
}

ul#nav-xs {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul#nav-xs li {
        width: 100%;
        padding: 5px;
        background-color: #979797;
        color: #585858;
        margin: 0;
        text-align: center;
        display: block;
        margin-bottom: 5px;
    }


        ul#nav-xs li a {
            display: block;
            color: #585858;
            height: 100%;
        }


#nav-xs-row div.col-xs-12 {
    padding: 0;
}

#terms {
    font-size: 0.8em;
    padding-top: 10px;
}

.vehicle {
    border-top: 6px #585858 solid;
    margin-top: 10px;
    background-color:lightgrey;
}

    .vehicle h2, .single-vehicle h2 {
        font-size: 1.5em;
        margin: 5px 0 5px 5px;
    }

    .vehicle h3, .single-vehicle h3 {
        font-size: 1.2em;
        color: #009fd5;
        margin: 5px 0 15px;
    }

.imagelink {
    background-color: #009fd5;
    color: white;
    font-size: 2em;
}

    .imagelink a, .imagelink a:visited {
        color: white;
    }

.vehicle table {
    border-spacing: 3px;
    border-collapse: separate;
}

.vehicle tr.header td {
    color: black;
    background-color: #e9e8e8;
    text-align: center;
}

.vehicle tr.detail td {
    color: black;
    background-color: #d4d4d4;
    text-align: center;
}

.price {
    background-color: #585858;
    display: block;
    color: white;
    text-align: center;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

    .price span {
        color: #009fd5;
    }

    .price h2 {
        color: #009ed4;
    }

.buttons {
    color: #009fd5;
    background-color: #e9e8e8;
}

    .buttons td {
        padding: 10px;
    }

@media only screen and (max-width: 767px) {
    .table > thead > tr > td {
        display: block;
        min-width: 100% !important;
    }
}

.button-group .btn {
    width: 100%;
    margin: 10px;
}

.vehicle-images {
    background-color: #585858;
}


.img-small {
    width: 20%;
    margin: 5px;
    cursor: pointer;
}

.row .button-group {
    padding: 0;
    margin: 0;
}

.title-xs {
    padding-left: 20px;
}

#searchbar a h3, #searchbar a:visited h3, #searchbar a:hover h3 {
    color: white;
    text-decoration: none;
}

#searchbar a:hover {
    text-decoration: none;
    color: white;
}

@media(max-width:767px) {
    #searchbar h3 {
        font-size: 1.1em;
    }
}


body.homepg ul#nav-xs li.homelink,
body.usedvehiclespg ul#nav-xs li.usedvehicleslink,
body.newvehiclespg ul#nav-xs li.newvehicleslink,
body.warrantypg ul#nav-xs li.warrantylink,
body.contactuspg ul#nav-xs li.contactuslink,
body.financepg ul#nav-xs li.financelink {
    background-color: #009ed4;
}

    body.homepg ul#nav-xs li.homelink a,
    body.usedvehiclespg ul#nav-xs li.usedvehicleslink a,
    body.newvehiclespg ul#nav-xs li.newvehicleslink a,
    body.warrantypg ul#nav-xs li.warrantylink a,
    body.contactuspg ul#nav-xs li.contactuslink a,
    body.financepg ul#nav-xs li.financelink a {
        color: white;
    }

body.homepg ul.nav li.homelink a,
body.usedvehiclespg ul.nav li.usedvehicleslink a,
body.newvehiclespg ul.nav li.newvehicleslink a,
body.warrantypg ul.nav li.warrantylink a,
body.contactuspg ul.nav li.contactuslink a,
body.financepg ul.nav li.financelink a {
    color: white;
    background-color: #009ed4;
}

#Message {
}

.price a {
    text-decoration: underline;
}

.finance td, .finance th {
    font-size: 0.8em;
}

@media(max-width:767px) {

    h2.logo {
        background-image: url('../images/logo.png');
        height: 57px;
        width: 124px;
        text-indent: -8000px;
        background-size: 123px 57px;
        background-repeat: none;
    }

    h3.call, a h3.call, a:visited h3.call {
        font-size: 1.4em;
    }
}

.spec {
    min-width: 13%;
    float: left;
    text-align: center;
    padding: 5px;
    line-height: 22px;
    margin: 5px;
    display:block;
}

.list-page-specs {
    width: 100%;
    position: relative;
    float: left;
    padding: 10px;
}

.spec-button {
    float: left;
}

.usedvehiclespgdetail .more-details {
    display: none;
}

.sub-title {
    font-weight: bold;
    margin-left: 5px;
    color: #009ed4;
}

.spec-image {
    width: 20%;
}

.spec-box {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 0 5px 0 5px;
    display: flex;
}

.spec {
    flex: 1;
    float: left;
    text-align: center;
    background-color: darkgray;
    padding: 3px;
    border-radius: 5px;
    font-size: 0.9em;
}

.spec-button {
    display: block;
    width: 100%;
    background-color: #585858;
    font-weight: normal;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
    color:white;
}

.spec-buttons {
    width: 100%;
    float: left;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .spec-buttons {
        clear:both;
    }
}


.xs-spec-box {
    float: left;
    display: flex;
    width: 100%;
    border-radius:4px;
}

.xs-details {
    padding: 0 0 0 5px;
}

.xs-spec {
    float: left;
    width: 46%;
    background-color: darkgray;
    padding: 2%;
    margin: 2%;
    text-align: center;
    font-size: 0.9em;
    border-radius:5px;
}

.van-image {
 
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid black;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }

.checkbox label input[type="checkbox"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }

.fb-image {
    max-width: 50px;
}

.iframe {
    width:100%;
    height:300px;
}