
@media screen and (min-width: 960px){
    .slider-content
        {
            height: 500px !important;
        }
    .slider-content > .container
    {
        margin-top: -147px;
    }
}

.rs-categories.style1 .categories-item:hover
{
    background-color: #02a552;
    border-color: #ffffff;
    color: #ffffff;
}

.rs-categories.style1 .categories-item:hover .icon-part {
    background: #02a552;
}

