html {
  scroll-behavior: smooth;
}

body{
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    color: #434F5B;
}

.red{
    color: #9E0040;
}

body.green{
    background: #8BB569;
}

.green-color:hover{
    color: #64A330;
}

.grey{
    color: #F7F7F7;
}

/* For EI8 */
header, nav, section, article, aside, footer {
    display:block;
}

/****************************************************************************************************************/
/** Top bar ******************************************************************************************************/
.top-bar{
    background: #434f5b;
}

.top-bar .container{
    padding: 5px 20px;
}

.leiflijn{
    padding-bottom: 5px;
}

.leiflijn img{
    float: left;
    margin: 0 5px 0 0;
}

.leiflijn p{
    margin: 0;
}

.leiflijn a{
    color: #ffffff;
}

.leiflijn a:hover{
    color: #ffffff;
}

.leiflijn p.leiflijn-text{
    line-height: 1.5em;
    font-size: 1.2em;
    color: #ffffff;
}

.leiflijn p strong{
    font-size: 1em;
}

/*.search{
    float: right;
}

.search .btn{
    float: right;
}

.search .btn [class^="icon-"],
.search .btn [class*=" icon-"]{
    padding: 0;
    font-size: 1.2em;
}*/

#search-button [class^="icon-"],
#search-button [class*=" icon-"]{
    font-size: 1.4em;
    padding: 0;
}

#search-form .input-group{
    max-width: 300px;
    float: right;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group{
    margin-left: 0;
}

.become-a-member {
    text-align: right;
    padding: 10px;
}

.become-a-member a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: 7px;
}

.become-a-member a:hover {
    color: #434F5B;
    background: white;
}

/****************************************************************************************************************/
/** Header ******************************************************************************************************/

.header .container{
    padding: 10px 20px;
}

.logo{
    width: 200px;
    float: left;
}

.logo a{
    display: block;
}

@media (min-width:1200px){
    .logo{
        border: 1px red solid;
    }
}

.navbar{
    margin-bottom: 0;
    min-height: inherit;
    background: none;
}

.navbar-default{
    background: none;
    border: none;
    border-radius: 0;
}

.navbar-brand{
    padding: 0;
    height: 50px;
}

.navbar-brand img{
    height: 50px;
}

.navbar-nav{
    margin: 7px 0;
}

.navbar-collapse{
    padding: 0;
    border: none;
}

.nav > li{
    padding: 0 15px;
}

.nav > li > a{
    padding: 10px 0;
}

.navbar-default .navbar-nav > li > a{
    color: #344040;
    padding: 15px 0px;
    transition: color 0.2s ease 0s;
    bottom: -2px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    }

.navbar-default .navbar-nav > li > a:hover,
.nav > li > a.active{
    color: #8BB569;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background: none;
    color: #8BB569;
}

.header{
    border-bottom: 2px solid #eee;
    background: #E8EBED;
}

.dropdown-toggle .caret{
    color: #778899;
}

@media (min-width:768px){
    .nav > li{
        padding: 0 0 0 20px;
    }

    .navbar-brand img{
        height: 70px;
    }

    .navbar-header{
        float: left;
    }

    .navbar-nav{
        margin-bottom: 0;
        margin-top: 20px;
        display: block;
    }

    #main-menu{
        float: none;
        clear: both;
        /*border: 1px yellow solid;*/
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a{
        vertical-align: middle;
        line-height: 1em;
    }

    .navbar-default .navbar-nav > li{
        max-width: 120px;
        vertical-align: middle;
    }
}

@media (min-width:992px){
    #main-menu{
        text-align: center;
        clear: none;
        /*border: 1px red solid;*/
    }



    .navbar-default .navbar-nav > li{
        max-width: 150px;
    }
}

@media (min-width:1200px){
    .header{
        height: 90px;
    }

    .navbar-nav{
        margin-top: 10px;
    }

    #main-menu{
        text-align: center;
        float: right;
        /*border: 1px blue solid;*/
    }
}

.navbar-default .navbar-toggle{
    background: #8BB569;
    color: #ffffff;
    border: none;
    transition: all 0.4s ease 0s;
    margin-right: 0;
}

.navbar-default .navbar-toggle:hover{
    background: #64A330;
}

.navbar-default .navbar-toggle .icon-bar{
    background: #ffffff;
}

/****************************************************************************************************************/
/** General layout **********************************************************************************************/

.container{
    padding: 20px;
}

.content-main{
    background: white;
    padding: 20px;
    border-radius: 4px;
}

@media(min-width:760px){
    .content-main{
        background: white;
        padding: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
        border-radius: 4px;
    }
}

hr{
    margin: 40px 0;
}


/****************************************************************************************************************/
/** Breadcrumbs *************************************************************************************************/

.breadcrumbs{
    font-size: 0.9em;
}

.breadcrumbs span::before{
    color: #ccc;
    content: "/ ";
    padding: 0 0 0 2px;
}

/****************************************************************************************************************/
/** Homepage hero banner ****************************************************************************************/
.hero{
    background: #8CB46C;
    color: #ffffff;
}

.hero .container{
    padding-left: 20px;
}

.hero .btn.btn-primary{
	background: #ffffff;
	color: #8CB46C;
}

@media screen and (min-width:992px){
    .hero .container{
        background: #8CB46C url("../images/hero-faces-2.png") no-repeat bottom right;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.hero h1{
    color: #CEEAB6;
    font-size: 3em;
}

@media screen and (max-width:638px){
    .hero .container{
        padding-top: 20px;
    }

    .hero h1{
        font-size: 2em;
    }
}

.hero h1 span{
    font-weight: bold;
    color: #9e0040;
}

.hero h2{
    font-weight: normal;
    color: #9E0040;
}

.hero p{
    max-width: 750px;
    font-size: 1.3em;
    font-weight: 200;
}

/****************************************************************************************************************/
/** Homepage 4 quicklinks ***************************************************************************************/

.quicklinks {
    padding: 20px 0
}
.quicklinks h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #8BB569;
    font-size: 20px;
}

.quicklinks h2 span {
    font-weight: normal;
    color: #9E0040;
}
.quicklinks p {
    margin-bottom: 20px;
}
.feature-content {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 50px;
}

.quicklinks-picture {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
    width: 90px;
    height: 90px;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
}

@media screen and (min-width:992px){
    .feature-content {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:991px){
    .feature-content {
        width: 80%;

    }
}

@media screen and (max-width:680px){
    .feature-content{
        width:60%;
    }
}

@media screen and (max-width:768px){
    .quicklinks-picture{
        margin-left: 20px;
    }
}

@media screen and (max-width:465px){
    .feature-content{
        width:100%;
        text-align:center;
        margin-top:20px;

    }
    .quicklinks-picture{
        display:block;
        margin:0 auto;
    }
}

.fadeInDown {
    visibility: visible;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.delay-05s {
    animation-delay: 0.5s;
}

.delay-1s {
    animation-delay: 1s;
}

.delay-15s {
    animation-delay: 1.5s;
}

/****************************************************************************************************************/
/** Homepage second row *****************************************************************************************/

.second-row{
    background: #E8EBED;
}

/****************************************************************************************************************/
/** Homepage actua banner ***************************************************************************************/

.banner-content{
    border-radius: 5px;
    padding: 20px;
    background: rgba(140, 180, 108, 1) none repeat scroll 0 0;
    overflow: hidden;
}

.banner-content img{
    float: right;
    margin: 5px 0 0 20px;
}

.banner-content .btn-default{
    border: 0;
}


.banner-content p,
.banner-content ul li
{
    color: #ffffff;
}

@media(min-width:768px){
    .banner-content{
        border-radius: 5px;
        padding: 20px;
    }
}

.banner-content h3{
    font-weight: bold;
    margin-top: 0;
    color: #ffffff;
}

/****************************************************************************************************************/
/** Testimonials slider *****************************************************************************************/
.flexslider .slides .author-picture img{
    margin: 0 auto;
}

.testimonials{
    background: #9E0040;
    text-align: center;
}

.testimonials .container {
    padding: 40px 20px;
}

.testimonials h2{
    color: #ffffff;
}

.testimonials .quote{
    font-style: italic;
    color: #ffffff;
    padding: 10px;
    font-size: 1em;
}

.testimonials .author-name{
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #ffffff;
    font-size: 1.5em;
}

.testimonials .author-info{
    color: #ffffff;
}

@media(min-width:992px){
    .testimonials .quote{
        font-size: 1.2em;
    }

    .flexslider .slides .author-picture{
        float: left;
        margin-left: 80px;
        margin-right: 40px;
    }
    .testimonials .author-name{
        margin-top: 0;
        line-height: 1em;
    }
    .testimonials .author-name,
    .testimonials .author-info,
    .testimonials .quote    {
        margin-right: 40px;
        text-align: left;
    }
}


/****************************************************************************************************************/
/** Typography *****************************************************************************************/

h1{
    font-weight: bold;
    color: #9E0040;
    margin-top: 0;
    font-size: 2em;
}

h2{
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 30px;
    color: #9E0040;
    line-height: 1.5em;
}

h3{
    font-weight: bold;
    font-size: 1.2em;
}

a{
    color: #2794A9;
}

a:hover{
    color: #2794A9;
}

p{
    line-height: 1.7em;
}

/****************************************************************************************************************/
/** Pagination & search *****************************************************************************************/

.pagination{
    color: #778899;
}

.pagination-word-links a{
	margin-left: 20px;
}

/****************************************************************************************************************/
/** Aside *******************************************************************************************************/

.panel{
    border: none;
}

.panel-default > .panel-heading{
    background: #E8EBED;
    padding: 20px;
}

.panel h3{
    margin: 0;
    font-size: 1em;
    line-height: 1.3em;
}

.panel .list-group{
    background: #8bb569;
}

.panel .list-group-item{
    background: #8BB569;
    padding: 0;
    font-weight: bold;
    display: block;
    overflow: hidden;
    color: #ffffff;
}

.panel .list-group-item a,
.panel .list-group-item p
{
    color: white;
    display: block;
    transition: all 0.4s ease 0s;
    padding: 10px;
    line-height: 1.5em;
    margin-bottom: 0;
}

.panel .list-group-item a:hover{
    background: #64A330;
    text-decoration: none;
}

.panel .list-group-item a img,
.panel .list-group-item p img{
    margin-right: 10px;
    float: left;
}

@media(min-width:733px) and (max-width:992px){
    .panel .list-group{
        overflow: hidden;
    }
    .panel .list-group-item{
        display: inline;
        float: left;
        width: 33.33%;
        border-top: none;
        border-left: 1px solid #ddd;
        border-bottom: 0;
    }

    .panel > .list-group:last-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:first-child{
        border-radius: 0;
        border-bottom-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{
        border-radius: 0;
        border-bottom-right-radius: 3px;
    }
}

aside .btn-lg{
    margin-bottom: 20px;
}

/****************************************************************************************************************/
/** Fancybox ****************************************************************************************************/

.fancybox img{
    border: 1px #E8EBED solid;
}

/****************************************************************************************************************/
/** Forms *******************************************************************************************************/
.form{
    background: #8BB569;
    padding-top: 40px;
}

.form h1{
    text-align: center;
    color: white;
}

.form h2{
    color: #39393c;
    margin-top: 0;
}

.form-control{
    box-shadow: none;
    border: 2px #E8EBED solid;
    background: #E8EBED;
}

.form-control:focus{
    box-shadow: none;
    border-color: #778899;
    background: #ffffff;
}

.row.last .form-group{
    margin-bottom: 0;
}

.help-block{
    font-size: 0.8em;
}

.form .alert.privacy{

}

.form .alert-info.privacy{
    margin: 40px -20px -50px -20px;
    font-size: 0.8em;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media(min-width:760px){
    .form .alert-info.privacy{
        margin: 40px -50px -50px -50px;
    }
}

/*  Buttons  */

.btn{
    transition: all 0.4s ease 0s;
    border-radius: 4px;
    white-space: normal;
    background: #E8EBED;
    font-weight: bold;
}

.btn-default{
    border: 1px #e8ebed solid;
}

.btn-default:hover{
    background: #D9DADB;
    border: 1px #D9DADB solid;
}

.btn [class^="icon-"], .btn [class*=" icon-"]{
    padding: 0 0 0 7px;
}

.btn-default [class^="icon-"], .btn-default [class*=" icon-"]{
    color: #778899;
    transition: all 0.4s ease 0s;
}

.btn-default:hover [class^="icon-"], .btn-default:hover [class*=" icon-"]{
    color: #8BB569;
}

.btn-primary {
    background-color: #8BB569;
    border-color: #8BB569;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{
    background-color: #64A330;
    border-color: #64A330;
}

.btn-red{
    background: #9E0040;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
}

.btn-red:hover{
    background: #820235;
    color: #ffffff;
}


/*  Validation  */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label{
    color: #E94B35;
}

.has-error .form-control,
.has-error .form-control:focus{
    border-color: #E94B35;
    box-shadow: none;
}

ul.message.error{
    color: #FFFFFF;
    background: #E94B35;
    padding: 20px 20px 20px 40px;
    border-radius: 4px;
}

.eid-manual{
    text-align: center;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.eid-manual .btn{
    margin: 0 0 20px 0;
    width: 100%;
    box-shadow: 0 6px #66A433;
    position: relative;
    transition: none;
}

.eid-manual .btn:hover{
    top: 4px;
    box-shadow: 0 4px #66A433;
    background: #8BB569;
    border: 0;
}


@media(min-width:600px){

    .eid-manual .btn{
        margin: 0 0 20px 0;
        width: 46%;
        float: left;
    }

    .eid-manual .btn:last-child{
        float: right;
    }
}

.leifkaart-wilsverklaring,
.leifkaart-help{
    clear: both;
    padding: 20px 35px 20px 20px;
    border-radius: 4px;
}

.leifkaart-wilsverklaring{
    margin: -20px -20px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #E8EBED;
    border: none;
}

.leifkaart-help{
    padding: 0 0px;
}

.leifkaart-wilsverklaring h3,
.leifkaart-help h3{
    margin-top: 0;
}

@media(max-width: 500px){
    .leifkaart-wilsverklaring p,
    .leifkaart-help p{
        clear: both;
    }
}

@media(min-width:760px){
    .leifkaart-wilsverklaring {
        padding: 20px 50px;
    }

    .leifkaart-help{
        padding: 0px 50px;
    }

    .leifkaart-wilsverklaring{
        margin: -50px -50px 40px;
    }

    .leifkaart-help{
        margin-left: -50px;
    }

    .leifkaart-wilsverklaring h3,
    .leifkaart-help h3{
        margin-top: 30px;
    }
}

#eid-iframe{
    border: none;
}

.form .content-main.col-md-8{
    width: auto;
    max-width: 755px;
}

.help-block a{
    cursor: pointer;
}

.help-block a i{
    font-size: 1.5em;
}

/****************************************************************************************************************/
/** Contact form ************************************************************************************************/

#fb-form-1033{
    margin-bottom: 20px;
}

address{
    margin-bottom: 0;
}

#google-maps {
    position: relative;
    padding-bottom: 40%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin: 50px 0;
}
#google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/****************************************************************************************************************/
/** side navigation *****************************************************************************************************/

.nav-sub .list-group-item{
    padding: 0;
}

.nav-sub .list-group-item.active,
.nav-sub .list-group-item.active a:hover{
    background: #8bb569;
    border-color: #8bb569;
}

.nav-sub .list-group-item.active a{
    color: white;
}

.nav-sub a{
    display: block;
    padding: 10px 15px;
    color: #344040;
    font-size: 14px;
    font-weight: bold;
}

.nav-sub a:hover{
    background: #E8EBED;
    text-decoration: none;
}

/* second level */
ul.nav-sub li.list-group-item ul{
    padding: 0;
}
ul.nav-sub li.list-group-item ul li.list-group-item{
    border: none;
}

ul.nav-sub li.list-group-item.active ul li.list-group-item a{
    color: #344040;
}

ul.nav-sub li.list-group-item.active ul li.list-group-item.active{
    background: #ffffff;
}

ul.nav-sub li.list-group-item ul li.list-group-item a{
    font-weight: normal;
    text-tranform: lowercase;
}

ul.nav-sub li.list-group-item.active ul li.list-group-item a:hover,
ul.nav-sub li.list-group-item.active ul li.list-group-item.active a,
ul.nav-sub li.list-group-item.active ul li.list-group-item.active a:hover
{
    color: #8bb569;
    background: white;
}

ul.nav-sub li.list-group-item.active ul li.list-group-item:first-child{
    border-radius: 0;
}



/****************************************************************************************************************/
/** Sitemap *****************************************************************************************************/
.sitemap{
    background: #034b3b;
    color: #ffffff;
}

.sitemap a.btn{
    margin-top: 20px;
}

.sitemap ul {
    padding: 0;
}

.sitemap ul li {
    list-style-type: none;
    padding-left: 0;
}

.sitemap ul li a {
    color: #FFFFFF;
    text-decoration: underline;
    padding: 5px 0;
    display: block;
}

/****************************************************************************************************************/
/** Footer ******************************************************************************************************/
.footer{
    font-size: 0.8em;
    color: #8BB569;
    text-align: center;
    background: #034b3b;
    padding-bottom: 40px;
    font-weight: bold;
}

.footer p{
    margin: 0;
}

.footer a{
    color: #8BB569;
    font-weight: bold;
}

.footer .container{
    padding-top: 5px;
    padding-bottom: 5px;
}

@media(min-width:992px){
    .footer .col-md-4{
        text-align: left;
    }
    .footer .col-md-4:last-child{
        text-align: right;
    }
}

/*fixed footer*/
html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 53px;
}

.footer {
    bottom: 0;
    height: 53px;
    position: absolute;
    width: 100%;
}

@media(min-width:992px){
    body {
        margin-bottom: 31px;
    }

    .footer {
        bottom: 0;
        height: 31px;
        position: absolute;
        width: 100%;
    }
}

/****************************************************************************************************************/
/** Press articles **********************************************************************************************/

.news-filter .form-group{
    width: 100%;
}

.panel.news-filter{
    border: 1px solid #eee;
}

.form-group.year{
    margin: 0 10px;
}

@media(min-width:480px){
    .news-filter .form-group{
        width: auto;
        float: left;
    }

    .news-filter .checkbox{
        margin-right: 20px;
    }
}

.news-filter .checkbox{
    margin-bottom: 4px;
}

label{
    font-weight: normal;
}

.press-article{
    min-height: 100px;
}

.pdf{
    margin-bottom: 2px;
}

.pdf a{
    line-height: 1.2em;
}

@media(min-width:480px){
    .home .press-article{
        min-height: 90px;
    }
}

/****************************************************************************************************************/
/** Books *******************************************************************************************************/
.book{
    text-align: center;
    border-radius: 4px;
    background: #E8EBED;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.book .book-thumbnail{
    margin: 0 auto 10px auto;
    width: 100px;
}

.press-article .book-thumbnail {
    margin: 0 10px 10px 0;
    width: 50px;
    float: left;
}

@media(min-width:480px){
    .book{
        height: 185px;
    }
    .book .book-thumbnail{
        float: left;
        margin-right: 10px;
    }

    .book .info{
        text-align: left;
    }
}

@media(min-width:768px){
    .book .book-thumbnail{
        margin-right: 10px;
    }

    .book .info{
        width: 190px;
        float: left;
    }
}

@media(min-width:992px){
    .book .info{
        width: 140px;
        float: right;
    }
}

@media(min-width:1200px){
    .book .info{
        width: 200px;
        float: left;
    }
}

.book-detail-thumbnail{
    float: left;
}

.book-detail-info{
    float: right;
}

.pagination{
    clear: both;
    display: block;
}



.book .info h4{
    font-size: 1em;
    margin-top: 0;
}

.book .info p{
    font-size: 0.9em;
}

.book-detail-info h2{
    margin-top: 0;
}

.tooltip{
    font-size: 1em;
    font-family: "Open Sans",sans-serif;
}

.tooltip .top .tooltip-arrow {
    border-color: #434F5B;
}

.tooltip-inner {
    background: #434F5B;
    padding: 20px;
    line-height: 1.5em;
}



/****************************************************************************************************************/
/** LEIFkaart landingpage ***************************************************************************************/

.leifkaart-hero{
    background-image: url("../images/design/leifkaart-bg.jpg");
    background-position: center center;
    background-size: cover;
}
.leifkaart-hero .container{
    padding-bottom: 0;
}

.leifkaart-hero h1{
    font-size: 3.5em;
    color: #8bb569;

}

.leifkaart-hero h1 span{
    color: #9e0040;
    font-weight: normal;
}

.leifkaart-hero p{
    font-size: 1.3em;
    margin: 30px 0;
}

@media(min-width: 992px){
    .leifkaart-hero h1{
        font-size: 3.5em;
        margin-top: 30px;
    }

    .leifkaart-hero p{
        font-size: 1.5em;
        margin: 30px 0;
    }

    .leifkaart-hero .container{
        height: 440px;
    }

    .leifkaart-hero .col-md-4{
        height: 420px;
    }

    .leifkaart-hero img{
        position: absolute;
        bottom: 0;
    }
}

.leifkaart-hero .btn-lg{
    font-weight: bold;
    padding: 20px;
}

.watstaaterop h2,
.wilsverklaring h2{
    text-align: center;
}

.watstaaterop .number{
    background: #e8ebed;
    border-radius: 20px;
    padding: 0px 8px;
    margin-right: 10px;
}

.watstaaterop p{
    padding-left: 37px;
}

.wilsverklaring{
    background: #e8ebed;
}

.modal-dialog{
    z-index: 1050;
}

/****************************************************************************************************************/
/** Video ***************************************************************************************/
.video .col-md-3 .panel{
    background: #E8EBED;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px #ccc solid;
}

.video .col-md-3 .panel p{
    margin: 0;
}


/****************************************************************************************************************/
/** Questions and answers ***************************************************************************************/
.news-filter{
    margin-bottom: 20px;
}

.news-filter #search-button{
    height: 36px;
}

.news-filter .form-control{
    height: 34px;
}

.news-filter .btn{
    margin-left: 20px;
}

.page{
    margin: 7px 0 0 0;
}

/****************************************************************************************************************/
/** Legislation *************************************************************************************************/
#legalisationSearch,
#literatureSearch{
    max-width: 400px;
    margin-bottom: 5px;
}

@media(min-width: 768px){
    .form-inline #legalisationSearch.form-control,
    .form-inline #literatureSearch.form-control
    {
        width: 500px;
        margin-bottom: 0;
    }
}

/****************************************************************************************************************/
/** Scientific literature *************************************************************************************************/
.article-info{
    font-style: italic;
}

/****************************************************************************************************************/
/** Petition
*************************************************************************************************/

.thumbs-videos {
    margin: 20px 0;
}

.sign-our-petition {
    background: #7ca852;
    padding: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
}

.sign-our-petition-bottom {
    background: #7ca852;
    padding: 20px;
    color: #FFF;
    border-radius: 4px;
    margin-top: 20px;
    text-align: center;
}

.sign-our-petition-bottom img {
    margin-right: 20px;
}

.sign-our-petition-bottom-part1 {
    display: block;
    width: 100%;
    text-align: center;
}

.sign-our-petition-text {
    width: 100%;
}

.sign-our-petition-bottom a.btn-primary {
        margin: 0 auto;
        margin-top: 10px;
    }

@media(min-width: 768px){
   .sign-our-petition-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    text-align: left;
    }
   
   .sign-our-petition-bottom-part1 {
    display: flex;
    align-items: center;
    text-align: left;
}

    .sign-our-petition-text {
        width: 450px;
    } 

    
}

.sign-our-petition-bottom h3 {
    margin-top: 0;
}

.sign-our-petition-bottom p {
    margin-bottom: 0;
}

.petition-counter {
    background: #9E0040;
    padding: 20px;
    color: #FFF;
    border-radius: 4px;
    margin-bottom: 20px;
}

.petition-counter h3 {
    margin-top: 0;
}

.petition-counter p {
    margin-bottom: 0;
}

.signatures td {
	border: 1px solid #EFEFEF;
	padding: 5px;
}

.discover-new-book {
	background: #E8EBED;
    padding: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
   
}

.discover-new-book h3 {
	color: #7ca852;
	margin-top: 0;
	font-size: 16px;
	line-height: 21px;
}

.panel-default > .panel-heading {
	background: #E8EBED !important;
	padding: 15px !important;
	border-radius: 0;
}
