/*
 Theme Name: BISAGRAS PERUANAS SAC 
 Theme URI: http://bisa-peru.pe
 Author: @josecarlospsh
 Author URI: http://twitter.com/josecarlospsh
 Description: 08/08/14
 Version: 0.8
*/
@import url(http://fonts.googleapis.com/css?family=Hammersmith+One|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300|Merriweather+Sans:400,300,300italic,800italic,800,700italic,700,400italic);

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}
/*BASE*/
*{
	margin:0;
	padding: 0;
	border:0;
	outline:none;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body{
	background-image: url(http://www.transparenttextures.com/patterns/circles.png);
	background-image: url(images/climpek.png);
	background-color: rgb(255, 255, 255);
	font-family: 'Open Sans', Helvetica, arial, sans-serif; 
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	text-rendering: optimizeLegibility;
}
h1,h2,h3,
h4,h5,h6 {
	font-family: 'Merriweather Sans', sans-serif;
	color: #333;
	margin-top:0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h1{
	font-size: 36px;
	line-height: 1;
	margin-bottom: 20px;
}
h2{
	font-size: 28px;
	line-height: 1.4;
}
h3{
	font-size: 22px;
	line-height: 1.3;
}
h4{
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
h5{
	font-size: 14px;
	font-weight: bold;
}
p{
	margin-bottom: 15px;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover, a:focus {
	color: #444;
	text-decoration: underline;
}
.line{
	display: block;
	background: #ddd;
	height: 1px;
	width: 100%;
	margin: 20px 0;
}
.gray{
	color: #888;
}
.red{
	color: #E30513;
}
.yellow{
	color: #FCEC04;
}
.bgred{
	background: #E30513;
}
.bgyellow{
	background: #FCEC04;
}
.up{
	text-transform: uppercase;
}
.tleft{
	text-align: left;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.fleft{
	float: left!important;
}
.fright{
	float: right!important;
}
.full-width{
	width: 100%;
}
.container{
	width: 960px;
	margin: 0 auto;
}
#content{
	padding: 30px 0 40px;	
}
.list-1, .list-2{
	margin: 20px 0;
	list-style: initial;
	padding-left: 20px;
}
.list-1{
	list-style: square;
} 
.list-2{
	list-style: decimal;
}
.sub{
	color: #888;
	float: right;
	display: inline-block;
}
.sub a{
	color: #E30513;
	text-decoration: none;
}
.sub a:hover{
	border-bottom: 1px solid #E30513;
}
.title-bd{
	border-bottom: 4px solid #E30513;
	display: inline-block;
}
.msalt{
	font-weight:bold;
	padding:3px;
}
.btn-big{
	position:relative;
	background: #E30513;
	border: 0;
	border-bottom: 4px solid #B4040F;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	display: inline-block;
	padding: 10px;
	text-decoration:none;
	text-align:center;
	margin: 0;
}
.btn-big:hover{
	background: #E30513;
	color: #fff;
	text-decoration:none;
}
.btn-big:active{
	margin-top: 4px;
  	border:0;
}
/*HEADER*/
header{
	border-bottom: 5px solid #FCEC04;
}
.logo a{
	background: url(images/bisa_logo.png) -8px -7px no-repeat;
	/*background-size: cover;*/
	height: 70px;
	width: 275px; 
	margin: 15px 0;
	display: block;
	text-indent: -9999px;
	border: 2px solid #777;
	border-radius: 6px;
}
	.menu-header{
		background: #E30513;
		display: block;
		list-style: none;
		margin-top: 10px;
		text-align: center;
		position: relative;
	}
	.menu-header li{
		position: relative;
		display: inline-block;
		margin-right: -4px;
		border-left:2px solid #B4040F; 
	}
	.menu-header li:last-child{
		border-left: 0;
	}
	.menu-header li a{
		position: relative;
		display: block;
		padding: 12px 16px;
		color: #fff;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	.menu-header li a:hover{
		background: #C80411;
		color: #FCEC04;
	}
	.menu-header li a.active, .menu-header li.current-menu-item > a,
	.menu-header li.current_page_item > a{
		background: #FCEC04;
		color: #333;
	}
	.menu-header li > ul.sub-menu{
		background: #FCEC04;
		color: #E30513;
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		z-index: 9999;
	}
	.menu-header li:hover > ul.sub-menu{
		display: block;
	}
	.menu-header li > ul.sub-menu li{
		margin-right: 0;
	}
	.menu-header li > ul.sub-menu li a{
		background: #FCEC04;
		color: #333;
	}
	.menu-header li#menu-search{
		background: #640209;
		color: #fff;
		padding: 10px;
	}
/*Searchform*/
.search-form{
	position: relative;
	/*border-top: 2px solid #B4040F;*/
	display: block;
}
.search-form input[type="text"], .search-form input[type="submit"]{
	background: #fff;
	/*border: 1px solid #B4040F;*/
	color: #333;
	padding: 4px;
	margin: 0;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	width: 200px;
}
.search-form input[type="text"]::-webkit-input-placeholder{
	color: #555;
	text-transform: none;
}
.search-form input[type="submit"]{
	background: transparent url(images/search.png) center center no-repeat;
	color: #fff;
	cursor: pointer;
	width:40px;
	text-indent: -9999px;
}
/*Main Slider*/
.main-slider{
	background: #222;
	border-bottom: 2px solid #E30513;
	height: auto;
	position: relative;
}
/*.main-slider:after{
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%);
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}*/
.main-slider .slogan{
	font-family: 'Open Sans', sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 48px;
	background: rgba(0, 0, 0, 0.6);/*#FCEC04;*/
	color: #fff;/*rgba(227, 5, 19, 0.8);*/
	/*border-bottom: 3px solid #E30513;*/
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);*/
	padding: 10px;
	width: 480px;
	text-align: center;
	position: absolute;
	top: 60%;
	left:10%;
	z-index: 9;
}
.main-slider .slider-item {
	position: relative;
	height: 400px;
}	
.main-slider .slider-item img {
	width: 100%;
	display: block;
}
.main-slider .slider-item div {
	background: rgba(98, 98, 98, 0.5);
	color: #fff;
	width: 100%;
	/*display: none;*/
	position: absolute;
	bottom: 0;
	left: 0
}
.main-slider .slider-item h4 {
	color: #fff;
	font-size: 30px;
	padding: 10px 200px 0;
}
.main-slider .slider-item p {
	font-size: 16px;
	padding: 0 200px 10px;
}
.main-slider .slider-nav{
	display: none!important;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	width: 120px;
	height: 50px;
	padding-top: 2px;
	margin: 235px 0 0 -60px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.main-slider .slider-nav a{
	display: inline-block;
	padding: 5px;
}
.main-slider .slider-nav span{
	border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
.main-slider .metaslider .caption-wrap{
	position: absolute;
	bottom: 100px; 
	left: 100px;
	background: #000;
	color: #fff;
	opacity: 0.7;
  	margin: 0;
 	display: block;
 	width: 600px; 
	font-size: 35px;
	line-height: 1.4em; 
}
/*Hot Products*/
.hot-products{
	margin-bottom: 40px;
	position: relative;
}
#hot-products-carousel{
	/*position: relative;*/
	height: auto!important;
}
.hot-products .ht-a{
	display: block;
	float: left;
}
.hot-products .ht-a:hover .pt-box{
	border: 2px solid #E30513;
}
.hot-products .pt-box{
	position: relative;
	border: 2px solid #ddd;
	/*box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);*/
	background: #fff;
	width: 230px;
	height: 230px;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
	float: left;
}
.hot-products .pt-box img{
	width: 100%;
	display: block;
}
.hot-products .pt-box .pt-title{
	/*background: #eee;*/
	display: block;
	padding: 5px;
	color: #E30513;
	font-size: 13px;
	text-align: center;
	/*margin-top: 10px;*/
	max-height: 50px; 
}
.pt-controls-prev, .pt-controls-next{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 40px;
	color: #E30513;
	z-index: 9999;
	text-align: center;
	text-decoration: none!important;
}
.pt-controls-prev{
	left: -48px;
}
.pt-controls-next{
	right: -48px;
}
.home-box{
	position: relative;
	background: #eee;
	width: 475px;
	float: left;
	margin-right: 10px;
	padding: 20px;
	overflow: hidden;
}
.home-box.full-width{
	width: 100%;
}
/*.home-box:hover > .overlay{
	background: rgba(252, 236, 4, 0.2);
	background: rgba(227, 5, 19, 0.4);
	opacity: 0.7;
}*/
.home-box img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 	100%;
	/*height: 100%;*/
}
.home-box .text{
	position: relative;
	color: #fff;
}
.home-box .text .btn-big{
	margin:10px auto;
	display:block;
	width: 130px;
}
.home-box .text .t{
	color: #fff;
}
.home-box .text .des{
	font-weight: 600;
}
.home-box:last-child{
	margin-right: 0;
}
/*Product Categories*/
.products-item-wrap{
	margin-top:10px;
}
.products-item{
	position: relative;
	background: #fff;
	border: 4px solid #ddd;
	width: 310px;
	height: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	float: left;
}
.products-item:hover{
	border-color: #E30513;
}
.products-item:nth-of-type(3){
	margin-right: 0;
}
.products-item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: auto;*/
}
/*.products-item:hover > .overlay{
	background: -ms-linear-gradient(top, rgba(227, 5, 19, 0) 0%,rgba(227, 5, 19, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(227, 5, 19, 0) 0%,rgba(227, 5, 19, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(227, 5, 19, 0) 0%,rgba(227, 5, 19, 0.6) 100%);
}*/
.products-item-description{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.products-item-description p{
	margin-top: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-shadow: 0px 1px 2px rgba(0,0,0,.8);
}
.products-item-description a{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-transform: uppercase;
	background: #E30513;
	display: block;
	padding: 8px 5px;
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.products-item-description a > i{
	position: relative;
	margin-left: 0;
	transition:all .3s ease-in-out;
}
.products-item-description a:hover > i{
	margin-left: 5px;
}
/**/
.nav-pagination{
	padding-bottom: 20px;
	font-size: 14px;
}
.nav-pagination a{
	/*color: #E30513;*/
	text-decoration: none;
}
/*Pagination numbers*/
.pagination-numbers{
	margin: 30px 0;
	text-align: center;
}
.pagination-numbers span{
	background: #eee;
	color: #333;
	padding: 5px 10px;
}
.pagination-numbers a{
	background: #E30513;
	color: #fff;
	padding: 5px 10px;
}
/*list*/
.list1 li{
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom:10px;
}
.list1 a{
	color: #444;
	text-decoration: none;
	font-size:14px;
}
.list1 a:hover, .list1 a.active{
	color: #E30513;
	/*font-weight: bold;*/
}
.page-sidebar{
	float: left;
	width: 300px;
}
.page-sidebar .boxy{
	margin-bottom: 30px;
}
.page-content{
	float: right;
	width: 630px;
	margin-left: 30px;
}
/*Products*/
.menu-category{
	/*background: rgba(252, 236, 4, 0.4);*/
	background: #eee;
	border: 1px solid #ddd;
	padding: 15px;
}
.menu-category h3{
	background: #222;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}
.term-description{
	font-size: 13px;
	text-align: left;
	margin-bottom: 10px;
}
.subcategories-list{
	list-style: inherit;
	padding-left: 20px;
}
#filter-controls{
	margin: 10px 0;
}
#filter-controls .filter{
	display: inline-block;
	background: #E30513;
	padding: 5px 8px;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
#filter-controls > div{
	margin-bottom: 15px;
}
#filter-controls > div span{
	display: block;
}
#filter-controls .filter.active{
	background: #555;
	color: #eee;
}
#single-product-wrap .mix{
	display: none;
}
.l-hover:hover .single-product-item {
	border-color: red
}
.single-product-item{
	position: relative;
	background: #fff;
	border: 2px solid #ddd;
	width: 200px;
	/*height: 200px;*/
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}
.single-product-item:nth-child(3){
	margin-right: 0;
}
.single-product-item img{
	width: 	100%;
	height: 100%;
	display: block;
	/*position: absolute;*/
}
.single-product-item .description{
	position: relative;
	width: 	100%;
	height: 100%;
}
.single-product-item .description .info{
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	font-size: 11px;
	color: #444;
	max-height: 186px;
	bottom: 30px;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	display: none;
}
/*.single-product-item:hover .description .info{
	display: block;
}*/
.single-product-item  .description .title{
	background: #E30513;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
}
.single-product-item .item-size{
	background: #E30513;
	border: 1px solid #f2f2f2;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
/**/
.l-hover:hover > .bd-box {
	border-color: red
}
.bd-box{
	position: relative;
	background: #fff;
	border: 2px solid #ddd;
	width: 230px;
	height: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}
.bd-box:nth-child(4){
	margin-right: 0;
}
.bd-box img{
	width: 	100%;
	height: 100%;
	display: block;
	position: absolute;
}
.bd-box .description{
	position: relative;
	width: 	100%;
	height: 100%;
}
.bd-box .description .info{
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	font-size: 11px;
	color: #444;
	max-height: 195px;
	bottom: 20px;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	display: none;
}
/*.bd-box:hover .description .info{
	display: block;
}*/
.bd-box  .description .title{
	background: #E30513;
	padding: 5px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.bd-box .item-size{
	background: #E30513;
	border: 1px solid #f2f2f2;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
/**/
/*Pagination Products*/
.pagination-products{
	margin-top: 20px;
	text-align: center;
}
/*UI*/
.overlay{
	background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	/*background: rgba(0,0,0,0.6);*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.btn{
	background: #444;
	display: block;
	padding: 5px;
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.btn:hover{
	color: #ddd;
}
/*Single Product Page*/
.single-wrap{
	width: 800px;
	margin: 0 auto;
}
.single-product{
	background: #f5f5f5;
	border: 2px solid #ddd;
	padding: 30px 20px;
	overflow: hidden;
}
.single-product .product-name{
	font-size: 28px;
	text-align: center;
}
.single-product .product-image{
	float: left;
	max-width: 300px;
}
.single-product .product-image img{
	display: block;
	border: 3px solid #E30513;
}
.single-product .product-info{
	float: left;
	width: 420px;
	margin-left: 15px;
}
/**/
.faq-item{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.faq-item h4{
	margin-bottom: 10px;
}
/*FOOTER*/
footer{
	background-color: #353535;
	/*background-image: url(http://www.transparenttextures.com/patterns/diagmonds.png);*/
	background-image: url(http://www.transparenttextures.com/patterns/carbon-fibre-big.png);
	box-shadow: 0px -3px 10px rgba(34, 34, 34, 0.4);
	padding: 20px 0;
	font-family: 'Merriweather Sans', sans-serif;
	color: #fff;
	text-align: center;
}
footer .footer-menu{
	margin: 10px 0;
}
.menu-footer{
	list-style: none;
	text-align: right; 
}
.menu-footer li{
	display: inline-block;
	margin-left: 8px;
}
.menu-footer li a{
	color: #fff;
	text-decoration: none;
}
footer .credits{
	text-align: right;
}
/*Form*/
.contact-info{
	position:relative;
  	margin-bottom:10px;
}
.contact-info i[class^="icon-"]{
	display: inline-block;
	margin-right: 10px;
	width: 15px;
}
.contact-info .contact-link{
	margin-bottom:5px;
}
.form-msg{
	display: none;
	font-weight: bold;
	color: #E30513;
}
.form-bisa{
	padding: 5px 0;
	overflow: hidden;
}
.form-bisa label{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.form-bisa input, .form-bisa textarea,.form-bisa select{
	background: #fff;
	border: 2px solid #ddd;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.form-bisa select{
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	width: 45%;
}
.form-bisa input[type="submit"]{
	background: #E30513;
	border: 0;
	border-bottom:4px solid #B4040F;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	padding:10px;
	float: right;
	margin: 0;
}
.form-bisa input[type="submit"]:active{
	margin-top: 4px;
  	border:0;
}