
.content-slider {
    
}

.slider-wrapper {
    margin:auto;
    text-align:center;
}

.slider-prev,
.slider-next {
    width: 48px;
    height: 400px;
    line-height: 0px;
}

.slider-next {
    right: 0;
}

.slider-prev  {
    left: 0;
}

.slider-control  {
    position: relative;
    top:-600px;
    z-index: 999;
    text-indent: -9999px;
}

.slider-prev  {
    background: transparent url(/files/themes/doklab_theme/buttons/arrow_prev.png) center center no-repeat;
}

.slider-next  {
    background: transparent url(/files/themes/doklab_theme/buttons/arrow_next.png) center center no-repeat;
}

#ce_slider,
#ce_slider_en,
#ce_slider_fr {
    width:100%;
    height:0px;
    overflow:hidden;
    display:block;
    margin:40px auto 80px;
    padding-bottom:56.25%;
    vertical-align:middle;
    text-align:center;
}
.ce_slider {
    margin-bottom:10px;
}
.ce_slider section {
    width:100%;
    height:100%;
    display:block;
}
.ce_slider .image_container {
    height:100%;
    position:relative;
    margin:0;
    padding:0;
    z-index:0;
}
.content-slider img {
    width:auto;
    height:100%;
    max-width:100%;
    vertical-align:middle;
    z-index:1;
}
.ce_slider .h1-container {
    width:28%;
    height:220px;
    min-width:220px;
    top:0;
    position:absolute;
    margin-top:0;
    margin-left:60%;
    z-index:3;
}
.ce_slider h1 {
    bottom:0;
    position:absolute;
    margin:0 0 10px;
    padding:0;
    font:24px/1em 'robotoSlab-light',serif;
    font-weight:normal;
    color:#fff;
    letter-spacing:0em;
}
.ce_slider p {
    width:28%;
    height:150px;
    min-width:220px;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    float:left;
    margin-left:60%;
    padding-top:220px;
    padding-right:120px;
    padding-left:0;
    vertical-align:top;
    text-align:left;
    background-color:rgba(0,0,0,.1);
    -webkit-box-shadow:0 0 100px 100px rgba(0,0,0,.1);
    box-shadow:0 0 100px 100px rgba(0,0,0,.1);
    font:14px/20px 'robotoSlab-light','helvetica','arial',sans-serif;
    color:#fff;
    letter-spacing:0em;
    z-index:2;
}
#ce_slider_controls_nextprev {
    height:100%;
}
#ce_slider_controls_elements li a {
    border-radius:5px;
    font-size:20px;
    color:#555043;
}
