/*
Theme Name: Suttner America Theme
Theme URI: http://www.suttner.com/
Author: T.B.
Author URI: http://www.boomerco.com/
Description: Custom Theme For Suttner America 
Version: 1.0
Tags: white, grey, blue, responsive, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, mobile, iphone, android, webkit, css3, transitions, custom-fonts, minimalism
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	height: 101%;
}
body {
	height: 101%;
	font-size: 15px;
	line-height: 1;
	/* background: #8f939d url(/images/bg.png); */
	background: #000; 
	font-family: 'Open Sans', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	width: 100%;
}
header {
	width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	max-width: 100%;
}
p {
	font-size: 15px;
	line-height: 16px;
	color: #565656;
	margin-bottom: 13px;
}
a {
	text-decoration: none;
	color: #0049a9;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
}
a:hover {
	text-decoration: underline;
	color: #475d7b;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/** page wrapping **/
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	background: #dde0e8;
	position: relative;
	min-height: 800px;
    height: 100%;
}

.wrapper_home {
	max-width: 1200px;
	margin: 0 auto;
	background: #FDFDFD;
}
#top {
	margin-bottom: 40px;
}
#top h1 {
	font-family: "Quando", "Trebuchet MS", Tahoma, serif;
	font-size: 4.0em;
	letter-spacing: -0.1em;
	line-height: 1.8em;
	color: #575757;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}
#top h1 a {
	color: #575757;
}
#top h1 a:hover {
	color: #575757;
	text-decoration: none;
}
#mainbody {
	display: block;
	z-index: auto;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	background: #FDFDFD;
}
#top_bar {
	background: #000;
	max-height: 110px;
	height: 100%;
	width: 100%;
	float: left;
	border-top: 8px solid #2b73ad;
	clear: both;

	
	top: 0;
	z-index: 9999;
	-webkit-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.75);
box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.75);
}
#top_header {
	max-width: 1200px;
	margin: 0 auto;
}
/** Top Navigation **/

#top_nav ul {
	display: block;
	width: 100%;
	background: #2b73ad;
	padding: 0px;
	margin: -8px 0px 0px 0px;
}
#top_nav ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	margin: 0px;
}
#top_nav ul li a {
	display: block;
	position: relative;
	padding: 0px 12px;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	line-height: 40px;
	color: #fff;

}
#top_nav ul li a:hover {
	color: #fff;
	transition: all 0.5s ease;
	background: #1e6198;
}

#top_nav ul li.current_page_item a {
	color: #fff;
	transition: all 0.5s ease;
	background: #1e6198;
}
/* #top_nav ul li.current_page_item a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 35%;
	width: 0;
height: 0;
border-style: solid;
border-width: 0 22.5px 8px 22.5px;
border-color: transparent transparent #dde0e8 transparent;
}
*/
#top_nav ul li ul {
	display: none;
	margin: 0 0 0 0px;
	position: absolute;
	top: 40px;
	zoom: 1;
	z-index: 9999;
	text-align: left;
	border-radius: 0px;
	background: none;
		transition: all 0.5s ease;
}
#top_nav ul li.current_page_item ul li a {
	font-weight: normal;
	background: #262323;
	color: #fff;
		transition: all 0.5s ease;
}
#top_nav ul li.current_page_item ul li a:hover {
	font-weight: normal;
	background: #dde0e8;
	color: #262323;
}
#top_nav ul li ul li {
	display: block;
	width: 12em;
	border: 0;
}
#top_nav ul li ul li a {
	color: #fff;
	padding: 0px 18px;
	font-size: 13px;
	background: #262323;
}
#top_nav ul li ul li a:hover {
	border-radius: 0px;
}
#top_nav ul li:hover > ul {
	display: block;
}
#top_nav ul li:hover > a {
	text-decoration: none;
}

#breadcrumbs{
    list-style:none;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
    overflow:hidden;
	border-bottom: 1px solid #dde0e8;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
	font-size: 14px;
}
  
#breadcrumbs .separator{
    font-size:13px;
    font-weight:100;
    color:#ccc;
}

/** full navigation **/
#navbar {
	display: none;
}
nav {
	display: block;
}
#n ul {
	display: block;
	height: 35px;
	border: 1px solid #eaeaea;
	border-bottom-color: #cacaca;
	clear: both;
}
#n ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	border-right: 1px solid #e1e1e1;
	width: 100%;
	background: #fff;
}
#n ul li a {
	display: block;
	padding: 0px 12px;
	line-height: 50px;
	color: #777;
}
#n ul li a:hover {
	color: #477aad;
	text-decoration: none;
	background: #fafafa;
}
#n ul li ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 50px;
	zoom: 1;
	z-index: 9999;
	background: #fff;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #e1e1e1;
}
#n ul li ul li {
	display: block;
	width: 11em;
	border: 0;
}
#n ul li ul li a {
	background: #fff;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
#n ul li:hover > ul {
	display: block;
}
#n ul li:hover > a {
	text-decoration: none;
}
/** posts **/
#content {
	width: 100%;
}
#main {
	display: block;
	width: auto;
	box-sizing: border-box;
	margin-left: 215px;
	-moz-box-sizing: border-box;
	padding: 12px 20px 0px 20px;

}
#main_home {
	display: block;
	width: auto;
	box-sizing: border-box;
	margin-left: 0px;
	-moz-box-sizing: border-box;
	padding: 12px 12px 0px 12px;
}

#prod_category_wrap {
	
	display: block;
	width: auto;
	box-sizing: border-box;
	margin-left: 0px;
	-moz-box-sizing: border-box;
	padding: 10px 7px 0px 7px;
}
#home {
}
#home h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #242424;
	font-size: 24px;
	font-weight: normal;
	margin: 12px 0px 10px 0px;
}

#home h3 {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	background: #0e6eb6;
	line-height: 34px;

	font-weight: normal;
	margin: 0px 0px 15px 0px;
	text-align: left;
	padding: 0px 10px;
	font-weight: bolder;
}


.post {
	display: block;
}
.post header {
	display: block;
	margin-bottom: 25px;
}
.post p {
	margin-bottom: 20px;
	line-height: 1.7em;
}
.post header h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	margin-bottom: 4px !important;
	color: #262323;
}
.post header h2.bigger {
	font-size: 28px !important;
}
.post h3 {
	font-size: 1.7em;
	color: #818181;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 6px 4px;
	background: #f5f5f5;
	margin-bottom: 15px;
	margin-top: 5px;
}
.post h4 {
	display: block;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #56b972;
	line-height: 1.5em;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-decoration: none;
	padding-left: 25px;
	border-left: 3px solid #56b972;
}
.post .meta {
	border-top: 1px solid #dfe5eb;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0px 0px 0px;
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	color: #666;
}
#category {
	padding-top: 3px;
	color: #666;
}
.post blockquote {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fbf0de;
	padding: 9px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 18px;
}
.post blockquote p {
	font-style: italic;
	font-weight: normal;
	color: #797064;
	margin-bottom: 3px;
	font-size: 1.9em;
}
.post .postcontent {
	margin-bottom: 25px;
}
.post .more-link {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 15px;
}
.post p .more-link {
	font-size: 1.0em;
}
.postbrdr {
}
.archiveshead h2 {
	font-size: 2.2em;
	color: #454545;
	font-weight: bold;
	line-height: 1.55em;
}
#navbelow {
	display: block;
	width: 100%;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.nav-prev {
	float: left;
	display: block;
}
.nav-next {
	float: right;
	display: block;
}
.nav-prev a, .nav-next a {
	display: block;
	font-size: 1.3em;
	padding: 0px 20px;
	float: right;
	font-size: 14px;
	background: #0049a9;
	border: 1px solid #0049a9;
	border-radius: 5px;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
}
.nav-prev a:hover, .nav-next a:hover {
	opacity: .85;
	cursor: pointer;
}
#home_post {
	padding: 0px 15px;
	border: 2px solid #e7e9eb;
	margin-bottom: 12px;
}
/** comments **/
#comments {
	display: block;
	margin-top: 15px;
}
.post #comments h3 {
	font-size: 1.7em;
	line-height: 1.45em;
	color: #818181;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 6px 10px;
	background: #f5f5f5;
}
#comments #respond {
	margin-left: 0;
}
#comments .commentlist .comment #respond {
	margin-left: 35px;
	font-size: 1.0em;
}
/* for the threaded reply comment form styles */
		
#cancel-comment-reply {
	font-weight: bold;
	display: block;
	position: relative;
}
#cancel-comment-reply-link {
	display: block;
	padding: 0px 4px;
	font-size: 0.8em;
	position: absolute;
	right: 0;
	top: -12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#cancel-comment-reply-link:hover {
	color: #fff;
	text-decoration: none;
	background: #5d9de5;
}
.commentlist {
	list-style: none;
}
.commentlist .comment {
	display: block;
	position: relative;
	margin-bottom: 28px;
}
.commentlist .comment .comment-author {
	position: relative;
}
.commentlist .comment .comment-author .avatar {
	display: inline-block;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #ccc;
	margin-right: 15px;
}
.commentlist .comment .comment-author .fn {
	font-weight: bold;
	font-size: 1.65em;
	line-height: 1.1em;
	font-style: normal;
	position: absolute;
	top: 2px;
	color: #535353;
}
.commentlist .comment .comment-author .says {
	display: none;
}
.commentlist .comment .comment-meta {
	position: absolute;
	top: 25px;
	margin-left: 60px;
	font-size: 1.2em;
}
.commentlist .comment p {
	display: block;
	margin-top: 15px;
	padding-right: 10px;
}
.commentlist .comment .comment-body .reply {
	font-size: 1.3em;
}
.commentlist .comment .comment-body .reply a.comment-reply-link {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.comment-awaiting-moderation {
	font-size: 1.2em;
	color: #444;
	display: block;
	text-decoration: underline;
	text-align: center;
	margin-top: 4px;
	margin-bottom: -5px;
}
.commentlist .comment ul.children {
	margin-left: 40px;
	padding-top: 15px;
}
#commentform {
	display: block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 6px;
}
#commentform label {
	font-size: 1.2em;
	line-height: 1.6em;
	display: block;
	width: 100%;
	color: #575757;
	margin-bottom: 2px;
	font-weight: bold;
}
#commentform label small {
	display: inline;
	size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #7dafe6;
}
#commentfields #commentfields {
	display: block;
	margin-bottom: 4px;
}
#commentfields #commentfields .ibox {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
#commentfields .basicinput {
	display: block;
	padding: 7px 6px;
	font-size: 1.5em;
	width: 90%;
	outline: none;
	border: 1px solid #dbdbdb;
	color: #487cb7;
}
#commentfields textarea {
	display: block;
	padding: 5px 4px;
	font-size: 1.45em;
	width: 90%;
	height: 125px;
	outline: none;
	border: 1px solid #dbdbdb;
	color: #487cb7;
}
#commentform #comment {
	display: block;
	margin-bottom: 8px;
	color: #565656;
	font-size: 1.4em;
	font-family: Arial, Tahoma, sans-serif;
	line-height: 1.5em;
	padding: 4px 7px;
}
#commentform #submit, .button {
	-moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color: #79bbff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #469df5;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: 1.45em;
	font-weight: bold;
	padding: 6px 24px;
	margin-bottom: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #287ace;
}
#commentform #submit:hover, .button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color: #4197ee;
}
#commentform #submit:active, .button:active {
	position: relative;
	top: 1px;
}
/** sidebar **/
#sidebar {
	display: block;
	float: left;
	width: 215px;
	padding: 0 5px;
	min-height: 100%;
	
position: absolute;

top: 0;

left: 0;

bottom: 0;

height: 100%;
	font-family: 'Open Sans', sans-serif;
}
#sidebar a {
}
#sidebar-responsive {
	display: none;
}
#sidebar .widget {
	display: block;
	margin-bottom: 20px;
}
#sidebar .widget h3 {
	font-weight: normal;
	padding: 0px 4px;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 10px;
}
#sidebar .widget ul {
	display: block;
	margin: 0px 8px;
	padding: 0;
}
#sidebar .widget ul li {
	font-size: 11px;
	border-bottom: 1px solid #000;
}
#sidebar .widget ul li ul {
	font-size: 0.9em;
}
#sidebar .widget ul li a {
	display: block;
	padding: 0px 4px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}
#sidebar .widget ul li a:hover {
	color: #fff;
	background: #5d9de5;
	text-decoration: none;
}
/** footer **/
#footer_top {
	display: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 215px;
	max-width: 985px;
	width: 100%;
	font-weight: bold;
	background: #fff;

	min-height: 15px;
}
footer {
	clear: both;
	width: 100%;
	font-style: normal;
	padding: 0;
	color: #ffff;
	padding: 8px 0 8px;
	background: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#footer_content {
	max-width: 1200px;
	margin: 0 auto;
}
#footer_left {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	color: #fff;
	display: block;
	padding: 0 0 0 12px;
	margin: 10px 0px 10px 0px;
	float: left;
	line-height: 20px;
font-size: 13px;
width: 45%;
}
#footer_right {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0;
	float: right;
	max-width: 300px;
	width: 100%;
	font-size: 13px;
	color: #fff;
	line-height: 16px;
	text-align: left;

}
footer p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#copyr {
	font-size: 12px;
}
footer a, footer a:link, footer a:visited {
	font-size: 14px;
	display: inline-block;
	color: #fff;
}

footer img {
	font-size: 14px;
	display: inline-block;
	padding: 10px;
}

#foot_navi_wrap {
	width: 100%;
	background: #0e6eb6;
}
#foot_navi {
	margin: 0px auto 0px;
	text-align: center;
	margin-bottom: 0;
}
#foot_navi ul {
	display: block;
	padding: 0px;
	margin: 0px auto 0px;
}
#foot_navi ul li {
	display: inline-block;
	position: relative;
	font-size: 13px;
	margin: 0px;
}
#foot_navi ul li a {
	display: block;
	position: relative;
	padding: 0px 12px;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	color: #fff;

}
#foot_navi ul li a:hover {
	color: #fff;
	transition: all 0.5s ease;
	background: #1e6198;
	text-decoration: none;
}

#foot_navi ul li.current_page_item a {
	color: #fff;
	transition: all 0.5s ease;
}


#footer_content {
	padding: 0px;
}

@media only screen and (min-width : 0) and (max-width : 1140px) {
#footer_left {
	display: block;
	padding: 0 0 0 25px;
	float: left;
	max-width: 440px;
	width: 100%;
	font-size: 15px;
	line-height: 28px;
	min-height: 80px;

}
#footer_right {
	display: block;
	padding: 0;
	float: right;
	max-width: 440px;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	text-align: right;
}
}

@media only screen and (min-width : 0) and (max-width : 950px) {
#footer_left {
	display: block;
	padding: 0;
	float: left;
	max-width: 900px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;

	
	line-height: 28px;
	
	min-height: 80px;
}
#footer_right {
	display: block;
	padding: 0;
	float: left;
	max-width: 900px;
	width: 100%;
	text-align: center;
	
	
}
}
/* Button Style */
#footer_content input[type=submit] {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	line-height: 33px;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	vertical-align: middle;
}
#footer_content input[type=submit]:hover {
	opacity: .85;
	cursor: pointer;
}
#footer_content input[type=submit]:active {
	border: 1px solid #0049a9;
	box-shadow: 0 0 10px 5px #0049a9 inset;
	-webkit-box-shadow: 0 0 10px 5px #0049a9 inset;
	-moz-box-shadow: 0 0 10px 5px #0049a9 inset;
	-ms-box-shadow: 0 0 10px 5px #0049a9 inset;
	-o-box-shadow: 0 0 10px 5px #0049a9 inset;
}
#footer_content input[type=text] {
	padding: 0px 0px 0px 6px;
	line-height: 33px;
	font-size: 15px;
	border: 2px solid #ccc;
	border-right: none;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	max-width: 275px;
	width: 100%;
	margin-right: -5px;
	vertical-align: bottom;
}

@media only screen and (min-width : 0) and (max-width : 400px) {
#footer_content input[type=text] {
	max-width: 195px;
	width: 100%;
}
#footer_left {
	min-height: 100px;
	font-size: 13px;
}
#footer_right {
	min-height: 100px;
	font-size: 13px;
}
}
#footer_content input[type=text]:focus {
	border-color: #0049a9;
}
/** clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Mobile Smartphones ----------- */
@media only screen and (min-width : 0) and (max-width : 900px) {
#navbar {
	display: block;
	height: 44px;
	background: #242424;
	background: -moz-linear-gradient(top, #242424 0%, #2a2a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #2a2a2a));
	background: -webkit-linear-gradient(top, #242424 0%, #2a2a2a 100%);
	background: -o-linear-gradient(top, #242424 0%, #2a2a2a 100%);
	background: -ms-linear-gradient(top, #242424 0%, #2a2a2a 100%);
	background: linear-gradient(to bottom, #242424 0%, #2a2a2a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#2a2a2a', GradientType=0 );
	width: 100%;
}
#navbar a {
	display: block;
	line-height: 44px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #8fb5e0;
}
#navbar a:hover {
	color: #bbd2eb;
	text-decoration: none;
}
#n ul {
	display: none;
	background: #242424;
	border: 0;
	height: auto;
	padding: 5px 10px;
	overflow: hidden;
}
#n ul li {
	font-size: 1.3em;
}
#n ul li ul {
	display: block;
	position: static;
	border: 0;
	background: #242424;
}
#n ul li ul li {
	font-size: 1.1em;
	margin-left: 22px;
	width: auto;
}
#n ul li {
	border: 0;
	width: 100%;
	background: #242424;
	border: 0;
}
#n ul li a, #n ul li ul li a {
	display: block;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2em;
	line-height: 1.3em;
	text-shadow: none;
	width: 100%;
	padding: 5px 12px;
	margin: 0;
}
#n ul li ul li a {
	font-size: 1.0em;
	background: #242424;
	border: 0;
}
#n ul li a:hover, #n ul li ul li a:hover {
	background: #303030;
	color: #fff;
	text-decoration: none;
}
#main {
	display: block;
	float: none;
	width: auto;
	overflow: hidden;
	margin: 0;
}
#sidebar {
	display: none;
	float: none;
}
#sidebar-responsive {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 12px;
	margin-bottom: 15px;
}
#sidebar-responsive .widget {
	display: block;
	margin-bottom: 15px;
}
#sidebar-responsive .widget h3 {
	font-family: "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #898989;
	margin-bottom: 8px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
#sidebar-responsive ul li {
	display: block;
}
#sidebar-responsive ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 1.6em;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#sidebar-responsive ul li a:hover {
	text-decoration: none;
	background: #565656;
	color: #fff;
}
.post header h2 {
	font-size: 2.75em;
}
.post .meta {
	font-size: 1.1em;
	line-height: 1.6em;
}
.post .meta i {
	margin-bottom: 4px;
}
#commentform #allowed_tags {
	display: none;
}
#mainbody {
	background: #FDFDFD;
}
}
#main_nav {
	width: 95%;
	margin-bottom: 20px;
}
#main_nav ul li {
}
#main_nav ul li a {
	width: 195px;
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 20px;
	margin: 0px 5px;
	font-size: 16px;
	background: #0e6eb6;
	color: #fff;
	line-height: 35px;
	border-bottom: 1px solid #1e6198;
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}
#main_nav ul li a:hover {
	background: #1e6198;
	color: #fff;
	text-decoration: none;
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}
#main_nav ul li.current_page_item a {
	background: #1e6198;
	color: #fff;
	text-decoration: none;
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Button Style */
#search_header input[type=submit] {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	vertical-align: middle;
	line-height: 33px;
	padding: 0px 10px;
	-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
font-size: 14px;
height: 35px;
webkit-appearance: none;
}
#search_header input[type=submit]:hover {
	opacity: .85;
	cursor: pointer;
}
#search_header input[type=submit]:active {
	border: 1px solid #0049a9;
	box-shadow: 0 0 10px 5px #0049a9 inset;
	-webkit-box-shadow: 0 0 10px 5px #0049a9 inset;
	-moz-box-shadow: 0 0 10px 5px #0049a9 inset;
	-ms-box-shadow: 0 0 10px 5px #0049a9 inset;
	-o-box-shadow: 0 0 10px 5px #0049a9 inset;
}
#search_header input[type=text] {
	webkit-appearance: none;
	height: 33px;
	padding: 0px 0px 0px 6px;
	font-size: 14px;
	border: 2px solid #ccc;
	border-right: none;
	-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
	max-width: 280px;
	width: 100%;
	margin-right: -5px;
	line-height: 33px;
	vertical-align: bottom;
}
#search_header input[type=text]:focus {
	border-color: #2b73ad;
}
.mm-panel input[type=submit] {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 0px 8px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	vertical-align: middle;
	line-height: 33px;
}
.mm-panel input[type=submit]:hover {
	opacity: .85;
	cursor: pointer;
}
.mm-panel input[type=submit]:active {
	border: 1px solid #0049a9;
	box-shadow: 0 0 10px 5px #0049a9 inset;
	-webkit-box-shadow: 0 0 10px 5px #0049a9 inset;
	-moz-box-shadow: 0 0 10px 5px #0049a9 inset;
	-ms-box-shadow: 0 0 10px 5px #0049a9 inset;
	-o-box-shadow: 0 0 10px 5px #0049a9 inset;
}
.mm-panel input[type=text] {
	padding: 0px 0px 0px 6px;
	line-height: 29px;
	font-size: 14px;
	border: 2px solid #ccc;
	border-right: none;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	width: 68%;
	margin-right: -5px;
	line-height: 33px;
	vertical-align: bottom;
}
.mm-panel input[type=text]:focus {
	border-color: #0049a9;
}
#mobile_toggle {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width : 0) and (max-width : 990px) {
#mobile_toggle {
	display: block;
	visibility: visible;
}
}

@media only screen and (min-width : 0) and (max-width : 600px) {
html #wpadminbar {
	margin-top: -46px;
	height: 46px;
	min-width: 300px;
}
}
#slider {
	background-color: #fefefe;
	padding: 10px;
	box-shadow: -5px 0 15px -6px #585858 inset;
}
#avatar_img {
	width: 45px;
	border-radius: 35px;
	float: left;
	margin-right: 10px;
}
.post h2 a, .post h2 a:link {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #475d7b;
	font-size: 22px;
	font-weight: normal;
	margin: 12px 0px 10px 0px;
	line-height: 32px;
	margin: 10px 0px;
}
#cat-list {
	font-size: 16px;
	line-height: 35px;
}
#cat-list ul {
	width: 100%;
	list-style: none;
}
#cat-list li {
	list-style: none;
	float: left;
	width: 30%;
	margin-left: 15px;
}
#boh_form label {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	line-height: 32px;
}
#boh_form input[type="text"] {
	padding: 5px;
	font-size: 14px;
	width: 95%;
}
#boh_form input[type="email"] {
	padding: 5px;
	font-size: 14px;
	width: 95%;
}
#boh_form textarea {
	padding: 5px;
	font-size: 14px;
	width: 95%;
	border: 1px solid #ddd;
}
#boh_form select {
	padding: 5px;
	font-size: 14px;
	width: 220px;
}
#boh_form .submit-button {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	padding: 8px 13px;
	color: #fff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#boh_form input[type=submit]:hover {
	opacity: .85;
	cursor: pointer;
}
#boh_form input[type=submit]:active {
	border: 1px solid #0049a9;
	box-shadow: 0 0 10px 5px #0049a9 inset;
	-webkit-box-shadow: 0 0 10px 5px #0049a9 inset;
	-moz-box-shadow: 0 0 10px 5px #0049a9 inset;
	-ms-box-shadow: 0 0 10px 5px #0049a9 inset;
	-o-box-shadow: 0 0 10px 5px #0049a9 inset;
}
.hover_img :hover {
	opacity: .85;
	cursor: pointer;
}
#readmorebtn {
	padding: 0px 20px;
	display: block;
	float: right;
	font-size: 14px;
	background: #0049a9;
	border: 1px solid #0049a9;
	border-radius: 5px;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
}
#readmorebtn :hover {
	opacity: .85;
	cursor: pointer;
}
.readmorebtn {
	float: right;
	display: block;
}
.readmorebtn a {
	display: block;
	font-size: 1.3em;
	padding: 0px 20px;
	float: right;
	font-size: 14px;
	background: #0049a9;
	border: 1px solid #0049a9;
	border-radius: 5px;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
}
.readmorebtn a:hover {
	opacity: .85;
	cursor: pointer;
}
/*-----------Tabs-----------*/

ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	line-height: 36px;
	padding: 0px 20px 1px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
	background: #f9f9f9;
	border: 1px solid #dedede;
	border-top: 4px solid #dedede;
	border-bottom: none;
	margin-bottom: -1px !important;
}
.resp-tabs-list li:hover {
	background: #f2f2f2;
	border: 1px solid #dedede;
	border-bottom: none;
	margin-bottom: -1px;
	padding: 0px 20px 1px 15px;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px;
}
.resp-tab-active {
	border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	line-height: 38px;
	background: #ffffff !important;
	padding: 0px 20px 2px 15px!important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}
.resp-tab-active:hover {
	border: 1px solid #5AB1D0 !important;
}
.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border: 1px solid #5AB1D0;
	border-top-color: #5AB1D0;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
        line-height: 38px;
        margin-bottom: 0 !important;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
	border-color: #5AB1D0;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 100px;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}
.bodymain {
	height: auto;
	overflow: hidden;
}
.sbleft {
	width: 215px;
	float: left;
	position: relative;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.post {
	float: none;
	width: auto;
	overflow: hidden;
}
/*Header Stuff */

#head_wrap {
	float: left;
	width: 100%;
}
#top_header_left {
	display: inline-block;
	float: left;
	max-with: 420px;
}
#top_header_right {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	float: right;
	/*max-width: 630px;*/
        max-width: 700px;
}
#right_head_search {
	
	margin: 8px 0px 0px 0px;
	padding: 8px 0px;
	max-width: 375px;
	width: 100%; float: right;
}
/* Start Product Page */

#product_wrap h2 {
	font-size: 20px;
    word-wrap: break-word;
    font-weight: bold;
    white-space: normal;
    margin: 0px 0px 18px 0px;
    font-family: 'Open Sans', sans-serif;
}
#product_wrap h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin: 0px 0px 18px 0px;
	background: none;
	border: none;
	color: #444;
}
.product_info_table {
	margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 20px;
}
.product_info_table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.product_info_table tr:hover td {
}
.product_info_table tbody tr:nth-child(even) {
	background-color: #ebedf2;
}
.product_info_table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}
.product_info_table td {
	vertical-align: middle;
	border: 0px solid #000000;
	border-width: 0px 0px 0px 0px;
	text-align: left;
	padding: 10px;
	/*font-size: 18px;*/
        font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #000000;
}
.product_info_table.parts_table  {
	   white-space: normal;
}
.product_info_table.parts_table thead tr {
	    background-color: #0e6eb6;
}
.product_info_table.parts_table thead tr td {
	color: #fff;
}
.product_info_table tr:last-child td {
	border-width: 0px 0px 0px 0px;
}
.product_info_table tr td:last-child {
	border-width: 0px 0px 0px 0px;
}
.product_info_table tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.product_info_table tr:first-child td {
}
.product_info_table tr:first-child td:first-child {
	border-width: 0px 0px 0px 0px;
}
.product_info_table tr:first-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
#product_top {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px;
	text-align: left;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	border: 1px solid #dde0e8;
	white-space: nowrap;
	background: rgba(234,236,241,1);
	background: -moz-linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(234,236,241,1)), color-stop(48%, rgba(255,255,255,1)), color-stop(59%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecf1', endColorstr='#ffffff', GradientType=1 );
}
#product_img {
	max-width: 550px;
        width: 100%;
        height: auto;
        /*max-height: 394px;*/
	float: left;
	display: inline-block;
	//background: #f3f3f3;
}
#product_img img{
    max-height: 375px;
}
#product_descr {
	    width: 340px;
    /*max-height: 365px;*/
    float: right;
    display: inline-block;
    overflow-y: auto;
}
#product_bottom {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px;
	text-align: left;
	padding: 15px;
	font-size: 15px;
	border: 1px solid #dde0e8;
	background: rgba(234,236,241,1);
	background: -moz-linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(234,236,241,1)), color-stop(48%, rgba(255,255,255,1)), color-stop(59%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: linear-gradient(45deg, rgba(234,236,241,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecf1', endColorstr='#ffffff', GradientType=1 );
}
.prod-features{
    white-space: pre-wrap;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    color: #565656;
}
#related_product_section {
	width: 300px;
	float: right;
	display: inline-block;
	border-left: 2px solid #dde0e8;
	padding: 15px 15px 15px 30px;
}
.prod_related {
	padding: 5px 10px 10px 10px;
	text-align: center;
	background: #fefefe;
	border: 1px solid #dedede;
	margin: 0px 0px 8px 0px;
	width: 255px;
}
.prod_related:hover {

	margin: 0px 0px 8px 0px;
	background: #f2f2f2;
	border: 1px solid #dedede;
}
.prod_related:hover a{

	text-decoration: none;
}
.prod_rela_title {
	width: 255px;
	display: block;
	background: #0e6eb6;	
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 30px;
	margin: -6px -11px 8px -11px;	
}
/* End Product Page */


/* Category Page */

.category_item {
	padding: 5px 10px 10px 10px;
	text-align: center;
	background: #fefefe;
	border: 1px solid #dedede;
	margin: 5px;
	width: 176px;
	display: inline-block;
	float: left;
}
.category_item:hover {
	margin: 5px;
	transition: all 0.5s ease;
	background: #f9f9f9;
	border: 1px solid #dedede;
}

#cat_prod_title {
    background: #0e6eb6;
    width: 176px;
    margin: -6px -11px 8px -11px;
        height: 45px;
    line-height: 45px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;	
}

.category_item_home {
	padding: 5px 10px 10px 10px;
	text-align: center;
	background: #fefefe;
	border: 1px solid #dedede;
	margin: 5px;
	width: 227px;
	display: inline-block;
	float: left;
}
.category_item_home:hover {
	margin: 5px;
	transition: all 0.5s ease;
	background: #f9f9f9;
	border: 1px solid #dedede;
}

#cat_home_prod_title {
    background: #0e6eb6;
    width: 227px;
    margin: -6px -11px 8px -11px;
        height: 45px;
    line-height: 45px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;	
}

.category_item_title {
	font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
        overflow: hidden;
        word-wrap: break-word;
}

.category_item_img {
    display: table;
    overflow: hidden;
    height: 100%;
    width: 100%;
    height: 120px;
    table-layout: fixed;

}
.category_item_img img{
    max-width: 154px;
        max-height: 115px;
    border-radius: 5px;

}
.category_item_img a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.category_item_desc {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #454545;
	line-height: 15px;
        border-top: 1px solid #f1f1f1;
        padding-top: 5px;
        display: block;
        height: 88px;
}
.category_item_desc table {
	text-align: left;
}
.category_item_desc table tr td:first-of-type{
	text-align: left;
            white-space: nowrap;
}
.category_item_desc table tr td:last-of-type{
	text-align: right;
}
.products-pagination {
    text-align: center;
    margin-top: 20px;
}
.products-pagination a,.products-pagination span{
    /*float: left;*/
    display: inline-block;
    min-width: 18px;
    height: 26px;
    padding: 0 4px;
    margin: 0 4px 0 0;
    border: 1px solid #DAE2ED;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
    color: #666;
    text-decoration: none;
}
.products-pagination a{
    background-color: #FFF;
}
.products-pagination a:hover {
    border-color: #0e6eb6;
    color: #0e6eb6;
    transition: all 0.4s ease;
}
.products-pagination .current {
    background-color: transparent;
    border-color: transparent;
    color: #0e6eb6;
    cursor: default;
}
.products-pagination .next,
.products-pagination .prev{
    position: relative;
    padding: 0 22px 0 12px;
}
#gallery_01 {
    margin: 2px 0;
    white-space: normal;
}
#gallery_01 img {
    border: 2px solid white;
    margin: 0;
    margin-top: 2px;
    width: 100px;
    height: 76px;
}
#gallery_01 a.active img {
    border: 2px solid #333 !important;
}
#sm_mob_search {
	display: none;
	visibility: none;
}

/* Home Widgets */

#home_left_wid {
	max-width: 565px; width: 100%; margin: 5px 5px 15px 0px; float: left; display: inline-block; font-size: 17px; border: 1px solid #dde0e8; padding: 10px; line-height: 19px; text-align: left;
}

#home_mid_wid {
	width: 295px; margin: 5px; float: left; display: inline-block; text-align: center; border: 1px solid #dde0e8; padding: 10px;
}

#home_right_wid {
	width: 295px;  margin: 5px 0px 5px 5px; float: left; display: inline-block; text-align: center; border: 1px solid #dde0e8; padding: 10px;
}
/* Portrait tablet to landscape and desktop */
body.page-template-product_page{overflow-x: hidden;}
.zoomLens,.zoomWindow{    border: 2px solid rgb(235, 237, 242) !important;}
@media (max-width: 768px)  {
    .zoomContainer{display: none;}
}
@media (min-width: 1050px) and (max-width: 1195px) {
#top_header_left {
	display: inline-block;
	float: left;
	max-width: 425px;
}
#product_img {
	width: 100%;
	float: left;
	display: inline-block;
	/*background: #f3f3f3;*/
}
#product_descr {
	width: 100%;
	float: right;
	display: inline-block;
}
#related_product_section {
	width: 100%;
	display: inline-block;
	border-left: 0px solid #dde0e8;
	padding: 0px;
}

.prod_related:hover {
	mmargin: 0px 8px 8px 8px;
	padding: 5px 10px 10px 10px;
}
#home_left_wid {
	max-width: 100%; width: 100%;
}

#home_mid_wid {
	max-width: 49.5%; width: 100%;
	margin: 10px 5px 10px 0px;
}

#home_right_wid {
	max-width: 49.5%; width: 100%;
	margin: 10px 0px 10px 5px;
	float: right;
}

.category_item {
	width: 210px;
	
}

#cat_prod_title {
 
    width: 210px;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 1049px) {
#top_header_left {
	display: inline-block;
	float: left;
	max-width: 370px;
	padding: 0px 0px 0px 0px;
}
#product_descr {
	width: 100%;
	float: right;
	display: inline-block;
}
#home_left_wid {
	max-width: 100%; width: 100%;
}

#home_mid_wid {
	max-width: 49.5%; width: 100%;
	margin: 10px 0px 10px 0px;
}

#home_right_wid {
	max-width: 49.5%; width: 100%;
	margin: 10px 0px 10px 0px;
	float: right;
}
#related_product_section {
	width: 100%;
	display: inline-block;
	border-left: 0px solid #dde0e8;
	padding: 0px;
}
.category_item {
	width: 180px;
	
}

#cat_prod_title {
 
    width: 180px;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 990px) {
#top_nav {
	display: none;
	visibility: hidden;
}
#right_head_search {
	max-width: 600px;
	width: 360px;
	margin:28px 10px 0px 0px;
	 padding: 0;
}
#search_header {
	float: right;
	width: 100%;
}
#header_btn {
	display: none;
	visibility: hidden;
}
.wrapper {
	
	background: none;
}

#related_product_section {
	width: 100%;
	display: inline-block;
	border-left: 0px solid #dde0e8;
	padding: 0px;
}
.category_item {
	width: 230px;
	
}

#cat_prod_title {
 
    width: 230px;
}

}
/* Landscape phones and down */
@media (max-width: 767px) {
#right_head_search {
	display: none;
	visibility: none;
}
/* Force table to not be like tables anymore */
	table.product_info_table.parts_table,
        table.product_info_table.parts_table thead,
        table.product_info_table.parts_table tbody,
        table.product_info_table.parts_table th,
        table.product_info_table.parts_table td,
        table.product_info_table.parts_table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.product_info_table.parts_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
        table.product_info_table.parts_table{
            border: 1px solid #D8DCE6;
        } 
        table.product_info_table.parts_table thead tr th, 
        table.product_info_table.parts_table tfoot tr th {
            padding: 6px;
        }
        table.product_info_table.parts_table tbody td {
            /*background-color: transparent;*/
        }
        table.product_info_table.parts_table tbody tr {
            border: none;
                border-bottom: 2px solid #D8DCE6;
                border-top: 1px solid #D8DCE6;
        }
        table.product_info_table.parts_table tbody tr:last-of-type {
            border-bottom: 1px solid #ccc;
        }
	
	table.product_info_table.parts_table tr { border: 1px solid #ccc; }
	
	table.product_info_table.parts_table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
	}
	
	table.product_info_table.parts_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
        .product_info_table.parts_table tr:first-child td:first-child {
            border-width: 0px 0px 1px 0px;
        }
        .product_info_table.parts_table tbody tr:nth-child(even) td{
                border-bottom: 1px solid #D8DCE6;
        }
	
	/*
	Label the data
	*/
	/*table.product_info_table.parts_table tbody td:nth-of-type(2):before { content: "Pressure"; }*/
	
	

}

/* Landscape phones and down */
@media (max-width: 766px) {
#right_head_search {
	display: none;
	visibility: none;
}

#sm_mob_search {
	display: block;
	visibility: visible;
	padding: 5px; margin-bottom: 10px; background: #fcfcfc;
	border-bottom: 1px solid #dedede;
	float: left;
	width: 100%;
	text-align: center;
	-webkit-appearance: none;
}

#search_header {
	width: 100%;
	max-width: 100%;
	 margin: 0px;
}

#search_header input[type="text"] {
 width: 80%;
 max-width: 80%;	
 -webkit-appearance: none;
}
#home_left_wid {
	max-width: 100%; width: 100%;
}

#home_mid_wid {
	max-width: 100%; width: 100%;
}

#home_right_wid {
	max-width: 100%; width: 100%;
}
#related_product_section {
	width: 100%;
	display: inline-block;
	border-left: 0px solid #dde0e8;
	padding: 0px;
}
.category_item {
	width: 230px;
	
}

#cat_prod_title {
 
    width: 230px;
}

.category_item_home {
	
	width: 227px;
	
}


#cat_home_prod_title {
   
    width: 227px;
  
}

}

/* Landscape phones and down */
@media (max-width: 480px) {
#right_head_search {
	display: none;
	visibility: none;
}
#related_product_section {
	width: 100%;
	display: inline-block;
	border-left: 0px solid #dde0e8;
	padding: 0px;
}

.category_item {
	width: 270px;
	
}

#cat_prod_title {
 
    width: 270px;
}

.category_item_home {
	
	width: 295px;
	
}


#cat_home_prod_title {
   
    width: 295px;
   
}


}

span.wpcf7-list-item { display: block; }

.question {
font-size: 17px;
line-height: 30px;
font-weight: bold;
color: #111111;	
cursor: url(/images/lol.png), auto;
}

.answer {
font-size: 15px;
line-height: 20px;
font-weight: normal;
color: #509011;
cursor: url(/images/lol.png), auto;
}

#faq_wrap {
cursor: url(/images/lol.png), auto;
}