@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html, body {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	color: #636363;
	line-height: 1.75em;
}
html {
	background-color: #f7f7f7;
}
body {
	background-color: transparent;
}
/* Headline styles */
h1,h2,h3,h4,h5 {
	color: #051d46;
}
/* --- */
.header-lines {
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.header-lines:before,
.header-lines:after {
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
	background-color: #dddddd;
}
.header-lines:before {
	right: 1rem;
	margin-left: -50%;
}
.header-lines:after {
	left: 1rem;
	margin-right: -50%;
}
/* --- */
.header-line {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.header-line:after {
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	background-color: #dddddd;
}
.header-line:after {
	left: 1rem;
	margin-right: -50%;
}
/* Link styles */
.main-header {
	overflow: hidden;
}
.main-header .container {
	position: relative;
}

@media (min-width: 768px) {
	.main-header .branding {
		float: left;
		border-right: 1px solid #ddd;
		padding: 0 30px 0 0px;
		margin-bottom: 24px;
	}
	.main-header .branding img {
		max-height: 100px;
	}
	.main-header .claim {
		position: absolute;
		margin: 0;
		right: 0;
		bottom: 24px;
		font-weight: 300;
		text-transform: uppercase;
		color: #051d46;
	}
}
@media (max-width: 767px) {
	.main-header .branding {
		margin-top: 15px;
		padding-bottom: 15px;
		text-align:  center;
		border-bottom: 1px solid #ddd;
	}
	.main-header .branding img {
	}
	.main-header .claim {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
}

.header-contact {
	font-size: 0.8em;
}
@media (max-width: 767px) {
	.header-contact {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.header-contact {
		text-align: right;
	}
}
/* --- */
.intro {
	background-image: url('../img/intro.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.intro .container {
	position: relative;
	min-height: 150px;
}
.intro .container .claim {
	position: absolute;
	right: 0px;
	bottom: 38px;
	padding: 5px 15px;
	background-color: rgba(255,255,255,0.85);
	font-weight: 300;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.intro .container .claim {
		right: 30px;
	}
}
.main-section {
	padding: 30px 0;
	background-color: #fff;
}
.main-section > h1,
.main-section > h2 {
	margin-top: 0;
}
.main-footer {
	padding: 45px 0;
}
@media (max-width: 767px) {
	.column-middle,
	.column-right {
		margin-top: 30px;
	}
}
.copyright {
	padding: 15px;
	border-top: 1px solid #fff;
	background-color: #70b5e2;
	font-size: #0.8em;
	text-align: center;
	color: #fff;
}
a.to-top {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 8px;
	height: 40px;
	width: 40px;
	line-height: 52px;
	text-align: center;
	background-color: #fff;
	color: #70b5e2;
	/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	z-index: 9999;
}
a.to-top:active,
a.to-top:focus,
a.to-top:visited,
a.to-top:hover {
	color: #70b5e2;
	text-decoration: none;
}
a.to-top i {
	font-size: 2em;
}
/* List elements */
ul.list-arrows {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-arrows li a {
	color: #636363;
}
ul.list-arrows li a:hover {
	color: #053659;
	text-decoration: none;
}
ul.list-arrows li:before {
	content:'\e902';
	display: inline-block;
	margin-right: 5px;
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #70b5e2;
}
/* Partner list */
ul.list-partner {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list-partner li {
	display: inline-block;
	margin: 10px 10px;
	text-align: center;
}
ul.list-partner li a {
	display: inline-block;
	height: 200px;
	width: 200px;
	background-color: #f7f7f7;
	border: 1px solid #f1f1f1;
	display: table-cell;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
/* Other */
.valign {
	display: table-cell;
	vertical-align: middle;
}
/* Color styles */
.dark-blue {
	color: #051d46;
}
.blue {
	color: #70b5e2;
}
.grey {
	color: #636363;
}
.light-grey {
	color: #f7f7f7;
}
.bg-white {
	background-color: #fff;
}
.bg-lightgrey {
	background-color: #f1f1f1;
}
.bg-blue {
	background-color: #70b5e2;
}
.bg-darkblue {
	background-color: #051d46;
}
/* Html object styles */
img.fluid,
.fluid img {
	max-width: 100%;
	height: auto;
}
.img-xs {
	max-width: 75px;
	height: auto;
}
.img-sm {
	max-width: 150px;
	height: auto;
}
.img-md {
	max-width: 300px;
	height: auto;
}
.img-lg {
	max-width: 500px;
	height: auto;
}
.img-xl {
	max-width: 800px;
	height: auto;
}
/* Typography */
.italic {
	font-style: italic !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.bold {
	font-weight: 600 !important;
}
.bolder {
	font-weight: 700 !important;
}
.subheadline {
	font-style: italic;
	color: #a5a5a5;
	margin-bottom: 15px;
}
/* form styles */
.form-error {
	color: #a94442;
	font-size: 0.85em;
	line-height: normal;
}
.map-frame {
	border: 3px solid #f1f1f1;
	background-color: ##f7f7f7;
}
@media (min-width: 768px) {
	.contact-frame {
		padding-left: 45px;
	}
}
.contact {
	margin-bottom: 45px;
}
/* Spacer & gutter styles */
.mt-xxs {
	margin-top: 5px !important;
}
.mt-xs {
	margin-top: 15px !important;
}
.mt-sm {
	margin-top: 30px !important;
}
.mt-md {
	margin-top: 45px !important;
}
.mt-lg {
	margin-top: 60px !important;
}
.mb-xxs {
	margin-bottom: 5px !important;
}
.mb-xs {
	margin-bottom: 15px !important;
}
.mb-sm {
	margin-bottom: 30px !important;
}
.mb-md {
	margin-bottom: 45px !important;
}
.mb-lg {
	margin-bottom: 60px !important;
}
.spacer-xs {
	display: block;
	font-size: 0;
	line-height: 999;
	height: 5px;
}
.spacer-sm {
	display: block;
	font-size: 0;
	line-height: 999;
	height: 15px;
}
.spacer-md {
	display: block;
	font-size: 0;
	line-height: 999;
	height: 30px;
}
.spacer-lg {
	display: block;
	font-size: 0;
	line-height: 999;
	height: 45px;
}
/* References */
.references {
	padding: 15px 0 45px 0;
	background-color: #fff;
}
.references .url {
	margin-top: 15px;
	text-align: center;
}
#references .item {
  background: #fff;
  padding: 0px;
  margin: 10px;
  border: 2px solid #f1f1f1;
  text-align: center;
}
#references .item img {
	max-width: 100%;
	height: auto;
}
/* Disturber */
.disturber {
	position: relative;
	padding: 45px 0;
	background-color: #70b5e2;
	color: #fff;
	text-align: center;
}
.disturber:after {
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 16px;
	margin-left: -16px;
}
.disturber h2,
.disturber h3,
.disturber h4 {
	color: #fff;
}
.disturber .header-lines {
	color: #fff;
	font-weight: 300;
}
.disturber .header-lines:before,
.disturber .header-lines:after {
	background-color: #fff;
}
.disturber .url {
	margin-top: 15px;
}
.disturber .url a {
	display: inline-block;
	padding: 5px 10px 0px 10px;
	color: #fff;
	font-size: 0.85em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-top: 1px solid rgba(255,255,255, 0.75);
}
.disturber .url a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
}
/* Service section */
.service {
	overflow: hidden;
}
.service .service-image {
	min-height: 500px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.service .service-content {
	display: table;
	box-sizing: border-box;
}
.service .service-content .valign {
	padding: 45px;
}
@media (min-width: 768px) {
	.service .service-image {
		float: left;
		width: 50%;
	}
	.service .service-content {
		float: left;
		width: 50%;
	}
}
@media (max-width: 767px) {
	.service .service-image {
		min-height: 450px;
		background-color: #fff;
	}
}
.service .valign .url {
	margin-top: 15px;
}
/* Partner section */
.partner {
	padding: 45px 0;
	background-color: #fff;
	text-align: center;
}