body {
    font-size: 16px;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/9225cc40-8260-415d-885e-0a6f783430c7/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/9225cc40-8260-415d-885e-0a6f783430c7/background-2.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}


a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
    font-weight: 700;
}

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;
}

.aboutBox {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b5d92576-564e-48dd-85f0-73ce3729b403/dealership-70.jpg);
    background-size: cover;
    background-position: 0 0px;
    margin-top: 0!important;
    padding: 30px 0;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(255 255 255 / 80%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */
header.body {
    background-color: white;
    color: black;
    border-bottom: 5px solid #929292;
    box-shadow: 0 0 10px black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/8a3bc3ec-33e9-4ab1-badb-03dc947a50eb/header-back-2.jpg);
    background-size: contain;
    background-position: center;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: flex-start;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    flex: 0 0 65%;
    text-transform: uppercase;
    align-items: center;
    position: relative;
}

.headerBlock::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: -15px;
}

.headerBlock .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerBlock .dealer-city {
    padding-left: 5px;
}

.headerBlock .dealer-phone {
    font-size: 42px;
    font-weight: 700;
    line-height: 57px;
}

.headerBlock .dealer-phone .fa-mobile {
    padding-right: 5px;
    color: gray;
}

.headerBlock div:first-child {
    display: flex;
    flex-flow: column-reverse;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a {
    font-size: 25px;
    padding: 3px;
    width: 43px;
    height: 43px;
    margin: 0px 5px;
    text-align: center;
    box-shadow: 0px 0px 4px black;
    background-color: #ff6600;
    border-radius: 50%;
    color: black;
    background: linear-gradient(to top, rgba(255,102,0,1) 0%,rgb(255 152 0) 100%);
    border: 3px solid white;
}



.headerAddress {
    display: block;
    margin-top: -9px;
    color: black;
    position: relative;
    z-index: 2;
}

.headerContainer a:hover {
    color: #ff6600;
}

.headerSocial a:hover {
    color: white;
}

.headerLogo {
    position: relative;
    z-index: 3333;
}






/* NAVIGATION */

#main-nav {
    margin-top: -50px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-collapse {
    padding-right: 0;
}

#main-nav .container {
    padding-right: 0;
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    color: black;
    position: relative;
    z-index: 3;
}

.navbar-nav>li>a:before {
    content: '';
    width: 100%;
    height: 0px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
}

.navbar-nav>li>a:hover:before {
    height: 100%;
    z-index: -1;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}






/* CONTENT */

.siteSearch {
    display: flex;
    width: 450px;
    margin: 25px auto;
    border-radius: 30px;
    box-shadow: 0 0 10px black;
}

.siteSearch .form-control {
    padding: 26px;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    border: 5px solid white;
    margin: 0;
}

.siteSearch button {
    background-color: #ff6600;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    border: 5px solid white;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: linear-gradient(to top, rgba(255,102,0,1) 0%,rgb(255 152 0) 100%);
    margin: 0;
}

.siteSearch button:hover {
    border-color: white;
}

.siteSearch button:before {
    display: none;
}

.familycontainer {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 5%;
    background-color: rgb(255 255 255 / 70%);
    align-items: flex-end;
}

.familyblock {
    margin: 10px;
    padding: 10px 10px 20px;
    position: relative;
    flex: 0 1 20%;
}

.familyblock:before {
    content: '';
    width: 100%;
    height: 151px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: -1;
}

.familyblock a {
    position: relative;
}

.familyblock img {
    min-height: 115px;
    object-fit: contain;
}

.familyblock h3 {
    margin-top: -11px;
    font-size: 40px;
    position: absolute;
    text-shadow: 1px 1px 1px black;
    width: 90%;
    text-align: left;
    border-bottom: 1px solid black;
}

.familyNoU {
    display: flex;
    justify-content: space-between;
    margin-top: 24%;
}

.familyNoU a {
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    min-width: 90px;
    text-transform: unset;
}

.familyNoU a:hover {
    background-color: #ff6600;
}

.home-button-container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.home-button-container a {
    flex: 0 0 37%;
}

.home-button-block {
    border-radius: 60px;
    border: 5px solid white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to top, rgba(255,102,0,1) 0%,rgb(255 152 0) 100%);
    padding: 16px 30px 13px;
    box-shadow: 0 0 10px black;
    position: relative;
    overflow: hidden;
}

.home-button-block:after {
    content: '';
    position: absolute;
    right: -7px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/79de12b3-1bc4-4104-baaf-c1f2b046c4cd/harley-davidson-logo.png);
    background-size: contain;
    width: 40%;
    height: 130%;
    background-repeat: no-repeat;
    transform: rotate(12deg);
    top: -14px;
    filter: opacity(0.3);
    transition: .5s;
}

.home-button-container a:hover div:after {
    transform: scale(5);
    right: 25%;
}

.home-button-block h2 {
    margin: 0;
    font-size: 45px;
    line-height: 34px;
    transition: .3s;
    position: relative;
    z-index: 3;
}

.home-button-container a:hover h2 {
    color: white;
}

.home-button-container a:hover div h2 {
    margin-left: 37%;
}

.home-button-block span {
    font-size: 37px;
    display: block;
}

.homeAbout span {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    display: block;
    letter-spacing: 16px;
    color: white;
}

.homeAbout h1 {
    color: #ff6600;
    text-align: center;
    margin-top: 0;
    letter-spacing: 2px;
    font-size: 40px;
}

.homeAbout p {
    line-height: 27px;
    color: white;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #0d214f;
}

.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: #fff;
    background-color: #cacaca;
    border-color: #cccccc;
}

.gzhPic {
    float: right;
    padding: 0 0 10px 10px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.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;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
    border: 4px solid #929292;
}

.p-header:before {
    content: '';
    background: linear-gradient(to right, rgb(255 255 255) 0%,rgba(255,255,255,0) 100%);
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p-header h1 {
    position: absolute;
    /* bottom: 0; */
    margin: 0;
    font-size: 65px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    left: 1%;
    /* border-bottom: 5px solid #ff6600; */
}

.p-header h1:after {
    content: '';
    background: linear-gradient(to left, rgba(255,102,0,1) 0%,rgb(255 255 255) 100%);
    width: 100%;
    height: 10px;
    position: absolute;
}

.p-header h1 span {
    display: block;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.mcBtns {
    display: flex;
    justify-content: space-around;
}

.mcBtns .btn-primary {
    font-size: 20px;
}

.mcBtns .btn-primary:hover:before {
    border: 25px solid #252525;
}

.rrWrapper iframe {
    width: 100%;
}

.servPics {
    display: flex;
    margin-top: 25px;
    justify-content: space-around;
}

.servPics div {
    flex: 0 0 30%;
    border: 3px solid grey;
}






/* FEATURED INVENTORY */

.featuredInventory {
    margin-top: 30px;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid white;
}

.single-item-slider .slider-outer {
    height: 242px;
}

.single-item-slider .item-detail .name {
    color: black;
    line-height: 18px;
    font-size: 14px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    left: 50%;
    padding: 4px 14px;
    font-weight: 700;
    text-transform: uppercase;
    bottom: -9px;
    border-radius: 20px;
    width: max-content;
    transform: translateX(-50%);
    border: 3px solid white;
    color: black;
    box-shadow: 0 0 10px black;
    background: linear-gradient(to top, rgba(255,102,0,1) 0%,rgb(255 152 0) 100%);
}

.single-item-slider .item-detail {
    border-top: 1px solid black;
    margin-top: 6px;
}

.featuredInventory h2 {
    display: none;
}







/* REVIEWS */

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20em;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 242px;
}

.latestReviews h2 {
    display: none;
}






/* INVENTORY */

#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 {
    text-align: center;
    position: absolute;
    font-size: 18px;
    padding: 3px 8px;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd300;
    text-transform: uppercase;
    border: 3px solid white;
    color: black;
    box-shadow: 0 0 4px #000000c4;
    background: linear-gradient(to top, rgba(255,102,0,1) 0%,rgb(255 152 0) 100%);
    border-radius: 27px;
    width: max-content;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #e4e4e4;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 50px;
}

.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 .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 700;
}

.inventory-container .vehicle-box {
    position: relative;
}






/* FORMS */


.btn-primary {
    color: #000;
    position: relative;
    background-color: #ff6600;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 6px;
    transition: .3s;
    z-index: 9;
    border-radius: 27px;
    background: linear-gradient(to top, rgba(255,102,0,1) 0%,rgb(255 152 0) 100%);
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.btn-primary:before {
    content: '';
    position: absolute;
    border: #252525 solid 2px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    transition: .3s;
    z-index: -1;
    border-radius: 30px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:hover:before {
    border: 21px solid #252525;
}

.btn-sec:hover:before {
    border: 28px solid #252525;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
}

.form-header-text {
    /* font-family: 'freedommachine'; */
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ff6600;
    font-weight: 700;
    /* text-shadow: 1px 1px 0 white, 2px 2px 2px black; */
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
}

.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}

.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: #ffffff;
}

.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;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

#Form1565 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1565 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1566 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1566 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1567 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1569 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form1564 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1564 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+13) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1565 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1566 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1567 > div:nth-child(1) > fieldset > div:nth-child(n+6),
#Form1569 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}






/* FOOTER */

.footerWrapper {
    background-color: white;
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
}

.footerTop {
    display: flex;
    width: 1180px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.footerLogo img {
    max-width: 250px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 14px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.footerLinks li:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-right: 4px;
    color: #929292;
    font-size: 12px;
    position: absolute;
    left: 5px;
    top: 9px;
    transition: .3s;
}

.footerLinks li:hover:before {
    top: 0;
    transform: rotate(-90deg);
    /* position: absolute; */
    font-size: 21px;
    left: 0;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding: 30px 15px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 27px;
    font-weight: 700;
}

.footerInfo a:first-child {
    color: black;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.footerHours table {
    margin-bottom: 44px!important;
}

.footerMap {
    position: relative;
    padding-bottom: 25%;
    flex: 0 0 47%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.footerSocial a {
    font-size: 25px;
    padding: 3px;
    width: 43px;
    height: 43px;
    margin: 5px;
    text-align: center;
    box-shadow: 0px 0px 4px black;
    background-color: #ff6600;
    border-radius: 50%;
    color: black;
    background: linear-gradient(to top, rgba(255,102,0,1) 0%,rgb(255 152 0) 100%);
    border: 3px solid white;
}

.footerSocial a:hover {
    color: white;
}

footer.body .outer-wrapper {
    background-color: #e0e0e0;
    color: #000;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}





@media (max-width: 1199px) {
.headerContainer,
.footerTop,
.footerContainer {
    width: 970px;
}

.familyblock img {
    min-height: 80px;
}

.familyblock h3 {
    margin-top: -3px;
    font-size: 30px;
}

.familyblock {
    margin: 6px;
    padding: 10px 3px 18px;
}

familyblock:before {
    height: 142px;
    top: 56px;
}

.familyblock:before {
    content: '';
    width: 100%;
    height: 142px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: -1;
}

.familyblock img {
    min-height: 108px;
}

.familyblock h3 {
    margin-top: -3px;
    font-size: 30px;
    width: 97%;
}

.familyNoU a {
    min-width: 83px;
    font-size: 14px;
}

.navbar-nav>li>a {
    font-size: 17px;
    padding: 15px 9px;
}

.footerLinks li {
    padding: 5px 11px 5px 15px;
    font-size: 16px;
}

.footerLogo img {
    max-width: 190px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 231px;
}

.home-button-container a:hover div h2 {
    margin-left: 20%;
}

.home-button-container a:hover div:after {
    transform: scale(6);
    top: 30%;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 56px;
}
}





@media (max-width: 991px) {
.headerContainer, 
.footerTop, 
.footerContainer {
    width: 748px;
}

.familyblock:before {
    height: 144px;
}

.familyblock img {
    min-height: 80px;
}

.familyblock h3 {
    font-size: 24px;
    width: 96%;
}

.familyNoU {
    flex-flow: column;
}

.familyNoU a {
    min-width: unset;
    font-size: 13px;
    margin: 0px 5px;
}

.familyNoU a:first-child {
    margin: 7px 5px;
}

.home-button-block h2 {
    font-size: 26px;
    line-height: 26px;
}

.home-button-block span {
    font-size: 34px;
}

.home-button-container a:hover div:after {
    top: 62%;
}

#main-nav .nav>li>a {
    padding-left: 9px;
    padding-right: 9px;
}

.headerLogo img {
    max-width: 219px;
}

#main-nav {
    margin-top: -40px;
}

.headerBlock::after {
    bottom: -5px;
}

.footerLinks ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerBottom {
    flex-wrap: wrap;
}

.footerBottom {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerMap {
    padding-bottom: 30%;
    flex: 0 0 100%;
}

.btn-primary:before {
    display: none;
}
}





@media (max-width: 767px) {
.headerContainer, 
.footerTop, 
.footerContainer {
    width: 100%;
}

.headerSocial,
.headerAddress,
.headerBlock::after {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav .container {
    padding-right: 15px;
}

.siteSearch {
    width: 95%;
}

.headerLogo img {
    max-width: 145px;
}

.headerBlock .dealer-phone {
    font-size: 20px;
    color: black;
    line-height: unset;
}

#main-nav {
    margin-top: -56px;
}

.familyblock {
    flex: 0 0 45%;
}

.familyblock:before {
    height: 144px;
}

.familyblock:before {
    height: 70%;
    z-index: 0;
}

.familycontainer {
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
}

.familyblock:before {
    display: none;
}

.home-button-block {
    margin: 10px 0;
}

.home-button-container {
    flex-wrap: wrap;
    margin-top: 25px;
}

.home-button-container a {
    flex: 1 0 47%;
}

.home-button-container a:hover div:after {
    filter: opacity(0);
}

.headerBlock {
    justify-content: flex-end;
    flex: 0 0 50%;
}

.aboutBox {
    background-image: none;
}

.aboutBox {
    background-color: rgb(0 0 0 / 48%);
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 11vw;
    line-height: 9vw;
}

.servPics {
    margin-top: 0;
}

.servPics div {
    flex: 0 0 43%;
}

#main-nav .dropdown-menu>li>a {
    background-color: #eaeaea;
}

#filters-modal {
    z-index: 999999999;
}

.footerLogo img {
    max-width: 141px;
}

.home-buttons-mobile {
    margin-top: -30px;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 20px;
}
}







