@import url('style.css');
 
.site-container .section {
	padding-bottom: 0px;
}

#section_1 {
	color: #fff;
	padding-bottom: 80px;
}


/* Features */
.site-container .features h4,
.site-container .features ul li {
	color: #2e2a31;
}

.site-container .features {
	margin-bottom: 60px;
}

#section_1 .features,
#section_1 .features p{
	color: #fff;
}

/* Video */
.site-container .video {
	margin-bottom: 60px;
}

/* Optin */
.site-container .optinform {
	margin-bottom: 60px;
}

/* Image */
.site-container .image {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;         
}

.site-container .image h2 {
	background: none;
	color: #18161a;
	font-size: 32px;
	padding: 0;
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
}

.site-container .image:after,
.site-container .image:before {
	display: none;
}

.site-container .image figcaption {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
}

/* Testimonials */
.site-container .testimonials {
	margin-bottom: 60px;
}

#section_1 .testimonials p,
#section_1 .testimonials blockquote {
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 1024px) {
	
	

}

@media only screen and (max-width: 768px) {
	
	#section_1 {
		padding-bottom: 40px;
	}
	
	.site-container .features,
	.site-container .testimonials,
	.site-container .video {
		margin-bottom: 40px;
	}
	
	.site-container .image {
		width: 90%;
	}
	
}

@media only screen and (max-width: 360px) {
		
	
	
}