body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
}

@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/065f9948-ae1f-45c9-99f9-5b58dfa79a26/img-002--1-.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/065f9948-ae1f-45c9-99f9-5b58dfa79a26/img-002--1-.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #a6a6a6;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Suez One', serif;
    font-weight: 100;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.featuredSection .container,
.aboutSection .container {
    width: 1470px;
}
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/22a2e2a0-4520-4daf-bfff-6e523196242b/about-back-4.jpg);
    background-size: cover;
    margin-top: 0px!important;
    background-attachment: fixed;
    background-position: center;
    background-color: #1a1a1a;
    padding: 30px 0;
    margin-bottom: -25px;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(0 0 0 / 73%);
    border-radius: 8px;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

#creditAppForm section {
    color: black;
}

.featuredSection {
    background-color: black;
    margin-top: 0!important;
    padding: 30px 0;
}

.btnSection {
    margin-top: 0!important;
}







/* HEADER */

header.body {
    background-color: black;
    margin-bottom: 35px;
}

.headerContainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 15px;
}

.headerContainer .siteSearch {
    display: flex;
    flex: 0 0 45%;
    position: relative;
}

.headerContainer .siteSearch:before {
    content: '';
    position: absolute;
    border: #252525 solid 2px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    transition: .3s;
}

.headerContainer .siteSearch .form-control {
    border: 2px solid transparent;
    border-radius: 0;
    padding: 17px;
    box-shadow: none;
    background-color: #4a4a4a;
    z-index: 333;
    color: white;
    margin: 0;
}

.headerContainer .siteSearch .btn-primary {
    font-size: 18px;
    margin: 0;
}

.headerContainer .siteSearch .btn-primary:before {
    display: none;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    flex: 0 0 78%;
    align-items: center;
}

.headerInfo .dealer-phone {
    display: block;
    font-size: 35px;
    font-weight: 700;
}

.headerLogo {
    flex: 0 0 13%;
    margin-bottom: -11%;
}

.headerLogo img {
    max-width: 161px;
}

.headerInfo .dealer-address {
    padding-right: 5px;
    border-right: 2px solid #4a4a4a;
}

.headerInfo a:nth-child(2) {
    border-top: 2px solid #4a4a4a;
    display: block;
    color: white;
}

.headerInfo .dealer-city {
    padding-left: 5px;
}

.headerBtns .btn-primary {
    margin: 10px;
}

.headerSocial {
    display: flex;
    justify-content: space-around;
}

.headerSocial a {
    font-size: 28px;
    padding: 10px;
    color: white;
}

.headerSocial a:hover {
    color: #ff6600;
}

.headerLeft {
    flex: 0 0 58%;
    display: flex;
    flex-flow: column-reverse;
}

.headerLeft > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.headerLeft h5 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 7px;
}

.headerBtns .btn-primary:before {
    border: #252525 solid 3px;
}







/* NAVIGATION */

#main-nav {
    background-color: #191919;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 800;
    padding: 20px 12px;
    color: white;
    font-size: 13.4px;
}

.social-media-icons {
    display: none;
}

.navbar .container {
    width: 1180px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

#main-nav li.dropdown.open ul {
    border-top-color: #1a1a1a;
}

.dropdown-menu {
    background-color: black;
}

#main-nav .dropdown-menu>li>a {
    padding-bottom: 8px;
    padding-top: 8px;
    color: white;
    text-transform: uppercase;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: #1a1a1a;
    color: #ff6600;
}







/* CONTENT */

.buttonContainer {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 45px;
}

.buttonContainer a {
    flex: 0 0 30%;
    text-align: center;
    background-color: #000000;
    padding: 16px 10px;
    color: #ff6600;
    position: relative;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 0 0 10px #000000;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%,rgb(191 191 191) 100%);
}

.buttonContainer a:hover {
    transform: scale(1.05);
}

.buttonContainer a:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/5c38349d-17f4-4973-9a30-d6e0aab98ff7/button.png);
    width: 100%;
    height: 137%;
    position: absolute;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    top: 8px;
    transform: rotate(14deg);
    filter: invert(0) opacity(0.1);
    z-index: 0;
    transition: 1s;
}

.buttonContainer a:hover:before {
    transform: rotate(-43deg);
}

.buttonContainer h3 {
    margin-top: 0;
    font-size: 30px;
    line-height: 32px;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 1px black;
}

.buttonContainer h3 span {
    display: block;
    font-size: 40px;
}

.homeAbout {
    padding: 60px;
    margin: 30px 0;
    line-height: 31px;
    text-align: justify;
    width: 702px;
    background-color: rgb(0 0 0 / 50%);
}

.homeAbout div:first-child {
    flex: 0 0 55%;
}

.homeAbout div:nth-child(2) {
    padding: 0 25px;
}

.homeAbout span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}

.homeAbout h1 {
    text-align: center;
    margin-top: 0;
}

.secBtnContainer {
    display: flex;
    justify-content: space-between;
}

.secBtnContainer a {
    position: relative;
    z-index: 44;
    padding: 10% 1%;
    overflow: hidden;
    flex: 0 0 25%;
    text-align: center;
    color: white;
}

.secBtnContainer a:before {
    content: '';
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    transform: scale(1.7);
    z-index: -1;
    filter: grayscale(.5) brightness(0.5);
    transition: .3s;
}

.secBtnContainer a:hover:before {
    filter: none;
    transform: none;
}

.secBtnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/94212bb0-3aa4-4d1f-be42-81ecf9e51c16/btn-serv.jpg);
}

.secBtnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3bd343a4-09c7-459d-8177-20c45721446d/btn-parts.jpg);
}

.secBtnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4141e41b-2c38-4e62-8449-b291e8585a69/btn-merch.jpg);
}

.secBtnContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f3963d65-51bc-4581-b38d-94b409535238/btn-rides.jpg);
}

.secBtnContainer h3 {
    font-size: 1.9vw;
    text-shadow: 2px 2px 2px black;
    position: relative;
    margin: 0;
}

.secBtnContainer h3:before, 
.secBtnContainer h3:after, 
.oemWrapper h2:before, 
.oemWrapper h2:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.secBtnContainer h3:after, 
.oemWrapper h2:after {
    top: unset;
    bottom: -8%;
}

.secBtnContainer a:hover h3:before, 
.secBtnContainer a:hover h3:after {
    height: 450%;
    width: 140%;
    left: -18%;
    filter: opacity(0.0);
}

.p-header {
    position: relative;
    height: 250px;
    margin-bottom: 25px;
    border: 4px solid white;
}

.p-header:before {
    content: '';
    position: absolute;
    border: #ff6600 solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 3;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 39%;
    bottom: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 6px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    width: max-content;
    z-index: 4;
    text-shadow: 1px 1px 1px black;
}

.servList,
.partsList {
    display: flex;
    justify-content: space-around;
}

.servList div,
.partsList div {
    background-color: black;
    padding: 15px;
}

.servList p,
.partsList h4 {
    color: #ff6600;
    text-transform: uppercase;
}

.partsList div {
    flex: 0 0 31%;
    margin: 7px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 129%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff0202;
}

.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: #e2e2e2;
    border-color: #cccccc;
}

.department-container .department {
	padding: 0;
	background: none;
	overflow: hidden;
}
.employee-wrap {
	width: 100%;
}
.department > .title {
    margin: 0 0 15px;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    border: unset;
    background: rgb(0 0 0 / 86%);
    transform: scale(1);
    cursor: pointer;
    transition: background .2s, transform .3s;
}
.department > .title:hover {
	background: rgba(0, 0, 0, 0.4);
	transform: scale(1.05);
}
.employee-flex {
	padding: 0 10px;
        flex: 0 0 100%;
        -ms-flex: 0 0 auto;
}

@media (min-width: 768px) {
    .employee-flex {
        flex: 0 0 50%;
        -ms-flex: 0 0 43%;
    }
}

@media (min-width: 992px) {
     .employee-flex {
        flex: 0 0 25%;
        -ms-flex: 0 0 22.5%;
    }
}
@media (min-width: 1200px) {
    .employee-flex {
        -ms-flex: 0 0 23%;
    }
}

.our-team {
    text-align: center;
    margin-bottom: 30px;
    border: 2px solid white;
}

.our-team .pic{
    position: relative;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.our-team .pic:after{
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .pic:before,
.our-team:hover .pic:after{
    opacity: 1;
}
.our-team .pic img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.our-team .social-links{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social-links{
    opacity: 1;
}
.our-team .social-links li{
    display: inline-block;
    margin-right: 10px;
}
.our-team .social-links li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
}
.our-team .social-links li .fa-twitter:hover{
    background: #00aced;
    border-color: #00aced;
}
.our-team .social-links li .fa-google-plus:hover{
    background: #c03c30;
    border-color: #c03c30;
}
.our-team .social-links li .fa-linkedin:hover{
    background: #0177b5;
    border-color: #0177b5;
}
.our-team .social-links li .fa-facebook:hover{
    background: #4867aa;
    border-color: #4867aa;
}

.our-team .team-content {
    padding: 15px 0;
    background: #000000;
    border-top: 2px solid #ffffff;
    overflow: hidden;
    position: relative;
}

.our-team .team-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #808080;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.our-team:hover .team-content:before{
    top: 0;
}

.our-team .title {
    font-size: 24px;
    color: #ff6600;
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease;
	background: unset;
	border: unset;
}

.our-team .post{
    display: block;
    font-size: 14px;
    color: #f5f5f6;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.our-team:hover .title,
.our-team:hover .post{
    color: #fff;
}

.our-team .social {
    background-color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2px 10px;
    display: block;
    width: max-content;
    margin: 8px auto 0;
    color: black;
    position: relative;
    z-index: 3333;
}

.rewardsWrapper {
    display: flex;
    justify-content: space-around;
}

.rewardsWrapper div {
    flex: 0 0 46%;
    border: 3px solid white;
    background-color: black;
}

.pointstable {
    text-align: center;
    width: 100%;
}

.pointstable td {
    width: 50%;
    padding: 2px;
}

.rewardsWrapper div {
    flex: 0 0 46%;
    border: 3px solid white;
    background-color: black;
}

.rrWrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.homeCounter {
    text-align: center;
}

.homeCounter h3 {
    font-size: 50px;
    margin-top: 0;
    color: white;
}

.homeCounter h3 .timer {
    display: block;
    font-size: 100px;
    color: #ff6600;
}







/* FEATURED INVENTORY */

.featuredInventory h2, 
.latestReviews h2 {
    text-align: center;
    font-size: 40px;
}

.featuredText h3 {
    color: white;
    font-size: 30px;
    text-shadow: 2px 2px 2px black, 0 0 5px black;
}

.featuredText h3 span {
    display: block;
    font-size: 40px;
}

.featuredText .btn-primary {
    margin-top: 30px;
    background-color: #ff6600;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border-radius: 0px;
    border: 3px solid #4a4a4a;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    padding-bottom: 11%;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 194px;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    line-height: 18px;
    color: white;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 0 2%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .slider-outer {
    height: 324px;
}






/* INVENTORY */

input#FilterQuickSearch {
    margin: 0;
    background-color: #eeeeee;
    border-color: #cccccc;
}

.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: #fff;
}

#filters-box .panel-heading {
    border-bottom: none;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    background-color: #2b2b2b;
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Suez One';
}

.inventory-container .vehicle .price-box {
    background-color: #2b2b2b;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .thumb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel {
    background-color: #2b2b2a;
}

.panel-default {
    border-color: #696969;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: #ddd;
    font-weight: 700;
    text-transform: uppercase;
}

.list-group-item {
    border: 1px solid #464646;
}

.specs-panel .list-group-item {
    background: #000;
    color: #fff;
}

.specs-panel.panel-body {
    background-color: #2b2b29;
    color: #fff;
}






/* FORMS */

.btn-primary {
    color: #fff;
    position: relative;
    border-radius: 0;
    background-color: #4a4a4a;
    border: none;
    text-transform: uppercase;
    margin: 10px 5px;
    transition: .3s;
    z-index: 2;
}

.btn-primary:before {
    content: '';
    position: absolute;
    border: #ff6600 solid 3px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    transition: .3s;
    z-index: -1;
}

.btn-primary:hover:before {
    z-index: -1;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 15px auto;
    font-size: 22px;
}

.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: #fff;
    background-color: #ff6600;
    border-color: #ff6602;
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 30px;
    color: #ff6600;
    font-weight: 700;
    font-family: 'Suez One';
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #e6e6e6;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
}

.form-control:hover {
    background-color: white;
    border-color: #d2d2d2;
}

.form-control:focus {
    background-color: white;
    border-color: #d2d2d2;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 102 0 / 66%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 102 0 / 55%);
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
}

.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: #e2e2e2;
    color: black;
    border: 1px solid #dcdcdc;
    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, 
.locationBox {
    background-color: white;
    color: black;
    border-radius: 8px;
}

.locationBox {
    margin-top: 25px;
}

label {
    font-weight: 100;
}

.inquiryformcontainer .panel-body {
    padding: 11px;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    text-align: center;
}

.footer-background {
    background-color: black;
}

.footer-container {
    width: 1480px;
    margin: auto;
    padding: 45px 15px 30px;
}

.footer-links {
    display: flex;
    justify-content: space-around;
    background-color: #1a1a1a;
}

.footer-links a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
}

.footer-links a:before {
    content: '\f0d7';
    position: absolute;
    left: -10px;
    z-index: -1;
    font-family: 'FontAwesome';
    color: gray;
    transition: .3s;
}

.footer-links a:hover:before {
    transform: rotate(-90deg);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    /*width: 1180px;*/
    margin: auto;
}

.footer-bottom a {
    color: white;
}

.footer-bottom a:hover {
    color: #ff6600;
}

.footer-b-m a,
.footer-b-r {
    display: flex;
}

.footer-b-m .dealer-address {
    display: block;
}

.footerLabel {
    font-family: 'Suez One';
    font-size: 18px;
    padding-right: 7px;
    color: #ffffff;
}

.footerSocial {
    display: flex;
    justify-content: space-between;
}

.footerSocial a {
    font-size: 20px;
    padding: 0 5px;
}







.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 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;
	}
}





/* BREAKPOINTS */
@media (max-width: 1499px) {
.navbar .container,
.footer-container {
    width: 1180px;
}

.headerLeft {
    flex: 0 0 55%;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}
}




@media (max-width: 1199px) {
.navbar .container, 
.footer-container {
    width: 970px;
}

.headerLeft > div {
    flex-flow: column;
}

.headerLeft h5 {
    margin-top: 0;
    margin-bottom: 7px;
}

.headerInfo .dealer-phone {
    font-size: 30px;
}

.headerBtns {
    display: flex;
    flex-flow: column;
}

.headerInfo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

.headerInfo a:nth-child(2) {
    border-top: none;
    padding-left: 9px;
}

.headerLeft {
    flex: 0 0 70%;
}

.navbar-nav {
    justify-content: center;
}

.navbar-nav>li>a {
    padding: 20px 9px;
    font-size: 13px;
}

.headerLogo img {
    max-width: 145px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.featuredText h3 span {
    font-size: 34px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.homeAbout {
    padding: 30px 15px;
    margin: 30px 0;
}
}




@media (max-width: 991px) {
.navbar .container, 
.footer-container {
    width: 748px;
}

#main-nav .nav>li>a {
    font-size: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

.headerInfo .dealer-phone {
    font-size: 16px;
}

.headerBtns .btn-primary {
    margin: 10px;
    font-size: 12px;
}

.headerLogo img {
    max-width: 138px;
}

.buttonContainer h3 {
    font-size: 24px;
    line-height: 26px;
}

.buttonContainer h3 span {
    font-size: 31px;
}

.buttonContainer a {
    padding: 10px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .img-container {
    height: 155px;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
}

.homeAbout {
    line-height: 27px;
    width: 430px;
}

.p-header {
    height: 215px;
}

.p-header h1 {
    font-size: 40px;
}

.homeCounter h3 {
    font-size: 37px;
}

.homeCounter h3 .timer {
    font-size: 65px;
}
}




@media (max-width: 767px) {
.navbar .container, 
.footer-container,
.homeAbout {
    width: 100%;
}

.headerRight,
.headerInfo a:nth-child(2),
.headerLeft h5 {
    display: none;
}

.headerLeft {
    flex: 1 0 90%;
}

.headerLogo {
    flex: 0 0 10%;
    margin-bottom: -24%;
}

.footer-links {
    flex-flow: column;
    text-align: center;
    background-color: transparent;
}

.footer-links a:before {
    position: relative;
}

.footer-bottom {
    flex-flow: column;
    align-items: center;
}

.footer-bottom div {
    margin: 10px 0;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.buttonContainer {
    margin: 0px 0 25px;
    flex-wrap: wrap;
}

.featuredText {
    text-align: center;
}

.single-item-slider .slider-inner .item {
    width: 215px;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
}

.headerBlock {
    flex: 0 0 59%;
}

.headerLogo img {
    max-width: 125px;
}

.buttonContainer a {
    flex: 0 0 48%;
    padding: 1%;
}

.buttonContainer a:last-child {
    flex: 0 0 100%;
    margin-top: 4%;
}

.buttonContainer h3 {
    font-size: 5vw;
    line-height: 6vw;
}

.buttonContainer h3 span {
    font-size: 6vw;
}

.buttonContainer .btn-primary {
    font-size: 12px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
    width: 100%;
    text-align: center;
}

.servList, 
.partsList {
    flex-flow: column;
    align-items: center;
}

.servList div, 
.partsList div {
    margin: 10px 0;
}

.homeAbout {
    margin-top: 0;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 15px;
}

.homeCounter h3 {
    font-size: 30px;
}

.secBtnContainer {
    flex-flow: column;
}

.secBtnContainer a {
    padding: 20% 1%;
}

.secBtnContainer h3 {
    font-size: 8vw;
}

.btnSection .widget-inner {
    margin-top: 0!important;
}
}







