﻿/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea {
	color: #222;
}
html{
	height:100%;
}
body {
	font-size: 1em;
	line-height: 1.4;
	height:100%;
}


::-moz-selection {
 background: #91BCBE;
 text-shadow: none;
 color:#000;
}
::selection {
	background: #91BCBE;
	text-shadow: none;
	color: #000;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
img, object, embed, video {
	max-width: 100%;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
.contentarea{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index:99999;
	
	color:#FFFFFF;
	
	background-color:rgba(0,0,0,0.4);
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
	
}

#contactForm{
	display: none;
}
.loadingDiv{
	background-color: rgba(0,0,0,0.9);
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0px 0px 10px #000000;
	min-width:250px;
	height: 90px;
	width: 200px;
	font-size: 0.8em;
}
.no-items{
	padding: 20px;
	font-size: 14px;
}
#sectionData{
	clear: both;
}

.wrapper {
	width: 90%;
	margin: 0 5%;
}
/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
/*border-bottom: 20px solid #e44d26;*/
}
.footer-container, .main aside {
	background-color: #4b4b4b !important;
}
.footer-container span, .footer-container span a{
	cursor:pointer;
}
.header-container, .footer-container, .main aside {
	background: #FFFFFF;
}
.title {
	color: white;
}
/* ==============
    MOBILE: Menu
   ============== */

nav ul {
	margin: 0;
	padding: 0;
}
/*
nav a {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #e44d26;
}
nav a:hover, nav a:visited {
	color: white;
}
nav a:hover {
	text-decoration: underline;
}*/
.ls-bottom-nav-wrapper{
	visibility:hidden !important;
	opacity: 0;
}
nav a {
	color: black;
	text-decoration: none;
}
/* ==============
    MOBILE: Main
   ============== */

.main {
	padding: 10px 0;
	padding-bottom: 0px;
}
.main article h1 {
	font-size: 2em;
}
.main aside {
	color: white;
	padding: 0px 5% 10px;
}
.footer-container footer {
	color: white;
	padding: 20px 0;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
	padding-top: 20px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.col_1 {
	width: 6.6666666666667%;
}
.col_2 {
	width: 15%;
}
.col_3 {
	width: 23.333333333333%;
}
.col_4 {
	width: 31.666666666667%;
}
.col_5 {
	width: 40%;
}
.col_6 {
	width: 48.333333333333%;
}
.col_7 {
	width: 56.666666666667%;
}
.col_8 {
	width: 65%;
}
.col_9 {
	width: 73.333333333333%;
}
.col_10 {
	width: 81.666666666667%;
}
.col_11 {
	width: 90%;
}
.col_12 {
	width: 98.333333333333%;
}
*[class*="col_"] {
	margin-left: 0.83333333333333%;
	margin-right: 0.83333333333333%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
	display: block;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
body {
	border-top: 5px solid #4b4b4b;
	/*font-size: 80%;*/
	
	/*font: 14px/1.7 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font: 16px/1.8 Helvetica, Helvetica Neue, Arial;
	-webkit-font-smoothing: antialiased;
}
header {
	background-color: #FFF;
}
#logo {
	float: left;
	display: block;
	padding-top: 10px;
}
.topHeader {
	height: 80px;
	border-bottom: 1px solid #f6f6f6;
	margin-top: 0px !important;
}
.slogan {
	text-align: center;
	font-size: 21px;
	color: #999;
	font-family: myriad pro;
	width: auto;
	padding-left: 60px;
	padding-right: 60px;
}
.slogan {
	display: none;
}
nav {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.nav ul {
	max-height: 0em;
	overflow: hidden;
}
.nav .active + ul {
	max-height: 30em;
	overflow: hidden;
	-webkit-transition: max-height .4s;
	-moz-transition: max-height .4s;
	-o-transition: max-height .4s;
	-ms-transition: max-height .4s;
	transition: max-height .4s;
}
nav>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav>ul>li.current {
	background: #fafafa;
	border: 2px solid transparent;
	border-bottom: 2px solid #91BCBE;
}
nav>ul>li {
	cursor: pointer;
	float: left;
	text-align: center;
	width: 43%;
	/*font-weight: bold;*/
	color: #000;
	height: 70%;
	padding: 5px;
	padding-top: 15px;
	text-transform: uppercase;
	background: #EEEEEE;
	border: 2px solid transparent;
	border-bottom: 2px solid transparent;
	line-height: 15px;
	height: 20px;
	margin: 2px;
	border-radius: 0px;
}
nav>ul li:hover {
	background: #fafafa;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #91BCBE;
}
nav>ul>li.current:hover {
	color: #000000;
	background: #fafafa;
	border: 2px solid transparent;
	border-bottom: 2px solid rgba(222,222,222,1);
}
nav>ul>li>a span {
	display: none;/*clear: both;
	display: block;
	color:#999;
	padding-top: 10px;
	font-size: 12px;
	text-transform:none;*/
}
nav ul li .searchPartInput{
	width: 59px;
	height: 20px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
	color: #000;
}
nav ul li .searchPartButton{
	width: 20px !important;
	height: 32px;
	float: right;
	line-height: 15px;
	padding: 0px;
}
.banner {
	margin-bottom: 0px !important;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.banner img {
	width: auto;
}
section {
	display: block;
	float: left;
}
#filterForm {
	width: 100%;
	margin: 0px;
}
#filterForm > ul li {
	float: left;
	width: 100%;
}
#filterForm ul {
	height: 50px;
	margin-top: 20px;
	display: none;
}
#filterForm .comboFieldset, #filterForm .keywordFieldset {
	float: right;
	font-family: Tahoma, sans;
	font-size: 1em;
	position: relative;
	border-bottom: 1px solid #999;
	width: 100%;
}
#filterForm .comboLabel, #filterForm .searchLabel {
	display: none;
}
#filterForm input {
	background-color: transparent;
	font-family: Tahoma, sans;
	color: #43718C;
	border: 0 none;
	margin: 0;
	font-size: 1em;
	padding: 8px 30px 4px 24px;
	width: 136px;
}
#filterForm .searchCombo {
	width: 170px;
	line-height: 30px;
	padding: 0 0 4px 10px;
	background: transparent url(../images/arrowCombo.png) no-repeat scroll 0 0;
	background-position: 0px 2px;
	font-size: 1.8em;
	padding-left: 40px;
}
#filterForm .searchCombo:hover {
	cursor: pointer;
	background-position: 0px -31px;
}
#filterForm .comboList {
	display: none;
	float: left;
	margin-top: 0px;
	position: absolute;
	z-index: 100;
	border: 1px solid #D6D6D6;
	border-top: 0;
	margin-left: 10px;
	overflow-y: auto;
	height: 252px;
	overflow-x: hidden;
	box-shadow: 0px -5px 0px #91BCBE;
	width: 73%;
}
#filterForm .comboList li {
	list-style: none;
	margin: 0px;
	margin-left: -40px;
	font-size: 1.6em;
	width: 130%;
}
#filterForm .comboList li:before {
	content: "-";
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	font-size: 1.6em;
}
#filterForm .comboList li:nth-child(even) a {
	background-color: #9E9E9E;
}
#filterForm .comboList li:nth-child(odd) a {
	background-color: #F8F8F8;
}
#filterForm .comboList li a, #filterForm .comboList li span.noOptions {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	padding: 6px 4px;
	text-decoration: none;
	width: 100%;
}
#filterForm .comboList li a:hover {
	background-color: #91BCBE;/*#417693;*/
	color: #000;
}
.searchBtn {
	float: left;
	clear: both;
	width: 92%;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.searchBtn .searchImg {
	display: none;
}
.searchImg{
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	width:136px;
	height:37px;
	color:#FFF;
	background-size:100%;
	font-size: 20px;
}
section.search {
	width: 100%;
	margin: 0px !important;
	height: auto;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	border-bottom: 1px solid #999;
}
/*
section.search ul{
	margin: 0px;
	height: 80px;
	line-height: 65px;
}
section.search ul>li{
	font-size: 20px;
	border-top: 5px rgba(153, 153, 153, 0) solid;
	margin: 0px;
	height: 80px;
	text-align: center;
}
section.search ul>li.current{
	border-top: 5px solid #91BCBE;
}*/
section.content {
	clear: both;
	float: left;
	margin-left: 0;
	/*	width: 100%;*/
	display: block;
	background-color: #FFF;
}
.paddingLeft0 {
	padding-left: 0px !important;
}
footer {
	background-color: #4b4b4b;
	font-size: 12px;
}
footer > div div {
/*	float: left;
	width: 100% !important;*/
}
footer h3 {
	color: #91BCBE;
	text-transform: uppercase;
}
footer hr {
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100% !important;
	height: 0px;
	background-color: #ccc;
}
footer span {
	color: #ccc;
}

/* -------------------------------------------------- */
	/*	Projects & Post Carousel Navigation
	/* -------------------------------------------------- */
.section-title {
	/*font-weight: 800;*/
	text-transform: uppercase;
	/*	font-size: 1.2em;*/
	display: block;
	/*clear: both;*/
	padding-top: 25px;
	margin-bottom: 0px !important;
	font-weight: normal;
}
.jcarousel-container {
	border-top: 1px solid #efefef;
	/*margin: 45px -20px 80px 0;
	padding: 25px 0 0;*/
	max-width: 100%;
	
}
.jcarousel-container a {
	text-decoration: none;
	border-bottom: 1px solid #efefef;
	display: block;
}
.jcarousel-container img {
	box-shadow: 2px 2px 2px #999;
	width: 100%;
	max-width: 100%;
	/*height: 175px;*/
}
.jcarousel-container img {
  background: url('/images/ajax-loader.gif') no-repeat;
  background-position: center center;
}
.jcarousel-container .title {
	float: none;
	color: #000;
	text-transform: capitalize;
	text-decoration: none !important;
	font-size: 1em;
	margin: 0px;
	min-height: 75px;
	font-weight: normal;
}
.jcarousel-container .title:before {
	content: "\25A0 ";
	padding-right: 10px;
	color: #FF0;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #000;
}
.section-title + .jcarousel-container {
	margin-top: 15px;
	margin-bottom: 10px;
	/*height: 150px;
	overflow: hidden;*/
	position: relative;
}
.jcarousel-clip {
	overflow: hidden;
	width: 100%;
	clear: both;
	/*margin-bottom: 40px;*/
}
.jcarousel-item-placeholder{
	display:none;
}
.jcarousel-item {
	margin: 0 45px 0 0;
	width: 230px;
}
.jcarousel-next, .jcarousel-prev {
	background: #ddd url(../images/button-arrows.png) no-repeat 0 0;
	cursor: pointer;
	height: 19px;
	position: absolute;
	right: 0;
	top: -35px;
	width: 19px;
}
.jcarousel-next{
	position: absolute;
	bottom:20px;
	right: 20px;
	top:inherit;
}
.jcarousel-prev {
	background-position: 0 -19px;
	left: 20px;
	position: absolute;
	bottom:20px;
	top:inherit;
}
.jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active, .jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
	background-color: #91BCBE;
}
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active, .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
	background-color: #eee !important;
	cursor: auto !important;
}
.acc-trigger.active {
	cursor: default;
}
.acc-trigger {
	border-top: 1px dotted #ced8df;
	cursor: pointer;
	display: block;
	margin: 0;
}
.acc-trigger.active a {
	background-position: 20px -88px;
	cursor: default;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #91BCBE;
}
.acc-trigger.active a:hover {
	background-color: transparent;
}
.acc-trigger a:hover {
	background-color: #868686;
}
.acc-trigger a {
	background: url(../images/accordion-content-buttons.png) no-repeat 20px 23px;
	display: block;
	color: #959393;
	outline: medium none;
	padding: 25px 20px 25px 55px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
}
.acc-trigger:nth-of-type(1),.acc-trigger:nth-of-type(4){
	margin-left:0px;	
}
.acc-container {
	margin-top: -15px;
}
.acc-container .content {
	padding: 0 20px 25px 55px;
	float: none;
	padding-top: 10px;
	display: block;
	cursor: default;
}
.ls-s-1.BannerTitle {
	color: #EEE;
	top: 50px !important;
	left: 35px !important;
	font-size: 2em !important;
	padding-left: 2px !important;
	text-transform: uppercase;
	display: none !important;
}
.ls-s-1.BannerDesc {
	color: #FFF;
	top: 70px !important;
	left: 35px !important;
	font-size: 4em !important;
	text-transform: uppercase;
	display: none !important;
}
input, textarea, select {
	-webkit-appearance: none;
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	border-radius: 0;
}
input, select {
	height: 40px;
	width: 200px;
}
input:focus, textarea:focus, select:focus {
	border-color: #ccc;
}
select, option {
	cursor: pointer;
	padding: 5px 7px;
}
.responsive-nav {
	background-image: url(../images/responsive-nav-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	width: 92%;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #000000;
	margin-left: 10px;
	text-transform: capitalize;
	margin-right: 10px;
	text-transform: capitalize;
}
.button, input[type=submit], input[type=reset], button {
	background: #91BCBE;
	border: none;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	height: auto;
	overflow: visible;
	padding: 10px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
	width: 100%;
}
.button:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover {
	background: #3a3a3a;
	color: #fff;
}
.button {
	font-size: 12px;
	display: inline-block;
	padding: 5px 16px;
}
.button.medium {
	font-size: 14px;
}
.button.large {
	font-size: 16px;
}
.button.no-bg {
	background: none;
	color: #3a3a3a;
	padding: 0;
}
.reviewItem {
	border-bottom: 1px solid #E2E2E2;
	/*padding-bottom: 20px;*/
	position: relative;
	clear: both;
	min-height: 125px;
}
.reviewImgDiv{
	float:left;
	width: 69px;
	height: 69px;
	position: relative;
	margin: 30px;
	margin-right: 20px;
	margin-left: 0px;
}
.reviewImg{
	
	width: 69px;
	height: 69px;
	border-radius: 35px;
	background-color: #FFF;
}
.reviewItemIcon{
	position: absolute;
	background-color: #91BCBE;
	border: 4px solid #FFF;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	right: 0px;
	top: 0px;
}
.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 80px;
	height: 80px;
}
.rightDesc {
	min-height: 80px;
	margin-left: 0px;
}
.rightDesc h2 {
	margin-bottom: 0px;
}
.content {
	clear: both;
	font-size: 1.2em;
	position:relative;
}
.contactLeftCol {
	width: 100%;
	padding-right: 0px;
	border-right: none;
}
.contactRightCol {
	width: 100%;
	margin-left:0px;
}
.contactLeftCol {
	float: left;
	min-height: 400px;

	background: #F9F9F9;
}
.contactRightCol {
	float: left;
}
.contactImg {
	box-shadow: 0px 0px 2px #000000;
	margin: 5px;
}
.contactMap{
	width:100%;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=url], .contact-form textarea{
	width:83%;
}

.contact-form button[type=submit]{
	width:91%;
}
/*
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form textarea,
.contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.contact-form {
	text-shadow: 0 1px 0 #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #F9F9F9;
	padding: 25px;
	padding-top: 0px;
	padding-right: 0px;
}
.contact-form h3 {
	color: #991D57;
	display: block;
	font-size: 28px;
}
.contact-form h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
}
.contact-form label span {
	cursor: pointer;
	color: #000000;
	display: block;
	margin: 5px 0;
	font-weight: 900;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=url], .contact-form textarea {
	box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
}
.contact-form input[type=text]:hover, .contact-form input[type=email]:hover, .contact-form input[type=tel]:hover, .contact-form input[type=url]:hover, .contact-form textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #AAA;
}
.contact-form textarea {
	height: 100px;
	max-width: 100%;
}
.contact-form button[type=submit] {
	cursor: pointer;
	border: none;
	background: #91BCBE;
	background-image: linear-gradient(bottom, #91BCBE 0%, #91BCBE 52%);
	background-image: -moz-linear-gradient(bottom, #91BCBE 0%, #91BCBE 52%);
	background-image: -webkit-linear-gradient(bottom, #91BCBE 0%, #91BCBE 52%);
	color: #000;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
}
.contact-form button[type=submit]:hover {
	background-image: linear-gradient(bottom, #91BCBE 0%, #E9CF10 52%);
	background-image: -moz-linear-gradient(bottom, #91BCBE 0%, #E9CF10 52%);
	background-image: -webkit-linear-gradient(bottom, #91BCBE 0%, #E9CF10 52%);
	-webkit-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	color: #000;
}
.contact-form button[type=submit]:active {
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.contact-form input:focus, .contact-form textarea:focus {
	outline: 0;
	border: 1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
.specialsItem {
	width: 92%;
	float: left;
	margin: 10px;
}
.specialsItem .section-title{
	font-weight:bold;
}
.specialsItem .specialsImg{
	box-shadow: 1px 1px 5px #525252;
}
.specialsItem .section-description{

}
.specialsItem .section-title:before {
	content: "\25A0 ";
	padding-right: 10px;
	color: #FF0;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #000;
}
.itemLeftPane{
	float:left;
	width:50%;
}
.itemImg{
	width: 100%;
}
.itemDetails {
	float: left;
	padding-left: 10px;
	width: 48%;
}
.itemRelatedTitle{
	clear: both;
	padding-top: 20px;
	font-weight: normal;
}

.p1{
	margin-left: 90px;
}

.itemDetailTitle{
	margin: 0px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.2em;
}
.itemdeails h2{
	font-size: 18px;
}
.itemDetailDescription{
	margin: 0px;
	color:#666666;
	font-size: 1.2em;
}
.itemDetailCode{
	margin: 0px;
	color:#666666;
	font-size: 1.2em;
}
.itemQuestions {
	width: 90%;
	border: 1px solid #5c5c5b;
	border-radius: 5px;
	position:relative;
}
.qheader {
	background-color: #5c5c5b;
	padding: 5px;
	color: #FFF;
	font-size: 16px;
}
.itemQuestionsDesc {
	padding: 5px;
	width: 55%;
}
.qImg {
	bottom: 0px;
	position: absolute;
	right: 0px;
	width:50%;
}

.itemdeails{
	clear:both;
	width:100%;
}
nav > ul > li[data-link=searchPartNumber]
{
	width: 93%;
	height: 45px;
}
#partNumberVal{
	width: 87%;
}
nav ul li .searchPartButton{
	width: 10% !important;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 360px) {
/* ====================
    INTERMEDIATE: Menu
   ==================== */
nav>ul>li {
	width: 44%;
}
.responsive-nav {
	width: 94%;
}
.button {
	width: 102% !important;
}
.jcarousel-item {
	width: 318px;
	min-height: 280px;
}
.jcarousel-container img {
box-shadow: 2px 2px 2px #999;
width: 100%;
max-width: 100%;
max-height: none;
}
.specialsItem {
	width: 92%;
	float: left;
	margin: 10px;
}

}
@media only screen and (min-width: 480px) {
/* ====================
    INTERMEDIATE: Menu
   ==================== */
nav>ul>li {
	width: 45%;
}
.responsive-nav {
	width: 95%;
}
.button {
	width: 103.5% !important;
}
.jcarousel-item {
	width: 38%;
}
.jcarousel-container img{
	max-height: 130px;
}
.qImg{
/*	width:auto;*/
}
/*nav a {
	float: left;
	width: 27%;
	margin: 0 1.7%;
	padding: 25px 2%;
	margin-bottom: 0;
}
nav li:first-child a {
	margin-left: 0;
}
nav li:last-child a {
	margin-right: 0;
}*/
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

/*nav ul li {
	display: inline;
}
.oldie nav a {
	margin: 0 0.7%;
}*/

}
@media only screen and (min-width: 640px) {
/* ====================
    INTERMEDIATE: Menu
   ==================== */
nav > ul > li[data-link=searchPartNumber]{
	width: auto;
	height: auto;
}
nav ul li .searchPartButton{
	width:20px !important;
}
#partNumberVal{
	width:59px;
}
.header-container, .main aside {
	-webkit-box-shadow: 0 0px 5px #aaa;
	-moz-box-shadow: 0 0px 5px #aaa;
	box-shadow: 0 0px 5px #aaa;
}
nav {
	width: auto;
	margin-left: 10px;
	margin-top: 0px;
	float: right;
}
nav>ul>li {
	width: 85px;
	height: 50px;
	margin-top: -5px;
	border-top: 5px solid rgb(75, 75, 75) !important;
	border-left: 0px;
	border-right: 0px;
}
nav > ul > li.current {
	border-top: 5px solid rgb(255,229,40) !important;
}
nav>ul li:hover {
	border-top: 5px solid #91BCBE !important;
}
nav>ul>li a span {
	display: block;
	font-weight: normal;
	margin-top: 5px;
	font-size: 10px;
	color: #858585;
}
.slogan {
	display: block;
	font-size: 16px;
	padding-left: 0px;
	padding-right: 0px;
}
.responsive-nav {
	width: 22.7%;
	float: left;
	margin: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
select, option {
	cursor: pointer;
	padding: 7px 3px;
}
.button {
	width: 104.5% !important;
}
.jcarousel-item {
	width: 41%;
}
.rightDesc {
	min-height: 80px;
	margin-left: 90px;
}
.jcarousel-container img{
	max-height: 190px;
	height: 190px;
}
.itemdeails{
	clear:none;
	width:auto;
	width:48.333333333333%;
}
}
 @media only screen and (min-width: 768px) {
/* ====================
    WIDE: CSS3 Effects
   ==================== */
 
.responsive-nav {
	width: 160px;
}
.searchBtn {
	width: 92.5%;
}
.jcarousel-item {
	width: 160px;
	max-height: 249px;
	min-height: 230px;
}
.jcarousel-container img{
	max-height: 190px;
	height: auto;
}  
.jcarousel-container .title {
	font-size: 1.3em;
	font-size: 0.9em;
}
.gridContainer + div {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.acc-trigger a {
	color: #91BCBE;
	background-image: none;
	padding-left: 10px;
	width: 100%;
}
.acc-trigger a:hover {
	background: none;
/*	cursor: default;*/
}
.acc-container .content {
	padding-left: 10px;
}
.acc-trigger {
	float: left;
	width: 300px !important;
	height: 60px;
	display: inline-block;
	margin-left: 20px;
	border-bottom: 1px dotted #ced8df;
	border-top: none;
}
.acc-container {
	width: 300px !important;
	display: inline-block !important;
	float: left;
	margin-top: 64px;
	margin-left: -299px;
}
.acc-trigger:odd {
 float:right;
}
.acc-container:odd {
 float: right;
 margin-left: 0px;
 margin-top: 0px;
}
.ls-s-1.BannerTitle {
	display: block !important;
}
.ls-s-1.BannerDesc {
	display: block !important;
}
.header-container, .main aside {
	-webkit-box-shadow: 0 0px 0px #aaa;
	-moz-box-shadow: 0 0px 0px #aaa;
	box-shadow: 0 0px 5px #aaa;
}
/* ============
    WIDE: Menu
   ============ */

.title {
	float: left;
}
nav {
	float: right;
	width: auto;
}
/* ============
    WIDE: Main
   ============ */

.main article {
	float: left;
	width: 57%;
}
.main aside {
	float: right;
	width: 28%;
}
.specialsItem {
	width: 45%;
	float: left;
	margin: 10px;
}

}
 @media only screen and (min-width: 800px) {
.responsive-nav {
	width: 23.35%;
}
.button {
	width: 105% !important;
}
.itemCarousel {
	margin-left: 0;
}
.jcarousel-item {
	width: 26%;
}
.jcarousel-container .title {
	font-size: 0.9em;
}
.specialsItem {
	width: 47%;
	float: left;
	margin: 10px;
}
}
 @media only screen and (min-width: 980px) {
#filterForm {
	width: 81.666666666667%;
	margin: 0;
	margin-left: 0px;
}
.searchBtn {
	width: 15%;
	clear: none;
}
.searchBtn .searchImg {
	display: none;
	height: 37px;
	margin-top: 5px;
}
/*.button {
	display: none;
}*/
.jcarousel-item {
	width: 230px;
}
.jcarousel-container .title {
	font-size: 0.9em;
}
.itemCarousel {
	margin-left: 0;
}
.acc-trigger {
	width: 275px !important;
}
.acc-container {
	width: 260px !important;
	margin-left: -259px;
	height: 230px;
}
.acc-container:nth-of-type(n+4) {
	height: auto;
}
}
 @media only screen and (min-width: 1024px) {
.contactLeftCol {
	width: 495px;
	border-right: 1px solid #E7E7E7;
	padding-right: 20px;
}
.contactRightCol {
	width: 490px;
	margin-left: 20px;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=url], .contact-form textarea {
	width: 95%;
}
.contact-form button[type=submit] {
	width: 100%;
}
#filterForm {
	width: auto;
	margin: 0;
	margin-left: 10px;
}
.searchBtn {
	width: 15%;
	clear: none;
}
.searchBtn .searchImg {
	display: none;
	height: 37px;
	margin-top: 5px;
}
/*.button {
	display: none;
}*/
.jcarousel-item {
	width: 230px;
	margin-right: 33px;
	width: 22%;
	margin-right: 26px;
	height: 250px;
}
.itemCarousel {
	width: auto !important;
	padding: 0px;
	margin-left: 1%;
}
.jcarousel-container img{
	max-height: none;
	height: 150px;
}  
.acc-trigger {
	width: 315px !important;
}
.acc-container {
	width: 315px !important;
	margin-left: -314px;
	height: 210px;
}
.acc-container:nth-of-type(n+4) {
	height: auto;
}
.responsive-nav {
	width: 175px;
}
.slogan {
	font-size: 24px;
}
.itemCarousel {
	width: auto !important;
	padding: 0px;
	margin-left: 3%;
}/*
#projects-carousel li:nth-of-type(2n) {
	margin-left: 45px;
	margin-right: 22.5px;
}
#projects-carousel li:nth-of-type(2n+3) {
	margin-right: 45px;
	margin-left: 22.5px;
}*/
/*
.itemCarousel li:nth-child(4n) {
	margin-right: 0px;
	margin-left: 0px;
}*/
/*
#projects-carousel li:nth-of-type(4n+1) {
	margin-right: 0px;
	margin-left: 0px;
}*/
.jcarousel-prev, .jcarousel-next {
	/*display: none !important;*/
}
}
 @media only screen and (min-width: 1280px) {
.searchBtn {
width: 13%;
clear: none;
}
.jcarousel-item {
	width: 250px;
	margin-right:0px;
}
.itemCarousel {
	margin-left: 0px;
}
.jcarousel-container a {
	padding: 10px;
}
.responsive-nav {
	width: 205px;
}
.acc-trigger {
	width: 315px !important;
}
.acc-container {
	width: 315px !important;
	margin-left: -314px;
	height: 210px;
}
.acc-container:nth-of-type(n+4) {
	height: auto;
}
}
 @media only screen and (min-width: 1140px) {
/* ===============
    Maximal Width
   =============== */

.wrapper {
	width: 780px; /* 1140px - 10% for margins */
	margin: 0 auto;
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
