body {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #000;
}

@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: #ffffff url() no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url() no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #f00;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #626262;
    text-decoration: none;
}

.videoSection {
    background-color: white;
    z-index: 0;
    position: relative;
    margin-top: -25px;
    padding: 0 0 3%;
}

.oemSection {
    margin-top: 0!important;
}

.aboutSection {
    background-color: black;
    color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/abbe1f90-12c1-4cbe-be3b-0785481eddf0/background-dark-75.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 5% 3% !important;
    border-radius: 30px;
    padding: 60px 0;
}









/* HEADER */

header.body {
    background-color: white;
    position: relative;
}

.headerBlockBack {
    background-color: #f0f0f0;
}

.headerBlockContainer {
    width: 1300px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    text-transform: uppercase;
}

.headerBlockBack a {
    color: black;
}

.headerBlockBack a:hover {
    color: #444444;
}

.headerRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
}

.headerLogo {
    position: absolute;
    z-index: 4444;
    top: 10px;
}

.headerLogo img {
    max-width: 348px;
}

.siteSearch {
    display: flex;
    width: 260px;
    margin-right: 15px;
}

.siteSearch .form-control {
    border-radius: 7px 0 0 7px;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    border-right: none;
    margin: 0;
}

.siteSearch .btn-primary {
    background-color: white;
    border: 1px solid #c6c6c6;
    color: black;
    border-radius: 0 7px 7px 0;
    border-left: none;
    margin: 0;
}

.headerInfo .dealer-phone {
    font-weight: 700;
    margin-right: 15px;
    color: red;
}

.headerInfo .dealer-address {
    margin-right: 6px;
    position: relative;
}

.headerInfo .dealer-address:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #b6b6b6;
    position: absolute;
    right: -2px;
}

.headerSocial,
.footersocial {
    display: flex;
    justify-content: space-around;
}

.headerSocial a,
.footersocial a {
    padding: 6px;
}

.headerSocial img,
.footersocial img {
    filter: brightness(0);
    max-width: 35px;
}

.headerSocial a:hover,
.footersocial a:hover {
    filter: opacity(0.5);
    color: black!important;
}

.headerBtns a {
    color: white;
    margin-left: 15px;
}










/* NAVIGATION */

.navbar-nav > li > a {
    text-transform: uppercase;
    color: black;
    font-size: 18px;
}

.navbar-nav > li > a:before {
    content: '';
    width: 0;
    height: 5px;
    background-color: red;
    position: absolute;
    top: 0;
    left: 50%;
    transition: .3s;
    transform: translateX(-50%);
}

.navbar-nav > li > a:hover:before {
    width: 100%;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
}
}







/* CONTENT */

.btnContainer {
    width: 1480px;
    margin: 100px auto 0px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    position: relative;
    z-index: 444444444;
    padding-right: 5%;
}

.btnContainer a {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 15px;
    margin: 20px;
    color: black;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.78) 0px 0px 10px;
    width: 357px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.btnContainer a:before, 
.btnContainer a:after {
    content: '';
    width: 0;
    height: 100%;
    background-color: red;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btnContainer a:after {
    left: unset;
    right: 0;
}

.btnContainer a:hover:before, 
.btnContainer a:hover:after {
    width: 50%;
}

.btnContainer a:hover {
    color: white;
}

.btnContainer h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
}

.btnContainer h3 span {
    font-weight: 700;
}

.oemWrapper {
    background-color: white;
}

.oemContainer {
    width: 1480px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
}

.oemContainer a {
    padding: 10px;
}

.oemContainer img {
    max-height: 50px;
}

.homeSlider div {
    border-radius: 15px;
}

.aboutWrapper {
    width: 730px;
    margin: auto;
}

.aboutWrapper h1 {
    font-weight: 400;
    text-align: center;
    font-size: 50px;
}

.aboutWrapper h1 .dealer-name {
    font-weight: 700;
    color: #dd0300;
}

.aboutContainer {
    line-height: 30px;
    text-align: justify;
}

.service-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e4ea0b85-7add-497f-95ac-be2fa14c99a8/service-header-3.jpg);
}

.finance-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e2e5637b-fd0f-419e-84bc-ad36b2a281c6/finance-header.jpg);
}

.about-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e04f477f-eee9-4016-9950-4a3902a26465/about-header.jpg);
}

.map-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/aa5cf1da-5eac-4041-898d-bd9ff0bc7413/map-header.jpg);
}

.p-header {
    background-attachment: fixed;
    background-size: contain;
    background-size: 1180px;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 100px 0;
}

.p-header h1 {
    width: max-content;
    margin: auto;
    background-color: white;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px black;
    font-size: 50px;
}

.p-header h1 span {
    font-weight: 400;
}

.jumbotron {
    background-color: transparent;
}

#creditAppForm section {
    background: #f4f4f4!important;
}

.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: red;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff0100;
}

.k-pager-wrap .k-link:hover {
    color: red;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: transparent;
}

.department .title {
    border: 1px solid #ededed;
    background: #fbd512;
    color: black;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    padding: 2px;
}




/* SIBLING FADE: fade out siblings around a hovered item */

.sibling-fade {
  visibility: hidden;
}
/* Prevents :hover from triggering in the gaps between items */

.sibling-fade > * {
  visibility: visible;
}
/* Brings the child items back in, even though the parent is `hidden` */

.sibling-fade > * {
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}
/* Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items */

.sibling-fade:hover > * {
  opacity: 0.4;
  transform: scale(0.9);
}
/* Fade out all items when the parent is hovered */

.sibling-fade > *:hover {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms, 0ms;
}








/* INVENTORY */

.remove-all-filters-link {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 3px 7px;
    border-radius: 5px;
    bottom: -5px;
    display: block;
}

.inventory-container .price-compare-line {
    border-bottom: none;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price a {
    font-size: 19px;
    padding: 2px 10px 3px;
    bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: red;
    color: white;
    border-radius: 8px;
    margin: auto;
    display: block;
    width: max-content;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
    border-radius: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #e7e7e7;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}

.modal {
    z-index: 12050;
}

.inventory-container .vehicle .price-label {
    padding-top: 0;
}

.inventory-container .vehicle-box {
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    border-radius: 10px;
    padding-bottom: 10px;
}

.inventory-container .vehicle .thumb {
    border-radius: 10px 10px 0 0;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: red;
    border: none;
    transition: .3s;
    text-transform: uppercase;
    margin: 10px 0;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.btn-sec {
    font-size: 18px;
    display: block;
    margin: 10px auto;
    width: max-content;
}

.btn-primary:before, 
.btn-primary:after {
    content: '';
    width: 0;
    height: 100%;
    background-color: black;
    transition: .3s;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.btn-primary:after {
    left: unset;
    right: 0;
}

.btn-primary:hover,
.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,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: white!important;
    background-color: red;
}

.btn-primary:hover:before, 
.btn-primary:hover:after {
    width: 50%;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 8px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
    font-weight: 400;
    margin-bottom: 4px;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #f4f4f4;
    border-radius: 10px;
}

.locationBox {
    margin-top: 25px;
}


@media (min-width: 768px) {
#Form2279 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form2282 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2282 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2279 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form2282 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}









/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 775px!important;
}

.tv {
    position: relative;
    top: 0;
    z-index: -1;
    width: 96%;
    overflow: hidden;
    margin: auto;
    border-radius: 30px;
    height: 775px;
}



.home-search-section {
/*	background-image: url( [ THIS IS YOUR FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
	background-size: cover;
	background-position: center;
	margin-top: -30px;
}

.cover {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 75%;
}

.cover .search-div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	opacity: 0;
	transition: opacity 0.5s;
}

.vidBox .screen.active {
	opacity: 1;
}
div.home-section1 {
	position: relative;
	display: block;
	float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 400px!important;
}
.cover .search-div {
	position: relative;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	width: 60%;
}
/*.vidBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/
.cover input, 
.cover button {
	font-size: 24px; /*!important;*/
	height: unset;
}
/* END VIDEO BACKGROUND STYLES */







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #f4f4f4;
    color: #000;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footercontainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 45px 15px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
}

.footercontainer:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #dadada;
    position: absolute;
    top: 20px;
}

.footercontainer a {
    color: black;
}

.footercontainer a:hover {
    color: red;
}

.footercontainer .btn-primary {
    color: white;
    display: block;
    width: max-content;
    margin-top: 15px;
}

.footerblock .dealer-phone {
    font-weight: 700;
    font-size: 22px;
}

.footertable td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerblock ul {
    list-style: none;
    padding: 0 0 0 15px;
}

.footerblock a li:before {
    content: "";
    width: 9px;
    height: 3px;
    background-color: red;
    position: relative;
    left: -5px;
    top: -4px;
    display: inline-block;
    transition: .3s;
}

.footerblock a:hover li:before {
    width: 15px;
}

.footercontainer div:nth-child(3) {
    flex: 0 0 18%;
}






/* BREAKPOINTS */

@media (max-width: 1499px) {
.oemContainer,
.btnContainer,
.headerBlockContainer {
    width: 1180px;
}

.headerLogo img {
    max-width: 309px;
}

.siteSearch {
    width: 250px;
}

.btnContainer {
    margin: 30px auto 0px;
}

.videoWidget,
.tv {
    height: 600px!important;
}
}




@media (max-width: 1199px) {
.oemContainer,
.btnContainer,
.headerContainer,
.headerBlockContainer,
.footercontainer {
    width: 970px;
}

.headerLogo {
    top: unset;
    bottom: 5px;
}

.headerLogo img {
    max-width: 137px;
}

.btnContainer a {
    margin: 12px;
}

.videoWidget, 
.tv {
    height: 500px !important;
}

.btnContainer h3 {
    font-size: 30px;
}

.p-header {
    background-size: 980px;
}

.mapWrapper {
    padding-bottom: 129%;
}
}





@media (max-width: 991px) {
.oemContainer,
.btnContainer,
.headerContainer,
.headerBlockContainer,
.footercontainer {
    width: 740px;
}

.siteSearch {
    width: 220px;
}

.headerInfo {
    display: flex;
    flex-flow: column;
    align-items: center;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 15px 10px;
}

.btnContainer {
    padding-right: 3%;
}

.btnContainer a {
    margin: 9px 15px;
    width: 265px;
    padding: 12px;
}

.btnContainer h3 {
    font-size: 24px;
}

.videoWidget, 
.tv {
    height: 400px !important;
}

.p-header {
    background-size: 740px;
    padding: 68px 0px;
}

.p-header h1 {
    font-size: 40px;
}

.siteSearch-M input {
    background-color: #f0f0f0;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}




@media (max-width: 767px) {
.oemContainer,
.btnContainer,
.headerContainer,
.headerBlockContainer,
.footercontainer {
    width: 100%;
}

.videoSection {
    margin-top: -20px;
}

.headerBlockContainer {
    padding-bottom: 0;
}

.aboutWrapper {
    width: 94%;
    margin: auto;
}

.footercontainer {
    flex-flow: column;
    align-items: center;
}

.headerInfo a:nth-child(2),
.headerSocial {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerBlockContainer {
    flex-wrap: wrap;
}

.siteSearch {
    flex: 0 0 95%;
    margin-right: 0;
}

.headerLogo {
    position: relative;
    top: 7px;
    bottom: unset;
    padding-left: 15px;
}

.headerBlockContainer {
    flex-wrap: wrap;
    justify-content: center;
}

#main-nav {
    margin-top: -55px;
}

.videoWidget, 
.tv {
    height: 200px !important;
}

.btnContainer {
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 2%;
    margin-top: 4%;
}

.btnContainer a {
    margin: 1%;
    width: unset;
    padding: 4% 2%;
    flex: 0 0 47%;
}

.btnContainer h3 {
    font-size: 4.4vw;
}

.videoWidget, 
.tv {
    height: 100% !important;
}

.cover {
    height: 0 !important;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    flex: 0 0 33%;
    text-align: center;
    padding: 15px 5px;
}

.oemContainer img {
    max-height: 30px;
}

.headerLogo img {
    max-width: 200px;
}

.aboutSection {
    padding: 20px 0px;
}

.aboutWrapper h1 {
    font-size: 30px;
}

.p-header h1 {
    font-size: 7vw;
    padding: 2% 3%;
}

.p-header {
    background-size: 855px;
    padding: 9% 0px;
    margin-bottom: 0px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.footerblock {
    margin: 20px 0;
}
}









