@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

@font-face {
    font-family: 'EurostileRegular';
    src: url('fonts/EuroStyleRegular.ttf');
}

@font-face {
    font-family: 'EurostileBold';
    src: url('fonts/EurostileBold.ttf');
}

a, .scroll-up, .insta-overlay, .service-icon>div, .stappen-box, .stappen-box:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.grecaptcha-badge {
    visibility: hidden;
}

.banner-slide .wrapper {
    height: 65vh
}

.relative{
    position: relative;
}

/* global box-sizing */
*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

/* clear */
.clear:before, .clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

a{
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: none;
}

/*------------------------------------*\
    STRUCTURE

\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #a51a17;
    font-size: 36px;
    line-height: 1.3;
    font-weight: normal;
    font-weight: 800;
}

h1, h2{
    font-family: 'Outfit', sans-serif;
}

body {
    font-family: 'EurostileRegular', 'sans-serif';
    font-weight: 400;
    line-height: 1.6;
    color: #12100e;
    font-size: 18px;
}

.title-box h2 {
    font-size: 36px
}

/*Textkleuren*/
.title-box h2, .title-box h1, .title-box h3 {
    background: rgb(238,117,45);
    background: linear-gradient(125deg, rgba(238,117,45,1) 0%, rgba(225,50,38,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-box h3 {
    font-size: 18px;
}

h3.subtitel,
.title-box h3.subtitel {
    font-size: 16px;
    color: #12100e;
    margin-top: 10px;
    background: none;
    -webkit-text-fill-color: initial;
}

/*Textkleuren*/

p {
    margin: 0 0 25px;
}

p:last-child {
    margin: 0
}

.center-align {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}

.bottom-align {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
}

.textcenter, .text-center {
    text-align: center;
}

.overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.marginfix, .title-box {
    margin-bottom: 35px
}

.content-row {
    padding: 85px 0 50px
}

.content-image-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.content-image-wrapper img{
    width: 25%;    
}

@media screen and (max-width: 768px){
    .content-image-wrapper img{
        width: 50%;    
    }
}

@media screen and (max-width: 568px){
    .content-image-wrapper img{
        width: 75%;    
    }
}

.tabbed-content {
    padding-bottom: 65px
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.grey-background {
    background: #f6f6f6
}

.dark-row {
    background: #00333D;
}

.dark-row, .dark-row a, .dark-row h3 {
    color: #F3F8F8;
}

ul, li {
    position: relative;
    padding: 0;
    margin: 0
}

.standaard-content a {
    color: #e0690c
}

.standaard-content a:hover, .standaard-content a:focus {
    color: #12100e
}

.standaard-content ol, .standaard-content ul, .standaard-content li {
    margin: 0;
    padding: 0;
}

.standaard-content ul, .standaard-content ul li {
    list-style: none
}

.standaard-content ol {
    list-style: none
}

.standaard-content ol, .standaard-content ul {
    margin-bottom: 25px;
}

.standaard-content ol:last-child, .standaard-content ul:last-child {
    margin-bottom: 0;
}

.standaard-content ol li {
    margin-bottom: 25px;
}

.standaard-content ol li:last-child {
    margin-bottom: 0
}

.standaard-content ul li {
    position: relative;
    padding-left: 20px;
    position: relative;
    display: block;
}

.standaard-content ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a61b17;
}

.standaard-content ol li {
    position: relative;
    padding-left: 20px;
    position: relative;
    display: block;
}

.standaard-content ol li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a61b17;
}

.btns-row {
    margin-bottom: 15px;
}

.btns-row .btn {
    margin: 0 10px 20px
}

.media-holder img {
    width: 100%;
    height: 100%;
}

.single-media-holder {
    border-radius: 10px;
    overflow: hidden
}

.video-link {
    display: block;
    width: 100%;
    position: relative;
}

.video-link i {
    color: #a51a17;
    font-size: 46px;
    position: absolute;
    top: calc(50% - 23px);
    line-height: 1;
    left: calc(50% - 23px);
}

.video-box {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video-box iframe, .video-box object, .video-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Services*/
.service-content {
    padding: 0 5%
}

.service-title {
    margin-bottom: 30px;
}

.service-holder {
    margin-top: 45px
}

.service-icon {
    margin-bottom: 40px
}

.small-20.service-icon>div {
    width: 150px;
    position: relative;
    height: 150px;
    display: block;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    background: rgb(238,117,45);
    background: linear-gradient(125deg, rgba(238,117,45,1) 0%, rgba(225,50,38,1) 100%);
    padding: 5px;
}

.small-20.service-icon>div>div {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 50%;
    padding: 30px;
}

.small-20.service-icon>div>div>div {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.service-box h3 {
    font-size: 27px
}

.service-box:hover .service-icon>div {
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}

/*Steps*/

.stappen-row {
    padding: 95px 0;
    background: #a51a17;
    background: -moz-linear-gradient(left, #a51a17 0%, #e0690c 100%);
    background: -webkit-linear-gradient(left, #a51a17 0%, #e0690c 100%);
    background: linear-gradient(to right, #a51a17 0%, #e0690c 100%);
}

.stappen-row h2 {
    color: #fff;
    margin-bottom: 50px
}

.stappen-row h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px
}

.stappen-content {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.stappen-image-holder {
    margin-bottom: 45px;
}

.stappen-image {
    padding: 30px;
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 4px solid #e0690c;
    border-radius: 50%;
    background-color: #fff;
}

.stap-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.stap-counter {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #363434;
    border: 2px solid #fff;
    line-height: 1;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    right: 0;
    top: -10px;
}

.stappen-box {
    padding: 0 10%;
    position: relative;
    opacity: 0;
    -ms-transform: translate(0, 50px);
    /* IE 9 */
    transform: translate(0, 50px);
    /* Standard syntax */
}

.stappen-box.animated-column {
    opacity: 1;
    -ms-transform: translate(0, 0);
    /* IE 9 */
    transform: translate(0, 0);
    /* Standard syntax */
}

.stappen-box:after {
    width: 162px;
    height: 36px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: calc(100% - 81px);
    opacity: 0;
}

.animated-third .stappen-box:after {
    opacity: 1
}

.stappen-row .medium-third:first-child .stappen-box:after {
    background-image: url(img/pijl-boven.png);
    top: 10px;
}

.stappen-row .medium-third:nth-child(2) .stappen-box:after {
    background-image: url(img/pijl-onder.png);
    top: 100px
}

.stappen-row .medium-third:last-child .stappen-box:after {
    display: none
}

ul.stap-list {
    text-align: left;
    width: auto;
    display: inline-block;
}

ul.stap-list, ul.stap-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.stap-list li {
    position: relative;
    padding-left: 10px;
    position: relative;
    display: block;
}

ul.stap-list li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

/*logoslider*/
.locaties-row+.logo-slider-holder {
    border-top: 1px solid #f6f6f6
}

.logo-slider-holder .title-box {
    margin-bottom: 50px
}

.logo-slide {
    outline: none;
}

.logo-slider-holder {
    padding: 75px 0 90px;
}

.logo-slide>div {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 30px;
}

.logo-slide {
    padding: 0 8px
}

.logo-slide>div>div {
    position: relative;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/*Reviewslider*/
.review-slide {
    text-align: center;
    outline: none
}

.review-image {
    border: 4px solid #e0690c;
    padding: 20px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.review-image-holder {
    margin-bottom: 35px
}

.review-image>div {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.review-content {
    margin-bottom: 20px;
}

.review-naam h4 {
    color: #12100e;
    font-size: 16px
}

/*projectslider*/
.project-slide {
    outline: none;
    position: relative;
    padding: 0 2px
}

.project-slide:before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% - 4px);
    left: 2px;
    top: 0;
    opacity: .6;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.3) 47%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.3) 47%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.3) 47%, rgba(0, 0, 0, 1) 100%);
    z-index: 1
}

.project-slide-title {
    text-align: center;
    z-index: 10;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.project-slide-title h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}


.project-slide img {
    max-width: 100%;
    width: auto;
    max-height: 285px;
}
/*PROJECT-CAROUSEL*/
.theme-carousel{
    background: #f6f6f6;
}
.theme-carousel-wrapper {
    position: relative;
    height: 320px;
    padding: 0;
    margin: 72px 0 40px 0;
    display: flex;
    justify-content: center;
}
.theme-carousel-wrapper-slide {
    position: absolute;
    height: 100%;
    width: 215px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.4s ease-in-out;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
}
.theme-carousel-wrapper-slide img {
    height: 100%;
    object-fit: cover;
}
.theme-carousel-wrapper-slide.hidden {
    display: none;
    left: 83%;
    transform: scale(0.5);
    z-index: 0;
}
.theme-carousel-wrapper-slide.left-0 {
    left: 16%;
    transform: scale(0.6) translate(0, 0);
    z-index: 5;
}
.theme-carousel-wrapper-slide.left-1 {
    left: 16%;
    transform: scale(0.65) translate(0, 0);
    z-index: 10;
}
.theme-carousel-wrapper-slide.left-2 {
    left: 24%;
    transform: scale(0.75) translate(0, 0);
    z-index: 15;
}
.theme-carousel-wrapper-slide.left-3 {
    left: 32%;
    transform: scale(0.85) translate(0, 0);
    z-index: 20;
}
.theme-carousel-wrapper-slide.center {
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 25;
}
.theme-carousel-wrapper-slide.right-3 {
    left: 53%;
    transform: scale(0.85) translate(0, 0);
    z-index: 20;
}
.theme-carousel-wrapper-slide.right-2 {
    left: 62%;
    transform: scale(0.75) translate(0, 0);
    z-index: 15;
}
.theme-carousel-wrapper-slide.right-1 {
    left: 70%;
    transform: scale(0.65) translate(0, 0);
    z-index: 10;
}
.theme-carousel-wrapper-slide.right-0 {
    left: 70%;
    transform: scale(0.6) translate(0, 0);
    z-index: 5;
}
.theme-carousel-controls-prev, .theme-carousel-controls-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
    font-size: 24px;
    color: rgb(238,117,45);
}
.theme-carousel-controls-prev {
    left: 12.5px;
}
.theme-carousel-controls-next {
    right: 12.5px;
}
/*/ Media Query /*/
@media screen and (max-width: 1200px) {
    .theme-carousel-wrapper-slide.left-0 {
        left: 5%;
    }
    .theme-carousel-wrapper-slide.left-1 {
        left: 5%;
    }
    .theme-carousel-wrapper-slide.left-2 {
        left: 15%;
    }
    .theme-carousel-wrapper-slide.left-3 {
        left: 27%;
    }
    .theme-carousel-wrapper-slide.right-3 {
        left: 54%;
    }
    .theme-carousel-wrapper-slide.right-2 {
        left: 65%;
    }
    .theme-carousel-wrapper-slide.right-1 {
        left: 75%;
    }
    .theme-carousel-wrapper-slide.right-0 {
        left: 75%;
    }
}
@media screen and (max-width: 992px) {
    .theme-carousel-wrapper-slide.left-0 {
        left: 2%;
    }
    .theme-carousel-wrapper-slide.left-1 {
        left: 2%;
    }
    .theme-carousel-wrapper-slide.left-2 {
        left: 13%;
    }
    .theme-carousel-wrapper-slide.left-3 {
        left: 25%;
    }
    .theme-carousel-wrapper-slide.right-3 {
        left: 52%;
    }
    .theme-carousel-wrapper-slide.right-2 {
        left: 64%;
    }
    .theme-carousel-wrapper-slide.right-1 {
        left: 74%;
    }
    .theme-carousel-wrapper-slide.right-0 {
        left: 74%;
    }
}
@media screen and (max-width: 900px) {
    .theme-carousel-wrapper-slide.left-0 {
        left: 2%;
    }
    .theme-carousel-wrapper-slide.left-1 {
        left: 2%;
    }
    .theme-carousel-wrapper-slide.left-2 {
        left: 13%;
    }
    .theme-carousel-wrapper-slide.left-3 {
        left: 25%;
    }
    .theme-carousel-wrapper-slide.right-3 {
        left: 49%;
    }
    .theme-carousel-wrapper-slide.right-2 {
        left: 61%;
    }
    .theme-carousel-wrapper-slide.right-1 {
        left: 70%;
    }
    .theme-carousel-wrapper-slide.right-0 {
        left: 70%;
    }
}
  @media screen and (max-width: 768px) {
    .theme-carousel-wrapper-slide.left-0 {
        display: none;
    }
    .theme-carousel-wrapper-slide.left-1 {
        left: 1%;
    }
    .theme-carousel-wrapper-slide.left-2 {
        left: 1%;
    }
    .theme-carousel-wrapper-slide.left-3 {
        left: 14%;
    }
    .theme-carousel-wrapper-slide.right-3 {
        left: 50%;
    }
    .theme-carousel-wrapper-slide.right-2 {
        left: 63%;
    }
    .theme-carousel-wrapper-slide.right-1 {
        left: 63%;
    }
    .theme-carousel-wrapper-slide.right-0 {
        display: none;
    }
}
@media screen and (max-width: 568px) {
    .theme-carousel-wrapper-slide.left-1 {
        display: none;
    }
    .theme-carousel-wrapper-slide.left-2 {
        left: 30%;
        transform: translate(-50%, 0) scale(0.6);
    }
    .theme-carousel-wrapper-slide.left-3 {
        left: 30%;
        transform: translate(-50%, 0) scale(0.6);
    }
    .theme-carousel-wrapper-slide.center {
        transform: translate(-50%, 0) scale(0.8);
    }
    .theme-carousel-wrapper-slide.right-3 {
        left: 70%;
        transform: translate(-50%, 0) scale(0.6);
    }
    .theme-carousel-wrapper-slide.right-2 {
        left: 70%;
        transform: translate(-50%, 0) scale(0.6);
    }
    .theme-carousel-wrapper-slide.right-1 {
        display: none;
    }
}
/*NEWS & EVENTS*/
.recent-row {
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    position: relative
}

.recent-holder {
    padding: 120px 0 80px
}

.recent-holder .title-box {
    position: relative;
    margin-bottom: 60px
}

.recent-holder .title-box h2 {
    position: relative;
    z-index: 10
}

.recent-events {
    background: #f3f8f8;
    position: relative
}

.recent-events:before {
    width: 1000%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    background: #f6f6f6
}

.recent-holder:first-child {
    padding-right: 100px
}

.recent-holder:last-child {
    padding-left: 100px
}

.news-icon {
    background-size: contain;
    background-position: center left;
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    top: 3px;
    z-index: 1;
    opacity: 1;
    background-repeat: no-repeat;
}


.single-content-title h2 {
    color: #12100e;
    font-size: 24px;
    margin-bottom: 20px;
}

.event-content ul, .event-content li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block
}

.news-box {
    margin-bottom: 70px
}

.news-box h3, .news-box h3 a {
    font-size: 24px;
    color: #12100e;
    font-weight: 700;
    line-height: 1.2;
}

.news-box h3 a:hover, .news-box h3 a:focus {
    color: #e0690c;
}

.post-date {
    font-size: 17px;
    line-height: 1.3;
}

.news-box-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 60px
}

.news-box-content {
    margin-bottom: 30px
}

.post-date span {
    color: #ca4c10
}

.post-image {
    position: relative;
    padding-bottom: 30%;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*CONTACT*/
.locatie-content {
    display: none;
    padding-top: 40px;
}

.locatie-content.active-tab {
    display: block
}

.locatie-anchors {
    margin-top: -125px;
    text-align: center;
}

.locatie-anchors ul, .locatie-anchors li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.locatie-anchors li:before {
    display: none
}

.locatie-anchors li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    background: #fff;
    height: 80%;
    top: 10%;
}

.locatie-anchors li:last-child:after {
    display: none
}

.locatie-anchors li {
    padding: 0 20px
}

.locatie-anchors ul {
    padding: 30px 60px;
    background: #12110f;
    border-radius: 30px;
}

.locatie-anchors h4 {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
}

.locatie-anchors h4 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.locatie-anchors .active-tab-link h4 {
    color: #e0690c
}

.locatie-map {
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.contact-info h2, .contact-info h3, .contact-info h4, .contact-info h5, .contact-info h6, .contact-info strong {
    color: #e0690c;
    font-size: 16px;
    font-weight: 700;
}

.contact-info strong {
    font-weight: 700;
}

.locatie-map a {
    display: block
}

@media screen and (min-width:768px) {
    .locatie-map {
        min-height: 450px;
    }

    .contact-info {
        padding-left: 45px
    }

    .locatie-content .large-8 {
        padding-right: 30px
    }
}

/*Team*/
.team-btn {
    text-align: center;
    margin-top: 30px;
}

.team-row {
    padding-top: 0
}

.afdeling-row {
    padding-bottom: 0
}

.afdeling-content {
    display: none;
    padding-top: 40px;
    padding-bottom: 45px
}

.afdeling-content.active-tab {
    display: block
}

.afdeling-anchors {
    margin-top: -125px;
    text-align: center;
}

.afdeling-anchors ul, .afdeling-anchors li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.afdeling-anchors li:before {
    display: none
}

.afdeling-anchors li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    background: #fff;
    height: 80%;
    top: 10%;
}

.afdeling-anchors li:last-child:after {
    display: none
}

.afdeling-anchors li {
    padding: 0 20px
}

.afdeling-anchors ul {
    padding: 30px 60px;
    background: #12110f;
    border-radius: 30px;
}

.afdeling-anchors h4 {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.afdeling-anchors .active-tab-link h4 {
    color: #e0690c
}

.afdeling-anchors .sub-menu {
    display: none;
    padding: 0;
    top: 100%;
    left: 0;
    width: 200px;
    background: #12110f;
    position: absolute;
    text-align: left;
    padding: 15px 0;
    border-radius: 0
}

.afdeling-anchors li:hover .sub-menu {
    display: block
}


.afdeling-anchors .sub-menu li {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.team-box {
    margin-bottom: 25px;
}

.team-image {
    width: 170px;
    height: 170px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 35px;
    float: none;
    margin: 0 auto 35px;
    clear: both;
    position: relative;
    overflow: hidden
}

.team-content {
    text-align: center;
}

.team-content h4 {
    color: #12100e;
    font-size: 20px;
}

.team-content p {
    font-size: 16px;
}

.team-link {
    text-align: center;
    margin-top: 30px
}

.team-link a {
    text-decoration: underline;
    color: #494949;
}

.team-link a:hover, .team-link a:focus {
    color: #e0690c;
}

li.afdeling-anchor-list.afdeling-anchor-parent {
    padding-right: 30px;
}

li.afdeling-anchor-list.afdeling-anchor-parent:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 0;
    position: absolute;
    top: 21px;
    display: block !important
}

li.afdeling-anchor-list.afdeling-anchor-parent:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 16px;
    position: absolute;
    top: 5px;
    display: block !important;
    border-radius: 0;
    left: auto;
}

.team-popup {
    width: calc(100% - 40px);
    max-width: 1100px;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
}

.team-popup-content {
    padding: 80px 50px;
    width: calc(100% - 450px);
}

.team-popup-image {
    width: 450px;
    background-size: contain;
    background-position: bottom center;
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    background-repeat: no-repeat;
}

.popup-btns ul, .popup-btns li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block
}

.popup-btns li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.popup-btns p {
    color: #e0690c;
    font-size: 16px;
    font-weight: 700
}

.responsive-anchors {
    display: none
}

.select-holder {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 30px 20px;
    background: #12110f;
    border-radius: 30px;
    position: relative;
    z-index: 1
}

.select-holder select {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    outline: none;
    height: 40px;
    padding-right: 15px;
    position: relative;
    z-index: 10;
}

.select-holder:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 30px;
    position: absolute;
    top: 34px;
    content: "";
}

@media screen and (max-width:991px) {
    .afdeling-anchors {
        display: none
    }

    .responsive-anchors {
        display: block
    }

    .afdeling-anchors {
        margin-top: -90px;
    }

    .content-row.team-row {
        padding-top: 0
    }

    .content-row.afdeling-row {
        padding-bottom: 0;
    }


    .team-popup-image {
        width: 100%;
        height: 250px;
    }

    .team-popup-content {
        width: 100%;
        padding: 25px
    }
}

.pagination ul {
    display: block;
    padding-top: 1px solid #ededed;
    padding-top: 35px;
    margin-top: 25px;
}

.next.page-numbers, .prev.page-numbers {
    display: none
}

.page-numbers {
    padding: 0;
    margin: 0 3px;
    display: inline-block
}

.page-numbers {
    padding: 0;
    margin: 0 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #d3d3d3;
    background: #c7c7c7;
    font-size: 0;
    vertical-align: middle;
}

.pagination>div {
    display: block;
    width: auto;
    margin: 0 auto;
}

.page-numbers.current {
    background: #a51a17;
    background: -moz-linear-gradient(left, #a51a17 0%, #e0690c 100%);
    background: -webkit-linear-gradient(left, #a51a17 0%, #e0690c 100%);
    background: linear-gradient(to right, #a51a17 0%, #e0690c 100%);
}

span.page-numbers.dots {
    background: none;
    font-size: 13px;
    padding-top: 0px;
    vertical-align: middle;
}

.pagination>div {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f6f6f6;
}

/*------------------------------------*\
    FORM
\*------------------------------------*/
form p {
    margin: 0
}

input.wpcf7-form-control.wpcf7-text {
    background: #fff;
    border: none;
    box-sizing: inherit;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    outline: none;
    outline: 0;
    border: 1px solid #d6d6d6
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    float: right;
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-file {
    height: 45px;
    padding-top: 8px;
    width: 100%;
    margin-bottom: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff;
    border: none;
    box-sizing: inherit;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    resize: none;
    padding-top: 15px;
    padding-left: 15px;
    outline: 0;
    outline: none;
    border: 1px solid #d6d6d6
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    -webkit-appearace: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    outline: none;
    outline: 0;
    border: 1px solid #d6d6d6;
    background: none;
    position: relative;
    z-index: 10
}

.select-hold {
    position: relative;
}

.select-hold:before {
    width: 0;
    content: "";
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
    right: 10px;
    position: absolute;
    top: 21px;
}

span.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-form-control-wrap.acceptance {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.acceptance input[type="checkbox"] {
    display: none
}

.acceptance input[type="checkbox"]+span {
    position: relative;
    padding-left: 40px;
}

.acceptance input[type="checkbox"]+span:before {
    border: 1px solid #d6d6d6;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
}

.acceptance input[type="checkbox"]:checked+span:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    color: #e0690c;
    left: 7px;
    top: 0;
}

span.wpcf7-not-valid-tip {
    display: none
}

.wpcf7-not-valid {
    background: #fff5f5 !important;
}

div.wpcf7-response-output {
    clear: both;
    margin: 0;
    margin-top: 10px;
    float: left;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
}

div.wpcf7-validation-errors {
    border: 2px solid #ff2020;
    color: #ff2020;
    display: block;

}

div.wpcf7-mail-sent-ok {
    border: 2px solid #1b2b77;
    color: #1b2b77;
    display: block;

}

form h3 {
    margin: 0 0 15px;
}

@media screen and (min-width:600px) {
    .form-half {
        width: 50%;
    }

    .form-half:first-child {
        padding-right: 15px
    }

    .form-half:last-child {
        padding-left: 15px
    }
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn {
    color: #fff !important;
    border: none;
    outline: none;
    padding: 19px 30px;
    line-height: 1;
    border-radius: 15px;
    display: inline-block;
    font-size: 17px;
    text-transform: none;
    font-weight: 700;
    background: rgb(238,117,45);
    background: linear-gradient(125deg, rgba(238,117,45,1) 0%, rgba(225,50,38,1) 100%);
    position: relative;
    overflow: hidden;
    min-width: 200px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
}

.btn:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.btn:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {

    from {
        left: -75%
    }

    to {
        left: 125%
    }

}

@keyframes shine {
    from {
        left: -75%
    }

    to {
        left: 125%
    }
}

.read-more, .readmore {
    text-decoration: underline;
    display: inline-block;
    color: #12100e
}

.read-more:hover, .read-more:focus, .readmore:hover, .readmore:focus {
    color: #e0690c
}

.btn:before {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
body.home h1 {
	font-size: 60px
}

.banner-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    position: realtive;
}

.banner-slide:before {
    content: "";
    position: absolute;
    background: #000000;
    opacity: .45;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.banner-slide .wrapper {
    position: relative;
    z-index: 10;
    min-height: 400px
}

.banner-slide h1, .banner-slide h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    background: rgb(238,117,45);
    background: linear-gradient(125deg, rgba(238,117,45,1) 0%, rgba(225,50,38,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slick-dots {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    background: #fff;
    padding: 20px 5px 15px
}

.slick-dots li:first-child {
    padding-left: 25px;
    border-top-left-radius: 10px
}

.slick-dots li:last-child {
    padding-right: 25px;
    border-top-right-radius: 10px
}

.slick-dots li:before {
    display: none !important
}

.slick-dots .slick-active button, .slick-dots button:hover {
    background: #000000;
}

.slick-dots button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    background: #c7c7c7;
    width: 16px;
    height: 16px;
    border-radius: 0;
    line-height: 1;
    outline: none;
}

/*------------------------------------*\
    Header
\*------------------------------------*/

header {
    background: #12100e;
    position: fixed;
    width: 100%;
    padding: 20px 0 26px;
    top: 0;
    left: 0;
    z-index: 9999
}

header article.row{
    display: flex;
    align-items: center;
}

header nav{
    font-family: 'EurostileBold', 'sans-serif';
}

.header-logo {
    width: 425px
}

.nav-holder {
    width: calc(100% - 330px);
    margin-top: 5px;
}

header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0690c+0,a51a17+50,e0690c+100 */
    background: #e0690c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e0690c 0%, #a51a17 50%, #e0690c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e0690c 0%, #a51a17 50%, #e0690c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e0690c 0%, #a51a17 50%, #e0690c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
}

.desktopnav>ul {
    float: right;
    width: 100%;
    text-align: end;
}

.desktopnav ul, .desktopnav li {
    padding: 0;
    margin: 0;
    list-style: none
}

.desktopnav li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
    vertical-align: middle
}

.desktopnav li:last-child {
    margin-right: 0
}

.desktopnav li:before {
    display: none
}

.desktopnav a {
    line-height: 1;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: uppercase
}

.desktopnav>ul>li>a {
    padding: 16px 0;
}

.desktopnav li:hover>a, .desktopnav li:focus>a, .desktopnav li.current-menu-item>a, .desktopnav li.current-menu-ancestor>a {
    color: #e0690c
}

.desktopnav .menu-item-has-children>a {
    padding-right: 20px;
}

.desktopnav .menu-item-has-children>span {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 0;
    position: absolute;
    top: 21px;
}

.desktopnav .menu-item-has-children:hover>span {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    transform: rotate(-180deg);
    /* Standard syntax */
}

.desktopnav .sub-menu {
    display: none;
    position: absolute;
    background: #12100e;
    width: 200px;
    left: 0;
    top: 100%;
    padding: 10px 0 5px;
    left: -20px;
    border-radius: 0 0 10px 10px;
}

.desktopnav .sub-menu li {
    display: block;
    margin: 0;
    text-align: left
}

.desktopnav li:hover .sub-menu {
    display: block
}

.desktopnav .sub-menu a {
    font-size: 15px;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #1f1f1f
}

.desktopnav .sub-menu li:last-child>a {
    border: none
}

.header-socials li {
    margin-right: 20px
}

.nav-btn {
    padding-left: 25px !important;
    padding-right: 25px !important;
    width: 115px;
    min-width: 0;
}

.menu-btn span {
    right: 15px !important;
}

.mobbtn {
    margin-top: 8px;
    width: 40px;
    height: 30px;
    position: relative;
    display: none;
    cursor: pointer;
    float: right;
}

.mobbtn span {
    width: 100%;
    height: 5px;
    border-radius: 0;
    background-color: #fff;
    position: absolute;
    content: "";
    left: 0;
}

.mobbtn span:nth-child(1) {
    top: 0;
}

.mobbtn span:nth-child(2) {
    top: 12px;
}

.mobbtn span:nth-child(3) {
    top: 24px;
}

.mobbtn.open-nav span:nth-child(2) {
    width: 0;
    left: 50%;
}

.mobbtn.open-nav span:nth-child(1) {
    top: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobbtn.open-nav span:nth-child(3) {
    top: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-nav {
    position: fixed;
    width: 250px;
    background: #12110f;
    height: 100%;
    z-index: 9999;
    right: -250px;
    top: 0;
}

.side-nav ul, .side-nav li {
    padding: 0;
    margin: 0;
    list-style: none
}

.side-nav .sub-menu {
    display: none
}

.side-nav ul, .side-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.side-nav li.menu-item-has-children {
    position: relative;
}

.side-nav li.menu-item-has-children>span {
    position: absolute;
    top: 0;
    width: 40px;
    height: 45px;
    right: 0;
    content: "";
}

.side-nav li.menu-item-has-children>span:after, .side-nav li.menu-item-has-children>span:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 8px);
}

.side-nav li.menu-item-has-children>span.open-nav:after {
    display: none
}

.side-nav li.menu-item-has-children>span:after {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
}

.side-nav a {
    width: 100%;
    display: inline-block;
    padding: 10px 40px 10px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #212121;
    font-weight: 500;
    font-size: 15px;
    color: #003061;
    color: #fff;
    font-weight: 600;
}

.side-nav .current-menu-item>a, .side-nav .current-menu-ancestor>a, .side-nav li:hover>a {
    color: #e0690c;
}

.side-nav .sub-menu a {
    font-size: 14px;
    padding-left: 20px
}

.side-nav li.menu-item-has-children.menu-btn>span {
    height: 46px;
}

.side-nav a.btn.nav-btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.responsivenav ul:first-child {
    margin-bottom: 25px
}

@media screen and (max-width: 1500px) {
    .desktopnav li {
        margin-right: 20px;
    }

    .header-socials li {
        margin-right: 20px;
    }

    .desktopnav a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .desktopnav li {
        margin-right: 10px;
    }

    .desktopnav a {
        font-size: 14px;
    }

    .header-socials li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1170px) {
    .desktopnav {
        display: none
    }

    .mobbtn {
        display: block
    }

    header.open-nav {
        left: -250px;
    }

    .side-nav.open-nav {
        right: 0;
    }

    header {
        padding: 10px 0 16px
    }
}


header, .side-nav, .mobbtn span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
    background: #00333D;
    color: #fff;
    padding: 40px 0 20px;
    position: relative
}

footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    top: 0;
    background: rgb(238,117,45);
    background: linear-gradient(125deg, rgba(238,117,45,1) 0%, rgba(225,50,38,1) 100%);
}

footer, footer a {
    color: #fff;
    font-size: 14px;
}

footer a:hover, footer a:focus {
    color: #fff;
    opacity: .7
}

footer a {
    text-decoration: underline
}

.copyright-holder>div {
    margin-bottom: 15px
}

.footer-small {
    width: 340px;
}

.footer-nav {
    width: calc(60% - 340px)
}

.footer-social {
    width: calc(40% - 340px)
}

.footer-small:last-child {
    text-align: right
}

.footer-nav, .footer-social {
    text-align: center
}

.copyright-holder ul, .copyright-holder li {
    padding: 0;
    margin: 0;
    list-style: none
}

.copyright-holder li:before {
    display: none
}

.copyright-holder li {
    display: inline-block;
    margin: 0 5px
}

.copyright-holder li:first-child {
    margin-left: 0
}

.copyright-holder li:last-child {
    margin-right: 0
}

.footer-nav li {
    position: relative
}

.copyright-holder .footer-nav li:before {
    left: auto;
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    top: 20%;
    right: -6px;
    background: #fff;
}

.copyright-holder .footer-nav li:last-child:before {
    display: none
}

.footer-social a {
    font-size: 25px;
    text-decoration: none;
    line-height: 1;
}

@media screen and (max-width: 1100px) {
    .copyright-holder>div {
        width: 50%;
        text-align: center !important
    }
}

@media screen and (max-width: 767px) {
    .copyright-holder>div {
        width: 100%;
    }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
main {
    margin-top: 99px
}

@media screen and (max-width:1170px) {
    main {
        margin-top: 79px;
    }

    .banner-slide h1, .banner-slide h2 {
        font-size: 60px
    }

    h1, h2, h3, h4, h5, h6, .title-box h2 {
        font-size: 32px
    }

    .stappen-box:after {
        width: 120px;
        height: 36px;
        left: calc(100% - 55px);
    }
}

.locatie-sub {
    display: none
}

.responsive-count {
    display: none
}

.responsive-count p {
    cursor: pointer;
    font-weight: 700;
    color: #e0690c;
}

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

    .banner-slide h1, .banner-slide h2 {
        font-size: 50px
    }

    .service-holder {
        margin-top: 0;
    }

    .news-box {
        margin-bottom: 50px;
    }

    .stappen-row h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .stappen-content {
        font-size: 17px;
    }

    .content-row {
        padding: 55px 0 20px;
    }

    .stappen-row {
        padding: 65px 0;
    }

    .recent-holder {
        padding: 55px 0 30px;
    }

    .logo-slider-holder {
        padding: 45px 0 60px;
    }

    .locatie-main {
        display: none
    }

    .locatie-sub {
        display: block
    }

    .locatie-anchors ul {
        padding: 20px 10px;
        border-radius: 15px;
    }

    .locatie-anchors {
        margin-top: -85px;
    }

    .locatie-anchors li {
        padding: 0 10px;
    }
}


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

    .banner-slide h1, .banner-slide h2 {
        font-size: 40px
    }

    h1, h2, h3, h4, h5, h6, .title-box h2 {
        font-size: 28px
    }

    .service-box h3 {
        font-size: 23px;
    }

    .news-box h3, .news-box h3 a {
        font-size: 20px
    }

    .recent-holder:first-child {
        padding-right: 0px;
    }

    .recent-holder:last-child {
        padding-left: 0;
    }

    .news-box {
        margin-bottom: 40px;
    }

    .stappen-box:after {
        display: none
    }

    .responsive-hide {
        display: none
    }

    .responsive-count {
        display: block
    }
}

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

    .banner-slide h1, .banner-slide h2 {
        font-size: 37px
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #12100e;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #12100e;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #12100e;
    color: #FFF;
    text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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