/*
 * Copyright (c) 2016. [j]karef GmbH
 */
/*
Skin Name: Nivo Slider Owidi1280 fixed width Theme
Skin URI: http://owidi.de/
Description: The owidi skin for the Nivo Slider.
Version: 1.0
Author: Rene Jablonski <rene.jablonski@jkaref.com>
Author URI: http://jkaref.com
Supports Thumbs: false
*/

/* owidi-carousel and owidi-slider shared rules! keep them in sync! */

.theme-owidi-slider {
    display: none;
    width: 940px !important;
}

.theme-owidi-slider .caroufredsel_wrapper:first-child {
    z-index: 8 !important;
}

.theme-owidi-slider .caroufredsel_wrapper:first-child {
    left: -170px !important;
}

.theme-owidi-slider .directionNav {
    left: 0;
}

.theme-owidi-slider .directionNav {
    position: absolute;
    top: 0;
    vertical-align: middle;
    height: 100%;
}

.theme-owidi-slider .directionNav a {
    display:block;
    width:51px;
    height:51px;
    background:url(arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.theme-owidi-slider a.nextNav {
    background-position:-51px 0;
    right:10px;
}

.theme-owidi-slider a.prevNav {
    left:10px;
}

.theme-owidi-slider a.nextNav:hover {
    background-position:-51px -51px;
}

.theme-owidi-slider a.prevNav:hover {
    background-position:0 -51px;
}

/* owidi-slider specific */

.theme-owidi-slider .caroufredsel_wrapper:nth-child(2),
.theme-owidi-slider .caroufredsel_wrapper:nth-child(3) {
    background-color: #FFFFFF;
    box-shadow: 0 20px 57px rgba(0, 0, 0, 0.2);
}


.theme-owidi-slider .slider-desc-wrapper {
    top: 45px;
    position: absolute;
    bottom: auto;
    left: 640px;
    margin: 0;
    right: 0;
    z-index: 8;
    width: auto !important;
}

.theme-owidi-slider .slider-desc-wrapper .rcs-slide-desc {
    padding: 15px 25px 25px 25px;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.theme-owidi-slider .pagination {
    position: relative;
    background: none repeat scroll 0 0 white;
    bottom: 70px;
    height: 20px;
    z-index: 9;
    left: 640px;
    padding: 5px 20px 0 20px;
    text-align: left;
    top: auto;
    width: auto;
    margin: 0;
    display: inline-block;
}

.theme-owidi-slider .pagination a {
    display:inline-block;
    width: 10px;
    height: 10px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    padding: 0 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.theme-owidi-slider .pagination a.selected {
    background-position:0 -10px;
}

@media (min-width: 967px) {
    .theme-owidi-slider {
        display: block;
    }

    .theme-owidi-slider .directionNav {
        width: 1020px !important;
        left: -40px;
    }
}

@media (min-width: 1240px) {
    .theme-owidi-slider .directionNav {
        left: -170px !important;
        width: 1280px !important;
    }
}