

/* HABER */
.owl-haber .owl-controls .owl-page span{
    width:18px !important;
    height: 18px !important;
    margin:2px 4px !important;
}
#owl-haber .active span{
    background: url(../img/active.png) no-repeat;
}
.owl-haber .clickable{
    margin-top:0;
    position: absolute;
    top: -54px;
    left: 36%;

}
.owl-haber .owl-controls .owl-page{
    display: block;
}
.owl-haber .owl-controls {
    margin-top:0 !important;
}
.owl-haber .owl-controls .active span{
    background: url(../img/active.png) no-repeat !important;
    width:18px !important;
    height: 18px !important;
}


/* PORTS WE */

.owl-posts .owl-controls .owl-buttons div{
    background: none !important;
    opacity: 1 !important;
}
.owl-posts .owl-buttons .owl-prev:before{
    content:"\f0da";
    color: #494949;
    font-size: 26px;
     background: #ffffff;
    font-family: FontAwesome;
    position: absolute;
    top: 20px;
        right: -4px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-Zin-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     height:38px;
    width: 38px;
      padding-top: 2px;
    padding-left: 3px;
   
}
.owl-posts .owl-buttons .owl-next:before{
    content:"\f0d9";
    color: #494949;
     font-size: 26px;
    background: #ffffff;
    text-align: center;
    position: absolute;
    right: 41px;
    font-family: FontAwesome;
    top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-Zin-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    height:38px;
    width: 38px;
     padding-top: 2px;
    padding-right: 3px;
}


.owl-posts .owl-buttons{
    position: relative;
    
}
.owl-posts .owl-theme .owl-controls{
    margin-top:0;
    display: initial;
}
.owl-posts.owl-theme .owl-controls{
     position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 48px;
    right: 22px;
}
