body {
	background: #f0f1f1;
}
.container {
	background: #fff;
}
.font-bold {
	font-weight: bold;
}
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.heading {
	margin-top: 0;
}
p, ul {
	margin: 0 0 25px;
	font-size: 18px;
}
.row.top {
	padding-bottom: 50px;
}
.row.middle {
	background: url(../img/img_header1.jpg) no-repeat scroll center top;
	border-top: 25px solid #f0f1f1;
	padding-top: 150px;
}
.row.bottom {
	background: url(../img/img_header2.jpg) no-repeat scroll center top;
	border-top: 25px solid #f0f1f1;
	padding-top: 150px;
}
.printer {
	display: block;
	width: 75%;
	margin: 50px auto;
}
address {
	margin: 0;
}


#header .container {
	background: #f0f1f1;
	padding: 0;
}
#header .top {
	float: left;
	width: 100%;
	padding: 20px 15px;
}
#header .top .identicard {
	float: left;
}
#header .top .identicard img {
	width: 100%;
}
#header .top .identicard .text {
	color: #10609c;
	display: block;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}
#header .top .zebra {
	float: right;
	width: 120px;
}
#header .top .zebra img {
	width: 100%;
}
#header .bottom {
	float: left;
	background: url(../img/header.jpg) no-repeat scroll center bottom;
	height: 400px;
	width: 100%;
	position: relative;
}
#header .bottom .description {
	background: #005696;
	position: absolute;
	bottom: 0;
}
#header .bottom .description .heading {
	color: #fff;
	margin: 0;
	padding: 15px 25px;
}

#content .container {
	padding: 45px 15px;
}
#content .form {
	color: #fff;
	background: #005696;
	padding: 15px;
}
#content .form .heading {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
}
#content .form .btn {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
#content .form .btn-group {
	width: 100%;
	text-align: right;
}
#content .form .btn-group .btn {
	float: none;
}

#footer {
	border-top: 25px solid #f0f1f1;
}
#footer .container {
	background: #005696;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer .logo {
	background: #fff;
	float: right;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	#header .top .identicard {
		float: none;
		margin-bottom: 25px;
	}
	#header .top .zebra {
		float: none;
		margin: 0 auto;
	}
	#header .bottom .description .heading {
		font-size: 18px;
	}
}
