/* 
Theme Name: Unie van Waterschappen 
Theme URI: http://bragthemes.com
Description: Responsive WordPress theme with all the Bootstrap elements and features. Also includes different page layouts and custom post types.

Author: Brag Themes
Author URI: http://bragthemes.com
Version: 3.2.0.1
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2011-2014 Brag Interactive
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt

CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes

CSS Rules: Sorted alphabetically for better organization.
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 7, 2014 */
html, body {
    /*-webkit-font-smoothing: antialiased;*/
    width: 100%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat !important;
   /* background: #f0f8ff;*/
    background-position: left 75px !important;
    background-attachment: fixed !important;
    font-family: 'open sans', sans-serif;
    height: 100%;
    font-size: 13px;
}

* {
    text-rendering: optimizeLegibility;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
    background: #f2f2f2;
    border: none;
    clear: both;
    color: #f2f2f2;
    float: none;
    height: .1em;
    margin: 0 0 1.45em;
    width: 100%;
}

hr.space {
    background: #fff;
    color: #fff;
}

hr.blog-break {
    margin: 55px 0;
}

/* =Base
-------------------------------------------------------------- */
html {
    height: 100%;
}


.whiteside {
    height: 100%;
    background: #fff;
    position: fixed;
    width: 100%;
    /*margin-left: 20px;*/

}

.whiteback {
    background: white;
    width: 100%;
    height: 335px;
}
.content {
    /*min-height : 750px;*/
    margin-left : -40px;
    padding: 0;
    display : block;
  
}

.greyside {
    position: absolute;
    z-index: -9998;
    height: 210px;
    width: 100%;
    margin-left: -15px;
    clear: both;
    display: block;
    background: transparent;
    padding-top: 60px;
}

.white {
    color: #000;
    border: 0 solid #fefefe;
    background: #ffffff;
    /* -webkit-border-top-left-radius: 3px;
     -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topleft: 3px;
     -moz-border-radius-topright: 3px;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;*/
    margin: 0;
    height: 100%;

}

.blue {
    background-color: #00c3fb;
    color: #fff;
    border: 0 solid #fefefe;
    /* -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    height: 338px;
}

.blue a {
    color: #000;
}

.blue li a {
    color: #fff;
}

.bluelink li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000;
    background-color: #00c3fb;
}

.white a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000;
    display: inline;
}

/* =Typography
-------------------------------------------------------------- */
p {
    font-family: 'open sans', sans-serif;
    /* font-size : 15px; */
    padding-bottom: 5px;
}

p.in-page-title {
    padding: 0;
}

ul.filelist {
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    font-size: 13px;
}

cite, em, dfn {
    font-style: italic;
}

code, kbd, samp, pre, tt, var {
    font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
    font-style: normal;
}

strong {
    font-weight: 600;
}

pre {
    background: #fff;
    margin-top: 20px;
    max-width: 98%;
    padding-left: 1em;
    height: auto;
}

del {
    color: #555;
    text-decoration: line-through;
}

ins, dfn {
    border-bottom: 1px solid #ccc;
}

small, sup, sub {
    font-size: 85%;
}

abbr, acronym {
    font-size: 85%;
    letter-spacing: .1em;
    text-transform: uppercase;
}

a abbr, a acronym {
    border: none;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px solid #ccc;
    cursor: help;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* =Responsive Sidebar Grid
-------------------------------------------------------------- */

.sidebar-right {
    float: right !important;
    margin-bottom: 2.083%;
    padding-top: 0;
    margin-left: 0 !important;
}

.content-right {
    float: right !important;
    margin-bottom: 2.083%;
    padding-top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;

}

.main_image {
    margin-right: -20px;
    margin-left: -4px;
}

img {
    height: auto;
   
}

.featured-image-home img {

}

.homepage-news {
    background: url('images/homepage-gradient-bg-news.jpg') 35px 0 repeat-y;
    padding-left: 10px;

}

.responsive-map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:285px;
}
.responsive-map iframe{
    left:18px;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* =Forms
-------------------------------------------------------------- */
fieldset {
    margin: 0 0 1.5em;
    padding: 1em 2em;
}
legend {
    padding: 2px 5px;
}
label {
    display: block;
    font-weight: 600;
    padding: 2px 0;
}
select {
    height: auto;
    width: 70%;
}
textarea, .area {
    height: auto;
    overflow: auto;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    width: 100%;
}
input, select {
    cursor: pointer;
}
input:focus, textarea:focus, area:focus {
    background: #fff;
}
input[type='text'], input[type='password'] {
    cursor: text;
}
span.error {
    color: #B94A48;
}
.form-search input {
    padding: 3px 4px;
    background: #fff;
    border: 1px solid #00c3fb;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    background: #00c3fb;
    font-weight: 600;
    border: 1px solid #00c3fb;
    border-left: 1px solid #ccc;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
}
.input-group-addon {
    padding: 6px 12px;
 
    color: #555;
    text-align: center;
    background-color: #00c3fb !important;
    border: 1px solid #e4cccc;
    border-radius: 4px;
}
.form-search .btn {
    margin: 0;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-left: 1px solid #ccc;
}

.custom form.search_form_image_button {
    font-family: 'open sans', sans-serif;
    margin-left: auto;
    margin-right: 0;
    width: 260px;
    border: 0;
}

.custom form.search_form_image_button #s {
    background: #fff;

    font-size: 12px;
    font-variant: small-caps;
    margin: 0 6px 0 0;
    padding: 4px;
    width: 214px;
}

/* =Tables
-------------------------------------------------------------- */
table {
    /*border-left:1px solid #ccc;*/
    /*border-top:1px solid #ccc;*/
    width: 100%;
}

th, td {
    /*border-bottom:1px solid #f2f2f2;*/
    /*border-right:1px solid #ccc;*/
}

/* =Lists
-------------------------------------------------------------- */
ul {
    list-style-type: disc;
    margin-left : -24px;
    margin-bottom: 18px;

}
#footer ul {
    list-style-type: disc;
    margin-left: -53px;
    margin-bottom: 18px;

}
ul.meer-over {
    margin-left: -40px;
    list-style-type: none;
}

ul ul {
    list-style-type: square;
}

ul ul ul {
    list-style-type: circle;
}
ul.searchlist {
	margin-top : 15px;
	margin-top : 25px;
}
ol {
    line-height: 22px;
    list-style: decimal outside;
}

dt {
    font-weight: 400;
}

#footer ul {
    list-style-type: none;

}

/* =Margins & Paddings
-------------------------------------------------------------- */
blockquote:first-child {
    margin: .8em 0;
}

hr, p, ul, ol, dl, pre, blockquote, address, table, form {

}

h1 {
    text-transform: uppercase;
    font-family: 'open sans', sans-serif;
    color: #00c3fb;
    font-weight: 600;
    font-size: 18px;

}

h3, h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    color: #00c3fb;

}
h2.searchResultHeader {

    font-size: 15px;

}
h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    /* background : #fff url('images/lijntje_klein.png') repeat-x center bottom; */
    display: inline;
    color: #00c3fb;

}
h4.searchHeaders {
	margin-bottom : 12px;
	
}
h4.searchResultHeader {
    margin-bottom : 12px;
    font-size: 11px;

}
h5 {
    font-size: 12px;
    font-weight: 400;
}
div.searchResultHeader {
	font-weight: 400;
	font-size: 11px;
}
h5 {
    font-family: 'open sans', sans-serif;
    font-size: 13px;
}

h6 {
    font-family: 'open sans', sans-serif;
}

th, td {

}

caption {
    padding-bottom: .8em;
}

blockquote {

}

fieldset {

}

legend {
    padding-left: .8em;
    padding-right: .8em;
}

legend + * {
    margin-top: 1em;
}

textarea, input {

}

select {

}

option {
    padding: 0 .4em;
}

a {

}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}

dt {

}

ul {

}

ol {

}

ol ol, ul ol {

}

form div {

}

/* =Globals
-------------------------------------------------------------- */
#container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 25px;

}

.wrapper {
    clear: both;
    margin: 120px auto 20px auto;
    display: block;
    position: relative;
    min-height: 700px;

}

.wrapper.nowrap {

    margin: 90px auto 20px auto;

}

#wrapper-pusher {

    height: 100px;
}

.home {

    margin-top: 30px;
}

#header {
    margin: 0;

}

#footer {
    background: url('images/footerbg.png') repeat-x top center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-top: 40px;
}

#footer a {
    color: #fff;
}

#footer-wrapper {
    text-align : center;
    padding: 0;
    margin-top: 30px;

}

.footer-title {

    margin-top: 5px;
    margin-bottom: 5px;

}

/* =Container IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 #container {
    max-width: 1171px;
}

/* =Header
-------------------------------------------------------------- */
#header #logo {
    padding: 10px 0px;
    text-align: center;
    display: block;
    margin-top: 3px;
    margin-bottom: 5px;
}

#header #logo .site-name {
    display: block;
    font-size: 2em;
    padding-top: 60px;
}

#header #logo .site-name a {
    font-weight: 600;
}

#logo {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: -5px;
}

#logo a, #menu-hoofdmenu a, #widget > li > a {
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #444;
}

.navbar-default {
    background: #fff;

}

.navbar-fixed-top {
	z-index: 999999;
}

.nav {

    text-transform: uppercase;

    text-decoration: none;

}

.navbar-collapse {
    z-index: 999999999999;
}

.navbar-collapse.in {

}

.navbar {
    margin-bottom: 0;

}

.navbar-form {
    margin-top: 7px;
}

.navbar-nav {
    margin: 27px 0 0 65px;
}

.nav-tabs {
    margin-top: 10px;
	margin-left : 5px;
}

/* =Content
-------------------------------------------------------------- */
#content {
    margin-bottom: 20px;

}

#content-archive {
    margin-bottom: 20px;
}
#content-blog {
    margin-bottom: 20px;
}

#content-images {
    margin-bottom: 20px;
}

#content-full {
    margin-bottom: 20px;
}

#content-sitemap {
    margin-bottom: 20px;
}

#content-sitemap a {
    font-size: 12px;
}

#content .sticky {
    clear: both;
}

#content .sticky p {
}

#content .bypostauthor {
}

a.thin-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 200;
    text-decoration: none;
    display: inline;
    margin-top: 20px;
    margin-left: 0;
}

a.thick-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: inline;
    margin-top: 20px;
}

a.page-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 600;

    display: inline;
    margin-top: 20px;
    margin-left: 12px;

}

.capitalize {
    text-transform: capitalize;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.page-title .nomargin {
    margin-left: 0;
}

.bestuur_image {
    margin-top: 16px;
}

p.portefeuille {

}

/* =Post
-------------------------------------------------------------- */
.comments-link {
    font-size: 12px;
}

#respond .form-allowed-tags {
    display: none !important;
}

#cancel-comment-reply-link {
    color: #900;
}

.post-data {
    clear: both;
    font-size: 11px;
    margin-top: 20px;

}
.post-edit-link {
    display:none;
}
.post-entry {
    clear: both;


    padding-right: 15px;

}

.post-date {
   /* margin-top: 4px;*/
    font-size: 11px;
    font-family: 'Montserrat';

}
.infobox_field {
    font-size: 13px;
    font-family: 'Montserrat';
    line-height: 1.4;
    float:left;
    width: 10%;
}
.infobox_value {
    font-size: 13px;
    font-family: 'open sans';
    line-height: 1.4;
    float: left;
    margin-left: 8px;
}

.post-entry h3 {
    margin: 10px 0 20px 0;
}

.post-meta {
    clear: both;
    color: #000;
   
    margin: 0 0 10px;
    padding: 0;
}
.mobile-post {
	clear: both;
    color: #000;
   
    margin: 0 0px 0 25px;
    padding: 0;
}
.mobile-post-secundairy
{
	clear: both;
    color: #000;
    font-size: 13px;
    margin: 0 0px 0 15px;
    padding: 0;
}
.tabs-meta {
    clear: both;
    color: #000;
    font-size: 13px;
    margin: 0 25px 10px;
    min-height: 430px;
}

.post-edit {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 1.5em 0;
    float: right;
}

.post-search-terms {
    clear: both;
}

.attachment-entry {
    clear: both;
    text-align: center;
}

/* Hammertime */
#myElement {
    background: silver;
    height: 300px;
    text-align: center;
    font: 30px/300px Helvetica, Arial, sans-serif;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
    color: #aaa;
    font-size: 18px;
    margin-left: 5px;
}
div[id*="ajaxsearchlite"] {

    box-shadow: 0px 1px 0px 0px aliceblue !important;
}


/* Video Blog */


.acf-map {
    width: 100%;
    height: 800px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
       max-width: inherit !important;
 }

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
    margin-top: 0;
    margin-left: 15px;
    margin-right: -15px;
    margin-bottom: 40px;

}
.widget_nav_menu {
    position : fixed;
    width : 20%;
    max-width : 265px;
}
#footer .widget_nav_menu {
    position : relative;
    width : 20%;
    max-width : 265px;
}
.widget-wrapper-right {

    margin-top: 56px;

}

.widget-wrapper-left {
    margin-top: 5px;
    margin-left: -8px;
    margin-right: -8px;
    background: #ffffff;
    border: 0;
    /*border-radius : 4px;*/

    position: fixed;
    width: 245px;
}

.widget_a2a_share_save_widget {
    margin-top: 93px;
}

#widgets {
    color: #444;

}

.relatedPostsWidget {

}

ul#widget {
    width: 100%;
}

li#widget.menu {

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}

#widgets a, #menu-widgets a {
    /* display:inline-block; */
    text-decoration: none;
}

#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap,
#menu-widgets ul, #menu-widgets .textwidget, #menu-widgets .tagcloud, #menu-widgets #searchform, #menu-widgets #calendar_wrap{

    font-size: 13px;
    margin: 0;
    padding: 0;
    list-style: none;

}

.home #widgets ul, .home #widgets .textwidget, .home #widgets .tagcloud, .home #widgets #searchform, .home #widgets #calendar_wrap,
.home #menu-widgets ul, .home #menu-widgets .textwidget, .home #menu-widgets .tagcloud, .home #menu-widgets #searchform, .home #menu-widgets #calendar_wrap{

    font-size: 13px;
    margin: 0 0 20px;
    padding: 20px;
    border: 0;
    height: 220px;

}

#widgets ul li #menu-widgets ul li {
    margin-left: 0;

}

#widgets li, #menu-widgets li {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;

}

#widgets li:first-child, #menu-widgets li:first-child {
    border-radius: 0;

}

#widgets li:last-child, #menu-widgets li:last-child {
    border-radius: 0;
    border-bottom: 0;
}

#widgets ul li a, #menu-widgets ul li a {
    display: inline;
    text-decoration: none;

}

#widgets .widget-title img, #menu-widgets .widget-title img {
    float: right;
    height: 11px;
    position: relative;
    top: 4px;
    width: 11px;
}

#widgets .rss-date {
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .rssSummary {
    padding: 10px;
}

#widgets cite {
    font-style: normal;
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .textwidget, #widgets .tagcloud {
    display: block;
    line-height: 1.5em;
    margin: 0 0 20px;
    word-wrap: break-word;

}

#widgets .menu-home-page-links-container, #menu-widgets .menu-home-page-links-container {
    background: #00c3fb;
    line-height: 1.5em;

}

#widgets .textwidget a {

}

#widgets ul .children {
    border: none;
    margin: 0;
    padding: 0;
}

#widgets .author {
    font-weight: 600;
    padding-top: 4px;
}

.widget_archive select, #cat {
    display: block;
    margin: 20px 15px 0;
}

/* Specific height UL LI for custom menu links homepage */
.menu-homepage-links-container {
    height: 288px;

    margin-top: -5px;
    margin-left: -7px;
    margin-right: -7px;

}

.height-3 li {
    list-style-type: none;

    margin-left: -17px;
    padding: 36px 0 40px 24px;
    border-bottom: 1px solid #fff;

}

.height-4 li {
    list-style-type: none;
    height: 60px;
    margin-left: -17px;
    padding: 28px 0 42px 24px;
    border-bottom: 1px solid #fff;

}

.height-5 li {
    list-style-type: none;

    margin-left: -17px;
    padding: 20px 0 20px 24px;
    border-bottom: 1px solid #fff;

}

.height-6 li {
    list-style-type: none;

    margin-left: -17px;
    padding: 14px 0 15px 24px;
    border-bottom: 1px solid #fff;

}

.height-7 li {
    list-style-type: none;

    margin-left: -17px;
    padding: 11px 0 11px 24px;
    border-bottom: 1px solid #fff;

}

.menu-homepage-links-container ul li:last-child {
    border-bottom: 0;
}

/* =Titles
-------------------------------------------------------------- */
.widget-title-home, .widget-title-home h3 {
    display: block;
    background: #fff;
    text-align: left;
    padding: 8px 0 5px 8px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #00c3fb;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;

}

.widget-title, .widget-title-home h3 {
    display: block;
    /*background: #fff;*/
    text-align: left;
    padding: 8px 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    margin: 4px 0 4px 0;
    font-weight: 600;
    text-transform: uppercase;

    color: #00c3fb;
    border-bottom: 1px solid #f2f2f2;

    font-size: 14px;

}

h3.agenda-maand {
    display: block;

    font-family: 'Montserrat', sans-serif;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;

}
.list-puntate {
    padding:0;
    margin-left: -15px;
    margin-right: -15px;
}
.cal-date {

    width: 100%;
    text-align: center;
}
h2.calendar-day {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.widget-title-home h1 {
    margin-left: 5px !important;
    margin-top: 5px !important;
    padding-top: 4px;
    font-size: 16px !important;
}

.widget {
    /* margin-top: 28px;*/
    margin-left: -4px;
    margin-right: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;*/

}

.widget-home {

    margin-left: -4px;
    margin-right: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;

}

.home-news-widget {
    background: #fff;
    margin-left: -4px;
    margin-right: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f2f2f2;
    padding: 18px;

}

div.pagination a, div.pagination span.pages, div.pagination span.dots {

    padding: 2px 8px !important;

}

.contact-widget-home1 {

    background: #00c3fb;
    max-height: 158px;

}

.contact-widget-home2 {
    margin-top: 10px;
    background: #00c3fb;
    max-height: 168px;

}

.widget-home-agenda {

    background: #fff;

    height: 338px;

}
.widget-home-waterschap {

    background: #fff;

    height: 338px;

}
.hetWaterSchapWidgetHolder {
    padding : 15px;
    width : 90%;

}
.hetWaterschapWidget {
    position : relative;
    height: 100%;
    /* top : 20px;*/
}
.waterschap-cover {
    height: 100%;
}

div.hetwaterschap-home {
    margin-left: 20px;
}

.title-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: #00c3fb;

    margin-left: 8px;
    margin-top: 0;
    border-radius: 0;
    text-transform: uppercase;

}

.home .widget-title-home h3 {
    border-bottom: none;
    display: block;

    font-weight: 600;
    line-height: 14px;
    margin: 0;
    height: 50px;
    padding: 20px 20px 10px 20px;
    text-align: left;

    color: #00c3fb;
    border-radius: 0;

}

.widget-title-home-themas {
    display: block;
    text-align: left;
    background: #00c3fb;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 4px;
    font-weight: 600;

    text-transform: uppercase;
    padding-left: 12px;
    color: #fff;
    border-bottom: 1px solid #f2f2f2;
    height: 50px;
    font-size: 14px;
}

.widget-title {
    height: 25px;
}

.page-icon {
    margin-left: 0;
    margin-top: -5px;
    display: inline-block;
}
.home .page-icon {
    margin-left: 5px;
    margin-top: -2px;
}
.widget-title-home h3 {
    background: #fff url('images/lijntje_klein.png') repeat-x center 44px !important;

}

.widget-title a {
    border-bottom: none;
    padding: 0 !important;
}

.widget-title-footer h3 {
    background: transparent;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: 'open sans', sans-serif;
    text-transform: none;
}
#custom_html-2 > div.textwidget.custom-html-widget {
    padding: 10px 0 10px 15px;
}

#footer-wrapper p {
    padding: 0;
}

.title-404 {
    color: #933;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
    margin-left: 0;
    padding: 0 0 30px 0;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
}

.footer-menu li a {
    border-left: 1px solid #f2f2f2;
    padding: 0 8px;
}

.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    padding: 5px 0;
}

.pagination a {
    text-decoration: none;
}

.pagination a:hover, .pagination a:active {
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
#breadcrumb {
    margin-left: 18px;
    height: 40px;
    width: 300px;
}

.breadcrumb {
    padding-top: 20px;
    height: 60px;
    background: transparent;
    position: absolute;

}

.breadcrumb-list {
    font-size: 12px;
    padding: 40px 0 0 0;

}

.breadcrumb li a {
    text-transform: capitalize;
    font-weight: 200 !important;
    text-decoration: none;

}

.breadcrumb a {
    text-transform: capitalize;

    font-size: 13px;
    color: #adadad;
    text-decoration: none;
    z-index: 9999;
}

.breadcrumb > .active {
    color: #444;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
    margin: 0;
}

.commentlist {

    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    border-radius: 0;
    margin: 0;
    padding: 1em;
}

.commentlist li p {
    font-size: 14px;
}

.commentlist p {
    margin: 0;
}

.reply {
    margin: 10px 0;
}

.commentlist li cite {
    color: #111;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
}

.commentlist li.alt {

}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .avatar {

    float: left;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}

.commentlist .children .avatar {
    height: 33px;
    width: 33px;
}

.comment-author .fn {
}

.comment-author .says {
    color: #999;
}

.comment-body .comment-meta {
    color: #999;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.comment-body {
    clear: both;
}

.comment-body p {
    clear: both;
    padding-top: 10px;
}

.comment-body .reply {
}

.pingback, .trackback {
    list-style: none;
    margin: 20px 0;
}

.pingback cite, .trackback cite {
    font-style: normal;
}

#comments, #pings {
    text-align: left;
}

#respond {

    border: 1px solid #ccc;
    border-bottom-color: #aaa;

    clear: both;
    padding: 10px 20px 50px;
}

#respond label {
    display: inline;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond .comment-form-comment textarea {
    display: block;
}

.nocomments {
    color: #999;
    font-size: .9em;
    text-align: center;
}

#commentform input.error, #commentform textarea.error {
    background-color: #f6cbca;
}

#commentform div.error, #commentform label.error {
    color: #cb2026;
}

#commentform div.errorlabels label {
    display: block;
}

#comment {
    width: 90%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

img.wp-smiley {
    vertical-align: middle;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 155px;
}

.gallery img {
    border: 1px solid #f2f2f2;
}

.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery br + br {
    display: none;
}

.attachment-gallery img {
    background: #fff;
    border: 1px solid #f0f0f0;
    display: block;
    height: auto;
    margin: 15px auto;
    max-width: 96%;
    padding: 5px;
    width: auto;
}

.gallery-meta .full-size, .gallery-meta .aperture, .gallery-meta .focal-length, .gallery-meta .iso, .gallery-meta .shutter, .gallery-meta .camera {
    display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
    display: block;

    width: auto;

}

/* =Footer
-------------------------------------------------------------- */
#footer {
    line-height: 1.8em;
    width: 100%;

    margin-right: -15px;
}

#footer a {
}

#footer a:hover {
}

.scroll-top {
    text-align: center;
    height: 40px;
}

.scroll-top a:hover {
    text-decoration: none;
}

.copyright {
    text-align: left;
    margin-top : 40px;
    font-style : italic;

}

.powered {
    text-align: right;
    float: right;
    padding-bottom: 15px;
}

/* =Social Icons
-------------------------------------------------------------- */
.sharing-buttons {
	    margin-left: 10px;
    margin: 10px;
}

#footer .social-icons {
    line-height: 22px;
    margin: 2px 0 0 0;
    padding: 0;
    text-align: right;

}

#footer .social-icons a, .navbar-collapse .social-icons a {
    text-decoration: none;
    color: #ccc;
    padding: 3px;

}

.navbar-collapse .social-icons {
    position: relative;
    line-height: normal;
    left: 15px;
    top: 37px;

    margin: 0;
    font-size: 18px;

}
.search {
    position: relative;
   left: 70px;
    width: 100%;
    margin-bottom: 20px;
}

.search .btn {
    border: 0;
}
input.newspager-verder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin-top: 8px;
    color: #00c3fb;
    background: #fff;
    border: 2px solid #00c3fb;
    padding: 8px 39px;
    float: right;
    margin-left: 5px;
    text-transform: lowercase;
}
input.newspager-terug {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin-top: 8px;
    color: #00c3fb;
    background: #fff;
    border: 2px solid #00c3fb;
    padding: 8px 39px;
    float: left;
    margin-left: 0px;
    text-transform: lowercase;
}
#close_search {
    border: 1px solid #00c3fb;
    width: 90px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;

    font-size: 12px;
    font-weight: 500;
	height: auto;
    color: #777 !important;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

#close_search, h2#zoekresultaat {
    /* margin-left: 15px; */
}
.search-column {

    border-right : 1px solid #ccc;
}
.search-column:nth-last-child(0)  {
    border-right: 0 !important;
}
ul.searchlist > li {
    list-style-type: none;
    margin-left: -16px;
    margin-bottom: 6px;
}
.news-result {


    height: 121px;
    border-top: 1px solid #f2f2f2;
    border-right: 0;
    background: #fff;
}
#search-target {
    background: #fff;
    position: relative;
    top: 59px;
    /* width: 115%; */
    padding: 18px;
    display: none;
     min-height: 850px;
    /* margin-left: -30px; */

}
.new-category {
    font-size: 11px;
}
.social-icons {

    margin-right: 0;
    float: right;

    bottom: 100px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, #container:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix, #container {
    display: inline-block;
}

* html .clearfix, * html #container {
    height: 1%;
}

.clearfix, #container {
    display: block;
}

.clear {
    clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}

[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
        page-break-before: always;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    ul, ol, dl {
        page-break-before: avoid;
    }
}

#source {
    font-size: 11px;
    font-style: italic;
    margin-top : 40px;
}

.more-link {
    float: right;
    margin: 10px 0;
}

strong.search-excerpt {
    background: #d5f0f8;
}

/* ------- Fluid Columns ------- */
.one_half {
    width: 48%;
}

.one_third {
    width: 30.66%;
}

.two_third {
    width: 65.33%;
}

.one_fourth {
    width: 22%;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 16.8%;
}

.two_fifth {
    width: 37.6%;
}

.three_fifth {
    width: 58.4%;
}

.four_fifth {
    width: 67.2%;
}

.one_sixth {
    width: 13.33%;
}

.five_sixth {
    width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/* PORTFOLIO FILTER STYLE
----------------------------------------------- */
#filters {
    margin : 0;
    padding : 8px ;
    background: aliceblue;
}
ul.projecten {
    margin-left : 15px;
    padding : 0;
}
#portfolio-filter {
    list-style-type: none;
    margin: 20px 0 10px 0;
}

#portfolio-filter li {


}

#portfolio-filter li a {

}

#portfolio-filter li .current,
#portfolio-filter li:hover {
    color: #084a9a;
}

/* PORTFOLIO LIST STYLE
----------------------------------------------- */

#portfolio-wrapper {
    padding: 0 0 25px 5px;
}

#portfolio-wrapper .project-links {
    text-align: right;
}

#portfolio-list {
    list-style-type: none;

}

#portfolio-list .portfolio-item {
    float: left;

}

#portfolio-list .portfolio-item h4 {
    line-height: 32px;
    font-size: 11px;
    padding-left: 8px;
}

#portfolio-list .portfolio-item .excerpt {
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
    padding-right: 15px;
    margin-bottom: 5px;

}

#portfolio-list .portfolio-item .excerpt a {
    color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
    text-decoration: none;
}

.portfolio-item {

    margin-right: -4px;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    margin-bottom: 20px;

}

#portfolio-list .thumb a {

}

#portfolio-list .thumb a img {
    max-width: 100%;
    margin: 0;

}

.home #portfolio-list .thumb a img {
    margin-bottom: 10px;
}

#portfolio-list .thumb a:hover img {
}

#portfolio-list img.wp-post-image {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.portfolio-item .bluelink {
    display: block;
    color: white;
    padding: 8px 8px 8px 15px;
    background-color: #00c3fb;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;

}

#single-project img.wp-post-image, #single-project img.attachment-thumbnail, #single-project img.attachment-medium, #single-project img.attachment-large, #single-project img.attachment-full {
    margin: 0;
}

#single-project {
    padding: 10px 0 0 0;
}

#single-project .pthumb {
    margin: 0 0 5px 0;
}

.project-links {
    margin-top: 10px;
}

#portfolio-list .thumb {
    margin: 0 0 5px 0;
}

/* Custom Unie CSS */

.themalijst {
    margin-left: -40px;
}

.themalijst-mobile {
    margin-left: 0;
    padding: 0 15px;
    list-style: none;
}

.themalijst li, .themalijst-mobile li {
    list-style-type: none;

    padding-top: 12px;
    padding-left: 65px;
    font-weight: 600;
    font-size: 12px;
    font-family: 'open sans', sans-serif;
    border-bottom: 1px solid #f0f8ff;
    margin-left: -10px;
    margin-right: -10px;
}
.themalijst li:last-child {
    border-bottom: 0px solid #f2f2f2;
}
li.mobiletitlesub {
    list-style-type: none;

    padding-top: 12px;
    padding-left: 0;
    font-weight: 600;
    font-size: 12px;
    font-family: 'open sans', sans-serif;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

.mobiletitlesub {
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;

}

.mobiletitlesub a {
    font-family: "open sans";
    font-size: 18px;
    padding: 15px;
}
.mobiletitlesubagenda {
    background: aliceblue !important;
    color : #444;
    border-top: 1px solid #444 !important;
}
.panel-heading .mobiletitlesubagenda .actives {
    background: #0072bc;
    color: #fff;
}
h2.mobiletitle {
    font-size: 18px;
}
.mobiletitlesubagenda h2 {
    color : #444 !important;
    text-transform: lowercase !important;
}
.contactbreak {
    display : none;
}
.actives   h2 {
    color : #fff !important;
    /*text-transform: lowercase !important;*/
}
.actives h2.mobiletitleagenda{
    color : #fff !important;
    text-transform: lowercase !important;
}
a.themalijst {
    color: #444;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    display: block;
}
#widget-title-zaken-doen-met-de-markt > .page-icon {
    display: none;
}
.themablock {
    position: relative;
    background: #fff;
    min-height: 565px;
    /* border: 1px solid #f0f8ff; */
    border-radius: 0;
    margin-bottom: 16px;
    margin-left: -8px;
    margin-right: -8px;

}
div.portfolio-item > a > img.lazy.loaded {
  max-height: 152px;

}
@media screen and (max-width: 992px) {
    div.collapse.in > img.lazy.loaded {
        width: 100%;
        height: auto;
        text-align: center;
        float: none;
    }
}
.themablockfooter {
    position: absolute;
    bottom: 0;
    height: 50px;
    background: #00c3fb;
    width: 100%;
    padding: 15px 15px 15px 22px;

    color: #fff;

}

.themablockfooter a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 600;

}
.post-meta {

    padding-top: 0;
    padding-bottom: 0;
}
.post-meta p {

    padding : 0;

}
.post-meta a {

    color: #444;

}
.mobile-content-expanded > p > a , .post-meta > p > a {

    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 0;
    color: #000 !important;
    letter-spacing: 0.02em;
}
.post-entry a {

    color: #444;
    text-decoration : none;
}
.divider {
    margin-left: 30px;
    margin-right: 60px;
    /* border-bottom : 1px solid #f2f2f2; */
}

.page-header {
    border-bottom: 0;
    margin-bottom : 20px;
    /*margin-top : 5px;*/
}

.page-header-home {
    height: 50px;
    margin: 50px 0 0 0;
    padding: 10px;

}

.mobile-page-header {
    text-align: center;
    margin: 0;
    padding: 0;

}

.home-news {
    line-height: 20px;
}

.agenda-list {
    margin-left: -17px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.mobile-content-expanded {
    list-style-type: none;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;

}

div.mobile-content-expanded p {
    width: 90%;
    margin-left: 0;
}

.mobile-content-expanded h3 {
    width: 90%;
}



.panel {
    margin-bottom: 0 !important;
    border: 0px;
    /*color : white;*/

}

.panel-heading {
    padding: 8px;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #00c3fb;
}

.actives {
    background: #0072bc !important;
    color : #fff !important;
}

.panel .mobiletitle {
    color: white;

    padding: 5px 0;

}

.panel-group .panel + .panel {
    margin-top: 1px;
}

.panel .mobiletitle:active, .panel .mobiletitle:focus {
    color: white;
    background: #0072bc;

    text-decoration: none;
}

h2.mobiletitle {
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-family: 'open sans';
    color: #fff;
    padding: 5px 0;
}
h2.mobiletitleagenda {
    margin: 0;
    text-align: center;
    text-transform: lowercase;
    font-family: 'open sans';
    color: #fff;
    padding: 5px 0;
    font-size : 18px;
}
h1.page-title {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;

    color: #00c3fb;
    display: inline-block;
    margin-left: 15px;
    text-transform: uppercase;
    /*background: url('images/lijntje_klein.png') repeat-x center 6px;*/
}

h1.thema-title {

    margin-left: 0px;

}

h4.modal-title {
    font-family: Montserrat;
    font-weight: 600;
}

.blue h1.page-title {

}
.searchresults {
    border-bottom: 1px solid #f0f8ff;
}
.searchresulttype {
    font-size : 11px;
}
h1.search-entry {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #0072bc;
    display: inline-block;
    /* margin-left : 25px; */



}

h1.search-title a {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #00c3fb;
    display: block;
    margin-left: 15px;
    padding-bottom: 4px;
    text-transform: uppercase;
    background: url('images/lijntje_klein.png') repeat-x bottom;

}

h1.page-title-themas, h2.page-title-themas {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height: 32px;
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    margin-top: 16px;
    text-transform: uppercase;
    /* background: url(images/lijntje_klein.png) repeat-x center 8px; */
}

.specialnews {
    margin-top: -20px;
}

h1.specialnews {
    font-size: 16px;
    margin-left : 2px;
    margin-top : 5px;
}

.news-image {
    margin:0;
    padding: 0;
	
    float : left;
    width : 100%;

}
.namecard-left .news-image {

    width : 100%;

}
.news-text {
    float : left;
    
}

ul.downloadlist {
    list-style-type: none;
    margin-left : -40px;
}

h2.page-title {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    color: #00c3fb;
    display: block;
    text-transform: uppercase;
}
h2.news-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    font-family: 'open sans';
    text-transform: none;
    color : #444;
}

h2.in-page-title {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: #00c3fb;
    display: block;
    padding-bottom: 0;
    text-transform: uppercase;
}

h3.page-title {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    color: #000;
    display: block;
    text-transform: uppercase;
}

h3.download {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
    display: block;
    text-transform: none;
    text-decoration: underline;

}
h3.webinar {
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
    line-height: 1.6;
    margin-bottom: 0;
    display: block;
    text-transform: none;
    text-decoration: none;
}
div.titleblock-widget > a {

}
div.titleblock-widget > a:hover {
    text-decoration: underline !important;
}
h4.page-title {
    margin-left: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    color: #00c3fb;
    display: inline-block;
    text-transform: uppercase;
    padding: 20px 0 20px 0;
    /* background: url('images/lijntje_klein.png') repeat-x center 32px;*/
}

h1.single-title {
    /*margin-left: -4px;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #00c3fb;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
}
h1.single-title-nieuws {
    /*margin-left: -4px;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #00c3fb;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;

}
h4.port-title {
    margin-left: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00c3fb;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;

}

h4.nowave, h3.nowave {
    background: transparent;
    margin-left: 8px;
}

h5.page-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.dateblock-widget {
    width: 40px;
    margin: 0 0 0 12px;
    padding: 0;
    vertical-align: middle;
}

.titleblock-widget {
    display: inline;
    padding: 0;
    width: 70%;
    margin: -4px 0 0 0;

}
#agenda-event-widget {
    margin-left: 30px;
    margin-right: -30px;
}
.widget-uitgelicht {
    max-height: 338px;
}
.widget-evenement-datum {
    margin-bottom: -20px;
}
h3.widget-evenement-h3 > a {
    font-variant: normal;
    text-transform: none;
}
h3.widget-evenement-h3 > a:hover {
    font-variant: normal;
    text-decoration: underline;
}
.widget-webinar-datum {
    font-weight: 600;
}
.dates-center {
    width: 40px;
    text-align: center;
    vertical-align: middle;
}
.single-event {
    position: relative;
    left: -5px;
    top: -5px;
}
.single-event.h2.calendar-day {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.single-event h2.calendar-month {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
h2.calendar-month-grey {
    color: #ccc !important;
}
h2.calendar-day {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
}

h2.calendar-month {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

h2.calendar-day-page {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    width: 100%;
    color : #000;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

h2.calendar-month-page {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin: 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;

}

a.calendar-link-page, .agenda-list a {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    position : relative;
    left : 15px;
    text-decoration: none;
    display: block;
    z-index: 9999;
}

.calendar-item a.calendar-link {
    font-family: 'open sans', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 200;
    text-decoration: none;
    display: inline;
    margin-top: 20px;
    cursor: pointer;
}

.calendar-item-home a.calendar-link {
    margin-left: 20px;
    display: inline;
    margin-top: 20px;
}


/* Homepageblocks links */

.menu-home-page-links-container ul {
    margin: 0;
    padding: 0;

}

.menu-home-page-links-container li a {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 100;
    font-family: 'open sans', sans-serif;

}

.menu-home-page-links-container li {

    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    margin-left: -8px;
    margin-right: -8px;

}

.main_image {
    height: 335px;
    /*-moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;

    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;*/
}

.featured-image-home {
    padding: 0;
    height: 335px;

}

.featured-image-home img {
    padding: 0;
    height: 335px;
    width: 100%;
    margin: 0 18px 0 0;
    background-size: cover;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

@media screen and (max-width: 992px) {
    #wrapper {

        margin: 152px auto 20px auto;

    }

    #wrapper.nowrap {
        margin: 40px auto 20px auto;
    }

    .featured-image-home img {
        margin-left: -4px;
    }

    .featured-image-home {
        margin-left: -4px;
    }

    .agenda-list {

        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    a.calendar-link-page, .agenda-list a {

        padding-left: 0;
        margin-left : -5px;
    }

    .page-header {
        text-align: left;
    }

    .navbar-collapse.collapse.in a {

        color: #00c3fb !Important;
        font-family: 'Montserrat', Sans-serif;
        font-size: 13px;
        font-weight: 700;
    }

    h1.single-title {
        margin-left: 22px;

    }
    .post-meta p {

        padding-left : 15px;
        padding-right : 15px;

    }
    .medewerker a.read-more {
        margin-left: 0;
    }
    a.themalink {
        margin-left: 15px !important;
    }
	#search-target {
	   background: #fff;
		position: relative;
		top: 20px !important;
		width: 105%;
		padding: 18px;
		display: none;
		min-height: 750px;
		margin-left: -18px;
	}
	h4.searchHeaders {
		margin-bottom : 12px;
		margin-left: 18px;
	}
    .news-category {
        margin-left: 15px;

    }
    .news-result {
        max-width: 90%;
    }

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .search {
        position: relative;
        top: 10px;
        left: 50px;
        max-width: 200px;
        float: right;
    }

}

@media screen and (min-width: 1201px) {
    .search {
        position: relative;
        top: 10px;
        left: -70px;
        max-width: 200px;
        float: right;
    }

}
.latest-news-home {

    background: #fff;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
mobile-news-top {
    margin-top : 20px;
}

.news-home {
    padding-left: 23px;
    padding-right: 18px;
    height: 143px;
    border-top: 1px solid #f2f2f2;
    border-right: 0;
    padding-top: 10px;

}

#nieuws-title-over {
    position: relative;
    bottom: 200px;

    z-index: 999;
    width: 100%;
    height: 200px;
    padding-left: 25px;
    padding-right: 9px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */

}

.nieuws-title-over-inner {

    position: absolute;
    bottom: 0;
    width: 75%;
    margin-left: -10px;
}

h1.nieuws-title-over {
    color: white;
    font-size: 26px;
    text-transform: none;
    /* text-decoration: underline; */
    font-family: 'montserrat';
    font-weight: 400;

}

h5.nieuws-title-over {
    color: white;
    background: transparent;
    padding-top: 2px;
    height: 20px;
    font-size: 14px;

}

.textwidget p {
    padding: 15px 15px 5px 15px;
}
.contact .textwidget p {
    padding: 0;
}
.contact .textwidget p iframe {
    padding-left: 18px;
}
.rounded {

    height: 100%;
    width: 100%;
}

a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 200;

    padding-bottom: 15px;
    display: inline;

}

li a {
    color: #000;

    font-family: 'open sans', sans-serif;
    font-size: 13px;

    font-weight: 200;

}

.widget_nav_menu select {
    background: #00c3fb;
    padding: 3px;
    color: #fff;
    margin-left: 0;
    margin-top: 10px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: right;
    margin-right: 10%;
}

.menu-home-page-links-container ul.menu li {
    background: transparent;
}

ul.menu li {
    background: #fff;
}

.menu-home-page-links-container ul.menu li:last-child {
    border-bottom: 0;
    padding-top : 15px;
}

.menu-nieuws-pagina-menu-container, .menu-over-de-unie-menu-container {
    background: transparent;
}

.jquery-responsive-select-menu {
    position: relative;

}

.menu-item a {
    padding-left: 10px;
}

.menu .current-menu-item  {
    background: #00c3fb;
    color: #fff;
}

.current-menu-item a {
    color: white;

}

.unieleftnav {

    /*margin-top: 12px;*/

}

.menu-nieuws-pagina-menu-container li:first-child, .unieleftnav li:first-child {

    /* -moz-border-radius-topright: 4px;
     -moz-border-radius-topleft: 4px;

     border-top-right-radius: 4px;
     border-top-left-radius: 4px;*/
}

.menu-nieuws-pagina-menu-container li:last-child, .unieleftnav li:last-child {

    /*    -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;

        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;*/
}

.spacer {
    height: 4px;
}

.spacer-home {
    clear: both;
    height: 18px;
}

.shift-left {

}

/* Newsletter shizzle */
.news-container {
    margin-bottom: 60px;
}
.post-meta img {
	max-width : 100%;
	}
.news-input {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    padding-top: 15px;

}

.news-input-first {
    border-top: 1px solid #f2f2f2;

}
.post-date.underphoto {
	position : relative;
	top : 25px;
    margin-bottom: 14px;
}
.news-submit {
    margin-top: 20px;
    border: 0;
    padding : 0;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    height : 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    letter-spacing: 0.02em;
    border-bottom: 1px solid;
}

.news-container-home {
    margin-left: 25px;
    width: 90%;

}

.news-input-home {
    border: 0;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-top: 0;
    background: transparent;
    width: 95%;
    color: #000;
}
.widget-wrapper .news-input-home {
	
	padding : 10px 0 10px 0;
	margin-left : 0px;

}
label {
	font-family: 'open sans', sans-serif;
       color: #000;
	font-size: 13px;
    font-weight: normal !important;
    font-family: 'open sans', sans-serif;

}
input[type="radio"], input[type="checkbox"] {
    margin: 10px 5px 0 !important;
	
    line-height: normal;
}

input.news-input-home {

    background: transparent;
    width: 270px;
    padding-top: 0;
    padding-bottom: 5px;
    color: #000;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 18px;
}
input.news-input-home:focus, input.news-input-home:active {
    outline: none;

}
.news-input-first-home {
    border-top: 1px solid #f2f2f2;

}

.news-submit-home {
    background: url('images/nieuwsbrief-button.png') no-repeat 0 4px;
    padding-left: 30px;
    height: 53px;
    width: 273px;
    border: 0;
	position : relative;
	left : -10px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
	border-radius : 6px;
}

/* Related posts widget */

.relatedposts {

}

.row .medewerker {

    display: block;
}
.row .medewerker .read-more {


    position : relative;

}
.medewerker-foto {

    float: right;
    margin-top: 10px;
}

.related-posts-item, .medewerker-item, .calendar-item {
    font-size: 13px;
    border-bottom: 1px solid #f0f8ff;
    padding: 10px 0 5px 0;

}

.publicatie-item {
    font-size: 13px;
    margin-top : 10px;
    padding: 0;

}

.calendar-item {
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: -24px;
    background: transparent;
}
.namecard-left {
    float: left;
    margin-right : 15px;
    max-width : 50%;
}
.namecard-right {
    float: right;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

#footer-wrapper form {
    color: white;
}

.read-more {
    clear: both;

}

a.read-more, a.read-more-home, a.downloadfile, a.aioseop-link {
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 0;
    color: #000 !important;
    letter-spacing: 0.02em;
    /*z-index : 99999;
    position: absolute;*/
}
	
a.read-more-home {
    position: relative;
    top: 10px;
}
a.read-more-search {
    font-family: 'Montserrat', sans-serif;
    border-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 0;
    color: #000 !important;
    letter-spacing: 0.02em;
}

/* {
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 0;
    color: #000 !important;
    top: 8px;
    position: relative;

}*/

.tg_preview_image {
    width: 130px;
    margin-top: -5px;
    margin-left: 41px;
    display: block;
}

.home .textwidget {

}

.homepagelinks {

}

.homepagelinks_container {
    margin-left: -32px;
    margin-right: -8px;
    height: 275px;
}

.homepagelinks_inner {
    height: 100%;

}

.linkitem_home {

    padding: 28px 0 28px 0;
    margin-left: -8px;
    margin-right: -8px;
    border-bottom: 1px solid #f2f2f2;
    display: block;
}

.linkitem_home_link {

    margin-left: 22px;
    padding-left: 2px;
    display: block;

}

a.linkitem_home_link {
    color: white;
    font-size: 13px;
    margin-top: 5px;
    font-family: 'open sans', sans-serif;

}

.linkitem_home a {
    text-decoration: none;
    display: block;
    font-weight: 400;

}

.widget-title-footer h3 {
    background: transparent;
    color: #000;
    font-size: 13px;
    font-weight: 200;
    font-family: 'open sans', sans-serif;
    text-transform: none;
    padding-left: 10px;

}

#footer-wrapper p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'open sans', sans-serif;
    padding: 0 0 0 10px;
}

#text-8 {
    margin-left: -18px;
    width: 265px;
}

.newsitem {
    margin-bottom: 12px;
    border-bottom: 0px solid #444;
}



.simple-image {
    position: relative;
}

.simple-image-text {
    padding: 15px 20px 0 0;
    position: absolute;
    z-index: 999;
    bottom: 200px;
}

.simple-image-link {
    padding-left: 15px;
    position: absolute;
    z-index: 999;
    bottom: 20px;

}

.simple-image-link a {

    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 0;
    color: #000 !important;
}

.line {
    width: 100%;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.teasertext {
    font-weight: 600;
}

td {
    vertical-align: top;
}

.category_image {

    margin: 0 !important;

}

.widget_nav_menu select {

    margin-top: 0;
}

#nav_menu-4 ul li, #nav_menu-3 ul li {
    text-align: left;
}

#nav_menu-4 ul li, #nav_menu-3 ul li {
    text-align: left;
}

.menu-footermenu1-container, .menu-footermenu2-container {
    text-align: left;
    margin-left: 0;

    display: inline;
}

#footer ul li {
    text-align: left;
    background-color: #00c3fb;
}

.searchresults {

    width: 100%;

}

.searctitle {
    margin-bottom: 20px;

}
.medewerker {
    clear : both;
    margin-left : 0px;
}
.searchdate {
    margin-left: 15px;
    margin-top: -2px;
    margin-bottom: 12px;
}

h1.nowave {
    background: transparent;
    height: 30px;

}



.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-top: 35px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 110%;
    font-family: Montserrat;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #00c3fb !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3px;
    background: transparent url(images/lijntje_klein.png) repeat-x center 22px;
}

.navbar-default .navbar-nav > li > a {
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 25px;
    font-family: 'Montserrat';
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
    color : #00c3fb;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-unie {
    border : 0;
    border-radius:0;
    background: transparent;
    color: #444;
    font-weight : 600;
    text-decoration: underline;
    margin : 0 0 0 -12px;

}
.tab-content {
    padding-left: 18px;
}

.tabs-meta {
    padding : 0;
    margin: 0;
}
.nav-tabs > li > a{
    color : #00c3fb;
    font-size : 12px;
    font-weight : bold;
    background: transparent;
    text-transform: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #00c3fb;
    border: 1px solid aliceblue;
    border-bottom-color: transparent;
    border-radius : 0;
}
h1.page-title-agenda  {
    margin-top : 18px;
    margin-left : 3px;
    font-family: 'Montserrat', Sans-serif;
}
.post-meta table {
    margin-left : 1px;
}

#custom_html-2 {
    border-bottom : 10px solid aliceblue;
}

@media (max-width: 1200px) {
    .wrapper {

        margin: 148px auto 20px auto;

    }
    input.news-input-home, .news-submit-home {
        width: 230px;
    }

    .news-submit-home {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        padding-left: 30px;
        border-radius: 0;
    }

    .news-submit {
        font-family: 'Montserrat', sans-serif;
        border-bottom: 1px solid;
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        color: #000 !important;
        letter-spacing: 0.02em;
        margin-left: 4px;
    }

    .navbar-nav {
        margin: 35px 0 10px 55px;
    }


	#search-target {
		
		top: 113px;
		
	}
    .navbar-collapse .social-icons {
        top: 42px;
    }

    .widget-wrapper-left {
        display: initial;
        margin-top : 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    #logo img {
        width: 80%;
        padding: 8px 0 3px 0;
        margin-left: -20px;
    }

    .footer-title {
        margin-top: 5px;
        margin-bottom: 4px;
    }

    .menu-footermenu2-container li a, .menu-footermenu1-container li a {
        font-size: 13px;
        font-family: 'open sans', sans-serif;
        border: 0;
    }

    .menu-footermenu2-container ul li, .menu-footermenu1-container ul li {

        list-style-type: none;
        margin-left: 0;
        padding: 0;
    }

}
@media (min-width: 992px) AND  (orientation: landscape) {
        .agenda-header {
        display: block;
    }
    .agenda-header-tablet {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .medewerker .type-medewerker {
        margin-bottom: 30px;
    }
	.themas {
        margin-left: 0;
    }
}
@media (min-width: 992px) AND (max-width : 1200px) {

    .themas {
        margin-left: 7px;
    }
    #text-2 > div.textwidget > p:nth-child(3) > a {
        top : -30px;
        position : relative;
    }
}
@media (min-width: 992px) {
    .container {
        padding-left: 0;

    }

    .post-meta {

        margin-left: 0 !important;
        /* min-height : 150px; */
    }
    li.filelist > a {
        padding-left : 0;
        margin-left : 0px;
    }
    ul.meer-over {
        padding-left: 0;
        margin-left: 0;
    }

}

/* =Media Queries
If you're working on a Child Theme, make sure that all
media queries are included in your style.css
-------------------------------------------------------------- */
@media screen and (max-width: 991px) {
    .contactbreak {
        display : block;
        height : 20px;
        margin-top : 10px;
        margin-bottom: 30px;
    }
    .whiteside {
        display: block;
    }

    .greyside {

        display: none;

    }
	
	.wrapper {
		margin: 0 auto 20px auto;
	}
    #text-2 > div.textwidget > p:nth-child(2)  {
        top : -10px;
        position : relative;
    }
    #text-2 > div.textwidget > p:nth-child(3) > a {
        top : -30px;
        position : relative;
    }
    .navbar-fixed-top {
        position: relative;
        margin: -20px;
        padding: 0;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    body {
        background: #fff !important;
    }

    #header #logo {

        margin-top: 15px;
		margin-left: 8px;

    }

    header {
        margin-top: 10px;
        margin-left: -10px;
    }

    .content-right, .sidebar-content {
        float: none;
    }

    #hero-image .fluid-width-video-wrapper {
        margin: 20px 0 0 0;
    }

    .widget-wrapper-left {
        padding-left: 0;
        background: transparent;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

    }

    .nav {
        margin: 0;
        padding: 0;

    }

    .navbar-collapse .social-icons {

        left: 15px;
        top: 1px;

    }

    #footer {

    }

    .footer-menu, #footer .social-icons, .copyright, .powered {
        text-align: center;
        float: none;
    }

    .featured-image-home img {
        margin-left: -8px;
    }

    .featured-image-home {
        margin-left: -4px;

    }

    .post-meta {
        padding: 8px;
        /* margin-left: 15px;
        margin-right: 15px;*/

    }
    .post-meta table {
        margin-left: 15px;
    }
    .widget-wrapper {
        padding-left: 0;
        margin: 0 0 30px 10px;
        /* width: 47%;*/
        float: left;
    }

    .tabs-meta, .tab-content {
        padding: 0 18px;

    }

    .navbar-default .navbar-nav > li > a {
        font-size: 120%;
        margin-right: 0;
    }
    #nav_menu-4 ul li, #nav_menu-3 ul li {
        text-align: center;
    }

    .menu-footermenu1-container, .menu-footermenu2-container {
        text-align: center;
        margin-left: 0;
        display: inline;
    }

    .menu-footermenu2-container li a, .menu-footermenu1-container li a {
        font-size: 13px;
        font-family: 'open sans', sans-serif;
        border: 0;
        text-align: center;
    }

    #menu-footermenu2 {
        text-align: center;
        color: red;

    }

    #text-8 {
        margin-left: -18px;
        width: 100%;
    }

    #widget-title-three, #widget-title-four, #text-16, #text-17 {
        text-align: left;
    }

    .widget-wrapper-left {
        position: relative;
    }

    #nieuws-title-over {
        margin-right: 0;
        width: 725px;
        margin-left: -10px;

    }
    #ajax_posts {

        height : auto;
    }

    .responsive-map iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
    .newsitem {
        width: 100%;
        clear: both;
        margin-left: 20px;
    }
    h3.widget-title-footer h3 {
        text-align: center;
    }

    #text-16, #text-17 {
        text-align: left;
    }

    #widget-title-three, #widget-title-four {
        text-align: left;

    }

    #nieuws-title-over {
        margin-right: 0;
        width: 500px;
        margin-left: -12px;

    }
    .row .medewerker {
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right : 4px;
    }
    .row  .bestuur {
        margin-bottom: 10px;
        margin-left: 25px;
        margin-right : 4px;
    }
    .footer-title {
        text-align: left;
    }

     

    .navbar-collapse .social-icons {
        float: none;
        left: 0;
    }

    /*.search {
        position : relative;
        top : 20px;
        left : -20px;
        float : left;
    }*/
    .searchresults {

        width: 100%;

        margin-bottom: 10px;

    }

    h1.nowave {
        background: transparent;
        height: 30px;

    }

    .searchtitle {
        margin-left: -10px;

    }

    .searchdate {
        margin-left: 5px;
        margin-bottom: 10px;
    }

    #mc_embed_signup {

        padding: 0 40px 0 40px;
    }

    .mobilecontent {
        margin:0;
		padding-top : 0;
        padding-left: 2px !important;
    }
    h5.in-page-title {
        margin-left: 15px;
    }
    .namecard-left a.read-more {
        margin-left: 0;
    }

    a.read-more.margin {
        margin-left: 15px;
    }
	
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

    .agenda-header {
        display: none !important;
    }
    .agenda-header-tablet {
        display: inline !important;
    }
}

@media screen AND (min-width: 992px) and (orientation: portrait) {
    .whiteplane {
        /* background-image:url("images/white.png");;
        background-position : 50% 50%; */
        background: #fff;
        margin-bottom: -140px;
        height: 100%;
        z-index: -200;
        overflow: hidden;

    }

    #footer {

        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .home {
        margin-top: 0px;
        margin-left: -12px;
    }

    ul, ol {
        list-style: disc;
        margin-left : -5px;
    }
    ul.downloadlist {
        list-style-type: none;
        margin-left : -25px;
    }
    .post-entry .post-date {
        margin-left : 0;

    }
    #accordion1 li.panel {
        margin-bottom: 0;
    }
    .content {
        /* min-height: 750px; */
        margin-left: 0;
        padding: 0;
    }
    .page-title, .nowave {
        /*margin-top: 30px;*/
        margin-left: 5px !important;
    }
	.themas h1.page-title{
        /*margin-top: 30px;*/
        margin-left: 15px ;
    }
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {

    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .teasertext, .addtoany_share_save_container {
        font-weight: 600;
        margin-left: 15px !important;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
        font-size: 120%;
        left: 0;
        right: 0;
        top: 120px;
        text-align: center;
        padding: 0;
        margin: 0;
        background: #ffffff;
        color: #00c3fb;
        width: 100%;
        overflow: hidden;

    }

    .navbar-collapse.collapse.in a {
        color: white;
    }

    .collapsing {
        overflow: hidden !important;
        display: none;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

        color: white;

    }

    #nav_menu-4 ul li, #nav_menu-3 ul li {
        text-align: left;
    }

    #footer {
        text-align: center;
    }
    .post-meta h2, .post-meta h3 {
        margin-left : 15px;
    }
    .post-meta > ul  {
        margin-left: 10px !important;
    }
    p.in-page-title {
        padding : 3px 0;

    }
    h1.single-title {
        margin-left : 7px;
    }
    h2.in-page-title {
        padding : 3px 0;
        margin-left :0;
    }
    .post-date {
        margin-left : 0;
    }
    a.back{
        margin-left : 8px;
    }
    h1.single-title-nieuws {
        margin-left : 25px;

    }
    ul.downloadfile > li > a {
        margin-left : 15px;
    }
    ul.downloadlist > li > a {
        margin-left : 15px;
    }
	#source {
		font-size: 11px;
		font-style: italic;
		margin-left : 15px;
	}
	ul.meer-over > li >a {
		margin-left : 15px;
	}
}

@media screen and (max-width: 768px) {
    body {
        background-color: white !important;
        background: white !important;
    }
    .wrapper {
        clear: both;
        margin: 20px auto 20px auto;
        position: relative;
        min-height: 700px;
    }
    .home {

        margin-top: 0;
    }


    .blue, .white {
    }
    .widget-uitgelicht {
        height: 360px !important;
        background: #00c3fb;
    }
    .widget-home-waterschap {

        background: #fff;
        margin-top : 10px;
        height: 170px;

    }

    .widget-home-nieuwsbrief {

        background: #fff;
        margin-top : 10px;
        height: 170px;

    }

    .white {

        background: white;

    }

    .whiteback {
        display: none;
    }

    .search {
        position: relative;
        left: 0;
        top: -15px;
        float: none;
    }
    div.search-bar {
        margin-left: 15%;
        margin-top : 8px;
    }
    #nieuwscolumn {
        margin-left: 5%;
    }
    .social-icons {
        left: 0 !important;

        float: none;

    }

    #nieuws-title-over {

        width: 485px;
        margin-left: -10px;

    }

    #nav_menu-4 ul li, #nav_menu-3 ul li {
        text-align: center;
    }

    #footer {
        text-align: center;
    }

    #nav_menu-4 ul li, #nav_menu-3 ul li {
        text-align: center;
    }
    .main_image {
        margin-right : -25px;
    }
/*    .page-title, .nowave {
        margin-left: 10px !important;
    }*/
    .post-entry .post-date {
        margin-left : 0;

    }
	.newsitemdate {
		margin-left: 0;
	}
    .content {

        margin-top: 0;
       

    }
    .widget-home a.read-more, .news-home a.read-more  {
        margin-left : 0;
    }
    .widget-title, .widget-title-home h3 {
        display: block;
        background: transparent !important;

    }

    .contact-widget-home1 {
        background: #00c3fb;
        max-height: 182px;
    }

    .ipad {
        /*margin-left : 20px;*/
    }
    h1.single-title {
        margin-left : 22px;
    }
    h1.page-title-agenda  {
        clear: both;
        margin-left: 15px !important;
    }
    h4.page-title {
        margin-left: 10px !important;

        /* background: url(images/lijntje_klein.png) repeat-x center 32px; */
    }
    h5.in-page-title {
        margin-left : 15px;
    }
    h2.calendar-day {
        margin-top: 3px;
        text-align : left;
    }
    .list-puntate > div {
        text-align: left;
    }
    .namecard-left a.read-more {
       /* margin-left: 15px;*/
    }
    li.filelist > a {
        padding-left: 0;
        margin-left: 15px;
    }
    ul.downloadlist > li > a {
        margin-left: 15px;
    }
	a.newsitemlink {
		margin-left : 0;
	}
    .gform_wrapper {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .single-event {
        position: relative;
        left: -5px;
        top: -5px;
        width: 15%;
    }
    h2.calendar-month {
        text-align: left;
    }
}

@media screen and (min-width: 768px ) and (max-width: 992px) {



    .post-meta {
        /*margin-left: 15px;*/
    }

    .single-event {
        margin-left : 10px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .ipad {
        margin-left: 20px;
    }
    .page-header {

        margin-left: 15px;
    }
    .page-icon {

        margin-left: 8px;
    }
	h1.page-title {
		margin-left : 15px;
	}
    h3.agenda-maand {
        margin-left: 24px;
    }
    .post-meta {

    }
    .namecard-left a.read-more {
        margin-left: 15px;
    }

    ul.downloadlist {

        margin-left: 0px;
        padding-left : 0;
    }
}

@media screen and (max-width: 768px) {



    #wrapper.nowrap, #wrapper {
        margin: 20px auto 20px auto;
    }

    #header #logo {
        float: left;
        margin-top: 10px;

    }
	.agenda-content-page {
		margin-left : 20px;
	}
    .content-right, .sidebar-content {
        float: none;
    }

    #hero-image .fluid-width-video-wrapper {
        margin: 20px 0 0 0;
    }

    #hero-image {
        margin: 20px 10px;
    }

    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
        float: none;
        text-align: left;
    }

   /* h1.single-title {
        margin-left: 10px;
    }*/

    .post-meta p {

        /* margin : 0 15px 0 15px;*/
    }

    .widget-wrapper-left {
        background: transparent;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #footer {
        text-align: center;

    }

    #footer .social-icons {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .powered {
        text-align: center;
    }

    .homepagelinks-inner {

    }

    .homepagelinks {
        height: 25px;
    }

    .tabs-meta, .tab-content {
        padding-left: 18px;
    }

    .agenda-list {

        padding-top: 10px;
        padding-bottom: 10px;
    }

    #nav_menu-4 ul li, #nav_menu-3 ul li {
        text-align: center;
    }

    .page-header {

        margin: 0;

    }
    .news-text {
        margin-left : 15px;
        
    }
    .page-header-home .page-icon {
        display: none;
    }

    .medewerker-item {

        margin-left: -15px;
    }

    ul.thema_menu_mobile {

        margin-left: 0;
        margin-right: 0;
    }


    .single-event {
        margin-left : 25px;
    }
	.is-provider-youtube {
		    width: 100%;
			height: auto;
			/* margin-left: 12px; */
			text-align: center;
	}
}

@media screen and (max-width: 480px) {
    .widget {
        padding: 0;
    }
	ul.meer-over > li >a {
		margin-left : 0px;
	}
    .whiteside {
        padding-top: 220px;
        z-index: -99999;
        margin-left: -180px;
        display: none;
    }
    .news-text {
        margin-left : 15px;
    
    }
    .greyside {
        background: #f2f2f2;
    }
	.newsitemdate {
		margin-left: 0 !important;
	}


    .homepagelinks-container {
        height: 300px;
    }

    #header #logo {
        float: left;
        text-align: left;
    }

    #logo img {
        margin-top: 8px;
        margin-left: 20px;
        width: 120px;
    }

    #logo {
        width: 50%;
    }
	.navbar-toggle {
		margin-right: 30px;
	}
	.content {
		 margin-left : 38px;
	}
    .content-right, .sidebar-content {
        float: none;
    }

    #hero-image .fluid-width-video-wrapper {
        margin: 20px 0 0 0;
    }

    #hero-image {
        margin: 20px 10px;
    }

    .featured-title {
        font-size: 35px;
    }

    .footer-menu li {
        float: none;
        text-align: center;
    }

    .widget-wrapper {
        padding-left: 0;
    }

    .widget-wrapper-left {
        padding-left: 0;
    }

    #footer {
        text-align: center;
    }

    #footer .social-icons {
        text-align: center;
    }

    .copyright {
        text-align: center;

    }

    .powered {
        text-align: center;

    }

    .linkitem_home {
        padding: 28px 0 28px 0;

    }
    /* margin-top: 30px; */
    .page-title {
        margin-left: 0;
    }
    .page-icon {
        margin-left : 8px;
    }
    .page-header {
        margin: 0 0 0 0;
    }

    .post-meta {
        padding: 0;
        margin: 0;
		margin-left: -35px;
    }

    .post-meta p {

        /*margin-left: 15px;
        margin-right: 15px;*/
    }

    .post-meta h3, .post-meta h2 {
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .post-meta-mobile {
        padding: 0 0px;
        clear: both;
        margin: 0;
    }

    .post-meta .agendaData {
        margin-left : 0px;
    }
    .post-meta table {
        margin-left : 15px;
    }
    .post-entry {
        padding-right: 0;
    }

    .widget-wrapper {
        margin-left: 0;
        width: 100%;
    }

    .tab-content {
        padding: 8px;
    }
    .tabs-meta {
        margin:0px;

    }

    .widget_nav_menu select {
        margin-left: -5px;
    }
    .spacer-top {
        height : 8px;
    }
    .row .medewerker {
        margin-bottom: 10px;

        margin-right : 4px;
    }
    .row .bestuur{
        margin-bottom: 10px;
        margin-left : 25px;
        margin-right : 4px;
    }

    .footer-title h3 {
        padding: 0;
        color: red;
        text-align: center;
    }

    li.menu {
        text-align: center;
    }
    li.filelist > a {
        padding-left: 0;
        margin-left: 0px;
    }

    .page-header-home {
        margin: 20px 0 0 -25px;
    }

    ul.thema_menu_mobile {

        margin-left: -40px;
        margin-right: 0;
    }

    ul.agenda_menu_mobile {

        margin-left: -65px;
        margin-right: -50px;
    }
    ul.filelist {
        margin-left: 15px;

    }
	ul.downloadlist > li > a {
		margin-left: 0;
	}
    .geen-berichten {
        height: auto;
        background: #fff;

    }

    .newsitem {
        margin-bottom: 8px;

    }

    .newsitem h5 {
        margin-top: 3px;
        margin-bottom: 10px;
    }

    a.mobile-front-news {
        text-decoration: none;
    }

    ul.meer-over {
        margin-left: 15px;
        padding:0;
    }
    .contactbreak {
        display: block;
        height: 20px;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .medewerker-item {

        margin-left: -15px;
    }
   /* .medewerker a.read-more {
        margin-left :0;
    }*/
    .medewerker  a.in-page-title {
        margin-left :15px;
    }

    h1.single-title {
        margin-left: 15px;
        margin-right: 15px;
    }

    h1.specialnews {
        font-size: 18px !important;
        margin-left : 20px !important;
    }
    h1.page-title-agenda {
        margin-top: 22px;
        margin-left: 0px;
    }
    h2.in-page-title {
        margin-bottom: 5px;
        margin-left : 0;
        margin-top : 0;
        height : 24px;
    }

    .post-meta .post-meta h3 {
        margin-left: 20px;
    }
    .mobile-content-expanded h3 {
        margin-left: 0px;
    }
    h4.page-title, h1.page-title {
        text-align: left;
        width: 100%;
        margin-left: 0 !important;
        padding : 0;
        margin-bottom : 25px;


    }
    .post-date {
        margin-left: 15px;
    }

    .post-entry .post-date {
        margin-left: 0px;
    }

    .related-posts-item .post-date {
        margin-left: 0;
    }

    .widget-title {
        margin-left: 0;
    }

    .search {
        top: -20px;
        margin-right: 12px;

        width: 100%;
    }
    h1.search-entry {

        margin-left : 0;



    }
    .search .fa {
        color: #00c3fb;
        font-size: 190%;
    }

    .search .btn-default {
        color: #00c3fb;
        background-color: #fff;
        border-color: transparent;
    }

    .searchtitle {
        margin-left: 0;
    }
	.is-provider-youtube {
		max-width: 94%;
		height : auto;
		margin-left: 12px;
	}
    .content {
        margin-top: 0;
		margin-left: 37px;
        max-width: 90%;
    }
    .content.nieuws {

        margin-left: 35px;

    }
    .collapse {
        padding: 0;
    }

    .collapse .post-meta {
        padding: 8px;
    }

    .panel .collapse p {
        /*padding: 2px 0;*/

    }

    .panel .collapse .collapse p {
        padding: 2px 0px;
    }

    .panel .collapse > h3 {
        padding-left: 8px;
    }

    .modal-title {
        font-size: 130%;

    }

    ul.nav-tabs {
        margin-left: -12px;
        margin-right: -12px;
        padding: 0;
    }

    .tab-pane h3.download {
        margin: 8px 5px;
        float: left;
    }

    .tab-pane .post-date {
        margin: 8px 0px;

    }
    .responsive-map iframe{
        left:0;
        right: 0;
        top:0;
        padding:0;
        margin: 0;
        height:100%;
        width:100%;
        position:absolute;
    }
    .mobile-content-expanded ul li {
        margin-left:-40px;
        padding-left: 0;
    }
    a.back{
        margin-left : 0;
    }
	a.newsitemlink {
		margin-left : 0;
	}
	.news-image {
		width : 140%;

	}
}
@media screen and (max-width: 320px) {

	.news-image img{
		width : 170%;

	}
	.news-text {
		width : 120%;
		}
}
#black-studio-tinymce-6, #black-studio-tinymce-5 {
    margin-top: -28px;
    margin-left: -5px;
}


.mc4wp-alert .mc4wp-success .mc4wp-success-message {
	margin-left : 15px;
	border : 1px solid #f2f2f2;
}
#submitError {
	
		margin-right: -5px;
}
.widget-wrapper #mc4wp-form-1 > form > p.mc-field-group {

	margin-left : 7px;
}
.widget-wrapper .news-submit-home {
    margin-left : 9px;
}

#mc4wp-form-1 {
	margin-top : 20px;
}
input[type=checkbox].css-checkbox {
    width:20px; 
    float:left; 
    margin-top:1px !important; 
    padding:9px; 
    height:1.3em;
	background: #fff;
	color : #00c3fb;
	border : 1px solid #00c3fb;
	clip: rect(0 0 0 0); 
	border-radius: 0;
    }

label.css-label {
	margin-left : -13px;
}
p.checkboxes {
	margin-top : 15px;
    margin-left : 10px;
}
/*
input[type=checkbox].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:25px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -25px;
}
label.css-label {
	background-image:url('images/csscheckbox_391ce065f36b1460c4845fa9b5173fba.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

#post-163 > section > p:nth-child(12) > a {
    width: 145px;

}
a.mobile-link  {
    width: 145px;
}

/*.gform_wrapper .gform_body .gform_fields .gfield .name_first {border: 1px solid red;}*/

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: block;
    font-size: .813em;
    letter-spacing: .1pt !important;
    font-family: 'Montserrat';
    white-space: nowrap;
    font-weight: 700;
    margin-bottom : 2px !important;
}
.gform_wrapper label.gfield_label {
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: .813em !important;

}
.gform_wrapper .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.0;
    clear: both;
    position:relative;
    top : 9px;
}
#field_2_6 > label {
    display : none !important;
}

