body {
    font-family: 'Oxanium', sans-serif;
    color: white;
}

@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/b1be3f5a-f702-4b76-acf0-c1211bfcb046/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/b1be3f5a-f702-4b76-acf0-c1211bfcb046/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

#content-container {
    width: 768px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 30px 0 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #b90a0e;
    text-decoration: none;
}

.breadcrumb {
    background-color: #8c8c8c;
}








/* HEADER */

header.body {
    background-color: white;
    position: relative;
    margin-bottom: 0;
}

.header-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    padding: 15px;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}


.header-container a {
    color: #ba0f11;
}

.header-container a:hover {
    color: #555555;
}

.header-m-top .dealer-phone {
    font-size: 41px;
    line-height: 40px;
    font-weight: 700;
}

.header-social,
.footersocial {
    display: flex;
    justify-content: center;
}

.header-social a,
.footersocial a {
    background-color: #555555;
    font-size: 20px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 3px;
    margin: 10px 20px;
    color: white;
    border-radius: 50%;
}

.header-social a:hover, 
.footersocial a:hover {
    background-color: #ffffff;
}

.header-m-bottom .dealer-city {
    padding-left: 10px;
}

.header-m-bottom {
    text-transform: uppercase;
}

.header-m-top {
    text-align: center;
}

.header-logo-ann img {
    max-height: 128px;
}

.header-hd-logo img {
    max-width: 100px;
}

.header-shop .btn-primary {
    background-color: #555555;
    color: white;
    font-weight: 700;
    margin-top: 0;
}

.header-hog-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}







/* NAVIGATION */
#main-nav {
    background-color: #ba0d10;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between; }
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    transition: .3s;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: black;
}






/* CONTENT */

.h-button {
    position: relative;
}

.h-button a {
    color: white;
}

.h-text {
    position: absolute;
    bottom: 18px;
    padding: 0 10px;
}

.h-text h2 {
    font-size: 22px;
    margin: 0 0 2px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px black;
}

.h-text h2 span {
    display: block;
}

.h-text > span {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    background-color: black;
    padding: 5px;
    transition: .3s;
}

.h-button a:hover .h-text > span {
    color: black;
    letter-spacing: 13px;
    background-color: white;
}

.small-btn-wrapper {
    display: flex;
    justify-content: space-between;
}

.small-btn-wrapper a {
    flex: 0 0 31%;
    text-align: center;
    background-color: black;
    border-left: 4px solid #ba0d10;
    border-top: 4px solid #ba0d10;
    border-bottom: 4px solid #630002;
    border-right: 4px solid #630002;
}

.small-btn-wrapper a:hover {
    border-top: 4px solid white;
    border-left: 4px solid white;
    border-bottom: 4px solid #cacaca;
    border-right: 4px solid #cacaca;
}

.small-btn-wrapper a h3 {
    margin: 0;
    padding: 23px 0 14px;
    color: white;
    font-size: 31px;
    transition: .4s;
}

.small-btn-wrapper a:hover h3 {
    letter-spacing: 5px;
    color: #ba0d10;
}

.p-header {
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #ba0d10;
}

.p-header:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ca28c719-8c28-4319-b410-bbd6e0b33a66/leaf.png);
    width: 333px;
    height: 333px;
    position: absolute;
    right: 0;
    top: -25px;
    transform: rotate(27deg);
    filter: opacity(0.5);
    background-size: 100% 100%;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 54px;
    text-shadow: 2px 2px 2px black;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    padding-left: 14px;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.maphourswrapper {
    display: flex;
    justify-content: space-between;
}

.hoursblock {
    flex: 0 0 50%;
}

.map-wrapper {
    position: relative;
    padding-bottom: 30%;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.department-container .department {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    background: transparent;
}

#employees-team-page > div.row > div > h1 {
    border-bottom: 5px solid #ba0d10;
    font-size: 48px;
}

.department .employee {
    background: #dadada;
    border-radius: 0px;
    padding: 10px;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .title {
    background: #fff;
    color: #ba0d10;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ba0d10;
}

.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: #d4d4d4;
    border-color: #cccccc;
}

.lrCards {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #545454;
    margin-bottom: 30px;
}

.lrCards div {
    flex: 0 0 33%;
    padding: 15px;
    text-align: center;
}

.lrCards h3 {
    margin: 0;
}

.refProg {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.refProg div {
    text-align: center;
    background-color: #4c4c4c;
    padding: 15px;
}

.refProg h4 {
    margin: 5px 0 0;
}

.lrform {
    margin-bottom: 30px;
}





/* H-D EVENTS */

.eventsInfo {
    margin-bottom: 25px;
}

.eventform {
    position: relative;
}

.eventform:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ee08a185-c8fe-4816-ba25-a435fc258564/gift.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 15px;
    position: absolute;
    right: -44%;
    top: 0;
}

.eventform .forms-text-section {
    font-size: 12px;
    font-style: normal;
}

.eventform .form-header-text {
    font-size: 23px;
}

.wwp img {
    max-width: 700px;
    margin-top: 15px;
    width: 100%;
}

.eventsHeader {
    position: relative;
    height: 400px;
    margin-bottom: 15px;
}

.eventsHeader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.35);
}

.eventsHeader div {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(0 0 0 / 59%);
    padding: 15px;
    text-shadow: 1px 1px 1px black;
    width: 60%;
}

.eventsHeader h1 {
    font-size: 2rem;
    position: relative;
    margin-top: 0;
}

.eventsHeader h1:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    bottom: -1.1rem;
    transform: translateX(-50%);
}

.eventsHeader h3 {
    text-transform: uppercase;
    font-size: 3.5rem;
    margin-bottom: 0;
}

.eventGiveaway {
    vertical-align: unset;
    display: flex;
    align-items: center;
    margin: 15px auto;
}

.eventGiveaway > div:nth-child(2) {
    margin-left: 15px;
    flex: 0 0 46%;
}

.eventsInfo li {
    list-style: none;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}

.eventsInfo li:before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: -30px;
    top: 10px;
}

.eventsInfo .wwp {
    text-align: center;
    padding: 15px;
    background-color: #262626;
}

.eventsInfo .wwp img {
    padding: 15px 15px 0;
    max-width: 300px;
    display: block;
    margin: auto;
}

.eventDisclaimers {
    font-size: 12px;
}

.eventHeaderBottom {
    text-align: center;
    margin: 60px 0;
}

.eventsInfo ul {
    margin-bottom: 30px;
}



@media (max-width: 1499px) {
.eventsHeader {
    height: 350px;
}
}



@media (max-width: 1199px) {
.eventsHeader {
    height: 300px;
}

.eventform:after {
    right: -52%;
}
}



@media (max-width: 991px) {
.eventGiveaway > div:nth-child(2) {
    flex: 0 0 55%;
}

.eventsHeader {
    height: 250px;
}

.eventsHeader div {
    width: 80%;
}

.eventform:after {
    right: 100%;
    top: unset;
    bottom: 12%;
}
}




@media (max-width: 767px) {
.eventGiveaway {
    flex-flow: column;
}

.eventGiveaway > div:nth-child(2) {
    margin-left: 0;
}

.eventsHeader {
    position: relative;
    height: 100%;
}

.eventsHeader div {
    width: 96%;
}

.eventsHeader h3 {
    font-size: 1.5rem;
}

.eventsHeader h1 {
    font-size: 1rem;
}

.eventform:after {
    right: 0;
    top: unset;
    position: relative;
    background-position: center;
}
}









/* FEATURED INVENTORY */

.single-item-slider .item {
    background-color: rgb(255, 255, 255);
    border: 3px solid gray;
}

.featuredinventory > div {
    background-color: #bb0d0f;
    border-left: 4px solid #ba0d10;
    border-top: 4px solid #ba0d10;
    border-bottom: 4px solid #630002;
    border-right: 4px solid #630002;
    box-shadow: inset 0 0 10px black;
}

.featuredinventory h2 {
    text-align: center;
    font-size: 32px;
    padding-top: 15px;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px black;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
    padding: 3px 2%;
    font-weight: 700;
    text-transform: uppercase;
    background-color: black;
    bottom: 0px;
    color: white;
}

.single-item-slider .item-detail .name {
    color: black;
}

.single-item-slider .slider-inner .item {
    width: 199px;
}

.single-item-slider .slider-control.left {
    left: -24px;
}

.single-item-slider .slider-control.right {
    right: -24px;
}

.featuredinventory i.fa.fa-chevron-left, 
.featuredinventory i.fa.fa-chevron-right {
    font-size: 30px;
    color: white;
}







/* INVENTORY */
/* light background */

.inventory-container .vehicle {
    transition: .2s ease;
}

.inventory-container .vehicle:hover {
    background-color: #b7b7b7;
}

    .inventory-container .vehicle .title a { color: #333; }

#filters-box li label {
    color: #ba0d10;
}

.inventory-container .vehicle .title {
    padding: 3px 5px;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 19px;
    min-height: 39px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    padding: 3px 0 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #ba0d10;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
}

.well {
    background-color: #eaeaea;
    border-bottom: none;
}

.k-pager-wrap {
    background-color: #eaeaea;
    border: none;
}

#tabEquipment {
    background-color: white;
    border: 1px solid #dddddd;
    border-top: transparent;
}

#ModalVehicleInquiry {
    background: #ba0d10;
    border: 2px white solid;
}

#ModalInquiryContainer #vehicleInquiryForm > fieldset > label {
    text-align: left;
    padding-left: 10px;
    width: 100%;
}

a.mdBtn.btn-primary.btn {
    width: 80%;
}

.clBtn, .vdpBtn {
    top: 6px;
}

#FilterQuickSearch {
    border: 1px solid #cccccc;
    margin: 0;
}

#vehicleDetails {
    color: black;
}

#vehicleList > div > div > div.price-box > text > a:hover {
    color: black;
}

.blurbBanner {
    z-index: 1;
}






/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: max-content;
    display: block;
    margin: 10px auto 0;
    transition: .3s;
}

.btn-sec {
    background-color: #ba0d10;
}

.fin-btn {
    background-color: yellow;
    color: black;
    margin: 20px auto;
}


.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.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
}

.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;
}

.validation-summary-errors,
.field-validation-error {
    color: #fff600;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
    color: white;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ba0d10;
    padding: 15px;
    color: black;
}

.forms-title-section {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    color: white;
}

.form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 3px 0;
    font-size: 14px!important;
}

#Form1179 > div:nth-child(1) > fieldset > div:nth-child(n+2) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1176 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1176 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}

#Form1179 > div:nth-child(1) > fieldset > div:nth-child(7) > div > div > label {
    padding-right: 10px;
}


.inquiryformcontainer {
    font-size: 14px;
    background-color: #ba0d10;
}

.locationBox {
    background-color: #ba0d10;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.vdpinquiryheader {
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Postal Code"] {
    width: 94px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #757575;
    text-align: center;
    position: relative;
    padding-top: 23px;
}

footer.body .outer-wrapper:before {
    content: '';
    background-color: #eaeaea;
    height: 1px;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 0px;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #b80d10;
}

.footerbackground {
    background-color: white;
    position: relative;
    overflow: hidden;
}

.footerbackground:before {
    content: '';
    width: 608px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/37f5e839-4dd6-4dd7-a9c4-e325e4d2b405/leaf.jpg);
    position: absolute;
    left: 0;
    top: -52px;
    height: 532px;
    transform: rotate(-24deg);
    background-size: 100%;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: black;
    padding: 10px 10px 30px;
    position: relative;
    flex-direction: column;
    text-align: center;
}

.footercontainer a {
    color: #ba0d10;
}

.footercontainer a:hover {
    color: #555555;
}

.footersocial a {
    color: #fff;
}

.footerlinkblock a {
    display: block;
}

.footer-block .w3-red.btn {
    background-color: #b90d10;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #b90d10;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #000000;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 2px 10px;
    border-radius: 0;
    color: white;
}

.footer-block .btn.active.focus, .footer-block .btn.active:focus, .footer-block .btn.focus, .footer-block .btn:active.focus, .footer-block .btn:active:focus, .footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, .footer-block .btn:focus, .footer-block .btn:hover {
    color: #c8c8c8;
}

.footerinnerblock .btn-primary {
    color: white;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 17px;
    width: max-content;
    margin-top: 20px;
    padding: 9px 10px 6px;
    background-color: #b90d10;
}

.footerinnerblock .btn-primary:hover {
    background-color: white;
}

.footertable td:last-child {
    padding-left: 15px;
}

.footerinnerblock .dealer-phone {
    font-size: 25px;
    font-weight: 700;
}

.footertable {
    width: 290px;
    margin: 0 auto;
}

.footerlinkblock a {
    padding: 15px 0;
}

.siteSearch-M button {
    height: 36px;
    margin-top: 3px !important;
}

.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {
    z-index: 1;
}

.jumbotron, #creditAppForm section {
    background: #ba0d10 !important;
    color: white !important;
}

.jumbotron .text-muted, .jumbotron h1 {
    color: white !important;
}

#creditAppForm .field-validation-error, #creditAppForm .required {
	color: yellow !important;
}

@media (max-width: 767px) {
    .header-container img, .header-logo, .header-logo-ann, .header-m-bottom, .header-social {
        display: none;
    }
    header.body {
        height: 134px;
        position: fixed;
        z-index: 2040;
        max-height: calc(100vh - 20px);
        width: 100%;
    }
.header-shop .btn-primary {
    display: none;
}
.refProg div {
    flex: 0 0 100%;
    margin: 10px;
}
    body {
        padding-top: 0 !important;
    }
    #content-container {
        width: 100%;
        padding-top: 134px;
    }
    .single-item-slider .slider-outer {
        height: 225px;
    }
    .single-item-slider .slider-inner .item {
        width: 215px;
    }
    #main-nav .dropdown-menu>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #main-nav {
        background: white;
    }
    .header-block {
        flex: 0 0 100%;
    }
    .header-m-top .dealer-phone {
        font-size: 28px;
    }
    .header-m-top {
         text-align: right;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
    #main-nav .navbar-toggle, .navbar-nav>li>a, #main-nav .dropdown-menu>li>a {
        color: #ba0d10; 
    }
    #main-nav .navbar-brand {
        height: 75px;
        margin: -20px auto 0;
        padding: 1px 15px;
    }
    #home-page {
        margin-top: 30px;
    }
    .h-text {
        padding: 0 5px;
        bottom: 5vw;
        padding: 0 5px;
    }
    .h-text h2 {
        font-size: 6vw;
        margin: 0;
    }
    .h-text > span {
        font-size: 3vw;
    }
    .h-button a {
        max-width: 700px;
        display: block;
        margin: 0 auto;
    }
    .small-btn-wrapper a h3 {
        font-size: 5vw;
        padding: 15px 0;
    }
    #filters-modal {
        top: 140px;
    }
    #ModalVehicleInquiry {
        top: 140px;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        font-size: 22px;
    }
    .pageheader {
        padding: 0;
        margin-top: -15px;
    }
    .p-header h1 {
        font-size: 8vw;
    }
    .p-header:after {
        display: none;
    }
    .pagetext {
        order: 1;
    }
.lrCards {
    border-bottom: none;
    margin-bottom: -25px;
    flex-wrap: wrap;
}
.lrCards div {
    flex: 0 0 100%;
}
.lrCards div:nth-child(1) h4,
.lrCards div:nth-child(3) h4 {
    margin-bottom: 0;
    margin-top: 0;
}
    .mcBillboard {
        order: 2;
    }
    .pageform {
        order: 3;
    }
    #Form1179 > div:nth-child(1) > fieldset > div:nth-child(n+2), #Form1176 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
        width: 100%;
    }
    .department .employee {
        max-width: 300px;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 8vw;
    }
    .maptext h3:first-of-type {
        font-size: 5vw;
    }
    .maphourswrapper {
        flex-direction: column;
    }
    .maphourswrapper .mapandhourstbl {
        width: 290px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    nav.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 20399;
        background: #ba0d10;
        border-radius: 0px;
        right: 0px;
    }
    .header-container {
        width: 768px;
    }
    .header-container:after {
        content: '';
        background-image: url(https://psmfirestorm.blob.core.windows.net/37f5e839-4dd6-4dd7-a9c4-e325e4d2b405/leaf.jpg);
        width: 310px;
        height: 343px;
        position: absolute;
        right: 0;
        top: -18%;
        transform: rotate(27deg);
        z-index: -1;
        background-size: 100%;
        background-repeat: no-repeat;
        filter: opacity(0.5);
    }
    .small-btn-wrapper a h3:before {
        content: '';
        width: 4%;
        height: 3px;
        background-color: #565656;
        position: absolute;
        margin-left: -32px;
        top: 51%;
    } 
    .small-btn-wrapper a h3:after {
        content: '';
        width: 4%;
        height: 3px;
        background-color: #565656;
        position: absolute;
        margin-left: 4px;
        top: 51%;
    }
    #main-nav .nav>li>a {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .header-m-top .dealer-phone {
        font-size: 36px;
    }
    .featuredinventory {
        margin-bottom: 30px;
    }
    .single-item-slider .slider-inner .item {
        width: 209px;
    }
    .header-block {
        flex: 0 0 33%;
    }
    .header-m-bottom {
        text-align: center;
    }
    .header-m-bottom .dealer-address {
        display: block;
    }
    .header-logo-ann img {
        padding: 10px;
    }
    .pageform {
        height: max-content;
    }
    .mcBillboard {
        margin-top: -200px;
    }
    .pageform .form-header-text {
        font-size: 22px;
    }
    .maptext .dealer-name {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .header-container, #content-container, .footercontainer {
        width: 980px;
    }
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .footertable {
        width: auto;
    }
    .footerlinkblock a { 
        padding: 0;
    }
    .footersocial {
        justify-content: center;
    }
    .footersocial a {
        margin: 10px 5px;
    }
    .header-m-top .dealer-phone {
        font-size: 41px;
    }
    .h-text h2 {
        font-size: 30px;
    }
    .h-text { 
        padding: 11px;
    }
    #main-nav .nav>li>a {
        font-size: 16px;
        padding-left: 13px;
        padding-right: 13px;
    }
    .featuredinventory {
        margin-bottom: 0;
    }
    .single-item-slider .slider-inner .item {
        width: 208px;
    }
    .featuredinventory h2 {
        font-size: 24px;
    }
    .small-btn-wrapper a h3:before {
        width: 6%;
        margin-left: -62px;
    } 
    .small-btn-wrapper a h3:after {
        width: 6%;
        margin-left: 4px;
    }
    .header-block {
        flex: 0 0 auto;
    }
    .header-m-bottom .dealer-address {
        display: inline;
        padding-right: 10px;
        border-right: 1px solid;
    }
    .mcBillboard {
        margin-top: -240px;
    }
    .pageform .form-header-text {
        font-size: 25px;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
    .p-header:after {
        width: 400px;
        height: 400px;
        top: -30px;
    }
    .footercontainer h3 {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .header-container, #content-container, .footercontainer {
        width: 1180px;
    }
    .h-text h2 {
        font-size: 42px;
    }
    #main-nav .nav>li>a {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-item-slider .slider-inner .item {
        width: 204px;
    }
    .featuredinventory h2 {
        font-size: 32px;
    }
    .small-btn-wrapper a h3:before {
        margin-left: -75px;
    } 
    .header-logo-ann img {
        padding: 0;
    }
    .mcBillboard {
        margin-top: -260px;
    }
    .p-header:after {
        width: 500px;
        height: 500px;
        top: -75px;
    }
}




@media (max-width: 991px) {
.header-m-bottom .dealer-city {
    padding-left: 0;
}

.header-m-top .dealer-phone {
    font-size: 31px;
}

.header-hd-logo img {
    max-width: 65px;
}
}




