html{
	height:auto;
}

body{
	font-family: Arial,Helvetica,Sans-serif;
	min-height:100%;
	line-height:20px;
	font-size:14px;
}

.colfull{width:984px;position:relative;}
.auto	{ margin:auto;}
.fl		{ float:left;}
.fr		{ float:right;}
.clr	{ clear:both;}

.fa{font-size:39px; color:#fff; display:block; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:0px;}
.fa-align-left {font-size:20px; color:#fff; display:block; left:300px; top:469px; position: absolute; z-index: 1;}
.fa-cloud {font-size:33px; margin-bottom:6px;}

p{line-height:22px; font-size:14px; padding:22px;}
h1 {font-size:36px; font-family:Roboto; line-height:64px; color:#0158A3;}
h2{font-size:15px; padding-bottom:25px; font-family:Roboto; padding:22px; line-height:24px; color:#022636;}
h3{font-size:15px; padding-bottom:25px; line-height:20px; font-weight: bold; color:#fff;}
a{color:#fff;}


#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

	#logo{
		height: 77px;
		width:259px;
		padding: 15px;
		}

	#logo img {
	margin-right:20px;
	}

#left{
width: 259px;
height: 681px;

}

#lefttop{
background-color:#fff;
height: 472px;
}

#leftmid{
margin:5px 0px 0px 0px;
background-color:#fff;
}

#leftbot{
}

#contactinfo {
position:absolute;
width:235px;
}

.arrow-right {
	width: 0;
	height: 0;

}

#bgleft{

width:259px;
height:94px;
background-color:#0058a3;
}

#right{
width: 720px;
height: 265px;
margin:5px 0px 0px 5px;
}

#righttop{
background-color:#fff;
}

#heading{
width:430px;
height:77px;
position:relative;
z-index:3;
}

#bigimage{
width: 536px;
height: 265px;
position:relative;
}

#bigimage > img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	max-width:100%;
}

#slider{
width: 184px;
height: 265px;
background-color:#fff;
overflow:hidden;
position:relative;
}

#slider .inner {
	display:block;
	width:130px;
	height:204px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30.5px;
}

#slider ul {
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

#slider > a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	font-size:20px;
	background-color:#0058a3;
}

#slider > a.next {
	top:auto;
	bottom:0;
	opacity:0.5;
}

#slider > a.prev {
	opacity:0.5;
}

#slider > a span {
	font-size:inherit;
	margin:0;
	padding:0;
	line-height:inherit;
}

#slider ul li {
	display:block;
	height:auto;
	margin-top:15px;
	position:relative;
}

#slider ul li:first-child {
	margin-top:0;
}

#slider ul li.active:before {
	content:" ";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:3px solid #0058a3;
	z-index:999;
	opacity: 0.8;
}

#rightbot{
width: 720px;
height: 406px;
margin-top:5px;
}

#tegels{
width: 197px;
height: 202px;
text-align:center;
}

.tegel{width:96px;height:96px;background-color:#0058a3;float:left;}

#maintext{
width:518px;
height:432px;
background-color:#fff;
}

#maintext a{
color: #6da72f;
}

#greenlabel{
width: 197px;
height: 229px;
background-color:#fff;
padding-top:55px;
}

.greenlabelsize{
display: block;
margin:auto;
}

.cookie-consent {
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	box-sizing: border-box;
    max-height: 999px;
	min-height:30px;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 20px;
    bottom: 6%;
    width: 300px;
    background-color: #464646;
	padding: 15px 20px 15px;
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
	transition: opacity .2s ease, visibility, .2s ease;
}

.cookie-consent.show {
	opacity:1;
	visibility:visible;
	pointer-events:all;
}

.cookie-consent h3 {
	margin:.5em 0 0;
	padding:0;
	font-size:18px;
	color:#ddd;
}

.cookie-consent p {
	padding:0;
	margin:1em 0;
	font-family: Arial,Helvetica,Sans-serif;
	line-height:20px;
}

.cookie-consent button {
	margin:1em 0;
	background: #0058a3;
    color: #ffffff;
    border: 0;
    padding: 6px 9px;
    border-radius: 3px;
	cursor:pointer;
}
