/*======================================================
Screen Style Sheet
Matex Gears
------------------------------------------------------
Author(s): Diana Le
Created: 05/16/2016
======================================================*/

/* 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;
	outline:none;
}
.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display: block;height:0;clear:both;}
.warning{color:#a00;font-size:10px;text-align:left;display:block;}
/* Optional Styling For jQuery Validate Errors
label.error {
	line-height:1.2;
	background:#eee;
	border:1px solid #ddd;
	margin:0;
	padding:2px 3px;
	position:absolute;
	top:-8px;
	right:10px;
}
*/
label.error:after,span.error:after {content:"\2193";margin-left:4px;position:relative;top:-1px;}
.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%;}
button, input, textarea {outline: none !important;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 3px;opacity:0.5;filter:alpha(opacity=50);}
.constrain {width:1200px;margin:0 auto;position: relative;}
h1, h2, h3, h4 {
	font-family: 'Lato', Arial, sans-serif;
}
a {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.25em;}
p {font-size:1.071428571em;}
a {}
a:hover {}
hr {border-top:1px solid #ddd;}

#mobile-nav:not( .mm-menu ) {
   display: none;
}

/* ****************************************** Typography */

/*

font-family: 'Lato', Arial, sans-serif;
font-family: 'Montserrat', sans-serif;

*/

h1 {
	margin-top: 0;
	font-size: 2.857142857em; /*40/14*/
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.571428571em; /* 22/14 */
}

h3 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.142857143em; /* 16/14 */
}

h1, h2, h3 {
	font-weight: 700;
}

body.home h1 {
	font-size: 2.571428571em; /*36/14*/
	text-transform: none;
	text-align: center;
}

body.home #main-content p {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.714285714em; /*24/14*/
	text-align: center;
}

p {
	font-family: Arial, sans-serif;
}


/* ****************************************** General Layout */
.tpl-3 #main-content {

}
.tpl-4 #main-content {
	width: 907px;
	float: right;
}

#content {
	padding: 36px 0;
}


/* ***************************************** Header */

#header-bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #cb0101;
}
#header {
	padding: 37px 0;
}

#logo {
	float: left;
}

a.calc-btn {
	margin-left: 60px;
	color: #919191;
	font-weight: bold;
	font-size: 12px; /* 12/14 */
	background: url(/images/sprites-vertical.png) -20px -566px no-repeat;
	padding: 10px 20px;
	width: 252px;
    display: inline-block;
    margin-top: 3px;
}

a.calc-btn:hover {
	color: #414141;
	text-decoration: none;
}

#telephone {
	float: right;
	color: #c40202;
	text-transform: uppercase;
	font-size: 0.785714286em; /*11/14*/
	font-weight: 700;
}

#telephone .call {
	color: #000;
	font-size: 2.285714286em; /*32/14*/
}

.search-wrapper {
	width: 394px;
	float: left;
	margin-left: 45px;

}

.search-form {
	background-color: #e7e7e7;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow:inset 0 3px 7px -5px #787777;
	box-shadow:inset 0 3px 7px -5px #787777;
}

#search,
.search-input {
	background: none;
	border: 0;
	width: 80%;
	padding: 10px;
}

.search-wrapper .search-btn,
.search-btn-responsive,
.search-form-menu .search-btn {
	background: none;
	border: 0;
	padding: 10px;
	float: right;
	width: 50px;
	background: url(/images/sprites.png) -212px -309px no-repeat;
}

.search-form {

}

#search3 {
	color: #fff;
}

/* ***************************************** Global Navigation */
#global-nav li {
    display:inline;
}
#global-nav li a {
	color:;
}


/* ***************************************** Primary Navigation */

#nav-wrapper {
	background-color: #878787;
	border-bottom: 5px solid #606060;
	-webkit-box-shadow:inset 0 7px 10px -5px #606060;
	box-shadow:inset 0 7px 10px -5px #606060;
}
#primary-nav {
	clear: both;
	position:relative;
	z-index:10;
	border-left: 1px solid #a9a9a9;
}

#primary-nav a {
	display: block;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 1em;
	font-weight: 700;
}
#primary-nav > li {
	height:54px;
    line-height:54px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	position:relative;
}
#primary-nav > li:hover,
#primary-nav > li.active {
	background: #5b5a5a;
}
#primary-nav a:hover {
	text-decoration:none;
}
#primary-nav > li.hover > a,
#primary-nav > li:hover > a,
#primary-nav > li.active:hover > a {
	color:#fff;
	text-shadow:none;
}
#primary-nav > li > a {
	color: #fff;
    vertical-align:middle;
	padding:0 35px;
	position:relative;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #606060;
	text-transform:uppercase;
}
#primary-nav > li.active > a {
	color:#fff;
}
#primary-nav ul {
	list-style:none;
	background-color: #ededed;
	width:250px;
	position:absolute;
	top:60px;
	left:0;
	z-index:10;
	display:none;
}
#primary-nav ul li {
	line-height:normal;
	margin:0 2px;
}

#primary-nav ul li a {
	border-bottom: 1px solid #d8d7d7;
	border-top: 1px solid #fff;
}

#primary-nav ul li.first a {
	border-top: 0;
}

#primary-nav ul li.last a {
	border-bottom: 0;
}

#primary-nav > li.last {
	border-right: 1px solid #60605F;
}

#primary-nav ul li:hover,
#primary-nav ul li.active:hover,
#primary-nav ul li.first:hover,
#primary-nav ul li.last:hover {
}
/*#primary-nav li.active ul li a, */
#primary-nav ul li a {
	color: #000;
	padding:15px 20px;
	display:block;
}

#primary-nav ul li a:hover {
	color: #b20101;
}


/* ***************************************** Home Banner */

#home-banner h2,
#home-banner h3 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
}

#home-banner,
#home-banner .slides li {
	height:460px;
}
#home-banner {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
}
#home-banner .slides li {
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	margin:0;
	display:none;
}
#home-banner a {
	display: block;
}
#home-banner h2,
#home-banner p {
	margin:0;
}

#home-banner h2 {
	font-size: 4.285714286em /* 60/14 */;
}

#home-banner h3 {
	font-size: 3.071428571em /* 43/14 */;
}

#home-banner ul {
	background: url(/images/banner-bg.jpg) 47% -23% no-repeat;
}

.caption-wrapper {
	width: 632px;
	float: left;
	text-transform: uppercase;
	margin-top: 80px;
}

.caption-wrapper h2 {
	color: #000;
}

.caption-wrapper h3 {
	color: #cb0101;
	margin-top: 10px;
}

.caption-wrapper .caption {
	color: #444;
	text-transform: none;
}

#home-banner p {
	font-size: 15px;
}

#home-banner p.learn-more {
	display: inline-block;
	color: #000;
	border-top: 2px solid #cecece;
	margin-top: 15px;
	padding-top: 8px;
	font-weight: 700;
	font-family: 'Lato', Arial, sans-serif;
}

#home-banner img {
	float: right;
}

#home-banner .flex-prev {
	left: 0 !important;
	border: 2px solid #d1d1d1;
	border-left: 0;
	opacity: 1;
	-webkit-border-radius: 0 50% 50% 0;
	border-radius: 0 50% 50% 0;
	padding: 17px 20px;
}

#home-banner .flex-next {
	right: 0 !important;
	border: 2px solid #d1d1d1;
	border-right: 0;
	opacity: 1;
	-webkit-border-radius: 50% 0 0 50%;
	border-radius: 50% 0 0 50%;
	padding: 17px 20px;
}

#home-banner .flex-direction-nav .flex-prev,
#home-banner .flex-direction-nav .flex-next {
	background-size: 10px 12px !important;
	-webkit-background-size: 10px 12px !important;
}

#home-banner .flex-prev {
	background: url(/images/banner-prev.png) 40% center no-repeat #fff;
}

#home-banner .flex-next {
	background: url(/images/banner-next.png) 60% center no-repeat #fff;
}

#home-banner .flex-prev:hover {
	background: url(/images/banner-prev-active.png) 40% center no-repeat;
}

#home-banner .flex-next:hover {
	background: url(/images/banner-next-active.png) 60% center no-repeat;
}

#home-banner .flex-prev:hover,
#home-banner .flex-next:hover {
	background-color: #d1d1d1;
}

/* ***************************************** Home Buckets */

#home-buckets-wrapper {
	background: url(/images/home-bucket-banner.jpg) center center no-repeat #5c0e0e;
	background-size: cover;
	height: 229px;
}

.home-bucket {
	position: relative;
}

.home-bucket a {
	color: #fff;
	text-transform: uppercase;
}

.home-bucket img {
	position: absolute;
	left: 0;
	top: 34px;
	width: 160px;
	height: 160px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.home-bucket h3 {
	/*line-height: 160px;*/
	float: right;
	border: 2px solid #fff;
	border-left: 0;
	margin: 0;
	margin-top: 95px;
    padding: 0 30px 0 100px;
	font-size: 1em;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
}

/* Hover states */

.home-bucket:hover h3 {
	background-color: #fff;
	color: #010101;
}

/* ***************************************** Home Page */

.home-disclaimer-wrapper {
	background-color: #f8f8f8;
	-webkit-box-shadow: inset 0 5px 5px -5px #999;
    box-shadow: inset 0 5px 5px -5px #999;
    padding: 80px 0;
    text-align: center;
}

body.home .rfq-btn {
	width: 278px;
	height: 58px;
    line-height: 58px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
	position: absolute;
	bottom: -29px;
	padding: 0;
	padding-left: 40px;
	margin-left: 50%;
	left: -139px;
	background: url(/images/sprites-vertical.png) 25px -1100px no-repeat #c40202;
}

body.home .rfq-btn:hover {
	background-color: #e90000;
}


/* ***************************************** Landing Buckets */

#landing-buckets-wrapper {
	border-top: 1px solid #ddd;
}

#buckets {
    margin:20px auto;
    clear: both;
}
#buckets a {
	text-decoration: none !important;
	display: block;
}

.landing-bucket,
.cds-bucket {
	text-align: center;
	padding: 0 6%;
	border-right: 1px solid #ddd;
	margin: 20px 0;
	height: 415px;
}

.landing-bucket {
	height: 442px;
}

.landing-bucket:hover:before,
.cds-bucket:hover:before {
	position: absolute;
	content: url(/images/bucket-triangle.png);
	top: -41px;
	left: 45%;
}

.landing-bucket:nth-child(3n) {
	border: 0;
}

.landing-bucket h3,
.cds-bucket h3 {
	color: #000;
	font-size: 1.285714286em; /* 18/14 */
}

.landing-bucket h3 {
	min-height: 38px;
}
.landing-bucket div > p {
	min-height: 63px;
}

.landing-bucket .learn-more,
.cds-bucket .learn-more {
	border: 2px solid #000;
	display: block;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #000;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	width: 176px;
    margin: 0 auto;
}

.landing-bucket p,
.cds-bucket p {
	color: #8f8e8e;
}

/* Hover states */

.landing-bucket:hover h3,
.cds-bucket:hover h3 {
	color: #aa0101;
}

#home-buckets-cds .cds-bucket:hover h3{
	color:#fff;
}

.landing-bucket:hover .learn-more,
.cds-bucket:hover .learn-more {
	color: #fff;
	background-color: #ae0000;
	border: 2px solid #ae0000;
}
.cds-bucket a img{
	border-radius: 20px;
}

/* ***************************************** Home Buckets CDS */

#home-buckets-cds-wrapper {
	background: url(/images/cds-buckets-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px 0;
}

.cds-bucket a {
	text-decoration: none;
}

.cds-bucket a:hover {
	text-decoration: none;
}

.cds-bucket {
	border: 0;
	height: 277px;
}

.cds-bucket:nth-child(3n) {
	border: 0;
}

.cds-bucket h3 {
	color: #fff;
}

.cds-bucket p {
	color: #a7a7a7;
}

.cds-bucket .learn-more {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	border-radius: 25px;
    padding: 10px;
}

.landing-bucket .learn-more {
	border-radius: 25px;
    padding: 10px;
}


/* ***************************************** RFQ Button */
.rfq-btn {
	display:block;
	background: url(/images/sprites-vertical.png) 16px -1104px no-repeat #c40202;
}
.rfq-btn:hover {
	background-color: #e90000;
}

a.rounded-btn {
	display: block;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.071428571em; /*15/14*/
	font-weight: 700;
	width: 258px;
	height: 50px;
	line-height: 50px;
	padding-left: 29px;
}

.qc-btn  {
	background: url(/images/sprites-vertical.png) 20px -63px no-repeat #000;
}

.qc-btn:hover {
	background-color: #5B5A5A;
}

.rfq-btn {
	margin-top: 16px;
}

/* ***************************************** Content CTA */
.content-cta {
	clear: both;
}
.content-cta a {
	text-decoration: none !important;
	display:block;
}
.content-cta a:hover {}


/* ****************************************** Sidebar - Left */
#sidebar-left {
    width: 246px;
    float: left;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
    padding-right: 7px;
}

#sidebar-left h3 {
	margin-top: 0;
	font-size: 1.214285714em; /*17/14*/
	font-weight: 700;
}

#sidebar-left h3 a {
	color: #c30000;
}

.secondary-nav > li > a {
	color: #000;
	font-weight: 700;
	font-size: 0.928571429em; /*13/14*/
	display: block;
	padding: 7px 0;
}

/* ****************************************** Sidebar - Right */
#sidebar-right {
    width: 260px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}


/* ****************************************** Forms */

.forms h4 {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	background: url(/images/sprites-vertical.png) -20px -20px no-repeat;
    padding-left: 37px;
}

#quick-contact-wrapper {
	background-color: #f8f8f8;
	padding: 50px 0;
	-webkit-box-shadow: inset 0 5px 5px -5px #999;
	box-shadow: inset 0 5px 5px -5px #999;
}

#quickContact {}
#contact {}
#rfq {}

.forms input,
.forms textarea {
	color:#666;
	line-height:1.2;
	background-color: #dedede;
	border:1px solid #bbb;
	margin: 6px 0;
	padding: 12px;
	display:block;
}
.forms input#file.last{
	padding:11px 11px 10.5px;
}

.float-label
/*.forms input.standard*/ {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.float-label label.error {
	position: relative;
	color:#a00;
	font-size:10px;
	text-align:left;
	display:block;
	top: auto;
}

.float-label label {
	position: absolute;
	top: -16px;
	bottom: 0;
	left: 13px;
	width: 100%;
	transition: 0.2s;
	-moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
	font-size: 8px;
	color: #9c9da1;
	height: 10px;
}

#quickContact input:focus + label,
#contact input:focus + label,
#rfq input:focus + label,
#quickContact textarea:focus + label,
#contact textarea:focus + label,
#rfq textarea:focus + label {
	top: 8px !important;
}

#contact input:focus + label {

}

.forms input.standard {
	width: 100%;
}

.float-label.last,
.forms input.standard.last {
	margin-right: 0;
}

.forms textarea {
	width: 100%;
	height: 133px;
	resize: none;
}

.float-label.textarea {
	/*
	width: 66%;
	float: left;
	margin-right: 2%;
	*/
	width: 100%;
	float: none;
	margin-right: 0;
}

.submit-wrapper {
	/*
	float: left;
	width: 32%;
	margin: 50px 0;
	*/
	float: left;
	width: 100%;
	margin: 20px 0;
}

.submit-wrapper .submit {
	margin: 0 auto;
}

.forms .submit {
	color:#fff;
	background-color: #000;
	text-transform: uppercase;
	border: 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 39%;
}

.forms .submit:hover {
	background-color: #5B5A5A;
}

/* form labels */

.float-label {
	position: relative;
	overflow: hidden;
}


/* ***************************************** Search Results */
.sisea-highlight {text-shadow:1px 1px 1px #fff;background:#e9e9e9;padding:3px;}
.sisea-paging {color:#777;font-size:12px;text-transform:uppercase;margin:15px 0;}
.sisea-result-pages {margin-right:2px;}
.sisea-current-page {color:#000;}
.sisea-result h3 {color:#999;}


/* ***************************************** Breadcrumbs & SM Toolbar */
#bread-social {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
ul.B_crumbBox {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    /*text-transform: lowercase;*/
    width:100%;
}
ul.B_crumbBox li {
	color: #444;
	display:inline;
	font-size: 12px; /*0.8571428573em; /*12/14*/
}
ul.B_crumbBox li a {
	color: #444;
	font-size: 12px; /*0.8571428573em; /*12/14*/
}

.B_homeCrumb {
	background: url(/images/sprites.png) -212px -214px  no-repeat;
	padding: 10px 12px;
}

.B_homeCrumb span {
	display: none;
}

/*
#share-media-bar {text-align:right;height:24px;float:right;}
#share-media-bar > div {float:left;margin:2px 8px 0 0 !important;padding:0;}
#share-media-bar .share-twitter {height:22px;padding:0;}
#share-media-bar .share-twitter iframe{width:56px !important;}
#share-media-bar .share-gplus {height:22px;width:34px;}
#share-media-bar .share-gplus iframe{float:left;height:22px;width:34px !important;}
#share-media-bar .share-facebook  {height:21px;}
#share-media-bar .share-linkedin{height:21px;margin-right:0 !important;}
#share-media-bar .share-linkedin #li_ui_li_gen_1400352143072_0 #li_ui_li_gen_1400352143072_0-title {height:20px !important;min-height:20px !important;}
*/


/* ****************************************** Contact */

.contact-info {
	background-color: #f5f5f5;
	border: 1px solid #e5e4e4;
	text-align: center;
	padding: 52px 0;
}

.contact-info p {
	display: inline-block;
	font-family: 'Lato', Arial, sans-serif;
	color: #000;
	margin-right: 15px;
}

.contact-info span {
	font-weight: 700;
}

.contact-info .address {
	background: url(/images/sprites-vertical.png) -20px -630px no-repeat;
	padding-left: 21px;
}

.contact-info .phone {
	background: url(/images/sprites-vertical.png) -20px -687px no-repeat;
	padding-left: 21px;
}

.contact-google {
	margin-top: 41px;
}

.google-map {
	width: 100%;
	height: 519px;
	pointer-events: none;
}

/* ****************************************** FAQ */

#faq h2 {
	background: #878787;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: 3px solid #606060;
}

/* ****************************************** Gallery */

#gallery .article {
	padding: 0;
	float: left;
	width: 24%;
	margin: 1% 1% 1% 0;
}

#gallery .fancybox-image {
	padding: 0;
}

#gallery img {
	width: 100%;
	height: auto;
}
.fancybox-inner .fancybox-image{
	pointer-events: none;
}

.fancybox-title-float-wrap {
	position: static;
}

.fancybox-title-float-wrap .child {
	margin-right: 0;
	width: 100%;
	padding: 10px;
	background-color: #f5f4f4;
	color: #484848;
	-webkit-box-shadow: inset 0 5px 5px -5px #999;
    box-shadow: inset 0 5px 5px -5px #999;
}

.fancybox-opened .fancybox-title {
	-webkit-box-shadow: inset 0 5px 5px -5px #999;
    box-shadow: inset 0 5px 5px -5px #999;
}

.fancybox-title h3 {
	margin: 0;
	font-size: 18px;
}

.fancybox-title p {
	font-size: 13px;
}

.fancybox-nav span {
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.fancybox-next {
	right: -67px;
	width: 66%;
}

.fancybox-prev {
	left: -67px;
	width: 66%;
}

.fancybox-close {
	background: url(/images/fancybox-close.png) center center no-repeat;
	height: 30px;
	top: -30px;
	width: 95px;
	right: -3px;
}

.fancybox-close:hover {
	background: url(/images/fancybox-close.png) center center no-repeat;
}

.fancybox-next span {
	background: url(/images/fancybox-next.png) center center no-repeat #fff;
}

.fancybox-prev span {
	background: url(/images/fancybox-prev.png) center center no-repeat #fff;
}

.page_navigation {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}
.page_navigation a {
	margin: 0 2px;
	padding: 8px 11px;
	font-family: Arial, sans-serif;
	color: #6b6b6b;
	border: 1px solid #ddd;
	margin: 0;
	text-decoration: none;
}

.page_navigation a.active_page {
	background-color: #8d2828;
	color: #fff;
	font-weight: 700;
	border: 1px solid #8d2828;
}

.page_navigation a.first {
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.page_navigation a.last {
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 0;
}

.page_navigation .first_link,
.page_navigation .previous_link,
.page_navigation .next_link,
.page_navigation .last_link {

}

.page_navigation .no_more {
	display: none;
}

/* ****************************************** Calculator */

.unit {
	float: left;
	width: 215px;
	border: 1px solid #d9d9d9;
}

.equals {
	float: left;
    padding: 0 10px;
}

.unit input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	font-size: 20px;
}

.unit select {
	background-color: #f5f5f5;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
}

.measurement input {
	margin-bottom: 15px;
}
.measurement {
	margin-bottom: 15px;
}

/* ****************************************** Content */

.image-left {
	float: left;
	margin: 5px 10px 5px 0;
}
.image-right {
	float: right;
	margin: 5px 0 5px 10px;
}
/*
.about_text{
	float: left;
    width: 60%;
}
*/

/* ****************************************** Footer */
#footer {
    clear:both;
}
#credits img {
	width: 260px;
}
.footer-copyright-text{
	float: left;
    width: 60%;
    line-height: 2;
    padding: 63px 0;
}
.footer-links-wrapper {
	background-color: #ececec;
	border-top: 5px solid #cecece;
    padding: 30px 0;
}

.footer-links h2 {
	margin-top: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 1.142857143em;
	font-weight: 700;
}

.footer-links a {
	color: #8a8a8a;
	line-height: 2em;
}
 .footer-links a:hover{
	 text-decoration: none;
	 color:#8f0101;
 }
.footer-links-planetary,
.footer-links-accessories,
.footer-links-applications {
	min-height: 104px;
}

.footer-links-planetary {
	padding-left: 0;
}

.footer-links-applications {
	padding-right: 0;
}

.footer-links-planetary,
.footer-links-accessories {
	border-right: 1px solid #fff;
}

.footer-links-accessories,
.footer-links-applications {
	border-left: 1px solid #cecece;
}

.footer-links-accessories li {
	width: 50%;
	float: left;
}

.footer-links-applications li {
	width: 33%;
	float: left;
}

.footer-copyright-wrapper {
	background-color: #000;
	color: #fff;
}

.footer-copyright {
	position: relative;
	line-height: 183px;
	background: url(/images/footer-gear.png) 98% 50% no-repeat;
}

.footer-logo {
	position: absolute;
	top: 0;
	right: 0;
}

.footer-copyright a {
	color: #fff;
}
.footer-copyright a:hover{
	text-decoration: none;
	color:#696969;
}

#credits{
	line-height: 1.4;
	    margin: 0;
}

address {
	display: inline-block;
}

.footer-bottom-wrapper {
	background-color: #8f0101;
	color: #fff;
	height: 45px;
}

.back-top {
	width: 180px;
	margin: 0 auto;
	background-color: #6a0101;
	line-height: 45px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.928571429em; /*13/14*/
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
	text-align: center;
}

.back-top:hover {
	background-color: #000;
}

.footer-copyright .slash {
	padding: 0 16px;
}

/* ***************************************** Sprites */

.sprite {
    background-image: url(/images/sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-ask-a-question {
    width: 24px;
    height: 18px;
    background-position: -40px -40px;
}

.sprite-ask-qc {
    width: 24px;
    height: 18px;
    background-position: -144px -40px;
}

.sprite-attachment {
    width: 15px;
    height: 17px;
    background-position: -248px -40px;
}

.sprite-banner-next {
    width: 10px;
    height: 12px;
    background-position: -343px -40px;
}

.sprite-banner-next-active {
    width: 10px;
    height: 12px;
    background-position: -343px -132px;
}

.sprite-banner-prev {
    width: 10px;
    height: 12px;
    background-position: -40px -224px;
}

.sprite-banner-prev-active {
    width: 10px;
    height: 12px;
    background-position: -130px -224px;
}

.sprite-breadcrumbs-home {
    width: 14px;
    height: 11px;
    background-position: -220px -224px;
}

.sprite-fa-arrow-up {
    width: 21px;
    height: 10px;
    background-position: -307px -224px;
}

.sprite-fa-calculator {
    width: 12px;
    height: 16px;
    background-position: -404px -224px;
}

.sprite-fa-map-marker {
    width: 11px;
    height: 17px;
    background-position: -40px -320px;
}

.sprite-fa-phone {
    width: 17px;
    height: 17px;
    background-position: -131px -320px;
}

.sprite-fa-search {
    width: 16px;
    height: 16px;
    background-position: -228px -320px;
}

.sprite-fancybox-close {
    width: 90px;
    height: 23px;
    background-position: -324px -320px;
}

.sprite-fancybox-next {
    width: 60px;
    height: 60px;
    background-position: -433px -40px;
}

.sprite-fancybox-prev {
    width: 60px;
    height: 60px;
    background-position: -496px -180px;
}

.sprite-learn-more {
    width: 10px;
    height: 12px;
    background-position: -494px -320px;
}

.sprite-rfq {
    width: 26px;
    height: 25px;
    background-position: -494px -412px;
}

.sprite-tablet-menu-close {
    width: 24px;
    height: 25px;
    background-position: -40px -517px;
}

.sprite-tablet-menu-close-btn {
    width: 18px;
    height: 18px;
    background-position: -144px -517px;
}

.sprite-tablet-search {
    width: 16px;
    height: 16px;
    background-position: -242px -517px;
}

.sprite-vert {
    background-image: url(/images/sprites-vertical.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-vert-ask-a-question {
    width: 24px;
    height: 18px;
    background-position: -20px -20px;
}

.sprite-vert-ask-qc {
    width: 24px;
    height: 18px;
    background-position: -20px -78px;
}

.sprite-vert-attachment {
    width: 15px;
    height: 17px;
    background-position: -20px -136px;
}

.sprite-vert-banner-next {
    width: 10px;
    height: 12px;
    background-position: -20px -193px;
}

.sprite-vert-banner-next-active {
    width: 10px;
    height: 12px;
    background-position: -20px -245px;
}

.sprite-vert-banner-prev {
    width: 10px;
    height: 12px;
    background-position: -20px -297px;
}

.sprite-vert-banner-prev-active {
    width: 10px;
    height: 12px;
    background-position: -20px -349px;
}

.sprite-vert-breadcrumbs-home {
    width: 14px;
    height: 11px;
    background-position: -20px -401px;
}

.sprite-vert-burger {
    width: 56px;
    height: 32px;
    background-position: -20px -452px;
}

.sprite-vert-fa-arrow-up {
    width: 10px;
    height: 10px;
    background-position: -20px -524px;
}

.sprite-vert-fa-calculator {
    width: 12px;
    height: 16px;
    background-position: -20px -574px;
}

.sprite-vert-fa-map-marker {
    width: 11px;
    height: 17px;
    background-position: -20px -630px;
}

.sprite-vert-fa-phone {
    width: 17px;
    height: 17px;
    background-position: -20px -687px;
}

.sprite-vert-fa-search {
    width: 16px;
    height: 16px;
    background-position: -20px -744px;
}

.sprite-vert-fancybox-close {
    width: 90px;
    height: 23px;
    background-position: -20px -800px;
}

.sprite-vert-fancybox-next {
    width: 60px;
    height: 60px;
    background-position: -20px -863px;
}

.sprite-vert-fancybox-prev {
    width: 60px;
    height: 60px;
    background-position: -20px -963px;
}

.sprite-vert-learn-more {
    width: 10px;
    height: 12px;
    background-position: -20px -1063px;
}

.sprite-vert-rfq {
    width: 26px;
    height: 25px;
    background-position: -20px -1115px;
}

.sprite-vert-tablet-menu-close {
    width: 24px;
    height: 25px;
    background-position: -20px -1180px;
}

.sprite-vert-tablet-menu-close-btn {
    width: 18px;
    height: 18px;
    background-position: -20px -1245px;
}

.sprite-vert-tablet-search {
    width: 16px;
    height: 16px;
    background-position: -20px -1303px;
}

/* ****************************************** CDS */

/* Product listing */

.cds #cds-search-right-container {
	margin-left: 0;
}

/* Faceted search */

#cds-category-list-container { display: none; }

.cds .cds-facet-container {
	margin-top: 20px;
}

.cds #cds-facet-container ul {
    padding-left: 0;
}

.cds #cds-facet-container .cds-attribute-list h4 {
    color: #fff;
    background: #878787;
    padding: 10px;
    font-size: 1.2em;
}

.cds #cds-facet-container .cds-attribute-list h4.collapsed {
    color: #3e3e3e;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,cdcdcd+100 */
    background: #e1e1e1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e1e1e1 0%, #cdcdcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e1e1e1 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e1e1e1 0%,#cdcdcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e1e1e1 0%,#cdcdcd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e1e1e1 0%,#cdcdcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-8 */
}

.cds #cds-facet-container .cds-attribute-value-list input[type="checkbox"] {
    vertical-align: middle;
}

.cds #cds-facet-container ul.cds-attribute-value-list {
    margin: 0.5em 0.75em;
}

.cds .cds-category-list li.cds-category-list-current {
	padding-left: 20px;
}

/* Product listing */

.cds .cds-content {
	clear: both;
}

.cds #cds-product-container .cds-product-list-table thead tr {
    background-color: #878787;
    color: #fff;
    font-size: 0.928571429em;
    text-transform: uppercase;
}

.cds #cds-product-container .cds-product-list-table tbody,
.cds #cds-product-container .cds-product-list-table tbody a {
    color: #000;
}

.cds #cds-product-container .cds-product-list-table tbody a {
    font-weight: bold;
}

.cds #cds-product-container .cds-product-list-table td input[type="checkbox"] {
    margin-top: 0;
}

.cds .cds-product-grid .cds-compare-product-container {

}

.cds .cds-product-grid ul li {
	width: 100%;
}

.cds .cds-product-grid li {
	width: 23%;
	height: auto;
	margin: 1em 2% 0 0;
}

.search .cds-content {
	overflow: auto;
}

/* Compare Page */

.cds #cds-product-compare-table td.label {
	color: #000;
}

/* Product Page */

.cds.product #sidebar-left,
.cds.compare #sidebar-left,
.cds.cart #sidebar-left,
.cds.product #sidebar-right,
.cds.cart #sidebar-right,
.cds.compare #sidebar-right,
.cds.product #quick-contact-wrapper,
.cds.cart #quick-contact-wrapper {
	display: none;
}

.cds.product #main-content,
.cds.compare #main-content,
.cds.cart #main-content {
	width: 100%;
	float: none;
}

.cds #cds-content  #cds-product-image-container {
	width: 48%;
	height: 260px;
    border: 0;
    margin: 0 2% 1em 0;
    min-width: 0;
    border: 1px solid gray;
    text-align: center;
	display: table;
}

#cds-content.cds-product-page .cds-product-cart{
	margin-top: 0;
}

.cds .cds-product-image {
	width: 100%;
	height: 260px;
}

.cds .cds-product-image img {
	max-width: 100%;
    height: auto;
}

.cds #cds-content .cds-product-controls {
	max-width: 48%;
	width: 48%;
}

.cds .cds-product-additional-images {
	clear: none;
	float: left;
}

.cds .cds-product-additional-images-label {
	float: left;
}

.cds .product-rfq-btn {
	clear: left;
}

.cds #cds-add-to-cart-button,
.cds #cds-buy-online-button,
.cds #cds-cart-footer button,
.cds #cds-cart-header button {
	background: #c40202;
	border: 0;
	display: block;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.071428571em;
    font-weight: 700;
    width: 167px;
    height: 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cds #cds-cart-footer button,
.cds #cds-cart-header button {
	margin-top: 10px;
}

.cds #cds-add-to-cart-button:hover,
.cds #cds-buy-online-button:hover,
.cds #cds-cart-footer button:hover,
.cds #cds-cart-header button:hover {
	background: #e90000;
	border: 0;
}

/* CDS Cart */

.cds #cds-cart-header {
    text-align: left;
}

.cds #cds-cart-table thead {
    background-color: #606060;
    color: #fff;
    text-transform: uppercase;
}

.cds #cds-cart-table tbody {
    background-color: #ebebeb;
}

.cds #page-bearing-catalog #main-content.cart {
    width: 100%;
}

.cds #cds-cart-container textarea {
    width: 100%;
}

.cds #cds-cart-table a {
    color: #000;
}

.cds .cds-cart-cell-id {
    width: 25%;
}

.cds .cds-cart-cell-description {
    width: 45%;
}

.cds .cds-cart-cell-quantity {
    width: 15%;
}

.cds .cds-cart-cell-controls {
    width: 15%;
}

.cds #cds-cart-header button {
    background-color: #000;
}

.cds .cds-browse-list li{
	width:33.3% !important;
}

/* Search Results */

/*
#page-root.tpl-4  .search #sidebar-left { display: none; }

#page-root.tpl-4  .search #main-content {
	width: 100%;
	float: none;
}
*/

/* ****************************************** Responsive classes */

.tablet,
.mobile {
	display: none;
}

/* ****************************************** Browser Testing Internet Explorer */

.oldie #primary-nav > li > a{
	padding:0 32px;
}
.oldie #search, .oldie a.calc-btn{
	float:left;
}

.oldie ul.slides li a:hover{
	text-decoration: none;
}

.oldie li.home-bucket{
	width:30.3%;
	float:left;

}
.oldie li.cds-bucket{
	padding:0;
		width:33.3%;
	float:left;
}
.oldie #buckets .landing-bucket{
		width:20.3%;
	float:left;
}

.oldie .footer-links .col-sm-4{
	float:left;
	width:31.3%;
}

.oldie .footer-links-wrapper, #home-buckets-cds-wrapper{
	
}
 #home-buckets-cds-wrapper{
	 width:100%;
 }
 
 .oldie #footer > section{
	 floaT:left;
	 width:100%;
 }
 
.oldie .footer-bottom-wrapper{
	width:75%;
	float:left
}

.oldie .footer-logo{
	width:21%;
	float:right;
	padding-top: 78px;
}
.oldie span#copyright, .oldie .footer-copyright-text .slash, .oldie .footer-copyright-text address, .oldie .footer-copyright-text a{
	float:left;
}
.oldie .footer-copyright-text address{
	line-height: 183px;
}


.usa-flag {
    text-align: center;
}

.cage-code {
    font-weight: bold;
    text-align: center;
}

#usa-cage-code {
    position: absolute;
    display:block;
    right:340px;
    width:150px;
    text-align: center;
}

