/*
 * ------------------------------------------------------------------------
 * JA Mendozite template for Joomla 2.5.x 
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
body {
  color: #555;
  font-family: 'Asap';
  -webkit-font-smoothing: antialiased;
  }

body#bd {  color: #555; line-height: 1.6; font-size: 85%; background: #DFDFDF;}

body.bd .main { background: #fff; }

/* Normal links ---*/
a { color: #38277f; text-decoration: none; }

a:hover, a:active, a:focus { color: #1e1d1c; text-decoration: underline;}
/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul, .column dl { margin: 10px 0px; padding: 0; }

p {text-align: left;}

/* Readon links ---*/
p.readmore a {
  color: #333;
  padding-left: 15px;
  background: url(../images/readmore.png) no-repeat left center;
}

p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active {
  background-image: url(../images/readmore-hover.png);
  color: #463189;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
  font-family: 'Asap';
}

h1, h2 {
  font-weight: bold;
}

h3, h4, h5, h6 {
  font-weight: normal;
}

h4 {
  font-size: 125%;
  text-transform: none;
}
  
h1.componentheading, .componentheading {
  color: #333;
  text-transform: uppercase;
  font-family: 'Droid Sans',sans-serif;
  display: none;
  font-size: 125%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 0;
}

h2.contentheading, .contentheading {
  font-weight: normal;
  text-transform: uppercase;
}

.contentheading {
  font-size: 200%;
}

.contentheading a {
  color: #333;  
}

.contentheading a:hover, .contentheading a:active, .contentheading a:focus {
  color: #463189;
}

.blog-featured .contentheading,
.blog .contentheading {
  font-size: 145%;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: none;
}

.jitem-title { font-size: 110%;  }

sub, sup { color: #1e1d1c; font-size: 7px; }

/* Others ---*/
hr { border-top: 1px solid #bfbfbf; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
  padding: 2px;
  margin: 0px;
}

.inputbox, input[type="text"],
input[type="password"], input[type="email"],textarea { border: thin solid #8e8e8e; background: #b4b4b4; border-radius: #b4b4b4; }

.inputbox:hover, .inputbox:focus,
input[type="text"]:hover,input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus
input[type="email"]:hover, input[type="email"]:focus,
textarea:hover,textarea:focus { border-color: #303030; }

input.invalid,
input.invalid:focus,
input.invalid:hover,
textarea.invalid,
textarea.invalid:hover,
textarea.invalid:focus {
  border-color: #f00;
}

input[type="checkbox"] {
  border: none; 
  background: none; 
  padding: 0px;
  margin: 4px 0px 0px 0px;
}

.button, button,
input[type="submit"], input[type="cancel"], input[type="reset"] {
  background: #38277f;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-transform: none;
  padding: 5px 20px;
  cursor: pointer;
  overflow: visible;
}

.button:hover, button:hover,
input[type="submit"]:hover, input[type="cancel"]:hover, input[type="reset"]:hover {
  background-image: none;
}

.button:hover, .button:focus {
    text-decoration: none;
    color: #b4b4b4;
}  

label {
  
  color: #555;
}

/* Search ---*/
form#searchForm { border-top: 1px solid #bfbfbf; }

.searchintro { border-bottom: 1px solid #bfbfbf; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #bfbfbf; margin: 15px 0; padding: 10px; }

.search legend {  font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

/* Smart Search ---*/
dl.search-results {
  border-top: 2px solid #eee;
  padding-top: 10px;
}

dl.search-results dt.result-title {
  font-size: 125%;
  margin-bottom: 5px;
}

dl.search-results dt.result-title a {
  color: #666;
}

dl.search-results dt.result-title a:hover,
dl.search-results dt.result-title a:focus,
dl.search-results dt.result-title a:active {
  color: #463189;
}

dl.search-results dd.result-text {
  margin: 0 0 5px;
}

#advanced-search-toggle {
  background: #eee;
  color: #333;
  clear: right;
  display: inline-block;
  
  margin-top: 10px;
  padding: 5px 10px;
}

#advanced-search-toggle:hover {
  background: #463189;
  color: #fff;
}

dl.search-results dd.result-url {
  border-bottom: 1px solid #eee;
  color: #00bdf3;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

div.advanced-search-tip {
  background: #fafafa;
  border: 1px solid #fddaad;
  margin-bottom: 20px;
  padding: 0 10px;
}

div.advanced-search-tip p {
  margin: 5px 0;
}

#finder-filter-window {
  background: #fafafa;
  border: 1px solid #ccc;
  width: auto !important;
}

#finder-filter-window #finder-filter-select-list li {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 5px 20px;
}

#finder-filter-window #finder-filter-select-list li label {
  display: block;
  float: left;
  
  padding-right: 10px;
  width: 150px;
}

/* Contact ---*/
#ja-content-main .contact h3 {
  font-family: 'Droid Sans',sans-serif;
  font-size: 125%;
  text-transform: uppercase;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #1f2227;
}

#component-contact #emailForm { border-top: 1px solid #bfbfbf;}

#ja-content-main .contact div.current { max-width: none; border-top: 0; }

#ja-content-main .contact div.current dd { margin: 0; }

.jicons-text {
  
  color: #555;
}

.contact-address address {
  display: inline;
}

.contact-image {
  margin-right: 15px;
}

.contact-info-wrap .contact-image {
  margin-top: 3px;
}

.contact-image img {
  border: 1px solid #333;
}

.contact-misc .brandinfo-wrap {
  background-image: url(../images/contact-brands-map.png);
  width: 462px;
  height: 248px;
}

.contact-misc .brand-point {
  background-image: url(../images/contact-brand-point.png);
  width: 20px;
  height: 50px;
  color: #fff;
  line-height: 85px;
}

.contact-misc .brand-point:hover {
  background-image: url(../images/contact-brand-point-hover.png);
}

.contact-misc .point-1 {
  left: 85px;
  top: 50px;
}

.contact-misc .point-2 {
  left: 265px;
  top: 30px;
}

.contact-misc .point-3 {
  left: 350px;
  top: 10px;
}

.contact-miscinfo .jicons-icons,
.contact-miscinfo .jicons-text {
  display: none;
}

.contact-form legend {
  font-size: 100%;
}

#contact-slider {
  float: none;
  border-bottom: 1px solid #e5e5e5;
}

#contact-slider.tabs {
  width: 100%;
}

#contact-slider .title {
  padding: 8px 10px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;  
  border-right: 1px solid #e5e5e5;
  margin: 0;
}

#contact-slider .jpane-toggler-down {
  background: #333333;
}

#contact-slider .jpane-toggler-down a {
  color: #fff;
}

#contact-slider.tabs dt.open {
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

#contact-slider dt.closed {
  background: #ffffcc;
}

#contact-slider .content {
  padding: 8px 10px;
}

#contact-slider .contact-image {
  margin: 15px 0;
  float: right;
}

#contact-slider .panel {
  margin-top: 0;
}

.contact-info-wrap,
.contact-form-wrap {
  float: left;
  width: 50%;
}

.contact-form-wrap .inputbox, 
.contact-form-wrap input[type="text"], 
.contact-form-wrap textarea, 
.contact-form-wrap input[type="email"] {
  width: 350px;
}

.contact-form-wrap label { color: #333; font-weight: normal; }

.contact-form-wrap dt { float: none; }

.contact-form-wrap dt.contact_email_copy { float: left; }

.contact-form-wrap dd { margin-left: 0; }

.contact-miscinfo .brandinfo-wrap {
  width: 100%;
}

.contact-miscinfo .brandinfo-wrap .brandinfo-main {
  left: 50%;
  top: 160px;
  background: none;
  padding: 0 0 0 40px;
  display: block;
  color: #999;
}

.contact-miscinfo .brandinfo-wrap .brandinfo-main .number {
  background: #111;
  color: #fff;
  
  font-size: 125%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  display: block;
}

.contact-miscinfo .brandinfo-wrap .brand-point:hover + .brandinfo-main .number {
  background-color: #463189;
}

.contact-miscinfo .brandinfo-wrap .point-1 + .brandinfo-main {
  top: 40px;
}

.contact-miscinfo .brandinfo-wrap .point-2 + .brandinfo-main {
  top: 100px;
}

.contact-miscinfo .brandinfo-main h4 {
  color: #333;
  margin-top: 0;
  text-transform: none;
}

.contact-miscinfo .brandinfo-wrap .brand-point:hover + .brandinfo-main h4 {
  color: #463189;
}

div#foxcontainer_c134 .control-group {
  margin-bottom: 10px;
}  

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 20px;
}

#adminForm fieldset legend {
  padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { border-bottom: 1px dotted #e5e5e5; }

.items-row { border-bottom: 1px dotted #e5e5e5; }

/* Meta ---*/
.article-tools {
  clear: none;
}

dl.article-info {
  color: #999;
  text-transform: none;
  margin: 2px 0px;
  padding: 0px;
  float: left;
  width: 70%;
}

dl.article-info dt { display: none; }

.contentdescription { border-bottom: 1px solid #bfbfbf; }

.article-tools ul.actions {
  float: right;
  margin: 5px 0px 0px;
}

.article-tools ul.actions li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  float: left;
}

.article-tools ul.actions li a {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.blog-featured .article-tools,
.blog .article-tools {
  clear: none;
}

.blog-featured dl.article-info,
.blog dl.article-info {
  float: none;
  width: auto;
  padding: 0 100px 0 0 !important;
  margin: 5px 0;
}

.blog-featured .article-tools ul.actions,
.blog .article-tools ul.actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

/* Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

.img-intro-left,
.img-intro-right {
  margin-top: 5px;
  margin-bottom: 20px;
}

.img-fulltext-left {
  float: left;
  margin-right: 20px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
}

/* Tables ---*/
thead tr th {
  background: #555;
  color: #fff;
  padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #bfbfbf; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #bfbfbf; }

table.contenttoc td { border-bottom: 1px dotted #bfbfbf; }

table.contenttoc th {
  background: #f6f6f6;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
}

/* Poll */
form#poll {
  border-bottom: 1px dotted #bfbfbf;
  
}

dl.poll { border-bottom: 1px dotted #bfbfbf; }

table.pollstableborder td {
  background: #f6f6f6;
  border-bottom: 1px solid #bfbfbf;
  
  padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Archive */
ul#archive-items div.intro {
  line-height: 1.6;
}

/* Pagination ---*/
.pagination ul {
  margin: 0 !important;
}

.pagination ul li, ul.pagenav li {
  margin-right: 5px;
}

.pagination ul li span.pagenav, .pagination ul li a.pagenav, ul.pagenav li a,
.pagination ul li.pagination-start span.pagenav, .pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav, .pagination ul li.pagination-end span.pagenav {
  padding: 0 7px;
  background: url(../images/grad-l2.png) repeat-x left bottom #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  display: none;
}

.pagination ul li a.pagenav:hover , ul.pagenav li a:hover {
  color: #463189;
}

.pagination ul li.pagination-start span.pagenav, .pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav, .pagination ul li.pagination-end span.pagenav {
  color: #ccc;
}

.pagination ul li span.pagenav {
  background: url(../images/grad.png) repeat-x left bottom #e55f43;
  border: 1px solid #f54f27;
  color: #fff;
}

.pagination li span,
.pagination li strong { line-height: 20px; }

.ja-content-main .counter {
  margin: 5px 0;
  visibility: hidden;
}

/* More Items ---*/
.items-more { }

.items-more h3 { font-size: 125%; }

.items-more ol li a {
  color: #333;
}

.items-more ol li a:hover,
.items-more ol li a:focus,
.items-more ol li a:active {
  color: #463189;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {

}

 {
  font-size: 145%;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

div.ja-moduletable .custdiv.ja-moduletable h3, div.moduletable h3om,
div.moduletable .custom {
  background-repeat: no-repeat;
  background-position: left top;
}

/* Has Icon ---*/
div.ja-moduletable.has-icon,
#ja-topsl div.ja-moduletable.has-icon { padding: 20px 0; }

div.ja-moduletable.has-icon {
  padding-top: 95px !important;
  text-align: center;
  background: no-repeat center 40px;
}

div.ja-moduletable.has-icon.icon1 {
  background-image: url(../images/icons/icon-module1.png);
}

div.ja-moduletable.has-icon.icon2 {
  background-image: url(../images/icons/icon-module2.png);
}

div.ja-moduletable.has-icon.icon3 {
  background-image: url(../images/icons/icon-module3.png);
}

div.ja-moduletable.has-icon.icon4 {
  background-image: url(../images/icons/icon-module4.png);
}

div.ja-moduletable.has-icon:hover h3 {
  color: #463189;
}

/* Login Module ---*/
#login-form ul,
.login + div > ul {
  margin: 0;
  padding-bottom: 0;  
}

#login-form ul li,
.login + div > ul li {
  padding-left: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 92%;
  visibility: hidden;
}

#login-form ul li a,
.login + div > ul li a {
  color: #999;
}

#login-form ul li a:hover,
#login-form ul li a:focus,
#login-form ul li a:active,
.login + div > ul li a:hover,
.login + div > ul li a:focus,
.login + div > ul li a:active {
  color: #463189;
}

#login-form label {
  display: block;
}

#login-form #form-login-remember label {
  display: inline;
  vertical-align: top;
}

#form-login-username .inputbox, #form-login-password .inputbox {
  width: 165px;
}

#form-login .button {
  margin: 0;
}

.login_form label, .login label {
  text-align: left;
}

.login_form .button, .login button {
  margin-left: 130px;
  margin-bottom: 20px;
}

.login_form fieldset, .login fieldset {
padding: 15px 10px 0;
margin-top: 20px;
}
   
/* Search Module ---*/
#ja-search {
  right: 5px;
  top: 15px;
}

#ja-search form {
}

#ja-search .button {
  background: url(../images/btn-search.png) no-repeat center center;
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  border: 0;
  padding: 0;
  cursor: pointer;
  float: right;
}

#ja-search .inputbox {
  background: url(../images/icons/icon-search.png) no-repeat right center #b4b4b4;
  border: none;
  border-top-color: none;
  border-right-color: none;
  padding: 4px 5px;
  margin: 1px 10px;
  font-size: 92%;
  color: #b4b4b4;
  float: left;
  width: 100px;
  border-radius: 5px;
}

#ja-search .inputbox:focus {
  width: 150px;
  background-color: #FFFFFF;
  border-color: #none;
  color: #1e1d1c;
}

/* search1 */
#ja-search1 {
  float: right;
  height: 20px; 
  line-height: 20px;
  font-size: 90%;
  padding-left: 0px;
  margin-top: -5px;}
  
.button_zoek {}
.search_zoek {text-align: right;}
.inputbox_zoek {float: left; padding: 3px 2px 2px;  }
#ja-callnow .callnow > span { font-size: 125%; color: #333;  }

#ja-callnow .callnow .hilite { color: #463189; }

/* Advertisement ---*/
div.bannergroup_text div.banneritem { border-bottom: 1px dotted #bfbfbf; padding:5px 0; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main {}

/* HEADER
--------------------------------------------------------- */
#ja-header {  }

#ja-header .main {
  -webkit-box-shadow: 0 8px 8px -8px #464749;
  box-shadow: 0 8px 8px -10px #464749;

}

h1.logo, div.logo-text h1 { font-size: 100%; line-height: 1; }

/* Logo Image ---*/
h1.logo { width: 160px; height: 100px; padding-left: 2px;}

h1.logo a {
  background: url(../images/logo-mind-media.png) no-repeat left;
  display: block;
  width: 160px;  
  height: 110px;
}

/* Logo Text ---*/
div.logo-text h1 {
  font-size: 200%;
  font-family: Arial, sans-serif;
  
}

div.logo-text h1 a {
  text-decoration: none;
}

p.site-slogan {
  color: #bfbfbf;
  display: block;
  font-size: 85%;
  margin: 3px 0 0;
  padding: 0 10px;
  text-transform: uppercase;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav { z-index: 9; }


#ja-mainnav .main-inner1 {  }

#ja-mainnav span.has-image {
  background-position: left 10px;
}

/* Breadcrumbs ---*/
#ja-navhelper .main {
  padding: 0;

}

#ja-navhelper .main-inner1 {
border-top: 2px solid #b4b4b4;
}


.ja-breadcrums {
  margin-top: 0;
}

.ja-breadcrums .breadcrumbs {
  height: 30px;
  line-height: 30px;
  display: block;
  padding-left: 5px;
}

/* Extras ---*/
.ja-links { margin-top: 0; }

.ja-links li { }

.ja-links li.top a {
  width: 30px;
  height: 0px;
  line-height: 30px;
  overflow: hidden;
  display: block;
  color: #333;
  visibility: hidden;
}

.ja-links li.top a:hover {
  text-decoration: underline;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu { background: #FDFDFD; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; }

#ja-container ul.menu li { border-bottom: 0px dotted #bfbfbf; }

#ja-container ul.menu li li { border-bottom: 0; border-top: 0px dotted #bfbfbf; }

#ja-container ul.menu li a {
    border-bottom: 0px solid #B4B4B4;
    display: block;
    outline: medium none;
    padding: 4px;
}

.cat-children ul li,
.cat-children > ul li {
  padding-left: 10px;
  background: url(../images/bullet.gif) no-repeat left 6px;
  font-size: 92%;
}

.cat-children ul li a,
.cat-children > ul li a {
  color: #999;
}

.cat-children ul li a:hover,
.cat-children ul li a:focus,
.cat-children ul li a:active,
.cat-children > ul li a:hover,
.cat-children > ul li a:focus,
.cat-children > ul li a:active {
  color: #463189;
}

div.itemNavigation span.itemNavigationTitle {
  visibility: hidden;
  margin: -53px;
}

div.itemNavigation a.itemNext {
    border: 1px solid #B4B4B4;
    border-radius: 5px;
    margin-left: 30px;
}

div.itemNavigation a.itemNext:hover {
    border: 1px solid #38277f;
}

div.itemNavigation a.itemPrevious {
    border: 1px solid #B4B4B4;
    border-radius: 5px;
    margin-left: 30px;
}

div.itemNavigation a.itemPrevious:hover {
    border: 1px solid #38277f;
}

/* SLIDESHOW
--------------------------------------------------------- */
#ja-slideshow {
  z-index: 8;
  position: relative;
  background: #222;
}

#ja-slideshow .main {
  padding: 0px 0 0;
}

div.ja-ss-desc {
    background: none repeat scroll 0px 0px #38277f;
    opacity: 0.80;
    bottom: 0px;
    color: #FFFFFF;
    display: block;
    height: 25px;
    right: auto;
    left: 0px;
    overflow: hidden;
    padding: 8px 25px;
    position: absolute;
    text-overflow: ellipsis;
    width: auto;
    z-index: 3;
    border-radius: 0px 10px 0px 0px;
    font-size: 125%;
}

div.ja-ss-desc a {
  color: white;
}

div.ja-ss-desc:hover {
  opacity: 1.0;
}  

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl1 .ja-box-right, #ja-botsl .ja-box-right {
  background: 0;
}

#ja-topsl1 .ja-moduletable, #ja-botsl .ja-moduletable {
  margin-top: 10px;
  margin-bottom: 10px;
}

#ja-topsl1 div.ja-moduletable h3,
#ja-botsl1 div.ja-moduletable h3 { border-bottom: 0; padding-bottom: 0; }

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }

#ja-topsl .main-inner1 {
  padding: 0;
}

#ja-topsl .ja-moduletable { }

#ja-topsl div.ja-moduletable .custom img {
  margin-right: 10px;
  margin-bottom: 10px;
}

#ja-topsl p {  }

#ja-topsl .ja-box-right { position: static; }

#ja-topsl li, #ja-botsl li { border: none; padding: 0px; line-height: 2; font-size: 106%; }

/* Top spotlight 1 ---*/
#ja-topsl1 .main { padding: 0; }
#ja-topsl1 .main-inner1 {
background: url("../images/mainnews-mm.png") repeat-x scroll 0 0 transparent;
padding: 5px 0;
}

#ja-topsl1 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl1 .ja-box-ct {
  text-align: justify;
}

#ja-topsl1 blockquote {
  display: inline;
}

blockquote + .author {
  color: #999;
  font-size: 100%;
  display: block;
  margin-top: 10px;
}

blockquote + .author .name {
  color: #463189;
  font-style: normal;
  
}

/* Top spotlight 2 ---*/
#ja-topsl2 .main { }

#ja-topsl2 .main img{  
  -webkit-border-radius: 7px;
  border-radius: 7px;
border: 1px solid #b4b4b4;}

#ja-topsl2 .main img:hover,#ja-topsl2 .main img:active {
  border:  1px solid #38277f;}
  
#ja-topsl2 .main-inner1 { padding-left: 55px; padding-top: 35px; padding-right: 55px; padding-bottom: 25px; border-top: 2px solid #b4b4b4; border-bottom: 1px solid #ddd; }

#ja-topsl2 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl2 .ja-moduletable > h3 { margin-bottom: 5px; color: #463189; margin: 0 10px 5px; }

#ja-topsl2 .ja-box-ct {}

#ja-topsl2 ul li {
  padding: 0;
  background: none;
  border-bottom: 0;
}

#ja-topsl2 ul li .item-inner {
  padding: 0 10px;
}

#ja-topsl2 .itemDate {
  float: left;
  border: 1px solid #eee;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}

#ja-topsl2 .item:hover .itemDate {
  border-color: #463189;
  color: #463189;
}

#ja-topsl2 .moduleItemAuthor {
  color: #ccc;
}

#ja-topsl2 .itemDate .date {
  font-size: 300%;  
  line-height: 1;
  font-family: 'Asap',sans-serif;
  
}

#ja-topsl2 .itemDate .month {
  text-transform: uppercase;
  display: block;
}

#ja-topsl2 .moduleItemTitle {
  font-size: 110%;
  text-transform: uppercase;
  color: #222;
  display: block;
  font-family: 'Asap',sans-serif;
  
}

#ja-topsl2 .item:hover .moduleItemTitle { color: #463189; }

#ja-topsl2 .moduleItemIntrotext { clear: both; }

/* Top spotlight 3 ---*/
#ja-topsl3 .main { padding: 0; background: #fff; color: #999; }
#ja-topsl3 .main-inner1 { padding: 20px 0; }

#ja-topsl3 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl3 .ja-moduletable > h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fafafa;
  border-bottom: 1px solid #222;
}

#ja-topsl3 .ja-slidenews-item .ja-title { color: #fafafa; }

#ja-topsl3 .ja-slidenews-item .ja-title:hover,
#ja-topsl3 .ja-slidenews-item .ja-title:focus,
#ja-topsl3 .ja-slidenews-item .ja-title:active { color: #463189; }

#ja-topsl3 .ja-slidenews-item img { border: 0; }

#ja-topsl3 p.readmore a { color: #999; }

#ja-topsl3 p.readmore a:hover,
#ja-topsl3 p.readmore a:focus,
#ja-topsl3 p.readmore a:active {
  color: #463189;
}

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0; border-top: 0px solid #e5e5e5; }
#ja-botsl .main-inner1 { padding: 20px 60px; }

#ja-botsl .ja-box { overflow: visible; }

#ja-botsl .ja-moduletable { margin: 0; padding: 0; }

#ja-botsl .ja-moduletable > h3 { margin-bottom: 10px; }

#ja-topsl .ja-box, #ja-botsl .ja-box {margin: 0px 0px 0px 30px; padding: 0px; }  

/* Bot spotlight 1,2 ---*/
#ja-botsl2,
#ja-botsl1 { background: #222; }

#ja-botsl2 .main,
#ja-botsl1 .main { padding: 0; background: #FFFFFF; }

#ja-botsl1 .main-inner1 { padding: 0px 0 0; }

#ja-botsl2 .main-inner1 { padding: 0 0 30px; }

#ja-botsl2 .ja-moduletable,
#ja-botsl1 .ja-moduletable {
  margin-left: 0;
  margin-right: 30px;
}

#ja-botsl2 .ja-moduletable > h3,
#ja-botsl1 .ja-moduletable > h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Asap',sans-serif;
  font-size: 100%;
}

#ja-botsl2 .ja-moduletable ul,
#ja-botsl1 .ja-moduletable ul,
.live-support p {
  margin-top: 0px;
}

#ja-botsl2 .ja-moduletable li,
#ja-botsl1 .ja-moduletable li {
  border: 0;
  background: none;
  padding: 0;
  font-size: 92%;
  margin: 0px 0px 5px 0px;
}

#ja-botsl2 .ja-moduletable li a,
#ja-botsl1 .ja-moduletable li a {
  color: #666;
}

#ja-botsl2 .ja-moduletable li a:hover,
#ja-botsl2 .ja-moduletable li a:focus,
#ja-botsl2 .ja-moduletable li a:active,
#ja-botsl1 .ja-moduletable li a:hover,
#ja-botsl1 .ja-moduletable li a:focus,
#ja-botsl1 .ja-moduletable li a:active {
  color: #463189;
}

/* FOOTER 
--------------------------------------------------------- */
#ja-footer { padding: 0; }

#ja-footer .main { padding: 15px 0;  text-align: center; }

#ja-footer a:hover,
#ja-footer a:focus,
#ja-footer a:active { color: #1e1d1c; }

.ja-footnav li { border-right: 1px solid #b4b4b4; padding: 0 10px; }

.ja-footnav li:last-child { border-right: 0px solid #b4b4b4; }

.ja-copyright { float: left; }

#ja-poweredby { margin: 0; float: right; }

/* MODULES
--------------------------------------------------------- */
/* Module Default ---*/
div.ja-moduletable, 
div.moduletable {

}

div.ja-moduletable h3, 
div.moduletable h3 {
  margin: 0px;
  padding-bottom: 0;
  color: #1e1d1c;
  font-size: 140%;
  font-weight: normal;
  padding: 0px 0px 0 0px;
  }

/* Dark ---*/
div.ja-moduletable.dark, 
div.moduletable.dark {
  background: #222;
  padding: 20px;
  color: #999;
}

div.ja-moduletable.dark > h3, 
div.moduletable.dark > h3 {
  color: #fff;
}

div.ja-moduletable.dark p.readmore {
  margin-bottom: 0;
}

div.ja-moduletable.dark p.readmore a {
  color: #999;
}

div.ja-moduletable.dark p.readmore a:hover {
  color: #463189;
}

/* Module Menu ---*/
#ja-container div.moduletable_menu {
  background: #222;
  padding: 20px;
  color: #999;
}

#ja-container div.moduletable_menu > h3 { color: #fff; }

#ja-container div.moduletable_menu ul { margin-bottom: 0; }

#ja-container div.moduletable_menu ul li { 
  background: url(../images/bullet.png) no-repeat 5px 13px;
  border-bottom: 1px solid #333;
  font-family: 'Asap',sans-serif;
  padding: 5px 0 5px 20px;
  margin-bottom: 0;
}

#ja-container div.moduletable_menu ul li a { color: #999; padding: 0; }

#ja-container div.moduletable_menu ul li a:hover,
#ja-container div.moduletable_menu ul li a:focus,
#ja-container div.moduletable_menu ul li a:active { color: #463189; }

#ja-container div.moduletable_menu ul li > h4 {
  margin: 0;
  text-transform: none;
  line-height: 1.6;
}

/* White ---*/
div.ja-moduletable.white, 
div.moduletable.white {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

/* Has Border ----*/
div.ja-moduletable.has-border .ja-box-ct, 
div.moduletable.has-border .ja-box-ct {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

/* Our Staffs ---*/
.staffinfo {
  border-bottom: 1px dotted #eee;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.staffinfo img {
  float: left;
  margin-right: 10px;
  width: 59px;
  border: 1px solid #fff;
}

.staffinfo:hover img {
  border-color: #222;
}

.staffinfo h4 {
  color: #222;
  margin-top: 10px;
  margin-bottom: 3px;
  padding-top: 10px;
}

.staffinfo.ceo h4 {
  color: #463189;
}

.staffinfo span {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 92%;
}

.staffinfo:hover h4 {
  color: #463189;
}

/* Statistics Module ---*/
dl.stats-module dt {
  float: left;
  margin-right: 10px;
}

/* Archive Module ---*/
div.ja-moduletable ul.archive-module li { background: none; padding-left: 0; }

div.ja-moduletable ul.archive-module li a { color: #333; }

div.ja-moduletable ul.archive-module li a:hover { color: #463189; }

/* Acymailling Module */ 
table.acymailing_form {
  margin: 0px;
  width: 100%;
}

.acymailing_module_form td {
  padding: 5px 0px;
}

.acymailing_module_form td.acysubbuttons,
.acymailing_mootoolsbutton p {
  text-align: left;
}

a.acymailing_togglemodule {
  background: url(../images/grad.png) repeat-x left top #e55f43;
  border: 1px solid #f54f27;
  color: #fff;
  font-size: 80%;
  text-transform: uppercase;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
}
/* Live Support ---*/
.live-support span {
  color: #e5e5e5;
  text-transform: uppercase;
}

.live-support-actions {
  margin-top: 25px;
}

.live-support-actions a {
  background: #222 no-repeat 15px center;
  margin-right: 15px;
  color: #bfbfbf;
  font-size: 125%;
  
  padding: 0 20px 0 45px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}

.live-support-actions a.email {
  background-image: url(../images/icons/icon-email.png);
}

.live-support-actions a.chat {
  background-image: url(../images/icons/icon-chat.png);
}

.live-support-actions a.call {
  background-image: url(../images/icons/icon-call.png);
  margin-right: 0;
}

.live-support-actions a:hover,
.live-support-actions a:focus,
.live-support-actions a:active {
  color: #fff;
}

/* Connect with us ---*/
ul.ja-social-list li {
  margin-bottom: 15px !important;
}

ul.ja-social-list li a {
  background: no-repeat top left;
  line-height: 24px;
  height: 24px;
  padding-left: 34px;
  display: block;
}

ul.ja-social-list li a:hover,
ul.ja-social-list li a:focus,
ul.ja-social-list li a:active {
  background-position: bottom left;
}

ul.ja-social-list li.facebook a {
  background-image: url(../images/icons/icon-facebook.png);
}

ul.ja-social-list li.twitter a {
  background-image: url(../images/icons/icon-twitter.png);
}

ul.ja-social-list li.rss a {
  background-image: url(../images/icons/icon-rss.png);
}

ul.ja-social-list li.flickr a {
  background-image: url(../images/icons/icon-flickr.png);
}

/* Our Brand's Address ---*/
.brandinfo-wrap {
  background: url(../images/brands-map.png) no-repeat left top;
  width: 308px;
  height: 165px;
  position: relative;
}

.brandinfo-wrap .brandinfo-main {
  display: none;
  background: url(../images/brandinfo-main.png) no-repeat center center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #ccc;
  width: 280px;
}

.brandinfo-main h4 {
  color: #fff;
  text-transform: normal;
}

.brand-point {
  width: 14px;
  height: 34px;
  line-height: 53px;
  text-align: center;
  background: url(../images/brand-point.png) no-repeat left top;
  position: absolute;
  z-index: 1;
  color: #1f2227;
  
  font-size: 92%;
}

.point-1 {
  left: 55px;
  top: 25px;
}

.point-2 {
  left: 195px;
  top: 15px;
}

.point-3 {
  left: 265px;
  top: 10px;
}

.brand-point:hover {
  background-image: url(../images/brand-point-hover.png);
  color: #fff;
}

.brand-point:hover + .brandinfo-main {
  display: block;
}

/* MISCELLANOUS
----------------------------------------------------------- */

.highslide-img a img{
  margin: 1px 13px 9px 0px ;
}

#contactResponseContent
{
  text-indent: 5;
  background-color: #b4b4b4;
  margin-top: 5px;
  border-color: #463189;
  border: 3px solid;
  border-bottom: 3px solid #84a7db;
  border-top: 3px solid #84a7db;
  line-height: 1,5em;
  padding: 5;
  font-weight: bold;
  list-style: outside none none;
  
}

/* System Messages */
#system-message > dd {
  text-indent: 0;
}

#system-message > dd > ul {
  color: #38277f;
}

#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
  margin-top: 15px;
}

/* System Standard Messages */
#system-message > .message > ul {
  background-color: #b4b4b4;
  background-image: none;
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
  color: #151617;
}

#system-message > .error > ul {
  background-color: #FCDFDE;
  border-color: #463189;
}


.calendar table tr td.button {
  display: table-cell;
}
/* System Warning Messages */
#system-message > .warning > ul {
  background-color: #FDE4DC;
  border-color: #463189;
}

/* System Notice Messages */
#system-message > .notice > ul {
  background-color: #D0F3FD;
  border-color: #00bdf3;
}

/* Aanpassingen */

.moduletable_grijs,.moduletable_grijsrond {background: #464749; padding: 20px 10px; margin-bottom: 5px;}
.moduletable_grijs a,.moduletable_grijsrond a {color: #fff;}
.moduletable_grijs a:hover,.moduletable_grijsrond a:hover {color: #000;} 
.moduletable_grijsrond {
  padding: 5px;  
  margin-bottom: 0; 
  color: #fff;
 }
.moduletable_grijsrond p {margin: 0; padding: 0 20px 20px 20px;}
.moduletable_lichtgrijs {
  background: #afb1b4;
  color: #fff;
  font-size: 110%;
}
.moduletable_homecat {width: 190px;}
.moduletable_homecat h3 {text-align: center; color:#463189; margin-top: 5px }
.ja-megamenu {background: #444444; repeat-x scroll 0 0 transparent; font-size: 110%;}  

#Mod90,#Mod109 {height: 176px; overflow: hidden;}
#Mod98 {margin-left: 0;}

/* topmenu */

#ja-login {float: right; margin: 10px 10px 0 0;}
#top-wrapper {  margin: 77px 0px -5px 0; float: right; width: 78%; padding-bottom: 10px;}
#ja-login .menu li {float: left; padding: 0 10px; border-right: 1px solid #b4b4b4; color: #463189; line-height: 12px; margin-top: 5px;}
#ja-login .menu li a {color: #463189;font-family: 'Asap';}
#ja-login .menu li a:hover {color: #1e1d1c;}

/* mainbody */
#ja-main {
    border-right: 1px solid #b4b4b4;}
    
#editlinkbox {clear: both;}

  .simpleTabsContentx ul li {background: url(../images/bullet.gif) no-repeat 0 7px; overflow: visible; padding-left: 10px;}
  .simpleTabsContentx ul {margin-left: 10px;}
  
.simpleTabsx ul li {}
.simpleTabsx ul {margin-bottom: 0;}
div.ja-moduletable, div.moduletable {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
    margin-bottom: 5px;}
    
.column h1,.ce-container h2{color: #463189;
    font-size: 160%;
    margin-top: 0;}
    
.contact .inputbox {border: 1px solid #b4b4b4;width: 60%;;}

#itemListPrimary {
    margin-right: 30px;}

#ja-login .menu li.item-145,#ja-login .menu li.item-144  {border: none;}

.subCategoryImage {height: 140px; overflow: hidden; }
div.subCategory > h2  {position: relative; padding-top: 10px; margin-top: 30px;}
div.subCategory > h2 a {position: absolute; bottom: 5px; width: 200px; margin: 0 auto; left: 0; font-weight: normal;}

 
 .custom_lichtgrijs p {text-align: center; margin: 0; line-height: 30px; }
 #ja-header .main {
    padding: 0px 0 0px;
}

.custom_grijs p {color: #fff;}

.subCategoryImage img{text-align: center; -webkit-border-radius:  10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
  border: solid 1px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
height: 120px;
width: 200px;}

div.mod-languages img {
  -webkit-border-radius: 0;
  border-radius:0;}
  
ul.sigProSleek {margin: 0; padding: 0;}

.custom_grijs,.custom_grijsrond {padding: 10px;}
#Mod90, #Mod109 {height: 206px; overflow: hidden; }

.main-inner1 clearfix {float: right;}
#Mod115 {height: 200px; overflow: hidden;}

td {
    font-size: 100%;
    padding: 0px 5px; }

tr {
    border-top: 1px solid #E4E4E4;
}  

tr:nth-child(odd) {}

tr:nth-child(even) {}

ul.simpleTabsNavigationx {border: solid 1px #b4b4b4; border-bottom: none; /*margin-right: 64.6%;*/ padding:  3px 0;  -webkit-border-radius: 0px 12px 0px 0px; border-bottom: none; border-radius: 0px 12px 0px 0px;overflow: hidden; margin: 0px;}
 
.custom_home p {text-align: center; margin: 10px 30px;}

.custom_homecat .k2ReadMore {float: none;}

h3 {font-size: 140%;}
.catItemIntroText p {text-align: center;}
.wrapperimg {  -webkit-border-radius:  0 0 10px 0;
  border-radius: 0 0 10px 0}

#ja-mainnav .main {padding-top: 8px}

.k2BreadcrumbsBlock {  display: block;
    height: 30px;
    line-height: 28px;
    padding-left: 2px;}

.main {border-left: #fff 5px solid; border-right: #fff 5px solid;}

/* .main {box-shadow: 4px 0 4px -4px rgba(0, 0, 0, 0.3), -4px 0 4px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 0 4px -4px rgba(0, 0, 0, 0.3), -4px 0 4px -4px rgba(0, 0, 0, 0.3);
}
.main{   border-style: solid; border-color: #fff; bo border-width: 5px; -moz-border-image: url(../images/schaduwlijn.png) 27 repeat; -webkit-border-image: url(../images/schaduwlijn.png) 27 repeat; -o-border-image: url(../images/schaduwlijn.png) 27 repeat; border-image: url(../images/schaduwlijn.png) 27 fill repeat; border-bottom: none; border-top: none; }*/
#ja-login .menu li.item-155, #ja-login .menu li.item-162 {border: none;}
.ce-container {margin-top: 10px; padding: 10px 30px;}
.custom_home a {color: #1e1d1c;}
.custom_home h3 a {color:#1e1d1c;font-size: 100%;font-weight:normal;}
.custom_home h3 a:hover {color:#38277f;text-decoration:none}
.custom_home a:hover {color: #38277f; text-decoration:none}

.custom_copyright {padding: 5px 0px 5px 0px;}

.moduletable_grijsrond li {margin: 0 10px;}
ul.simpleTabsNavigationx li {background: none; margin-right: -3px; padding: 0;}
.ja-box-right {position: relative; }
#Mod126 {padding: 5px;}
#addthis {
    float: right;
    margin: 5px -30px;
    padding: 0;
    width: auto;
}
body.bd #ja-wrapper {
    margin: auto;
    max-width: 1010px;
    min-width: 1000px;
    min-height: 100%;
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
  
}

ul.megamenu {
   margin: 0;
}

.ja-megamenu ul.level1 li.mega {
  border: 0 solid #1a1a1a;
}

html body#bd.bd div#ja-wrapper div#ja-mainnav.wrap div.main div.main-inner1 div#ja-megamenu.ja-megamenu ul.megamenu li.mega {
background: url("../images/mainnav-sep-mm.png") no-repeat scroll right 0 transparent;
}

.ja-megamenu ul.level0 li.mega a.mega {
  padding: 10px 46px;
}

.ja-megamenu .childcontent-inner {
  margin-left: -5px;
}  

ul.sigFreeClassic {
    clear: both;
    list-style: none outside none;
    margin: -14px auto !important;
    overflow: hidden;
    padding: 8px 0 !important;
    height: 235px;
}

ul.sigFreeClassic li.sigFreeThumb span.sigFreeLinkOuterWrapper {
    background: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px 5px 0;
}

ul.sigFreeClassic li.sigFreeThumb {
    background: none repeat scroll 0 0 #FFFFFF !important;
    float: none;
    list-style: none outside none !important;
    margin: 0;
    padding: 0;
}

ul.sigFreeClassic li.sigFreeThumb span.sigFreeLinkWrapper {
    border: 1px solid #B4B4B4;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 1px;
    padding: 1px;
}

ul.sigFreeClassic li.sigFreeThumb span.sigFreeLinkWrapper:hover {
    border: 1px solid #38277f;
}  

.moduleCustomLink {
  color: #b4b4b4;
}  

.modulenewsletter {
  margin: 10px 0 0;
}  
