/* @group tipography */
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.validation-advice {
	color: #F00;
}
.text-wrapper,
.text-wrapper p {
}
.text-wrapper p {
	color: #3a3a3a;
	font-size: 14px;
	line-height: 1.4em;
	font-family: 'Futura-Medium';
}
.text-wrapper p a {
	color: inherit;
	text-decoration: underline;
}
.text-wrapper h1 {
}
.text-wrapper h2 {
}
.text-wrapper h3 {
}
.text-wrapper h4 {
}
.text-wrapper h5 {
}
.text-wrapper h6 {
}
.text-wrapper li {
}
.contacts-content .text-wrapper h3 {
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
    font-family: 'Futura-Book';
}
.contacts-content .text-wrapper p {
	font-size: 12px;
    font-family: 'Futura-Book';
}
/* @end */

/* @group lists */
/* @end */

/* @group ui kit */
/* @end */

/* @group forms */
input, textarea {
	outline: none;
}
/* @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 */