/* ===========================
--- Product - Perly
============================ */

.product {
	width:100%;
	position:relative;
	background-color:#e3e3e3;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.product-content {
	
	padding:150px 0 60px;
}
.product-content.product-nobg {
	
	position:relative;
	margin:0;
	padding:140px 0 60px;
}


.slogan {
	margin-bottom: 20px;
}

.white-box {
	background: rgba(255,255,255,.8);
	padding: 20px;
	border-radius: 4px;
}

.product-content h2 {
	margin-bottom: 10px;
	padding-top:0px;
}
