body {
    font-family: 'Lato', 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: #fff;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #202e63;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}





/* HEADER */

.headerBack {
    position: relative;
}

.headerBack:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/0a2a4882-d5b4-47c9-8e8c-b170795238a5/header-background-3.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: -1;
    background-position: bottom center;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 50px;
    align-items: center;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 50%;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a {
    font-size: 21px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: white;
    padding: 5px;
    margin: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 77%);
    border-radius: 50%;
}

.headerSocial a:hover {
    background-color: #202f63;
    color: white;
}

.headerPhone {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 8px white, 1px 1px 1px white;
}

.headerPhone h5 {
    margin: 0;
    font-size: 30px;
}

.headerPhone .dealer-phone {
    font-size: 35px;
}






/* NAVIGATION */

#main-nav {
    margin-top: -45px;
}

#main-nav .container {
    width: 1470px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d53daa12-c773-487e-bb88-20b9324e982a/nav-background-3.png);
    background-size: cover;
    padding: 15px 0 6px;
}

.navbar-nav>li>a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: white;
    text-shadow: 0 0 3px black, 1px 1px 1px black;
    padding: 15px 10px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0 0 15px black, 1px 1px 1px black, -1px -1px 1px black, -1px 1px 1px black, 1px -1px 1px black;
}

.caret {
    margin-left: 0px;
}





/* CONTENT */

.homeSearch h4 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 23px;
}

.siteSearch {
    width: 600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.siteSearch .form-control {
    font-size: 16px;
    padding: 23px 18px;
    border-radius: 28px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 3px solid #202f63;
    border-right: none;
}

.siteSearch .btn-primary {
    padding: 0 17px;
    font-size: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #202f63;
    margin: 5px 0;
}

.btnSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a88f98fb-9b6f-444c-8459-ba6251b80fa6/btn-back-3.jpg);
    background-size: 100%;
    background-position: left bottom;
    padding: 0% 0 0%;
    background-repeat: no-repeat;
}

.btnContainer {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
}

.btnContainer a {
    margin: 10px;
    padding: 20px 30px;
}

.sliderSection {
    margin-top: 0!important;
}

.p-header {
    height: 250px;
    border-bottom: 5px solid #202f63;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    font-size: 65px;
    background-color: rgb(255 255 255 / 72%);
    padding: 5px 30px;
    width: max-content;
    border-radius: 50px;
    box-shadow: 0 0 10px black;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.maptext h2 {
    margin-top: 0;
}








/* INVENTORY */

.inventoryBanner {
    margin-bottom: 15px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    background-color: #202f63;
    padding: 1px 10px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-weight: 600;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 5px solid #202f63;
}

.inventory-container .vehicle:hover {
    background-color: #d6d6d6;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
    font-family: 'Oswald';
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

a.promo-link {
    color: #000000;
}

a.promo-link:hover {
    color: #202f63;
}

.price-box > text > a:hover {
    color: white;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #fff;
    padding: 15px 0;
}

.inquiryformcontainer,
.locationBox{
    background-color: #e6e6e6;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: 0;
    left: 6px;
}





/* REVIEWS */

.latestReviews {
    margin-bottom: 16%;
    margin-top: 3%;
}

.latestReviews h2 {
    text-align: center;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 241px;
}

.widget-Reviews .single-item-slider .slider-outer, 
.widget-Reviews .single-item-slider .slider-inner .item, 
.widget-Reviews .single-item-slider .slider-inner-container {
    height: 19em;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #202e63;
    border: 3px solid #202f63;
    border-radius: 37px;
    padding: 9px 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 99;
    overflow: hidden;
    margin-top: 8px;
}

.btn-primary:before, 
.btn-primary:after {
    content: '';
    width: 50%;
    height: 100%;
    background-color: white;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: -1;
    transition: .3s;
}

.btn-primary:after {
    right: -50%;
    left: unset;
}

.btn-primary:hover {
    color: #202f63;
    background-color: #202f63;
    border-color: #202f63;
}

.btn-primary:hover:before, 
.btn-primary:hover:after {
    width: 100%;
}

.btn-vdp {
    background-color: red;
    border-color: red;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.mainform {
    height: max-content;
}

.mainform > div {
    padding: 10px;
    background-color: #e6e6e6;
}

.form-header-text {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.form-control {
    font-size: 14px!important;
    border-radius: 0;
    box-shadow: none;
    margin: 5px 0;
    border: 1px solid transparent;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 5px;
}

.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 {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
}








/* FOOTER */

.footerMap {
    position: relative;
    padding-bottom: 11%;
    min-height: 175px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerContainer {
    width: 1000px;
    margin: auto;
    background-color: #202e63;
    color: white;
    padding: 30px;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    margin-top: -22px;
    z-index: 9999;
    position: relative;
    border: 3px solid white;
    box-shadow: 0 0 10px black;
}

.footerContainer a {
    color: white;
}

.footerContainer a:hover {
    color: #c1c1c1;
}

.footerTop {
    display: flex;
    justify-content: space-between;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock .dealer-phone {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    margin: 8px 0px;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footertable td:first-child {
    padding-right: 15px;
    font-weight: 900;
    font-family: 'Oswald';
}

.footerSocial {
    width: 300px;
    display: flex;
    justify-content: space-around;
    margin: -52px 0 -3px 0px;
    padding: 10px;
}

.footerSocial a {
    color: #202e63;
    font-size: 24px;
    padding: 7px 10px;
    background-color: white;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px black;
}

.footerBlock h3 {
    margin-top: 5px;
}

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #202e63;
}

footer.body .copyright .wrapper {
    padding: 20px;
}

.offRoadPage .footerWrapper {
    float: left;
    width: 100%;
}






/* POP-UP GALLERY */
.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%;
	transition: .3s;
}
.slideContainer > div:hover {
    filter: opacity(0.8);
}
.thumbs {
	padding: 4px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
	border: 2px #202f63 solid;
}
#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: 768px) {
	.slideContainer > div {
		flex: 0 0 33%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 80%;
		left: 10%;
		top: 10vh;
	}
}
@media (min-width: 992px) {
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}








/* BREAK POINTS */

@media (max-width: 1499px) {
#main-nav .container {
    width: 1170px;
    padding: 7px 0 6px;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 12px 6px;
}

.headerContainer {
    width: 980px;
}
}




@media (max-width: 1199px) {
#main-nav .container {
    width: 972px;
    padding: 3px 0 0px;
}

.navbar-nav>li>a {
    font-size: 13px;
    padding: 12px 5px;
}

.headerContainer {
    width: 900px;
}

.headerLogo img {
    max-width: 300px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 229px;
}
}




@media (max-width: 991px) {
#main-nav .container {
    width: 748px;
    padding: 3px 0 0px;
}

.headerContainer {
    width: 700px;
    padding: 10px 10px 35px;
}

#main-nav .nav>li>a {
    font-size: 11px;
    padding: 6px 0;
}

.footerContainer {
    width: 700px;
    padding: 15px;
}

.headerLogo img {
    max-width: 200px;
}

.headerBlock {
    flex: 0 0 65%;
}

.headerPhone .dealer-phone {
    font-size: 31px;
}

.headerPhone h5 {
    font-size: 27px;
}

#main-nav {
    margin-top: -30px;
}

.btnContainer {
    width: 73%;
}

.footerSocial {
    margin: -19px 0 -3px 0px;
}

.p-header {
    height: 195px;
}

.p-header h1 {
    font-size: 45px;
}

.siteSearch-M input {
    border: 1px solid gray;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 212px;
}

.latestReviews {
    margin-bottom: 32%;
    margin-top: 3%;
}
}




@media (max-width: 767px) {
.headerContainer {
    width: 100%;
    z-index: 999;
    position: relative;
    padding: 10px;
}

.headerBack:before {
    z-index: 0;
}

.headerSocial {
    display: none;
}

#main-nav .container {
    width: 100%;
    padding: 0 15px;
    background-image: none;
}

.navbar-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d53daa12-c773-487e-bb88-20b9324e982a/nav-background-3.png);
    background-size: cover;
    background-position: center;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 10px 15px;
}

#main-nav {
    margin-top: 0;
}

.navbar {
    border: none;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}

#main-nav .navbar-brand.text {
    font-weight: 600;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 1px black;
}

#main-nav-collapse {
    background-color: #202f63;
}

.siteSearch {
    width: 99%;
}

.footerContainer {
    width: 100%;
    padding: 15px;
    border-left: none;
    border-right: none;
}

.footerTop {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footerSocial {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px;
}

.headerBlock {
    flex: 0 0 37%;
}

.headerPhone .dealer-phone {
    font-size: 5vw;
}

.headerPhone h5 {
    font-size: 4vw;
}

.btnContainer {
    width: 100%;
}

.btnSection .widget .widget-inner {
    margin-top: 0!important;
}

.btnContainer a {
    margin: 10px;
    padding: 3% 4%;
    font-size: 3vw;
}

.sliderSection {
    margin-top: -30px!important;
}

.p-header h1 {
    font-size: 7vw;
}

.p-header {
    height: 100%;
    border-bottom: 5px solid #202f63;
}
}



