/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.review-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.review-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;

    /*background: #D6D6D6;*/
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.review-theme .owl-nav .owl-prev{
    display: none;
  /*  background-image: url("/local/templates/vizitka_plus/images/arrow_left.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;*/
}

.review-theme .owl-nav .owl-next{
    display: none;
   /* background-image: url("/local/templates/vizitka_plus/images/arrow_right.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;*/
}

.review-theme .owl-nav [class*='owl-']:hover {
    display: none;
    /*background: #869791;*/
    color: #FFF;
    text-decoration: none;
}

.review-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.review-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.review-theme .owl-dots {
    margin: 50px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.review-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.review-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #bdbdbd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.review-theme .owl-dots .owl-dot.active span, .review-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

@media handheld, only screen and (max-device-width: 640px) {
    .review-theme .owl-dots {
        margin: 0;
    }
}
