/* GRID */

.two-cols-container {
	
}
	.two-col-item-50 {
		width:48%;
		float:left;	
	}

	.two-col-left {
		margin-right:2%;	
	}
	
	.two-col-right {
		margin-left:2%;	
	}

.three-cols-container {
	
}
	.three-col-item {
		width:33%;
		float:left;	
	}

	.three-col-center {
		margin:0.5% 0;
			
	}

/* RESPONSIVE */
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1279px) {}
@media (max-width: 1023px) {}
@media (max-width: 767px) {	
.two-col-left,
.two-col-item-50,
.two-col-right,
.three-col-item{
	width:100%;
	float:none;
	margin-bottom:1em;
}

}
@media (max-width: 359px) {}

/* ###################################################################################################### */
/* ###################################################################################################### */

