/**
 * Padding slider default 15px
 */

.stagepadding-slider {
    margin-left: -15px;
    margin-right: -15px;

    .owl-carousel .owl-stage {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .block .block-title {
        margin-left: 15px;
        margin-right: 15px;
    }

    .message.info {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.stagepadding-slider-10 {
    margin-left: -10px;
    margin-right: -10px;

    .owl-carousel .owl-stage {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .block .block-title {
        margin-left: 10px;
        margin-right: 10px;
    }

    .message.info {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/**
 * Hover to show navigation
 */
.hover-to-show {
    .owl-theme .owl-nav {
        opacity: 0;
        .transition(.1s);
    }

    &:hover {
        .owl-theme .owl-nav {
            opacity: 1;
        }
    }
}

/**
 * Navigation style 1
 */
.nav-style-1 {
    .owl-theme .owl-nav [class*="owl-"] {
        width: 60px;
        height: 60px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.1);
        border: none;
        line-height: 60px;
        padding: 0;
        .border-radius(50%);
        .transition(.1s);

        &:before {
            font-size: 24px;
        }
    }
}

/**
 * Navigation position center
 */
.nav-position-center {
    &.nav-style-1 {
        .owl-theme .owl-nav {
            margin: 0;

            [class*="owl-"] {
                margin: -30px 0 0;
                position: absolute;
                top: 50%;

                &.owl-next {
                    right: 20px;
                }

                &.owl-prev {
                    left: 20px;
                }
            }
        }
    }
}

/**
 * Dot style 1
 */
.dot-style-1 {
    .owl-theme .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
    }
}

/**
 * Dot position bottom
 */
.dot-position-bottom {
    &.dot-style-1 {
        .owl-theme .owl-dots {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 10px;
        }
    }
}

/**
 * Navigation style 2
 */

.nav-style-2 {
    .owl-theme .owl-nav [class*="owl-"] {
        padding: 0;
        width: 34px;
        height: 34px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        color: #222;
        text-align: center;
        line-height: 32px;
        margin: 5px 4px;
        .transition(.1s);

        &:before {
            font-size: 18px;
        }
    }
}

/**
 * Navigation style 3
 */

.nav-style-3 {
    .owl-theme .owl-nav {
        margin: 0;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        width: 34px;
        height: 60px;
        line-height: 58px;
        text-align: center;
        padding: 0;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        color: #222;
        .transition(.1s);

        &:before {
            font-size: 18px;
        }
    }

    &.nav-position-center {
        .owl-theme .owl-nav [class*="owl-"] {
            position: absolute;
            top: 50%;
            margin: -30px 0 0;
        }

        .owl-theme .owl-nav [class*="owl-"].owl-next {
            right: 0;
        }

        .owl-theme .owl-nav [class*="owl-"].owl-prev {
            left: 0;
        }
    }
}

/**
 * Navigation style 4
 */

.nav-style-4 {
    .owl-theme .owl-nav {
        margin: 0;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        width: 60px;
        height: 60px;
        line-height: 58px;
        text-align: center;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.1);
        border: none !important;
        color: #fff;
        .transition(.1s);
        .border-radius(10px);

        &:before {
            font-size: 24px;
        }
    }

    &.nav-position-center {
        .owl-theme .owl-nav [class*="owl-"] {
            position: absolute;
            top: 50%;
            margin: -30px 0 0;
        }

        .owl-theme .owl-nav [class*="owl-"].owl-next {
            right: 30px;
        }

        .owl-theme .owl-nav [class*="owl-"].owl-prev {
            left: 30px;
        }
    }
}

/**
 * Navigation style 6
 */

.nav-style-6 {
    .owl-theme .owl-nav {
        margin: 0;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        width: 54px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        padding: 0;
        background-color: #e0e0e0;
        border: none !important;
        color: #222;
        .transition(.1s);
        .border-radius(50%);

        &:before {
            font-size: 24px;
        }
    }

    &.nav-position-center {
        .owl-theme .owl-nav [class*="owl-"] {
            position: absolute;
            top: 50%;
            margin: -27px 0 0;
        }

        .owl-theme .owl-nav [class*="owl-"].owl-next {
            right: 20px;
        }

        .owl-theme .owl-nav [class*="owl-"].owl-prev {
            left: 20px;
        }
    }
}

/**
 * Navigation style icon
 */

.nav-style-icon {
    .owl-theme .owl-nav {
        margin: 0;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: none !important;
        border: none !important;
        color: #222;
        padding: 0;
        margin: 0;

        &:before {
            font-size: 30px;
        }
    }

    &.nav-position-center {
        .owl-theme .owl-nav [class*="owl-"] {
            position: absolute;
            top: 50%;
            margin: -18px 0 0;
        }

        .owl-theme .owl-nav [class*="owl-"].owl-next {
            right: 0;
        }

        .owl-theme .owl-nav [class*="owl-"].owl-prev {
            left: 0;
        }
    }
}

/**
 * Navigation style 7
 */

.nav-style-7 {
    .owl-theme .owl-nav [class*="owl-"] {
        background-color: #fff;
        width: 80px;
        height: 60px;
        line-height: 56px;
        text-align: center;
        border: 2px solid #f5f5f5;
        padding: 0;
        color: #222;
        .border-radius(30px);
        .transition(.1s);

        &.owl-next:before {
            .icomoon(e929, 24px);
        }

        &.owl-prev:before {
            .icomoon(e927, 24px);
        }
    }

    &.nav-position-center .owl-theme .owl-nav {
        margin: 0;
        padding: 0;
    }

    &.nav-position-center .owl-theme .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        margin: -30px 0 0;

        &.owl-next {
            right: 20px;
        }

        &.owl-prev {
            left: 20px;
        }
    }
}

/**
 * Dot style 2
 */

.dot-style-2 {
    .owl-theme .owl-dots .owl-dot span {
        background-color: transparent;
        width: 14px;
        height: 14px;
        border: 2px solid #e4e4e4;
        .border-radius(50%);
        .transition(.1s);
    }
}

.dot-position-bottom.dot-style-2 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0;
}

/**
 * Dot style 3
 */

.dot-style-3 {
    .owl-theme .owl-dots .owl-dot span {
        border: none;
        background-color: #cfd0d4;
        width: 14px;
        height: 14px;
        .border-radius(50%);
        .transition(.1s);
    }
}


