/**
 * @module		HO SIMPLE BOX
 * @version		1.0.x
 * @author		HappyOnline http://happyonline.gr/
 * @copyright	Copyright (C) 2013-2015 HappyOnline. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 *
 * General Style
 *
 */
 
 
.ho-col-12,
.ho-col-6,
.ho-col-4,
.ho-col-3,
.ho-col-5th{
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.ho-col-12{
	width: 100%;
}
.ho-col-6{
	width: 50%;
}
.ho-col-4{
	width: 33.33333%;
}
.ho-col-3{
	width: 25%;
}
.ho-col-5th{
	width: 20%;
}