#content {
	overflow: hidden;
	background-color: #fff;
	border-radius: 3px;
	padding: 1em;
	margin: 0;
	box-sizing: border-box;
}

#content h1.title, h2, h3 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 33px;
	text-transform: uppercase;
	font-family: 'Alef', sans-serif;
	color: #3d444b;
	font-weight: 300;
}

.field-name-taxonomy-forums .links a, .panel-pane.error-page .pane-content .err-title, .panel-pane.error-page .pane-content span.err, a {
	color: #235E83;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

a:hover, .field-name-taxonomy-forums .links a:hover, #block-views-our-team-block .views-field-title a:hover {
	text-decoration: none;
	color: #000;
}

.contact-form input{
	color: #49555F;
	border: 1px solid #37464f;
	background: url(../images/form-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 5px;
	width: 98%;
	margin-bottom: 7px;
}

.contact-form button.btn_contact{
	color: #49555F;
	border: 1px solid #37464f;
	background: url(../images/form-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 15px;
	line-height: normal;
	vertical-align: middle;
}

section.block ul{
	padding: 3px;
}


.lead{
	font-family: 'Alef-bold';
}