/*
    Document   : default
    Created on : Sep 8, 2013, 4:11:35 PM
    Author     : fabionbaromeo
    Description:
        Purpose of the stylesheet follows.
*/
/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;

    /* The html and body elements cannot have any padding or margin. */
}

body {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 24px 0;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif !important;
    font-weight: 400;
    line-height: 1;
    font-size: 3em;
}

a:hover {
    text-decoration: none;
}

h4 {
    font-size: 160%;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    /* Pad bottom by footer height */
    padding: 50px 0 0px 0;
    overflow-x: hidden;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.colorblock {
    background: #2A95D2;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 20px;
}

.logo {
    margin: 20px;
}

.logo img {
    max-height: 50px;
}

.navbar {
    background: #fff;
    background: rgba(255, 255, 255, .93);
    border: 0;
}

.navbar-ex {
    margin-right: 10px !important;
}

.list .fa-check {
    color: #69b10b;
}

span.off {
    color: #ccc;
}

.navbar-nav > li > a {
    border-radius: 0px;
    padding: 15px 20px;
}

.navbar-collapse {

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    color: #036632;
    font-weight: bolder;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: #04be58;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #04be58;
    background-color: transparent;
}

footer {
    margin-top: 50px;
    padding: 10px 50px;

    border-top: 1px solid whitesmoke;
    text-align: center;
}

footer .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;

}

/*
    404 PAGE
*/

.s404page {
    padding: 40px;

}

.error-container {
    padding: 20px;
    text-align: center;
    border: 10px solid #eee;

}

.error-code {
    font-size: 120px;
    line-height: 120px;
    color: #db4a39;
    margin-bottom: 30px;
}

.error-text {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
}

.error-container input {
    padding-top: 4px;
    padding-bottom: 5px;
    width: 200px;
}

#headerwrap {
    background: #fff no-repeat center top;
    margin-top: -50px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    color: #fff;
    margin-top: 90px;
    padding-bottom: 30px;
    letter-spacing: 8px;
    font-size: 100px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #999;
}

#headerwrap p {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;
    margin-left: 15px;
    text-shadow: 1px 1px 1px #000;
}

.block {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif !important;
    padding: 20px 0;

    border-bottom: 1px solid #e7e7e7;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    margin: 0;
    background: #2A95D2;
}

.abonnementen {
    background: #eee;
    padding: 40px 0;
}

.abonnementen .bloke {
    color: #666;
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    display: block;
}

.abonnementen .bloke h2 {
    font-size: 1.2em;
    color: #F78F1D;
    margin: 0;
    margin: 10px 0;
}

.abonnementen .bloke .activeblock {
    position: absolute;
    left: 45%;
    font-size: 40px;
    bottom: -60px;
    display: none;
    color: #F78F1D;
}

.abonnementen .bloke:hover .activeblock,
.abonnementen .bloke:focus .activeblock,
.abonnementen .bloke.active .activeblock {
    display: block;
}

.abonnementen .bloke:hover,
.abonnementen .bloke:focus,
.abonnementen .bloke.active {
    background: #445560;
    color: #fff;
    text-decoration: none;
}

/*
Inspired by the dribble shot http://dribbble.com/shots/1285240-Freebie-Flat-Pricing-Table?list=tags&tag=pricing_table
*/

/*--------- Font ------------*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(https://weloveiconfonts.com/api/?family=fontawesome);
/* fontawesome */
[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------ utiltity classes -----*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /*For IE 6/7 (trigger hasLayout) */
}

.pricing-table {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    padding-right: 0;
    position: relative;
}

.pricing-table .col-md-2 {
    height: 500px;
}

.pricing-table .heading {
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 4rem;
}

.pricing-table .block {
    margin-left: 6%;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    background: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    height: 799px;
    position: relative;
    /*    border: 1px solid red;*/
}

.pricing-table ul {
    margin: 0;
}

/*Shared properties*/
.pricing-table .title, .pricing-table .pt-footer {
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;

}

.pricing-table .pt-footer p {
    margin: 0;
    padding: 0;
}

.pricing-table .pt-footer.big {
    width: 100%;
    line-height: normal;
    position: absolute;
    bottom: 0;

}

.pricing-table .pt-footer.big a {
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 2.5;

}

.pricing-table .pt-footer.big a:hover {
    background: rgba(0, 0, 0, .4);
}

.pricing-table .content {
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;

}

/*arrow creation*/
.pricing-table .content:after, .pricing-table .content:before, .pricing-table .pt-footer:before, .pricing-table .pt-footer:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pricing-table .pt-footer:after, .pricing-table .pt-footer:before {
    top: 0;
}

.pricing-table .content:after, .pricing-table .pt-footer:after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 5px;
    margin-left: -5px;
}

/*/arrow creation*/
.pricing-table .price {
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;

}

.pricing-table .price span {
    font-size: 90px;
    letter-spacing: 8px;
    font-weight: bold;
}

.pricing-table .price sup {
    font-size: 30px;
    position: absolute;
    top: 40px;
    left: -20px;
}

.pricing-table .hint {
    font-style: italic;
    font-size: .8em;
    padding: 0;
    margin: 0;
}

.pricing-table .features {
    list-style-type: none;
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding: 30px 12%;
    font-size: 14px;

}

.pricing-table .features.basic {
    font-size: 20px;
    padding: 30px 15%;
    height: 240px;
}

.pricing-table .col-md-4 .features {
    font-size: 12px;
    padding: 30px 5%;

}

.pricing-table .col-md-4 .features.basic {
    font-size: 15px;
    padding: 30px 10%;
    height: 240px;
}

.pricing-table .features li {
    padding: 15px 0;
    width: 100%;
}

.pricing-table .features li span {
    padding-right: 0.4rem;
}

.pricing-table .pt-footer {
    font-size: .8em;
    text-transform: capitalize;
}

/*PERSONAL*/
.pricing-table .personal .title {
    background: #c96b34;
}

.pricing-table .personal .content, .personal .pt-footer {
    background: #F5823F;
}

.pricing-table .personal .content:after {
    border-top-color: #F5823F;
}

.pricing-table .personal .pt-footer:after {
    border-top-color: #FFFFFF;
}

/*PROFESSIONAL*/
.pricing-table .professional .title {
    background: #1777d2;
}

.pricing-table .professional .content, .professional .pt-footer {
    background: #2A95D2;
}

.pricing-table .professional .content:after {
    border-top-color: #2A95D2;
}

.pricing-table .professional .pt-footer:after {
    border-top-color: #FFFFFF;
}

.pricetables {
    margin: 10px auto 30px auto;

}

.testemonials-holder {

    overflow: hidden;
    border-top: 1px solid #eee;
    background: #2A95D2;
}

.testemonials h3 {
    margin: 10px 0 0 45px;

}

.initiatiefnemers .row div {
    height: 100px
}

.initiatiefnemers .row div a {
    height: 100px
}

.adress-block {
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 20px;
}

.loginbtnholder {
    float: right;
    padding-top: 10px;
}

.loginbtnholder a {
    font-size: 12px;
}

.topcover {
    position: relative;
    overflow: hidden;
    line-height: normal;
    min-height: 350px;
    /*margin-top:20px;*/
    background: url(/assets/img/Pensioenkennis_homepage-min.png) no-repeat center center;
    padding-top: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.topcover .header-caption {
    margin: 0 auto;
    color: #fff;
}

.topcover .carousel-caption h3,
.topcover h3,
.topcover h2,
.topcover h1 {
    background: rgba(42, 149, 210, 1);
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    line-height: 1.2em;

}

.topcover.bijeenkomsten .header-caption {
    margin-top: 114px;
}

.topcover.singlepage .header-caption {
    margin-top: 100px;
}

.topcover.registreren .header-caption {
    margin-top: 100px;
}

.topcover.homep {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-color: #5FBEEE;
    background-position: center 20px;
    min-height: 655px;
}

.topcover.homep .carousel-caption {
    position: relative !important;
    padding-bottom: 30px;
    left: auto;
    right: auto;
    margin: 0 auto;
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center;

}

.topcover.homep .item {
    margin-top: 300px;
}

.topcover .btn {
    padding: 10px;
    background: #F38630;
    border-color: #D7790E;
    margin: 20px 0;
}

.center {
    text-align: center;
}

.BigPageTitle {
    position: relative;
    overflow: hidden;
    line-height: normal;
    height: 150px;
    background-image: url(../../../../../assets/img/room.jpg);
    text-align: center;
    padding: 25px;
    border-bottom: 5px solid #2A95D2;
}

.BigPageTitle h3 {
    color: #fff;
    display: inline-block;
    line-height: 1.5em;
    margin-top: 20px;
}

.header {
    padding: 25px 0 10px 0;
}

.header h2 {
    margin-top: 10px;
}

.header .sect {
    position: relative;
    font-size: 162.5%; /* 26px */
    cursor: default;
    text-align: center;
    color: #E7E7E7;
}

.header .sect .line {
    position: absolute;
    top: 16px;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
    width: 50%;
}

.header .sect .line.line-right {
    left: 50%;
    margin-left: 25px;
}

.header .sect .line.line-left {
    right: 50%;
    margin-right: 25px;
}

.caption.color {
    color: #F38630;
}

.about {
    margin-top: 40px;
}

.about .caption {
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.caption {
    font-weight: 400;
}

.about p {
    margin-bottom: 20px;
    float: none;
    clear: both;
}

p {
    margin: 0 0 35px 0;
    font-size: 112.5%;
}

.services {
    /*background: url('../img/background-services.jpg')  no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    background-color: #2A95D2;
    min-height: 300px;
    color: #fff;
    padding: 20px 0;
}

.services h2 {
    padding: 10px 0;
    font-size: 3em;
}

.data-transbg {
    /*background:rgba(0,0,0,.3);*/
    padding: 10px;
}

hr {
    border-color: #eee;
    margin: 10px 50px;
}

form {
    margin: 50px;
}

form input.form-control, form textarea.form-control {
    border-radius: 0;

    background: rgba(255, 255, 255, .7);
    color: #000;
}

.white {
    color: #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #333 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333 !important;
}

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

.btn-success {
    background: #F38630;
    border-color: #DD6000;
}

.btn-success:hover {
    background: #DD6000;
    border-color: #DD6000;
}

.sidebar {
    border-left: 1px solid #eee;
}

label {
    padding-left: 10px;
}

.formNoError {
    display: none;
}

.aanmeldform h3 {
    font-size: 30px;
}

.documentlist {
    border-left: 1px solid #eee;
    padding: 0;
    padding-bottom: 40px;
}

.documentlist h4 {
    padding: 20px;
}

.documentlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.documentlist ul li {

}

.documentlist.large {
    min-height: 450px;
}

.documentlist ul li.active a {
    background: #125727;
    color: #fff;
}

.document-files {
    padding-top: 20px;
    text-align: center;
}

.document-files h4 {
    border: 1px solid #eee;
    padding: 20px;
    margin: 0;
}

.document-files a {
    display: block;
    padding: 20px 20px;
    border: 1px solid #eee;
    text-align: left;
    color: #333;
}

.document-files a:hover {
    background: #125727;
    color: #fff;
    text-decoration: none;
}

.documentlist a {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}

.documentlist a:hover {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
}

.vraagbak_img img {
    border: 3px solid #333;
}

.topcover.vraagbaak h4 {
    text-align: left;
    margin-left: 100px;
    text-shadow: 0px 0 10px #000;
}

.conversations .conversation {
    margin-bottom: 40px;
    border-left: 10px solid #f5f5f5;
    padding-left: 10px;
}

.conversations .conversation.sub {
    padding-left: 50px;
    border-right: 10px solid #ccc;
    border-left: 0;
}

.conversations .reply h4 {
    background: #333;
    color: #fff;
    margin: 0;
    padding: 20px;
}

.conversations form {
    background: #eee;
    padding: 20px;
    margin: 0;
}

#single-page h2 {
    font-size: 26px;
}

#single-page h2.page_title {
    font-size: 40px;
}

#single-page h1.page_title {
    font-size: 50px;
}

#single-page h3.page_title {
    font-size: 30px;
}

.bijeenkomst h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.bijeenkomst {
    margin-bottom: 50px;
}

.input-error {
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #ccc;
    border-color: #ccc;
    color: #eee;
    cursor: no-drop;
}

.navbar-collapse.in .navbar-nav {
    display: block;
}

@media (max-width: 1200px) {
    .topcover .carousel-caption h3, .topcover h3 {
        font-size: 30px;
        line-height: 50px;
    }

    .topcover .carousel-caption {
        top: 0px;
    }

    .navbar-nav {
        display: none;
    }

    .topcover .carousel-caption p {
        margin-top: 10px;
    }

    .navbar-collapse {
        max-width: 100%;
        width: 100%;
    }

    .navbar-collapse {
        width: 400px;
    }

    .topver {
        margin-top: 150px;
    }
}

@media (max-width: 742px) {
    .topcover .carousel-caption h3, .topcover h3 {
        font-size: 16px;
        line-height: normal
    }

    .topcover {
        padding-top: 0px;
        min-height: 200px;
    }

    .topcover.bijeenkomsten .header-caption {
        margin-top: 20px;
    }

    .topcover .carousel-caption {
        top: 0px;
    }

    .navbar-nav {
        display: none;
    }

}

@media (min-width: 800px) AND (max-width: 1200px) {

    .navbar-nav {
        display: block;
    }

}

@media (max-width: 800px) {

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 15px;
        margin-left: -15px;
        float: right;

    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

}

@media (max-width: 530px) {
    .brand img {
        width: 150px;
        margin-top: 10px;
    }
}

.lid_other {
    display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc !important;
}

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

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

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

.textcontent h1 {
    font-size: 25px;

}

ul.navbar-nav li a.btn {
    color: #fff;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    margin: 10px 5px;
    font-weight: normal;
    font-size: 12px;
}

ul.navbar-nav li a.btn:hover {
    color: #fff;
}

ul.navbar-nav li a.btn-success:hover {
    background: #DD6000;
    border-color: #DD6000;

}

ul.navbar-nav li a.btn-info:hover {
    background-color: #39b3d7;
    border-color: #269abc;
}

ul.navbar-nav li a.btn-warning:hover {
    background-color: #ed9c28;
    border-color: #d58512;
}

ul.navbar-nav li a.btn-danger:hover {
    background-color: #d2322d;
    border-color: #ac2925;
}

#wrap {
    padding: 0;
}

@media (max-width: 500px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: relative;
    }

    .document-files a, .documentlist a, .copyright, body, html {
        font-size: .7em;
    }

    .document-files h4 {
        font-size: .7em;
    }

    .block {
        font-size: 1.2em;
    }

    .navbar-collapse {
        width: 100% !important;
        max-height: auto !important;
    }

    .dropdown-menu {
        width: 100%;
        position: relative;
    }

    .pricing-table .features li,
    .pricing-table .features {
        font-size: 1.3em !important;

    }

    .pricing-table .block {
        margin: 20px 0;
    }

    p {
        font-size: 2em;
    }

    .BigPageTitle h3 {
        font-size: 5em;
    }

    h4 {
        font-size: 3em;
        border-bottom: 1px solid #ccc;
    }

    h2 {
        margin-top: 10px;
        border-bottom: 1px solid #ccc;
    }

    .linkblock {
        background: #eee;
        padding: 10px;
        margin: 0;

    }

    ul.navbar-nav li a {
        font-size: 2em;
    }

    ul.navbar-nav li a.btn {

        margin: 10px 15px;

    }

    h1, h2, h3, h4, a.btn {
        word-break: break-all;
    }

}

.btn-info {
    color: #fff;
    background-color: #2A95D2;
    border-color: #2A95D2;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.bannerSlope {
    width: 100%;
    height: 50vh;
    background-image: url("/content/templates/default/assets/img/Pensioenorde.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}

.bannerSlope::before {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  bottom:0;
  width:100%;
  border-style: solid;
  border-width: 40px 100vw 0 0;
  border-color: transparent rgba(255,255,255,1) transparent transparent;
}


.bannerSlope > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.endSlope {
    position: relative;
    width: 100%;
    height: 30vh;
    background: #036632;
}

.endSlope::before {
    transform: rotate(180deg);
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    border-style: solid;
    border-width: 30px 100vw 0px 0;
    border-color: transparent rgba(255,255,255,1) transparent transparent;

}

.navbar-default {
    background-color: #fff!important;
    border-color: #fff!important;
    padding: 15px;
}

.loginDiv {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.topbar {
    height: 2vh;
    background: #287647;
}

.greenAccend {
    color: #287647;
}

.form-login {
    padding: 0!important;
    text-align: left !important;
    margin: 0 !important;
}

.col-centered{
    float: none!important;
    margin: 0 auto;
}
.pointer {
   cursor: pointer;
}

.zoeken {
background: #E89901!important;
    border: 1px solid #E89901!important;
}

.btn-danger,.btn-primary {
   background: #E89901!important;
   border: 1px solid #E89901!important;
}
.table.dataTable {
   border-top: 3px solid #fff !important;
   background: #fff !important;
}