body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: white;
}

@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/95a82918-21d2-43a4-9de1-8882ea4c04b3/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/95a82918-21d2-43a4-9de1-8882ea4c04b3/background.jpg) no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
    }
}

#outer-wrapper {
    overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #b7b7b7;
    text-decoration: none;
}

.breadcrumb {
    background-color: #303030;
}

#home-page #section-1 {
    margin: 100px 0;
}

.featuredSection {
    background-color: white;
    margin-top: 0!important;
}

.modelSection {
    margin-top: 0!important;
}

.aboutSection {
    background-color: white;
    color: black;
    position: relative;
    margin-top: 0!important;
}

#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 {
    background-color: rgb(0 0 0 / 80%);
    padding: 15px;
    margin-top: 25px;
}

.page-background > div {
    margin-top: 0;
}

.only-text  {
    margin-top: 25px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */
header.body {
    position: relative;
    background-color: #070707;
    margin-bottom: 0;
    z-index: 4;
}

header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6535f043-14c1-4bac-83cc-f58b248d5ea5/forest-back.jpg);
    background-size: contain;
    width: 100%;
    height: 88%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.headerbackground {
    background-color: rgb(0 0 0);
    border-bottom: 3px solid #ababab;
    box-shadow: 0 0 3px black;
}

.headercontainer {
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: flex-start;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

/*
.headercontainer:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/67f3521f-4a67-4108-8165-c57a5e91cd93/header-back.jpg);
    width: 100%;
    height: 100%;
    background-size: 61%;
    background-repeat: no-repeat;
    background-position: 55% 37%;
    position: absolute;
    z-index: -1;
}
*/

.headerblockr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerblockrl {
    padding-right: 10px;
    border-right: 3px solid black;
}

.headerblockrl .dealer-address {
    border-right: 1px solid gray;
    padding-right: 5px;
}

.headerphone {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Rye', sans-serif;
}

.headerphone span {
    padding-right: 5px;
}

.headerblockrr {
    padding-left: 11px;
}

.headersocial {
    display: flex;
    justify-content: space-around;
}

.headersocial a {
    font-size: 20px;
    position: relative;
}

.headersocial a:nth-child(1):after {
    content: '';
    background-color: #3c3c3c;
    width: 2px;
    height: 70%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
}

.headermaphours {
    margin-top: 16px;
}

.headermaphours a {
    background-color: #ffffff;
    color: #800020;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 2px solid white;
}

.headerLogo a {
    display: flex;
    align-items: center;
}

.headerLogo div:nth-child(2) img {
    max-height: 85px;
    margin-left: 20px;
    margin-top: 30px;
}

.headerblockrr .btn-primary {
    background-color: white;
    color: black;
    border-color: white;
}

.headerAddress .fa-map-marker,
.headerphone .fa-mobile {
    display: none;
}





/* NAVIGATION */

#main-nav {
    margin-top: -62px;
    z-index: 4;
    position: relative;
}

.navbar {
    border: none;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
}
}

.navbar-nav>li>a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 30px;
}


.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: white;
}

.dropdown-menu {
    background-color: black;
}

#main-nav li.dropdown.open ul {
    border-top-color: #ababab;
}

#main-nav .dropdown-menu>li>a:hover, 
#main-nav .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #949494;
}

.social-media-icons {
    display: none;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}





/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.btnContainer a {
    background-color: #000000;
    flex: 0 0 31%;
    color: black;
    text-align: center;
    padding: 15px;
    border: 3px solid #a6a6a6;
    box-shadow: 2px 2px 7px black;
    background: linear-gradient(to bottom, rgb(24 24 24) 0%,rgb(0 0 0) 100%);
    position: relative;
    z-index: 2;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(0 0 0) 0%,rgb(0 0 0) 100%);
}

.btnContainer a:hover {
    color: #ff6600;
}

.btnContainer a:hover:before {
    height: 100%;
}

.btnContainer h3 {
    font-family: 'Rye', sans-serif;
    font-weight: 400;
    font-size: 33px;
    margin-top: 5px;
    color: white;
}

.btnContainer h5 {
    letter-spacing: 3px;
    margin-bottom: 0;
    color: white;
}

.btnContainer .fa {
    color: #ff6600;
    font-size: 22px;
    transition: .3s;
}

.btnContainer a:hover .fa {
    color: #ffb700;
}

.btnContainer div {
    position: relative;
    z-index: 2;
}

.siteSearch {
    width: 600px;
    display: flex;
    margin: 30px auto 60px;
    border: 3px solid #ffffff;
    box-shadow: 0 0 5px black;
}

.siteSearch .form-control {
    font-size: 16px!important;
    border: none;
    border-radius: 0;
    padding: 20px 15px;
    box-shadow: none;
    margin: 0;
}

.siteSearch .btn-primary {
    margin: 0;
    border: none;
    background-color: #ff6600;
    color: white;
}

.familyWrapper {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5ce6b261-2813-438b-8c8e-780308f23386/model-back-2.jpg);
    background-size: cover;
    background-position: center top;
    padding-top: 20%;
}

.familyContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    padding: 45px 15px;
    align-items: flex-end;
    text-align: center;
}

.familyblock {
    padding: 10px;
}

.familyblock img {
    transition: .3s;
}

.familyblock:hover img {
    transform: translateY(10px);
}

.familyblock h3 {
    color: white;
    text-shadow: 1px 1px 3px black;
    font-size: 18px;
    margin-bottom: 5px;
    transition: .3s;
}

.familyblock > a:nth-child(1):hover h3 {
    color: #ff6600;
}

.familyNoU {
    display: flex;
    justify-content: space-around;
    border: 1px solid white;
}

.familyNoU a {
    background-color: rgb(0 0 0 / 60%);
    flex: 0 0 50%;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid white;
}

.familyNoU a:hover {
    background-color: white;
    color: black;
}

.homeAbout {
    margin: 3% 0;
}

.homeAbout h1 {
    text-align: center;
    font-family: 'Rye', sans-serif;
    margin-top: 0;
    font-size: 45px;
}

.homeAbout h5 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
}

.homeWrapper {
    display: flex;
}

.homeWrapper p {
    line-height: 30px;
}

.homeWrapper div {
    padding: 0 10px;
}

.homeWrapper div:nth-child(2) {
    flex: 0 0 40%;
}

.homeWrapper img {
    box-shadow: 10px 10px 5px rgb(0 0 0 / 58%);
}

.p-header {
    position: relative;
    display: flex;
    height: 200px;
    align-items: center;
    background-color: #ff6600;
    box-shadow: 0 0 10px rgb(0 0 0 / 72%);
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: relative;
    margin: 0;
    font-size: 65px;
    background-color: #ff6600;
    padding: 64px 20px;
    flex: 0 0 60%;
    top: 50%;
    transform: translateY(-50%);
}

.p-header h1:after {
    content: '';
    width: 82px;
    height: 100%;
    position: absolute;
    background: linear-gradient(253deg, rgba(255,102,0,0) 0%,rgba(255,102,0,0) 49.99%,rgba(255,102,0,1) 50%,rgba(255,102,0,1) 100%);
    right: -81px;
    top: 0;
}

img.parts-pic {
    float: right;
    width: 40%;
    padding: 0 0 15px 15px;
}

.servicePics img,
.mcPics img,
.wsPics img {
    margin: 10px 0;
}

ul.linkBtns {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #ff6600;
    background-color: #d7d7d7;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: #ff6600;
}

.insuranceBlock h3 {
    font-family: inherit!important;
    color: black;
}

.sectionFive h3,
.insuranceBlock.sectionFive p,
.insuranceBlock.sectionSeven p {
    color: white;
}

.mcBtns {
    display: flex;
    justify-content: space-around;
}

.raWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.raWrapper > div:nth-child(1) {
    padding-right: 15px;
    flex: 0 0 66%;
}

.rrWrapper {
    padding-bottom: 18%;
    width: 100%;
    position: relative;
    min-height: 200px;
}

.rrWrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

img.aboutPic {
    float: right;
    width: 45%;
    padding: 0 0 15px 15px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 101.4%;
    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;
}

.maptext h1 {
    margin-top: 0;
    font-size: 29px;
}

.department .title {
    border: 1px solid #000000;
    background: #000000;
    color: #ff6600;
}

.department .employee .name p {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 5px;
}

.department .employee {
    border-radius: 0px;
    padding: 10px;
    height: max-content;
}

.department-container .department {
    background: transparent;
}

.department .employee .job p {
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
}

.modal {
    z-index: 10509;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 287px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: 3px solid black;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 0 2%;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0;
}

.single-item-slider .slider-outer {
    height: 345px;
}

.single-item-slider .item-detail .name {
    color: white;
    text-transform: uppercase;
    line-height: 18px;
}

.featuredInventory h2 {
    font-family: 'Rye', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    color: black;
}

.featuredInventory {
    margin-top: 35px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 175px;
    background-color: white;
}





/* LATEST REVIEWS */

.latestReviews .single-item-slider .img-container {
    background-color: transparent;
}

.reivew-name {
    color: white;
}

.review-date {
    color: white;
    font-size: 14px;
}

.latestReviews h2 {
    display: none;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 211px;
    color: black;
}

.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;
}






/* INVENTORY */
#details-collapse {
    color: black;
}

#showroom .section-box {
    background-color: #000000;
}

.inventory-image {
    width: 100%;
    object-fit: cover;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 195px;
    height: 194px;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 1px 10px;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 45%);
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    min-height: 43px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.seller-description {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

#SimilarVehicles .vehicle-box {
    background-color: white;
    padding: 5px;
}

#SimilarVehicles .vehicle-box:hover {
    transform: scale(1.03);
}








/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-radius: 0;
    border: 2px solid #ff6600;
    font-weight: 700;
    margin: 10px 0;
    transition: .3s;
    text-transform: uppercase;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.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: #000;
    background-color: #ffffff;
    border-color: #ff6600;
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: white;
    padding: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    font-size: 30px;
    color: #ff6600;
    font-weight: 700;
    line-height: 30px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #ffffff;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
    border-bottom: 1px solid lightgrey;
}

.form-control:hover {
    background-color: white;
    border-color: #d2d2d2;
}

.form-control:focus {
    background-color: white;
    border-color: #eaeaea;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 22%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 22%);
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: 1px solid #ffffff;
    margin: 5px 0;
    border-bottom: 1px solid #dfdfdf;
}

.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%;
}

.locationBox, 
#ContactCollapse {
    background-color: white;
    color: black;
}

.locationBox {
    margin-top: 20px;
}

.mainform label {
    margin-right: 10px;
}

@media (min-width: 768px) {
#Form6576 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form5440 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form5443 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form5443 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form5440 > div:nth-child(1) > fieldset > div:nth-child(n+12),
#Form5443 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #161616;
    color: #bababa;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}

.footerBack {
    background-color: black;
    position: relative;
}

.footerBack:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6535f043-14c1-4bac-83cc-f58b248d5ea5/forest-back.jpg);
    background-size: contain;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footerContainer {
    display: flex;
    justify-content: space-around;
    color: white;
    width: 1470px;
    margin: auto;
    text-transform: uppercase;
    padding: 15px;
    line-height: 30px;
    position: relative;
    z-index: 3;
}

.footerWrapper {
    display: flex;
    flex-wrap: wrap;
}

.footerBlock {
    flex: 0 0 50%;
    padding: 10px;
}

.footerBlock a {
    color: #dddddd;
}

.footerBlock a:hover {
    color: #ff6600;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 700;
    font-size: 26px;
}

.footerMap {
    position: relative;
    flex: 0 0 50%;
    padding-bottom: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock h3 {
    position: relative;
}

.footerBlock h3:after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    background-size: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-color: #ff6600;
    bottom: -6px;
}

.footerBlock table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerSocial {
    display: flex;
}

.footerSocial a {
    font-size: 23px;
    padding: 10px;
}

.hdLogo img {
    max-width: 75px;
    margin-top: 25px;
}



/* 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;
    color: black;
}
.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;
    width: 95%;
}
.FAQ .fa-plus {
    font-size: 18px;
    border: 1px solid black;
    padding: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: #D3D3D3;
}
.FAQ .question {
    position: relative;
}
.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;
    }
    .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;
    }
}




/* SERIAL 1 */

.serialWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

.serialContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serialContainer img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.serialContainer h3 {
    margin: 10px 15px;
    font-size: 33px;
    padding: 0 10px 3px;
    border-bottom: 1px solid gray;
    width: max-content;
    color: white;
}

.serialBottomWrapper {
    display: flex;
    flex-wrap: wrap;
}

.serialBottomWrapper div {
    flex: 0 0 33.33%;
}

h2.serialMain {
    text-align: center;
    font-size: 40px;
}

img.serialLogo {
    display: block;
    width: 17%;
    margin: 30px auto;
    filter: invert(1);
}







@media (max-width: 1199px) {
.serialWrapper > div {
    flex: 0 0 47%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

h2.serialMain {
    text-align: center;
    font-size: 36px;
}
}


@media (max-width: 767px) {
h2.serialMain {
    font-size: 6vw;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 3px solid #585858;
    position: relative;
    margin: 1%;
}

.serialContainer h3 {
    margin: 2% 1%;
    font-size: 3vw;
    padding: 1% 2%; 
}

.serialContainer img {
    right: 2%;
    bottom: 3%;
    width: 20%;
}

img.serialLogo {
    width: 30%;
}

.serialBottomWrapper div {
    flex: 0 0 50%;
}
}




.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.5);
}
.thumbs {
	padding: 5px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
    border: 2px #ff6600 solid;
    max-height: 80vh;
}
#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;
    text-align: center;
}
@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) {
	.slideContainer > div {
		flex: 0 0 25%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}







/* BREAKPOINTS */

@media (max-width: 1499px) {
.footerContainer,
.familyContainer {
    width: 1170px;
}

.familyblock {
    padding: 8px;
}

.familyblock h3 {
    font-size: 15px;
}

.familyNoU a {
    font-size: 14px;
}

.p-header {
    height: 165px;
}

.p-header h1 {
    font-size: 50px;
    padding: 57px 20px;
}
}




@media (max-width: 1199px) {
.footerContainer,
.familyContainer,
.headercontainer {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 20px 17px;
}

.btnContainer h3 {
    font-size: 26px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.familyNoU a {
    font-size: 12px;
    flex: 1 0 auto;
}

.familyblock h3 {
    font-size: 12px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 210px;
}

.p-header img {
    height: 260px;
}

.p-header h1 {
    font-size: 49px;
    padding: 43px 20px;
}

.p-header {
    height: 140px;
}

.footerMap {
    flex: 0 0 40%;;
}

.inventory-container .vehicle .thumb {
    line-height: 156px;
    height: 159px;
}

.inventory-container .vehicle .price {
    font-size: 21px;
}

.mapWrapper {
    padding-bottom: 128%;
}
}





@media (max-width: 991px) {
.footerContainer,
.familyContainer,
.headercontainer {
    width: 740px;
}

#main-nav .nav > li > a {
    padding: 20px 6px;
}

.headerblockrl {
    padding-right: 10px;
    border-right: 3px solid black;
    text-align: center;
}

.headerblockrl .dealer-address {
    border-right: none;
    padding-right: 0;
    display: block;
}

.headerphone {
    font-size: 30px;
    font-weight: 700;
}

.headerLogo img:nth-child(2) {
    max-height: 80px;
    margin-left: 15px;
    margin-top: 25px;
}

.headercontainer:before {
    background-size: 86%;
    background-position: 50% 8%;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.single-item-slider .slider-outer {
    height: 260px;
}

.btnContainer h3 {
    font-size: 20px;
}

.familyWrapper {
    background-color: #1e1e1e;
    background-image: none;
    padding-top: 0;
}

.familyContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.familyblock h3 {
    font-size: 15px;
}

.familyblock {
    padding: 7px;
    flex: 0 0 33%;
}

.homeWrapper {
    flex-flow: column;
    align-items: center;
}

.p-header {
    height: 115px;
}

.p-header img {
    height: 215px;
}

.p-header h1 {
    font-size: 35px;
    padding: 38px 20px;
}

.inventory-container .vehicle .thumb {
    line-height: 197px;
    height: 198px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.footerContainer {
    flex-wrap: wrap;
}

.footerMap {
    flex: 0 0 100%;
    padding-bottom: 45%;
}
}






@media (max-width: 767px) {
.footerContainer,
.familyContainer,
.headercontainer,
.siteSearch {
    width: 100%;
}

#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 {
    margin: 15px;
}

.page-background > div {
    margin-top: 0;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerAddress .fa-map-marker {
    display: inline-block;
    font-size: 26px;
}

.headerphone .dealer-phone,
.headerAddress > span:nth-child(2),
.headerblockrr .btn-primary,
.headersocial a:nth-child(1):after,
.headerphone .phone-text {
    display: none;
}

.headerblockrl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: none;
    padding-right: 0;
    color: #ff6600;
}

.headersocial a {
    font-size: 25px;
    position: relative;
    margin: 0 15px;
    color: white;
}

.headerblockrl .fa {
    margin: 0 15px;
    display: inline-block;
}

.headerLogo div:nth-child(2) img {
    max-height: 70px;
    margin-left: 0;
    margin-top: 30px;
    padding-left: 15px;
}

.headerblockrr {
    padding-left: 0;
}

.headercontainer:before {
    background-size: cover;
}

header.body:before {
    background-repeat: repeat-x;
    background-size: 100%;
}

.btnContainer {
    flex-flow: column;
    margin: 0;
}

.btnContainer h3 {
    font-size: 8vw;
}

.btnContainer a {
    margin: 10px;
}

#home-page #section-1 {
    margin: 15px 0;
}

.modelSection .widget-inner {
    margin-top: 0!important;
}

.familyblock {
    flex: 0 0 50%;
}

.familyblock h3 {
    font-size: 4.2vw;
}

.familyNoU {
    flex-flow: column;
}

.familyNoU a {
    font-size: 4vw;
}

.familyWrapper {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: black;
}

.familyContainer {
    padding: 10px;
}

.footerContainer {
    flex-flow: column;
}

.footerMap {
    padding-bottom: 100%;
    margin-top: 20px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

#main-nav .nav > li > a {
    padding: 15px;
}

.p-header img {
    height: 100%;
}

.p-header {
    margin-bottom: 25px;
    flex-wrap: wrap;
    height: 100%;
}

.p-header h1 {
    font-size: 7vw;
    padding: 3% 4%;
    flex: 100%;
    text-align: center;
    transform: none;
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
    z-index: 4;
}

.p-header h1:after {
    width: 49px;
    right: -45px;
    z-index: -1;
}

.p-header img {
    height: 100%;
}

.mcBtns {
    flex-wrap: wrap;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.raWrapper {
    flex-flow: column;
}

.homeAbout {
    margin: 12% 0 8%;
}

.homeAbout h1 {
    font-size: 30px;
}

.footerBlock {
    flex: 0 0 100%;
}
}









