html, body {
	min-height: 100%;
	height: 100%;
}

body {
	min-width: 320px;
	margin: 0 auto;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 18px;
	color: #5f5f60;
	background: #fff;
}

a {
	color: #5f5f60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus, a:hover {
	outline: none
}

img {
	max-width: 100%;
	height: auto;
}

/* HEADER */
header {
	padding: 10px 0;
}

header h1 {
	font-size: 30px;
	color: #0562b1;
	font-weight: 400;
	text-align: center;
}

header h1 a,
header h1 a:hover,
header h1 a:focus {
	color: #0562b1;
	text-decoration: none;
}

header h1 span {
	font-weight: 600;
}

header .hero {
	background: url(../img/hero-3.jpg) no-repeat 0 0;
	max-height: 640px;
	min-height: 290px;
	border-top: 5px solid #ebebeb;
	margin-top: 10px;
}

header .container {
	padding: 0;
}

header nav {
	text-align: right;
}

header nav ul {
	padding: 0;
	margin: 0;
}

header nav li {
	display: block;
}

header nav li a {
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #437db3;
	padding: 10px 20px;
	display: block;
	text-align: center;
	background: #07549c;
}

header nav li:nth-child(2n+2) a {
	background: #0a5daa;
}

header nav li:last-child a {
	padding-right: 0;
	border: 0;
}

header nav li a:hover,
header nav li a:focus,
header nav li a.active {
	color: #ebebeb;
	text-decoration: none;
}

header .slogan {
	display: none;
}

/* content */
#content {
	margin: 30px 0 60px 0;
	min-height: 400px;
}

#content h1 {
	font-size: 28px;
	font-weight: 300;
	color: #0562b1;
	margin-bottom: 30px;
}

#content .page-header h1 {
	margin-top: -20px;
	text-align: center;
}

#content article {
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e5;
}

#content article a:hover,
#content article a:focus {
	text-decoration: none;
}

#content article:first-child {
	padding-top: 0;
}

#content article:last-child {
	border: 0;
	padding-bottom: 0;
}

#content article header {
	padding: 0;
}

#content article header h1 {
	font-size: 18px;
	font-weight: 500;
	color: #5f5f60;
	text-align: left;
	margin: 0;
}

#content article header p {
	font-size: 16px;
	color: #a0a1a1;
	text-align: right;
}

#content article .text {
	font-size: 18px;
	color: #5f5f60;
	font-weight: 300;
	text-align: justify;
	line-height: 1.5;
}

#content ul {
	/*padding: 0;*/
	margin: 0;
	/*list-style: none*/
}

#content .files li {
	padding: 7px 0;
}

#content .files li a {
	color: #636363;
	display: block;
}

#content .files li i {
	margin-right: 10px;
	font-size: 20px;
	float: left;
	color: #0562b1;
}

/* breadcrumbs */
.breadcrumb {
	margin-top: -15px;
	font-size: 12px;
}

/* pagination */
#pagination {
 	padding-top: 25px;
  	text-align: right;
  	width: 100%;
  	clear: both;
  	margin: 10px 0;
}

#pagination a {
  	font-size: 12px;
  	color: #fff;
  	padding: 3px 7px;
  	background: #0562b1;
  	border: 1px solid #C2CBD2;
  	text-decoration: none;
  	border-radius: 5px;
}

#pagination a:hover {
  	border-color: #afafaf;
}

#pagination .curr {
  	padding: 3px 7px;
  	color: #0562b1;
  	font-size: 14px;
  	font-weight: bold;
}

/* blog */


/* footer */
footer {
	background: #e6e6e6;
	padding: 30px 0 60px 0;
}

footer a,
.copyright a {
	color: #5f5f60;
}

footer ul {
	padding: 0;
	list-style: none;
}

footer ul li {
	line-height: 1.7;
	font-weight: 300;
}

footer h3 {
	font-size: 20px;
	font-weight: 400;
	color: #5f5f60;
	margin-bottom: 40px;
}

footer .open-hours li span {
	width: 30%;
	display: inline-block;
}

footer .fa-stack {
	font-size: 13px;
	margin-right: 20px;
}

footer i.fa-square {
	color: #07549c;
}

footer .address {
	padding-top: 40px;
}

footer .form-group {
	margin-bottom: 5px;
}

footer .form-control {
	font-size: 18px;
	border-radius: 0;
	box-shadow: 3px 3px 3px #eaeaea inset;
}

footer input.form-control {
	height: 45px;
}

footer .form-group label {
	margin: 5px 0;
	font-size: 18px;
	font-weight: normal;
}

footer button.btn-primary {
	height: 45px;
	background: #07549c;
	font-size: 18px;
	border-radius: 0;
}

footer button {
	text-transform: uppercase;
}

.copyright {
	padding: 30px 0;
	color: #5f5f60;
	font-weight: 300;
}

.copyright span {
	font-size: 14px;
	color: #AFAFAF;
}

.copyright a {
	font-size: 16px;
}

/**/
.nav-stacked {
	margin-bottom: 30px !important;
}

.thumbnail .caption {
	text-align: center;
}

/* classes */
.np {padding: 0 !important;}
.mt20 {margin-top: 20px;}
.more {text-decoration: underline;}
.bold {font-weight: bold;}