/* ======================================================================== */
/* ! General
/* ======================================================================== */
body {
	font: 300 16px/24px 'Source Sans Pro', Arial, Helvetica, Geneva, sans-serif;
	background: #f4f4f5;
	color: #666;
}
body.hidden-body {
	visibility: hidden;
}
body.visible-body {
	visibility: visible;
}
a,
.emphasis {
	color: #000;
}
a:hover {
	text-decoration: underline;
	color:#000;
}
.light {
	font: 300 'Source Sans Pro';
}
.uppercase {
	text-transform: uppercase;
}
.fullheight {
	height: 100%;
}
.wrapper {
	box-sizing: border-box;
	position: relative;
	padding: 60px 0;
}
section {
	position: relative;
}
.anchor {
	position: absolute;
	top: -60px;
}
.bordered {
	border: 5px solid #fff;
	display: inline-block;
}
.full-rounded {
	border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-ms-border-radius: 1000px;
}
.bg-colored,
.progress .bar {
	background: #283c50;
	color: #fff;
	text-shadow: none;
	border: none;
}
.bg1 { background: url('../img/bg-1.jpg') no-repeat 50% 0; }
.bg2 { background: #FFF; }
.bg3 { background: url('') no-repeat 50% 0; }
.bg1 {
	height: 750px;
	padding: 0;
/*
	background-size: cover;
	background-position: bottom;
*/
}
.bg2, .bg3 {
	height: 600px;
	padding: 0;
	background-attachment: fixed!important;
/*
	background-size: cover;
*/
}
.headline-holder {
	display: inline-block;
}
.headline h2 {
	color: #fff;
	background: rgba(255,255,255,.6);
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-size: 36px;
	line-height: 56px;
}
.headline p {
	color: #000;
	background: rgba(255, 255, 255, .5);
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: 18px;
}
.headline-wrapper {
   display: table;
   width: 100%;
}
.headline {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.text-center {
	text-align: center;
}
.slides {
	overflow: hidden;
}
#jpreOverlay {
	background-color: #fff;
}
#jpreSlide{
	font-size:14px;
	font-weight:bold;
	color: #333;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:100%;
	height:1px;
	border:none;
}
#jpreBar {
	background: #283c50;
}
#jprePercentage {
	color:#333;
	text-align:center;
	top:-100%;
	margin: 20px 0 0;
}

img.portrait {
	max-width: 270px;
	margin: 0 0 30px 0;
}

#second h1 {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 27px;
}

#second .bg-colored h1 {
	margin-bottom: 0;
}

#second .bg-colored h2 {
	text-transform: uppercase;
	margin-bottom: 30px ;
}

.icon {
	font-size: 100px;
	color: #f4f4f5;
	margin: 30px 0;
}

#third .headline-wrapper {
	position: relative;
}
.map-contact {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 10;
}
.map-contact .span6.text-center {
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}

.map-contact p {
	color: #000;
}


/* ======================================================================== */
/* ! Typography
/* ======================================================================== */
h1, h2, h3, h4, h5, h6, p { margin: 0 0 20px; }
h1, h2, h3, h4, h5, h6, p, ul { letter-spacing: 0.02em; }
h1 { font: 400 56px/64px 'Source Sans Pro', sans-serif; text-transform: uppercase; } 
h2 { font: 300 36px/42px 'Source Sans Pro', sans-serif; }
h3 { font: 300 30px/36px 'Source Sans Pro', sans-serif; }
h3 { font: 300 24px/30px 'Source Sans Pro', sans-serif; }
h4 { font: 300 18px/24px 'Source Sans Pro', sans-serif; }
h5 { font: 300 16px/22px 'Source Sans Pro', sans-serif; }
h6 { font: 300 14px/20px 'Source Sans Pro', sans-serif; }

/* ======================================================================== */
/* ! Footer
/* ======================================================================== */
footer * {}
footer .bg-colored {
	color: #d3d3d3 !important;
}
footer h3 {
	font-size: 18px;
	line-height: 24px;
}
footer p {
	font-size: 14px;
	line-height: 18px;
}
footer a {
	color: #d3d3d3 !important;
}
footer a:hover {
	text-decoration: underline;
}
.footer-icons {
	margin: 30px 0;
}
.footer-icons a {
	background: rgba(255, 255, 255, .2);
	height: 30px;
	width: 30px;
	display: inline-block;
}
.footer-icons a:hover {
	background: rgba(255, 255, 255, .5);
}
.footer-icons a i {
	position: relative;
	top: 5px;
}

/* ======================================================================== */
/* ! rbb
/* ======================================================================== */

#rbb {
	padding-top:40px;
}

#rbb h3 {
	padding-top:0px;
}
#rbb h2 {
	margin-bottom:0px;
}
#rbb p {
	font-size: 14px;
}