.ingredients { 
	position:relative;
	background: url(../img/background/ingredients-bg.jpg) no-repeat top right; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -35px;
	height:1057px;
}
.ingredients-title {
	top: -10px;
}
.ingredients-text {
	background: url(../img/background/ingredients-text-background.png) no-repeat top center;
	background-size: cover;
	margin: 0 auto;
	position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    text-align: center;
}
.ingredients-text p {
	line-height: 1.3;
	padding: 15px 40px;
}
.ingredient-tabs .nav > li > a {
	color: #725438;
	text-transform: uppercase;
    font-weight: 700;
}
.ingredient-tabs .nav > li > a > img{
	max-width: 100px;
}
.ingredient-tabs .nav-tabs {
	border: none;

}
.ingredient-tabs .nav > li {
	opacity: 0.4;
	text-align: center;
	padding: 0;
}
.ingredient-tabs .nav > li.active {
	opacity: 1;
}
.ingredient-tabs .nav > li.active > a {
	text-decoration: none;
}
.ingredient-tabs .nav  li p {
	margin: 0;
    font-size: 14px;
    padding-top: 5px;
	height: 39px;
}

@media (min-width:761px) {
	.ingredients-text {
		height: 293px;
		width: 624px;
	}
}
@media (max-width:760px) {
	.ingredients {
		height: 760px;
	}
	.ingredients-text {
		min-height: 345px;
		top: 140px;
		display: none;
	}
	.ingredients-text p {
		padding: 14% 0;
		max-width: 90%;
		display: inline-block;
	}
}