﻿/*===================== 
	Color information
	
	-
	-red #be141a
	-
	-
		 
=======================*/
/*===================== 
	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: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 

.image-banner {
    width:100%;
    height: auto;
    display: block;
}

	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size:30px;
        font-weight: 700;
}
	h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size:28px;
        font-weight: 700;
}
	h3 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size:24px;
        font-weight: 700;
}
	h4 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size:18px;
        font-weight: 700;
}
	h5 {}
	h6 {}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
	margin: 0;
	}

.bold {
    font-weight: bold;

	}


.bg-texture-1 {
    background:url("/siteart/bg-img-1.jpg") no-repeat center;
    background-size: cover;
}
.bg-texture-r {
    background-image:linear-gradient(90deg,rgba(0,0,0,0.02) 0%,rgba(255,255,255,0.1) 32.12%,rgba(255,255,255,0.1) 72.02%,rgba(0,0,0,0.20) 100%), url("/siteart/bg-img-r.jpg");
}
.btn-1 {
    background:#be141a;
    color:#fff!important;
    text-align: center;
    padding:10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    max-width: 250px;
    width:100%;
    box-sizing: border-box;
    display: block;
    margin:20px 0;
    transition: .2s ease-in;
    border:0;
    outline:none;
    cursor: pointer;
}
.btn-1:hover {
    background:#000;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/ 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background:url("/siteart/bg-img-2.jpg") no-repeat center;
    background-size: cover;
    background-color: /*black*/ #000000;
	}

header {
	margin: 0 auto;
	max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
.head-logo-1 {
    padding:20px;
}

.head-logo-1 img {
	max-width: 200px;
    width:100%;
	height: auto;
	display: block;
    margin:0 auto;
}
.head-logo-1 p {
    color:#fff;
    text-shadow: 0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0);
    text-align:center;
}
.head-logo-1 p:nth-child(2) {
     font-size: 22px;  
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.head-logo-1 p:last-child {
    font-size: 18px; 
    font-family: 'Roboto', sans-serif;
}

.header-info {
    width:calc(100% - 410px);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding:0 20px 0 0;
    box-sizing: border-box;
}
.heat-top-links {
    display: flex;
    flex-wrap: wrap;
    padding:0 0 20px 0;
}
.heat-top-links a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color:#fff!important;
    text-shadow: 0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0);
    margin:0 0 0 20px;
}
.heat-top-links a:hover {
    color:#be141a!important;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;} 

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
    width:100%;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        justify-content: space-between;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                text-shadow: 0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0);
				color: #fff;
				font-size: 15px;
                font-weight: 700;
				text-decoration: none;
				padding: 10px 0;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 700;
				}	
			nav.primary ul li a:hover {
				color:#be141a;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.subcat-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: /*black*/ #000000;

}
.subcat-wrap a {
    width:25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:10px 0;
    box-sizing: border-box;
    background:rgba(0,0,0,0.0);
    transition: .2s ease-in;
    border-right:1px solid #fff;
}
.subcat-wrap a:last-child {
    border-right:0px solid #fff;
    background:rgba(255,255,255,0.1);
}
.subcat-wrap a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.subcat-wrap a p {
    text-align: center;
    padding:10px 0;
    font-size: 30px;
    color:#fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0);
}
.subcat-wrap a:hover {
    background:rgba(0,0,0,0.3);
}
.about-cont {
    margin:0 auto;
    max-width: 1100px;
    padding:80px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-cont h1 {
    color:#be141a;
    padding:0 0 20px 0;
    width:100%;
}
.about-col-1 {
    padding:0 20px;
    width:50%;
    box-sizing: border-box;
}
.about-col-1 ul {
    padding:10px 0;
    margin:0;
}
.about-col-1 ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}
.about-col-1 ul li a {
    padding:0;
    margin:0;
    color:#000;
}
.about-col-1 .title-text {
    font-size: 26px;
    font-weight: 700;
}
.about-img-1 {
    width: 45%;
    padding:20px;
    box-sizing: border-box;
}
.about-img-1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.contact-cont {
    margin:0 auto;
    max-width: 1100px;
    padding:80px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-cont h1 {
    color:#be141a;
    padding:0 0 20px 0;
    width:100%;
}
.contact-col-1 {
    width:50%;
    box-sizing: border-box;
}
.contact-col-1 ul {
    padding:10px 0;
    margin:0;
}
.contact-col-1 ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact-col-1 ul li a {
    padding:0;
    margin:0;
    color:#000;
}
.subcat-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:0 0 10px 0;
}
.subcat-cont a {
    background:#be141a;
    color:#fff!important;
    text-align: center;
    padding:10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    width:24%;
    box-sizing: border-box;
    display: block;
    margin:10px 0;
    transition: .2s ease-in;
    border:0;
    outline:none;
    cursor: pointer;
}
.subcat-cont a:hover {
    background:#000;   
}
.phone-banner-inv {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 20px;
    box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
}
.phone-banner-inv a {
    color:#fff!important;

}

/*===================== 
	slideshow styles 
=======================*/

.wrap-slider {
    width:100%;
    border-bottom: 20px solid #be141a;
    
}
.slider-hero{
    width:100%;
    height: auto;
    position: relative;
}
.slide-img {
    width:100%;
    max-height: 580px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-hero img {
    width:100%;
    height: auto;
    display: block;
}

.slider-hero .slick-prev {
    position: absolute;
    bottom: 25px;
    z-index: 200;
    font-size: 30px;
    color: #fff;
    right: calc(50% - 485px);
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: #be141a;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
    width: 40px;
    height: 45px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in;
}
.slider-hero .slick-next {
    position: absolute;
    bottom: 25px;
    z-index: 200;
    font-size: 30px;
    color: #fff;
    right: calc(50% - 525px);
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: #be141a;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
    width: 40px;
    height: 45px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in;
}
.slider-hero .slick-prev:hover, .slider-hero .slick-next:hover {  
    z-index: 300;
    background:#000;
}

/* Dots */


.slick-dots
{
    position: absolute;
    bottom: 5%;

    display: none!important;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #000;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    opacity: 0.8;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button
{
    background: #be141a;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
}


/*===================== 
	Form styles 
=======================*/

/* Containers */

.contact-form {
    width:45%;
}

.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 input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.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: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Roboto', sans-serif;
}

select {
	margin:0;
	padding:0;
}



.form-inline .btn-1 {
    margin:20px auto;

}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 20px;
	box-sizing: border-box;
    background-color: /*black*/ #000;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}
.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;}

/*===================== 
	footer styles 
=======================*/

footer {
    padding-top:20px;
	margin: 0;
	width: 100%;
    background:url("/siteart/bg-img-2.jpg") no-repeat center;
    background-size: cover
	}
footer .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-nav {
    display: flex;
    flex-wrap: wrap;
}
.foot-nav ul {
    padding:0;
    margin:0;
}
.foot-nav ul:first-child {
    padding:0 50px 0 0;
    margin:0;
}
.foot-nav ul li {
    padding:10px 0;
    margin:0;
    list-style: none;
}
.foot-nav ul li a {
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0);
}
.foot-nav ul li a:hover {
    color:#be141a;   
}
.foot-logo-1 img {
	max-width: 200px;
    width:100%;
	height: auto;
	display: block;
    margin:0 auto;
}
.foot-logo-1 p {
    color:#fff;
    text-shadow: 0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0),0 0 8px rgba(0,0,0,1.0);
    text-align:center;
}
.foot-logo-1 p:nth-child(2) {
     font-size: 22px;  
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.foot-logo-1 p:last-child {
    font-size: 18px; 
    font-family: 'Roboto', sans-serif;
}
.bottom-foot {
    background: #be141a;
}
.bottom-foot p {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color:#fff;
}
.bottom-foot p a {
    color:#fff;
}
.bottom-foot p a:hover {
    color:#000;
}

	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1120px)  {
    .head-logo-1 p:nth-child(2) {
        font-size: 17px;
    }
    .head-logo-1 p:last-child {
        font-size: 15px;
    }
    .header-info {
        width: 63%;
    }
    nav.primary ul li a {
        font-size:1.1vw;
    }
    .slider-hero .slick-next {
      right: 20px;
    }
    .slider-hero .slick-prev {
      right: 60px;
    }
    .subcat-wrap a p {
        font-size: 2vw;
        background-color: /*black*/ #000000;

    }
}


@media screen and (max-width: 830px)  {

    .header-info {
      display: none;
    }
    .head-logo-1 {
        margin:0 auto;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 {
      display: block;
    }
    
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #be141a;
        text-align: center;
	}
    #menu-button a{
        color:#000;
        text-decoration: none;
        padding:10px 0; 
        font-weight:normal;
        display: inline-block;
    }
	nav.mobile {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #000;
		z-index: 500; 
		overflow:auto;
        box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.5);
	}
	/* 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: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* 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: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
        
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* 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;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:17px;
        font-weight: 700;
		padding: 10px;
		color: #fff;
		text-decoration: none;
        text-align:center; 
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		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);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		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;}
    
    .slider-hero .slick-next, .slider-hero .slick-prev {
      display: none!important;
    }
    .slick-dots {
      display: block !important;
    }
    .subcat-wrap a {
         width:50%;   
    }
    .subcat-wrap a:nth-child(2) {
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .subcat-wrap a:nth-child(1) {
        border-bottom: 1px solid #fff;
    }
    .subcat-wrap a p {
      font-size: 4vw;
    }
    .about-col-1 {
      width: 100%;
    }
    .about-img-1 {
      width: 100%;
      padding: 20px 0 0 0;
    }
    .btn-1 {
        max-width: 100%;
        width:100%;
    }
    .about-img-1 img {
      max-width: auto;
        width:100%;
    }
    .about-cont {
        padding-bottom:0px;
    }
    .foot-nav {
      display: none;
    }
    .foot-logo-1 {
        margin:0 auto;
    }
    .bottom-foot {
        text-align: center;
    }
    .scrolling-wrap {
        display: none;
    }
    .contact-col-1 {
      width: 100%;
    }
    .contact-form {
        width:100%;
        padding:20px 0 0 0;
        margin:20px 0 0 0;
        border-top:1px solid #ccc;
    }
    .subcat-cont a {
         width:49%;   
    }
    .phone-banner-inv {
        font-size: 4.2vw;
    }
    

}
	
