body { 
    font-family: 'DINPro', 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/c2ff81a2-044f-478f-9f4f-99396a115c96/background-3.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/c2ff81a2-044f-478f-9f4f-99396a115c96/background-3.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

#inventory-page,
.page-background > div,
#showroom,
#vdp-container,
#employees-team-page {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 15px;
    margin-top: 25px;
}

#showroom hr {
    margin: 0 0 15px;
    border-top: 1px solid #7e7e7e;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

a {
    color: #ed1a2d;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}







/* HEADER */

header.body {
    margin-bottom: 0;
}

.header-background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/022c508e-9ab3-4e79-bfe4-25b84cc922aa/header-background-3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: white;
}

.header-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-transform: uppercase;
    line-height: 18px;
    padding: 4px 15px;
}

.headerblock {
    flex: 0 0 25%;
}

.headerblock:last-child {
    text-align: right;
}

.headerlogo {
    z-index: 4;
    transition: .3s;
}

.headerlogo:hover {
    filter: grayscale(.5);
}

.headerlogo img {
    z-index: 4;
    position: relative;
}

.headerblock .dealer-phone {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 28px;
    display: block;
    margin: 7px 0;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
}

.headersocial a {
    font-size: 25px;
    padding: 6px;
    margin: 8px 0px;
}

.headerblock .btn-primary {
    background-color: black;
}







/* NAVIGATION */

#main-nav {
    background-color: black;
    position: relative;
    z-index: 3;
}

.navbar-nav>li>a {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding: 22px 18px;
    color: #ed1a2d;
    transition: .3s;
}

.navbar-nav>li:nth-child(n+5)>a {
    padding: 21px 16px;
}

#main-nav-collapse > ul > li:nth-child(5) {
    margin-left: 287px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: white;
}






/* CONTENT */

.familywrapper {
    position: relative;
}

.familycontainer {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
    flex-flow: wrap;
    align-items: flex-end;
}

.familyblock {
    text-align: center;
    padding: 10px;
    flex: 0 0 25%;
    position: relative;
}

.familyblock:nth-child(n+2) img {
    max-height: 165px;
}

.familywrapper > h2 {
    position: absolute;
    font-size: 170px;
    text-align: center;
    margin: 0;
    width: 100%;
    color: rgb(239 239 239);
    z-index: -1;
    top: -53px;
    letter-spacing: 26px;
    text-shadow: 0 0 5px red;
}

.familyblock h3 {
    font-size: 30px;
    margin-bottom: 0;
    position: relative;
    width: max-content;
    margin: 10px auto;
}

.familyblock h3:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #b3b3b3;
    position: absolute;
    left: -16px;
    top: 17px;
}

.familyblock h3:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #b3b3b3;
    position: absolute;
    right: -16px;
    top: 17px;
}

.familynou {
    text-transform: uppercase;
    font-size: 10px;
    background-color: #d8d8d8;
    padding: 5px 10px;
    margin: 0px -2px;
    border: 1px solid black;
    color: black;
}

.familynou:hover {
    background-color: black;
    color: white;
}

.familyblock > a:nth-child(2) {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: none;
}

.familyblock > a:nth-child(3) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.familyblock img {
    transition: .3s;
}

.familyblock:hover img {
    transform: scale(1.1);
}

.home-search-container {
    margin-top: 30px;
}

.home-search-container .siteSearch {
    display: flex;
    width: 80%;
    margin: auto;
}

.home-search-container .siteSearch .form-control {
    padding: 25px;
    border-radius: 0;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    border-right: 0;
    background-color: black;
    color: white;
    border: 3px solid black;
    margin: 0;
}

.home-search-container .siteSearch .btn-primary {
    border-radius: 0;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    text-transform: uppercase;
    background-color: #ed1a2d;
    border: 3px solid black;
    margin: 0;
}

.home-button-container {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.home-button-container a {
    flex: 0 0 31%;
    position: relative;
}

.home-button-container a:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 10px;
    background-color: #ed1a2d;
    bottom: -5px;
    right: -5px;
    z-index: 3;
    transition: .3s;
}

.home-button-container a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 50px;
    background-color: #ed1a2d;
    bottom: -5px;
    right: -5px;
    z-index: 3;
    transition: .3s;
}

.home-button-container a:hover:before, .home-button-container a:hover:after {
    right: -8%;
    filter: opacity(0);
    bottom: -20%;
}

.home-button-block {
    border: 1px solid black;
    padding: 10px;
    position: relative;
    background-color: black;
    color: white;
}

.home-button-block span {
    text-transform: uppercase;
}

.home-button-block h2 {
    margin: 0;
    font-size: 30px;
    position: relative;
}

.home-button-block h2:after {
    content: '\f0a9';
    font-family: fontawesome;
    font-size: 20px;
    padding: 15px;
    position: absolute;
    color: #959595;
    transition: .3s;
}

.home-button-container a:hover h2:after {
    color: white;
    font-size: 30px;
}

.home-button-block:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 10px;
    background-color: #ed1a2d;
    top: -5px;
    left: -5px;
    transition: .3s;
}

.home-button-block:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 50px;
    background-color: #ed1a2d;
    top: -5px;
    left: -5px;
    transition: .3s;
}

.home-button-block:hover:before, 
.home-button-block:hover:after {
    left: -8%;
    top: -20%;
    filter: opacity(0);
}

.upcoming-events, .upcoming-events a {
    color: white;
}

.widget-UpcomingEvents {
    padding-top: 0;
}

.widget-UpcomingEvents h2 {
    text-align: center;
    font-size: 40px;
    padding: 24px 0 25px;
}

.widget-UpcomingEvents h3 {
    text-align: center;
    padding-top: 30px;
}

.eventInfo p {
    min-height: 3.5em;
    max-height: 3.5em;
}

.home-about-wrapper {
    background-color: black;
    color: white;
}

.home-about-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    flex-flow: wrap;
}

.home-left {
    flex: 0 0 18%;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 78px;
    color: #595959;
}

.home-about-container img {
    position: relative;
    z-index: 3;
}

.home-about-text {
    background-color: #232323;
    padding: 10px 30px;
    position: relative;
    z-index: 0;
}

.divider {
    text-align: center;
}

.divider img {
    max-width: 315px;
    margin: 30px;
}

.p-header {
    position: relative;
    width: max-content;
    margin: auto;
}

.p-header h1 {
    font-size: 85px;
    text-align: center;
    text-shadow: 0 0 5px white;
    position: relative;
}

.p-header h1:before {
    content: '';
    width: 40px;
    height: 9px;
    position: absolute;
    background-color: #ed1a2d;
    top: 44px;
    right: 105%;
}

.p-header h1:after {
    content: '';
    width: 40px;
    height: 9px;
    position: absolute;
    background-color: #ed1a2d;
    left: 105%;
    top: 44px;
}

.p-header img {
    width: 100%;
}

.mapWrapper {
    position: relative;
    padding-bottom: 107%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext .dealer-name {
    margin-top: 0;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ed1a2d;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #e0e0e0;
    border-color: #cccccc;
}

.k-scheduler .mv-event {
    font-size: 13px;
}

.about-wrapper {
    text-align: center;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    background-color: #dedede;
    padding: 10px;
    margin: 0 auto 15px;
}

.about-wrapper img {
    display: block;
}

.serv-tbl {
    background-color: #d6d6d6;
    margin: 10px 0;
}

.serv-tbl td:first-child {
    padding-right: 15px;
}

.serv-tbl td {
    border: 1px solid black;
    padding: 3px 10px;
}


#creditAppForm section {
    background: #000000!important;
    border-radius: 0!important;
    color: white;
}

.jumbotron {
    color: #ffffff!important;
    background-color: #212121;
}

.single-item-slider .item {
    background-color: rgb(255 255 255 / 73%);
}

.homePayment {
    background-color: white;
    padding: 15px;
}

#paymentCalculator div {
    position: relative;
}

#paymentCalculator .field-validation-valid {
    color: white;
}

.homePayment h2 {
    margin-top: 0;
}







/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 18px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 27px;
    padding-right: 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#vehicleList > div {
    margin: 0;
    padding: 15px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #ed1a2d;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
    min-height: 39px;
    margin-top: 3px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

a.promo-link {
    color: #000000;
}

a.promo-link:hover {
    color: #ed1a2d;
}

#DealerLocationContainer {
    margin-top: 15px;
}







/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: black;
    padding: 15px;
    color: #fff;
    position: relative;
}

.secform {
    margin-top: 25px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}

.vdp-inquire {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: black;
    border: 2px solid transparent;
    border-bottom: 2px solid #505050;
    border-radius: 0;
    color: #fff;
}
.vdp-inquire[placeholder~="Name"] {
    width: 7em;
}
.customForm [placeholder="Zip Code"] {
    width: 65px;
}
.vdp-inquire[placeholder~="Email"] {
    width: 10em;
}
.vdp-inquire[placeholder~="Phone"] {
    width: 9em;
}
textarea.vdp-inquire {
    width: 100%;
    min-height: 60px;
}

.btn-primary {
    background-color: #ed1a2d;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 27px;
    margin-top: 7px;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 2px solid black;
    transition: .3s;
}

.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.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ed1a2d;
}

.form-control {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: black;
    border: 2px solid transparent;
    border-bottom: 2px solid #505050;
    border-radius: 0;
    color: #fff;
}

.form-control:hover {
    border: 2px solid #737373;
}

.form-control:focus {
    border-color: #ed1a2d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
}

.form-header-text {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #ed1a2d;
    position: relative;
}

.form-header-text:before {
    content: '';
    width: 10px;
    height: 50px;
    position: absolute;
    background-color: #ed1a2d;
    left: -20px;
    top: -20px;
}

.form-header-text:after {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #ed1a2d;
    left: -20px;
    top: -20px;
}

.mainform > div:before {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #ed1a2d;
    bottom: -5px;
    right: -5px;
}

.mainform > div:after {
    content: '';
    width: 10px;
    height: 50px;
    position: absolute;
    background-color: #ed1a2d;
    bottom: -5px;
    right: -5px;
}

.mainform.lwtaxform > div:before, .mainform.lwtaxform > div:after {
    content: normal;
}

.inquiryformcontainer {
    background-color: black;
    color: white;
    font-size: 15px;
    position: relative;
}

.inquiryformcontainer:before {
    content: '';
    width: 10px;
    height: 50px;
    position: absolute;
    background-color: #ed1a2d;
    right: -5px;
    bottom: -5px;
}

.inquiryformcontainer:after {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #ed1a2d;
    right: -5px;
    bottom: -5px;
}

.vdpinquiryheader {
    font-weight: unset;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #ed1a2d;
    position: relative;
}

.vdpinquiryheader:before {
    content: '';
    width: 10px;
    height: 50px;
    position: absolute;
    background-color: #ed1a2d;
    left: -20px;
    top: -20px;
}

.vdpinquiryheader:after {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #ed1a2d;
    left: -20px;
    top: -20px;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.locationBox {
    background-color: black;
    color: white;
}

#ModalVehicleInquiry {
    background: #000;
    overflow-y: auto;
    border-radius: 0;
    border: none;
}

@media (min-width: 768px) {
#Form1421 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1421 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1421 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form7014 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1421 > div:nth-child(1) > fieldset > div:nth-child(n+15) {
    padding: 0 5px;
}
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #484848;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 900;
}

footer.body .copyright .wrapper {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}

.footerbackground {
    background-color: white;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    line-height: 29px;
    text-transform: uppercase;
    padding: 30px 15px;
    flex-direction: column;
    text-align: center;
}

.footerblock .dealer-phone {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 34px;
    margin-top: 6px;
    display: block;
}

.ss-store img {
    max-width: 134px;
    padding: 10px;
}

.ss-store a {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 20px;
}

.footerlinks {
    padding: 0;
    list-style: none;
}

.footerlinks li {
    padding: 15px 0;
}

.footerblock h3 {
    border-bottom: 2px solid #dddddd;
    padding: 0 5px;
}

.footertable {
    width: 290px;
    margin: 0 auto;
}

.footertable td:first-child {
    padding-right: 15px;
}

.footer-hog img {
    max-width: 165px;
}

.footersocialwrapper {
    display: flex;
    justify-content: space-around;
    font-size: 30px;
    padding: 0 10px 18px;
}










.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {   
     z-index: 1;    
}  

.lwtaxform .vdp-inquire {
    border-bottom: none;
}
 
@media (max-width: 767px) { 
    .divider img {  
        max-width: 250px;   
        margin: 30px 0; 
    }   
    .headerblock .dealer-address, .headerblock .dealer-city, .headerblock .dealer-zip, .headerblock .dealer-state, .headerlogo, .headerlogo img, .headermaphours, .headerblock:last-child, .headerblock > div { 
        display: none;  
    }   
    .headerblock {  
        flex: 0 0 100%; 
        text-align: right;  
    }   
    #main-nav .navbar-toggle {  
        color: #ed1a2d;    
    }   
    header.body {   
        height: 105px;  
        position: fixed;    
    }   
    #content-container {    
        padding-top: 105px; 
    }   
    #home-page {    
        padding-bottom: 30px;   
    }   
    #main-nav .navbar-brand {   
        height: 90px;   
        margin: -38px 0 0;  
    }   
    #main-nav { 
        margin-top: -1px;   
    }   
    #main-nav .dropdown-menu>li>a { 
        padding-top: 15px;  
        padding-bottom: 15px;   
        color: white;   
    }   
    #main-nav-collapse {    
        max-height: calc(100vh - 110px);    
    }   
    .home-search-container .siteSearch {    
         min-width: 290px;  
    }   
    .familyblock {  
         flex: 0 0 50%; 
    }   
    .familycontainer {  
        justify-content: space-around;  
        padding-top: 17vw;  
    }   
    .familynou {    
        font-size: 11px;    
    }   
    .home-button-container a {  
        margin: 10px 0; 
    }   
    .home-button-block h2 { 
        font-size: 12vw;    
    }   
    .familywrapper > h2 {   
        font-size: 26vw;    
        letter-spacing: 1px;    
        z-index: 0; 
        top: -10px; 
    }   
    .home-button-block h2:after {   
        font-size: 6vw; 
        top: 50%;   
        transform: translateY(-50%);    
    }   
    .home-left {    
        margin: 0 auto; 
    }   
    #filters-modal, #ModalVehicleInquiry {  
        top: 110px; 
    }   
    #ModalVehicleInquiry {  
        max-height: calc(100vh - 120px);    
        overflow-y: auto;   
    }   
    .p-header h1 {  
        font-size: 11vw;    
    }   
    .pagetext { 
        order: 1;   
    }   
    .pageform { 
        order: 2;   
    }   
    .mc-list li {   
        flex: 0 0 100%; 
    }   
    .maptext {  
        text-align: center; 
    }   
    .maptext .dealer-name { 
        font-size: 7vw; 
    }   
    .maptext h3 {   
        font-size: 5vw; 
    }   
    .maphourstable {    
        width: 290px;   
        margin: 0 auto; 
    }   
    .about-wrapper {    
        max-width: 290px;   
    }   
    #Form1217 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {  
        width: 100%;    
    }   
    .serv-list li {
        flex: 0 0 100%;
    }
    .about-pic {
        float: none;
        display: block;
        padding: 0;
        margin: 0 auto 15px;
    }
}   
@media (min-width: 768px) { 
    .home-button-container {    
        flex-flow: nowrap;  
    }   
    .header-container { 
        width: 768px;   
    }   
    .upcoming-events {  
        margin-bottom: 30px;    
    }   
    .maphourstable {    
        font-size: 14px;    
    }   
    .about-wrapper {    
        margin: 0 0 15px 15px;  
        float: right;   
    }   
}   
@media (min-width: 768px) and (max-width: 991px) {  
    .home-about-container div { 
        max-width: 820px;   
        margin: 0 auto; 
    }   
    #main-nav .nav>li>a {   
        font-size: 16px;    
        padding-left: 8px;  
        padding-right: 8px; 
    }   
}   
@media (min-width: 992px) { 
    .familycontainer, .home-about-container {   
        flex-flow: nowrap;  
    }   
    .home-about-container img { 
        min-width: 575px;   
    }   
    .home-search-container .siteSearch, .header-container { 
        width: 900px;   
    }   
    .footercontainer {  
        width: 900px;   
        flex-direction: row;    
        text-align: left;   
    }   
    .footerblock h3 {   
        width: max-content; 
    }   
    .footertable {  
        width: auto;    
        margin: auto;   
    }   
    .familynou {    
        font-size: 14px;    
    }   
    .home-button-block h2 { 
        font-size: 40px;    
    }   
    .upcoming-events {  
        margin-bottom: 0;   
    }   
    .home-left {    
        margin-right: -270px;   
    }   
    .home-about-text {  
        margin-left: -13px; 
    }   
    .home-about-container img { 
        margin-top: 125px;  
    }   
    .footerlinks li {   
        padding: 0; 
    }   
    .maphourstable {    
        font-size: 16px;    
    }   
}   
@media (min-width: 1200px) {    
    .footercontainer, .header-container {   
        width: 1180px;  
    }    
    .familywrapper > h2 {   
        font-size: 233px;   
    }   
    .home-button-block h2 { 
        font-size: 45px;    
    }   
    .home-left {    
        transform: rotate(-90deg);  
        margin-right: -240px;
        margin-left: 45px;   
    }   
    .headerlogo img {   
        max-height: 200px;  
        margin-bottom: -49px;   
    }   
    .home-about-container img { 
        margin-top: 10%;    
    }   
    .home-about-text .dealer-name { 
        font-size: 34px;    
    }   
}   

@media (min-width: 1360px) {
    .home-left {    
        margin-left: 0;
        margin-right: -220px;   
    }   
}
@media (min-width: 1400px) {    
    .home-left {    
        margin-right: -159px;   
    }   
    .home-about-text .dealer-name { 
        font-size: 36px;    
    }   
}   
@media (min-width: 1500px) {    
    .familycontainer, .home-about-container {   
        width: 1380px;  
    }   
.home-about-container {   
        width: 1480px;  
    }   
    .home-about-container img { 
        margin-top: 35px;   
    }   
}





.slideContainer {
	display: flex;
	flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
}
.slideContainer > div {
	flex: 0 0 50%;
	text-align: center;
	transition: .3s;
}
.slideContainer > div:hover {
    filter: opacity(0.5);
}
.thumbs {
	padding: 15px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
    border: 5px #ed1a2d solid;
    width: 100%;
}
#overlay {
	position: fixed;
	display: none;
	z-index: 199;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}

#largeView {
	position: fixed;
	display: none;
	width: 90%;
	left: 5%;
	top: 25vh;
	z-index: 200;
	border-radius: 12px;
	text-align: center;
}
@media (min-width: 768px) {
	.slideContainer > div {
		flex: 0 0 50%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 80%;
		left: 10%;
		top: 10vh;
	}
}
@media (min-width: 992px) {
	.slideContainer > div {
		flex: 0 0 50%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}





/* EMPLOYEES */

.department-container .department {
    background: #fff;
}

.department .employee {
    flex-basis: 48%;
    text-align: left;
}

.photo {
    float: right;
    width: 40%;
    margin: 0 0 10px 10px;
}

.department .employee .job p {
    text-transform: uppercase;
    font-weight: bolder;
}

.department .employee .name p {
    font-size: 18px;
    font-weight: bold;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

.department .title {
    color: white;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}




@media (max-width: 1499px) {
.familycontainer {
    width: 1180px;
}

.familyblock:nth-child(n+2) img {
    max-height: 134px;
}
}






@media (max-width: 1199px) {
.navbar-nav>li>a {
    font-size: 19px;
    padding: 22px 9px;
}

.navbar-nav>li:nth-child(n+5)>a {
    padding: 22px 5px;
}

.familywrapper > h2 {
    font-size: 175px;
}

.headerlogo img {
    margin-bottom: -37px;
    max-height: 140px;
}

.familycontainer {
    width: 972px;
    padding-top: 60px;
}

.familyblock:nth-child(n+2) img {
    max-height: 111px;
}
}




@media (max-width: 991px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

#main-nav-collapse > ul > li:nth-child(5) {
    margin-left: 0;
}

.headerlogo img {
    margin-bottom: 0;
    max-height: 115px;
}

.familycontainer {
    width: 748px;
    padding-top: 30px;
}

.familyblock:nth-child(n+2) img {
    max-height: 85px;
}

.familywrapper > h2 {
    font-size: 125px;
}

.p-header h1 {
    font-size: 60px;
}

.p-header h1:before {
    top: 31px;
    right: 103%;
}

.p-header h1:after {
    left: 103%;
    top: 31px;
}
}





@media (max-width: 767px) {
.familywrapper > h2 {
    font-size: 19vw;
}

.familycontainer {
    width: 100%;
    padding-top: 10%;
}

.familyblock img {
    max-height: 90px;
}

.familyblock h3 {
    font-size: 5vw;
}

.familyblock h3:before,
.familyblock h3:after {
    display: none;
}

.navbar-nav {
    display: block;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 15px 10px!important;
}

.p-header h1 {
    font-size: 10vw;
    margin-bottom: 0;
    border-bottom: 3px solid #ed1a2d;
    padding: 0 8px;
}

.p-header h1:before, 
.p-header h1:after {
    display: none;
}

.header-container {
    background: #b5b5b5;
}

#main-nav {
    background-color: #b5b5b5;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    background-color: #ababab;
    color: #ed1a2d;
}

#main-nav .dropdown-menu>li>a {
    color: black;
}

.department .employee {
    flex-basis: 100%;
    max-width: unset;
}

.department-container .department {
    padding: 20px 0;
}
}


.aa-rvl-widget-placeholder {margin-top:15px !important;}