.more {width: 80%; margin-bottom: 10px;}

.banner {
	height: 200px;
	font-size: 1.75em;
	background-image: url(../img/food_fish.jpg);
	background-repeat: no-repeat;
	background-position: center -200px;
	background-size:cover;
	background-attachment: fixed;
	padding-top: 130px;
}

.banner h1 {
	color: #fff;
}

.prod {
	min-height: 500px;
	border-left: 1px solid #f5f5f5;
	background-color: #fff
}

.bread {
	border-bottom: 1px solid #eee;
	padding: 5px;
}
.bread span { color: tomato; margin: 5px; }

.right {
	width: 20%;
	float: right;
	min-height: 500px;
	padding: 1%;
	border-left: 1px solid #eee
}
 
.right h1 {
	padding: 0;
	margin:0;
	border-bottom: 1px solid #eee;
	text-align: right;
	position: relative;
	font-size: 1.25em
}

.right h1 span {
	color: #bbb;
	position: absolute;
	bottom: 20%;
	left: 0;
	font-size: .75em
}


.right h2 {
	text-align: right;
	border-bottom: 1px dashed #eee;
	background: url(../img/Add-icon.png) no-repeat right center;
}

.right h2 a {
	display: block;
	padding-right: 40px;
	color: #777
}

.cat li {
	clear: both;
	margin: 5px 0 20px 0;
	display: table;
	border-bottom: 1px dotted #ddd
}

.cat span {
	color: #aaa
}

.cat img {
	width: 40%;
	float: left;
	margin: 1%;
	box-shadow: 0 0 2px rgba(100,100,100,.1);
}

.cat p {
	font-family: 'mitra';
	color: #444;
	font-size: .85em
}

.cat p:last-child {
	font-size: 12px;
	color: #555;
	clear: both;
	font-size: 12px;
}


.left {
	width: 77.5%;
	float: left;
	background: #fefefe;
	position: relative
}

.products ul li { height: 270px;}

.label-pink { clear: both}

.item-slide {
	width: 50%;
	float:left;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 1px solid #FDB813;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	margin: 2% 4%;
	margin-bottom: 80px
}

.item-slide ul  li img{
	width: 100% !important;
	height: 300px !important;
	background: url(../img/logo/Logo_white_inside.png) no-repeat center center;
}

.product-item .thumb-box img {
	width: 19% !important	;
	height: 70px !important;;
	float: left;
	margin: 2%;
	border: 2px solid #eee;
}

.item-right {
	float: right;
	width: 41%;
	height: 390px;
	position: relative;
	margin-top: 16px;
}

.item-right h1 {
	background-color: #fff;
	border-bottom: 1px dotted #ddd;
	text-align: right;
	width: 85%;
	padding: 4%;
	margin: 2% auto;
}

.item-right p {
	padding: 4%;
	background-color: #fff;
	width: 85%;
	margin: 0 auto;
	border-bottom: 1px dotted #ddd;
	overflow: auto;
}

.item-right span {
	position: absolute;
	color: #aaa;
	left: 10px;
	top: 30px;
}


.other {clear: both;}
.other h1 { border: 0; border-bottom: 1px solid #eee; color: ##888888}
.other span { color: #FDB814 }

@media only screen and (min-width: 767px) {	
		
	.products ul { text-align: center;}
	.products ul li {
		width: 30%;
		float: right;
		margin: 2% 1.5%;
		position: relative;
		background-color: #fefefe;
		border: 0;
		box-shadow: 0 0 2px rgba(200,200,200,.5);
		padding-bottom: 20px;
		overflow: hidden;
	}

	.products p { width: 100%}
	
	.products ul li img {
		max-width: 100%;
		width: 100%;
		float: none;
		height: 150px;
	}	
	
	
	.products ul h1 {
	 	background-color: #fff;
		border-bottom: 1px solid #eee;
		color:#444;
		border-right: 1px solid #f5f5f5;
	}
	
	.products ul li h3 {
		border-bottom: 1px solid #f5f5f5;
		overflow:hidden; height:40px
	}
	
	.products ul li p { width: 90%;
		margin:0 auto;
		font-family: 'mitra';
		font-size: 16px;
		padding: 2%;
		position: relative;
		line-height: 1.7em;
		overflow: hidden
	}
	
	.products ul li p span {
		position: absolute;
		width: 50px;
		height: 20px;
		background: url(../img/p-fade.png) no-repeat;
		z-index: 10000;
		left: 5px;
		bottom: 0;
	}
	
	.products ul li p a {
		width: 100px;
		text-align: center;
		position: absolute;
		bottom: 10px; left: 32%
	}
	
	.products .more { clear:both}
	
	
}

@media only screen and (max-width: 766px) {
	.cat { display: none;}	
	h1:nth-child(5) { display: none;}
}


@media only screen and (max-width: 468px) {
	.right { display: block; float: none; display: none;}
}




