.landingpage-header {
	background-color:#ece7e6;
	margin-bottom: 30px;
	border-bottom: 1px solid #E9E9E9;
}
.landingpage-footer-container {
	background-color: #ece7e6;
}

.landingpage-lion {
	width:175px;
	float: right;
}

p.title {
	font-family: "Source Serif Pro";
	font-weight: 400;
	font-style: normal;
	font-size: 27px;
	color: rgb(118, 118, 118);
	padding-bottom: 0px;
}

/* ROW 01 */

.landingpage_fullwidth_row01 img {width:100%;}

.landingpage_fullwidth_row01 {
	width: 100%;
	/*background-color: fuchsia;*/
	padding-top:5px;
	padding-bottom: 15px;
	font-family: "Source Serif Pro";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: rgb(102, 102, 102);
}
.landingpage_fullwidth_row01_left {
	width:50%;
	/*background-color: gray;*/
	float: left;
	margin-bottom: 50px;
}
.landingpage_fullwidth_row01_right {
	width:45%;
	/*background-color: green;*/
	float: right;
	padding:0px 20px 0px 20px;

}

/* ROW 02 */

.landingpage_fullwidth_row02 {
	clear: both;
	background-color: #ece7e6;
	padding: 20px;
	border-top:2px solid #8B6B3A;
	height: 380px;
}

.landingpage_fullwidth_row02_title {
	font-family: "Source Serif Pro";
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
	color: rgb(102, 102, 102);
}

.landingpage_fullwidth_row02_left {
	width:50%;
	float: left;
	padding-bottom:30px;

}
.landingpage_fullwidth_row02_right {
	width:50%;
	float: left;
	padding-bottom:30px;

}
#landingpage_fullwidth_row02_tick {
	float: left;
	width:10%;

}
#landingpage_fullwidth_row02_quote {
	font-family: "Source Serif Pro";
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	float: right;
	width: 81%;
	color: rgb(102, 102, 102);
	padding-right: 40px;
	margin-top: -8px;

}

/* PRICE BOX */

.landing-price-box {
	background-color: #727272;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	font-size: 20px;
	font-family: "Source Serif Pro";
	text-align: center;
	padding:10px;
	margin-top:20px;
}

.landing-price-box span {
	font-weight: bold;
	font-size: 40px;
}

/* ADD TO CART BUTTON SMALL*/

.landingpage_addtocart_small {
	padding: 20px;
	background-color: #8B6B3A;
	width: 100%;
	font-family: "Source Serif Pro";
	text-transform: uppercase;
	margin-top: 20px;
	color: #fff;
	font-size: 27px;
	border: 0px;
	transition: all 0.4s ease 0s;
}

.landingpage_addtocart_small:hover {
	background-color: #727272;
	}



/* ADD TO CART BUTTON */

.landingpage_addtocart {
	padding: 20px;
	background-color: #8B6B3A;
	width: 100%;
	font-family: "Source Serif Pro";
	text-transform: uppercase;
	color: #fff;
	font-size: 27px;
	border: 0px;
	transition: all 0.4s ease 0s;
	margin-bottom: 50px;
}

.landingpage_addtocart:hover {
	background-color: #727272;
	}

/* CMS Content */

.landingpage_fullwidth_cms_content {
	clear: both;
}