body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

@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/07ac007a-c096-425a-bf3c-1d2213caf538/frontline-background.jpg) no-repeat left 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/07ac007a-c096-425a-bf3c-1d2213caf538/frontline-background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

hr { border-top-color: #afafaf; }

#inner-bg {
    margin: 0 auto;
    background-color: transparent;
}

#content-container {
    padding-bottom: 30px;
    position: relative;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Condesed', sans-serif;
    font-weight: 700;
    font-style: italic;
}









.blurbBanner span {
	background: #ff0;
	color: #000;
	font-weight: 600;
}


#thankyou-page {
	padding: 30px;
}
#vdp-container header {
	padding: 15px;
}

.blurbBanner {
	display: block;
}
.clBtn, .vdpBtn {
	top: 1.1em;
	right: 1.1em;
	padding: .2em .8em .2em;
	background-color: #000;
	color: #fff;
	border-radius: 0px;
	border: 1px #fff solid;
	font-weight: normal;
}
.searchReturn {
	background-color: #c5c5c7;
}






span.pull-right {
    text-transform: uppercase;
}

#inventory-page {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
}

#vdp-container,
#showroom,
#calendar-page {
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
}





.searchReturn {
	max-width: 100%;
	word-wrap: break-word;
	text-align: center;
	flex: 0 1 100%!important;
}
.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #6be721;
    background-color: black;
}






/* GLOBAL THEME FONT COLORS */
body { color: #ffffff; }

a {
    font-weight: 700;
}

a:focus, a:hover {
    color: #6579b9;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: black;
    border-color: white;
    border-radius: 5px;
    margin: 10px;
    width: fit-content;
    display: block;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fin-btn {
    margin: 15px auto;
    font-size: 30px;
    background-color: gray;
    border: 3px solid;
    width: 100%;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3e3e3e;
    border-color: white;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #3e3e3e;
    border-color: white;
}

button.button {
	font-size: 1.2em;
    background-color: #e01f2a;
    color: white;
    padding: 10px 45px;
}

button.button:hover {
    background-color: red;
}


.hourstable td, .hourstable th {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4px;
    border: 2px solid #000;
    font-size: 18px;
    color: #000;
}

.hourstable h3 {
    color: #e01f2a;
    text-transform: uppercase;
}



/* HEADER */
header.body {
	position: relative;
}
header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headerbackground {
    position: relative;
    background-color: white;
}

.headercontainer {
    display: flex;
    padding: 15px;
    text-transform: uppercase;
}

.headerlogo {
    flex: 0 0 34%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerrightcontainer {
    display: flex;
    flex: 0 0 60%;
    justify-content: center;
}

.headerright {
    margin-right: 1%;
}

.headermaphours {
    display: inline-block;
    padding: 4px 10px;
    background-color: white;
    border: 3px solid #000000;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 700;
}

.headeraddress2 {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    vertical-align: bottom;
    padding: 0px 10px;
    color: black;
}

.headerphone {
    text-align: center;
    font-size: 30px;
    color: black;
    font-weight: 700;
}

.headericoncontainer {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.headericons {
    margin: 7px;
    transition: filter .5s ease;
    font-size: 10px;
    text-align: center;
}

.headericons:hover {
    filter: grayscale(0%);
    transition: filter .5s ease;
    -webkit-filter: grayscale(100%);
}

.middlecontainer {
    text-align: center;
}

.mainheaderright {
    flex: 0 0 60%;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.siteSearch {
    display: flex;
    flex: 0 0 40%;
}

.siteSearch button {
    padding: 4px 15px;
    margin: 0;
    text-transform: uppercase;
    height: fit-content;
    border: 3px solid #3b55a6;
    border-left: 0;
    background-color: #3b55a6;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.siteSearch .form-control {
    color: white;
    background-color: black;
    border: 3px solid #3b55a6;
    border-radius: 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin: 0;
}

.headericons img {
    max-height: 40px;
    max-width: 85px;
}

.indian-logo img {
    max-width: 170px;
}








/* HOME - MODELS */
.modelcontainer {
    position: relative;
    background-color: rgba(0, 0, 0, 0.74);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 24px;
}

.modelblock {
    padding: 15px;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s ease transform, .4s ease color;
    text-shadow: 3px 3px 5px black, 3px 3px 10px black;
}

.modelblock img {
    max-height: 120px;
    max-width: 205px;
}

.modelblock a {
    color: white;
}

.modelblock:hover {
    transform: scale(1.2);
    transition: .3s ease transform, .4s ease color;
    color: #df1f2a;
}

.modellargetext {
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    text-shadow: 0px 0px 5px black, 0px 0px 10px black, 0px 0px 15px black, 0px 0px 20px black;
    font-size: 96px;
    display: block;
    width: 100%;
}


.homebuttonbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/640a4faf-fdb6-4d37-a7a1-8beefca5e839/button-background.png);
    background-size: 100% 100%;
    transition: .3s ease;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
.homebuttonbackground {
    flex: 0 0 24%; }
}

.homebuttonbackground:hover {
    transform: scale(1.1);
    transition: .3s ease;
}



.homebuttonwords {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 0px 23px;
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 5px;
    text-shadow: 0px 0px 5px black;
}

.s-text {
    display: block;
    letter-spacing: 0px;
    font-weight: 700;
    /*font-style: italic;*/
    font-size: 34px;
}

@media (max-width: 991px) {
.s-text {
    font-size: 26px; 
}
.homebuttonwords {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 3px;
}

.mainheaderright {
    flex-flow: row;
    flex: 0 0 72%;
}

.headerlogo {
    flex-flow: column;
    flex: 0 0 27%;
}
}

.homebuttoncontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homebuttoncontainer a {
    flex: 0 0 48%;
    -ms-flex: 0 0 46%;
}

@media (max-width: 991px) and (min-width: 768px) {
.homebuttoncontainer > a:nth-child(n+3) {
    margin-bottom: 0; }
}



/* RESPONSIVE MAP-------------------------------------------------------------------------------------------------------- */
.mapWrapper {
    position: relative;
    padding-bottom: 35.25%;
    height: 0;
}

.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.video-wrapper {
    overflow: hidden;
    padding-bottom: 60.25%;
    position: relative;
    height: 0;
}

.video-wrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}






/* CONTENT */

.insLogos {
    display: flex;
    align-items: center;
    background-color: white;
    flex-wrap: wrap;
    justify-content: space-around;
}

.insLogos > div {
    flex: 0 0 20%;
    padding: 10px;
}

.p-header {
   border-bottom: 5px solid #3c54a6;
}

.p-header span {
    display: block;
}

.p-header h1 {
    text-transform: uppercase;
    font-size: 4vw;
    padding: 1.5% 1% 1.5% 55%;
    color: black;
    line-height: 3.5vw;
    margin: 0;
}

.service-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/83e0d3b4-4ecb-4713-a3b3-f850bb220174/service-header.jpg);
    background-size: cover;
}

.parts-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f2d9bb39-ddd8-4906-88e4-e8b1548b2428/parts-header.jpg);
    background-size: cover;
}

.financing-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/960bc8bc-a6c0-49ac-b43c-b44134157502/financing-header.jpg);
    background-size: cover;
}

.about-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0148844a-f42a-4bb3-9443-3729d6297f85/about-header.jpg);
    background-size: cover;
}

.insurance-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6d49e2c8-cd53-4931-b7e0-0ead9d21ec0e/insurance-header.jpg);
    background-size: cover;
}

.map-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ab973308-decb-4046-aca2-bf5b01c244dd/map-header.jpg);
    background-size: cover;
}

.news-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/be9d0e4a-48e3-4d43-a9ca-319044d7e27a/news-header.jpg);
    background-size: cover;
}



.page-text > div {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 15px;
}

.map-wrapper {
    position: relative;
    padding-bottom: 35.25%;
    height: 0;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


table.mapandhourstbl.k-table td:last-child {
    text-align: right;
    padding-left: 40px;
}

.newsBtn img {
    transition: .3s;
}

.newsBtn:hover img {
    filter: brightness(0.8);
}











/* NAVIGATION */
#main-nav {
    background-color: #3b56a6;
    height: 50px;
}

    #main-nav .navbar { border: none; }

#main-nav .nav > li > a {
    color: white;
    text-shadow: 2px 2px 5px black;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
}

#main-nav .nav > li > a:hover:after, .social-media-icons a:hover:after {
    width: 100%; 
}

.navbar {
    min-height: unset!important;
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #bfbfbf;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: none;
		display: flex;
		flex-flow: row nowrap;
		display: -ms-flexbox;
		-ms-flex-flow: row;
		-ms-flex-wrap: nowrap;
		justify-content: space-between;
	}
}



@media (min-width: 768px) {
.navbar-nav>li {
    float: none; }
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu {
    font-size: 16px;
    background-color: white;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-size: cover;
}


/* FEATURED VEHICLES */


.single-item-slider .item {
    background-color: #ffffff;
    border: none;
    border-bottom: none;
    border-radius: 9px;
    border-top: none;
    display: block;
    position: relative;
}

.single-item-slider .item {
    border: 3px solid #000000;
    box-shadow: 4px 3px 8px 1px black; 
}

.single-item-slider .item .item-inner {
    border-radius: 6px;
}

.single-item-slider .slider-outer {
    height: 240px;
}

.featuredinventory .single-item-slider .slider-control {
    color: white;
}

.featuredinventory {
    background-size: auto;
    padding: 17px 13px 1px;
    background-repeat: repeat;
    border-radius: 24px;
    background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 1199px) {
	.featuredinventory {
		background-size: 120% 100%;
		background-position: center;
	}
}

.featuredinventory h2 {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 37px;
    text-shadow: 2px 2px 2px black;
    font-weight: 700;
}

.single-item-slider .item-detail .name {
    line-height: 117%;
    min-height: 44px;
    color: black;
    text-transform: uppercase;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 4px 2px 3px 2px;
    position: absolute;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    background-color: #3b55a6;
    color: white;
    font-style: italic;
}

.single-item-slider .img-container {
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.latestreviews {
    background-color: rgba(0, 0, 0, 0.74);
    padding: 15px 15px 0px;
    border-radius: 24px;
}

.latestreviews h2 {
    text-align: center;
    text-transform: uppercase;
}

.widget-Reviews .single-item-slider .slider-inner .item {
    width: 212px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
    box-shadow: none;
}







/* INVENTORY */
.inventory-container .vehicle {
    background-color: transparent;
    transition: .3s ease background-color;
}

.inventory-container .vehicle:hover {
    background-color: #f4f4f4;
    transition: .3s ease background-color;
}

    .inventory-container .vehicle .title a { color: #000; }

#filters-box li label {
    color: black;
    text-shadow: none;
}

#filters-box .panel-body li .radio, #filters-box .panel-body li .checkbox {
    margin: 0;
    color: #6b6b6b;
}

.inventory-container .vehicle .title {
    font-size: 10.5pt;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0px 5px;
}


.vehiclemodel {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 22px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .price {
    font-size: 20px;
    text-align: right;
    box-sizing: border-box;
    padding: 4px;
    background-color: #3c54a6;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: black;
    margin-bottom: 1px;
}

.nav-tabs {
    border-bottom: 5px solid #ddd;
}


#vdp-container .data-points .flex .list-group-item {
    align-items: center;
    display: flex;
    padding: 7px 15px 6px;
    border: 1px solid #5d5d5d;
}

.vdpinquiryheader {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 1px 1px 1px black;
}

.inventory-container .vehicle .thumb {
    background-color: #fff;
    line-height: 200px;
    text-align: center;
    vertical-align: middle;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
}

input#FilterQuickSearch {
    margin: 0;
}

#vehicleDetails #seller-description, #vehicleDetails #details-collapse {
    color: black;
}

.price a {
    color: white;
}

.price a:hover {
    color: #bdbdbd;
}

.inventory-container .price-compare-line {
    border-bottom: solid 1px #aaa;
    line-height: unset;
    padding: 2px;
}

#ModalVehicleInquiry {
    background: #3c54a6;
    border: 2px #000000 solid;
}







/* FOOTER */
footer.body .outer-wrapper {
    background-color: #ffffff;
    color: #969696;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerbackground {
    position: relative;
    background-color: white;
    border-top: 5px solid #3b55a6;
}

.footerblock h3 {
    color: #000000;
}

.footerblock:nth-child(3) p a:before {
    content: "\f101";
    font-family: 'fontawesome', sans-serif;
    margin-right: 5px;
    color: #7b7b7b;
}


footer.body {
    font-family: Arial,sans-serif;
    font-size: 13px;
    margin-top: 0px;
    text-align: center;
}

.footerblock p a {
    transition: .3s ease color;
}

.footerblock p a:hover {
    color: #000000;
    transition: .3s ease color;
}

.footerblock table {
    width: 100%;
}

.footerblock td:last-child {
    padding-left: 15px;
}

.footericoncontainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footericons {
    margin: 0px 7px;
    transition: .3s;
}

.footericons:hover {
    transform: scale(1.1);
}

.footericons img {
    max-width: 90px;
    max-height: 45px;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    color: black;
    text-transform: uppercase;
}

.footercontainer > .footerblock:nth-child(1) {
    text-align: center;
}

.footerblock a.dealer-phone.phone-text {
    font-size: 30px;
    font-weight: 700;
}

.footer-news {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.footerlinks p {
    display: flex;
    flex-direction: column;
}

.footerLogos {
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
}

.footerLogos img {
    max-width: 250px;
}








/* GLOBAL TOOLBARS/ACCORDIONS */
/*.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body {
    border: none;
}*/

.panel-heading .panel-toggle {
    color: #ffffff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #3b55a6;
}

.panel-default {
    border-color: black;
}

.panel {
    margin-bottom: 20px;
    background-color: #c5c5c7;
    border: 1px solid black;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.headerwords {
    text-align: left;
    font-size: 60px;
    text-transform: uppercase;
    padding: 33px 5px 85px 54px;
    text-shadow: 0px 0px 5px black, 0px 0px 10px black;
}

@media (min-width: 768px) {
.financingheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/af96bf89-43c3-4199-aa2f-285ac0783093/financing-header-3.jpg);
    background-size: cover;
    box-shadow: 0px 0px 16px 1px black;
}

.partsheader {
        background-image: url(https://psmfirestorm.blob.core.windows.net/277c25dd-5430-4990-b4f8-dd847691e195/parts-header.jpg);
        background-size: cover;
        box-shadow: 0px 0px 16px 1px black; 
}

.serviceheader {
        background-image: url(https://psmfirestorm.blob.core.windows.net/fa1e5963-6bcb-426a-8d94-51ca79c1de8a/service-header.jpg);
        background-size: cover;
        box-shadow: 0px 0px 16px 1px black;
}

.aboutheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/17c58967-a0b2-4b04-9929-654f6cf1f81a/about-header.jpg);
    background-size: cover;
    box-shadow: 0px 0px 16px 1px black;
}

.maphoursheader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/66d69d66-f2ed-4e1a-817a-d1b86ad89644/maphours-header.jpg);
    background-size: cover;
    box-shadow: 0px 0px 16px 1px black;
}
}



.department-collapse {
	display: none;
}
.department .employee {
    background: white;
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    color: #000;
    margin: 1%;
}

.department .employee .name p {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    color: #df1f2a;
}

.department .employee .job p {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: -10px;
    color: #6d6d6d;
}

#content-container>h1, #content-container .container>h1, #content-container [class*=col-]>h1 {
    font-size: 32px;
    margin-top: 0;
    text-align: center;
    color: white;
    text-transform: uppercase;
}




/* FORMS */
.control-label { color: #000; }

.form-header-text {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: block;
    text-shadow: 1px 1px 1px black;
}

.mainform > div {
    padding: 15px;
    box-shadow: 0px 0px 10px black;
    border-radius: 8px;
    background-color: #3b55a6;
}

.mainform {
    height: fit-content;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0px;
}

.forms-title-section {
    font-size: 16pt;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: block;
    text-shadow: 1px 1px 1px black;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 5px;
}

.field-validation-valid {
    color: #8c8c8cf7;
}

.field-validation-valid {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 12px;
}


@media (min-width: 768px) {
#Form776 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form777 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px;
}

#Form776 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form777 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form776 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form777 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0px 5px;
} 
}

#thankyou-page {
    background-color: black;
    background-color: rgba(0, 0, 0, .5);
}

.inquiryformcontainer,
.locationBox {
    background-color: #3b55a6;
    border-radius: 8px;
}






.k-scheduler-layout {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #df1f2a;
}

.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: #5f5f5f;
    border-color: #292929;
}

.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
	background-color: #cacaca;
	color: #de1f29;
	font-weight: 700;
}
.k-header {
	background-color: #000000;
}
span.k-lg-date-format {
	font-size: 20px;
	vertical-align: middle;
	color: #df1f2a;
}
.k-state-selected > .k-link {
	color: #fff;
}

.siteSearch-M button {
    padding: 0;
    height: 34px;
    margin-top: 5px !important;
}


/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}

.jumbotron, #creditAppForm section {
    background: #3b56a6 !important;
    color: white !important;
}

.jumbotron .text-muted, .jumbotron h1 {
    color: white !important;
}

#creditAppForm span.k-widget.k-datepicker.k-header {
    margin-top: 4px !important;
}

#creditAppForm .field-validation-error {
	color: yellow !important;
}

#creditAppForm .k-picker-wrap.k-state-default .k-input, #creditAppForm .k-picker-wrap.k-state-default, #creditAppForm .k-dropdown .k-input {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .headerbackground, .headerbackground img {
        display: none;
    }
.top-bar-announcement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
#content-container {
    top: 9px;
}
.insLogos > div {
    flex: 0 0 50%;
}
header.body {
    margin-bottom: 0;
    top: 32px;
}
    .footercontainer {
        flex-direction: column;
    }
    #main-nav {
        height: auto;
        background-color: white;
        position: fixed;
        width: 100%;
        z-index: 2040;
    } 
    #main-nav-collapse {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    .fa-bars {
        color: #3b56a6;
    }
    #main-nav .nav > li > a {
        color: black;
        text-align: left;
        text-shadow: none;
        margin: 20px 0 0;
        padding: 15px;
    }
    #main-nav .navbar-brand {
        padding: 1px 15px;
        margin: 2px 0;
        height: 58px;
    }
    #home-page {
        padding-top: 40px;
    }
    .modellargetext {
        font-size: calc(38px + (72 - 38) * ((100vw - 320px) / (768 - 320)));
    }
    .homebuttonwords {
        font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (768 - 320)));
        padding: 5px 0px 13px; 
        line-height: calc(20px + (32 - 20) * ((100vw - 320px) / (768 - 320)));
    }
    span.s-text {
        font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (768 - 320)));
    }
    .homebuttonbackground {
        margin: 10px 0;
        flex: 0 0 49%;
    }
    .featuredinventory > .widget-inner, .latestreviews > .widget-inner {
        margin-top: 0px !important;
    }
    .featuredinventory, .latestreviews {
        margin: 20px auto 0 !important;
        width: fit-content;
    }
    .featuredinventory h2, .latestreviews h2 {
        font-size: calc(24px + (42 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .modelblock img {
        max-width: calc(135px + (205 - 135) * ((100vw - 320px) / (768 - 320)));
    }
    #main-nav .dropdown-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footercontainer {
        text-align: center;
    }
    .footerlinks p a {
        margin: 20px 0;
    }
    #filters-modal {
        top: 70px;
    }
    .inventory-container .vehicle .price.not-itemized {
        text-align: center;
    }
    #ModalVehicleInquiry {
        top: 70px;
        max-height: calc(100vh - 140px);
        overflow: auto;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        font-size: 24px;
        margin-top: 0;
    }
    #vdp-container, #inventory-page {
        margin-top: 0;
        margin-bottom: -30px;
    }
    .form-header-text {
        font-size: 32px;
    }
    .p-header h1 {
        font-size: calc(14px + (36 - 14) * ((100vw - 320px) / (768 - 320)));
        line-height: calc(14px + (34 - 14) * ((100vw - 320px) / (768 - 320)));
        padding: 1.5% 1% 1.5% 62%;
    }
    .newsletterform .form-header-text {
        font-size: 27px;
    }
    .maptext {
        text-align: center;
    }
    .maptext h1 {
        font-size: calc(26px + (44 - 26) * ((100vw - 320px) / (768 - 320)));
    }
    .maptext h3 {
        font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (768 - 320)));
    }
    .mapandhourstbl {
        width: 260px;
        margin: 0 auto;
    }
    .department .employee {
        max-width: 250px;
    }
}

@media (max-width: 619px) {
    .modelblock {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .homebuttoncontainer a {
        flex: 0 0 48%;
        -ms-flex: 0 0 46%;
        margin: 10px 0;
    }
    .latestreviews {
        margin-top: 30px;
    }
    #main-nav .nav > li > a {
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .modelblock {
        flex: 0 0 31%;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 210px;
    }
    .headerrightcontainer {
        flex-direction: column;
    }
    .footerblock {
        flex: 0 0 25%;
        -ms-flex: 0 0 23%;
    }
    .footericoncontainer {
        flex-wrap: wrap;
    }
    .footericons {
        flex: 0 0 37%;
        -ms-flex: 0 0 35%;
        margin: 10px 7px;
    }
    .p-header {
        margin-top: -25px;
    }
    .newsletterform .form-header-text {
        font-size: 32px;
    }
    .maptext h1 {
        font-size: 30px;
    }
    #main-nav .nav > li > a:after, .social-media-icons a:after {
        content: '';
        position: absolute;
        bottom: 5px;
        width: 0%;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 2px solid #b3b3b3;
        transition: 0.3s;
    }
}

@media (min-width: 992px) {
    .homebuttoncontainer a {
        flex: 0 0 24%;
        -ms-flex: 0 0 22%;
        margin: 0;
    }
    .modelblock {
        font-size: 18px;
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 237px;
    }
    .latestreviews {
        margin-top: 0;
    }
    .video-wrapper {
        margin-top: 20px;
    }
    #main-nav .nav > li > a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .modellargetext {
        font-size: 122px;
    }
    .headerrightcontainer {
        flex-direction: row;
    }
    .headerlogo {
        flex: 0 0 40%;
    }
    .siteSearch {
        flex: 0 0 30%;
    } 
    .headerrightcontainer {
        flex: 0 0 69%;
    }
    .headermaphours {
        font-size: 17px;
    }
    .headeraddress2 {
        line-height: 20px;
    }
    .headerphone { 
        font-size: 28px;
    }
    .headericoncontainer {
        justify-content: space-between;
    }
    .footerblock {
        flex: none;
        -ms-flex: none;
    }
    .p-header {
        margin-top: -31px;
    }
    .newsletterform .form-header-text {
        font-size: 35px;
    }
    .maptext h1 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .modelblock {
        font-size: 22px;
    }
    .homebuttonwords {
        font-size: 30px;
        padding: 8px 0 18px;
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 303px;
    }
    .video-wrapper {
        margin-top: 48px;
    }
    #main-nav .nav > li > a {
        font-size: 16px;
    }
    .modellargetext {
        font-size: 143px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 205px;
    }
    .mainheaderright {
        flex: 0 0 70%;
        flex-flow: row;
    }
    .headerrightcontainer {
        flex: 0 0 70%;
    }
    .headerright {
        margin-top: 5px;
    }
    .headerphone { 
        font-size: 42px;
        text-align: center;
    }
    .headeraddress2 {
        font-size: 18px;
    }
    .headericons {
        font-size: 41px;
    }
.headerlogo {
    flex: 0 0 29%;
    margin-right: 10px;
}
    .homebuttonbackground {
        background-size: cover;
        flex: 0 0 24%;
    }
    .footericons {
        flex: none;
        -ms-flex: none;
        margin: 0px 7px;
    }
    .modelblock {
        flex: 0 0 auto;
    }
}





.color-packages .name {color: #000}