/**
 * @author Design & Accessible Team (Epulz reclame)
 */

/* --- Generic Styling --- */
a:active,
a:focus { outline:0; }
table.contentpaneopen { width:100%; }
li.sigProClear { clear:both; float:none!important; height:0!important; line-height:0!important; border:none!important; background:none!important; width:auto; margin:0!important; padding:0!important; }

/* Container */
ul.sigProArtistic { margin:3px auto!important; padding:5px 0!important; list-style:none; clear:both; overflow:hidden; background:none; }
  ul.sigProArtistic.singleThumbGallery { margin:0!important; clear:none; float:left;  }

/* Thumbnail */
ul.sigProArtistic {}
ul.sigProArtistic li.sigProThumb { float:left; background:none!important; margin:2px; padding:0; border:none!important; }
ul.sigProArtistic li.sigProThumb span.sigProLinkOuterWrapper { }
ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper { }
ul.sigProArtistic li.sigProThumb a.sigProLink,
ul.sigProArtistic li.sigProThumb a.sigProLink:hover { position:relative; display:block; padding:0 8px 8px; margin:0; }

/* Caption */
ul.sigProArtistic span.sigProPseudoCaption,
ul.sigProArtistic span.sigProCaption, ul.sigProArtistic span.sigProPseudoCaption b { visibility:hidden; }

/* Popup */
span.sigProPopupCaption { font-weight:bold; color:#C63C13; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; }
a.sigProDownloadLink,
a.sigProDownloadLink:hover { background:url(../images/disk.png) no-repeat left center; padding:4px 0 4px 20px; }
div.sigProModulePosition { text-align:center; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:4px; margin:8px 0; background:#ffffdd; }

/* IE specific styling: Use "body.sigProIsIEX element {}" - where X is 6, 7 or 8 - to target elements for these browser versions only */
body.sigProIsIE6 { }
body.sigProIsIE6 ul.sigProArtistic li.sigProThumb a.sigProLink,
body.sigProIsIE6 ul.sigProArtistic li.sigProThumb a.sigProLink:hover { float:left; }
body.sigProIsIE6 ul.sigProArtistic span.sigProPseudoCaption,
body.sigProIsIE6 ul.sigProArtistic span.sigProCaption { display:block; position:absolute; bottom:0; left:0; right:0; text-align:center; width:100%; padding:6px 4px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; }
body.sigProIsIE7 { }
body.sigProIsIE7 ul.sigProArtistic li.sigProThumb a.sigProLink,
body.sigProIsIE7 ul.sigProArtistic li.sigProThumb a.sigProLink:hover,
body.sigProIsIE8 ul.sigProArtistic li.sigProThumb a.sigProLink,
body.sigProIsIE8 ul.sigProArtistic li.sigProThumb a.sigProLink:hover { float:left; margin:2px; }

/* Flickr Set link */
a.sigProFlickrSetLink {display:block;clear:left;padding:2px 8px;}

/* Print message */
.sigProPrintMessage {display:none;}

body
{
  background: #fff;
  color: #333;
  font-size: 12px;
  line-height:21px;
  margin:0;
  padding: 0px;
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-image:url(../images/bg.jpg);
  background-repeat:repeat-x;
  background-position:center top;
  -webkit-background-size: 1px 700px;
  background-size:1px 700px;
  background-attachment:scroll;
}

body.contentpane {
    width:auto;
    margin:10px;
    text-align: left;
}
img { border: 0 none; }

.clr{
  clear:both;
  display:block;
  width:auto;
  height:0;
  overflow:hidden;
}
p{
  padding:0;
  margin:0 0 21px 0;
}
a{
  color:#222;
  font-style:italic;
  text-decoration:none;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
a:hover{
  color:#444;
  font-style:italic;
  text-decoration:underline;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

h1, h2, h3, h4, h5, h6{
  color:#043568;
  padding:0;
  margin:0 0 5px 0;
  font-size:23px;
}
legend, label{
  font-weight:bold;
}
input:focus, textarea:focus {
   border-color: fade(@inputBorderFocus, 100%);
  @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px fade(@inputBorderFocus, 80%);
  .box-shadow(@shadow);
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */
}
fieldset{
  border:0px;
  padding:0px;
}
ul{
  margin:5px 0 10px 20px;
  padding:0;
}
hr{
  position:relative;
  display:block;
  background:none;
  border:none;
  width:100%;
  height:0px;
  overflow:hidden;
  border-top:1px dotted #999;
}
.hoofdmenu ul.menu_mobile, #comments-footer, .itemNavigationTitle, .item-page_home, fieldset.phrases, div.form-limit, .kol_2 .comment, .catItemHitsBlock {
  display:none;
}
.main{
  position:relative;
  display:block;
  width:auto;
  max-width:1100px;
  padding:0 10px;
  margin:auto;
  height:auto;
}
.topLeft{
  position:relative;
  display:block;
  width:140px;
  min-width:140px;
  float:left;
  margin:auto;
  color:#666;
  font-style:italic;
  padding:8px 0 0 0;
  height:28px;
  overflow:hidden;
}
.topRight{
  position:relative;
  display:block;
  width:374px;
  float:right;
  margin:auto;
  height:auto;
  color:#666;
  padding:4px 0;
}
.topRight .moduletable{
  position:relative;
  display:block;
  width:310px;
  height:auto;
  text-align:right;
  float:right;
}
.topRight .moduletable_social{
  position:relative;
  display:block;
  width:60px;
  height:28px;
  text-align:right;
  float:left;
  overflow:hidden;
}
.topRight .moduletable_social img{
  width:27px;
  margin-right:2px;
  margin-top:1px;
}
.topRight label{
  display:none;
}
input{
  background-color:#fefefe;
  color:#7e7e7e;  
  border:1px solid #ccc;
  width:auto;
  height:26px;
  padding:0 0 0 10px;
  line-height:26px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.topRight .search .inputbox{
  -webkit-appearance:none;
  background-color:#fefefe;
  color:#7e7e7e;  
  border:1px solid #ccc;
  width:99%;
  height:26px;
  padding:0 0 0 1%;
  line-height:26px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
.topRight .button{
  font-family:arial;
  position:absolute;
  -webkit-appearance:none;
  display:block;
  width:26px;
  height:26px;
  color:#fff;
  background-color:#c20809;
  border:none;
  font-size:20px;
  font-weight:bold;
  padding:0;
  margin:0;
  float:right;
  right:-1px;
  top:1px;
  padding:0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  background:-webkit-gradient(linear, left top, left bottom, from(#e10c18), to(#c20809));
  background:-webkit-linear-gradient(#e10c18, #c20809);
  background:linear-gradient(#e10c18, #c20809);
  text-align:center;
}
.button:hover{
  cursor:pointer;
  background-color:#ae0000;
}
.mainTopWrapper{
  position:relative;
  display:block;
  clear:both;
  width:100%;
  min-width:300px;
  margin:auto;
  height:auto;
  background-color:#fff;
}
.mainTop{
  position:relative;
  display:block;
  clear:both;
  width:100%;
  min-width:300px;
  margin:auto;
  height:auto;
  -moz-box-shadow: 0px 0px 10px #444;
  -webkit-box-shadow: 0px 0px 10px #444;
  -o-box-shadow: 0px 0px 10px #444;
  -khtml-box-shadow: 0px 0px 10px #444;
  box-shadow: 0px 0px 10px #444;
  margin-top:2px;
  padding:15px 0;
  background-color:#fff;
  z-index:2;
}
.mainTop .logo {
  position:relative;
  display:block;
  width:55%;
  max-width:464px;
  margin:auto;
  height:auto;
  float:left;
  text-align:center;
}
.mainTop .bannerDiv{
  position:relative;
  display:block;
  width:42%;
  max-width:400px;
  margin:auto;
  height:auto;
  float:right;
  text-align:center;
  margin-top:10px;
}
.mainTop .bannerDiv img{
  position:relative;
  display:block;
  width:100%;
  max-width:400px;
  margin:auto;
  height:auto;
  float:right;
}
.mainTop .bannerDiv h3, .copyrightWrapper h5, .adv h3{
  font-size:11px;
  font-weight:normal;
  margin:0;
  padding:0;
}
.adv h3{
  text-align:center;
}
.hoofdmenuWrapper{
  position:relative;
  display:block;
  clear:both;
  width:100%;
  min-width:300px;
  margin:auto;
  height:auto;
  -moz-box-shadow: 0px 0px 10px #444;
  -webkit-box-shadow: 0px 0px 10px #444;
  -o-box-shadow: 0px 0px 10px #444;
  -khtml-box-shadow: 0px 0px 10px #444;
  box-shadow: 0px 0px 10px #444;
  min-height:20px;
  background-color:#043568;
  z-index:1;
}
.hoofdmenu ul, .hoofdmenu li{
  display:inline;
  list-style:none;
  margin:0;
  padding:0;
}
.hoofdmenu li a{
  font-family: 'Arial';
  display:block;
  float:left;
  color:#c1d1e2;
  font-size:25px;
  font-weight:bold;
  font-style:normal;
  padding:10px 8px;
  margin:0 5px;
  line-height:26px;
}
.hoofdmenu li a:hover{
  color:#fff;
  text-decoration:none;
}
.hoofdmenu li.current a, .hoofdmenu li.active a{
  color:#798ba8;
}
.breadcrumbs{
  position:relative;
  clear:both;
  display:block;
  width:100%;
  font-size:11px;
  padding:3px 0 0 0;
  line-height:16px;
  color:#555;
}
.breadcrumbs a{
  color:#444;
}
.moduletable_p2000{
  position:relative;
  clear:both;
  display:block;
  width:auto;
  text-align:center;  
  padding:3px 5px;
  background-image:url(../images/bg.jpg);
  background-repeat:repeat-x;
  background-position:0% 0%;
  -webkit-background-size: 1px 100%;
  background-size:1px 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 2px 0px 5px #ccc;
  -webkit-box-shadow: 2px 0px 5px #ccc;
  -o-box-shadow: 2px 0px 5px #ccc;
  -khtml-box-shadow: 2px 0px 5px #ccc;
  box-shadow: 2px 0px 5px #ccc;
  margin-bottom:15px;
  margin-top:10px;
}
.content{
  position:relative;
  clear:both;
  display:block;
  width:auto;
  text-align:left;  
  padding:0 135px 0 0;
}
b.title{
  color:#e10d19;
}
.item-page, #aiContactSafe_mainbody_1, #aiContactSafe_mainbody_3, .itemView, ul.rssfeed_list, .contentLeft div.search{
  position:relative;
  clear:both;
  display:block;
  width:auto;
  text-align:left;  
  padding:15px 15px 1px 15px;
  background-color:#fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 2px 0px 5px #ccc;
  -webkit-box-shadow: 2px 0px 5px #ccc;
  -o-box-shadow: 2px 0px 5px #ccc;
  -khtml-box-shadow: 2px 0px 5px #ccc;
  box-shadow: 2px 0px 5px #ccc;
  margin-bottom:20px;
  margin-top:5px;
}
#aiContactSafe_mainbody_1, #aiContactSafe_mainbody_3{
  padding-bottom:15px;
}
.nspMain{
  position:relative;
  clear:both;
  display:block;
  width:auto;
  text-align:left;  
  padding:15px 15px 1px 15px;
  background-color:#fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 2px 0px 5px #ccc;
  -webkit-box-shadow: 2px 0px 5px #ccc;
  -o-box-shadow: 2px 0px 5px #ccc;
  -khtml-box-shadow: 2px 0px 5px #ccc;
  box-shadow: 2px 0px 5px #ccc;
  margin-bottom:20px;
  margin-top:5px;
}
.nspMain h4 a, .nspMain h1 a{
  color:#043568;
  padding:0;
  margin:0 0 5px 0;
  font-size:23px;
  font-style:normal;
  text-decoration:none;
}
img.nspImage{
  padding:1px;
  border:1px solid #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -o-box-shadow: 0px 0px 10px #ccc;
  -khtml-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc; 
  background-color:#fff;
  margin:-3px 0 0 0;
  margin-left:-2px;
  width:100%;
}
.nspArt .nspImageWrapper {
  width:47%;
}
.nspInfo {
  font-size:12px;
  color:#999;
  display:block;
  width:50%;
  float:right;
  margin:0;
}
.nspText{
  display:block;
  width:50%;
  float:right;
}
.nspArt .readon{
  margin-top:15px;
  width:100px;
}
div#joomsharebar{
  position:relative;
  display:inline;
  float:left;
  min-width:400px;
}
.itemListView{
  position:relative;
  display:block;
  width:auto;
  padding-right:30px;
}
.catItemView{
  position:relative;
  display:block;
  width:100%;
  float:left;
  padding-right:0%;
  overfow:hidden;
}
h3.catItemTitle a{
  color:#043568;
  font-style:normal;
  text-decoration:none;
  font-size:18px;
  line-height:18px;
}
.nieuwsItem {
  position:relative;
  display:block;
  width:100%;
  text-align:left;  
  padding:15px 15px 1px 15px;
  background-color:#fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 2px 0px 5px #ccc;
  -webkit-box-shadow: 2px 0px 5px #ccc;
  -o-box-shadow: 2px 0px 5px #ccc;
  -khtml-box-shadow: 2px 0px 5px #ccc;
  box-shadow: 2px 0px 5px #ccc;
  margin-bottom:20px;
  margin-top:5px;
}
.nieuwsItem img{
  padding:1px;
  border:1px solid #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -o-box-shadow: 0px 0px 10px #ccc;
  -khtml-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc; 
  margin:10px 0;
  margin-left:-2px;
}
.thumbs{
  padding:1px;
  border:1px solid #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -o-box-shadow: 0px 0px 10px #ccc;
  -khtml-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc; 
  margin:10px 0;
}
.itemImageBlock, .catItemImageBlock{
  position:relative;
  display:block;
  width:45%;
  height:auto;
  float:left;
  margin:0px 15px 10px 0;
  max-width:430px;
}
.itemImageBlock img{
  display:block;
  height:auto;
  border:1px solid #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -o-box-shadow: 0px 0px 10px #ccc;
  -khtml-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc;
  padding:1px;
}
.catItemHitsBlock{
  margin-top:-8px;
}
.catItemCommentsLink{
  width:150px;
  margin-top:-5px;
}
.catItemView .catItemCommentsLink{
  margin-top:-26px;
  margin-bottom:10px;
}
.k2item span.itemDateCreated{
  display:block;
  position:relative;
  width:auto;
  margin-top:-8px;
}
.catItemIntroText{
  padding-top:5px;
}
.reacties{
  position:relative;
  clear:both;
  display:block;
  width:auto;
  text-align:left;  
  padding:15px 0px 1px 0px;
  margin-bottom:20px;
  margin-top:0px;
  
  
}
.contentRight{
  position:relative;
  display:block;
  width:120px;
  float:right;
  height:auto;
  margin:7px -135px 0 0px;
  padding:0px;
}
.contentLeft{
  position:relative;
  display:block;
  width:100%;
  float:left;
  height:auto;
}
.newsflash_banners p{
  margin:0px;
  padding:0px;
}
.newsflash_banners img{
  width:120px;
  height:auto;
  border:1px solid #ccc;
  margin-bottom:10px;
  -moz-box-shadow: 1px 0px 5px #ccc;
  -webkit-box-shadow: 1px 0px 5px #ccc;
  -o-box-shadow: 1px 0px 5px #ccc;
  -khtml-box-shadow: 1px 0px 5px #ccc;
  box-shadow: 1px 0px 5px #ccc;
  background-color:#fff;
}
.newsflash_banners img:hover{
  border:1px solid #999;
  -moz-box-shadow: 1px 0px 5px #999;
  -webkit-box-shadow: 1px 0px 5px #999;
  -o-box-shadow: 1px 0px 5px #999;
  -khtml-box-shadow: 1px 0px 5px #999;
  box-shadow: 1px 0px 5px #999;  
}
a.readmore, p.mod-articles-category-readmore a, p.readmore a, input.button, fieldset.word button, .readon, input#aiContactSafeSendButton, .kol_3 a{
  border:none;
  display:block;
  background-color:#e10d19;
  background:-webkit-gradient(linear, left top, left bottom, from(#e10c18), to(#c20809));
  background:-webkit-linear-gradient(#e10c18, #c20809);
  background:linear-gradient(#e10c18, #c20809);
  color:#fff;
  font-size:11px;
  text-align:center;
  width:auto;
  padding:5px 10px;
  line-height:18px;
  font-weight:bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin-bottom:10px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.kol_3 a{
  font-size:15px;
  margin-top:10px;
}
.contentLeft .search fieldset.word {
  display:block;
  width:260px;
}
.contentLeft .search fieldset.word label {
  display:none;
}
fieldset.word button.button{
  border:none;
  display:block;
  float:right;
  margin-top:1px;
}
a.readmore:hover, p.mod-articles-category-readmore a:hover, p.readmore a:hover, input.button:hover, fieldset.word button:hover, .readon:hover, input#aiContactSafeSendButton:hover, .kol_3 a:hover{
  background-color:#073769;
  background:-webkit-gradient(linear, left top, left bottom, from(#073769), to(#002b57));
  background:-webkit-linear-gradient(#073769, #002b57);
  background:linear-gradient(#073769, #002b57);
  color:#fff;
  text-decoration:none;
  cursor:pointer;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
input#aiContactSafeSendButton{
  display:block;
  width:100px;
  padding:5px 20px;
  margin-bottom:25px;
}

.footerWrapper{
  position:relative;
  display:block;
  width:100%;
  max-width:1120px;
  text-align:center;  
  margin:auto;
  background-image:url(../images/footer.png);
  background-repeat:no-repeat;
  background-position:50% 50%;
  -webkit-background-size: 100% auto;
  background-size:100% auto;
  margin-bottom:15px;
  margin-top:5px;
  min-height:96px;
}
.footerWrapper iframe{
  display:none;
  border:none;
  overflow:hidden;
  width:120px;
  text-align:right;
  height:25px;
  margin:40px 15px 0 0;
  float:right;
}
img.facebook {
  position:relative;
  display:block;
  width:25%;
  max-width:198px;
  border:0px;
  margin:35px 25px 0 0;
  height:auto;
  float:right;
}
.copyrightWrapper{
  position:relative;
  display:block;
  max-width:1100px;
  padding:0 10px;
  text-align:center;  
  margin:auto;
  margin-bottom:15px;
  margin-top:-5px;
  font-size:11px;
  line-height:15px;
  color:#666;
}
.itemCommentsForm, .itemDateCreated, .itemHits, .catItemHits, .catItemDateCreated{
  font-size:12px;
  color:#999;
}
.itemCommentsForm p{
  margin:0px;
  padding:0;
}
.itemCommentsFormNotes{
  padding-top:15px;
}
.formComment, .formName, .formEmail{
  position:relative;
  clear:both;
  display:block;
  width:125px;
  text-align:left;
}
textarea#commentText{
  position:relative;
  clear:both;
  display:block;
  width:98%;
  margin:0;
  padding:1%;
  height:125px;
  text-align:left;
}
input.checkbox, input#comments-form-subscribe{
  position:relative;
  background-color:#efefef;
  clear:both;
  float:left;
  display:block;
  width:20px;
  height:20px;
  border:1px solid #ccc;
  margin-right:5px;
}
.itemDateModified{
  display:block;
  width:100%;
  font-size:11px;
  text-align:right;
  color:#666;
}
.itemLinks, .itemCategory, .itemSocialSharing{
  position:relative;
  display:block;
  width:100%;
  border-top:1px dotted #666;
  text-align:center;
  padding:5px 0;
}
.itemSocialSharing{
  overflow:hidden;
}

.itemSocialSharing{
  padding:10px 0 0 0;
  min-height:20px;
}
.rssfeed_list li{
  list-style:none;
  margin:0 0 20px 0;
  position:relative;
  display:block;
  width:100%;
  border-bottom:1px dotted #666;
  padding:0px 0 -10px 0;
}
.catItemReadMore{
  position:relative;
  display:block;
  width:100%;
  border-top:1px dotted #999;
  text-align:right;
  padding:5px 0;
  margin:5px 0 0 0;
}
.catItemReadMore a{
  display:block;
  width:100px;
  font-weight:bold;
  background-color:#043568;
  padding:2px 5px;
  color:#fff;
  text-decoration:none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  text-align:center;
  float:right;
}
.catItemReadMore a:hover{
  background-color:#E30B16;
}
.itemCategory{
  border-top:none;
  margin-bottom:5px;
}
.itemNext{
  position:relative;
  display:block;
  width:49%;
  float:right;
  text-align:right;
  font-weight:bold;
}
.itemPrevious{
  position:relative;
  display:block;
  width:49%;
  float:left;
  text-align:left;
  font-weight:bold;
}
div.comments-policy{
  padding:10px;
  background-color:#f9f9f9;
  color:#666;
  font-weight:bold;
}
div.comments-policy li{
  display:block;
  padding:0;
  margin:0 0 0 10px;
  list-style:circle;
  color:#666;
  font-weight:normal;
}
#jc{
  background-color:#fff; 
  padding:15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
#jc h4{
  font-size:16px;
}
ul.sigProArtistic li.sigProThumb a.sigProLink, ul.sigProArtistic li.sigProThumb a.sigProLink:hover{
  padding:0 9px 8px 7px;
}
img.sigProImg{
  background-color:#fff;
  padding:1px;
  border:1px solid #fff;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -o-box-shadow: 0px 0px 10px #ccc;
  -khtml-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc;
  -webkit-background-size: 100% 100%; background-size:100% 100%;
}
img.sigProImg:hover{
  background-color:#fff;
  padding:1px;
  border:1px solid #ccc;
  -moz-box-shadow: 0px 0px 10px #999;
  -webkit-box-shadow: 0px 0px 10px #999;
  -o-box-shadow: 0px 0px 10px #999;
  -khtml-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999; 
}
ul.sigProArtistic li.sigProThumb{
  margin:3px 0;
}
.itemImageGallery h3{
  padding:0;
  line-height:15px;
  margin:0;
  font-size:12px;
}
/* -------------------
   General Pagination
--------------------- */
div.pagination, .k2Pagination{
    clear: both;
    text-align: left;
    margin: 0px 20px 0 0;
}
 
div.pagination p.counter, div.k2Pagination p.counter {
  position:relative;
  font-style: italic;
  text-align:left;
  display:block;
  width:100%;
}
 
div.pagination ul, .k2Pagination ul {
  list-style: none;
  padding: 0;
  margin:0;
  text-align:center;
  display:inline;
  width:auto;
  margin-top:0px;
  
}
 
div.pagination ul li, .k2Pagination ul li, .kolommen ul, .kolommen li {
  margin:0;
  padding:0;
  display:inline;
  list-style: none;
  padding: 0px;  
}
ul li.pagination-start, ul li.pagination-end, ul li.pagination-prev, ul li.pagination-next{
  display:inline;
}
span.pagenav{
  color:#333;
  font-weight:bold;
  background-color:#f5f5f5;
  border:1px solid #999;
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  margin:0 3px 0 0;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  padding:2px;
  display:block;
  float:left;
}

.pagination-start .pagenav, .pagination-end .pagenav{
  display:inline;
  width:50px;
  color:#999;
  font-weight:bold;
  background:none;
  border:1px solid #e6e6e6;
}
.pagination-prev .pagenav, .pagination-next .pagenav{
  color:#999;
  font-weight:bold;
  background:none;
  border:1px solid #e6e6e6;
}
a.pagenav{
  color:#999;
  background-color:#fff;
  border:1px solid #ccc;
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  margin:0 3px 0 0;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  padding:2px;
  display:block;
  float:left;
}
a.pagenav:hover{
  color:#444;
  background-color:#;
  border:1px solid #999;
  text-decoration:none;
}
.minik2 .k2item.block {
  position:relative;
  display:block;
  width:289px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -o-box-shadow: 0px 0px 5px #ccc;
  -khtml-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.moduletable_social a img {
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.moduletable_social a:hover img {
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  -khtml-opacity: 1.00;
  opacity: 1.00;
}
.minik2 .k2item.block:hover {
  cursor:pointer;
}
.kolommen {
  position:relative;
  display:block;
  float:left;
  width:100%;
  height:auto;
  margin-top:10px;
  border-top:1px dotted #ccc;
  padding-top:15px;
  line-height:17px;
}
.kol_1, .kol_2, .kol_3{
  width:33.33%;
}
.kol_1 .k2ItemsBlock, .kol_2 .jcomments-latest, .kol_3 .custom{
  display:block;
  width:auto;
  padding:0 10px;
}
.kol_2{
  padding:0 15px;
}
.kolom_1, .kolom_2, .kolom_3 {
  position:relative;
  display:block;
  float:left;
  background-color:#fff;
  width:auto;
  padding-bottom:10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -o-box-shadow: 0px 0px 5px #ccc;
  -khtml-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.kol_1 li.even, .kol_1 li.odd, .jcomments-latest li{
  display:block;
  width:100%;
  border-bottom:1px dotted #ccc;
  height:auto;
  margin-bottom:3px;
  padding-bottom:3px;
}
.kol_3 h1{
  font-size:16px;
  margin:5px 0 20px 0;
  color:#000;
}
span.author, span.date, span.moduleItemHits{
  color:#999;
  font-size:12px;
}
h2.title a{
  color:#043568;
  font-size:17px;
  font-style:normal;
  text-decoration:none;
  line-height:19px;
}
.moduletable_slideshow{
  margin:5px 0 15px 0;
}
.moduletable_actueel h3, #jc h4, .itemAuthorLatest h3{
  position:relative;
  diplay:block;
  padding-left:10px;
  color:#fff;
  font-size:18px;
  line-height:40px;
  height:40px;
  background-color:#023665;
  background:-webkit-gradient(linear, left top, left bottom, from(#e10c18), to(#c20809));
  background:-webkit-linear-gradient(#e10c18, #c20809);
  background:linear-gradient(#e10c18, #c20809);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin:10px 0;
  -moz-box-shadow: 2px 0px 5px #ccc;
  -webkit-box-shadow: 2px 0px 5px #ccc;
  -o-box-shadow: 2px 0px 5px #ccc;
  -khtml-box-shadow: 2px 0px 5px #ccc;
  box-shadow: 2px 0px 5px #ccc;
  word-wrap: none;
}
.itemAuthorLatest h3{
  margin:10px 0 0 0;
}
.kolommen h3{
  position:relative;
  diplay:block;
  padding-left:10px;
  color:#fff;
  font-size:18px;
  line-height:40px;
  height:40px;
  background-color:#0a3768;
  background:-webkit-gradient(linear, left top, left bottom, from(#0a3768), to(#092e56));
  background:-webkit-linear-gradient(#0a3768, #092e56);
  background:linear-gradient(#0a3768, #092e56);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-radius-topleft: 5px;
  -khtml-border-radius-topright: 5px;
  margin:0 0 10px 0;
  -moz-box-shadow: 2px 0px 5px #ccc;
  -webkit-box-shadow: 2px 0px 5px #ccc;
  -o-box-shadow: 2px 0px 5px #ccc;
  -khtml-box-shadow: 2px 0px 5px #ccc;
  box-shadow: 2px 0px 5px #ccc;
}
.kolommen h4, .kol_1 .moduleItemTitle, .kol_1 a, .kol_2 a{
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  margin-bottom:1px;
}
div.custom_alles_link{
  position:relative;
  display:block;
  float:right;
  width:150px;
  text-align:right;
  z-index:5;
  padding-right:15px;
  margin-top:10px;
}
.custom_alles_link a{
  color:#fff;
}
.addthis_button_facebook_like, .addthis_button_tweet, .addthis_button_google_plusone, .addthis_pill_style, .addthis_button_pinterest_pinit{
  position:relative;
  display:block;
  width:24%;
  float:left;
}
.addthis_pill_style{
  width:19%;
}

dd.result-category .small{
  display:none;
}
dt.result-title{
  font-weight:bold;
}
dd.result-created{
  color:#999;
  margin-bottom:10px;
}
.itemImageGallery{
  margin-top:10px;
}
.itemAuthorLatest ul{
  margin:0;
  padding:0;
}
.itemAuthorLatest li{
  display:block;
  width:100%;
  border-bottom:1px dotted #ccc;
  height:auto;
  margin-bottom:0px;
  padding:0;
  background-color:#fff;
}
.itemAuthorLatest li.even{
  background-color:#f9f9f9;
  border-top:1px solid #fff;
}
.itemAuthorLatest a{
  display:block;
  width:auto;
  padding:5px 0 5px 10px;
  color:#043568;
}
.itemAuthorLatest a:hover{
  display:block;
  width:auto;
  padding:5px 0 5px 10px;
  color:#fff;
  background-color:#043568;
  text-decoration:none;
}
.itemTagsBlock{
  display:block;
  width:100%;
  text-align:left;
}
.itemTagsBlock ul, .itemTagsBlock li, .itemTagsBlock span{
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
  display:block;
  float:left;
}
.itemTagsBlock span{
  font-weight:bold;
  color:#043568;
  padding:2px 0px;
}
.itemTagsBlock li, .previousBtn, .nextBtn{
  margin:0 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  background-color:#fff;
  background:-webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dfdfdf));
  background:-webkit-linear-gradient(#f0f0f0, #dfdfdf);
  background:linear-gradient(#f0f0f0, #dfdfdf);
  border:1px solid #ccc;
  -webkit-transition: background-color .25s linear;
  -moz-transition: background-color .25s linear;
  -o-transition: background-color .25s linear;
  -ms-transition: background-color .25s linear;
  transition: background-color .25s linear;
}
.itemTagsBlock li:hover, .previousBtn:hover, .nextBtn:hover{
  background:-webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#dfdfdf));
  background:-webkit-linear-gradient(#dfdfdf, #dfdfdf);
  background:linear-gradient(#dfdfdf, #dfdfdf);
  border:1px solid #ccc;
  -webkit-transition: background-color .25s linear;
  -moz-transition: background-color .25s linear;
  -o-transition: background-color .25s linear;
  -ms-transition: background-color .25s linear;
  transition: background-color .25s linear;
}
.itemTagsBlock li a{
  padding:2px 5px;
  text-decoration:none;
  color:#333;
}
li.item-225{
  display:none;
}
.adv{
  position:relative;
  display:block;
  clear:both;
  width:100%;
  margin-top:10px;
  margin:auto;
  height:auto;
}
.adv img{
  width:80%;
  float:none;
  max-width:426px;
  margin:auto;
  height:auto;
}

.jPanel{
    position:fixed;
  z-index: 100000;
}

.jpanelHandle{
    height:160px;
    width:35px;
  overflow:hidden;
    cursor:pointer;
  text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
  padding: 0px;
  text-transform:uppercase;
  background:none;
  border:none;
  border:none;
  -moz-box-shadow: 0px 0px 5px #666;
  -webkit-box-shadow: 0px 0px 5px #666;
  -o-box-shadow: 0px 0px 5px #666;
  -khtml-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666;
  
}

.jpanelContent{
  overflow:auto;
  padding: 0 5px;
  color:#333;
  -moz-box-shadow: 0px 0px 10px #444;
  -webkit-box-shadow: 0px 0px 10px #444;
  -o-box-shadow: 0px 0px 10px #444;
  -khtml-box-shadow: 0px 0px 10px #444;
  box-shadow: 0px 0px 10px #444;
  border:none;
  background-image:url(../../../../templates/home/images/bg.jpg);
  background-repeat:repeat-x;
  background-position:0% 0%;
  -webkit-background-size: 1px 100%;
  background-size:1px 100%;
}

li.jpanelMod {
  list-style: none;
}

ul.modulelist {
  margin: 0;
  padding: 0 0 0 10px;
}

.jpanelHandle p {
  margin: 0;
  padding: 0;
  width: auto;
}

#close_jpanel {
  text-align: center;
}
.jpanelContent h3{
  color:#000;
  margin:15px 0 10px 0;
}
.itemImageCredits{
  color:#d3d3d3;
  padding:15px 0 10px 0;
  font-size:90%;
}
.textLink {
    display: block;
    text-align: center;
    line-height: 110%;
    clear: both;
}
li.item-243 img{
  height: 30px;
  width: auto;
  position: relative;
  margin: -4px 0 0 0;
}
@media only screen and (max-device-width: 1115px){
.minik2 .k2item.block {width:280px;}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait){
.hoofdmenu li a{ font-size:22px; padding:10px 5px; margin:0 3px; line-height:23px;}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape){
.minik2 .k2item.block {width:257px;}
}
@media all and (max-width:1015px){
  .hoofdmenu li a{ font-size:22px; padding:10px 0px; margin:0 4px; line-height:22px;}
}
@media all and (max-width:950px){
.minik2 .k2item.block {width:274px;}
}
@media all and (max-width:890px){
  .hoofdmenu li a{ font-size:22px; padding:10px 0px; margin:0 4px; line-height:22px;}
}
@media all and (max-width:810px){
  .hoofdmenu li a{ font-size:21px; padding:10px 0px; margin:0 3px; line-height:22px;}
}
@media all and (max-width:765px){
  .hoofdmenu li a{ font-size:19px; padding:10px 3px; margin:0 2px; line-height:20px;}
.minik2 .k2item.block {width:240px;}
.addthis_button_facebook_like, .addthis_button_tweet, .addthis_button_google_plusone, .addthis_pill_style, .addthis_button_pinterest_pinit{width:45%; margin-bottom:8px;}
}
@media all and (max-width:720px){
  .hoofdmenu li a{ font-size:18px; padding:10px 0px; margin:0 2px; line-height:19px;}
}
@media all and (max-width:650px){
.hoofdmenu li a{ font-size:17px; padding:10px 3px; margin:0 2px; line-height:17px;}
.minik2 .k2item.block {width:94%;clear:both;height:auto;}
td.kol_1, td.kol_2, td.kol_3{clear:both;display:block;position:relative;width:100%;}
.kol_2{ padding:0px;}
.kolom_1, .kolom_2, .kolom_3{margin-bottom:15px;}
.topRight{width:310px;}
.topRight .moduletable{width:240px;}
.topRight .search .inputbox{width:240px;}
.facebook-like.vertical.design2{transform: scale(0.9);-ms-transform: scale(0.9); -webkit-transform: scale(0.9); margin-left:-5px;}
  .twitter-share.vertical.design2{transform: scale(0.9);-ms-transform: scale(0.9); -webkit-transform: scale(0.9); margin-left:-5px;}
  .googleplus-share.vertical.design2{transform: scale(0.9);-ms-transform: scale(0.9); -webkit-transform: scale(0.9); margin-left:-5px;}
  .pinterest-pinit.vertical.design2{transform: scale(0.9);-ms-transform: scale(0.9); -webkit-transform: scale(0.9); margin-left:-5px;float:left;}
}
@media all and (max-width:575px){
  .hoofdmenu li a{ font-size:15px; padding:10px 3px; margin:0 2px; line-height:17px;}
  .footerWrapper{background-image:url(../images/footer_575.png);}
  img.facebook {margin:40px 10px 0 0;}
  .nspInfo, .nspText, .nspArt .nspImageWrapper { width:100%;}
  img.sigProImg{max-width:85px;max-height:57px; float:left; margin:0;-webkit-background-size: 88px 60px; background-size:88px 60px; }
  ul.sigProArtistic li.sigProThumb {max-width:95px;max-height:67px; float:left; margin:0; }
  .jPanel, .copyrightWrapper span, li.item-241{display:none;}
.topLeft{width:100px;overflow:hidden;}
}
@media all and (max-width:505px){
  .topRight{width:270px;}
  .mainTop .bannerDiv h3, .adv h3{font-size:10px;}
  .hoofdmenu li a{ font-size:15px; padding:7px 2px; margin:0 2px; line-height:15px;font-family:'Arial';}
  .facebook-like.vertical.design2{transform: scale(0.8);-ms-transform: scale(0.8); -webkit-transform: scale(0.8); margin-left:-10px;}
  .twitter-share.vertical.design2{transform: scale(0.8);-ms-transform: scale(0.8); -webkit-transform: scale(0.8); margin-left:-10px;}
  .googleplus-share.vertical.design2{transform: scale(0.8);-ms-transform: scale(0.8); -webkit-transform: scale(0.8); margin-left:-10px;}
  .pinterest-pinit.vertical.design2{transform: scale(0.8);-ms-transform: scale(0.8); -webkit-transform: scale(0.8); margin-left:-10px;float:left;}
}
@media all and (max-width:480px){
  .hoofdmenu ul.menu_mobile{display:inline;}
  .hoofdmenu ul.menu, .breadcrumbs, .jPanel, .contentRight, .copyrightWrapper span, li.item-224{display:none;}
  li.item-225{display:inline;}
  .moduletable_slideshow, .minik2 .k2item.block {margin-top:10px;}
  .hoofdmenu li a{ font-size:15px; padding:7px 1px; margin:0 2px; line-height:15px;}
  .moduletable_p2000{font-size:11px; line-height:16px;}
  .mainTop .bannerDiv{width:35%;}
  .content{padding:0;}
  .footerWrapper iframe{margin-right:10px;}
  .footerWrapper{margin-top:-18px;}
  .copyrightWrapper{margin-top:-30px; font-size:9px;}
  .copyrightWrapper h5{font-size:9px;}
  h1, h2, h3, h4, h5, h6{font-size:17px;}
  #jc{padding:5px;}
  .itemImageBlock{margin:3px 10px 5px 0;}
  .fpshow .bt-title a{font-size:13px;}
}
@media all and (max-width:480px){
  .topRight{width:68%;}
}
@media all and (max-width:455px){
.nspMain h4 a, .nspMain h1 a{font-size:17px; line-height:19px;}
  .topLeft{display:none;}
  .footerWrapper iframe{display:block;}
  .topRight{width:100%;}
  .mainTop .logo {width:90%; margin-left:5%;clear:both;}
  .mainTop .bannerDiv {width:40%;clear:both; float:none; margin:auto;}
}
@media all and (max-width:420px){
  .hoofdmenu li a{ font-size:10px; padding:7px 0px; margin:0 2px; line-height:15px;}
img.sigProImg{max-width:80px;max-height:53px; float:left; margin:0; }
ul.sigProArtistic li.sigProThumb {max-width:90px;max-height:63px; float:left; margin:0; }
div#aiContactSafe_mainbody_3 input#aics_name, div#aiContactSafe_mainbody_3 input#aics_straat, div#aiContactSafe_mainbody_3 input#aics_woonplaats, div#aiContactSafe_mainbody_3 input#aics_email, div#aiContactSafe_mainbody_3 input#aics_phone, div#aiContactSafe_mainbody_3 input#aics_subject, div#aiContactSafe_mainbody_3 textarea#aics_omschrijving {max-width:265px;}
div#aiContactSafe_mainbody_1 input#aics_name, div#aiContactSafe_mainbody_1 input#aics_straat, div#aiContactSafe_mainbody_1 input#aics_woonplaats, div#aiContactSafe_mainbody_1 input#aics_email, div#aiContactSafe_mainbody_1 input#aics_phone, div#aiContactSafe_mainbody_1 input#aics_subject, div#aiContactSafe_mainbody_1 textarea#aics_omschrijving, div#aiContactSafe_mainbody_1 textarea#aics_message {max-width:265px;}
}
@media all and (max-width:400px){
  ul li.pagination-start, ul li.pagination-end, ul li.pagination-prev, ul li.pagination-next{display:none;}
  .pagination-start .pagenav, .pagination-prev .pagenav, .pagination-next .pagenav, .pagination-end .pagenav{display:none;}
}
@media all and (max-width:380px){
  .moduletable_p2000, .moduletable_slideshow {display:none;}
  .hoofdmenu li a{ font-size:10px; padding:7px 1px; margin:0 2px; line-height:15px;}
  .footerWrapper{background-image:url(../images/footer_320.png); margin-top:-30px;}
  img.facebook {margin:42px 8px 0 0;}
  .footerWrapper iframe{margin-right:5px;}
}