body {
    font-family: 'Source Sans Pro', 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: #fff url(https://psmfirestorm.blob.core.windows.net/e71358ed-d3ed-4fab-b0fc-a301ac1992c6/background-dark.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/e71358ed-d3ed-4fab-b0fc-a301ac1992c6/background-dark.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

#inner-bg {
    overflow: hidden;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

#inventory-page,
#promotions-page {
    margin-top: 30px;
}

.page-background > div,
#inventory-page,
#vdp-container,
#promotions-page,
#privacy-policy,
.custom-page{
    background-color: rgba(255, 255, 255, 0.91);
    padding: 15px;
    border-radius: 8px;
}

.no-hdr {
    margin-top: 30px;
}

a {
    color: #000000;
    font-weight: 900;
    transition: .3s;
}

a:focus, a:hover {
    color: #ea1939;
    text-decoration: none;
}

a.promo-link {
    color: black;
}

a.promo-link:hover {
    color: #ea1939;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Fugaz One', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

.featured-section {
    padding-top: 2%;
}

.topSection {
    background-color: white;
}

.testimonialsSection {
    background-color: white;
    padding: 30px 0;
}





/* HEADER */

header.body {
    background-color: #545454;
    box-shadow: 0px 0px 10px black;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.headercontainer {
    width: 768px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.headercontainer a {
    font-weight: unset;
    color: white;
}

.headerlogo {
    flex: 0 0 33%;
    order: 2;
    text-align: center;
}

.headerlogo img {
    max-width: 245px;
}

.hsocialwrapper {
    text-align: right;
}

.headerblock .siteSearch .searchContainer {
    display: flex;
}

.headerslogan {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
    margin-top: 10px;
}

.headerslogan span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Fugaz One', sans-serif;
}

.header-phone {
    font-family: 'Fugaz One', sans-serif;
    font-size: 27px;
    color: #ea1939;
}

.header-phone a {
    color: #ea1939;
}

.headerblock .dealer-address {
    border-right: 1px solid gray;
    padding-right: 5px;
}

.headerblock .dealer-city {
    padding-left: 5px;
}

.header-phone span {
    padding-right: 5px;
}

.headerblock .siteSearch .searchContainer {
    display: flex;
}

.siteSearch {
    margin-top: 8px;
}

.siteSearch .form-control {
    background-color: #ffffff;
    border: 2px solid black;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px 16px 15px 10px;
    margin: 0;
}

.siteSearch .btn-primary {
    background-color: #e81738;
    border: 2px solid black;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 14px;
}

.hsocialwrapper a {
    font-size: 26px;
    padding: 8px;
}

.headerblock {
    flex: 0 0 25%;
}

.headercontainer .headerblock:nth-child(2) {
    padding-top: 10px;
}

.headercontainer div:nth-child(2) {
    order: 1;
}

.headercontainer div:nth-child(3) {
    order: 3;
}







/* NAVIGATION */

#main-nav {
    background-color: black;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'Fugaz One', sans-serif;
    color: white;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #e91a39;
}

#main-nav-collapse {
    position: relative;
}

.social-media-icons {
    display: none;
}

#main-nav li.dropdown.open ul {
    border-top-color: black;
}

#main-nav .dropdown-menu>li>a {
    color: #e3e3e3;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #e91a39;
}

.dropdown-menu {
    background-color: black;
}






/* CONTENT */

.oem-wrapper {
    padding-top: 5px;
    background-color: white;
    position: relative;
}

.oem-container {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    min-width: 100%;
}

.oem-container a {
    padding: 1%;
}

.home-button-container {
    display: flex;
    justify-content: space-around;
    margin: 10% 0 4%;
}

.home-button-container a {
    background-color: #0f0f0f;
    flex: 0 0 45%;
    text-align: center;
    border: 2px solid #ea1938;
    padding: 16px 0;
    background: linear-gradient(to bottom, rgb(80 80 80) 0%,rgb(0 0 0) 100%);
    position: relative;
    transition: background .5s ease-out;
    box-shadow: 0 0 10px black;
}

.home-button-container a:hover {
    background: linear-gradient(to bottom, rgb(1 1 1) 0%,rgb(79 79 79) 100%);
    background-position: 509px;
}

.home-button-container a:after {
    content: '';
    width: 233px;
    height: 6px;
    background-color: #949494;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transition: .4s;
    border-radius: 8px;
    transform: translateX(-50%);
}

.home-button-container a:hover:after {
    background-color: #fff;
    width: 100%;
    left: 50%;
}

.home-button-container h3 {
    font-size: 44px;
    margin: 0;
    color: #ffffff;
    transition: .3s;
}

.home-button-container a:hover h3 {
    color: #e81837;
}

.home-button-container h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    font-size: 23px;
    margin: 0;
    color: #cccccc;
}

.home-about {
    color: black;
}

.home-about .btn-primary {
    display: block;
    width: max-content;
    margin: auto;
}

.parts-header,
.service-header,
.about-header,
.map-header,
.employment-header,
.financing-header {
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
    border-bottom: 5px solid white;
}

.parts-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/33d3dfed-7157-42f9-8fa8-feca0d6d0360/parts-header-new.jpg);
}

.service-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f324ac55-714d-457e-b22e-404434b564d4/service-header-new.jpg);
}

.about-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c82823e1-4fa6-4edb-8d33-fad80eb5d7db/about-header-new.jpg);
}

.map-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c237dbe0-c7f5-427a-917e-cb8a6585db7d/map-header-new.jpg);
}

.employment-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/48101e89-d2f7-405a-be58-866e9c1dca6c/employment-header-new.jpg);
}

.financing-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/122a17c7-04e0-450b-a5f8-5160f000cd97/financing-header-new.jpg);
}



.p-header h1 {
    margin: 0;
    color: white;
    text-align: center;
    font-size: 60px;
    line-height: 38px;
    padding: 15% 0 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 35%,rgba(0,0,0,1) 100%);
}

#employees-team-page {
    background: white;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .employee {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.department .employee .name p {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .title {
    border: 2px solid #fff;
    background: #e71838;
    border-radius: 8px;
    color: white;
}

.map-wrapper {
    position: relative;
    padding-bottom: 115%;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 36px;
}

.mapandhourstbl td:last-child {
    padding-left: 15px;
}

.typeWrapper {
    text-align: center;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1470px;
    margin: auto;
    padding: 10px;
}

.typeWrapper h2 {
    margin: 50px auto 0;
}

.typeContainer h4 {
    font-size: 19px;
}

.typeContainer img {
    transition: .3s;
}

.typeContainer a:hover img {
    transform: translateY(-10px);
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
    padding: 3px;
}

.maptext {
    text-align: center;
}

.mapandhourstbl {
    width: 290px;
    margin: 0 auto;
}

#thankyou-page {
    background: white;
}

.blog-posts .post, #blog-page .post, .blog-filters, .blog-header {
    background: rgba(255, 255, 255, 0.84);
    border-radius: 8px;
    padding: 15px;
}

.blog-header {
    margin-top: 10px;
}

.blog-header h1 {
    margin: 0;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.btnContainer a {
    background-color: black;
    color: white;
    flex: 0 0 30%;
    text-align: center;
    box-shadow: 3px 3px 0 #b5b5b5;
}

.btnContainer a:hover {
    color: #ea1938;
    transform: scale(1.05);
}

.btnContainer h4 {
    margin: 0;
    font-size: 30px;
    padding: 30px 15px;
}

.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 {
    background-color: #e71837;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #e71837;
}

.reviewsText h3 {
    font-size: 50px;
    text-align: center;
    margin-top: 23%;
    display: block;
}

.widget-Billboard .carousel-inner {
    background-color: transparent;
}

.carousel-indicators .active {
    background-color: #ddd;
}

.carousel-indicators li {
    border: 1px solid #ddd;
}




.serviceCoupon {
    background-color: white;
    color: black;
    text-align: center;
    width: 500px;
    margin: 0 auto 15px;
    padding: 15px;
    border: 5px dashed #ea1938;
}

.serviceCoupon h2 {
    margin-top: 0;
}

.serviceCoupon h1 {
    font-size: 138px;
    margin: -34px 0 0;
    background: -webkit-linear-gradient(#ea1938, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serviceCoupon h1 span {
    display: block;
    font-size: 50px;
    margin-top: -33px;
}

.serviceCoupon h1 sup {
    font-size: 27px;
    -webkit-text-fill-color: black;
}

.serviceCoupon p {
    font-size: 12px;
    margin: 0;
}


@media (max-width: 767px) {
.serviceCoupon {
    width: 325px;
}

.serviceCoupon h2 {
    margin-top: 0;
    font-size: 26px;
}

.serviceCoupon h1 {
    font-size: 106px;
    margin-top: -28px;
}

.serviceCoupon h1 span {
    font-size: 44px;
    margin-top: -21px;
}
}







/* INVENTORY */

.blurbBanner {
    z-index: 2;
}

.panel-heading .panel-toggle {
    text-transform: uppercase;
}

#FilterQuickSearch {
    margin: 0;
    border: 2px solid #000000;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-right: none;
}

.input-group-addon:last-child {
    border-left: 0;
    background-color: #e71838;
    color: white;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 2px solid #000000;
}

#filters-box .panel-body li {
    color: #343434;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
    border-top: 3px solid #d1d1d1;
}

.vehicleyearmake {
    font-weight: 100;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    min-height: 41px;
    line-height: 20px;
}

.inventory-container .vehicle .price {
    font-size: 23px;
    text-align: center;
    padding-right: 7px;
    text-transform: uppercase;
    color: #e71838;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}










/* FEATURED INVENTORY */

.single-item-slider .item-detail {
    font-weight: 100;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 1px solid #787878;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
    padding: 0 2%;
    font-weight: 800;
    text-transform: uppercase;
    bottom: 0;
    color: #ea1939;
}

.single-item-slider .item .item-inner {
    padding-bottom: 7%;
}

.single-item-slider .item-detail .name {
    line-height: 17px;
    font-size: 14px;
}

.home-about-section {
    /*background-image: url(https://psmfirestorm.blob.core.windows.net/f8a045f3-8f56-496c-89f0-46b989bc0519/grass-background-2.jpg);*/
    background-size: contain;
    padding: 1% 0 0;
    background-position: bottom center;
    margin-top: 0!important;
    position: relative;
    background-repeat: repeat-x;
    background-color: white;
}

.featuredinventory h2 {
    color: white;
    position: relative;
    width: max-content;
    margin: 0 auto 30px;
    text-shadow: 1px 1px 1px black;
}






/* FORMS */

@-webkit-keyframes btn-primary {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

@keyframes btn-primary {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

/* Icon Float Away */
.mainform .btn-primary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.mainform .btn-primary:before, 
.mainform .btn-primary:after {
    content: "\f178";
    position: absolute;
    right: 14px;
    padding: 1px;
    font-family: FontAwesome;
}

.mainform .btn-primary:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.mainform .btn-primary:hover:after, .mainform .btn-primary:focus:after, .mainform .btn-primary:active:after {
  -webkit-animation-name: btn-primary;
  animation-name: btn-primary;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}


.btn-primary {
    color: #fff;
    background-color: #ea1939;
    border-color: #ffffff;
    text-transform: uppercase;
    padding: 8px 24px;
    letter-spacing: 1px;
    border-radius: 21px;
    font-size: 18px;
    font-weight: 800;
    transition: .3s;
}

.btn-sec {
    width: max-content;
    margin: auto;
    display: block;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.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,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.mainform .btn-primary {
    margin-top: 15px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 25px;
    border-radius: 36px;
}

.form-control {
    font-size: 14px!important;
    border: none;
    box-shadow: none;
    background-color: #f2f2f2;
    margin: 5px 0;
    border-radius: 20px;
}

.form-header-text {
    font-family: 'Fugaz One', sans-serif;
    text-transform: uppercase;
    font-size: 29px;
    margin-bottom: 12px;
    position: relative;
    margin-left: 10px;
}

.form-header-text:after {
    content: '';
    width: 33px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    border: 2px solid #ea1939;
    border-radius: 8px;
}

.forms-title-section {
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 0;
}

#Form1066 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1067 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1311 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1311 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1066 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1067 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1311 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1069 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1066 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1067 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1069 > div:nth-child(1) > fieldset > div:nth-child(n+8),
#Form1311 > div:nth-child(1) > fieldset > div:nth-child(n+15) {
    padding: 0 5px;
}

.inquiryformcontainer,
.locationBox {
    background-color: white;
    border-radius: 36px;
}

.vdpinquiryheader {
    margin-bottom: -12px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 27px;
    position: relative;
}

.vdpinquiryheader:after {
    content: '';
    width: 33px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    border: 2px solid #ea1939;
    border-radius: 8px;
}

#vehicleInquiryForm > fieldset > hr {
    display: none;
}









/* FOOTER */

footer.body .outer-wrapper {
    background-color: #d1d1d1;
    color: #000;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%);
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #ea1939;
}

.footer {
    background-color: #545454;
    border-top: 3px solid #d1d1d1;
    color: white;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    padding: 50px 15px;
    justify-content: space-between;
    line-height: 30px;
    flex-flow: column;
    text-align: center;
}

.footercontainer a {
    font-weight: 100;
    color: #d1d1d1;
}

.footercontainer a:hover {
    color: white;
}

.footerlogo {
    max-width: 210px;
    margin-top: 20px;
}

.footerContact > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Fugaz One', sans-serif;
    margin-top: 10px;
}

.footer-bottom > div.footerLocations {
    margin-top: 20px;
    flex-direction: column;
}

.footer-bottom > div.footersocial {
    text-align: center;
    margin-top: 20px;
    flex-direction: row;
    justify-content: center;
}

.footersocial a {
    font-size: 26px;
    padding: 10px 0;
    border: 2px solid #d1d1d1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: 0 20px;
}

.footersocial a:hover {
    background-color: black;
} 

a.headercontact.btn.btn-primary {
    font-weight: 800;
    font-size: 12px;
    margin-top: -10px;
    padding: 5px 8px;
    border: 2px solid black;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerblock li:before {
    content: '\276F';
    color: #ea1939;
    position: relative;
    left: -11px;
    transition: .3s;
}

.footerblock ul a li {
    margin-left: 10px;
    position: relative;
    padding: 15px 0;
}

.footerblock a:hover li:before {
    transform: rotate(360deg);
}

.footerhours td:first-child {
    text-align: left;
}

.footerhours td:last-child {
    text-align: right;
    padding-left: 25px;
}

.footerhours {
    width: 290px;
    margin: 0 auto;
}

.footerblock h3,
.featuredinventory h2,
.home-about h1 {
    position: relative;
}

.home-about h1 {
    text-align: center;
}

.footerblock h3:after,
.featuredinventory h2:after {
    content: '';
    width: 28px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    border: 2px solid #ea1939;
    border-radius: 8px;
}

.footerblock h3:after {
    width: 100%;
}

.home-about h1:after {
    content: '';
    width: 51px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 15%;
    border: 2px solid #ea1939;
    border-radius: 8px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-bottom h4 {
    text-align: center;
}

.footer-bottom div {
    display: flex;
    justify-content: space-around;
}

.footer-bottom .btn-primary {
    background-color: #d1d1d1;
    color: black;
    letter-spacing: 0;
    margin: 5px;
}

.footeraddress {
    text-transform: uppercase;
}





















@media (max-width: 767px) {
    .headercontainer, .headercontainer img {
        display: none;
    }
    #main-nav {
    margin-top: 0;
    background: #545454;
    max-height: 100vh;
    z-index: 2040;
    overflow-y: auto;
    position: fixed;
    width: 100%;
}
#main-nav .dropdown-menu>li>a {
    color: #d1d1d1;
}
    .footer-bottom div, .home-button-container {
        flex-direction: column;
    }
    .oem-container {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .oem-container a {
        flex: 0 0 25%;
        padding: 2% 4%;
    }
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #main-nav .dropdown-menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .home-button-container h3 {
        font-size: 8vw;
    }
    .homeshopbuttons > .widget-inner, .servicetext > .widget-inner, .partstext > .widget-inner, .financetext > .widget-inner, .abouttext > .widget-inner, .mappage > .widget-inner {
        margin-top: 0 !important;
    }
    .home-button-container a:first-child {
        margin-bottom: 30px;
    }
    #main-nav .navbar-brand {
        height: 59px;
        margin: 2px 0;
        padding: 2px 15px;
    }
    .oem-wrapper {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .featuredinventory h2 {
        font-size: 8vw;
    }
    .featuredinventory h2:after, .home-about h1:after {
        width: 100%;
        left: 0;
    } 
    .featuredinventory .single-item-slider .slider-outer {
        height: 220px;
    }
    .footer-bottom .btn-primary {
        font-size: 15px;
    }
    #inventory-page, #promotions-page {
        margin-top: 0;
    }
    #filters-modal {
        top: 70px;
    }
    #content-container {
        padding-bottom: 0;
    }
#home-page {
    margin-bottom: 0;
}
    #vdp-container {
        margin-top: 0;
    }
    .p-header h1 {
        font-size: 8vw;
    }
    #Form1066 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1067 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1066 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), #Form1067 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), #Form1069 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
        width: 100%;
    }
    .department .employee {
        max-width: 300px;
    }
    .department .employee .job p {
        font-size: 20px;
    }
    .maptext .dealer-name {
        font-size: 11vw;
    }
    .maptext h3 {
        font-size: 6vw;
    }
    .featured-section {
        margin-top: 30px !important;
    }
    .homeatvimg img {
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .footercontainer {
        width: 768px;
    }
    .oem-container {
        min-width: 768px;
    }
    .oem-container img {
    transition: .3s;
    max-height: 140px;
}
    .oem-container a:hover img {
        transform: scale(1.2);
    }
    .homeatvimg {
        margin-top: 8%;
    }
    .featuredinventory .single-item-slider .item-detail .price {
        font-size: 16px;
    }
    /*.homeslider {
        order: 2;
        margin-top: 30px;
    }
    */
    #main-nav .nav>li>a {
        font-size: 16px;
    }
    .headerblock {
        flex: 0 0 31%;
    }
    #employees-team-page { 
        margin-top: 20px;
        border-radius: 8px;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
    .form-header-text {
        font-size: 26px;
    }
    .maptext {
        margin-bottom: 30px;
    }
    .home-about-section {
        padding: 1% 0 8%;
    }
    .home-about p {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .footercontainer, .headercontainer {
        width: 972px;
    }
    .oem-container {
        min-width: 992px;
    }
    .footer-top {
        flex-direction: row;
    }
    .footercontainer {
        text-align: left;
    }
    .footerblock h3:after {
        width: 28px;
    }
    .footerhours {
        width: auto;
    }
    .footer-bottom div {
        justify-content: unset;
    }
    .footersocial a {
        margin: 0 5px;
    }
    .footerblock ul a li {
        padding: 0;
    }
    .home-button-container h3 {
        font-size: 50px;
    }
    .home-button-container { 
        margin: 4% 0 4%;
    }
    .homeatvimg {
        margin-top: 0;
    }
    .featuredinventory .single-item-slider .item-detail .price {
        font-size: 18px;
    }
    /*.homeslider {
        order: unset;
        margin-top: 20px;
        margin-bottom: 4%;
    }*/
    .oem-wrapper {
        padding-top: 10px;
    }
    #main-nav .nav>li>a {
        font-size: 12px;
    }
    .headerblock {
        flex: 0 0 auto;
    }
    .footerblock li:before { 
        position: absolute;
    }
    .inventory-container .vehicle .price {
        font-size: 21px;
    }
    .form-header-text {
        font-size: 29px;
    }
    .maptext {
        text-align: left;
    }
    .mapandhourstbl {
        width: auto;
        margin: 0;
    }
    .maptext {
        margin-bottom: 0;
    }
    a.headercontact.btn.btn-primary {
        font-size: 14px;
    }
    .home-about h1:after {
        left: 23%;
    }
    .home-about-section {
        padding: 1% 0 7%;
    }
    .footer-bottom .btn-primary {
        font-size: 12px;
    }
    .footer-bottom > div.footersocial {
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .footercontainer, .headercontainer {
        width: 1180px;
    }
    .oem-container {
        min-width: 1200px;
    }
    .home-button-container { 
        margin: 0 0 4%;
    }
    /*.homeslider {
        margin-top: 0;
        margin-bottom: 8%;
    }*/
    .oem-wrapper {
        padding-top: 30px;
    }
    #main-nav .nav>li>a {
    font-size: 17px;
    padding: 15px 27px;
}
    .inventory-container .vehicle .price {
        font-size: 23px;
    }
    .home-about-section {
        padding: 1% 0 6%;
    }
    .home-about h1:after {
        left: 28%;
    }
    .home-about p {
        font-size: 16px;
    }
    .footer-bottom .btn-primary {
        font-size: 18px;
    }
    .footersocial a {
        margin: 0 10px;
    }
}








/* BREAKPOINTS */

@media (max-width: 1499px) {
.typeContainer {
    width: 1170px;
}

.typeContainer h4 {
    font-size: 16px;
}
}



@media (max-width: 1199px) {
.typeContainer {
    width: 970px;
}

.typeContainer h4 {
    font-size: 14px;
}

.btnContainer h4 {
    font-size: 25px;
}

.reviewsText h3 {
    font-size: 40px;
}
}



@media (max-width: 991px) {
.typeContainer {
    width: 740px;
    flex-wrap: wrap;
}

.typeContainer a {
    flex: 0 0 32%;
}

.typeContainer h4 {
    font-size: 16px;
}

.btnContainer h4 {
    font-size: 18px;
}

.reviewsText h3 {
    font-size: 30px;
}
}



@media (max-width: 767px) {
.page-background > div, #inventory-page, #vdp-container, #promotions-page, #privacy-policy {
    margin: 15px;
}

.typeContainer {
    width: 100%;
}

.typeContainer a {
    flex: 0 0 49%;
}

.typeContainer h4 {
    font-size: 3.5vw;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer h4 {
    font-size: 5vw;
}

.btnContainer a {
    margin: 10px 0;
}

#main-nav .navbar-toggle {
    color: white;
}

.reviewsText h3 {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 0;
}
}



