.filter-Wrap li,
.filter-Wrap-small li {
	list-style: none;
}


	/***************/
	/* WooCommerce */
	/***************/

/* only display button on view cart widget for woocommerce */

.dmbs-top-menu .cart_list,
.dmbs-top-menu .total,
.dmbs-top-menu .buttons .checkout,
.dmbs-top-menu .top-cart {
	display: none;
}
.dmbs-top-menu .widget_shopping_cart_content .buttons {
	position: absolute;
	top: 0;
	right: 10px;
	width: 160px;
}

/* end hide parts of cart widget in header */

#shipping_method input {
	float:right;
}
#shipping_method label {
	margin-right: 10px;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	border-top: 3px solid #7e141c;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	background-color: #7e141c;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	border-top: 3px solid #7e141c;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	background-color: #7e141c;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price {
	color: #7e141c;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	color: #808285;
	font: normal 20px/1 "Lato", san-serif;
	text-transform: uppercase;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1em;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: 6px 10px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	left: auto;
	text-shadow: 0 1px 0 #ffffff;
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	border: 1px solid #c7c0c7;
	background: #7e141c;
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
	background: #ba525a;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	padding: 10px 40px;
	font-weight: normal;
	text-shadow: none;
	color: #fff;
	background: #7e141c;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align:center;
}
.reviews_tab {
	display: none !important;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: #7e141c;
}


	/*****************************/
	/* Product Filter Section */
	/*****************************/


.filter-Wrap {
	height: 280px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(247,247,247)));
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
	background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
	background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	margin: auto;
	z-index: 100;
}
.filter-Container {
	width: 100%;
	padding: 20px 0 0 0;
	margin: auto;
}
.unstyled {
}
.unstyled button {
	width: 158px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #6d6e70;
	text-align: left;
	float: left;
	padding: 5px 0 5px 27px;
	margin: 0;
	background-color: none;
	cursor: pointer;
	display: block;
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(0,0,0,0);
	background-image: url(../images/icon-checkmark.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 2px 2px;
	border: 1px solid rgba(0,0,0,0);
	-webkit-transition: border .15s ease-in-out;
	-moz-transition: border .15s ease-in-out;
	transition: border .15s ease-in-out;
}
.unstyled .hpd-btn {
 	width:210px;
}
.hpd-btn span {
	font-size: 8px;
}
.unstyled button:hover {
	background-position: 2px -22px;
	color: black;
	border: 1px solid #CCC;
}
.unstyled button.active	{
	background-position: 2px -46px;
	color: black;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.unstyled button.disabled,
.unstyled button.[disabled] {
	background-position: 2px -46px;
	color: black;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.grid_3	{
	width: 36%;
	height: 100%;
	margin: 0 20px 0 0;
	float: left;
}
.grid_3:nth-child(5) {
	margin: 0;
}
li.nav-header {
	width: 95%;
	height: 23px;
	font-family: 'Bold', sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #a7a9ab;
	padding: 0 0 0 5%;
	margin: 0 0 2% 0;
	color: #6D6E70;
}
.cert {
	margin-top: 15px;
	display: inline-block;
}
li.nav-header-cert {
	width: 158px;
	height: 23px;
	font-family: 'Bold', sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #a7a9ab;
	padding: 0 0 0 5%;
	margin: 0 0 2% 0;
	color: #6D6E70;
}
#products a.disabled {
	color: #87211B;
	color: #aaa;
	opacity: 0.9;
	display: block;
	background: rgba(255,255,255,.8);
	z-index: 1000;
	width: 100%;
	position: absolute;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
li.product-link {
	height: 46px;
	display: block;
}
li.double {
	height: 55px;
	display: block;
}
.product-link a:nth-child(n+2) {
	position: absolute;
}

@-moz-document url-prefix() {
	.top-tabs {
		top: 1px;
	}
	.top-tabs li a {
		padding: 10px 28px !important;
	}
	.top-tabs li:nth-child(4) {
		width: 307.5px !important;
	}
}

.content-Wrap {
	margin: auto;
	position: relative;
}
#products-filter {
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: center;
}
.top-tabs {
	width: 100%;
	height: 40px;
	padding: 0;
	margin: auto;
	z-index: 2;
}
.top-tabs li,
.top-tabs li:hover {
	float: none;
	margin: 6px 0 0 0 !important;
	display: inline-block;
	padding: 0;
}
.top-tabs li a {
	font: 15px "Book";
	color: #6D6E70;
	padding: 10px 28px;
	border-left: 1px solid #a7a9ab;
	border-right: 1px solid #a7a9ab;
	margin-right: -1px;
	transition: all linear .1s;
}
.top-tabs li a:hover {
	text-decoration: none;
	color: #5f1910;
	background-color: rgba(194,194,194,0.1);
}
.top-tabs li a.active {
	color: #5f1910;
	background-color: #f7f7f7;
	padding-bottom: 20px !important;
	text-decoration: none;
	border-bottom: 4px solid #5f1910;
}
div.num2 {
	font-size: 13px;
	margin-left: 5px;
	position: relative;
	top: 0;
	display: inline;
	width: 20px;
}
.active_num {
	color: #8A1F16 !important;
}
.tab-line {
	width: 100%;
	height: 39px;
	border-top: 1px solid #a7a9ab;
	border-bottom: 1px solid #a7a9ab;
	position: absolute;
	z-index: -1;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
}
.main-Wrap-product {
	width: 67%;
	min-height: 300px;
	margin: 80px 0 0 280px;
}


/* testing and certification easy tabs content */
@media (min-width: 481px) {
	.main-Wrap-product p.inline-block {
		display:inline-block;
	}
}
.main-Wrap-product .btn-testing {
	background-color: #fff;
	padding: 6px 14px;
	font-size: .7em;
}
.main-Wrap-product .btn-arrow {
	font-size: 12px;
	font-weight: bold;
}
.main-Wrap-product .last {
	text-align:right;
	width:28%;
}
.main-Wrap-product .last img {
	margin-top: -25px;

}
.main-Wrap-product .last-hpd {
	text-align:right;
	width:50%;
}
.main-Wrap-product .last-iaq {
	text-align:right;
	width:70%;
}
.main-Wrap-product .last-iaq .iaq-c2c {
	width:55px;
	height:40px;
}
.main-Wrap-product .last-hpd img {
	margin-top: -25px;
}
.main-Wrap-product .last-iaq img {
	margin-top: -25px;
}
.main-Wrap-product .pdf-btn {
	margin-top:15px;
	width:23%;
}
p.gray-line {
	background-color:#e5e5e5;
	height:1px;
	display:block;
	width:100%;
}
@media (max-width: 991px) {
	.main-Wrap-product .btn-testing {
		padding: 5px 8px;
		font-size: .6em;
	}
	.main-Wrap-product .btn-arrow {
		font-size: 12px;
		font-weight: bold;
	}
}
@media (max-width: 767px) {
	.main-Wrap-product .btn-testing {
		padding: 5px 40px 5px 8px;
		font-size: .7em;
	}
}
@media (max-width: 480px) {
	.main-Wrap-product .btn-testing {
		padding: 5px 15px;
		font-size: .6em;
	}
	.main-Wrap-product .last {
		width:100%;
	}
	#tabs-testing-and-certification img  {
		margin:0;
	}	
	.main-Wrap-product .pdf-btn {
		width:100%;
	}
	.main-Wrap-product p.inline-block {
		display:block;
		text-align:center;
		width:100%;
	}	
	.main-Wrap-product .btn-testing {
		width:51%;
		margin-bottom:20px;
		display:block;
		float:none;
		margin:0 auto;
	}
}
#tabs-testing-and-certification h2 {
	font-size:40px;
	color: #72352e;
}
#tabs-testing-and-certification h3 {
	font-size:20px;
	font-weight:bold;
}

.footer-Wrap.testing {
	background-color:#fff;
	box-shadow:none;
}
.footer-Wrap.testing .row form {
	width:293px;
}

/* end testing and certification easy tab content */
.main-Wrap	{
	min-height: 300px;
	margin: 60px auto 150px auto;
}
.partners-item a {
	-webkit-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}
.partners-item a:hover {
	opacity: .5;
}
.product-Header	{
	width: 100%;
	line-height: 1.2;
}
li.product-Header {
	font-family: 'Book', san-serif;
	font-size: 21px;
	color: black;
	display: block;
	padding: 10px 0 10px 10px;
} 
.product-List li {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background-color: white;
}
.product-link a:nth-child(1) {
	font-size: 14px;
	color: #333;
	display: block;
	padding: 14px 0 14px 10px;
	margin: 0 1px 0 0;
	float: left;
}
.product-link a:hover:nth-child(1) {
	color: black;
}
.product-link a:nth-child(2),
.product-link a:nth-child(3) {
	font-size: 11px;
	display: block;
	text-align: right;
	margin: 8px 1px 0 0;
	border: 1px solid #DDD;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	transition: all linear .2s;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: border linear .1s;
	-moz-transition: border linear .1s;
	transition: border linear .1s;
}
.product-link a:nth-child(2) {
	padding: 5px 8px 6px 22px;
	left: 200px;
	float: left;
	background: url(../images/icon-tds.png) no-repeat white;
	background-size: 28px auto;
	background-position: 0px 0px;
}
.product-link a:hover:nth-child(2),
.product-link a:hover:nth-child(3) {
	color: #87211b;
	border: 1px solid rgba(135, 33,27,0.2);
	background-position: 0px -28px;
}
.product-link a:nth-child(3) {
	padding: 5px 6px 6px 25px;
	float: left;
	left: 260px;
	background: url(../images/icon-msds.png) no-repeat white;
	background-size: 28px auto;
	background-position: 0px 0px;
}
ul.product-List {
	padding-left: 0;
}
.product-List li .product1 a,
.product-List li a {
	color: #808080;
	text-decoration: none;
	padding: 12px 0px 12px 0px;
	z-index: 11;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.enabled {
	color: #8A1F16 !important;
	font-weight: bold;
}
.product1,
.product2,
.product3 {
	float: left;
}
.product1 {
	width: 160px !important;
}
.product1 a {
	font-size: 14px !important;
	display: block;
}
.product2 {
	width: 45px;
}
.product3 {
	width: 65px;
}
.product2 a,
.product3 a	{
	font-size: 12px;
	padding: 5px 5px 5px 0 !important;
}
.product1 {
	width: 140px;
	padding: 5px 0 5px 0px;
}
.product-List li.product-link:hover	{
	color: black;
	background-color: #fafafa;
}
.product-List li a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	padding: 12px 5px 12px 28px;
	margin: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.product2 img {
	float: left;
}
.product2,
.product3 {
	height: 25px;
	padding: 5px 0 0 0;
}
.product2 a:hover,
.product3 a:hover {
	color: #000 !important;
	font-weight: bold;
}
.product-List li:hover li {
	display: block;
}
.product-List li:hover {
	border-left: 1px solid #f5f5f5;
}
.product-List li:hover:nth-child(1) {
	border-left: 1px solid white;
}
.product-List li li	{
	width: 650px;
	margin: auto;
	padding: 0 0 10px 0;
	display: none;
	position: absolute;
	left: 293px;
	border: 1px solid #f5f5f5;
	background-color: #fafafa;
	-webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.02);
	-moz-box-shadow: 0 0 11px 0 rgba(0,0,0,.02);
	box-shadow: 0 0 11px 0 rgba(0,0,0,.02);
	z-index: 10;
}
.product-List01,
.product-List02,
.product-List03,
.product-List04,
.product-List05,
.product-List06,
.product-List07,
.product-List08,
.product-List09,
.product-List10,
.product-List11	{
	position: relative !important;
}
.product-List01	{ top: -80px; }
.product-List02	{ top: -120px; }
.product-List03	{ top: -160px; }
.product-List04	{ top: -200px; }
.product-List05	{ top: -240px; }
.product-List06	{ top: -280px; }
.product-List07	{ top: -320px; }
.product-List08	{ top: -360px; }
.product-List09	{ top: -400px; }
.product-List10	{ top: -440px; }
.product-List11	{ top: -480px; }

/* 2 lines for header */
.two .product-List01 { top: -90px; }
.two .product-List02 { top: -130px; }
.two .product-List03 { top: -170px; }
.two .product-List04 { top: -210px; }
.two .product-List05 { top: -250px; }
.two .product-List06 { top: -290px; }
.two .product-List07 { top: -330px; }
.two .product-List08 { top: -370px; }
.two .product-List09 { top: -410px; }
.two .product-List10 { top: -450px; }
.two .product-List11 { top: -490px; }
.two .product-List li:hover div.product-brief {
	color: white;
	display: block;
	visibility: visible;
	float: left;
}
.product-brief {
	width: 55%;
	height: auto;
	position: relative;
	padding: 0 0 40px 0;
	top: 60px;
	float: left;
}
.product-brief p {
	font-size: 15px;
	color: #333;
	line-height: 1.2;
	margin: 0 0 5px 0 !important;
}
.product-brief strong {
	font: normal 17px/1.2 'Lato',sans-serif;
	color: #87211b;
	margin: 0 0 8px 0;
}
.product-Bottom	{
	height: 40px;
	width: 90%;
	background: #FFF;
	margin: 0 auto 50px auto;
}
.effect6 {
	position: relative;
}
.effect6:before,
.effect6:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
.effect7 {
	position: relative;
}
.effect7:before,
.effect7:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
.effect7:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.product-description {
	position: relative;
}
.product-Bucket {
	position: absolute;
	top: 10px;
}
.product-Bucket img	{
	width: 220px;
}
.product-Title {
	width: 410px;
	height: 70px;
	position: relative;
	top: -110px;
	left: -80px;
}
.product-Title li {
	position: relative;
	width: 410px !important;
	height: 40px !important;
	background: none !important;
	border: 0px !important;
	box-shadow: none !important;
}
.product-Title li:nth-child(2) {
	width: auto !important;
	height: auto !important;
	top: 26px;
	left: 420px;
	white-space: nowrap;
	border: 0px !important;
	box-shadow: none !important;
}
.product-Title h1 {
	font-family: 'Bold',sans-serif;
	font-size: 30px;
	color: white;
	text-align: center;
	text-shadow: 0 0 5px black;
	z-index: 10;
}
.product-Title h2 {
	font-family: 'Lato',sans-serif;
	font-size: 14px;
	color: white;
	text-align: center;
	padding: 3px 10px 5px 10px;
	background: #5e1812;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 9;
}
.product-Bg,
.product-Bg img {
	width: 650px;
	height: 150px;
}
.product-Left,
.product-Right {
	float: left;
	display: block;
	min-height: 150px;
}
.product-Left {
	width: 40%;
	padding: 30px 12px 0 12px;
	margin: -55px 0 0 0;
}
.product-Right {
	width: 60%;
	padding: 5px 12px 5px 12px;
	margin: -30px 0 0 0;
	border-left: 1px solid #f1f1f1;
}
.product-Right p {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 8px 0;
	color: #999;
}
.product-Right p i {
	color: #a00002;
}
.product-Left span {
	font-size: 12px;
	color: #999;
	line-height: 25px;
	padding: 2px 8px;
	white-space: nowrap;
	border: 1px solid #E8E8E8;
	background-color: white;
	text-transform: capitalize;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#reset {
	font: normal 13px 'Book', sans-serif;
	color: white;
	text-decoration: none;
	background-color: rgba(95,24,14,1);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 3px 20px;
	position: relative;
	top: 15px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#reset:hover {
	background-color: #3F0B07;
}
#reset:active {
	background-color: black;
}
#tabs-downloads {
	display: none;
}
#tabs-downloads li {
	width: 840px;
	height: 40px;
	color: #808080;
	text-decoration: none;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #f5f5f5;
	display: block;
	z-index: -1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-left: 1px solid #f5f5f5;
}
#tabs-downloads li:first-child {
	border-top: 1px solid #f5f5f5;
}
#tabs-downloads li:nth-child(even) {
	background-color: #FBFBFB;
}
#tabs-downloads li:nth-child(odd) {
	background-color: white;
}
#tabs-downloads li li:first-child {
	border-top: none 0;
}
#tabs-downloads.disabled {
	color: red;
	background-color: white;
	text-decoration: line-through;
	z-index: 14;
}
.download-name {
	width: 250px;
	float: left;
	margin: 11px 0 0 0;
}
.download-link {
	float: right;
	margin: 12px 0 0 0;
}
.download-link a:nth-child(1) {
	font-size: 12px;
	padding: 14px 20px !important;
	position: relative;
	top: -2px;
}
.download-link a {
	color: #666;
	text-decoration: none;
	padding: 12px 20px 12px 40px;
	margin: 0 0 0 -5px;
	border-right: 1px solid #f5f5f5;
	-webkit-transition: border .1s ease-in-out;
	-moz-transition: border .1s ease-in-out;
	transition: border .1s ease-in-out;
}
.download-link a:hover:nth-child(n+2) {
	background-color: #E4E4E4;
}
.download-link a:active:nth-child(n+2) {
	background-color: #D7D7D7;
}
.download-link a:nth-child(2),
.download-link a:nth-child(3) {
	background-size: 30px 120px;
	background-position: 6px 7px;
	background-repeat: no-repeat;
}
.download-link a:hover:nth-child(1)	{
	color: #87211b;
	text-decoration: underline;
}
.download-link a:nth-child(2) {
	background-image: url(../images/icon-tds.png);
}
.download-link a:nth-child(3) {
	background-image: url(../images/icon-msds.png);
}
#tabs-downloads li:hover {
	background-color: #f8f8f8;
}
.download-Now {
	font: normal 15px/40px 'Bold', sans-serif;
	color: #808080;
	float: right;
	position: relative;
	left: 280px;
	z-index: 4;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#tabs-downloads li:hover .download-Now {
	visibility: visible;
	left: 220px;
	position: relative;
}
#tabs-downloads li.download-Group {
	border-top: 0 none;
	border-left: 0 none;
	display: block;
	background-color: white;
	margin: 20px 0 0 0;
}
.download-Group h1 {
	font: normal 20px/40px 'Book', sans-serif;
	color: black;
}
#tabs-downloads li.download-Group:hover {
	background-color: white;
}
.section-01,
.section-02,
.section-03,
.section-04,
.section-05,
.section-06 {
	width: 100%;
	height: 800px;
	background-color: #FFF;
}
.section-01	{
	background-image: url(../images/why-buy-paint/section01-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.section-Gradient {
	width: 100%;
	height: 60px;
	position: relative;
	bottom: -740px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}
.product-List li a.internal {
	width: auto;
	color: #999;
	background:none;
	text-decoration: underline;
	padding: 0;
	border:none;
	display: inline;
	z-index: 11;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


	/********************/
	/* Products Section */
	/********************/

.headline-Wrap	{
	width: 100%;
	background: #f4f3f2;
	position: relative;
}
.headline-Wrap .container {
	padding: 0;
}
.headline-Wrap .container:before,
.headline-Wrap .container:after {
	content: "";
	display: block;
}
.headline-Content {
	margin: 0 auto;
	position: relative;
}
.headline-Bg img {
	width: 100%;
	height: 100%;
	z-index: 0;
	margin-top: -7px;
}
img.headline-Bucket {
	position: absolute;
	padding: 0;
	z-index: 3;
	width: 30%;
	top: 40px;
}	
.headline-Gradient {
	width: 100%;
	height: 30px;
	z-index: 0;
	position: absolute;
	bottom: 0;
	opacity: 1;
}
.headline-Name {
	width: 68%;
	position: absolute;
	top: 20%;
	right: 3%;
}
.headline-Name li {
	list-style: none;
	text-align: center;
	z-index: 999;
	position: relative;
}
.headline-Name li:nth-child(2) {
	z-index: 998;
}
.headline-Name h2 {
	font: normal 50px/1 'Bold';
	color: white;
	text-shadow: 0px 0px 6px rgba(0,0,0,.4);
	filter: dropshadow(color=#000000, offx=0, offy=0);
	z-index: 999;
	text-align: center;
	position: relative;

}
.headline-Name h3 {
	margin: -2.6% 20% 0 0;
	z-index: 998;
	float: right;
	font: normal 20px/1 'Lato', serif;
	color: white;
	padding: 5px 20px;
	border-radius: 20px;
	position: relative;
	background: #5f1910;
	text-align: center;
}


	/*****************/
	/* Aside Section */
	/*****************/

.aside-Wrap {
	width: 230px;
	height: 500px;
	float: left;
}
.aside-Nav {
	height: 500px;
	padding: 70px 0 0 0;
	margin: 50px 20px 0 30px;
	float: left;
}
.aside-Nav p {
	margin: 0;
}
.aside-Nav strong {
	font-size: 11px;
	font-weight: normal;
}
.aside-Nav li {
	list-style: none;
}

.aside-Nav li:last-child {
	width: 212px;
	border-bottom: 1px #f5f5f5 solid;
}
.aside-Nav li a {
	font: normal 13px/17px "Lato", Helvetica, sans-serif;
	color: #333;
	text-align: left;
	text-transform: capitalize;
	padding: 10px 0 10px 20px;
	text-decoration: none;
	display: block;
	border-top: 1px #e9e9e9 solid;
	z-index: 99999;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.aside-Nav li a:hover {
	color: #5f1810;
	border-top: 1px white solid;
	background: #f3f2f1;
}
.aside-Nav a.active {
	font-weight: bold;
	color: #5f1810;
	border-top: 1px white solid;
	background: #f3f2f1;
}
.aside-Nav li a span {
	display: none;
	visibility: hidden;
}
.aside-Shadow {
	width: 1px;
	height: 1px;
	position: relative;
	left: 230px;
	top: 80px;
	z-index: 1000;
}
.aside-Shadow img {
	width: 12px;
	height: 500px;
}
.techList {
	width: 100%;
	height: auto;
	float: both;
	background: #f4f3f2;
	margin: 30px 0 40px 0;
}
.techList tr, td {
	padding: 11px 15px;
}
.techList tr:nth-child(even) {
	background: #fff;
}
.techList tr:nth-child(even) td {
	border-right: 1px dotted #f4f3f2 !important;
}
.techList tr:nth-child(even) td:last-child {
	border-right: 0px !important;
}
.techList td {
	font: normal 16px/1.25 'Lato', Helvetica, sans-serif !important;
	padding-left: 20px;
	border-right: 1px dotted white !important;
	border: 0px;
}
.techList td:nth-child(1) {
	width: 220px;
	font-weight: bold;
}
.techList td:nth-child(2) {
	width: 200px;
}
.techList td:nth-child(3) {
	width: 50px;
}
.techList td:nth-child(4) {
	width: 70px;
	border-right: 0px dotted white !important;
}
.techList em {
	font: normal 10px/1.25 'Book', san-serif;
	color: #BC282E;
	position: relative;
	top: -1px;
	left: 10px;
}
.techFirst {
	font: 18px/1.25 'Bold', sans-serif;
	color: white;
	padding: 10px 0;
	background: #5f1910;
}
.techFirst td {
	font: normal 18px/1.25 'Bold', sans-serif !important;
}
.download-Wrap > ul {
	padding-left: 20px;
}
.download-Wrap {
	position: absolute;
	top: 330px;
	left: 70px;
}
.download-Wrap .woocommerce {
	margin-top: 10px;
}
.download-Wrap div.file	{
	float: left;
	width: 80px;
	list-style: none;
}
.download-Wrap div.file a {
	font: normal 12px/32px 'Lato', sans-serif;
	color: #333;
	display: block;
	text-decoration: none;
	padding: 0 15px 0 35px;
	background-color: #CCC;
	-webkit-transition: color border .2s ease-in-out;
	-moz-transition: color border .2s ease-in-out;
	transition: color border .2s ease-in-out;
}
.download-Wrap div.file a:hover {
	color: #5F180E !important;
	background-color: white !important;
	border: 1px solid rgba(95,24,14,.3) !important;
}
.download-Wrap .msds-file a,
.download-Wrap .tds-file a {
	background-repeat: no-repeat;
	background-size: 36px 72px;
	background-position: 0px 0px;
	opacity: .2;
	width: 80px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
}
.download-Wrap .msds-file a	{
	background-image: url(http://romabio.com/wp-content/themes/devdmbootstrap3-child/images/icon-msds.png);
}
.download-Wrap .tds-file a {
	background-image: url(http://romabio.com/wp-content/themes/devdmbootstrap3-child/images/icon-tds.png);
	margin-left: -5px;
}
.download-Wrap .text {
	width: 155px;
	font: normal 10px/20px 'Lato', sans-serif !important;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	clear: both;
	opacity: 1;
}
a.activatedpdf {
	background-position: 0px 0px !important;
	background-color: white !important;
	border: 1px solid #e8e8e8 !important;
	opacity: 1 !important;
}
a.activatedpdf:hover {
	background-position: 0px -36px !important;
	background-color: #ECE9E7 !important;
	color: #F3F2F1 !important;
}
a.activatedpdf:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}


	/*********/
	/* Guide */
	/*********/

.guide {
	background: #f4f3f2;
}
.guide .container .row {
	padding: 5px 10px;
}
.guide .row-border {
	border-top: 1px dotted #d3d3d3;
}
.guide .row-border img{
	float: right;
}
.guide .container .guide-text p {
	font-size: 17px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.guide .container .show-hide-arrow {
	padding: 0;
}
.guide .container .show-hide-arrow a {
	padding: 11px 15px;
	display: inline-block;
	position: relative;
	color: #fff;
	background: #5f1910;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
}
.guide .container .show-hide-arrow a:hover {
	text-decoration: none !important;
	background: #4a1009;
	border-radius: 50px;
}
.guide .container .col-xs-2,
.guide .container .col-xs-4 {
	padding: 8px 0 0 0;
}
.guide .container .col-xs-2 img {
	height: 50px;
}
.guide .container .col-sm-4 h1, .guide .container .col-sm-6 h1 {
	font: normal 16px/1.2 "Bold";
}
.guide .container .col-sm-4 p, .guide .container .col-sm-6 p {
	font-size: 15px;
	line-height: 1.2;
}
a.show_hide {
	text-decoration: none !important;
}
.guide .guide-1  {
	padding: 10px 0 0 0;
	border-top: 1px dotted #d3d3d3;
}
.guide .guide-1 {
	margin: 0 !important;
}

.guide .guide-1 p {
	margin-top: 8px;
	text-align: center;
}

.guide-sec {
	margin-top: -10px;
}
#productShadow {
	width: 100%;
	height: 40px;
	position: relative;
	bottom: 40px;
	z-index: 0;
	opacity: 0.4;
}
.content-Wrap h4 {
	font: normal 30px 'Book', sans-serif;
	color: #87211b;
	text-transform: uppercase;
	text-align: center;
	margin: 50px 0 10px 0;
}
#product-page,
#filter-Control,
.paints-row,
.primers-row,
.filter-Wrap-small,
.primers-row,
.plasters-row,
.stains-row,
.specialty-row {
	display: none;
}
.filter-Wrap-small .reset-button {
	top: -40px !important;
}



@media (max-width:991px) {
	.headline-Name h2 {
		font-size: 40px;
	}
	.headline-Name {
		position: absolute;
		top: 10%;
		left: 30%;
	}

	/*****************************/
	/* Product Filter Responsive */
	/*****************************/

	.filter-Wrap,
	#products-filter {
		display: none;
	}
	.filter-Wrap-small {
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(247,247,247)));
		background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
		background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
		background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
		background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
		margin: auto;
		z-index: 100;
	}
	.filter-Wrap-small ul.interior {
		height: 90px;
	}
	.filter-Wrap-small ul.sheen {
		height: 200px;
	}
	.filter-Wrap-small ul.surface {
		height: 200px;
	}
	.filter-Wrap-small ul.pro {
		height: 200px;
	}
	#filter-Control {
		display: block;
		border-bottom: 1px dotted #d3d3d3;
	}
	.Control-text h2 {
		font-size: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	#filter-Control .show-hide-arrow,
	.content-Wrap .show-hide-arrow  {
		padding: 13px 0 0 0;
	}
	#filter-Control .show-hide-arrow a,
	.content-Wrap .show-hide-arrow {
		color: #000;	
	}
	.filter-Wrap {
		height: 250px;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(247,247,247)));
		background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
		background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
		background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
		background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(247,247,247) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
		margin: auto;
		z-index: 100;
	}
	.filter-Container {
		width: 450px;
		padding: 20px 0 0 0;
		margin: auto;
	}
	.top-tabs,
	.tab-line {
		display: none;
	}	
	.paints-row,
	.primers-row,
	.plasters-row,
	.stains-row,
	.specialty-row {
		display: block;
		border-bottom: 1px dotted #d3d3d3;
	}
	.paints-row a,
	.primers-row a,
	.plasters-row a,
	.stains-row a,
	.specialty-row a {
		color: #000;
	}
	.product-brief,
	.product-Bottom {
		display: none;
	}
	.product-responsive-Header {
		display: block;
	}
	.main-Wrap {
		margin-top: 0;
	}
	.product-List li:hover li {
		display: none;
	}
	.grid_3 {
		width: 100%;
		text-align: center;
	}
	.product-List {
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	.product-List li {
		border: none;
		border-bottom: 1px solid #F2F2F2;
	}
	.product-List li a:nth-child(1),
	.product-link a:nth-child(2),
	.product-link a:nth-child(3),
	#products li a.disabled {
		float: none;
		left: 0;
		display: inline-block;
		position: relative;
	}
	.product-List li a:nth-child(1),
	#products li a.disabled {
		width: 200px;
		text-align: left;
	}
	li.product-Header {
		color: #5f1910;
		font-weight:bold;
	}
	.tab-pane {
		border-top: 2px solid #5f1910;
	}
	.row h2 {
		font: normal 400 30px/1.2 'Lato', san-serif !important;
	}
}

@media (max-width:767px) {
	.product-List,
	.filter-Container {
		width: 90%;
	}
/* product page responsive */
	.main-Wrap-product {
		width: 100%;
		min-height: 300px;
		margin: 120px 0 0 0;
		position: relative;
	}
	.aside-Nav,
	.aside-Shadow,
	.download-Wrap .text {
		display: none;
	}
	.download-Wrap {
		position: absolute;
		top: 20px;
		right: 70px;
		left: auto;
	}
	.headline-Name {
		width: 100%;
		top: 0;
		left: auto; 
		right: auto;
	}
	.headline-Name h2 {
		font-size: 30px;
	}
	.headline-Name h3 {
		font-size: 16px;
	}
	#product-page {
		display: block;
		position: absolute;
		top: 70px;
		text-align: center;
		width: 90%;
	}
	#product-page select {
		border: 1px solid #e8e8e8;
		border-radius: 20px;
		padding: 2px 10px;
		background-color:#fff;
	}
	.page-template-Products-Page-Template-php h1 {
		font-size: 25px;	  
	}  
	.page-template-Products-Page-Template-php h2 {
		font-size: 22px;	  
	}
	.page-template-Products-Page-Template-php h3 {
		font-size: 14px;	  
	}
	.page-template-Products-Page-Template-php .headline-Name h3 {
		padding: 5px 10px;
	}
	.page-template-Products-Page-Template-php p {
		font-size:16px;	  
	}	  
	.techList tr, td {
		padding: 11px 15px;
	}
	.techList tr:nth-child(even) {
		background: #fff;
	}
	.techList tr:nth-child(even) td {
		border-right: 1px dotted #f4f3f2 !important;
	}
	.techList tr:nth-child(even) td:last-child {
		border-right: 0px !important;
	}
	.techList td {
		font: normal 14px/1.25 'Lato', Helvetica, sans-serif !important;
		padding: 2px;
		border-right: 1px dotted white !important;
		border: 0px;
	}
	.techList td:nth-child(1) {
		width: auto;
		font-weight: bold;
	}
	.techList td:nth-child(2) {
		width: auto;
	}
	.techList td:nth-child(3) {
		width: auto;
	}
	.techList td:nth-child(4) {
		width: auto;
		border-right: 0px dotted white !important;
	}
	.techList em {
		font: normal 10px/1.25 'Book', san-serif;
		color: #BC282E;
		position: relative;
		top: -1px;
		left: 10px;
	}
	.techFirst {
		font: 16px/1.25 'Bold', sans-serif;
		color: white;
		padding: 10px 0;
		background: #5f1910;
	}
	.techFirst td {
		font: normal 15px/1.25 'Bold', sans-serif !important;	
	}
}

@media (max-width:480px) {
	.product-List li a:nth-child(1),
	#products li a.disabled {
		width:140px;
	}
	.grid_3 {
		margin:0;
	}
	.tab-pane .container,
	.filter-Wrap-small .container {
		padding: 0 5px;
	}
	.filter-Container .filter-col {
		padding: 0 2px;
	}
	.filter-Container .filter-col2 {
		padding: 0;
		padding-left: 3px;
	}
	.product-List,
	.filter-Container {
		width: 100%;
	}
	.filter-Wrap-small ul.unstyled {
		padding-left: 0px;
	}
	li.nav-header {
		padding: 0;
		width: 100%;
		font-size: 12px;
	}
	.guide .container .show-hide-arrow a {
		margin-left: -5px;
	}
}