/* columnator-style.css
   Necessary styles for the Columnator Plugin */

.columnator-2-col:after,
.columnator-3-col:after						{ content: '.'; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden;}

.columnator-2-col .columnator-column		{ float:left; width:47%; margin-right:3%; }
.columnator-3-col .columnator-column		{ float:left; width:30%; margin-right:3%; }

.columnator-column  { }

.columnator-2-col	{ }

.columnator-3-col	{ }