/* FROM LAYOUTS */
.full
{
	width:100%;
}
.third, .thirty,.thirties
{
	width:33%;

	float:left;
	margin:0em;
	 

}
.half, .fifty
{
	width:44%;
	margin:0em 3%;
	float:left;
}
.two-third
{
	width:63%;
	margin-right: 3%;
	float:left;

}
.eighty
{
	width:74%;
 
	float:left;
	margin:0em 3%;
}
.seventy
{
	width:60%;
 
	float:left;
	margin:0em 3%;
}
.forty
{
	width:35%;

	float:left;
	margin:0em 0em;
	margin-right: 3%;	
}
.quarter,.twentyfive
{
	width:23%;

	float:left;
	margin:0em 1%;
	 
}
.fifth, .twenty
{
	width:19%;

	float:left;
	margin:0em 1%;

}
.fifties
{
	width:48%;
}
.sixties,.sixty
{
	width:65%;
}
.thirties
{

	width:30%;
}
.pad-10
{
	padding:10px !important;
}
.pad-20
{
	padding:20px !important;
}

.bottom-10
{
	margin-bottom:10px !important;
}
.right-10
{
	margin-right:10px !important;
}
.right-20
{
	margin-right:20px !important;
}
.left-10
{
	margin-left:10px !important;
}
.left-20
{
	margin-left:20px !important;
}
.left-40
{
	margin-left:40px !important;
}
.top-10
{
	margin-top:10px !important;
}
.top-20
{
	margin-top:20px !important;
}
.top-40
{
	margin-top:40px !important;
}
.top-60
{
	margin-top:60px !important;
}
.top-80
{
	margin-top:80px !important;
}
.margin-20
{
	margin:20px !important;
}
.margin-40
{
	margin:40px !important;
}
.margin-60
{
	margin:60px !important;
}
.h-20
{
	margin-left:20px !important;margin-right:20px !important;
}
.h-40
{
	margin-left:40px !important;margin-right:40px !important;
}
.h-60
{
	margin-left:60px !important;margin-right:60px !important;
}
.v-20
{
	margin-top:20px !important;margin-bottom:20px !important;
}
.v-40
{
	margin-top:40px !important;margin-bottom:40px !important;
}
.v-60
{
	margin-top:60px !important;margin-bottom:60px !important;
}