header {
	text-align: center;
}
header h1 {
	float: none;
	padding-top: 0;
	padding-bottom: 20px;
}
header p {
	float: none;
	clear: both;
	display: inline-block;
}

header nav {
	padding: 20px !important;
	position: static;
	margin-bottom: 20px;
	background: transparent;
}
header nav li {
	margin: 0 15px;
}
header nav a {
	color: #e3000f;
}
header nav a:hover {
	color: #e3000f;
}
header nav a.active {
	color: #e3000f;
	text-decoration: underline;
}


#content > div {
	padding-bottom: 0;
}
footer {
	height: auto;
	margin-top: 0;
}

footer .img-responsive {
	margin-bottom: 20px;
}

.site-choose .row > div {
	margin-bottom: 60px;
}

.generic-wrapper {
	margin-bottom: 20px;
}



.contacts-page .area-separator > div {
	margin-bottom: 30px;
}



nav ul {
    position: relative;
}
nav ul ul {
     background: #fff;
    z-index: 999;
 }
nav ul ul li{
    position: relative;
}






h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

h3 {
	font-size: 14px;
	margin-bottom: 15px;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
}



footer .append p {
	font-size: 10px;
}
footer .append p b {
	font-size: 8px;
}
footer .copy,
footer .author {
	font-size: 8px;
}




.site-choose {
	margin-bottom: 20px;
}
.site-choose .button {
	font-size: 10px;
}




.about-page p {
	font-size: 10px;
}




.contacts-page p {
	font-size: 10px;
}





form .field label {
	font-size: 10px;
}
form .field textarea {
	height: 100px;
}

.form-submit {
	font-size: 10px;
	padding: 9px 30px 7px;
}






.pag a {
	width: 30px;
	height: 30px;
	font-size: 12px;
}






