.hidden {
	display: none;
}
.two_thirds{
	width: 66.6%;
}
.w60{
	width: 60%;
}
.half{
	width: 50%;
}
.w40{
	width: 40%;
}
.third{
	width: 33.3%;
}
.w30{
	width: 30%;
}
.quarter{
	width: 25%;
}
.relative{
	position: relative;
}
.inline_block{
	display: inline-block;
}
.mr10{
	margin-right: 10px !important;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.text-white{
	color: #fff;
}