html {
    -webkit-text-size-adjust: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #383c3e;
	background: #000000 url(../images/main-banner.jpg) no-repeat center top;
    background-size: contain;
    background-position-y: 50px;
    width: 100%;
    margin: 0 auto;
}
body.interior {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #383c3e;
	background: #000000 url(../images/grass-b.jpg) repeat center top;
    background-size: contain;
    background-position-y: 50px;
    width: 100%;
    margin: 0 auto;
}
[data-role="form-footer"] {
  display: none !important;
}
hr {
	border-color: red;
	margin: 30px 0px;
}
p, #contentLeft ul { font-family: Arial, Helvetica, sans-serif !important; margin-bottom: 10px; color: #383c3e; line-height: 21px; font-size: 15px; margin-top:0px; }
p.small { font-size: 10px; line-height: 14px; }
p.bigger { color: #ffffff; font-size: 18px; text-align:center; }
strong { font-family: Arial, Helvetica, sans-serif !important; font-weight: bold; }
.contact a {
	color: #fff;
}
a,a:hover { text-decoration: none; color:#a65189; }
a:hover { text-decoration:underline; color: #a65189; }
#top-header a {
	color: #ffffff;
}
h1,h2,h3,h4,h5,h6 { font-family: 'g_light'; letter-spacing: 0px; }

h1 {
    font-size: 70px;
    color: #FFFFFF;
    margin-bottom: 5px;
    line-height: 80px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 100px;

}
h1 span { color: #FDBC3D; }
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	text-transform:uppercase;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
	line-height: 35px;
	text-align: center;
	margin-top: 0;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	color: #a65189;
	margin-top: 10px;
	margin-bottom: 0px;
}
h4 { font-size: 20px; margin-bottom: 10px; }
h5 { font-size: 16px; }

h4 strong, h5 strong { font-family: 'g_regular'; }

p.logotag {
	font-family: 'g_light';
	letter-spacing: 0px;
	color: #FFFFFF;
}

.fa {
	font-size: 25px !important;
	vertical-align: bottom;
	line-height: 21px !important;
	margin-left: 10px;
	padding-right: 3px;
}
.feature {
	font-size: 275px !important;
	vertical-align: bottom;
	line-height: 305px !important;
	margin-left: 40%;
	padding-right: 3px;
	padding-top: 35%;
	color: #FFFFFF !important;
}

.mainImg { max-width: 500px; }

h1.yellow { color: #FDBC3D; text-align:left; padding-top: 10%; padding-bottom: 5%; font-size: 115px; margin-left: 5%; }
.col_holder { max-width: 990px; margin: 0px auto; padding-top: 10px; }
#container { width: 100%;  }
header { width: 100%; background: #FDBC3D; position: fixed; z-index: 999; box-shadow: 0 4px 4px -2px #232323;
    -moz-box-shadow: 0 4px 4px -2px #232323;
    -webkit-box-shadow: 0 4px 4px -2px #232323; }
.social {float:right;}
h2.slogan { padding: 5% 10%;
    width: 80%; color: #000; text-transform:none; }
h2.slogan2 { padding: 5% 0%; color: #000; text-transform:none; text-align:left; }

.solution { font-size: 100px; }
p.margin { margin-top: 10%; margin-bottom: 0px;}
p.services { margin-top: 25%; margin-bottom: 0px; color:#FDBC3D; }
#top-header {
	position: fixed;
	background-color: red;
	height: 30px;
	width: 100%;
	top: 0px;
}
#et-info {
    float: none;
	width: 100%
}
#top-header .et-social-icons {
    display: flex;
    width: 27%;
    list-style-type: none;
    padding-left: 0px;
    margin: 6px auto;
    float: right;
    margin-right: 230px;
}
#top-header .et-social-icons li {
	margin: 0 auto;
}
.shop img {
  width: 100%;
  max-width: 650px;
}
.shop h2 {
  color: #333;
  margin-top: 20px;
  text-transform: none;
}
.serve_brand_logos {
  display: table;
  padding: 0;
  text-align: center;
  width: 100%;
}
.serve_brand_logos li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 50px;
  padding: 1%;
  width: 23%;
}
.serve_brand_logos li img {
  margin: 0 auto;
  max-width: 100%;
}
table.parts_logo_images td, table.serve_brand_logos td {
	padding: 10px;
}
table.parts_logo_images td img, table.serve_brand_logos td img {
	width: 100%;
	margin: 10px 0;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 18px;
}
header {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 999;
    background-color: #FFFFFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin-top: 20px;
    width: 100%;
    max-width: 300px;
}
header #logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
header nav {
    display: inline-block;
    float: right;
}
header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav a:hover, header nav a.current {
    color: red; text-decoration:none;
}
header.smaller {
    height: 75px;
	opacity: .95;
}
header.smaller h1#logo {
    width: 120px;
    height: 40px;
    line-height: 237px;
    font-size: 30px;
    margin-top: 10px;
}
header.smaller nav a {
    line-height: 75px;
}

@media all and (max-width: 660px) {
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    header.smaller {
        height: 115px;
    }
    header.smaller h1#logo {
        height: 85px;
        line-height: 40px;
        font-size: 30px;
    }
    header.smaller nav {
        height: 35px;
    }
    header.smaller nav a {
        line-height: 35px;
    }
}

.intro { margin-top: 185px; margin-bottom: 80px; text-align:center;  }
.about .left_col { width: 25%; padding-left: 10%; }
.about .right_col { text-align:justify; width: 55%;  }
.about .right_col h2 { padding:0px; text-align:left; }
.about { background-color: #FFF; padding: 3% 200px 5%;  }
.about2 { background:none; padding: 2% 10%; }
.about2 .left_col h2 { color: #FFF; }
.about2 .left_col p { color: #FFF; }
.about2 .solution { color: #FDBC3D; }
.responsive .right_col { width: 25%; padding-top: 6%; }
.responsive .left_col { width: 50%; text-align:justify; margin-left:15%; }
.responsive .left_col h2 { padding:0px; text-align:justify; }
.content { margin: 0 auto; width: 60%; padding: 0 20%; }
.about-img {
	    max-width: 200px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 5px 20px;
	font-weight: 600;
    text-transform: none;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 24px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow:
		0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #a65189;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow:
		0px 0px 0px 1px rgba(155,155,155,0.3),
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
	padding: 10px 0px 30px;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
	padding: 10px 0px 30px;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
	padding: 10px 0px 30px;
}

.project-title:hover { position: absolute; top: 40%; left: 0; width: 40%; text-align: center; z-index: 10; cursor: pointer; margin: 0px 30%; background: #FDBC3D; padding: 1% 0px; font-size: 30px; color: #000000; line-height: 35px; font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; }

.project-title { position: absolute; top: 40%; left: 0; width: 40%; text-align: center; z-index: 10; cursor: pointer; margin: 0px 30%; background: #FFFFFF; padding: 1% 0px; font-size: 30px; color: #000000; line-height: 35px; font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; }

p.disclaimer { font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif !important; color: #FFFFFF; }
p.rja { border-bottom: solid 1px #CECECE; padding-bottom: 10px; }

#content { width: 100%; }
#content_int { padding-top: 30px; padding-bottom: 30px; }

footer {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif !important;
	padding-top: 20px;
	border-top: solid 10px red;
	margin-top:0px;
	padding-bottom: 20px;
	background: #000000 url("../images/grass.png") repeat center top;
}
footer .logo-wrap { width: 100%;  }
footer .logo {
	max-width: 400px;
    margin: 0 auto;
}
footer .contact { width: 100%; padding-top: 30px; }
footer a:hover { color: #fff300;}
footer h2 { color: #fff300; }
.email, .call, .follow { width: 33%; float:left; }

.right_col { float: none; width: 100%; margin-left: 0%; }

.dD { background-image: url('../images/double_divide.jpg'); margin: 3% auto; text-align:center; background-repeat:no-repeat; max-width: 690px; width: 100%;  }
.dDa { background-image: url('../images/double_divide_arrow.jpg'); margin: 3% auto; text-align:center; background-repeat:no-repeat; max-width: 690px; width: 100%; height:35px;  }

#navopen { display: none; }
a#navopen { font-size: 23px; color: #CCC; font-family: 'g_light'; text-align: center; }
a#navopen:hover { color: #568ab4; }

form {
    font-size: 1.125em;
    margin: 0 0 20px;
    width: 80%;
}

fieldset {
    border: none;
    padding: 0;
    width: 80%;
	margin:0;
}

legend {
    color: #f7bd1b;
    font-weight: bold;
    height: 18px;
    padding: 0;
    width: 155px;
}

form ol {
    font-size: 15px;
	font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.5em;
    padding: 0;
}

form ol li {
    list-style-type: none;
    margin-bottom: 15px;
}

label {
}

input, textarea {
    background-color: #FFF;
    border: 1px solid;
    float: left;
    width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

input.submit-button {
    background-color: #f7bd1b;
    color: #000;
    cursor: pointer;
    display: block;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    left: 0px;
    margin-top: 100px;
    width: 35%;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
}

#message { height: 200px; }

/*======================================
// #Tablet (Landscape)
//====================================== */

/* Note: Design for a width of 768px */
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {

}

/*======================================
// #Tablet (Portrait)
//====================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 767px) and (max-width: 959px) {
	header {
		position: relative;
		top: 50px;
	}
	.slicknav_menu {
		background: #fff !important;
	}
	header h1#logo {
		padding-top: 30px;
	}
	.slicknav_nav a {
		color: #a65189 !important;
	}

}

/*======================================
// #Mobile
//======================================*/
@media only screen and (max-width: 767px) {
	.col_holder { width: 100%; }
	.left_col { float: left; width: 100%; margin-top: 65px; }
	.right_col { float: left; width: 100%; margin-left: 0%;  }
	.intro { margin-top: 85px; }
	.right_col h1 { text-align: center !important; margin-top: 0px !important; font-size: 68px; line-height: 70px; }
	#top-header {
		display: none;
	}
	header {
		position: relative;
		top: 50px;
	}
	.slicknav_menu {
		background: #fff !important;
	}
	header h1#logo {
		padding-top: 30px;
	}
	.slicknav_nav a {
		color: #a65189 !important;
	}
	.about {
		background-color: #FFF;
		padding: 3% 20px 5%;
	}
}

/*======================================
// #Mobile
//======================================*/
@media only screen and (max-width: 487px) {


}

/*======================================
// #Mobile (Landscape)
//====================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}
