* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #010101;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	line-height: 25px;
	min-width: 1024px;
	text-align: justify;
	margin: 0 auto;
	font-weight: 400;
}
strong, b {
	font-weight: 600;
}
p {
	margin-bottom: 14px;
}
a {
	text-decoration: none;
	color: #FFF;
}
img {
	border: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
/* */
#menu {
	position: relative;
	width: 100%;
	min-width: 1024px;
	height: 222px;
	z-index: 2;
	margin: 0 auto;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	border-top: 8px solid #97ca48;
}
#menu-upbg {
	position: absolute;
	width: 100%;
	min-width: 1024px;
	height: 26px;
	z-index: 0;
	margin: 0 auto;
	padding: 0;
	top: 106px;
	background: #97ca48;
}
.last {
	border-right: 0 !important;
}
.float-right {
	text-align: right !important;
}
.top-contact {
	display: block;
	font-size: 12px;
	margin: 70px 0 7px;
	text-transform: uppercase;
}
.top-contact a {
	color: #FFF;
}
.top-contact .fa {
	margin-left: 15px;
}
.top-contact a .fa:hover {
	color: #97CA48;
}
.top-phone {
	color: #FFF;
	font-size: 19px;
	font-weight: 600;
	margin: 0 0 0 20px;
}
.slogan {
	font-size: 13px;
	color: #000;
	font-style: italic;
}
.logo {
	height: 173px;
}
nav {
	width: 100%;
	height: 45px;
	position: relative;
	bottom: 0;
}
nav ol {
	-webkit-font-smoothing: antialiased;
	list-style-type: none;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
nav a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	padding: 13px 70px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
nav li:hover a {
	color: #97ca48;
}
nav li ol {
	float: left;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
nav li:hover ol {
	opacity: 1;
	top: 70px;
	visibility: visible;
}
nav li ol li {
	float: none;
	width: 200px;
}
nav li ol a {
	text-align: left;
	border-top: 0 !important;
}
nav li ol li a {
	padding: 15px 14px;
}
nav li ol a:hover {
	background: #edf0f1;
}
.menu-first {
	padding-left: 0;
}
.menu-last {
	padding-right: 0;
}
/*SLIDER*/
#flashhome {
	position: relative;
	width: 100%;
	min-width: 1024px;
	height: 430px;
	z-index: 0;
	padding: 0;
	float: left;
	left: 0;
	text-align: center;
	border-top: 3px solid #97ca48;
	border-bottom: 3px solid #97ca48;
}
#flashhome .left-header, #flashhome .right-header {
	height: 430px;
	width: 50%;
	z-index: 1;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
#flashhome .left-header {
	float: left;
	background-position: right;
}
#flashhome .right-header {
	float: right;
	background-position: left;
}
#flashhome .top-product {
	height: 430px;
	width: 100%;
	min-width: 1024px;
	position: absolute;
	z-index: 2;
	background: url(../images/WiringSolutions-header-product_07.png) bottom center no-repeat;
}
/* */
#content-container {
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 1;
	margin: 0 auto;
	float: left;
	left: 0;
	padding: 0;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#content-container h1{
}
/* End Header Images */
#outer, .grey-bar, .green-bar {
	width: 100%;
	min-width:1024px;
	z-index: 1;
	margin: 0 auto;
	float: left;
}
#inner {
	position: relative;
	width: 100%;
	min-width:1024px;
	z-index: 4;
	clear: both;
	margin: 0 auto;
	padding: 0 0 308px;
	min-height: 100%;
}
.grey-bar{
	background:#414042;
}
.grey-bar h1{
	font-size:106px;
	line-height:110px;
	text-align:center;
	font-weight:200;
	margin-top:10px;
}
.green-bar{
	background:#97ca48;
}
.grid {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	clear: both;
}
.grid.padding-top {
	padding-top: 30px;
}
.grid.padding-bottom {
	padding-bottom: 15px;
}
.grid.padding-full {
	padding: 40px 0;
}
.grid.border {
	border-top: 1px solid #484849;
}
#menu .grid, #footer .grid {
	height: auto;
}
.text li {
	margin: 1em !important;
	padding: 0 5px;
	list-style-position: inside;
	list-style-type: disc;
}
#componentWrapper .playlist_inner li {
	margin: 0 !important;
	padding: 0 !important;
}
/* */
.column-left {
	position: relative;
	float: left;
}
.column-right {
	position: relative;
	float: right;
	clear: both;
	right: 0;
}
.col-20 {
	width: 20%;
}
.col-30 {
	width: 30%;
}
.col-40 {
	width: 40%;
}
.col-45 {
	width: 45%;
}
.col-54 {
	width: 54%;
}
.col-60 {
	width: 60%;
}
.col-70 {
	width: 70%;
}
.col-75 {
	width: 75%;
}
.col-80 {
	width: 80%;
}
.box {
	width: 229px;
	float: left;
	left: 0;
	position: relative;
	margin-right: 28px;
}
.box.last {
	margin-right: 0;
	float: right;
	right: 0;
}
.imagecontainer {
	width: 229px;
	height: 255px;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 10px -10px #000;
	box-shadow: 0 10px 10px -10px #000;
}
.imagecontainer img {
	opacity: 1;
	width: 229px;
}
.imagecontainer img:hover {
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.box .name {
	position: relative;
	font-size: 21px;
	width: 229px;
	padding: 20px 0 0;
	text-align: center;
	line-height: 28px;
	font-weight: 200;
}
.semi-bold {
	font-weight: 500;
}
.box .name a {
	color: #FFF;
}
/* */
.title, .title a, h2.title {
	font-size: 24px;
	font-weight: 400;
	color: #767678;
	margin-bottom: 20px;
}
h1.title {
	color: #97ca48;
	font-size: 33px;
	font-weight: 400;
	position: relative;
	line-height: 40px;
}
.column-left.col-20 h1.title{
	margin-top:20px;
}
.title.small {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
}
.title.contact {
	margin-top: 20px;
	font-size: 18px;
	padding: 5px 0;
	border-bottom: 1px solid #484849;
	border-top: 1px solid #484849;
}
.title img {
	max-width: 220px;
}
.standard-image img {
	width: 400px;
}
/* kwik vue*/
.kwik {
	width: 230px;
}
#kwik-menu ul {
	list-style: none;
}
#kwik-menu li {
	list-style-type: none;
	margin-left: -2px;
}
#kwik-menu li a {
	font-size: 15px;
	color: #a4a4a7;
	width: 92%;
	list-style-type: none;
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #484849;
	border-left: 0 !important;
	padding-left: 1em;
	text-indent: -1em;
	display: block;
	background-image: linear-gradient(to left, transparent, transparent 50%, #484849 50%, #484849);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
}
#kwik-menu li a:before {
	content: "\203A";
	padding: 0 10px;
	color:#FFF;
}
#kwik-menu li:hover, #kwik-menu li:hover a, #kwik-menu li.active a, #kwik-menu li.active {
	color: #FFF !important;
}
#kwik-menu li.active a {
	background-color: #484849;
}
#kwik-menu li a:hover {
	background-position: 0 0;
	color: #FFF;
}

.h2-div h2 {
	padding-bottom: 10px;
	font-size: 18px;
}
h2.kwik-title {
	color: #FFF;
	border-bottom: none;
	line-height: 40px;
	font-size: 28px;
	font-weight:400;
	margin-bottom:25px;
}
.kwik-image img{
	float:left;
	max-width:400px;
	margin: 0 30px 20px 0;
}
/* */
#footer {
	position: relative;
	margin-top: -308px;
	height: 300px;
	width: 100%;
	min-width:1024px;
	bottom: 0;
	z-index: 4;
	font-family: 'Open Sans', sans-serif;
	clear: both;
	text-align: center;
	background: #010101;
	border-bottom: 8px solid #97ca48;
}
/* */
#footer .green-bar ul {
	text-align: center;
	margin: 5px;
	font-size: 16px;
	font-weight:600;
}
#footer .green-bar li {
	list-style: none;
	display: inline;
}
#footer .green-bar li a {
	color: #010101;	
	line-height: 16px;
	padding: 0 58px;
	text-transform:uppercase;
}
#footer .green-bar li a:hover{
	color:#FFF;
}
#footer .column-right {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	line-height: 14px;
	font-weight:700;
}
#footer .phone {
	font-size: 18px;
	color: #FFF;
	line-height:40px;
	display: block;
}
.copyright {
	font-size: 10px;
	line-height: 15px;
	margin-top: 30px;
	color:#414042;
	width:65%;
}
#news {
	height: 100px;
	width: 670px;
	position: relative;
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	font-size: 13px;
}
#news h1.title{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#97ca48;
	line-height:40px;
	margin-bottom:15px;
}
.footercontainer {
	width: 660px;
	height: 95px;
	float: right;
	margin-right: 5px;
	padding: 0 5px;
	overflow: scroll; /* showing scrollbars */
	overflow-x: hidden;
	font-style: italic;
	line-height: 20px;
}
 #footer ::-webkit-scrollbar {
 width: 15px;
} /* this targets the default scrollbar (compulsory) */
 #footer ::-webkit-scrollbar-track {
 background-color: #58585A;
} /* the new scrollbar will have a flat appearance with the set background color */
 #footer ::-webkit-scrollbar-thumb {
 background-color: #404041;
} /* this will style the thumb, ignoring the track */
 #footer ::-webkit-scrollbar-button {
 background-color: #58585A;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 #footer ::-webkit-scrollbar-corner {
 background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
