/*!
 * Light
 */

body {
    font-family: 'Kanit', sans-serif;
}

@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/9bac2389-9b30-47bf-936a-3ab2219d688e/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/9bac2389-9b30-47bf-936a-3ab2219d688e/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

hr { border-top-color: #afafaf; }

#content-container {
    padding-bottom: 80px;
}

div#inner-bg {
    overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}


/* GLOBAL THEME FONT COLORS */
body { color: #333; }



a {
    color: #b5000c;
    text-decoration: none;
}

a:focus, a:hover {
    color: #96000a;
    text-decoration: none;
}

.btn-primary {
    background-color: #ffffff;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 3px solid #b5000c;
    margin: 15px auto 5px;
    display: block;
    transition: .3s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #b5000c;
}

.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: #000000;
    border-color: #b5000c;
}

.financebtn a {
    transition: .3s;
}

.financebtn:hover a {
    color: white;
}







/* HEADER */
header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headercontainer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: white;
    border-bottom: 9px solid black;
    align-items: center;
}

nav {
    flex: 0 0 25%;
}

.headerleft {
    display: flex;
    flex: 0 0 25%;
    /* align-items: center; */
    justify-content: flex-end;
}

.headerleft a {
    font-size: 3vw;
    padding-left: 8%;
    color: black;
}

.headerlogo {
    flex: 0 0 50%;
    text-align: center;
    max-width: 400px;
}

div.headerleft a > span.fa.fa-mobile {
    font-size: 4vw;
}

#menuToggle {
    display: block;
    position: relative;
    left: 54%;
    z-index: 1041;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 100%;
    margin: -100px 0 0 -43%;
    padding: 50px;
    padding-top: 125px;
    background: #000000;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

ul#menu a {
    color: #F7F630;
    transition: .2s ease;
}

ul#menu a:hover {
    color: #d8c100;
}



#sideTabs {
  display: none;
}
@media (min-width: 768px) {
  #sideTabs {
    display: block;
    position: fixed;
    z-index: 15;
    top: 200px;
    right: 35px;
  }
}
#sideTabs .tab-content {
  position: absolute;
  background-color: #fff;
  width: 300px;
  right: -335px;
}
#sideTabs .tab-link {
    position: absolute;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top;
    transform-origin: right top;
    top: 18%;
    right: 335px;
    height: 35px;
    width: 128px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    backface-visibility: hidden;
}
#sideTabs #panelFacebook {
  height: 510px;
  z-index: 9;
  top: 0px;
}
#sideTabs #panelFacebook iframe {
  border: none;
}
#sideTabs #panelFacebookTab {
    background-color: #F7F630;
}

.weBuyBikes {
    position: absolute;
    transform: rotate(-40deg);
    top: 21px;
    left: -81px;
    background-color: #ffdd00;
    padding: 5px 89px;
    border-bottom: 3px solid black;
}

.weBuyBikes a {
    color: black;
}

.weBuyBikes h5 {
    text-align: center;
    font-size: 18px;
}

.weBuyBikes h5 span {
    display: block;
    font-size: 20px;
}







/* CONTENT */

.buttoncontainer {
    position: relative;
    width: 100%;
    display: block;
    transition: .3s;
}

.buttoncontainer:hover {
    transform: scale(1.05);
}

.buttoncontainer img {
    width: 100%;
}

.buttoncontainer span {
    transition: .3s;
}

.buttoncontainer:hover span {
    color: #b5000c;
}

.textwrapper, .textwrapper2 {
    width: 50%;
    position: absolute;
}

.textwrapper {
    margin-left: 54%;
    top: 19%;
}

.textwrapper2 {
    margin-left: 53%;
    top: 17%;
}

.maintext, 
.maintext2,
.buttontext,
.buttontext2 {
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}

.maintext {
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (480 - 320)));
    line-height: calc(12px + (23 - 12) * ((100vw - 320px) / (480 - 320)));
    margin-left: calc(10px + (22 - 10) * ((100vw - 320px) / (480 - 320)));
}

.maintext2 {
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (480 - 320)));
    line-height: calc(14px + (30 - 14) * ((100vw - 320px) / (480 - 320)));
    margin-left: calc(15px + (25 - 14) * ((100vw - 320px) / (480 - 320)));
}

.maintext > span:first-child {
    margin-bottom: 6px;
}

.maintext2 > span:first-child {
    margin-bottom: 3px;
}

.maintext span,
.maintext2 span {
    display: block;
}

.maintext span {
    padding: 4px 8px 7px;
}

.maintext2 span {
    padding: 0px 5px;
}

.buttontext, 
.buttontext2 {
    background-color: #b5000c;
    text-align: center;
    display: block;
    color: white;
}

.buttontext {
    font-size: 19px;
    margin-top: calc(16px + (40 - 16) * ((100vw - 320px) / (480 - 320)));
    margin-left: auto;
    margin-right: auto;
    width: calc(86px + (115 - 86) * ((100vw - 320px) / (480 - 320)));
}

.buttontext2 {
    font-size: 19px;
    margin-top: calc(10px + (15 - 10) * ((100vw - 320px) / (480 - 320)));
    margin-left: calc(30px + (55 - 30) * ((100vw - 320px) / (480 - 320)));
    margin-right: calc(30px + (55 - 30) * ((100vw - 320px) / (480 - 320)));
}

.sidebuttonwrapper a:last-child {
    margin-top: 16px;
    display: block;
}


.smallbuttoncontainer a {
    margin-bottom: 13px;
    display: block;
    color: black;
    transition: .3s;
}

.smallbuttoncontainer a:hover {
    transform: scale(1.05);
    color: #b5000c;
}

.smallbuttonblock {
    background-color: white;
    border: 9px solid #031961;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (480 - 320)));
    padding-top: calc(10px + (14 - 10) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(10px + (14 - 10) * ((100vw - 320px) / (480 - 320)));
}

.pagehdr {
    margin-top: calc(-10px + (-25 + 10) * ((100vw - 320px) / (768 - 320)));
}

.pagehdr h1 {
    text-align: right;
    margin: 0;
    font-size: 4vw;
    padding: 1.7% 3% 1.8%;
}

.servicehdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/fa5bb789-71c2-4668-b58a-e1b6fbce6fe2/service-header.jpg);
    background-size: cover;
}

.partshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e9d31c41-f6ee-4e61-b3a4-cfb8452146b8/parts-header.jpg);
    background-size: cover;
}

.financinghdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2365afbb-36ce-4070-a446-4fabf67d24c9/financing-header.jpg);
    background-size: cover;
}

.motorclotheshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7d5e2a3a-d6e4-40c3-baa3-cbd3805674a9/motorclothes-header.jpg);
    background-size: cover;
}

.maphourshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bdfce9a6-c879-4e77-863d-9130af2062d6/maphours-header.jpg);
    background-size: cover;
}

.abouthdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/703651da-7ccb-4b41-b4d9-2b38f7d7f208/about-header.jpg);
    background-size: cover;
}



.mapwrapper {
    position: relative;
    padding-bottom: 30%;
    min-height: 150px;
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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: #000000;
    border-color: #d5d5d5;
}

img.aboutpic2 {
    margin-top: 15px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #b5000c;
}








/* NAVIGATION */
#main-nav {
    background-color: white;
    border-bottom: 9px solid black;
}

    #main-nav .navbar { border: none; }
    #main-nav .nav > li > a, .social-media-icons a { color: #333; }


/* FEATURED VEHICLES */
.single-item-slider .item { background-color: #fff; }

/*@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 30px; }
    .single-item-slider .item { width: 204px; }
}*/


/* INVENTORY */
/* light background */

.inventory-container .vehicle {
    background-color: #eaeaea;
    transition: .2s ease;
}

.inventory-container .vehicle:hover {
    background-color: #b7b7b7;
}

    .inventory-container .vehicle .title a { color: #333; }

#filters-box li label {
    color: #b5000c;
}

.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-right: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: black;
    color: #F7F630;
}

.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;
}

div#tabEquipment {
    background-color: white;
    border: 1px solid #dddddd;
    border-top: transparent;
}


#ModalVehicleInquiry {
    border: 2px #F7F630 solid;
}

#ModalInquiryContainer #vehicleInquiryForm > fieldset > label {
    text-align: left;
    padding-left: 10px;
    width: 100%;
}

a.mdBtn.btn-primary.btn {
    width: 80%;
}

.clBtn, .vdpBtn {
    top: 6px;
}









/* FOOTER */
footer.body .outer-wrapper { background-color: rgba(0, 0, 0, 0.8); color: #c4c4c4; }

footer.body {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: black;
}


#footermenu * { 
    padding:0; 
    margin: 0; 
    list-style-type:none;
}

#footermenu {
    line-height: 10px;
    background-color: black;
    width: 100%;
    position: fixed;
    bottom: 40px;
    z-index: 16;
}

#footermenu a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.5vw;
}

#footermenu a:hover {
    background: #4e4e4e;
}

#footermenu ul li ul li a:hover { 
    background: gray; 
    padding-left:9px;
    border-left: solid 1px #000;
}

#footermenu ul li ul li {
    width: 100%;
    border: none;
    color: #b5000c;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background: #000000;
}

#footermenu ul li ul li a { 
    font-size: 13px; 
    font-weight:normal; 
    padding-top:3px; 
    padding-bottom:3px;
}

#footermenu ul li {
    float: left;
    background: #000000;
    width: 16.5%;
}

#footermenu ul li a {
    padding: 20px 10px;
}

#footermenu li{ 
    position:relative; 
    float:left;
}

#footermenu ul li ul, #footermenu:hover ul li ul, #footermenu:hover ul li:hover ul li ul{ 
    display:none;
    list-style-type:none; 
    width: 100%;
}

#footermenu:hover ul, #footermenu:hover ul li:hover ul, #footermenu:hover ul li:hover ul li:hover ul { 
    display:block;
}

#footermenu:hover ul li:hover ul li:hover ul { 
    position: absolute;
    margin-left: 145px;
    margin-top: -22px;
    font: 10px;
}

#footermenu:hover ul li:hover ul { 
    position: absolute;
    margin-top: 1px;
    font: 10px;
    bottom:100%;
}









/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }


/* FORMS */
.control-label { color: #000; }

#ContactCollapse .form-actions:before {
    content: 'By clicking "Submit", I am consenting to receive text messages from Champion Motorsports to the phone number provided. I understand these texts may be automated and that my consent to receive calls/texts is not required to purchase any product or services. Reply "STOP" to end texts or "HELP" for help. Msg & Data rates may apply. Terms & Conditions: https://championroswellnm.com/sms-terms and Privacy Policy: https://championroswellnm.com/sms-privacy';
    padding: 5px;
    display: block;
    font-size: 12px;
    font-style: italic;
}

.forms-text-section {
    font-size: 12px;
}

.customForm textarea {
    width: 100%;
}

.field-validation-valid,
.field-validation-error {
    color: currentColor;
    position: absolute;
    right: 11px;
    top: 6px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

.form-control {
    margin: 6px 0px;
    border-radius: 0;
    border-top: transparent;
    border-right: transparent;
    background-color: transparent;
    box-shadow: none;
    font-size: 12px;
}

.form-control:focus {
    border-color: #b5000c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 156, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 169, 102, 0.6);
    border: 1px solid #b5000c;
}

label {
    margin-bottom: 0px;
    margin-top: 6px;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    background-color: white;
    padding: 10px;
    border: 5px solid;
}

.form-header-text {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: -13px;
    background-color: black;
    color: white;
    width: 106%;
    margin-left: -10px;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

.wbbform .form-header-text {
    width: 103%;
}

.forms-title-section {
    text-align: center;
    display: block;
    text-transform: uppercase;
}


.inquiryformcontainer {
    background-color: white;
    border: 5px solid black;
}

.vdpinquiryheader {
    font-size: 30px;
    text-transform: uppercase;
    background-color: black;
    color: white;
    display: block;
    width: 90%;
    text-align: center;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
}

#ModalVehicleInquiry .vdpinquiryheader {
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.locationBox {
    background-color: white;
    border: 5px solid black;
    margin-top: 25px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    margin: 5px 0;
    border-radius: 0;
    border: 1px solid #ccc;
    border-top: transparent;
    border-right: transparent;
    background-color: transparent;
    box-shadow: none;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 97px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.siteSearch-M input {
    background-color: white;
    border-top: 1px solid rgb(204,204,204);
}

.siteSearch-M button {
    height: 34px;
    margin-top: 6px !important;
    background-color: black;
    color: white;
}

#ModalVehicleInquiry .form-control, #VehicleInquiryContainer .form-control, #FilterQuickSearch {
    border-top: 1px solid rgb(204,204,204);
    border-right: 1px solid rgb(204,204,204);
}

#FilterQuickSearch {
    margin-top: 0;
}

a.promo-link {
    color: black;
}

a.promo-link:hover {
    color: #96000a;
}

#creditAppForm .form-control {
    background: white;
}

@media (min-width: 481px) and (max-width: 767px) {
.maintext {
        font-size: 30px;
        line-height: 23px;
        margin-left: 22px;
    }
    .buttontext {
    font-size: 23px;
    margin: 40px auto;
    width: 120px;
    }
    .maintext2 {
        font-size: 28px;
        line-height: 30px;
        margin-left: 24px;
    }
    .buttontext2 {
        margin: 15px 55px 0px;
    }
    
}

@media (max-width: 767px) {
    header.body {
        height: auto;
        position: fixed;
        z-index: 1041;
        width: 100%;
    }
    .headercontainer, .headercontainer img {
        display: none;
    }
.weBuyBikes {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    padding: 2px 15px;
}
.weBuyBikes h5 {
    margin: 0;
}
.weBuyBikes h5 span {
    display: inline-block;
    font-size: 18px;
    padding-left: 15px;
}
#content-container {
    margin-top: calc(107px + (96 - 81) * ((100vw - 320px) / (768 - 320)));
}
    #home-page #widget3 .widget-inner {
        margin-top: 16px;
    }
    .buttoncontainer {
        max-width: 450px;
        margin: 0 auto;
    }
    #footermenu {
        display: none;
    }
    #ModalInquiryContainer .vdpinquiryheader {
        font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (768 - 320)));
        height: calc(38px + (42 - 38) * ((100vw - 320px) / (768 - 320)));
        padding-top: calc(4px + (0 - 4) * ((100vw - 320px) / (768 - 320)));
    }
    .financingText h2 {
        font-size: calc(24px + (30 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    #VehicleInquiryContainer .vdpinquiryheader {
        font-size: calc(26px + (30 - 26) * ((100vw - 320px) / (768 - 320)));
        width: calc(285px + (728 - 285) * ((100vw - 320px) / (768 - 320)));
    }
    .serviceform .form-header-text, .contactform .form-header-text {
        width: calc(280px + (728 - 280) * ((100vw - 320px) / (768 - 320)));
    }
    .partsform .form-header-text {
        width: calc(280px + (728 - 280) * ((100vw - 320px) / (768 - 320)));
        font-size: calc(17px + (30 - 17) * ((100vw - 320px) / (768 - 320)));
    }
    .mhPage {
        text-align: center;
    }
    .mhPage .dealer-name {
        font-size: calc(23px + (46 - 23) * ((100vw - 320px) / (768 - 320)));
     }
    .mhTable {
        max-width: calc(160px + (230 - 160) * ((100vw - 320px) / (768 - 320)));
        margin: 0 auto;
        font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (768 - 320)));
     }
    .mhHours table {
        margin: 0 auto;
        min-width: 300px;
    }
    #ModalVehicleInquiry {
        top: 75px;
        max-height: calc(100vh - 75px);
    }
    .navbar-header {
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-between;
    }
    .mobileheaderlinks {
        font-size: 24px;
        margin-top: 12px;
    }
    .mobileheaderlinks a {
        color: black;
    }
    .mobileheaderlinks .fa-mobile {
        font-size: 30px;
    }
    #main-nav .navbar-toggle {
        margin-right: 0;
    }
    .aboutText h3 {
        font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
    }
}

@media (min-width: 768px) {
    #main-nav {
        display: none;
    }
.maintext {
        font-size: 34px;
        line-height: 24px;
        margin-left: -20px;
        margin-right: 35px
    }
    .maintext2 {
        font-size: 18px;
        line-height: 20px;
        margin-left: 0;
        margin-right: 15px;
    }
    .maintext span,
    .maintext2 span {
        background-color: white;
    }
    .buttontext {
        width: 62%;
        margin: 24px auto 0px;
        font-size: 29px;
    }
    .buttontext2 {
        width: 60%;
        margin: 3px 29px 0px;
    }
    .smallbuttonblock {
        font-size: 32px;
        padding: 8px 0px;
    }
    #content-container {
        padding-bottom: 100px;
    }
    .pagehdr {
        margin-top: -25px;
    }
    .serviceform .form-header-text {
        width: 111%;
        font-size: 24px;
    }
    .partsform .form-header-text {
        width: 111%;
        font-size: 18px;
    }
    .contactform .form-header-text {
        width: 107%;
    }
    .mhPage .dealer-name {
        font-size: 28px;
     }
    .mhTable {
        font-size: 18px;
    }
    .mhHours table {
        min-width: 400px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .maintext {
        font-size: 44px;
        line-height: 38px;
    }
    .maintext2 {
        font-size: 24px;
        line-height: 26px;
        margin-right: 20px;
    }
    .buttontext {
        width: 53%;
        margin: 35px auto 0px;
    }
    .buttontext2 {
        width: 47%;
        margin: 8px 50px 0px;
    }
    .smallbuttonblock {
        padding: 13px 0px;
    }
    #content-container {
        padding-bottom: 110px;
    }
    .serviceform .form-header-text {
        width: 108%;
        font-size: 30px;
    }
    .partsform .form-header-text {
        width: 108%;
        font-size: 24px;
    }
    .contactform .form-header-text {
        width: 105%;
    }
    .mhPage .dealer-name {
        font-size: 30px;
     }
    #footermenu a {
        font-size: 1.2vw;
    }
}

@media (min-width: 1200px) {
    .maintext {
        font-size: 55px;
        line-height: 49px;
    }
    .buttontext {
        width: 45%;
        margin: 58px auto 0px;
    }
    .maintext2 {
        font-size: 33px;
        line-height: 38px;
        margin-right: 25px;
    }
    .buttontext2 {
        width: 43%;
        margin: 8px 62px 0px;
    }
    .smallbuttonblock {
        font-size: 32px;
        padding: 24px 0px;
    }
    #footermenu a {
        font-size: 1vw;
    }
    .partsform .form-header-text, .serviceform .form-header-text {
        width: 106%;
        font-size: 30px;
    }
    .contactform .form-header-text {
        width: 104%;
    }
}



/* 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);
}




@media (max-width: 1199px) {
.wbbform .form-header-text {
    width: 104%;
}
}

@media (max-width: 767px) {
.wbbform .form-header-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}