/*
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>
*/


/*.outer-container {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 60px !important;
	min-height: 100vh;
	box-sizing: border-box;
}
.footers {
	background: #35373a;
	box-sizing: border-box;
	padding: 0px 2% !important;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
*/

a.disabled:hover {
  cursor: not-allowed !important;
}


body {
	line-height: 1;

	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);
	background: #f3f4ee !important;
}

/*store================*/


#hs-main-content {background:#fff;padding:20px;box-sizing:border-box;border:1px solid #aaa;width:95%;margin:2.5%;}
.hs-btn.hs-highlighted {background-color:#ffc065}
.hs-faceted-search .hs-faceted-section-values {text-align:left;}

.inner {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 1200px;
}

.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  ============================================================================= */
a#headerLogoLink {
	display: inline-block;
	float: left;
}

.headerInfo {
	width: 685px;
	display: inline-block;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

	.header_scrollChange.smaller .headerInfo {
		position: relative;
		width: 680px;
		display: inline-block;
		float: right;
		margin-top: 7px;
		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;
	}

/* === */

ul.headerContact {
	float: right;
	display: inline-block;
	list-style-type: none;
}
ul.headerContact li {
	display: inline-block;
	position: relative;
}
	ul.headerContact li.headerContact_Phone {
		font-family: 'LatoWebBlack';
		font-size: 24px;
		color: #fff;
		float: left;
		line-height: 40px;
	}
	
	ul.headerContact li.headerContact_Facebook {
		height: 35px;
		width: 35px;
		background: url(../siteart/facebook.png) #ffc065;
		background-repeat: no-repeat;
		background-position: center;
		margin-left: 20px;
		
	}
	
/* === */

img#headerLogo {
	float: left;
	display: inline-block;
	width: 240px;
	height: auto;
	margin-left: 20px;
	margin-top: 15px;
	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;
}
	.header_scrollChange.smaller img#headerLogo {
		width: 155px;
		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;
	}

/* === */

	.header_scrollChange.smaller nav.desktopNav {
		margin: 2px auto 0 auto;
	}
	
	
	
	
	
/*  HOME  ============================================================================= */
.hero {
	background: #777;
}

/* === */

.homeTabs {}
	.homeTabs ul {
		width: 100%;
		display: inline-block;
		float: left;
		background: #3f3c35;
		list-style-type: none;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.homeTabs ul li {
		display: inline-block;
		float: left;
		width: 33.33%;
		border-right: 1px solid #302e29;
		box-sizing: border-box;
		color: #fff;
		text-transform: uppercase;
		line-height: 75px;
		font-family: 'LatoWebMedium';
		font-size: 16px;
		position: relative;
	}
	.homeTabs ul li:last-child {
		border-right: 0px;
	}
	.homeTabs ul li:after {
		content: "\f18e";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: inherit;
		font-size: inherit;
		padding-left: 0.5em;
	}
	
	.homeTabs ul li:hover {
		background: #302e29;
	}
	
/* === */

.homeAbout {
	padding: 60px 0px !important;
	background: url(../siteart/homeAbout_background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
	.homeAbout_Title {
		width: 100%;
		display: inline-block;
		float: left;
		margin-bottom: 50px;
	}
		.homeAbout_Title h1 { /*This is the heading with the double lines*/
			font-family: 'montserratblack';
			text-transform: uppercase;
			position: relative;
			font-size: 38px;
			z-index: 1;
			overflow: hidden;
			text-align: center;
		}
		.homeAbout_Title h1:before, .homeAbout_Title h1:after {
			position: absolute;
			top: 51%;
			overflow: hidden;
			width: 50%;
			height: 1px;
			content: '\a0';
			background-color: #a9a9a9;
		}
		.homeAbout_Title h1:before {
		    margin-left: -50%;
		    text-align: right;
		    display: inline-block;
		    position: relative !important;
		    vertical-align: middle;
		}	
		
	.homeAbout_Image {
		width: 50%;
		display: inline-block;
		float: left;
	}
		.homeAbout_Image img {
			width: 93%;
			max-width: 725px;
			float: right;
			margin-right: 5%;
		}
	
	.homeAbout_Text {
		width: 50%;
		display: inline-block;
		float: left;
	}
		.homeAbout_Text p {
			font-family: 'montserratlight';
			font-size: 16px;
			line-height: 30px;
			text-align: left !important;
			color: #000;
		}
		
	.homeAbout_Text span {
		display: inline-block;
		float: left;
		width: 93%;
		margin-top: 30px;
	}
	
	.below {
	margin-top:70px;
	float:left;
	width:100%;	
	}

/* === */

.collage {
	background: url(../siteart/collage.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;
	border-bottom: 5px solid #ffc065;
	position: relative;
}
	.collage h2 {
		width: 100%;
		text-transform: uppercase;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-family: 'montserratbold';
		font-size: 3.2em;
		color: #ffc065;
		-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);
	}





/*  SUBPAGE  ============================================================================= */
.hero_subpage {
	height: 190px;
	background: url(../siteart/subpage_hero.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* === */

.subpage_content {
	background: url(../siteart/homeAbout_background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
	.subpage_content h2 {
		font-family: 'LatoWebBlack';
		font-size: 32px;
		text-align: left;
		color: #302e29;
	}
	.subpage_content p {
		font-family: 'LatoWeb';
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		color: #302e29;
	}


.parts-button a {
width:700px;
margin: 10px auto;
display:inline-block;
background:#ffc065;
padding:5px 0;
text-align:center;
text-decoration:none;
font-size:20px;
float:none;
border-bottom:none!important;
}

.parts-button a:hover {
background:#3f3c35;
color:#ffc065;
}

.financehalf {
	width:50%;
	float:left;
	padding:30px;
	box-sizing:border-box;
}

.financehalf img {
	width:100%;
	max-width:250px;
	margin:0 auto;
	display:block;
}

.littlewrap {
	width:100%;
	max-width:900px;
	margin:0 auto;
}

.financep {
	font-size:18px;
	text-align:center;
	font-family: 'LatoWeb',"sans-serif";
}

/*  MANUALS  ============================================================================= */
.manuals {
	background: url(../siteart/homeAbout_background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.manualsBox {
	width: 100%;
	background: #45423D;
	float: left;
	display: inline-block;
	margin: 1% 0%;
	padding: 5px;
	border: 1px solid #3f3c35;
	box-sizing: border-box;
	position: relative;
}
.manualsBox:hover {
	background: #7A786A;
	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;
}

	.manualsBox img {
		width: 100%;
		max-width: 68px;
		display: inline-block;
		float: left;
	}
	.manualsBox span {
		display: inline-block;
		color: #fff;
		width: 77%;
		text-align: left;
		font-family: 'montserratlight';
		font-size: 17px;
		line-height: 16px;
		margin-top: 20px;
		float: left;
		box-sizing: border-box;
		padding: 10px;
	}






/*  CONTACT  ============================================================================= */
.contact {
	background: url(../siteart/homeAbout_background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px !important;
	box-sizing: border-box;
}
.contact_form {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #7b796a;
	background: #fff;
}
.contact_info {
	width: 50%;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 20px;
}


.store_content {
	width: 100%;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 20px;
}
	.contact_info iframe {
		width: 100%;
		height: 580px;
		float: left;
		border: 1px solid #7b796a;
		box-sizing: border-box;
	}
	.contact_info ul {
		list-style-type: none;
		width: 100%;
		margin-top: 20px;
		background: #44423e;
		padding: 20px;
		box-sizing: border-box;
		color: #fff;
	}
	.contact_info ul li {
		text-align: left;
		font-family: 'LatoWeb';
		font-size: 16px;
		line-height: 20px;
	}
	
	.contact_info a[href^="mailto"] {
	    font-family: inherit;
	    font-size: inherit;
	    text-align: inherit;
	    color: inherit;
	    text-decoration: none;
	}
	



.about {
    width: 50%;
    float: left;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #7b796a;
    background: #fff;
font-family:"LatoWeb";
    color: #000;
font-size:16px;
line-height:20px;
    text-align: left;
}

.about_side {
background:#3f3c35;	
width:25%;
float:left;
padding:60px;
box-sizing: border-box;
border: 1px solid #7b796a;
}


/*********************WEATHER***************/

.icon-sidebar {
	display:block;
	width:50px;
	position:absolute;
	z-index:999;
	top:175px; right:0;
}
.side {
	background: #fff;
    width: 300px;
    position: absolute;
    z-index: 100;
}

.side2 {
	background: #fff;
    width: 300px;
    position: absolute;
    z-index: 100;
}
#weather {
    right: -300px;
    height: 159px;
    z-index: 999999999;
}
#weatherTab {
	background: #1b96d1 url(../siteart/weather-icon.png) no-repeat center;
	display: block;
	height:50px;
	width:50px; 
    position: absolute;
    left: -50px;
    top: 0px;
}


#weatherTab:hover {background-color:#1884B7; cursor:pointer;}

#fbTab {
	background: #004598 url(../siteart/fb.png) no-repeat center;
	display: block;
	height:50px;
	width:50px; 
    position: absolute;
    left: -50px;
    top: 0px;
}

#fbTab:hover {background-color:#003473; cursor:pointer;}




#fb {
    right: -300px;
	top:50px;
    height: 400px;
    z-index: 999;
}

#youtube {
	background: #262420 url(../siteart/you.png) no-repeat center;
	display: block;
	height:50px;
	width:50px; 
    position: absolute;
    
    top: 100px;
}

#youtube:hover {
background:#3f3c35 url(../siteart/you.png) no-repeat center;	
}

/*******inv*****/

#notfull {
width:75%!important;
float:left;	
}

.fullinv {
width:100%;
float:left;	
}

.invside {
width:23%;
float:left;
margin-right:2%;
background:#45423D;
height:1000px;	
}

.invlist {
width:95%;
float:left;
margin:0px 2.5%;	
}

.invlist li a {
width:100%;
float:left;
text-align:center;
padding:20px 0;
color:	#ffc065;
text-decoration:none;
font-family:"LatoWebBlack";
font-size:18px;
margin:5px 0;
border:1px solid #B9B9B9;
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;
}

.invlist li a:hover {
	background:#ffc065;
	color:#45423D;
	border:1px solid #ffc065;
}

/*  THANK YOU  ============================================================================= */
.thankyou {
	background: url(../siteart/homeAbout_background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}
	.thankyou h2 {
		font-family: 'LatoWebBlack';
		font-size: 32px;
		text-align: left;
		color: #302e29;
	}
	.thankyou p {
		font-family: 'LatoWeb';
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		color: #302e29;
	}





/*  footers  ============================================================================= */
.footers {
	background: #302e29;
	padding: 45px 3% !important;
	box-sizing: border-box;
	width:100%;float:left;
}
.footers ul {
	display: inline-block;
	float: left;
	list-style-type: none;
	box-sizing: border-box;
	margin-left:0!important;
}
	.footers ul li {
		text-align: left !important;
		font-family: 'LatoWeb';
		font-size: 17px;
		color: #fff;
		line-height: 23px;
	}

/* === */

a.footerLink {
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 12px;
	display: inline-block;
	color: #fff;
	float: right;
	margin-left: 20px;
	margin-top: 13px;
	font-size: 14px;
	font-family: 'LatoWeb';
}
	a.footerLink:hover {
		background: #ffc065;
		border: 1px solid #ffc065;
		color: #302e29;
		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;
	}

	a.footerLink.phone:before {
		content: "\f095";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: inherit;
		font-size: inherit;
		padding-right: 0.5em;
	}
	a.footerLink.fax:before {
		content: "\f1ac";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: inherit;
		font-size: inherit;
		padding-right: 0.5em;
	}






/*  RESPONSIVE  ============================================================================= */

@media screen and (max-width: 1600px) {
	.nivo-caption {
	top:79%!important;	
	}
}
@media screen and (max-width: 1380px) {
/* HEADER */
	.header_TopSpacer {
	    top: 0% !important;
	}
	.spacer_0 {
	    display: none !important;
	}
	.header_scrollChange {
	    width: 94% !important;
	    left: 0% !important;
	}
	
/* HOME SLIDESHOW */
	.nivo-caption {
	    top: 50% !important;
	    font-size: 26px !important;
	    line-height: 28px !important;
	}
	.nivo-directionNav a {
	    top: 50% !important;
	}		
}
	


@media screen and (max-width: 1280px) {
/* HOME */
	.collage {
	    height: 220px;
	}
	
	
/* CONTACT */
	.contact {
	    padding: 20px !important;
	}
	.contact_form {
	    width: 100%;
	}
	.contact_info {
	    width: 100%;
	    margin-top: 30px;
	    padding: 0px 0px;
	}	
	
	.about {
    width: 100%;
	margin-top: 30px;
	    padding: 20px;	
	}
	
}



@media screen and (max-width: 1180px) {
/* HOME */
	.homeAbout_Image {
		width: 100%;
	}	
	.homeAbout_Image img {
		float: none;
		margin-right: 0%;
		max-width: 580px;
	}
	
	.homeAbout_Text {
		width: 100%;
	}	
	.homeAbout_Text span {
		float: none;
		width: 93%;
	}
	
/* === */
	
	.collage {
	    height: 180px;
	}	
	
	.nivo-caption {
	top:50%!important;	
	}
	
	.below {
	margin-top:0;	
	}
}
@media screen and (max-width: 1000px) {
	/* HEADER */
	.headerInfo {
	    width: 605px;
	}
	
	nav.desktopNav ul li.level1 a {
		font-size: 12px !important;
	}
	img#headerLogo {
		width: 200px;
	}	
	nav.desktopNav {
		margin: 5px auto 0 auto !important;
	}	
	.header_scrollChange {
		height: 105px !important;
	}	
	.header_scrollChange_spacer {
		height: 105px !important;
	}
	
/* HEADER - SMALLER*/
	.header_scrollChange.smaller .headerInfo {
	    width: 605px;
	}
	
	.header_scrollChange.smaller {
		height: 89px !important;
	}
	
	.header_scrollChange.smaller nav.desktopNav ul li.level1 a {
		line-height: 37px;	
	}
}


@media screen and (max-width: 900px) {

	
	
/* HOME */
	.nivo-caption p {
		display: none !important;
	}

	.homeTabs ul li {
	    width: 100%;
	    font-size: 14px;
	    line-height: 55px;
	    border-right: 0px;
	    border-bottom: 1px solid #302e29;
	}
	.homeTabs ul li:last-child {
	    border-bottom: 0px;
	}
	
/* === */

	.homeAbout_Image {
		display: none !important;
	}
	.homeAbout_Title {
	    margin-bottom: 15px;
	}
	
/* === */

	.collage h2 {
	    font-size: 2.2em;
	}
	
	.icon-sidebar {
	display:none;	
	}
	
	.store_content {
	padding:0px 0px;	
	}
	
	.parts-button a {
	width:100%;	
	font-size:16px;
	}
}



@media screen and (max-width: 870px) {
/* HEADER */
	a#headerLogoLink {
	    float: none;
	}
	img#headerLogo {
	    float: none;
	    margin-left: 0px;
	}
		
	.headerInfo {
	    width: auto;
	    margin-top: 30px;
	}
	ul.headerContact {
		display: none !important;
	}	
		
	nav.desktopNav {
		display: none !important;
	}
	button#showLeftPush {
		background: none;
		border: 0px;
		display: inline-block !important;
		position: absolute;
		right: 20px;
	}
	
	
/* HEADER - SMALLER */
	.header_scrollChange.smaller img#headerLogo {
	    float: none;
	}	
	.header_scrollChange.smaller a#headerLogoLink {
	    float: none;
	}
	.header_scrollChange.smaller .headerInfo {
	    width: auto;
	    margin-top: 20px;
	}
	
	
/* MANUALS */
	.manualsBox span {
		font-size: 12px;
	}
	
}



@media screen and (max-width: 600px) {
	
/* HOME */
	.homeAbout_Title h1 {
	    font-size: 28px;
	}	
	
	
/* footers */
	.footers {
		padding: 0px 0% !important;
	}
	.footers ul {
		width: 100%;
		padding: 40px 20px;
		box-sizing:border-box;
	}
	.footers ul li {
	    text-align: center!important;
	    display: inline-block;
	    float: none;
	    margin-right: 6px;
	}	
	
	a.footerLink {
		border: 1px solid #000;
		margin-left: 0px;
		margin-top: 0px;
		width: 50%;
		background: #000;
		border-left: 0px;
		border-right: 1px solid #302e29;
		border-bottom: 0px;
		border-top: 0px;
	}
	
	.invside {
	width:100%;	
	height:auto;
	}
	
	.invlist {
	width:100%;
	margin:5px .5%;	
	}
	
	#notfull {
	width:100%!important;	
	}
	
	.invlist li a {
	 width:	47%;
	 margin:5px 1%;
	}
	
	.nivo-caption {
top:36%!important;	
}
	
	.financehalf {
	width:100%;
		padding:20px 0;
	}
	
}

@media screen and (max-width:414px) {
		.nivo-caption {
top:48%!important;	
}


.parts-button a {
margin:0 auto;
font-size:14px;
font-weight:500;
}
}

@media screen and (max-width:400px) {
		.nivo-caption {
top:47%!important;	
}


.parts-button a {
margin:0 auto;
font-size:14px;
font-weight:500;
}
}

@media screen and (max-width:350px) {
	.invlist li a {
	width:96%;
	margin:5px 1%;	
	}
}