/* @group tipography */
a {
	cursor: pointer;
	text-decoration: none;
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* @end */

/* @group lists */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* @end */

/* @group ui kit */
/* @end */

/* @group forms */
input, textarea {
	outline: none;
}
p.error {
	color: #F00;
	font-size: 14px;
	font-family: 'Exo-Light';
}
p.form-success {
	color: #697077;
	font-size: 14px;
	font-family: 'Exo-Light';
}
/* @end */

/* @group tables */
table th {
	font-weight: normal;
}
/* @end */

/* @group general */
.clear {
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.hide {
	display: none !important;
}
/* @end */