body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/website-themes/117/images/background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/website-themes/117/images/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Russo One', sans-serif;
    font-weight: unset;
}

hr { border-top-color: #afafaf; }

#outer-wrapper {
    overflow-x: hidden;
}

a {
    color: #024bb7;
    text-decoration: none;
    transition: .2s ease;
}

a:focus, a:hover {
    color: #009add;
    text-decoration: none;
}

.a-ani {
    text-decoration: none; 
    position: relative; 
    display:inline-block;
}

.a-ani:after {
    content: '';
    position: absolute;
    bottom: 1px;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #024bb7;
    transition: 0.3s;
}

.a-ani:hover:after {
    width:100%;
}



.box3 {
    text-align: center;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important;
}

@media (min-width: 768px) {
    .box3 {
            background-image: url(https://psmfirestorm.blob.core.windows.net/389fb10e-7853-4bc9-8285-4039681c01bc/about-background-2.jpg);
            background-size: cover;
            background-position: 0 0px;
    }
}



/* GLOBAL THEME FONT COLORS */
body { color: #333; }

.btn-primary {
    color: #fff;
    background-color: #024bb7;
    border-color: #009add;
    border-radius: 0;
    margin: 5px;
    transition: .3s ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #009add;
    border-color: #024bb7;
    transform: scale(1.1);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #009add;
    border-color: #024bb7;
}









/* HEADER */
header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headerbackground {
    background-color: white;
    display: none;
}

.headercontainer {
    width: 768px;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.headerlogo {
    flex: 0 0 50%;
    text-align: center;
}

a.dealer-phone.phone-text.header-phone {
    font-size: 25px;
}

.headerblock {
    flex: 0 0 25%;
    font-size: 18px;
    font-family: 'Russo One', sans-serif;
}

.headerblock.hright {
    text-align: right;
}

.headermaphours {
    text-transform: uppercase;
    border: 5px solid gray;
    width: 90%;
    padding: 3px 3px 2px;
    text-align: center;
    margin-left: auto;
    margin-top: 4px;
}

.header-social {
    font-size: 30px;
}

@media (max-width: 767px) {
header.body {
    margin-bottom: 0;
}
}











/* NAVIGATION */
#main-nav {
    background-color: rgb(255, 255, 255);
}

    #main-nav .navbar { border: none; }

#main-nav .nav > li > a, .social-media-icons a {
    color: #000;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    padding: 15px 12px;
    font-style: italic;
}


@media (min-width: 768px) {
.navbar-nav {
    display: flex;
    justify-content: space-around;
    float: none;
}
}

.social-media-icons {
    display: none;
}











/* CONTENT */

h1.homesearchmain {
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black;
    font-size: calc(18px + (46 - 18) * ((100vw - 320px) / (768 - 320)));
}

.homeSearch .widget .widget-inner {
    margin-top: 0 !important;
}

.homesearchbox {
    padding-top: calc(0px + (25 - 0) * ((100vw - 320px) / (768 - 320)));
    padding-bottom: calc(0px + (25 - 0) * ((100vw - 320px) / (768 - 320)));
}

.searchContainer {
    display: flex;
}

.searchContainer input {
    background-color: white;
    border: 2px solid black;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.searchContainer button {
    background-color: black;
    border-radius: 0px;
    border: 2px solid black;
    color: white;
    font-family: 'Russo One', sans-serif;
    padding: 0 10px;
    margin: 5px 0;
}

.homeabouttext {
    background-color: #ffffff;
    padding: 15px;
}

.homeabouttext h1 {
    text-transform: uppercase;
    border-bottom: 1px solid gray;
    margin: -12px auto 10px;
    padding: 0 0 6px;
    font-size: calc(20px + (42 - 20) * ((100vw - 320px) / (768 - 320)));
}

.homeabouttext h3 {
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #bfbfbf;
    font-family: 'PT Sans', sans-serif;
}

.homeabouttext > p:first-of-type {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (768 - 320)));
}

.oemlogocontainer {
    background-color: black;
    display: flex;
    justify-content: space-around;
    padding: 1%;
    margin-top: -3px;
    align-items: center;
}

.oemlogocontainer a {
    transition: .3s ease;
    position: relative;
    text-align: center;
}

.oemlogocontainer a:hover {
    transform: scale(1.1);
}

/*
.oemlogocontainer img {
    max-height: 90px;
    max-width: 195px;
}

.oemlogocontainer a:nth-child(6):hover img {
    filter: opacity(0);
}

.oemlogocontainer a:nth-child(6):before {
    content: 'Coming Soon...';
    font-family: 'Russo One', sans-serif;
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    position: absolute;
    top: 47px;
    z-index: -1;
}

.oemlogocontainer a:nth-child(6) img {
    transition: .3s;
}
*/

.typecontainer {
    background-color: white;
    display: flex;
    padding: 3% 1%;
}

.typeblock {
    position: relative;
}

.typeblock:hover h3 {
    margin-top: -0%;
    transition: .3s ease;
    color: #009add;
}

.typeblock img {
    position: relative;
    z-index: 2;
    transition: .6s ease;
}

.typeblock:hover img {
    transform: scale(1.1);
    transition: .6s ease;
}

.typeblock h3 {
    text-align: center;
    text-transform: uppercase;
    color: gray;
    font-size: 2.7vw;
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 17%;
    transition: .3s ease;
}

.homeslider {
    margin-top: -30px;
}

.servicehdr, .partshdr, .abouthdr,.maphourshdr, .linkshdr {
    background-size: cover;
    border-bottom: 2px solid #024bb7;
    box-shadow: 0px 4px 10px black;
}

.servicehdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1c9fa11d-e34f-4fe4-b963-53a0f7eb4ac1/service-header-3.jpg);
}

.partshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c8c8729f-6868-4ae5-b5dc-e024b22aa61c/parts-header-2.jpg);
}

.abouthdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e8daacd6-0ca1-4497-9d80-7614ef2cfa9f/about-header-2.jpg);
}

.maphourshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8c1720a2-d976-44a2-bc21-bb2577c766e9/maphours-header-2.jpg);
}

.linkshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5cb6b56e-df90-4261-96f9-b3741cf3ea76/links-header.jpg);
}



.hdrpagetext {
    color: black;
    font-size: calc(16px + (36 - 16) * ((100vw - 320px) / (768 - 320)));
    text-transform: uppercase;
    font-style: italic;
    padding: calc(4px + (11 - 4) * ((100vw - 320px) / (768 - 320))) 1%;
    margin-bottom: 0;
}

.pagetext {
    background-color: white;
    padding: 15px;
}

.aboutText h2 {
    font-size: calc(18px + (27 - 18) * ((100vw - 320px) / (768 - 320)));
    margin-top: 0;
}

img.aboutpic {
    padding: 0px 10px 10px 10px;
}

.department-container .department {
    background: #fff;
}

.department .title {
    background: #000;
    background: linear-gradient(to bottom, rgba(233,233,233,1) 1%,rgba(186,186,186,1) 100%);
    border: none;
    color: #024bb7;
}

.department .employee .name p {
    font-weight: unset;
    font-family: 'Russo One', sans-serif;
    font-style: italic;
    margin-bottom: 0;
    color: #024bb7;
}

.department .employee .job p {
    font-size: 14px;
    margin-bottom: 0;
}

#employees-team-page > div.row > div > h1 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 1px 1px 1px black;
    font-size: 40px;
}

.mapwrapper {
    position: relative;
    padding-bottom: 85%;
}

.mapwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vtour {
    position: relative;
    padding-bottom: 25%;
    margin-top: -30px;
    min-height: 250px;
}

.vtour iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mhPage {
    text-align: center;
}

.mhPage h1 {
    font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (768 - 320)));
    margin-top: 0;
}

.mhPage h3 {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (768 - 320)));
}

.linksPage {
    text-align: center;
}

div#thankyou-page {
    background-color: #ffffff;
    padding: 15px;
}

.modal-content {
    background-color: #b7b7b7;
}

#ModalVehicleInquiry {
    border: 2px #004abd solid;
}


div#promotions-page,
div#events-page {
    background-color: white;
    padding: 15px;
}

a.promo-link {
    color: #004abd;
}

a.promo-link:hover {
    color: #6b6b6b;
}







/* FEATURED VEHICLES */

.featuredinvsection {
    background-color: #b3b3b3;
    margin-top: 0px!important;
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(178,178,178,1) 100%);
}

.featuredinventory {
    border: 5px solid white;
    padding: 45px 15px 15px;
}

.featuredinventory h2 {
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    margin: auto;
    padding: 7px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    color: #024bb7;
    font-size: calc(24px + (38 - 24) * ((100vw - 320px) / (768 - 320)));
}


.single-item-slider .item-detail .price {
    font-size: 17px;
    padding: 0 2%;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 3px solid black;
    border-radius: 0px;
}

.single-item-slider .item-detail .name {
    color: black;
}

@media (min-width: 1200px) {
.single-item-slider .slider-inner .item {
    width: 203px; }
}

.featuredinventory .single-item-slider .slider-outer {
    height: 220px;
}












/* INVENTORY */
/* light background */

.inventory-container .vehicle {
    background-color: transparent;
}

.inventory-container .vehicle:hover {
    background-color: #000000;
    transition: .3s ease;
}

    .inventory-container .vehicle .title a { color: #333; }

#filters-box li label {
    color: #024bb7;
}

input#FilterQuickSearch {
    margin: 0;
}

.panel-default>.panel-heading {
    color: #000;
    background: linear-gradient(to bottom, rgba(233,233,233,1) 1%,rgba(186,186,186,1) 100%);
}


#vehicleList>div {
    margin: 0;
    padding: 10px; }


.vehicle-box {
    border: 4px solid black;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.vehiclemodel {
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    min-height: 45px;
    line-height: 22px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .price {
    text-align: center;
    padding: 5px 5px 3px;
    font-size: 20px;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    background-color: #bababa;
    font-style: italic;
}

.inventory-container .toolbar {
    padding: 4px;
    color: #000;
    border-radius: 0;
    margin: 0px 10px;
}

.active-filters,
#inventory-page > div.row > div.col-md-9.inventory-container > h1 {
    color: white;
    text-shadow: 1px 1px 1px black;
}

#vehicleFiltersForm > div.active-filters > h1 > span > a {
    color: white;
}

div#InventoryMapContainer {
    background-color: white;
    font-size: 14px;
}

.searchReturn {
    color: white;
}

.searchReturn a {
    color: white;
}

.back-box a:hover, .back-box a:focus {
    background-color: #000;
    text-decoration: none;
}

#showroom {
    background: white;
}

#vdp-container {
    background-color: white;
    padding: 15px;
}

.locationBox {
    background-color: gray;
    background: linear-gradient(to bottom, rgba(233,233,233,1) 1%,rgba(186,186,186,1) 100%);
}

div#tabEquipment {
    background: linear-gradient(to bottom, rgba(233,233,233,1) 1%,rgba(186,186,186,1) 100%);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #e9e9e9;
}

.blurbBanner span {
    background: #ffe600;
    color: #000;
}

.inventory-container .disclaimers {
    color: white;
}





/* FOOTER */
footer.body .outer-wrapper {
    background-color: #000000;
    color: #c4c4c4;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.footerbackground {
    background-color: white;
    border-top: 5px solid #024bb7;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 15px 15px 130px;
}

.footerhours {
    display: flex;
}

.footerhoursblockl {
    padding-right: 15px;
}

.footerhoursblockr {
    padding-left: 15px;
    text-align: right;
}

.fixedfooter {
    position: fixed;
    color: #000000;
    bottom: 40px;
    width: 100%;
    background: linear-gradient(to bottom, rgb(255, 247, 0) 0%,rgb(255, 224, 0) 100%);
    box-shadow: 0px 0px 10px black;
    z-index: 3;
}

.fixedfootercontainer {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.fixedfooterblock {
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    flex: 0 0 50%;
    text-align: center;
    transition: .3s ease;
}

.fixedfooterblock:hover {
    text-decoration: underline;
    color: #024bb7;
    transition: .3s ease;
}

span.hiddencaret {
    transition: .3s ease;
    opacity: 0;
    padding-right: 5px;
    color: black;
}

.fixedfooterblock:hover > .hiddencaret {
    opacity: 1;
    transition: .3s ease;
}

.fixedfooterblock > .fixedfootermain {
    transition: .3s ease;
}

.fixedfooterblock:hover > .fixedfootermain {
    margin-left: 10px;
    transition: .3s ease;
}

.footer-social {
    font-size: 30px;
}

a.footermapdir {
    font-family: 'Russo One', sans-serif;
    margin-top: 23px;
    display: block;
}

.footertable td:first-child,
.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.latestReviews h2 {
    color: white;
}

.latestReviews .slider-control {
    color: white;
}








/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }


/* FORMS */
.control-label { color: #000; }

.form-control {
    border-radius: 0;
    color: black;
    margin: 5px 0px;
    font-size: 14px!important;
}

.form-control:focus {
    border-color: #009add;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 136, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 136, 233, 0.6);
}

.mainform > div {
    background-color: gray;
    background: linear-gradient(to bottom, rgba(233,233,233,1) 1%,rgba(186,186,186,1) 100%);
    padding: 10px;
}

.field-validation-valid {
    color: gray;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 11px;
    top: 4px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

.form-header-text {
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (768 - 320)));
    text-align: center;
    display: block;
    font-style: italic;
    color: #024bb7;
}


.forms-title-section {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (768 - 320)));
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-style: italic;
    color: #024bb7;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 7px;
}

#Form547 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form548 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    display: inline-block;
    padding: 0px 5px;
    width: 100%;
}

#Form547 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form548 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    display: inline-block;
    padding: 0px 5px;
    width: 100%;
}

#Form547 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form548 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0px 5px;
}

.inquiryformcontainer {
    background-color: gray;
    background: linear-gradient(to bottom, rgba(233,233,233,1) 1%,rgba(186,186,186,1) 100%);
}

.vdpinquiryheader {
    font-size: 25px;
    font-family: 'Russo One', sans-serif;
    color: #004abd;
    text-transform: uppercase;
}


@media (min-width: 768px) {
#Form10549 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form10549 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}



.jumbotron, #creditAppForm section {
    background: #024bb7 !important;
    color: white !important;
}

.jumbotron .text-muted, .jumbotron h1, .altApp, #creditAppForm #LoadingDisplayArea h3, #creditAppForm #LoadingDisplayArea strong  {
    color: white !important;
}

#creditAppForm .k-picker-wrap.k-state-default .k-input, #creditAppForm .k-picker-wrap.k-state-default, #creditAppForm .k-dropdown .k-input {
    font-size: 14px !important;
}

#creditAppForm span.k-widget.k-datepicker.k-header {
    margin-top: 4px !important;
}
.altApp a {
    color: lightblue !important;
}




/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}

.siteSearch-M button {
    margin: 5px 0 !important;
}


#calendar-page {
    color: white;
}



/* KENDO OVERRIDES */

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: black;
}

/*.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #024BB7;
    border-color: #009add;
}*/

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #afafaf;
    border-color: #cccccc;
}

.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {
    z-index: 11 !important;
}








@media (max-width: 767px) {
.headerlogo img {
    display: none;
}
     .typecontainer {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .typecontainer a {
        flex: 0 0 33%;
    }
    .typeblock h3 {
        font-size: calc(10px + (24 - 10) * ((100vw - 320px) / (768 - 320)));
    }
    .homeabouttext h3 {
        margin-top: 0;
    }
    .fixedfooter {
        display: none;
    }
    .footercontainer {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .qLinks a {
        margin-top: 15px;
    }
    .footerhours {
        justify-content: center;
    }
    #main-nav-collapse {
        background: white;
        max-height: calc(100vh - 62px);
        overflow-y: auto;
    }
    #main-nav {
        position: fixed;
        width: 100%;
        z-index: 12;
        border-bottom: 2px solid #024bb7;
    }
    .inventory-container .vehicle .price-box .price {
        font-size: 22px;
    }
    .department .employee {
        max-width: 250px;
    }
    .oemlogocontainer a {
        padding-left: calc(5px + (12 - 5) * ((100vw - 320px) / (768 - 320)));
        padding-right: calc(5px + (12 - 5) * ((100vw - 320px) / (768 - 320)));
    }
}

@media (min-width: 768px) {
    .headerbackground {
        display: block;
    }
    #main-nav {
        border-top: 5px solid #024bb7;
        border-bottom: 5px solid #024bb7;
    }
    .oemlogocontainer {
        margin-top: -25px;
        align-items: center;
    }
    .homesearchbox {
        padding: 15% 0% 20%;
    }
    h1.homesearchmain {
        font-size: 46px;
    }
    div#home-page {
        margin-bottom: -30px;
    }
    .typeblock:hover h3 {
        margin-top: -6%;
    }
    .featuredinventory h2 {
        width: 50%;
        font-size: 30px;
        top: -24px;
    }
    .featuredinvsection {
        padding: 30px 0;
    }
    .featuredinventory { 
        margin-top: 30px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 208px;
    }
    .homeabouttext {
        margin-top: 40px;
    }
    .homeabouttext h1 {
        font-size: 30px;
    }
    .homeabouttext p {
        font-size: 16px;
    }
    .widget-Reviews .single-item-slider .slider-container .slider-inner .item {
        width: 225px;
    }
    #main-nav .nav > li > a {
        padding: 15px 7px;
        font-size: 10px;
    }
    .widget-Reviews {
        margin: 40px auto;
    }
    .footerblock h3 {
        text-align: center;
    }
    .hdrpagetext {
        font-size: 4vw;
        padding: 1.7% 1%;
        margin-top: -25px !important;
    }
    .servicehdr, .partshdr, .abouthdr,.maphourshdr, .linkshdr {
        border-bottom: 5px solid #024bb7;
    }
    #Form547 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
    #Form548 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
        width: 25%;
    }
    #Form547 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
    #Form548 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
        width: 33%;
    }
    .form-header-text {
        font-size: 28px;
    }
    .forms-title-section {
        font-size: 16pt;
    }
    .aboutText h2 {
        font-size: 27px;
        margin-top: 20px;
    }
    img.aboutpic {
        float: left;
        width: 50%;
        padding: 0 10px 10px 0;
    }
    .mhPage h1 {
        font-size: 36px;
        margin-top: 20px;
    }
    .mhPage h3 {
        font-size: 24px;
    }
    .mhPage {
        text-align: left;
    }
    .mapwrapper { 
        padding-bottom: 138%;
    }
    .linksPage {
        text-align: left;
    }
    .typecontainer a {
        -ms-flex: 0 0 20%;
    }
    div#content-container {
        padding-bottom: 30px;
    }
    .oemlogocontainer a {
        padding-left: 5px;
        padding-right: 5px;
        -ms-flex: 13%;
    }
    footer.body .outer-wrapper {
        position: fixed;
    }
}

@media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .oemlogocontainer .oemlogoblock img {
        margin: 0 auto;
        display: block;
    }
}

@media (min-width: 992px) {
    .featuredinventory h2 {
        width: 40%;
    }
    .widget-Reviews .single-item-slider .slider-container .slider-inner .item {
        width: 192px;
    }
    .homeabouttext {
        margin-top: 60px;
    }
    .headercontainer {
        width: 992px;
    }
    .headerblock {
        font-size: 20px;
    }
    a.dealer-phone.phone-text.header-phone {
        font-size: 28px;
    }
    .headermaphours {
        width: 70%;
    }
    .navbar-nav {
        margin: 0 0 -5px 0px; 
    }
    #main-nav .nav > li > a {
        padding: 15px 12px;
        font-size: 12px;
    }
    h1.homesearchmain {
        font-size: 60px;
    }
    .homeabouttext h1 {
        font-size: 34px;
    }
    .widget-Reviews {
        margin: 60px auto;
    }
    .footercontainer {
        width: 80%;
    }
    .fixedfooterblock {
        font-size: 36px;
    }
    .inventory-container .vehicle .price-box .price {
        font-size: 18px;
    }
    .aboutText h2 {
        font-size: 30px;
    }
    .mapwrapper { 
        padding-bottom: 104%;
    }
    .oemlogocontainer a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 1200px) {
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 203px;
    }
    .widget-Reviews .single-item-slider .slider-container .slider-inner .item {
        width: 193px;
    }
    .homeabouttext {
        margin-top: 100px;
    }
    .headercontainer {
        width: 1200px;
    }
    .headermaphours {
        width: 58%;
    }
    #main-nav .nav > li > a {
        font-size: 16px;
    }
    .homeabouttext h1 {
        width: 70%;
        font-size: 36px;
    }
    .widget-Reviews {
        margin: 100px auto;
    }
    .footerblock h3 {
        text-align: left;
    }
   .fixedfooterblock {
        font-size: 45px;
    }
    .inventory-container .vehicle .price-box .price {
        font-size: 22px;
    }
    .mapwrapper { 
        padding-bottom: 85%;
    }
}





/*
@media (max-width: 991px) {
.oemlogocontainer img {
    max-height: 75px;
    max-width: 125px;
}
}



@media (max-width: 767px) {
.oemlogocontainer img {
    max-height: 100%;
    max-width: 100%;
}
}
*/



