body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/2d7a40a7-a89a-431e-ae76-225c8e816cdc/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/2d7a40a7-a89a-431e-ae76-225c8e816cdc/background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        /*background-position: bottom;*/
    }
}

a,
a.promo-link {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #af0001;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

#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: rgb(255 255 255 / 74%);
    padding: 15px;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a1c23cb9-9c8a-4aae-a53b-f3d144ae0a0b/mountain-family-hero-lg.jpeg);
    margin-top: 0!important;
    background-size: cover;
    background-position: center left;
    padding: 4% 0;
    position: relative;
    margin-bottom: -30px;
}

.aboutSection:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgb(255 255 255 / 18%) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.aboutSection .container {
    width: 1470px;
}






/* HEADER */

header.body {
    background-color: white;
    border-bottom: 5px solid #d0d0d0;
    box-shadow: 0 0 10px black;
}

.header-container {
    width: 1470px;
    margin: auto;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
}

.header-block .header-sec {
    display: block;
    text-transform: uppercase;
    font-style: italic;
    position: relative;
    padding: 0 5px;
    width: max-content;
    z-index: 2;
}

.header-block .header-sec:before {
    content: '';
    width: 100%;
    height: 6px;
    background-color: #d0d0d0;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
}

.header-block {
    padding: 8px 15px;
}

.header-block .dealer-phone {
    font-size: 34px;
    line-height: 44px;
    color: #af0001;
}

.header-block .dealer-address {
    display: block;
    line-height: 13px;
    margin-top: 7px;
}

.header-social a {
    font-size: 33px;
    line-height: 41px;
}

.header-logo {
    flex: 0 0 30%;
}

.header-container a:hover {
    color: #7e7e7e;
}

a.headerRecall {
    flex: 0 0 14%;
    text-align: center;
    background-color: #faff00;
    padding: 5px;
    margin: 10px;
    box-shadow: -18px 0px 26px -21px rgb(0 0 0 / 60%), 18px 0px 26px -21px rgb(0 0 0 / 60%);
}

a.headerRecall h4 {
    font-size: 23px;
    margin-bottom: 0;
}

a.headerRecall h4 span {
    display: block;
    font-size: 18px;
}






/* NAVIGATION */

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    padding: 15px 10px;
    transition: .3s;
    color: black;
}

.caret {
    margin-left: -1px;
    border-top: 6px dashed;
    color: #af0001;
}

#inventory-page .caret {
    margin-left: 5px;
    border-top: 4px dashed;
    color: #000000;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #af0001;
}

.social-media-icons {
    display: none;
}







/* CONTENT */

.h-btn-container {
    display: flex;
    justify-content: space-between;
}

.h-btn-container a {
    flex: 0 0 23%;
}

.h-btn-block {
    text-align: center;
    border: 5px solid #d0d0d0;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 21px 0 10px;
    position: relative;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

.h-btn-block:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d0d0d0;
    transform: translateX(-50%) rotate(45deg);
    transition: .6s;
}

.h-btn-container a:hover .h-btn-block:before {
    width: 275px;
    height: 275px;
}

.h-btn-block h2 {
    margin: 0 0 5px;
    line-height: 28px;
    z-index: 2;
    position: relative;
    transition: .3s;
}

.h-btn-block h2 span {
    display: block;
}

.h-btn-block > span {
    font-weight: 100;
    text-transform: uppercase;
    font-style: italic;
    z-index: 2;
    position: relative;
    transition: .3s;
}

.h-btn-container a:hover h2, 
.h-btn-container a:hover span {
    color: black;
}

.type-wrapper {
    background-color: white;
    box-shadow: 0 0 10px black;
}

.type-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    padding: 30px 10px;
}

.type-text span {
    font-weight: 100;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
    filter: opacity(0);
    transition: .3s;
}

.type-container a:hover .type-text span {
    filter: opacity(1);
}

.type-text h3 {
    margin: 0;
    color: #af0001;
}

.type-container a img {
    transition: .3s;
}

.type-container a:hover img {
    transform: translateY(-20px);
}

.homeslider > div {
    box-shadow: 0 0 10px black;
}

.p-header {
    position: relative;
    border-bottom: 4px solid #af0001;
    margin-bottom: 15px;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    color: white;
    font-size: 50px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
    padding: 38px 0 5px;
    text-shadow: 2px 2px 2px black;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.mapWrapper {
    position: relative;
    padding-bottom: 32%;
    margin-top: 30px;
}

.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.reviews-widget {
    order: 2;
}

.homeslider {
    order: 1;
}

.videoWrapper {
    box-shadow: 0 0 10px black;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {
    text-align: center;
    border: 5px solid #d0d0d0;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 10px 15px;
    position: relative;
    box-shadow: 0 0 10px black;
}

.videoContainer h3 {
    text-align: center;
    font-size: 28px;
    margin: 9px 15px 12px;
}

.siteSearch {
    width: 500px;
    display: flex;
    margin: 30px auto;
}

.siteSearch .form-control {
    transform: skewX(-15deg);
    margin: 0;
    border: 3px solid black;
}

.siteSearch .btn-primary {
    margin: 0;
}

.siteSearch .btn-primary:hover {
    transform: skewX(-15deg);
    border-color: black;
}

.btnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.btnContainer a {
    text-align: center;
    border: 5px solid #d0d0d0;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 21px 0 10px;
    position: relative;
    box-shadow: 0 0 10px black;
    overflow: hidden;
    flex: 1 0 22%;
    margin: 12px;
    z-index: 4;
    position: relative;
}

.btnContainer a:nth-child(1), 
.btnContainer a:nth-child(2) {
    flex: 1 0 47%;
}

.btnContainer a:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d0d0d0;
    transform: translateX(-50%) rotate(45deg);
    transition: .6s;
    z-index: -1;
}

.btnContainer a:hover:before {
    width: 275px;
    height: 275px;
}

.btnContainer a:nth-child(1):hover:before,
.btnContainer a:nth-child(2):hover:before {
    width: 800px;
    height: 800px;
}

.btnContainer h2 {
    font-size: 30px;
    margin-top: 0;
}

.btnContainer a:nth-child(1) h2, 
.btnContainer a:nth-child(2) h2 {
    font-size: 40px;
}

.btnContainer a h2 span {
    display: block;
}

.btnContainer > a > div > span {
    font-weight: 100;
    text-transform: uppercase;
    font-style: italic;
    z-index: 2;
    position: relative;
    transition: .3s;
}

.homeAbout a {
    color: #af0200;
    border-bottom: 3px solid;
}

.homeAbout a:hover {
    color: black;
    border-color: #af0200;
}

.homeAbout > span {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    display: block;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px white;
}

.homeAbout h1 {
    text-align: center;
    text-shadow: 0px 0px 4px white;
    margin-top: 0;
    margin-bottom: 5px;
}

.homeWrapper p {
    text-align: justify;
    text-shadow: 0 0 3px white;
    font-weight: 700;
    font-size: 15px;
}

.oemContainer {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 25px 0;
}

.oemContainer a {
    padding: 0 30px;
}

.oemContainer img {
    max-height: 55px;
}







/* FEATURED INVENTORY */

.single-item-slider .item-detail .name {
    font-weight: 100;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 0;
}

.featuredinventory > div,
.reviews-widget > div {
    padding: 15px 14px;
    background-color: rgba(255, 255, 255, 0.89);
    border: 5px solid #d0d0d0;
    box-shadow: 0 0 10px black;
}

.featuredinventory {
    height: max-content;
}

.single-item-slider .slider-inner .item {
    width: 197px;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: none;
}

.featuredinventory h2,
.reviews-widget h2 {
    text-align: center;
}




/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
    background-color: white;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 19px;
    padding-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

#vehicleList > div {
    margin: 0;
    padding: 25px 10px;
}

.vehicle-box {
    border: 5px solid #d0d0d0;
    box-shadow: 0 0 10px black;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transform: scale(1.03);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    min-height: 56px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .price-box {
    background-color: #af0001;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    padding: 5px 10px;
    box-shadow: 0 0 5px black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}






/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 15px;
    border: 5px solid #d0d0d0;
    box-shadow: 0 0 10px black;
}

.form-control {
    font-size: 14px!important;
    border-radius: 0!important;
    background-color: #ffffff;
    margin: 5px 0;
    border: 1px solid transparent;
    box-shadow: none;
    border-bottom: 1px solid #d0d0d0;
    transition: .3s;
}

.form-control:hover,
.form-control:focus {
    background-color: #f2f2f2;
    border-color: #af0001;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 102 102 / 60%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 102 102 / 60%);
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    position: relative;
    z-index: 2;
    width: max-content;
    padding: 0 10px;
    color: #af0001;
}

.form-header-text:before {
    content: '';
    width: 100%;
    height: 13px;
    background-color: #d0d0d0;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
}

.PolarisForm .form-header-text:before {
    display: none;
}

.customForm .form-header-text {
    font-size: 26px;
}

.customForm label {
    font-size: 15px;
}

.inquiryformcontainer .panel-body {
    padding: 10px;
}

.forms-title-section {
    font-size: 19px;
    text-align: center;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

@media (min-width: 768px) {
#Form1299 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1299 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1299 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    display: block;
    width: max-content;
    margin: 10px auto 5px;
    transform: skewX(-15deg);
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
}

.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: #fff;
    background-color: #af0001;
    border-color: #af0001;
    transform: skewX(0deg);
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    padding: 3px 4px;
    border-radius: 0;
    background-color: #ffffff;
    margin: 5px 0;
    border: 1px solid transparent;
    box-shadow: none;
    border-bottom: 1px solid #d0d0d0;
    transition: .3s;
}

.customForm textarea:hover, 
.customForm input:hover, 
.customForm select:hover,
.customForm textarea:focus, 
.customForm input:focus, 
.customForm select:focus {
    background-color: #f2f2f2;
    border: 1px solid #af0001;
}

.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, 
.locationBox {
    background-color: white;
    border: 5px solid #d0d0d0;
    box-shadow: 0 0 10px black;
    font-size: 15px;
}

.locationBox {
    margin-top: 30px;
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #848484;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(231, 231, 231) 100%);
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

footer.body .copyright .wrapper {
    border-top: 2px solid #eaeaea;
}

.footer-wrapper {
    background-color: white;
    border-top: 5px solid #d0d0d0;
}

.footer-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    color: black;
    padding: 30px 15px;
    /* flex-direction: column; */
    text-align: center;
    /* align-items: flex-start; */
    flex-wrap: wrap;
}

.footer-container h4 {
    display: block;
    text-transform: uppercase;
    font-style: italic;
    position: relative;
    padding: 0 5px;
    width: max-content;
    z-index: 2;
    font-weight: 100;
    margin: 10px auto;
}

.footer-container h4:before {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #d0d0d0;
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footerInfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-block {
    padding: 0 15px;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    font-size: 37px;
    line-height: 43px;
    color: #af0001;
}

.footer-container a:hover {
    color: #7e7e7e;
}

.footerBlock table td:first-child {
    padding-right: 15px;
}

.footerBlock table {
     margin: 0 auto;
}

.footer-links li {
    padding: 15px 0;
}

.siteSearch-M button {
    margin-left: -5px !important;
}

#Form1300 > div:nth-child(1) > fieldset > div:nth-of-type(-n + 3) {
    display: flex;
    align-items: end;
}

#Form1300 > div:nth-child(1) > fieldset > div input {
    margin-right: 5px;
}

.single-item-slider .slider-outer {
    height: 236px;
}


@media (max-width: 767px) {
    .type-container, .h-btn-container {
        flex-wrap: wrap;
    }
    .header-logo, .header-logo img, .header-right .header-block:nth-child(n + 2), .header-block > .header-sec {
        display: none;
    }
    .type-container a {
        flex: 0 0 50%;
        margin: 5px 0;
        padding: 0 7px;
    } 
    .type-text h3 {
        font-size: 5vw;
    }
    .single-item-slider {
        padding-left: 10px;
        padding-right: 10px;
    }
    .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .single-item-slider .slider-outer {
        height: 216px;
    }
    .reviews-widget h2 {
        font-size: 26px;
    }
    .featuredinventory h2 {
        font-size: 20px; 
    }
    .h-btn-container a {
        flex: 0 0 50%;
        padding: 5px;
    }
    .h-btn-block h2 {
        font-size: 5vw;
        line-height: 6vw;
    }
    .h-btn-block > span {
        font-size: 3.5vw;
    }
    header.body {
        position: fixed;
        margin-bottom: 0;
    }
    #content-container {
        padding-top: 155px;
        padding-bottom: 0;
    }
    .header-right, .header-block {
        width: 100%;
        text-align: right;
    }
#main-nav .navbar-brand {
    margin: 8px 0 0;
    padding: 5px;
}
    .header-block .dealer-phone {
        font-size: 20px;
        line-height: 20px;
    }
    #home-page {
        margin-top: 20px;
        margin-bottom: 0;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 120px);
    }
    #main-nav .dropdown-menu>li>a {
        padding: 15px 25px;
    }
    #filters-modal {
        top: 130px;
        max-height: calc(100vh - 150px);
    }
    #vdp-container {
        margin-top: 0;
    }
    .form-header-text {
        font-size: 26px;
    }
    .customForm .form-header-text {
        font-size: 22px;
    }
    .pagetext > .widget-inner {
        margin-top: 0 !important;
    }
    .maptext .dealer-name {
        font-size: 6vw;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
    .snow-featured-section .featuredinventory h2 {
        font-size: 21px;
    }
}

@media (min-width: 768px) {
    .type-container {
        width: 768px;
    }
    .type-text h3 {
        font-size: 14px;
    }
    .reviews-widget {
        margin-top: 30px;
    }
    .h-btn-block h2 {
        font-size: 20px;
    }
    .h-btn-block > span {
        font-size: 14px;
    }
    .h-btn-block {
        padding: 15px 0 5px;
    }
    #main-nav .nav>li>a {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .maptext .dealer-name {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .type-container, .footer-container {
        width: 980px;
    }
    .footer-container {
        flex-direction: row;
        text-align: left;
    }
    .footerBlock table {
        font-size: 12px;
        margin: 0;
    }
    .footer-block .dealer-phone {
        font-size: 23px;
    }
    .footer-block a {
        font-size: 14px;
    }
    .type-text h3 {
        font-size: 18px;
    }
    .single-item-slider .slider-inner .item, .reviews-widget .single-item-slider .slider-inner .item {
        width: 201px;
    }
    .reviews-widget h2 {
        font-size: 26px;
    }
    .widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
        height: 251px;
    }
    .widget-Reviews .single-item-slider .img-container {
        height: 90px;
    }
    #main-nav .nav>li>a {
        padding: 15px 6px;
        font-size: 14px;
    }
    .h-btn-block h2 {
        font-size: 24px;
    }
    .reviews-widget {
        order: 1;
        margin-top: 0;
    }
    .homeslider {
        order: 2;
    }
    .h-btn-block > span {
        font-size: 16px;
    }
    .header-block .dealer-phone {
        font-size: 42px;
    }
    .footer-container h4 {
        margin: 10px 0;
    }
    .footer-links li {
        padding: 0;
    }
    .p-header img {
        height: 300px;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .type-container, .footer-container {
        width: 1180px;
    }
    .footer-block .dealer-phone {
        font-size: 28px;
    }
    .footerBlock table {
        font-size: 16px;
    }
    .footer-block a {
        font-size: 16px;
    }
    .type-text h3 {
        font-size: 22px;
    }
    .single-item-slider .slider-inner .item {
        width: 197px;
    }
    .reviews-widget .single-item-slider .slider-inner .item {
        width: 264px;
    }
    .widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
        height: 20em;
    }
    .reviews-widget h2 {
        font-size: 30px;
    }
    .widget-Reviews .single-item-slider .img-container {
        height: 120px;
    }
    #main-nav .nav>li>a {
        padding: 15px 10px;
        font-size: 16px;
    }
    .h-btn-block {
        padding: 21px 0 10px;
    }
    .h-btn-block h2 {
        font-size: 30px;
    }
}

@media (min-width: 1500px) {
    .type-container, .footer-container {
        width: 1480px;
    }
    .footer-block .dealer-phone {
        font-size: 37px;
    }
    .type-text h3 {
        font-size: 24px;
    }
}






@media (max-width: 1499px) {
.aboutSection .container,
.header-container {
    width: 1170px;
}

a.headerRecall {
    flex: 0 0 13%;
}

.footerInfo {
    flex: 0 0 34%;
}

a.headerRecall h4 {
    font-size: 19px;
}

a.headerRecall h4 span {
    font-size: 13px;
}
}



@media (max-width: 1199px) {
.videoContainer h3 {
    font-size: 22px;
}

.videoWrapper {
    margin: 13px 0;
}

.btnContainer h2 {
    font-size: 28px;
}

.btnContainer a:nth-child(1), .btnContainer a:nth-child(2) {
    flex: 1 0 46%;
}

.aboutSection .container,
.header-container {
    width: 970px;
}

.header-container {
    flex-wrap: wrap;
}

.header-logo {
    order: 1;
}

a.headerRecall {
    order: 3;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.headerRecall h4 {
    margin-top: 0;
    margin-left: 15px;
}

.header-right {
    order: 2;
}
}



@media (max-width: 991px) {
.videoContainer h3 {
    font-size: 16px;
    margin: 3px 15px 5px;
}

.btnContainer h2 {
    font-size: 21px;
}

.btnContainer a {
    flex: 1 0 21%;
}

.btnContainer > a > div > span {
    font-size: 14px;
}

.btnContainer a:nth-child(1):hover:before, 
.btnContainer a:nth-child(2):hover:before {
    width: 500px;
    height: 500px;
}

.aboutSection .container {
    width: 740px;
}

.footerInfo {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 30px;
}

.header-container {
    width: 740px;
    justify-content: center;
    padding-top: 15px;
}
}



@media (max-width: 767px) {
.videoContainer h3 {
    font-size: 19px;
}

.btnContainer a {
    flex: 0 0 100%!important;
    margin: 10px 0;
}

.btnContainer h2 {
    font-size: 8vw!important;
}

.siteSearch,
.aboutSection .container,
.header-container {
    width: 100%;
}

.type-wrapper {
    margin-top: -30px;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}

.btnContainer a:hover:before {
    width: 0;
    height: 0;
}

.aboutSection {
    background-image: none;
    margin-top: 0!important;
    padding: 4% 0;
    position: relative;
    margin-bottom: 0;
    background-color: white;
}

.aboutSection:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/a1c23cb9-9c8a-4aae-a53b-f3d144ae0a0b/mountain-family-hero-lg.jpeg);
    background-size: cover;
    background-position: center;
    filter: opacity(0.25);
}

.footer-wrapper > div > div:nth-child(2) {
    margin-bottom: 30px;
}

.header-container {
    padding-top: 0;
}

a.headerRecall {
    margin: 0;
    order: 1;
}

a.headerRecall h4 {
    display: inline-block;
    min-width: 140px;
}
}


.zoom-view .item img {
    height: 100% !important;
}