/******************************* BP 0 *******************************/
.module_home_stage .slick-slider {
    margin-bottom: 0;
}

.module_home_stage .slide {
    pointer-events: none;
}

.module_home_stage .slide > a {
    display: block;
    pointer-events: auto;
    text-decoration: none;
}

.module_home_stage .slide img {
    width: 100%;
    max-width: none;
    z-index: 2;
}

.module_home_stage .slide_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 25px 30px 35px;
    z-index: 20;
    box-sizing: border-box;
    background-color: #d0d1d3;
}

.module_home_stage .slide_content a {
    text-decoration: none;
}

.module_home_stage .slide_content .h2,
.module_home_stage .slide_content p {
    color: #454447;
    margin: 0;
}

.module_home_stage .slider_pager {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.internet_explorer.v_9 .module_home_stage .slider_pager {
    z-index: 999;
}

.module_home_stage .slider_pager > a {
    display: block;
    width: 25px;
    height: 25px;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 14px;
}

.module_home_stage .slider_pager .prev {
    background: url("bg_slider_prev_dark_m.png") no-repeat;
    left: 14px;
}

.module_home_stage .slider_pager .next {
    background: url("bg_slider_next_dark_m.png") no-repeat;
    right: 14px;
}

/******************************* /BP 0 *******************************/
/******************************* BP 768 *******************************/
.bp_768 .module_home_stage .slide_content {
    padding: 0 0;
    min-height: 135px;
}

.bp_768 .module_home_stage .slide_content .h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 80px;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.bp_768 .module_home_stage .slide:before {
    background: url("bg_stage_t.png") repeat-x left bottom;
}

.bp_768 .module_home_stage .slider_pager_inner {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 404px;
    margin-left: -202px;
    text-align: center;
}

.bp_768 .module_home_stage .pager_elem.act:before {
    content: " ";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
}

.bp_768 .module_home_stage .slider_pager_inner .teaser {
    padding: 3px;
    box-sizing: border-box;
    cursor: pointer;

    display: none !important;
}

.bp_768 .module_home_stage .slider_pager_inner .teaser > span {
    display: block;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    height: 42px;
    font-family: "Roboto Bold", sans-serif;
    /*font-weight: bold;*/
    color: #999;
    word-wrap: break-word;
}

.bp_768 .module_home_stage .slider_pager_inner .pager_elem.pager_elem_act .teaser > span {
    color: #000;
}

.bp_768 .module_home_stage .slider_pager > a {
    width: 35px;
    height: 35px;
    bottom: 50px;
}


.bp_768 .module_home_stage .slider_pager .prev {
    background: url("bg_slider_prev_dark.png") no-repeat;
    left: 30px;
}

.bp_768 .module_home_stage .slider_pager .next {
    background: url("bg_slider_next_dark.png") no-repeat;
    right: 30px;
}

/******************************* /BP 768 *******************************/
/******************************* BP 1024 *******************************/
.bp_1024 .module_home_stage {
    height: 750px;
}

.bp_1024 .module_home_stage .slider_container_outer,
.bp_1024 .module_home_stage .slider_container,
.bp_1024 .module_home_stage .slider,
.bp_1024 .module_home_stage .slick-list,
.bp_1024 .module_home_stage .slick-track,
.bp_1024 .module_home_stage .slide {
    height: 100%;
}

.bp_1024 .module_home_stage .slide > img {
    width: auto;
    height: 100%;
}

.bp_1024 .module_home_stage .slider_pager_inner .teaser > span {
    height: 56px;
}

/******************************* /BP 1024 *******************************/
/******************************* BP 1200 *******************************/
.bp_1200 .module_home_stage {
    height: auto;
}

.bp_1200 .module_home_stage .slider_container_outer,
.bp_1200 .module_home_stage .slider_container,
.bp_1200 .module_home_stage .slider,
.bp_1200 .module_home_stage .slick-list,
.bp_1200 .module_home_stage .slick-track,
.bp_1200 .module_home_stage .slide {
    height: auto;
}

.bp_1200 .module_home_stage .slide > img {
    width: 100%;
    height: auto;
}

.bp_1200 .module_home_stage .slider_pager_inner .teaser > span {
    height: 42px;
}

/******************************* /BP 1200 *******************************/


/******************************* RETINA *******************************/
@media only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-Webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .module_home_stage .slider_pager .prev {
        background-image: url("bg_slider_prev_dark_m-2x.png");
        background-size: 25px 25px;
    }

    .module_home_stage .slider_pager .next {
        background-image: url("bg_slider_next_dark_m-2x.png");
        background-size: 25px 25px;
    }

    .bp_768 .module_home_stage .slider_pager .prev {
        background-image: url("bg_slider_prev_dark-2x.png");
        background-size: 35px 35px;
    }

    .bp_768 .module_home_stage .slider_pager .next {
        background-image: url("bg_slider_next_dark-2x.png");
        background-size: 35px 35px;
    }
}

/******************************* /RETINA *******************************/


@media (max-width: 1023px) {
    .module_home_stage .slick-slider {
        background-color: #d0d1d3;
    }

    .module_home_stage .slide_content {
        position: relative;
    }
}