﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/*===================== 
	base styles 
=======================*/


body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/



	h1 {
        font-family: 'Orbitron', sans-serif;
		font-size:28px;
		font-weight: 700;
        letter-spacing: 1px;
        margin:5px 0;
}

	h2 {
        font-family: 'Orbitron', sans-serif;
		font-size:22px;
		font-weight: 700;
        letter-spacing: 1px;
        margin:5px 0;
}
	h3 {
        font-family: 'Orbitron', sans-serif;
		font-size:20px;
		font-weight: 700;
        letter-spacing: 1px;
        margin:5px 0;
}
	h4 {
        font-family: 'Orbitron', sans-serif;
		font-size:18px;
		font-weight: 700;
        letter-spacing: 1px;
        margin:5px 0;
}
	h5 {
		font-size:16px;
		font-weight: 600;
        
}
	h6 {
		font-size:14px;
		font-weight: 500;
}

ul {
    padding:0;
    margin:5px 0 5px 20px;
}
ul li {
    list-style: square;
    margin:0 0 0 10px;
}


p {
	font-size:18px;
    font-family: 'Roboto', sans-serif;
	margin: 0;
	}

p a {
    color: #a20000!important;
}
p a:hover {
    color: #000!important;
}

a {
	text-decoration: none;
}

.red-text {
	 color: #a20000!important;
}

.btn-primary {
    font-family: 'Orbitron', sans-serif;
    font-size: 15PX;
	background:#a20000!important;
	color:#fff;
	display: inline-block;
	padding:10px 10px 10px 20px;
	text-align:center;
	min-width: 160px;
	margin:10px 0px 10px 0px;
    position: relative;
    border:0px;
    letter-spacing: 1px;
    line-height: normal;
	cursor: pointer;
	box-sizing: border-box;
}
.btn-primary:before {
    position: absolute;
    top:0;
    right:-11px;
    width:6px;
    content: "";
    background:#a20000;
    height: 100%;
    
}
.btn-primary:after {
    position: absolute;
    top:0;
    right:-19px;
    width:3px;
    content: "";
    background:#a20000;
    height: 100%;
}
.btn-primary:hover, .btn-primary:hover:before, .btn-primary:hover:after, .btn-primary:focus {
	background:#000!important;
	color:#fff!important;
}
.btn-slider {
    
}
.btn-slider:before {
    position: absolute;
    top:0;
    right:-11px;
    width:6px;
    content: "";
    background:#a20000;
    height: 100%;
    display: block!important;
}
.btn-slider:after {
    position: absolute;
    top:0;
    right:-19px;
    width:3px;
    content: "";
    background:#a20000;
    height: 100%;
    display: block!important;
}
.btn-slider:hover:before, .btn-slider:hover:after {
	background:#000!important;
	color:#a20000!important;
}

.img-flex-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.img-flex-cont img {
    padding:10px!important;
    box-sizing: border-box;
}
.img-responsive {
	width:100%;
	height: auto;
	display: block;
}
.text-center {
	text-align: center;
}
.text-underline {
	text-decoration: underline;
}
.border-top-1 {
	border-top: 1px solid #000;
}
.border-bottom-1 {
	border-bottom: 1px solid #000;
}

/*===================== 
	header styles 
=======================*/

.tophead-1 {
    max-width: 1100px;
    padding:20px 10px;
    margin:0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mobile-links-head {
    display: none;
    width:100%;
}
.mobile-links-head ul {
    padding:0;
    margin:0;
    width:100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.mobile-links-head ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-size: 16px;
}
.mobile-links-head ul li a {
    color:#000;
}
.mobile-links-head ul li a i {
    color:#a20000;
    padding:0 5px;
}
.mobile-links-head ul li a:hover, .mobile-links-head ul li a i:hover {
    color:#5f5f5f;
}

.head-logo-1 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.head-logo-1 img {
	max-width: 138px;
	height: auto;
	display: block;
    width:100%;
}
.head-logo-1 ul {
     padding:0 10px 0 20px;
    margin:0;
}
.head-logo-1 ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-size: 20px;
}

.head-logo-1 ul li a {
    color:#a20000;
}
.head-logo-1 ul li a:hover {
    color:#5f5f5f;
}
.head-logo-2 {
    width:25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.head-logo-2 a {
    width:50%;
    padding:10px;
    box-sizing: border-box;
}
.head-logo-2 a img {
    width:100%;
    height: auto;
    display: block;
}
.head-logo-2 p {
   font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.head-location {
    width:60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-location ul {
    width:49%;
    padding:0;
    margin:0;
}
.head-location ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: right;
}
.head-location ul .sml-text {
    font-size: 14px;
    font-weight: 400;
}
.head-location ul li a {
    font-size: 16px;
    color:#000;
}
.head-location ul li a span {
    color:#a20000;
}
.head-location ul li a:hover, .head-location ul li a span:hover {
    color:#5f5f5f;
}
/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}

nav.mobile {
	display: none;
}

nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
    background:#a20000;
}
nav.primary ul {
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav.primary ul li {
	margin: 0;
	list-style-type: none;
}
nav.primary ul li a {
    letter-spacing: 1px;
	color: #fff !important;
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 12px;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 700;
	cursor: pointer;
}
nav.primary ul li a:hover {
	background-color:#000;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 20px;
	text-align: left;
	border-right: none;
	border-left: none;
	background:#fff;
	border-bottom: #0a2737 solid 1px;
	 color: #0a2737 !important;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	color: #fff!important;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover ul {
	display: block!important;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	width: auto;
	position: relative;
	margin: 0;
	display: block;
}


/*===================== 
	content styles 
=======================*/

.hero-slide-cont {
	width:100%;
	
}
.hero-slide-1 {
	position: relative;
}
.hero-slide-1 img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
	min-height: 350px;
	max-height: 30vw;
}
.hero-slide-1 .hero-overlay {
	width:auto;
	max-width: 620px;
	padding:30px;
	box-sizing: border-box;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: absolute;
	z-index: 2;
	background-color: rgba(0,0,0,0.66);
	font-family: 'Orbitron', sans-serif;
}
.hero-slide-1 .hero-overlay .lg-text {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size:35px;
	font-weight:600;
	font-family: 'Orbitron', sans-serif;
}
.hero-slide-1 .hero-overlay .md-text {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size:30px;
	font-weight:600;
	font-family: 'Orbitron', sans-serif;
}

.hero-slide-1 .hero-overlay .sml-text {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size:25px;
	font-weight:400;
	font-family: 'Orbitron', sans-serif;
}
.hero-slide-1 .hero-overlay .xsml-text {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size:20px;
	font-weight:400;
	font-family: 'Orbitron', sans-serif;
}
.hero-slide-1 .hero-overlay a {
	margin-top:20px;
}
.hero-slide-cont .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:8px;
	margin:0 auto;
	padding-top:15px;
}
.hero-slide-cont .slick-dots li {
	display: block;
	margin:0;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background:rgba(0,0,0,0.67);
	list-style: none;
}
.hero-slide-cont .slick-dots li.slick-active {
	background:#a20000;
}
.hero-slide-cont .slick-dots li button {
	display: none!important;
}
.wrap-cta {
	width:100%;
}
.wrap-cta .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.sub-cat-btn {
	width: 23%;
    background:rgba(0,0,0,0.72);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding:10px 0;
    transition: all .25s;
    margin:30px 0;
	gap:20px 0;
}
.sub-cat-btn p {
    font-family: 'Orbitron', sans-serif;
    color:#fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding:10px 0 0 0;
    width:100%;
}
.sub-cat-btn .btn-primary {
    width:calc(100% - 21px);
    margin: 10px 0px 10px -18px;
}
.sub-cat-btn:hover {
    background:rgba(0,0,0,0.5);
}


.contact-list-1 {
    padding:0 20px 0 0;
    box-sizing: border-box;
}
.contact-list-1 ul {
    padding:0;
    margin:0;
    border-top:1px solid #000;
}
.contact-list-1 ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.contact-list-1 ul li a {
    color: #a20000;
}
.contact-list-1 ul li a:hover {
    color: #000;
}
.wrap-home {
	width:100%;
	padding:60px 0;
} 
.wrap-home h1 {
	font-family: 'Orbitron', sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 5px 0;
	color: #a20000;
	line-height: 1.2;
	padding-bottom: 10px;
}
.wrap-home h1 span {
	font-family: 'Orbitron', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 5px 0;
	color: #000;
	display: block;
}
.wrap-home p {
	padding-bottom: 10px;
}
.wrap-brands {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	flex-wrap: wrap;
	padding:60px 20px;
	box-sizing: border-box;
}
.wrap-brands h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	color:#a20000;
}
.wrap-brands img {
	width:100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	margin:0 auto;
	display: block;
}


/*===================== 
	Search Form styles 
=======================*/

.form-wrap-1 {
    width:100%;
    background:url("/siteart/about-img-1.webp") no-repeat center;
    background-size: cover;
    padding:9vw 0;
}

.form-wrap-1 h2 {
    color:#fff;
    text-shadow: 0 0 10px #000, 0 0 10px #000;
    padding:0 0 10px 0;
}
.form-flex-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-wrap-1 input {
    width:24%;
    padding:0 5px;
	font-size: 16px;
}

.form-wrap-1 .btn-primary {
    width:calc(24% - 21px);
    margin:0;
}

/*===================== 
	Contact Form styles 
=======================*/

.contactForm {
    max-width: 1100px;
    padding:30px 10px!important;
    box-sizing: border-box;
    margin:0 auto;
    float: none;
}




/*===================== 
	slideshow styles 
=======================*/

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont label {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
	display: inline-block;
}
.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:1px solid #000;
	border-radius: 5px;
    color:#000; 
	font-family: 'Roboto', sans-serif;
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
	font-family: 'Roboto', sans-serif;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
    outline:none;
    border:1px solid #000;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

.form-info-cont .button {
	display: block;
	width: 100%;
	max-width: 200px;
	font-family: 'Orbitron', sans-serif;
	font-size: 15PX;
	background: #a20000 !important;
	color: #fff;
	padding: 10px 10px 10px 20px;
	text-align: center;
	min-width: 160px;
	margin: 10px auto;
	position: relative;
	border: 0px;
	letter-spacing: 1px;
	cursor: pointer;
}


.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 



/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
}

.grey-bg {
	background:rgba(0,0,0,0.1);
}
.border-bottom {
    border-bottom: 16px solid #5f5f5f;
}
.border-top {
    border-top: 16px solid #5f5f5f;
}

.container-1 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 10px;
	box-sizing: border-box;
	}
.container-2 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto!important;
	box-sizing: border-box;
    float: none;
	padding:0 10px;
	
	}
.ex-pd-60 {
    padding-top:60px;
    padding-bottom:60px;
}
.ex-pd-60-top {
    padding-top:60px;
}
.ex-pd-60-bottom {
    padding-bottom:60px;
}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col-1-6 {
	width: 16%;
	box-sizing: border-box;
}

.col-1-5 {
	width: 20%;
	box-sizing: border-box;
}

.col-1-4 {
	width: 24%;
	box-sizing: border-box;
}

.col-1-3 {
	width: 33%;
	box-sizing: border-box;
}

.col-1-2 {
	width: 49%;
	box-sizing: border-box;
}

.col-2-3 {
	width: 65%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 75%;
	box-sizing: border-box;
}
.col-1 {
	width:100%;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

/*===================== 
	footer styles 
=======================*/

footer {
    width:100%;
    background:#a20000; 
}
footer .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot-nav {
    max-width: 270px;
}
.foot-nav ul {
    padding:0;
	margin:0;
}
.foot-nav ul li {
    padding:0;
	margin:0;
	list-style: none;
}
.foot-nav ul li a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
    font-size:16px;
	font-weight:400;
	padding:5px 0;
	color:#fff;
	transition: .2s ease-in;
}
.foot-nav ul li a:hover {
	color:#000;
}
.foot-logo-1 img {
    max-width: 150px;
    width:100%;
    height: auto;
    display: block;
}
.foot-logo-1 ul {
    padding:0;
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-logo-1 ul li {
    padding:10px;
    margin:0;
    list-style: none;
}
.foot-logo-1 ul li a {
    color:#fff;
    font-size:18px; 
}
.foot-logo-1 ul li a:hover {
    color:#5f5f5f;
}
.foot-bottom {
    width:100%;
    background:#000;
    padding:20px 10px;
    box-sizing: border-box;
}
.foot-bottom p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color:#fff;
    font-size:12px; 
}
.foot-bottom p a {
    color:#fff!important;
}
.foot-bottom p a:hover {
    color:#5f5f5f!important;
}

#foot .static .nav > li {
    list-style: none!important;
}
#foot .static .navbar-nav > li > a {
    padding: 5px 0;
    display: block;
}
.scrollToTop a {
  color: #fff!important;
	margin: 0 auto;

}	
/*========================== 
	  Responsive styles 
============================*/

@media only screen and (max-width : 1200px) {		
    .sub-cat-btn p {
      font-size: 1.8VW;
    }
}
@media screen and (max-width: 1150px) {
     nav.primary ul li a {
        font-size: 1.30vw;
    }   
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.head-location ul li a {
        font-size: 14px;
        color:#000;
    }
	.col-1-2 {
		width: 100%;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
	#menu-button {
		width: 100%;
		display: block;
		position: relative;
		z-index: 1000;
		text-align: left;
        background:#a20000;
        box-sizing: border-box;
        padding:5px 20px;
	}
	#menu-button a {
        font-size: 28px;
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		text-align: left;
		cursor: pointer;
	}
	.menu-toggle span {
		font-size: 20px;
	}
	nav.mobile {
		display: block;
		position: fixed;
		text-align: left;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #000;
		z-index: 1001;
		overflow: auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		word-spacing: 13px;
		padding: 0 0 0 15px;
		color: #a20000!important;
	}
	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #a20000;
		text-decoration: none;
	}
	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #fff;
		text-decoration: underline;
	}
	.mobiletitle {
		padding-left: 20px;
		color: #fff;
	}
	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display: block;
		padding: 0;
		margin: 15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #fff;
		text-decoration: none;
		top: -4px;
		/*top:-35px;*/
		right: 13px;
		cursor: pointer;
	}
	nav.mobile .menu-toggle:hover {
		color: #999;
	}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
        text-transform: uppercase;
		display: block;
		font-size: 14px;
        letter-spacing: 1px;
        font-weight: 500;
		padding: 10px 10px 10px 15px;
		color: #fff;
		text-decoration: none;
		border-left: 4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		cursor: pointer;
	}
	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.5);
		color: #fff;
		border-left: 4px #a20000 solid;
	}
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
		background: white;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left: 4px #444 solid;
		color:#0a2737;
		text-decoration: none;
        
	}
	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
	}
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left: 4px #555 solid;
	}
	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}
	/* FOURTH LEVEL */
	nav.mobile ul li li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li li a {
		background: #777;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left: 4px #555 solid;
	}
	nav.mobile ul li li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}
	.nav-footer {
		color: #fff;
		position: relative;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		padding: 15px 0;
	}
	/* FONT AWESOME ICONS */
	nav.mobile ul li a .fa {
		width: 25px;
		font-weight: 100;
		padding: 8px 3px;
		margin: 0 6px 0 0;
		text-align: center;
		background: #292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}
	nav.mobile ul li .fa-chevron-down {
		color: #999;
	}
	.more {
		position: absolute;
		right: 5%;
	}
	.mobilefooterlogo {
		text-align: center;
		margin: 0 auto;
		transform: scale(0.9);
	}
	.mobile-links-head {
        display: block;
    }
    .head-logo-2, .head-location, .head-logo-1 ul {
        display: none;
    }
    .head-logo-1 {
        border-right:0px;   
        width:100%;
        justify-content: center;
        padding:20px 0 0 0;
    }
    .foot-nav {
        display: none;
    }
    .foot-cont-1 {
      justify-content: center;
    }
    .sub-cat-btn {
        margin:0;
    }
    .form-wrap-1 input {
        width:100%;
        padding:10px;
        box-sizing: border-box;
        margin:10px 0;
    }
    .form-wrap-1 {
      padding: 5px 0;
    }

    .form-wrap-1 .btn-primary {
        width:calc(100% - 21px);
        margin:10px 0;
    }
    .scrolling-wrap {
      display: none;
    }
    .sub-cat-btn p {
      font-size: 30PX;
    }
	.hero-slide-1 .hero-overlay {
		width:100%;
		max-width: 100%;
		padding:20px;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: auto;
		top:0!important;
		bottom:0!important;
		left:0!important;
		right:0!important;
	}
	.hero-slide-1 .hero-overlay .lg-text {
		font-size:30px;
	}
	.hero-slide-1 .hero-overlay .md-text {
		font-size:25px;
	}

	.hero-slide-1 .hero-overlay .sml-text {
		font-size:22px;
	}
	.hero-slide-1 .hero-overlay .xsml-text {
		font-size:16px;
	}
	.sub-cat-btn {
		width: 100%;
	}
	.foot-logo-1 {
		margin:0 auto;
	}
	
    
}

