/*
Theme Name: Strongwell
Theme URI: http://www.strongwell.com/
Description:
Author: 
Author URI: 
*/



/*
----------------------------------------------------------------------------- 
Sandbox
-----------------------------------------------------------------------------*/

/* Forms Label tweak */

.gform_wrapper .gform_body .ginput_complex label{
	margin: -2px 0 10px;
}

.gform_wrapper .gform_body .ginput_complex {
	margin-bottom: -10px;
}

/* Design Manual tweak */

div.DOC_TYPE_PICKER {
    position: absolute;
    right: 0;
    top: -110px;
}

/* News Page pagination */

.wp-pagenavi{
margin-top: 30px;
text-transform: uppercase;
}

.wp-pagenavi span.pages{
display: block;
float: right;
margin-top: 6px;
clear: both;
font-size: 12px;
}

.wp-pagenavi a.page,
.wp-pagenavi span.current{
display: block;
float: left;
background: #F2331A;
text-align: center;
color: #FFF;
padding: 6px 8px 4px 8px;
margin-right: 8px;
box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.wp-pagenavi span.current{background: #FFF; color: #000;}
a.nextpostslink{margin-left: 20px;}

a.nextpostslink,
a.last{
display: block;
float: left;
padding: 6px 10px 6px 14px;
background: #F2331A;
color: #FFF;
font-size: 12px;
margin-right: 6px;
box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

span.extend{display: none;}

/* Table Style */

table.association-memberships{border-collapse:collapse;width: 100%; margin: 0 auto 50px auto;}
table.association-memberships img{display: block; margin: 0 auto 0 auto;}
table.association-memberships td{padding: 15px 0px; background: #FFF;}
table.association-memberships tr:first-child td{padding-top: 40px;}
table.association-memberships tr:last-child td{padding-bottom: 50px;}
table.association-memberships td.column-1{padding-left: 7%;}
table.association-memberships td.column-2{padding-right: 7%;}

@media only screen and (max-width: 700px) {
  table.association-memberships img{
    display: block;
  	width: 80%;
    height: auto;
  }
  .blackOverlay { z-index: 1 !important; display: none !important; }
  body.home.userLoggedIn .main-navigation { top: 28px !important; }
}


table.certifications{border-collapse:collapse;width: 100%; margin-bottom: 50px;}
.certifications td{vertical-align: top; margin: 0; padding: 40px 10px 40px 10px;}
.certifications td.column-2{ padding-right: 20px; padding-left: 40px; }
.certifications img{display: block; margin: 10 10 10 10;}

@media only screen and (max-width: 700px) {
  table.certifications img{
    width: 50px;
    display: block;
    height: auto;
  }
  table.certifications td{
  padding-top: 30px;
  padding-bottom:10px;
  }
  table.certifications td.column-2{
  	padding-left: 20px;
  	padding-right: 10px;
  }
  table.certifications tbody h2{
  	font-size: 16px;
    line-height: 18px;
  }
}

table.certifications tr{border-bottom: 10px solid #e9e9e9;}
table.certifications h2{
	font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

table.fabrication-worksheets{border-collapse:collapse;width: 100%;}
.fabrication-worksheets td{vertical-align: top;margin: 0;padding: 0 0 0 0;width: 30%;}
.fabrication-worksheets td img{display: block;width: 90%;}
.fabrication-worksheets h3{font-size: 12px;line-height: 14px;font-weight: normal;padding-right: 10%;margin-bottom: 20px;}

table.special-offers{width: 85%; align: center; text-align: center; border-collapse: collapse; background-color: white; border: 2px solid #999;}
.special-offers th {font: 14px/28px 'UniversLTStd-XBlack', Arial, Helvetica, sans-serif;font-weight: normal;color: #ee2e24;text-transform: uppercase;letter-spacing: .5px;}
.special-offers td{border: 1px solid #999; padding:10px; margin:0px;}
.special-offers p{font-size: 9px !important;}
.special-offers a {
	font-family: "UniversLTStd-Bold",Arial,Helvetica,sans-serif;
  	letter-spacing: 0.6px;
  	text-decoration: underline;
  	transition: all 0.1s ease-in-out 0s;
}
	


/* Debug Div */

div#debug{
position: fixed;
bottom: 0;
left: 0;
background: #FFC;
padding: 20px;
}

/* Menu Mods */
@media only screen and (min-width: 700px) {
	/*
	#main-nav #drop-products{left: 0;}
	#main-nav #drop-markets{left: auto;}
	#main-nav #drop-reference{left: auto;}
	*/
	li.has-drop.root { position: relative; }
	#main-nav #drop-products, #main-nav #drop-markets, #main-nav #drop-reference { left: 0; }
	#main-nav #drop-products, #main-nav #drop-markets { width: 828px; }
	#main-nav #drop-products .products, #main-nav #drop-markets .products { width: 812px; height: 440px; }
	#main-nav #drop-reference { width: 422px; }
	#main-nav #drop-reference .products { width: 406px; height: 352px; }
}

/* 404 Error */

.four-oh-error{
  text-align: center;
  padding-top: 40px;
}

.four-oh-error h1{
  color: #ee2e24;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.four-oh-error h2{
  font-size: 85px;
  font-weight: normal;
  font-family: 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.four-oh-error p{
  color: #ee2e24;
  font-family: 'UniversLTStd-Black', Arial, Helvetica, sans-serif; 
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0px;
  width: 70%;
  margin: 0 auto 30px auto;
}

.four-oh-error ul{
  width: 20%;
  margin: 50px auto 100px auto;
  text-align: left;
  padding: 0;
}

.four-oh-error ul li{
  list-style-type: none;
}

.four-oh-error ul a{
  background: url("http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile.png") no-repeat scroll 0 50% transparent;
  display: block;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 620px) {
	.four-oh-error h2{font-size: 45px;}
	.four-oh-error p{ font-size: 14px; padding: 15px 0;}
	.four-oh-error ul{width: 39%;}  
}


/* News Mods */

div.news-post{
	background: #FFF;
	padding: 20px 20px;
	margin-bottom: 10px;
}

div.news-post .image{
	margin: 0 20px 0 0;
}

div.news-post .text h2 a{
	margin-right: 20px;
	display: block;
	font-size: 18px;
	line-height: 22px;
}

div.news-post a:hover{
	text-decoration: none;
	color: #EE2E24;
}

.side-nav a strong{
	font-weight: normal;
}

div.news strong{
    font-family: UniversLTStd-Black, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.news div.wp-caption{
  background-color: #FFF;
  border: 1px solid #DDDDDD;
  padding: 10px;
/*  width: auto !important;*/
}

/* Images without Caption aligned Left*/
.news img.alignleft{
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    margin: 0 40px 30px 0;
}

/* Images without Caption aligned Right*/
.news img.alignright{
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    float: right;
    margin: 0 0 30px 40px;
}

/* Images with Caption aligned right*/
.news div.alignright{
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    float: right;
    margin: 0 40px 10px 0;
}

.news div.wp-caption.alignright{margin: 10px 10px 10px 30px;}

.news p.wp-caption-text{
  line-height: 12px;
  font-size: 10px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 10px 0 0px 5px;
}

/* Images with Caption aligned left*/

.news div.alignleft{
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  margin: 0 40px 20px 0;
/*  width: auto !important;*/
}


h1.news{
	color: #000;
	font: 32px/37px 'UniversLTStd-Black',Arial,Helvetica,sans-serif;
	margin: 0 0 20px;
	text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.13);
	text-transform: none;
	background: none;
}


/* Form Mods */



div.gform_heading h3.gform_title{
	font-size: 47px;
  line-height: 46px;
  text-shadow: 2px 3px 0 rgba(0,0,0,0.2);
  text-transform: uppercase;
  color: #EE2E24;
  font-family: 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

div.gform_wrapper ul li.gfield{
margin: 15px 0;
}
.gform_wrapper li.gsection.gfield{
margin: 60px 0 20px 0;
}

.gform_wrapper .top_label label.gfield_label{
	font-weight: normal;
	font-family:'UniversLTStd-Bold',Arial,Helvetica,sans-serif;
}
.gform_wrapper .gform_body .gsection .gfield_label, 
.gform_wrapper .gform_body h2.gsection_title, 
.gform_wrapper .gform_body h3.gform_title{font-weight: normal;}

.gform_wrapper .gform_body li.gsection.gfield{
margin-top: 80px;
}

.gform_wrapper li.gfield input{
    border: 1px solid #DDDDDD;
    font-size: 16px;
    line-height: 16px;
    padding: 9px 2px 6px 6px;
}

.gform_wrapper li.gfield input:focus{
  background: #FFC;
}

/* end Form Mods */

div.aligncenter{
    margin: 0 -48px 40px -45px;
    width: auto !important;
    position: relative;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
}

div.aligncenter:after{
		background: url("http://www.strongwell.com/wp-content/themes/strongwell/images/bg-arrow-visual.png") no-repeat scroll 0 0 transparent;
    bottom: -12px;
    clear: both;
    content: "";
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 12px;
}

div.aligncenter img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

div.aligncenter p.wp-caption-text{
    background: none repeat scroll 0 0 rgba(238, 46, 36, 0.8);
    bottom: 0;
    color: #FFFFFF;
    float: right;
    font: 10px/39px 'UniversLTStd-Black',Arial,Helvetica,sans-serif;
    padding: 0 18px;
    position: absolute;
    right: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .8px;
}
@media only screen and (max-width: 820px) {
	div.aligncenter{
		margin: 0 -27px 30px -24px;
	}
}
/*
----------------------------------------------------------------------------- 
Sandbox
-----------------------------------------------------------------------------*/


* {-webkit-text-size-adjust:none;}
html,
body{
	margin:0;
	height:100%;
}
body{
	color:#282726;
	font:16px/22px 'UniversLTStd', Arial, Helvetica, sans-serif;
	background:#fff url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-body.png);
	min-width:320px;
}
/* fonts *
@font-face {
	font-family: 'UniversLTStd';
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd.eot');
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd.ttf') format('truetype'), url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UniversLTStd-Black';
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Black.eot');
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Black.ttf') format('truetype'), url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UniversLTStd-Cn';
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Cn.eot');
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Cn.ttf') format('truetype'), url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Cn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UniversLTStd-BoldCn';
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-BoldCn.eot');
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-BoldCn.ttf') format('truetype'), url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-BoldCn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UniversLTStd-Bold';
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Bold.eot');
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Bold.ttf') format('truetype'), url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UniversLTStd-XBlack';
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-XBlack.eot');
	src: url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-XBlack.ttf') format('truetype'), url('http://www.strongwell.com/wp-content/themes/strongwell/fonts/UniversLTStd-XBlack.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* fonts NEW */
@font-face {
	font-family: "UniversLTStd";
	src: url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd.eot");
	src: local("☺"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd.woff") format("woff"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "UniversLTStd-XBlack";
	src: url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-XBlack.eot");
	src: local("☺"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-XBlack.woff") format("woff"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-XBlack.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "UniversLTStd-Black";
	src: url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Black.eot");
	src: local("☺"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Black.woff") format("woff"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Black.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "UniversLTStd-Bold";
	src: url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Bold.eot");
	src: local("☺"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Bold.woff") format("woff"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "UniversLTStd-BoldCn";
	src: url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-BoldCn.eot");
	src: local("☺"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-BoldCn.woff") format("woff"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-BoldCn.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "UniversLTStd-Cn";
	src: url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Cn.eot");
	src: local("☺"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Cn.woff") format("woff"), url("http://www.strongwell.com/wp-content/themes/strongwell/fonts_new/UniversLTStd-Cn.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* common parts */
a{
	color:#282726;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration:underline;}
p{margin:0 0 15px;}
img{
	border-style:none;
	vertical-align:top;
}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside{display: block;}
figure{
	margin:0;
	padding:0;
}
input[type=text], input[type=password], input[type=submit], textarea{-webkit-appearance:none;}
/* styles */
#main-wrapper{
	width:100%;
	/*min-height:100%;*/
	position:relative;
	overflow:hidden;
}
/* header */
#header{
	background:#fff;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:73px;
	z-index:990;
}

#header:after{
	content:'';
	display:block;
	clear:both;
}
.header-holder{
	margin:0 auto;
	max-width:960px;
	position:relative;
	z-index:1;
	padding:9px 5px 11px;
}
.header-holder:after{
	content:'';
	display:block;
	clear:both;
}
.header-holder .logo{
	margin:9px 10px 0 -3px;
	float:left;
	width:284px;
	height:44px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.header-holder .logo a{
	display:block;
	height:100%;
}
.header-holder .top-section{
	margin-left:10px;
	float:right;
}
#header .top-link{
	float:left;
	margin:4px 0 0 0;
	padding: 0 15px;
	border-right:1px #000 solid;
	font:10px/17px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
#header .miu{
	float: left;
	width: 88px;
	background: url(http://www.strongwell.com/wp-content/themes/strongwell/images/header-made-in-usa.gif) no-repeat center center;;
	text-indent: -20000px;
	padding: 0 15px;
}
#header .top-link a{color:#000;}
.search-form{
	float:left;
	padding:5px 8px 5px 16px;
	width:167px;
	height:14px;
	background:#ebebeb;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	overflow:hidden;
}
.search-form a.opener{display:none;}
.search-form .btn{
	float:right;
	margin:0 5px 0 0;
	padding:0;
	width:14px;
	height:14px;
	border:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat 0 1px;
}
.search-form .btn:hover {
    cursor: pointer;
}
.search-form .text{
	margin:0;
	float:right;
	width:142px;
	font:10px/12px Arial, Helvetica, sans-serif;
	height:12px;
	border:0;
	color:#9a9a9a;
	background:none;
}
.search-form .text2{display:none;}

/* main navigation */
.main-navigation{
	width:100%;
	background:#fff;
	height:55px;
	position:fixed;
	top:73px;
	left:0;
	width:100%;
	z-index:988;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
}
.inner-page .main-navigation{
	box-shadow:0 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 5px 0 rgba(0,0,0,0.1);
}
.main-navigation .nav-holder{
	margin:0 auto;
	padding:0 5px;
	max-width:960px;
	position:relative;
	z-index:20;
}
.main-navigation .nav-holder .nav-opener{display:none;}
#main-nav{
	margin:0 -13px;
	position:relative;
}
.main-navigation:after,
#main-nav ul:after{
	content:'';
	display:block;
	clear:both;
}
#main-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
}
#main-nav ul li{float:left;}
#main-nav ul li.secondary{display:none;}
#main-nav a{
	float:left;
	padding:0 12px 6px;
	font:14px/32px 'UniversLTStd-Cn', Arial, Helvetica, sans-serif;
	color:#282726;
}
#main-nav li.has-drop:hover a,
#main-nav li.has-drop.active a{
	background:#fff;
	text-decoration:none;
	box-shadow:1px 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 0 2px rgba(0,0,0,0.3);
	position:relative;
	z-index:10;
}
#main-nav li>a>span{
	padding-right:10px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow01.png) no-repeat 100% 6px;
	text-transform: uppercase;
}
#main-nav li#menu-item-2607 span{ background: none; padding-right: 0px; }
#main-nav li a.bold{font-family:'UniversLTStd-Cn', Arial, Helvetica, sans-serif;}
#main-nav .drop{
	position:absolute;
	z-index:900;
	top:38px;
	left:0;
	background:#fff;
	box-shadow:1px 3px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 3px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 3px 2px rgba(0,0,0,0.3);
	display:none;
	overflow:hidden;
}
#main-nav .drop .drop-title{display:none;}
#main-nav li.hover .drop{display:block;}
#main-nav .drop .products{
	padding:38px 24px 30px 6px;
	overflow:hidden;
}
#main-nav .drop .products ul{
	margin-left:3px;
	float:left;
	width:200px;
}
#main-nav .drop .products ul li{
	margin-bottom:3px;
	width:100%;
	overflow:hidden;
}
#main-nav .products .item{
	background:#f9f9f9;
	overflow:hidden;
}
#main-nav .products .item a{
	display:block;
	float:none;
	font-size:12px;
	line-height:14px;
	background: #f9f9f9 !important;
	padding:12px 10px 14px 13px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	overflow:hidden;
}
#main-nav .products .item a:hover,
#main-nav .products .item a:hover span.name{
	text-decoration:none;
	background:#ee2e24 !important;
	color:#fff;
}
#main-nav .products img{
	margin-right:8px;
	float:left;
}
#main-nav .products .info{
	display:block;
	overflow:hidden;
}
#main-nav .products .trademark{
	display:block;
	color:#ee2e24;
	text-transform: uppercase;
}
#main-nav .products .trademark span{
	font-weight:normal;
	color:#000;
}
#main-nav .products .name{
    color: #3A3A3A;
    display: block;
    font-family: UniversLTStd-BoldCn;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}
#main-nav .drop .links{
	margin:0;
	padding:0;
	list-style:none;
	width:300px;
	overflow:hidden;
}
#main-nav .drop .links li{
	border-top:1px #c2c2c2 solid;
	width:100%;
	vertical-align:top;
	overflow:hidden;
}
#main-nav .drop .links li:first-child{border:0;}
#main-nav .drop .links a{
	display:block;
	float:none;
	padding:0 22px 0 0;
	font:14px/20px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	background:none;
}
#main-nav .drop .links a span{
	display:block;
	float:none;
	padding:10px 25px 10px 20px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04-mobile.png) no-repeat 100% 50%;
}
#main-nav .drop .links a .title{
	font-weight:normal;
	line-height:14px;
	text-transform:uppercase;
	display:block;
}
#main-nav .drop .links a:hover,
#main-nav .drop .links a.hover{
	text-decoration:none;
	background:#ee2e24;
	color:#fff;
}
#main-nav .drop .links a:hover span,
#main-nav .drop .links a.hover span{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile.png) no-repeat 100% 50%;}

#main-nav .menu-item.root:hover a{
	background:#fff;
	text-decoration:none;
	box-shadow:1px 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 0 2px rgba(0,0,0,0.3);
	position:relative;
	z-index:10;
}
#main-nav .menu-item{
	position: relative;
}
#main-nav .menu-item UL{
	display:none;
}
#main-nav .menu-item:hover UL{
	position:absolute;
	z-index:900;
	top:38px;
	left:0;
	background:#fff;
	box-shadow:1px 3px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 3px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 3px 2px rgba(0,0,0,0.3);
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	width:300px;
}
#main-nav .menu-item LI{
	border-top:1px #c2c2c2 solid;
	width:100%;
	vertical-align:top;
	overflow:hidden;
}
#main-nav .menu-item LI:first-child{border:0;}
#main-nav .menu-item LI a{
	display:block;
	float:none;
	padding:0 22px 0 0;
	font:14px/20px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	background:none;
	text-decoration: none;
}
#main-nav .menu-item LI a span{
	display:block;
	float:none;
	padding:10px 25px 10px 20px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04-mobile.png) no-repeat 100% 50%;
}
#main-nav .menu-item LI A:hover{
	text-decoration:none;
	background:#ee2e24 !important;
	color:#fff !important;
}
#main-nav .menu-item LI a:hover span{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile.png) no-repeat 100% 50%;}



/* content */
#content{padding-top:128px;}
/* home banner */
.home-banner{
	margin:-11px 0 68px;
	padding-bottom:5px;
	background:rgba(0,0,0,0.3);
	width:100%;
}
.home-banner:after{
	content:'';
	display:block;
	clear:both;
}
.home-banner .banner-gallery{
	width:100%;
	background:#fff;
	position:relative;
	float:left;
}
.home-banner .banner-gallery .text{
	margin:0 auto;
	color:#fff;
	font-size:17px;
	line-height:21px;
	/*max-width:960px;*/
	padding:0 5px;
}
.home-banner .banner-gallery .text a{color:#fff;}
.home-banner .banner-gallery .wrapp{
	width:100%;
	margin-bottom:-75px;
	position:relative;
	overflow:hidden;
}
.home-banner .banner-gallery .bg{
	width:100%;
	padding:11px 0  116px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-home-banner.jpg) repeat-x 50% 11px;
	position:relative;
	height:296px;
	overflow:hidden;
}

.home-banner .column{
	width: 45%;
	max-width: 465px;
	padding-left: 50px;
}

.home-banner .item{
	max-width:100%;
	float:left;
	position:relative;
}
.home-banner .image{
	position:absolute;
	top:2px;
	right:0px;
	width:58%;
	overflow: hidden;
}
.home-banner .image img{
	display:block;
	max-width:100%;
	height: auto;
}
.home-banner h1{
	margin:35px 0 27px;
	font:68px/66px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	text-shadow:3px 5px 2px rgba(0,0,0,0.4);
}
.home-banner p{margin:0 0 38px;}
a.btn-red{
	display:inline-block;
	vertical-align:top;
	background:#ef372d;
	color:#fff;
	padding:0 23px;
	font:14px/35px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
a.btn-red:hover{text-decoration:none;}
.home-banner a.btn-red{
	padding:0 20px 0 40px;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width:335px;
	font-size:18px;
	line-height:43px;
}
a.btn-red span{
	display:inline-block;
	vertical-align:top;
	padding-right:17px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04.png) no-repeat 100% 50%;
}
.home-banner a.btn-red span{
	padding-right:32px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow02.png) no-repeat 100% 50%;
}
.home-banner .control{
	position:absolute;
	top:305px;
	right:0;
	width:30%;
}
.home-banner .control .switcher{
	float:left;
	background:rgba(0,0,0,0.5);
	padding:11px 21px 9px 0;
	overflow:hidden;
}
.home-banner .control a{
	margin-left:21px;
	float:left;
	width:12px;
	height:12px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -20px 0;
	overflow:hidden;
}
.home-banner .control a.active{background-position:-40px 0;}
.home-banner .bottom-bar{
	margin:0 auto;
	max-width:960px;
	padding:28px 5px 22px;
	position:relative;
	z-index:10;
	overflow:hidden;
}
.home-banner .bottom-bar .link-all{
	float:right;
	padding:3px 0 3px 29px;
	margin-left:10px;
	font:14px/18px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	border-left:1px #000 solid;
}
.home-banner .bottom-bar .link-all a{
	color:#ee2e24;
	padding-right:18px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03.png) no-repeat 100% 50%;
}
.home-banner .bottom-bar h3{
	margin:4px 0;
	font:12px/16px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
}
.home-banner .bottom-bar p{
	margin:0 0 0 29px;
	padding:4px 0 4px 24px;
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	line-height:16px;
	border-left:1px #000 solid;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.promo-gallery{
	margin-bottom:58px;
	width:100%;
	background:rgba(255,255,255,0.7);
	box-shadow:0 4px 0px rgba(0,0,0,0.25), 0 -1px 4px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 4px 0px rgba(0,0,0,0.25), 0 -1px 4px rgba(0,0,0,0.05);
	-moz-box-shadow:0 4px 0px rgba(0,0,0,0.25), 0 -1px 4px rgba(0,0,0,0.05);
	position:relative;
	overflow:hidden;
}
.promo-gallery .info-holder{
	float:left;
	width:38.66%;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-info-promo.png) no-repeat 100% 0;
	min-height:279px;
}
.promo-gallery .gallery-holder{
	float:left;
	width:61.34%;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-gallery-promo.png) no-repeat;
	min-height:279px;
}
.promo-gallery .box{
	margin:44px 60px 0 0;
	position:absolute;
	z-index:1;
	top:0;
	left:50%;
	margin-left:-490px;
	width:250px;
	color:#231f20;
}
.promo-gallery .box2{margin-top:34px;}
.promo-gallery h1{
	margin:0 0 16px;
	font:24px/27px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#282726;
}
.promo-gallery .box2 h1{margin-bottom:13px;}
.promo-gallery p{margin:0 0 30px;}
.promo-gallery .box2 p{margin-bottom:23px;}
.promo-gallery .prom-gallery{
	width:100%;
	height:279px;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.promo-gallery .prom-gallery .control{display:none;}
.promo-gallery .prom-gallery .wrapp{
	padding:25px 0 14px;
	overflow:hidden;
	position: relative;
	z-index: 5;
}
.promo-gallery .prom-gallery .bg{width:2270px;}
.promo-gallery .prom-gallery .item{
	width:197px;
	padding: 0 15px;
	float:left;
}
.promo-gallery .prom-gallery .image,
.promo-gallery .prom-gallery .red-text{
	margin:0 30px 0 0;
	width:197px;
	height:197px;
	padding-bottom:9px;
}

.promo-gallery .prom-gallery .image a{
	display: block;
  width: 145px;
  height: 149px;
  position: relative;
	background:rgba(239,55,45,0.94);
	color:#fff;
	padding:24px 26px;
  text-decoration: none;
}

.promo-gallery .prom-gallery .image img{
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s ease-in-out 0s; 
  z-index: 100;
}

.promo-gallery .prom-gallery .image a:hover img{
	opacity: 0;
  transition: all .2s ease-in-out 0s;
}

.promo-gallery .prom-gallery .image h2{
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
  font-family: 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
  letter-spacing: .3px;
}

.promo-gallery .prom-gallery .item span.caption{display:none;}
.promo-gallery .prom-gallery .image.shadow,
.promo-gallery .prom-gallery .red-text.shadow,
.promo-gallery .prom-gallery .image{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-shadow.png) no-repeat 0 100%;}


.promo-gallery .prom-gallery .red-text .hold{
	padding:24px 26px;
	width:145px;
	height:149px;
	background:rgba(239,55,45,0.94);
	color:#fff;
}
.promo-gallery .prom-gallery .red-text a{color:#fff;}
.promo-gallery .prom-gallery .red-text a:hover{text-decoration:none;}
.promo-gallery .prom-gallery .red-text .title{
	margin-bottom:10px;
	display:block;
	font:23px/23px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	min-height:107px;
}
.promo-gallery .prom-gallery .btn-black{
	display: block;
	vertical-align: top;
	padding: 0 20px;
	background: #231f20;
	font: 11px/26px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 30px;
  left: 24px;
}
.promo-gallery .box .btn-red, .btn-black { cursor: pointer; }
.promo-gallery .prom-gallery .btn-black span{
	display:inline-block;
	vertical-align:top;
	padding-right:14px;
	height:26px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05.png) no-repeat 100% 10px;
}
.scroll-hold{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:6;
}
.scroll-hold .scroll{
	margin:0 48px;
	height:20px;
	padding:5px 0 4px;
	background:rgba(29,29,29,0.1);
}
.scroll-hold .slider{
	display:block;
	width:87px;
	height:20px;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.promo-gallery .left-shadow,
.promo-gallery .right-shadow{
	position:absolute;
	top:0;
	left:48px;
	width:37px;
	height:279px;
	z-index:4;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg2-shadow.png) no-repeat;
}
.promo-gallery .right-shadow{
	left:auto;
	right:48px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg2-shadow-right.png) no-repeat;
}
.promo-gallery .prom-gallery .prev,
.promo-gallery .prom-gallery .next{
	position:absolute;
	left:0;
	top:0;
	width:48px;
	height:279px;
	z-index:7;
	background:rgba(239,55,45,0.9);
}
.promo-gallery .prom-gallery .next{
	left:auto;
	right:0;
}
.promo-gallery .prom-gallery .prev span,
.promo-gallery .prom-gallery .next span{
	display:block;
	margin:120px 0 0 13px;
	width:22px;
	height:36px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat 0 -20px;
	text-indent:-9999px;
	overflow:hidden;
}
.promo-gallery .prom-gallery .next span{background-position:-30px -20px;}
.promo-gallery .prom-gallery .prev.disabled,
.promo-gallery .prom-gallery .next.disabled{background:rgba(226,226,226,0.9);}
.promo-gallery .gallery-item {float: left;}
.promo-gallery .empty-item {width: 60px;float: left;overflow: hidden;text-indent:-9999px;}
.main-container{
	padding:0 5px;
	max-width:960px;
	margin:0 auto;
}
.three-blocks{
	padding:0;
	width:100%;
	overflow:hidden;
}
.three-blocks .image-box{
	margin-bottom:17px;
	width:301px;
	height:328px;
	float:left;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/img09.jpg) no-repeat;
}
.three-blocks .image-box h2{
	margin:29px 25px 0;
	min-height:231px;
	font:26px/32px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#fff;
}
.three-blocks .image-box .btn-holder{
	width:100%;
	overflow:hidden;
}
.three-blocks .image-box .btn-red{
	float:right;
	padding:0 17px;
	font-size:10px;
	line-height:34px;
	text-align:right;
	width:208px;
}
.three-blocks .image-box .btn-red span{
	padding-right:12px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04.png) no-repeat 100% 50%;
}
.three-blocks .quotes-box{
	margin:0 16px 17px;
	width:266px;
	min-height:306px;
	background:#282726;
	background:#282726 url(http://www.strongwell.com/wp-content/themes/strongwell/images/icon-quotes.png) no-repeat 17px 51px;
	color:#fff;
	float:left;
	padding:22px 30px 0;
}
.three-blocks .quotes-box a{color:#fff;}
.three-blocks .quotes-box h2{
	margin:0 0 30px;
	font:26px/32px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.three-blocks .quotes-gallery{
	width:100%;
	position:relative;
	min-height:200px;
}
.three-blocks .quotes-gallery .wrapp{
	width:100%;
	position:relative;
	min-height:196px;
	padding-bottom:10px;
	overflow:hidden;
}
.gallery .frame{
	width:99999px;
	position:relative;
}
.three-blocks .quotes-gallery .item{
	width:266px;
	float:left;
}
.three-blocks .quotes-gallery blockquote{
	margin:0;
	padding:0 0 0 19px;
	font-size:16px;
	line-height:19px;
}
.three-blocks .quotes-gallery cite{
	display:block;
	margin-bottom:10px;
	font:10px/12px 'UniversLTStd', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.three-blocks .quotes-gallery q{quotes:none;}
.three-blocks .quotes-gallery cite strong{font:10px/12px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;}
.three-blocks .quotes-gallery .control{
	width:100%;
	text-align:center;
}
.three-blocks .quotes-gallery .control a{
	margin:0 5px;
	display:inline-block;
	vertical-align:top;
	width:9px;
	height:9px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -60px -20px;
	overflow:hidden;
}
.three-blocks .quotes-gallery .control a.active{background-position:-80px -20px;}
.three-blocks .link-box{
	margin:0 0 17px;
	float:left;
}
.three-blocks .link-box .row{
	margin-top:19px;
	padding:32px 0 31px 26px;
	background:#282726;
	overflow:hidden;
	display:inline-block;
	width:285px;
}
.three-blocks .link-box .row:first-child{margin:0;}
.three-blocks .link-box .btn-red{
	padding:0 0 0 26px;
	font-size:16px;
	line-height:34px;
	width:274px;
}
.three-blocks .link-box .btn-red span{
	padding-right:20px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow06.png) no-repeat 100% 50%;
}
/* two columns content */
.twocolumns-content{
	margin:0 auto;
	width:100%;
	max-width:960px;
}

/* one column content */
.onecolumn-content{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

.manual-list-content .twocolumns-content.wide-content,
.manual-detail-content .twocolumns-content.wide-content {
	max-width: none !important;
}

.twocolumns-content:after{
	content:'';
	display:block;
	clear:both;
}
.twocolumns-content .sidebar{
	padding-top:71px;
	width:273px;
	float:left;
}
/* secondary navigation */
.side-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	width:232px;
}
.side-nav ul li{
	width:230px;
	margin:0 0 14px;
	background:#fff;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1), 0 -1px 3px rgba(0,0,0,0.03);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1), 0 -1px 3px rgba(0,0,0,0.03);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1), 0 -1px 3px rgba(0,0,0,0.03);
	overflow:hidden;
}
.side-nav a{
	display:block;
	font:14px/16px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	color:#282726;
	padding-right:20px;
}
.side-nav .active a{
	background:#323232;
	color:#fff;
}
.side-nav a span{
	display:block;
	padding:8px 10px 8px 22px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile.png) no-repeat 100% 50%;
}
.side-nav a .title{
	font-weight:normal;
	line-height:14px;
	font-family:'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#ee2e24;
	text-transform:uppercase;
	display:block;
}
.side-nav a.hover .title,
.side-nav a:hover .title,
.side-nav .active .title{color:#fff;}
.side-nav a:hover,
.side-nav a.hover{
	background:#ef372d;
	text-decoration:none;
	color:#fff;
}
.side-nav a:hover span,
.side-nav a.hover span{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow02-mobile.png) no-repeat 100% 50%;}
/* main content */
.twocolumns-content .main-content, 
.onecolumn-content .main-content{
	background:rgba(0,0,0,0.03);
	overflow:hidden;
	padding-bottom: 40px;
}
.main-content .main-holder{padding:88px 36px 20px;}
.main-content .main-holder2{padding:20px 36px 20px;}
.page-title{
	margin:0 0 30px;
	font:14px/20px 'UniversLTStd-XBlack', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#ee2e24;
	text-transform:uppercase;
	letter-spacing: .5px;
}
.page-title.black{color:#323232;}
.page-title .arrow{
	padding-right:17px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile.png) no-repeat 100% 0px;
}
.page-title a{color:#ee2e24;}
.faq-block{
	font-size:16px;
	line-height:26px;
}
.faq-blockp{margin:0 0 16px;}
.top-title-text{
	font-size:20px;
	line-height:28px;
	margin:0 20% 20px 0;
	overflow:hidden;
}
.top-title-text p{margin:0 0 20px;}
.faq-block .title-row,
.faq-block .text-row{
	width:100%;
	overflow:hidden;
}
.faq-block .title-row{margin-bottom:5px;}
.faq-block .red{
	background:none;
	margin-right:5px;
	width:44px;
	float:left;
	font:24px/30px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#ee2e24;
}
.faq-block .text,
.faq-block h2{
	overflow:hidden;
}
.faq-block .text-row .text{padding:5px 0 7px;}
.faq-block h2{
	margin:0;
	font:24px/30px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.data-slide{
	padding:0 7px 20px 0;
	overflow:hidden;
}
.data-slide .slide-block{margin-bottom:14px;}
.data-slide .slide-block .heading{
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	position:relative;
}
.data-slide .slide-block .opener{
	display:block;
	background:#323232;
	font:20px/22px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	color:#fff;
	padding:17px 60px 12px 34px;
	position:relative;
	text-decoration:none !important;
}
.data-slide .slide-block .opener:after{
	content:'';
	display:block;
	clear:both;
	position:absolute;
	top:13px;
	right:27px;
	width:24px;
	height:24px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -100px 0;
	overflow:hidden;
}
.data-slide .slide-block.slide-opened .opener{background-color:#ee2e24;}
.data-slide .slide-block.slide-opened .opener:after{background-position:-130px 0;}
.data-slide .slide-block .slide{
	background:#fff;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	margin-bottom:25px;
	overflow:hidden;
}
.data-slide .slide-block .text-hold{padding:20px 30px 5px;}
.data-slide .slide-block .links-table{padding:36px 0 40px;}
.links-table .links-title{
	padding:0 69px 10px 46px;
	overflow:hidden;
}
.links-table .links-title strong{
	font:11px/16px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ee2e24;
}
.links-table .links-title .title,
.links-table .links .title{
	float:left;
	margin-right:5%;
	width:55.4%;
}
.links-table .links-title .date,
.links-table .links .date{
	float:left;
	width:39.6%;
}
.links-table .links{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.links-table .links li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
}
.links-table .links a{
	display:block;
	color:#737373;
	font-size:14px;
	line-height:20px;
	padding:0 39px 0 33px;
}
.links-table .links a:hover{background:#f3f3f3;}
.links-table .links .hold{
	display:block;
	border-bottom:1px #e8e8e8 solid;
	padding:8px 30px 8px 13px;
	position:relative;
	overflow:hidden;
}
.links-table .links .title{
	font:18px/20px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	color:#000;
}
.links-table .links .hold:before{
	content:'';
	display:block;
	clear:both;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:16px;
	width:9px;
	height:14px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.main-content.sign-in .page-title{margin-bottom:22px;}
.sign-in-form{padding:0 12px 0 0;}
.sign-in-form h1{
	margin:0 0 25px;
	font:41px/44px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.sign-in-form .text-row{padding-bottom:14px;}
.sign-in-form .text-row input.text{
	margin:0;
	font:24px/30px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	color:#323232;
	padding:14px 33px 10px;
	background:#fff;
	border:0;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sign-in-form .box-row{
	padding:24px 0 52px;
	width:100%;
	overflow:hidden;
}
.sign-in-form .box-row input{
	margin:2px 20px 2px 5px;
	padding:0;
	width:16px;
	height:16px;
	float:left;
}
.sign-in-form .box-row label{
	display:block;
	font:16px/20px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	color:#323232;
	overflow:hidden;
}
.sign-in-form .buttons{padding-bottom:45px;}
.sign-in-form .buttons .btn{
	margin-right:18px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	background:#ee2e24;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
}
.sign-in-form .buttons .btn input{
	display:inline-block;
	vertical-align:top;
	padding:0 46px 0 30px;
	height:43px;
	font:18px/43px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#fff;
	border:0;
	background:none;
	position:relative;
	z-index:2;
	cursor:pointer;
}
.sign-in-form .buttons .btn:before{
	content:'';
	display:block;
	padding:0;
	clear:both;
	position:absolute;
	top:16px;
	right:27px;
	width:9px;
	height:14px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow02-mobile.png) no-repeat;
	z-index:1;
	overflow:hidden;
}
.sign-in-form .link{
	display:inline-block;
	vertical-align:top;
	margin:10px 0 0 19px;
	padding-left:19px;
	border-left:1px #000 solid;
}
.sign-in-form .link a{
	color:#323232;
	font-size:14px;
	line-height:25px;
}
.sign-in-form .notes{
	font-size:12px;
	line-height:18px;
	margin-right:20%;
}
.sign-in-form .notes p{margin:0 0 18px;}
.manual-list{
	margin:0 12px 20px 4px;
	background:#fafafa;
	padding:6px 35px 10px 31px;
	position:relative;
}
.manual-list .link-collapse,
.manual-detail .link-collapse{
	position:absolute;
	top:-45px;
	right:0;
	width:45px;
	height:45px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -160px 0;
	overflow:hidden;
}
.manual-list .links-table .links .title{font-size:14px;}
.manual-list .links-table .links{border-top: 1px solid #e8e8e8;}
.manual-list .links-table .links-title,
.manual-list .links-table .links a .hold{padding:5px 28px 6px 14px;}
.manual-list .links-table .links-title{padding-bottom:7px;}
.manual-list .links-table .links a{padding:0;}
.manual-list .links-table .links-title .title,
.manual-list .links-table .links .title {width: 60%;}
.manual-list .links-table .links-title .date,
.manual-list .links-table .links .date {width: 35%;}
.twocolumns-content.wide-content{max-width:1420px;}
.twocolumns-content.wide-content .manual-list .link-collapse,
.twocolumns-content.wide-content .manual-detail .link-collapse{background-position:-210px 0;}
.manual-detail{
	background:#fafafa;
	padding:17px 0 0;
	position:relative;
	line-height: 0;
}
.manual-detail .red-row{
	height:52px;
	margin:0 -13px 6px -8px;
	padding-right:12px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-heading-manual-detail.png) no-repeat 100% -120px;
}
.manual-detail .red-row .hold{
	padding-left:3px;
	height:52px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-heading-manual-detail.png) no-repeat;
}
.manual-detail .red-row .frm{
	padding:10px 0 0 20px;
	height:42px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-heading-manual-detail.png) repeat-x 0 -60px;
	color:#fff;
}
.manual-detail .red-row .btn-back{
	float:left;
	padding-left:20px;
	font:14px/20px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow08.png) no-repeat 0 4px;
	color:#fff;
}
.manual-detail .tools-row{
	margin-bottom:9px;
	background:#f5f5f5;
	border:1px #e5e5e5 solid;
	padding:11px 9px 10px;
	overflow:hidden;
}
.manual-detail .tools-row a.btn-arrow,
.manual-detail .tools-row a.zoom-plus,
.manual-detail .tools-row a.zoom-minus,
.manual-detail .tools-row a.next,
.manual-detail .tools-row a.prev{
	float:right;
	margin-left:17px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -260px 0;
	overflow:hidden;
}
.manual-detail .tools-row a.zoom-plus{background-position:-260px -20px;}
.manual-detail .tools-row a.zoom-minus{background-position:-260px -40px;}
.manual-detail .tools-row a.next{background-position:-280px 0;}
.manual-detail .tools-row a.next.active{background-position:-280px -20px;}
.manual-detail .tools-row a.prev{background-position:-280px -40px;}
.manual-detail .tools-row a.prev.active{background-position:-280px -60px;}
.manual-detail .counter{
	margin-left:15px;
	float:right;
	font-size:13px;
	line-height:14px;
}
.detail-frame{
	padding:16px 20px;
	margin:0 1px;
	background:#ebebeb;
	overflow:hidden;
}
.detail-frame img{
	display:block;
	width:100%;
	max-width:100%;
}
/* three columns content */
.three-columns{
	margin:0 auto;
	width:100%;
	max-width:960px;
}
.three-columns:after{
	content:'';
	display:block;
	clear:both;
}
.three-columns .content-columns{
	width:100%;
	float:left;
}
.three-columns .twocolumns-content{
	margin:0 209px 0 0;
	width:auto;
	max-width:auto;
}
.three-columns .aside{
	width:171px;
	float:right;
	margin:92px 0 0 -171px;
	display:inline;
}
a.btn-all{
	display:block;
	margin-bottom:29px;
	font:14px/34px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 25px 0 20px;
	background:#ef372d;
	position:relative;
}
a.btn-all:hover,
.video-list .box a:hover,
a.btn-load:hover,
.video-block .btn-holder .btn-more:hover{text-decoration:none;}
a.btn-all:after{
	content:'';
	display:block;
	clear:both;
	position:absolute;
	top:10px;
	right:9px;
	width:13px;
	height:13px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -100px -30px;
	text-indent:-9999px;
	overflow:hidden;
}
.video-list{
	width:100%;
	margin-bottom:10px;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	background:#323232;
	color:#fff;
	overflow:hidden;
}
.video-list .box{
	border:1px #323232 solid;
	border-width:0 1px 1px;
	border-bottom-color:#464646;
	overflow:hidden;
}
.video-list .box a{
	display:block;
	color:#fff;
	padding:17px 0 9px;
	cursor:pointer;
}
.video-list .box a:hover,
a.btn-load:hover{background:#4f4f4f;}
.video-list .box img{
	display:block;
	margin:0 auto 12px;
	border:1px #686868 solid;
}
.video-list .box span{
	display:block;
	padding:0 22px;
	font:11px/14px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
}
a.btn-load{
	display:block;
	font:11px/16px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#fff;
	padding:33px 10px 13px;
	text-align:center;
	text-transform:uppercase;
	overflow:hidden;
}
.video-block{
	font-size:14px;
	line-height:22px;
}
.video{
	margin-bottom:45px;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
}
.video img{
	display:block;
	width:100%;
	max-width:100%;
}
.video-block mark.red{
	background:none;
	color:#ee2e24;
	font-family:'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.video-block .text-box{
	padding-bottom:23px;
	overflow:hidden;
}
.video-block p{margin:0 0 22px;}
.video-block h1{
	margin:0 0 38px;
	font:23px/26px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.video-block .btn-holder{
	margin-bottom:20px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/separator01.png) no-repeat 50% 46%;
	width:100%;
	overflow:hidden;
}
.video-block .btn-holder .btn-more{
	margin:0 auto 3px;
	width:95px;
	display:block;
	padding:0 23px 0 18px;
	font:11px/27px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#fff;
	background:#323232;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	position:relative;
	text-transform:uppercase;
}
.video-block .btn-holder .btn-more:after{
	content:'';
	display:block;
	clear:both;
	position:absolute;
	top:8px;
	right:15px;
	width:7px;
	height:11px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.video-holder .page-title{margin:0 0 16px;}
.right-nav .link-opener,
.right-nav .drop .drop-back{display:none;}
.aside-menu ul{
	margin:0;
	padding:0 0 10px;
	list-style:none;
}
.aside-menu li{
	background:rgba(0,0,0,0.8);
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	color:#fff;
	margin-bottom:20px;
	overflow:hidden;
}
.aside-menu>ul>li>a{
	margin:21px 13px 21px 0;
	padding:8px 25px 8px 20px;
	display:block;
	background:#ef372d;
	font:14px/18px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#fff;
	position:relative;
}
.aside-menu>ul>li>a:hover{text-decoration:none;}
.aside-menu>ul>li>a:after{
	content:'';
	display:block;
	clear:both;
	position:absolute;
	top:11px;
	right:10px;
	width:13px;
	height:13px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -100px -30px;
	overflow:hidden;
}
.aside-menu>ul>li.has-drop.opened>a:after{background-position:-120px -30px;}
.aside-menu>ul>li>a.media:after{background-position:-140px -30px !important;}
.aside-menu .drop{
	overflow:hidden;
}
.aside-menu .drop ul li{
	background:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	color:#fff;
	margin-bottom:0;
	vertical-align:top;
	overflow:hidden;
}
.aside-menu .drop a{
	display:block;
	font:12px/14px 'UniversLTStd', Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 5px 6px 40px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile.png) no-repeat 22px 5px;
}
.aside-menu .drop a:hover,
.aside-menu .drop .active a{
	text-decoration:none;
	background-color:rgba(255,255,255,0.15);
}
.aside-menu li.twocolumns.opened{
	margin-left:-171px;
	position:relative;
	width:342px;
}
.aside-menu li.twocolumns.opened .drop ul{
	width:171px;
	float:left;
}
.product-content .twocolumns-content .sidebar{width:264px;}
.product-content .three-columns .twocolumns-content{margin-right:197px;}
.product-content .twocolumns-content .main-content{
	padding:0 12px 0 9px;
	background:none;
}
.product-content .twocolumns-content .main-holder{background:rgba(0, 0, 0, 0.03);}
.product-block{
	font-size:16px;
	line-height:26px;
	padding-top:5px;
}
.product-block2{
	font-size:16px;
	line-height:26px;
	padding-top:10px;
}
.product-block p{margin:0 0 26px;}
.product-block .red{
	background:none;
	color:#ee2e24;
	font-family:'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.product-block h1{
	margin:0 0 40px;
	font:40px/44px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#000;
}
.product-block h1 .red{
	text-shadow:2px 3px 0 rgba(0,0,0,0.2);
	font-size:42px;
	line-height:43px;
	text-transform:uppercase;
}
.product-block .visual{
	margin:0 -48px 0 -45px;
	padding-bottom:40px;
}
.product-block .visual .hold{
	position:relative;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	width:100%;
}
.product-block .visual img{
	display:block;
	width:100%;
	max-width:100%;
}
.product-block .visual .hold:after,
.product-block .image-right .hold:after{
	content:'';
	display:block;
	clear:both;
	position:absolute;
	bottom:-12px;
	right:0;
	width:12px;
	height:12px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-arrow-visual.png) no-repeat;
	overflow:hidden;
}
.product-block .visual .red-caption{
	position:absolute;
	bottom:0;
	right:0;
	float:right;
	padding:0 18px;
	background:rgba(238,46,36,0.8);
	font:10px/39px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#fff;
}
.product-block .info-text{
	font-size:20px;
	line-height:30px;
	padding-bottom:10px;
}
.product-block .info-text p{margin-bottom:30px;}
.product-block h2{
	margin:0 0 10px;
	font:24px/26px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.product-block .text-block{padding-bottom:12px;}
.product-block .list-block{padding-top:25px;}
.product-block  .icon{
	margin:15px 34px 15px 2px;
	float:left;
}
.list-holder{
	overflow:hidden;
	padding:20px 0 50px;
}
.list-holder UL{
	margin:0 0 0 4%;
	padding:0;
	list-style:none;
	width:46%;
	float:left;
}
.list-holder li{
	padding:0 0 6px 28px;
	font-size:16px;
	line-height:20px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile.png) no-repeat 0 3px;
}
.product-block .image-right{
	margin:5px -48px 10px 30px;
	float:right;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	position:relative;
}

.product-block div.alignright{
	margin:5px -48px 10px 30px;
	float:right;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	position:relative;
  width: auto !important;
}

.product-block div.alignright:after{
    background: url("http://www.strongwell.com/wp-content/themes/strongwell/images/bg-arrow-visual.png") no-repeat scroll 0 0 transparent;
    bottom: -12px;
    clear: both;
    content: "";
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 12px;
}
.product-block div.alignright p.wp-caption-text{display: none;}

.product-block .image-right:after{
    background: url("http://www.strongwell.com/wp-content/themes/strongwell/images/bg-arrow-visual.png") no-repeat scroll 0 0 transparent;
    bottom: -12px;
    clear: both;
    content: "";
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 12px;
}

.product-block div.alignleft{
	float: left;
	margin:5px 30px 10px -48px;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	position:relative;
  width: auto !important;
}


.product-block div.alignleft:after{
    background: url("http://www.strongwell.com/wp-content/themes/strongwell/images/bg-arrow-visual-left.png") no-repeat scroll 0 0 transparent;
    bottom: -12px;
    clear: both;
    content: "";
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: left;
    text-indent: -9999px;
    width: 12px;
}

.product-block div.alignleft p.wp-caption-text{
	display: none;
}

.product-block a,
.faq-block a{
    font-family: "UniversLTStd-Bold",Arial,Helvetica,sans-serif;
    letter-spacing: 0.6px;
    text-decoration: underline;
    transition: all 0.1s ease-in-out 0s;    
}
.product-block a:hover,
.faq-block a:hover{
    color: #EF372D;
    text-decoration: none;
}
.product-block .botpadding{padding-bottom:55px;}
.product-block .botpadding2{padding-bottom:35px;}
.product-block .marginbot{margin-bottom:70px;}
.product-block .text-block .holder{padding-top:15px;}

/* media popup  */
.popup {
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1001;
	min-width:320px;
}
.popup-holder {
	position:relative;
	max-width:698px;
	margin:0 auto;
	padding-top:44px;
}
.popup-holder .popup_close{
	position:absolute;
	top:0;
	right:0;
	width:49px;
	height:44px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat -275px -45px;
	text-indent:-9999px;
	overflow:hidden;
}
.popup .top-gallery{
	margin-bottom:6px;
	width:100%;
	overflow:hidden;
}
.popup .top-gallery .wrapp,
.popup .thumbnails .wrapp{
	position:relative;
	overflow:hidden;
}
.popup .gallery-item{float:left;}
.popup .empty-item{width: 69px;float: left;overflow: hidden;text-indent:-9999px;}
.popup img{vertical-align:top;width:100%;}
.popup .top-gallery .frame,
.popup .thumbnails .frame{
	width:99999px;
	position:relative;
}
.popup .top-gallery img{
	display:block;
	width:100%;
	max-width:100%;
}
.popup .thumbnails{
	height:130px;
	position:relative;
	width:100%;
	overflow:hidden;
}
.popup .thumbnails .gallery-item{width:156px;text-align: center;}
.popup .thumbnails .gallery-item img{max-height:146px;}
.popup .scroll-hold .scroll{
	background:#272727;
	padding:4px 0;
	margin:0 62px;
}
.popup .thumbnails .left-shadow,
.popup .thumbnails .right-shadow{
	position:absolute;
	top:0;
	left:62px;
	width:25px;
	height:130px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg5-shadow.png) repeat-y;
	text-indent:-9999px;
	overflow:hidden;
}
.popup .thumbnails .right-shadow{
	left:auto;
	right:62px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg4-shadow.png) repeat-y;
}
.popup .thumbnails .prev,
.popup .thumbnails .next{
	position:absolute;
	top:0;
	left:0;
	width:62px;
	height:130px;
	background:rgba(239,55,45,0.9);
	overflow:hidden;
}
.popup .thumbnails .next{
	left:auto;
	right:0;
}
.popup .thumbnails .prev span,
.popup .thumbnails .next span{
	display:block;
	margin:46px 0 0 27px;
	width:22px;
	height:36px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat 0 -20px;
	overflow:hidden;
}
.popup .thumbnails .next span{
	margin:46px 0 0 13px;
	background-position:-30px -20px;
}
.benefits-frame{
	margin:0 -9999px;
	position:relative;
	overflow:hidden;
}
.benefits-block{
	margin:0 auto 41px;
	width:1500px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-block.jpg) no-repeat 50% 0;
	min-height:705px;
	position:relative;
	color:#fff;
}
.benefits-block .title-holder{
	padding:65px 0 72px 280px;
	min-height:175px;
	margin:0 auto;
	width:700px;
}
.benefits-block h1{
	margin:0;
	font:63px/58px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.benefits-block h1 .red{
	display:block;
	background:none;
	padding-top:15px;
	color:#ee2e24;
	font-size:33px;
	line-height:40px;
	text-transform:uppercase;
}
.benefits-menu{position:relative;}
.benefits-nav{
	margin:0;
	padding:0;
	list-style:none;
	width:1500px;
}
.benefits-nav:after{
	content:'';
	display:block;
	clear:both;
}
.benefits-nav li{
	position:relative;
	width:100%;
	float:left;
}
.benefits-nav a{
	cursor:pointer;
	color:#fff;
}
.benefits-nav a:hover{text-decoration:none;}
.benefits-nav .l{
	width:730px;
	text-align:right;
	padding:0 25px;
	float:left;
	font-size:18px;
	font-family:'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	color:#dedede;
	position:relative;
	background:rgba(0,0,0,0.8);
}
.benefits-nav .r{
	width:480px;
	padding:0 20px;
	float:left;
	font-size:12px;
	font-family:'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	color:#000;
	position:relative;
	background:rgba(255,255,255,0.85);
}
.benefits-nav .l:after,
.benefits-nav .r:after{
	content:'';
	display:block;
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	height:1px;
	width:100%;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/separator02.png) repeat-x;
	overflow:hidden;
}
.benefits-nav .r:after{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/separator03.png) repeat-x;}
.benefits-nav .row9 .l:after,
.benefits-nav .row9 .r:after{display:none;}
.benefits-nav a:hover .l{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-l-over-benefits.png);}
.benefits-nav a:hover .r{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-r-over-benefits.png);}
.benefits-nav .row1 .l,
.benefits-nav .row1 .r{
	height:36px;
	padding-top:9px;
	line-height:36px;
}
.benefits-nav .row2 .l,
.benefits-nav .row2 .r{
	height:31px;
	line-height:31px;
}
.benefits-nav .row3 .l,
.benefits-nav .row3 .r{
	height:36px;
	line-height:36px;
}
.benefits-nav .row4 .l,
.benefits-nav .row4 .r{
	height:38px;
	line-height:38px;
}
.benefits-nav .row5 .l,
.benefits-nav .row5 .r{
	height:35px;
	line-height:35px;
}
.benefits-nav .row6 .l,
.benefits-nav .row6 .r{
	height:34px;
	line-height:34px;
}
.benefits-nav .row7 .l,
.benefits-nav .row7 .r{
	height:37px;
	line-height:37px;
}
.benefits-nav .row8 .l,
.benefits-nav .row8 .r{
	height:36px;
	line-height:36px;
}
.benefits-nav .row9 .l,
.benefits-nav .row9 .r{
	padding-bottom:13px;
	height:36px;
	line-height:36px;
}
.benefits-nav .lt,
.benefits-nav .rt{
	float:left;
	width:25px;
}
.benefits-nav .row1 .lt,
.benefits-nav .row1 .rt{
	margin:-43px 1px 0 1px;
	height:87px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat;
}
.benefits-nav .row1 .rt{background-position:-510px 0;}
.benefits-nav .row1 a:hover .lt{background-position:0 -100px;}
.benefits-nav .row1 a:hover .rt{background-position:-510px -100px;}
.benefits-nav .row2 .lt,
.benefits-nav .row2 .rt{
	margin:-32px 1px 0 1px;
	height:63px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat -30px 0;
}
.benefits-nav .row2 .rt{background-position:-480px 0;}
.benefits-nav .row2 a:hover .lt{background-position:-30px -100px;}
.benefits-nav .row2 a:hover .rt{background-position:-480px -100px;}
.benefits-nav .row3 .lt,
.benefits-nav .row3 .rt{
	margin:-27px 1px 0 1px;
	height:63px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat -60px 0;
}
.benefits-nav .row3 .rt{background-position:-450px 0;}
.benefits-nav .row3 a:hover .lt{background-position:-60px -100px;}
.benefits-nav .row3 a:hover .rt{background-position:-450px -100px;}
.benefits-nav .row4 .lt,
.benefits-nav .row4 .rt{
	margin:-22px 1px 0 1px;
	height:60px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat -90px 0;
}
.benefits-nav .row4 .rt{background-position:-420px 0;}
.benefits-nav .row4 a:hover .lt{background-position:-90px -100px;}
.benefits-nav .row4 a:hover .rt{background-position:-420px -100px;}
.benefits-nav .row5 .lt,
.benefits-nav .row5 .rt{
	margin:-14px 1px 0 1px;
	height:49px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat -120px 0;
}
.benefits-nav .row5 .rt{background-position:-390px 0;}
.benefits-nav .row5 a:hover .lt{background-position:-120px -100px;}
.benefits-nav .row5 a:hover .rt{background-position:-390px -100px;}
.benefits-nav .row6 .lt,
.benefits-nav .row6 .rt{
	margin:-9px 1px 0 1px;
	height:43px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat -150px 0;
}
.benefits-nav .row6 .rt{background-position:-360px 0;}
.benefits-nav .row6 a:hover .lt{background-position:-150px -100px;}
.benefits-nav .row6 a:hover .rt{background-position:-360px -100px;}
.benefits-nav .row7 .lt,
.benefits-nav .row7 .rt{
	margin:-1px 1px -5px 1px;
	height:43px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat -180px 0;
}
.benefits-nav .row7 .rt{background-position:-330px 0;}
.benefits-nav .row7 a:hover .lt{background-position:-180px -100px;}
.benefits-nav .row7 a:hover .rt{background-position:-330px -100px;}
.benefits-nav .row8 .lt,
.benefits-nav .row8 .rt{
	margin:1px 1px -11px 1px;
	height:46px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat -210px 0;
}
.benefits-nav .row8 .rt{background-position:-300px 0;}
.benefits-nav .row8 a:hover .lt{background-position:-210px -100px;}
.benefits-nav .row8 a:hover .rt{background-position:-300px -100px;}
.benefits-nav .row9 .lt,
.benefits-nav .row9 .rt{
	margin:0 1px -20px 1px;
	height:69px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-benefits-nav.png) no-repeat -240px 0;
}
.benefits-nav .row9 .rt{background-position:-270px 0;}
.benefits-nav .row9 a:hover .lt{background-position:-240px -100px;}
.benefits-nav .row9 a:hover .rt{background-position:-270px -100px;}
.benefits-nav .red{
	float:left;
	position:relative;
	z-index:3;
	width:146px;
	background:#ef372d url(http://www.strongwell.com/wp-content/themes/strongwell/images/separator02.png) repeat-x 0 100%;
	font-size:18px;
	font-family:'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	text-align:center;
}
.benefits-nav a:hover .red{background-color:#c22e25;}
.benefits-nav .row1 .red{
	margin:-43px 0 0;
	padding-top:10px;
	height:46px;
	line-height:46px;
}
.benefits-nav .row2 .red{
	margin:-32px 0 0;
	height:36px;
	line-height:36px;
}
.benefits-nav .row3 .red{
	margin:-27px 0 0;
	height:42px;
	line-height:42px;
}
.benefits-nav .row4 .red{
	margin:-21px 0 0;
	height:45px;
	line-height:45px;
}
.benefits-nav .row5 .red{
	margin:-14px 0 0;
	height:40px;
	line-height:40px;
}
.benefits-nav .row6 .red{
	margin:-9px 0 0;
	height:41px;
	line-height:41px;
}
.benefits-nav .row7 .red{
	margin:-2px 0 -5px;
	height:44px;
	line-height:44px;
}
.benefits-nav .row8 .red{
	margin:5px 0 -11px;
	height:42px;
	line-height:42px;
}
.benefits-nav .row9 .red{
	margin:11px 0 -21px;
	height:49px;
	padding-bottom:10px;
	line-height:49px;
	background-image:none;
}
.benefits-block .list-title{
	position:absolute;
	top:-25px;
	left:997px;
	width:500px;
	font:12px/16px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#fff;
	overflow:hidden;
}
.benefits-nav .steel,
.benefits-nav .al,
.benefits-nav .timber,
.benefits-block .list-title .steel,
.benefits-block .list-title .al,
.benefits-block .list-title .timber{
	float:left;
	padding-right:10px;
	width:70px;
}
.benefits-nav .al,
.benefits-nav .timber,
.benefits-block .list-title .al,
.benefits-block .list-title .timber{width:86px;}
.benefits-block .side-nav{
	position:absolute;
	top:72px;
	left:270px;
	z-index:10;
}
.benefits-block .side-nav li{margin-bottom:12px;}
.benefits-block .side-nav a{
	padding-top:9px;
	padding-bottom:9px;
}
.benefits-info{
	margin-bottom:88px;
	background:rgba(0,0,0,0.05);
}
.benefits-info .box-holder{
	margin:0 auto;
	padding:1px 0 0 274px;
	width:688px;
}
.benefits-info .right-image{
	margin:0 0 10px 8%;
	float:right;
	width:32.12%;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 3px 0px rgba(0,0,0,0.1);
}
.benefits-info .right-image img{
	display:block;
	width:100%;
	max-width:100%
}
.benefits-info .num{
	margin:-2px 0 20px;
	display:block;
	width:55px;
	height:49px;
	background:#2f2f2f;
	color:#fff;
	font:32px/48px 'UniversLTStd-BoldCn', Arial, Helvetica, sans-serif;
	text-align:center;
}
.benefits-info h1{
	margin:0 0 16px;
	font:32px/39px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	text-shadow:2px 3px 0 rgba(0,0,0,0.13);
	color:#ee2e24;
}
.benefits-info h1 a{color:#ee2e24;}
.benefits-info p{
	margin:0 0 45px;
	font-size:24px;
	line-height:34px;
}
.benefits-info .gray-box{
	clear:both;
	padding:24px 10px 12px 30px;
	position:relative;
	background:rgba(0,0,0,0.1);
}
.benefits-info .gray-box:after{
	content:'';
	display:block;
	clear:both;
}
.benefits-info .gray-box .title{
	float:left;
	width:25%;
	margin:15px 0 15px 3%;
	font-size:12px;
	line-height:16px;
}
.benefits-info .gray-box .col{
  float:right;
  width: 70%;
}
.benefits-info ul.links{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.benefits-info ul.links li{
	width:35%;
	float:left;
	font:12px/16px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	padding-left:15px;
	margin-bottom:11px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile.png) no-repeat 0 2px;
}
.benefits-info a.opener{
	clear:both;
	position:absolute;
	bottom:-28px;
	right:0;
	font:10px/28px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	padding-right:44px;
}
.benefits-info  a.opener strong{font-weight:normal;}
.benefits-info  a.opener span{display:none;}
.benefits-info a.opener:hover,
.benefits-info a.opener:hover span,
.benefits-info a.opener:hover strong{text-decoration:none;}
.benefits-info  a.opener:after{
	content:'';
	display:block;
	clear:both;
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:29px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -360px 0;
	overflow:hidden;
}
.benefits-info .slide-opened a.opener:after{background-position:-360px -40px;}
.benefits-info .slide-opened a.opener strong{display:none;}
.benefits-info .slide-opened a.opener span{display:block;}
.benefits-info div.slide{
	overflow:hidden;
	width:100%;
}
.benefits-info div.slide .col:first-child{margin-left:31.7%;}
.advantages-holder .page-title{display:none;}
/* footer */
#footer{
	padding:0 5px;
	max-width:960px;
	margin:50px auto 0 auto;
}
#footer .social-row{
	width:100%;
	overflow:hidden;
}
#footer .logo{
	margin-left:4px;
	float:left;
	width:187px;
	height:29px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/logo-footer.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#footer .logo a{
	display:block;
	height:100%;
}
#footer .socials{
	margin:3px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
#footer .socials li{
	margin-left:18px;
	float:left;
}
#footer .socials a{
	display:block;
	width:31px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
}
#footer .socials a.youtube{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat 0 -60px;}
#footer .socials a.in{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -35px -60px;}
#footer .socials a.facebook{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -70px -60px;}
#footer .socials a.pin{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -105px -60px;}
#footer .socials a.twitter{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -140px -60px;}
#footer .socials a.plus{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -175px -60px;}
#footer .socials a.rss{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -210px -60px;}
#footer .nav{
	margin-top:32px;
	padding-top:26px;
	box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	-webkit-box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	-moz-box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	overflow:hidden;
}
#footer .nav ul{
	margin:0 -18px 0 -19px;
	list-style:none;
	font:14px/21px 'UniversLTStd-Cn', Arial, Helvetica, sans-serif;
}
#footer .nav ul li{
	margin:0 18px 0 19px;
	float:left;
	text-transform: uppercase;
}
#footer .nav a{color:#282726;}
#footer .nav a.bold{font-family:'UniversLTStd-BoldCn', Arial, Helvetica, sans-serif;}
#footer .contact-info{
	margin-top:25px;
	padding-top:46px;
	box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	-webkit-box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	-moz-box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	width:100%;
	overflow:hidden;
}
#footer .contact-info .column,
#footer .contact-info .column2{
	float:left;
	margin-right:3%;
	width:20%;
}
#footer .contact-info .column2{width:23%;}
#footer .contact-info  h3{
	margin:2px 0 21px;
	font:14px/20px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
}
#footer .contact-info dl{
	margin:0 0 12px;
	text-transform:uppercase;
}
#footer .contact-info dl dt{
	display:block;
	font-size:10px;
	line-height:14px;
}
#footer .contact-info dl dd{
	display:block;
	margin:0;
	font-size:16px;
	line-height:20px;
}
#footer .contact-info address{
	font:16px/20px 'UniversLTStd', Arial, Helvetica, sans-serif;
	margin:0 0 12px;
}
#footer .contact-info address span{display:block;}
#footer .search-form{
	float:right;
	width:196px;
}
#footer .search-form .text{width:172px;}
.bottom-row div#footer-miu {
    background: url("http://www.strongwell.com/wp-content/themes/strongwell/images/footer-mia.gif") no-repeat scroll left top transparent;
    height: 29px;
    position: absolute;
    right: 0;
    text-indent: -20000px;
    top: -49px;
    width: 133px;
}
#footer .bottom-row{
	margin-top:61px;
	padding:9px 0 50px;
	box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	-webkit-box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	-moz-box-shadow:0 -1px 0px rgba(222,222,222,0.5);
	width:100%;
	position: relative;
}
#footer .bot-nav{
	margin:0 0 0 -13px;
	padding:0;
	list-style:none;
	float:left;
	font:12px/13px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
}
#footer .bot-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#footer .bot-nav li{
	float:left;
	padding:0 12px 1px 13px;
	border-left:1px #000 solid;
}
#footer .bot-nav li:first-child{border:0;}
#footer .bot-nav a.sign-in{
	display:block;
	width:11px;
	height:13px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png) no-repeat -60px 0;
	overflow:hidden;
}
#footer .bottom-logo{display:none;}
#footer .copyright{
	margin:0;
	float:right;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
}
#footer .by{display:none;}
/* responsive part */
@media only screen and (max-width: 986px) {
#main-nav{margin:0;}
#main-nav a{
	padding:0 10px 6px;
	font-size:12px;
}
#main-nav .products .name{font-size: 11px;}
#main-nav .drop .products {padding:20px 15px 12px 15px;}
#main-nav .drop .products ul{
	float: left;
	margin-left:1%;
	width:23%;
}

#main-nav #drop-markets .products ul{width: 24%;}
#main-nav #drop-reference .products ul{width: 47%;}


.promo-gallery .box {
	left:5px;
	margin:44px 0 0;
	position: relative;
	width: 250px;
}
.benefits-menu{display:none;}
.benefits-frame{margin:0;}
.benefits-block{
	width:100%;
	min-height:auto;
	padding-top:20px;
	overflow:hidden;
}
.benefits-block .side-nav{
	position:static;
	top:auto;
	left:auto;
	margin-right:20px;
	float:left;
}
.benefits-block .title-holder {
	float:none;
	overflow:hidden;
	min-height: 175px;
	padding:0;
	width:auto;
}
.benefits-block h1{
	font-size:40px;
	line-height:44px;
}
.benefits-block h1 .red{
	font-size:24px;
	line-height:30px;
}
.benefits-info .box-holder {
	margin:0;
	padding: 1px 0 0 18px;
	width:auto;
}
.benefits-info .box-holder h1,
.benefits-info .box-holder p{padding:0 5px 0 0;}
.benefits-info .box-holder h1{
	margin-bottom:15px;
	font-size:28px;
	line-height:32px;
}
.benefits-info p {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px;
}
.benefits-info .box-holder .gray-box{margin-left:-18px;}
}
@media only screen and (max-width: 865px) {
#main-nav a{font-size:11px;}
.links-table .links-title{
	padding:0 30px 10px 15px;
	overflow:hidden;
}
.links-table .links-title strong{font-size:10px;}
.links-table .links a{
	font-size:12px;
	line-height:16px;
	padding:0 10px;
}
.links-table .links .hold{
	padding:8px 20px 8px 5px;
}
.links-table .links .hold:before{right:10px;}
.links-table .links .title{
	font:14px/16px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
}
.data-slide .slide-block .text-hold {padding: 20px 10px 5px;}
.product-block .image-right{width:50%;}
.product-block .image-right img{
	display:block;
	width:100%;
	max-width:100%;
}
.list-holder .list {
	float:none;
	margin: 0;
	width: 100%;
}
}
@media only screen and (max-width: 820px) {
#main-nav a{
	padding:0 5px 6px;
	font-size:10px;
}
#main-nav li>a>span{background-position:100% 4px;}
#main-nav .drop .products {padding:20px 5px 12px 0;}
#main-nav .drop .products ul{
	float: left;
	margin-left:1%;
	width:24%;
}

#main-nav .products img{
	width: 30%;
	height: auto;
}
.home-banner .bottom-bar .link-all{display:none;}
.top-title-text {margin-right:0;}
.home-banner .image{
	width:60%;
	max-width:420px;
	height:291px;
	overflow:hidden;
	margin-top:10%;
}

.main-content .main-holder{padding:40px 15px 20px;}
.product-block .visual{
	margin:0 -27px 0 -24px;
	padding-bottom:30px;
}
.product-block .image-right{margin-right:-27px;}
}
@media only screen and (max-width: 700px) {
#main-wrapper{position:relative;overflow: visible;}
#header{
	height:46px;
	position:fixed;
	background:#fff;
	border-bottom:4px #d9d9d9 solid;
	z-index: 5;
}
body.home #header{position: fixed;}
.menu-holder{z-index: 4;position: absolute;width: 100%;margin-top: 50px;}
.header-holder{
	margin:0;
	padding:0;
	max-width:auto;
}
.header-holder .logo{
	margin:0 auto;
	float:none;
	position:relative;
	top:13px;
	width:139px;
	height:20px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat -150px 0;
}
#header .miu{
display: none;
}

.three-blocks .image-box,
.three-blocks .quotes-box,
.three-blocks .link-box{
	margin:0 auto 17px;
	float:none;
	overflow:hidden;
}
.main-navigation,
.inner-page .main-navigation{
	position:fixed;
	top:0;
	left:0;
	padding:0;
	width:67px;
	height:46px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

body.home .main-navigation{position: fixed;}

.main-navigation .nav-holder {
	margin:0;
	max-width:auto;
	padding:0;
	width:67px;
}
.main-navigation .nav-holder .nav-opener{
	display:block;
	width:67px;
	height:46px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat;
	text-indent:-9999px;
	border-right:1px #999 solid;
	overflow:hidden;
}
.main-navigation #main-nav{display:none;}
.main-navigation .nav-opener.active{background-position:-75px 0;}
#main-nav{
	position: relative;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:5px #d13027 solid;
	background:#fff;
}
#main-nav ul{position:relative;}
#main-nav>ul>li{
	width:100%;
	border-top:1px #6f6f6f solid;
	position:static;
}
#main-nav>ul>li:first-child{border:0;}
#main-nav>ul>li>a{
	display:block;
	float:none;
	font:15px/15px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	padding:0 20px 0 0;
	margin:0;
	text-decoration:none !important;
}
#main-nav a.bold{font-family:'UniversLTStd-XBlack', Arial, Helvetica, sans-serif;}
#main-nav>ul>li>a>span{
	float:none;
	display:block;
	padding:15px 15px 15px 25px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04-mobile.png) no-repeat 100% 10px;
}
#main-nav li.has-drop:hover a,
#main-nav li.has-drop.active a{
	background:#fff;
	text-decoration:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#main-nav .drop{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
	top:-5px;
	left:100%;
	width:100%;
	background:#323232;
	border:5px #d13027 solid;
	border-width:5px 3px;
	border-left-color:#fff;
	overflow:visible;
}
#main-nav .drop:after{
	content:'';
	display:block;
	clear:both;
}
#main-nav .drop .products {padding:0 2px 15px;}

#main-nav .drop .products ul,
#main-nav #drop-markets .products ul,
#main-nav #drop-reference .products ul{
	float:none;
	margin-left:0;
	width:100%;
}

#main-nav .drop .products ul li{
	float:none;
	border-top:1px #c2c2c2 solid;
}
#main-nav ul li.secondary{display:block;}
#main-nav .products .item,
#main-nav .products .item a:hover,
#main-nav .products .item a:hover .trademark,
#main-nav .products .item a:hover .trademark span{background:none;}
#main-nav .products .item a,
#main-nav .products .item li:hover a,
#main-nav .products .item li.hover a{
	padding:0 22px 0 0;
	color:#fff;
	background:none !important;
	text-decoration:none;
}
#main-nav .products .item .info{
	padding:7px 13px 7px 20px;
	background:#323232 url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile.png) no-repeat 100% 50%;
}
#main-nav .products .trademark span{color:#fff;}
#main-nav .products img{display:none;}
#main-nav .products .item a:hover .trademark{color:#ee2e24;}
#main-nav .drop .links a,
#main-nav .drop .links a:hover,
#main-nav .drop .links a.hover{
	background:#323232 !important;
	color:#fff;
}
#main-nav .drop .links li:first-child{border-top:1px #c2c2c2 solid;}
#main-nav .drop .links span,
#main-nav .drop .links a:hover span,
#main-nav .drop .links a.hover span{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile.png) no-repeat 100% 50% !important;}
#main-nav .drop .drop-title{
	display:block;
	padding:15px 5px 10px 5px;
}
#main-nav .drop .drop-title:after{
	content:'';
	display:block;
	clear:both;
}
#main-nav .drop .drop-title .btn-back{
	margin:0 40px 0 -8px;
	padding:0;
	float:left;
	width:69px;
	height:53px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat -150px -45px;
	text-indent:-9999px;
	position:relative;
	z-index:20;
	overflow:hidden;
}
#main-nav .drop .drop-title .title{
	display:block;
	margin:16px 0;
	font:20px/20px 'UniversLTStd-XBlack', Arial, Helvetica, sans-serif;
	color:#fff;
}
#main-nav .drop .links{width:100%;}
#header .top-link{display:none;}
.header-holder .top-section {
	float: none;
	margin-left:0;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
}
.top-section .search-form{
	background:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	float:none;
	height: auto;
	overflow: visible;
	padding:0;
	width:auto;
}
.top-section .search-form a.opener{
	display:block;
	width:64px;
	height:46px;
	border-left:1px #999 solid;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat 0 -50px;
	overflow:hidden;
}
.top-section .search-form.form-show a.opener{background-position:-75px -50px;}
.top-section .search-form .form{
	position:absolute;
	top:46px;
	right:0;
	padding:10px;
	width:320px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#d13027;
	display:none;
}
.top-section .search-form.form-show .form{display:block;}

.top-section .search-form .form .btn,
.top-section .search-form .form .text{visibility: hidden;}


.top-section .search-form .form .text2{
	visibility: visible;
	display:block;
	margin:0;
	padding:0;
	height:40px;
	font:22px/40px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	color:#dfdfdf;
	width:100%;
	text-align:center;
	background:#fff;
	border:0;
	text-align:center;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
#content{padding-top:50px;}
body.home #content{padding-top:50px;}
.home-banner{
	margin:0 0 20px;
	background:none;
}
.home-banner .banner-gallery{background:none;}
.home-banner .banner-gallery,
.home-banner .banner-gallery .wrapp {margin:0;}
.home-banner .banner-gallery .bg{padding:0;}
.home-banner .banner-gallery .bg{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg2-home-banner.jpg) no-repeat 50% 0;
	height:auto;
}
.banner-gallery .hold{
	text-align:center;
}
.banner-gallery .hold:after{
	content:'';
	display:block;
	clear:both;
}
.home-banner .column{max-width:100%;}
.home-banner .text{padding:0 10px;}
.home-banner .image {
	margin:0 0 5px;
	max-width: 1063px;
	position: relative;
	right:auto;
	top:auto;
	width:92%;
	height:auto;
	float:right;
}
.home-banner .image img{
	position:relative;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	height:auto;
}
.home-banner h1{
	margin:18px 10px 10px;
	font-size:27px;
	line-height:25px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.home-banner h1 span{display:block;}
.home-banner p{
	margin:0 0 10px;
	font-size:13px;
	line-height:15px;
	color:#000;
	text-align:center;
}
.banner-gallery .control{display:none;}
.home-banner a.btn-red{
	display:block;
	margin:0 auto 15px;
	padding:0;
	text-align:center;
	width:133px;
	height:26px;
	font-size:10px;
	line-height:26px;
}
.home-banner a.btn-red span{
	display:inline-block;
	vertical-align:top;
	padding-right:13px;
	font-size:10px;
	line-height:26px;
	height:26px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow01-mobile.png) no-repeat 100% 9px;
}
.home-banner .bottom-bar{
	background:#fff;
	padding:9px 5px 7px 12px;
	min-height:12px;
	text-align:left;
	box-shadow:0 2px 0px rgba(0,0,0,0.25), 0 -1px 1px rgba(0,0,0,0.01);
	-webkit-box-shadow:0 2px 0px rgba(0,0,0,0.25), 0 -1px 1px rgba(0,0,0,0.01);
	-moz-box-shadow:0 2px 0px rgba(0,0,0,0.25), 0 -1px 1px rgba(0,0,0,0.01);
}
.home-banner .bottom-bar h3{
	margin:0 13px 0 0;
	font-size:10px;
	line-height:12px;
	display:block;
	float:left;
}
.home-banner .bottom-bar p{
	margin:0;
	padding:0 0 0 11px;
	font-size:12px;
	line-height:12px;
	display:block;
	text-align:left;
	overflow:hidden;
}
.promo-gallery{
	margin-bottom:20px;
	box-shadow:0 2px 0px rgba(0,0,0,0.25), 0 -1px 1px rgba(0,0,0,0.02);
	-webkit-box-shadow:0 2px 0px rgba(0,0,0,0.25), 0 -1px 1px rgba(0,0,0,0.02);
	-moz-box-shadow:0 2px 0px rgba(0,0,0,0.25), 0 -1px 1px rgba(0,0,0,0.02);
	overflow:hidden;
}
.promo-gallery .info-holder{
	background:none;
	float:none;
	width:auto;
	padding:5px 10px 0;
	min-height:0;
	text-align:center;
}
.promo-gallery .box {
	left:0;
	margin:0;
	width:100%;
}
.promo-gallery .box h1{
	margin:0 0 8px;
	font:18px/30px 'UniversLTStd-XBlack', Arial, Helvetica, sans-serif;
	text-shadow:0 4px 0 rgba(0,0,0,0.13);
}
.promo-gallery .box p,
.promo-gallery .box .btn-red{display:none;}
.promo-gallery .gallery-holder{
	min-height:0;
	width:100%;
	float:none;
	background:none;
}
.promo-gallery .prom-gallery{height:auto;}
.promo-gallery .prom-gallery .wrapp {
	margin-left:0;
	padding:0 0 9px;
}
.promo-gallery .prom-gallery .item {
	float: left;
	width:113px;
	padding: 0px;
}
.promo-gallery .empty-item{
 width: 5px;
 } 
.promo-gallery .prom-gallery .image a{
  width: 99px;
  height: 99px;
  padding: 0;
  }
  
.promo-gallery .prom-gallery .image a:hover img{
  opacity: 1;
  }
 
.promo-gallery .prom-gallery .image h2{
  font-size: 12px;
  line-height: 14px;
	padding-top: 20px;
  padding-left: 10px;
  }  
.promo-gallery .prom-gallery span.btn-black{display: none;}
.promo-gallery .prom-gallery .image,
.promo-gallery .prom-gallery .red-text{
	height:auto;
	margin:0 7px;
	padding-bottom:9px;
	width:99px;
}
.promo-gallery .prom-gallery .image.shadow,
.promo-gallery .prom-gallery .red-text.shadow{
	padding-bottom:5px;
	background-size:99px 5px;
}
.promo-gallery .prom-gallery .image img{
	display:block;
	width:100%;
	max-width:100%;
}
.promo-gallery .scroll-hold,
.promo-gallery .left-shadow,
.promo-gallery .right-shadow,
.promo-gallery .gallery__control{display:none;}
.promo-gallery .prom-gallery .red-text .hold {
    background:rgba(239, 55, 45, 0.94);
    color: #fff;
    height: 149px;
    padding:10px 10px 0;
    width:79px;
	height:89px;
}
.promo-gallery .prom-gallery .red-text .title{
	font-size:12px;
	line-height:14px;
	min-height:45px;
}
.promo-gallery .prom-gallery .btn-black{
	display:block;
	padding:0 2px 0 5px;
	font-size:9px;
	line-height:25px;
}
.promo-gallery .prom-gallery .btn-black span{
	padding-right:10px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow01-mobile.png) no-repeat 100% 8px;
}
.promo-gallery .prom-gallery .item span.caption{
	display:block;
	padding:0 7px;
	font:12px/12px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
}
.promo-gallery .prom-gallery .item.last{padding-right:0;}
.promo-gallery .prom-gallery .control{
	display:block;
	text-align:center;
	line-height:18px;
	overflow:hidden;
}
.promo-gallery .prom-gallery .control a{
	display:inline-block;
	margin:0 6px;
	vertical-align:top;
	width:8px;
	height:8px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat -150px -25px;
	overflow:hidden;
}
.promo-gallery .prom-gallery .control a.active{background-position:-160px -25px;}
.main-container{padding:0 20px;}
.three-blocks{padding:7px 0 12px;}
.three-blocks .image-box{
    color:#fff;
    font:26px/32px 'UniversLTStd-Black',Arial,Helvetica,sans-serif;
    margin:0 auto 17px;
    min-height:0;
	padding:25px 10px 0;
	width:255px;
	height:95px;
}
.three-blocks .image-box h2{
	margin:0 0 30px;
	font-size:18px;
	line-height:18px;
	text-align:center;
	min-height:0;
}
.three-blocks .image-box .btn-red{
	display:block;
	margin:0 auto;
	float:none;
	text-align:center;
	width:123px;
	height:26px;
	padding:0;
	line-height:26px;
}
.three-blocks .image-box .btn-red span{
	display:inline-block;
	vertical-align:top;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04.png) no-repeat 100% 8px;
}
.three-blocks .quotes-box{
	margin:0 auto 17px;
	padding:28px 20px 0;
	width:235px;
	min-height:239px;
	background:#333 url(http://www.strongwell.com/wp-content/themes/strongwell/images/icon2-quotes.png) no-repeat 19px 26px;
	text-align:center;
}
.three-blocks .quotes-box h2{
	font-size:18px;
	line-height:18px;
	margin:0 0 22px;
}
.three-blocks .quotes-gallery,
.three-blocks .quotes-gallery .wrapp{min-height:149px;}
.three-blocks .quotes-gallery .item{width:235px;}
.three-blocks .quotes-gallery blockquote{
	font-size:12px;
	line-height:17px;
}
.three-blocks .quotes-gallery cite,
.three-blocks .quotes-gallery cite strong{font-size:9px;}
.three-blocks .quotes-gallery cite{margin-bottom:13px;}
.three-blocks .link-box{
	margin:0 auto 17px;
	width:275px;
}
.three-blocks .link-box .row{
	padding:29px 0 29px 23px;
	width:252px;
}
.three-blocks .link-box .btn-red{
	padding-left:23px;
	width:229px;
	font-size:14px;
	line-height:30px;
}
.three-blocks .link-box .btn-red span{
	padding-right:17px;
	display:inline-block;
	vertical-align:top;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow02-mobile.png) no-repeat 100% 8px;
}
.twocolumns-content .sidebar{display:none;}
.twocolumns-content .main-content{background:none;}
.main-content .main-holder{padding:0;}
.page-title{
	color:#fff;
	font:11px/16px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	margin:0 0 30px;
	padding:7px 19px;
	background:rgba(0,0,0,0.8);
	text-transform: uppercase;
}
.faq-block{
	padding:0 18px;
	font-size:14px;
	line-height:16px;
}
.top-title-text,
.faq-block h2,
.faq-block .red{
	font-size:16px;
	line-height:20px;
}
.top-title-text{
	margin-bottom:0;
	padding:0 19px;
}
.data-slide{padding:0 5px 20px;}
.links-table .links-title .title,
.links-table .links .title {
	float: left;
	margin-right: 5%;
	width: 65%;
}
.links-table .links-title .date,
.links-table .links .date {
	float: left;
	width: 30%;
}
.sign-in-form{padding:0 19px;}
.sign-in-form .top-title-text{
	padding:0;
	font-size:12px;
	line-height:16px;
}
.sign-in-form h1 {
	font-size:25px;
	line-height:27px;
	margin-bottom:10px;
}
.sign-in-form .text-row input.text{
	font-size:12px;
	line-height:16px;
	padding:10px 15px;
}
.sign-in-form .text-row{padding-bottom:10px;}
.sign-in-form .box-row {
	padding:8px 0 20px;
	width: 100%;
}
.sign-in-form .box-row input{margin:1px 15px 1px 0;}
.sign-in-form .box-row label{font: 15px/18px 'UniversLTStd-Bold',Arial,Helvetica,sans-serif;}
.sign-in-form .buttons .btn{
	margin:0 -3px 0 0;
	box-shadow:1px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 2px 0px rgba(0,0,0,0.1);
}
.sign-in-form .buttons{padding-bottom:17px;}
.sign-in-form .buttons .btn input {
	margin:0;
	font-size:12px;
	line-height:30px;
	height:30px;
	padding:0 35px 4px 22px;
}
.sign-in-form .buttons .btn:before{
	right:18px;
	top:11px;
	width:6px;
	height:9px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow06-mobile.png) no-repeat;
}
.sign-in-form .buttons .link{
	margin:4px -3px 0 5px;
	padding-left:5px;
	line-height:15px;
}
.sign-in-form .buttons .link a{
	font-size:9px;
	line-height:15px;
}
.sign-in-form .buttons .link.first{
	border:0;
	margin-left:0;
}
.sign-in-form .notes {
    font-size:9px;
    line-height:12px;
    margin-right:0;
}
.manual-list{
	margin:0 0 20px;
	background:none;
	padding:0;
}
.manual-list .link-collapse,
.manual-detail .link-collapse,
.manual-list .links-table .links-title,
.manual-detail .red-row{display:none;}
.manual-list .links-table .links .title{font-size:14px;}
.manual-list .links-table .links a .hold{padding:9px 40px 9px 17px;}
.manual-list .links-table .links{border-top: 0;}
.manual-list .links-table .links .title,
.manual-list .links-table .links .date{
	float:none;
	display:block;
}
.manual-list .links-table .links .title{
	font-size:18px;
	line-height:20px;
}
.manual-list .links-table .links .date{
	font-size:10px;
	line-height:12px;
}
.manual-list-content .page-title,
.manual-detail-content .page-title{margin:0;}
.manual-list-content a:hover{text-decoration:none;}
.links-table .links .hold:before {
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow07-mobile.png) no-repeat;
	height:16px;
	width:10px;
	margin-top: -8px;
	right:25px;
}
.page-title .arrow{
	background:none !important;
	padding-right:0;
}
.manual-detail{padding:0;}
.manual-detail .tools-row{
	margin:0;
	border:1px #a5aab6 solid;
	border-width:0 0 1px;
	padding:6px 85px;
	background:#c6d5f9;
	background-image: linear-gradient(bottom, rgb(181,200,249) 1%, rgb(217,226,250) 100%);
	background-image: -o-linear-gradient(bottom, rgb(181,200,249) 1%, rgb(217,226,250) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(181,200,249) 1%, rgb(217,226,250) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(181,200,249) 1%, rgb(217,226,250) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(181,200,249) 1%, rgb(217,226,250) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(181,200,249)),
		color-stop(1, rgb(217,226,250))
	);
	text-align:center;
	height:35px;
	position:relative;
}
.manual-detail .tools-row .counter{
	float:none;
	font:20px/35px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #fff;
}
.manual-detail .tools-row a.btn-arrow{display:none;}
.manual-detail .tools-row a.zoom-plus,
.manual-detail .tools-row a.zoom-minus,
.manual-detail .tools-row a.next,
.manual-detail .tools-row a.prev{
	margin:0;
	float:none;
	position:absolute;
	top:6px;
	left:43px;
	height:35px;
	width:37px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat -40px -140px;
}
.manual-detail .tools-row a.zoom-minus{
	left:6px;
	background-position:0 -140px;
}
.manual-detail .tools-row a.next{
	left:auto;
	right:6px;
	background-position:-160px -140px;
}
.manual-detail .tools-row a.next.active{background-position:-200px -140px;}
.manual-detail .tools-row a.prev{
	left:auto;
	right:43px;
	background-position:-80px -140px;
}
.manual-detail .tools-row a.prev.active{background-position:-120px -140px;}
.video-block{padding:0 10px;}
.three-columns .twocolumns-content{margin:0;}
.three-columns .content-columns{float:none;}
.three-columns .aside{
	margin:20px 0;
	padding:0 10px;
	float:none;
	width:100%;
	display:block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.video-list .box span{text-align:center;}
.product-content .twocolumns-content .main-content{padding:0;}
.page-title.black{color:#fff;}
.product-content .three-columns .twocolumns-content{margin:0;}
.product-content .twocolumns-content .main-holder{background:none;}
.product-block{
	padding:10px 15px 50px;
	font-size:13px;
	line-height:16px;
}
.product-block p{margin-bottom:16px;}
.product-block h1 {
	font-size:24px;
	line-height:27px;
	margin-bottom:13px;
}
.product-block h1 .red{
	font-size:28px;
	line-height:26px;
}
.product-block .visual{
	margin:0 -15px 0;
	padding-bottom:15px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.product-block .visual .hold:after,
.product-block .image-right .hold:after{display:none;}
.product-block .info-text{
	font-size:15px;
	line-height:19px;
}
.product-block h2{
	font-size:18px;
	line-height:20px;
}
.product-block .info-text p{margin-bottom:19px;}
.product-block .text-block .icon{margin:0 20px 0 0;}
.product-block .image-right{
	margin-right:-15px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.product-block .botpadding{padding-bottom: 15px;}
.product-block .botpadding2{padding-bottom:10px;}
.product-block .text-block .holder{padding-top:5px;}
.list-holder{padding:5px 0 10px;}
.three-columns .aside.right-nav{
	position:fixed;
	bottom:0;
	right:0;
	padding:0;
	z-index:100;
	margin:0;
	width:100%;
}
.three-columns .aside.right-nav .link-opener{
	float:right;
	display:block;
	margin-right:12px;
	box-shadow:2px 0 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 0 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 0 0px rgba(0,0,0,0.1);
	width:49px;
	height:43px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat -225px -45px;
	text-indent:-9999px;
	overflow:hidden;
}
.three-columns .aside.right-nav.nav-opened .link-opener{background-position:-275px -45px;}
.three-columns .aside.right-nav .aside-menu {display:none;clear: both;margin:0 12px 0;}
.three-columns .aside.right-nav.nav-opened .aside-menu {
	display:block;
	box-shadow:2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow:2px 0 0 rgba(0,0,0,0.1);
}
.three-columns .aside.right-nav .aside-menu ul {padding: 0;}
.aside-menu li {
	margin:0;
	border-top:1px #fac3c0 solid;
	background:none;
	overflow:visible;
}
.aside-menu li:after{
	content:'';
	display:block;
	clear:both;
}
.aside-menu>ul{position:relative;}
.aside-menu>ul>li>a{
	margin:0;
	display:block;
	font:20px/21px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	padding:15px 35px 15px 23px;
}
.aside-menu>ul>li>a:after,
.aside-menu>ul>li>a.media:after{
	content:'';
	display:block;
	clear:both;
	width:13px;
	height:22px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile.png) no-repeat !important;
	top:17px;
	right:17px;
}
.aside-menu .drop{
    position:static;
	display: none;
	width:100%;
	background:#fff url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg3-shadow.png) repeat-y;
	z-index:905;
	overflow:visible;
}
.aside-menu li.opened .drop{display:block;}
.aside-menu .drop ul{
	float:none !important;
	width:100%;
	overflow: hidden;
}
.aside-menu .drop li{border-top:1px #a1a1a1 solid;}
.aside-menu .drop ul:first-child li:first-child{border:0;}
.aside-menu .drop ul a,
.aside-menu .drop ul a:hover {
    background:none;
    color:#000;
    display: block;
    font: 18px/20px 'UniversLTStd',Arial,Helvetica,sans-serif;
    padding: 15px 5px 15px 30px;
}

.aside-menu .drop ul li {height: auto;}
.right-nav .drop .drop-back{
	position:absolute;
	display:block;
	left:12px;
	top:0;
	padding:0;
	width:68px;
	height:44px;
	text-indent:-9999px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat 0 -185px;
	overflow:hidden;
}
.aside-menu li.twocolumns.opened{
	position:static;
	margin:0;
	width:auto;
}
.aside-menu li.twocolumns.opened .drop ul{width:auto;}
.benefits-block .side-nav,
.benefits-frame{display:none;}
.advantages-holder .page-title{
	display:block;
	margin-bottom:26px;
}
.benefits-info{margin-bottom:50px;}
.benefits-info .num {
	font: 30px/46px 'UniversLTStd-BoldCn',Arial,Helvetica,sans-serif;
	height:46px;
	width:52px;
	margin: -2px 0 10px;
}
.benefits-info .box-holder h1 {
	font-size:23px;
	line-height:21px;
	margin:0 0 12px;
}
.benefits-info .box-holder p{
	margin:0 0 3px;
	font-size:15px;
	line-height:17px;
}
.benefits-info .box-holder .right-image{
	margin-left:10px;
	width:36%;
	box-shadow:1px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 2px 0px rgba(0,0,0,0.1);
}
.benefits-info .gray-box{padding:9px 0 3px 18px;}
.benefits-info .gray-box .title{
	float:none;
	display:block;
	margin:0;
	padding-bottom:8px;
	font-size:9px;
	line-height:12px;
	width:100%;
}
.benefits-info .gray-box .col {
	float: left;
	margin:0 5% 0 0;
	width:45%;
}
.benefits-info div.slide .col:first-child {margin-left:0;}
.benefits-info ul.links li{
	font-size:9px;
	line-height:12px;
	padding-left:11px;
	margin-bottom:8px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow09-mobile.png) no-repeat 0 1px;
}
#footer{
	box-shadow:0 -4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 -4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:0 -4px 0px rgba(0,0,0,0.25);
	padding:22px 0 0;
}
#footer .social-row .logo{display:none;}
#footer .socials {
	float: none;
	padding:0 15px 10px 20px;
	overflow:hidden;
}
#footer .socials li{margin:0 0 15px 23px;}
#footer .socials a{
	width:42px;
	height:42px;
}
#footer .socials a.youtube{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile.png) no-repeat;}
#footer .socials a.in{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile.png) no-repeat -50px 0;}
#footer .socials a.facebook{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile.png) no-repeat -100px 0;}
#footer .socials a.pin{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile.png) no-repeat -150px 0;}
#footer .socials a.twitter{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile.png) no-repeat -200px 0;}
#footer .socials a.plus{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile.png) no-repeat -250px 0;}
#footer .socials a.rss{background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile.png) no-repeat -300px 0;}
#footer .nav{display:none;}
#footer .contact-info{
	margin:0;
	padding:60px 20px 32px 46px;
	box-shadow:0 -4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 -4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:0 -4px 0px rgba(0,0,0,0.25);
	width:auto;
}
#footer .contact-info .column,
#footer .contact-info .column2{
    float:none;
    margin:0 0 22px;
    width:100%;
	overflow:hidden;
}
#footer .contact-info h3 {
	margin:0 0 13px;
	font:13px/16px 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
	padding-left:18px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile.png) no-repeat 0 2px;
	text-transform:uppercase;
}
#footer .contact-info dl{margin:0 0 12px 18px;}
#footer .contact-info dl dt{
	font-size:14px;
	line-height:16px;
}
#footer .contact-info dl dd{
	font-size:25px;
	line-height:25px;
}
#footer .contact-info address{
	margin:0 5px 18px 18px;
	display:block;
	font-size:19px;
	line-height:21px;
	overflow:hidden;
}
#footer .search-form{display:none;}
#footer .bottom-row {
	margin:0;
	padding:40px 10px 10px;
	width:auto;
	box-shadow:0 -4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 -4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:0 -4px 0px rgba(0,0,0,0.25);
}
#footer .bot-nav{
	float:none;
	font:10px/14px 'UniversLTStd-Bold',Arial,Helvetica,sans-serif;
	margin:0 0 47px;
	padding:0;
	width:100%;
	text-align:center;
}
#footer .bot-nav ul{float:none;}
#footer .bot-nav li {
	float:none;
	display:inline-block;
	vertical-align:top;
	padding: 0 7px 0 8px;
}
#footer .bot-nav a.sign-in {
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat -175px -25px;
	height: 14px;
	width: 12px;
}
#footer .bottom-logo{
	display:block;
	margin:0 auto 12px;
	width:236px;
	height:35px;
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile.png) no-repeat 0 -100px;
	text-indent:-9999px;
	overflow:hidden;
}
#footer .bottom-logo a{
	display:block;
	height:100%;
}
#footer .copyright {
	float:none;
	font-size: 12px;
	line-height: 15px;
	margin:0 35px 40px;
	text-align:center;
}
#footer .by{
	display:block;
	margin-bottom:18px;
	text-align:center;
	font:9px/15px 'UniversLTStd', Arial, Helvetica, sans-serif;
	color:#7a7978;
	text-transform:uppercase;
}
}
/* retina & hd settings */
@media
( -webkit-min-device-pixel-ratio : 1.5 ) and (max-width: 700px),
( min-resolution : 144dpi ) and (max-width: 700px) {
.home-banner a.btn-red span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow01-mobile@2.png) no-repeat 100% 9px;
	background-size:5px 8px;
}
.promo-gallery .prom-gallery .btn-black span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow01-mobile@2.png) no-repeat 100% 8px;
	background-size:5px 8px;
}
.three-blocks .quotes-box{
	background:#333 url(http://www.strongwell.com/wp-content/themes/strongwell/images/icon2-quotes@2.png) no-repeat 19px 26px;
	background-size:80px 63px;
}
.side-nav a:hover span,
.side-nav a.hover span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow02-mobile@2.png) no-repeat 100% 50%;
	background-size:9px 14px;
}
.sign-in-form .buttons .btn:before{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow02-mobile@2.png) no-repeat;
	background-size:9px 14px;
}
.three-blocks .link-box .btn-red span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow02-mobile@2.png) no-repeat 100% 8px;
	background-size:9px 14px;
}
#footer .socials a.youtube{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile@2.png) no-repeat;
	background-size:340px 42px;
}
#footer .socials a.in{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile@2.png) no-repeat -50px 0;
	background-size:340px 42px;
}
#footer .socials a.facebook{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile@2.png) no-repeat -100px 0;
	background-size:340px 42px;
}
#footer .socials a.pin{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile@2.png) no-repeat -150px 0;
	background-size:340px 42px;
}
#footer .socials a.twitter{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile@2.png) no-repeat -200px 0;
	background-size:340px 42px;
}
#footer .socials a.plus{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile@2.png) no-repeat -250px 0;
	background-size:340px 42px;
}
#footer .socials a.rss{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/icons-social-mobile@2.png) no-repeat -300px 0;
	background-size:340px 42px;
}
#footer .contact-info h3 {
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile@2.png) no-repeat 0 2px;
	background-size:9px 14px;
}
.side-nav a span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile@2.png) no-repeat 100% 50%;
	background-size:9px 14px;
}
.page-title .arrow{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile@2.png) no-repeat 100% 2px;
	background-size:9px 14px;
}
.links-table .links .hold:before{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile@2.png) no-repeat;
	background-size:9px 14px;
}
.aside-menu .drop a{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile@2.png) no-repeat 22px 5px;
	background-size:9px 14px;
}
.list-holder .list li{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile@2.png) no-repeat 0 3px;
	background-size:9px 14px;
}
.benefits-info ul.links li{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow03-mobile@2.png) no-repeat 0 2px;
	background-size:9px 14px;
}
#main-nav .drop .links a span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04-mobile@2.png) no-repeat 100% 50%;
	background-size:13px 22px;
}
#main-nav>ul>li>a>span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow04-mobile@2.png) no-repeat 100% 10px;
	background-size:13px 22px;
}
#main-nav .drop .links a:hover span,
#main-nav .drop .links a.hover span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile@2.png) no-repeat 100% 50%;
	background-size:13px 22px;
}
#main-nav .products .item .info{
	background:#323232 url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile@2.png) no-repeat 100% 50%;
	background-size:13px 22px;
}
#main-nav .drop .links span,
#main-nav .drop .links a:hover span,
#main-nav .drop .links a.hover span{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile@2.png) no-repeat 100% 50% !important;
	background-size:13px 22px;
}
.aside-menu>ul>li>a:after,
.aside-menu>ul>li>a.media:after{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow05-mobile@2.png) no-repeat !important;
	background-size:13px 22px;
}
.sign-in-form .buttons .btn:before{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow06-mobile@2.png) no-repeat;
	background-size:6px 9px;
}
.links-table .links .hold:before {
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow07-mobile@2.png) no-repeat;
	background-size:10px 16px;
}
.benefits-info ul.links li{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/arrow09-mobile@2.png) no-repeat 0 1px;
	background-size:6px 10px;
}
.header-holder .logo{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat -150px 0;
	background-size:325px 230px;
}
.main-navigation .nav-holder .nav-opener{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat;
	background-size:325px 230px;
}
.main-navigation .nav-opener.active{background-position:-75px 0;}
#main-nav .drop .drop-title .btn-back{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat -150px -45px;
	background-size:325px 230px;
}
.top-section .search-form a.opener{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat 0 -50px;
	background-size:325px 230px;
}
.promo-gallery .prom-gallery .control a{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat -150px -25px !important;
	background-size:325px 230px;
}
.promo-gallery .prom-gallery .control a.active{background-position:-160px -25px !important;}
.manual-detail .tools-row a.zoom-plus,
.manual-detail .tools-row a.zoom-minus,
.manual-detail .tools-row a.next,
.manual-detail .tools-row a.prev{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat -40px -140px;
	background-size:325px 230px;
}
.three-columns .aside.right-nav .link-opener{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat -225px -45px;
	background-size:325px 230px;
}
.right-nav .drop .drop-back{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat 0 -185px;
	background-size:325px 230px;
}
#footer .bot-nav a.sign-in {
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat -175px -25px;
	background-size:325px 230px;
}
#footer .bottom-logo{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat 0 -100px;
	background-size:325px 230px;
}
.benefits-info a.opener:after{
	background:url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites-mobile@2.png) no-repeat -80px -185px;
	background-size:325px 230px;
}
.benefits-info .slide-opened a.opener:after{background-position:-120px -185px;}
}
/* Transparent overlay under the images slider */
.body-overlay { 
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
/* Add the video slider styles */
.vsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}
img.vsImg {
    max-width: none;
}
.vsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
}
.vsPlayBtn {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}
.vsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    border-radius: 4px 4px 4px 4px;
    transition: all 0.3s ease 0s;
    background: url(http://www.strongwell.com/wp-content/themes/strongwell/images/vsprites.png) no-repeat scroll 0px -32px rgba(0, 0, 0, 0.75);
}
.vsVideoFrameHolder {
    background: none repeat scroll 0% 0% rgb(21, 21, 21);
    color: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.vsVideoFrameHolder.vsVideoActive {
    opacity: 1;
}
.vsVideoContainer iframe, .vsVideoContainer embed {
    position: absolute;
    z-index: 50;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.vsCloseVideoBtn {
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
}
.vsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(http://www.strongwell.com/wp-content/themes/strongwell/images/vsprites.png) repeat scroll -64px 0px rgba(0, 0, 0, 0.75);
}

/*
----------------------------------------------------------------------------- 
EOD
-----------------------------------------------------------------------------*/

.news-post{
	margin: 0 0 30px 0;
	float: left;
}

.news-post .image{
	width: 150px;
	float: left;
	margin: 0 10px 0 0;
}
.news-post .text H2{
	font-size: 15px;
	line-height: 18px;
}
.news-post .meta{
	margin: 0;
	font-size: 11px;
}
.news-post P{
	margin: 0;
	padding:0;
	font-size: 14px;
	line-height: 18px;
}
.clear{
	clear: both;
}
#back.red-row {
height: 52px;
margin: 0 -13px 20px -8px;
padding-right: 12px;
background: url(images/bg-heading-manual-detail.png) no-repeat 100% -120px;
}
#back.red-row .hold {
padding-left: 3px;
height: 52px;
background: url(images/bg-heading-manual-detail.png) no-repeat;
}
#back.red-row .frm {
padding: 10px 0 0 20px;
height: 42px;
background: url(http://www.strongwell.com/wp-content/themes/strongwell/images/bg-heading-manual-detail.png) repeat-x 0 -60px;
color: #fff;
}
#back.red-row .btn-back {
float: left;
padding-left: 20px;
font: 14px/20px 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
background: url(images/arrow08.png) no-repeat 0 4px;
color: #fff;
}
#banner-fade {
margin: 0 0 0 29px;
padding: 4px 0 4px 24px;
display: inline-block;
vertical-align: top;
border-left: 1px #000 solid;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-banner .bottom-bar p {
margin: 0;
padding: 0;
display: inline-block;
vertical-align: top;
font-size: 12px;
border-left: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 24px;
}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* MODS BY Andrej Mihovec */
	.detail-frame.document-wrapper { padding: 0; position: relative; background: url(images/gde-ajax-loader.gif) center no-repeat; line-height: 0; height: 150px; }
	.detail-frame.document-wrapper #loginform { margin: 0 auto; width: 270px; }
	.detail-frame.document-wrapper center { margin: 15px 15px 30px 15px; }
	.gde-frame, .google-doc-iframe { visibility: hidden; }
	.full-width { width: 100% !important; }

	.slide-block.grid li { list-style-type: none; display: inline-block; width: 120px; margin-bottom: 40px; margin-right: 5px;}

	.slide-block.grid li span, .slide-block.grid li span a { color: #ee2e24; font-size: 12px; line-height: 26px; padding: 0; }
	.slide-block.grid li span.TITLE{display: block; line-height: 14px; margin: 16px 0 6px 0;}
	.slide-block.grid li .hold { padding: 0; border: 0; text-indent: 15px; }
	.slide-block.grid .links-table .links .hold:before { right: auto; left: 0; }
	.slide-block.grid .links { padding: 0 39px 0 37px; width: auto; box-sizing: border-box; }
	.slide-block.grid .img-wrapper { background-color: #f3f3f3; height: 120px; text-align: center; }
	.slide-block.grid .img-wrapper img { max-width: 120px; height: auto; max-height: 120px; }
	.items-requested { background-color: #ee2e24; height: 42px; line-height: 42px; width: 245px; color: #ffffff; font-size: 14px; border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; display: block; text-indent: 35px; float: right; margin-bottom: 15px; position: relative; }
	.items-requested:hover { background: #323232; text-decoration: none; }
	.items-requested .plus-icon { background: url(http://www.strongwell.com/wp-content/themes/strongwell/images/sprites.png); background-position: -310px -62px; width: 24px; height: 24px; display: inline-block; position: absolute; right: 25px; top: 9px; }
	.items-requested:hover .plus-icon { background-position: -100px 0; }
	@media only screen and (min-width: 700px) {
		.detail-frame.document-wrapper { height: 795px; }
	}
	@media only screen and (max-width: 960px) {
/*		.slide-block.grid .links { padding: 0 15%; }
		.slide-block.grid li.grid-item-3 { clear: both; } */
	}
	@media only screen and (max-width: 700px) {
/*		.slide-block.grid li { float: none; margin-left: auto !important; margin-right: auto !important; }*/
	}
	@media only screen and (max-width: 520px) {
		.data-slide .slide-block .links-table{padding: 5% 0 0 0;}	
		.slide-block.grid .links{padding: 0 0 0 5%;}
		.data-slide .slide-block .opener{font-size: 14px;line-height: 16px;}
		.slide-block.grid li{margin-bottom: 20px;}
	}		
	.custom-popup-wrapper { display: none; background: url(http://www.strongwell.com/wp-content/themes/strongwell/images/bgOpacityBlack50.png) repeat; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999999; }
	.custom-popup-wrapper > .custom-popup { background: #ffffff; padding: 20px; width: 85%; max-width: 500px; display: none; margin-left: auto; margin-right: auto; position: relative; }
	.custom-popup-wrapper > .custom-popup .content { overflow: auto; }
	.custom-popup-wrapper > .custom-popup .btn { display: block; width: 80%; margin: 10px auto; height: 50px; line-height: 50px; text-align: center; background-color: #ee2e24; color: #ffffff; text-decoration: none; }
	.custom-popup-wrapper > .custom-popup .btn:hover { background-color: #323232; color: #ffffff; text-decoration: none; }
	.close-custom-popup { position: absolute; top: -20px; right: -20px; color: #FFF; background-color: #000; padding: 5px 15px; text-decoration: none; }
	.close-custom-popup:hover { color: #000; background-color: #DDD; text-decoration: none; }
	.form-popup .delete-item { text-decoration: none; margin-left: 10px; display: inline-block; color: #ff0000; }
	.form-popup .delete-item:hover { color: #000000; }
	/*
	body.home #header{position: static;}
	body.home #content{padding-top:22px}
	body.home .main-navigation{position: static;}	
	*/
	body.home.userLoggedIn #header { top: 28px; }
	body.home.userLoggedIn #content {  }
	body.home.userLoggedIn .main-navigation { top: 101px; }
	.blackOverlay { background-color: #000; display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 800; opacity: 0.55; }
	/*
	#main-nav #drop-markets .products ul{width: 24%;}
	#main-nav #drop-reference .products ul{width: 30%;}
	*/
	@media only screen and (max-width: 700px) {
		#main-nav .products .name { color: #ffffff; }	
	}
	
	.pdf-document-single { visibility: hidden; }
	.noIE { display: none !important; }
	.ie .detail-frame.document-wrapper { height: 780px !important; }
	.bottomShadowIE { display: none; }
	
	#s2member-pro-paypal-registration-form-custom-reg-field-data-type-div, 
	#s2member-pro-paypal-registration-form-custom-reg-field-registered-date-div { display: none; }
	
/* STRONGWELL ADDED CSS */

p.wp-caption-text {
font: 12px 'UniversLTStd-Black',Arial,Helvetica,sans-serif;
font-style: italic;
text-align: center;
}

/* KELLY ADDED CSS */

table.initiativesTable, table.complianceTable{width:630px; margin:15px 0 0 0; text-align:left; border:2px solid #c7e4ac; border-collapse:collapse;}
table.initiativesTable tr.heading,table.complianceTable tr.heading{border:1px solid #e2f0cf; background-color:#8bc540;}
table.initiativesTable tr.odd, table.complianceTable tr.odd{background-color:#e2f0cf; border:0px; border-bottom:1px solid #8bc540; }
table.initiativesTable tr.even , table.complianceTable tr.even{background-color:#fff; border-bottom:1px solid #8bc540; }	
table.initiativesTable th , table.complianceTable th{padding:10px;  color:#fff; }
table.initiativesTable td , table.complianceTable td{padding:10px; border-right:0px solid #8bc540; font-size: 13px;}
table.initiativesTable td.bolder  , table.complianceTable td.bolder{font-weight:bold!important; font-size: 13px;}
table.initiativesTable .highlighted, table.complianceTable .highlighted{background-color:#f6e634;}
.green-content p.footnote{font-size:12px!important;}

/* CUSTOMER SERVICE WHOS WHOS PAGE */

#customerservice {
	width: 90%;
	margin: 0 auto;
	text-align: center;	
}

#csheader {
	font-weight: bold;
	font-size:14px;
}

#cstitle {
	font-size:12px;
	line-height: 14px;
}

#csphone {
	font-size:12px;
	margin-top: 10px;
}
	
#csprimary {
	background-color:#999;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;
	color: #000 !important;
	height: 265px;
}

#cscontent {
	background-color:#999;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;	
	color: #000 !important;
	height: 265px;
}

#cssecondary {
	background-color:#999;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;	
	color: #000 !important;
	height: 265px;
}

#csspotone {
	background-color:#999;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;
	color: #000 !important;
	height: 290px;
}

#csspottwo {
	background-color:#FFF200;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;	
	color: #000 !important;
	height: 290px;
}

#csspotthree {
	background-color:#0072BC;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;	
	color: #000 !important;
	height: 290px;
}

#csspotfour {
	background-color:#ED2024;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;
	color: #000 !important;
	height: 290px;
}

#csspotfive {
	background-color:#22B24C;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;	
	color: #000 !important;
	height: 290px;
}

#csspotsix {
	background-color:#999;
	border: 1px solid #666;
    float: left;
    width: 130px;
	margin: 10px;
	padding: 10px;	
	color: #000 !important;
	height: 290px;
}

div.ws-plugin--s2member-pro-login-widget-lost-password {
padding-top: 25px;
padding-bottom: 15px;
text-align: center;
}

div.ws-plugin--s2member-pro-login-widget-lost-password a {
color: #ee2e24;
font: 16px 'UniversLTStd-XBlack', Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
letter-spacing: .7px;
}
@media only screen and (min-width: 1201px) {
.home-banner .column{
	padding-left:110px;
	}
.home-banner .image{
	right:40px;
	}
.promo-gallery .box{
	margin-left:-590px;
	}
}

@media only screen and (min-width: 1501px) {	
	.promo-gallery .gallery-holder{
	float:left;
	width:49%;
	}
}

@media only screen and (min-width: 1401px) {
.home-banner .column{
	padding-left:180px;
	}
.home-banner .image{
	right:80px;
	}
}
:::::::::: Strongwell Added Webform ::::::::::::::::::

html.webform{background:#eee;}

body.webform{margin:17px 0 15px 0;padding:0;text-align:center;font-size:small;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;}

#container.webform{text-align:left;background:#fff;border:1px solid #ccc;-webkit-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;-moz-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;box-shadow:rgba(0,0,0,.2) 0px 0px 5px;}

#container.webform, #bottom.webform{margin:0 auto;width:540px;}

#bottom.webform{width:550px;height:10px !important;margin-bottom:10px;display:block !important;}

form.CoreMotives.webform{margin:20px 14px 0 14px;padding:0 0 20px 0;position:relative;}

img.webform, a img.webform{border:none;-ms-interpolation-mode: bicubic;}

* html #bottom.webform{ _behavior: url(//databroker.coremotives.com/Styles/WebForms/iepngfix.htc);}

.CoreMotives.webform{font-family:"Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;letter-spacing:.01em;text-rendering: optimizeLegibility;}

.CoreMotives li.webform{width:64%;}

form ul.webform{margin:0;padding:0;list-style-type:none;}

* html form ul.webform{ width:99%;zoom:1;}

form li.webform{margin:0;padding:6px 1% 9px 1%;clear:both;background-color:transparent;position:relative; -webkit-transition: background-color 350ms ease-out;}

form ul:after.webform,form li:after.webform, form li div:after.webform{content:""; display:block;height:0; clear:both; visibility:hidden;}

* html form li.webform{height: 1%;margin-bottom:-3px;}

*+html form li.webform{height: 1%;margin-bottom:-3px;}

* html form li div.webform{display:inline-block;}

*+html form ul.webform, *+html form li div.webform{display:inline-block;}

form li div.webform{margin:0;padding:0;color:#444;}

form li span.webform{margin:0 .3em 0 0;padding:0;float:left;color:#444;}

form li div span.webform{margin:0;display:block;width:100%;float:left;}

li.twoColumns div span.webform{width:48%;margin:0 5px 0 0;}

li.threeColumns div span.webform{width:30%;margin:0 5px 0 0;}

li.notStacked div span.webform{width:auto;margin:0 7px 0 0;}

form li.complex.webform{padding-bottom:0; padding-left:0; padding-right:0;}

form li.complex div span.webform{width:auto;margin:0 .3em 0 0;padding-bottom:12px;}

form li.complex div span.full.webform{margin:0;}

form li.complex div span.left.webform, form li.complex div span.right.webform{margin:0;width:48%;}

form li.complex div span.full input.webform, form li.complex div span.full select.webform, form li.complex div span.left input.webform, form li.complex div span.right input.webform,form li.complex div span.left select.webform,form li.complex div span.right select.webform{width:100%;}

.left.webform{float:left;}

.right.webform{float:right;}

.clear.webform{clear:both !important;}

label span.webform, .section span.webform, p span, .likert span.webform{display:inline !important;float:none !important;}

.rtl .info h2.webform, .rtl .info div.webform, .rtl label.desc.webform, .rtl label.choice.webform, .rtl div label.webform, .rtl span label.webform, .rtl input.text.webform, .rtl textarea.textarea.webform, .rtl select.select.webform, .rtl p.instruct.webform, .rtl .section h3.webform, .rtl .section div.webform, .rtl input.btTxt.webform{direction:rtl;}

form li div label.webform, form li span label.webform{margin:0;padding-top:3px;clear:both;font-size:85%;line-height:160%;color:#444;display:block;}

label.desc.webform{font-size:95%;font-weight:bold;color:#222;line-height:150%;margin:0;padding:0 0 3px 0;border:none;display:block;}

label.choice.webform{display:block;font-size:100%;line-height:150%;margin:-17px 0 0 23px;padding:0 0 5px 0;color:#222;width:88%;}

.safari label.choice.webform{margin-top:-16px;}

form.rightLabel label.desc.webform{padding-top:2px;}

span.symbol.webform{font-size:120%;line-height:135%;}

form li .datepicker.webform{float:left;margin:.19em 5px 0 0;padding:0;width: 16px;height: 16px;cursor:pointer !important;}

form span.req.webform{display:inline;float:none;color:red !important;font-weight:bold;margin:0;padding:0;}

form li div label var.webform{font-weight:bold;font-style:normal;}

form li div label .currently.webform{display:none;}

input.text.webform, input.search.webform, input.file.webform, textarea.textarea.webform, select.select.webform{font-family:"Lucida Grande", Tahoma, Arial, sans-serif;font-size:100%;color:#333;margin:0;padding:2px 0;}

input.text, input.search, textarea.textarea{border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-right:1px solid #c3c3c3;border-bottom:1px solid #ddd;background:#fff url(//databroker.coremotives.com/Styles/WebForms/fieldbg.gif) repeat-x top;}

select.select.webform{padding:1px 0 0 0;}

input.search.webform{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding-left:6px;}

input.checkbox.webform, input.radio.webform{display:block;margin:4px 0 0 0;padding:0;width:13px !important;height:13px;}

input.other.webform{margin:0 0 8px 25px;}

.safari select.select.webform{font-size:120% !important;margin:0 0 1px 0;}

* html select.select.webform{margin:1px 0;}

*+html select.select.webform{margin:1px 0;}

.center.webform, form li span.center input.text.webform, form li span.center label.webform,form li.name span label.webform,form li.date input.text.webform, form li.date span label.webform, form li.phone input.text.webform, form li.phone span label.webform,form li.time input.text.webform, form li.time span label.webform{text-align:center;}

form li.time select.select.webform{margin-left:5px;}

form li.price .right.webform{text-align:right;}

.third.webform{width:32% !important;}

.half.webform{width:48% !important; padding-left:1%; padding-right:1%;}

.full.webform{width:100% !important;}

input.small.webform, select.small.webform{width:25%;}

input.medium.webform, select.medium.webform{width:50%;}

input.large.webform, select.large.webform, textarea.textarea.webform{width:100%;}

.msie[class] select.ieSelectFix.webform{width:auto;}

.msie[class] select.ieSelectFix.small.webform{min-width:25%;}

.msie[class] select.ieSelectFix.medium.webform{min-width:50%;}

.msie[class] select.ieSelectFix.large.webform{width:100%;}

textarea.small.webform{height:5.5em;}

textarea.medium.webform{height:10em;}

textarea.large.webform{height:20em;}

li.file a.webform{color:#222;text-decoration:none;}

li.file span.webform{display:inline;float:none;}

li.file img.webform{display:block;float:left;margin:0 0 0 -10px;padding:5px 5px 7px 5px;}

li.file .file-size.webform, li.file .file-type.webform{color:#666;font-size:85%;text-transform: uppercase;}

li.file .file-name.webform{display:block;padding:14px 0 0 0;color:blue;text-decoration:underline;}

li.file .file-delete.webform{color:red !important;font-size:85%;text-decoration:underline;}

li.file a:hover .file-name.webform{color:green !important;}

li.file a:hover .file-name.webform{color:green !important;}

.col1 td.webform{width:30%;}

.col2 td.webform{width:25%;}

.col3 td.webform{width:18%;}

.col4 td.webform{width:14.5%;}

.col5 td.webform{width:12%;}

.col6 td.webform, .col7 td.webform{width:10%;}

.col8 td.webform, .col9 td.webform, .col10 td.webform{width:6.5%;}

.col11.webform{width:6%;}

.hideNumbers tbody td label.webform{display:none;}

form li.buttons.webform{width:auto !important;position:relative;clear:both;padding:10px 1% 10px 1%;}

form li.buttons input.webform{font-size:100%;margin-right:5px;}

input.btTxt.webform{padding:0 7px;width:auto;overflow:visible;}

.safari input.btTxt.webform{font-size:120%;}

.buttons .marker.webform{position:absolute;top:0;right:0;padding:15px 10px 0 0;color:#000;width:auto;}

button.link.webform{display:inline-block;border:none;background:none;color:blue;text-decoration:underline;cursor:pointer;padding:0;font-size:100%;}

button.link:hover.webform{color:green;}

.noI form li.webform, .altInstruct form li.webform{width:auto !important;}

.noI .leftLabel .buttons.webform, .noI .rightLabel .buttons.webform{padding-left:31%;}

.noI .leftLabel .buttons div.webform, .noI .rightLabel .buttons div.webform{margin:0 0 0 17px;}

form li.leftHalf.webform, form li.rightHalf.webform{width:47% !important;}

form li.leftThird.webform, form li.middleThird.webform, form li.rightThird.webform{width:30% !important;}

form li.leftHalf.webform, form li.leftThird.webform{clear:left !important;float:left;}

form li.middleThird.webform{clear:none !important;float:left;width:30% !important;margin-left:2% !important;}

form li.rightHalf.webform, form li.rightThird.webform{clear:none !important;float:right;}

li.leftHalf .small.webform, li.rightHalf .small,li.leftHalf .medium.webform, li.rightHalf .medium.webform,li.leftThird .small.webform, li.middleThird .small.webform, li.rightThird .small.webform,li.leftThird .medium.webform, li.middleThird .medium.webform, li.rightThird .medium.webform{width:100%;}

form li.focused.webform, form li span.focused.webform{background-color:#fff7c0;}

form .instruct.webform{position:absolute;top:0;left:0;z-index:1000;width:45%;margin:0 0 0 8px;padding:8px 10px 10px 10px;border:1px solid #e6e6e6;background:#f5f5f5;visibility:hidden;opacity:0;font-size:105%;-webkit-transition: opacity 350ms ease-out;}

form .instruct small.webform{line-height:120%;font-size:80%;color:#444;}

form li.focused .instruct.webform, form li:hover .instruct.webform{left:100%; visibility:visible;opacity:1;}

form li.section.webform{clear:both;margin:0;padding:7px 0 0 0;width:auto !important;position:static;}

form li.section h3.webform{font-weight:normal;font-size:110%;line-height:135%;margin:0 0 3px 0;width:auto;padding:12px 1% 0 1%;border-top:1px dotted #ccc;}

form li.first.webform{padding:0;}

form li.first h3.webform{padding:8px 1% 0 1%;border-top:none !important;}

form li.section div.webform{display:block;width:auto;font-size:85%;line-height:160%;margin:0 0 1em 0;padding:0 1% 0 1%;}

form li.section.scrollText.webform{border:1px solid #dedede;height:150px;overflow:auto;margin-bottom:10px;padding:10px;-webkit-box-shadow:rgba(0,0,0,.15) 0px 0px 3px;-moz-box-shadow:rgba(0,0,0,.15) 0px 0px 3px;box-shadow:rgba(0,0,0,.15) 0px 0px 3px;}

form li.section.scrollText h3.webform{border:none;padding-top:8px;}

form li.error.webform, form span.error.webform{display:block !important;background-color: #FFDFDF !important;margin-bottom:3px !important;}

form li label.error.webform, form li input.error.webform, form span label.error.webform, form span input.error.webform{color:#DF0000 !important;font-weight:bold !important;}

form li input.error.webform, form span input.error.webform{background:#fff !important;border:2px solid #DF0000 !important;}

form li.error label.webform, form li.error span.symbol.webform, form span.error label.webform, form span.error span.symbol.webform{color:#000 !important;}

form li.error label.desc.webform, form span.error label.desc.webform{color:#DF0000 !important;}

form p.error.webform{display:none;margin:0 !important;padding:7px 0 0 0 !important;line-height:10px !important;font-weight:bold;font-size:11px;color:#DF0000 !important;clear:both;}

form li.error p.error.webform{display:block;}

form li.complex p.error.webform{padding:0 0 9px 0 !important;}

@media print.webform{#public.webform, h2.webform{margin:0;}#container.webform{border:none !important;width:100%;}#bottom.webform, #logo.webform, form .buttons.webform, #printPage, .icon.webform{display:none !important;}form.CoreMotives{margin:0;padding:0;page-break-inside:auto;}form.CoreMotives .instruct{display:block;}}




.form-header {
font-size: 47px; line-height: 46px; text-shadow: 2px 3px 0 rgba(0,0,0,0.2); text-transform: uppercase; color: #EE2E24; font-family: 'UniversLTStd-Black', Arial, Helvetica, sans-serif; font-weight: normal; text-align: center;
}

.webform {
max-width: 550px;
margin: 0 auto;
}


.image-right{
	margin:5px -48px 10px 30px;
	float:right;
	box-shadow:2px 3px 0px rgba(0,0,0,0.1);
	position:relative;
}

.image-right:after{
    background: url("http://www.strongwell.com/wp-content/themes/strongwell/images/bg-arrow-visual.png") no-repeat scroll 0 0 transparent;
    bottom: -12px;
    clear: both;
    content: "";
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 12px;
}

/* Technically Capable Page Styling */
dd.wp-caption-text.gallery-caption {
	font-size: 14px;
	line-height: 17px;
	padding: 10px;
	
}

#gallery-3 {
margin: -20px !important;
}

span#captionText {
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
}
/* End Technically Capable Page Styling */