/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}
img{
	max-width: 100%;
}
.clear{
	overflow: hidden;
}
.container{
	max-width:960px;
	margin:0 auto;
}

.navbar{
	background:#fff;
	padding:10px;
}
.navbar img {
	display:block;
	max-width:300px;
	margin:0 auto;
}
.bg-image-full{
	background-size: cover;
	height: 100%;
}
.language-list{
	margin:0;
	padding: 0;
	list-style: none;
}
.language-list li{
	float: left;
	width:44%;
	padding:26px;
}

.language-list li img{
	display: block;
	margin:0 auto;
	width: 140px;
	margin-bottom:10px;
}
.language-list li a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.language-list li:hover{
	background:#006994;
	transition: all 1s;
}

/* cookie css 
.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  padding:0 85px 0 20px;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
}
.cookie-message .continue-link {
  position:relative;
  cursor:pointer;
  margin-left: 22px;
}
.cookie-message a {
  position:absolute;
  top:0; *top:-2px; right:20px;
  cursor:pointer;
}
.cookie-message p, .cookie-message a {
  color:#333;
  margin:0.6em 0;
}
.blue {
  border-bottom:1px solid #0E83AE;
  background-color:#0990c3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
  background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: linear-gradient(#0e83ae, #0990c3, #0e9dd2);
}
.blue p, .blue a { color:#fff; }
.cookiebar-close{
  background: #0808ce;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}*/