.owl-container {
    width: 800px;
    margin: 20px auto 0;
    _border: 10px solid #f7f7f7;
    _border-radius: 3px;
    _box-shadow: 0 2px 18px -6px rgba(0, 0, 0, .45);
}

.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fc0;
    margin: 10px;
    border-radius: 50%;
}

.owl-carousel .owl-dot.active {
    background: #ff3f4d;
}

.owl-carousel .owl-dot.active:before {
    content: "";
    height: 10px;
    background: rgba(247, 97, 139, 1);
    background: -moz-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 97, 139, 1)), color-stop(100%, rgba(42, 120, 247, 1)));
    background: -webkit-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -o-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -ms-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: linear-gradient(to right, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7618b', endColorstr='#2a78f7', GradientType=1);
    position: absolute;
    z-index: 99;
    left: 0;
}

.owl-scrollbar {
    margin-top: 20px;
    height: 3px;
    width: 1000px;
    background: #E1E1E1;
    position: absolute;
    bottom: 0;
    right: 27%;
}

.owl-scrollbar .owl-scroll-handle {
    height: 6px;
    width: 150px !important;
    display: inline-block;
    background: #BDA588;
    position: absolute;
    top: -1px;
}

.owl-scrollbar .owl-scroll-progress {
    background: #333;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
/*.owl-nav {*/
/*    position: absolute;*/
/*    bottom: -26px;*/
/*    right: 10%;*/
/*}*/
/*.owl-stage-outer {*/
/*    padding-bottom: 35px;*/
/*}*/
/*Scroll bar pocetna*/
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.owl-next svg{
    font-size: 14px;
    width: 15px;
    height: 15px;
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 20px;
}
.owl-next svg:hover {
    background-color: #BDA588;
}
.owl-prev svg:hover {
    background-color: #BDA588;
}
.owl-prev svg {
    font-size: 14px;
    width: 15px;
    height: 15px;
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 20px;
}