
body {
    font-family: 'Oxanium', 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/447e97c0-691a-401c-96c1-20eb3e966389/polaris-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/447e97c0-691a-401c-96c1-20eb3e966389/polaris-background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

#outer-wrapper {
    overflow-x: hidden;
}

a {
    color: #ffffff;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #a3a3a3;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    text-transform: uppercase;
}

.container {
    width: 1470px;
}

#inner-bg {
    margin-top: 265px;
}

.breadcrumb {
    background-color: #545454;
}

.sliderSection {
    background-color: #43d52c;
    margin-top: 0!important;
    padding: 0 0 6%;
    position: relative;
}

.sliderSection:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/8e7ff709-1a86-42f0-8a60-03377ec4ca66/white-grunge-background.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
}

.sliderSection .container {
    position: relative;
    padding: 30px;
}

.featuredSection {
    margin-top: 0!important;
    position: relative;
    background-color: black;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/fa838591-ae51-4d9c-9416-31fa637923c9/background.jpg);
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    filter: opacity(0.4);
}

.featuredSection .container {
    padding: 6% 15px;
}

.topSection {
    padding: 4% 0;
    position: relative;
    margin-top: -25px;
    overflow: hidden;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a425ed2a-bdb2-4c69-bf06-31e5baa15e58/kawai-background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-top: 0!important;
}

.aboutSection .row {
    background-color: rgb(0 0 0 / 75%);
    margin: 5% 0;
}

.typeSection {
    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 / 54%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

header.body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background: linear-gradient(to bottom, rgba(100,102,108,1) 0%,rgba(100,102,108,0) 100%);
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 60px;
    align-items: flex-start;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}

.headerContainer:after {
    top: 48%;
}

.headerContainer .dealer-address {
    margin-right: 19px;
    position: relative;
}

.headerContainer .dealer-address:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: white;
    position: absolute;
    right: -13px;
    top: 6px;
    border-radius: 50%;
}

.smaller {
    transform: scale(0.5);
    transition: .3s;
    transform-origin: 50% 22%;
}

.header-box {
    transition: .3s;
    position: relative;
    flex: 0 0 19%;
    z-index: 33;
}

.headerInfo {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.headerContainer a {
    color: white;
}

.headerInfo a:nth-child(1) {
    margin-right: 45px;
}

.headerInfo .fa {
    color: #43d52c;
    margin-right: 5px;
}

.headerInfo > a:nth-child(2) {
    display: flex;
    align-items: baseline;
}

.social {
    display: flex;
    margin: 25px 25px 0 0;
    border: 1px solid white;
    text-align: center;
}

.social a {
    padding: 2px 1px;
    width: 38px;
    height: 38px;
    border: 2px solid white;
}

.social a:hover {
    background-color: white;
    color: black;
}





/* NAVIGATION */

#main-nav {
    margin-top: -125px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transition: .3s;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    padding: 40px 30px;
    font-size: 20px;
    color: #ffffff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: #43d52c;
}

.social-media-icons {
    display: none;
}

@media (min-width: 768px) {
.navbar-header {
    position: fixed;
    top: 0px;
    width: 100%;
    background: black;
}

nav.navbar.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 201;
    background-color: #64666c;
    left: 0;
    border-radius: 0px;
    transition: .3s;
}

nav.fixed .sNav:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/5778954b-5921-47e0-9316-37e2bb57461c/Pasco-Powersports-Full-Color-Logo-Grey-BG-thumb.png);
    width: 298px;
    height: 84px;
    background-size: contain;
    top: 8px;
    background-repeat: no-repeat;
    position: relative;
    transition: .3s;
}
}

nav.navbar {
    transition: .3s;
    background-color: transparent;
}

.caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #43d52c;
}






/* CONTENT */

.siteSearch {
    width: 550px;
    margin: 7% auto 0;
    display: flex;
    background-color: #43d52c;
    padding: 5px;
}

.siteSearch .form-control {
    font-size: 16px!important;
    padding: 30px 15px;
    border: none;
    margin: 0;
    background-color: white;
    color: black;
}

.siteSearch button {
    border: none;
    background: transparent;
    font-size: 20px;
    padding: 5px 10px;
    color: black;
    margin: 0;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 24%;
    background-color: #43d52c;
    position: relative;
    border: 5px solid #ffffff;
    margin: 10px 0;
    overflow: hidden;
}

.btnContainer a:hover:before {
    filter: opacity(0);
}

.btnContainer img {
    filter: grayscale(1);
}

.btnContainer a:hover img {
    filter: grayscale(0);
}

.btnContainer .btnText {
    position: relative;
    text-align: center;
    transition: .3s;
}

.btnContainer .btnText:before, 
.btnContainer .btnText:after {
    content: '';
    width: 82px;
    height: 0;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    border-bottom: 20px solid #000;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    transition: .5s;
}

.btnContainer .btnText:before {
    left: unset;
    right: -32px;
    transform: translateY(-50%) rotate(-90deg);
}

.btnContainer a:hover .btnText:before, 
.btnContainer a:hover .btnText:after {
    width: 241px;
    border-bottom: 180px solid #000;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
}

.btnText h3 {
    margin: 0;
    padding: 20px;
    font-size: 36px;
    line-height: 34px;
    color: #000000;
    font-weight: 400;
    position: relative;
    z-index: 4;
    transition: .3s;
}

.btnText h3 span {
    display: block;
    font-size: 29px;
    font-weight: 800;
}

.btnContainer a:hover .btnText h3 {
    color: white;
}

.p-header {
    border: 5px solid black;
    position: relative;
    height: 300px;
    margin-bottom: 25px;
}

.p-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(92 92 92 / 0%) 0%,rgb(100 100 100 / 70%) 50%,rgb(67 213 44 / 47%) 50%,rgb(46 149 0 / 88%) 100%);
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    padding: 26px;
    font-size: 70px;
    line-height: 66px;
    color: white;
    text-shadow: 0 0 5px black, 1px 1px 1px black;
    position: absolute;
    top: 50%;
    z-index: 2;
    background-color: rgb(0 0 0 / 50%);
    transform: translateY(-50%);
    left: 15px;
    font-weight: 400;
}

.p-header h1 span {
    display: block;
    font-size: 78px;
    font-weight: 800;
}

.aboutPic {
    float: right;
    width: 17%;
    padding: 0 0 10px 10px;
}

.rewards-iframe iframe {
    width: 100%;
    height: 200px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.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: #000;
    background-color: #dedede;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 82.5%;
    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;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.raContainer {
    display: flex;
    justify-content: space-between;
}

.raContainer div:nth-child(2) {
    background-color: #ececec;
    color: black;
    padding: 10px;
    border-radius: 8px;
}

img.raLogo {
    float: right;
    padding: 0 0 10px 10px;
}

#employees-team-page .department-collapse {
    display: block!important;
}

.oemWrapper {
    display: flex;
    justify-content: space-between;
    color: black;
    padding: 60px 0;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    flex-wrap: wrap;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
}

.typeContainer a {
    position: relative;
    z-index: 44;
    padding: 8% 1%;
    overflow: hidden;
    flex: 0 0 20%;
    text-align: center;
    color: white;
}

.typeContainer a:before {
    content: '';
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    transform: scale(1.7);
    z-index: -1;
    filter: grayscale(.5) brightness(0.5);
    transition: .3s;
}

.typeContainer a:hover:before {
    filter: none;
    transform: none;
    background-position: center;
}

.typeContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0f2199e3-4f20-4033-8c37-f38d80789f41/atv.jpg);
}

.typeContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9d16d88f-ba06-4932-bc3d-784eee08b286/utv-2.jpg);
}

.typeContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/656d3e91-678e-4160-ae06-d2f215ea3b3f/motorcycle.jpg);
}

.typeContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/987c7c25-44f9-4deb-9216-acb25142d185/pwc.jpg);
}

.typeContainer a:nth-child(5):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5a3f3349-6216-4cc0-b1c0-f4ea893a7da6/Scooter.jpg);
}

.typeContainer h3 {
    font-size: 2.4vw;
    text-shadow: 2px 2px 2px black;
    position: relative;
    margin: 0;
}

.typeContainer h3:before, 
.typeContainer h3:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #43d52c;
    position: absolute;
    top: -6%;
    left: 0;
    transition: .5s;
}

.typeContainer h3:after {
    top: unset;
    bottom: -3%;
}

.typeContainer a:hover h3:before, 
.typeContainer a:hover h3:after {
    height: 450%;
    width: 140%;
    left: -18%;
    filter: opacity(0.0);
}

.oemContainer a {
    padding: 20px;
    border-radius: 8px;
    margin: 10px 0;
    flex: 0 0 20%;
}

.oemContainer a:hover {
    transform: scale(1.05);
}

.oemWrapper h3 {
    font-size: 73px;
    text-align: center;
    font-weight: 400;
    transform: translateY(75%);
    color: #bbbbbb;
}

.oemWrapper h3 {
    transform: translateY(10%);
}

.oemWrapper h3 span {
    display: block;
    font-weight: 800;
}

#creditAppForm section {
    background: white!important;
    color: black;
}

.jumbotron {
    background-color: transparent;
    color: white!important;
}

.text-muted {
    color: #d1d1d1;
}

.homeAbout {
    margin: 6% auto;
    padding: 30px;
    line-height: 30px;
    text-align: justify;
    position: relative;
}

.homeAbout:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #4d4d4d;
    position: absolute;
    right: -11px;
    top: 0;
}

.homeAbout h1 {
    text-align: center;
    color: #cbcbcb;
    font-weight: 400;
    letter-spacing: 4px;
}

.homeAbout h1 .dealer-name {
    display: block;
    font-weight: 700;
    font-size: 55px;
    color: #43d52c;
}

.homeGiveaway {
    margin-top: 10%;
    text-align: center;
    padding: 10px;
}

.homeGiveaway h2 {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    font-size: 37px;
    text-shadow: 2px 2px 2px black;
}

.homeSlider {
    position: relative;
    padding: 30px;
    margin-top: 60px;
}

.homeSlider:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/99931c7d-69f9-4234-8336-39a4e5a182bb/grunge-element-3.png);
    content: '';
    width: 1400px;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    right: -500px;
    transform: skewY(180deg);
    top: 0;
}

h1.homeHeading {
    text-align: center;
    font-size: 75px;
    margin-bottom: 50px;
    text-shadow: 4px 4px 5px black;
}

.homeAbout h4 {
    text-align: center;
    font-size: 44px;
}


.triumphBlock {
    display: flex;
    justify-content: space-around;
    margin: 45px 0;
}

.triumphBlock > div:nth-child(1) {
    padding: 15px;
}

.triumphBlock > div:nth-child(2) {
    display: flex;
    flex: 0 0 80%;
    overflow-x: scroll;
}

.triumphBlock > div:nth-child(2) div {
    background-color: white;
    color: black;
    margin: 10px;
    padding: 15px 15px 50px;
    flex: 0 0 22%;
    position: relative;
}

.triumphBlock .btn-primary {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.triumphBlock h2 {
    border: 3px solid#43d52c;
    border-right: none;
    border-left: none;
    padding: 5px;
    width: max-content;
}


@media (max-width: 1499px) {
.triumphBlock > div:nth-child(2) {
    flex: 0 0 77%;
}

.triumphBlock > div:nth-child(2) div {
    flex: 0 0 29%;
}
}


@media (max-width: 1199px) {
.triumphBlock > div:nth-child(2) {
    flex: 0 0 74%;
}

.triumphBlock > div:nth-child(2) div {
    flex: 0 0 39%;
}
}


@media (max-width: 991px) {
.triumphBlock > div:nth-child(2) {
    flex: 0 0 61%;
}

.triumphBlock > div:nth-child(2) div {
    flex: 0 0 66%;
}
}


@media (max-width: 767px) {
.triumphBlock {
    flex-flow: column;
}

.triumphBlock > div:nth-child(2) div {
    flex: 0 0 76%;
}
}





/* FEATURED INVENTORY */

.single-item-slider .img-container {
    height: 160px;
}

.single-item-slider .slider-inner .item {
    width: 288px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid black;
}

.single-item-slider .item-detail .price {
    font-size: 23px;
    padding: 2px 8px;
    text-transform: uppercase;
    font-weight: 800;
    bottom: 0;
    color: #000000;
    text-align: right;
    transition: .3s;
}

.single-item-slider .item-detail .price:hover {
    color: #43d52c;
}

.single-item-slider .slider-outer {
    height: 280px;
}

.single-item-slider .item-detail .name {
    font-weight: 400;
    color: #585858;
    text-transform: uppercase;
    line-height: 18px;
    text-align: left;
}

.featuredInventory h2 {
    display: none;
}

.featuredText h2 {
    text-align: center;
    font-size: 56px;
    line-height: 52px;
    margin-top: 80px;
}

.featuredText h2 span {
    display: block;
    font-weight: 400;
    font-size: 50px;
}

.sliderText h2 {
    margin-top: 185px;
}





/* FORMS */

.btn-primary {
    color: #000;
    background-color: #42fe03;
    border-color: #000000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    z-index: 4;
    font-weight: 800;
    border: 3px solid black;
    transition: .3s;
}

.btn-sec {
    display: block;
    width: fit-content;
    margin: 10px auto;
    font-size: 22px;
}

.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: #39e501;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    background-size: cover;
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 0px;
    font-weight: 800;
    text-align: center;
}

#VehicleInquiryContainer .form-header-text {
    font-size: 30px;
    margin-bottom: 3px;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: none;
    box-shadow: none;
    transition: .3s;
    background-color: #ededed;
    color: black;
    border: 2px solid #ededed;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: white;
    color: black;
}

.locationBox {
    margin-top: 25px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
    background-color: #ededed;
}

.customForm textarea {
    width: 100%;
}

@media (min-width: 768px) {
#Form9986 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}

#Form9515 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form9515 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form9515 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* INVENTORY */

#vdp-container .images-container {
    max-width: 100%;
}

.inventory-image {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    height: 220px;
    line-height: 220px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.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: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s;
    background-color: #43d52c;
    padding: 10px;
    text-align: center;
}

.inventory-container .vehicle:hover .price {
    color: #ffffff;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    transition: .3s;
}

.inventory-container .vehicle .savings {
    margin-top: 0;
    position: absolute;
    top: -2px;
    left: -2px;
}

.label-success {
    background-color: yellow;
    color: black;
}

.inventory-container .vehicle-box {
    background: #fff;
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
}

.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: #141414;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#details-accordions {
    color: black;
}

#details-accordions a {
    color: black;
}

#details-accordions a:hover {
    color: gray;
}

.modal {
    z-index: 10503;
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 25px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #a5a5a5;
}

.footerWrapper {
    position: relative;
    background-color: #64666c;
    border-top: 20px solid #43d52c;
}

.footerWrapper:before, 
.footerWrapper:after {
    content: '';
    width: 30%;
    height: 10px;
    background-color: black;
    position: absolute;
    top: -3px;
    transform: skewX(-10deg);
    right: 2%;
}

.footerWrapper:after {
    right: 0;
    width: 15%;
    top: -5px;
    height: 6px;
    background-color: white;
}

.footerContainer {
    position: relative;
    z-index: 4;
    width: 1470px;
    margin: auto;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    line-height: 32px;
    flex-wrap: wrap;
}

.footerWrapper > div > div:nth-child(1) {
    flex: 0 0 90%;
    display: flex;
    justify-content: space-around;
    margin: 25px auto;
}

.footerWrapper > div > div:nth-child(1):before, 
.footerWrapper > div > div:nth-child(1):after {
    content: '';
    width: 36px;
    height: 68px;
    border: 5px solid #43d52c;
    position: absolute;
    left: 120px;
    top: 34px;
}

.footerWrapper > div > div:nth-child(1):before {
    border-right: none;
}

.footerWrapper > div > div:nth-child(1):after {
    border-left: none;
    left: unset;
    right: 120px;
}

.footerWrapper > div > div:nth-child(1):before, 
.footerWrapper > div > div:nth-child(1):after {
    width: 27px;
    height: 60px;
    top: 40px;
}

#outer-wrapper > div.footerWrapper > div > div:nth-child(1) > h3 {
    display: none;
}

.footerWrapper > div > div:nth-child(1) a {
    color: white;
    text-transform: uppercase;
    font-size: 35px;
}

.footerContainer a {
    color: #c9c9c9;
}

.footerMap {
    flex: 0 0 50%;
    overflow: hidden;
}

.footerMap iframe.dealer-map {
    width: 100%;
    height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock li {
    position: relative;
    text-transform: uppercase;
    padding-left: 18px;
}

.footerBlock li:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: gray;
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: 0px;
    transition: .3s;
}

.footerBlock li:hover:before {
    color: #42fe03;
    left: 0;
    font-size: 15px;
}

.footerInfo .dealer-address {
    position: relative;
    margin-right: 34px;
}

.footerInfo .dealer-address:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #e6e6e6;
    position: absolute;
    right: -24px;
    top: 8px;
    border-radius: 50%;
}

.footerBlock table td:last-child {
    text-align: right;
    padding-left: 15px;
}

.footerBlock table td:first-child {
    font-weight: 700;
}

.footerContainer a:hover {
    color: white;
}

.footerWrapper > div > div:nth-child(1) a:hover {
    color: black;
}





/* SHIFT PAGES */

.slingshotPage .siteSearch {
    background-color: transparent;
}

.slingshotPage #section-1 {
    margin-top: -48px!important;
}

.slingshotPage header.body {
    background-color: rgb(0 0 0 / 75%);
}

.slingshotPage .siteSearch .btn-primary {
    border-radius: 0;
}







/* BREAKPOINTS */

@media (max-width: 1499px) {
.container,
.headerContainer,
.footerContainer {
    width: 1170px;
}

#inner-bg {
    margin-top: 210px;
}

.headerContainer {
    padding: 15px;
}

.headerInfo a:nth-child(1) {
    margin-right: 30px;
}

.navbar-nav>li>a {
    padding: 40px 15px;
}

h1.homeHeading {
    font-size: 67px;
}

.single-item-slider .slider-inner .item {
    width: 222px;
}

.single-item-slider .img-container {
    height: 125px;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
    padding: 2px 6px;
}

.featuredText h2 {
    margin-top: 67px;
}

nav.fixed .sNav:before {
    width: 211px;
}

.sliderText h2 {
    margin-top: 146px;
}

.homeAbout h1 .dealer-name {
    font-size: 46px;
}

.homeGiveaway h2 {
    font-size: 32px;
}

.homeAbout h4 {
    font-size: 33px;
}

.footerWrapper > div > div:nth-child(1) a {
    font-size: 29px;
}

.footerWrapper > div > div:nth-child(1):before {
    left: 82px;
}

.footerWrapper > div > div:nth-child(1):after {
    right: 82px;
}

.featuredText h2 {
    font-size: 51px;
    line-height: 49px;
}

.featuredText h2 span {
    font-size: 47px;
}

.homeSlider:before {
    width: 1100px;
    right: -403px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.inventory-container .vehicle .thumb {
    height: 170px;
    line-height: 172px;
}

.social {
    margin: 25px 0 0 0;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer,
.container {
    width: 970px;
}

#inner-bg {
    margin-top: 179px;
}

.headerContainer {
    font-size: 18px;
}

.headerBlock {
    flex: 0 0 74%;
}

.headerInfo {
    margin-top: 23px;
}

.social {
    margin: 14px 13px 0 0;
}

.social a {
    width: 35px;
    height: 35px;
    font-size: 21px;
}

#main-nav {
    margin-top: -110px;
}

.navbar-nav>li>a {
    padding: 40px 13px;
    font-size: 16px;
}

nav.fixed .sNav:before {
    width: 166px;
}

h1.homeHeading {
    font-size: 55px;
}

.featuredText h2 {
    font-size: 41px;
    line-height: 40px;
}

.featuredText h2 span {
    font-size: 38px;
}

.homeSlider:before {
    width: 900px;
    right: -328px;
}

.btnText h3 {
    font-size: 22px;
    padding: 15px;
    line-height: 27px;
}

.btnText h3 span {
    font-size: 27px;
}

.homeAbout h1 {
    margin-top: 0;
}

.homeAbout h1 .dealer-name {
    font-size: 40px;
}

.homeAbout h4 {
    font-size: 31px;
}

.single-item-slider .slider-inner .item {
    width: 273px;
}

.single-item-slider .img-container {
    height: 130px;
}

.single-item-slider .item-detail .price {
    font-size: 17px;
}

.footerTop {
    flex-flow: column;
}

.footerLogo img {
    max-width: 260px;
    margin-bottom: 20px;
}

.footerWrapper > div > div:nth-child(1) a {
    font-size: 22px;
}

.footerInfo .dealer-address:after {
    width: 6px;
    height: 6px;
    right: -20px;
    top: 7px;
}

.footerMap {
    flex: 0 0 44%;
    overflow: hidden;
}

.p-header {
    height: 265px;
}

.p-header h1 {
    font-size: 65px;
}

.p-header h1 span {
    font-size: 73px;
}

.mapWrapper {
    padding-bottom: 129%;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.inventory-container .vehicle .thumb {
    height: 138px;
    line-height: 138px;
}
}




@media (max-width: 991px) {
.headerContainer,
.footerContainer,
.container {
    width: 740px;
}

#inner-bg {
    margin-top: 139px;
}

.siteSearch {
    margin: 5% auto 10%;
}

.headerContainer {
    font-size: 16px;
}

.headerBlock {
    flex: 0 0 78%;
}

.headerBlock .dealer-phone {
    margin: 0 7px;
    font-size: 18px;
}

.headerSocial a {
    font-size: 16px;
    padding: 0 5px;
}

.headerPhone h5 {
    text-align: center;
    margin-top: 0;
    font-size: 12px;
}

.headerInfo {
    flex-flow: column;
    margin-top: 0;
}

nav.fixed .sNav:before {
    width: 115px;
    height: 62px;
}

.social {
    margin: 2px 13px 0 0;
}

#main-nav {
    margin-top: -77px;
}

#main-nav .nav>li>a {
    padding: 29px 7px;
    font-size: 13px;
}

.btnContainer a {
    flex: 0 0 24%;
}

.btnContainer .btnText:before, .btnContainer .btnText:after {
    width: 68px;
}

.btnText h3 {
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}

.btnText h3 span {
    font-size: 21px;
}

.typeContainer, .oemContainer {
    flex: 0 0 50%;
}

h1.homeHeading {
    font-size: 40px;
}

.oemContainer a {
    padding: 7px;
}

.oemWrapper h3 {
    transform: translateY(0%);
}

.footerLinks li {
    padding: 16px 10px;
    font-size: 14px;
}

.footerLinks li:before {
    font-size: 9px;
    left: 0px;
    top: 19px;
}

.footerInfo {
    flex: 0 0 31%;
}

.footerHours {
    flex: 0 0 38%;
}

.footerBottom > div {
    padding: 0 10px;
}

.footerBottom {
    flex-wrap: wrap;
}

.footerMap {
    flex: 0 0 100%;
    position: relative;
    padding-bottom: 48%!important;
    min-height: 150px;
}

.footerMap iframe {
    margin-top: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-header {
    height: 225px;
}

.p-header h1 {
    font-size: 55px;
    line-height: 54px;
}

.p-header h1 span {
    font-size: 63px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.footerLinks li:hover:before {
    left: -3px;
    font-size: 13px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.homeSlider:before {
    width: 685px;
    right: -341px;
}

.featuredText h2 {
    font-size: 41px;
    line-height: 40px;
    margin-top: 100px;
}

.homeAbout {
    margin: 0% auto;
}

.homeAbout:after {
    width: 100%;
    height: 3px;
    right: unset;
    left: 0;
    top: unset;
    bottom: 0;
}

.homeGiveaway {
    margin-top: 3%;
}

.footerWrapper > div > div:nth-child(1) {
    flex-flow: column;
    align-items: center;
}

.footerWrapper > div > div:nth-child(1):before, 
.footerWrapper > div > div:nth-child(1):after {
    height: 85px;
}

.inventory-container .vehicle .thumb {
    height: 220px;
    line-height: 220px;
}
}




@media (max-width: 767px) {
.footerContainer,
.container,
.headerContainer {
    width: 100%;
}

#inner-bg {
    margin-top: 84px;
}

.siteSearch {
    margin: 7% auto 8%;
    width: 98%;
}

.btnContainer a {
    flex: 0 0 48%;
}

.btnText h3 {
    font-size: 4.5vw;
    line-height: 6vw;
    padding: 5% 0;
}

.btnText h3 span {
    font-size: 5.5vw;
}

.typeWrapper {
    flex-flow: column;
}

.oemWrapper {
    flex-flow: column-reverse;
}

.typeWrapper h3, 
.oemWrapper h3 {
    font-size: 17vw;
    transform: translateY(0%);
}

.typeWrapper, 
.oemWrapper {
    padding: 0;
}

.featText h2 {
    margin: 20px 0 0;
    padding: 10px;
}

.featSection {
    padding-bottom: 90px;
}

.footerLinks ul {
    flex-flow: column;
}

.footerBottom {
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
}

.footerMap {
    padding-bottom: 100%!important;
    width: 100%;
}

.footerHours {
    margin: 25px 0 10px;
}

a.headeraddy,
.headerSocial {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerBlock {
    flex: 0 0 auto;
    position: relative;
    z-index: 444;
}

.headerContainer {
    position: fixed;
    top: 6px;
    z-index: 4;
    width: 56%;
    left: 55%;
    transform: translateX(-50%);
    /* justify-content: space-between; */
}

.headerBlock .dealer-phone {
    margin: 0 7px;
    font-size: 5vw;
}

.headerLogo img {
    max-width: 130px;
}

#main-nav {
    margin-top: 0;
    position: fixed;
    top: 0;
    background-color: #64666c;
    width: 100%;
}

.navbar-nav {
    display: block;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    line-height: 8vw;
    padding: 2%;
}

.p-header h1 span {
    font-size: 9vw;
}

.navbar-collapse {
    box-shadow: none;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 22px;
}

.headerLogo {
    position: relative;
    z-index: 444;
}

.homeSlider {
    position: relative;
    padding: 0px 13px 30px;
    margin-top: 0;
}

.homeSlider:before {
    width: 100%;
    right: 0;
}

.sliderText h2,
.footerInfo .dealer-address:after,
nav.fixed .sNav:before {
    display: none;
}

.homeAbout {
    padding: 0;
    line-height: 24px;
}

.homeAbout h1 {
    font-size: 24px;
}

.homeAbout h1 .dealer-name {
    font-size: 30px;
    letter-spacing: 0;
}

.footerInfo .dealer-address {
    margin-right: 0;
    display: block;
}

.footerWrapper > div > div:nth-child(1) a {
    text-align: center;
}

.footerWrapper > div > div:nth-child(1):before, 
.footerWrapper > div > div:nth-child(1):after {
    height: 124px;
}

.footerWrapper > div > div:nth-child(1):before {
    left: 57px;
}

.footerWrapper > div > div:nth-child(1):after {
    right: 57px;
}

.footerMap iframe {
    margin-top: 70px;
}

.featuredText h2 {
    margin: 0;
}

.oemContainer a {
    flex: 0 0 31%;
}

.oemContainer {
    flex-wrap: wrap;
}

.header-box, 
.headerContainer .phone-text, 
.headerInfo > a:nth-child(2) > div {
    display: none;
}

.headerInfo {
    flex-flow: row;
    align-items: center;
    margin-right: 15px;
}

.headerInfo a:nth-child(1) {
    margin-right: 15px;
    font-size: 31px;
}

.headerInfo > a:nth-child(2) {
    font-size: 26px;
    margin-top: -5px;
}

#main-nav .navbar-brand {
    height: 65px;
    padding: 0px 10px;
}

.social {
    margin: 2px 00;
}

#main-nav .navbar-toggle {
    padding: 15px 10px;
}

.social {
    margin: 2px 00;
}

.topSection {
    margin-top: 0;
}

#main-nav .nav>li>a {
    padding: 15px;
    font-size: 15px;
}

#main-nav .dropdown-menu > li > a {
    color: #e5e4e4;
}

header.body {
    background: none;
    top: -64px;
}

h1.homeHeading {
    font-size: 37px;
    padding-top: 30px;
    margin-bottom: 0;
}

.siteSearch .form-control {
    font-size: 14px!important;
    padding: 27px 9px;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.typeSection .widget-inner,
.sliderText .widget-inner {
    margin-top: 0!important;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    flex: 1 0 50%;
    padding: 20% 3%;
}

.typeContainer h3 {
    font-size: 6vw;
}

.homeAbout:after {
    bottom: -34px;
}

.footerContainer {
    justify-content: center;
}

.inventory-container .vehicle .title {
    font-size: 16px;
}

.inventory-container .vehicle .title {
    text-align: left;
}

#VehicleInquiryContainer .form-header-text {
    font-size: 28px;
}
}




