#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box; /* <=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
	overflow: scroll;
}
.fp-easing {
	-webkit-transition: all 0.7s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.7s ease-out;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fp-nav.right {
	right: 17px;
	
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
	
}
.fp-slidesNav.bottom {
		bottom: 220px;
	}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav li, .fp-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fp-slidesNav li {
	display: inline-block;
}
#fp-nav li a, .fp-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav li .active span, .fp-slidesNav .active span {
	background: #39F;
}
#fp-nav span, .fp-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #0CF;
	background: rgb(51,51,51);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
}
.fp-tooltip.right {
	right: 20px;
}
.fp-tooltip.left {
	left: 20px;
}
/*--------------------*/



.section_div1 {
	position: absolute;
	width: 85%;
	height: auto;
	top: 0;
	left: 120px;
}
.section_div2 {
	position: absolute;
	width: 85%;
	height: auto;
	top: 0;
	left: 110px;
	z-index:5;
}
#section2 ul{
	position:absolute;
	width:100%;
	left:25%;	
	}
#section2 ul li{
	position:relative;
	float:left;
	z-index:9999;
	
	width:17.6%;
	height:auto;
	
	}
#section2 ul li a{
	display:block;
	position:relative;
	width:80%;
	height:200px;
	color:#FFF;
	text-indent:-9999px;
	
	}
	


#windforce{
	opacity:0;
}
#windforce.fadein {
	animation: windforce 0.5s linear;
	-webkit-animation: windforce 0.5s linear;
	-moz-animation: windforce 0.5s linear;
	-ms-animation: windforce 0.5s linear;
	-o-animation: windforce 0.5s linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	
}
@keyframes windforce {
 0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes windforce {
 0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes windforce {
 0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-ms-keyframes windforce {
 0% {
opacity:0;
}
100% {
opacity:1;
}
}
.imgsize {
	position: absolute;
	width: 100%;
	height: auto;
	left:1%;
}
.imgsize_1 {
	position: absolute;
	width: 100%;
	height: auto;
	left:1%;
	animation: fadeout 3s ease-in-out infinite;
	-webkit-animation: fadeout 3s ease-in-out  infinite;
	-moz-animation: fadeout 3s ease-in-out infinite;
	-ms-animation: fadeout 3s ease-in-out infinite;
	-o-animation: fadeout 3s ease-in-out infinite;
}
@keyframes fadeout {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
100% {
opacity:0;
}
}
@-webkit-keyframes fadeout {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
100% {
opacity:0;
}
}
@-moz-keyframes fadeout {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
100% {
opacity:0;
}
}
@-ms-keyframes fadeout {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
100% {
opacity:0;
}
}
/*aoout*/

#section0 .feature img {
	position: absolute;
	width: 83%;
	top: 0;
	height: auto;
	padding-left: 200px;
}
#section1 .feature img {
	position: absolute;
	width: 30%;
	top: 20px;
	height: auto;
	padding-left: 200px;
}
#section1 .feature h3 {
	position: absolute;
	color: #FFF;
	width: 13%;
	height: auto;
	z-index: 30;
	bottom: 41%;
	left: 13.5%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

#section1 #slide2 .feature h3 {
	position: relative;
	color: #FFF;
	width: 70%;
	height: auto;
	z-index: 30;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 170px;
}
/*feature1*/
#section0 .feature1 h3{
	position: absolute;
	color: #FFF;
	width: 70%;
	height: auto;
	z-index: 30;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;	
	padding-bottom:70%;
	top:45%;
	
	}



#section0 .feature1 img {
	position: absolute;
	width: 85%;
	top: 0;
	height: auto;
	padding-left: 200px;
}
#section1 .feature1 img {
	position: absolute;
	width: 43%;
	top: 20px;
	height: auto;
	padding-left: 200px;
}
#section1 .feature1 h2 {
	position:absolute;
	color: #3CF;
	width: 70%;
	height: auto;
	z-index: 30;
	font-size: 1.5em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom:60%;
	margin-top:-4.5%;
	padding-left:27.9%;
}
#section1 .feature1 p {
	position:absolute;
	color: #FFF;
	width: 45%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-3%;
	padding-left:28%;
}
#section2 .feature1 img {
	position: absolute;
	width:20%;
	top: 20px;
	height: auto;
	padding-left: 150px;
	padding-bottom:70%;
}
#section2 .feature1 h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 1.5em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom:70%;
	margin-top:-3%;
	padding-left:13%;
}
#section2 .feature1 p {
	position:absolute;
	color: #FFF;
	width: 21%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-1.5%;
	padding-left:13%;
}
#section2 .feature1_left img {
	position: absolute;
	width: 22%;
	top: 20px;
	height: auto;
	padding-left:400px;
	
}

#section2 .feature1_left h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 1.5em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-3.5%;
	padding-left:3%;
}
#section2 .feature1_left p {
	position:absolute;
	color: #FFF;
	width: 11%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-2.5%;
	padding-left:3%;
}

#section2 #slide3 .feature1 h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 1.5em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-2.5%;
	padding-left:13%;
}
#section2 #slide4 .feature1_left h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 1.5em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-1%;
	padding-left:5%;
}
#section2 #slide4 .feature1_left p {
	position:absolute;
	color: #FFF;
	width: 20%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-0.3%;
	padding-left:5%;
}
#section3 .feature1 img {
	position: absolute;
	width: 85%;
	top: 30px;
	height: auto;
	padding-left:250px;	
}
.windforce3x{
		animation: windforce3X 2s linear;
	-webkit-animation: windforce3X 2s linear;
	-moz-animation: windforce3X 2s linear;
	-ms-animation: windforce3X 2s linear;
	-o-animation: windforce3X 2s linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}
@keyframes windforce3X {
 0% {
opacity:1;
}
60%{
opacity:1;	
	}
 100% {
opacity:0;
}
}
@-webkit-keyframes windforce3X {
 0% {
opacity:1;
}
60%{
opacity:1;	
	}
 100% {
opacity:0;
}
}
@-moz-keyframes windforce3X {
 0% {
opacity:1;
}
60%{
opacity:1;	
	}
 100% {
opacity:0;
}
}
@-ms-keyframes windforce3X {
 0% {
opacity:1;
}
60%{
opacity:1;	
	}
 100% {
opacity:0;
}
}

#section4 .feature1 img {
	position: absolute;
	width: 42%;
	top: 30px;
	height: auto;
	padding-left:7%;	
}
/*----feature2---*/
#section0 .feature2 h3{
	position: absolute;
	color: #FFF;
	width: 70%;
	height: auto;
	z-index: 30;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-bottom:70%;
	top:45%;
	
	}

#section0 .feature2 img {
	position: absolute;
	width: 85%;
	top: 0;
	height: auto;
	padding-left: 200px;
}

#section1 .feature2 img {
	position: absolute;
	width: 90%;
	top: 20px;
	height: auto;
	padding-left: 200px;
}
#section2 .feature2 img {
	position: absolute;
	width: 28%;
	top: 20px;
	height: auto;
	padding-left: 250px;
}
#section1 .feature2 p {
	position:absolute;
	color: #FFF;
	width: 80%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-14.5%;
	padding-left:48%;
	padding-bottom:70%;
}
/*----feature3---*/
#section0 .feature3 img {
	position: absolute;
	width: 85%;
	top: 0;
	height: auto;
	padding-left: 200px;
}
#section1 .feature3 img {
	position: absolute;
	width: 85%;
	top: 0;
	height: auto;
	padding-left: 200px;
}
#section2 .feature3 img {
	position: absolute;
	width: 85%;
	top: 0;
	height: auto;
	padding-left: 200px;
}

#section1 .feature3 h3 {
	position:absolute;
	color: #3CF;
	width: 50%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	bottom:35%;
	padding-left:28%;

	

}
#section1 .feature3 p {
	position:absolute;
	color: #FFF;
	width: 47%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left:28%;
	bottom:30%;
}

#section1 .feature3_right h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:51%;
	bottom:35%;
	

}
#section1 .feature3_right p {
	position:absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left:51%;
	bottom:32%;
}

/*----featur4---*/
#section0 .feature4 img {
	position: absolute;
	width: 85%;
	top: 0;
	height: auto;
	padding-left: 200px;
}
#section1 .feature4 img {
	position: absolute;
	width: 85%;
	top: 0;
	height: auto;
	padding-left: 200px;
}


#section1 .feature4 h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1.5em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	top:13%;
	padding-left:40%;

}
#section1 .feature4 p {
	position:absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	top:18%;
	padding-left:40%;
	
}

#section1 .feature4_right h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1.5em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:40%;
	top:45%;
	

}
#section1 .feature4_right p {
	position:absolute;
	color: #FFF;
	width: 85%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left:40%;
	padding-bottom:80%;
	
}


@media screen and (min-width: 768px) and (max-width: 1366px) {
.fp-slidesNav.bottom {
	bottom: 180px;
}	


#section1 .feature h3 {
	position: absolute;
	color: #FFF;
	width: 13%;
	height: auto;
	z-index: 30;
	bottom: 30%;
	left: 13%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}



#section0 .feature1 h3{
	position: absolute;
	color: #FFF;
	width: 70%;
	height: auto;
	z-index: 30;
	bottom: 43%;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;	
	padding-bottom:0;
	
	}
	
#section1 .feature1 img {
	position: absolute;
	width: 38%;
	top: 20px;
	height: auto;
	padding-left: 250px;
}
#section1 .feature1 h2 {
	position:absolute;
	color: #3CF;
	width: 70%;
	height: auto;
	z-index: 30;
	font-size: 2.2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom:60%;
	margin-top:-6%;
	padding-left:27.9%;
}
#section1 .feature1 p {
	position:absolute;
	color: #FFF;
	width: 45%;
	height: auto;
	z-index: 30;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-4%;
	padding-left:28%;
}

#section2 .feature1 img {
	position: absolute;
	width: 20%;
	top: -20px;
	height: auto;
	padding-left: 50px;
}
#section2 .feature1_left img {
	position: absolute;
	width: 24%;
	top: 20px;
	height: auto;
	padding-left:200px;
	padding-bottom:60%;
	
}
#section2 #slide3 .feature1 h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 2.2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-2.7%;
	padding-left:12%;
}
#section2 #slide4 .feature1_left h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 2.2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	bottom:42%;
	
}
#section2 #slide4 .feature1_left p {
	position:absolute;
	color: #FFF;
	width: 20%;
	height: auto;
	z-index: 30;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	bottom:36%;
}

#section0 .feature2 h3{
	position: absolute;
	color: #FFF;
	width: 70%;
	height: auto;
	z-index: 30;
	bottom: 35%;
	left: 15%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;	
	
	}


#section1 #slide2 .feature h3 {
	position: relative;
	color: #FFF;
	width: 70%;
	height: auto;
	z-index: 30;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 170px;
}	

#section1 .feature h3 {
	position: absolute;
	color: #FFF;
	width: 13%;
	height: auto;
	z-index: 30;
	bottom: 42%;
	left: 14%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	
}

#section2 .feature1 h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-3.5%;
	padding-left:12%;
	padding-bottom:60%;
}
#section2 .feature1 p {
	position:absolute;
	color: #FFF;
	width: 20%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-1.5%;
	padding-left:12%;
	padding-bottom:60%;
}
#section2 .feature1_left h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-4%;
	padding-left:2%;
}
#section2 .feature1_left p {
	position:absolute;
	color: #FFF;
	width: 12%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-2.5%;
	padding-left:2%;
}
#section2 #slide4 .feature1_left h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-1%;
	padding-left:5%;
}
#section2 #slide4 .feature1_left p {
	position:absolute;
	color: #FFF;
	width: 20%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-0.2%;
	padding-left:5%;
}
#section4 .feature1 img {
	position: absolute;
	width: 40%;
	top: 30px;
	height: auto;
	padding-left:8%;	
}
#section0 .feature2 h3{
	position: absolute;
	color: #FFF;
	width: 70%;
	height: auto;
	z-index: 30;
	
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-bottom:4%;
	
	
	}
#section1 .feature2 p {
	position:absolute;
	color: #FFF;
	width: 81%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-13%;
	padding-left:49%;
}
#section1 .feature3 h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1.0em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:19.8%;
	bottom:35.5%;
	

}
#section1 .feature3 p {
	position:absolute;
	color: #FFF;
	width: 50%;
	height: auto;
	z-index: 30;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:20%;
	bottom:30%;
}
#section1 .feature3_right h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1.0em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:54%;
	bottom:35.5%;
	

}

#section1 .feature3_right p {
	position:absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left:54%;
	bottom:33%;
}
#section1 .feature4 h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1.2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	top:15%;
	padding-left:40%;

}
#section1 .feature4 p {
	position:absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	top:20%;
	padding-left:40%;
	
}

#section1 .feature4_right h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1.2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:40%;
	top:45%;
	

}
#section1 .feature4_right p {
	position:absolute;
	color: #FFF;
	width: 85%;
	height: auto;
	z-index: 30;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left:40%;
	
}
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	
#section1 .feature h3 {
	position: absolute;
	color: #FFF;
	width: 13%;
	height: auto;
	z-index: 30;
	bottom: 50%;
	left: 13%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
	
	
	#section1 .feature h3 {
	position: absolute;
	color: #FFF;
	width: 13%;
	height: auto;
	z-index: 30;
	bottom: 42%;
	left: 14%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	
}

#section2 .feature1 h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-3.5%;
	padding-left:13%;
	padding-bottom:60%;
}
#section2 .feature1 p {
	position:absolute;
	color: #FFF;
	width: 23%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-1.5%;
	padding-left:13%;
	padding-bottom:60%;
}
#section2 .feature1_left h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-4%;
	padding-left:2%;
}
#section2 .feature1_left p {
	position:absolute;
	color: #FFF;
	width: 12%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-2.8%;
	padding-left:2%;
}
#section2 #slide4 .feature1_left h2 {
	position:absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	z-index: 30;
	font-size: 2em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:-1%;
	padding-left:5%;
}
#section2 #slide4 .feature1_left p {
	position:absolute;
	color: #FFF;
	width: 20%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-0.2%;
	padding-left:5%;
}
#section1 .feature2 p {
	position:absolute;
	color: #FFF;
	width: 81%;
	height: auto;
	z-index: 30;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:-15%;
	padding-left:50%;
}
#section1 .feature3 h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1.0em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:16.8%;
	bottom:35.5%;
	

}
#section1 .feature3 p {
	position:absolute;
	color: #FFF;
	width: 50%;
	height: auto;
	z-index: 30;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:17%;
	bottom:30%;
}
#section1 .feature3_right h3 {
	position:absolute;
	color: #3CF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 1.0em;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:52%;
	bottom:35.5%;
	

}
#section1 .feature3_right p {
	position:absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:52%;
	bottom:30%;
}
	
	}
@media screen and (min-width: 639px) and (max-width: 960px) {
	#section0 .feature img {
	position: absolute;
	width: 25%;
	top: 0;
	height: auto;
	padding-left: 200px;
}
#section1 .feature img {
	position: absolute;
	width: 35%;
	top: 20%;
	height: auto;
	padding-left: 0px;
}
#section1 .feature h3 {
	position: absolute;
	color: #FFF;
	width: 17%;
	height: auto;
	z-index: 30;
	bottom: 50%;
	left: 13%;
	font-size: 0.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
}