body { 
    background: #cccccc;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    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: url(https://psmfirestorm.blob.core.windows.net/657c7dde-e5f6-4cbb-85b2-324f966f1848/background.jpg) no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: url(https://psmfirestorm.blob.core.windows.net/657c7dde-e5f6-4cbb-85b2-324f966f1848/background.jpg) no-repeat center center;
       background-attachment: fixed;
        background-size: cover;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Anybody', sans-serif;
    transform: skewX(-8deg);
}

a, 
a.promo-link {
    color: #ffffff;
    transition: .3s;
    font-weight: 800;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffbd00;
    text-decoration: none;
}

.breadcrumb {
    background-color: #363636;
}

#outer-wrapper {
    overflow-x: hidden;
    position: relative;
}

.oemSection {
    background-color: black;
    position: relative;
    border-top: 7px solid #febf00;
    border-bottom: 7px solid #febf00;
    background-image: url(https://psmfirestorm.blob.core.windows.net/c0aaaf59-c009-44eb-bc95-bdb3a6231f8b/asphalt.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.oemSection:before {
    content: '';
    width: 20%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 30px solid #ffbe00;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    top: -1px;
}

.oemSection:after {
    content: '';
    width: 20%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 30px solid #ffbe00;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -1px;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/657c7dde-e5f6-4cbb-85b2-324f966f1848/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0!important;
    padding: 60px 0;
    position: relative;
    background-position: center;
}

.featuredSection:before {
    content: '';
    width: 100%;
    height: 55%;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: black;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

#credit-app-page {
    margin-top: -25px;
}

.page-background a {
    position: relative;
}

.page-background a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
}

.page-background a:hover:before {
    width: 100%;
    background-color: #ffbd00;
}








/* HEADER */

header.body {
    background-color: white;
}

.headerbackground {
    position: relative;
}

.headerbackground:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/2ad3fb58-2914-46a1-92f6-c8a3c4e43350/buffalo-skyline.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    z-index: 0;
    filter: opacity(0.15);
    background-repeat: no-repeat;
    left: 25%;
    bottom: 0;
}

.headercontainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    text-transform: uppercase;
    align-items: center;
    position: relative;
    z-index: 3;
    color: black;
}

.headerblock {
    flex: 0 0 25%;
    text-align: center;
}

.headerblock .dealer-address, 
.headerblock .dealer-phone {
    display: block;
}

.headerblock .dealer-phone {
    font-weight: 800;
    font-size: 27px;
    font-family: 'Anybody', sans-serif;
    transform: skewX(-8deg);
    color: black;
}

.headerblock .dealer-phone:hover {
    color: #373737;
}

.headerLogos img {
    max-width: 310px;
}

.siteSearch {
    display: flex;
    justify-content: space-around;
}

.siteSearch .form-control {
    border-radius: 8px 0 0 8px;
    border: 3px solid;
    border-right: none;
    padding: 16px;
    font-size: 15px;
    margin: 0;
}

.siteSearch button {
    background-color: #000000;
    border: 3px solid #000000;
    color: white;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    padding: 3px 10px;
}

.headersocial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
}

.headersocial a .fa {
    color: #000000;
    font-size: 30px;
    line-height: 35px;
}

.headerBanner {
    position: absolute;
    top: 33px;
    background-color: #ffbc00;
    color: black;
    width: 250px;
    z-index: 3;
}

.headerBannerLeft {
    left: -60px;
    transform: rotate(-45deg);
}

.headerBannerRight {
    right: -60px;
    transform: rotate(45deg);
}

.headerBanner a {
    color: black;
    text-align: center;
}

.headerBanner h4 {
    margin: 0;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 22px;
}

.headerBanner h4 span {
    display: block;
    font-size: 30px;
}

.headercontainer .btn-primary {
    margin: 0;
}

.headerInfo {
    font-weight: 700;
    font-size: 19px;
}

.headerBannerTop {
    background-color: #ffbd00;
    text-align: center;
}

.headerBannerTop a {
    color: black;
    font-family: 'Anybody', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}





/* NAVIGATION */

#main-nav {
    background-color: #000000;
    position: relative;
    background: linear-gradient(to bottom, rgb(56 56 56) 0%,rgba(0,0,0,1) 100%);
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    padding: 20px;
    font-family: 'Anybody', sans-serif;
    transform: skewX(-8deg);
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ffbc00;
}

.social-media-icons {
    display: none;
}






/* CONTENT */

.btnContainer {
    display: flex;
    flex-flow: column;
}

.btnContainer a {
    background-color: #ffbd00;
    margin-bottom: 26px;
    padding: 10px;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 7px 7px;
    color: black;
}

.btnContainer a:hover {
    transform: translate(7px, 7px);
    box-shadow: none;
}

.btnContainer h3 {
    margin: 0;
    font-size: 29px;
}

.oemContainer {
    padding: 0 0 75px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
}

.oemContainer a {
    padding: 1%;
    text-align: center;
}

.oemContainer a:hover {
    transform: scale(1.05);
}

.oemContainer img {
    max-height: 100px;
    max-width: 244px;
}

.typeContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: flex-end;
}

.typeContainer a {
    padding: 15px;
}

.typeContainer img {
    transition: .3s;
}

.typeContainer a:hover img {
    transform: translateY(-10px);
}

.typeContainer h3 {
    position: relative;
}

.typeContainer h3:after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #febf00;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    transition: .3s;
}

.typeContainer a:hover h3:after {
    width: 60px;
}

.typeContainer span {
    color: #9f9f9f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homeAbout {
    background-color: rgb(0 0 0 / 82%);
    color: white;
    padding: 30px;
    width: 905px;
    margin: auto;
}

.homeAboutWelcome {
    text-align: center;
}

.homeAboutWelcome > span {
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #c4c4c4;
    font-size: 20px;
    padding-left: 9px;
    font-weight: 800;
}

.homeAboutWelcome h1 {
    margin: 0 0 20px;
    font-size: 50px;
    color: #febf00;
}

.homeAboutWelcome h1 span {
    display: block;
    font-size: 35px;
    color: white;
    letter-spacing: 14px;
    padding-left: 10px;
}

.aboutText p {
    text-align: justify;
    line-height: 34px;
}

.p-header {
    height: 300px;
    margin-bottom: 25px;
    position: relative;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    font-size: 50px;
    left: 0;
    padding: 10px 15px;
    color: white;
    text-shadow: 2px 2px 1px black;
    z-index: 2;
}

.top-bar-announcement {
    text-align: center;
    padding: 2px 15px;
    font-family: 'Anybody', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}

.department .title {
    border: 1px solid #000000;
    background: #000000;
    color: #004e97;
}

.department .title {
    border: none;
    background: black;
    color: #ffffff;
}

.department .title:after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #febf00;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11px;
    transition: .3s;
}

.department .title:hover:after {
    width: 100px;
}

.department .employee .name p {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 5px;
}

.department .employee {
    border-radius: 0px;
    padding: 10px;
    height: max-content;
}

.department-container .department {
    background: transparent;
}

.department .employee .job p {
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
    color: #ffbd00;
}

.photo {
    height: 325px;
    width: 100%;
}

.department .photo img {
    height: 100%;
    object-fit: cover;
}

.mapWrapper {
    position: relative;
    padding-bottom: 103%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maptext h1 {
    margin-top: 0;
    font-size: 30px;
}

#creditAppForm section {
    background: #ffffff!important;
    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: #000;
    background-color: #ffbd00;
    border-color: #e6e6e6;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

.close-popup {
    position: relative;
    z-index: 9999;
}

.popup-widget {
    padding: 10px!important;
}

.popup-widget {
    top: 2%!important;
    max-width: 525px!important;
}

.inventoryBanner {
    margin-bottom: 15px;
}








/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */







/* FEATURED INVENTORY */

.featuredInventory {
    width: 1170px;
    margin: auto;
}

a.slider-control.left, 
a.slider-control.right {
    color: white;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 5px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .slider-outer {
    height: 320px;
}

.single-item-slider .item-detail .name {
    line-height: 19px;
    text-transform: uppercase;
    color: black;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 2px solid;
}

.single-item-slider .item-detail .price {
    padding: 15px 8px;
    background-color: #ffbe00;
    bottom: 0;
    transition: .3s;
    text-transform: uppercase;
    color: black;
    font-size: 18px;
    font-weight: 800;
}

.slider-inner a:hover .price {
    color: white;
}

.featuredInventory h2 {
    font-size: 42px;
    position: relative;
    margin-left: 60px;
    color: white;
    z-index: 4;
    width: max-content;
    padding: 0 10px;
    text-shadow: 1px 1px 1px black;
}

.featuredInventory h2:before {
    content: '';
    width: 100%;
    height: 61%;
    background-color: #ffbe00;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: -1;
    border-radius: 8px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 24%;
}






/* INVENTORY */

.inventory-image {
    width: 100%;
    object-fit: cover;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 195px;
    height: 194px;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.vehicleyearmake {
    text-transform: uppercase;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.inventory-container .vehicle .price-box {
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0;
    font-weight: 700;
    color: black;
    background-color: #ffbd00;
}

.inventory-container .vehicle .price-box a {
    color: black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 45%);
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    min-height: 43px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.seller-description {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.modal-title {
    transform: none;
}






/* FORMS */

.btn-primary {
    color: #000;
    background-color: #ffbd00;
    border: 2px solid black;
    font-weight: 800;
    margin: 10px 0;
    transition: .3s;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.btn-primary:before {
    content: '';
    width: 100%!important;
    height: 100%!important;
    background-color: white;
    position: absolute;
    left: -100%!important;
    top: 0;
    transition: 1s!important;
    z-index: -1;
}

.btn-primary:hover,
.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 {
    background-color: #ffbd00;
    border-color: black;
    color: black;
}

.btn-primary:hover:before {
    width: 100%;
    left: 100%!important;
    background-color: white!important;
}

.btn-sec {
    margin: 10px auto;
    font-size: 20px;
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 27px;
    color: #000000;
    font-weight: 700;
    font-family: 'Anybody', sans-serif;
    transform: skewX(-8deg);
    position: relative;
    width: max-content;
    padding: 0 10px;
}

.form-header-text:before {
    content: '';
    width: 100%;
    height: 50%;
    background-color: #ffbe00;
    position: absolute;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    bottom: 10%;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #ffffff;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
    border-bottom: 1px solid lightgrey;
}

.form-control:hover {
    background-color: white;
    border-color: #d2d2d2;
}

.form-control:focus {
    background-color: white;
    border-color: #d2d2d2;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 22%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 22%);
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: 1px solid #ffffff;
    margin: 5px 0;
    border-bottom: 1px solid #dfdfdf;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: white;
    color: black;
    box-shadow: 0 0 10px rgb(0 0 0 / 41%);
}

.mainform label {
    margin-right: 10px;
}

@media (min-width: 768px) {
#Form3586 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form3589 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form3589 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form3586 > div:nth-child(1) > fieldset > div:nth-child(n+12),
#Form3589 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}











/* FOOTER */

.footerbackground {
    background-color: white;
}

footer.body .outer-wrapper {
    background-color: #f4f4f4;
    color: #000;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footercontainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 45px 15px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    color: black;
}

.footercontainer:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #dadada;
    position: absolute;
    top: 20px;
}

.footercontainer a {
    color: black;
}

.footercontainer a:hover {
    color: #ffbd00;
}

.footercontainer .btn-primary {
    display: block;
    width: max-content;
    margin-top: 15px;
}

.footerblock .dealer-phone {
    font-weight: 700;
    font-size: 22px;
}

.footertable td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerblock ul {
    list-style: none;
    padding: 0 0 0 15px;
}

.footerblock a li:before {
    content: "";
    width: 9px;
    height: 3px;
    background-color: #c4c4c4;
    position: relative;
    left: -5px;
    top: -4px;
    display: inline-block;
    transition: .3s;
}

.footerblock a:hover li:before {
    width: 15px;
}

.footercontainer div:nth-child(3) {
    flex: 0 0 18%;
}

.footersocial {
    display: flex;
}

.footersocial a {
    font-size: 20px;
    margin-right: 10px;
}

.footercontainer .btn-primary:hover {
    color: black;
}







@media (max-width: 1499px) {
.typeContainer {
    width: 1170px;
}

.oemContainer a {
    flex: 0 0 16%;
}

.oemContainer img {
    max-height: 73px;
}

.typeContainer h3 {
    position: relative;
    font-size: 19px;
}

.headercontainer {
    width: 1025px;
}
}




@media (max-width: 1199px) {
.headercontainer {
    width: 825px;
}

.btnContainer h3 {
    font-size: 26px;
}

.btnContainer a {
    margin-bottom: 18px;
    padding: 8px;
}

.typeContainer,
.footercontainer {
    width: 970px;
}

.single-item-slider .slider-inner .item {
    width: 217px;
}

.headerblock .dealer-phone {
    font-size: 25px;
}

.typeContainer h3 {
    font-size: 15px;
}

.headerLogos img {
    max-width: 230px;
}

.p-header {
    height: 275px;
}

.p-header h1 {
    font-size: 47px;
}

.mapWrapper {
    padding-bottom: 127%;
}
}



@media (max-width: 991px) {
.typeContainer,
.footercontainer {
    width: 740px;
}

.btnContainer a {
    margin-bottom: 13px;
    padding: 6px;
}

.btnContainer h3 {
    font-size: 19px;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    padding: 10px;
    flex: 0 0 25%;
}

.typeContainer h3 {
    font-size: 20px;
}

.homeAbout {
    width: 100%;
}

.footercontainer {
    flex-flow: column;
    align-items: center;
}

.footerblock {
    margin: 20px 0;
}

.headercontainer {
    width: 619px;
    flex-wrap: wrap;
}

.headerLogos {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
}

.headerLogos img {
    max-width: 200px;
}

.headercontainer {
    width: 619px;
    flex-wrap: wrap;
}

.headerblock {
    flex: 0 0 36%;
}

.headerbackground:before {
    left: 0%;
    bottom: 0;
    background-position: bottom;
}

.p-header {
    height: 225px;
}

.p-header h1 {
    font-size: 42px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}




@media (max-width: 767px) {
.typeContainer,
.footercontainer,
.headercontainer {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerInfo,
.headersocial {
    display: none;
}

.siteSearch {
    position: absolute;
    left: 15px;
    bottom: -50px;
}

.headerblock {
    flex: 0 0 50%;
}

.headerBanner {
    top: 44px;
}

.headerBannerTop {
    position: relative;
    z-index: 5;
    line-height: 15px;
    padding: 3px;
}

.headerBannerTop a {
    font-size: 13px;
    line-height: 13px;
}

.headerBannerLeft {
    left: -85px;
}

.headerBannerRight {
    right: -85px;
}

.headerBanner h4 {
    padding: 7px 19px;
    font-size: 14px;
    line-height: 14px;
}

.headerBanner h4 span {
    font-size: 18px;
}

.headercontainer {
    padding-top: 15px;
}

.btnContainer h3 {
    font-size: 6vw;
}

.oemSection:before {
    width: 55%;
    border-top: 20px solid #ffbe00;
}

.oemSection:after {
    width: 55%;
    border-bottom: 20px solid #ffbe00;
}

.featuredInventory h2 {
    font-size: 26px;
    margin: 0 auto 25px;
    padding: 0 6px;
}

.featuredInventory h2:before {
    width: 92%;
    height: 61%;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
}

.homeAboutWelcome h1 {
    font-size: 28px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #fff;
}

.headerblock .dealer-phone {
    font-size: 18px;
}

.homeSlider {
    margin-bottom: 25px;
}

.oemContainer a {
    padding: 4% 2%;
    flex: 0 0 32%;
}

.oemContainer img {
    max-height: 65px;
}

.typeContainer a {
    flex: 0 0 50%;
}

.typeContainer h3 {
    font-size: 5vw;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    margin: 0 15px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 6.5vw;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.siteSearch .form-control,
.siteSearch button {
    border: 2px solid white;
}

.form-header-text {
    font-size: 25px;
    line-height: 20px;
}

.btnContainer a {
    margin-bottom: 5%;
    padding: 5%;
}

.btnSection .widget-inner {
    margin-top: 0!important;
}
}









