a:active, a:hover, a:focus {
    text-decoration: none;
}

/* ==========================================================================   Header   ========================================================================== */


.top-right-menu {
    position: relative;
    float: right;
    margin-top: -47px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sticky .top-right-menu {
    margin-top: -35px;
}

div#home-page {
    background: #d2e9f9;
}

.quicklinks-top {
    float: right;
    position: relative;
}


    .quicklinks-top ul {
        list-style: none;
        float: right;
        padding-left: 10px;
    }

        .quicklinks-top ul li {
            display: inline-block;
        }


.sub-company .quicklinks-top ul li {
    display: inline-block;
    padding: 0 5px;
}

.sub-company .quicklinks-top {
    padding: 30px 0;
}

.quicklinks-top ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding-left: 5px;
}

    .quicklinks-top ul li a:hover {
        color: #959595;
    }

header.sub-company .siteLogo {
    float: right;
    padding: 15px 0;
    max-width: 200px;
}

header.sub-company.normal-menu .siteLogo {
    float: left;
    padding: 0;
    max-width: 227px;
    padding: 15px 0;
}

header.company {
    height: 74px;
}

header .content-wrapper {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #fff;
}

header.company .siteLogo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 290px;
    width: 100%;
}

header.company.sticky .siteLogo {
    margin: 5px 30px 5px 0;
    max-width: 200px;
}

header.company .siteLogo img {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

header.company.sticky .siteLogo img {
    opacity: 1;
}

header.sub-company .siteLogo img {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background-color: #fff;
    margin: 0;
}

header.sub-company .longNav {
    padding: 17px 0 9px;
}

.sitesubLogo {
    float: left;
    padding: 27px 0 5px;
}

h5.sublogo {
    font-size: 22px;
    padding: 0 0 20px 0;
    margin: 0;
    color: #231F20;
    font-weight: bold;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



.sub-company .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.owl-carousel img {
    width: 100%;
}

.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 47px;
}

.company .navbar {
    min-height: 73px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 0;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
}

.company.sticky .navbar {
    min-height: 49px;
}
/* ==========================================================================   Footer   ========================================================================== */

footer {
    color: #fff;
}

    footer a {
        text-decoration: none;
        color: #fff;
    }

    footer address a {
        color: #000;
    }

    footer.stickyFooter a {
        text-decoration: none;
        color: #191a1a;
    }


    footer .lower {
        background-color: #fff;
        padding: 20px 0;
    }

    footer .upper {
        padding: 15px 0 10px;
    }

        footer .upper ul {
            padding-left: 0;
        }

            footer .upper ul li {
                display: inline;
                padding-right: 15px;
            }

        footer .upper .socialMedia ul li {
            padding-right: 0;
            padding-left: 15px;
        }

        footer .upper ul li a {
            text-transform: uppercase;
        }

            footer .upper ul li a:hover {
                color: #ccc;
            }


    footer.stickyFooter .upper {
        background-color: #fff;
        padding: 20px 0;
        margin: 30px 0 70px;
    }

    footer.stickyFooter .lower {
        padding: 0;
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
        color: black;
    }

        footer.stickyFooter .lower ul {
            padding-left: 0;
        }

            footer.stickyFooter .lower ul li {
                display: inline;
                padding: 0;
            }

        footer.stickyFooter .lower .socialMedia ul li {
            padding-right: 0;
        }

        footer.stickyFooter .lower ul li a {
            text-transform: uppercase;
            display: inline-block;
            padding: 15px 8px;
            font-family: HelveticaNeueLT-Bold;
            font-size: 11px;
        }

            footer.stickyFooter .lower ul li a:hover {
                color: #000;
                background: #f0f5f9;
            }

    footer .socialMedia ul {
        float: right;
    }

    footer.stickyFooter .socialMedia ul li a {
        padding: 15px 5px;
        display: inline-block;
    }

    footer.stickyFooter .lower i {
        float: none;
        padding-right: 0;
    }

    footer h1 {
        margin: 0 0 5px;
    }

    footer h4,
    footer h5 {
        border-top: 1px solid rgba(255, 255, 255, 0.44);
        padding-top: 15px;
        text-transform: uppercase;
    }

    footer .lower i {
        float: left;
        font-size: 15px;
        padding-right: 10px;
    }

    footer .footerLogo img {
        max-width: 290px;
    }

    footer.stickyFooter .footerLogo img {
        padding-right: 15px;
    }


.footerLogo a:first-child {
    display: inline-block;
}

.footerLogo a:nth-child(2) {
    display: inline-block;
}

address {
    font-size: 12px;
    color: black;
}

.stickyFooter address {
    margin-top: 10px;
    text-align: center;
}

.footer-links li {
    margin-bottom: 0;
}

footer .lower address {
    float: right;
    padding-top: 10px;
}
/* ==========================================================================   Menu   ========================================================================== */

.menu ul {
    margin-left: -10px;
    padding-left: 0;
    list-style: none;
    height: 28px;
}

.company .menu ul {
    height: auto;
    margin-left: 10px;
}

.upper-menu {
    position: relative;
}

.menu ul li {
    display: inline-block;
    padding-right: 15px;
    font-size: 11px;
    letter-spacing: 0.06em;
}

.company .menu ul li {
    padding-right: 0;
    margin-bottom: 0;
}

.menu ul li .rootlevel {
    padding: 16px 3px 16px 0px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: -webkit-body;
    font-family: HelveticaNeueLT-Bold;
}

.company .menu ul li .rootlevel {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.company.sticky .menu ul li .rootlevel {
    padding: 13px 12px;
}

.company .menu ul li .rootlevel {
    color: #000;
    display: block;
    padding: 25px 12px;
}

.sub-company .menu ul li .rootlevel:hover,
.sub-company .menu ul li .rootlevel:active {
    border-bottom: 3px solid #F0F5F9;
}


.company .menu ul li .rootlevel:hover,
.company .menu ul li .rootlevel:active {
    background: #d2e9f9;
}

.rootMenu {
    display: inline-block;
}

ul .mega .columi {
    background: #FFF none repeat scroll 0% 0%;
    position: absolute;
    box-sizing: border-box;
    z-index: 500;
    width: calc(100% - 30px);
    top: 37px;
    left: 15px;
    height: 0;
    overflow: hidden;
    padding: 0;
    display: none;
}

ul .mega .mini-columi i.fa.fa-angle-right {
    font-size: 20px;
    float: right;
    margin-top: 1px;
    margin-right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul .mega .mini-columi .subMenu-inner:hover i.fa.fa-angle-right {
    margin-right: -5px;
}

@media screen and (min-width: 770px) {
    ul .mega:hover .columi {
        top: 37px;
        display: block;
        opacity: 1;
        left: 15px;
        height: auto;
        padding: 30px 25px 15px;
        border: 1px solid #ddd;
    }

    ul .mega:hover .mini-columi {
        opacity: 1;
        top: 37px;
        visibility: visible;
    }

    .company ul .mega:hover .mini-columi {
        top: 74px;
    }


    .company.sticky ul .mega:hover .mini-columi {
        top: 49px;
    }
}

.subSubMenu span {
    display: inherit;
}

    .subSubMenu span a {
        color: #959595;
        font-size: 12px;
    }

.subMenu-inner {
    padding: 30px 15px 15px 0;
    width: 28%;
    display: inline-block;
    box-sizing: border-box;
    min-width: 170px;
    float: left;
    color: #959595;
    font-size: 12px;
    border-top: 1px solid rgba(0, 145, 220, 0.19);
    margin-right: 30px;
}

.company .subMenu-inner {
    padding: 0;
    width: 28%;
    display: inline-block;
    box-sizing: border-box;
    min-width: 200px;
    float: left;
    color: #959595;
    font-size: 12px;
    border-top: none;
    margin-right: 0;
}

.s-m-Title {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.company a.s-m-Title {
    padding: 15px;
    display: block;
    font-weight: normal;
    color: #555;
    background: #f0f5f9;
}

    .company a.s-m-Title:hover {
        background: #d2e9f9;
        color: #000;
    }


.wrapper {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 75%;
}

.menu-board {
    position: relative;
    float: left;
    width: 25%;
    padding: 0;
}

.board-img img {
    width: 100%;
    padding: 0;
}

.board-text {
    padding: 15px 5px;
}


.company #search {
    float: right;
    position: relative;
    border-right: 1px solid #333333;
    padding-right: 13px;
}

.sub-company #search {
    float: right;
    position: absolute;
    right: 15px;
    border: none;
}


#search input.input {
    -webkit-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -moz-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    /* easeInQuint */
    width: 0;
    border: 0;
    padding: 0 5px;
    opacity: 0;
    height: 20px;
    border: 1px solid #555555;
}

.sub-company #search input.input {
    height: 25px;
    border: none;
}

#search:hover input.input,
#search input[type="text"]:focus {
    width: 150px;
    background-color: #fff;
    opacity: 1;
}

.searchbox i {
    color: #333333;
    cursor: pointer;
}

.sub-company .searchbox i {
    color: #fff;
    cursor: pointer;
}


.slider-container {
    position: relative;
    padding: 0 !important;
    margin: 0;
}

.sub-company .menu-active {
    border-bottom: 3px solid #F0F5F9;
}

.company .menu-active {
    background: #d2e9f9;
}


.subSubMenu span a:hover {
    text-decoration: underline;
}
/* ==========================================================================   Home   ========================================================================== */

.section-news,
.section-blue,
.section-blauw {
    background-color: #d2e9f9;
}

section#slider-extra-text,
section#slider-extra-images {
    padding: 60px 0;
}

.header-press {
    color: #e53e6a;
}

.header-board {
    padding: 15px 0 13px;
    background: white;
    margin-top: -30px;
    text-align: center;
}

div.read-more {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px;
}

.read-more a {
    padding: 15px 45px;
    letter-spacing: 1px;
    background: #0091dc;
    color: #fff;
    font-size: 14px;
    font-family: HelveticaNeueLT-bold;
}

.mainlink {
    padding-top: 70px;
    padding-bottom: 60px;
    background: #a1d1ee;
}

.section-aandeel {
    padding-top: 45px;
}

.mainlink:before {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.mainlink article a:hover {
    text-decoration: none;
}

    .mainlink article a:hover .mainlink-readmore {
        padding-left: 17px;
    }

        .mainlink article a:hover .mainlink-readmore i {
            opacity: 1;
        }

.mainlink-container,
.news-container,
.aandeel-container,
.referentie-container {
    margin-bottom: 2em;
}

.company-container {
    margin-bottom: 10px;
}

.mainlink-image,
.company-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mainlink-title-container,
.company-title-container {
    background: #f0f5f9;
    padding: 22px 20px 18px;
}

.mainlink-image {
    height: 240px;
}

.home-maintext {
    font-family: HelveticaNeueLT-Light;
    font-size: 18px;
    padding: 15px 0 20px;
    display: block;
    line-height: 1.4em;
}


.company-image,
.company-content {
    cursor: pointer;
    cursor: hand;
    height: 300px;
}

.mainlink-1 .mainlink-title-container {
    background: #4d8fdb;
}

.mainlink-2 .mainlink-title-container {
    background: #ea226a;
}

.mainlink-3 .mainlink-title-container {
    background: #ff6e01;
}

.mainlink-title {
    display: block;
    color: #000;
    clear: both;
    font-size: 20px;
    margin: 6px 0 5px 9px;
    font-family: HelveticaNeueLT-Bold;
}

.mainlink-readmore {
    display: block;
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    clear: both;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /* easeInQuint */
}

    .mainlink-readmore i {
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        /* easeInQuint */
        margin-left: -6px;
        font-size: 12px;
    }



.news-wrapper .mainlink-readmore {
    padding: 5px 0px;
    margin-left: -7px;
    position: absolute;
    bottom: 40px;
}

.news-wrapper a:hover .mainlink-readmore {
    padding-left: 15px;
    color: #0091dc;
}

    .news-wrapper a:hover .mainlink-readmore i {
        opacity: 1;
        color: #0091dc;
    }

.company-content {
    color: white;
    padding: 1.5em 5px;
    position: absolute;
    top: 0;
    width: calc(100% - 20px);
}

    .company-content ul {
        margin: 1em auto;
    }

    .company-content a {
        color: white;
        font-weight: 600;
        text-decoration: none;
    }

.company-title-container {
    cursor: pointer;
    cursor: hand;
    font-size: 12px;
}

.company-container .company-image {
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    /* easeInQuint */
}

.company-container .company-content {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    /* easeInQuint */
    line-height: 25px;
    font-size: 22px;
}

.company-container:hover .company-content {
    opacity: 1;
}

.company-title {
    display: block;
    color: #4d8fdb;
    text-transform: uppercase;
    font-family: HelveticaNeueLT-Bold;
    font-size: 12px;
    letter-spacing: 0.03em;
}




.company-body {
    height: 210px;
    background: #0091dc;
}

.company-body-title {
    color: #fff;
    padding: 33px;
    font-family: HelveticaNeueLT-Bold;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
}

.company-body-link span.leesmeer {
    color: #333333;
    background: #f0f5f9;
    display: block;
    float: right;
    padding: 10px 5px 10px 15px;
    font-family: HelveticaNeueLT-Bold;
    font-size: 16px;
    font-weight: normal;
    width: 170px;
}


.company-body-link span.arrow {
    display: block;
    background: #f0f5f9;
    float: right;
    padding: 10px 15px;
}

article.news-container {
    background-color: #ffffff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    min-height: 180px;
}


.home-news article.news-container {
    background-color: #e5e9eb;
    border: none;
    background-color: #e5e9eb;
    /* -webkit-transition: all 0.5s linear; */
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    /* transition: all 0.5s linear; */
    min-height: 180px;
}

.news-container footer p {
    padding-bottom: 15px;
}

.nlNews article.news-container {
    height: 250px;
    position: relative;
}



.news-container img {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    /* easeInQuint */
}

article.news-container:hover img {
    opacity: 0.5;
}

.news-image img {
    width: 100%;
}


.news-footer {
    padding: 10px 30px 30px;
}

#home-page .news-footer {
    padding: 10px 30px 10px;
}


.nlNews .news-footer {
    position: absolute;
    bottom: -15px;
}

.news-content {
    padding: 15px 30px 0;
    overflow: hidden;
}

    .news-content h2 span {
        color: #000;
    }

.home-news .news-content {
    padding: 15px 30px 45px;
    background: #fff;
}



.home-news .bg-wit {
    background: #d2e9f9;
}


.home-news .news-wrapper {
    padding-top: 50px;
}

.news-content a:hover {
    text-decoration: none;
}

.news-date {
    margin-right: 1em;
    font-size: 12px;
    color: #000;
    font-family: HelveticaNeueLT-Bold;
}

.news-page .news-date {
    margin-top: -20px;
    display: block;
    padding-bottom: 15px;
}

#home-page .news-date {
    margin-right: 1em;
    font-size: 12px;
    color: #000;
    display: block;
    margin-bottom: 20px;
    font-family: HelveticaNeueLT-bold;
}

html.doc-bnNews {
    overflow-y: scroll;
}

.news-overview-header h1 {
    display: inline-block;
}

.news-overview .button-bar {
    display: inline-block;
    height: 70px;
    float: right;
    padding-top: 25px;
    margin-bottom: 10px;
    display: none;
}

    .news-overview .button-bar button {
        margin-left: 10px;
    }

.news-overview section {
    padding-bottom: 0;
}

.news-overview .section-news {
    padding-top: 30px;
}

.news-overview .btn,
.news-overview .btn:active:focus {
    background: #eee;
    border-color: #999;
    color: #999;
}

.news-overview .btn-primary,
.news-overview .btn-primary:active:focus {
    background: transparent;
    border-color: #999;
    color: #008bd3;
}

.news-overview .button-bar .btn:hover {
    background: #ddd;
    border-color: #999;
    color: #999;
}

.news-overview .button-bar .btn-primary:hover {
    background: #ddd;
    border-color: #999;
    color: #008bd3;
}

.section-news .btn-primary,
.section-news .btn-primary:active:focus {
    background-color: #008bd3;
    border: 1px solid #008bd3;
    border-radius: 0;
    margin-bottom: 60px !important;
    padding: 10px 50px;
    margin-top: 40px;
    letter-spacing: 1px;
    background: #0091dc;
    color: #fff;
    font-size: 14px;
    font-family: HelveticaNeueLT-bold;
}

.news-overview .btn-primary:hover {
    background: #007fc6;
    border-color: #007fc6;
    color: #fff;
}

.news-overview .button-bar .btn:before {
    display: inline;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
    width: 25px;
    padding-right: 5px;
}

.news-overview .button-bar .btn-primary:before {
    content: "\f00c";
}

.news-overview .btn-readmode {
    margin-bottom: 25px;
}



.news-overview hr {
    background: #08b4ff;
    border-color: #08b4ff;
    margin: 5px auto;
}

.news-overview .list-tags {
    padding: 10px 0;
    display: inline-block;
}

.tags-selected {
    margin-bottom: 10px;
}

.news-overview .list-tags-selected {
    display: inline;
}

.news-overview .list-tags li {
    margin-bottom: 0;
}

.news-overview .tag-bar .label {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 7px;
    line-height: 3;
    cursor: pointer;
    background-color: #00a2f5;
    color: #f2f5ea;
}

.news-overview .news-label-selected {
    color: #b1e4ff;
    margin-right: 5px;
}

.news-overview .tag-bar .label-selected {
    background-color: #007fc6;
    color: #fff;
}

.news-overview .tag-bar a.label:hover {
    background-color: #0a87cc;
    color: #f2f5ea;
}

.news-overview .tag-bar .label-close {
    cursor: pointer;
}

.news-overview .tag-bar a.label-close:hover {
}

.news-overview .tag-bar .label-close:after {
    display: inline;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
    width: 25px;
    padding-left: 5px;
}

.news-owl-theme .news-wrapper {
    padding: 15px;
}

button:focus {
    outline: 0 !important;
}

.tags {
    display: inline;
    font-size: 12px;
    color: #008bd3;
}

    .tags ul {
        display: inline;
        margin-left: 0;
    }

        .tags .fa,
        .tags ul > li {
            padding: 0 0.5em 0 0;
        }

    .tags li {
        margin-right: -0.2em;
        color: #008bd3;
    }

    .tags ul > li:after {
        content: ", ";
    }

    .tags ul > li:last-child:after {
        content: "";
    }

.news-tags,
.news-tags .tags,
.news-tags li {
    color: #008bd3;
    line-height: 0;
}

.referentie-tags,
.referentie-tags .tags,
.referentie-tags li {
    color: white;
}

.referentie-container,
.footer-container {
    display: block;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

    .referentie-container:hover,
    .footer-container:hover {
        text-decoration: none;
    }



.referentie-backdrop-small {
    margin-left: 0;
    width: calc(100% - 20px);
}

.referentie-backdrop .overbox-sub-title {
    font-size: 16px;
}


.footer-backdrop {
    position: absolute;
    margin-left: 0;
    width: 350px;
    top: 0;
    -webkit-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -moz-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    /* easeInQuint */
}

.content-footer-image article {
    position: relative;
}

.content-footer-image {
    color: #fff;
    padding-bottom: 0;
    padding-top: 0;
}


.referentie-content,
.footer-content,
.extra-image-content {
    padding: 1em 2em 1em;
    z-index: 10;
}

.footer-content {
    background: rgba(0, 145, 220, 0.91);
}

    .footer-content p {
        color: #fff;
        padding-top: 10px;
        margin: 0 0 15px;
        line-height: 1.4em;
    }

.extra-image-content {
    background: #f0f5f9;
    min-height: 180px;
}

.extra-image-owl-theme li {
    border: 5px solid #fff;
    min-height: 160px;
}

.extra-image-content p {
    color: #333333;
    line-height: 1.5;
    padding-top: 10px;
}



.overbox-title {
    font-family: HelveticaNeueLT-Light;
    font-size: 16px;
    padding: 15px 0 20px;
    line-height: 122%;
    color: #555555;
}

.extra-image-content .overbox-sub-title,
.extra-image-content .overbox-location {
    color: #555555;
}


.overbox-title a,
.overbox-title a:link,
.overbox-title a:visited,
.overbox-title a:hover {
    color: #555555;
    text-decoration: none;
}

.referentie-content {
    background: rgba(0, 145, 220, 0.82);
}

.overbox-sub-title {
    font-family: HelveticaNeueLT-Bold;
    font-size: 20px;
    padding: 20px 0 0;
    line-height: 1;
    color: #fff;
}


.sCaption a {
    border: 5px;
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    margin: 15px 10px 10px;
    text-transform: initial;
    font-size: 14px;
    font-family: HelveticaNeueLT-Bold, Helvetica,Arial,sans-serif;
}

.sCaption .overbox-sub-title {
    color: #fff;
    padding: 5px 10px;
}

.overbox-location {
    color: #fff;
}

.overbox-photographer {
    font-family: HelveticaNeueLT-Roman;
    font-size: 14px;
    height: 25px;
    color: #f0f5f9;
    margin-top: -25px;
    padding-left: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.referentie-content,
.referentie-content h3,
.referentie-content h4,
.referentie-content h5 {
    color: white;
}

.prioritylink-container {
    position: absolute;
    top: 60px;
    width: 100%;
}

.prioritylink .prioritylink-icon {
    display: block;
    height: 60px;
    width: 60px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: white;
    margin-right: 1px;
    top: 0;
    float: left;
}

.prioritylink .prioritylink-text {
    display: block;
    background: white;
    height: 60px;
    float: left;
    padding: 10px 15px;
}

.prioritylink .prioritylink-text-action {
    display: inline-block;
    width: 100%;
    font-family: HelveticaNeueLT-Bold;
    font-size: 12px;
    color: black;
}

.prioritylink .prioritylink-text-title {
    display: inline-block;
    width: 100%;
    font-family: HelveticaNeueLT-Roman;
    font-size: 16px;
    top: -4px;
    position: relative;
}

.prioritylink-container a.prioritylink {
    float: right;
}

.home-content {
    background: #fff;
}

    .home-content .text {
     padding: 15px 100px 15px;
        text-align: center;
    }

.section-companies a article {
    border-radius: 15px;
    padding: 0 5px;
}

section.container.section.section-companies {
    padding: 0 30px;
}

/* ==========================================================================   Aandeel   ========================================================================== */

.aandeel-container {
    height: 300px;
    background-image: url('/img/corporate/beurskoersplaatje.jpg');
    background-size: cover;
    padding: 62px;
}

.panel-aandeel {
    background: #fff;
    padding: 30px;
    width: 280px;
    margin: 0 auto;
}

.iframe-aandeel {
    overflow: hidden;
    background: #fff;
    border: 0;
    width: 220px;
    height: 105px;
}


.adbanner {
    max-height: 180px;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
}

.adbanner {
    width: 100%;
}

    .adbanner img {
        width: 85%;
    }
/* ==========================================================================   Content   ========================================================================== */

#content-page {
    margin-top: 3em;
}

.content-container {
    margin-bottom: 2em;
}

.breadcrumbs li:after {
    font-family: FontAwesome;
    font-size: 1em;
    font-weight: 600;
    content: "\f105";
    display: inline-block;
    padding-left: 13px;
}

.breadcrumbs li:last-child:after {
    content: "";
}

.breadcrumbs li {
    margin-bottom: 0;
}

    .breadcrumbs li a:hover {
        text-decoration: none;
    }

.portrait {
    position: relative;
}

    .content-image img,
    .portrait img {
        width: 100%;
    }

.content-caption {
    padding-top: 1em;
    font-size: 0.8em;
    color: #008bd3;
}

.portrait-backdrop {
    position: absolute;
    bottom: 2em;
    width: 70%;
}

.portrait-backdrop-top {
    width: 100%;
    top: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: rgba(255, 110, 1, 0.95);
    z-index: 9;
}

.portrait-backdrop-bottom {
    width: calc(100% - 40px);
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: rgba(255, 110, 1, 0.95);
}

.portrait-backdrop-bottom-right {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    right: 0;
    border-style: solid;
    border-width: 20px 40px 0 0;
    border-color: transparent;
    border-top-color: rgba(255, 110, 1, 0.95);
}

.portrait-content {
    position: relative;
    height: calc(100% - 20px);
    padding: 0.5em 2em 0;
    z-index: 10;
}

    .portrait-content,
    .portrait-content h3,
    .portrait-content h4,
    .portrait-content h5 {
        color: white;
    }

/*------------------------------------------------*/

#slider-images ul li {
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    /* easeInQuint */
}

    #slider-images ul li:hover img {
        opacity: 0.2;
    }

    #slider-images ul li .overly {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        top: 30%;
        padding: 0 100px;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        /* easeInQuint */
    }

    #slider-images ul li:hover .overly {
        opacity: 1;
    }

    #slider-images ul li span {
        font-family: HelveticaNeueLT-Light;
        ;
        font-size: 20px;
    }

        #slider-images ul li span:last-child {
            font-family: HelveticaNeueLT-Bold;
            font-size: 12px;
            text-transform: uppercase;
            display: block;
            margin-top: 20px;
        }
/* ==========================================================================   Download button   ========================================================================== */

.list-download-buttons {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

    .list-download-buttons li {
        min-width: 250px;
    }

.download-button {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.download-button-text {
    border: 1px solid #cbe9ef;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 10px 0 60px;
    background: #fff;
    color: #000;
    height: 34px;
    width: calc(100% - 34px);
    height: 40px;
}

    .download-button-text span {
        line-height: 15px;
        vertical-align: middle;
        display: table-cell;
        height: 40px;
    }

.download-button-icon {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../img/corporate/pdf-button-icon-x2.png') #ff4d00;
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #ff4d00;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.download-button:hover .download-button-text {
    background: #f3f7f9;
}
/* ==========================================================================   Vergaderingen   ========================================================================== */

div.grid-section h1 {
    font-size: 28px;
    padding-top: 25px;
}

#content-2239 div.grid-section h6 {
    font-family: HelveticaNeueLT-Bold;
    font-size: 12px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0;
}

#content-2239 .umb-grid > div.grid-section > div {
    padding-bottom: 10px;
}

    #content-2239 .umb-grid > div.grid-section > div:nth-child(odd) {
        background-color: #e9f8ff;
    }

#content-2239 .introduction {
    font-family: HelveticaNeueLT-Light;
    font-size: 16px;
    padding: 5px 0;
    margin: 0;
    color: #008bd3;
}

.introduction {
    font-family: HelveticaNeueLT-Light;
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0;
    line-height: 20px;
}

.download-button-icon {
}
/* ==========================================================================   TODO - Randome styling need to be moved   ========================================================================== */

.content-page,
.quote-archive,
.exp-archive {
    margin-top: 30px;
}

.content-footer-image img {
    width: 100%;
}

.cloud-icon {
    width: 30px;
    height: 30px;
    background: url(/img/corporate/contact-cloud-icon-60x60-2x.png) no-repeat;
    background-size: 30px 30px;
    float: left;
    margin-right: 10px;
}

.contact-icon {
    width: 30px;
    height: 30px;
    background: url(/img/corporate/contact-60x60-2x.png) no-repeat;
    background-size: 30px 30px;
    float: left;
    margin-right: 10px;
}

.company-content ul li {
    color: #fff;
    margin-bottom: 0;
}

.grid-section img {
    max-width: 100%;
    border: 1px solid #e7f5f8;
}

    .grid-section img.project {
        border: 0;
    }

.grid-section .Waarden img {
    max-width: 100%;
    border: none;
}

#__mcenew {
    border: none;
}

.ava h6 {
    margin-bottom: 10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 95%;
        margin: 15px 0 0;
    }


.contact .panel-heading:hover {
    background: #555555;
}

.contact .panel-heading:before {
    content: "\f078";
    font-family: FontAwesome;
    right: 45px;
    position: absolute;
    font-size: 16px;
    color: #e7f5f8;
    padding-top: 5px;
    opacity: 0.4;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.contact h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 10px;
    padding: 0;
}

.contact h4 {
    color: #fff;
}

.contact .panel-body {
    color: #000;
    background: rgba(0, 145, 220, 0.05);
}

section.contact-info {
    height: 600px;
}

section.contactform {
    background: #d2e9f9;
}

a.btn.btn-primary {
    padding: 10px 40px;
    text-transform: uppercase;
}

.panel-group {
    margin-bottom: 50px;
}

.map {
    background: #e7f5f8;
}

.panel-left {
    margin-bottom: 5px;
}

.panel-wrapper {
    margin: 100px 0;
}

.map .info {
    padding: 50px 0;
    text-align: center;
    margin: 0 auto;
}

address.info h2 {
    line-height: 35px;
}

.panel-group .panel {
    border: none;
}

.panel-group .panel-body {
    padding: 30px 25px;
}

/*organization-structure-table*/
.org-struc {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 60px;
}


    .org-struc a {
        color: #fff;
        padding: 25px;
        display: table-cell;
        height: 285px;
        width: 283px;
        vertical-align: middle;
        font-size: 16px;
        letter-spacing: 1px;
        border-radius: 10px;
        background: #0091dc;
    }


    .org-struc > div:nth-child(2) {
    }

        .org-struc > div:nth-child(2) > div {
            padding: 5px;
            min-height: 185px;
            border-radius: 15px;
        }

            .org-struc > div:nth-child(2) > div:nth-child(2),
            .org-struc > div:nth-child(2) > div:nth-child(3) {
                padding: 65px 0 0;
                background: #0091dc;
                border: 5px solid white;
            }

            .org-struc > div:nth-child(2) > div:nth-child(1) {
                padding: 25px;
                margin-top: 90px;
                font-size: 18px;
                min-height: 60px;
                color: #fff;
                background: #3abafc;
                text-transform: uppercase;
                border-radius: 15px;
                border: 5px solid white;
                letter-spacing: 0.06em;
            }


    .org-struc > div:nth-child(3) > div {
        border: 5px solid white;
        background: #0091dc;
        padding: 25px 0;
        min-height: 105px;
        border-radius: 15px;
    }

        .org-struc > div:nth-child(3) > div:nth-child(1) {
            border: 5px solid white;
            background: #3abafc;
            padding: 65px 0;
            font-size: 18px;
            min-height: 165px;
            color: #fff;
            text-transform: uppercase;
            border-radius: 15px;
            letter-spacing: 0.06em;
        }

.Construction > div {
    border: 1px solid #f0f5f9;
    background: #0091dc;
    padding: 20px;
    height: 117px;
    color: #fff;
    /* border-radius: 10px; */
    letter-spacing: 0.06em;
    text-align: center;
    float: left;
    width: 33.33%;
    padding: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.Construction a {
    color: #fff;
}

.cons-table-wrapper {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.cons-table {
    width: 650px;
    display: block;
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
    margin: 30px 0;
}


    .cons-table > div {
        border: 1px solid #ddedfa;
        border-radius: 10px;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
        background-color: #05a1f2;
        text-align: center;
        padding: 0;
        width: 20%;
        float: left;
        min-height: 104px;
    }

        .cons-table > div:first-child {
            padding: 25px;
            background: #3abafc;
            width: 100%;
            min-height: 50px;
        }

        .cons-table > div a {
            color: #fff;
            padding: 30px 15px;
            display: block;
            border-radius: 5px;
            height: 102px;
        }



            .cons-table > div a:hover {
                background: rgba(27, 28, 28, 0.14);
            }

.Construction > div:nth-child(1) {
    border: 1px solid #ddedfa;
    background: #3abafc;
    height: 64px;
    float: left;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .Construction > div:nth-child(1) a {
        color: #fff;
        padding: 20px;
        /* height: 63px; */
        width: 100%;
        font-size: 18px;
        letter-spacing: 1px;
        float: left;
        background-color: #2094d1;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.org-struc .header {
    background: #3abafc;
    padding: 25px;
    border-radius: 10px;
    letter-spacing: 0.06em;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    border: 1px solid #f0f5f9;
}

.long-cel {
    width: 25%;
    border-radius: 10px;
    border: 1px solid #f0f5f9;
    float: left;
    background: #0091dc;
}

.Construction {
    /* display: inline-block; */
    width: 16.66%;
    float: left;
}

.short-cel {
    text-align: center;
    float: left;
    width: 33%;
}

.org-struc .short-cel a {
    color: #fff;
    padding: 10px;
    display: inherit;
    height: 115px;
    border: none;
    width: 51px;
    vertical-align: text-top;
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 36px;
    word-wrap: break-word;
}

.org-struc a:hover {
    background: rgba(27, 28, 28, 0.14);
}

.section-related {
    padding: 70px 0;
}

    .section-related article h2,
    .section-related h2 {
        display: none;
    }
/* ==========================================================================   Vacatures   ========================================================================== */

section#vacancy {
    background-color: #e7f5f8;
    padding-top: 30px;
}

#vacancy {
    background-color: #e7f5f8;
    padding-top: 30px;
}

ul.vacancy li {
    list-style: none;
    margin-bottom: 30px;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-right: 15px;
}

    ul.vacancy li.open-job {
        background-color: #0190df;
        color: #fff;
    }

        ul.vacancy li.open-job article h3,
        ul.vacancy li.open-job article .section-h2,
        ul.vacancy li.open-job article span {
            color: #fff;
        }

        ul.vacancy li.open-job article span {
            text-transform: uppercase;
            font-size: 12px;
            font-family: HelveticaNeueLT-Bold;
        }

    ul.vacancy li article span {
        text-transform: uppercase;
        font-size: 12px;
        font-family: HelveticaNeueLT-Bold;
    }

    ul.vacancy li .vacancy-img img {
        opacity: 1;
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        /* easeInQuint */
    }

    ul.vacancy li .vacancy-img {
        padding-left: 0;
        z-index: 10;
    }

    ul.vacancy li:hover .vacancy-img img {
        opacity: 0.5;
    }

    ul.vacancy li article {
        padding: 15px 25px 20px;
    }

.bdr-effect {
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: height 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -moz-transition: height 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transition: height 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition: height 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    /* easeInQuint */
}

ul.vacancy li:hover span.bdr-effect {
    height: 3px;
}

#contour input.text,
.contour input.text,
.contour .form-control {
    width: 100%;
    max-width: none !important;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 25px;
    line-height: 52px;
    height: 52px;
}

#contour textarea,
.contour textarea {
    min-height: 187px;
    line-height: 25px !important;
    padding: 15px 25px !important;
    width: 100%;
    max-width: none !important;
    border: 1px solid #ccc;
    border-radius: 0;
}

.contour .datepickerfield {
    width: calc(100% - 3px);
}

.row-fluid {
    margin-left: -15px;
    margin-right: -15px;
}



.contour .mandatory-icon {
    color: #ff6e0a;
    font-size: 0.6em;
    padding: 5px;
}

.contour .form-control-feedback.mandatory-icon {
    padding: 23px 30px;
}

.contour .radiobuttonlist {
    height: 52px;
    margin-bottom: 8px;
    padding-bottom: 55px !important;
}

    .contour .radiobuttonlist span {
        line-height: 26px;
    }

.contour input[type=radio] {
    display: inline-block !important;
    float: left;
    border: 0 !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
}

.NFI-button,
.contour .btn-primary {
    background: #ff6e0a;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 50px;
    line-height: 52px;
    font-family: HelveticaNeueLT-Bold;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 30px;
}

.contour h6 {
    padding-top: 35px;
    margin-bottom: 0;
}
/*file upload*/

.NFI-wrapper {
    width: 100%;
    height: 49px;
    overflow: hidden !important;
}

.NFI-button {
    float: right !important;
    padding: 0 25px;
    width: 130px;
    line-height: 49px;
    text-align: left !important;
}

    .NFI-button:before {
        display: inline;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 17px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f0f6";
        width: 25px;
        padding-right: 5px;
    }

.NFI-filename {
    border: 1px solid #ccc;
    border-right: 0;
    padding: 0 25px !important;
    line-height: 49px;
    height: 49px;
    width: calc(100% - 130px);
}

.mandatory .NFI-wrapper:after {
    display: inline;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.6em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f111";
    width: 25px;
    padding-left: 5px;
    color: #ff6e0a;
    float: right;
    top: -30px;
    right: 5px;
    position: relative;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

div.google-map {
    margin: 0 0 15px;
}

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

.projectinfo span {
    color: #008bd3;
}

section {
    padding: 20px 0;
}

.clearfixi:before {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.grid-section > div {
    padding-bottom: 15px;
    padding-top: 30px;
}

    .grid-section > div:first-child {
        padding-top: 0;
    }


.vacature-content-page .grid-section .container {
    width: inherit;
    margin-right: auto;
    margin-left: auto;
    padding-left: inherit;
    padding-right: inherit;
}


.vacature-form .contourPageName {
    font-size: 2em !important;
    line-height: 2em !important;
    margin-top: -65px;
}

.vacature-content-page .btn-lg {
    width: 100%;
    margin: 15px 0;
}


.sidebar-info img {
    padding: 0 5px 5px 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.row.sidebar-info {
    margin-bottom: 15px;
}

.sidebar-info a:hover img {
    opacity: 0.5;
}

.vacature-content-page .our-team-full img {
    width: 150px;
    float: left;
}

.vacature-content-page footer.ref-footer-full {
    padding: 15px;
    float: left;
    text-align: left;
    margin-left: 25px;
}

.vacature-content-page article.our-team-full {
    padding: 15px;
    text-align: center;
    background: #d2e9f9;
}

/* ==========================================================================   search result   ========================================================================== */

.ezsearch-results .ezsearch-result {
    border: 1px solid #e7f5f8;
    padding: 15px;
    margin-bottom: 10px;
}

    .ezsearch-results .ezsearch-result:nth-child(odd) {
        background-color: #e7f5f8;
    }

.ezsearch-pager .page {
    border: 1px solid #e7f5f8;
    padding: 3px 5px;
    margin: 0 2px;
}

.ezsearch-pager a.page:hover {
    border: 1px solid #e7f5f8;
    padding: 3px 5px;
    margin: 0 2px;
    color: #fff;
}
/* ==========================================================================   Form   ========================================================================== */
.contourPage h6 {
    font-family: HelveticaNeueLT-Light;
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 15px;
    color: #008bd3;
}

.modal-content {
    float: left;
    padding: 20px;
}

.oneliner.introduction {
    margin-top: 20px;
    line-height: 25px;
}

#contour span.contourError,
#contour span.field-validation-error .contour span.contourError,
.contour span.field-validation-error {
    color: #ff6e0a !important;
}

.contour .radiobuttonlist {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 15px !important;
}

button.btn.btn-primary.vacancy {
    border-radius: 0;
    border: 0;
    padding: 10px 15px;
    font-size: 16px;
}
/* ==========================================================================   Quote   ========================================================================== */
article.aan-container {
    background: #fff;
    float: left;
}

.aan-container img {
    width: 250px;
    margin-right: 30px;
    float: left;
}

.ref-container img {
    width: 150px;
    margin-right: 30px;
    float: left;
    border-radius: 50%;
    margin-top: 35px;
}

article .ref-content {
    padding: 30px;
    margin-left: 150px;
    margin-right: 10px;
}

article .aan-content {
    padding: 20px 30px 0;
    width: 100%;
}

.aan-content .section-h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.aan-footer p.name {
    margin: 2px 0;
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    text-align: center;
}

.quote-page p.name {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #008bd3;
}

.ref-footer p.name {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: inline-block;
}


.aan-footer h6 {
    color: #555555;
    padding-bottom: 30px;
    text-align: center;
}

.ref-footer h6 {
    color: #000;
    display: inline-block;
}

.quote {
    margin: 40px 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

article.ref-container {
    padding: 35px 10%;
    background: transparent;
    -webkit-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -moz-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition: all 300ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
}

.quote a:hover .bdr-effect {
    height: 3px;
}

.quote a:hover article.ref-container {
    background: rgba(255, 255, 255, 0.36);
}

.quote a:link,
.quote a:active,
.quote a:visited,
.quote a:hover .ref-content h2.section-h2,
.quote a:hover .ref-content .section-h2,
.quote a:hover {
    text-decoration: none;
}

.quote a:hover {
    text-decoration: none;
}

footer.Aan-footer {
    padding-bottom: 30px;
}

.ref-content .section-h2 {
    color: #000;
    font-size: 24px;
    line-height: 32px;
}

article.aan-container {
    background-color: #fff;
    width: 100%;
}

.quote-archive img,
.exp-archive img {
    width: 100%;
}

.quote-archive a:hover img,
.exp-archive a:hover img {
    opacity: 0.7;
}

.quote-archive a:hover p.short-quote {
    text-decoration: none;
}

.quote-block {
    padding: 30px;
    background: rgb(0, 145, 220);
    border-bottom: 3px solid rgb(0, 145, 220);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.exp-block {
    padding: 30px 30px 5px;
    background: #fff;
    min-height: 270px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.quote-archive p.short-quote {
    font-size: 16px;
    color: #fff;
    height: 150px;
    overflow: hidden;
}

.exp-block .summery {
    font-size: 14px;
    overflow: hidden;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

.quote-block p.name {
    margin: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    overflow: hidden;
}

.exp-block .name {
    margin-bottom: 10px;
    font-size: 20px;
    overflow: hidden;
    font-family: HelveticaNeueLT-Bold;
}

.quote-block p.function,
.quote-block p.compnay {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    height: 20px;
    overflow: hidden;
}

.quote-archive .col-md-4,
.exp-archive .col-md-4,
.project-archive .col-md-4 {
    margin-bottom: 30px;
}

.project-archive > div > .col-md-4:first-child {
    margin-left: -15px;
}

.quote-page {
    margin-top: 30px;
}

    .quote-page img.person {
        width: 100%;
        margin-top: 40px;
    }

    .quote-page p.short-quote {
        font-size: 18px;
        color: #008bd3;
        padding: 35px 0;
        margin: 0;
    }

h6.function {
    margin-bottom: 100px;
}

.divider {
    height: 2px;
    width: 0px;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.quote-archive a:hover .divider,
.exp-archive a:hover .divider,
.extra-image-owl-theme li a:hover .divider {
    width: 100%;
}

article.our-team {
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 50px;
}

.our-team img {
    border-radius: 50%;
    padding: 15px;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    cursor: pointer;
    overflow: hidden;
    /* border: none; */
}


.our-team footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.our-team:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.our-team:hover footer::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.our-team:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.photo-gallery-wrapper img {
    padding: 15px;
    zoom: -1;
    -webkit-transition: all 0.2s cubic-bezier(0.93, 0.91, 1, 1);
    -moz-transition: all 0.2s cubic-bezier(0.93, 0.91, 1, 1);
    -o-transition: all 0.2s cubic-bezier(0.93, 0.91, 1, 1);
    transition: all 0.2s cubic-bezier(0.93, 0.91, 1, 1);
}

    .photo-gallery-wrapper img:hover {
        padding: 15px;
        zoom: 1;
        padding: 5px;
        box-shadow: 0 3px 30px rgba(55, 76, 93, 0.51);
    }

.overly-info {
    position: absolute;
    top: 45%;
    opacity: 0;
    max-width: 250px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.2s cubic-bezier(0.93, 0.91, 1, 1);
    -moz-transition: all 0.2s cubic-bezier(0.93, 0.91, 1, 1);
    -o-transition: all 0.2s cubic-bezier(0.93, 0.91, 1, 1);
    transition: all 0.2s cubic-bezier(0.93, 0.91, 1, 1);
}

.our-team:hover .overly-info {
    top: 35%;
    opacity: 1;
}

.overly-info h6 {
    color: #fff;
    display: inline-block;
    background: rgba(51, 51, 51, 0.59);
    padding: 7px 10px;
    border-radius: 15px;
    margin: 2px 0;
}

.overly-info a {
    letter-spacing: 0.1em;
    font-size: 14px;
}

    .overly-info a:hover, .overly-info a:focus, .overly-info {
        color: #e7f5f8;
    }

.ref-footer h4.name {
    font-size: 16px;
    font-family: HelveticaNeueLT-Light;
    letter-spacing: 0.1em;
}


article.our-team-full {
    padding: 30px;
    text-align: center;
    background: #d2e9f9;
}



footer.ref-footer-full h4 {
    font-size: 18px;
    font-family: inherit;
    color: #0091dc;
    letter-spacing: 2px;
    padding: 0;
    border: 0;
}

footer.ref-footer-full a {
    color: #0091dc;
}

.our-team-full img {
}

footer.ref-footer-full {
    padding: 3%;
}
/* ==========================================================================   temporary newsletter   ========================================================================== */

.newsletter {
    width: 100% !important;
    border: 1px solid #e7f5f8;
    padding: 60px 0 80px !important;
    background: #e7f5f8;
    text-align: center;
}

    .newsletter input {
        width: 40%;
        max-width: none !important;
        border: 1px solid #ccc;
        border-radius: 0;
        padding: 0 25px;
        line-height: 52px;
        height: 52px;
    }

        .newsletter button, html .newsletter input[type="button"], .newsletter input[type="reset"], .newsletter input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer;
            background: #ff6e0a;
            color: #fff;
            border: 0;
            border-radius: 0;
            padding: 0 50px;
            line-height: 52px;
            font-family: HelveticaNeueLT-Bold;
            font-weight: normal;
            font-style: normal;
            width: 40%;
        }

    .newsletter .btn.focus, .newsletter .btn:focus, .newsletter .btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .newsletter h5 {
        font-family: HelveticaNeueLT-Thin;
        font-size: 36px !important;
        font-weight: lighter;
        color: #008bd3;
        margin-top: 10px;
    }

    .newsletter label {
        font-size: 18px;
        padding: 0;
        margin: 0;
        color: #008bd3;
        font-weight: lighter;
    }

    .newsletter p {
        margin: 0 0 15px;
    }

/* ==========================================================================   Archive type pages   ========================================================================== */
.uppercase {
    text-transform: uppercase;
}

.paging li {
    float: left;
    list-style: none;
}

.content ul.paging {
    margin: 20px 0;
    float: left;
    left: 0;
    width: 100%;
}

ul.paging li a {
    border: 1px solid #736E6E;
    padding: 10px 15px;
    margin: 2px;
    background: #fff;
}

.project-block {
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0091dc;
}

.project-wrapper {
    position: relative;
}

.project-block .overbox-photographer {
    color: #ffffff;
    /* padding-left: 20px; */
    margin-bottom: 15px;
    position: absolute;
    bottom: -170px;
}

.project-block .overbox-sub-title {
    color: #ffffff;
    padding: 20px 30px 20px 20px;
    height: 75px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-size: 16px;
}

.divider-orange {
    height: 2px;
    width: 0px;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.project-archive a:hover .divider-orange {
    width: 100%;
}

.project-archive img.project {
    width: 100%;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    /* easeInQuint */
}

.project-archive .project-block {
    opacity: 0.8;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.project-archive a:hover .project-block {
    opacity: 1;
}

section#slider-images {
    padding: 70px 0 50px;
}

section.related-project {
    padding: 15px 0 60px;
    background: #d2e9f9;
}

    section.related-project h2 {
        padding-bottom: 10px;
    }

.img-wrapper {
    background: #e7f5f8;
    padding: 35px 5px;
    text-align: center;
}

.quote-archive img.circle {
    width: 70%;
    border-radius: 50%;
}

i.fa.fa-quote-left,
i.fa.fa-quote-right {
    font-size: 16px;
}

ul.paging {
    padding: 15px 0 35px 15px;
}

    ul.paging li.active a {
        color: #fff;
    }

.quote-archive div > div.col-md-3 {
    margin-bottom: 30px;
}

.social-wrapper {
    padding: 0 15x 60px;
}

span.menu-arrow {
    width: 7px;
    height: 13px;
    color: #fff;
}

header.sub-company .menu ul li {
    position: relative;
}

ul .mega .mini-columi {
    background: #fff none repeat scroll 0% 0%;
    z-index: 500;
    padding: 5px 5px 5px 15px;
    opacity: 0;
    position: absolute;
    top: 45px;
    visibility: hidden;
    box-shadow: 0px 2px 4px #888888;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.company .mega .mini-columi {
    top: 82px;
    left: -50%;
    padding: 0;
}

.company.sticky .mega .mini-columi {
    top: 60px;
}


header.sub-company .subMenu-inner {
    padding: 10px 0;
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
    min-width: 170px;
    float: left;
    color: #959595;
    font-size: 12px;
    margin-right: 15px;
    border-top: 1px solid rgba(0, 145, 220, 0.19);
}

    header.sub-company .subMenu-inner:first-child {
        border-top: none;
    }

header.sub-company .s-m-Title {
    font-size: 10px;
}

/* ==========================================================================   twitter   ========================================================================== */
.twitter-wrapper {
    position: relative;
    min-height: 500px;
    background: #d2e9f9;
}

    .twitter-wrapper #footerimg {
        position: relative;
        background: rgba(136, 153, 166, 0.55);
        max-height: 600px;
        overflow: hidden;
    }

        .twitter-wrapper #footerimg img {
            width: 100%;
            opacity: 0.5;
        }

.twitter-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* ==========================================================================   add this   ========================================================================== */
.addthis_inline_share_toolbox {
    display: inline-block;
}

span.sharebtn {
    font-size: 16px;
    vertical-align: sub;
}

/* ==========================================================================   project-page-filter   ========================================================================== */
.filter-bar .input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.filter-bar .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .filter-bar .input__field:focus {
        outline: none;
    }

.filter-bar .input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.filter-bar .input__field--ruri {
    width: 100%;
    background: transparent;
    padding: 10px 0 0;
    margin-bottom: 35px;
    font-size: 22px;
    font-family: HelveticaNeueLT-Light;
}

.filter-bar .input__label--ruri {
    width: 100%;
    position: absolute;
    text-align: left;
    padding: 12px 0;
    pointer-events: none;
    font-size: 18px;
}

    .filter-bar .input__label--ruri::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #cccccc;
        left: 0;
        top: 100%;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
        -moz-transition: -webkit-transform 0.3s, background-color 0.3s;
        transition: transform 0.3s, background-color 0.3s;
    }

.filter-bar .input__label-content--ruri {
    padding: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    color: #999999;
    font-family: HelveticaNeueLT-Thin;
    letter-spacing: 1px;
    font-size: 20px;
}

.filter-bar .input__field--ruri:focus + .input__label--ruri::after,
.filter-bar .input--filled .input__label--ruri::after {
    font-family: HelveticaNeueLT-Thin;
}

.filter-bar .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.filter-bar .input--filled .input__label--ruri .input__label-content--ruri {
    color: #f5f5f5;
    font-family: HelveticaNeueLT-Thin;
    -webkit-transform: translate3d(0, -1em, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(0, -1em, 0) scale3d(0.655, 0.655, 1);
}

.container-fluid.filter-bar {
    background-color: #fff;
    padding: 30px;
}

section.section-project {
    background-color: #F0F5F9;
}

select.input__field.input__field--ruri {
    border-bottom: 1px solid #cccccc;
    padding: 4px 0;
    margin-top: 8px;
    line-height: 30px;
    color: #999999;
}

.filter-content > .input--ruri:first-child {
    width: 100%;
}

.filter-content > .input--ruri:nth-child(2) {
    width: 50%;
    float: left;
}

.filter-content > .input--ruri:nth-child(3) {
    width: 66%;
    float: right;
}

.input--ruri label {
    float: left;
    width: 140px;
    padding-top: 5px;
    color: #999999;
    font-family: HelveticaNeueLT-Thin;
    letter-spacing: 1px;
    font-size: 20px;
}

.input--ruri select {
    float: left;
    width: 50%;
}

footer p {
    margin: 10px 30px 30px;
    font-size: 14px;
    color: #000;
}

.input--filled .dropdown-menu > li > a {
    font-size: 22px;
    padding: 15px;
    border-left: 5px solid rgba(0, 0, 0, 0.0001);
    color: #555555;
    white-space: normal;
}

    .input--filled .dropdown-menu > li > a:hover, .input--filled .dropdown-menu > li > a:focus {
        color: #262626;
        background: #f5f5f5;
    }

.input--filled .dropdown-menu {
    max-width: 100%;
    overflow: hidden;
    margin: 9px 0 0;
}

.input--filled ul.dropdown-menu li {
    margin-bottom: 0;
}

.input--filled .dropdown-menu > .active > a, .input--filled .dropdown-menu > .active > a:hover, .input--filled .dropdown-menu > .active > a:focus {
    background-color: #f5f5f5;
}


#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #d2e9f9;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top:hover {
        background: rgba(1, 134, 200, 0.49);
    }

    #back-to-top.show {
        opacity: 1;
    }

.umbraco-forms-form textarea {
    height: 275px;
}
/* ==========================================================================   project page design   ========================================================================== */

.projectheader img, .vacancy-header img, .newspageheader img {
    width: 100%;
    margin-top: -50px;
}

.vacancy-header {
    max-height: 500px;
    overflow: hidden;
}

section.imgae-slider {
    background-color: #d2e9f9;
}


.imgae-slider-container {
    margin-top: 30px;
    margin-bottom: 15px;
    max-width: 500px;
}

.imgae-slider .owl-buttons {
    width: 100%;
    position: absolute;
    top: calc(50% - 45px);
}

.imgae-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -150px;
    opacity: 1;
}

.imgae-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -150px;
    opacity: 1;
}

.imgae-slider .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    display: inline; /*IE7 life-saver */
    margin: 0;
    padding: 10px 23px;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FFF;
    filter: Alpha(Opacity=90); /*IE7 fix*/
    opacity: 0.9;
}

.imgae-slider .owl-buttons i {
    color: #333333;
}

.imgae-slider .owl-theme .owl-controls {
    width: 100%;
    margin: 0;
    padding: 0;
}

.imgae-slider .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.imgae-slider .owl-pagination {
    position: relative;
    bottom: 0;
}


.imgae-slider .owl-theme .owl-controls .owl-page span {
    background-color: #b8bec2;
}

.imgae-slider .owl-theme .owl-controls .owl-page.active span,
.imgae-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    background-color: #0d4c92;
}

.imgae-slider .owl-theme .owl-controls .owl-page:hover span {
    background-color: #0d4c92;
    opacity: 1;
}

.imgae-slider .owl-carousel img {
    border: 3px solid #fff;
}

.PRSproject-info {
    min-height: 300px;
    border: 1px solid #d2e9f9;
    padding: 15px 50px;
    background: #d2e9f9;
}


    .PRSproject-info h6 i, .sidebar-wrapper h6 i {
        color: #0d4c92;
        padding: 0 5px 10px 0px;
        font-size: 22px;
    }

    .PRSproject-info h6, .sidebar-wrapper h6 {
        text-transform: uppercase;
        clear: both;
    }

    .PRSproject-info .projectinfo p {
        margin: 0 0 5px;
    }

.sidebar-wrapper {
    min-height: 300px;
    border: 1px solid #d2e9f9;
    padding: 40px 80px;
    background: #d2e9f9;
}

.news-overview .loading-anim {
    text-align: center;
    z-index: 1;
}

.loading-anim {
    position: fixed;
    padding: 100px;
    background: rgba(240, 245, 249, 0.12);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*custom code for the home page slider Left postion picture */

.pic-ltf {
    width: 50%;
    float: left;
}


    .pic-ltf .sCaption {
        position: absolute;
        z-index: 3;
        left: 55%;
        top: 20%;
        background-color: transparent;
        max-width: 450px;
        -webkit-transition: 0.6s 0.3s;
        transition: 0.6s 0.3s;
        margin: 0;
        -webkit-transform: translateX(340px);
        -ms-transform: translateX(340px);
        transform: translateX(340px);
    }




/*custom code for the home page slider Right postion picture */

.pic-rtl {
    width: 50%;
    float: right;
}


    .pic-rtl .sCaption {
        position: absolute;
        z-index: 3;
        left: 8%;
        top: 20%;
        background-color: transparent;
        max-width: 500px;
        margin: 0;
        -webkit-transition: 0.6s 0.3s;
        transition: 0.6s 0.3s;
        -webkit-transform: translateX(-180px);
        -ms-transform: translateX(-180px);
        transform: translateX(-180px);
    }


/*General */
.Home-slider-animated .scroll-down-btn,
.slider-fullwidth .overbox-title-fixed-top,
.slider-fullwidth .overbox-title-fixed-bottom,
.slider-fullwidth .scroll-down-btn {
    display: none;
}

.slider-fullscreen {
    height: calc(100vh - 73px); /* 73px height of the topbar */
}

    .slider-fullscreen .scroll-down-btn {
        background: none;
        border: none;
        outline: none;
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translateX(-50%);
        height: 80px;
        width: 80px;
        color: #fff;
    }

@media only screen and (max-width: 991px) {
    .slider-fullscreen .scroll-down-btn {
        bottom: 100px;
    }
}

.slider-fullscreen .content-image,
.slider-fullscreen .content-image img,
.slider-fullscreen .content-video {
    height: 100%;
    overflow: hidden;
}

}

.slider-fullscreen .content-image img {
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* For the object-fit polyfill */
}

.slider-fullscreen .content-video {
    position: relative;
}

    .slider-fullscreen .content-video > * {
        position: absolute;
        border: none;
        margin: 0;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: opacity .15s ease-in-out;
        pointer-events: none;
        min-width: 100%;
        min-height: 100%;
    }

    .slider-fullscreen .content-video iframe {
        opacity: 0;
    }

    .slider-fullscreen .content-video video {
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    .slider-fullscreen .content-video::after,
    .slider-fullscreen .content-image::after {
        background-color: rgba(1, 60, 90, 0.36);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.slider-fullscreen .container .sCaption {
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -10px;
}

    .slider-fullscreen .container .sCaption .slide-title {
        color: #fff;
        font-size: 40px;
        line-height: 38px;
    }

    .slider-fullscreen .container .sCaption .slide-location {
        color: #fff;
        font-size: 24px;
        margin-top: 15px;
    }

    .slider-fullscreen .container .sCaption a {
        margin: 30px 0 0;
    }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .slider-fullscreen .container .sCaption {
        margin-left: -350px;
    }

        .slider-fullscreen .container .sCaption .slide-title {
            font-size: 32px;
            line-height: 30px;
        }

        .slider-fullscreen .container .sCaption .slide-location {
            font-size: 21px;
        }
}

@media only screen and (max-width: 991px) {
    .slider-fullscreen .container .sCaption {
        margin-left: -275px;
    }

        .slider-fullscreen .container .sCaption .slide-title {
            font-size: 26px;
            line-height: 24px;
        }

        .slider-fullscreen .container .sCaption .slide-location {
            font-size: 18px;
        }
}

.Home-slider-animated .sCaption .overbox-sub-title {
    color: #000;
    font-size: 44px;
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 2px;
    line-height: 1.1em;
    padding: 0 10px;
}

.Home-slider-animated .overbox-title-fixed-top {
    color: #fff;
    padding: 5px 10px;
    font-size: 44px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 2px;
    font-family: HelveticaNeueLT-Bold;
    line-height: 40px;
}

.Home-slider-animated .overbox-title-fixed-bottom {
    color: #fff;
    padding: 5px 10px;
    font-size: 44px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 2px;
    font-family: HelveticaNeueLT-Bold;
    line-height: 40px;
}

.Home-slider-animated .sCaption-content p {
    padding: 35px 10px 0;
    line-height: 1.2;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0;
    font-family: HelveticaNeueLT-medium;
}

.Home-slider-animated .sCaption a::after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f178";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.header-board {
    margin-top: 0;
}

.Home-slider-animated .sCaption a {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    margin: 30px 25px 25px 10px;
    text-transform: initial;
    font-size: 18px;
    font-family: HelveticaNeueLT-Bold, Helvetica,Arial,sans-serif;
}

.sCaption a::after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f178";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.active .sCaption {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

#home-page .owl-carousel .owl-wrapper {
    background: #0091dc;
}

label.umbraco-forms-label {
    padding: 15px 0 0;
    font-family: HelveticaNeueLT-Light;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 5px;
    color: #008bd3;
}

.umbraco-forms-field-wrapper input.text {
    width: 30%;
    max-width: none !important;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 25px;
    line-height: 52px;
    height: 52px;
}

.umbraco-forms-field-wrapper {
    margin-bottom: 10px;
}

    .umbraco-forms-field-wrapper input[type=radio] {
        border: 0 !important;
        margin-right: 5px;
    }

    .umbraco-forms-field-wrapper h2 {
        font-size: 26px;
    }

fieldset.umbraco-forms-fieldset {
    border: 1px solid #ffffff;
    margin: 0 2px;
    padding: 10px 30px;
    background: #d2e9f9;
}

.radiobuttonlist label {
    font-family: HelveticaNeueLT-Light;
    font-size: 16px;
    font-weight: lighter;
    color: #008bd3;
}

.checkboxlist label {
    font-family: HelveticaNeueLT-Light;
    font-size: 16px;
    font-weight: lighter;
    color: #008bd3;
}

.umbraco-forms-navigation input.btn.primary {
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 50px;
    line-height: 52px;
    font-family: HelveticaNeueLT-Bold;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 30px;
    background: #ff6e0a;
    margin: 15px 0;
}

.umbraco-forms-contactpage {
    padding: 0;
}

    .umbraco-forms-contactpage fieldset.umbraco-forms-fieldset {
        background: none;
        padding-right: 0;
    }

    .umbraco-forms-contactpage label.umbraco-forms-label {
        display: none;
    }

    .umbraco-forms-contactpage .umbraco-forms-page {
        position: relative;
    }

    .umbraco-forms-contactpage .row-fluid {
        display: flex;
        flex-direction: row;
    }

    .umbraco-forms-contactpage .umbraco-forms-container {
        display: flex;
        flex-direction: column;
    }

        .umbraco-forms-contactpage .umbraco-forms-container {
            flex: 0 0 50%;
            float: none;
        }

    .umbraco-forms-contactpage .umbraco-forms-field.submit {
        flex: 1 1 auto;
        display: flex;
        align-items: flex-end;
    }

    .umbraco-forms-contactpage .umbraco-forms-field-wrapper {
        position: relative;
        margin-bottom: 15px;
    }

        .umbraco-forms-contactpage .umbraco-forms-field-wrapper h3 {
            font-family: HelveticaNeueLT-Bold;
            font-size: 20px;
            font-weight: normal;
            color: #0091dc;
            margin-top: 0;
            margin-bottom: -15px;
        }

        .umbraco-forms-contactpage .umbraco-forms-field-wrapper input.text,
        .umbraco-forms-contactpage .umbraco-forms-field-wrapper textarea,
        .umbraco-forms-contactpage .umbraco-forms-field-wrapper select {
            color: #0091dc;
            width: 100%;
            max-width: 100% !important;
            border: 1px solid #ccc;
            padding: 0 35px 0 25px;
            transition: all .15s ease-in-out;
        }

            .umbraco-forms-contactpage .umbraco-forms-field-wrapper input:focus.text,
            .umbraco-forms-contactpage .umbraco-forms-field-wrapper textarea:focus,
            .umbraco-forms-contactpage .umbraco-forms-field-wrapper select:focus {
                border-color: #0091dc;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
                outline: 0;
            }

        .umbraco-forms-contactpage .umbraco-forms-field-wrapper textarea {
            padding: 25px;
        }

        .umbraco-forms-contactpage .umbraco-forms-field-wrapper input:-ms-input-placeholder,
        .umbraco-forms-contactpage .umbraco-forms-field-wrapper textarea:-ms-input-placeholder {
            color: #888;
        }

        .umbraco-forms-contactpage .umbraco-forms-field-wrapper select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            display: block;
            line-height: 52px;
            height: 52px;
            color: #888;
        }

            .umbraco-forms-contactpage .umbraco-forms-field-wrapper select::-ms-expand {
                display: none;
            }

            .umbraco-forms-contactpage .umbraco-forms-field-wrapper select[data-val-required] {
                padding-right: 60px;
            }

            .umbraco-forms-contactpage .umbraco-forms-field-wrapper select.input-validation-error {
                background: #FBE3E4;
            }

            .umbraco-forms-contactpage .umbraco-forms-field-wrapper select option:checked:not(:disabled) {
                color: #0091dc;
            }

        .umbraco-forms-contactpage .umbraco-forms-field-wrapper .mandatory-icon {
            padding: 23px 30px;
            color: #ff6e0a;
            font-size: 0.6em;
        }

        .umbraco-forms-contactpage .umbraco-forms-field-wrapper .arrow-icon {
            padding: 20px 30px;
            font-size: 1em;
        }

            .umbraco-forms-contactpage .umbraco-forms-field-wrapper .arrow-icon.is--mandatory {
                right: 25px;
            }

    .umbraco-forms-contactpage.umbraco-forms-form span.field-validation-error {
        color: #ff6e0a !important;
    }

    .umbraco-forms-contactpage .mandatory-info {
        position: absolute;
        right: 0;
        padding-top: 1em;
    }

        .umbraco-forms-contactpage .mandatory-info p {
            color: #ff6e0a;
            margin-bottom: 0;
        }

        .umbraco-forms-contactpage .mandatory-info .mandatory-icon {
            margin-right: 5px;
        }

    .umbraco-forms-contactpage .NFI-wrapper {
        height: 52px;
        display: inline-flex !important;
        flex-direction: row-reverse;
    }

    .umbraco-forms-contactpage .NFI-filename {
        height: 52px;
        line-height: 52px;
    }

    .umbraco-forms-contactpage .NFI-button {
        width: auto;
        margin-bottom: 0;
    }

    .umbraco-forms-contactpage .btn.primary {
        background: #ff6e0a;
        color: #fff;
        border: 0;
        border-radius: 0;
        padding: 0 50px;
        margin-bottom: 15px;
        line-height: 52px;
        font-family: HelveticaNeueLT-Bold;
        font-weight: normal;
        font-style: normal;
    }

@media screen and (max-width: 991px) {
    .umbraco-forms-contactpage .row-fluid {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .umbraco-forms-contactpage .mandatory-info {
        top: -26px;
    }
}


/* ==========================================================================   responsive   ========================================================================== */
@media screen and (max-width: 1680px) {
    .pic-ltf .sCaption, .pic-rtl .sCaption {
        top: 5%;
    }
}

@media screen and (max-width: 1366px) {
    .home-news .news-owl-theme .owl-controls .owl-buttons .owl-next {
        right: 15px;
        background: #e5e9eb;
    }

    .home-news .news-owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 15px;
        background: #e5e9eb;
    }

    #home-page .news-footer {
        padding: 10px 80px 10px;
    }

    .Home-slider-animated .sCaption .overbox-sub-title {
        font-size: 2.6em;
        font-weight: 600;
    }

    .Home-slider-animated .sCaption-content p {
        padding: 20px 10px 0;
        line-height: 1.7;
        color: #fff;
        font-size: 1.2em;
    }

    .pic-ltf .sCaption, .pic-rtl .sCaption {
        top: 7%;
    }
}

@media screen and (max-width: 1280px) {
    .Home-slider-animated .sCaption .overbox-sub-title {
        padding: 5px 10px;
        font-size: 2.3em;
        font-weight: 600;
    }
}

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


    .twitter-wrapper #footerimg {
        display: none;
    }

    .twitter-container {
        position: relative;
        transform: inherit;
        text-align: center;
        background: #E7F5F8;
        padding-bottom: 40px;
        top: initial;
        left: initial;
    }


    .Home-slider-animated .sCaption-content p {
        display: none;
    }

    footer.stickyFooter .lower ul li a {
        padding: 15px 3px;
    }

    .org-struc a {
        height: 140px;
        padding: 0;
    }

    .company #search {
        display: none;
    }

    .pic-rtl .sCaption, .pic-ltr .sCaption {
        max-width: 400px;
        top: 1%;
    }

    .Home-slider-animated .overbox-title-fixed {
        font-size: 34px;
    }

    .Home-slider-animated .sCaption .overbox-sub-title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 968px) {
    ul.vacancy li {
        max-height: none;
        overflow: auto;
        border-right: 10px solid #e7f5f8;
    }

        ul.vacancy li article .section-h2 {
            line-height: 40px;
        }

        ul.vacancy li .vacancy-img img {
            max-width: 100%;
        }



    .home-content .text {
        text-align: left;
        padding: 35px;
    }

    .imgae-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
    }

    .imgae-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }
}

@media screen and (max-width: 769px) {
    .panel-aandeel {
        padding: 5px;
        width: 180px;
    }

    .iframe-aandeel {
        width: 160px;
        height: 160px;
    }

    #search {
        float: left;
        top: 10px;
        left: 15px;
    }

    .menu ul li {
        display: block;
        padding: 15px;
        font-size: 13px;
        letter-spacing: 0.06em;
        float: left;
        width: 100%;
        border-bottom: 1px solid rgba(91, 116, 128, 0.2);
    }

    .company .menu ul li {
        float: left;
        padding: 0;
    }

    .company.sticky .mega .mini-columi {
        top: 0;
    }

    ul .mega .columi {
        background: #fff;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        opacity: 1;
        display: block;
        float: left;
        left: 10px;
        top: 10px;
        height: auto;
    }

    .menu-board {
        display: none;
    }

    .wrapper {
        position: relative;
        box-sizing: border-box;
        float: left;
        width: 100%;
        display: block;
    }

    .menu ul {
        height: auto;
    }

    .slider-container .slider {
        display: none;
    }

    .menu ul li .rootlevel {
        padding: 15px 0;
        margin-left: 10px;
        width: 100%;
    }

    .company .menu ul li .rootlevel {
        padding: 15px 0;
        margin-left: 0;
        width: 100%;
        display: inline-block;
    }

    ul .mega:hover .columi {
        top: 10px;
    }

    .menu ul li .rootlevel:hover,
    .menu ul li .rootlevel:active {
        border: none;
    }

    .menu-active {
        border-bottom: none;
    }

    .subMenu-inner {
        padding: 15px;
        width: 100%;
        margin-right: 15px;
    }

    .company .subMenu-inner {
        padding: 1px;
        width: 100%;
    }

    .prioritylink-container {
        position: relative;
        top: 10px;
        width: 100%;
    }

        .prioritylink-container a.prioritylink {
            display: block;
            float: left;
            width: 100%;
            background-color: #e7f5f8;
        }

    .prioritylink .prioritylink-text {
        background: #e7f5f8;
    }

    .navbar-nav {
        margin: 0;
    }

    .quicklinks-top ul li {
        padding: 0;
        padding-right: 10px;
        line-height: 0.1;
    }

    article.aan-container {
        text-align: center;
    }

    article.ref-container {
        padding: 0 5px;
        text-align: center;
    }

    .ref-container img {
        width: 150px;
        margin-right: 0;
        float: none;
        border-radius: 50%;
        margin-top: 35px;
    }

    .aan-container img {
        margin-right: 0;
        float: none;
    }

    article .ref-content {
        padding: 5px;
        margin: 0;
        float: left;
    }

    header.company .siteLogo {
        padding: 0;
        margin-left: 0;
        display: block;
        max-width: 200px;
        margin-top: 16px;
    }

    header.company.sticky .siteLogo {
        margin: 16px 30px 11px 30px;
    }

    .section-aandeel {
        display: none;
    }

    header.sub-company .siteLogo {
        float: left;
    }

    .company-title {
        letter-spacing: 0;
        height: 40px;
        overflow: hidden;
    }

    .footer-content > p {
        display: none;
    }

    h1, .h1 {
        font-size: 34px;
    }

    .list-inline > li {
        display: inline-block;
        padding-right: 2px;
        padding-left: 2px;
    }

    .breadcrumbs li:after {
        padding-left: 3px;
    }

    ul.vacancy li {
        padding-right: 0;
        border-right: none;
    }

        ul.vacancy li article .section-h2 {
            line-height: 40px;
        }

    header.sub-company .menu ul li {
        position: inherit;
    }

    .menu ul li.mega > span {
        float: left;
        height: 20px;
    }

    .company .menu ul li.mega > span {
        float: none;
        height: 20px;
    }

    ul .mega .mini-columi {
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        z-index: 0;
        padding: 5px 5px 5px 15px;
        opacity: 1;
        position: relative;
        top: 15px;
        visibility: visible;
        float: left;
        left: 10px;
        width: 100%;
    }

    .contour .radiobuttonlist {
        padding-bottom: 55px !important;
    }

    .overbox-title {
        font-size: 12px;
    }

    .filter-content > .input--ruri:nth-child(2) {
        width: 100%;
        float: left;
    }

    .filter-content > .input--ruri:nth-child(3) {
        width: 100%;
        float: left;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .company .mega .mini-columi {
        top: 0;
        left: 0;
        border-top: none;
        padding: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    header.company {
        height: auto;
    }

    header .content-wrapper {
        position: relative;
    }

    .top-right-menu {
        position: absolute;
        top: 25px;
        right: 60px;
        margin-top: 0;
    }

    .sticky .top-right-menu {
        margin-top: 0;
    }



    .company .menu ul {
        margin-left: 0;
    }

    .company.sticky .menu ul li .rootlevel {
        padding: 15px 0;
    }

    .company .navbar {
        min-height: initial;
    }

    footer.stickyFooter .lower {
        position: relative;
    }

    footer.stickyFooter .upper {
        margin: 0;
    }

    .menu {
        border: 1px solid rgba(0, 145, 220, 0.32);
    }

    footer.stickyFooter .lower ul li a {
        padding: 5px;
        font-size: 12px;
        border-bottom: 1px solid #e5e9eb;
    }

    footer.stickyFooter .lower i {
        float: left;
        padding-right: 0;
    }

    .org-struc a {
        font-size: 14px;
        padding: 0;
    }

    .overly-info {
        left: 50%;
        transform: translateX(-50%);
    }

    .cons-table {
        width: 100%;
    }


    .copy-right {
        display: none;
    }

    .our-team-full img {
        float: initial;
    }

    footer.ref-footer-full {
        padding: 5px;
    }

    .header-board {
        margin-top: -25px;
    }

    .footerLogo {
        margin-bottom: 5px;
    }

    .stickyFooter address {
        margin-top: 5px;
        text-align: left;
        margin-left: 25px;
    }

    .home-news .news-wrapper {
        padding-top: 0;
    }

    .news-wrapper .mainlink-readmore {
        bottom: 10px;
    }
    .introduction {
        font-size: 18px;
        line-height: 30px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
    }

}

@media screen and (max-width: 640px) {
    .long-cel {
        width: 100%;
    }

    .org-struc a {
        display: block;
        height: auto;
        width: auto;
        padding: 10px;
    }

    .cons-table > div {
        width: 100%;
        min-height: initial;
    }

        .cons-table > div a {
            padding: 10px;
            height: 40px;
        }
}

@media screen and (max-width: 480px) {
    h5.sublogo {
        font-size: 16px;
        text-indent: 0;
    }

    .sitesubLogo {
        float: left;
        padding: 5px 0 15px;
    }

    .footer-backdrop {
        width: 235px;
    }

    .quicklinks-top ul li a {
        padding-left: 0;
    }

    footer.stickyFooter .footerLogo img {
        padding-right: 5px;
        max-width: 150px;
    }

    .org-struc a {
        padding: 10px;
        font-size: 16px;
    }

    .cons-table {
        width: auto;
    }

    #back-to-top {
        bottom: 65px;
    }
}

.grecaptcha-badge {
    bottom: 80px !important;
}

@media (min-width: 769px) {
article.our-team.col-sm-4 {
    width: initial !important;
}}
