body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000 url(https://psmfirestorm.blob.core.windows.net/d5c119d4-52bd-48b1-9ee8-89e30c297244/road.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/d5c119d4-52bd-48b1-9ee8-89e30c297244/road.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

body.piaggioPage {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6b618197-236b-4d12-a2f6-3c4f785ba25a/piaggio-background.jpg);
    background-size: cover;
    background-position: center;
}

a,
a.promo-link {
    color: #862633;
    transition: .3s;
    font-weight: 600;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.topSection {
    margin-top: -25px;
    padding: 60px 0;
}

.searchSection {
    padding: 2% 0 4%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/a83031ce-fec3-4989-a834-0b9b87308bee/search-back.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin-top: -25px;
    background-position: center top;
}

.oemSection {
    background-size: cover;
    background-position: center;
    margin-top: 0!important;
    background-color: #ffffff;
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
    padding: 9% 0;
    background-color: black;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/80c91526-92c5-49a4-97fe-fd8f82efe83f/dealership-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#promotions-page, 
#inventory-page,
.page-background .container,
#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,
#review-page {
    background-color: rgb(255 255 255 / 85%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}








/* HEADER */

header.body {
    margin-bottom: 25px;
    position: relative;
    background-color: #852633;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 8px 10px rgb(0 0 0 / 57%);
}

header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d113675b-5983-4f59-9376-6cae3762a1c9/rock-background-red.jpg);
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    width: 100%;
    height: 100%;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    padding: 15px 15px 3px;
    align-items: center;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

.headerContainer a {
    color: white;
    text-shadow: 1px 1px 1px black, 0 0 1px black;
}

.headerContainer a:hover {
    color: #d2d2d2;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerBlock .dealer-address {
    display: block;
}

.headerBlock .dealer-phone {
    display: block;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
}

.headerContainer div:nth-child(3) > div {
    display: flex;
    align-items: center;
}

.headerContainer div:nth-child(3) a {
    color: black;
    text-shadow: none;
}

.headerBlock img {
    max-width: 210px;
}

.headerLogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerLogo img,
.headerBlock img,
a.footerLogo img {
    filter: drop-shadow(2px 4px 6px black);
}

.headerLogo img {
    max-width: 275px;
}

.headerBlock:nth-child(1) {
    text-align: right;
}

.headerSocial {
    display: flex;
}

.headerSocial a {
    font-size: 23px!important;
    padding: 3px 5px;
    width: 38px;
    height: 38px;
    text-align: center;
}

.headerBlock .btn-primary {
    margin-right: 14px;
}






/* NAVIGATION */

#main-nav {
    background-color: transparent;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
    padding: 15px 20px;
    font-size: 20px;
    text-shadow: 1px 1px 1px black, 0 0 1px black;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #d2d2d2;
}

.social-media-icons {
    display: none;
}






/* CONTENT */

.searchRentContainer {
    color: white;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

@media (min-width: 1500px) {
.searchRentContainer {
    width: 1170px;
}
}

.searchRentContainer > div {
    flex: 0 0 33%;
    text-align: center;
}

.searchRentContainer h3 {
    font-size: 80px;
    text-shadow: 0 0 5px black, 1px 1px 1px black;
}

.searchRentContainer .btn-primary {
    font-size: 25px;
    margin: 0;
    width: 100%;
    padding: 8px;
    color: black;
    box-shadow: 0 0 10px black;
}

.siteSearch {
    width: 100%;
    margin: auto;
    display: flex;
    box-shadow: 0 0 10px black;
    border-radius: 12px;
    border: 2px solid #852633;
}

.siteSearch .form-control {
    padding: 23px;
    border-radius: 9px 0 0 9px;
    border: 3px solid white;
    margin: 0;
    background-color: white;
}

.siteSearch .form-control:hover {
    border-color: white;
}

.siteSearch button {
    font-size: 20px;
    color: white;
    background-color: #862633;
    border: 3px solid #862633;
    padding: 9px 20px;
    border-radius: 0 9px 9px 0;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 7%;
}

.btnContainer a {
    background-color: #ffffff;
    padding: 16px;
    flex: 0 0 19%;
    border-radius: 8px;
    border: 3px solid white;
    box-shadow: 0 0 10px black;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnContainer h2 {
    margin: 0;
    position: relative;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
}

.btnContainer h2 span {
    display: block;
    font-weight: 700;
    font-size: 40px;
}

.btnContainer h2:after {
    content: '\f0a9';
    font-family: fontawesome;
    position: absolute;
    right: 0;
    color: black;
    transition: .3s;
    top: 50%;
    transform: translateY(-50%);
}

.btnContainer a:hover h2:after {
    transform: rotateY(180deg) scale(1.1) translateY(-50%);
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    padding: 15px;
}

.oemContainer a {
    padding: 10px;
}

.oemContainer a:hover {
    transform: scale(.95);
}

.homeAbout {
    color: white;
    background-color: rgb(0 0 0 / 80%);
    padding: 15px 15px 4px;
}

.homeAbout > span:nth-child(1) {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
    display: block;
    color: #c7c7c7;
}

.homeAbout h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 1px 1px 1px black;
    margin-top: 0;
}

.homeAbout h1 span {
    font-weight: 700;
    display: block;
    font-size: 50px;
}

.homeAbout p {
    text-align: justify;
    line-height: 32px;
}

.videoWrapper {
    margin-top: 45px;
}

.p-header {
    height: 250px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 5px solid #862633;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 26%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 55px;
    width: max-content;
    text-shadow: 3px 3px 1px black;
    z-index: 9;
    color: white;
    background-color: #862633;
    padding: 2px 15px;
    border-radius: 9px 9px 0 0;
}

.mapWrapper {
    position: relative;
    padding-bottom: 84%;
    min-height: 150px;
    border-radius: 8px;
    overflow: hidden;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstable td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maptext .dealer-name {
    margin-top: 0;
}

.department-container {
    margin-top: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: none;
    background: #dadada;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}

#creditAppForm section {
    background: #ffffff!important;
}

.jumbotron {
    margin-top: -25px!important;
}

.photoContainer {
    display: flex;
    margin-top: 25px;
    justify-content: space-around;
}

.photoContainer div {
    margin: 5px;
    box-shadow: 3px 3px 0px #862633;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #862633;
}

.vespaContainer {
    text-align: center;
    position: relative;
    padding: 15px;
    margin-top: 3%;
}

.vespaContainer > div {
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
}

.vespaContainer h3 {
    font-size: 62px;
    margin-top: 5px;
}

.vespaContainer .btn-primary {
    border-color: white;
    font-size: 30px;
}

.oemPageText {
    text-align: center;
    background-color: white;
    padding: 15px;
    margin-top: 25px;
}

.oemPageModels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemPageModels div {
    flex: 0 0 33.33%;
    padding: 15px;
}

.oemPageModels .btn-primary {
    display: block;
    width: max-content;
    margin: auto;
}

.piaggioModels > div {
    background-color: white;
    flex: 0 0 32%;
    margin: 9px 0;
}

.piaggioModels img {
    max-height: 240px;
    margin: auto;
    display: block;
}

.grandOpening h3 {
    font-size: 3vw;
}

.grandOpening h1 {
    font-size: 5vw;
}

.grandOpening p {
    font-size: 18px;
}

.motoplexOEMs {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.motoplexOEMs a {
    padding: 15px;
    flex: 0 0 25%;
    text-align: center;
    min-height: 300px;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.motoplexOEMs a:hover {
    transform: scale(.95);
}

.motoplexOEMs img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

.motoplexOEMs .aprilia img, 
.motoplexOEMs .motoGuzzi img, 
.motoplexOEMs .vespa img {
    filter: invert(1);
}

.motoplexOEMs .aprilia {
    background-color: #ed1c24;
}

.motoplexOEMs .motoGuzzi {
    background-color: black;
}

.motoplexOEMs .vespa {
    background-color: #75d4b9;
}

.motoplexOEMs .piaggio {
    background-color: #007ab8;
}

.motoplexOEMbuttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.motoplexOEMbuttons div {
    display: flex;
    flex-flow: column;
    flex: 0 0 24%;
    background-color: white;
    padding: 10px;
}

.motoplexOEMbuttons a {
    background-color: black;
    color: white;
    width: 50%;
    padding: 5px;
    text-transform: uppercase;
    margin: 5px auto;
    text-align: center;
}

.motoplexOEMbuttons a:hover {
    width: 100%;
}

.motoplexOEMbuttons h2 {
    margin: 12px 0 3px;
}

.motoplexSlider {
    margin-top: 60px;
    position: relative;
    z-index: 999;
}

h3.motoplexPromoText {
    font-size: 64px;
    margin-top: 57%!important;
    line-height: 55px;
    color: white;
    position: relative;
    z-index: 333;
}

h3.motoplexPromoText:before {
    content: '';
    width: 1000px;
    height: 382px;
    background-color: black;
    position: absolute;
    left: -24px;
    top: -153px;
    z-index: -1;
}

h3.motoplexPromoText span {
    display: block;
}






/* FEATURED INVENTORY */

.featuredInventory {
    position: relative;
    z-index: 33;
    width: 1470px;
    margin: auto;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.single-item-slider .img-container {
    height: 140px;
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
    line-height: 18px;
}

.single-item-slider .slider-outer {
    height: 255px;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 7px 0 3px;
    text-transform: uppercase;
    font-weight: 600;
    bottom: 0;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid white;
    font-family: 'Teko', sans-serif;
    text-shadow: 1px 1px 1px black;
    background-color: #862633;
}

.featuredInventory h2 {
    text-align: center;
    text-shadow: 0 0 5px black, 1px 1px 1px black;
    margin: 57px auto -2px!important;
    font-size: 65px;
    color: white;
}

.featuredInventory .slider-control {
    color: #a0a0a0;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: none;
}






/* REVIEWS */

.latestReviews h2 {
    color: white;
    text-align: center;
}

.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;
}

.reivew-name {
    color: black;
    text-transform: uppercase;
}

.review-date {
    color: gray;
}





/* INVENTORY */

.blurbBanner span {
    width: 100%;
    transform: none;
    top: -201px;
}

#SimilarVehicles .vehicle-box:hover {
    transform: scale(1.04);
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    padding: 2% 0;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #862633;
    color: white;
    transition: .3s;
    text-align: center;
    bottom: 0;
    font-family: 'Teko', sans-serif;
}

.inventory-container .vehicle .price:hover {
    background-color: white;
    color: black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border-radius: 8px;
    position: relative;
    background-color: white;
    overflow: hidden;
}

.inventory-container .vehicle > div {
    transition: .4s ease;
}

.inventory-container .vehicle:hover > div {
    box-shadow: 0 0 10px black;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    border-radius: 8px;
}

.modal {
    z-index: 105099;
}

.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: #862633;
    background-color: #d8d8d8;
    border-color: #e0e0e0;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}





/* FORMS */

.mainform {
    height: max-content;
    position: relative;
}

.mainform > div {
    background-color: white;
    color: black;
    padding: 15px;
    position: relative;
    z-index: 333;
    border-radius: 9px;
}

.mainform label {
    margin-right: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    color: #862633;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    background-color: #f0f0f0;
    color: black;
}

.form-control:hover,
.form-control:active {
    border-color: black;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    top: 5px;
    right: 12px;
}

.forms-title-section {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3px;
}

.btn-primary {
    text-transform: uppercase;
    background-color: #ffffff;
    color: black;
    font-size: 20px;
    padding: 4px 15px;
    border-radius: 9px;
    margin: 10px 0;
    border: 2px solid #862633;
    transition: .3s;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 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: #000000;
    transform: scale(1.1);
}

@media (min-width: 768px) {
#Form13768 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 96px;
}

.customForm [placeholder="Zip Code"] {
    width: 78px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea {
    font-size: 14px!important;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 2px 7px;
    border-radius: 5px;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerBack {
    z-index: 3;
    position: relative;
    background-color: #b19c84;
    border-top: 2px solid white;
    box-shadow: 0 0 10px black;
}

.footerBack:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d113675b-5983-4f59-9376-6cae3762a1c9/rock-background-red.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 45px 15px;
    line-height: 28px;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 2px black;
}

.footerContainer a {
    color: white;
}

.footerContainer a:hover {
    color: #b3b3b3;
}

.footerContainer span.dealer-address, 
.footerContainer .dealer-phone {
    display: block;
}

.footerBlock table td:nth-child(1) {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 15px;
}

.footerMap {
    position: relative;
    padding-bottom: 16%;
    min-height: 150px;
    flex: 0 0 35%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock ul li {
    position: relative;
}

.footerBlock ul li:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
}

.footerBlock ul li:hover:before {
    width: 100%;
}

a.footerLogo img {
    max-width: 300px;
    margin-bottom: 13px;
}

.footerContainer .dealer-phone {
    margin-top: 5px;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 31px;
}

.footerBlock h3 {
    margin-top: 0;
}






/* BREAKPOINTS */

@media (max-width: 1499px) {
.featuredInventory {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 205px;
}

.footerContainer {
    width: 1170px;
}

.btnContainer h2 {
    font-size: 30px;
    line-height: 31px;
}

.btnContainer h2 span {
    font-size: 34px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 19%;
}

.homeAbout h1 span {
    font-size: 38px;
}

.piaggioModels img {
    max-height: 190px;
}

.motoplexOEMs a {
    min-height: 270px;
}

.motoplexOEMbuttons a {
    width: 67%;
}

h3.motoplexPromoText {
    font-size: 51px;
    margin-top: 62%!important;
    line-height: 44px;
}

h3.motoplexPromoText:before {
    width: 793px;
    height: 300px;
    left: -22px;
    top: -119px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.oemContainer,
.footerContainer,
.featuredInventory {
    width: 970px;
}

.searchRentContainer {
    width: 100%;
}

.single-item-slider .slider-inner .item {
    width: 210px;
}

a.footerLogo img {
    max-width: 205px;
}

.p-header {
    height: 240px;
}

.mapWrapper {
    padding-bottom: 128%;
}

.searchRentContainer > div {
    flex: 0 0 20%;
}

.searchRentContainer > div:nth-child(1), 
.searchRentContainer > div:nth-child(3) {
    flex: 0 0 40%;
}

.btnContainer a {
    padding: 10px;
}

.btnContainer h2 {
    font-size: 23px;
    line-height: 25px;
}

.btnContainer h2 span {
    font-size: 30px;
}

.homeSlider {
    margin-top: 25px;
}

.piaggioModels img {
    max-height: 152px;
}

.motoplexOEMs a {
    min-height: 230px;
}

.motoplexOEMbuttons a {
    width: 80%;
}

h3.motoplexPromoText {
    font-size: 56px;
    margin-top: 54%!important;
    line-height: 46px;
}

h3.motoplexPromoText:before {
    width: 810px;
    height: 300px;
    left: -15px;
    top: -116px;
}
}





@media (max-width: 991px) {
.headerContainer,
.oemContainer,
.footerContainer,
.featuredInventory {
    width: 740px;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

.videoWrapper {
    margin-top: 0;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerMap {
    position: relative;
    padding-bottom: 44%;
    min-height: 150px;
    flex: 0 0 100%;
    margin-top: 25px;
}

.btnContainer {
    margin-top: 10%;
    flex-wrap: wrap;
}

.p-header {
    height: 235px;
}

.p-header h1 {
    font-size: 40px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.headerLogo {
    padding: 0 15px;
    flex: 0 0 40%;
}

.headerBlock {
    flex: 0 0 30%;
}

.siteSearch button {
    padding: 8px;
}

.siteSearch .form-control {
    padding: 23px 7px;
}

.btnContainer a {
    padding: 10px;
    flex: 0 0 32%;
    margin: 9px 0;
}

.btnContainer a:nth-child(1), 
.btnContainer a:nth-child(2) {
    flex: 0 0 49%;
}

.btnContainer h2 {
    font-size: 38px;
    line-height: 36px;
}

.btnContainer h2 span {
    font-size: 41px;
}

.vespaContainer h3 {
    font-size: 33px;
}

.vespaContainer .btn-primary {
    font-size: 20px;
}

.piaggioModels img {
    max-height: 111px;
}

.headerLogo img {
    max-width: 250px;
}

.motoplexOEMs a {
    min-height: 175px;
}

.motoplexOEMbuttons div {
    flex: 0 0 49%;
    margin: 10px 0;
}

.motoplexSlider {
    margin-top: 0;
}

h3.motoplexPromoText {
    font-size: 56px;
    margin-top: 60px!important;
    line-height: 46px;
    text-align: center;
}

h3.motoplexPromoText:before {
    width: 105%;
    height: 493px;
    left: -15px;
    top: -24px;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px 9px;
}
}




@media (max-width: 767px) {
.headerContainer,
.oemContainer,
.footerContainer,
.featuredInventory,
.siteSearch {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav .navbar-toggle {
    color: white;
}

a.headerInfo,
.headerContainer > div:nth-child(3) > div > a {
    display: none;
}

.headerBlock .btn-primary {
    margin-right: 6px;
}

.headerBlock:nth-child(1) {
    text-align: right;
    position: absolute;
    bottom: -50px;
}

.headerLogo {
    padding: 0;
    flex: 0 0 50%;
    text-align: left;
}

.headerContainer {
    padding: 10px 10px 0;
}

.headerBlock {
    flex: 0 0 50%;
}

.headerSocial {
    position: absolute;
    bottom: -56px;
    right: 20%;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer h2 {
    font-size: 7vw;
}

.btnContainer a {
    padding: 10px;
    margin: 10px 15px;
}

.searchText {
    font-size: 13vw;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    flex: 0 0 31%;
    min-height: 120px;
    display: flex;
    align-items: center;
}

.featuredInventory h2 {
    font-size: 50px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerBlock {
    margin: 25px 0;
}

.footerMap {
    width: 100%;
    padding-bottom: 90%;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
}

.photoContainer {
    margin-top: 0;
    flex-flow: column;
}

.photoContainer img {
    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, 
#creditAppContainer {
    margin: 0 10px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 23px;
}

.headerContainer div:nth-child(3) {
    justify-content: flex-end;
}

.searchRentContainer {
    flex-flow: column;
}

.searchRentContainer h3 {
    font-size: 21vw;
}

.vespaContainer .btn-primary {
    font-size: 18px;
    padding: 1px 8px;
    margin-top: 0;
    margin-bottom: 0;
}

.vespaContainer h3 {
    font-size: 20px;
    margin-bottom: 3px;
}

.vespaContainer > div {
    top: -30%;
}

.oemContainer {
    margin: 1% 0 30%;
}

.homeAbout h1 {
    font-size: 22px;
}

.homeAbout h1 span {
    font-size: 30px;
}

.homeSlider {
    margin-top: 0;
}

.navbar-collapse {
    box-shadow: none;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}

.oemPageText {
    margin-top: 0;
}

.oemPageModels {
    flex-flow: column;
}

.grandOpening h3 {
    font-size: 8vw;
}

.grandOpening h1 {
    font-size: 11vw;
}

.piaggioModels img {
    max-height: 100%;
}

.headerLogo img, 
.headerBlock img {
    max-width: 100%;
    padding: 10px;
}

.motoplexOEMs {
    flex-flow: column;
    align-items: stretch;
}

.motoplexOEMbuttons {
    flex-flow: column;
}

h3.motoplexPromoText {
    color: black;
    margin-bottom: 0;
}

h3.motoplexPromoText:before {
    display: none;
}

#main-nav .nav > li > a {
    font-size: 18px;
    padding: 15px;
}
}







