﻿.owl-theme .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid white;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
background-color: #99CC00;
}

.owl-theme .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0%;
    margin-top: -32px;
}
 
.owl-carousel .owl-nav .owl-prev{
    float: left;
    margin-left: 30px;
}
 
.owl-carousel .owl-nav .owl-next{
    float: right;
    margin-right: 30px;
}

.owl-carousel .item {
    background: url("../images/gal-background.png");
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom:5px;
}

