#details-collapse {
    color: #000;
}

button#open-mobile-filters-btn {
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.siteSearch-M {
	margin: .5em auto;
	display: flex;
	flex-flow: row;
	display: -ms-flexbox;
	-ms-flex-flow: row;
}
.siteSearch-M input {
	flex: 1 0 60%;
	font-size: 16px !important;
	border-radius: 5px 0 0 5px;
}
.siteSearch-M button {
	margin: 0 !important;
	padding: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6em;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	border-radius: 0 5px 5px 0;
	border: none;
}
.searchReturn {
	color: #fff;
}

@media (min-width: 768px) {
  #content-container {
    padding-bottom: 30px;}
}

@media (max-width: 767px) {
#content-container {
    padding-bottom: 30px;
    margin-top: 22px; }
}

#home-page {
    margin-top: -22px;
}

#promotions-page {
    background-color: rgba(0, 0, 0, 0.76);
    padding: 15px;
}

#inventory-page,
.custom-page {
    background-color: rgba(0, 0, 0, 0.76);
    padding: 15px;
}

@media (max-width: 767px) {
#inventory-page {
    margin-top: -23px; }
}

#vdp-container {
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.76);
    padding: 15px;
}

@media (max-width: 767px) {
#vdp-container {
    margin-top: -23px; }
}

#showroom {
    background-color: rgba(0, 0, 0, 0.76);
}

.homeabout > div {
    padding: 15px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.76);
    border-radius: 4px;
}

div.k-scheduler .mv-event {
    font-size: 12px;
    line-height: 12px;
}

#content-container {
    margin-top: 335px;
}



.hovereffect {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000000;
    flex: 0 0 100%;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 15px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: -ms-transform 0.0s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: grayscale(100%);
    opacity: .5;
}

.hovereffect:hover img {
    opacity: 1;
    filter: alpha(opacity=40);
    filter: grayscale(0%);
    transition: .3s ease;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #ff0c00;
    text-align: center;
    position: relative;
    font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (768 - 320)));
    overflow: hidden;
    background-color: transparent;
    font-family: 'Archivo Black', sans-serif;
    text-shadow: 3px 3px 3px black;
    top: calc(-15px + (20 + 15) * ((100vw - 320px) / (768 - 320)));
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    font-size: 1.5vw;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px black, 2px 2px 2px black;
}

.hovereffect a:hover, .hovereffect p:hover {
    color: #ababab;
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-color: rgba(0, 0, 0, 0.6);
    width: 20%;
    margin: auto;
}

.buttonwrapper {
    display: flex;
    flex-direction: column;
    border-bottom: 5px solid black;
}











body { 
    font-family: 'Roboto Condensed', sans-serif;
    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/website-themes/81/images/background.jpg) no-repeat right 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/website-themes/81/images/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-family: 'Archivo Black', sans-serif;
    font-weight: unset;
    line-height: 1.1;
    color: inherit;
}



hr { border-top-color: #afafaf; }

#inner-bg {
    margin: 0 auto;
    /* background-color: rgba(240, 240, 240, 0.85); */
   /* background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,0.47) 25%, rgba(255,255,255,0.75) 40%, rgba(255,255,255,0.75) 60%, rgba(255,255,255,0.47) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(255,255,255,0.47) 25%,rgba(255,255,255,0.75) 40%,rgba(255,255,255,0.75) 60%,rgba(255,255,255,0.47) 75%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255,255,255,0.47) 25%,rgba(255,255,255,0.75) 40%,rgba(255,255,255,0.75) 60%,rgba(255,255,255,0.47) 75%,rgba(0,0,0,0) 100%);*/
}



/*@media (min-width: 768px) {
    #inner-bg { width: 748px; }
}

@media (min-width: 992px) {
    #inner-bg { width: 972px; }
}

@media (min-width: 1200px) {
    #inner-bg { width: 1180px; }
}*/









/* GLOBAL THEME FONT COLORS */
body { color: #fff; }

a {
    color: #0075e6;
}

a:focus, a:hover {
    color: #69b5ff;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #ff0000;
    border-color: #dc0000;
    margin: 10px;
}

.btn-primary:hover {
    background-color: #dc0000;
    border-color: red;
}

.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 {
    background-color: #dc0000;
    border-color: red;
}

.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: #0053a6;
    border-color: #004284;
}









/* HEADER */

.top-bar-announcement-link {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}

.top-bar-announcement {
    font-weight: 700;
    font-size: 18px;
}


header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

header.body {
    position: relative;
}

@media (min-width: 768px) {
.headerbackground {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/96bf2292-5cf2-4043-9284-5950c22a6b1e/header-background.jpg);
    background-repeat-x: repeat;
    background-size: contain;
    height: 150px; }
}

.headercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 24px 0px 20px 0px;
    text-align: center;
    align-items: center;
}

.headerblock {
    width: 50%;
    text-transform: uppercase;
}

.headerblockright {
    display: none;
}

.headerphone {
    font-size: 25px;
    color: red;
    text-shadow: 0px 0px 2px white, 1px 1px 1px white, 2px 2px 2px white, 0px 0px 3px white;
}

.headeraddress {
    font-size: 11px;
    line-height: 21px;
    color: red;
    text-shadow: 0px 0px 2px white, 1px 1px 1px white, 2px 2px 2px white, 0px 0px 3px white;
}

.headersocialblock {
    font-size: 40px;
}

img.headerlogo {
    height: auto;
    max-width: 65%;
}

.headeroemblock {
    padding: 10px;
    transition: .3s ease transform;
    flex: 0 0 44%;
}

.headeroemblock:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}

.headeroemcontainer {
    display: flex;
}

div.headeroemcontainer > div:nth-child(1) {
    flex: 1 0 50%;
}

.headerOEMs {
    position: absolute;
    bottom: -255px;
    left: 0;
    display: flex;
    justify-content: space-around;
    background-color: black;
    width: 100%;
    align-items: center;
}

.headerOEMs img {
    max-width: 175px;
    max-height: 91px;
}










/* NAVIGATION */
@media (min-width: 768px) {
#main-nav {
    background-color: #0053a6;
    width: 100%;
    position: absolute;
    left: 0;
    top: 150px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    height: 60px; }
}

@media (max-width: 767px) {
#main-nav {
    background-color: #0053a6;
    width: 100%;
    position: fixed;
    left: 0;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    top: 0;
    z-index: 1600; 
}
}

#main-nav-collapse {
    z-index: 1041;
    width: 115%;
    margin-left: -16px;
}


#main-nav .nav > li > a, .social-media-icons a {
    color: #ffffff;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 8px;
    margin-top: -1px;
}

.navbar-nav {
    background: #0053a6;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0px 0px -3px;
    display: flex;
    justify-content: space-between;
}

.navbar-nav>li {
    float: none;
    flex-grow: 1;
    text-align: center; }
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #888;
}


.navbar-header {
    position: absolute;
    height: 54px;
    border-bottom: 5px solid black;
    background: #0053a5;
}

.navbar-collapse {
    padding-right: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    margin-top: 40px;
}

#main-nav .navbar-toggle {
    padding: 0px 10px;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #888;
    border-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #d4d4d4;
    padding-bottom: 8px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    padding-bottom: 8px;
}










/* CONTENT */



.outsidemapwrapper {
    position: relative;
    padding-bottom: 24%;
    margin-bottom: 130px;
}

.outsidemapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
}
.homeabout {
    width: 90%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.76);
}

h1.aboutheadertext {
    text-align: center;
    text-transform: uppercase;
    color: #ff0c01;
    font-size: 30px;
    text-shadow: 2px 2px 2px black;
}

.abouttitle {
   font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (768 - 320)));
}

.homeabouttext {
    padding: 10px 10px 1px;
    margin-bottom: 10px;
}

#widget4 > .widget-inner p {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (768 - 320)));
}

#widget4 > .widget-inner h2 {
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (768 - 320)));
}

#widget6 > .widget-inner {
    margin-top: 0 !important;
}

.pageheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4dabf661-8761-4458-9741-763a34ee8a22/page-header-background.jpg);
    background-size: 100% 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    font-size: 6.5vw;
    padding: 2px 0px;
    box-shadow: 0px 0px 10px black;
    color: red;
    text-shadow: 2px 2px 2px black;
    margin-bottom:10px;
    background-repeat: no-repeat;
}

.pagetext {
    background-color: rgba(0, 0, 0, 0.76);
    box-shadow: 0px 0px 10px black;
    width: 100%;
    margin: auto;
    padding: 10px 0px;
}

ul.partslist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.partslist li {
    flex: 0 0 33%;
}

img.dealershippic {
    margin-right: 30px;
    padding: 0px 0px 10px 10px;
}


.mapwrapper {
    position: relative;
    padding-bottom: 30%;
    margin-top: 15px;
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hourstable {
    margin-bottom: 30px;
}

.hourstable > tbody > tr > td {
    padding: 0 25px 0 0;
}


/* MEET THE TEAM */

.department-container .department {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: rgba(0, 0, 0, 0.76);
}

.department .title {
    margin: 0;
    text-align: center;
    border: 5px solid black;
    border-top: 5px solid #0053a6;
    border-bottom: 5px solid #0053a6;
    background: #888888;
    padding: 15px;
    cursor: pointer;
    color: red;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px black;
}

.department .employee {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    margin: 1%;
    color: black;
}

.department .employee .name p {
    font-size: 18px;
    font-weight: unset;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.department .employee .job p {
    font-size: 15px;
    margin-bottom: 0px;
}

.brief {
    font-size: 12px;
}

.brief p {
    margin-bottom: 0;
}


#calendar-page > div.row > div:nth-child(1) {
    color: white;
    text-shadow: 1px 1px 1px black;
}

#showroom .section-box .title {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    background-color: #888888;
}

.department-container.container h1 {
    color: red;
    background-image: url(https://psmfirestorm.blob.core.windows.net/4dabf661-8761-4458-9741-763a34ee8a22/page-header-background.jpg);
    text-transform: uppercase;
    text-align: center;
    background-size: cover;
    text-shadow: 2px 2px 2px black;
}

@media (min-width: 1200px) {
.department-container.container h1 {
    padding: 18px 0px;
    font-size: 60px!important; }
}

@media (max-width: 1199px) {
.department-container.container h1 {
    padding: 11px 0px;
    font-size: 56px!important; }
}

@media (max-width: 991px) {
.department-container.container h1 {
    padding: 9px 0px;
    font-size: 42px!important; }
}

@media (max-width: 767px) {
.department-container.container h1 {
    padding: 0.7% 0%;
    font-size: 6.5vw!important; }
}












/* FEATURED VEHICLES */


@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 30px; }
    .single-item-slider .item { width: 204px; }
}

#widget7 > .widget-inner {
    margin-top: 0 !important;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
    left: 0;
    padding: 0 2%;
    position: absolute;
    width: 100%;
    line-height: 113%;
    bottom: 0;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
}

.single-item-slider .item {
    background-color: #888888;
    border: none;
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    display: block;
    position: relative;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    height: 100%;
    padding-bottom: 15%;
}

.single-item-slider .item-detail .name {
    line-height: 150%;
    color: white;
    font-size: 15px;
}

.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;
}


.single-item-slider .slider-inner .item {
    width: 216px;
    height: 230px;
    border: 5px solid red;
    border-left: 5px solid black;
    border-right: 5px solid black;
    box-shadow: 0px 0px 3px 0px black; 
}

.single-item-slider .slider-outer {
    height: 234px;
}


.featuredinventory h2 {
    font-family: 'Archivo Black', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 9px auto;
    background-color: black;
    padding: 6px 0px;
    font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (768 - 320)));
    width: 81%;
    min-width: 250px;
    max-width: 400px;
}

.viewinventorytext {
    text-align: center;
    width: 230px;
    margin: 15px auto;
    background-color: black;
    color: white;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.viewinventorytext a {
    color: white;
    transition: .2s ease color;
}

.viewinventorytext a:hover {
    color: #c7c7c7;
    transition: .2s ease color;
}

.widget-FeaturedVehicles {
    margin-top: 15px;
}

.homeslider {
    margin-top: -30px;
}

.latestReviews {
    text-align: center;
}

.latestReviews .review-comments {
    color: white;   
    text-shadow: 2px 1px black;
}

.latestReviews .single-item-slider {
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 768px) {
.latestReviews .single-item-slider {
    padding-left: 28px;
    padding-right: 28px;
}
}




/* INVENTORY */
/* light background */

.inventory-container .vehicle:hover {
    background-color: #ff0000ab;
    transition: .3s ease background-color;
}

    .inventory-container .vehicle .title a { color: #333; }

#filters-box li label {
    color: red;
}

@media (min-width: 992px) {
#vehicleList>div {
    flex: 0 0 33.333%;
    -ms-flex: 0 0 auto;
    margin: 0px;
    padding: 15px; }
}

span.vehicleyearmake {
    display: block;
}

span.vehiclemodel {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 19px;
}

span.primaryinfo {
    font-size: 12px;
}

span.secondaryinfo {
    font-size: 12px;
}

.inventory-container .vehicle .title {
    font-size: 10.5pt;
    width: 100%;
    background-color: #d4d4d4;
    box-sizing: border-box;
    padding: 3px 5px;
    border-top: 4px solid black;
}

.inventory-container .vehicle .price {
    font-size: 18px;
    text-align: right;
    box-sizing: border-box;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    padding: 5px 9px;
    color: #0053a6;
    /* background-color: #0053a6; */
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #d4d4d4;
    border-color: #ddd;
}

.panel-heading .panel-toggle {
    color: inherit;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.inquiryformcontainer {
    padding: 0px;
    margin: 6px;
    background-color: #888888;
    border: 5px solid black;
    border-top: 5px solid #0053a6;
    border-bottom: 5px solid #0053a6;
}

.locationBox {
    background-color: #888888;
    border: 5px solid black;
    border-top: 5px solid #0053a6;
    border-bottom: 5px solid #0053a6;
}

.vdpinquiryheader {
    font-size: 23px;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.list-group.flex .name {
    padding-right: 10px;
    width: 185px;
    font-size: 16px;
    line-height: 21px;
}

.nav-tabs {
    border-bottom: 5px solid #b3b3b3;
}

.vehicle-box {
    box-shadow: 0px 0px 10px black;
}

.vehiclemodel {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 20px;
    min-height: 41px;
}

.info {
    text-align: right;
}

.modal {
    top: 62px;
}

.inventory-container .vehicle .thumb {
    background-color: #fff;
    line-height: 188px;
    text-align: center;
    vertical-align: middle;
    height: 189px;
}

#ModalVehicleInquiry {
    position: fixed;
    left: 0;
    right: 0;
    top: 2%;
    margin: 0 auto;
    background: #888888;
    width: 28em;
    max-width: 100%;
    border-radius: 8px;
    border: 2px red solid;
    z-index: 201;
}

@media (max-width: 767px) {
.inventory-container .vehicle .price.not-itemized {
    font-size: 19px;
    text-align: center; }
}

.color-packages .list-group-item span {
    flex: 0 0 5em;
    color: black;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 0;
}













/* FOOTER */
footer.body .outer-wrapper {
    background-color: rgb(0, 0, 0);
    color: #c4c4c4;
    text-align: center;
}

.footerbackground {
    background-color: white;
    border-top: 5px solid black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/12ad1450-ec85-49d9-b9d2-b3107a0ce5ba/footer-background.jpg);
    background-repeat-x: repeat;
    background-size: 111% 126%;
    background-position-x: -40px;
    background-position-y: -58px;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 20px 0px 16px;
    flex-direction: column;
}

@media (min-width: 768px) {
.footerblock {
    flex: 0 0 33%;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-shadow: 0px 0px 2px white, 1px 1px 1px white, 2px 2px 2px white, 0px 0px 3px white;
    color: black;
    width: 320px;
    margin: 0 auto;
    text-align: center; }
}

@media (max-width: 767px) {
.footerblock {
    flex: 0 0 33%;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-shadow: 0px 0px 2px white, 1px 1px 1px white, 2px 2px 2px white, 0px 0px 3px white;
    color: black;
    text-align: center;
    font-size: 5vw; }
}

.footerblock a {
    color: black;
    transition: .3s ease color;
}

.footerblock a:hover {
    color: red;
    transition: .3s ease color;
}

.footerblock > a  > span {
    padding-top: 10px;
}

img.footerlogo {
    display: block;
    padding: 24px 0px 10px;
    width: 59%;
    margin: 20px auto 0;
}

.footerblock h2 {
    color: #0053a6;
    text-transform: uppercase;
}

table.footer.k-table {
    width: 87%;
}











/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }










/* FORMS */
.control-label { color: #000; }

.main-form > div {
    background-color: #888888;
    border: 5px solid #dedede;
    border-top: 5px solid #0053a6;
    border-bottom: 5px solid #0053a6;
    padding: 10px 15px;
}

.main-form {
    height: fit-content;
}

.field-validation-valid, {
    color: #b9b9b9;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 13px;
    top: 8px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

.form-header-text {
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    font-size: 19px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: unset;
}

.forms-title-section {
    font-size: 14pt;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.form-control {
    color: #fff;
    background-color: #000;
    border: 1px solid #bfbfbf;
    border-radius: 0px;
    margin-bottom: 6px;
    font-size: 14px!important;
}

.form-control:hover {
    background-color: #353535;
    transition: .2s ease background-color;
}

@media (min-width: 768px) {
#Form381 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px; }

#Form381 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form381 > div:nth-child(1) > fieldset > div:nth-child(n+12):nth-child(-n+14) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px; }

#Form381 > div:nth-child(1) > fieldset > div:nth-child(10),
#Form381 > div:nth-child(1) > fieldset > div:nth-child(15) {
    padding: 0px 5px; }

#Form381 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px; }
}



#Form385 > div:nth-child(3) > fieldset > div:nth-child(n+1) {
    padding: 5px 5px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}


.financebtn {
    font-size: 24px;
}

.jumbotron {
    background: #ff0c00 !important;
}

#creditAppForm section {
    background: #0053a6 !important;
    color: white !important;
}

.jumbotron .text-muted, .jumbotron h1, .jumbotron {
    color: white !important;
}



@media (min-width: 450px) {
  
    .headerphone {
        font-size: 4vw; 
    }
    .headeraddress {
        font-size: 3vw;
    }
    .headerblock {
        margin-top: -15px;
    }
}

@media (min-width: 500px) {
    .outsidemapwrapper {
        margin-bottom: 100px;
    }
}

@media (min-width: 600px) {
    .outsidemapwrapper {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) {
    .headercontainer {
        width: 730px;
        flex-direction: row;
    }
    .headerbackground {
        height: auto;
        display: block;
    }
    .headeraddress {
        font-size: 16px;
    }
    .headerphone {
        font-size: 36px;
    }
    .headerblock {
        flex: 0 0 33%;
        width: auto;
        margin-top: 0;
    }
    .headerlogoblock {
        flex: 0 0 34%;
    }
    .headerlogoblock p {
        color: #ff0c00;
        font-size: 16px;
        font-weight: bold;
        text-shadow: 0px 0px 2px white, 1px 1px 1px white, 2px 2px 2px white, 0px 0px 3px white;
    }
    .headerblockright {
        display: block;
    }
    img.headerlogo {
        height: max-content;
        max-width: 100%;
    }
    #main-nav .nav > li > a {
        font-size: 11px;
        padding: 15px 6px;
    }
    .footercontainer {
        width: 748px;
        flex-direction: row;
    }
    .footerblock {
        width: auto;
        text-align: left;
    }
    img.footerlogo {
        margin: 0;
    }
    .footerbackground {
        background-size: contain;
        background-position-x: 0;
        background-position-y: 0;
    }
    .homeabout {
        width: 748px;
    }
.single-item-slider .slider-inner .item {
        height: 230px;
        width: 190px;
    }
    .single-item-slider .slider-outer {
        height: 232px;
    }
    .outsidemapwrapper {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 53px;
    }
    .outsidemapwrapper iframe {
        height: 100%;
    }
    h1.aboutheadertext {
        font-size: 36px;
        padding-top: 47px;
    }
    .homeabouttext {
        margin: 0px 30px;
    }
    .featuredinventory h2 {
        width: 55%;
        font-size: 30px;
        min-width: inherit;
        max-width: inherit;
    }
    .featuredinventory h2:before {
        content: '';
        width: 25%;
        height: 5px;
        color: black;
        background-color: black;
        position: absolute;
        left: 75px;
        top: 40px;
    }
    .featuredinventory h2:after {
        content: '';
        width: 25%;
        height: 5px;
        color: black;
        background-color: black;
        position: absolute;
        right: 75px;
        top: 40px;
    }
    .viewinventorytext {
        width: 36%;
        font-size: 20px;
        margin-top: 20px;
    }
    .viewinventorytext:before {
        content: '';
        width: 32%;
        height: 5px;
        color: black;
        background-color: black;
        position: absolute;
        left: 75px;
        top: 20px;
    }
    .viewinventorytext:after {
        content: '';
        width: 32%;
        height: 5px;
        color: black;
        background-color: black;
        position: absolute;
        right: 75px;
        top: 20px;
    }
    table.footer.k-table {
        width: 100%;
    }
    .hovereffect {
        flex: 0 0 50%;
    }
   .buttonwrapper {
       flex-direction: row;
   }
    .navbar-collapse {
        margin-top: 0;
    }
    #main-nav .dropdown-menu>li>a {
        color: #333;
    }
    .hovereffect h2 {
        font-size: 3vw;
        top: -10px;
    }
    .pagetext {
        width: 748px;
    }
    .pageheader {
        background-size: cover;
        font-size: 45px;
        padding: 0px 0px;
        margin-bottom: 0px;
        background-repeat: no-repeat;
    }
    .abouttitle {
        font-size: 24px;
        width: 50%;
        display: inline-block;
    }
    img.dealershippic {
        float: right;
        width: 43%;
    }

    #widget4 > .widget-inner p {
        font-size: 18px;
    }
    #widget4 > .widget-inner h2 {
        font-size: 28px;
    }
    #Form385 > div:nth-child(3) > fieldset > div:nth-child(n+1) {
        width: 50%;
    }
    #main-nav-collapse {
        width: auto;
        margin-left: 0;
    }
    .form-header-text {
        font-size: 23px;
    }
    .latestReviews .single-item-slider {
        padding-left: 28px;
        padding-right: 28px;
    }
    nav.fixed {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 200;
        background-color: #0053a6;
        left: 0;
        border-radius: 0px;
        border-bottom: 5px solid black;
        border-top: 5px solid black;
        height: 59px;
    }
    .hovereffect:hover p {
        margin-top: -22px;
    }
}

@media (min-width: 992px) {
    .headercontainer {
        width: 900px;
    }
    .headeraddress {
        font-size: 19px;
    }
    .headerphone {
        font-size: 40px;
    }
    .footercontainer {
        width: 972px;
    }
    .homeabout {
        width: 972px;
    }
    .single-item-slider .slider-inner .item {
        width: 195px;
    }
    .featuredinventory h2 {
        width: 44%;
    }
    .hovereffect h2 {
        top: -2px;
    }
    .pagetext {
        width: 972px;
    }
    .pageheader {
        font-size: 59px;
    }
    .abouttitle {
        font-size: 32px;
    }
    .form-header-text {
        font-size: 25px;
    }
    #main-nav .nav > li > a {
        font-size: 14px;
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 258px;
    }
    .outsidemapwrapper {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 50px;
        height: 416px;
    }
    .latestReviews {
        margin-top: 0;
    }
    .hovereffect:hover p {
        margin-top: -12px;
    }
}

@media (min-width: 1200px) {
    .headercontainer {
        width: 1200px;
    }
    .footercontainer {
        width: 1180px;
    }
    .homeabout {
        width: 1170px;
    }
    .single-item-slider .slider-inner .item {
        width: 245px;
    }
    .featuredinventory h2 {
        width: 40%;
    }
    .hovereffect h2 {
        top: 5px;
    }
    .pagetext {
        width: 1170px;
    }
    .pageheader {
        font-size: 61px;
        padding: 7px 0px;
    }
    .abouttitle {
        font-size: 38px;
    }

    #main-nav .nav > li > a {
        font-size: 16px;
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .hovereffect:hover p {
        margin-top: 0px;
    }
}



@media (max-width: 767px) {
.headerblock {
    display: none; }

img.headerlogo {
    position: absolute;
    left: 5px;
    z-index: 11; }

  .headerbackground {
        background-size: contain;
        height: 92px;
         position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/96bf2292-5cf2-4043-9284-5950c22a6b1e/header-background.jpg);
    background-repeat-x: repeat; 
    display: none; }

}


@media (min-width: 1200px) {
#main-nav {
    top: 254px; }
.headerlogoblock p {
    font-size: 24px;
}
}





@media (max-width: 1199px) {
#main-nav {
    top: 254px;
}
}




@media (max-width: 991px) {
.headerOEMs {
    bottom: -244px;
}

#main-nav {
    top: 244px;
}

#content-container {
    margin-top: 325px;
}
}



@media (max-width: 767px) {
.navbar-header {
    height: 49px;
    width: 100%;
    border-bottom: none;
}
.headerbackground img {
    display: none;
}
#main-nav .navbar-brand {
    height: 53px;
    margin: 0;
}
#main-nav-collapse {
    margin-top: 52px;
    max-height: calc(100vh - 60px);
    z-index: 1600;
}
header.body {
    min-height: 57px;
}
.hovereffect p {
    display: none;
}

#main-nav {
    top: 0;
}

.headerOEMs {
    bottom: -91px;
}

#content-container {
    margin-top: 78px;
}

.headerOEMs {
    bottom: -57px;
}

.headerOEMs img {
    max-width: 65px;
}

.headerOEMs a {
    padding: 5px;
}
}










/* 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);
}