body {
    background: #1388d6; /* Old browsers */
    background: -moz-linear-gradient(left, #1388d6 0%, #38b8ed 50%, #1388d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1388d6), color-stop(50%,#38b8ed), color-stop(100%,#1388d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1388d6 0%,#38b8ed 50%,#1388d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1388d6 0%,#38b8ed 50%,#1388d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1388d6 0%,#38b8ed 50%,#1388d6 100%); /* IE10+ */
    background: linear-gradient(to right, #1388d6 0%,#38b8ed 50%,#1388d6 100%); /* W3C */
}

::-webkit-scrollbar {
      width: 10px;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
      background-color: #404040;
      width: 10px;
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
      background-color: #ebebeb;
      width: 10px;
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
      background-color: #ebebeb;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
      background-color: #404040;
}

body.otherbackground {
    background-image: url('../images/bedrijf.png');
    background-size: 100%;
    height: 100%;
    background-attachment:fixed;
    background-repeat: no-repeat;
}

.header {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 78px;
   	background-image: url('../images/header_bg.png');
   	background-repeat: repeat-x;
   	position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
}

.header .logo {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.header .button {
    background-color: #18537b;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-position: 0px 2px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.header .button a, .header .buttonleft a {
    color: white;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.header .buttonleft {
    background-color: #18537b;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-position: 0px 2px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.topimage {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.topimage .topimg {
    width: 100%;
    background-image: url('../images/topimage.png');
    background-position: center center;
    height: 450px;
    background-size:cover;
}

.topimage .darkness {
    background-image: url('../images/darkness.png');
    background-size: 100% auto;
    color: white;
    font-size: 32px;
    text-align: center;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    width: 700px;
    height: 120px;
    left: 0;
    right: 0;
    bottom: 44px;
    margin-left: auto;
    margin-right: auto;
}

.topimage .darkness a {
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.categories {
    width: 960px;
    margin: 0 auto;
}

.categorie {
    margin-left: 16px;
    float: left;
    height: 207px;
    position: relative;
    margin-bottom: 10px;
}

.categorie .categorietitle {
    width: 228px;
    background-color: #a8d9f3;
    height: 70px;
    position: absolute;
    bottom: 0px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    left: 0px;
}

.categorie a {
    text-decoration: none;
    border: 0px;
    display: block;
    height: 157px;
    width: 228px;
}

.categorie a .arrow {
	height: 84px;
	width: 50px;
	background-image: url('../images/smallArrow.png');
	position: absolute;
	top: 23px;
	left: 0px;
}

.categorie a:hover .categorietitle {
    background-color: #a8d9f3;
}

.categorie a:hover .arrow {
	background-image: url('../images/smallBlueArrow.png');
}

.categorie .categorietitle span {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: Arial;
    
    display: inline-block;
    vertical-align: middle;
}

.categories .first {
    margin-left: 0px;
}

.bottom {
    background: #0474cd; /* Old browsers */
    background: -moz-linear-gradient(left, #0474cd 0%, #38b8ed 50%, #0373cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0474cd), color-stop(50%,#38b8ed), color-stop(100%,#0373cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #0474cd 0%,#38b8ed 50%,#0373cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #0474cd 0%,#38b8ed 50%,#0373cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #0474cd 0%,#38b8ed 50%,#0373cc 100%); /* IE10+ */
    background: linear-gradient(to right, #0474cd 0%,#38b8ed 50%,#0373cc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0474cd', endColorstr='#0373cc',GradientType=1 ); /* IE6-9 */
    height: 20px;
    -webkit-box-shadow: 0px -2px 7px 0px rgba(50, 50, 50, 0.57);
    -moz-box-shadow:    0px -2px 7px 0px rgba(50, 50, 50, 0.57);
    box-shadow:         0px -2px 7px 0px rgba(50, 50, 50, 0.57);
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.companycats {
    width: 300px;
    margin: 0 auto;
}

.companycats .companycat, .companyinformation .companycat {
    margin-bottom: 10px;
    position: relative;
}

.companycats .companycat .clickpoint, .companyinformation .companycat .clickpoint {
    position: absolute;
    right: 10px;
    top: 5px;
}

.companycats .companycat span, .companyinformation .companycat span {
    background-color: #0a242f;
    color: white;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    width: 270px;
    display: block;
    padding-left: 10px;
    padding-right: 20px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.9);
    box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.9);
}

.companycats .companycat>a, .companyinformation .companycat>a {
    text-decoration: none;
    border: 0px;
    display: block;
    width: 300px;
    height: 25px;
}

.companycats .companycat .companies, .companyinformation .companycat .companies {
    display: none;
}

.companycats .companycat .companies .company, .companyinformation .companycat .companies .company {
    height: 60px;
    width: 300px;
    background-color: #8dc9ed; /* Old browsers */
    color: black;
    font-family: Arial;
    font-size: 11px;
    position: relative;
}

.company a {
    color: black;
    text-decoration: none;
    width: 300px;
    height: 60px !important;
    display: block;
}

.company .companyname {
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: bold;
    font-size: 9px;
}

.company .companywebsite {
    position: absolute;
    top: 25px;
    left: 20px;
    font-weight: bold;
}

.company .companyphonenumber {
    position: absolute;
    left: 100px;
    top: 22px;
    width: 200px;
    font-weight: bold;
}

.company .companylogo {
    position: absolute;
    right: 5px;
    top: 0px;
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    height: 50px;
}

#map-canvas {
    width: 100%;
    max-width: 960px;
    height: 450px;
}

.findtext {
    width: 200px;
    height: 28px;
    background-color: #e8e8e8;
    margin: 0 auto;
    display: block;
    padding-left: 10px;
    color: #000;
    border: 2px solid #afaeae;
    -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.submitButton {
	height: 30px;
	width: 30px;
	background-image: url('../images/searchButton.png');
	background-color: transparent;
	border: 0px;
	position: absolute;
	top: 2px;
	right: 2px;
}

.searchform {
    width: 300px;
    margin: 0 auto;
	position: relative;
}

.searchform a {
    margin-left: 10px;
    line-height: 21px;
    padding: 5px;
    display: inline-block;
    font-size: 11px;
    color: black;
    text-decoration: none;
    font-family: Arial;
    height: 21px;
    background-color: white;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.searchform a.off {
    opacity: 0.5;
}

.searchform a.on {
  	opacity: 1;
}

.companyinformation {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    background-size: 100% auto;
}

.companyinformation .companycat {
    margin-bottom: 0px;
}

.companywrapper {
    width: 300px;
    margin: 0 auto;
}

.companywrapper .companycat span {
    background-image: url('../images/darkgraytrans.png');
    background-color: transparent;
}

.companywrapper .large span, .companywrapper .large>a {
    height: 50px;
}

.companywrapper .large .clickpoint {
    top: 17px;
}

.companywrapper .companycat .companies {
    background-image: url('../images/graytrans.png');
    padding: 10px;
    width: 280px;
    font-family: Arial;
    font-size: 14px;
}

.companywrapper .companycat .companies b {
    font-weight: bold;
}

.fixedbackground {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url('../images/bedrijf.png');
    background-size: 100%;
    background-position: center center;
    height: 100%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.fixedbackgroundalt {
	background-image: url('../images/topimage.png');
}

.infowindow {
	line-height:1.35;
	overflow:hidden;
	white-space:nowrap;
	background-color: #32b1e9;
	position: relative;
}

.smallOverlay {
	position: absolute;
	right: 0px;
	top: 20px;
	background-color: #32b1e9;
	color: white;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.infowindow a {
	background-color: #d6effb;
	padding: 5px;
	padding-left: 10px !important;
	margin-right: 20px;
	display: block;
	margin-bottom: 5px;
	color: black;
	text-decoration: none;
}

.infoBox>img {
	z-index: 999;
}

.infowindow a:hover {
	text-decoration: underline;
}

.hide {
    display: none;
}

.background1 {background-image: url('../images/cats/1.jpg');}
.background2 {background-image: url('../images/cats/2.jpg');}
.background3 {background-image: url('../images/cats/3.jpg');}
.background4 {background-image: url('../images/cats/4.jpg');}
.background5 {background-image: url('../images/cats/5.jpg');}

.menu {
    position: absolute;
    right: 0px;
    top: -6px;
    color: white;
    font-size: 20px;
    font-family: Arial;
}

.menu a {
    color: #0aa2e4;
    font-size: 18px;
    text-decoration: none;
    width: 109px;
    height: 86px;
    display: inline-block;
    line-height: 86px;
    text-align: center;
}

.menu a:hover, .menu a.current {
	background-image: url("../images/buttonHover.png");
}

.bigarrow {
    width: 147px;
    height: 295px;
    background-image: url('../images/bigarrow.png');
    position: absolute;
    right: 0px;
    top: 100px;
}

.findbox {
    position: absolute;
    left: 260px;
    top: 20px;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    min-height: 868px;
}

.pccompanyinformation {
    width: 960px;
    margin: 0 auto;
    position: relative;
    font-family: Arial;
    padding-bottom: 20px;
}

.pccompanyinformation h2 {
    font-size: 20px;
    font-weight: bold;
}

.pcLogo {
    background-image: url('../images/darkgraytrans.png');
    background-color: transparent;
    width: 695px;
    height: 50px;
    padding-left: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-top: 20px;
}

.gradient {
    background: #32b0e9; /* Old browsers */
    background: -moz-linear-gradient(top, #32b0e9 0%, #0576cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32b0e9), color-stop(100%,#0576cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #32b0e9 0%,#0576cd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #32b0e9 0%,#0576cd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #32b0e9 0%,#0576cd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #32b0e9 0%,#0576cd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc9ed', endColorstr='#54ade4',GradientType=0 ); /* IE6-9 */
}

.pcType {
    width: 198px;
	position: absolute;
	right: 0px;
	top: 26px;
	text-align: left;
	font-family: Arial;
	color: white;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	padding-left: 10px;
	background-color: #2e2e2e;
}

.pcButtonLeft {
    width: 109px;
    position: absolute;
    right: 119px;
    top: 72px;
    text-align:center;
    font-family: Arial;
    color: white;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.pcButtonRight {
    width: 228px;
    position: absolute;
    right: 0px;
    top: 72px;
    text-align:center;
    font-family: Arial;
    color: white;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.pcType span {
    line-height: 20px;
}

.pcCompanyDetails {
    width: 228px;
    font-family: Arial;
    color: white;
    font-size: 13px;
}

.pcCompanyDetails a {
    color: white;
    text-decoration: none;
}

.pcCompanyDetails a:hover {
    text-decoration: underline;
}

.pcDescription {
    background-image: url('../images/graytrans.png');
    width: 670px;
    height: 485px;
    padding: 25px;
    margin-top: 40px;
    overflow-x: hidden;
overflow-y: scroll;
    line-height: 22px;
    font-size: 13px;
}

b {
    font-weight: bold;
}

.pcCompanyDetails h3 {
    font-size: 19px;
    margin-bottom: 3px;
}

.pcCompanyDetails span {
    display: block;
    line-height: 19px;
    font-size: 13px;
}

.block1 {
    padding: 10px;
    padding-top: 210px;
}

.block2 {
    padding: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pcCertificates {
    width: 100%;
    height: 112px;
    background-image: url('../images/certificatesBg.png');
}

.innerCertificates {
    width: 960px;
    height: 112px;
    vertical-align: middle;
    line-height: 112px;
    margin: 0 auto;
}

.innerCertificates img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.pcNewsAndVideos {
    width: 100%;
    min-height: 600px;
    background: #0474cd; /* Old browsers */
    background: -moz-linear-gradient(left, #0474cd 0%, #38b8ed 50%, #0373cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0474cd), color-stop(50%,#38b8ed), color-stop(100%,#0373cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #0474cd 0%,#38b8ed 50%,#0373cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #0474cd 0%,#38b8ed 50%,#0373cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #0474cd 0%,#38b8ed 50%,#0373cc 100%); /* IE10+ */
    background: linear-gradient(to right, #0474cd 0%,#38b8ed 50%,#0373cc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0474cd', endColorstr='#0373cc',GradientType=1 ); /* IE6-9 */
}

.pcNewsAndVideosInner {
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
}

.pcNewsAndVideosLeft {
    width: 470px;
    float: left;
    margin-right: 20px;
}

.pcNewsAndVideosRight {
    width: 470px;
    float: left;
}

.pcNewsAndVideosInner .title {
    color: white;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial;
}

.newsItem {
    position: relative;
}

.newsItem .image {
    position: relative;
}

.image {
    position: relative;
}

.newsItem .image .imageCaption, .image .imageCaption {
    position: absolute;
    width: 351px;
    left: 0px;
    background-image: url('../images/transwhite.png');
    color: black;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    line-height: 27px;
}

.imageCaption {
    position: absolute;
    width: 351px;
    top: 120px;
    left: 0px;
    background-image: url('../images/transwhite.png');
    color: black;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    line-height: 27px;
}

.seperator {
    width: 470px;
    height: 88px;
    position: absolute;
    left: 0px;
    top: 190px;
    background-image: url('../images/seperator.png');
}

.newsText {
    width: 420px;
    background-color: white;
    margin-top:9px;
    padding-right: 40px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Arial;
    font-size: 13px;
    line-height: 20px;
    height: 290px;
    overflow-y: scroll;
}

.newsText .newsItemTitle, .newsItemTitle {
    font-size: 16px !important;
    font-weight: bold !important;
}

.hidden {
    display: none;
}

.fancybox {
    padding: 10px;
    float: left;
    background-color: white;
}

.first {
    margin-left: 0px;
}

.companycats .companycat .companies span, .companyinformation .companycat .companies span {
    background: none;
    color: black;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-size: 14px;
    font-family: arial;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: auto;
    line-height: 20px;
}

.line {
    width: 470px;
    height: 1px;
    background-color: #0474CD;
    margin-bottom: 20px;
    margin-top: 20px;
}

.linkWrapper {
	width: 960px;
	position: absolute;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    bottom: 0px;
}

.bigLinkOne {
	width: 350px;
	padding-left: 20px;
	height: 45px;
	background-color: rgba(255,255,255,0.52);
	position: absolute;
	top: -100px;
	left: 0px;
	color: black;
	font-size: 25px;
	line-height: 45px;
	text-decoration: none;
	font-family: Open Sans, Arial;
	font-weight: bold;
}

.bigLinkTwo {
	width: 350px;
	padding-left: 20px;
	height: 45px;
	background-color: rgba(255,255,255,0.52);
	position: absolute;
	top: -155px;
	left: 0px;
	color: black;
	font-size: 25px;
	line-height: 45px;
	text-decoration: none;
	font-family: Open Sans, Arial;
	font-weight: bold;
}

.bigLinkOne:hover, .bigLinkTwo:hover {
	color: #00a2e5;
	background-color: rgba(255,255,255,0.72);
}

.rightWrapper {
	width: 228px;
	float: right;
	right: 0px;
	top: -23px;
	margin-top: -123px;
}

.rightSide {
	width: 228px;
	position: relative;
	
}

.companyBlock {
	width: 188px;
	position: absolute;
	left: 0px;
	top: 163px;
	text-align: left;
	font-family: Arial;
	color: #1f98de;
	font-size: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	padding-left: 20px;
	background-color: white;
}

.data-company-info {
	color: white;
	font-size: 11px;
	line-height: 20px;
	background-color: #0499e0;
}

.data-company-info a {
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}

.data-company-info a:hover {
	text-decoration: underline;
}

.data-company-info .website a {
	margin-top: 10px;
}

.contact {
	padding: 5px;
	background-color: rgba(255,255,255,0.72);
	color: black;
	font-size: 11px;
	margin-top: 10px;
    color: black !important;
}

.contact a {
	color: black;
}

#galleryPhotos a {
	margin-bottom: 10px;
	width: 210px;
	height: 140px;
	overflow: hidden;
	padding-bottom: 0px;
	border-bottom: 10px solid white;
}

#galleryPhotos a img {
	min-width: 210px;
	min-height: 140px;
}

.galleryPhotosLeft {
	width: 230px;
	float: left;
}

.galleryPhotosRight {
	width: 230px;
	float: right;
}

.icons {
	position: absolute;
	left: -4px;
	top: 99px;
}

.icons a {
	width: 45px;
	height: 45px;
	display: inline-block;
	margin-left: 23px;
	background-size: 45px 45px;
}

.icon-news {
	background-image: url('../images/news_off.png');
}

.icon-news:hover {
	background-image: url('../images/news_on.png');
}

.icon-photo {
	background-image: url('../images/photos_off.png');
}

.icon-photo:hover {
	background-image: url('../images/photos_on.png');
}

.icon-location {
	background-image: url('../images/location_off.png');
}

.icon-location:hover {
	background-image: url('../images/location_on.png');
}

.clean {
	background-image: none;
}

* {
    font-family: 'Open Sans', sans-serif !important;
}

.contactButtons {
	padding: 10px; 
	font-size: 16px; 
	display: block;
	opacity: 0.72;
	text-decoration: none !important;
}

.contactButtons:hover {
	opacity: 1;
	text-decoration: none !important;
}

.backtotop {
	display: block;
	width: 30px;
	height: 30px;
	padding: 10px;
	background-repeat: no-repeat;
	background-color: black;
	opacity: 0.5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: fixed;
	bottom: 0px;
	right: 20px;
}

.vestigingen {
	position: absolute;
	left: 411px;
top: 9px;
}

.vestigingen ul li {
	height: 25px;
	width: 290px;
	background-color: black;
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 15px;
	padding-left: 10px;
}

.vestigingen ul li a {
	color: white;
	text-decoration: none;
	height: 25px;
	width: 300px;
	display: block;
}

.vestigingenTitle {
	position: absolute;
	left: -100px;
	top: 33px;
	color: white;
}

.newsButton {
/*display: none !important;*/
}