/*======================================================
Screen Style Sheet
ClientNameHere
------------------------------------------------------
Author(s):DeveloperNameHere
Created:DateHere
======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css");

/* General Classes */
*{
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.hidden,.hidetext,.special,.smallsite,.tablet,.mobile,.sm-mobile{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display: block;height:0;clear:both;}
.warning,.error{color:#a00;font-size:10px;text-align:left;display:block;}
.errorMessage {color:#a00;font-size: 11px;font-weight: bold;text-align: left;margin:2px auto 0;display: block;}
#token {width:1px;height:1px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align: center;margin-left:auto;margin-right:auto;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width: 100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 4px;opacity:0.5;filter:alpha(opacity=50);}
.constrain {width:1200px;margin:0 auto;position: relative;}

a,
button,
.button,
input,
textarea,
#home-banner p,
#home-banner span,
#share-toggle,
#secondary-nav li,
#secondary-nav a i,
#buckets h3,
#buckets img {
	transition:all 0.15s;
	-ms-transition:all 0.15s;
	-moz-transition:all 0.15s;
	-webkit-transition:all 0.15s;
	-o-transition:all 0.15s;
}

.more,
#telephone,
#global-nav li,
#primary-nav > li > a,
#primary-toggle {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.button,
#page-index h4.center,
.sisea-result h3,
#primary-close {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

body {
	color:#4f5660;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
    letter-spacing: 0.025em;
}
h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
h1 {
	color:#ff3300;
	font-size:3.4em;
	font-weight: 700;
	line-height: 1;
	margin:0 auto 30px;
}
h1.small {
	font-size: 3em;
}
h1 span {
	color:#4f5660;
	font-weight: 300;
	display: block;
}
h2 {
	color:#4f5660;
	font-size:2em;
}
h3 {
	color:#4d86ae;
	font-size:1.8em;
}
h4 {
	color:#4f5660;
	font-size:1.4em;
}
p {font-size:1em;}
a {color:;}
a:hover {color:;}
hr {border-top:1px solid #ddd;}

.bold:after {
	font-weight: bold;
}

.w50 {
	width: 49%;
}
.w40 {
	width: 39%;
}
.w33 {
	width: 32%;
}
.w25 {
	width: 24%;
}


/* Buttons */
.button {
	color:#fff !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
	line-height: 1;
	border:none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: inset 0 -10px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -10px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -10px 20px rgba(0,0,0,0.1);
	padding: 15px 25px;
	display: inline-block;
}
.button:hover {
	box-shadow: inset 0 10px 20px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 10px 20px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 10px 20px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(0,0,0,0.15);
}

.blue-btn {
	background: #4d86ae;
}
.blue-btn:hover {
	box-shadow: inset 0 10px 20px rgba(0,0,0,0.2), inset 0 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 10px 20px rgba(0,0,0,0.2), inset 0 0 0 1px rgba(0,0,0,0.15);
	-webkitbox-shadow: inset 0 10px 20px rgba(0,0,0,0.2), inset 0 0 0 1px rgba(0,0,0,0.15);
}

.red-btn {
	background: #fe6600;
}

.gray-btn {
	background: #697280;
}


/* General Layout */
#page-index #content-wrap {
	background: url("/images/home-bg.jpg") center top repeat-x;
}
#content {
	padding: 0 0 40px;
}
body.product #main-content {
    width: 100% !important;
}
#main-content {
/* 	text-align: center; */
	width: 90%;
	margin:0 auto;
	padding: 0 0 40px;
	width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
display: inline-block;
vertical-align: top;
}
.id-1 #main-content {
	text-align: center;
}
.tpl-4 #main-content {
	width: 950px;
	float: left;
}
.cds.search #main-content {
    float: none;
}
#main-content.left-align {
	text-align: left;
	width: 100%;
}


/* Header */
#header {
	background: #ff3300;
	box-shadow: inset 0 8px 0 #8f2200;
	-moz-box-shadow: inset 0 8px 0 #8f2200;
	-webkit-box-shadow: inset 0 8px 0 #8f2200;
}
#header:before {
	content:"";
	background: #fff;
	height:140px;
	width: 33%;
	display: block;
	position: absolute;
	top:0;
	left:-50px;
}

#logo-wrap {
	background: #fff;
	height:140px;
	width: 400px;
	padding: 35px 0 0;
	float: left;
	position: relative;
}
#logo-wrap:after {
	content:"";
	border-top: 140px solid #fff;
	border-right: 50px solid transparent;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top:0;
	right:-50px;
}

#logo {
	max-width: 300px;
	display: inline-block;
}
#telephone,
#telephone a {
	color:#fff;
}
#telephone {
	font-size: 2em;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.15);
	line-height: 1;
	margin:2px 40px 0 0;
	float: right;
}
#telephone:before {
	content:"\f4b9";
	font-family: "Ionicons";
	font-weight: normal;
	margin-right:8px;
	display: inline-block;
}


/* Global Navigation */
#global-nav {
	line-height: 36px;
	background: #8f2200;
	height: 40px;
	margin:0 20px 35px 0;
	padding:0 10px 0 25px;
	display: inline-block;
	float: right;
	position: relative;
}
#global-nav:before,
#global-nav:after {
	content:"";
	border-top: 40px solid #8f2200;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top:0;
}
#global-nav:before {
	border-left: 20px solid transparent;
	left:-20px;
}
#global-nav:after {
	border-right: 20px solid transparent;
	right:-20px;
}
#global-nav li {
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 1;
    vertical-align: middle;
	margin:0 10px;
    display:inline-block;
}
#global-nav li:first-child {
	margin-left: 0;
}
#global-nav li:last-child {
	margin-right: 0;
}
#global-nav a {
	color:#fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	padding: 0 8px;
	display: block;
	position: relative;
}
#global-nav a:after,
#primary-nav li.smallsite a:after {
	font-size: 0.8em;
	font-weight: bold;
	position: absolute;
	top:2px;
	left:-8px;
}
#global-nav a.ion-ios-cart-outline:after,
#primary-nav li.smallsite a.ion-ios-cart-outline:after {
	font-size: 0.9em;
}
#global-nav a.ion-ios-chatbubble-outline:after,
#primary-nav li.smallsite a.ion-ios-chatbubble-outline:after {
	font-size: 1.1em;
	top:0;
}
#primary-nav li.smallsite a:after {
	top:14px;
	left:30px;
}
#primary-nav li.smallsite a.ion-ios-cart-outline:after {
	top:13px;
}
#primary-nav li.smallsite a.ion-ios-chatbubble-outline:after {
	top:10px;
}

#main-content > p {
    clear: both;
}
/* Search */
.search-form {
	float: right;
	clear: right;
}
.search-form fieldset {
	background:#bc2d00;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.3);
	margin:0 auto;
}
.search-form input,
.search-form button {
	color:#fff;
	line-height: 36px;
    vertical-align: middle;
	background: none;
	border:none;
	box-shadow: none;
	height:36px;
	margin:0;
	padding: 0 15px;
}
.search-form .search-text {
	font-size: 0.9em;
	width: 310px;
	float: left;
}
.search-form .search-btn {
	font-size: 18px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	float: right;
}
.search-form .search-btn:hover {
	background: rgba(0,0,0,0.2);
}

.search-form ::-webkit-input-placeholder {color: #fff;}
.search-form :-moz-placeholder {color: #fff;}
.search-form ::-moz-placeholder {color: #fff;}
.search-form :-ms-input-placeholder {color: #fff;}


/* Search Results */
.sisea-highlight {text-shadow:1px 1px 1px #fff;background:#eaeaea;padding:3px;}
.sisea-paging {color:#777;font-size:12px;text-transform:uppercase;margin:20px 0 25px;}
.sisea-result-pages {margin-right:4px;}
.sisea-page {display: inline-block;}
.sisea-page a {padding: 0 2px;display: block;}
.sisea-current-page {color:#000;}
.sisea-result {margin:0 auto 20px;}
.sisea-result h3 {color:#8e969d;font-size:1.4em;margin:0 0 5px;}
.sisea-result p {margin:0;}


/* Primary Navigation */
#header > nav {
	background: rgb(79,86,96);
background: -moz-linear-gradient(top,  rgba(79,86,96,1) 0%, rgba(67,73,81,1) 100%);
background: -webkit-linear-gradient(top,  rgba(79,86,96,1) 0%,rgba(67,73,81,1) 100%);
background: linear-gradient(to bottom,  rgba(79,86,96,1) 0%,rgba(67,73,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5660', endColorstr='#434951',GradientType=0 );
	box-shadow: inset 0 -2px 0 #353940, 0 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -2px 0 #353940, 0 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -2px 0 #353940, 0 4px 4px rgba(0,0,0,0.2);
}
#primary-nav {
	clear: both;
	position:relative;
	z-index:10;
}
#primary-nav a {
	color:#eaeaea !important;
	text-decoration:none !important;
	display: block;
	position: relative;
}
#primary-nav a:hover {
	color:#fff !important;
}

@media only screen
and (min-width :1200px) {
	/* Desktop Nav */
	#primary-nav > li {
	    line-height:58px;
		height:60px;
		margin:0;
		padding:0;
		display:block;
		float: left;
		position:relative;
	}
	#primary-nav > li > a {
		font-size: 1.3em;
		text-transform:uppercase;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	    vertical-align:middle;
		padding:0 33px;
	}
	#primary-nav > li > a:hover {
		text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	}

	#primary-nav > li > a:before,
	#primary-nav > li > a:after {
		content:"";
		height:20px;
		width: 1px;
		display: block;
		position: absolute;
		top:20px;
	}
	#primary-nav > li > a:before {
		background: #121f2c;
		left:0;
	}
	#primary-nav > li > a:after {
		background: #777;
		right:0;
	}
	#primary-nav > li.first > a:before,
	#primary-nav > li.last > a:after,
	#primary-nav .page192 ul:before {
		content:none;
	}

	#primary-nav ul {
		background:#8e969d;
	    border-top: 1px solid #777;
		box-shadow: 0 4px 4px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
		width:520px;
		position:absolute;
		top:60px;
		left:0;
		z-index:10;
		display:none;
	}
	#primary-nav .page192 ul {
		width: 200px;
	}
	#primary-nav ul:before {
		content:"";
		background: #777;
		height:100%;
		width: 1px;
		display:block;
		position: absolute;
		top:0;
		left:50%;
	}
	#primary-nav ul li {
		line-height:normal;
		width: 50%;
		display: block;
		float: left;
	}
	#primary-nav .page192 ul li {
		width: 100%;
		float: none;
	}
	#primary-nav li.active ul li a,
	#primary-nav ul li a {
		color:#222;
		text-shadow: 0 0 4px rgba(0,0,0,0.2);
		padding:15px;
		display:block;
	}
	#primary-nav ul li a:before {
		content:"";
		background: #777;
		height:1px;
		width: 94%;
		display:block;
		position: absolute;
		top:-1px;
		left:0;
	}
	#primary-nav ul li:nth-child(odd) a:before {
		left:auto;
		right:0;
	}
	#primary-nav ul li:nth-child(1) a:before,
	#primary-nav ul li:nth-child(2) a:before,
	#primary-nav ul li a:hover:before {
		content:none;
	}
	#primary-nav ul li a:hover {
		background:#ff3300;
		z-index: 9;
	}
}


/* Home Banner */
#home-banner,
#home-banner .slides li {
	height:400px;
}
#home-banner {
	background: #fff;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
}
#home-banner .slides li {
	width:100%;
	margin:0;
	display:none;
}
#home-banner img {
	height: 360px;
	margin:20px 0 20px 0;
	display: block;
	float: left;
}
#home-banner .caption {
	text-decoration: none !important;
	width: 720px;
	padding:60px 0 0;
	display: block;
	float: right;
}
#home-banner h2,
#home-banner p {
	margin:0 0 20px;
}
#home-banner h2 {
	color:#121f2c;
	font-size: 4em;
}
#home-banner h2 span {
	color: #ff3300;
	font-weight: 700;
	display: block;
}
/*
#home-banner .caption:hover h2 span {
	color:#bc2d00;
}
*/
#home-banner p {
	color:#8e969d;
}
#home-banner .caption:hover p {
	color:#4f5660;
}
#home-banner .more {
	color:#121f2c;
	font-size: 1.2em;
	text-transform: uppercase;
	display: block;
}
#home-banner .caption:hover .more {
	color:#ff3300;
}

.flex-control-nav {
	bottom: 20px;
}
.flex-direction-nav a {
	color:#121f2c;
	font-size: 24px;
	text-align: center;
	line-height: 46px;
	background: #eee;
	box-shadow: inset 0 4px 8px rgba(0,0,0,0.2);
	height:46px;
	width: 50px;
	padding: 0;
}
.flex-direction-nav .flex-prev {
	border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
}
.flex-direction-nav .flex-next {
	border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
}
.flex-direction-nav a:hover {
	width: 60px;
}

.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
	font-family: "Ionicons";
	display: inline-block;
}
.flex-direction-nav .flex-prev:before {
	content:"\f3cf";
}
.flex-direction-nav .flex-next:before {
	content:"\f3d1";
}

#rfq-banner {
	text-align: center;
	line-height: 134px;
	background: url("/images/rfq-banner.jpg") center center no-repeat;
	height:140px;
	margin:0 auto 40px;
}
#rfq-banner h3,
#rfq-banner .button {
	vertical-align: middle;
}
#rfq-banner h3 {
	color:#fff;
	font-size:2em;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.4);
	margin:0 20px 0 0;
	display: inline-block;
}


/* Content CTA */
#content-cta {
	text-align: center;
	padding: 40px 0;
	clear: both;
}
#content-cta .button {
	padding: 20px 40px;
}
#content-cta span {
	font-weight: bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width: 26px;
	margin:0 20px;
	display: inline-block;
}


/* Buckets */
#page-index h4.center {
	color:#121f2c;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	margin:40px auto 0;
    padding: 20px 0;
}
#buckets {
background: rgb(244,244,244);
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(250,250,250,1) 100%);
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(250,250,250,1) 100%);
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(250,250,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fafafa',GradientType=0 );
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    margin:0 auto;
    padding: 40px 25px;
    clear: both;
    position: relative;
}
#page-index #buckets {
	background: #fff;
	box-shadow: none;
	margin: 0 auto;
}
#page-index #content-cta {
    display: none !important;
}
li.page243.last {
  background: #f36200;
  border-top: 2px solid #454b53;
  border-bottom: 2px solid #454b53;
}
#primary-nav li.page243.last a {
color: #fff !important;
  text-shadow:#fff !important;
}
#page-index #buckets:before {
	content:"\f35f";
	color:#EFF3F6;
	font-family: "Ionicons";
	font-size: 70px;
	line-height: 16px;
	display: block;
	position: absolute;
	top:0;
	left:48%;
}
#buckets a {
	color:#4f5660;
	text-decoration: none !important;
	text-align: center;
	background: #ECEFF2;
	box-shadow: inset 0 1px 1px #ddd;
	-moz-box-shadow: inset 0 1px 1px #ddd;
	-webkit-box-shadow: inset 0 1px 1px #ddd;
	height:340px;
	width: 23%;
	margin:0 1% 25px;
	padding: 10px 10px 20px;
	display: block;
	float: left;
}
#page-index #buckets a,
.id-4 #buckets a {
	width: 18%;
	margin:0 1% 25px;
}
#buckets .thumb {
	line-height: 90px;
	background: #fff;
	min-height:100px;
	display: block;
}
#buckets img {
	opacity:0.9;
	filter:alpha(opacity=90);
}
#buckets a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
#buckets h3 {
	color:#666;
	font-size: 1.2em;
}
#buckets a:hover h3 {
	color:#222;
}
#buckets hr {
	border-top:1px solid #ff3300;
	width: 60%;
}
#buckets .button {
	font-size: 0.9em;
	background: #345370;
	padding: 10px 20px 11px;
}
#buckets a:hover .button {
	background: #4d86ae;
}


/* Sidebar - Left */
#sidebar-left {
	border-right: 1px solid #ECEFF2;
    width:220px;
    margin:0 30px 0 -10px;
    display:inline-block;
	vertical-align: top;
}
#sidebar-left h3 {
	line-height: 1;
	margin:-4px 0 20px 10px;
}
#sidebar-left h3 a {
	color:#8e969d;
	display: block;
}
#sidebar-left h3 a span {
	display: none;
}
#secondary-nav li {
	position: relative;
}
#secondary-nav > li {
	box-shadow: 0 1px 0 0 #ECEFF2;
	-moz-box-shadow: 0 1px 0 0 #ECEFF2;
	-webkit-box-shadow: 0 1px 0 0 #ECEFF2;
}
#secondary-nav li a {
	color:#353940;
	text-decoration: none !important;
	display: block;
	position: relative;
}
#secondary-nav > li > a {
	padding: 10px 10px 10px 12px;
}
#secondary-nav > li.parent > a {
	margin-right:40px;
}
#secondary-nav > li.active > a {
	background: #f4f4f4;
}
#secondary-nav > li > a:hover {
	background: #ECEFF2 !important;
	z-index: 9;
}
#secondary-nav ul li a {
	font-size: 0.9em;
	padding: 5px 10px 5px 24px;
}
#secondary-nav ul li.active a {
	font-weight: bold;
}
#secondary-nav ul li a:hover {
	text-decoration: underline !important;
}
#secondary-nav ul {
	padding: 5px 0 10px;
	display: none;
}
#secondary-nav li i {
	text-align: center;
	line-height: 42px;
	width: 40px;
	height:40px;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}
#secondary-nav li i:hover:after {
	font-weight: bold;
/* 	background: #ECEFF2; */
}
#secondary-nav .active i {
	background: #f4f4f4;
}
#secondary-nav .open i {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* Sidebar - Right */
#sidebar-right {
	text-align: center;
	background: #eee;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	padding: 40px 0 45px;
}


/* Forms */
#quickContact {
	width: 620px;
	margin:0 auto;
}
.forms h2,
#quickContact h4,
#contact-info h2 {
	font-size: 2.4em;
	margin:0;
}
.forms h2:after,
#quickContact h4:after {
	color:#4d86ae;
	font-size: 1.1em;
	margin-left:15px;
}
.forms p {
	color:#777;
	font-size: 0.9em;
	margin:15px auto 20px;
}

.forms .input-group {
	margin:0 auto 10px;
	width: 100%;
}
.forms .input-group.w50 {
	width: 49%;
}
.forms label {
	position: absolute;
	left:-9999px;
}
.forms fieldset input,
.forms textarea,
.forms select {
	color:#666;
	line-height:1.2;
	background:#ECEFF2;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	height:42px;
	width:100%;
	margin:0;
	padding:0 14px;
	display:block;
}
#quickContact fieldset input,
#quickContact textarea,
#quickContact select {
	background:#fff;
}
.forms textarea {
	height:180px;
	padding: 12px 14px;
}
.forms .textarea {
	width: 100%;
}
.forms .submit {
	margin:20px auto 0;
	padding: 15px 40px;
}

.forms .fileUpload {
	color:#4f5660;
	text-align: center;
    background: #ddd;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
	height:34px;
	width: 38px;
    position: absolute;
    top:4px;
    right:4px;
    overflow: hidden;
    cursor: pointer;
}
.forms .fileUpload:hover {
	background: #ccc !important;
}
.forms .ion-android-attach {
	font-size: 20px;
	line-height: 7px;
	display: block;
}
.forms .browse {
	text-indent: -9999px;
	display: block;
}
.forms .upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* Contact Info */
#contact,
#contact-info {
	margin:40px auto 0;
}
#contact-info h2 {
	margin-bottom: 30px;
}
#contact-info h3 {
	text-transform: none;
	margin:0 auto 15px;
}
#contact-info p:last-child {
	margin-bottom: 0;
}
#contact-info hr {
    margin:25px auto;
}
#map {
	display: block;
}
#directions {
	border:6px solid #eee;
	width: 200px;
	margin:0 auto;
	position: relative;
	top:-20px;
	z-index: 9;
}
#directions:after {
	margin-left:5px;
}


/* Breadcrumbs & SM Toolbar */
#bread-social {
	background: #f4f4f4;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 40px;
    padding: 12px 0;
}
ul.B_crumbBox {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
}
ul.B_crumbBox li {
	color:#4f5660;
	font-size: 0.85em;
	line-height: 1;
	display:inline;
}
ul.B_crumbBox li a {
	color:#8e969d;
}
#share-toggle {
	color:#8e969d;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: absolute;
    right: 10px;
    bottom:0;
    cursor: pointer;
}
#share-toggle:hover {
	color:#4f5660;
}
#share-toggle i {
	font-size: 0.9em;
	font-weight: normal;
	margin-right:6px;
}
#share-media-bar {
    text-align: right;
    position: absolute;
    right: 10px;
    bottom:0;
    display: none;
}
#share-media-bar > div {
	height:20px;
	width: 20px;
	margin:0 15px 0 0 !important;
	padding:0;
	float:left;
}
#share-media-bar a {
	color:#4f5660;
	font-size: 1.2em;
}
#share-media-bar .share-print a {
	font-size: 1.1em;
}
#share-media-bar a:hover {
	color:#4d86ae;
	text-shadow: 1px 1px 0 #fff;
}


/* Calculators */
.calculator {
	margin-top: 40px;
}
#cylbore_form {
	width: 400px;
}
#std_form,
#airvalve_form {
	width: 500px;
}
#acfm_form {
	width: 700px;
}

.calculator .form-group {
	font-size: 12px;
}

.calculator .form-control {
	text-align: center;
}

#cv_air .form-control,
#cylbore_form .form-control,
#airvalve_form .form-control,
#acfm_form .form-control {
	width: 70px;
    margin: 0 10px 10px 0;
	display: inline-block;
}

.calculator strong,
.calculator .note {
	line-height: 1.2;
}
.calculator strong {
	font-size: 14px;
	position: relative;
    top: 5px;
}
.calculator .instructions {
	margin-bottom: 20px;
}
.calculator .buttons {
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.calculator .buttons .button {
	margin:0 10px;
}


/* Footer */
#footer {
    clear:both;
}
#footer-middle .constrain,
#footer-bottom .constrain {
	padding:0 35px;
}
#footer .brands {
	text-align: center;
	line-height: 114px;
	border-top: 1px solid #ddd;
	height:120px;
}
#footer .brands a {
	line-height: 1;
	vertical-align: middle;
	width: 12.5%;
	padding: 0 5px;
	display: inline-block;
}
#footer .brands .page172 {
	width: 16%;
}
#footer .brands .page176 {
	width: 8%;
}
#footer .brands .page178 {
	width: 10%;
}
#footer .brands a img {
	max-height:40px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
#footer .brands a:hover img {
	-webkit-filter:none;
	filter:none;
}

#footer-middle {
	background: #263a4e;
	box-shadow: inset 0 -1px 0 #345370;
	-moz-box-shadow: inset 0 -1px 0 #345370;
	-webkit-box-shadow: inset 0 -1px 0 #345370;
	padding: 50px 0;
}
#footer-middle h3 {
	font-size: 1.8em;
	margin:0 0 15px;
}
#footer-middle h3 a {
	color:#eee;
}
#footer-middle .left li {
	margin-bottom:10px;
}
#footer-middle .left li:last-child {
	margin-bottom: 0;
}
#footer-middle .left li a {
	color:#728597;
	font-size: 0.9em;
}

#footer-middle .center {
	padding-top: 30px;
}
#footer-middle .social {
	margin:0 auto 40px;
}
#footer-middle .social li {
	margin:0 5px;
	display: inline-block;
}
#footer-middle .social li:first-child {
	margin-left: 0;
}
#footer-middle .social li:last-child {
	margin-right: 0;
}
#footer-middle .social a {
	color:#fff;
	font-size: 24px;
	text-decoration: none !important;
	text-align: center;
	line-height: 40px;
	background:#728597;
	border-radius: 30px;
	height:40px;
	width: 40px;
	display: block;
}
#footer-middle .social .ion-social-googleplus:after {
    content: "\f235";
    position: relative;
    top: 2px;
}
#footer-middle .social a:hover {
	color:#728597;
	background: #fff;
}
#footer-middle .button {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	background: #4d86ae;
	padding: 10px 20px 12px;
}
#footer-middle .button:hover {
	background: #345370;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

#footer-bottom {
	font-size: 0.9em;
	background: #121f2c;
	border-bottom: 2px solid #ff3300;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
	padding: 20px 0 22px;
}
#footer-bottom li,
#footer-bottom a,
#footer-bottom span {
	color:#fff;
}
#footer-bottom li {
	margin:5px 8px 0 0;
	display: inline-block;
}
#back-top {
	text-decoration: none !important;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	position: relative;
}
#back-top i {
    text-align: center;
	line-height: 22px;
	border:1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    height: 24px;
    width: 24px;
    margin-left:10px;
    display: inline-block;
}
#back-top:hover i {
	color:#121f2c;
	background: #fff;
}


/* CDS Catalog */
.cds-product-list img{
	max-width:200px;
}

@media (min-width: 815px) {
.cds-product-list-custom {
    width: 15% !important;
    position: relative !important;
    left: 84% !important;
    vertical-align: top !important;
    top: -120px !important;
    text-align: right !important;
    float: none !important;
}

.cds-product-list-custom span {
    color: #080 !important;
    font-size: 2em !important;
}

.cds-product-list h3 div {
    position: relative !important;
    font-size: 0.722em !important;
    left: 88% !important;
    bottom: -160px !important;
    float: none !important;
}

.cds-product-list p {
    max-width: 80% !important;
}

}

/* Main Content */
.cds.search #cds-search-right-container{
	margin-left:30px !important;
}
.cds-product-image-container {
	height:auto !important;
}
.cds-product-controls {
	max-width: 650px !important;
}
.id-203 #content-cta {
	padding-top:80px;
}

/* Faceted Search */
.cds-attribute-list{
	padding: 0;
}
.cds-attribute-value-list {
    padding: 0;
}

.cds-attribute-value-list li {
    min-height: 21px;
	padding: 5px 0.5em 0 0.75em !important;
}

.cds-attribute-value-list li input{
	float:left;
}
.cds-attribute-value-list li div{
	float:left !important;
	display:block;
	width:84% !important;
}


.cds-attribute-value-list input[type="checkbox"] {
    margin-top: 2px !important;
}

.cds-browse-container .head p{
	width: auto !important;
}

/* COMPARE TABLE */
#cds-product-compare-table {
    width: 100%;
}
#cds-product-compare-table td img {
    max-width: 150px;
}
#cds-product-compare-table td.label {
    color: #333;
}



#buckets-products h3,
#buckets-products img {
	transition:all 0.15s;
	-ms-transition:all 0.15s;
	-moz-transition:all 0.15s;
	-webkit-transition:all 0.15s;
	-o-transition:all 0.15s;
}
#buckets-products {/* background: rgb(244,244,244); */background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(250,250,250,1) 100%);/* background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(250,250,250,1) 100%); *//* background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(250,250,250,1) 100%); */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fafafa',GradientType=0 );/* box-shadow: inset 0 2px 4px rgba(0,0,0,0.1); */-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);/* -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1); */margin:0 auto;/* padding: 40px 25px; */clear: both;position: relative;/* width: 100%; */}
#buckets-products a {
	color:#4f5660;
	text-decoration: none !important;
	text-align: center;
	background: #ECEFF2;
	box-shadow: inset 0 1px 1px #ddd;
	-moz-box-shadow: inset 0 1px 1px #ddd;
	-webkit-box-shadow: inset 0 1px 1px #ddd;
	height: 270px;
	width: 18%;
	margin:0 1% 25px;
	padding: 10px 10px 20px;
	display: block;
	float: left;
}
#buckets-products .thumb {
	line-height: 90px;
	background: #fff;
	min-height:100px;
	display: block;
}
#buckets-products img {
	opacity:0.9;
	filter:alpha(opacity=90);
}
#buckets-products a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
#buckets-products h3 {
	color:#666;
	font-size: 1.2em;
	height: 30px;
	
}
#buckets-products a:hover h3 {
	color:#222;
}
#buckets-products hr {
	border-top:1px solid #ff3300;
	width: 60%;
}
#buckets-products .button {
	font-size: 0.9em;
	background: #345370;
	padding: 10px 20px 11px;
}
#buckets-products a:hover .button {
	background: #4d86ae;
}


@media screen and (max-width: 500px) {
	#buckets-products {clear:both;}
		#buckets a {
		width: 31.25% !important;
	}
	#buckets-products a {
		width: 45% !important;
	}	
	#buckets-products a h3 {
		font-size:14px; !important;
	}
    }