body {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 16px;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/2175c96d-18e2-4bf2-94d7-c5b81a420158/wwm-background.jpg) no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/2175c96d-18e2-4bf2-94d7-c5b81a420158/wwm-background.jpg) no-repeat center center;
       background-attachment: fixed;
        background-size: cover;
    }
}

a {
    color: #ef1b23;
}

a:focus, a:hover {
    color: #b30008;
    text-decoration: none;
}

#content-container {
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 30px;
}

#inventory-page,
#vdp-container,
#calendar-page,
#showroom {
    padding-top: 30px;
}

#vdp-container {
    margin-top: 0;
}

#seller-description {
    color: black;
}


.home-search-section {
    background-color: rgba(0, 0, 0, 0.79);
    padding: 8% 0;
    margin-top: 0!important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/e920eead-cbf3-4fac-bf15-df24b4c099c1/wwm-background-home.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.home-about-section {
    background-image: url(https://psmfirestorm.blob.core.windows.net/56a52760-1db0-4203-9d0e-432859f55e96/wwm-background-home-btm.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    margin-top: 0!important;
    padding: 6% 0 4%;
    margin-bottom: -30px;
}

.home-slider-section {
    margin-top: 0!important;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}







/* HEADER */

header.body {
    margin-bottom: 0;
}

.headerbackground {
    background-color: white;
    display: none;
}

.headercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 80px 15px 0;
    color: black;
}

.headercontainer > div {
    padding: 0 10px;
}

.headerblockr {
    display: flex;
    align-items: center;
    padding: 10px;
    flex: 0 0 auto;
}

.headerblockrl {
    padding-right: 8px;
    font-size: 17px;
}

.headerphone {
    font-weight: 700;
    font-size: 20px;
    margin-top: -1px;
    margin-bottom: -8px;
    text-align: right;
}

.headerphone .dealer-phone.phone-text {
    padding-left: 5px;
}

.headerblockrl .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerblockrl .dealer-city {
    padding-left: 9px;
}

.headerblockrr {
    padding-left: 10px;
    border-left: 1px solid #959595;
}

.headersocial {
    display: flex;
    justify-content: space-around;
}

.headersocial a {
    width: 37px;
    height: 37px;
    font-size: 22px;
    border: 2px solid black;
    text-align: center;
    padding: 2px;
    margin: 0 2px;
    border-radius: 8px;
    transform: skewX(-6deg);
    box-shadow: 1px 1px 1px black;
    transition: .3s;
}

.headersocial a:hover {
    color: black;
}

.headermaphours a {
    display: block;
    background-color: #ef1a23;
    text-align: center;
    color: white;
    margin-top: 5px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 3px;
    transition: .3s;
}

.headermaphours a:hover {
    background-color: black;
}

.header-fin {
    position: fixed;
    right: -75px;
    top: -37px;
    background-color: #ef1a23;
    padding: 55px 47px 0px;
    transform: rotate(45deg);
    text-align: center;
    z-index: 3000;
    transition: .3s;
    font-size: 12px
}

.header-fin:hover {
    background-color: black;
}

.header-fin a {
    color: white;
}

.header-fin span {
    display: block;
}

.seclogo {
    padding: 10px;
    flex: 0 0 17%;
    order: 3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.seclogo div {
    padding: 5px;
}

.seclogo img {
    max-width: 100px;
}

.seclogo h5 {
    max-width: 64px;
    margin: 0;
}

.headerStark {
    text-align: left;
    text-transform: uppercase;
    flex: 0 1 19%;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}

.headerStark h4 {
    margin: 0 0 0 8px;
    font-size: 18px;
    max-width: 96px;
}

.headerStark img {
    max-width: 80px;
}

.top-bar-announcement {
    padding: 2px 15px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
}








/* NAVIGATION */

#main-nav {
    background-color: black;
    border-top: 2px solid #ef1a23;
    border-bottom: 2px solid #ef1a23;
    background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(0,0,0,1) 99%);
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0 0 -3px;
    display: flex;
    justify-content: space-between; }
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    padding: 25px 15px;
    color: white;
    transform: skewX(-6deg);
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: .3s;
    font-family: 'Roboto Condensed', sans-serif;
}

nav.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2040;
    background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(0,0,0,1) 99%);
    left: 0;
    border-radius: 0px;
    border-top: 2px solid #ef1a23;
    border-bottom: 2px solid #ef1a23;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ef1a23;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ef1a23;
}






/* CONTENT */


.sectionbackground {
    text-align: center;
}

.toptext {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (768 - 320)));
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.sectionbackground .siteSearch {
    display: flex;
    width: 90%;
    margin: 5% auto 0;
}

.sectionbackground .siteSearch .form-control {
    font-size: 12px;
    padding: 21px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    margin: 0;
}

.sectionbackground .siteSearch .btn.btn-primary {
    border: 1px solid #cccccc;
    text-transform: uppercase;
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (768 - 320)));
    letter-spacing: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#inventory-count {
    color: #ef1a23;
}

.middletext {
    font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (768 - 320)));
}

.oem-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oem-wrapper a img {
    max-height: 34px;
}

.oem-wrapper a {
    padding: 5px;
    transition: .3s;
    flex: 0 0 6%;
    text-align: center;
}

.oem-wrapper a:hover {
    transform: scale(1.1);
}

.hbuttonbackground {
    background-color: #626262;
    display: flex;
    justify-content: space-around;
    background: linear-gradient(to bottom, rgb(129, 129, 129) 0%,rgb(90, 90, 90) 100%);
    border-bottom: 2px solid #ef1a23;
}

.hbuttonbackground a {
    flex: 0 0 33.33%;
    text-align: center;
    border-right: 2px solid white;
}

.hbuttonbackground a:last-child {
    border: none;
}

.hbuttonblock h2 {
    text-transform: uppercase;
    font-size: calc(11px + (20 - 11) * ((100vw - 320px) / (768 - 320)));
    color: white;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: .3s;
}

.hbuttonbackground a:hover div h2 {
    transform: scale(1.1);
    color: #ef1a23;
}

.hbuttonblock h3 {
    font-size: calc(11px + (15 - 11) * ((100vw - 320px) / (768 - 320)));
    text-transform: uppercase;
    color: black;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
}

.home-about h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 2px solid #ef1a23;
    margin-top: 0;
    text-align: center;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (768 - 320)));
}

.home-about h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 5px;
    font-size: 22px;
    margin-top: 0;
}

.home-about p {
    line-height: 35px;
}

.p-header {
    position: relative;
    border-bottom: 2px solid #ef1a23;
}

.p-header img {
    width: 100%;
}

.p-header h1 {
    position: absolute;
    bottom: calc(-9px + (0 + 9) * ((100vw - 320px) / (768 - 320)));
    font-size: 6vw;
    text-transform: uppercase;
    padding-left: 2%;
    text-shadow: 2px 2px 2px black;
}

.about-wrapper, 
.about-wrapper-2 {
    width: 35%;
    text-align: center;
    background-color: white;
    padding: 5px 5px 0;
    color: black;
    font-size: 14px;
    border-radius: 8px;
}

.about-wrapper {
    float: left;
    margin: 5px 15px 5px 0;
}

.about-wrapper-2 {
    float: right;
    margin: 5px 0 5px 15px;
}

.map-wrapper {
    position: relative;
    padding-bottom: 30%;
    margin-top: 30px;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hours-table td:last-child {
    padding-left: 20px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ef1a23;
}

.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: #c6c6c6;
    border-color: #cccccc;
}

.type-wrapper {
    background-color: white;
    padding: 0 0 30px;
}

.type-main {
    text-align: center;
    text-transform: uppercase;
    font-size: calc(32px + (48 - 32) * ((100vw - 320px) / (768 - 320)));
    font-family: 'Raleway', sans-serif;
    color: #d2d2d2;
    padding-top: 30px;
}

.type-container {
    display: flex;
    width: 100%;
    margin: auto;
    text-align: center;
}

.sponsorContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sponsorContainer p {
    color: white;
    font-size: 18px;
    padding-top: 11px;
}

.sponsorContainer a {
    flex: 0 0 49%;
    margin: 10px 0;
    text-align: center;
    background-color: black;
    padding: 10px;
}

.sponsorContainer h2 {
    margin: 0;
    color: white;
}

.sponsorContainer h3 {
    margin: 7px 0;
}

.sponsorContainer img {
    max-height: 389px;
    width: 100%;
    object-fit: cover;
}

.sponsorContainer > a > div > div {
    min-height: 73px;
}

@media (max-width: 767px) {
.type-container a {
    flex: 0 0 50%;
    padding: 20px 10px;
}
.type-text h3 {
    font-size: 4vw;
}
.type-container {
    flex-wrap: wrap;
}
}

.type-text h5 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-bottom: 1px solid #d8d8d8;
    width: fit-content;
    margin: auto;
    padding: 0px 10px;
    color: black;
    margin-top: 10px;
}

.type-text h3 {
    text-transform: uppercase;
    margin: 10px 0 0;
}

.map-phone {
    display: block;
}




.animate-reveal {
  opacity: 0;
  -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
     -moz-animation: reveal 1s ease-in 1 normal forwards;
       -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
          animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
          animation-delay: 0;
}

.animate-second {
          animation-delay: 1s;
}

.animate-third {
          animation-delay: 1s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}







/* FEATURED INVENTORY */

@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 15px; }
}

.widget-FeaturedVehicles {
    padding-left: 0px;
    padding-right: 0px;
}

.featured-section {
    background: linear-gradient(to bottom, rgb(129, 129, 129) 0%,rgb(90, 90, 90) 100%);
    margin-top: 0!important;
}

.featuredinventory {
    border: 5px solid white;
    border-radius: 8px;
    position: relative;
    margin-bottom: 25px;
}

.featuredinventory h2 {
    background-color: white;
    color: #ef1b23;
    margin: 0 auto 25px;
    padding: 5px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (768 - 320)));
}

.single-item-slider .item {
    background-color: #ffffff;
    border: none;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item-detail .name {
    color: black;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
}







/* LATEST REVIEWS */

.latestreviews h2 {
    text-align: center;
    text-transform: uppercase;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}

.widget-Reviews .single-item-slider .slider-inner .item {
    width: 259px;
}





/* INVENTORY */

input#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.panel-default>.panel-heading {
    color: #fff;
    background: linear-gradient(to bottom, rgb(129, 129, 129) 0%,rgb(90, 90, 90) 100%);
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
    font-family: 'Roboto Condensed', sans-serif;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    transform: skewX(-3deg);
}

.inventory-container .vehicle .thumb {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.inventory-container .vehicle .title {
    padding: 5px 5px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    min-height: 40px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: #636363;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 0;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

.inventory-container .vehicle .price-box {
    width: 95%;
    background-color: #ef1a23;
    border-radius: 8px;
    display: block;
    margin: -5px auto 0;
    transform: skewX(-3deg);
    padding: 2px 0;
}






/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ef1a23;
    border-color: #000000;
    text-transform: uppercase;
    transition: .3s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #ef1a23;
}

.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: #ef1a23;
}

.btn-sec {
    display: block;
    margin: auto;
    text-align: center;
    width: fit-content;
    font-size: 20px;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 8px;
    transform: skewX(-3deg);
    border: 2px solid grey;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

label {
    margin-bottom: 0px;
    margin-top: 5px;
}

.starkform label {
    font-family: 'Roboto Condensed', sans-serif;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 25px;
    color: #ef1a23;
    border-bottom: 2px solid;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}

.form-control {
    margin: 5px 0px;
    background-color: #ececec;
    border: none;
    font-size: 14px!important;
}

.forms-title-section {
    font-size: 17px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

#Form965 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form970 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form970 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form970 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14),
#Form970 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form971 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form971 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 100%;
    display: inline-block;
    padding: 0px 5px;
}

#Form965 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}

.inquiryformcontainer,
.locationBox {
    background-color: white;
    color: black;
    border-radius: 8px;
    border: 2px solid grey;
}

.inquiryformcontainer {
    transform: skewX(-3deg);
    font-size: 18px;
}

.vdpinquiryheader {
    font-size: large;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 25px;
    color: #ef1a23;
    border-bottom: 2px solid;
    margin-bottom: -22px;
}

.vdp-inquire {
    border: none;
    font-size: 0.8em;
    margin: .25em auto;
    height: 1.8em;
    padding: 0 .5em;
    background-color: #ddd
}
.vdp-inquire[placeholder~="Name"] {
    width: 7em;
}
.vdp-inquire[placeholder~="ZipCode"] {
    width: 7em;
}
.vdp-inquire[placeholder~="Email"] {
    width: 10em;
}
.vdp-inquire[placeholder~="Phone"] {
    width: 9em;
}
textarea.vdp-inquire {
    width: 100%;
    min-height: 60px;
}



/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #707070;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footer {
    background-color: white;
    border-top: 2px solid #ef1a23;
}

.footercontainer {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    color: black;
    padding: 30px 15px;
    flex-direction: column;
    text-align: center;
}

.footerlogo {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footersocial {
    display: flex;
    justify-content: center;
}

.footersocial a {
    width: 37px;
    height: 37px;
    font-size: 22px;
    border: 2px solid black;
    text-align: center;
    padding: 2px;
    margin: 0 2px;
    border-radius: 8px;
    transform: skewX(-6deg);
    box-shadow: 1px 1px 1px black;
    transition: .3s;
}

.footersocial a:hover {
    color: black;
}

.footerblock h3 {
    font-size: 20px;
    transform: skewX(-7deg);
}

.footer-phone {
    font-weight: 700;
    text-align: center;
    margin-top: 14px;
    line-height: 20px;
}

.footer-phone .dealer-phone.phone-text {
    display: block;
    font-size: 25px;
}

.footer-phone-sec {
    display: block;
}

a.footer-phone-sec.dealer-phone {
    margin-top: 15px;
}

.footerhours td:last-child {
    padding-left: 15px;
}

.footercontact {
    background-color: #ef1a23;
    color: white;
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    transition: .3s;
    width: fit-content;
    margin: 15px auto 5px;
}

.footercontact:hover {
    background-color: black;
    color: white;
}

.footerblock ul {
    padding: 0;
    list-style: none;
}

.footerblock ul li:before {
    content: '\f0da';
    font-family: fontawesome;
    padding-right: 5px;
    font-size: 12px;
    color: black;
}

.footerblock ul a li {
    padding: 12px 0;
}

.footerhours {
    margin: 0 auto;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

.tradeform, .quoteform {
    margin-top: 20px;
}

.jumbotron, #creditAppForm section {
    background: white !important;
    color: black !important;
    border: 5px solid #ef1a23;
    border-radius: 5px;
}

.jumbotron .text-muted, .jumbotron h1 {
    color: black !important;
}

#creditAppForm .k-picker-wrap.k-state-default .k-input, #creditAppForm .k-picker-wrap.k-state-default, #creditAppForm .k-dropdown .k-input {
	background: #ececec !important;
	border: none !important;
	font-size: 14px !important;
}

@media (max-width: 767px) {
    #main-nav .navbar {
        background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(0,0,0,1) 99%);
        z-index: 2050;
        border-bottom: 2px solid #ef1a23;
    }
.headerbackground img {
    display: none;
}
    header.body {
        height: 96px;
    }
    #main-nav .navbar {
        min-height: 96px;
    }
    .homeSearchDiv > .widget-inner, .widget-Billboard > .widget-inner, .featuredinventory > .widget-inner, .homeAbout > .widget-inner, .maptext > .widget-inner, .shopbytype > .widget-inner {
        margin-top: 0 !important;
    }
    #main-nav-collapse {
        z-index: 2040;
        max-height: calc(100vh - 66px);
        overflow-y: auto;
    }
    #main-nav .dropdown-menu>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 30px;
        color: white;
    }
    .headerphonemobile {
        font-weight: 700;
        font-size: 20px;
        margin-top: -1px;
        text-align: center;
    }
    #featured-vehicles-10 {
        padding-bottom: 20px;
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .oem-wrapper {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .oem-wrapper a {
        flex: 0 0 33%;
        padding: 15px 7px;
    }
.oem-wrapper a img {
    display: block;
    margin: 0 auto;
    max-height: 70px;
}
    #filters-modal, #ModalVehicleInquiry {
        top: 70px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        transform: none;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        text-align: left;
        font-size: 21px;
        margin-top: 1px;
    }
    .mainform > div {
        transform: skewX(-2deg);
    }
    .serviceform, .partsform {
        order: 2;
    }
    .servicetext h2 {
        font-size: 6vw;
    }
    .about-wrapper, .about-wrapper-2 {
        float: none;
        width: 250px;
        margin: 0 auto;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: calc(30px + (54 - 30) * ((100vw - 320px) / (768 - 320)));
    }
    .maptext h3 {
        font-size: calc(24px + (34 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    .maptext .hours-table {
        margin: 0 auto;
    }
    .contact-map .map-wrapper {
        margin-top: 0;
        padding-bottom: 150px;
    }
    .single-item-slider .slider-outer {
        height: 211px;
    }
    #main-nav .navbar-brand {
        height: 56px;
        margin: 3px 0;
        padding: 1px 15px;
    }
    .type-main {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .headerbackground {
        display: block;
    }
    .headerphonemobile {
        display: none;
    }
    .footercontainer {
        width: 748px;
    }
    .type-container {
        width: 748px;
        flex-direction: row;
    }
    .hbuttonblock h3 {
        font-size: 2vw;
    }
    .hbuttonblock h2 {
        font-size: 2.5vw;
    }
    .toptext {
        margin-right: 0;
        margin-left: 0;
        font-size: 42px;
    }
    .middletext {
        font-size: 24px;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
        border-right: 2px solid #ef1a23;
        border-left: 2px solid #ef1a23;
    }
    .sectionbackground .siteSearch .form-control, .sectionbackground .siteSearch .btn.btn-primary { 
        font-size: 20px;
    }
    .type-main { 
        font-size: 55px;
    }
    .type-container img {
        filter: grayscale(1) opacity(0.5);
        transition: .5s;
    }
    .type-container a:hover img {
        filter: grayscale(0) opacity(1);
        transform: translateY(-15px);
    }
    .featuredinventory { 
        padding-top: 50px;
    }
    .featuredinventory h2 {
        position: absolute;
        top: -26px;
        left: 25%;
        border-radius: 8px;
        font-size: 34px;
    }
    .featured-section {
        padding: 50px 0px;
    }
    #main-nav .nav>li>a {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .type-text h3 {
        font-size: 18px;
    }
    .home-about h1 { 
        font-size: 30px;
    }
    .p-header h1 {
        bottom: 4%;
    }
    .serviceform .form-header-text, .partsform .form-header-text {
        font-size: 22px;
    }
    #Form965 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
    #Form970 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
    #Form970 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14),
    #Form971 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
        width: 50%;
    }
    #Form970 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
    #Form971 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
        width: 33.33%;
    }
    #Form970 > div:nth-child(1) > fieldset > div:nth-child(n+15),
    #Form971 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
        padding: 0 5px;
    }
    .type-container a {
        flex-basis: 17%;
    }
    /*.oem-wrapper a {
        flex-basis: 10%;
    }*/
}

@media (min-width: 992px) {
    .footercontainer {
        width: 972px;
        flex-direction: row;
        text-align: left;
    }
    .type-container {
        width: 972px;
    }
    .toptext {
        font-size: 54px;
    }
    .middletext {
        font-size: 29px;
    }
    .headerlogo {
        flex: 0 0 22%;
    }
    .headerblockrl { 
        font-size: 19px;
    }
    .headerphone {
        font-size: 23px;
    }
    #main-nav .nav>li>a {
        font-size: 19px;
        padding: 25px 10px;
    }
    .type-text h3 {
        font-size: 24px;
    }
    .hbuttonblock h3 {
        font-size: 1.5vw;
    }
    .hbuttonblock h2 {
        font-size: 2.2vw;
    }
    .featuredinventory h2 {
        left: 31%;
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 177px;
    }
    .home-about h1 { 
        font-size: 36px;
    }
    .footerblock ul a li {
        padding: 0;
    }
    .footerhours {
        margin: 0;
    }
    .header-fin {
        right: -74px;
        top: -34px;
        padding: 55px 47px 5px;
        font-size: 14px;
    }
    .p-header h1 {
        bottom: 10%;
        font-size: 5vw;
    }
    .serviceform .form-header-text, .partsform .form-header-text {
        font-size: 25px;
    }
    .about-wrapper, .about-wrapper-2 {
        width: 26%
    }
}



@media (min-width: 1200px) {
    .footercontainer, .type-container {
        width: 1180px;
    }
    .toptext {
        font-size: 60px;
    }
    .headerblockr {
        flex: 0 0 auto;
    }
    #main-nav .nav>li>a {
        padding: 25px 15px;
    }
    .featuredinventory h2 {
        left: 35%;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 203px;
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 223px;
    }
    .home-about h1 { 
        font-size: 42px;
    }
    .header-fin {
        padding: 55px 47px 10px;
        font-size: 16px;
    }
    .p-header h1 {
        bottom: 14%;
    }
    .about-wrapper, .about-wrapper-2 {
        width: 22%
    }
}






/* STARK */

.starkTop {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c52cacc1-2820-4bc9-91bc-24dab2b6e992/background.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-attachment: fixed;
    position: relative;
    background-position: center;
}

.starkTop:before,
.starkTop:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.starkTop:after {
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    top: unset;
    bottom: 0;
}

.starkTop > div {
    position: relative;
    z-index: 9;
}

.starkMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.starkMain img {
    max-width: 300px;
    margin: 0 auto 45px;
    display: block;
}

.starkMain h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px 1px black;
}

.starkMain h1 span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.starkBtm {
    background-color: black;
    margin-top: 0!important;
    padding: 60px 0;
}

.starkContainer,
.starkContainer h2 {
    font-family: 'Montserrat', sans-serif;
}

.starkContainer > div:nth-child(1) {
    display: flex;
}

.starkContainer > div:nth-child(1) > div:nth-child(1) {
    padding-right: 15px;
    flex: 0 0 50%;
}

.starkContainer > h2 {
    text-align: center;
    margin: 50px auto 10px;
    position: relative;
    width: max-content;
}

.starkContainer > h2:before, 
.starkContainer > h2:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ae802d;
    position: absolute;
    left: -65px;
    top: 17px;
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
}

.starkContainer > h2:after {
    left: unset;
    right: -65px;
}

.starkContent {
    background-color: white;
    color: black;
    padding: 30px;
}

.starkContent > div {
    display: flex;
    flex-flow: row-reverse;
}

.starkContent > div:nth-child(even) {
    flex-flow: row;
    background-color: #ebebeb;
    padding: 15px;
}

.starkContent .videoWrapper {
    flex: 0 0 40%;
    padding-bottom: 26%;
    margin-top: 24px;
}

.starkContent > div:nth-child(odd) .videoWrapper {
    margin-right: 50px;
}

.starkContent > div:nth-child(even) .videoWrapper {
    margin-left: 50px;
}

.starkContent .videoWrapper iframe {
    height: 250px;
}



@media (max-width: 1199px) {
.starkContent .videoWrapper iframe {
    height: 200px;
}
}



@media (max-width: 991px) {
.starkContent > div, 
.starkContent > div:nth-child(even) {
    flex-flow: column;
}

.starkContent > div:nth-child(even) {
    margin: 30px 0;
}

.starkContent .videoWrapper iframe {
    height: 100%;
}

.starkContent > div:nth-child(even) .videoWrapper {
    margin-left: 0;
}

.starkContent .videoWrapper {
    padding-bottom: 56%;
}

.starkContainer > div:nth-child(1) {
    flex-flow: column;
}
}



@media (max-width: 767px) {
.starkMain {
    position: relative;
}

.starkContainer > h2:before, .starkContainer > h2:after {
    width: 20px;
    left: -32px;
}

.starkContainer > h2:after {
    right: -32px;
}

.starkContent {
    padding: 15px;
}
}



@media (min-width: 768px) {
#Form6263 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form6538 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form6538 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+12) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}
}








@media (max-width: 1199px) {

.headerStark h4 {
    font-size: 16px;
    max-width: 160px;
}

.headerStark img,
.seclogo img {
    max-width: 70px;
}

.sponsorContainer img {
    max-height: 324px;
}

.seclogo img {
    max-width: 70px;
}

.seclogo {
    flex: 0 0 19%;
}
}




@media (max-width: 991px) {
.seclogo {
    text-align: center;
    flex: 0 1 13%;
    flex-flow: column;
}

.sponsorContainer img {
    max-height: 244px;
}

.headerStark {
    flex-flow: column-reverse;
    flex: 0 0 17%;
}

.headerblockr {
    flex: 0 0 53%;
}

.headerStark h4 {
    font-size: 14px;
    margin: 4px 0 0;
    text-align: center;
}

.headerblockrl {
    padding-right: 6px;
    font-size: 14px;
}

.headerblockrl .dealer-address {
    padding-right: 2px;
}

.headerblockrl .dealer-city {
    padding-left: 4px;
}

.headerphone {
    font-size: 16px;
    margin-top: 0px;
}

.headerphone .dealer-phone.phone-text {
    padding-left: 5px;
}
}



@media (max-width: 767px) {
.texasLogo-mobile {
    display: flex;
    width: 70%;
    margin: auto;
    border-top: 1px solid gray;
}

.sponsorContainer > a > div > div {
    min-height: 39px;
}

.top-bar-announcement {
    padding: 2px 6px;
    font-size: 19px;
}

.texasLogo-mobile div {
    flex: 0 0 50%;
    padding: 10px;
}

.texasLogo-mobile h5 {
    padding: 10px;
    font-size: 4vw;
}

.sponsorContainer a {
    flex: 0 0 100%;
}

.sponsorContainer img {
    max-height: unset;
}
}