 body {
    font-family: 'Montserrat', sans-serif;
    color: white;
    background: black;
}

@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;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom; }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Teko', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

.page-background > div,
#calendar-page,
#promotions-page,
#inventory-page,
#vdp-container {
    padding: 15px;
    background-color: black;
}

#home-page #section-1 {
    margin-top: -25px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d0e43c4e-20b1-4305-b3e6-ef57a248c3f7/red-black-background.jpg);
    background-size: cover;
    padding: 30px 10px;
    background-attachment: fixed;
}

#home-page #section-2 {
    margin-top: 0px;
}

a {
    color: #ffffff;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #f90f01;
    text-decoration: none;
}

.breadcrumb {
    background-color: #424242;
}

@media (min-width: 1500px) {
#vdp-container {
    width: 1470px;
}
}







/* HEADER */

.header-background {
    background-color: black;
}

.header-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    align-items: center;
    position: relative;
}

.header-container a {
    color: #f90f01;
}

.header-container a:hover {
    color: #8e8e8e;
}

.header-block,
.header-logo,
.header-store {
    flex: 0 0 33%;
}

.header-block .dealer-phone {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: white;
}

.header-block .dealer-phone:hover {
    color: #8e8e8e;
}

.header-block .dealer-address {
    display: block;
    line-height: 12px;
    margin-top: 8px;
}

.header-logo {
    text-align: center;
}

.header-store {
    text-align: right;
}

.header-social {
    position: absolute;
    bottom: -49px;
    right: 23px;
    z-index: 4;
}

.header-social a {
    font-size: 28px;
    color: white;
    padding: 5px;
}






/* NAVIGATION */

#main-nav {
    background-color: #292929;
}

.navbar-nav>li>a {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 19px;
    padding: 15px 20px;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #f90f01;
}






/* CONTENT */

.h-button-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.h-button-container a {
    background-color: black;
    padding: 10px;
    border: 2px solid white;
    flex: 0 0 18%;
}

.h-button-container a:nth-child(1) {
    flex: 0 0 23.4%;
}

.h-button-container h2 {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    text-align: center;
}

.h-button-container h2 span {
    display: block;
}

.h-button-container a:nth-child(1) h2 span {
    display: inline-block;
}

.h-button-container h4 {
    margin: 5px 0 0;
    display: none;
    font-size: 21px;
    text-align: center;
    font-weight: 800;
}

.h-button-container a:nth-child(1) h4 {
    display: block;
}

.h-button-container div {
    position: relative;
}

.h-button-container div:before {
    width: 4px;
    height: 41px;
    content: '';
    background-color: #6d6d6d;
    position: absolute;
    left: -11px;
    top: 1px;
    display: none;
}


.h-button-container a:hover div:before {
    background-color: #f90f01;
}

.mainBtns {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.mainBtns a {
    background-color: black;
    border: 2px solid white;
    padding: 10px;
    flex: 0 0 48%;
}

.mainBtns h2 {
    margin: 0;
    font-weight: 900;
}

.mainBtns h2 span {
    display: block;
}

.mainBtns h4 {
    display: none;
}

.home-about-wrapper {
    background-color: black;
    margin-top: -30px;
    padding: 60px;
}

.home-about-container {
    width: 80%;
    margin: auto;
    padding: 30px;
    background-color: #272727;
}

.home-about-container h1 {
    text-align: center;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 3px;
    color: #f90f01;
}

.home-about-container h3 {
    margin: 0;
    text-align: center;
    letter-spacing: 4px;
}

.oem-section {
    background: white;
}

.oem-wrapper {
    padding: 30px;
}

.oem-wrapper h3 {
    color: black;
    width: max-content;
    margin: 0 auto 30px;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 30px;
    position: relative;
}

.oem-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.oem-block img {
    max-width: 300px;
}

.p-header {
    position: relative;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 75px;
    padding: 0 15px;
    width: 100%;
    z-index: 3;
    text-shadow: 2px 2px 2px black;
}

.p-header h1:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    position: absolute;
    left: 0;
    z-index: -1;
}

.mapandhourstbl td:last-child {
    padding-left: 15px;
}

.map-wrapper {
    position: relative;
    padding-bottom: 30%;
    min-height: 150px;
    margin-top: 30px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #f90f01;
}

.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: #cecece;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: #f90f01;
}

.ss-wrapper {
    display: flex;
    justify-content: space-around;
}

.siteSearch {
    margin: 13px auto 0;
    display: flex;
    align-items: center;
    border: 2px solid white;
    border-radius: 6px;
}

.siteSearch .form-control {
    margin: 0;
    padding: 30px 15px;
    border-radius: 4px 0 0 4px;
}

.siteSearch .btn-primary {
    margin: 0;
    border-radius: 0 4px 4px 0;
    border: none;
    padding: 20px 20px;
}

.siteSearch .btn-primary:hover {
    transform: none;
    color: black;
}


.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%;
        transition: .3s;
}
.thumbs {
	padding: 15px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
    border-radius: 8px;
    border: 2px #f90e00 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 43%;
		-ms-flex: 0 0 auto;
	}
	#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;
	}
}

.home-photo-wrapper {
    background-color: black;
}

.home-photo-container {
    width: 100%;
    margin: auto;
    padding-bottom: 60px;
}

.slideContainer > div:hover {
    filter: opacity(0.7);
}






/* INVENTORY */

#vdp-container > header > div > div.col-sm-8.title > h3, 
.price.discount-price1 {
    color: red;
    font-weight: 700;
    font-size: 26px;
    font-family: 'Teko', sans-serif;
}

#vdp-container .images-container {
    max-width: unset;
}

.locationBox {
    margin-top: 25px;
}

.inventory-container .vehicle .price-label {
    padding-top: 3px;
}

.inventory-container .price-compare-line {
    border-bottom: none;
    color: white;
    padding: 5px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
    background-color: white;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-family: 'Teko', sans-serif;
    padding: 5px 0 0;
    line-height: 21px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #FFF;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    min-height: 39px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .price-box {
    background-color: #f90f01;
    padding: 4px 0;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #cecece;
    text-transform: uppercase;
    font-family: 'Teko',sans-serif;
    font-size: 17px;
    line-height: 17px;
    padding: 3px 0 0;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: black;
}

.modal {
    z-index: 105099;
}







/* FEATURED INVENTORY */

.featuredinventory .slider-container {
    width: 1400px;
    margin: auto;
}

.featured-section {
    background-color: #e6e6e6;
    color: black;
    padding: 80px 0;
}

.featuredinventory h2 {
    width: max-content;
    margin: 0 auto 30px;
    font-weight: 600;
    letter-spacing: 4px;
    position: relative;
}



.single-item-slider .item:not(:last-child) {
    margin-right: 4px;
}

.single-item-slider .slider-outer {
    height: 293px;
}

.single-item-slider .img-container {
    height: 138px;
}

.single-item-slider .slider-inner .item {
    width: 230px;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    left: 0;
    padding: 0 2%;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    bottom: 0;
    color: black;
}

.single-item-slider .item-detail .name {
    color: #525252;
}

.single-item-slider .slider-control.left,
.single-item-slider .slider-control.right {
    font-size: 20px;
    color: black;
    top: 30px;
}

.single-item-slider .item {
    background-color: rgb(255, 255, 255);
    border: none;
}





/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #f90f01;
    border-color: #f90f01;
    padding: 10px 20px;
    margin: 10px 0 0;
    text-transform: uppercase;
    transition: .3s;
}

.btn-sec {
    width: max-content;
    margin: auto;
    display: block;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f90f01;
    border-color: #f90f01;
    transform: scale(1.1);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #f90f01;
    border-color: #f90f01;
}

.mainform {
    height: max-content;
 }

.mainform > div {
    background-color: #424242;
    padding: 15px;
}

.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;
}

.form-control {
    color: white;
    font-size: 14px!important;
    background-color: black;
    margin: 5px 0;
    border: none;
    transition: .3s;
}

.form-control:hover {
    background-color: #212121;
}

.form-control:focus {
    border-color: #f90f01;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.form-header-text {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 0;
    color: #f90f01;
}

.forms-title-section {
    margin-bottom: 3px;
}

#Form1161 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form1163 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1163 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1163 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}

#Form1161 > div:nth-child(1) > fieldset > div:nth-child(n+8),
#Form1163 > div:nth-child(1) > fieldset > div:nth-child(n+15) {
    padding: 0 5px;
}

.inquiryformcontainer,
.locationBox {
    background-color: #424242;
}

.vdpinquiryheader {
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Teko',sans-serif;
    text-transform: uppercase;
    color: #f90f01;
    font-size: 30px;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

#vdp-container .panel-heading .panel-toggle::after {
    top: 11px;
}

#ModalVehicleInquiry {
    background: #424242;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 82px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    margin: 5px 0;
    padding: 2px 7px;
    color: white;
    border: 1px solid #000000;
    background-color: black;
    border-radius: 4px;
}

.customForm textarea {
    width: 100%;
}

.customForm .form-header-text {
    text-align: center;
}

#Form19784 > div:nth-child(1) > fieldset > div:nth-child(14), 
#Form19784 > div:nth-child(1) > fieldset > div:nth-child(15), 
#Form19784 > div:nth-child(1) > fieldset > div:nth-child(16) {
    display: inline-block;
    margin: 0 20px;
}









/* FOOTER */

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #f90f01;
}

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
}

.footer-background {
    background-color: #fff;
}

.footer-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 30px 15px;
    color: black;
    line-height: 30px;
    text-transform: uppercase;
}

.footer-logo {
    display: block;
    max-width: 275px;
    margin: 0 auto 20px;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-weight: 600;
    font-size: 25px;
    margin-top: 5px;
}

.footer-links a {
    display: block;
    position: relative;
    transition: .3s;
    padding: 15px 0;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -10px;
    transition: .3s;
}

.footer-links a:hover:after {
    color: #f90f01;
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 6px;
    color: #989898;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footertable td:first-child {
    text-align: left;
}

.footertable {
    margin: 0 auto;
}

.footer-hours-block:first-child {
    padding: 0px 30px 0 0;
}

.footer-block h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.footer-container a {
    color: black;
}

.footer-container a:hover {
    color: #f90f01;
}

.footer-block .contact-btn {
    margin-top: 25px;
    color: white;
}

.footer-block .contact-btn:hover {
    color: white;
}


.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

.siteSearch-M input {
    background-color: #333333;
}

#creditAppForm section {
    color: white !important;
    background: #424242 !important;
}

.jumbotron {
    background-color: #424242;
    color: white !important;
}

.text-muted {
    color: #dadada;
}

@media (max-width: 767px) {
    .header-logo, .header-store, .header-container img, .headermaplink  {
        display: none;
    }
    .header-background {
        background: #292929;
        margin-bottom: -1px;
    }
    .header-block {
        flex: 0 0 100%;
        text-align: right;
    }
    .header-social {
        right: 70px;
        bottom: -53px;
    }
    .header-block .dealer-phone {
        padding-right: 5px;
        font-size: 24px;
    }
    #main-nav .navbar-brand {
        height: 64px;
        margin-top: -25px;
        padding: 1px 15px;
        margin-bottom: 1px;
    }
    .home-about-wrapper, .featured-section, .h-button-wrapper {
        padding: 10px;
    }
    .home-about-container {
        width: 100%;
        padding: 15px;
    }
    .featuredinventory h2 {
        font-size: 7vw;
        margin-bottom: 20px;
    }
    .oem-wrapper h3 {
        width: 100%;
        font-size: 5vw;
        text-align: center;
    }
    .oem-block img {
        max-width: 100%;
    }
    .oem-block a {
        flex: 0 0 45%;
    }
header.body {
    position: fixed;
    width: 100%;
    z-index: 2040;
    top: 58px;
}
    #main-nav-collapse {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
    #main-nav .dropdown-menu>li>a {
        color: white;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    #content-container {
        padding-top: 155px;
    }
    #home-page #section-1 {
        margin-top: 0;
    }
    #home-page #section-2 {
        margin-top: 0;
    }
    .homethumbswidget > .widget-inner, .featuredinventory > .widget-inner {
        margin-top: 0 !important;
    }
    .home-photo-container {
        padding-bottom: 0;
    }
    .h-button-container a,
    .h-button-container a:nth-child(1) {
        flex: 0 0 48%;
    }
    .h-button-container h2 {
        font-size: 5vw;
    }
    .h-button-container div:before {
        height: 9vw;
    }
    .h-button-container {
        justify-content: space-around;
    }
    .oem-wrapper {
        padding: 0 0 10px;
    }
    .home-about-container h1 {
        font-size: 7vw;
        letter-spacing: 2px;
    }
    .slideContainer > .thumbs {
        padding: 15px 0;
        flex: 0 0 40%;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 100px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        font-size: 26px;
    }
    #vdp-container {
        margin-top: 0;
    }
    .page-background > div {
        padding-top: 0;
    }
.pageheader {
    margin-top: 0;
}
    .p-header h1 {
        font-size: 11vw;
    }
    .servtext, .partstext {
        order: 1;
    }
    .servform, .partsform {
        order: 2;
    }
    #Form1161 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7), #Form1163 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1163 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
        width: 100%;
    }
    .department .employee {
         max-width: 250px;
    }
    .ss-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .ss-wrapper .btn-sec {
        max-width: 100%;
        white-space: normal;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 10vw;
    }
    .maptext h3:first-of-type {
        font-size: 7vw;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .oem-wrapper h3:before, .oem-wrapper h3:after {
        content: '';
        width: 70px;
        height: 4px;
        background-color: #c5c5c5;
        position: absolute;
        top: 12px;
    }
    .oem-wrapper h3:before {
        left: -85px;
    }
    .oem-wrapper h3:after {
        right: -85px;
    }
    .header-block {
        padding-left: 5px;
    }
    #main-nav .nav>li>a {
        font-size: 14px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .oem-section { 
        margin-top: 0px !important;
        margin-bottom: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .footer-container, .header-container, .home-photo-container {
        flex-direction: row;
        text-align: left;
        width: 970px;
    }
    .home-about-container {
        width: 800px;
    }
    .footer-links a {
        padding: 0;
    }    
    .footer-logo {
         margin: 0 0 20px 0;
    }
    .oem-wrapper {
        padding: 70px;
    }
    .oem-wrapper h3:before, .oem-wrapper h3:after {
        width: 130px;
    }
    .oem-wrapper h3:before {
        left: -150px;
    }
    .oem-wrapper h3:after {
        right: -150px;
    }
    .header-block {
        padding-left: 5px;
    }
    .header-store {
        margin-right: -20px;
    }
    #main-nav .nav>li>a {
        font-size: 18px;
        padding: 15px 14px;
    }
    .h-button-container div:before {
        height: 40px; 
    }
    .h-button-wrapper {
        padding: 20px 0 15px;
    }
}

@media (min-width: 1200px) {
    .footer-container, .header-container, .home-photo-container {
        width: 1180px;
    }
    .home-about-container {
        width: 900px;
        padding: 50px;
    }
    .header-store {
        margin-right: 0;
    }
    #main-nav .nav>li>a {
        font-size: 19px;
        padding: 15px 20px;
    }
}





@media (max-width: 1499px) {
.featuredinventory .slider-container {
    width: 1100px;
}

.single-item-slider .slider-inner .item {
    width: 271px;
}

.single-item-slider .img-container {
    height: 162px;
}

.single-item-slider .slider-outer {
    height: 304px;
}

#Form19784 > div:nth-child(1) > fieldset > div:nth-child(14), #Form19784 > div:nth-child(1) > fieldset > div:nth-child(15), #Form19784 > div:nth-child(1) > fieldset > div:nth-child(16) {
    margin: 0 17px;
}
}




@media (max-width: 1199px) {
.featuredinventory .slider-container {
    width: 900px;
}

.single-item-slider .slider-inner .item {
    width: 222px;
}

.single-item-slider .img-container {
    height: 133px;
}

.h-button-container h2 {
    font-size: 20px;
}

.h-button-container h4 {
    font-size: 18px;
}
}




@media (max-width: 991px) {

.featuredinventory .slider-container {
    width: 675px;
}

.h-button-container a {
    padding: 1%;
    margin: 0;
}

.h-button-container h2 {
    font-size: 2vw;
}

.h-button-container {
    margin-top: 45px;
}

#Form19784 > div:nth-child(1) > fieldset > div:nth-child(14), #Form19784 > div:nth-child(1) > fieldset > div:nth-child(15), #Form19784 > div:nth-child(1) > fieldset > div:nth-child(16) {
    margin: 0 13px;
}
}




@media (max-width: 767px) {

    .h-button-container h4 { 
        font-size: 5vw;
    } 

.featuredinventory .slider-container {
    width: 216px;
}

.top-bar-announcement {
    padding: 5px 10px;
    position: fixed;
    top: 0;
    z-index: 444444;
    font-size: 11px;
    min-height: 58px;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.single-item-slider .slider-outer {
    height: 285px;
}

.homeslider .widget-inner {
    margin-bottom: 30px;
}

.siteSearch {
    width: 98%;
    margin: 45px auto 0;
}

.h-button-container a {
    padding: 2% 1%;
    margin: 2% 0;
}

.h-button-container h2,
.mainBtns h2 {
    font-size: 6vw;
}
}