body {
    font-family: 'Roboto', 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(https://psmfirestorm.blob.core.windows.net/96eb66c3-d1f5-4aaf-b812-9cc3e51e1631/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/96eb66c3-d1f5-4aaf-b812-9cc3e51e1631/background.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #0056a5;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.container {
    width: 1470px;
}

.topSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/96eb66c3-d1f5-4aaf-b812-9cc3e51e1631/background.jpg);
    margin-top: -25px;
    background-size: cover;
}

.btmSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7ff74ae1-2caf-45f9-ba52-59f93b7ecd92/wood-back-grad.jpg);
    background-size: cover;
    margin-top: 0!important;
}

.topSection .container,
.btmSection .container {
    background-color: rgb(255 255 255 / 75%);
    padding: 100px 15px;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
.custom-page {
    background-color: rgb(255 255 255 / 75%);
    padding: 15px;
    /*box-shadow: 0 0 10px rgb(0 0 0 / 80%);*/
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}









/* HEADER */

header.body {
    background-image: url(https://psmfirestorm.blob.core.windows.net/eab718c4-c6bc-4cea-ac08-c706146da2a9/wood-back.jpg);
    background-size: cover;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.headerContainer div {
    flex: 0 0 33%;
}

.headerInfo {
    text-align: center;
}

.headerInfo a {
    color: #ee3943;
}

.headerInfo a:hover {
    color: black;
}

.headerInfo .dealer-address {
    padding-right: 10px;
}

.headerInfo .dealer-phone {
    display: block;
    font-weight: 700;
    font-size: 30px;
}

.headerSocial {
    display: flex;
    justify-content: flex-end;
}

.headerSocial a {
    font-size: 41px;
    padding: 10px;
}

.headerLogo img {
    max-width: 290px;
}






/* NAVIGATION */

#main-nav {
    background-color: white;
    border-top: 6px solid #ee3943;
    position: relative;
}

#main-nav:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/16b570ab-c0b0-4858-9714-e40ebc9fb209/rope.png);
    background-size: contain;
    width: 100%;
    height: 23px;
    position: absolute;
    background-repeat: repeat-x;
    bottom: -13px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 333;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #eee0;
    color: black;
}






/* CONTENT */

.siteSearch {
    width: 500px;
    display: flex;
    margin: auto;
}

.siteSearch .form-control {
    border-radius: 25px 0 0 25px;
    padding: 21px 10px;
    border: 4px solid #ee3943;
    border-right: none;
    margin: 0;
}

.siteSearch button {
    background-color: #ee3943;
    border: 4px solid #ee3943;
    border-radius: 0 25px 25px 0;
    font-size: 20px;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 45px;
}

.btnContainer a {
    flex: 0 0 32%;
    position: relative;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnContainer h3 {
    text-align: left;
    position: absolute;
    bottom: 22px;
    margin: 0;
    left: 42px;
    font-size: 62px;
    color: #ee3943;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
    line-height: 46px;
}

.btnContainer h3 span {
    display: block;
    color: white;
    font-size: 36px;
}

.btnContainer img {
    filter: brightness(0.8);
    transition: .3s;
}

.btnContainer a:hover img {
    filter: none;
}

.homeSlider {
    margin-top: 30px;
}

.homeAbout {
    text-align: center;
}

.homeAbout h4 {
    font-size: 50px;
    text-transform: uppercase;
    color: #ee3943;
}

.homeAbout p {
    font-size: 17px;
    line-height: 39px;
}

.p-header {
    position: relative;
    margin-bottom: 30px;
    height: 400px;
}

.p-header:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/16b570ab-c0b0-4858-9714-e40ebc9fb209/rope.png);
    background-size: contain;
    width: 100%;
    height: 23px;
    position: absolute;
    background-repeat: repeat-x;
    bottom: -13px;
    left: 0;
}

.p-header h1 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 68px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    padding: 20px 0 10px;
    text-shadow: 0 0 3px white, 1px 1px 1px white;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.about-pic {
    float: right;
    padding: 0 0 15px 15px;
    width: 45%;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 83%;
    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;
}

p.altApp {
    background-color: #d8d8d8;
    padding: 10px;
    border-radius: 10px;
}


.slideContainer {
	display: flex;
	flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
}
.slideContainer > div {
	flex: 0 0 50%;
}
.thumbs {
	padding: 5px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
    width: 100%;
}
#overlay {
	position: fixed;
	display: none;
	z-index: 199;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}

#largeView {
	position: fixed;
	display: none;
	width: 90%;
	left: 5%;
	top: 25vh;
	z-index: 200;
	border-radius: 12px;
}
@media (min-width: 992px) {
	.slideContainer > div {
		flex: 0 0 33%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 80%;
		left: 10%;
		top: 10vh;
	}
}
@media (min-width: 992px) {
	.slideContainer > div {
		flex: 0 0 50%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}






/* FEATURED INVENTORY */

.featuredInventory h2,
.latestReviews h2 {
    width: max-content;
    margin: 25px auto;
    text-transform: uppercase;
    color: #0056a5;
    font-size: 50px;
    position: relative;
    text-align: center;
}

.featuredInventory h2:before, 
.featuredInventory h2:after,
.latestReviews h2:before,
.latestReviews h2:after {
    content: '';
    width: 300px;
    height: 5px;
    background-color: red;
    position: absolute;
    top: 26px;
}

.featuredInventory h2:before {
    left: -59%;
}

.featuredInventory h2:after {
    right: -59%;
}

.latestReviews h2:before {
    left: -78%;
}

.latestReviews h2:after {
    right: -78%;
}

.featuredInventory {
    margin-bottom: 45px;
}

.latestReviews {
    margin-top: 45px;
}

.single-item-slider .slider-outer {
    height: 300px;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.single-item-slider .img-container {
    height: 165px;
}

.single-item-slider .item {
    background-color: rgb(2 86 165);
    border: none;
}

.single-item-slider .item-detail .name {
    color: white;
}

.single-item-slider .item-detail .price {
    padding: 0 2%;
    color: #ee3943;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    font-style: italic;
}

.latestReviews .single-item-slider .item {
    background-color: rgb(255 255 255);
}






/* FORMS */

.btn-primary {
    color: #000;
    position: relative;
    border-radius: 0;
    background-color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 6px;
    transition: .3s;
    z-index: 9;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.btn-primary:before {
    content: '';
    position: absolute;
    border: #ee3943 solid 2px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    transition: .3s;
    z-index: -1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary:hover:before {
    border: 21px solid #ee3943;
}

.btn-sec:hover:before {
    border: 25px solid #ee3943;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #0256a5;
    padding: 10px;
    background-size: cover;
    color: white;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    box-shadow: none;
    transition: .3s;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #0255a5;
    color: white;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea,
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
}

.customForm textarea {
    width: 100%;
}

.customForm label {
    padding-right: 7px;
}

@media (min-width: 768px) {
#Form1754 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1754 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1863 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+6),
#Form1863 > div:nth-child(1) > fieldset > div:nth-child(n+8):nth-child(-n+13) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1754 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1863 > div:nth-child(1) > fieldset > div:nth-child(n+14) {
    padding: 0 5px;
}
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.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 {
    text-align: center;
    white-space: nowrap;
    font-size: 25px;
    padding: 3px 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: #ee3943;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #0056a5;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px 5px 15px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-image {
    width: 100%;
}

.inventory-container .vehicle-box {
    border: 3px solid white;
}

#vdp-container .images-container {
    max-width: unset;
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #f1f1f1;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #0056a5;
}

.footerWrapper {
    position: relative;
    background-color: white;
}

.footerWrapper:before {
    content: "";
    background-image: url(https://psmfirestorm.blob.core.windows.net/16b570ab-c0b0-4858-9714-e40ebc9fb209/rope.png);
    background-size: contain;
    width: 100%;
    height: 23px;
    position: absolute;
    background-repeat: repeat-x;
    top: -13px;
}

.footerWrapper:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/eab718c4-c6bc-4cea-ac08-c706146da2a9/wood-back.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: opacity(0.5);
}

.footerContainer {
    position: relative;
    z-index: 444;
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.footerInfo img, 
.footerInfo .dealer-phone {
    display: block;
}

.footerContainer a {
    font-weight: 700;
}

.footerInfo {
    text-align: center;
}

.footerInfo img {
    padding: 15px;
}

.footerInfo .dealer-phone {
    font-size: 30px;
    color: #ee3943;
}

.footerBlock h3 {
    text-transform: uppercase;
    color: #ee3943;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.footerBlock a {
    font-weight: 400;
    text-transform: uppercase;
}

.footerSocial {
    display: flex;
    justify-content: center;
}

.footerSocial a {
    font-size: 45px;
    padding: 10px;
}

.footerInfo .dealer-address {
    padding-right: 10px;
}



/* BREAKPOINTS */

@media (max-width: 1499px) {
.container {
    width: 1170px;
}

.headerContainer,
.footerContainer {
    width: 1017px;
}

.homeAbout p {
    font-size: 15px;
    line-height: 26px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.p-header {
    height: 300px;
}

.mapWrapper {
    padding-bottom: 105%;
}
}




@media (max-width: 1199px) {
.headerContainer, 
.footerContainer {
    width: 890px;
}

.container {
    width: 970px;
}

.featuredInventory h2:before, 
.featuredInventory h2:after, 
.latestReviews h2:before, 
.latestReviews h2:after {
    width: 180px;
}

.featuredInventory h2:before {
    left: -38%;
}

.featuredInventory h2:after {
    right: -38%;
}

.latestReviews h2:before {
    left: -49%;
}

.latestReviews h2:after {
    right: -49%;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.navbar-nav>li>a {
    padding: 15px 10px;
}

.headerContainer div {
    flex: 0 0 auto;
}

.btnContainer h3 {
    bottom: 16px;
    left: 21px;
    font-size: 48px;
    line-height: 37px;
}

.btnContainer h3 span {
    font-size: 34px;
}

.homeAbout p {
    font-size: 13px;
    line-height: 18px;
}

.p-header {
    height: 250px;
}

.p-header h1 {
    font-size: 60px;
}

.mapWrapper {
    padding-bottom: 128%;
}
}





@media (max-width: 991px) {
.container {
    width: 748px;
}

.headerContainer, 
.footerContainer {
    width: 690px;
}

.headerLogo img {
    max-width: 174px;
}

#main-nav .nav>li>a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
}

.topSection .container, 
.btmSection .container {
    padding: 50px 15px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerContainer div {
    margin: 15px 0;
    line-height: 33px;
}

.featuredInventory h2:before, 
.featuredInventory h2:after, 
.latestReviews h2:before, 
.latestReviews h2:after {
    width: 60px;
}

.featuredInventory h2:before {
    left: -14%;
}

.featuredInventory h2:after {
    right: -14%;
}

.latestReviews h2:before {
    left: -18%;
}

.latestReviews h2:after {
    right: -18%;
}

.p-header {
    height: 230px;
}

.p-header h1 {
    font-size: 40px;
}

.mapWrapper {
    margin-top: 25px;
    padding-bottom: 43%;
}
}






@media (max-width: 767px) {
.container,
.headerContainer, 
.footerContainer {
    width: 100%;
}

.siteSearch {
    width: 98%;
}

.featuredInventory h2:before, 
.featuredInventory h2:after, 
.latestReviews h2:before, 
.latestReviews h2:after,
.headerContainer {
    display: none;
}

.featuredInventory h2, 
.latestReviews h2 {
    width: 100%;
    font-size: 26px;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.btnContainer {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0;
}

.btnContainer a {
    flex: 0 0 48%;
    position: relative;
    margin: 1% 0;
}

.btnContainer h3 {
    bottom: 9%;
    left: 8%;
    font-size: 6vw;
    line-height: 6vw;
}

.btnContainer h3 span {
    font-size: 5vw;
}

#main-nav:after {
    height: 14px;
}

.topSection .container, 
.btmSection .container {
    padding: 25px 15px;
}

.footerInfo .dealer-address {
    display: block;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
}

.about-pic {
    float: right;
    padding: 0 0 15px 15px;
    width: 60%;
}

.mapWrapper {
    margin-top: 0;
    padding-bottom: 106%;
}
}








