.OverviewItem {
	position:relative;
	float:left;
	height:90px;
	width:100%;
	overflow: hidden;
	background: #000;
	border-bottom:3px solid #21a4da;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.OverviewItem  .inHeader{
	position:relative; 
	top: 60%;
	-webkit-transform: translateY(-40%);
  	-ms-transform: translateY(-40%);
  	transform: translateY(-40%);
}

.invisible {
	display: none;
}

.invisible ul {
	list-style-type: none;
	float: left;
	margin-left: -35px;
	width: 48%;
	line-height: 35px;
	white-space: nowrap;
	font-size: 3vw;
}

.OverviewItem h3{
	margin-top:-2.4%;
	bottom:0px;
	font-family: 'Verdana';
	font-size:4vw !important;
	font-weight:bold;
	color: #fff;
}

.OverviewItem img{
	position:absolute;
	right:5%;
	bottom:30%;
	width:auto;
	height:40%;
}

.NewsItem {
	position:relative;
	float:left;
	width:100%;
	height:60px;
	margin-bottom:-3px !important;
	padding:0px !important;
	background:black;
}

.ui-accordion-content{
	width:90% !important;
	padding-right:10% !important;
}



.topImg{
	position:relative;
	float:left;
	width:100%;
	
	margin-bottom:-3px !important;
	padding:0px !important;
}

.topImg img{
	width:100%;
	height:auto;
	padding:0px !important;
	margin:0px !important;
}

.SetWhite{
	background:white;
	border-bottom:5px solid #262050;
}

.setImg{
	width:100%;
	height:auto;
	margin-bottom:-3px !important;
	border-bottom:3px solid #21a4da;
}


.serviceOverview img{
	width:100%;
	height:auto;
	border-top:10px solid #fbcb13;
}

.serviceOverview{
	position:relative;
	float:left;
	width:100%;
	background:white;
	
}

.serviceOverview b{
	color:black;
	font-family: 'Verdana';
	font-size:4.1vw;
}

.serviceOverview p{
	color:black;
	font-size:3.6vw;
}

.ServiceContent, .NewsContent{
	padding:5%;
	
}

.NewsContent{
	padding-right:20%;
	border-bottom:5px solid #fbcb13;
	cursor:pointer;
}

