.fa.pull-left {margin-right:10px !important;}
#how-it-works p {margin:0px;}
#how-it-works .fa-check-square-o {color:#ab0000;}
#how-it-works .fa-cogs {color:#ab0000;}
#how-it-works .fa-percent {color:#ab0000;}
#how-it-works .fa-user-times {color:#ab0000;}
#how-it-works .fa-line-chart {color:#ab0000;}

.platform-features-header {
	text-align:center; text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	padding:20px;
	background-color:#e6e6e6;
	margin:20px 0px;
	}
.platform-features-header-backend  {
	text-align:center; text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	padding:20px;
	background-color:#e6e6e6;
	margin:0px 0px 30px 0px;
	}
.how-it-works-header {
	text-align:center; text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	padding:20px;
	background-color:#e6e6e6;
	margin-bottom:20px;
	}
#h2-header {
	margin:0px;padding:0px;
	}
#h3-header {
	margin:0px 0px 20px 0px;padding:0px; color:#ab0000;
	}	
#h4-header {
	margin:10px 0px 5px;padding:0px; color:#000;
	}
.list {
	margin:0px 0px 5px;padding:0px; color:#000; font-size:16px; font-weight:500; font-family:'Merriweather',sans-serif !important;
	}
.attention1 {
	margin:20px 0px 40px 0px; padding:40px; color:#fff !important; font-size:18px; background-color:#ab0000; font-family:'Merriweather',sans-serif !important; text-align:center;}		
.attention2 {
	margin:40px 0px; padding:40px; color:#fff !important; font-size:18px; background-color:#ab0000; font-family:'Merriweather',sans-serif !important; text-align:center;}
	
.attention3 {
	margin:40px 0px; padding:40px; color:#fff !important; font-size:18px; background-color:#303030; font-family:'Merriweather',sans-serif !important; text-align:center;}	
.affiliates-scroller {
	margin:40px 0px;
	
	}		


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	.affiliates-scroller {
	margin:20px 0px;
	
	}	
}

@media only screen and (max-width: 600px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

