/* ------- GLOBAL PROPERTIES -------- */
@import url(https://fonts.googleapis.com/css?family=Quattrocento);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
.clearfix {
	clear:both;
}
body {
	background-color:#FFF;
	margin:0;
	padding:0;
}
.main_container {
	width:960px;
	margin:0 auto;
}
.banner_image {
	background:url(../images/plastic_paint_banner_image.jpg) center top no-repeat;
	height:663px;
	position:relative;
}
.banner_text {
	color: #ffffff;
	font-family: "Quattrocento", serif;
	font-size:20px;
	font-weight:500;
	line-height:30px;
	left: 660px;
	top:440px;
	padding:0;
	position: absolute;
	text-align: justify;
	width:260px;
	z-index: 330;
}
.plastic_paint_image {
	float:left;
	background:url(../images/plastic_paint_image1.jpg) left top no-repeat;
	height:483px;
	width:525px;
	padding-right:30px;
}
.plastic_paint_image_heading1 {
	color:#FFF;
	font-family: "Josefin Sans", sans-serif;
	font-size: 81px;
	font-weight: 300;
	text-align: center;
	padding:20px 0px 20px 0px;
	line-height:100px;

}
.plastic_paint_image_heading2 {
	color:#FFF;
	font-family: "Open Sans", sans-serif;
	font-size:90px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	padding:20px 0px 30px 0px;
	text-transform: uppercase;
}
.yt_video {
	float:left;
	width:220px;
	margin-left:20px;
	margin-top:50px;
	border:1px solid rgba(255, 255, 255, 0.3);
	padding:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.yt_video iframe {
	width:100%;
	height:120px;
	border:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.plastic_paint_image_text1 {
	color: #727272;
	float: right;
	font-family: "Quattrocento", serif;
	font-size:20px;
	font-weight:500;
	line-height:30px;
	padding:20px 30px 0px 0px;
	position: relative;
	text-align: justify;
	width:360px;
	height:160px;

}
.green_bg {
	background-color:#06a27f;
	padding:5px;
}
.green_bg_text {
	color: #ffffff;
	float: left;
	font-family: "Quattrocento", serif;
	font-size:20px;
	font-weight: 400;
	line-height:32px;
	padding: 20px 0px 0px 30px;
	text-align: justify;
	float:left;
	width:430px;
}
.green_bg_image {
	width:485px;
	float:right;
	z-index:880;
	position:relative;
}
.green_bg_button {
	float:right;
	margin-top:20px;
	margin-right:-110px;
	z-index:999;
}
