.contactcontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactblock h3 {
    text-decoration: underline;
}











.employee-wrap {
	display: flex;
	flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row;
	-ms-flex-wrap: wrap;
	justify-content: flex-start;
}
.employee-wrap > div {
	flex: 0 0 50%;
	-ms-flex: 0 0 auto;
}
@media (min-width: 768px) {
	.employee-wrap > div {
		flex: 0 0 33.333%;
		-ms-flex: 0 0 auto;
	}
}
@media (min-width: 992px) {
	.employee-wrap > div {
		flex: 0 0 25%;
		-ms-flex: 0 0 auto;
	}
}


body { 
    background-color: black;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

@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: url(https://psmfirestorm.blob.core.windows.net/website-themes/68/images/background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: url(https://psmfirestorm.blob.core.windows.net/website-themes/68/images/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
.box3 {
    height: 400px;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/fa2be4fd-bf81-4663-a2bf-1b3ebe416b63/background-scroll-5.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 0 0px;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important; }
}

@media (max-width: 1199px) {
.box3 {
    height: 400px;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/fa2be4fd-bf81-4663-a2bf-1b3ebe416b63/background-scroll-5.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 0 0px;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important; }
}

@media (min-width: 1200px) {
.box4 {
    height: 515px;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/27937fe1-e229-4781-8bbe-a01f9f1a6b5a/about-background-2.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 0 0px;
    box-shadow: inset 0px 0px 30px black;
    margin-bottom: -30px; }
}

@media (max-width: 1199px) {
.box4 {
    height: auto;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/27937fe1-e229-4781-8bbe-a01f9f1a6b5a/about-background-2.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 0 0px;
    box-shadow: inset 0px 0px 30px black;
    margin-bottom: -30px;
    padding-bottom: 30px; }
}








/* GLOBAL THEME FONT COLORS */

a {
    color: #cd192d;
    transition: .2s ease color;
}

a:focus, a:hover {
    color: #ff001c;
    text-decoration: none;
    transition: .2s ease color;
}

legend { color: #fff; }

@media (min-width: 768px) {
div#content-container {
    margin-bottom: 30px; }
}

@media (max-width: 767px) {
div#content-container {
    margin-bottom: 30px;
    margin-top: 145px; 
}
header.body {
    position: fixed;
    top: 0;
    z-index: 1600;
    width: 100%;
}
}









/* HEADER */

.headerbackground > .siteSearch > div > input {
    margin: 0;
}

header.body {
    background-color: #000000;
}

.headerbackground {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: flex-start;
    position: relative;
}

    header.body .brand { color: #fff; }
#brand-box .info a { color: #fff; }

@media (min-width: 768px) {
.headerlogo {
    position: relative;
    z-index: 9;
    padding: 10px 0px 0px 10px;
    float: left;
    width: 19%; }
}

@media (max-width: 767px) {
.headerlogo {
    position: relative;
    z-index: 9;
    padding: 3px;
    float: none;
    width: 60%;
    display: inline-block;
    max-width: 150px;
}
}

.headerright {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
.headerright {
    float: none;
    z-index: 2;
    display: inline-block;
    position: relative;
    width: 40%;
    /* background-color: blue; */
    margin-top: 13px;
    padding-right: 5px;
    vertical-align: top; }
}

.headerrightl {
    text-align: right;
    border-right: 2px solid rgb(72, 72, 72);
    font-size: 16px;
    padding-right: 10px;
}



@media (max-width: 767px) {
.headerrightl {
    width: 100%;
    display: inline-block;
    text-align: right;
    border-right: none;
    font-size: 7px;
    padding-right: 10px; }
}

@media (min-width: 1500px) {
.headerphone {
    font-size: 28px; }
}

@media (max-width: 1499px) {
.headerphone {
    font-size: 24px; }
}

@media (max-width: 1199px) {
.headerphone {
    font-size: 20px; }
}

@media (max-width: 991px) {
.headerphone {
    font-size: 15px; }
}

@media (min-width: 1500px) {
.headeraddress {
    text-transform: uppercase;
    line-height: 18px;
    color: white;
    transition: .3s ease color; }
}

@media (max-width: 1499px) {
.headeraddress {
    text-transform: uppercase;
    line-height: 14px;
    color: white;
    transition: .3s ease color; }
}

.headeraddress:hover {
    color: #a7a7a7;
    transition: .3s ease color;
}

.headerrightr {
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
}

@media (max-width: 767px) {
.headerrightr {
    width: 29%;
    display: inline-block;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 7px;
    line-height: 9px;
    display: none; }
}

@media (min-width: 992px) {
span.fa.fa-money {
    font-size: 30px;
    color: white; }
}

@media (max-width: 991px) {
span.fa.fa-money {
    font-size: 21px;
    color: white; }
}

.headerrightb {
    text-align: center;
    color: rgb(154, 154, 154);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
}

.headerrightb a {
    padding: 5px;
}

@media (max-width: 767px) {
.headerrightb {
    text-align: center;
    margin-left: 32px;
    margin-top: 5px;
    color: #9a9a9a;
    margin-right: 3px;
    display: none; }
}

.socialblock {
    font-size: 24px;
    padding: 2px;
    color: #949494;
    transition: .3s ease color;
}

.socialblock:hover {
    color: #cd192d;
    transition: .3s ease color;
}

.headerrewardsbutton {
    color: white;
    transition: .3s ease color;
}

.headerrewardsbutton:hover {
    color: #a7a7a7;
    transition: .3s ease color;
}
    
.siteSearch {
    flex: 0 0 20%;
    margin-top: 1%;
}

@media (max-width: 767px) {
.siteSearch {
    position: absolute;
    bottom: -34px;
    z-index: 1;
}
}

.searchContainer {
    display: flex;
}

.searchContainer button {
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-color: #8c8c8c;
}









/* NAVIGATION */
#main-nav {
    background-color: rgb(0, 0, 0);
    margin-top: -35px;
}

    #main-nav .navbar { border: none; }


.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding: 15px 9px;
}


@media (max-width: 767px) {
#main-nav .nav > li > a, .social-media-icons a {
    font-size: 1em;
    letter-spacing: .03em;
    padding: 0.8em 0em 0.8em 0em; }
}

#main-nav .nav > li > a:hover, #main-nav .nav > li > a:focus, #main-nav .nav > li.active > a, #main-nav .nav .open > a, #main-nav .nav .open > a:hover, #main-nav .nav .open > a:focus, #main-nav .nav > li.active > a:hover {
    background-color: rgba(0,0,0,0.15);
    color: #cc192d;
}

.breadcrumb { background-color: #383838; }

@media (max-width: 767px) {
#main-nav .dropdown-menu > li > a {
    color: #bbb;
    font-size: 12px; }
}

@media (min-width: 992px) {
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175); }
}

@media (max-width: 991px) {
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 9px;
    text-align: left;
    list-style: none;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175); }
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.navbar {
    position: relative;
    min-height: 22px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
#main-nav .navbar-brand.text {
    line-height: 37px;
    visibility: hidden; }
}

#main-nav .navbar-toggle {
    font-size: 24px;
    padding: 0px 10px;
}

#main-nav-collapse {
    background-color: black;
    margin-top: 21px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

@media (min-width: 1500px) {
#main-nav .container {
    width: 1100px;
}
}










/* CONTENT */

@media (min-width: 768px) {
.homebuttonbackground {
    background-color: #ffffff;
    text-align: center;
    border-top: 2px solid #757575;
    border-bottom: 2px solid #757575;
    margin-top: -25px;
    display: flex;
    justify-content: space-between;
}
}

@media (max-width: 767px) {
.homebuttonbackground {
    background-color: #ffffff;
    text-align: center;
    border-top: 2px solid #757575;
    border-bottom: 2px solid #757575;
    margin-top: 0px; }
}

@media (min-width: 768px) {
.homebuttontext {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4vw;
    margin: .6em 0em .6em 0em;
    border-right: 2px solid #757575;
    color: #cd192d;
    transition: .3s ease color; }
}

@media (max-width: 767px) {
.homebuttontext {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 7vw;
    margin: 0vw;
    border-right: none;
    color: #cd192d;
    transition: .3s ease color;
    border-bottom: 3px solid #757575;
    padding: 4% 0%; }
}

.homebuttontext:hover {
    color: red;
    transition: .3s ease color;
}

.homebuttonbackground a {
    flex: 0 0 20%;
    text-align: center;
}

#widget2 > div > div > a:nth-child(5) > div {
    border-right: none;
}

.homeslider {
    margin-top: -30px;
}

.homeaboutcontainer {
    background-color: black;
    padding: 15px;
}

.homeabout {
    background-color: rgba(0, 0, 0, 0.43);
    padding: 1px 15px 1px 15px;
}

.homeabout h1 {
    color: #cd192d;
}

@media (min-width: 1200px) {
#home-page #section-5 {
    margin-top: 0px;
    padding-top: 100px; }
}

@media (max-width: 1199px) {
#home-page #section-5 {
    margin-top: 0px;
    padding-top: 30px; }
}

/*#home-page #section-3 {
    margin-top: 0px;
}*/


.shopbymodelbackground {
    background-color: white;
    margin-top: -30px;
    border: 5px solid #d0d0d0;
    text-align: center;
}

@media (min-width: 768px) {
.shopbymodelblock {
    width: 24%;
    display: inline-block; }
}

@media (max-width: 767px) {
.shopbymodelblock {
    width: 49%;
    display: inline-block; }
}

@media (min-width: 768px) {
.shopbymodeltext {
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-size: 2vw;
    font-family: 'Roboto Condensed', sans-serif; }
}

@media (max-width: 767px) {
.shopbymodeltext {
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-size: 3.5vw;
    font-family: 'Roboto Condensed', sans-serif; }
}

@media (min-width: 768px) {
.shopbymodelheadertext {
    text-align: center;
    color: #cd192d;
    font-size: 3vw;
    background-color: #d0d0d0; }
}

@media (max-width: 767px) {
.shopbymodelheadertext {
    text-align: center;
    color: #cd192d;
    font-size: 10vw;
    background-color: #d0d0d0; }
}

img.modelpic {
    transition: .3s ease transform;
}

img.modelpic:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}

@media (min-width: 767px) {
.seealltext {
    text-align: center;
    color: gray;
    text-transform: uppercase;
    background-color: #ececec;
    padding: 2px;
    margin: 0% 25% 2% 25%;
    font-size: .7vw;
    transition: .3s ease transform, .3s ease color; }
}

@media (max-width: 767px) {
.seealltext {
    text-align: center;
    color: gray;
    text-transform: uppercase;
    background-color: #ececec;
    padding: 2px;
    margin: 0% 25% 2% 25%;
    font-size: 2vw;
    transition: .3s ease transform, .3s ease color; }
}

.seealltext:hover {
    transform: scale(1.1);
    color: #cd192d;
    transition: .3s ease transform, .3s ease color;
}

.warrantyImage {
    max-width: 100%;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .warrantyImage {
        max-width: 500px;
    }
}


/* RESPONSIVE YOUTUBE-------------------------------------------------------------------------------------------------- */
.video-responsiveB {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsiveB iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.department-container.container h1 {
	position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
    color: #fff;
    text-shadow: 0px 0px 5px black, 3px 3px 3px rgba(0, 0, 0, 0.67), 6px 6px 5px rgba(0, 0, 0, 0.48);
}

#employees-team-page > div.row > div > h1 {
    font-size: 55px;
}

@media (min-width: 992px) {
.pageheadertext, 
h1.page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
    color: #ffffff;
    text-shadow: 0px 0px 5px black, 3px 3px 3px rgba(0, 0, 0, 0.67), 6px 6px 5px rgba(0, 0, 0, 0.48); }
}

@media (max-width: 991px) {
.pageheadertext, h1.page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0px 0px 5px black, 3px 3px 3px rgba(0, 0, 0, 0.67), 6px 6px 5px rgba(0, 0, 0, 0.48); }
}

@media (max-width: 767px) {
.pageheadertext, h1.page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color: #ffffff;
    text-shadow: 0px 0px 5px black, 3px 3px 3px rgba(0, 0, 0, 0.67), 6px 6px 5px rgba(0, 0, 0, 0.48); }
}

@media (min-width: 992px) {
.pageheadertext::after, 
h1.page-title::after {
    content: '';
    height: 4px;
    width: 30%;
    position: absolute;
    top: 37px;
    right: 0;
    z-index: -1;
    background: -moz-linear-gradient(left, rgba(205,25,45,0) 0%, rgba(205,25,45,1) 100%);
    background: -webkit-linear-gradient(left, rgba(205,25,45,0) 0%,rgba(205,25,45,1) 100%);
    background: linear-gradient(to right, rgba(205,25,45,0) 0%,rgba(205,25,45,1) 100%); }
}

@media (max-width: 991px) {
.pageheadertext::after, 
h1.page-title::after {
    content: '';
    height: 4px;
    width: 30%;
    position: absolute;
    top: 27px;
    right: 0;
    z-index: -1;
    background: -moz-linear-gradient(left, rgba(205,25,45,0) 0%, rgba(205,25,45,1) 100%);
    background: -webkit-linear-gradient(left, rgba(205,25,45,0) 0%,rgba(205,25,45,1) 100%);
    background: linear-gradient(to right, rgba(205,25,45,0) 0%,rgba(205,25,45,1) 100%); }
}

@media (max-width: 767px) {
.pageheadertext::after, 
h1.page-title::after {
    content: '';
    height: 4px;
    width: 30%;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: -1;
    background: -moz-linear-gradient(left, rgba(205,25,45,0) 0%, rgba(205,25,45,1) 100%);
    background: -webkit-linear-gradient(left, rgba(205,25,45,0) 0%,rgba(205,25,45,1) 100%);
    background: linear-gradient(to right, rgba(205,25,45,0) 0%,rgba(205,25,45,1) 100%); }
}

@media (min-width: 992px) {
.pageheadertext::before, 
h1.page-title::before {
    content: '';
    height: 4px;
    width: 30%;
    position: absolute;
    top: 37px;
    left: 0;
    background: -moz-linear-gradient(left, rgba(205,25,45,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, #cd192d 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(205, 25, 45) 0%,rgba(255,255,255,0) 100%);
    z-index: -1; }
}

@media (max-width: 991px) {
.pageheadertext::before, h1.page-title::before {
    content: '';
    height: 4px;
    width: 30%;
    position: absolute;
    top: 27px;
    left: 0;
    background: -moz-linear-gradient(left, rgba(205,25,45,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, #cd192d 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(205, 25, 45) 0%,rgba(255,255,255,0) 100%);
    z-index: -1; }
}

@media (max-width: 767px) {
.pageheadertext::before, h1.page-title::before {
    content: '';
    height: 4px;
    width: 30%;
    position: absolute;
    top: 17px;
    left: 0;
    background: -moz-linear-gradient(left, rgba(205,25,45,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, #cd192d 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(205, 25, 45) 0%,rgba(255,255,255,0) 100%);
    z-index: -1; }
}

h1.page-title::after, 
h1.page-title::before {
    top: 27px;
}

.pagetext {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 15px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 41.25%;
    margin-top: 30px;
}

@media (max-width: 767px) {
.mapWrapper {
    padding-bottom: 50%;
    margin-top: 0px; }
}

.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.maphours.k-table {
    width: 50%;
    margin: auto;
    text-align: center;
}

@media (max-width: 767px) {
table.maphours.k-table {
    width: 100%; }
}











/* EMPLOYEES */

.employee {
    background: #9a9a9a;
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    color: #000;
    margin: 1% 1% 10% 1%;
}

.employee .job p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #ffffff;
}

.employee .name p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #cd1a2e;
    text-transform: uppercase;
}











/* FORMS */

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 7px;
}

.vdpinquiryheader {
    font-size: 26px;
    text-transform: uppercase;
    color: #cd1a2e;
}

.form-header-text {
    font-size: 30px;
    text-transform: uppercase;
}


.mainform > div {
    background-color: black;
    border: 5px solid #9a9a9a;
    box-shadow: 0px 0px 12px black;
    padding: 10px; 
}

.mainform {
    height: fit-content;
}

.form-control {
    color: #fff;
    background-color: #4a4a4a;
    border: 1px solid #8c8c8c;
    border-radius: 0px;
}

.form-control:hover {
    background-color: #676767;
    transition: .3s ease background-color;
}

.form-control:focus {
    border-color: #cd1a2e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #cd1a2e59;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(205, 26, 46, 0.23);
    background-color: #676767;
}

.forms-title-section {
    font-size: 16pt;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

@media (min-width: 768px) {
#Form322 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form322 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form326 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px; 
}

#Form322 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px; 
}

#Form326 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0px 5px; }
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-control {
    margin: 5px 0px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

input#FilterQuickSearch {
    margin: 0;
}





#Form326 > div:nth-child(3) > fieldset > div:nth-child(n+1) {
    display: inline-block;
    width: 50%;
    padding: 0px 5px;
    vertical-align: top; 
}










/* BILLBOARD */
.carousel-control { border-color: #000; opacity: .55; filter: alpha(opacity=55); }
@media (min-width: 768px) {
    .widget-Billboard .carousel { box-shadow: -30px 0px 40px -30px rgba(0, 0, 0, 0.8), 30px 0px 40px -30px rgba(0, 0, 0, 0.8); }
}










/* FEATURED VEHICLES */
.single-item-slider .item {
    border: none;
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    display: block;
    position: relative;
    width: 216px;
    background-color: #000000;
}

@media (max-width: 991px) {
.single-item-slider .slider-inner .item {
    width: 208px; }
}

@media (min-width: 1200px) {
.featuredinventory > div {
    width: 1200px;
    margin: auto;
    padding: 30px; }
}

@media (max-width: 1199px) {
.featuredinventory > div {
    width: 992px;
    margin: auto;
    padding: 30px; }
}

@media (max-width: 991px) {
.featuredinventory > div {
    width: 768px;
    margin: auto;
    padding: 30px; }
}

@media (max-width: 767px) {
.featuredinventory > div {
    width: auto;
    margin: auto;
    padding: 30px; }
}

.featuredinventory {
    /* background-color: black; */
    margin-top: -30px;
    padding: 4% 0% 0% 0%;
}

.featuredinventory h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed',s -webkit-pictograph;
    font-size: 40px;
    color: #cd192d;
    text-shadow: 0px 0px 5px black, 2px 2px 5px black;
}

.single-item-slider .item-detail .price {
    font-size: 23px;
    left: 0;
    padding: 0 2%;
    position: absolute;
    width: 100%;
    line-height: 113%;
    bottom: 0;
    font-family: 'Roboto Condensed',s -webkit-pictograph;
    text-transform: uppercase;
    color: #cd192d;
}

.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;
}

.single-item-slider .item-detail .name {
    line-height: 110%;
    color: white;
    text-transform: uppercase;
}


.latestReviews {
    text-align: center;
}

.latestReviews .review-comments {
    color: white;
}

.reviewssections {
    background-color: #545454;
    margin-bottom: -30px;
    padding: 15px 0px;
}





/* INVENTORY */
.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }
.inventory-container .vehicle { border-color: #777; }

.inventory-container .vehicle:hover {
    background-color: rgba(103, 103, 103, 0.55);
    box-shadow: 0px 0px 15px 0px white;
}

.inventory-container .vehicle .title a {
    color: #000;
}

.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; }

.inventory-container .vehicle .title {
    font-size: 11.5pt;
    width: 100%;
    background-color: #fff;
    min-height: 53px;
    box-sizing: border-box;
    padding: 5px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    text-align: right;
    box-sizing: border-box;
    background-color: black;
    text-transform: uppercase;
    padding: 2px 8px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #329AD2;
    color: white;
}

@media (min-width: 992px) {
#vehicleList>div {
    flex: 0 0 33.333%;
    -ms-flex: 0 0 auto;
    margin: 0px;
    padding: 15px; }
} 

#inventory-page {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 10px;
}

.inventory-container .disclaimers {
    margin-top: 20px;
    font-size: 9px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #000;
    border: 1px solid #656565;
}

#vdp-container .data-points .list-group-item {
    color: #fff;
    letter-spacing: 0;
    padding: 6px 15px 6px 110px;
    position: relative;
}

@media (min-width: 768px) {
#vdp-container {
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.51);
    padding: 15px; }
}

@media (max-width: 767px) {
#vdp-container {
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.51);
    padding: 15px; }
}

.tab-content>.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.56);
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #c7c7c7;
}

.btn-primary {
    color: #fff;
    background-color: #cd1a2e;
    border-color: #ff001c;
    margin: 15px 0px 5px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff001c;
    border-color: #cd1a2e;
}

.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: #ff001c;
    border-color: #cd1a2e;
}

a.mdBtn.btn-primary.btn {
    margin: 15px;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    min-height: 41px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .savings {
    margin-top: -16px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    z-index: 2;
    position: relative;
    margin-left: 2px;
}

#tabPackages .list-group.flex .name, .color-packages .list-group.flex .name {
    color: white;
}

#tabEquipment > div > div.tab-content > div > div > ul > li > span,
#tabEquipment > div > div.vehicle-details > div > div > ul > li > span {
    font-size: 12px;
}

#ModalVehicleInquiry {
    top: 20%;
}

.inventory-container .vehicle .thumb {
    line-height: 189px;
    height: 192px;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}










    
/* GLOBAL TOOLBARS/ACCORDIONS */
.panel-default { border: none; }
.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading { background-image: linear-gradient(to bottom, #858585, #494949); background-repeat: repeat-x; text-shadow: 0 0 2px #333; }
.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border-color: #777; }
#content-container .panel-heading { color: #eee; }










/* SINGLE VEHICLE */
.vehicles .k-widget { color: #eee; }










/* ACCORDION */
#content-container .panel-body {
    background-color: #000;
}











/* KENDO OVERRIDES */
.k-block, .k-widget { background-color: inherit; }
.k-window-content.k-content { color: #333; }









/* FOOTER */
footer.body .outer-wrapper { background-color: #1a1a1a; }
footer.body .our-name { background-image: url(''); }

footer.body .copyright .wrapper {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.footerbackground {
    background-color: white;
    color: #737373;
    border-top: 5px solid #cd192d;
}

@media (min-width: 992px) {
.footerblock {
    width: 50%;
    display: inline-block; }
}

@media (max-width: 767px) {
.footerblock {
    width: 100%;
    display: inline-block; }
}

.footerblock h3 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #cd1a2e;
}

.footerblock2 h3 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #cd1a2e;
}

@media (min-width: 992px) {
img.footerlogo {
    display: block;
    width: 50%; }
}

@media (max-width: 991px) {
img.footerlogo {
    display: block;
    width: 50%;
    margin: auto;
    max-width: 300px; }
}

.footerhourscontainer {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
.footerday {
    font-size: 14px;
    color: black; }
}

@media (max-width: 991px) {
.footerday {
    font-size: 14px;
    color: black; }
}

@media (min-width: 1200px) {
.footerday {
    font-size: 16px;
    color: black; }
}

.footertime {
    line-height: 14px;
}

.footerqlinks {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1200px) {
.footercontainer {
    width: 1180px;
    margin: auto;
    padding: 20px 0px 5px 125px; }
}

@media (max-width: 1199px) {
.footercontainer {
    width: 960px;
    margin: auto;
    padding: 20px 0px 5px 73px; }
}

@media (max-width: 991px) {
.footercontainer {
    width: 100%;
    margin: auto;
    padding: 20px 0px 5px;
    display: flex;
    flex-direction: column;
    text-align: center; }
.footertable {
        margin: 0 auto;
    }
.footerqlinks a {
        padding: 15px 0;
    }
}

@media (min-width: 992px) {
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .footerleftinner {
        display: flex;
    }
}

.footercontainer a {
    color: black;
    transition: .3s ease color;
}

.footercontainer a:hover {
    color: gray;
    transition: .3s ease color;
}

.footerphone {
    font-size: 27px;
}

@media (min-width: 992px) {
.footerleftwrapper {
    width: 65%;
    display: inline-block; }
}

@media (max-width: 991px) {
.footerleftwrapper {
    width: 100%;
    display: inline-block; }
}

@media (max-width: 767px) {
.footerleftwrapper {
    width: 100%;
    display: inline-block;
    text-align: center; }
}

.footericons {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
}

@media (min-width: 992px) {
.footerblock2 {
    width: 35%;
    display: inline-block;
    vertical-align: top; }
}

@media (max-width: 991px) {
.footerblock2 {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
}

@media (max-width: 767px) {
.footerblock2 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
}

@media (min-width: 768px) {
.footericonblock {
    width: 8%;
    display: inline-block;
    padding: 3px; }
}

@media (max-width: 767px) {
.footericonblock {
    width: 15%;
    display: inline-block;
    padding: 3px;
    max-width: 50px; }
}


.financebtn {
    font-size: 24px;
}


@media (max-width: 767px) {
    .employee-wrap > div {
        flex: 0 0 98%;
        max-width: 290px;
    }
    .employee-wrap {
        justify-content: center;
    }
}

.tampaemphdrimg {
    margin-top: -25px;
}


/* TOOLTIPS ON DARK BG */
.tooltip.in { opacity: .97; filter: alpha(opacity=97); }
.tooltip-inner { background-color: #ebebeb; color: #000; }
.tooltip.top .tooltip-arrow { border-top-color: #ebebeb; }







/* TRIUMPH FACTORY CUSTOMS */

.tfcblock {
    display: flex;
    align-items: center;
}

.tfcinnerblk {
    flex: 0 0 50%;
    padding: 10px;
    margin-top: -6%;
}

@media (max-width: 767px) {
.tfcinnerblk {
    margin-top: 0%; }
}

.tfcblock:nth-child(even) {
    flex-flow: row-reverse;
}

.tfcblock:nth-child(1) {
    margin-top: 6%;
}

@media (max-width: 767px) {
.tfcblock:nth-child(1) {
    margin-top: 0%; }
}

@media (max-width: 767px) {
.tfcblock {
    flex-direction: column!important; }
}





@media (max-width: 1199px) {
.navbar-nav > li > a {
    font-size: 14px;
    padding: 15px 7px;
}
}

@media (max-width: 991px) {
#main-nav .nav > li > a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}
}

@media (max-width: 767px) {
#main-nav {
    margin-top: 0;
}

#main-nav .nav > li > a {
    font-size: 15px;
    padding: 15px;
}

.navbar-nav {
    float: left;
    display: block;
    justify-content: space-around;
}

#main-nav-collapse {
    margin-top: 0;
}
}








