.row.is-flex > [class*='col-'].imagePopup {
	display: none;
}
.imagePopupOverlay {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.imagePopup .widget-inner {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.imagePopup {
	display: none;
	position: fixed;
	width: 90vw;
	height: auto;
	top: 10%;
	left: calc(50vw - 45vw);
	padding: 10px;
	background: aliceblue;
	z-index: 5000;
}

.imageZoom {
	max-height: 75vh;
	min-width: 50vw;
}

@media (min-width: 768px) {
	.imagePopup {
		width: 70vw;
		top: 5%;
		left: calc(50vw - 35vw);
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.imagePopup .widget-inner {
		margin-top: 0 !important;
	}
}

.imagePopupContainer {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 6000;
}

.imagePopup {
	object-fit: contain;
}

.imagePopupClose::after {
	content: '\f057';
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 4px 4px 3px 3px;
	background: #fff;
	color: #f66;
	font-family: FontAwesome;
	font-size: 42px;
	line-height: .9em;
	border-radius: 100%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}


a.custom-item {
	width: 18em;
}
#customCarousel .item-inner {
	padding-bottom: 0;
}
#customCarousel .img-container {
	display: flex;
	align-items: center;
	width: 100%;
}
#customCarousel img {
	flex: 1 1 auto;
}
#customCarousel .slider-outer {
	height: 145px;
}
#customCarousel .slider-control {
	padding: 26px 0;
}

body {
    font-family: 'Noto Sans', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/a2dc49e6-a20e-496a-bb9d-a8c43f371333/palm-springs-background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/a2dc49e6-a20e-496a-bb9d-a8c43f371333/palm-springs-background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}




#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: rgba(0, 0, 0, 0.71);
    padding: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'cheddargothichd-regular', sans-serif;
    font-weight: unset;
}

#content-container {
    padding-bottom: 30px;
}



/* GLOBAL THEME FONT COLORS */
body { color: #eee; }

a {
    color: #f58220;
    transition: .2s;
}

a:hover { 
    color: #cc5e00; 
    text-decoration: none;
}

legend { color: #fff; }

.vdp-inquire {
    color: #fff;
}

/* HEADER */

    header.body .brand { color: #fff; }
#brand-box .info a { color: #fff; }

@media (max-width: 767px) {
header.body {
    height: auto; 
}

.headerbackground img {
    display: none;
}
}

.headerbackground {
    background-color: black;
    margin-top: 50px;
    border-bottom: 3px solid gray;
    padding-top: 10px;
}

@media (max-width: 767px) {
.headerbackground {
    display: none; }
}

.headercontainer {
    display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 15px 15px;
}

@media (max-width: 1199px) {
.headercontainer {
    width: 992px; }
}

@media (max-width: 991px) {
.headercontainer {
    width: 768px; }
}

@media (max-width: 767px) {
.headercontainer {
    width: auto;
    flex-direction: row-reverse; }
}

.headerleft {
    flex: 0 0 35%;
    text-transform: uppercase;
    display: flex; 
    justify-content: space-between;
    align-items: flex-end;
}

.headerleft .div1 {
    flex: 0 0 58%;
}

.headerleft .div2 {
    flex: 0 0 42%;
}

.headerleft .div2 img {
    max-width: 120px;
}

.headerleft .div1 a {
    font-size: 10px;
}

@media (max-width: 767px) {
.headerleft {
    text-align: right; }
}

.headerright {
    flex: 0 0 35%;
    text-align: right;
}

@media (max-width: 767px) {
.headerright {
    display: none; }
}

.headerlogo {
    flex: 0 0 25%;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
.headerlogo {
    margin-bottom: -22px; }
}

@media (max-width: 991px) {
.headerlogo {
    margin-bottom: -7px; }
}

@media (max-width: 767px) {
.headerlogo {
    margin-bottom: 0;
    flex: 0 0 35%;
    max-width: 180px; }
}

.headerleft a.dealer-phone.phone-text {
    font-family: 'cheddargothichd-regular', sans-serif;
    font-size: 33px;
}

.headercontainer a {
    color: #c3c3c3;
    transition: .2s;
}

.headercontainer a:hover {
    color: #fff;
}

.headersocial a {
    font-size: 51px;
    padding-left: 16px;
}

a.hsocblk img {
    max-height: 44px;
    margin-top: -8px;
}





    

/* NAVIGATION */
#main-nav {
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    background: linear-gradient(to bottom, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgb(0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, #858585, #494949);
    height: 50px;
    box-shadow: 0px 0px 10px black;
}

@media (max-width: 767px) {
#main-nav {
    height: 72px; }
.nav>li {
    margin: 15px 0 ; }
}  

    #main-nav .navbar { border: none; }

#main-nav .nav > li > a, .social-media-icons a {
    color: #f58220;
    font-family: 'cheddargothichd-regular', sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 1px black;
}

    #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 (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
}

@media (max-width: 767px) {
div#main-nav-collapse {
    background-color: black;
    max-height: calc(100vh - 62px);
    overflow-y: auto; }
}

@media (max-width: 767px) {
#main-nav .navbar-brand.text {
    font-family: 'cheddargothichd-regular',sans-serif; 
}

.dropdown-menu>li>a {
    color: #fff; }
}












/* CONTENT */
@media (max-width: 767px) {
    #content-container { margin-top: -20px; }
}

.modelcontainer {
    display: flex;
    background-color: black;
    margin-top: -25px;
    position: relative;
    box-shadow: 0px 0px 20px black;
}

@media (max-width: 767px) {
.modelcontainer {
    flex-wrap: wrap;
    margin-top: 0; }
}

.modelcontainer a {
    flex: 0 0 16.667%;
}

@media (max-width: 767px) {
.modelcontainer a {
    flex: 0 0 33.33%; }
}

.modelblock {
    position: relative;
}

.modelblock img {
    filter: opacity(.5) grayscale(1);
    transition: .3s ease;
    width: 100%;
}

.modeltext {
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
    transition: .5s ease;
}

.modeltext h5 {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
}

@media (max-width: 767px) {
.modeltext h5 {
    font-size: 3vw;
    margin: 5px 0px; }
}

.modeltext h3 {
    text-transform: uppercase;
    font-size: 2vw;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.53);
    padding: 3% 1%;
    transition: .3s ease;
}

@media (max-width: 991px) {
.modeltext h3 {
    font-size: 2.5vw; }
}

@media (max-width: 767px) {
.modeltext h3 {
    font-size: 5vw; }
}

.modelblock:hover h3 {
    color: #f58220;
    background-color: black;
}

.modelblock:hover img {
    filter: opacity(1);
}

.modelblock:hover .modeltext {
    bottom: 10%;
}

.hbutton {
    text-align: center;
    transition: .3s ease;
    background-image: url(https://psmfirestorm.blob.core.windows.net/1e442ef7-a971-4503-9eaa-c365079d2f97/button-background.jpg);
    background-size: cover;
    box-shadow: 0px 0px 20px black;
    margin: 50px 0px;
}

@media (max-width: 991px) {
.hbutton {
    margin: 20px 0px; }
}

@media (max-width: 767px) {
.hbutton {
    margin: 0px; }
}

.hbutton:hover {
    background-color: black;
    transform: scale(1.06);
}

.hbutton h2 {
    text-transform: uppercase;
    font-size: 62px;
    color: #000000;
    transition: .5s ease;
    padding: 6% 0%;
}

@media (max-width: 1199px) {
.hbutton h2 {
    font-size: 51px; }
}

@media (max-width: 991px) {
.hbutton h2 {
    font-size: 39px; }
}

@media (max-width: 767px) {
.hbutton h2 {
    font-size: 10.5vw;
    margin: 0; }
}

.hbutton:hover h2 {
    color: #f58220;
}

.widget-UpcomingEvents {
    padding-top: 5px;
    border: 3px solid;
}

@media (max-width: 767px) {
.widget-UpcomingEvents {
    padding-top: 0;
    margin-top: 30px; }
}

.widget-UpcomingEvents h2 {
    color: #f58220;
}

@media (max-width: 767px) {
.widget-UpcomingEvents h2 {
    padding: 0; }
}

#CustomEventWidget {
    background: #000;
    border: none;
}

.widget-UpcomingEvents h2, .widget-UpcomingEvents h3 {
    text-align: center;
}

#CustomEventWidget .eventDate {
    background-color: #868686;
}

.homeaboutwrapper {
    display: flex;
    margin-bottom: -30px;
}

@media (max-width: 992px) {
.homeaboutwrapper {
    flex-flow: column; }
}

@media (max-width: 767px) {
.homeaboutwrapper {
    margin-bottom: 0;
    flex-flow: column; }
}

.homeabout {
    text-align: center;
    padding: 1%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 767px) { 
.homeabout {
    background-color: rgba(0, 0, 0, 0.71);
    margin-left: 15px;
    margin-right: 15px; }
}

.homeabout > p {
    margin-top: 25px;
}

@media (max-width: 767px) {
.homeabout > p {
    margin-top: 0;
    padding: 0px 15px; }
}

.homeabout h4 {
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: auto;
    text-align: center;
    /* background-color: white; */
    color: #adadad;
    padding: 1%;
}

.homeabout h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 40px;
    margin-bottom: 5px;
    color: #f58220;
    margin-top: 6px;
}

@media (max-width: 767px) {
.homeabout h2 {
    font-size: 8vw; }
}

.homeabout h2:before {
    content: '';
    width: 43px;
    height: 43px;
    position: absolute;
    margin-left: -25px;
    margin-top: -20px;
    border: 5px solid white;
    border-right: transparent;
    border-bottom: transparent;
}

.homeabout h2::after {
    content: '';
    width: 43px;
    height: 43px;
    position: absolute;
    margin-left: -25px;
    margin-top: 15px;
    border: 5px solid white;
    border-left: transparent;
    border-top: transparent;
}

@media (max-width: 767px) {
.homeabout h2:before {
    display: none; 
}

.homeabout h2:after {
    display: none; }
}

.homeabout p {
    color: white;
}

.mapwrapper {
    position: relative;
    padding-bottom: 12%;
    flex: 0 0 35%;
}

@media (max-width: 992px) {
.mapwrapper {
    padding-bottom: 30%; }
}

@media (max-width: 767px) {
.mapwrapper {
    padding-bottom: 60%;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px; }
}

.mapwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapwrapper2 {
    position: relative;
    padding-bottom: 75%;
    margin-top: 30px;
}

@media (max-width: 1199px) {
.mapwrapper2 {
    padding-bottom: 90%;
}
}

@media (max-width: 991px) {
.mapwrapper2 {
    padding-bottom: 100%;
}
}

@media (max-width: 767px) {
.mapwrapper2 {
    padding-bottom: 70%;
    margin-top: 20px; }
}

.mapwrapper2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1.pageheader {
    text-align: center;
    text-transform: uppercase;
    font-size: 89px;
    color: #f58220;
    padding: 4% 0px;
    text-shadow: 0px 0px 3px #000000, 1px 0px 0px #000000, 2px 1px 0px #000000, 3px 2px 0px #000000, 4px 3px 0px #000000;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
h1.pageheader {
    font-size: 72px; }
}

@media (max-width: 991px) {
h1.pageheader {
    font-size: 55px; }
}

@media (max-width: 767px) {
h1.pageheader {
    font-size: 7.3vw;
    margin-top: 15px; }
}

.financingheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/53ccb0da-7c67-4f7a-a882-666cc343dcbb/financing-header-2.jpg);
    background-size: cover;
    box-shadow: 0px 0px 20px 2px black;
}

.serviceheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/84fed179-faa1-440c-8c06-7b2fd273f577/service-header.jpg);
    background-size: cover;
    box-shadow: 0px 0px 20px 2px black;
}

.partsheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5b1944d5-36be-41a7-a47b-48ad9198e1b4/parts-header.jpg);
    background-size: cover;
    box-shadow: 0px 0px 20px 2px black;
}

.mcheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ea2d750c-e963-4cf8-8782-f13066cb1749/motorclothes-template.jpg);
    background-size: cover;
    box-shadow: 0px 0px 20px 2px black;
}

.aboutheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/22164d73-7a8a-49a3-8c37-316978989b46/about-header.jpg);
    background-size: cover;
    box-shadow: 0px 0px 20px 2px black;
}

.maphoursheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/820c7aca-d61f-423d-a900-414d1d5a4ba6/maphours-header.jpg);
    background-size: cover;
    box-shadow: 0px 0px 20px 2px black;
}

ul.servicelist {
    display: flex;
    flex-wrap: wrap;
}

ul.servicelist li {
    flex: 0 0 25%;
}

@media (max-width: 991px) {
ul.servicelist li {
    flex: 0 0 33%; }
}

@media (max-width: 767px) {
ul.servicelist li {
    flex: 0 0 100%; }
}

.pagesection > div {
    background-color: rgba(0, 0, 0, 0.71);
    padding: 15px;
}

@media (max-width: 767px) {
.pagesection > div {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px; }
}

img.aboutpic {
    float: right;
    width: 40%;
    padding: 0px 0px 0px 15px;
}

@media (max-width: 767px) {
img.aboutpic {
    float: right;
    width: 100%;
    padding: 0px 0px 10px; }
#layout .pagesection .widget .widget-inner {
    margin-top: 0 !important;
}
}

.mapandhourstbl td:last-child {
    padding-left: 20px;
}

@media (max-width: 767px) {
table.mapandhourstbl.k-table {
    margin-bottom: 15px; }
}

@media (max-width: 767px) {
.pagetextwrapper {
    margin-top: -30px; }
}

.aboutwrapper {
    background-color: white;
    color: black;
    padding: 1px 15px 1px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
.maptext {
    text-align: center;
}
.maptext table.mapandhourstbl.k-table { 
    max-width: 350px;
    margin: 0 auto;
}
}

.maphourswrapper {
    display: flex;
    flex-wrap: wrap;
}

.hoursblock {
    flex: 0 0 50%;
}

@media (max-width: 767px) {
.hoursblock {
    flex: 0 0 100%; }
}






/* 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); }
}


/* FEATURED VEHICLES */
.single-item-slider .item-detail .price {
    padding: 0 3%;
    font-family: 'cheddargothichd-regular', sans-serif;
    bottom: 0;
}

.featuredsection > div {
    background-color: black;
}

@media (max-width: 767px) {
.featuredsection > div {
    background-color: transparent; }
.featuredinventory .single-item-slider {
    padding-left: 24px;
    padding-right: 24px;}
}

.featuredinventory h2 {
    text-align: center;
    padding-top: 15px;
    color: #f58220;
}

@media (max-width: 767px) {
.featuredinventory h2 {
    padding-top: 0px; }
}

.featuredinventory {
    border: 3px solid;
}

@media (max-width: 767px) {
.featuredinventory {
    border: none; }
}

@media (max-width: 767px) {
.featuredinventory > div {
    border: 3px solid;
    padding: 10px;
    background-color: black; }
}

.single-item-slider .item {
    background-color: #868686;
    border: none;
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    color: white;
}

@media (min-width: 1200px) {
.single-item-slider .slider-inner .item {
    width: 203px; }
}
 
@media (max-width: 1199px) {
.single-item-slider .slider-inner .item {
    width: 208px; }
}

@media (max-width: 991px) {
.single-item-slider .slider-inner .item {
    width: 208px; }
}

@media (max-width: 767px) {
.single-item-slider .slider-inner .item {
    width: 216px; }
}

.latestreviews h2 {
    text-align: center;
}

.widget-Reviews .single-item-slider .item .item-inner {
    background-color: black;
}

.review-comments {
    color: #fff;
}









/* INVENTORY */
.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }

.inventory-container .vehicle { 
    border-color: transparent;
    transition: .3s; 
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
}

    .inventory-container .vehicle .title a { color: black; }
.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; }
    #filters-box li label { color: #fff; }
#filters-box .panel-heading { border-bottom: none; }

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    background-color: #868686;
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    text-align: center;
    padding-right: 0;
    font-family: 'cheddargothichd-regular', sans-serif;
    color: white;
}

.inventory-container .vehicle .price-box {
    background-color: #868686;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: black;
}

#ModalVehicleInquiry {
    position: fixed;
    top: 3%;
    border: 2px #f58220 solid;
    z-index: 400;
    background-color: black;
}

.searchReturn {
    color: white;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 0;
}

#showroom .section-box {
    background-color: #515151;
}









/* FORMS */

.field-validation-valid {
    color: gray;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

#vehicleInquiryForm > fieldset > div.form-group.vdp-inquire > div > span {
    position: relative;
    top: 0;
    right: 0;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 6px;
    padding-left: 5px;
}

.form-header-text {
    font-family: 'cheddargothichd-regular', sans-serif;
    font-size: 30px;
    color: #f58220;
    text-align: center;
    display: block;
}

.form-control {
    font-size: 12px;
    margin: 5px 0px;
    border-radius: 0;
    background-color: #000000;
    border-left: 1px solid #404040;
    border-bottom: 1px solid #404040;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    color: white;
    transition: .2s;
}

.form-control:hover {
    border: 1px solid #f58220;
}

.form-control:focus {
    border-color: #f58220;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 150, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 162, 102, 0.6);
}

@media (min-width: 768px) {
#Form682 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form683 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px;
}

#Form682 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form683 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form620 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form682 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form683 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form620 > div:nth-child(1) > fieldset > div:nth-child(8) {
    padding: 0px 5px; }
}

.mainform > div {
    background-color: black;
    padding: 10px;
    border: 2px solid #333333;
    margin-top: 15px;
}

@media (max-width: 767px) {
.mainform > div {
    margin-top: 0!important; }
}


.forms-title-section {
    font-size: 16pt;
    font-family: 'cheddargothichd-regular', sans-serif;
    letter-spacing: 1px;
    color: #8e8e8e;
    padding-left: 5px;
    text-align: center;
    display: block;
}

.btn-primary {
    color: #000;
    background-color: #f58220;
    border-color: #f58220;
    font-family: 'cheddargothichd-regular', sans-serif;
    letter-spacing: 1px;
    border-radius: 0;
    background: linear-gradient(149deg, rgba(255,102,0,1) 0%,rgba(245,130,32,1) 50%,rgba(245,130,32,1) 50%,rgba(255,102,0,1) 50%,rgba(245,130,32,1) 100%);
    margin: 11px 0px 0px 5px;
    transition: .2s;
}

.btn-primary:hover {
    color: #000;
    transform: scale(1.1);
    border-color: black;
    background-color: #f58220;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    border-color: black;
    background-color: #f58220;
}

.counterWrapper {
    font-size: 10px;
    color: gray;
}











    
/* 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 { border-color: #777; }
#content-container .panel-heading { color: #eee; }


/* VDP VEHICLE */
.vehicles .k-widget { color: #eee; }

.vdpinquiryheader {
    font-size: 30px;
    font-family: 'cheddargothichd-regular', sans-serif;
    color: #f58220;
    display: block;
    text-align: left;
    margin: -7px 0px -18px;
}

@media (min-width: 768px) {
    .vdpinquiryheader {
        text-align: center;
    }
}

div#VehicleInquiryContainer {
    border: 2px solid #333333;
}

div#DealerLocationContainer label {
    color: #f58220;
    font-family: 'cheddargothichd-regular', sans-serif;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    font-size: 24px!important;
    margin-top: -5px;
}

div#DealerLocationContainer {
    border: 3px solid #333333;
}

.nav-tabs>li>a {
    border: transparent;
    background-color: black;
}









/* ACCORDION */
#content-container .panel-body {
    background-color: #000;
}

.panel-heading .panel-toggle {
    font-family: 'cheddargothichd-regular', sans-serif;
    font-size: 17px;
}








/* KENDO OVERRIDES */
.k-block, .k-widget { background-color: inherit; }
.k-window-content.k-content { color: #333; }

table.k-scheduler-table {
    background-color: black;
    color: white;
}

.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
    background-color: #969696;
}

.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: #848484;
    background-image: linear-gradient(to bottom, #858585, #494949);
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #f58220;
}

.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: #7d7d7d;
}

.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: #7d7d7d;
}

.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: #d6d6d6;
    border-color: #cccccc;
}

.k-scheduler-toolbar>ul>li {
    background-color: #fff0;
    border-color: #ccc;
}

.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: #000;
    background-color: #d6d6d6;
    border-color: #787878;
}







/* FOOTER */
footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

footer.body .our-name { background-image: url(''); }

.footerbackground {
    background-color: black;
    border-top: 3px solid darkgrey;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    padding: 1% 1% 2%;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 767px) {
.footercontainer {
    padding: 1% 6% 2%;}
}

table.footertable.k-table {
    max-width: 350px;
    margin: 0 auto; 
}

@media (min-width: 992px) {
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
}



.footerblock {
    flex: 0 0 23%;
}

@media (max-width: 1199px) {
.footerblock {
    flex: 0 0 23%; }
}


.footerblock h3 {
    padding-bottom: 3px;
    border-bottom: 2px solid darkgrey;
}

table.footertable.k-table {
    width: 100%;
}

div.footerbackground > div > div > div > a.dealer-phone.phone-text {
    font-size: 26px;
    font-family: 'Fjalla One', sans-serif;
}

.footersocial a {
    font-size: 37px;
    padding: 0px 15px 0px 0px;
}

.footeraward img {
    display: block
    margin: 0 auto;
    width: 100%;
    max-width: 448px;
}


input#FilterQuickSearch {
    margin: 0;
}

a.fsocblk img {
    max-height: 46px;
}

.footerlinkblock a {
    display: block;
    margin: 15px 0;
}

@media (min-width: 992px) {
    .footerlinkblock a {
        margin: 0;
    }
}

@media (max-width: 991px) {
.footersocial {
    display: flex;
    justify-content: space-around;
    margin-left: 45px; }
.footersocial a {
    padding: 0 15px; }
}
.footersocial {
    display: flex;
}

@media (max-width: 767px) {
#main-nav .navbar-brand {
    height: 80px;
    margin: -4px 0; }
#main-nav .navbar-toggle {
    padding: 10px; }
}

@media (min-width: 768px) {
.footercontact a {
    font-size: 13px;
}
.footercontact a.dealer-phone.phone-text {
    font-size: 24px !important;
}
}
@media (min-width: 992px) {
.footercontact a {
    font-size: 14px;
}
.footercontact a.dealer-phone.phone-text {
    font-size: 26px;
}
}

/* IRONe Styling */
.ironeContainer {
    background: white;
    color: black;
}
.ironeHeader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6a00e910-ca29-4618-abb5-8b014274bcdb/ironEheader.png);
    background-size: cover;
}
.ironeHeader h1 {
    padding: 270px 20px 2px;
    text-transform: uppercase;
}
.ironeModels {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.ironeModels p {
    flex-basis: 100%;
}
.ironeModels > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 48%;
    padding: 10px;
}
.ironeStyling {
    display: flex;
    flex-wrap: wrap;
    background: black;
    padding: 10px;
    color: white;
    justify-content: space-around;
}
.ironeStyling h2 {
    flex-basis: 100%;
    text-transform: uppercase;
}
.ironeFeatures {
    flex-basis: 31.9%;
    color: black;
    background: white;
    margin: 5px;
}
.ironeFeatures > div {
    padding: 10px;
}
.ironeFeatures h4 {
    text-transform: uppercase;
}
.ironeImagesWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.ironeImages {
    flex: 0 0 33%;
    -ms-flex: 0 0 32%;
    padding: 5px;
}
.ironeFAQ {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10px;
}
.ironeFAQ h1 {
    text-transform: uppercase;
    text-align: center;
}
.FAQ {
    border-top: 2px solid #D3D3D3;
}
.FAQ h3 {
    display: inline-block;
}
.FAQ .fa-plus {
    font-size: 18px;
    border: 1px solid black;
    padding: 4px;
    float: right;
    margin-top: 17px;
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: #D3D3D3;
}
.disclaimerModal {
    position: fixed;
    background: white;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    top: 50px;
    max-height: 70vh;
    overflow: auto;
    max-width: 650px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999999999;
}
.disclaimerModal .topbar {
    float: right;
    width: fit-content;
    min-height: 22px;
    background-color: white;
}
.disclaimerModal .topbar:hover, .disclaimerOpen:hover {
    color: #f60;
    cursor: pointer;
}
.disclaimerModal .topbar span {
    padding: 0 3px;
}
.disclaimerModal .topbar .fa-window-close {
    font-size: 20px;
}
.disclaimerContent h1 {
    text-transform: uppercase;
}
.disclaimerModal .disclaimerContent {
    padding: 20px 50px;
}
.disclaimerModal .disclaimerContent ol {
    padding-left: 20px;
}
.disclaimerModal li {
    margin: 15px 0;
    font-size: 14px;
}
.disclaimerOpen {
    font-size: 12px;
}
.hidden {
    display: none;
}

@media (max-width: 767px) {
    .ironeHeader h1 {
        padding-top: calc(99px + (265 - 99) * ((100vw - 320px) / (768 - 320)));
        font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (768 - 320)));
        color: #f60;
        text-shadow: 2px 2px black;
    }
    .ironeModels ul {
        padding-left: 15px;
    }
    .ironeModels, .ironeStyling {
        display: block;
    }
    .ironeModels h2, .ironeModels h4, .ironeStyling h2, .ironeFeatures h4 {
        text-align: center;
    }
    .ironeFeatures {
        margin: 15px 5px;
    }
    .ironeFeatures img {
        display: block;
        margin: 0 auto;
    }
    .ironeImagesWrapper {
        justify-content: space-around;
    }
    .ironeImages {
        flex: 0 0 50%;
        -ms-flex: 0 0 48%;
    }
    .ironeFAQ {
        width: 100%;
        padding: 0 20px 10px;
    }
    .FAQ h3 {
        width: 90%;
        display: inline-block;
    }
    .FAQ .fa-plus {
        float: none;
        margin-top: 0;
    }
    .disclaimerModal {
        max-width: calc(100vw - 20px);
        top: 130px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px;
    }
    .disclaimerModal .topbar {
        position: fixed;
        right: 20px;
    }
}

@media (min-width: 768px) {
    .ironeHeader h1 {
        font-size: 26px;
    }
}

@media (min-width: 991px) {
    .ironeHeader h1 {
        font-size: 34px;
        padding: 352px 20px 2px;
    }
    .ironeFAQ {
        width: 60%;
    }
    .disclaimerModal {
        max-width: 720px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px 75px;
    }
}

@media (min-width: 1200px) {
    .ironeHeader h1 {
        padding: 420px 20px 2px;
        font-size: 41px;
    }
    .ironeFeatures {
        flex-basis: 19%;
    }
    .ironeFAQ {
        width: 50%;
    }
    .disclaimerModal {
        max-width: 910px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px 100px;
    }
}





/* 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; }








/* EAGLERIDER */

div#eagleRiderTop {
    background: url(https://psmfirestorm.blob.core.windows.net/f428d79f-105c-451d-b70e-8431edbc8acc/eaglerider-bg.jpg) top center no-repeat;
    background-size: cover;
}

div#eagleRiderTopContainer {
    padding-top: 0px;
    padding-bottom: 338px;
    color: white;
}

div#eagleRiderTopText {
    padding: 0 0 0 15px;
    float: left;
    width: 75%;
    min-height: 1px;
    border-right: 2px solid #848484;
}

#eagleRiderTopText > h1 {
    font-size: 24px;
}

#eagleRiderTopText > h4 {
    font-size: 14px;
}

#eagleRiderTopText > p {
    font-size: 12px;
}

div#eagleRiderLeadBtns {
    background: #f88420;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-family: 'H-DLetterpress', 'Khand', Helvetica, Arial, sans-serif;
    font-size: 29px;
    height: 42px;
    line-height: 30px;
    margin: 0 0 15px 0;
    max-width: 105px;
    padding: 0 15px;
    text-transform: uppercase;
}

a.eaglerider-lead-button {
    font-size: 16px;
    display: inline-block;
    margin: 7px 0px 0 0px;
    color: white;
}

div#eagleRiderIcons {
    padding: 0px 15px;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

img.eaglerider-logo-LG {
    padding-top: 7px;
    padding-bottom: 30px;
}

img.eaglerider-logo-SM.first-SM {
    padding-left: 75px;
}


div#eagleRiderBottom {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b3667a25-f8b0-40c4-b834-1dbcb060d898/eaglerider-2.jpg);
    background-repeat: no-repeat;
    background-position: right 90px;
    padding: 40px 0px;
    background-color: white;
    color: black;
}

#eagleRiderBottomContainer > div {
    padding: 0 30px 0 15px;
    background-color: white;
}

#eagleRiderBottomContainer > div > h4 {
    color: #f88420;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

#eagleRiderBottomContainer > div > h2 {
    color: #000000;
    font-family: 'H-DLetterpress', 'Khand', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#eagleRiderBottomContainer > div > ul > li:nth-child(n+1) {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 12px;
    padding-bottom: 20px;
    position: relative;
}

#eagleRiderBottomContainer > div > p {
    font-size: 15px;
}

#callEagleRider {
    padding-top: 30px;
    padding-bottom: 30px;
}

#callEagleRider > p:nth-child(1) {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

#callEagleRider > p:nth-child(2) {
    font-size: 15px;
    margin-bottom: 0;
}


.covidModal {
    width: 90%;
    position: fixed;
    top: 50px;
    z-index: 20000;
    background: white;
    border: 5px solid #f60;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    max-height: calc(100vh - 125px);
    overflow: auto;
    display: none;
    color: black;
}

.closebtn {
    position: absolute;
    right: 15px;
    background: #f60;
    padding: 5px 5px 7px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}


@media (min-width: 420px) {

div#eagleRiderTopText {
       padding: 0 15px;
    }
    div#eagleRiderLeadBtns {
        height: 50px;
        line-height: 40px;
        margin: 0 0 15px 0;
        max-width: 120px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 18px;
    }
    #eagleRiderBottomContainer > div > h2 {
        font-size: 30px;
    }

}




@media (min-width: 532px) {

div#eagleRiderTopContainer {
        padding-top: 25px;
    }
    #eagleRiderTopText > h1 {
        font-size: 28px;
    }
    #eagleRiderTopText > h4 {
        font-size: 16px;
    }
    div#eagleRiderLeadBtns {
        height: 60px;
        line-height: 48px;
        margin: 0 0 15px 0;
        max-width: 135px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 22px;
    }
    #eagleRiderBottomContainer > div > h2 {
        font-size: 36px;
    }
}




@media (min-width: 600px) {

 #eagleRiderTopText > h1 {
        font-size: 36px;
    }

    #eagleRiderTopText > h4 {
        font-size: 18px;
    }
    
    #eagleRiderTopText > p {
        font-size: 14px;
    }
    div#eagleRiderIcons {
        margin-top: 0;
    }

}





@media (min-width: 768px) {

 div#eagleRiderTopText {
       padding: 0 34px;
       width: 70%;
    }
    div#eagleRiderIcons {
        width: 28%;
    }
    div#eagleRiderTopContainer {
        padding-top: 40px;
    }
    div#eagleRiderLeadBtns {
        height: 75px;
        line-height: 65px;
        margin: 0 0 15px 0;
        max-width: 175px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 30px;
    }
    #eagleRiderBottomContainer > div {
        width: 45%;
    }
    #eagleRiderBottomContainer > div > h2 {
        font-size: 40px;
    }
    #eagleRiderBottomContainer > div > ul > li:nth-child(n+1) {
        font-size: 21px;
    }
    #eagleRiderBottomContainer > div > ul > li:nth-child(n+1) {
        padding-left: 35px;
    }
    #callEagleRider {
        padding-bottom: 0px;
    }

}




@media (min-width: 992px) {

div#eagleRiderLeadBtns {
        height: 100px;
        line-height: 96px;
        margin: 0 0 15px 0;
        max-width: 280px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 39px;
        padding: 0px 35px;
    }

}





@media (min-width: 1200px) {

div#eagleRiderLeadBtns {
        height: 100px;
        line-height: 96px;
        margin: 0 0 15px 0;
        max-width: 300px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 39px;
        padding: 0px 45px;
    }
    .footeraward img {
        max-width: 130px;
        margin: 0;
    }
}


@media (min-width: 992px) {
    .headerleft .div1 {
        flex: 0 0 60%;
    }
    .headerleft .div2 {
        flex: 0 0 40%;
    }
    .headerleft .div2 img {
        max-width: 145px;
    }
    .headerleft .div1 a {
        font-size: 14px;
    }
    #main-nav .nav > li > a, .social-media-icons a {
        font-size: 20px;
    }
    .covidModal {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .headerleft .div1 {
        flex: 0 0 50%;
    }
    .headerleft .div2 {
        flex: 0 0 50%;
    }
    .headerleft .div2 img {
        max-width: 143px;
    }
    .covidModal {
        width: 60%;
    }
}




.footer-block .w3-red.btn {
    background-color: #ff6600;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #ff6600;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 18px;
    padding: 2px 10px;
    color: #c3c3c3;
}

.footer-block .btn.active.focus, .footer-block .btn.active:focus, .footer-block .btn.focus, .footer-block .btn:active.focus, .footer-block .btn:active:focus, .footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, .footer-block .btn:focus, .footer-block .btn:hover {
    color: #fff;
}

.footertable td:last-child {
    padding-left: 15px;
}

.footertable {
    margin: auto;
}

@media (min-width: 1200px) {
    table.footertable.k-table {
        font-size: 12px;
    }
}