body { 
    font-family: 'Noto Sans', 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: #fff url(https://psmfirestorm.blob.core.windows.net/281bb9d1-e520-4663-9b83-6da6fabfacfc/building-2.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
body {
    background: #fff url(https://psmfirestorm.blob.core.windows.net/281bb9d1-e520-4663-9b83-6da6fabfacfc/building-2.jpg) no-repeat 50% 41%;
    background-attachment: fixed;
    background-size: cover;
}
}

a,
a.promo {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover,
a.promo:hover {
    color: #ff6600;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.sliderSection {
    background-color: black;
    margin-top: 0!important;
    padding: 30px 0;
}

.aboutSection {
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/ab133a05-1bc1-4e9a-8110-ff4752b1186a/about-background-2.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.homeAbout {
    width: 74%;
    margin: 40px auto 0;
    color: white;
}

.homeAbout h2 {
    border-bottom: 3px solid #a5a5a5;
    width: max-content;
    margin: 17px auto;
    padding: 9px 30px;
    font-size: 40px;
}

.homeAbout p {
    text-align: justify;
    font-size: 15.8px;
    line-height: 27px;
}

.homeAbout .btn-primary {
    margin: auto;
    display: block;
    width: max-content;
    margin-top: 24px;
}

.featuredSection {
    position: relative;
    margin-top: 0!important;
    padding: 6% 0;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/600d3dd3-c21b-4fcb-ba14-9c561fc2d339/featured-back--1-.jpg);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

#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(255 255 255 / 88%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}





/* HEADER */

header.body {
    position: relative;
    background-color: black;
}

.headerContainer a {
    color: white;
}

.headerContainer a:hover {
    color: #ff6600;
}

/*
header.body:before,
.footer-background:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/8f7440a5-4572-4486-9437-a80e8998b307/white-background.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
*/

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 9px 15px 15px;
    position: relative;
    z-index: 3;
    align-items: flex-start;
}

.smaller {
    transform: scale(0.75);
    transition: .3s;
    transform-origin: 50% 22%;
}

.header-box {
    transition: .3s;
    position: relative;
    z-index: 4444;
    flex: 0 0 15%;
}

.header-middle-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerRight {
    display: flex;
    align-items: flex-start;
    margin-top: 22px;
}

.siteSearch {
    margin-right: 45px;
    display: flex;
    width: 350px;
    position: relative;
}

.siteSearch .form-control {
    background-color: rgb(255 255 255);
    color: black;
    border-radius: 30px 0 0 30px;
    padding: 28px 20px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    border: none;
    box-shadow: none;
    z-index: 3;
}

.siteSearch .btn-primary {
    background-color: white;
    padding: 12px 17px;
    border: none;
    position: relative;
    z-index: 3;
    margin: 0;
    border-radius: 0 30px 30px 0;
    color: #ff6600;
}

.siteSearch .btn-primary:hover {
    background-color: white;
    color: black;
}

.headerContainer .dealer-phone {
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 35px;
}

.header-middle-top .btn-primary {
    margin: 0;
    padding: 5px 17px;
}

.header-middle-btm {
    text-transform: uppercase;
}

.header-middle-btm .dealer-address {
    position: relative;
    margin-right: 20px;
}

.header-middle-btm .dealer-address:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: black;
    position: absolute;
    right: -10px;
    top: 0;
}

.header-social {
    display: flex;
}

.header-social a {
    font-size: 26px;
    width: 56px;
    height: 56px;
    color: #ff6600;
    background-color: white;
    text-align: center;
    margin: 0 3px;
    padding: 8px;
    border-radius: 50%;
}

.header-social a:hover {
    background-color: transparent;
}

.headerMiddle {
    margin-top: 15px;
}





/* NAVIGATION */

#main-nav {
    margin-top: -97px;
}

.navbar-nav {
    float: right;
    z-index: 4;
    position: relative;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 23px;
    padding: 35px 16px;
    color: white;
}

nav.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 201;
    background-color: black;
    left: 0;
    border-radius: 0px;
    background-size: cover;
    background-position: 50% 56%;
}

.navbar-nav:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b7ec2195-4599-48b2-8b83-b38d02bc7837/Current-FB-2.jpg);
    width: 100px;
    height: 90px;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    position: absolute;
    transition: .3s;
    filter: opacity(0);
    left: -155px;
}

nav.fixed .sNav:before {
    filter: opacity(1);
}

.nav.navbar-nav.navbar-right {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

#main-nav-collapse > ul > li:nth-child(2) > ul > li:nth-child(4) > a {
    color: #ff6600;
    font-weight: 700;
}






/* CONTENT */

.h-button-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
}

.h-button-container a {
    text-align: center;
    flex: 0 0 19%;
    margin: 2% 0 30%;
    color: black;
    border-radius: 8px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d8c25a1e-7c51-4efd-8b25-46f96ec20487/button-background.jpeg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.72);
    background-size: cover;
}

.h-button-container a:hover {
    transform: scale(1.1);
}

.h-button-block {
    padding: 10px;
}

.h-button-block > span {
    font-size: 25px;
    background-color: #000000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 9px 0;
    color: white;
}

.h-button-block h3 {
    margin: 5px 0 0;
    font-size: 23px;
    color: #ff6600;
    text-shadow: 1px 1px 2px black;
}

.h-button-block h5 {
    text-transform: uppercase;
    margin: 0;
}

.familyWrapper {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9ec1a6d8-718a-4387-9130-f6406ac7100f/model-back-2.jpg);
    background-size: cover;
    background-position: center top;
    padding-top: 12%;
}

.familyContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    padding: 20px 15px;
    align-items: flex-end;
    text-align: center;
}

.familyblock {
    padding: 10px;
}

.familyblock img {
    transition: .3s;
}

.familyblock:hover img {
    transform: translateY(10px);
}

.familyblock h3 {
    text-shadow: 1px 1px 3px rgb(255 255 255 / 70%);
    font-size: 28px;
    margin-bottom: 5px;
    transition: .3s;
    font-family: 'DINPro-Bold-Cd';
}

.familyblock:hover h3 {
    color: #ff6600;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
}

.familyblock > a:nth-child(1):hover h3 {
    color: #ff6600;
}

.familyNoU {
    display: flex;
    justify-content: space-around;
    border: 1px solid white;
}

.familyNoU a {
    background-color: rgb(0 0 0 / 60%);
    flex: 0 0 50%;
    color: white;
    text-transform: uppercase;
    padding: 5px;
}

.familyNoU a:hover {
    background-color: white;
    color: black;
}

.familyContainer > div > div > a {
    border: 1px solid rgb(255 255 255 / 0%);
}

.familyContainer > div > div > a:nth-child(1) {
    border-right: 1px solid white;
}

.familyContainer > div > div > a:nth-child(2) {
    border-left: 1px solid white;
}

.homeSlider .carousel {
    border-radius: 10px;
    overflow: hidden;
}

.p-header {
    position: relative;
    background-color: white;
    height: 270px;
    border-bottom: 3px solid #a5a5a5;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 6px 6px 6px black;
}

.p-header img {
    filter: opacity(0.5) grayscale(1);
    object-fit: cover;
    width: 100%;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    font-size: 50px;
    margin: 0;
    color: white;
    background-color: black;
    padding: 3px 15px;
    z-index: 4;
}

.p-header h1:after {
    content: '';
    width: 85px;
    height: 85px;
    background-color: black;
    position: absolute;
    transform: rotate(45deg);
    bottom: -42px;
    z-index: -1;
    right: -43px;
}

.p-header h1 sup {
    font-size: 29px;
}

.department .title {
    color: white;
}

.department-container .department {
    background: transparent;
}

.department .employee .name p {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 5px;
}

.department .employee .job p {
    border-bottom: 1px solid #808080;
}

.department .employee {
    border-radius: 0px;
    padding: 10px;
    height: max-content;
    background-color: #272727;
    color: white;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
}

.maphourswrapper {
    display: flex;
}

.maphourswrapper div {
    flex: 0 0 50%;
}

.mapWrapper {
    position: relative;
    padding-bottom: 30%;
    margin-top: 15px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext h3 {
    margin-bottom: 0;
}

.vyt-banner {
    margin-top: 25px;
}

.policeWrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.about-pic {
    float: right;
    width: 40%;
    padding: 0 0 15px 15px;
}

.rrWrapper {
    display: flex;
    justify-content: space-between;
}

.rrWrapper div {
    padding: 10px;
}

.financingBtns {
    display: flex;
    justify-content: center;
}

.financingBtns div {
    flex: 0 0 30%;
}

.financingBtns div a {
    margin-left: 13px;
    margin-bottom: 18px;
}

#creditAppForm section {
    background: #000000!important;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 348px;
}

.single-item-slider .slider-inner .item {
    width: 299px;
}

.single-item-slider {
    padding-left: 35px;
    padding-right: 35px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid #ffffff;
    border-radius: 8px;
}

.single-item-slider .img-container {
    height: 210px;
}

.featuredInventory > div {
    background-color: rgb(255 255 255 / 64%);
    padding: 10px;
    border-radius: 10px;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 32px;
}

.single-item-slider .item-detail .price {
    font-size: 26px;
    text-transform: uppercase;
    bottom: 3px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff6600;
    color: white;
    padding: 8px 15px;
    border-radius: 22px;
    font-family: 'DINPro-Bold-Cd', sans-serif;
}

.single-item-slider .item-detail .name {
    line-height: 18px;
    color: black;
    font-size: 14px;
    min-height: 54px;
}

.single-item-slider .slider-inner .item:hover,
.single-item-slider .slider-control:hover {
    color: black;
}

.widget-FeaturedVehicles .blurbBanner span {
    top: 30px;
    left: -30px;
    width: 100%;
    padding: 0 47px 0 10px;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #404040;
    color: black;
}

.inventory-container .vehicle-box:hover .price {
    color: black;
}

.input-group-addon {
    color: #ff6600;
    background-color: #000;
    border: 1px solid #404040;
}

.panel {
    border-radius: 0px;
}

.panel-default>.panel-heading {
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: 700;
}

.panel-default {
    border-color: #404040;
}

.k-pager-wrap {
    margin-top: 9px;
}

.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: #ff6600;
    background-color: #cecece;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-pager-wrap>a.k-state-disabled:hover {
    background-color: #bbbbbb;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    left: 0;
    font-size: 26px;
    text-transform: uppercase;
    width: max-content;
    left: 0;
    background-color: #ff6600;
    color: white;
    padding: 8px 15px;
    border-radius: 22px;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    margin: 5px auto;
    text-align: center;
    position: relative;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 4px solid #4c4c4c;
}

.inventory-container .vehicle:hover {
    background-color: #ff6600;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 236px;
    height: 241px;
}

.inventory-image {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.modal {
    z-index: 99999;
}






/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #000000;
    border-radius: 34px;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    padding: 10px 20px;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0 5px;
    transition: .3s;
}

.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.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.focus, .btn-primary:focus {
    color: #fff;
    background-color: black;
    border-color: black;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 31px;
    margin-bottom: 9px;
    color: #ff6600;
    line-height: 28px;
    padding-top: 5px;
    font-family: 'DINPro-Bold', sans-serif;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #efefef;
    box-shadow: none;
    transition: .3s;
    background-color: #efefef;
    color: black;
}

.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;
    background-color: #e6e6e6;
    color: black;
}

.customForm textarea {
    width: 100%;
}

.inquiryformcontainer .panel-body {
    padding: 12px;
}

@media (min-width: 768px) {
#Form1404 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form1406 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1404 > div:nth-child(1) > fieldset > div:nth-child(8),
#Form1406 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
    position: relative;
    color: white;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1470px;
    margin: auto;
    padding: 30px 15px;
    line-height: 34px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}

.footer-container a {
    color: white;
}

.footer-container a:hover {
    color: #ff6600;
}

.footer-logo {
    display: block;
    max-width: 275px;
    margin: 0 auto;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-size: 25px;
    margin-top: 5px;
}

.footer-links a {
    display: block;
    position: relative;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -5%;
}

.footertable {
    margin: 0 auto;
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 6px;
    color: #989898;
}

.footer-hours div:nth-child(1) {
    margin-right: 30px;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block h3 {
    font-size: 28px;
}

.footer-block .contact-btn {
    margin-top: 45px;
}

.footer-background > div > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-background > div > div:nth-child(1) > a {
    margin-right: 40px;
}




@media (max-width: 1499px) {
.headerContainer,
.familyContainer,
.footer-container {
    width: 1170px;
}

#main-nav {
    margin-top: -77px;
}

.navbar-nav>li>a {
    font-size: 18px;
    padding: 25px 15px;
}

.header-box {
    flex: 0 0 12%;
}

.navbar-nav:before {
    width: 78px;
    height: 70px;
    left: -125px;
}

.footer-background > div > div:nth-child(1) {
    flex-flow: column;
}

.footer-background > div > div:nth-child(1) > a {
    margin-right: 0;
}

.footer-logo {
    max-width: 190px;
}

.headerMiddle {
    margin-top: 0;
}

.headerRight {
    margin-top: 9px;
}

.h-button-block h3 {
    font-size: 17px;
}

.familyblock {
    padding: 8px;
}

.familyblock h3 {
    font-size: 22px;
}

.familyNoU a {
    font-size: 14px;
}

.single-item-slider .slider-inner .item {
    width: 225px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 21%;
}

.single-item-slider .slider-outer {
    height: 258px;
}

.footer-block .contact-btn {
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    line-height: 185px;
    height: 189px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}
}





@media (max-width: 1199px) {
.headerContainer,
.familyContainer,
.footer-container {
    width: 970px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 20px 15px;
}

.header-social a {
    font-size: 22px;
    width: 45px;
    height: 45px;
    padding: 5px;
}

.headerContainer {
    align-items: center;
}

.siteSearch {
    margin-right: 20px;
    width: 258px;
}

.siteSearch .form-control {
    padding: 23px 15px;
    font-size: 15px;
}

.siteSearch .btn-primary {
    padding: 8px 17px;
}

.headerRight {
    margin-top: 0;
}

.navbar-nav:before {
    display: none;
}

.h-button-block h3 {
    font-size: 14px;
    text-shadow: 1px 1px 1px black;
}

.familyblock {
    padding: 5px;
}

.familyblock h3 {
    font-size: 18px;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 70%);
    margin-top: 2px;
}

.familyNoU a {
    font-size: 12px;
}

.single-item-slider .slider-inner .item {
    width: 203px;
}

.single-item-slider .item-detail .price {
    font-size: 23px;
    padding: 6px 12px;
}

.footer-container {
    flex-flow: column;
    align-items: center;
}

.footer-background > div > div:nth-child(1) > a {
    margin-right: 30px;
}

.inventory-container .vehicle .thumb {
    line-height: 149px;
    height: 154px;
}

.inventory-container .vehicle .thumb {
    line-height: 241px;
    height: 246px;
}
}




@media (max-width: 991px) {
.headerContainer,
.familyContainer,
.footer-container {
    width: 740px;
}

.headerRight {
    flex-flow: column;
    align-items: center;
}

.siteSearch {
    margin-right: 0;
    width: 236px;
    margin-bottom: 10px;
}

.header-social a {
    font-size: 19px;
    width: 40px;
    height: 40px;
    padding: 5px;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding: 15px 7px;
}

.h-button-block h3 {
    font-size: 17px;
}

.h-button-block > span {
    font-size: 17px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 9px 0;
}

.familyblock h3 {
    font-size: 14px;
}

.familyNoU a {
    font-size: 9px;
    padding: 5px 0;
}

.single-item-slider .slider-inner .item {
    width: 200px;
}

.homeSlider {
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    line-height: 241px;
    height: 246px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.p-header h1:after {
    width: 77px;
    height: 77px;
    bottom: -43px;
    right: -39px;
}

.financingBtns {
    display: flex;
    justify-content: space-around;
}

.financingBtns div {
    flex: 0 0 42%;
}
}




@media (max-width: 767px) {
.headerContainer,
.familyContainer,
.footer-container {
    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 15px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}

.siteSearch {
    position: absolute;
    left: 15px;
    bottom: -55px;
    margin-bottom: 0;
}

.header-middle-btm {
    display: none;
}

.h-button-container {
    flex-flow: column;
}

.h-button-block h3 {
    font-size: 7vw;
}

.familyWrapper {
    background-size: contain;
    background-position: center top;
    padding-top: 0%;
    background-repeat: no-repeat;
    background-color: #515151;
}

.familyContainer {
    flex-flow: column;
}

.familyblock h3 {
    font-size: 9vw;
    color: white;
    text-shadow: none;
}

.familyNoU a {
    font-size: 5vw;
}

.headerContainer .dealer-phone .fa,
.header-social {
    display: none;
}

.header-middle-top {
    flex-flow: column;
}

.headerContainer .dealer-phone {
    font-size: 29px;
}

.header-box {
    flex: 0 0 30%;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 17px;
    padding: 15px;
}

.h-button-container a {
    margin: 2%;
}

.homeAbout {
    width: 100%;
    margin: 0;
    color: white;
}

.homeAbout h2 {
    width: 100%;
    padding: 9px 0px;
    font-size: 23px;
    text-align: center;
}

.footer-hours {
    flex-flow: column;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.aboutSection {
    padding: 0 0 20px;
}

.headerContainer {
    z-index: 9999;
}

nav.fixed {
    position: relative;
}

.header-middle-top .btn-primary {
    margin-top: 15px;
}

.homeSlider {
    margin-top: 0;
}

.policeWrapper a {
    flex: 0 0 95%;
}

.p-header {
    height: 100%;
    margin: 0;
}

.p-header h1 {
    font-size: 6.5vw;
}

.p-header h1:after {
    display: none;
}

.p-header h1 sup {
    font-size: 4vw;
}

.about-pic {
    width: 55%;
}

.financingBtns div {
    flex: 0 0 50%;
    text-align: center;
}

.maphourswrapper {
    flex-flow: column;
    text-align: left;
}

.hoursblock h4 {
    text-align: center;
}

.mapandhourstbl {
    margin: auto;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.inventory-container .vehicle .thumb {
    line-height: 221px;
    height: 224px;
}

#main-nav .navbar-toggle {
    color: white;
}
}






