/* @override http://bixo.nl/wp-content/themes/bixo/stylesheets/cslider/style2.css?ver=4.0 */

/* @override http://bixowp/wp-content/themes/bixo/stylesheets/cslider/style2.css?ver=4.0 */

/* @override http://bixowp/wp-content/themes/bixo/stylesheets/cslider/style2.css?ver=4.0 */



/* @override http://bixowp/wp-content/themes/bixo/stylesheets/cslider/style2.css?ver=4.0 */

.da-slider{
    width: 100%;
    position: relative;
    height: 425px;
    margin: 0 auto;
    overflow: hidden;
    /*url(../../images/cslider/waves.gif) repeat 0% 0%*/
    background: #e5f0fb;
    border-top: 1px solid #babbba;

}
.da-slide{
    position: absolute;
    height: 0px;
    width: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
#da-slider.closed{
    height: 80px;
}
.da-slide-current{
    z-index: 1000;
    height: 380px;
}
.da-img{
    margin-right: 20px;
    z-index: 1100!important;
    width: 329px!important;
    max-height: 380px!important;
    position: absolute!important;
    right: 0!important;
    left: auto;
    top: 0;
}
.da-slide .row .columns p, .da-slide .row .columns h2{
    position: absolute;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    max-width: 45200px;
}
.da-slide .row .columns p{
    top: 90px;
    z-index: 1200!important;
}
.da-slide .row .columns h2{
    top: 20px;
}
.da-slide .row .columns{
    height: 0px;
}
.imgandcaption{
    width: 980px!important;
}
.slide-caption{
    z-index: 9980;
    top: 40px;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100px;
    font-style: italic;
    font-size: 0.9em;
    text-align: right;
}
.da-slide .da-link:hover{
    background-position: 40px;
}
.da-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    top: 380px;
    z-index: 2000;
    height: 55px;
    -moz-user-select: none;
    -webkit-user-select: none;
    clear: both;
}
.closed .da-dots{
    opacity: 0;
}

.da-dots div{
    display: inline-block;
    position: relative;
    padding: 10px;
    /*cursor: pointer;*/
    background-color: #2b4c9a;
    color: #ffffff;
    text-transform: uppercase;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ed1b27;
}
.welkom-but{
    background: #2b4c9a!important;
}
.meer-activiteiten-but{
    background-color: #e5292a!important;
}
.meer-flexibiliteit-but{
    background-color: #2e7631!important;
}
.da-arrows{
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-arrows span{
    position: absolute;
    top: 230px;
    height: 102px;
    width: 66px;
    cursor: pointer;
    z-index: 9000;
    opacity: 1;

}
.da-slider:hover .da-arrows span{
    opacity: 1;
}
.da-arrows span.da-arrows-prev{
    left: 0;
    background: url(../../images/cslider/arrow-left.png) right center no-repeat;;
}
.da-arrows span.da-arrows-next{
    right: 0;
    background: url(../../images/cslider/arrow-right.png) left center no-repeat;;
}

.da-slide-current{
    opacity: 1;
}
@media only screen and (max-width: 60em) {
    .da-slide .row .columns p, .da-slide .row .columns h2{
        max-width: 410px;
    }

}
@media only screen and (max-width: 48em) {
    .da-slide p{
        font-size: 20px;
        line-height: 28px;
        margin-left: 30px;
        margin-right: 36px;
    }
    .da-slide .row .columns p, .da-slide .row .columns h2{
        max-width: 310px;
    }
    .da-slider{
        height: 365px;
    }
    .da-dots{
        top: 323px;
    }
    .da-slide img{
        max-width: 280px!important;
    }
    .da-slide h2{
        color: #000;
        font-size: 30px;
        margin-left: 36px;
        white-space: nowrap;
    }
    .da-arrows span{
        position: absolute;
        top: 260px;
        height: 51px!important;
        width: 25px!important;
    }
}
@media only screen and (max-width: 40em) {
    .da-img, .da-slide .slide-caption{
        display: none;
    }
    .da-slider{
        height: 460px;
    }
    .da-arrows span{
        display: none;
    }
    .da-slide p{
        font-size: 18px;
        line-height: 20px;
        max-height: 250px;
        margin-left: 30px;
        margin-right: 40px;
    }
    .da-slide h2{
        color: #000;
        font-size: 30px;
        margin-left: 36px;
        white-space: nowrap;
        z-index: 10;
    }
    .da-dots{
        height: 135px;
    }

}
@media only screen and(max-width: 24em){
    .da-slide p {
        font-size: 16px;
        line-height: 19px;
    }
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright .row{
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.6s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.6s both;
}


@-webkit-keyframes fromRightAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@-o-keyframes fromRightAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@keyframes fromRightAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft .row{
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

@keyframes fromLeftAnim1{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}
/* Slide out to the left */
.da-slide-toright  .row{
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes toRightAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}

@-moz-keyframes toRightAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}

@-o-keyframes toRightAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}

@-ms-keyframes toRightAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}

@keyframes toRightAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft  .row{
    -webkit-animation: toLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim1 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}

@-o-keyframes toLeftAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}

@keyframes toLeftAnim1{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}