.br0 {
	border-radius: 0px !important;
}
.br2 {
	border-radius: 2px !important;
}
.br3 {
	border-radius: 3px !important;
}
.br5 {
	border-radius: 5px !important;
}
.br100 {
	border-radius: 100% !important;
}
.float-right {
	float: right;
}
.mtop5 {
	margin-top: 5px;
}
.mtop10 {
	margin-top: 10px;
}
.mtop15 {
	margin-top: 15px;
}
.mtop20 {
	margin-top: 20px;
}
.mtop25 {
	margin-top: 25px;
}
.mtop30 {
	margin-top: 30px;
}
.mtop35 {
	margin-top: 35px;
}
.mtop40 {
	margin-top: 40px;
}
.mtop50 {
	margin-top: 50px;
}
.mtop60 {
	margin-top: 60px;
}
.ptop20 {
	padding-top: 20px;
}
.font24 {
	font-size: 24px;
	line-height: 24px;
}
.mbot20 {
	margin-bottom: 20px;
}
.c-orange {
	color: #e86a21;
}
.btn-xl {
	font-size: 16px;
	line-height: 16px;
	height: 18px;
	padding: 15px 30px;
}
.btn-m {
	font-size: 16px;
	line-height: 16px;
	height: 18px;
	padding: 9px 32px 9px 32px;
}
.btn-s {
	font-size: 14px;
	line-height: 14px;
	height: 18px;
	padding: 6px 12px 6px 12px;
}
.btn-xs {
	font-size: 12px;
	line-height: 12px;
	height: 14px;
	padding: 6px 12px 6px 12px;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange {
	background-image: none;
	background-color: #f16d20;
	color: #fff;
	text-shadow: none;
	border: 0px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	transition: color .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.btn-orange:hover {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	background-color: #f57429;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white {
	background-image: none;
	background-color: #fff;
	color: #000;
	text-shadow: none;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	transition: color .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.btn-white:hover {
	background-color: #fff;
	color: #999;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus,
.btn-purple {
	background-image: none;
	background-color: #8F4C9B;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #8F4C9B),
			color-stop(1, #75407F)
	);
	background-image: -o-linear-gradient(bottom, #8F4C9B 0%, #75407F 100%);
	background-image: -moz-linear-gradient(bottom, #8F4C9B 0%, #75407F 100%);
	background-image: -webkit-linear-gradient(bottom, #8F4C9B 0%, #75407F 100%);
	background-image: -ms-linear-gradient(bottom, #8F4C9B 0%, #75407F 100%);
	background-image: linear-gradient(to bottom, #8F4C9B 0%, #75407F 100%);
	color: #fff;
	text-shadow: none;
	border: 0px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	transition: all .3s ease;
}
.btn-purple:hover {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	background-color: #75407F;
}
.purple-material-btn {
	background: #8e4a9a;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 20px;
	border-radius: 6px;
	-webkit-box-shadow: 6px 4px 30px -4px rgba(142,74,154,0.84);
	-moz-box-shadow: 6px 4px 30px -4px rgba(142,74,154,0.84);
	box-shadow: 6px 4px 30px -4px rgba(142,74,154,0.84);
	transition: all 300ms linear;
}
.purple-material-btn:hover {
	box-shadow: none;
	text-decoration: none;
	color: #fff;
}
.purple-material-btn:active, .btn-action:active, .btn-action-orange:active {
	transform: scale(0.9);
}
.btn-action {
	background: #31b643;
	border-radius: 6px;
	padding: 15px 20px;
	display: inline-block;
	color:#fff;
	font-size: 14px;
	transition: all 300ms linear;
	border-bottom: 2px solid #4a7b33;
}
.btn-action:hover {
	border-color: #4a7b33;
	text-decoration: none;
	background: #4a7b33;
	color:#fff;
}
.btn-action-orange {
	background-color: #f16d20;
	border: 0px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	margin-bottom: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	transition: all 300ms linear;
	border-bottom: 2px solid #b94c0c;
	box-sizing: border-box;
}
.btn-action-orange:hover {background-color: #e05200;border-color: #e05200;text-decoration: none;color: #fff;}
.linker {
	cursor: pointer;
}
.text-justify {
	text-align: justify;
}
.hidden {
	display: none;
}