/*
 * 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-carousel {
    display: none;
    width: 940px !important;
}

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

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

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

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

.theme-owidi-carousel .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-carousel a.nextNav {
    background-position:-51px 0;
    right:10px;
}

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

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

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

/* owidi-carousel specific */

.theme-owidi-carousel .slider-desc-wrapper {
    display: none;
}

.theme-owidi-carousel .rcs-slide {
    float: left;
    margin: 10px;
    background-color: #F7F7F7;
}

.theme-owidi-carousel .pagination {
    display: none;
}

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

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

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