/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.newsitem .single-text p:first-child {
    font-size: 120%;
}

.widget img {
}

div.ja-innerdiv {
    background: url(../images/dot.gif) repeat-x bottom left;
    padding: 5px 0 15px;
}

div.ja-innerdiv img {
    padding: 6px 10px 0 0;
}

div.ja-innerdiv a {
    color: #454545;
}

div.ja-innerdiv span.title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    font-weight: bold;
}

#page-title {
    display: none;
}

#page-title h1 {
    color: #8E9BB7;
    text-transform: uppercase;
}

#amain_image {
    height: 500px;
    width: auto;
}

#main_image {
  width: 100%;
  height: 714px;
  background-image: url('/img/slider/1.jpg');
  background-size: cover;
  border-bottom: 1px solid #333;
}


#tpm .lmobile {
    display: none;
}

.footer-widgets-wrap{
    display: none;
}

ul#zijmenu {
    list-style: none;
}

ul#zijmenu li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 8px;
}

ul#zijmenu li:before {
    background: transparent url("../images/bullet.gif");
    content:"";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 12px;
}

ul#zijmenu li a {
    color: #999;
}

ul.entry-meta li {
    color: #8E9BB7;
}

b, strong {
    font-weight: bolder;
}

.ddonneer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;

    }

.color {
    background-color: #A00A13 !important;
    color: #FFF !important;
}

.color:hover {
	background-color: #FFF !important;
	color:  #A00A13 !important;
    border-color: #A00A13 !important;
}

.imgdonneeer {
    padding-top: 50px;
    }

.imgmedialandschap {
    text-align: left;
    padding-top: 20px;
    }

.imgmedialandschap img {
    text-align: left;
}

.imgbrochure {
    padding-top: 20px;
    text-align: left;
    }

.imgbrochure img {
    float: left;
    width: 30%;
    padding-right: 20px;
    }

.bbrochure {
    padding-bottom: 12px;
}

.p-b-20  {
    padding-bottom: 20px;
}

.p-t-20 {
    padding-top: 12px;
}



#primary-menu ul li.kurrent > a {
    color: #E52F3C;
}

.ipost .entry-title h3, .ipost .entry-title h4,
.ipost .entry-title h3 a, .ipost .entry-title h4 a {
    font-size: 100% !important;
}

.spost .entry-title h4, .mpost .entry-title h4,
.spost .entry-title h4 a, .mpost .entry-title h4 a {
    font-size: 90% !important;
}

.ipost .entry-content,  .entry-content {
    font-size: 90% !important;
}

.spost .entry-image, .spost .entry-image a, .spost .entry-image img, .spost .entry-image i {
    width: 80px;
    height: 80px;
}


.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background-color: #A00A13 !important;
    color: #FFF !important !important;
    background-image: none !important;
    background-repeat: none !important;
    border-color: #FF4D4D  !important;
    text-shadow: none  !important;
	margin: 5px !important;
	padding: 0 22px !important;
	font-size: 14px !important;
	height: 40px !important;
	line-height: 40px !important;
	color: #FFF !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
    background-color: #FF4D4D !important;
    color: #FFF !important !important;
    border-color: #A00A13  !important;
}

#copyrights {
    color: #191919;
}



.sb-search {
	position: relative;
	margin-top: 0px;
    margin-right: 20px;
	width: 0%;
	min-width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 300px;
	height: 30px;
	margin: 0;
	z-index: 10;
	padding: 2px 65px 2px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}
.sb-search-input:focus {
    background-color: #E2F1EE;
}


.sb-search-input::-webkit-input-placeholder {
	color: #C1E1DE;
}

.sb-search-input:-moz-placeholder {
    color: #C1E1DE;
}

.sb-search-input::-moz-placeholder {
    color: #C1E1DE;
}

.sb-search-input:-ms-input-placeholder {
    color: #C1E1DE;
}

.sb-icon-search,
.sb-search-submit  {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #19BCB1;
	background: none;
	z-index: 90;
	font-size: 18px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #19BCB1;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.mysticky {
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background: #000033;
    z-index: 1000;
  }

.a2a_kit {margin-top: 30px;}

.podcast .entry {
    position: relative;
    margin: 0 0 40px;
}

.podcast .entry::after {
    content: '';
    position: relative;
    height: 2px;
    margin-top: 20px;
    background-color: #EEEEEE;
}

h1.ptitle {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    font-size: 44px;
    text-align: left;
    color: #475470;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 30px 0;
    font-family: 'Open Sans', sans-serif;
}

