/*
body#home a#homeLink,
body#inventory a#inventoryLink,
body#locations a#locationsLink,
body#about a#aboutLink,
body#contact a#contactLink {
color: #FFF;}
*/


/*
ul li:first-child { margin-left: 0 !important; }
ul li:last-child { margin-right: 0 !important; }
*/


/*

COLOR =   #

*/


/*
<a href="tel:1-417-773-5223">(417) 773-5223</a>
*/


a.disabled:hover {
  cursor: not-allowed !important;
}


body {
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.inner {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 1250px;
}

.linkfill {
	display: inline-block !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 0 !important;
	font-size: 0 !important;
	color: transparent !important;
	text-decoration: none !important;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

a[href^="tel"] {
    font-family: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit;
    text-decoration: none;
}


/*  GLOBALL  ============================================================================= */

	.floatRight {
		float: right !important;
	}
	.floatLeft {
		float: left !important;
	}

/* === */

	.alignLeft {
		text-align: left !important;
	}
	.alignRight {
		text-align: right !important;
	}
	.alignCenter {
		text-align: center !important;
	}

/* === */

	.padding_10 {
		padding: 10px 0px !important;
	}
	.padding_20 {
		padding: 20px 0px !important;
	}
	.padding_40 {
		padding: 40px 0px !important;
	}
	.padding_60 {
		padding: 60px 0px !important;
	}
	.padding_80 {
		padding: 80px 0px !important;
	}
	
	
	
	
	
	
/*  HEADER  ============================================================================= */
.header {
	background: #fff;
}
.header .inner {
	position: relative;
}

	.headerLogo {
		display: inline-block;
		float: left;
		position: relative;
	}
	.headerLogo img {
		max-width: 460px;
		width: 100%;
		height: auto;
	}
	
	
	.headerContent {
		display: inline-block;
		float: right;
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: auto;
	}
	.headerContent_Search {
		display: inline-block;
		float: left;
		width: 100%;
	}		
		/* === */
			form.keywordSearch {
				position: relative;
			}
			form.keywordSearch input {
			    height: 40px;
			    width: 300px;
			    float: right;
			    line-height: 30px;
			    font-family: 'LatoWeb';
			    font-size: 14px !important;
			    font-size: 1.4rem;
			    padding: 0 0 0 15px!important;
			    display: inline-block;
			    box-sizing: border-box;
			    border: 1px #dfdfdf solid;
			    border-radius: 3px 0 0 3px;
			    -moz-border-radius: 3px 0 0 3px;
			    -webkit-border-radius: 3px 0 0 3px;
			    color: #808285;
			}
			form.keywordSearch input.keywordSearchButton {
				float: right;
				background: url(../siteart/search-icon.png) no-repeat center center #8a171a;
				max-width: 50px;
				border: none!important;
				border-radius: 0 3px 3px 0;
				-moz-border-radius: 0 3px 3px 0;
				-webkit-border-radius: 0 3px 3px 0;
				text-indent: -99999px;
			}
			/* === */
		
			.headerContent_Contact {
			    display: inline-block;
			    margin-top: 30px;
			    float: left;
			    width: 100%;
			}		
			.headerContent_Contact ul {
				list-style-type: none;
				display: inline-block;
				float: right;
			}
			.headerContent_Contact li {
				display: inline-block;
				text-align: right;
				margin-left: 20px;
				font-family: 'montserratbold';
			}
		
			.headerContent_Contact li.marker:before {
				content: "\f041";
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-decoration: inherit;
				color: #8a171a;
				font-size: inherit;
				padding-right: 0.5em;
			}
			.headerContent_Contact li.fax:before {
				content: "\f1ac";
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-decoration: inherit;
				color: #8a171a;
				font-size: inherit;
				padding-right: 0.5em;
			}
			.headerContent_Contact li.phone:before {
				content: "\f095";
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-decoration: inherit;
				color: #8a171a;
				font-size: inherit;
				padding-right: 0.5em;
			}
			
		

	.navigation {
		background: #8a171a;
	}
	
	
	
	
	
	

/*  SUBPAGE  ============================================================================= */
.subageTitle {
	padding: 40px 0px !important;
	background: #fff;
	border-bottom: 1px solid #ddd;
}	
	.subageTitle h2 {
		font-family: 'montserratbold';
		font-size: 40px;
		color: #000;
		text-align: left !important;
		color: #8a171a;
	}	

	
	
	
	
	
	
	
	
	
	
/*  HOME  ============================================================================= */
.hero {}

/* === */

.homeCategory {
	background: #fff;
	padding: .5% 0% 0% 0% !important;
	box-sizing: border-box;
}
	.homeCategoryBox {
		width: 24%;
		display: inline-block;
		float: left;
		margin: 0% .5% .5% .5%;
		position: relative;
	}
	.homeCategoryBox a {
		z-index: 10;
	}
	
	.homeCategoryBox span {
		width: 100%;
		display: inline-block;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-family: 'montserratbold';
		font-size: 24px;
		-webkit-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
		-moz-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
		text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
		z-index: 9;
    	}
	.homeCategoryBox .overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		float: left;
		display: inline-block;
		left: 0px;
		background: rgba(0, 0, 0, 0.3);
	}
	
	.homeCategoryBox img {
		width: 100%;
		height: auto;
		float: left;
		box-sizing: border-box;
		border: 1px solid #000;
	}
	
/* === */

.homeAbout {
	background: #e3e3e3;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}
	.homeAbout h2 {
		font-size: 75px;
		color: #000;
		font-family: 'montserratblack';
		text-transform: uppercase;
	}
	.homeAbout p {
		font-family: 'montserratregular';
		font-size: 18px;
		line-height: 30px;
	}
	.homeAbout p strong {
		font-family: 'montserratbold';
		font-size: 24px;
	}

/* === */

.brandBanner {
	background: #fff;
}

.brandBanner_Title {
	width: 30%;
	display: inline-block;
	float: left;
	position: relative;
	box-sizing: border-box;
}
	.brandBanner_Title span {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		box-sizing: border-box;
		width: 70%;
    	}
	.brandBanner_Title h2 {
		color: #8a171a;
		font-size: 1.5em;
		text-align: left !important;
		font-family: 'montserratbold';
		margin-bottom: 10px;
	}
	.brandBanner_Title p {
		font-family: 'montserratlight';
		font-size: .8em;
		text-align: left !important;
	}
	
.brandBanner_Slide {
	width: 70%;
	display: inline-block;
	float: left;
}


/* === */

.scrollingInventory {
	background: #8a171a;
}

.mobilecontainer { 
	overflow:hidden;
	width:100%; 
	margin:0 auto;
	height:92px; 
	background:#000000;
}
iframe.banner {
	width:100%;
	height:92px;
}	





/*  CONTACT  ============================================================================= */
.contact {}
	.contactMap {
		display: inline-block;
		float: left;
		width: 60%;
	}
		.contactMap iframe {
			width: 100%;
			height: 400px;
			float: left;
		}
	
	.contactInfo {
		display: inline-block;
		float: left;
		width: 40%;
		box-sizing: border-box;
		padding: 20px;
	}
	.contactInfo ul {
		list-style-type: none;
	}
	.contactInfo ul li {
		text-align: left !important;
		font-family: 'LatoWeb';
		font-size: 16px;
		line-height: 20px;
	}
	.contactInfo ul li strong {
		color: #8a171a;
		font-family: 'montserratbold';
		font-size: 24px;
	}
	.contactInfo ul li a {
		text-decoration: none;
		color: #000;
	}
	
	
	
	
	
	
/*  PRODUCT lINES  ============================================================================= */
.productLines {}
	.productLineBox {
		width: 24%;
		floaT: left;
		displaY: inline-block;
		margin: 1% 1% 1% 0%;
		position: relative;
	}
	.productLineBox img {
		width: 100%;
		height: auto;
		flaot: left;
		border: 1px solid #777;
	}
	.productLineBox img:hover {
		border: 1px solid #8a171a;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;	
		transition: all 0.3s; 
	}
	.productLineBox strong {
		width: 100%;
		display: inline-block;
		background: #000;
		color: #fff;
		font-family: 'montserratlight';
		font-size: 13px;
		text-align: center;
		line-height: 30px;
	}	
	.productLineBox:hover strong {
		background: #8a171a;
		transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	
	
	
	
	
	
/*  PROMOTIONS  ============================================================================= */
.promotion {
	background: #fff;
}
	.promotionBox {
		background: #f8f8f8;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		float: left;
		display: inline-block;
		box-sizing: border-box;
		padding: 20px;
		border: 1px solid #ddd;
		max-width: 350px;
		width: 100%;
    	}
	.promotionBox ul {
		list-style-type: none;
	}
	.promotionBox ul li {
		text-align: left !important;
		line-height: 30px;
		font-size: 16px;
		color: #000;
		font-family: 'LatoWeb';
	}
	.promotionBox ul li strong {
		font-family: 'montserratbold';
	}
	
	.promotionBox h2 {
		text-align: left !important;
		color: #8a171a;
		font-family: 'montserratbold';
		font-size: 24px;
		margin-bottom: 10px;
	}






/*  COMING SOON  ============================================================================= */
.comingSoon {
	min-height: 350px;
}
	.comingSoon h1 {
		font-family: 'montserratbold';
		font-size: 24px;
		text-align: left !important;
	}
	.comingSoon p {
		font-family: 'montserratregular';
		font-size: 18px;
		line-height: 30px;
		text-align: left !important;
	}
	
	
	
	
	
	
	
	
	
/*  FOOTER  ============================================================================= */
.footerTop {
	background: url(../siteart/patterns/dark_wood.png) repeat;
}
	ul.footerTopBox {
		display: inline-block;
		float: left;
		list-style-type: none;
		margin-right: 10%;
	}
	ul.footerTopBox:last-child {
		margin-right: 0% !important;
	}
	ul.footerTopBox li {
		font-family: 'LatoWeb';
		font-size: 14px;
		text-align: left !important;
		color: #fff;
		line-height: 25px;
	}
	ul.footerTopBox li strong {
		font-family: 'montserratbold';
		margin-bottom: 7px;
		displaY: inline-block;
		text-transform: uppercase;
	}
	ul.footerTopBox li a {
		color: #fff;
		text-decoration: none;
	}
	ul.footerTopBox li a:hover {
		text-decoration: underline;
	}

.footerBottom {
	background: #000;
}
	.footerBottom ul {
		list-style-type: none;
	}
	.footerBottom ul li {
		color: #fff;
		font-family: 'LatoWeb';
	}




/*  RESPONSIVE  ============================================================================= */
@media screen and (max-width: 1200px){

/*  FOOTER */
	ul.footerTopBox {
		margin-right: 0%;
		width: 45%;
		border: 1px solid #565656;
		height: 239px;
		box-sizing: border-box;
		padding: 20px;
		float: none;
		vertical-align: top;	
	}
	
}



@media screen and (max-width: 1050px){
/*  NAVIGATION */
	nav.desktopNav {
		display: none !important;
	}
	button#showLeftPush {
	    display: inline-block !important;
	}
	
	
/*  SCROLLING INVENTORY */
	.mobilecontainer {
	    min-width: 100%;
	}
	
	
/*  CONTACT */
	.contactMap {
		width: 100%;
	}
	.contactInfo {
		width: 100%;
		padding: 50px 0px;
	}


}


@media screen and (max-width: 1020px){
	.brandBanner_Title h2 {
	    font-size: 1.3em;
	}	
	
}





@media screen and (max-width: 1200px) {
	.headerContent_Contact ul {float: none !important;}	
}




@media screen and (max-width: 1200px) and (min-width: 861px) {
	
/*  HEADER */
	.headerLogo {
	    width: 100%;
	}
	.headerContent {
	    position: relative;
	    width: 100%;
	}
	.headerContent_Search {
	    width: 100%;
	    display: inline-block;
	    margin-top: 30px;
	}
	
	form.keywordSearch input {
	    width: 100%;
	}		
	form.keywordSearch input.keywordSearchButton {
	    position: absolute;
	    right: 0px;
	}
		
	
/*  HERO */
	.nivo-caption h1 {
	    font-size: 45px !important;
	}	
	
	
/*  HOME */
	.homeCategoryBox span {
	    font-size: 18px;
	}	
	
/*  === */

	.homeAbout h2 {
	    font-size: 45px;
	}
	.homeAbout p strong {
	    font-size: 16px;
	}
	.homeAbout p {
	    font-size: 14px;
	    line-height: 24px;
	}	
		
	
}



@media screen and (max-width: 1200px) {
	.headerContent_Contact li {
	    text-align: center;
	    margin-left: 0px;
	}
}





@media screen and (max-width: 860px) and (min-width: 651px) {
/*  HEADER */
	.headerLogo {
	    width: 100%;
	}
	.headerContent {
	    position: relative;
	    width: 100%;
	}
	.headerContent_Search {
	    width: 100%;
	    display: inline-block;
	    margin-top: 30px;
	}
	
	form.keywordSearch input {
	    width: 100%;
	}		
	form.keywordSearch input.keywordSearchButton {
	    position: absolute;
	    right: 0px;
	}
	
	
	
/*  HERO */
	.nivo-caption h1 {
	    font-size: 45px !important;
	}	
	
	
/*  HOME */
	.homeCategoryBox {
	    width: 49%;
	}
	.homeCategoryBox span {
	    font-size: 18px;
	}	
	
/*  === */

	.homeAbout h2 {
	    font-size: 45px;
	}
	.homeAbout p strong {
	    font-size: 16px;
	}
	.homeAbout p {
	    font-size: 14px;
	    line-height: 24px;
	}
	
	
/*  BRAND BANNER */
	.brandBanner_Title {
	    width: 100%;
	    height: auto !important;
	    margin-top: 30px;
	}
	.brandBanner_Slide {
	    width: 100%;
	}
	.brandBanner_Title span {
	    position: relative;
	    top: auto;
	    left: auto;
	    transform: none;
	    width: 100%;
	}	
	.brandBanner_Title h2 {
	    text-align: center !important;
	    font-size: 1.8em;
	}			
	.brandBanner_Title p {
	    text-align: center !important;
	}			

	
}

@media screen and (max-width: 650px) and (min-width: 481px) {
/*  HEADER */
	.headerLogo {
	    width: 100%;
	}
	.headerContent {
	    position: relative;
	    width: 100%;
	}
	.headerContent_Search {
	    width: 100%;
	    display: inline-block;
	    margin-top: 30px;
	}
	
	form.keywordSearch input {
	    width: 100%;
	}		
	form.keywordSearch input.keywordSearchButton {
	    position: absolute;
	    right: 0px;
	}
	
	
	
/*  HERO */
	.nivo-caption h1 {
	    font-size: 28px !important;
	}	
	.nivo-caption p {
	    font-size: 16px;
	}	
	
	
	
/*  HOME */
	.homeCategoryBox {
	    width: 49%;
	}
	.homeCategoryBox span {
	    font-size: 18px;
	}	
	
/*  === */

	.homeAbout h2 {
	    font-size: 45px;
	}
	.homeAbout p strong {
	    font-size: 16px;
	}
	.homeAbout p {
	    font-size: 14px;
	    line-height: 24px;
	}
	
	
/*  BRAND BANNER */
	.brandBanner_Title {
	    width: 100%;
	    height: auto !important;
	    margin-top: 30px;
	}
	.brandBanner_Slide {
	    width: 100%;
	}
	.brandBanner_Title span {
	    position: relative;
	    top: auto;
	    left: auto;
	    transform: none;
	    width: 100%;
	}	
	.brandBanner_Title h2 {
	    text-align: center !important;
	    font-size: 1.8em;
	}			
	.brandBanner_Title p {
	    text-align: center !important;
	}			
		
	
}



@media screen and (max-width: 650px){
/*  FOOTER */
	ul.footerTopBox {
		margin-right: 0%;
		width: 100% !important;
		border: 1px solid #565656;
		height: 239px;
		box-sizing: border-box;
		padding: 20px;
		float: none;
		vertical-align: top;	
	}
	
	.footerBottom ul {
	    list-style-type: none;
	    width: 100%;
	    margin-bottom: 5%;
	}	
	.footerBottom ul:last-child {
	    margin-bottom: 0%;
	}	
	
	
/*  PRODUCT LINES */
	.productLineBox {
		width: 49%;
		margin: 1% 1% 1% 0%;
	}
	
	
	
		
}



@media screen and (max-width: 480px){
/*  HEADER */
	.headerLogo {
	    width: 100%;
	}
	.headerContent {
	    position: relative;
	    width: 100%;
	}
	.headerContent_Search {
	    width: 100%;
	    display: inline-block;
	    margin-top: 30px;
	}
	
	form.keywordSearch input {
	    width: 100%;
	}		
	form.keywordSearch input.keywordSearchButton {
	    position: absolute;
	    right: 0px;
	}
	
	.headerContent_Contact li {
	    width: 100%;
	    text-align: center;
	    margin: 0px 0px 20px 0px;
	}	
	.headerContent_Contact li:last-child {
	    margin: 0px 0px 0px 0px !important;
	}
	
	
	
/*  HERO */
	.hero {
		display: none !important;
	}


	
/*  HOME */
	.homeCategoryBox {
	    width: 100%;
	    margin: 0% 0% 1% 0%;
	}
	.homeCategoryBox span {
	    font-size: 18px;
	}	
	
/*  === */

	.homeAbout h2 {
	    font-size: 45px;
	}
	.homeAbout p strong {
	    font-size: 16px;
	}
	.homeAbout p {
	    font-size: 14px;
	    line-height: 24px;
	}	
	
	
/*  BRAND BANNER */
	.brandBanner_Title {
	    width: 100%;
	    height: auto !important;
	    margin-top: 30px;
	}
	.brandBanner_Slide {
	    width: 100%;
	}
	.brandBanner_Title span {
	    position: relative;
	    top: auto;
	    left: auto;
	    transform: none;
	    width: 100%;
	}	
	.brandBanner_Title h2 {
	    text-align: center !important;
	    font-size: 1.8em;
	}			
	.brandBanner_Title p {
	    text-align: center !important;
	}			
		
	
}