/* ----------------------------------------------------------------
    Pozitiv Colors Customisation  2015-11-18

    Replace the HEX Code with your Desired Color HEX
NOTE: Was #3498db
-----------------------------------------------------------------*/


#portfolio .heading-block a:hover:not(.button) {
    color: #2e8ece;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.owl-carousel .owl-controls .owl-nav [class*=owl-]:hover,
.owl-carousel-full .owl-nav [class*=owl-]:hover,
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #2e8ece !important;
}
