body {
    font-family: 'Barlow', sans-serif;
    color: white;
    font-size: 16px;
}

@media (max-width: 767px) {m
    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/1508c68a-753a-448e-99ee-60d12095b283/hd-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/1508c68a-753a-448e-99ee-60d12095b283/hd-background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

#inner-bg {
    margin-top: 265px;
}

.container {
    width: 1470px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: uppercase;
}

a {
    color: #e4000c;
    transition: .3s;
}

a:focus, a:hover {
    color: #c0c0c0;
    text-decoration: none;
}

.searchSection {
    background-color: rgb(0 0 0 / 58%);
    margin-top: -25px;
    padding: 60px 0;
    box-shadow: inset 0 0 15px black;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4b347f19-1ab6-46d0-a58e-57ee9b2d40c3/featured-back.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 0!important;
    padding: 13% 0;
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
    padding: 9% 0;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d76ef90c-4785-4e54-aea9-76a289c11238/about-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed;
    background-position: center;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: rgb(0 0 0 / 81%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/52f3f9e6-4fe6-4a9c-aaa5-baf594bc5412/asphalt-back.jpg);
    background-size: cover;
    background-position: center;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 60px;
    align-items: flex-start;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}

.headerContainer .dealer-address {
    margin-right: 19px;
    position: relative;
}

.headerContainer .dealer-address:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: white;
    position: absolute;
    right: -13px;
    top: 10px;
    border-radius: 50%;
}

.smaller {
    transform: scale(0.5);
    transition: .3s;
    transform-origin: 50% 22%;
}

.header-box {
    transition: .3s;
    position: relative;
    flex: 0 0 19%;
    z-index: 33;
}

.headerInfo {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-top: 30px;
}

.headerContainer a {
    color: white;
}

.headerContainer a:hover {
    color: #e4030c;
}

.headerInfo a:nth-child(1) {
    margin-right: 45px;
}

.headerInfo .fa {
    color: #e4000c;
    margin-right: 5px;
}

.social {
    display: flex;
    background-color: #e4000c;
    margin-top: 25px;
    border-radius: 20px;
    padding: 1px 10px;
    width: max-content;
}

.social a {
    padding: 1px 9px;
}

.social a:hover {
    color: black;
}





/* NAVIGATION */

#main-nav {
    margin-top: -100px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transition: .3s;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 900;
    padding: 40px 15px;
    font-size: 18px;
    color: #e4000c;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: white;
}

.social-media-icons {
    display: none;
}

/*
.navbar-header {
	position: fixed;
	top: 0px;
	width: 100%;
    background: black;
}
*/

nav.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 201;
    background-color: black;
    left: 0;
    border-radius: 0px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/52f3f9e6-4fe6-4a9c-aaa5-baf594bc5412/asphalt-back.jpg);
    background-size: cover;
    background-position: 50% 56%;
}

.navbar-nav:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/3e693aa0-68e6-4a7d-8362-2fe4136ca2a8/logo_sm.png);
    width: 322px;
    height: 84px;
    background-size: contain;
    top: 8px;
    background-repeat: no-repeat;
    position: absolute;
    transition: .3s;
    filter: opacity(0);
    left: 0;
}

nav.fixed .sNav:before {
    filter: opacity(1);
}

.nav.navbar-nav.navbar-right {
    display: none;
}






/* CONTENT */

.siteSearch {
    max-width: 500px;
    display: flex;
    margin: 50px auto;
    background-color: white;
    border-radius: 30px;
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px black;
}

.siteSearch .form-control {
    border: none;
    border-radius: 30px;
    padding: 21px;
    box-shadow: inset 0px 0px 5px rgb(0 0 0 / 62%);
    margin: 0;
}

.siteSearch button {
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: red;
    margin: 0;
    background-image: none;
    padding: 5px 13px;
    transition: .3s;
}

.siteSearch button:hover {
    color: black;
}

.siteSearch .btn-primary:before {
    display: none;
}

.siteSearch .btn-primary:hover {
    background-image: none;
    color: black;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 6%;
    text-align: center;
}

.oemContainer a {
    padding: 25px;
    flex: 0 0 12%;
}

.oemContainer img {
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(.9);
}



.oemContainer img {
    max-height: 45px;
}

.oemContainer a:nth-child(1) {
    flex: 0 0 100%;
}

.oemContainer a:nth-child(1) img {
    max-width: 1000px;
}

.aboutContainer {
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-around;
    padding: 60px;
}

.aboutContainer > div:nth-child(2) {
    display: flex;
    flex-flow: column;
    margin-left: 15px;
}

.aboutContainer > div:nth-child(2) > a {
    display: flex;
    align-items: center;
    margin: 21px 0;
}

.aboutContainer > div:nth-child(2) > div > span {
    min-width: 55px;
    text-align: center;
}

.aboutContainer > div:nth-child(2) > a span img {
    max-width: 39px;
}

.aboutContainer h4 {
    font-size: 30px;
    margin-left: 15px;
}

.aboutContainer .fa {
    font-size: 39px;
    color: white;
    min-width: 42px;
    text-align: center;
}

.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: #e4030c;
    border-color: #d8d8d8;
}

.p-header {
    display: flex;
    align-items: center;
    background-color: #1b1b1b;
    margin-bottom: 25px;
    padding: 10px;
    overflow: hidden;
}

.p-header div {
    height: 300px;
    flex: 1 0 auto;
    position: relative;
}

.p-header div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 60px solid #1b1b1b;
}

.p-header h1 {
    flex: 0 0 34%;
    padding: 15px;
    margin: 0;
    font-size: 53px;
}

.p-header h1 span {
    display: block;
    font-size: 60px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 82.2%;
    min-height: 150px;
    border-radius: 13px;
    overflow: hidden;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 415px;
}

.single-item-slider .slider-inner .item {
    width: 438px;
    margin: 0 11px;
    border-radius: 13px;
    overflow: hidden;
}

.single-item-slider .img-container {
    height: 240px;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
    line-height: 20px;
}

.single-item-slider .item-detail .price {
    font-size: 30px;
    padding: 10px 12px;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 0px;
}

.featuredInventory h2 {
    color: white;
    font-size: 50px;
    letter-spacing: 2px;
    padding: 15px;
    position: relative;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    content: '';
    width: 836px;
    height: 5px;
    position: absolute;
    background-color: white;
    right: 28px;
    top: 37px;
}

.featuredInventory h2:after {
    top: 49px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 4px solid black;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 67px;
    padding: 86px 0px;
    color: white;
}

.featuredInventory {
    background-color: black;
    padding: 30px 15px 0;
    border-radius: 13px;
}





/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #e51737;
    border-color: #e51737;
    font-weight: 700;
    box-shadow: 2px 2px 0 black;
    margin: 10px 0;
    transition: .3s;
    text-transform: uppercase;
    border-radius: 30px;
}

.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.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #e51737;
    box-shadow: none;
    transform: translate(2px, 2px);
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: #e3e3e3;
    padding: 15px;
    border-radius: 13px;
}

.mainform label {
    margin-right: 10px;
}

#creditAppForm section {
    padding: 15px;
    background: #e3e3e3!important;
    margin-bottom: 15px;
    border-radius: 10px;
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 900;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.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%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #e3e3e3;
    color: black;
    border-radius: 8px;
}

.locationBox {
    margin-top: 25px;
}

@media (min-width: 768px) {
#Form9170 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form9170 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form9175 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form9175 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form9172 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form9170 > div:nth-child(1) > fieldset > div:nth-child(11),
#Form9175 > div:nth-child(1) > fieldset > div:nth-child(11),
#Form9172 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* INVENTORY */

#FilterQuickSearch {
	margin: 0;
	border: 1px solid #cccccc;
}

.panel-default>.panel-heading {
	color: #fff;
	background-color: #151515;
	border-color: #ddd;
	text-transform: uppercase;
	font-weight: 700;
}

.panel {
	background-color: #000;
}

.panel-default {
	border-color: #636363;
}

.k-pager-wrap {
	margin-top: 9px;
}

#filters-box .panel-body li {
	color: #b5b5b5;
}

.inventory-container .vehicle .price {
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    padding: 1px 10px;
    font-weight: 600;
    border-radius: 8px;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
    position: relative;
}

.vehicle-box {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 30%);
    transition: .4s ease;
    border-radius: 13px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 21px;
    min-height: 50px;
    font-weight: 600;
}

.inventory-container .vehicle .title {
    padding: 10px;
}

.inventory-container .vehicle .title a {
	color: black;
}

.info {
	font-size: 12px;
	color: #7b7b7b;
	text-align: right;
}

a.promo-link {
	color: #ffffff;
}

a.promo-link:hover {
	color: #e51520;
}

.price-box>text>a:hover {
	color: red;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.footerWrapper {
    background-image: url(https://psmfirestorm.blob.core.windows.net/52f3f9e6-4fe6-4a9c-aaa5-baf594bc5412/asphalt-back.jpg);
    background-size: cover;
    background-position: center;
}

.footerMap {
    width: 100%;
    position: relative;
    padding-bottom: 10%;
    min-height: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    color: white;
    justify-content: space-around;
    padding: 30px;
    line-height: 30px;
}

.footerBlock {
    display: flex;
    margin: 30px 15px;
    position: relative;
}

.footerBlock:after, 
.navbar-nav>li>a:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: rgb(255 255 255 / 13%);
    margin-left: 75px;
    position: absolute;
    right: -71px;
}

.navbar-nav>li>a:after {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    transform: translateY(50%);
}

.footerBlock:last-child:after,
.navbar-nav>li:last-child > a:after {
    display: none;
}

.footerContainer > div > span {
    font-size: 20px;
    margin: 3px 13px 0 0;
}

.footerBlock h3 {
    margin-top: 0;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 600;
    font-size: 23px;
    margin-top: 5px;
}

.footerBlock table td:nth-child(1) {
    font-weight: 600;
    padding-right: 15px;
}

.footerBlock ul {
    padding-left: 0;
    list-style: none;
}

.footerBlock ul li {
    position: relative;
    font-weight: 600;
}

.footerBlock ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: white;
    position: absolute;
    left: -16px;
    border-radius: 20px;
    top: 15px;
    filter: opacity(0);
    transition: .5s;
}

.footerBlock ul li:hover:before {
    background-color: white;
    filter: opacity(1);
}

.footerBlock .social a {
    color: white;
    font-size: 20px;
}






@media (max-width: 1499px) {
.headerContainer,
.container,
.footerContainer {
    width: 1170px;
}

.header-box {
    flex: 0 0 15%;
}

.navbar-nav>li>a {
    padding: 30px 10px;
    font-size: 16px;
}

#inner-bg {
    margin-top: 179px;
}

.navbar-nav:before {
    width: 147px;
    height: 64px;
}

#main-nav {
    margin-top: -85px;
}

.featuredInventory h2 {
    font-size: 45px;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    width: 585px;
    top: 34px;
}

.featuredInventory h2:after {
    top: 46px;
}

.single-item-slider .slider-inner .item {
    width: 338px;
}

.single-item-slider .img-container {
    height: 170px;
}

.aboutContainer {
    padding: 30px;
}

.aboutContainer > div:nth-child(2) {
    flex: 0 0 69%;
}

.aboutContainer h4 {
    font-size: 28px;
}

.footerBlock:after {
    right: -35px;
}

.navbar-nav>li>a:after {
    right: 0;
}

.single-item-slider .slider-outer {
    height: 345px;
}

.aboutContainer .fa {
    font-size: 36px;
}

.aboutContainer .fa {
    font-size: 30px;
}

.mapWrapper {
    padding-bottom: 105.2%;
}
}




@media (max-width: 1199px) {
.headerContainer,
.container,
.footerContainer {
    width: 970px;
}

#inner-bg {
    margin-top: 210px;
}

.headerContainer {
    padding: 10px 15px;
    align-items: center;
}

.headerInfo,
.social,
#main-nav {
    margin-top: 0;
}

nav.fixed .sNav:before,
.footerBlock:after, .navbar-nav>li>a:after {
    display:none;
}

.navbar-nav>li>a {
    padding: 15px 10px;
    font-size: 14px;
}

.navbar-nav {
    justify-content: space-between;
}

.aboutSection {
    padding: 4% 0;
}

.oemContainer a:nth-child(1) img {
    max-width: 700px;
}

.oemContainer a {
    padding: 15px;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    width: 450px;
    top: 31px;
}

.featuredInventory h2 {
    font-size: 40px;
}

.featuredInventory h2:after {
    top: 42px;
}

.single-item-slider .img-container {
    height: 155px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
    margin: 0 5px;
}

.single-item-slider .item-detail .price {
    font-size: 25px;
}

.aboutContainer h4 {
    font-size: 22px;
}

.footerContainer {
    flex-wrap: wrap;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 45px;
}

.p-header div {
    height: 230px;
}

.p-header div:before {
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-left: 51px solid #1b1b1b;
}

.p-header h1 {
    font-size: 40px;
}

.p-header h1 span {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 129.2%;
}
}





@media (max-width: 991px) {
.headerContainer,
.container,
.footerContainer {
    width: 740px;
}

.headerInfo {
    flex-flow: column;
}

#main-nav .nav > li > a {
    font-size: 12px;
    padding: 15px 5px;
}

.header-box {
    flex: 0 0 18%;
}

#inner-bg {
    margin-top: 200px;
}

.oemContainer a:nth-child(1) img {
    max-width: 500px;
}

.oemContainer a {
    padding: 10px;
}

.featuredInventory h2 {
    font-size: 35px;
    margin-bottom: 0;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    width: 264px;
    top: 29px;
    height: 3px;
}

.featuredInventory h2:after {
    top: 39px;
}

.single-item-slider .img-container {
    height: 109px;
}

.single-item-slider .slider-outer {
    height: 280px;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
}

.single-item-slider .slider-inner .item {
    width: 218px;
    margin: 0;
}

.featuredInventory .single-item-slider .slider-control {
    padding: 55px 0px;
}

.aboutContainer > div:nth-child(2) {
    flex: 0 0 74%;
}

.aboutContainer > div:nth-child(2) > a {
    margin: 5px 0;
}

.aboutContainer > div:nth-child(2) > a span img {
    max-width: 25px;
}

.aboutContainer h4 {
    font-size: 18px;
}

.aboutContainer .fa {
    font-size: 21px;
    min-width: 26px;
}

.p-header h1 {
    flex: 0 0 40%;
}

.p-header div {
    height: 190px;
}

.p-header div:before {
    border-top: 93px solid transparent;
    border-bottom: 93px solid transparent;
    border-left: 46px solid #1b1b1b;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.modal {
    z-index: 105099;
}
}




@media (max-width: 767px) {
.container,
.footerContainer {
    width: 100%;
}

.headerContainer {
    width: 70%;
    margin: 0;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.oemContainer a:nth-child(1) img {
    max-width: 100%;
}

.oemContainer a {
    padding: 15px 10px;
    flex: 0 0 48%;
}

.headerContainer .phone-text,
.hdeMbl,
.navbar-nav:before,
.featuredInventory h2:before, 
.featuredInventory h2:after {
    display: none;
}

.headerInfo {
    flex-flow: row;
}

.headerInfo a:nth-child(1) {
    margin-right: 15px;
}

#main-nav {
    margin-top: -64px;
    position: relative;
    z-index: -1;
}

#main-nav .navbar-toggle {
    margin-top: -6px;
    margin-bottom: 21px;
}

nav.fixed {
    position: relative;
    z-index: -1;
}

header.body {
    position: fixed;
}

.header-box {
    flex: 0 0 40%;
}

.header-box img {
    max-width: 97px;
}

.smaller {
    transform: none;
}

.headerInfo {
    flex-flow: row;
}

.headerInfo .fa {
    margin-right: 12px;
    font-size: 35px;
}

.headerInfo > a:nth-child(2) > span.fa.fa-map-marker {
    font-size: 30px;
    padding-top: 2px;
}

.headerContainer .social {
    position: fixed;
    right: 0;
    flex-flow: column;
    border-radius: 10px 0 0 10px;
    top: 200px;
}

.headerContainer .social a {
    padding: 6px 0px;
    text-align: center;
}

#inner-bg {
    margin-top: 95px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.featuredInventory h2 {
    font-size: 30px;
}

.featuredInventory {
    background-color: transparent;
}

.aboutContainer {
    flex-flow: column;
}

.footerContainer {
    flex-flow: column;
}

.footerMap {
    padding-bottom: 56%;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}

.p-header h1 {
    font-size: 25px;
    flex: 0 0 36%;
    padding: 5px;
}

.p-header h1 span {
    font-size: 30px;
    white-space: nowrap;
}

.p-header div {
    height: 150px;
}

.p-header div:before {
    border-top: 72px solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 31px solid #1b1b1b;
}

.p-header {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.searchSection {
    margin-top: 0;
    padding: 30px 0;
}

.oemContainer {
    margin-top: 0;
}
}





