﻿@charset "UTF-8";

/* RESET 
------------------------------------------------*/
* { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent;  
}

ol, ul {}
blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: '';}  
	

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {/*margin:0; line-height:12px;*/ font-size:100%; font-family: 'Montserrat', sans-serif !important; background:#fff;}

/* SELECTION */	
::selection {color:#fff; background:#e1392f;}
::-moz-selection {color:#fff; background:#e1392f;}


/* CLEAR */
.clear {clear: both;}

/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
h1 {font-size:26px; font-weight:normal;}
h2 {font-size:24px; font-weight:normal;}
h3 {font-size:20px; font-weight:normal;}
h4 {font-size:18px; font-weight:normal;}
h5 {font-size:16px; font-weight:normal;}
h6 {font-size:14px; font-weight:normal;}


/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a{-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;}
a:link, a:visited {color:#202020; text-decoration:underline;}
a:hover, a:active {color:#cc3333; text-decoration:none;}

a[href^="tel:"] {color:inherit;  text-decoration: none;}

/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-style:italic;}
strong {font-weight:600;}

/* TEXT STYLINGS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.heavy {font-weight:800;}

/* ALIGNMENT */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}









/* HEADER
------------------------------------------------*/	
.site-header {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; /*max-width:1150px;*/ max-width:1350px;  margin:0 auto; padding:1em 2%;}	


/* LOGO
------------------------------------------------*/	
.logo {}	
.logo img {width:100%; max-width:258px;}




.header-navigations {display:flex; flex-flow:column wrap; justify-content:space-between;}




.header-quick-links {display:flex; flex-flow:row wrap; align-items:center; justify-content:flex-end; margin: 0 0 1em 0;}
.header-quick-links .quick-search form {display:flex; flex-flow:row wrap; align-items:center;}
.header-quick-links .quick-search input[type="text"] {
	width:auto; min-width:205px; height:35px; padding:0 8px; font-size:.9375em; line-height:.9375em !important; box-sizing:border-box; border:none !important; background:#f2f2f2; font-family: 'Montserrat', sans-serif !important;
	 
	-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}

.header-quick-links .quick-search input[type="submit"] {
	width:35px; height:35px; margin:0 0 0 3px; font-size:.9375em; line-height:.9375em !important; text-align:center; color:#fff; background:#e1392f;
	-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
.header-search input[type="submit"]:hover {color:#333;}




.header-quick-links .social-media {width:35px; height:35px; margin:0 0 0 3px; background:#e1392f;}
.header-quick-links .social-media a {display:block; padding:8px 0; font-size:.9375em; text-align:center; color:#fff;}
.header-quick-links .social-media a:hover {color:#333;}


/*  NAVIGATION
------------------------------------------------*/
#menu-button{display: none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:0;}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0; padding:0;}
nav.primary ul li {margin:0; padding:0; list-style-type:none;}
				
nav.primary ul li a {
	display:block; margin:0 10px; padding:12px 0;
    font-size:.8125em; line-height:1em; text-align:center; font-weight:600; text-decoration:none; text-transform:uppercase; color:#0a0a0a; border-bottom:5px #fff solid;
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color:#121212; border-bottom:5px #cc3333 solid;}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width:175px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width:175px; padding:15px 0;
	font-size:.8em; line-height:18px; text-indent:20px; font-weight:400; text-transform:none; text-align:left;
	color:#fff; border:0; background:#cc3333;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {line-height:18px; color:#fff; background:#0a0a0a;}

/*  NAV DROPDOWNS
------------------------------------------------*/
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: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}


/*  HERO
------------------------------------------------*/
.hero {position:relative;}

.hero-overlay {
	position:absolute; z-index:15; bottom:0; left:0;
	display:flex; flex-flow:row wrap; justify-content:space-between;
	
	width:52%; padding:40px 5%; color:#343434; background:rgba(242,242,242,0.9);
	-webkit-clip-path: polygon(98% 0%, 100% 100%, 0% 100%, 0% 0%);
    		clip-path: polygon(98% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.overlay-text {width:calc(100% - 180px - 5%); }
.overlay-title {font-size:21px; font-weight:800; text-transform:uppercase;color:#343434;}
.overlay-link {width:180px; max-height: 50px; margin:8px 0 0 5%; text-align:center; background:#cc3333;}
.overlay-link a {display:block; padding:18px 0; font-size:13px; font-weight:800; text-decoration:none; text-transform:uppercase; color:#fff; }


/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {width:100%; line-height:0; z-index:10; position:relative;}
.cycle-slideshow img {width:100%; height: auto;}

.cycle-prev, .cycle-next { position: absolute; top: 0; width: 10%; opacity:0; filter: alpha(opacity=0); z-index: 800; height:100%; cursor: pointer; }
.cycle-prev {left:0; background: url("/siteart/slides/left.png") 50% 50% no-repeat;}
.cycle-next {right:0; background: url("/siteart/slides/right.png") 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover {opacity:.7; filter:alpha(opacity=70) }
.cycle-prev:active, .cycle-next:active {opacity:1; filter:alpha(opacity=100) }

  
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {overflow:hidden; width:100%; height:90px; margin:10px 0;}
.scrolling{width:100%; height:90px;}


/*  MAIN
------------------------------------------------*/	
.main {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; max-width:1150px; margin:0 auto; padding:3.5% 2%;}
.inv-main {margin:0; padding:0 10%;}

.main-title {font-size:18px; font-weight:800; text-transform:uppercase; color:#cc3333;}


/*  ARTICLE
------------------------------------------------*/
article {width:55%;}
article p {font-size:.95em; line-height:24px;}

/*  ASIDE
------------------------------------------------*/
aside {
	display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between; width:37.9%; margin:0 0 0 3.5%; padding:0 0 0 3.5%; border-left:1px #f3f3f3 solid;
}

.location-details {max-width:220px;}
.location-details a {font-size:.95em; text-decoration:none !important;}


/*  INVENTORY CATEGORIES
------------------------------------------------*/
.inv-categories {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; margin:6.5% 0 0 0;}
.inv-categories a {font-weight:800; text-transform:uppercase; text-decoration:none; color:#cc3333;}
.inv-categories .category {width:25%;}
.inv-categories .category-image {
	margin:1em 0 0 0;
	-webkit-clip-path: polygon(90% 0%, 100% 100%, 10% 100%, 0% 0%);
    		clip-path: polygon(90% 0%, 100% 100%, 10% 100%, 0% 0%);
}
.inv-categories .category-image img {width:100%;}


/*  MAIN FOOTER
------------------------------------------------*/
.site-footer {
	display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between;
	padding:3.125em 18%; font-size:.8125em; line-height:1.5em; color:#fff; background:#cd3333;
}
.site-footer .footer-title {width:100%; margin:0 0 .6em 0; font-size:18px; font-weight:800; text-transform:uppercase;}

.company-logo {width:20%; max-width:165px; margin:0 25px 0 0;}
.company-logo img {width:100%; }

.footer-text {width:100%; max-width:265px;}

.contact-details {width:100%; max-width:175px; text-align:right;}
.contact-details a {color:#fff; text-decoration:none;}
.site-footer .contact-details a[href^="tel:"] {color:#fff !important;}

/*  LOWER FOOTER
------------------------------------------------*/
.site-footer-lower {
	display:flex; flex-flow:row wrap; align-items: center; justify-content:space-between;
	padding:1.25em 18%; font-size:.75em; color:#cd3333; background:#000;
}
.site-footer-lower a {color:#fff;}

.quick-nav a {margin:0 4px; text-decoration:none;}
.quick-nav a:first-of-type {margin:0 4px 0 0;}
.quick-nav a:last-of-type {margin:0 0 0 4px;}

.copyright {color:#fff;}
.copyright .far {font-size:.8em;}
.copyright img {display:inline-block;}




/************************************************ Responsive Styles **/

@media screen and (max-width: 1350px) {
	.hero-overlay {width:65%;}
	.site-footer {padding:3.125em 10%;}
	.site-footer-lower {padding:1.25em 10%;}
}

@media screen and (max-width: 1250px) {
	.logo img {max-width:185px;}
}

@media screen and (max-width: 1150px) {
	.site-header {max-width:none; padding:1em 10%;}	
	
	nav.primary{display:none;}
	#menu-button{width:100%; display: block; font-size:1em; line-height:1em; position: relative; z-index: 400; text-align:right;}
	#menu-button a{color:#0a0a0a; text-decoration:none; text-transform:uppercase; font-weight:600;}

	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		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 {position:absolute; right:10px; margin:18px 0 0 0;}

	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 500;
		overflow:auto;
		background:#333;
	}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		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 h3 {	
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background:#313131;
	}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #C8102E solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding: 15px 10px 15px 15px;}
	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 {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	
	.nav-footer {color:#777; position:relative; text-align:center; font-size:16px; line-height:16px; padding:15px 0;}
}

@media screen and (max-width: 1024px) {
	.site-header {padding:1em 7.5%;}
	
	.hero-overlay {width:90%; -webkit-clip-path:none; clip-path:none;}
	
	.main {max-width:none; padding:5% 7.5%;}
	.inv-main {padding:1% 7.5%;}
	article {width:100%;}
	aside {justify-content:center; width:100%; margin:5% 0 0 0; padding:5% 0 0 0; border-top:1px #f3f3f3 solid; border-left:0;}
	.location-details:first-of-type {margin:0 5% 0 0; text-align:right;}	
	
	.inv-categories {justify-content:center; margin:2% 0 0 0; padding:0 0 2.5% 0;}
	.inv-categories .category {width:40%; margin:5% 2.5% 0 2.5%;}
	
	.site-footer {justify-content:center;}
	.company-logo {width:35%; margin:0 5% 0 0;}
	.company-logo img {max-width:165px;}
	.footer-text {width:60%; max-width:none;}
	.contact-details {width:50%; max-width:225px; margin:5% 0 0 0;}
	.contact-details:last-of-type {margin:5% 0 0 5%; text-align:left;}
}

@media screen and (max-width: 768px) {
	.site-header {padding:2em 5%;}
	
	.header-navigations {order:1; width:100%;}
	#menu-button{text-align:center; margin: 0 0 1.5em 0;}
	.header-quick-links {justify-content:center;}
	
	
	.logo {order:2; margin:0 auto;}
	.hero-overlay {flex-flow:column; padding:20px 5%; text-align:center;}
	.overlay-text {width:100%;}
	.overlay-link {margin:12px auto 0 auto;}
	.main {max-width:none; padding:6.5% 5%;}
	.inv-main {padding:1% 5%;}
	aside {justify-content:space-around;}
	.location-details {width:100%; max-width:none; text-align:center;}
	.location-details:first-of-type {margin:0 0 5% 0; text-align:center;}
	.site-footer {flex-flow:column;}
	.company-logo {width:50%; margin:0 auto;}
	.footer-text {width:85%; margin:5% auto 0 auto; text-align:center;}
	.contact-details {width:100%; max-width:225px; margin:5% auto; text-align:center;}
	.contact-details:last-of-type {margin:0 auto; text-align:center;}
	.site-footer-lower {flex-flow:column;}
	.quick-nav {margin:0 0 2.5% 0; text-align: center;}
}

@media screen and (max-width: 550px) {
	.hero-overlay {display:none;}
	.inv-categories .category {width:75%;}
}

@media screen and (max-width: 320px){

}