


/*
HEADER DESIGN 

*/

header {
	margin-top: 50px;

	background-color: #FFF;

	-webkit-border-radius: 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0;
		    border-radius: 8px 8px 0 0;
}
header .row > * {
	min-height: 110px;
	position: relative;
}

header .logo {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 15px;
}
header .yellow {
	position: absolute;
	right: 0;
	bottom: 0;
}
header .blue {
	position: absolute;
	right: 0px;
	top: -24px;
}


/* Main navigation */
header .navbar {
	background-color: #005BA3;
	border-bottom: 3px solid #003F6F;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
header .navbar ul.nav > li {
	border-right: 1px solid #003F6F;

	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
	   -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
	        box-shadow: 1px 0 0 rgba(255,255,255,0.1);
}
header .navbar ul.nav > li:first-child {
	border-left: 1px solid rgba(255,255,255,0.1);

	-webkit-box-shadow: -1px 0 0 #003F6F, 1px 0 0 rgba(255,255,255,0.1);
	   -moz-box-shadow: -1px 0 0 #003F6F, 1px 0 0 rgba(255,255,255,0.1);
	        box-shadow: -1px 0 0 #003F6F, 1px 0 0 rgba(255,255,255,0.1);
}
header .navbar ul.nav > li > a {
	color: #FFF;
	font-size: 16px;
	font-family: 'Yanone Kaffeesatz', sans-serif;

	line-height: 1;
	letter-spacing: 2px;

	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

header .navbar ul.nav > li:hover a {
	color: #FFCC32;
	background-color: rgba(0,0,0,0.2);
}
header .navbar ul.nav > li:active a {
	color: #FFCC32;
	background-color: rgba(0,0,0,0.2);

	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	   -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	        box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}



/* Header contact */
header .contact {
	position: absolute;
	top: 27px;
	right: 54px;
	width: 200px;

	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 1;
	text-transform: uppercase;
}
header .contact > span {
	display: inline-block;
	padding: 0;
}
header .contact .label {
	color: #999;
	font-weight: 300;
	font-size: 20px;
}
header .contact .number {
	color: #FFCC32;
	font-weight: 400;
	font-size: 38px;
	text-shadow: 0 1px 0 #FF6600;
}
header .contact .number a {
	color: #FFCC32;
	text-decoration: none;
	text-shadow: 0 1px 0 #FF6600;
}

header .banner {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;

	background-color: #E2E2E2;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}






/*
FOOTER DESIGN
*/

footer {
	position: relative;
	margin-bottom: 50px;

	padding-top: 15px;
	padding-bottom: 15px;
}

footer .bg-white-1 {
	position: absolute;
	z-index: -10;

	top: 0;
	left: 0;
	right: 0;

	height: 85px;
	background-color: #FFF;
	border-bottom: 3px solid rgba(0,0,0,0.9);

	-webkit-border-radius: 0 0 8px 0;
	   -moz-border-radius: 0 0 8px 0;
		    border-radius: 0 0 8px 0;
}
footer .bg-white-2 {
	position: absolute;
	z-index: -5;

	top: 82px;
	left: 0;
	right: 50%;

	height: 100px;
	background-color: #FFF;
	border-bottom: 3px solid rgba(0,0,0,0.9);

	-webkit-border-radius: 0 0 50px 8px;
	   -moz-border-radius: 0 0 50px 8px;
		    border-radius: 0 0 50px 8px;
}
footer .footer-bg {
	position: relative;
	
	background-color: #005BA3;
	min-height: 150px;

	border-bottom: 3px solid #003F6F;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
}
footer .yellow-band {
	position: absolute;
	top: -26px;
	right: 270px;
}

footer .left hr {
	margin: 10px 15px;

	border-top: 1px solid #003F6F;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}



footer .left .top {
	height: 83px;
	position: relative;
}




footer .left .bottom {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
footer .left .bottom .copyright {
	margin-left: 15px;
}
footer .left .bottom .copyright p {
	margin: 0;
	line-height: 1.2;
}
footer .left .bottom .copyright a {
	color: #FFF;
	text-decoration: none;
}
footer .left .bottom .copyright address {
	font-size: 11px;
	color: #E2E2E2;
	margin-bottom: 0;
}

footer .left .bottom .social {
	position: relative;
	z-index: 100;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
}
footer .left .bottom .social > li {
	float: left;
	margin-left: 10px;
}




/* Subscribe */
footer .right > .subscribe {
	margin-right: 15px;
	position: relative;
	text-align: left;
}
footer .right > .subscribe .title {
	margin-top: -20px;
}
footer .right > .subscribe .label {
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
	
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	display: inline-block;
}
footer .right > .subscribe .wysija-paragraph {
	margin: 0;
}
footer .right > .subscribe .wysija-submit {
	display: none;
}
footer .right > .subscribe .wysija-input {
	padding: 5px 10px;
	width: 90%;
	border: 1px solid #003F6F;
	background-color: #666;

	font-size: 12px;
	color: #FFF !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
}
footer .right > .subscribe .formError {
	top: 114px !important;
	left: 0px !important;
}
footer .right > .subscribe .formErrorContent {
	background-color: #333 !important;
	border: 0 !important;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
}

footer .banner {
	position: absolute;
	top: 15px;
	left: 30px;
	right: 30px;
	bottom: 0px;

	background-color: rgba(0,0,0,0.1);

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}






/*
MAIN CONTAINER
*/
.main.container {
	background-color: #FFF;
}



/* Slideshow  */
.slideshow {
	margin-bottom: 15px;
}
#home-slideshow-nav {
	padding: 0;
	position: absolute;
	z-index: 3000;
	left: 15px;
	bottom: 10px;
	text-align: inherit;
}


/* Google Map */
#map {
    width:100%;
    height: 300px;
}




/* Content */
.content {
	margin-top: 15px;
	margin-bottom: 50px;
}

.post .title {
	margin-bottom: 30px;
	border-left: 10px solid #FFCC32;
	padding-left: 15px;
}
.post .title > * {
	color: #005BA3;
	font-weight: 300;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}

.post .desc > h1:first-child,
.post .desc > h2:first-child,
.post .desc > h3:first-child,
.post .desc > h4:first-child,
.post .desc > h5:first-child,
.post .desc > h6:first-child {
	margin-top: 0;
}

.post .desc .alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.post .desc .alignright {
	float: right;
	margin: 0 0 30px 30px;
}











/* Contact Page */
.main.contact .details {
	padding: 1px;

	background-color: #2F2F2F;
	text-shadow: 0 -1px 0 #000;
	color: #FFF;
}

.main.contact .address > div {
	padding: 30px 30px 30px 0;
}
.main.contact .address h4 {
	margin: 0 0 10px;

	color: #FFCC32;
	font-weight: 300;
	font-size: 24px;
	font-family: 'Yanone Kaffeesatz', sans-serif;

	line-height: 1;
}

.main.contact .address .location {
	margin-bottom: 30px;
}

.main.contact .address .label {
	float: left;
	width: 80px;
	
	color: #999;
	text-align: left;
	font-weight: bold;
	font-size: inherit;
	padding: 0;
}
.main.contact .address .value {
	float: left;
}

.main.contact .address a {
	color: #FFF;
	text-decoration: none;
}

.main.contact .form h3 {
	margin: 0 0 30px;
}