#section_featuresoptin .features ul li {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

#section_featuresoptin .features ul li .feature-icon {
	float: left;
	margin-bottom: 0;
	width: 100px;
}

/*
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) {
	
	.site-container .optinform {
		width: 90%;
	}

}

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

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