body {
    font-family: 'Oswald', 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/57267171-7c79-4ac7-9bbe-7656599e7eb3/PHD-HANGING-BIKES2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/57267171-7c79-4ac7-9bbe-7656599e7eb3/PHD-HANGING-BIKES2.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #ffffff;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #a1a1a1;
    text-decoration: none;
}

#outer-wrapper {
    overflow-x: hidden;
}

.breadcrumb {
    background-color: #303030;
}

#home-page #section-1 {
    padding: 6% 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/57267171-7c79-4ac7-9bbe-7656599e7eb3/PHD-HANGING-BIKES2.jpg);
    margin-top: -25px;
    background-size: cover;
    background-position: center;
}

.searchSection {
    background-color: #540a75;
    padding: 30px;
    position: relative;
}

.searchSection:before,
.searchSection:after {
    content: '';
    width: 105%;
    height: 100%;
    background-color: #530a75;
    position: absolute;
    left: 0;
    top: -44px;
    transform: rotate(-3deg);
    z-index: 1;
}

.searchSection:after {
    top: unset;
    transform: rotate(3deg);
    left: -13px;
    bottom: -44px;
}

.featuredSection {
    margin-top: 0px!important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/400e3183-f874-4c79-bb76-f38f2793a788/header-background-80.jpg);
    background-size: cover;
    position: relative;
    border-top: 10px solid #540a75;
}

.featuredSection:after {
    content: '';
    width: 100%;
    height: 12%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    position: absolute;
    bottom: 0%;
}

.sliderSection {
    margin-top: 0!important;
    border-top: 10px solid #540a75;
}

.typeSection {
    margin-top: 0!important;
    background-color: black;
}

.aboutSection {
    background: linear-gradient(to right, rgb(84 10 117) 0%,rgb(84 10 117) 28%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%);
    margin-top: 0!important;
    padding: 7% 0;
}

.truPaymentSection {
    background-color: white;
    margin-top: 0!important;
    padding: 15px 0;
}

#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;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

header.body {
    background-color: black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/400e3183-f874-4c79-bb76-f38f2793a788/header-background-80.jpg);
    background-size: cover;
    background-position: center;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    align-items: flex-start;
}

.headerContainer > div {
    display: flex;
    justify-content: space-between;
    flex: 0 0 52%;
    align-items: center;
}

.headerContainer a {
    font-weight: 400;
}

.headerInfo {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.headerContainer .logo {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
}

.headerContainer .hdLogo {
    max-width: 80px;
    margin-left: 20px;
}

.headerInfo a.dealer-phone {
    font-size: 30px;
    font-family: 'Special Elite';
}

.headerInfo .dealer-address {
    margin-right: 17px;
    position: relative;
}

.headerInfo .dealer-address:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #540a75;
    position: absolute;
    right: -10px;
}

.headerBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 20%;
}

.headerBtns a {
    background-color: #540a75;
    color: white;
    padding: 3px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 5px;
    border: 2px solid #540a75;
}








/* NAVIGATION */

#main-nav {
    margin-top: -63px;
    position: relative;
    border-bottom: 6px solid white;
}

#main-nav:before {
    content: '';
    border-top: 60px solid transparent;
    position: absolute;
    right: 49.9%;
    top: 0;
    left: 0;
    margin-right: 223px;
    display: block;
    border-right: 64px solid #530a75;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
    background-color: #520975;
    position: relative;
}
}

.navbar-nav:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #530a75;
    position: absolute;
    right: -100%;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
    padding: 20px 15px;
    position: relative;
    z-index: 3;
    font-weight: 400;
}

.navbar-nav>li>a:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: -1;
}

.navbar-nav>li>a:hover:before, 
li.dropdown.open a:before {
    height: 100%;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: black;
}

.navbar {
    border: none;
}








/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
}

.btnContainer a {
    flex: 0 0 30%;
    padding: 15px;
    text-align: center;
    background-color: rgb(0 0 0 / 65%);
    border: 3px solid #ffffff;
}

.btnContainer a:hover {
    background-color: black;
    transform: scale(1.05);
}

.btnContainer h3 {
    margin-top: 0;
    font-family: 'Special Elite', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    color: white;
    font-size: 38px;
    position: relative;
}

.btnContainer h3:after {
    content: '';
    width: 110px;
    height: 3px;
    background-color: #540a75;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    transition: .3s;
}

.btnContainer a:hover h3:after {
    width: 300px;
}

.btnContainer h5 {
    letter-spacing: 4px;
    margin-bottom: 0;
    color: #c5c5c5;
}

.siteSearch {
    width: 600px;
    display: flex;
    margin: 100px auto 0;
    position: relative;
    z-index: 4;
}

.siteSearch .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 3px solid white;
    padding: 20px;
    font-size: 16px;
    margin: 0;
    background-color: white;
    color: black;
}

.siteSearch .form-control:hover,
.siteSearch .form-control:focus {
    background-color: white;
    border-color: white;
}

.siteSearch .btn-primary {
    background-color: black;
    border: 3px solid white;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    color: white;
}

.siteSearch .btn-primary:hover {
    background-color: #540a75;
}

.familyWrapper {
    background-image: url(https://psmfirestorm.blob.core.windows.net/83505132-adf2-4414-9ca9-cb56d09a55ac/type-back.jpg);
    background-size: 100% 100%;
    background-position: 50% 100%;
    padding-top: 5%;
    background-repeat: no-repeat;
    background-size: cover;
}

.familyContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px 0;
}

.familyblock {
    padding: 15px;
}

.familyblock h3 {
    color: white;
    margin: -35px 0 5px;
    text-shadow: 1px 1px 3px black;
    font-size: 21px;
    border: 3px solid #550a75;
    padding: 4px 6px 7px;
    transition: .3s;
}

.familyblock a:hover h3 {
    background-color: #560975;
}

.familyNoU {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
}

.familyNoU a {
    color: black;
    text-transform: uppercase;
    padding: 3px 8px;
    background-color: rgb(255 255 255);
    margin-right: 9px;
    transition: .3s;
}

.familyblock .familyNoU a:hover {
    background-color: transparent;
    color: white;
}

.homeAbout {
    display: flex;
    margin-bottom: 6%;
    color: black;
}

.homeAbout div {
    padding: 10px;
}

.homeAbout h1 {
    font-family: 'Special Elite', sans-serif;
    font-weight: 400;
    margin: 42px 0 21px;
    font-size: 40px;
}

.p-header {
    position: relative;
    margin-bottom: 50px;
    height: 300px;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    bottom: 0;
    font-family: 'Special Elite', sans-serif;
    font-weight: 400;
    font-size: 50px;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    text-shadow: 1px 1px 1px black;
}

.p-header h1:before {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #530a75;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.servicePics img,
.specials img {
    margin: 10px 0;
}

.mcBtns {
    display: flex;
    justify-content: space-around;
}

.mcBtns a {
    flex: 0 0 20%;
}
.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: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maptext h1 {
    margin-top: 0;
    font-size: 30px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #540a75;
}

.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: #540a75;
    background-color: #d7d7d7;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: #540a75;
}

.insuranceBlock h3 {
    font-family: inherit!important;
    color: black;
}

.sectionFive h3,
.insuranceBlock.sectionFive p,
.insuranceBlock.sectionSeven p {
    color: white;
}

.department .title {
    border: 1px solid #540a75;
    background: #540a75;
    color: #ffffff;
}

.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;
}

.oinkedTop > div,
.oinkedBtm > div {
    background-color: #838280;
    position: relative;
    padding-bottom: 15px;
}

.oinkedBtm > div {
    background-color: #ffffff;
    color: black;
}

.oinkedTop #widget2,
.oinkedBtm #widget6 {
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
}

.oinkedPage {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.oinkedPage h3 {
    font-size: 26px;
}

.oinkedPage h3 span {
    font-size: 36px;
}

.oinkedPage .fa {
    color: #ff6600;
    font-size: 43px;
    position: relative;
    z-index: 4;
}

.oinkedPage .fa:after {
    content: '';
    width: 36px;
    height: 36px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: -1;
    border-radius: 8px;
}

.oinkedform .form-header-text {
    color: black;
}

.oinkedform > div {
    background-color: white!important;
}

.oinkedform .btn-primary {
    background-color: #f3a7c9;
    color: black;
    border-color: #f3a7c9;
}

.oinkedform .btn-primary:hover {
    background-color: white;
    border-color: black;
}

.oinkedBtm {
    margin-top: 0!important;
}

.oinkedform .form-control {
    background-color: white;
    color: black;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}






/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .item {
    background-color: transparent;
    border: none;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 0 5px 5px 0;
    text-transform: uppercase;
    font-weight: 800;
    bottom: 0;
    color: #ffffff;
    text-align: right;
}

.single-item-slider .slider-outer {
    height: 254px;
}

.single-item-slider .item-detail .name {
    color: white;
    line-height: 18px;
    text-align: left;
}

.featuredInventory h2 {
    font-family: 'Special Elite', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 40px;
    width: max-content;
    position: relative;
    margin-bottom: 40px;
}

.featuredInventory h2:before {
    content: '';
    width: 179%;
    height: 4px;
    background-color: #540a75;
    position: absolute;
    right: -184%;
    top: 18px;
}

.featuredInventory {
    margin-top: 100px;
}

.featuredInventory:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #540a75;
    position: absolute;
    right: 0;
    bottom: -16px;
}






/* LATEST REVIEWS */

.latestReviews h2 {
    display: none;
}

.latestReviews .single-item-slider .item {
    background-color: #e3e3e3;
    color: black;
    width: 286px;
}

.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;
}

.widget-Reviews .single-item-slider .slider-control {
    color: black;
}






/* FORMS */

.btn-primary {
    color: #000;
    background-color: #ffffff;
    border-radius: 0;
    border: 2px solid #550a74;
    margin: 10px 0;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 700;
}

.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: #fff;
    background-color: #000000;
    border-color: #ffffff;
}

.mainform {
    height: max-content;
    color: white;
}

.mainform > div {
    background-color: #540a75;
    padding: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid black;
    background-color: #000000;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
    color: white;
}

.form-control:hover {
    background-color: #000000;
    border-color: #707070;
}

.form-control:focus {
    background-color: #000000;
    border-color: #707070;
    -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: #b7b7b7;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    background-color: #000000;
    color: white;
    border: 1px solid #000000;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #540a75;
    color: white;
}

.mainform label {
    margin-right: 10px;
}

@media (min-width: 768px) {
#Form6508 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 15px 5px;
}

#Form3055 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+10),
#Form3055 > div:nth-child(1) > fieldset > div:nth-child(n+12),
#Form2680 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2680 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form6508 > div:nth-child(1) > fieldset > div:nth-child(6) {
    padding: 0 5px;
}
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: white;
}

.inventory-container .vehicle .thumb {
    line-height: 173px;
    height: 175px;
}

.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: 24px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 1px 10px;
    font-weight: 700;
    color: #540a75;
}

.inventory-container .vehicle .price:hover {
    color: black;
}

#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;
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footerWrapper {
    background-color: black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/400e3183-f874-4c79-bb76-f38f2793a788/header-background-80.jpg);
    background-size: cover;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    flex-flow: column;
    padding: 45px 15px;
    text-transform: uppercase;
}

.footerTop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerLogo {
    margin-right: 25px;
}

.footerLogo img {
    max-width: 345px;
}

.footerLinks {
    flex: 0 0 61%;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerLinks a {
    flex: 0 0 31%;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #550a74;
    margin: 10px;
    text-align: center;
    padding: 8px;
    transition: .3s;
}

.footerLinks a:hover {
    transform: scale(1.05);
}

.footerLinks a {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.footerBottom {
    display: flex;
    justify-content: center;
    margin: 60px 0;
    line-height: 30px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 30px;
    margin-top: 10px;
    font-family: 'Special Elite', sans-serif;
}

.footerHours {
    margin: 0 60px;
}

.footerHours table td:nth-child(1) {
    font-weight: 800;
    padding-right: 15px;
}

.footerMap {
    position: relative;
    padding-bottom: 14%;
    flex: 0 0 40%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social {
    display: flex;
    margin-top: 20px;
}

.social a {
    font-size: 20px;
    background-color: #560a74;
    width: 32px;
    height: 32px;
    text-align: center;
}





/* 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%;
}
}







/* BREAKPOINTS */

@media (max-width: 1499px) {
.footerContainer,
.familyContainer {
    width: 1170px;
}

.footerLinks a {
    flex: 0 0 30%;
}

.familyblock h3 {
    margin: -28px 0 5px;
    font-size: 16px;
    padding: 4px 7px 7px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer,
.familyContainer {
    width: 970px;
}

.headerContainer .logo {
    flex: 0 0 23%;
}

#main-nav {
    margin-top: -44px;
}

#main-nav:before {
    right: 49.7%;
}

.navbar-nav>li>a {
    padding: 20px 10px;
    font-size: 15px;
}

.btnContainer h3 {
    font-size: 32px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.featuredInventory h2:before {
    width: 125%;
    right: -138%;
}

.homeAbout h1 {
    font-size: 35px;
}

.footerLinks a {
    flex: 0 0 29%;
    padding: 8px 5px;
}

.p-header {
    height: 260px;
}

.mapWrapper {
    padding-bottom: 128%;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.inventory-container .vehicle .thumb {
    line-height: 156px;
    height: 159px;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer,
.familyContainer {
    width: 740px;
}

#main-nav {
    margin-top: 0;
    background-color: #520975;
}

#main-nav:before,
.navbar-nav:after {
    display: none;
}

.navbar-nav {
    float: none;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
}

.headerContainer {
    align-items: center;
}

.headerContainer .hdLogo {
    max-width: 75px;
}

.headerContainer .logo {
    align-items: center;
}

.btnContainer h3 {
    font-size: 23px;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.featuredInventory h2:before {
    width: 74%;
    right: -82%;
}

.familyContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.familyblock {
    flex: 0 0 33%;
}

.homeAbout h1 {
    font-size: 27px;
    margin: 0px 0 10px;
}

.footerTop {
    flex-flow: column;
}

.footerLogo {
    margin-right: 0;
    margin-bottom: 25px;
}

.footerBottom {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 25px 0;
}

.footerMap {
    padding-bottom: 34%;
    flex: 0 0 100%;
    margin-top: 25px;
}

.p-header {
    height: 230px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    margin-top: 25px;
    padding-bottom: 50%;
}

.siteSearch-M input {
    border: 1px solid white;
}

.inventory-container .vehicle .thumb {
    line-height: 197px;
    height: 198px;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.familyContainer,
.siteSearch {
    width: 100%;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.navbar-nav {
    float: none;
    display: block;
}

.headerInfo > a:nth-child(2) {
    display: none;
}

.headerInfo a.dealer-phone {
    position: absolute;
    left: 15px;
    bottom: -57px;
    z-index: 4;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.navbar-nav>li>a {
    padding: 15px;
    font-size: 16px;
}

.btnContainer {
    flex-flow: column;
}

.siteSearch {
    margin: 30px auto 0;
}

.btnContainer a {
    margin: 10px;
}

.btnContainer h3 {
    font-size: 8vw;
}

.featuredSection {
    padding: 15px 0;
}

.featuredInventory h2:before {
    width: 100%;
    right: 0;
    top: unset;
    bottom: -18px;
}

.featuredInventory h2 {
    font-size: 27px;
    width: 100%;
}

.familyblock {
    flex: 0 0 50%;
}

.familyblock h3 {
    font-size: 4.5vw;
}

.familyNoU a {
    font-size: 4vw;
}

.homeAbout {
    flex-flow: column;
    background-color: white;
}

.footerLinks a {
    flex: 1 0 100%;
    padding: 8px 5px;
}

.footerHours {
    margin: 25px 0;
}

.social {
    margin-top: 25px;
}

.footerMap {
    padding-bottom: 100%;
    margin-top: 0;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}

.p-header h1 {
    font-size: 8vw;
}

.p-header {
    margin-bottom: 3%;
    height: 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: 0 15px;
}

.p-header h1 {
    font-size: 7vw;
}

.mapWrapper {
    margin-top: 0;
    padding-bottom: 100%;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.headerContainer .hdLogo {
    max-width: 50px;
}

.headerContainer .logo {
    flex: 0 0 34%;
}

.familyWrapper {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgb(43 43 43) 100%);
}

.mcBtns {
    flex-wrap: wrap;
}

.raWrapper {
    flex-flow: column;
}
}




#digitalPsButton {
    color: #000000;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 6px;
    transition: .3s;
    margin: 20px auto 0px;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
}
#digitalPsModal {
    max-width: 60%;
    margin: 0 auto;
    top: 15px;
}

#closeDigitalPsModal {
    position: relative;
    z-index: 1000;
    top: 25px;
    right: 10px;
}



