#css3-slider {
    margin:0px auto;
    padding:0px 0px;
    width:100%;
    height:486px;
    position:relative;
    /*z-index: -1;*/
}

#css3-slider li {
    list-style:none;
    margin:0px 0px;
    padding:0px 0px;
}
/* Navigation */
#css3-slider li input + label {
    /*border-bottom: 1px solid #888582;*/
    color: #ffffff;
    height: 89px;
    line-height: 10px;
    /*padding: 12px;*/
    position: absolute;
    right: 0;
    text-align: center;
    width: 98px;
    z-index: 999;
}
#css3-slider li input + label .thumbnail_fonttype
{
    font-size: 10px;
    line-height: 10px;
}

#css3-slider li:nth-child(2) label {top:85px;}
#css3-slider li:nth-child(3) label {top:170px;}
#css3-slider li:nth-child(4) label {top:255px;}
#css3-slider li:nth-child(5) label {top:340px;}

/* Images */
#css3-slider li img {
    border:none;
    outline:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity:0;
}

/* Captions */
#css3-slider a {
    text-decoration:none !important;
}
#css3-slider li label span.blackbox {
    background: #000 none repeat scroll 0 0;
    /*border-bottom: 1px solid #888582;*/
    height: 89px;
    line-height: 10px;
    /*padding: 12px;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 98px;
}
#css3-slider li label span.thumbnail_heading
{
    color: #ffffff;
    display: inline-block;
    font-size: 44px;
    line-height: 44px;
    /*margin-bottom: 5px;*/
    margin-top: 10px;
    text-align: center;
}
ul#css3-slider li span.icon-leftarrowsliderselector
{
    color: #62a800;
    font-size: 28px;
    position: absolute;
    right: 82px;
    top: 25px;
    display: none;
    z-index: 999;
}
ul#css3-slider li input:checked + label span.icon-leftarrowsliderselector
{
    display: block;
}
ul#css3-slider li input:checked + label span.blackbox
{
    display: none;
}
#css3-slider li a span.thumbnail_heading, #css3-slider li a span.thumbnail_fonttype, #css3-slider li a span.img {
    cursor:default;
    display:block;
    position:absolute;
    right:0px;
    bottom:0px;
    left:0px;
    background-color:rgba(0,0,0,0.8);
    font:normal 11px/26px Arial,Sans-Serif;
    color:white;
    padding:0px 10px;
    text-align:right;
    opacity:0;
    viibility:hidden;

}

/* Show the image with transition */
#css3-slider li input:checked ~ img,
#css3-slider li input:checked ~ a img {
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    z-index:99;
    opacity: 1;

}


#css3-slider li input:checked ~ a span {
    /*opacity:1;*/
    display: block;
    z-index:100;
}

.overlay_text {
    height: 275px;
    width: 515px;
    left: 30px;
    padding: 24px 32px 28px;
    position: absolute;
    top: 60px;
    display: none;
}
span.overlay_text h1 {
    border: medium none;
    color: #fff;
    font-size: 54px;
    line-height: 1.2em;
    margin: 0;
    padding-bottom: 0;
    text-transform: none;
}
.overlay_text p {
    color: #fff;
    font-family: GenerisSerifComMedium;
    font-size: 24px;
    font-style: italic;
    margin: 10px 0;
}
.no_price::after {
    border-width: 14px !important;
    right: -28px !important;
}
.intro_offer::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 24px;
    content: "";
    height: 0;
    padding: 0;
    position: absolute;
    right: -48px;
    top: 0;
    width: 0;
}
span.no_price {
    height: 24px;
    line-height: 24px;
    padding-bottom: 4px;
    padding-left: 18px;
}
.intro_offer {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    font-family: frutigerneue;
    height: 48px;
    line-height: 60px;
    margin: 12px 0 0;
    padding: 0 6px 0 16px;
    position: relative;
    text-transform: uppercase;
}
span.no_price .offer_text {
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    line-height: 12px;
    margin-right: 0;
    padding-left: 0;
}
.overlay_text .offer_text {
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    line-height: 16px;
    margin-right: 14px;
    margin-top: 9px;
}
.no_price .font_price {
    line-height: 14px;
}
.overlay_text .font_price {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    line-height: 26px;
}
.overlay_text .currency {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 10px;
    margin-left: 8px;
    vertical-align: top;
}
.overlay_bg {
    height: 383px;
    left: 30px;
    opacity: 0.5;
    padding-right: 32px;
    position: absolute;
    top: 60px;
    width: 490px;
    background: #11261d none repeat scroll 0 0;
    display: none;
}
/* Slider Responsive */
@media only screen and (max-device-width: 360px) {
    #css3-slider li:nth-child(1) label {top:37%; left: 30%;}
    #css3-slider li:nth-child(2) label {top:37%; left:40%;}
    #css3-slider li:nth-child(3) label {left: 50%;top: 37%;}
    #css3-slider li:nth-child(4) label {left: 60%;top: 37%;}
    #css3-slider li:nth-child(5) label {left: 70%;top: 37%;}
}
@media only screen and (max-device-width: 480px) {
    #css3-slider li:nth-child(1) label {top:50%; left: 30%;}
    #css3-slider li:nth-child(2) label {top:50%; left:40%;}
    #css3-slider li:nth-child(3) label {left: 50%;top: 50%;}
    #css3-slider li:nth-child(4) label {left: 60%;top: 50%;}
    #css3-slider li:nth-child(5) label {left: 70%;top: 50%;}
}
@media only screen and (max-device-width: 640px) {
    #css3-slider li:nth-child(1) label {top:67%; left: 30%;}
    #css3-slider li:nth-child(2) label {top:67%; left:40%;}
    #css3-slider li:nth-child(3) label {left: 50%;top: 67%;}
    #css3-slider li:nth-child(4) label {left: 60%;top: 67%;}
    #css3-slider li:nth-child(5) label {left: 70%;top: 67%;}
}
@media only screen and (max-device-width: 768px) {
    .page-wrapper
    {
        width: 100%;
    }
    #css3-slider li input:checked ~ a span
    {
        display: none;
    }
    #stage-menu-bullets
    {
        display: none;
    }
    #css3-slider
    {
        height: 200px;
        /*max-height: 380px;*/
    }
    #css3-slider a.thumb
    {
        width:0;
    }
    #css3-slider li input:checked ~ img, #css3-slider li input:checked ~ a img
    {
        height: auto;
        max-width: 100%;
    }
    .overlay_bg
    {
        height: 200px !important;
        left: 0px;
        width: 100% !important;
        top:0px;
        display: block !important;
    }
    .overlay_text
    {
        height: auto !important;
        width: 85% !important;
        left: 0;
        margin-top:-35px;
        display: block !important;
        /*top:0;*/
    }
    span.overlay_text h1
    {
        font-size: 20px;
        text-align: left;
    }
    .overlay_text p
    {
        font-size: 12px;
    }
    .intro_offer
    {
        display: none;
    }
    #css3-slider .icon-leftarrowsliderselector
    {
        display: none;
    }
    .showdesktop
    {
        display: none;
    }

    #css3-slider li input + label {
        background-color: #000000;
        bottom: 5px;
        color: white;
        cursor: pointer;
        font: bold 11px/16px Arial,sans-serif;
        left: 10px;
        padding: 0;
        position: absolute;
        text-align: center;
        width: 16px;
        z-index: 999;
        height: 16px;
        border-radius: 9px;
    }

    ul#css3-slider li span.icon-leftarrowsliderselector
    {
        display: none !important;
    }
    #css3-slider li:nth-child(1) label {top:80%; left: 30%;}
    #css3-slider li:nth-child(2) label {top:80%; left:40%;}
    #css3-slider li:nth-child(3) label {left: 50%;top: 80%;}
    #css3-slider li:nth-child(4) label {left: 60%;top: 80%;}
    #css3-slider li:nth-child(5) label {left: 70%;top: 80%;}
    #css3-slider li label span.blackbox
    {
        display: none;
    }
}
/* End CSS Slider */