@import url('font-awesome.min.css');
@import url('fonts.css');
@import url('tooltipster.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('nivo-slider.css');
@import url('flexslider.css');
@import url('../js/prettyphoto/prettyPhoto.css');

@font-face {
	font-family: 'TrajanPro-Regular';
	src: url('../fonts/trajanpro/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/trajanpro/TrajanPro-Regular.otf')  format('opentype'),
	url('../fonts/trajanpro/TrajanPro-Regular.woff') format('woff'), url('../fonts/trajanpro/TrajanPro-Regular.ttf')  format('truetype'), url('../fonts/trajanpro/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TrajanPro-Bold';
	src: url('../fonts/trajanpro/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/trajanpro/TrajanPro-Bold.otf')  format('opentype'),
	url('../fonts/trajanpro/TrajanPro-Bold.woff') format('woff'), url('../fonts/trajanpro/TrajanPro-Bold.ttf')  format('truetype'), url('../fonts/trajanpro/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AbadiMT-CondensedLight';
	src: url('../fonts/abadimt/AbadiMT-CondensedLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/abadimt/AbadiMT-CondensedLight.woff') format('woff'), url('../fonts/abadimt/AbadiMT-CondensedLight.ttf')  format('truetype'), url('../fonts/abadimt/AbadiMT-CondensedLight.svg#AbadiMT-CondensedLight') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Base Layout */
body {
	font-family: 'AbadiMT-CondensedLight';
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	background: #fff;
}
body.home_1 {background: #e6e6e6;}
body.home_2 {background: #000;}
body.pages {background: #fff;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'TrajanPro-Regular'!important;
	color: #cc6600;
}

a {
	color: #666;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
p {
	margin: 10px 0 10px;
}
.container {
	width: 1024px;
	display: block;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.container-fluid {
	width: 94%;
	display: block;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.pages header, header {
	display: block;
	width: 100%;
	position: relative;
	z-index: 999;
}
.home_1 header {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 999;
}
#content {
	display: inline-block;
	width: 100%;
	height: auto;
}
#bottom-content {
	display: inline-block;
	width: 100%;
	min-height: 100px;
	height: auto;
	margin-top: -3px;
	background-size: auto 100%;
}
footer {
	display: inline-block;
	width: 100%;
	background-size: 100% auto;
	margin-top: -3px;
	background: #e6e6e6;
}

.home_2 footer {
	background: transparent;
	height: 55px;
	overflow: hidden;
	margin-top: -3px;
	margin-bottom: -5px;
}

.img-block {
	display: inline-block; width: 100%;margin-bottom: 20px;
}

.label {color: #b94526; display: block;}

.boxes {
	display: inline-block;
	width: 100%;
	position: relative;
}

.pull-left {float: left!important;}
.pull-right {float: right!important;}
.text-center {text-align: center;}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #ddd;
}

.pagination {
	margin-bottom: 20px;
	margin-top: 20px;
	list-style: none;
	width: 100%;
	text-align: right;
	display: inline-block;
}
.pagination> ul {display: inline-block;padding: 0; margin: 0;}
.pagination > ul > li {
	display: inline-block;
	float: left;
}
.pagination > ul > li > a {
	padding: 5px;
	font-weight: 600;
	font-family: 'AbadiMT-CondensedLight';
	font-size: 14px;
	color: #000;
}
.pagination > ul > li > a:hover, 
.pagination > ul > li > a:focus,
.pagination > ul > li.active > a {color: #cc6600;}

.page {
	display: inline-block;
	padding: 5px 9px;
	margin-right: 2px;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover {
	background: #fefefe;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
	text-decoration: none;
	color: #b94526;
}

.page.active {
	border: none;
	background: #777;
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
table tr.active {
	background: #f2f2f2;
}
table tr.active td {
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	color: #333;
}
table tr td {padding: 4px;color: #444;}
/* Base Layout */

/* form style */
form {}
form table td {vertical-align: top;}
input, select, textarea {
	padding: 6px 4px;
	border: 1px solid #b5b5b5;
	background: #cdcdcd;
	margin-bottom: 0px;
}
input:focus, select:focus, textarea:focus {
	background: #eee;
	border-color: #b5b5b5;
	outline: none;
}
textarea {resize:vertical;}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border-bottom-width: 3px;
	border-right-width: 2px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, 
.btn-default:active, .btn-default.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
}
/* form style */

/* Common Layout */
.title {
	font-family: 'TrajanPro-Regular';
	color: #cc6600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 36px;
	line-height: 150%;
	font-weight: normal;
}
#top-nav {
	display: block;
	height: 500px;
	position: relative;
}
.home_2 #top-nav {
	/*background: url(../images/home2_top_nav_bg.jpg) top center no-repeat;
	background-size: 100% auto;*/
	height: auto;
	display: inline-block;
	width: 100%;
}

.pages #top-nav {height: auto;}

#top-nav .nav-menu {
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 50px;
	text-align: center;
	padding-top: 10px;
}
.home_2 #top-nav .nav-menu {
	position: relative;
	height: 85px;
	line-height: 35px;

	background: url(../images/home2_top_nav_bg.jpg) top center no-repeat;
	background-size: 100% auto;
}
#top-nav .nav-menu ul {
	list-style: none;
	padding: 1px 0;
	margin: 0;
	float: none;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.pages #top-nav .nav-menu ul {
	padding-left: 15px;
	padding-right: 15px;
	background: url(../images/header_menu_sha.png) bottom center no-repeat;
	background-size: 100% auto;
	padding-bottom: 15px;
}
.home_2 #top-nav .nav-menu ul {
	position: absolute;
	left: 40px;
	bottom: 0;
}

#top-nav .nav-menu ul li {
	display: inline-block;
	padding: 3px 0;
}
#top-nav .nav-menu ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	padding: 4px 20px;
	text-align: center;
	display: block;
	font-family: 'TrajanPro-Regular';
}
.home_2 #top-nav .nav-menu ul li a {
	/*background: url(../images/home2_menu_bg.png) top center repeat-x;
	background-size: auto 100%;*/
	color: #fff;
	padding: 10px 20px 2px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out false;
	-o-transition: all 0.1s ease-in-out false;
	transition: all 0.1s ease-in-out;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.7+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
}
#top-nav .nav-menu ul li.active a, #top-nav .nav-menu ul li a:hover, #top-nav .nav-menu ul li a:focus {color: #cc6600;}
.home_2 #top-nav .nav-menu ul li.active a, .home_2 #top-nav .nav-menu ul li a:hover, .home_2 #top-nav .nav-menu ul li a:focus {color: #ffff00;}

#top-nav .nav-menu ul li:hover,
#top-nav .nav-menu ul li:active,
#top-nav .nav-menu ul li.active,
#top-nav .nav-menu ul li.active,
#top-nav .nav-menu ul li:focus {
	color: #ffff00;
}
#top-nav .nav-menu ul li:last-child:hover,
#top-nav .nav-menu ul li:last-child:active,
#top-nav .nav-menu ul li:last-child.active,
#top-nav .nav-menu ul li:last-child:focus {

}
#top-nav .nav-menu ul li:last-child, .home_2 #top-nav .nav-menu ul li {padding: 0;}

.home_2 #top-nav .nav-menu ul li a:hover, .home_2 #top-nav .nav-menu ul li a:focus {
	padding: 20px 20px 2px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.85+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.nav-brand {
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.nav-brand img {
	display: inline-block;
	height: 80px;
}
.home_2 .nav-brand {left: auto; right: 20px;top: -5px;}
.home_2 .nav-brand img { height: 105px;}
.nav-sfc {
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.home_2 .nav-sfc {
	left: 0;
	right: auto;
	bottom: -530px;
}
.nav-sfc img {
	display: inline-block;
	height: 60px;
}

.pages .nav-sfc {display: none;}

#main-slider {
	display: inline-block;
	height: 530px;
	width: 100%;
	position: relative;
	margin-bottom: 0;
}
.home_2 #main-slider {margin-top: -6px;border-top: 15px solid #fff;}
#main-slider .slider img {display: inline-block;width: 100%;}

#main-slider .over {display: none;}
.home_2 #main-slider .over {
	position: absolute;
	top: 0;
	z-index: 999;
	height: 46px;
	width: 100%;
	display: block;
	background: transparent url(../images/home2_top_menu_sha.png) top center repeat-x;
}

#content {padding: 0px 0px}
.home_2 #content {display: none;}

#content > .container {
	/*background: #fff url(../images/content-bg-shadow.png) top center no-repeat;*/
	background-size: 100% auto;	
}
#content .block {
	display: inline-block;
	position: relative;
	/*background: url(../images/content-bg-shadow.png) top center no-repeat;*/
	background-size: 100% auto;
	min-height: 400px;
	width: 100%;
}
#content .block .title {color: #b94526; margin-top: 50px;margin-bottom: 30px;font-family: 'TrajanPro-Regular';color: #b72024;}
#content .block > .title {font-size: 30px;padding: 0 80px;width: 450px;padding-right: 0;}

#content .block .boxes {
	display: block;
	width: 900px;
	/*min-height: 400px;*/
	margin: 0 auto;
	text-align: center;
}
#content .block .box {
	display: inline-block;
	width: 220px;
}
#content .block .box-full {
	width: 760px;
}
#content .block .box {
	padding: 0px 20px;
	margin-top: 35px;
	/*background: #fff url(../images/bg-content-box.jpg) bottom center no-repeat;*/
	background-size: 100% auto;
	text-align: center;
}
#content .block .box + .box {border-left: 1px solid #ddd;}
#content .block .box .title {
	margin-top: 0px; 
	margin-bottom: 5px;
	text-align: center;
	height: 50px;
	font-family: 'ubuntumedium'; 
	font-size: 20px; 
	font-weight: normal;
	background: #fff url(../images/box-title-shadow.jpg) bottom center no-repeat;
	color: #981b1f;
	line-height: normal;
}
#content .block .box-content p {height: 160px; overflow: hidden;color: #999;}
#content .box-full .box-content {padding-bottom: 30px;}
#content .box-full .box-content p {height: auto; overflow: hidden;}
#content .block .box-content {color: #999; line-height: normal;margin-bottom: 25px;display: inline-block;width: 100%;} 
#content .block .box-content a {color: #981b1f;font-size: 14px;}
#content .block .box-content a:hover {color: #111;}

#content .block .box-content .thumbnail {
	display: inline-block;
	width: 205px;
	height: 130px;
	padding: 10px;
	background: #ecebeb;
}
#content .block .box-content .thumbnail:hover {background: #b5b4b4;}
#content .block .box-content .shade {
	display: block;
	background: #FFF url(../images/thumb-shadow.png) top center no-repeat;
	background-size: 100% auto;
	height: 20px;
}
#content .block .box-content .thumbnail img {
	height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#content .block-content {
	display: inline-block;
	position: relative;
	/*background: url(../images/block-content-shadow_02.jpg) bottom center no-repeat;*/
	background-size: 100% auto;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0px;
	min-height: 400px;
}
#content .block-content .block-left {
	display: inline-block;
	float: left;
	width: 40%;
	margin-right: 20px;
}
#content .block-content .block-right {
	display: inline-block;
	float: left;
	width: 50%;
}
#content .block-content .block-col-4 {
	display: inline-block;
	float: left;
	width: 33.3333%;
}

#content .block-content p {color: #666;font-size: 14px;line-height: 150%;}
#content .block-content h2 {margin: 0; font-family: 'AbadiMT-CondensedLight';font-weight: normal;}
#content .block-content table tr td {
	color: #666;font-size: 10pt;line-height: 18px;padding: 10px 0;vertical-align: top;
}

#content .block-content .block-enviro {
	display: inline-block;
	width: 80%;
	padding: 10px 10% 80px;
}
#content .block-content .block-enviro .description {
	display: block;
	width: 33.3333%;
	margin: 0 auto;
	padding: 10px 0px 20px;
}
#content .block-content .block-enviro ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
#content .block-content .block-enviro ul li {
	display: block;
	position: relative;
}
#content .block-content .block-enviro ul li .description {
	background: url(../images/environtment_bg_sha.png) top center no-repeat;
	background-size: 105% auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
#content .block-content .block-enviro ul li .env-thumbnail {
	display: inline-block;
	width: 29%;
	position: absolute;
	padding: 0 15px;
	left: 0;
	top: 0;
}
#content .block-content .block-enviro ul li .env-thumbnail img {width: 100%; height: auto;}
#content .block-content .block-enviro ul li:nth-child(even) .env-thumbnail {
	right: 0;
	left: auto;
	top: 0;
}
#content .block-content .block-enviro ul li:nth-child(odd) .description p {color: #cc6600;}
#content .block-certification .container {position: relative;}
#content .block-certification .center-content {
	display: block;
	width: 40%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 100px;
	min-height: 900px
}

#content .block-certification .image-content {
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 140px;
	left: 0;
}
#content .block-certification .image-content .thumbnail {
	width: 30%;
}
#content .block-certification .image-content ul li:nth-child(even) .thumbnail,
#content .block-certification .image-content ul li:nth-child(even) img {float: right;}
#content .block-certification .image-content ul li:nth-child(odd) .thumbnail,
#content .block-certification .image-content ul li:nth-child(odd) img {float: left;}
#content .block-certification .image-content ul {
	padding: 0;
	margin:0;
	list-style: none;
}
#content .block-certification .image-content ul li {
	display: block;
	min-height: 150px;
}
#content .block-certification .image-content img {
	width: 90%;
	height: auto;
}

#bottom-content {
	background: transparent url(../images/woddenbg-bottom.jpg) top center no-repeat;
	background-size: 100% auto;	
	display: block;
	position: relative;
}
.home_2 #bottom-content {
	height: 20px;
	background: #fff;
	min-height: 0;
	margin-bottom: -6px;
	margin-top: -4px;
}
#bottom-content .block {
	display: inline-block;
	position: relative;
	background-size: 100% auto;
	min-height: 100px;
	width: 100%;
	padding: 30px 0 14px;
}

#bottom-content .block ul {
	list-style: none;
	text-align: center;
	display: block;
	padding: 0;
	margin: 20px auto;
	width: 760px;
}
#bottom-content .block ul li {
	display: inline-block;
	float: left;
	height: 65px;
	margin-right: 8px;
}
#bottom-content .block ul li img {display: inline-block;height: 100%;}

footer > .container {background: #b62024;}
footer .footer-menu {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
	text-align: center;
	padding-bottom: 20px;
	background: url(../images/bottommenu-shadow.png) bottom center no-repeat;
	background-size: auto 25px;
}

.home_2 footer .footer-menu {
	background: url(../images/home2_footer_bg.jpg) top center no-repeat;
	background-size: auto 100%;
	padding-bottom: 10px;
	text-align: right;
}

footer .footer-menu .alink {
	display: block;
	list-style: none;
}

footer .footer-menu ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	float: none;
	display: inline-block;
	text-align: center;
}
.home_2 footer .footer-menu ul {
	padding-top: 10px;
	padding-right: 120px;
}
footer .footer-menu ul li {
	display: inline-block;
	padding: 10px 0;
}
footer .footer-menu ul li a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	padding: 4px 15px;
	text-align: center;
	display: block;
	font-family: 'TrajanPro-Regular';
}
footer .footer-menu ul li.active a, 
footer .footer-menu ul li a:hover, 
footer .footer-menu ul li a:focus {
	color: #cc6600;
	border-color: transparent;
}

.home_2 footer .footer-menu ul li a {
	text-decoration: none;
	color: #b5b5b5;
	font-size: 13px;
	padding: 4px 15px;
	text-align: center;
	display: block;
}
.home_2 footer .footer-menu ul li.active a, 
.home_2 footer .footer-menu ul li a:hover, 
.home_2 footer .footer-menu ul li a:focus {
	color: #ffff00;
	border-color: transparent;
}

footer .nav-menu ul li:hover,
footer .nav-menu ul li:active,
footer .nav-menu ul li.active,
footer .nav-menu ul li.active,
footer .nav-menu ul li:focus {
	color: #f0be07;
}

footer .nav-menu .control-menu {
	text-align: left;
	display: block;
	width: 90%;
}
footer .nav-menu .control-menu i {
	margin-right: 5px;
	font-size: 16px;
	margin-top: 8px;
	cursor: pointer;
}
footer .nav-menu .control-menu i:hover {color: #fff;}

footer .footer-copyright {
	display: inline-block;
	width: 100%;
}
footer .footer-copyright a {color: #cc6600;}
footer .footer-copyright a:hover {text-decoration: underline;}

.home_2 footer .footer-copyright a {color: #f0be07;}
.home_2 footer .footer-copyright a:hover {text-decoration: underline;}

footer .footer-copyright span {
	display: block;
	padding: 0 0px 10px;
	text-align: center;
	font-size: 14px;
	color: #8c8a8a;
}
.home_2 footer .footer-copyright span {
	position: absolute;
	top: 29px;
	left: 20px;
	color: #cccccc;
}

footer .social-link {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
.home_2 footer .social-link {padding-right: 60px!important;}
footer .social-link li {
	display: inline-block;
	float: left;
	margin-left: 5px;
}
footer .social-link li a {
	display: block;
	width: 25px;
	height: 25px;
	padding: 0!important;
}
footer .social-link li a.facebook {
	background: url(../images/social-facebook-24.png) top center no-repeat;
}
footer .social-link li a.instagram {
	background: url(../images/social-instagram-24.png) top center no-repeat;
}

/* Common Layout */


/* product list */
#product-list {
	display: inline-block;
	width: 100%;
	min-height: 500px;
	position: relative;
}
#product-list .product_list {
	display: inline-block;
	width: 100%;
	padding: 20px;
	list-style: none;
	margin: 0;
}
#product-list .product_list li {
	display: inline-block;
	position: relative;
	padding: 20px;
	width: 15%;
	text-align: center;
	color: #999;
	font-size: 14px;
}
#product-list .product_list li .img-product {
	display: inline-block;
	position: relative;
	width: 130px;
	height: 130px;
	overflow: hidden;
}
#product-list .product_list li .img-product img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
#product-list .product_list li h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	line-height: normal;
}
#product-list .product_list li:hover,
#product-list .product_list li:focus {color: #cc6600;}

#product-list .product_list li:hover .img-product img,
#product-list .product_list li:focus .img-product img {
	width: 110%;
	/*margin-left: -5%;
	margin-top: -3%;*/

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
} 

#nav_product_cat {
	background: #838383;
	margin: 0;
	width: auto;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
	height: 35px;
}
#nav_product_cat ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
#nav_product_cat ul:after,
#nav_product_cat:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav_product_cat ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
#nav_product_cat ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#nav_product_cat ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
	z-index: 9999;
}
#nav_product_cat ul li ul li {
	max-height: 0;
	position: absolute;
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	-ms-transition: max-height 0.4s ease-out;
	-o-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
	background: #838383;
}
#nav_product_cat ul li ul li.has-sub:after {
	display: none;
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #000000;
	z-index: 1;
	top: 13px;
	right: 15px;
}
#nav_product_cat.align-right ul li ul li.has-sub:after {
	right: auto;
	left: 15px;
}
#nav_product_cat ul li ul li.has-sub:before {
	display: block;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-left-color: #ffffff;
	z-index: 2;
	top: 10px;
	right: 15px;
}
#nav_product_cat.align-right ul li ul li.has-sub:before {
	right: auto;
	left: 15px;
	border-left-color: transparent;
	border-right-color: #ffffff;
}
#nav_product_cat ul li ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	text-transform: none;
	color: #000000;
	letter-spacing: 0;
	display: block;
	width: 100%;
	padding: 11px 10px 3px 20px;
	font-family: 'TrajanPro-Regular';
}
#nav_product_cat ul li ul li:hover > a,
#nav_product_cat ul li ul li.active > a {
	color: #e7e7e7;
}
#nav_product_cat ul li ul li:hover:after,
#nav_product_cat ul li ul li.active:after {
	background: #e7e7e7;
}
#nav_product_cat ul li ul li:hover > ul {
	left: 100%;
	top: 0;
}
#nav_product_cat ul li ul li:hover > ul > li {
	max-height: 72px;
	position: relative;
}
#nav_product_cat > ul > li {
	float: left;
}
#nav_product_cat.align-center > ul > li {
	float: none;
	display: inline-block;
}
#nav_product_cat.align-center > ul {
	text-align: center;
}
#nav_product_cat.align-center ul ul {
	text-align: left;
}
#nav_product_cat.align-right > ul {
	float: right;
}
#nav_product_cat.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#nav_product_cat.align-right ul ul li:hover > ul {
	right: 100%;
	left: auto;
}
#nav_product_cat.align-right ul ul li a {
	text-align: right;
}
#nav_product_cat > ul > li {width: 20%!important;}
#nav_product_cat > ul > li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
}
#nav_product_cat > ul > li.has-sub > a {
	padding-right: 40px;
}
#nav_product_cat > ul > li.has-sub > a:after {
	display: block;
	content: "";
	background: #ffffff;
	height: 12px;
	width: 12px;
	position: absolute;
	border-radius: 13px;
	right: 14px;
	top: 16px;
	display: none;
}
#nav_product_cat > ul > li.has-sub > a:before {
	display: block;
	content: "";
	border: 4px solid transparent;
	border-top-color: #4cb6ea;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 16px;
	top: 17px;
	display: none;
}
#nav_product_cat > ul > li > a {
	color: #333;
	padding: 11px 20px 3px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 1px;
	font-size: 14px;
	z-index: 2;
	position: relative;
	text-align: center;
	font-family: 'TrajanPro-Regular';
}
#nav_product_cat > ul > li > a > span.carets {
	display: none;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	position: relative;
	background: url(../images/carets.png) top center no-repeat;
	top: 4px;
	background-size: 100% auto;
}
#nav_product_cat > ul > li.has-sub > a > span.carets {display: inline-block;}
#nav_product_cat > ul > li > h5 {
	color: #333;
	padding: 11px 20px 3px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 1px;
	font-size: 14px;
	z-index: 2;
	margin: 0;
	position: relative;
	text-align: center;
	font-family: 'TrajanPro-Regular';
}
#nav_product_cat > ul > li:hover:after,
#nav_product_cat > ul > li.active:after {
	height: 100%;
}
#nav_product_cat > ul > li:hover > a,
#nav_product_cat > ul > li.active > a {
	color: #000000;
}
#nav_product_cat > ul > li:hover > a:after,
#nav_product_cat > ul > li.active > a:after {
	background: #838383;
}
#nav_product_cat > ul > li:hover > a:before,
#nav_product_cat > ul > li.active > a:before {
	border-top-color: #ffffff;
}
#nav_product_cat > ul > li:hover > ul {
	left: 0;
}
#nav_product_cat > ul > li:hover > ul > li {
	max-height: 72px;
	position: relative;
	background: #838383;
}
#nav_product_cat #menu-button {
	display: none;
}
#nav_product_cat > ul > li > a {
	display: block;
}
#nav_product_cat > ul > li {
	width: auto;
}
#nav_product_cat > ul > li > ul {
	width: 100%;
	display: block;
	max-height: 400px;
	/*	overflow-y: auto;
	padding-bottom: 20px;*/
	background: #838383;
}
#nav_product_cat > ul > li > ul > li {
	width: 100%;
	display: block;
}

#nav_product_cat > ul > li:first-child {
	background: url(../images/bg-product-menu1.jpg) top center repeat-x;
	background-size: auto 100%;
} 
#nav_product_cat > ul > li:nth-child(2) {
	background: url(../images/bg-product-menu2.jpg) top center repeat-x;
	background-size: auto 100%;
} 
#nav_product_cat > ul > li:nth-child(3) {
	background: url(../images/bg-product-menu3.jpg) top center repeat-x;
	background-size: auto 100%;
} 
#nav_product_cat > ul > li:nth-child(4) {
	background: url(../images/bg-product-menu4.jpg) top center repeat-x;
	background-size: auto 100%;
} 
#nav_product_cat > ul > li:last-child {
	background: url(../images/bg-product-menu5.jpg) top center repeat-x;
	background-size: auto 100%;
} 

.product_description {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 25px 0;
}
.product_description .product-left,
.product_description .product-right {
	display: inline-block;
	width: 50%;
	float: left;
}

.product_description .product-right .product-info {
	display: inline-block;
	width: 100%;
	padding-left: 25px;
} 
.product_description .product-right .product-info ul {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
.product_description .product-right .product-info ul li {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	color: #666;
}
.product_description .product-right .product-info ul li strong {
	font-weight: 600;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
}

/* other product */
#other-product {
	display: inline-block;
	width: 100%;
	height: 280px;
	position: relative;
}
#other-product .block {
	min-height: 0;
	height: 280px;
	margin-top: -10px;
}
#other-product .block .title {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: normal;
	font-family: 'TrajanPro-Regular';
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	padding: 0;
	display: block;
	margin: 40px auto 25px;
	color: #cc6600;
}
#other-product .block ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: block;
	width: 100%;
}

#other-product .block ul li {
	width: 175px;
	height: 140px;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	background-size: 100% auto;
	padding: 5px 0px;
	margin-bottom: 20px;
	margin-right: 12px;
	margin-top: 0;
	border-left: 0!important;
}
#other-product .block ul li .photo {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#other-product .block ul li .thumbnail {
	display: inline-block;
	width: 170px;
	height: 200px;
	padding: 0;
	background: #ecebeb;
	/*overflow: hidden;*/
}
#other-product .block ul li .photo img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*#other-product .block ul li .thumbnail:hover img {
	width: 110%;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	}*/
	#other-product .block ul li span {
		color: #7f7f7f;
		font-size: 13px;
		font-weight: normal;
		display: block;
		margin-top: 0px;
		background-size: 100% auto;
		text-align: center;
	}
	#other-product .block ul li:hover span {color: #b94526;}

	#other-product .owl-controls {margin-top: 0;}
	#other-product .owl-prev {
		position: absolute;
		top: 20%;
		left: -50px;
		font-size: 32px!important;
		background: transparent!important;
		color: #ccc!important;
	}
	#other-product .owl-next {
		position: absolute;
		top: 20%;
		right: -50px;
		font-size: 32px!important;
		background: transparent!important;
		color: #ccc!important;
	}
	#other-product .owl-prev:hover, #other-product .owl-next:hover {color: #333!important;}
	/* other product */

	#carousel-nav .flex-direction-nav {display: none;}

	.pp_description {
		margin: 0 37px 0 0;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.sub-content {
		display: inline-block;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.sub-content ul {
		padding: 0;
		margin: 0;
		padding-left: 15px;
		margin-top: 15px;
	}

	/* RESPONSIVE STYLE =================================================================================  */

	@media (max-width: 767px) {
		.container {width: 100%;}
		#main-slider {height: auto!important;margin-top: 120px;}
		#top-nav {height: 400px;}
		.nav-brand {
			width: 100%;
			text-align: center;
		}
		#top-nav .nav-menu {padding-top: 70px;}
		#bottom-content {min-height: 50px;}

		.home_2 #top-nav .nav-menu {
			background-size: 100% 100%;
			height: 70px;
		}
		.home_2 #top-nav .nav-menu ul {left: 13%;}
		.home_2 .nav-sfc {
			bottom: -290px;
		}
		.home_2 #bottom-content {
			/*height: 125px;*/
		}

		.home_2 footer {height: auto;}

		.home_2 footer .footer-menu ul {
			position: relative;
			width: 100%;
		}
		footer .footer-copyright {
			position: relative;
			margin-top: 0px;
		}
		.home_2 footer .footer-copyright {
			position: absolute;
			width: 100%;
			height: 40px;
			display: inline-block;
			bottom: 32px;
		}
		.home_2 footer .social-link {
			text-align: right;
			display: inline-block;
			position: relative;
			width: 100%;
			padding-left: 10px;
		}
		.home_2 footer .footer-copyright span {
			left: auto;
			right: 20px;
		}

		#content .block-certification .center-content {
			display: inline-block;
			width: 94%;
			max-width: 100%;
			padding: 20px;
			min-height: 200px;
		}

		#content .block-certification .image-content {
			top: 0px;
			position: relative;
			/*padding: 0 20px;*/
		}

		#content .block-certification .image-content ul li {
			display: inline-block;
			height: auto;
			float: left;
			width: 45%;
			padding-left: 20px;
		}
		#content .block-certification .image-content .thumbnail {
			width: 100%;
			float: left!important;
			margin-bottom: 15px;
		}

		#content .block-certification .image-content img {
			float: left!important;
		}

		#content .block-content .block-right, #content .block-content .block-left {
			width: 95%;
			display: block;
			position: relative;
			padding: 15px;
			margin: 0;
		}
		#content .block-content .block-enviro .description {
			width: 100%;
		}
		#content .block-content .block-enviro ul li .env-thumbnail {
			position: relative;
			width: 100%;
		}
		#content .block-content p {font-size: 16px;}
		#nav_product_cat {height: auto;}
		#nav_product_cat > ul > li {
			width: 100%!important;
		}
		#product-list .product_list li {
			padding: 10px;
			width: 45%;
		}
		#product-list .product_list li .img-product {
			width: 100%;
			height: 300px;
		}
		#product-list .product_list li h4 {
			font-size: 18px;
		}
		#product-list .product_list li small {font-size: 16px;}
		.product_description .product-left, .product_description .product-right {
			width: 100%;
			float: none;
		}

		.product_description .product-right .product-info {
			padding: 0 15px;
			width: 94%;
			display: block;
			margin: 0 auto;
			margin-top: 200px;
			padding-bottom: 350px;
		}
		.product_description .product-right .product-info #carousel-nav {
			margin-top: -550px;
		}
		#other-product {
			padding: 0 15px;
			width: 85%;
			display: block;
			margin: 0 auto;
		}

		.pagination {text-align: center;}
	}

	/* Smartphones (portrait) ----------- */
	@media only screen and (max-width : 320px) {
		#top-nav .nav-menu {height: auto;}
		#top-nav .nav-menu ul li {display: block;}
		#main-slider {
			margin-top: 250px;
		}
		.nav-sfc img {height: 30px;}
		footer .footer-menu ul li {display: block;padding: 0;}
		footer .social-link {
			position: relative;
			display: block!important;
			text-align: center;
			height: 45px;
		}
		footer .social-link li {
			display: inline-block!important;
			margin-left: 5px;
			text-align: center;
			float: none;
		}
		.home_2 #top-nav .nav-menu {height: 165px;}
		.home_2 #top-nav .nav-menu ul {
			display: block;
			left: 0;
			position: relative;
			top: 20px;
		}
		.home_2 .nav-sfc {
			bottom: -160px;
		}
		.home_2 footer .footer-copyright span {
			left: auto;
			right: auto;
			display: block;
			text-align: center;
			width: 100%;
		}
		.home_2 footer .social-link {
			text-align: center;
			display: inline-block;
			position: relative;
			width: 100%;
			padding-left: 10px;
			margin: 0;
			margin-bottom: 30px;
			width: auto!important;
			padding: 0 20px!important;
		}
		#content .block-certification .image-content ul li {
			width: 100%;
		}
		#product-list .product_list li {
			padding: 10px;
			width: 80%;
		}
		#product-list .product_list li .img-product {
			width: 100%;
			height: 250px;
		}
		#other-product {
			padding: 0 15px;
			width: 70%;
		}
	}

	/* Smartphones (portrait and landscape) ----------- */
	@media only screen and (min-width : 321px) and (max-width : 480px) {
		#top-nav .nav-menu {height: auto;}
		#top-nav .nav-menu ul li {display: block;}
		#main-slider {
			margin-top: 250px;
		}
		.nav-sfc img {height: 30px;}
		footer .footer-menu ul li {display: block;padding: 0;}
		footer .social-link {
			position: relative;
			display: block!important;
			text-align: center;
			height: 45px;
		}
		footer .social-link li {
			display: inline-block!important;
			margin-left: 5px;
			text-align: center;
			float: none;
		}
		.home_2 #top-nav .nav-menu {height: 165px;}
		.home_2 #top-nav .nav-menu ul {
			display: block;
			left: 0;
			position: relative;
			top: 20px;
		}
		.home_2 .nav-sfc {
			bottom: -160px;
		}
		.home_2 footer .footer-copyright span {
			left: auto;
			right: auto;
			display: block;
			text-align: center;
			width: 100%;
		}
		.home_2 footer .social-link {
			text-align: center;
			display: inline-block;
			position: relative;
			width: 100%;
			padding-left: 10px;
			margin: 0;
			margin-bottom: 30px;
			width: auto!important;
			padding: 0 20px!important;
		}
		#content .block-certification .image-content ul li {
			width: 100%;
		}
		#product-list .product_list li {
			padding: 10px;
			width: 80%;
		}
		#product-list .product_list li .img-product {
			width: 100%;
			height: 250px;
		}
		#other-product {
			padding: 0 15px;
			width: 70%;
		}
	}

	/* Larger Smartphones (portrait and landscape)----------- */
	@media (min-width: 481px) and (max-width: 767px) {

	}

	/* Larger tablets (portrait and landscape)----------- */
	@media (min-width: 768px) and (max-width: 979px) {
		.container {width: 100%;}
		#main-slider {height: auto!important;margin-top: 120px;}
		#top-nav {height: 400px;}
		.nav-brand {
			width: 100%;
			text-align: center;
		}
		#top-nav .nav-menu {padding-top: 70px;}
		#bottom-content {min-height: 50px;}

		.home_2 #top-nav .nav-menu {
			background-size: 100% 100%;
			height: 70px;
		}
		.home_2 #top-nav .nav-menu ul {left: 13%;}
		.home_2 .nav-sfc {
			bottom: -290px;
		}
		.home_2 #bottom-content {
			/*height: 125px;*/
		}

		.home_2 footer {height: auto;}

		.home_2 footer .footer-menu ul {
			position: relative;
			width: 100%;
		}
		footer .footer-copyright {
			position: relative;
			margin-top: 0px;
		}
		.home_2 footer .footer-copyright {
			position: absolute;
			width: 100%;
			height: 40px;
			display: inline-block;
			bottom: 32px;
		}
		.home_2 footer .social-link {
			text-align: right;
			display: inline-block;
			position: relative;
			width: 100%;
			padding-left: 10px;
		}
		.home_2 footer .footer-copyright span {
			left: auto;
			right: 20px;
		}

		#content .block-certification .center-content {
			display: inline-block;
			width: 94%;
			max-width: 100%;
			padding: 20px;
			min-height: 200px;
		}

		#content .block-certification .image-content {
			top: 0px;
			position: relative;
			/*padding: 0 20px;*/
		}

		#content .block-certification .image-content ul li {
			display: inline-block;
			height: auto;
			float: left;
			width: 45%;
			padding-left: 20px;
		}
		#content .block-certification .image-content .thumbnail {
			width: 100%;
			float: left!important;
			margin-bottom: 15px;
		}

		#content .block-certification .image-content img {
			float: left!important;
		}

		#content .block-content .block-right, #content .block-content .block-left {
			width: 95%;
			display: block;
			position: relative;
			padding: 15px;
			margin: 0;
		}
		#content .block-content .block-enviro .description {
			width: 100%;
		}
		#content .block-content .block-enviro ul li .env-thumbnail {
			position: relative;
			width: 100%;
		}
		#content .block-content p {font-size: 16px;}
		#nav_product_cat {height: auto;}
		#nav_product_cat > ul > li {
			width: 100%!important;
		}
		#product-list .product_list li {
			padding: 10px;
			width: 45%;
		}
		#product-list .product_list li .img-product {
			width: 100%;
			height: 300px;
		}
		#product-list .product_list li h4 {
			font-size: 18px;
		}
		#product-list .product_list li small {font-size: 16px;}
		.product_description .product-left, .product_description .product-right {
			width: 100%;
			float: none;
		}

		.product_description .product-right .product-info {
			padding: 0 15px;
			width: 94%;
			display: block;
			margin: 0 auto;
			margin-top: 200px;
			padding-bottom: 350px;
		}
		.product_description .product-right .product-info #carousel-nav {
			margin-top: -550px;
		}
		#other-product {
			padding: 0 15px;
			width: 85%;
			display: block;
			margin: 0 auto;
		}

		.pagination {text-align: center;}
	}


	a.remove-link {
		display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
	}

	.btn-cart {
		font-size: 17px !important;
		background-color: rgb(54, 54, 54);
		border-radius: 5px;
		padding:8px;
		margin-left: 7px;
		color: white;
		text-decoration: none;
		right: 0px;
		text-align: right;
	}

	.btn-cart:hover{
		text-decoration: none;
		color: white;
		background-color: #666666;
	}
	
	.form-control {
	    display: inline-block;
	    padding: 8px;
	    box-sizing: border-box;
	}
	
	.section-wa {
	    display: flex;
	    margin-top: 5px;
	      flex-direction: column;

	}
	
	.btn-whatsapp {
	    padding: 4px;
	    border: 2px solid black;
	}
	
	.btn-details {
	    padding: 4px;
    background-color: black;
	    margin-top: 4px;
	}
	
	.btn-whatsapp:hover {
	    text-decoration: none;
	    background-color: black;
	    color: white;
	}
	
	.btn-details:hover {
	    text-decoration: none;
	    color: white;
	}
	