body {
    text-rendering: optimizeLegibility;
    font-family: 'Roboto', sans-serif;
    background-color: black;
}

@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/47f00649-62a2-443c-bd96-93d85c69baf0/background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
#main-nav-collapse {
    max-height: calc(100vh - 62px);
    overflow-y: auto;
}
}

@media (min-width: 768px) {
    body {
        background: url(https://psmfirestorm.blob.core.windows.net/47f00649-62a2-443c-bd96-93d85c69baf0/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.1;
    color: inherit;
}

.searchReturn {
    color: white;
}

#content-container {
    padding-bottom: 30px;
}

#cc-chat-button-main {
    display: none!important;
}




/* GLOBAL THEME FONT COLORS */
body { color: #eee; }

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #f58220;
    text-decoration: none;
}

legend { color: #fff; }

#inventory-page,
#vdp-container,
.pagebackground > div,
#events-page,
#showroom,
#promotions-page,
#credit-thankyou-page,
.custom-page {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 15px;
}

#creditAppContainer .btn-primary {
    color: white;
}








/* HEADER */
header.body { background-color: #3b3b3b; background-image: linear-gradient(to bottom, #222, #3b3b3b 55%); }
    header.body .brand { color: #fff; }
#brand-box .info a { color: #fff; }

@media (min-width: 1200px) {
.headercontainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
}

@media (max-width: 1199px) {
.headercontainer {
    width: 992px;
    margin: auto; 
    display: flex;}
}

@media (max-width: 991px) {
.headercontainer {
    width: 768px;
    margin: auto;
    display: flex; }
}

@media (max-width: 767px) {
.headercontainer {
    width: 100%;
    margin: auto;
    text-align: center;
    height: 200px; }
}

@media (min-width: 768px) {
.headerlogo1 {
    margin: 15px; 
    flex: 0 0 40%; }
}

@media (min-width: 992px) {
.headerlogo1 {
        margin: 15px;
        flex: 0 0 36%; }
}

@media (max-width: 767px) {
.headerlogo1 {
    width: 47%;
    display: inline-block;
    text-align: center;
    margin: 1%; }
}

@media (min-width: 768px) {
.headerlogo2 {
    width: 18%;
    display: inline-block;
    text-align: center;
    margin: 15px; }
}

@media (max-width: 767px) {
.headerlogo2 {
    width: 47%;
    display: inline-block;
    text-align: center;
    margin: 1%; }
}
@media (max-width: 767px) {
    .headerbackground {
        display: none;
    }
}
.headerbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f0219bf8-b4e1-4a71-9c4b-7d72dead3946/header-background.jpg);
    background-size: cover;
    background-position: top center;
}

.headerrightcontainer {
    display: inline-block;
    margin-top: 30px;
    padding-right: 10px;
    flex: 0 0 56%;
    text-align: right;
}

@media (min-width: 992px) {
    .headerrightcontainer {
        flex: 0 0 57%; 
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .headerrightcontainer {
    margin-top: 10px;
    }
}

.headerrighttop {
    display: flex;
    justify-content: flex-end;
}

.headerrightbottom {
    display: flex;
    justify-content: flex-end;
}

.headeraddress {
    font-size: 17px;
    line-height: 20px;
    text-shadow: 2px 2px 3px black, 0px 0px 5px black;
    text-align: right;
    margin-bottom: 8px;
    font-weight: 900;
    flex: 0 0 56%;
}

@media (max-width: 1199px) {
.headeraddress {
    width: 36%;
    display: inline-block;
    font-size: 16px;
    line-height: 19px; }
}

@media (max-width: 991px) {
.headeraddress {
    width: 63%;
    font-size: 14px;
    line-height: 17px;
    flex-basis: unset; }
} 


.headermaphoursbox {
    background-color: white;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #ff6600;
    vertical-align: top;
    margin-left: 21px;
    padding-top: 4px;
    box-shadow: inset 0px 0px 5px black, 0px 0px 5px black;
    flex: 0 0 27%;
    height: fit-content;
    padding: 2px 4px;
    font-weight: 900;
    transition: .3s;
}

.headermaphoursbox:hover {
    transform: scale(1.1);
}

@media (min-width: 992px) {
    .headermaphoursbox {
        font-size: 20px;
    }
}

.headermaphoursbox a {
    color: #ff6600;
    transition: .3s;
}

.headeraddress a,
.headerphone a {
    transition: .3s;
}

.headeraddress a:hover,
.headerphone a:hover {
    color: white;
}


.headerphone {
    width: 41%;
    display: inline-block;
    font-size: 33px;
    text-shadow: 0px 0px 3px black, 0px 0px 6px black, 0px 0px 18px black;
    vertical-align: top;
    font-weight: 900;
}

@media (max-width: 1199px) {
.headerphone {
    width: 43%;

 }
}

@media (max-width: 991px) {
.headerphone {
    width: 49%;
    font-size: 28px;
 }
}

.headersocialicons {
    display: flex;
    justify-content: space-between;
    margin-right: 15%;
}

@media (max-width: 1199px) {
.headersocialicons {
    display: flex;
    justify-content: center; }
}

@media (max-width: 991px) {
.headersocialicons {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px; }
}

@media (max-width: 767px) {
.headersocialicons {
    width: 8%;
    display: none;
    box-shadow: 0px 0px 9px 1px black;
    margin-right: 10px; }
}

a.socialicon {
    flex: 0 0 24%;
    font-size: 33px;
    color: white;
    text-shadow: 0px 0px 10px black;
    padding-right: 13px;
    transition: .2s;
}

a.socialicon:hover {
    color: #ff6600;
}

img.hd-logo {
    padding-left: 10px;
    width: 101px;
}


.ride-demic-rules {
    background-color: rgba(0, 0, 0, 0.61);
    padding: 15px;
}

.ride-demic-page {
    background-color: white;
    padding: 15px;
    color: black;
}

.ride-demic-photos {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.ride-demic-photos div {
    flex: 0 0 33%;
}

@media (max-width: 767px) {
.ride-demic-photos div {
    flex: 0 0 100%;
}
}

.ride-demic-btn img {
    margin: 15px auto;
    display: block;
    transition: .3s;
}

.ride-demic-btn:hover img {
    transform: scale(1.1);
}

.ride-demic-page table {
    background-color: #cacaca;
    margin: 15px auto;
}

.ride-demic-page td {
    border: 2px solid;
    padding: 5px 10px;
}


    
.faqHeader {
    background-color: black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/f0219bf8-b4e1-4a71-9c4b-7d72dead3946/header-background.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.faqHeader:after {
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(to bottom, #c14d00 0%,#ff9c47 32%,#ff6600 72%,#ff6600 89%,#ff7500 100%);
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
}

h1.faqHeader {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 10px;
    text-shadow: 1px 1px 1px black;
}

.faqContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faqContainer > div {
    flex: 0 0 50%;
    padding: 10px;
}

.faqContainer h1 {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin: 0;
    background-color: black;
    padding: 10px 5px;
}

.faqBtns {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.faqBtns .btn-primary {
    color: white;
    margin: 10px;
}








/* NAVIGATION */
@media (min-width: 768px) {
#main-nav {
    background: #ff6600;
    background: linear-gradient(to bottom, #c14d00 0%,#ff9c47 32%,#ff6600 72%,#ff6600 89%,#ff7500 100%);
    height: 40px;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 77%);
    z-index: 199;
    position: relative;
}
}

@media (max-width: 767px) {
#main-nav {
    height: auto;
    background-color: transparent;
    width: 100%;
    background-image: linear-gradient(to bottom, #222, #3b3b3b 55%);
    position: fixed;
    z-index: 2040; }
}

    #main-nav .navbar { border: none; }


#main-nav .nav > li > a, .social-media-icons a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 2px 2px 2px black, 0px 0px 12px black;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 4px; 
    padding-left: 12px;
    padding-right: 12px;
}

    #main-nav .nav > li > a:hover,
    #main-nav .nav > li > a:focus,
    #main-nav .nav > li.active > a,
    #main-nav .nav .open > a,
    #main-nav .nav .open > a:hover,
    #main-nav .nav .open > a:focus,
    #main-nav .nav > li.active > a:hover {
        background-color: rgba(0,0,0,0.15);
    }
.breadcrumb { background-color: #383838; }

@media (max-width: 767px) {
        #main-nav .dropdown-menu > li > a { 
            color: #bbb; 
            padding-top: 4px !important;
            padding-bottom: 4px !important;}
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
}

@media (min-width: 768px) {
.navbar-nav>li {
    float: none;
    flex-grow: 1; }
}

@media (max-width: 767px) {
#main-nav .navbar-brand.text {
    line-height: 37px;
    font-size: 4vw; }
}

@media (max-width: 767px) {
#main-nav-collapse {
    position: relative;
    z-index: 1041;
    background-color: black;
    border-top: 5px solid #ff6600;
    border-bottom: 5px solid #ff6600; }
}  

#main-nav > nav > div {
    width: 100%;
}

nav.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1041;
    left: 0;
    border-radius: 0px;
    background-color: #3b3b3b;
    background-image: linear-gradient(to bottom, #222, #3b3b3b 55%);
}

.mobnavfixed {
    position: fixed;
    top: 0px;
    z-index: 200;
    background-color: white;
    border-radius: 0px;
    border-bottom: 3px solid #ff6600;
}

.navbar {
    position: relative;
    min-height: 40px;
    border: 1px solid transparent;
}


.fa-bars {
    color: #ff6600;
}







/* CONTENT */

/*.buttonwords {
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    line-height: 21px;
    color: white; 
}

.buttonbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/81001e0c-4b0a-4a47-8f44-990424affba3/button-background.png);
    background-size: cover;
    transition: .3s ease transform;
    padding: 46px 0px;
}

.buttonbackground:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}

.buttoncontainer {
    display: flex;
    justify-content: space-between;
}

.buttoncontainer a {
    flex: 0 0 24%;
}*/

.txtBlast {
    background: #000!important;
    border: 5px solid #fff!important;
    max-width: 550px!important;
    color: white!important;
    text-align: center;
}

.sbmwrapper {
    padding-top: 53px;
    padding-bottom: 30px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/51137e1d-87ba-48d6-9aca-27f92c856115/model-background.png);
    background-size: cover;
    background-size: 100% 100%;
}

.sbmcontainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    margin-top: -14px;
}

.sbmcontainer a {
    flex: 0 0 13.2%;
}

.sbmblock {
    text-align: center;
}

.sbmblock > img {
    transition: .3s ease transform;
}

.sbmblock:hover > img {
    transform: translateY(-15px);
    transition: .3s ease transform;
}

.sbmblock h4, .sbmblock h5 {
    text-shadow: 1px 1px 1px black;
}

.sbmblock h5 {
    border-top: 1px solid #b3b3b3;
    padding-top: 5px;
    margin-top: -8px;
    color: white;
}

.sbmbacktext {
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 72px;
    margin-top: -78px;
    color: #ff6600;
    font-weight: 900;
    text-shadow: 1px 1px 3px black;
}

.likeUs {
    display: flex;
}

.likeUs a {
    font-size: 45px;
    margin-right: 25px;
}


.videoWrapper {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.videoWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

img.about-pic {
    width: 50%;
    float: right;
    padding: 10px 0px 10px 10px;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black!important;
}




.headerbckgd h1 {
    text-align: right;
    color: #000000;
    text-transform: uppercase;
    font-size: 4vw;
    padding: 2% 1%;
    text-shadow: 2px 2px 2px #ff6600;
}


table.mapandhourstbl.k-table td:last-child {
    padding-left: 40px;
}





.home-about {
    background-color: white;
    color: black;
    padding: 15px;
    font-weight: 900;
    line-height: 25px;
    position: relative;
    font-size: 16px;
}

.home-about:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/70238530-2e15-4837-8f53-ba78e51e27d5/rivet.png);
    background-size: 100%;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 8px;
}

.home-about:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/70238530-2e15-4837-8f53-ba78e51e27d5/rivet.png);
    background-size: 100%;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    right: 8px;
}

.home-about p:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/70238530-2e15-4837-8f53-ba78e51e27d5/rivet.png);
    background-size: 100%;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 7px;
    left: 8px;
}

.home-about p:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/70238530-2e15-4837-8f53-ba78e51e27d5/rivet.png);
    background-size: 100%;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 7px;
    right: 8px;
}

.home-about h2 {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center
}








/* EMPLOYEES */

.department .employee .name p {
    font-size: 18px;
    font-weight: unset;
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.employee {
    border: 3px solid #ff6600;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    text-shadow: 2px 2px 2px black, 0px 0px 8px black;
}

.department .employee .job p {
    font-size: 16px;
    margin-bottom: 0px;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.button-container a {
    margin: 10px;
    transition: .3s;
}

.button-container a:hover {
    transform: scale(1.1);
}

.button-block {
    position: relative;
}

.button-block h5 {
    position: absolute;
    top: 3px;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: white;
    font-size: 20px;
}













/* RESPONSIVE MAP----------------------------------------------------------------- */

.mapWrapper {
    position: relative;
    padding-bottom: 30%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.outsidemapWrapper {
    position: relative;
    padding-bottom: 35.25%;
}

.outsidemapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rewardsiframe {
    position: relative;
    padding-bottom: calc(225px + (210 - 225) * ((100vw - 320px) / (768 - 320)));
    min-width: 400px;
    max-width: 700px;
    margin: 0 auto 30px;
}

.rewardsiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.homeaboutsection {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 1px 15px;
}

.pageheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/60668715-6f23-41f9-a458-28b0d34fa13d/page-header-background.png);
    background-size: cover;
}


.pageheadertext {
    text-align: center;
    font-size: 59px;
    text-transform: uppercase;
    padding: 12px 0px 11px 0px;
    text-shadow: 0px 0px 5px #000000, 0px 0px 10px #008fd5, 0px 0px 20px #008fd5; 
}

.pagetext {
    background-color: rgba(0, 0, 0, 0.69);
    padding: 15px;
}

@media (min-width: 768px) {
img.aboutpic {
    width: 50%;
    float: right;
    padding: 10px; }
}

@media (max-width: 767px) {
img.aboutpic {
    width: 100%;
    float: none;
    padding: 10px; }
}

table.hours.k-table {
    width: 100%;
}








/* FORMS */


.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 8px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

label {
    margin-bottom: 0px;
    margin-top: 10px;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    background-color: white;
    border: 3px solid #989898;
    box-shadow: 0px 0px 10px black;
    padding: 10px;
    color: black;
}

.form-header-text {
    font-size: 30px;
    color: #ff6600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 900;
}

.forms-title-section {
    color: #ff6600;
    text-align: center;
    display: block;
    text-transform: uppercase;
}


.form-control {
    font-size: 12px;
    color: #000000;
    background-color: rgb(208, 208, 208);
    border: none;
    border-radius: 0px;
    margin: 4px 0px;
    transition: .3s ease background-color;
}

.form-control:hover {
    background-color: #e8e8e8;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ff6600;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ff6600;
    background-color: #e8e8e8;
}

#Form837 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+8) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

















/* BILLBOARD */
.carousel-control { border-color: #000; opacity: .55; filter: alpha(opacity=55); }
@media (min-width: 768px) {
    .widget-Billboard .carousel { box-shadow: -30px 0px 40px -30px rgba(0, 0, 0, 0.8), 30px 0px 40px -30px rgba(0, 0, 0, 0.8); }
}

@media (max-width: 991px) and (min-width: 768px) {
    .widget-Billboard .carousel-inner>.item>img {
        height: auto;
    }
}








/* FEATURED VEHICLES */
.single-item-slider .item {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
    left: 0;
    padding: 0 1%;
    position: absolute;
    width: 100%;
    line-height: 113%;
    bottom: 0;
    text-transform: uppercase;
}

.single-item-slider .item-detail .name {
    line-height: 150%;
    color: black;
}

/*.featuredinventory h2 {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px black, 2px 2px 5px black;
    color: #ff6600;
}*/


.single-item-slider .img-container {
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 120px;
    overflow: hidden;
    position: relative;
}


@media (min-width: 1200px) {
.single-item-slider .slider-inner .item {
    width: 205px; }
}

@media (max-width: 1199px) {
.single-item-slider .slider-inner .item {
    width: 210px; }
}


.single-item-slider .slider-outer {
    height: 235px; 
}


.single-item-slider .item-detail {
    padding: 1%;
    text-align: center;
    white-space: normal;
}







.recent-reviews h2,
.featuredinventory h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 58px;
    margin-bottom: 0;
}

.recent-reviews .single-item-slider .slider-inner .item {
    width: 325px;
}

.widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}

.widget-Reviews .single-item-slider .slider-outer {
    height: 21em;
}











/* INVENTORY */
.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }
.inventory-container .vehicle { border-color: #777; }

.inventory-container .vehicle:hover {
    background-color: #4a4a4aba;
    transition: .3s ease background-color;
}

.inventory-container .vehicle .title a {
    color: #000;
}

.inventory-container .btn { color: #fff; text-shadow: 0 1px 1px #585858; border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25); border-bottom-color: #696969; background-image: linear-gradient(to bottom, #919191, #575757); background-repeat: repeat-x; }
    .inventory-container .btn:hover, .inventory-container .btn:focus { background-position: 0 -25px; color: #fff; }
    .inventory-container .btn:hover, .inventory-container .btn:focus, .inventory-container .btn:active, .inventory-container .btn.active, .inventory-container .btn.disabled, .inventory-container .btn[disabled] { background-color: #888; }
.filters-container .panel-body li { color: #ccc; }

.blurbBanner span {
    background-color: #ff6600;
}

#filters-box li label {
    color: #000;
}

#filters-box .panel-heading { border-bottom: none; }

.btn-primary {
    color: #000000;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/bf565efa-79b5-4e50-9c96-c897491838e5/button-background.png);
    background-repeat: no-repeat;
    font-weight: 900;
    margin: auto;
    display: block;
    background-size: 100% 100%;
    background-position: 50% 50%;
    transition: .3s;
}

.btn-primary:hover {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    background-size: 82% 70%;
}

.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: #ff6600;
    border-color: #ff6600;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn-scd {
    color: white;
    width: fit-content;
}

.btn-blk {
    width: fit-content;
}

.eca-btn {
    background-image: none;
    background-color: #ff6600;
}

span.reset-zoom {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 19px;
    text-align: center;
    background-color: #ff6600;
    color: black;
    text-transform: uppercase;
    padding: 4px 5px 3px 5px;
    font-weight: 900;
}

.inventory-container .vehicle .title {
    font-size: 10.5pt;
    width: 100%;
    background-color: #fff;
    min-height: 82px;
    box-sizing: border-box;
    padding: 5px;
    line-height: 16px;
}

.inventory-container .disclaimers {
    margin-top: 20px;
    font-size: 9px;
    font-family: 'Arial', sans-serif;
}

.vehicle.col-sm-6.col-lg-4 {
    padding: 15px;
    margin: 0px;
}

.vehicle-box {
    border: 5px solid black;
    box-shadow: 0px 0px 20px white;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    background-color: #333333;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    padding-top: 2px;
    min-height: 39px;
}

.info {
    font-size: 12px;
    text-align: right;
}

#ModalVehicleInquiry {
    position: fixed;
    left: 0;
    right: 0;
    top: 2%;
    margin: 0 auto;
    background: #fff;
    width: 28em;
    max-width: 100%;
    border-radius: 3px;
    border: 2px #ff6600 solid;
    z-index: 3333;
}


.vdpinquiryheader {
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff6600;
}

.color-packages li.list-group-item {
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 185px;
    height: 184px;
}

.panel-heading .panel-toggle {
    font-weight: 900;
    text-transform: uppercase;
}


.input-group {
    position: inherit;
    display: table;
    border-collapse: separate;
}

#thankyou-page .btn-primary {
    color: white;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 4px !important;
}

#filter-accordions .panel:nth-child(3) {
    display: none;
}

.customForm [placeholder="First Name"], .customForm [placeholder="Last Name"] {
    width: 100px;
} 

.customForm [placeholder="ZipCode"] {
    width: 70px;
} 

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.customForm input, .customForm textarea {
    background-color: #ebebeb;
    padding: 4px 5px;
    border: none;
    font-size: 14px!important;
    color: black;
    margin: 3px 0;
}

#tabEquipment > div > div.vehicle-details > div > div:nth-child(n+2) > ul > li:nth-child(n+1) > span,
#tabEquipment > div > div.tab-content > div > div:nth-child(n+2) > ul > li:nth-child(n+1) > span {
    font-size: 12px;
}











    
/* GLOBAL TOOLBARS/ACCORDIONS */
.panel-default { border: none; }
.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading { background-image: linear-gradient(to bottom, #858585, #494949); background-repeat: repeat-x; text-shadow: 0 0 2px #333; }

.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading, #content-container .panel-body {
    background-color: #fff;
    color: black;
}

#content-container .panel-heading { color: #eee; }









/* UPCOMING EVENTS */

#CustomEventWidget .calEvent {
    padding: 0;
    margin-bottom: 11px;
    overflow: hidden;
    margin-top: 22px;
}

#CustomEventWidget .eventDate {
    display: flex;
    display: -ms-flexbox;
    flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex: 0 0 4em;
    justify-content: center;
    height: 4em;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background-color: #ff6600;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: black;
}

.widget-UpcomingEvents h2 {
    font-size: 30px;
}

.widget-UpcomingEvents h3 {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (768 - 320)));
}

.eventInfo p {
    max-height: 4em;
}






/* SINGLE VEHICLE */
.vehicles .k-widget { color: #eee; }








/* ACCORDION */
/*#content-container .panel-body { background-color: #333; }*/







/* KENDO OVERRIDES */
.k-block, .k-widget {
    background-color: black;
}

.k-window-content.k-content { color: #333; }

table.k-scheduler-table {
    color: white;
}

.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
    background-color: #5d5d5d;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #5d5d5d;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #9a9a9a;
    border-color: #c7c7c7;
}

.mv-event {
    line-height: 17px;
    font-size: 14px;
}

.k-autocomplete, .k-block, .k-button-group .k-tool, .k-calendar th, .k-colorpicker .k-i-arrow-s, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row>th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel>.k-item>.k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar>.k-item>.k-link, .k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox>input, .k-tiles, .k-toolbar, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
    border-color: #9a9a9a;
}

.k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-table td, .k-scheduler-times, .k-scheduler-times th, .k-scheduler-times tr {
    border-color: #9a9a9a;
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #3c3c3c;
    color: #fff;
    text-align: center;
}


.footer-background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/15e96305-efc7-4caf-88bb-74fe0813a2f1/footer-background.jpg);
    background-size: cover;
}

.footer-container {
    display: flex;
    width: 748px;
    margin: auto;
    padding: 15px;
    font-weight: 900;
}

.footer-block {
    flex: 0 0 65%;
}

.footer-l-t {
    display: flex;
    align-items: flex-end;
}

.footer-hours {
    display: flex;
}


.footer-map {
    position: relative;
    padding-bottom: 20%;
    flex: 0 0 35%;
}

.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.footer-add {
    padding-left: 15px;
}

.footer-l-b h4 {
    text-transform: uppercase;
    color: #ff6600;
    font-size: 23px;
    margin-bottom: 0;
}

.footer-hours-r {
    text-align: right;
    padding-left: 20px;
}

.etsChatButton {
    display: none;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

.mobile-filters-btn-box .btn-primary, .searchContainer .btn-primary {
    color: white; 
}

@media (max-width: 767px) {
    #main-nav .navbar-brand {
        height: 65px;
        margin: 0;
        padding: 4px 15px;
    }
    .txtBlast {
    padding: 40px 20px!important;
}
    .nav > li, .dropdown-menu li {
        margin: 10px 0;
    }
    .button-container a {
        margin: 5px auto;
        padding: 5px;
    }
    .footer-container {
        flex-direction: column;
        width: 100%;
    }
    .sbmbacktext {
        position: relative;
        font-size: calc(32px + (72 - 32) * ((100vw - 320px) / (768 - 320)));
        margin-top: -25px;
    }
    .button-block h5 {
        top: 2px;
    }
    .home-about h2 {
        font-size: calc(22px + (34 - 22) * ((100vw - 320px) / (768 - 320)));
    }
    .recent-reviews h2 {
        font-size: 32px;
    }
    .recent-reviews .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .footer-l-t {
        display: block;
        margin-top: 20px;
    }
    .footer-l-t img {
        display: block;
        margin: 0 auto;
    }
    .footer-add {
        text-align: center;
        font-size: 16px;
        padding-left: 0;
        margin-top: 20px;
    }
    .footer-l-b {
        text-align: center;
        margin-top: 20px;
    }
    .footer-hours {
        margin: 0 auto;
        width: 210px;
    }
    .footer-hours-r {
        text-align: center;
    }
    .footer-map {
        padding-bottom: 150px;
        margin-top: 20px;
    }
    .sbmcontainer a {
        flex: 0 0 30.2%;
    }
    .sbmwrapper {
        background-image: url(https://psmfirestorm.blob.core.windows.net/a5fb84be-5723-4091-b229-8ee1bfab08fc/hamptonroads_mobile.png);
        background-size: 100% 100%;
        padding: 40px 10px 15px;
    }
    #filters-modal {
        top: 70px;
    }
    #ModalVehicleInquiry {
        top: 70px;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    #content-container {
        margin-top: 0;
        padding-bottom: 0;
    }
    #home-page {
        margin-top: 25px;
        padding-bottom: 30px;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        font-size: 20px;
        margin-top: 2px;
    }
    #vdp-container {
        margin-top: 0;
    }
    .breadcrumb {
        margin-top: 5px;
    }
    .header-slider {
        margin: 10px auto;
    }
    .financeText > .widget-inner, .aboutText > .widget-inner, .mapText > .widget-inner, .serviceText > .widget-inner, .partsText > .widget-inner {
        margin-top: 0 !important;
    }
    .financeText h1, .serviceText h1, .partsText h1 {
        font-size: calc(28px + (42 - 28) * ((100vw - 320px) / (768 - 320)));
        text-align: center;
    }
    .aboutText h1 {
        text-align: center;
        font-size: calc(28px + (38 - 28) * ((100vw - 320px) / (768 - 320)));
    }
    .aboutText h3 {
        text-align: center;
        font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (768 - 320)));
    }
    img.about-pic {
        width: 100%;
        float: none;
        padding: 10px;
    }
    .mapText h1 {
        text-align: center;
        font-size: calc(30px + (42 - 30) * ((100vw - 320px) / (768 - 320)));
    }
    .mapText h3 {
        text-align: center;
        font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (768 - 320)));
    }
    .mapandhourstbl {
        margin: 0 auto;
        text-align: center;
    }
    .department .employee {
        max-width: 250px;
    }
    #Form837 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+8) {
        width: 100%;
    }
    .serviceText, .partsText {
        order: 1;
    }
    .serviceForm, .partsForm {
        order: 2;
    }
    .button-block h5 {
        font-size: 18px;
    }
}


@media (min-width: 768px) {
    #main-nav .nav > li > a {
        text-align: center;
        padding-bottom: 10px;
        font-weight: 900;
        font-size: 11px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .sbmblock h5 {
        font-size: 12px;
    }
    .sidebuttonbackground {
        padding: 11px 0;
        font-size: 22px;
        line-height: 26px;
    }
    .widget-UpcomingEvents {
        padding-top: 0;
    }
    .widget-UpcomingEvents h2 {
        font-size: 24px;
    }
    .widget-UpcomingEvents h3 {
        font-size: 16px;
    }
    #CustomEventWidget .calEvent {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    a.eventLink {
        padding: 0 5px;
    }
    .eventWrapper span {
        top: 0;
    }
    .footerblock2 table {
        width: 100%;
    }
    .footerblock2 a {
        display: inline;
        font-size: inherit;
    }
    nav.fixed {
        background: #ff6600;
        background: linear-gradient(to bottom, #c14d00 0%,#ff9c47 32%,#ff6600 72%,#ff6600 89%,#ff7500 100%);
        height: 40px;
    }
    .home-about h2 {
        margin-top: 5px;
        font-size: 28px;
    }
    .home-about {
        margin-top: 25px;
    }
    .serviceText h1, .partsText h1 {
        font-size: 28px;
    }
    #Form834 .form-header-text, #Form835 .form-header-text {
        font-size: 22px;
    }
    .mapText h3 {
        font-size: 18px;
    }
    .financeText h1 {
        font-size: 28px;
    }
    .pre-ownedbtn {
        display: none;
    }
    #Form1289 > div:nth-child(1) > fieldset > div:nth-child(n+1):nth-child(-n+5) {
        width: 50%;
        display: inline-block;
        padding: 0 5px;
    }
    #Form1289 > div:nth-child(1) > fieldset > div:nth-child(n+6):nth-child(-n+8) {
        width: 33%;
        display: inline-block;
        padding: 0 5px;
    }    
}

@media (min-width: 992px) {
    .sbmblock h5 {
        font-size: 14px;
    }
    .sidebuttonbackground {
        padding: 22px 0;
        font-size: 30px;
        line-height: 30px;
    }
    .widget-UpcomingEvents h2 {
        font-size: 30px;
    }
    .widget-UpcomingEvents h3 {
        font-size: 22px;
    }
    .ServiceForm .form-header-text {
        font-size: 30px;
    }
    .ServiceForm .forms-title-section {
        font-size: 16pt;
    }
    .contactText h2 {
        font-size: 27px;
    }
    .rewardsiframe {
        padding-bottom: 21%;
    }
    .footer-container {
        width: 972px;
    }
    .headerphone {
        font-size: 32px;
    }
    .headersocialicons {
        margin-right: 0;
    }
    img.hd-logo {
        width: 142px;
    }
    #main-nav .nav > li > a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #CustomEventWidget .calEvent {
        margin-bottom: 5px;
        margin-top: 11px;
    }
    a.eventLink {
        padding: 0 15px;
    }
    .eventWrapper span {
        top: -6px;
    }
    .button-block h5 {
        top: -2px;
        font-size: 19px;
    }
    .button-container {
        flex-wrap: nowrap;
    }
    .sbmbacktext {
        font-size: 88px;
        margin-top: -91px;
    }
    .home-about h2 {
        font-size: 18px;
        margin-top: 8px;
    }
    .home-about p {
        line-height: 18px;
        font-size: 14px;
    }
    .home-about {
        margin-top: 0px;
    }
    .recent-reviews .single-item-slider .slider-inner .item {
        width: 285px;
    }
    .footer-block, .footer-map {
        flex: 0 0 50%;
    }
    #FilterQuickSearch {
        margin: 0;
        z-index: 0;
    }
    .serviceText h1, .partsText h1 {
        font-size: 32px;
    }
    #Form834 .form-header-text, #Form835 .form-header-text {
        font-size: 30px;
    }
    .mapText h1 {
        font-size: 26px;
    }
    .mapText h3 {
        font-size: 20px;
    }
    .financeText h1 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .rewardsiframe {
        padding-bottom: 18%;
    }
    .footer-container {
        width: 1180px;
    }
    #main-nav .nav > li > a {
        font-size: 15px;
    }
    .headermaphoursbox {
        flex-basis: 23%;
    }
    .headerlogo1 {
        flex-basis: 30%;
    }
    .widget-UpcomingEvents h3 {
        font-size: 22px;
    }
    #CustomEventWidget .calEvent {
        margin-bottom: 11px;
        margin-top: 22px;
    }
    .widget-UpcomingEvents {
        padding-top: 5px;
    }
    .button-block h5 {
        top: 0px;
        font-size: 23px;
    }
    .sbmbacktext {
        font-size: 105px;
    }
    .sbmwrapper {
        background-size: cover;
    }
    .home-about h2 {
        font-size: 22px;
        margin-top: 20px;
    }
    .home-about p {
        font-size: 16px;
        line-height: 25px;
    }
    .recent-reviews .single-item-slider .slider-inner .item {
        width: 352px;
    }
    .serviceText h1, .partsText h1 {
        font-size: 29px;
    }
    .mapText h1 {
        font-size: 32px;
    }
    .mapText h3 {
        font-size: 24px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .headersocialicons {
        display: block;
    }
}

@media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .headeraddress {
        width: 52%;
        text-align: left;
    }
}

@media (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .headeraddress {
        width: 42%;
    }
}

@media (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .headeraddress {
        width: 33%;
    }
    .headerphone {
        width: 42%;
    }
}




/* TOOLTIPS ON DARK BG */
.tooltip.in { opacity: .97; filter: alpha(opacity=97); }
.tooltip-inner { background-color: #ebebeb; color: #000; }
.tooltip.top .tooltip-arrow { border-top-color: #ebebeb; }



#digitalPsButton {
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
    font-size: 20px;
    border: 3px solid black;
    border-radius: 6px;
    transition: .3s;
    margin: 20px auto 0px;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
}
#digitalPsModal {
    max-width: 60%;
    margin: 0 auto;
    top: 15px;
}

#closeDigitalPsModal {
    position: relative;
    z-index: 1000;
    top: 25px;
    right: 10px;
}
