/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 13px;
    line-height: 1.4;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 150%;
    /* Google font */
    font-family: 'Arial', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#container{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    *zoom: 1;
}

/* TITLE CLASS */
.title {
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 550px;
    text-transform: uppercase;
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-weight: 400;
}

/* Narrow class */
.eenmaal_narrow{
    width: 60%;
    margin: 0 auto;
    max-width: 580px;
}

#header_menu_ul li{
    font-weight: 400;
}

/* lists */
#header_menu #nav{
    width: 60%;
    float: left;
    margin: -17px auto 0 auto;;
    text-align: justify;
    padding: 0 20px 0 20px;
}

#header_menu #nav * {
    display: inline;
}

#header_menu #nav ul{
    list-style: none;
    text-align: justify;
    padding: 0;
    margin: 0;
}

#header_menu #nav ul li{
    display: inline-block;
    white-space: nowrap;
}

#header_menu #nav ul li a{
    text-decoration: none;
    color: black;
}

#header_menu #nav span.justify {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
}

.li_header_image img {
    padding-top: 0px;
}

/* Header */
#header_logo{
    margin: 40px auto 20px auto;
    width: 136px;
    display: none;
}

#header_menu{
    margin: 60px auto 0px auto;
    width: 100%
}

.menu_border{
    border-top: solid black 2px;
    margin-top: 48px;
    width: 15%;
    height: 1px;
    background-position: center;
    float: left
}

.menu_border.first{
    margin-right: 5%;
}

.menu_border.last{
    margin-left: 5%;
}
#header_hero_image {
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

.cycle-slideshow ul,
.cycle-slideshow li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.cycle-slideshow li img {
    max-width: 100%;
    max-height: 100%;
}

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 1800;
    height: 100%;
    cursor: pointer;
}

.cycle-next {
    left: 0;
    background: url('../../images/slider_left.png') 5% 50% no-repeat;
}

.cycle-prev {
    right: 0;
    background: url('../../images/slider_right.png') 95% 50% no-repeat;
}


/* Blog */

#blog-overview{
    margin-top: 60px;
}

#blog-overview ul{
    list-style: none;
    padding-left: 0px;
    width: 100%;
    max-width: 1140px;
}

#blog-overview ul li.first{
}

#blog-overview ul li.last{
    margin-left: 40px;
}

#page_blog_detail{
    margin-top: 50px;
    position: relative;
}

.article h1,
#blog-overview ul h2{
    text-transform: uppercase;
    margin: .83em 0 0 0;
    font-size: 18px;
    font-weight: normal;
}


#page_blog_detail .article-date{
    color: #9a9a9a;
    margin-bottom: -10px;
}

.article-date{
    color: #9a9a9a;
    margin-bottom: 10px;
}

#blog-overview ul h2 a {
    text-decoration: none;
    color: black;
    font-weight: normal;
}

#blog-overview ul li {
    width: 50%;
    max-width: 550px;
    float: left;
}

/* Blog paginering */
#blog-overview div.pagination {
    height: 40px;
    position: relative;
    margin: 0 auto 30px auto;
    width: 98%;
    max-width: 350px;
    text-align: center;
}

div.pagination lu{
    text-align: center;
}

#about_container,
#contact_container{
    width: 50%;
    max-width: 550px;
    float: left;
}


#contact_container{
    margin-left: 40px;
}

#contact_about_container{
    width: 100%;
}

#about_container_bottom a{
    color: #888888;
}

@media screen
and (max-width: 1140px) {
    #blog-overview ul li.first,
    #blog-overview ul li.last{
        max-width: 580px;
        width: 100%;
        margin: 0 auto;
    }

    #blog-overview ul{
        max-width: 580px;
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    #blog-overview div.pagination{
        max-width: 350px;
        margin: 0 auto 30px auto;
        width: 95%;
    }
}

@media screen
and (max-width: 1140px) {
    #contact_about_container{
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }

    #about_container,
    #contact_container{
        width: 100%;
        max-width: 550px;
        margin: 40px auto 0 auto;
    }
}


#article_back_to{
    width: 85%;
    margin: 0 auto;
    max-width: 880px;
    padding-top: 10px;
}

#article_detail{

}

.article-content{
    min-height: 400px;
}

#article_content_left{
    width: 550px;
    float: left;
}

#article_content_right{
    width: 550px;
    margin-left: 40px;
    float: left;
}

.article-text a,
.article-content a{
    color: #888888;
}

/* blog details */
@media screen
and (max-width: 1140px) {
    #article_content_left,
    #article_content_right,
    #article_detail{
        width: 95%;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media screen
and (max-width: 560px) {
    #article_detail{
        width: 95%;
        max-width: 550px;
        margin: 0px auto;
    }

}

div.pagination .previous, div.pagination .next { position: absolute; height: 40px; top: 0px; padding: 10px 0; }

div.pagination .previous a, div.pagination .next a { display: block; color: #AAAAAA; font-size: 12px; font-weight: bold; text-decoration: none; text-transform: uppercase; }

div.pagination .previous a:hover, div.pagination .next a:hover { color: #75afb5; }

div.pagination .previous { left: 0px; }

div.pagination .next { right: 0px; }

#blog-overview div.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 95%;
    max-width: 350px;
    height: 40px;
    list-style: none;
    text-align: center;
}


#blog-overview div.pagination li {
    display: inline-block;
    height: 40px;
    width: 20px;
    text-align: center;
    margin: 0 2px;
    color: #cdcdcd;
    background: #ffffff;
    float: none;
}

div.pagination li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #ffffff;
    color: #cdcdcd;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

div.pagination li a:hover {
    color: #cdcdcd;
    background: #ffffff;
}

div.pagination li.active a {
    background: #ffffff;
    color: #888888;
    font-weight: bold;
}

div.pagination .previous{
    margin-right: 10px;
    margin-left: 10px;
}

div.pagination .next{
    margin-left: 10px;
    margin-right: 10px;
}

/* next and previous op de blog_detail page */
#blog_navigation{
    width: 100%;
    margin-top: 20px;
}

#blog_navigation_prev{
    width: 50%;
    height: 80px;
    float: left;
    position: absolute;
    left: -70px;
    bottom: 50%;
    margin-top: -80px;
}

.blog_nav_prev{
    height: 80PX;
}

a#page_blog_a_prev{
    width: 50px;
    height: 77px;
    background-image: url('../../images/blog_swipe_left.png');
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    display: block;
}

#blog_navigation_next{
    width: 70px;
    height: 80px;
    float: left;
    position: absolute;
    right: -70px;
    bottom: 50%;
}

a#page_blog_a_next{
    width: 50px;
    height: 80px;
    background-image: url('../../images/blog_swipe_right.png');
    background-repeat: no-repeat;
    background-position: center right;
    text-decoration: none;
    display: block;
}

#blog_detil_swipe_description{
    width: 100%;
    max-width: 550px;
    margin: 40px auto 0 auto;
    text-align: center;
    color: #cdcdcd
}

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

    #article_content_left{
        width: 100%;
        max-width: 450px;
        float: left;
    }

    #article_content_right{
        width: 100%;
        max-width: 450px;
        margin-left: 40px;
        float: left;
    }

    #article_detail{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    #blog_navigation_next,
    #blog_navigation_prev{
        width: 50%;
        float: none;
    }

    #blog_navigation_next{
        text-align: right;
        margin-left: 0px;
        position: relative;
        left: 570px;
        margin-top: -80px;
    }

    #blog_navigation_prev{
        text-align: left;
        margin-left: 0px;
        position: relative;
        left: 0px;
    }

    a#page_blog_a_next{
        width: 50px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center right;
        text-decoration: none;
        float: right;
        position: relative;
        bottom: 400px;
    }

    a#page_blog_a_prev{
        width: 50px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center left;
        text-decoration: none;
        position: relative;
        bottom: 400px;
    }
}

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

    #article_content_left{
        width: 95%;
        max-width: 550px;
        float: left;
    }

    #article_content_right{
        width: 95%;
        max-width: 550px;
        margin-left: 0px;
        float: left;
    }

    #article_detail{
        width: 95%;
        max-width: 550px;
        margin: 0 auto;
    }

    #blog_navigation{
        width: 95%;
        max-width: 550px;
        margin: 0 auto 30px auto;
        height: 80px;
    }

    #blog_navigation_next,
    #blog_navigation_prev{
        width: 50%;
        float: left;
        margin-top: 0px;
        bottom: 0;
    }

    #blog_navigation_next{
        text-align: right;
        margin-left: 0px;
        left: 0px;
    }

    #blog_navigation_prev{
        text-align: left;
        margin-left: 0px;
    }

    a#page_blog_a_next{
        width: 50px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center right;
        text-decoration: none;
        float: right;
        position: relative;
        bottom: 0px;
    }

    a#page_blog_a_prev{
        width: 50px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center left;
        text-decoration: none;
        position: relative;
        bottom: 0px;
    }
}

button, input {
    font-family: Arial, Helvetica, sans-serif;
}

a.button {
    /* Sliding right image */
    background: transparent url('../../images/readmorebutton_right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 8px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    font-style: italic;
}
a.button span {
    /* Background left image */
    background: transparent url('../../images/readmorebutton_left.png') no-repeat;
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 4px 0 5px 8px;
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
}

a.button:hover span{
    text-decoration:underline;
}

/* share a blog-item */
#article-share{
    margin-top: 20px;
}

/*about*/

#contact_about{
    margin-top: 40px;
}

#contact_about .title{
    color: #222222;
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 30px;
}

#about_container_text{

}

#about_container_bottom{
    width: 100%;
    float: left;
    height: 100%;
}

#about_container_bottom div.closed{
    overflow: hidden;
    height: 100px;
}

#about_container_bottom #about_read_more_container{
    max-width: 550px;
    margin: 20px auto 0 auto;
}

.contact_about_margin{
    margin-top: 10px;
}

#about_container-right{
    width: 50%;
    float: left;
}

#about_container_bottom div,
#about_container-right div{
    width: 100%;
    margin: 0 auto;
}

#about_container-right div{
    text-align: right;
}

@media screen
and (max-width : 1140px){
    #about_container_text{
        width: 95%;
        max-width: 550px;
        margin: 0 auto;
    }

    #about_container_top{

        width: 95%;
        max-width: 550px;
        margin: 0 auto;
    }

    #about_container_bottom{
        width: 100%;
        max-width: 550px;
        margin: 10px auto 0 auto;
    }

    #about_container_bottom div.text{
        width: 95%;
    }

    #about_container_bottom div#about_read_more_container{
        width: 95%;
    }
}

/* Contact */
#contact_container_left,
#contact_container_right{
    width: 50%;
    float: left;
}

#contact_info_map{
    width: 100%;
}

#googleMap{
    width: 100%;
    height: 290px;
}

#contact_info_address,
#contact_info_editions{
    width: 49%;
    float: left;
}

#contact_info_share div{
    width: 100%;
    max-width: 140px;
    margin: 0 auto 80px auto;
    height: 30px;
    text-align: center;
}

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

    #contact_container_text{
        width: 95%;
        max-width: 550px;
        margin: 0 auto;
    }

    #contact_container_top,
    #contact_container_bottom{
        width: 95%;
        max-width: 550px;
        margin: 0 auto;
    }

    #contact_container_bottom{
        margin-top: 10px;
    }
}

/* media query voor contact */
@media screen
and (max-width: 600px) {
    #contact_info_address,
    #contact_info_editions{
        width: 100%
    }

    #contact_info_editions{
        margin-top: 30px;
    }

    #contact_info_editions div{
        float: left;
    }

    #contact_back_to_top{
        text-align: left;
        margin-left: 0px;
        margin-top: 5px;
    }
}

/* share buttons */
.article-share{
    width: 100px;
    margin: 0 auto;
}

a.addthis_button_facebook span,
.addthis_button_facebook span{
    display: none !important;
}

a.addthis_button_facebook {
    background-image: url('../../images/facebook_logo.png');
}

.addthis_button_twitter span{
    display: none !important;
}

a.addthis_button_twitter{
    background-image: url('../../images/twitter_logo.png');
}

.addthis_button_tumblr span{
    display: none !important;
}

a.addthis_button_tumblr{
    background-image: url('../../images/tumblr_logo.png');
}

a.addthis_button_tumblr,
a.addthis_button_facebook,
a.addthis_button_twitter{
    width: 24px !important;
    height: 24px;
    margin: 10px;
}

#contact_info_share .at15t_twitter,
.article-share .at15t_twitter{
    background-image: url('../../images/twitter_logo.png') !important;
    width: 24px !important;
    height: 24px !important;
}

#about_container_bottom p,
#contact_container_bottom p{
    margin: 0;
}

#contact_container_bottom a{
    color: #888888;
}

/* footer */
#footer_copyright{
    float: left;
    width: 49%;
    color: #cdcdcd;
}


#footer{
    margin-top: 0px;
    padding-bottom: 30px;
}

#footer_copyright{
    width: 50%;
}

#footer_bolden{
    float: left;
    width: 50%;
    color: #cdcdcd;
}

#footer_copyright div{
    padding-left: 10px;
}

#footer_bolden div{
    text-align: right;
    padding-right: 10px;
}

#footer_bolden div a{
    color: #cdcdcd;
    text-decoration: none;
}

/* media query voor footer */
@media screen
and (max-width: 600px) {
    #footer_copyright{
        width: 50%;
    }

    #footer_bolden{
        width: 50%;
        padding-left: 10px;
    }
}

/*media query */
@media screen
and (max-width: 800px) {
    #header_menu #nav{
        width: 100%;
        margin: 0 auto;
    }

    .menu_border{
        display: none;
    }

    #header_menu{
        margin: 105px auto 0px auto;
        width: 100%
    }
}

@media screen
and (max-width: 450px) {
    #header_menu #nav ul li.li_header_image{
        display: none;
    }

    #header_logo{
        display: block;
    }

    #header_menu{
        margin: 10px auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* mailchimp */
.newsletter {
    margin-top: 40px;
}
.newsletter input {
    line-height: 20px;
    padding: 3px 5px;
    margin-right: 10px;
    float: left;
    border-color: #8f8f8f;
}
.newsletter button {
    background: transparent url('../../images/button-bg.png') no-repeat;
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 4px 0 5px;
    color: #888888;
    font-style: italic;
    border: none;
    text-align: center;
    width: 34px;
}
#message {
    display: none;
    background-position: 20px center;
    background-repeat: no-repeat;
    border: 1px solid;
    left: 50%;
    margin-left: -250px;
    padding: 30px 60px;
    position: fixed;
    top: 40%;
    width: 500px;
    z-index: 99999;
    font-size: 14px;
}

#message .cross {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('/images/message_cross.png');
    cursor: pointer;
}

#message span {
    display: block;
    width: 100%;
    text-align: center;
}

#message.success {
    background-color: #efffb9;
    background-image: url("/images/success.png");
    border-color: #99c600;
    color: #99c600;
}

#message.success .cross {
    background-position: -20px 0px;
}

#message.error {
    background-color: #fccac2;
    background-image: url("/images/error.png");
    border-color: #eb5339;
    color: #eb5339;
}

#message.error .cross {
    background-position: 0px 0px;
}

