 @charset "utf-8";
/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,s
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear:both; height:0px; margin:0;}

html, body {margin: 0;}

body {
	-webkit-text-size-adjust: none;
	background-color: #fff; 
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit; 
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a{text-decoration: none; color: #1C1A32;}

a:link {text-decoration: none; color: #1C1A32;}

a:visited {color:inherit;}

a:hover{text-decoration: none;color:#A8944B;}

a:active {color: #000;}

body a{color: #000; margin: 0;}

p {font-family: 'Raleway', sans-serif, Arial;}

h1 {font-family: 'Raleway', sans-serif, Arial; weight: bold; color: #A8944B; text-transform:capitalize; font-size:35px;}

/* Hides giant arrows that show up on inventory pages on Chrome */
.container.cf .widgets svg[class*="fa"], .container.cf .widgets-details svg[class*="fa"] {display: none !important;} 

header {
	position: fixed;
	z-index: 1500;
}

.contentspacing { 
	height: 155px;
}

/*=======================
		SLIDESHOW
=========================*/

.cycle-slideshow {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
	top:0;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
	display: block;
}

/*=======================
     BUTTON SECTION
=========================*/
.button-wrap {
	overflow: hidden;
	text-align: center;
	width: 100%;
	display: inline-block;
	background-color: #1C1A32;
	height: 380px;
	vertical-align: top;
}

.btn {
	display: inline-block;
	width:33%;
	margin-top: 4%;
	font-family: 'Open Sans', sans-serif, Arial;
	padding-bottom: 45px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
}

.btn p {
	 margin-top: 15px;
}

.scale {
	-webkit-transition:.4s ease-in-out;  
	-moz-transition:.2s ease-in-out;  
	-o-transition:.2s ease-in-out;  
	transition:.2s ease-in-out;	
}

.scale:hover {
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2); /* Standard syntax */
	-webkit-transition:.4s ease-in-out;  
	-moz-transition:.2s ease-in-out;  
	-o-transition:.2s ease-in-out;  
	transition:.2s ease-in-out;	
}

.btn a {
	color: #fff!important;
}

.btn a:hover {
	color: #A8944B!important;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;		
}

/*=======================
		WELCOME SECTION
=========================*/
.welcome-wrap {
	width: 100%;
	text-align:center;
	margin: 0;
	background-image:url(../siteart/welcome-bg.jpg);
	background-size: cover;
	padding: 5% 30%;
	vertical-align: top;
}
.welcome {
	color: #A8944B;
	font-family: 'Raleway', sans-serif, Arial;
	font-weight: bold;
	font-size: 45px;
	margin-bottom: 20px;
}

.welcome-content p{
	font-family: 'Raleway', sans-serif, Arial;
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
	color: #1C1A32;
	line-height: 40px;
}
/*=======================
 	SCROLLING INVENTORY
=========================*/
.scrolling-wrap {
	width: 100%;
    overflow: hidden;
    padding: 15px 0 9px 0;
    background-color: #1C1A32;
    height: 120px;    
	position: relative;
}
 
.scrolling {
    width:100%;
    height:auto;
}
	
/*=======================
	 INVENTORY PAGES 
=========================*/

.container.cf {
	background-color: #fff;
}

.container.cf {
	width: 80%;
	margin: 0 auto;
}

.container.cf a {
	color: #000;
}

body .full .inner-wrap {
	text-align:left;
}

.hosted-content #listings-title {
	padding-top: 20px;}
/*=======================
 		  PARTS 
=========================*/
.partspg {
	width: 100%;
	border:none;
	background-color: #fff;
}

/*=======================
		 CONTENT
=========================*/

body .full .inner-wrap {
    max-width: 100%;
    background-color: #fff!important;
}

.product-name a{
	color: #1C1A32;
}


/*=======================
		CONTACT US
=========================*/
.topdiv {
	background-color:rgba(255,255,255,0.7);
	width: 80%;
	padding: 30px;
	margin: 0 auto;
}

.main-wrap {
	width: 100%;
	margin: 0 auto;
	background-image:url(../siteart/texture.jpg);
	text-align: center;
	padding-bottom: 50px;
}

.content-wrap {
	width: 80%;
	height: auto;
	padding: 30px;
	margin: 0 auto;
	text-align:left;
}

.content-wrap2 {
	width: 80%;
	height: auto;
	padding: 60px;
	margin: 0 auto;
	text-align:left;
}

.left-side {
	width: 70%;
	display: inline-block;
}
.right-side {
	width: 29%;
	display: inline-block;
	vertical-align:top;
	padding: 0 2% 2% 2%;
}
.right-side p{
	width: 100%;
	display: inline-block;
	font-family: 'Raleway', sans-serif, Arial;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
}

span {
	font-weight:bold;}
	
.thanks {font-size: 25px; font-weight:bold; color:#fff; text-align:center; margin-top:13%;}
/*=======================
      CONTACT FORM
=========================*/
.contact-form{
	width:80%;
	text-align: center;
	margin: 0 auto;
	/* background-color:#1C1A32;  */
	padding: 50px;
}

.contact-form form {
	width:80%;
	margin:0 auto;
	display:block;
}

.contact-form form input {
	width:100%;
	padding:.75%;
	margin:10px 0 5px 0;	
	border-width: 1px;
	font-family: 'Raleway', sans-serif;
}
.contact-form form select {
	width: 100%;
	padding:.75%;
	margin:1% 0 0 0;	
}
.contact-form form label {
	width: 100%;
	display: block;
	margin:1% 0 0 0;
}
.contact-form form textarea {
    width: 100%;
    display: block;
    font-family: 'Raleway', sans-serif;
    border-width: 1px;
    margin: 2% 0;
}
.contact-form form input.button {
    background: #A8944B;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    width: 70%;
}
.contact-form form input.button:hover {
	box-shadow:#6666 3px 3px 3px;
	background:#766835;
	color: #fff;
}
.thankyou { 
	width: 98%;
	display: inline-block;
	text-align: left;
}

.thankyou p{
	padding: 10px 15px 10px 25px;
}

/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
font-family: 'Raleway', sans-serif;
}
.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}
.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:14px;
line-height:14px;
color: #fff;
}
.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}
.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.CaptchaWhatsThisPanel a{
	color: #fff!important;
}

/*=======================
		FOOTER
=========================*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:'Raleway', sans-serif, Arial;font-size:13px;}
a.footerlink:hover {text-decoration:none; font-family:'Raleway', sans-serif, Arial;font-size:13px;}

.footertext{font-family:'Raleway', sans-serif, Arial;font-size:13px; color:#1C1A32;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#1C1A32;}

.divfooter {width:100%; text-align:center; margin:0 auto;background-color: #A8944B; padding:20px;}


/*=======================
	  MEDIA QUERIES
=========================*/
@media screen and (max-width: 1000px)  {
	.welcome-wrap {
    padding: 4% 15%;
	overflow: auto;
	}
	.btn {vertical-align: top;}

}
	
@media screen and (max-width: 810px)  {
	.left-side, .right-side {
		width: 100%;
	}
	.right-side {
		padding: 2% 2% 2% 2%;
	}
	.contact-form {
		padding: 20px;
	}
	.btn {
	font-size: 16px;
	}
	.button-wrap {
		height: 300px;
	}
	.btn {width: 28%;}
	.scale {width: 150px;}
	.topdiv {width: 95%;}
	.content-wrap2, .content-wrap, .contact-form{padding: 20px; width: 95%}
	.contact-form form { width: 95%;}
	.thanks {
	font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 3% 0;
	}
	.cycle-sldieshow {
		height: 300px;
		width: auto;
		text-align:center;
	}
	.cycle-slideshow img {
		height: 300px;
		width: auto;
	}
}
@media screen and (max-width: 425px)  {
	.button-wrap {
		height: 255px;
	}
	.btn {width: 32%; margin-top: 10%;}
	.scale {width: 120px;}
	.welcome-content p {
    font-size: 18px;
    line-height: 26px;}
	.welcome {
    font-size: 28px;
	}
	.thanks {font-size: 25px; margin: 4% 0;}
		.cycle-sldieshow {
		height: 200px;
		width: auto;
		text-align:center;
	}
	.cycle-slideshow img {
		height: 200px;
		width: auto;
	}
	.content-wrap2 {
    padding: 10px;
}
	.contact-form form input {
		    padding: 2%;
}
}
@media screen and (max-width: 320px)  {
	.btn {margin-top: 16%;}
	.scale {width: 100px;}
	.welcome {
    font-size: 25px;
	}
	.welcome-content p {
    font-size: 15px;
    line-height: 23px;
	}
	.topdiv h1 {font-size: 25px;}
	.content-wrap {padding-bottom: 15px;}
	
		.cycle-sldieshow {
		height: 180px;
		width: auto;
		text-align:center;
	}
	.cycle-slideshow img {
		height: 200px;
		width: auto;
	}
}