#primary-menu.sub-title > ul > li > a span,
#primary-menu.sub-title > div > ul > li > a span {
    text-transform: none;
}

#primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
    padding: 27px 16px 32px;
    text-transform: none;
}

#header {
    height: auto !important;
    /*overflow: hidden;*/
}

#logo {
    height: 100px;
}

#logo img {
    height: 70px;
    vertical-align: top;
    display: inline-block;
    margin-top: 12px;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 40px;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    width: 220px;
}

#primary-menu ul li > a {
    text-transform: none;
}

#footer.dark {
    background: #656565;
    color: #fff;
}

@media (max-width: 767px) {
    #top-bar .col_full {
        margin-bottom: 0 !important;
    }
}

.top-links {
    float: right;
}

#content {
    clear: both;
}

.clients-grid {
    text-align: center;
}

.clients-grid li {
    float: none;
    display: inline-block;
    text-align: center;
}

.clients-grid li:nth-child(6n+1):before {
    display: none;
}

/* ==== Main CSS === */
.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill > img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

/* ==== Slider Style === */
.Modern-Slider .item {
    height: 50vh;
}

.Modern-Slider .item .img-fill {
    height: 50vh;
    background: #000;
}

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .50);
    /*line-height: 100vh;*/
    text-align: center;
}

.Modern-Slider .item .img-fill > img {
    /*-webkit-filter: blur(5px);*/
    /*filter: blur(5px);*/
}

.Modern-Slider .item .info > div {
    display: inline-block !important;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .NextArrow:before {
    content: '\f105';
}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255, 255, 255, .20);
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #0094ca;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    -webkit-animation: ProgressDots 11s both;
    animation: ProgressDots 11s both;
}

.Modern-Slider .item .smalltitle {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    /*color: #FFF;*/
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
}

.Modern-Slider .item .title {
    margin: 20px 0;
    padding: 0;
    line-height: 1.3em;
    /*color: #FFF;*/
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Raleway', sans-serif;
    /*max-width: 600px;*/
    overflow: hidden;

    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.Modern-Slider .item .col {
    /*position: absolute;*/
    position: relative;
    height: 100%;
}

.Modern-Slider .item .col > div {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Modern-Slider .item .introtext {
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active .smalltitle {
    -webkit-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active .title {
    -webkit-animation: fadeInLeft 1s both 1.5s;
    animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active .introtext {
    -webkit-animation: fadeInDown 1s both 2s;
    animation: fadeInDown 1s both 2s;
}

.Modern-Slider .item.slick-active .button {
    -webkit-animation: fadeInUp 3s both 2.5s;
    animation: fadeInUp 1s both 2.5s;
}

.Modern-Slider .item.slick-active .slide-img {
    -webkit-animation: fadeInRight 1s both 3s;
    animation: fadeInRight 1s both 3s;
}

.Modern-Slider .item.slick-active:nth-child(odd) .img-fill {
    -webkit-animation: slideInfiZoomIn 20s both;
    animation: slideInfiZoomIn 20s both;
}

.Modern-Slider .item.slick-active:nth-child(even) .img-fill {
    -webkit-animation: slideInfiZoomIn 20s both;
    animation: slideInfiZoomIn 20s both;
}

/* ==== Slider Image Transition === */
@-webkit-keyframes slideInfiZoomIn {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translate(0px);
        transform: scale(1) rotate(0deg) translate(0px);
    }
    100% {
        -webkit-transform: scale(1.5) rotate(0deg) translate(60px);
        transform: scale(1.5) rotate(0deg) translate(60px);
    }
}

@keyframes slideInfiZoomIn {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translate(0px);
        transform: scale(1) rotate(0deg) translate(0px);
    }
    100% {
        -webkit-transform: scale(1.5) rotate(0deg) translate(60px);
        transform: scale(1.5) rotate(0deg) translate(60px);
    }
}

@-webkit-keyframes slideInfiZoomOut {
    0% {
        -webkit-transform: scale(1.5) rotate(0deg) translate(60px);
        transform: scale(1.5) rotate(0deg) translate(60px);
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg) translate(0px);
        transform: scale(1) rotate(0deg) translate(0px);
    }
}

@keyframes slideInfiZoomOut {
    0% {
        -webkit-transform: scale(1.5) rotate(0deg) translate(60px);
        transform: scale(1.5) rotate(0deg) translate(60px);
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg) translate(0px);
        transform: scale(1) rotate(0deg) translate(0px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left /* If RTL Make This Right */;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.block-3-blocks-home .button {
    position: relative;
    z-index: 1;
}

.block__counter {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.breadcrumbs {
    list-style: none;
    margin: 20px 0 20px 0
}

.breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    color: #a5a5a5;
    /*font-size: 0.8125rem;*/
    /*font-weight: 400;*/
    letter-spacing: 0.1em;
    cursor: default;
    font-size: 13px;
    line-height: 20px;
}

.breadcrumbs li.home {
    /*font-size: 1.25rem*/
    font-size: 16px;
}

.breadcrumbs li:not(:last-child)::after {
    color: #a5a4a4;
    content: "\f105";
    font-family: FontAwesome, sans-serif;
    margin: 0 0.75rem;
    position: relative;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    font-size: 13px;
    /*font-size: 0.5rem;*/
    /*line-height: 1.25rem*/
}

.breadcrumbs a {
    color: #1ABC9C
}

.breadcrumbs a:hover {
    text-decoration: underline
}

#page-title {
    background: none;
    border-bottom: 0;
    padding: 20px 0;
}

#page-title h1 {
    text-transform: none;
}

.page-header-image {
    height: 0;
    padding-bottom: 37.50%;
    background-size: cover;
    background-position: center center;
}

.promo a.button {
    position: relative;
    left: auto;
    right: auto !important;
    top: auto;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

@media (max-width: 479px) {

    .container,
    #header.full-header .container,
    .container-fullwidth {
        width: 100% !important;
    }

    #slider .container {
        width: 310px !important;
    }

    .Modern-Slider .item .title {
        font-size: 20px;
        font-weight: 700;
    }

    .Modern-Slider .button.button-large {
        font-size: 11px;
    }
}

.application {

}

.scrollspy {
    position: relative;
}

.application > .snav-content {
    /*padding-top: 100px;*/
}

.affix-top {
    position: relative;
}

.affix {
    top: 90px;
}

.affix,
.affix-bottom,
.affix-top {
    width: 290px;
}

.affix-bottom {
    position: absolute;
}

footer {
    border-top: 1px solid #c1e1ec;

}

footer p {
    line-height: 50px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .affix,
    .affix-bottom,
    .affix-top {
        width: 360px;
    }
}

.sidenav > li.active > a {
    background-color: #F5F5F5;
    color: #222;
}

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

.copyrights-menu li {
    display: inline-block;
}

.copyrights-menu li + li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
}

.tagcloud a.active {
    border-color: #1ABC9C !important;
    color: #1ABC9C !important;
}

form.validate span.error {
    margin-top: 5px;
    color: #E42C3E;
    font-weight: 400;
}

form.validate.quick-contact-form span.error {
    display: none !important;
}

.sisea-results-list h3 {
    color: #000;
    margin-bottom: 0;
}

.search-results .sisea-results-list {
    margin-bottom: 20px;
}

.search-results .sisea-results-list a {

}

.search-results .extract p {
    /*font-size: 0.925rem;*/
    line-height: normal;
}

#content .search-results .extract p {
    line-height: normal;
}

.search-results .extract p strong {
    color: #1ABC9C;
}

.search-results .sisea-result {

    display: block;
}

.search-results .sisea-result {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.search-results .sisea-result + .sisea-result {
    padding-top: 17px;
}

.search-results .sisea-results {

}

.sisea-result-pages {
    padding-right: 10px;
}

.sisea-paging {
    padding: 30px 0;
}

.sisea-highlight {
    color: #1ABC9C;
    font-weight: 600;
}

.testi-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.feature-box h3 a {
    color: inherit;
}

.feature-box h3 span.subtitle {
    margin-top: 0;
    padding-top: 5px;
}

select.sm-form-control {
    padding: 8px 14px;
    height: 41px;
    border-radius: 0 !important;
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0;
    border: 0;
    outline: 2px solid #DDD;
    outline-offset: -2px;
}

select.sm-form-control:focus {
    outline: 2px solid #AAA !important;
}

#cookie-consent {
    width: 100%;
    position: fixed;
    bottom: 0;
    opacity: 0.95;
    background-color: rgba(26, 188, 156, 0.9);
    border-bottom: rgba(23, 169, 140, 1) solid 10px;
    color: #FFF;
    padding: 0;
    padding-top: 30px;
    z-index: 101;
    margin: 0;
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

#cookie-consent .cookie-title {
    width: 100%;
    border-bottom: rgba(32, 152, 128, 1) solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
}

#cookie-consent .col_one_third {
    margin-right: 0;
}

#cookie-consent .col_one_third, #cookie-consent .col_two_third {
    margin-bottom: 20px;
}

#cookie-consent p {
    font-size: 15px;
}

#cookie-consent .btn {
    background-color: transparent;
    float: right;
    display: block;
    border-radius: 3px;
    border: #FFF solid 2px;
}

@media screen and (max-width: 768px) {
    #cookie-consent .btn {
        float: none;
        margin: 0 auto;
    }

    #cookie-consent .col_one_third, #cookie-consent .col_two_third {
        margin-bottom: 10px!important;
    }
}

a[href*="service/cookies-en-cookiebeleid.html"] {
    color: #FFF;
    font-style: italic;
}