.nutrition_top_section:before {
	content: '';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.5);
}

.nutrition_top_section {
	position:relative;
}

.nutrition_top_text_wrap.nutrition_section_text {
	background: none;
    color: white;
}

.padding_40px{
	padding:40px 0;
}
.c_review_comments{
	border-bottom:solid 1px #eaeaea;
	padding:20px 0;
	margin:10px 0;
}
.c_review_comments p{
	font-family: 'Open Sans', 'Roboto Slab', serif;
	font-size:19px;
	font-style:italic;
	font-weight:300;
	color:#39393a;
	padding:0 0 15px;
}
.c_review_comments h6{
	font-family: 'Open Sans', 'Roboto Slab', serif;
	font-size:14px;
	font-weight:400;
	color:#39393a;
}
.c_review_arrows{
	padding:30px 0 0;
}
.c_review_arrows .carousel-control{
	position: relative;
}
.carousel-control.right,
.carousel-control.left{
	background-image: none !important;
	opacity: 1;
	transition: all;
}
.carousel-control.right:hover,
.carousel-control.left:hover{
	opacity: 0.8;
}
.carousel-control.right .fa,
.carousel-control.left .fa{
	text-shadow: none !important;
}
.c_review_btn:focus, .c_review_btn:active, .c_review_btn:hover, .c_review_btn{
	background:#9b9b9b;
	width:70px;
	height:70px;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	margin:5px;
	color:#eaeaea;
	font-size:26px;
}
.c_review_btn i{
	line-height:74px;
}