.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div{
    position:absolute;
    top:50%;
    width:40px;
    height:50px;
    margin-top:-25px;
    background:transparent;
    opacity:0;
    left:50px;
    color:transparent;
    transition:all 0.3s ease;
    padding:0;
    z-index:9
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next{
    right:50px;
    left:initial
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before{
    content:'\02039';
    color:#999;
    transition:all 0.6s ease;
    font-family:'simple-line-icons';
    font-size:50px;
    line-height:50px;
    font-weight:100
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before{
    content:'\0203A'
}
.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div{
    opacity:1;
    left:15px
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before{
    color:#666
}
.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next{
    right:15px;
    left:initial
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div{
    position:absolute;
    top:50%;
    width:40px;
    height:40px;
    margin-top:-25px;
    background:#fafafa;
    opacity:0;
    left:50px;
    color:transparent;
    transition:all 0.3s ease;
    padding:0;
    border:1px solid #aaa;
    border-radius:100%
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next{
    right:50px;
    left:initial
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before{
    content:"\e605";
    color:#999;
    transition:all 0.6s ease;
    font-size:20px;
    line-height:40px;
    font-weight:100;
    width:40px;
    height:40px;
    text-align:left;
    display:block;
    padding-left:8px;
    margin-top:-1px
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before{
    content:"\e606";
    padding-right:8px;
    text-align:right
}
.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div{
    opacity:1;
    left:15px
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover{
    background:#FFF
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before{
    color:#666
}
.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next{
    right:15px;
    left:initial
}
@keyframes kc-spinner{
    0%{
        transform:scale(1) rotate(0deg)
    }
    100%{
        transform:scale(1) rotate(720deg)
    }
}
.kc-sync2.owl-carousel .owl-item{
	cursor:pointer;
}