body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #fff;
}

@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: #000 url(https://psmfirestorm.blob.core.windows.net/f0c0a588-1721-49c8-8471-18e17242af82/laconia-dealer-events-facebook-image-1.jpg-5000_-1xoxarxbg-white--.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/f0c0a588-1721-49c8-8471-18e17242af82/laconia-dealer-events-facebook-image-1.jpg-5000_-1xoxarxbg-white--.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #ffffff;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover {
    color: #ff6600;
    text-decoration: none;
}

.breadcrumb {
    background-color: #292929;
}

.container {
    width: 1470px;
}

.searchSection {
    margin-top: -25px;
    background-color: rgb(0 0 0 / 80%);
    padding: 6% 0;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/cd0f27fa-f52a-4962-a37e-df0007b83064/texture.jpeg);
    background-size: cover;
    margin-top: 0!important;
    padding: 60px 0;
}

.sliderSection {
    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,
#creditAppContainer {
    background-color: rgb(0 0 0 / 84%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

header.body {
    background-color: black;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 50% 39%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/e106316b-66f6-4694-98d9-1c94a8590aaf/footer-back-70.jpg);
}

.headerContainer {
    padding: 15px;
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: white;
    text-transform: uppercase;
}

.headerContainer a {
    color: #ff6600;
}

.headerBlock .dealer-phone {
    font-weight: 600;
    font-size: 27px;
}

.headerSocial {
    display: flex;
    justify-content: flex-end;
}

.headerSocial a {
    font-size: 22px;
    margin-left: 12px;
    background-color: #ffffff;
    color: black;
    width: 30px;
    height: 30px;
    text-align: center;
}

.headerSocial a:hover {
    border-radius: 50%;
    color: #ff6600;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerBlock .btn-primary {
    color: white;
    margin: 10px 0 0;
}

.headerBtns {
    flex-flow: column;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.mbl-btn {
    display: none!important;
}

.headerLogo {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
}

.hdLogo img {
    max-width: 112px;
    padding-left: 15px;
}






/* NAVIGATION */

#main-nav {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

#main-nav .container {
    width: 1170px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    padding: 23px 10px;
    text-shadow: 1px 1px 1px black;
}

#main-nav-collapse > ul > li:nth-child(5) > a {
    color: yellow;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

#main-nav .caret {
    color: #797979;
}

.dropdown-menu {
    background-color: #000;
}

#main-nav li.dropdown.open ul {
    border-top-color: #ff6600;
}

#main-nav .dropdown-menu > li > a {
    color: white;
    text-transform: uppercase;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ff6600;
}





/* CONTENT */

.siteSearch {
    display: flex;
    width: 500px;
    margin: 0 auto 6%;
}

.siteSearch .form-control {
    background-color: transparent;
    color: white;
    padding: 21px 15px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    margin: 0;
    border-bottom: 3px solid white;
    box-shadow: none;
}

.siteSearch .form-control:hover {
    background-color: transparent;
    border-color: white;
}

.siteSearch .btn-primary {
    font-size: 18px;
    border-radius: 0;
    padding: 7px 25px;
    margin: 0;
    transition: .3s;
    border-bottom: 3px solid white;
    color: white;
}

.siteSearch .btn-primary:hover {
    color: #ff6600;
}

.siteSearch .btn-primary:before, 
.siteSearch .btn-primary:after {
    display: none;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
    padding: 0 15px;
}

.btnContainer a {
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.btnContainer h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2vw;
}

.btnContainer h5 {
    margin-bottom: 0;
    position: relative;
}

.btnContainer h5:before {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #797979;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.btnContainer a:hover h5:before {
    width: 100px;
}

.p-header {
    position: relative;
    height: 300px;
    margin-bottom: 25px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 15px;
    margin: 0;
    font-size: 50px;
    text-shadow: 2px 2px 2px black;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    padding: 15px;
}

img.parts-pic {
    float: right;
    width: 64%;
    padding: 0 0 0 10px;
}

.mcPics {
    display: flex;
    justify-content: space-around;
}

.mcPics div {
    flex: 0 0 33.33%;
}

.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 {
    background-color: #000000;
    border-color: #d8d8d8;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

div.k-scheduler .mv-event {
    padding-left: 2px;
    padding-right: 2px;
}

.k-event {
    height: 60px!important;
}

.department .title {
    border: 1px solid #000000;
    background: #000000;
    color: #004e97;
}

.department .title {
    border: none;
    background: white;
    color: #000000;
}

.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;
    color: #ff6600;
}

.photo {
    height: 325px;
    width: 100%;
}

.department .photo img {
    height: 100%;
    object-fit: cover;
}

.mapWrapper {
    position: relative;
    padding-bottom: 80%;
    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;
}

#membership .btn-primary {
    display: block;
    margin: 10px auto;
}

.mapConst {
    background-color: white;
    color: black;
    display: flex;
    padding: 15px;
    width: 80%;
    margin: 0 auto 25px;
}

.mapConst > div:nth-child(1) {
    flex: 0 0 51%;
    padding-right: 15px;
}

.mapConst p {
    line-height: 30px;
}

img.invBanner {
    display: block;
    margin: 15px auto;
}





/* RIDING ACADEMY */

.raMain {
    background-color: white;
    font-family: 'DINPro', sans-serif;
    color: black;
}

.raMain .hero {
    width: 100%;
}

.raMain a {
    background-color: #ff6600;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 20px;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.raMain a:hover {
    color: black;
}

.raMain .panelFAQ {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.RAsectionOne,
.RAsectionFive,
.RAsectionNine {
    padding: 30px 15px;
}

.RAsectionOne,
.RAsectionFive {
    background-color: #dedede;
}

.RAsectionOne,
.RAsectionNine h3 {
    text-align: center;
}

.raMain h1, 
.raMain h2, 
.raMain h3,
.raMain h4 {
    font-family: 'DinPro-Bold', sans-serif;
}

.raMain .panelFAQ p {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.RAsectionOne h1 {
    margin-top: 0;
}

.RAsectionTwo > div,
.RAsectionFour,
.RAsectionFive,
.RAsectionSix,
.RAsectionSeven,
.RAsectionEight {
    display: flex;
    justify-content: space-between;
}

.RAsectionTwo div,
.RAsectionFour div,
.RAsectionFive div,
.RAsectionSix div,
.RAsectionSeven div,
.RAsectionEight div {
    padding: 15px;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1),
.RAsectionSix > div:nth-child(1),
.RAsectionEight > div:nth-child(1) {
    flex: 0 0 50%;
    margin-right: 15px;
}

.RAsectionFour > div:nth-child(2),
.RAsectionSeven > div:nth-child(2) {
    flex: 0 0 50%;
    margin-left: 15px;
}

.raMain h1 {
    font-size: 40px;
}

.raMain h2 {
    font-size: 35px;
}

.raMain h3 {
    font-size: 30px;
    margin-top: 0;
}

.raMain h4 {
    font-size: 18px;
}

.raMain .videoWrapper {
    width: 100%;
    margin: 15px;
    flex: 0 0 47%;
    height: 100%;
    padding-bottom: 25%;
}

.raMain ul {
    list-style: square;
}

.RAsectionThree {
    text-align: center;
    padding: 30px;
}

.accordionRA {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-family: 'DINPro-Bold', sans-serif;
}

.accordionRA:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

.accordionRA.active:after {
    transform: rotate(0deg);
}

.raMain .accordionBlock {
    position: relative;
    display: block;
    padding: 10px;
}

.RAsectionNine .accordionBlock:before {
    display: none;
}



@media (max-width: 767px) {
.raMain h1 {
    font-size: 30px;
}

.RAsectionTwo > div:nth-child(1), 
.RAsectionFour, 
.RAsectionSix, 
.RAsectionEight {
    flex-flow: column-reverse;
}

.RAsectionTwo > div:nth-child(2),
.RAsectionFive,
.RAsectionSeven {
    flex-flow: column;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1), .RAsectionSix > div:nth-child(1), .RAsectionEight > div:nth-child(1) {
    margin-right: 0;
}

.RAsectionFour > div:nth-child(2), .RAsectionSeven > div:nth-child(2) {
    margin-left: 0;
}

.raMain .videoWrapper {
    margin: 15px 0;
    padding-bottom: 51%;
}
}








/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 315px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .img-container {
    height: 155px;
}

.single-item-slider .item-detail .price {
    text-transform: uppercase;
    bottom: 0px;
    font-size: 22px;
    padding: 16px 0;
    font-weight: 700;
    color: black;
    background-color: #ff6600;
}

.single-item-slider .item-detail .name {
    color: white;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: none;
}

.img-container.vw img {
    height: 100%;
}

.featuredInventory h2 {
    color: black;
    position: relative;
    width: max-content;
    margin: 20px 0;
    padding: 4px 10px;
    z-index: 2;
    font-size: 40px;
    text-align: left;
}

.single-item-slider .item .item-inner {
    padding-bottom: 21%;
}

.single-item-slider .slider-control {
    color: black;
}





/* INVENTORY */

.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;
    background-image: url(https://psmfirestorm.blob.core.windows.net/cd0f27fa-f52a-4962-a37e-df0007b83064/texture.jpeg);
    background-size: cover;
}

.vehicleyearmake {
    text-transform: uppercase;
    position: relative;
}

.vehicleyearmake:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #797979;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.inventory-container .vehicle .price-box {
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0;
    font-weight: 700;
    color: black;
    background-color: #ff6600;
}

.inventory-container .vehicle .price-box a {
    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;
    margin-top: 5px;
}

.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;
}





/* FORMS */

.btn-primary {
    display: block;
    width: max-content;
    background-color: transparent;
    border: none;
    font-weight: 700;
    position: relative;
    font-size: 17px;
    margin: 10px 0;
    padding: 4px 8px;
    z-index: 3;
    color: black;
    transition: .3s;
    text-transform: uppercase;
}

.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: transparent;
}

.btn-primary:after,
.featuredInventory h2:after,
.brief a:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: -1;
}

.btn-primary:hover:after {
    height: 100%;
}

.btn-sec {
    margin: 10px auto;
    font-size: 20px;
    color: white;
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/cd0f27fa-f52a-4962-a37e-df0007b83064/texture.jpeg);
    background-size: cover;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 27px;
    color: #000000;
    font-weight: 700;
    position: relative;
    width: max-content;
    padding: 0 10px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
    color: black;
}

.form-control:hover {
    background-color: white;
    border-color: #d2d2d2;
}

.form-control:focus {
    background-color: white;
    border-color: #d2d2d2;
    -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;
    font-weight: 700;
}

.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%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: white;
    color: black;
    box-shadow: 0 0 10px rgb(0 0 0 / 41%);
    background-image: url(https://psmfirestorm.blob.core.windows.net/cd0f27fa-f52a-4962-a37e-df0007b83064/texture.jpeg);
    background-size: cover;
    border-radius: 4px;
}

.mainform label {
    margin-right: 10px;
}

@media (min-width: 768px) {
#Form4651 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form4651 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
    border-top: 2px solid black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/c493537a-5b59-4f3c-8bf2-183359d307d4/footer-back-85.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin: auto;
    padding: 15px;
    color: white;
    line-height: 31px;
    text-transform: uppercase;
}

.footer-logo {
    display: block;
    max-width: 232px;
    margin: 24px auto 25px;
}

.footer-block ul {
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-size: 32px;
    margin-top: 8px;
    color: #ff6600;
    font-weight: 600;
}

.footer-links a {
    display: block;
    position: relative;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -5%;
}

.footertable {
    margin: 0 auto;
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 5px;
    color: rgb(255 255 255);
    background-color: #1e1e1e;
    padding: 4px 10px;
    text-align: center;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.footer-block .contact-btn {
    margin-top: 45px;
}

.footer-hours-block {
    padding: 0px 15px 0 0;
}

.footer-block .btn-primary {
    margin-top: 20px;
    color: white;
}

.footertable td:first-child {
    text-align: left;
}

.footer-btns {
    display: flex;
    justify-content: space-between;
}

.footerMap {
    position: relative;
    padding-bottom: 15%;
    min-height: 150px;
    flex: 0 0 25%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* PAN AMERICA */

.paWrapper {
    background-color: white;
    color: black;
}

.paContainer .section1 {
    text-align: center;
}

.paContainer .section1 p {
    font-size: 18px;
}

.paContainer .section2 {
    background-color: black;
    color: white;
}

.paContainer .mediaContainer {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.paContainer .mediaContainer div {
    padding: 10px;
}

.paContainer .mediaContainer h3 {
    margin: 7px 0;
}

.paContainer .section3 > h1 {
    margin-top: 60px;
}

.paContainer .section3 > h1, .paContainer .section3 > p {
    text-align: center;
}

.paContainer .section3 > p {
    font-size: 18px;
}

.paContainer .pics > div {
    display: flex;
    margin: 45px 0;
}

.paContainer .pics > div div:nth-child(1) {
    flex: 0 0 57%;
}

.paContainer .pics > div div:nth-child(2) {
    padding: 70px;
}

.paContainer .pics > div:nth-child(even) {
    flex-flow: row-reverse;
}

.paContainer .pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paContainer .videoWrapper {
    padding-bottom: 32%;
}

.paContainer .section4 h4 {
    font-size: 30px;
}

.paContainer .chooseContainer {
    display: flex;
}

.paContainer .chooseContainer a {
    flex: 0 0 35%;
    background-color: white;
    margin: 10px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    color: black;
}

.paContainer .chooseContainer h5 {
    font-size: 22px;
    margin-bottom: 2px;
}


@media (max-width: 991px) {
.paContainer .pics > div div:nth-child(2) {
    padding: 30px;
}
}


@media (max-width: 767px) {
.paContainer .mediaContainer {
    flex-flow: column;
}

.paContainer .pics > div {
    flex-flow: column!important;
}

.paContainer .videoWrapper {
    padding-bottom: 56%;
}

.paContainer .chooseContainer {
    flex-flow: column;
}

.paContainer .mediaContainer div {
    margin: 10px 0;
}
}






/* BREAKPOINTS */

@media (max-width: 1499px) {
.container {
    width: 1170px;
}

.mapWrapper {
    padding-bottom: 102%;
}
}




@media (max-width: 1199px) {
.container,
.headerContainer,
.footer-container,
#main-nav .container {
    width: 970px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.p-header {
    height: 250px;
}

.p-header h1 {
    font-size: 47px;
}

.mapWrapper {
    padding-bottom: 125%;
}

.inventory-container .vehicle .price {
    font-size: 20px;
}
}




@media (max-width: 991px) {
.container,
.headerContainer,
.footer-container,
#main-nav .container {
    width: 740px;
}

.hdLogo img {
    max-width: 82px;
}

.headerContainer {
    align-items: center;
}

#main-nav .nav > li > a {
    padding: 15px 5px;
}

.btnContainer h3 {
    font-size: 2.3vw;
}

.single-item-slider .slider-inner .item {
    width: 207px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 28%;
}

.footer-container {
    flex-wrap: wrap;
}

.footerMap {
    margin-top: 20px;
    padding-bottom: 31%;
    flex: 0 0 100%;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.siteSearch-M button {
    background-color: #ff6600;
    border-radius: 0 4px 4px 0;
}

.siteSearch-M button:after {
    display: none;
}

#open-mobile-filters-btn {
    color: white;
    margin: 10px auto;
}
}






@media (max-width: 767px) {
.container,
.headerContainer,
.footer-container,
#main-nav .container {
    width: 100%;
}

#main-nav .navbar-brand {
    overflow: initial;
    position: relative;
}

#main-nav .navbar-brand:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/463f3d57-61ca-4f65-92da-40319d079119/hd-logo.png);
    width: 56px;
    height: 88%;
    position: absolute;
    right: -55px;
    top: 2px;
    z-index: 999999999;
    background-size: contain;
    background-repeat: no-repeat;
}

.headerLogo,
.headerInfo {
    display: none;
}

.siteSearch {
    width: 95%;
    margin: 9% auto 6%;
}

.featuredInventory h2 {
    width: 100%;
    text-align: center;
}

.btnContainer h5 {
    font-size: 4vw;
}

#main-nav .nav > li > a {
    padding: 15px;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}

.featuredSection {
    padding: 30px 0;
}

.headerContainer div:nth-child(1) {
    flex: 0 0 55%;
}

.headerContainer div:nth-child(3) {
    flex: 0 0 40%;
}

.headerBlock .dealer-phone {
    font-size: 23px;
}

.btnContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.btnContainer a {
    flex: 0 0 94%;
    background-color: #ff6600;
    margin: 6px 0;
    color: black;
}

.btnContainer h3 {
    font-size: 8vw;
}

.btnContainer h5:before {
    background-color: #ffffff;
}

header.body {
    background-position: top;
    margin-bottom: 0;
    border-bottom: 3px solid white;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    padding: 5px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

#content-container {
    padding-bottom: 0;
}

.footer-block {
    padding: 10px;
}

.footerMap {
    padding-bottom: 100%;
}

.form-header-text {
    font-size: 26px;
    width: 100%;
    line-height: 26px;
}

.searchSection {
    margin-top: 0;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 22px;
}

.inventory-container .vehicle .title {
    font-size: 14px;
}

.mapConst {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
}
}





