body {
    font-family: 'Noto Sans', sans-serif;
}

@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/bfcf8f32-9ae4-46e2-919a-ef3659ed4193/background-building.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: #cccccc url(https://psmfirestorm.blob.core.windows.net/bfcf8f32-9ae4-46e2-919a-ef3659ed4193/background-building.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

#outer-wrapper {
    height: 100vh;
}

/*#inner-bg {
    background-color: rgba(0, 0, 0, 0.45);
}*/

#inventory-page, 
#vdp-container, 
#showroom, 
#promotions-page,
.page-background > div,
.department-container .department {
    background-color: rgba(255, 255, 255, 0.71);
    padding: 15px;
    border-radius: 6px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'freedommachine', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

#content-container {
    padding-bottom: 30px;
}

#content-container > #home-page {
    margin-bottom: -30px;
}

/*#inner-bg {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 767px) {
    #inner-bg { width: 767px; }
}

@media (min-width: 992px) {
    #inner-bg { width: 992px; }
}

@media (min-width: 1200px) {
    #inner-bg { width: 1200px; }
}*/



/* GLOBAL THEME FONT COLORS */
body { color: #000; }

a {
    color: #ff6600;
    transition: .2s;
}

a:hover, a:focus { 
    color: #cc5e00; 
    text-decoration: none;
}

legend { color: #fff; }

.vdp-inquire {
    color: #000;
}

/* HEADER */

    header.body .brand { color: #fff; }
#brand-box .info a { color: #fff; }


.headerbackground {
    background-color: #ffffff;
    margin-top: 50px;
    border-bottom: 3px solid #ff6600;
    padding-top: 10px;
}

.headercontainer {
    display: flex;
    width: 1180px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px 15px;
}

@media (max-width: 1199px) {
.headercontainer {
    width: 992px; }
}

@media (max-width: 991px) {
.headercontainer {
    width: 768px; }
}

.headerleft {
    flex: 0 0 35%;
    text-transform: uppercase;
}

.headerright {
    flex: 0 0 35%;
    text-align: right;
}

.headerlogo a img {
    width: 240px;
}

.headerlogo {
    flex: 0 0 30%;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
    text-align: center;
}

@media (max-width: 1199px) {
.headerlogo {
    margin-bottom: -22px; }
}

.headerleft a.dealer-phone.phone-text {
    font-family: 'freedommachine', sans-serif;
    font-size: 33px;
    display: block;
}

.headercontainer a {
    color: #000000;
    transition: .2s;
}

.headercontainer a:hover {
    color: #ff6600;
}

.headersocial a {
    font-size: 51px;
    padding-left: 16px;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.headerNews {
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 23px;
    border-radius: 9px;
    width: 45px;
    height: 44px;
    text-align: center;
    margin-top: 4px;
}

a.headerNews:hover {
    color: white;
    background-color: #ff6600;
}






    

/* NAVIGATION */
#main-nav {
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2060;
    background-image: linear-gradient(to bottom, #ff8c3f, #ff6600);
    height: 50px;
    box-shadow: 0px 0px 10px black;
}

#main-nav .navbar { border: none; }

.navbar-nav>li>a {
    color: #fff;
    font-family: 'freedommachine', sans-serif;
    font-size: 23px;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
}

    #main-nav .nav > li > a:hover,
    #main-nav .nav > li > a:focus,
    #main-nav .nav > li.active > a,
    #main-nav .nav .open > a,
    #main-nav .nav .open > a:hover,
    #main-nav .nav .open > a:focus,
    #main-nav .nav > li.active > a:hover {
        background-color: rgba(0,0,0,0.15);
    }

.breadcrumb { background-color: #383838; }


@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
}




/* CONTENT */

.modelcontainer {
    display: flex;
    background-color: white;
    margin-top: -25px;
    position: relative;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.58);
}

.modelcontainer a {
    flex: 0 0 16.667%;
}

.modelblock {
    position: relative;
}

.modelblock img {
    transition: .3s ease;
    width: 100%;
}

.modeltext {
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
    transition: .5s ease;
}

.modeltext h5 {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
}

.modeltext h3 {
    text-transform: uppercase;
    font-size: 2vw;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.67);
    padding: 3% 1%;
    transition: .3s ease;
    color: black;
}

.modelblock:hover h3 {
    color: #ff6600;
    background-color: black;
}

.modelblock:hover img {
    filter: opacity(1);
}

.modelblock:hover .modeltext {
    bottom: 10%;
}

.hbutton {
    text-align: center;
    transition: .3s ease;
    background-size: cover;
    box-shadow: 0px 0px 20px black;
    margin: 50px 0px;
    background-color: #ffffff;
    border: 5px solid black;
    border-left: 5px solid #c1c1c1;
    border-right: 5px solid #c1c1c1;
}

@media (max-width: 991px) {
.hbutton {
    margin: 20px 0px; }
}

.hbutton:hover {
    background-color: black;
    transform: scale(1.06);
}

.hbutton h2 {
    text-transform: uppercase;
    font-size: 38px;
    color: #000000;
    transition: .5s ease;
    padding: 4.5% 0%;
    margin: 0;
}

@media (max-width: 1199px) {
.hbutton h2 {
    font-size: 30px; }
}

@media (max-width: 991px) {
.hbutton h2 {
    font-size: 23px; }
}

.hbutton:hover h2 {
    color: #ff6600;
}

.widget-UpcomingEvents {
    padding-top: 5px;
    border: 3px solid;
}

.widget-UpcomingEvents h2 {
    color: #ff6600;
}

#CustomEventWidget {
    background: #000;
    border: none;
}

.widget-UpcomingEvents h2, .widget-UpcomingEvents h3 {
    text-align: center;
}

#CustomEventWidget .eventDate {
    background-color: #868686;
}

.homeaboutwrapper {
    display: flex;
    flex-direction: column;
}

.homeabout {
    text-align: center;
    padding: 1%;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.homeabout > p {
    margin-top: 25px;
}

.homeabout h4 {
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: auto;
    text-align: center;
    color: #adadad;
    padding: 1%;
}

.homeabout h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 40px;
    margin-bottom: 5px;
    color: #ff6600;
    margin-top: 6px;
}

.homeabout h2:before {
    content: '';
    width: 43px;
    height: 43px;
    position: absolute;
    margin-left: -25px;
    margin-top: -20px;
    border: 5px solid white;
    border-right: transparent;
    border-bottom: transparent;
}

.homeabout h2::after {
    content: '';
    width: 43px;
    height: 43px;
    position: absolute;
    margin-left: -25px;
    margin-top: 15px;
    border: 5px solid white;
    border-left: transparent;
    border-top: transparent;
}

.map-wrapper {
    position: relative;
    padding-bottom: 27%;
    margin-top: 30px;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapwrapper-home {
    position: relative;
    padding-bottom: 150px;
    flex: 0 0 35%;
}

.mapwrapper-home iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-header {
    margin-top: -25px;
    position: relative;
    border-bottom: 3px solid #ff6600;
}

.p-header img {
    width: 100%;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    margin: 0;
    font-size: 75px;
    padding-top: 20px;
    text-shadow: 0px 0px 11px white;
}

ul.servicelist {
    display: flex;
    flex-wrap: wrap;
}

ul.servicelist li {
    flex: 0 0 25%;
}

@media (max-width: 991px) {
ul.servicelist li {
    flex: 0 0 33%; }
}

.maptext {
    text-align: center;
}

.department .title {
    border: 1px solid #d5d5d5;
    background-image: linear-gradient(to bottom, #e9e9e9, #d5d5d5);
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
    margin: 0;
    text-shadow: 0px 0px 5px white;
}

.department .employee {
    background: #fff;
    border-radius: 4px;
}

.department .employee .name p {
    font-size: 20px;
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    font-size: 14px;
    margin-bottom: 0;
}

.mapandhourstbl h4 {
    margin-bottom: 2px;
    margin-top: 30px;
    border-bottom: 1px solid #bababa;
}

.mapandhourstbl td:nth-child(2) {
    padding-left: 30px;
}

.rr-wrapper {
    text-align: center;
}

.rr-table {
    width: 80%;
    text-align: center;
    background-color: white;
    margin: 0 auto 15px;
}

.rr-table td {
    border: 1px solid #d9d9d9;
    width: 50%;
    padding: 5px;
}

.rr-pic {
    float: right;
    padding: 10px;
}

.diner-table {
    background-color: white;
}

.diner-table h3 {
    margin-bottom: 0;
    margin-top: 5px;
}

.diner-table td {
    padding: 5px 10px;
    border: 1px solid #bcbcbc;
    text-align: center;
}

.diner-container {
    display: flex;
    justify-content: space-between;
}

.diner-block {
    flex: 0 0 65%;
}



.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%;
}
.thumbs {
	padding: 15px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
	border-radius: 8px;
	border: 2px #ff6600 solid;
}
#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;
}
@media (min-width: 768px) {
	.slideContainer > div {
		flex: 0 0 33%;
		-ms-flex: 0 0 30%;
	}
	#largeView {
		width: 80%;
		left: 10%;
		top: 10vh;
	}
}
@media (min-width: 992px) {
	/*.slideContainer > div {
		flex: 0 0 25%;
		-ms-flex: 0 0 auto;
	}*/
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}



/* BILLBOARD */
.carousel-control { border-color: #000; opacity: .55; filter: alpha(opacity=55); }
@media (min-width: 768px) {
    .widget-Billboard .carousel { box-shadow: -30px 0px 40px -30px rgba(0, 0, 0, 0.8), 30px 0px 40px -30px rgba(0, 0, 0, 0.8); }
}


/* FEATURED VEHICLES */

@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 15px; }
}

.single-item-slider .item-detail .price {
    padding: 0 3%;
    font-family: 'freedommachine', sans-serif;
    bottom: 0;
    text-transform: uppercase;
}

.single-item-slider .slider-outer {
    height: 251px;
}

.featuredsection > div {
    background-color: black;
}

.featuredinventory h2 {
    text-align: center;
    padding-top: 15px;
    color: #ff6600;
}

.featuredinventory > div {
    border: 5px solid black;
    background-color: white;
    border-right: 5px solid #c1c1c1;
    border-left: 5px solid #c1c1c1;
}

.single-item-slider .item {
    background-color: #868686;
    border: none;
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    color: white;
}


.single-item-slider .slider-inner .item {
    width: 197px; 
}

.single-item-slider .item .item-inner,
.single-item-slider .img-container {
    border-radius: 0px;
}




/* INVENTORY */
.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }

.inventory-container .vehicle { 
    border-color: transparent;
    transition: .3s; 
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
}

    .inventory-container .vehicle .title a { color: black; }

.inventory-container .btn { color: #fff; text-shadow: 0 1px 1px #585858; border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25); border-bottom-color: #696969; background-image: linear-gradient(to bottom, #919191, #575757); background-repeat: repeat-x; }

    .inventory-container .btn:hover, .inventory-container .btn:focus { background-position: 0 -25px; color: #fff; }

    .inventory-container .btn:hover, .inventory-container .btn:focus, .inventory-container .btn:active, .inventory-container .btn.active, .inventory-container .btn.disabled, .inventory-container .btn[disabled] { background-color: #888; }

.filters-container .panel-body li { color: #ccc; }

#filters-box li label {
    color: black;
}

#filters-box .panel-heading { border-bottom: none; }

#vehicleList {
    background-color: #d9d9d9;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    background-color: #868686;
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    text-align: center;
    padding-right: 0;
    font-family: 'freedommachine', sans-serif;
    color: white;
    text-transform: uppercase;
}

.inventory-container .vehicle .price-box {
    background-color: #868686;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: black;
}

#ModalVehicleInquiry {
    position: fixed;
    top: 10%;
    border: 2px #ff6600 solid;
    z-index: 400;
}

.inquiryformcontainer {
    border: 5px solid #000000;
    border-left: 5px solid #c1c1c1;
    border-right: 5px solid #c1c1c1;
}

.searchReturn {
    color: white;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 0;
}

#showroom .section-box {
    background-color: #515151;
}



/* FORMS */

.field-validation-valid {
    color: gray;
}

.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;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 6px;
    padding-left: 5px;
}

.form-header-text {
    font-family: 'freedommachine', sans-serif;
    font-size: 30px;
    color: #ff6600;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.form-control {
    font-size: 12px;
    margin: 5px 0px;
    border-radius: 0;
    background-color: #ffffff;
    border-left: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    color: black;
    transition: .2s;
    box-shadow: none;
}

.form-control:hover {
    border: 1px solid #ff6600;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 150, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 162, 102, 0.6);
}

@media (min-width: 768px) {
#Form950 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+6) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form950 > div:nth-child(2) > fieldset > div:nth-child(n+7) {
    padding: 0px 5px; 
}
}

.mainform {
    height: fit-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    border: 5px solid #000000;
    border-left: 5px solid #c1c1c1;
    border-right: 5px solid #c1c1c1;
}


.forms-title-section {
    font-size: 16pt;
    font-family: 'freedommachine', sans-serif;
    color: #8e8e8e;
    padding-left: 5px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    letter-spacing: 1px;
    border-radius: 0;
    margin: 11px 0px 0px 5px;
    transition: .2s;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #ff8c3f, #ff6600);
    text-shadow: 1px 1px 1px black;
}

.btn-sec {
    display: block;
    width: fit-content;
    margin: 10px auto;
    font-size: 20px;
}

.btn-primary:hover {
    transform: scale(1.1);
    border-color: black;
    background-color: #ff6600;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    border-color: black;
    background-color: #ff6600;
}

.testRideVDP {
    font-size: 24px;
    letter-spacing: 0;
}

.counterWrapper {
    font-size: 10px;
    color: gray;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    background-color: #ffffff;
    border-left: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    color: black;
    transition: .2s;
    box-shadow: none;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}





    
/* GLOBAL TOOLBARS/ACCORDIONS */
.panel-default { border: none; }

.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading {
    background-image: linear-gradient(to bottom, #e9e9e9, #d5d5d5);
    background-repeat: repeat-x;
    text-shadow: none;
    color: black;
}

.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading, #content-container .panel-body {
    border-color: #d9d9d9;
}

#content-container .panel-heading {
    color: black;
}


/* VDP VEHICLE */
.vehicles .k-widget { color: #eee; }

.vdpinquiryheader {
    font-size: 30px;
    font-family: 'freedommachine', sans-serif;
    color: #ff6600;
    display: block;
    text-align: center;
    margin: -7px 0px -18px;
    text-transform: uppercase;
}

#DealerLocationContainer label {
    color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    font-size: 24px!important;
    margin-top: -5px;
    text-transform: uppercase;
}

#DealerLocationContainer {
    border: 3px solid #333333;
}

.nav-tabs>li>a {
    border: transparent;
    background-color: black;
}



/* ACCORDION */
#content-container .panel-body {
    background-color: #fff;
}

.panel-heading .panel-toggle {
    font-family: 'freedommachine', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}




/* KENDO OVERRIDES */
.k-block, .k-widget {
    border: 1px solid black;
}

.k-window-content.k-content { color: #333; }

table.k-scheduler-table {
    background-color: white;
    color: black;
}

.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
    background-color: #e9e9e9;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #d9d9d9;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-table td, .k-scheduler-times, .k-scheduler-times th, .k-scheduler-times tr {
    border-color: #7d7d7d;
}

/*.k-autocomplete, .k-block, .k-button-group .k-tool, .k-calendar th, .k-colorpicker .k-i-arrow-s, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row>th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel>.k-item>.k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar>.k-item>.k-link, .k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox>input, .k-tiles, .k-toolbar, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
    border-color: #7d7d7d;
}*/

.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: #d6d6d6;
    border-color: #cccccc;
}

.k-scheduler-toolbar>ul>li {
    background-color: #fff0;
    border-color: #ccc;
}

.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: #d6d6d6;
    border-color: #787878;
}



/* FOOTER */

a.hdLogo img {
    max-width: 100px;
    margin-top: 25px;
    display: block;
}

footer.body .outer-wrapper {
    background-color: #fff;
    color: #9e9e9e;
    text-align: center;
}

.footertable td:nth-child(1) {
    padding-right: 10px;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerbackground {
    background-color: white;
    border-top: 3px solid darkgrey;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    padding: 1% 1% 2%;
}


@media (max-width: 1199px) {
.footerblock {
    flex: 0 0 29%;
}

.footercontainer {
    flex-wrap: wrap;
}
}

@media (max-width: 991px) {
.footerblock {
    flex: 0 0 30%; }
}

.footerblock h3 {
    padding-bottom: 3px;
    border-bottom: 2px solid darkgrey;
}

table.footertable.k-table {
    width: 100%;
}

.footerinnerblock > a.dealer-phone.phone-text {
    font-size: 32px;
    font-family: 'freedommachine', sans-serif;
}

.footersocial a {
    font-size: 37px;
    padding: 0px 15px 0px 0px;
}

input#FilterQuickSearch {
    margin: 0;
}

.footerlinkblock {
    display: flex;
    flex-direction: column;
}

.vdpfinance a {
    color: white;
}


/* TOOLTIPS ON DARK BG */
.tooltip.in { opacity: .97; filter: alpha(opacity=97); }
.tooltip-inner { background-color: #ebebeb; color: #000; }
.tooltip.top .tooltip-arrow { border-top-color: #ebebeb; }


@media (max-width: 767px) {
header.body {
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    background-color: white;
    border-bottom: 3px solid #ff6600;
    top: 0;
}
.headerlogo a img {
    width: 115px;
}
.headerbackground {
    margin: 0;
    border: none;
}
.headercontainer {
    width: auto;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.headerleft > a:nth-child(1) {
    display: none;
}
.headerleft {
    text-align: right;
    flex: 0 0 60%;
}
    .headerright {
        display: none; 
    }
    .headerlogo {
        margin-bottom: 0;
        flex: 0 0 35%;
    }
#main-nav {
    height: 100%;
    margin-top: -52px;
    position: initial;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border: none;
}
    div#main-nav-collapse {
        background-color: black; 
        max-height: calc(100vh - 62px);
        overflow-y: auto;
    }
#main-nav .navbar-brand {
    height: 60px;
    margin: 1px 0;
    padding: 1px 15px;
    display: none!important;
}
    .dropdown-menu>li>a {
        color: #fff; 
    }
#content-container {
    padding-bottom: 0;
    margin-top: 115px;
}
    #content-container > #home-page {
        margin: 0;
        padding-bottom: 15px;
    }
    .modelcontainer {
        flex-wrap: wrap; 
        margin-top: 0;
    }
    .modelcontainer a {
        flex: 0 0 50%; 
    }
    .modeltext h5 {
        font-size: 5vw;
        margin: 5px 0px; 
    }
    .modeltext h3 {
        font-size: 6vw; 
        margin-bottom: 0;
    }
    .hbutton {
        margin: 0px; 
    }
    .hbutton h2 {
        font-size: 9vw;
        margin: 0; 
    }
    .widget-UpcomingEvents {
        padding-top: 0;
        margin-top: 30px; 
    }
    .widget-UpcomingEvents h2 {
        padding: 0; 
    }
    .homeaboutwrapper {
        margin-bottom: 0;
    }
    .homeabout {
        background-color: rgba(0, 0, 0, 0.71);
        margin-left: 15px;
        margin-right: 15px; 
        color: white; 
    }
    .homeabout > p {
        margin-top: 0;
        padding: 0px 10px; 
    }
    .homeabout h2 {
        font-size: calc(26px + (40 - 26) * ((100vw - 320px) / (768 - 320))); 
    }
    .homeabout h2:before {
        display: none; 
    }
    .homeabout h2:after {
        display: none; 
    }
    .mapwrapper-home {
        padding-bottom: 60%;
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px; 
    }
    ul.servicelist li {
        flex: 0 0 100%; 
    }
    .featuredsection > div {
        background-color: transparent; 
    }
    .featuredinventory h2 {
        padding-top: 0px; 
    }
    .mainform > div {
        margin-top: 0!important; 
    }
    .footercontainer {
        padding: 1% 6% 2%;
        flex-flow: column; 
        text-align: center;
    }
    .p-header {
        margin-top: 0;
    }
    .navbar-nav>li>a {
        padding: 20px 15px;
    }
    #main-nav .dropdown-menu>li>a {
        padding: 15px 15px 15px 25px;
    }
    .single-item-slider .slider-inner .item {
        width: 217px;
    }
    .featuredinventory > .widget-inner {
        padding: 10px 0;
    }
    .footersocial a {
        padding: 0 20px;
    }
    .footerlinkblock a {
        padding: 15px 0;
    }
    table.footertable.k-table {
        width: 270px;
        margin: 0 auto;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 70px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        text-align: left;
        font-size: 28px;
        margin-top: -5px;
    }
    #vehicleList > div {
        max-width: 290px;
        margin: 0 auto;
    }
    .p-header h1 {
        font-size: 10vw;
    }
    .partsform, .serviceform {
        order: 2;
    }
    .partstext > .widget-inner, .servicetext > .widget-inner, .abouttext > .widget-inner, .mhDealerInfo > .widget-inner, .mhHours > .widget-inner, .employmentText > .widget-inner, .dinerText > .widget-inner, .rr-page > .widget-inner {
        margin-top: calc(0px + (10 - 0) * ((100vw - 320px) / (768 - 320))) !important;
    } 
    .department .employee {
        max-width: 250px;
    }
    .department .title {
        font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (768 - 320)));
    }
    .mhMap .map-wrapper {
        margin-top: 0;
        padding-bottom: 150px;
    }
    .mhHours {
        margin-bottom: 30px;
    }
    .mhHours .mapandhourstbl {
        width: 250px; 
        margin: 0 auto; 
    }
    .mapandhourstbl h4 {
        text-align: center;
    }
    .mapandhourstbl td:nth-child(2) {
        padding-left: 0;
        text-align: right;
    }
    .dinerHeader .p-header h1 {
        font-size: 8vw;
    }
    .diner-container {
        flex-direction: column;
    }
    #calendar-page {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .rr-pic {
        display: block; 
        float: none;
        margin: 0 auto;
    }
    .diner-table {
        width: 290px;
        margin: 0 auto;
    }
    .vdpfinance {
        display: block;
    }
    .vdpfinance a {
        font-size: 7vw;
    }
}

@media (min-width: 768px) {
    .modelblock img {
        filter: opacity(.9) grayscale(1);
    }
    #main-nav .nav>li>a {
        font-size: 14px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .modeltext h3 {
        font-size: 3vw;
    }
    .footerinnerblock > a.dealer-phone.phone-text {
        font-size: 26px;
    }
    .footerlinkblock a {
        padding: 5px 0;
    }
    .footertable td {
        font-size: 12px;
    }
    .serviceform .form-header-text {
        font-size: 28px;
    }
    .dinerHeader .p-header h1 {
        font-size: 64px;
    }
    #filters-modal {
        top: 10%;
    }
    .vdpfinance a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    #main-nav .nav>li>a {
        font-size: 20px;
        padding: 15px 10px;
    }
    .modeltext h3 {
        font-size: 2vw;
    }
    .homeaboutwrapper {
        flex-flow: row;
    }
    .mapwrapper-home {
        padding-bottom: 12%;
    }
    .footerinnerblock > a.dealer-phone.phone-text {
        font-size: 32px;
    }
    .footerlinkblock a {
        padding: 0;
    }
    .footertable td {
        font-size: 14px;
    }
    .homeabout h2 {
        font-size: 34px;
    }
    .serviceform .form-header-text {
        font-size: 30px;
    }
    .dinerHeader .p-header h1 {
        font-size: 75px;
    }
    .diner-block {
        flex: 0 0 72%;
    }
    .vdpfinance a {
        font-size: 23px;
    }
}

@media (min-width: 1200px) {
    #main-nav .nav>li>a {
        font-size: 20px;
        padding: 15px 10px;
    }
    .homeabout h2 {
        font-size: 40px;
    }
    .diner-block {
        flex: 0 0 75%;
    }
    .vdpfinance a {
        font-size: 30px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .showroom-photo {
        height: auto;
    }
}




@media (max-width: 1199px) {
.single-item-slider .slider-inner .item {
    width: 199px;
}
}


@media (max-width: 991px) {
.modal {
    z-index: 999999;
}
}



@media (max-width: 767px) {
.single-item-slider .slider-inner .item {
    width: 215px;
}

.testRideVDP {
    font-size: 6vw;
}

a.hdLogo img {
    margin: 25px auto;
}
}