﻿#activitypg {
    background-image: url("../images/background/emergency-bg.jpg");
    position: relative;
    background-size: cover;
}

#activitysmall .owl-nav {
    position: absolute;
    left: 0px;
    top: 25%;
    z-index: 100;
    width: 100%;
    opacity: .8;
    margin-top: -10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    #activitysmall .owl-nav .owl-prev {
        position: absolute;
        left: -70px;
        width: 60px;
        height: 60px;
        color: #f0cca5;
        line-height: 56px;
        font-size: 24px;
        text-align: center;
        border-radius: 50px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        border: 2px solid rgba(255,255,255,0.60);
        background-color: #af8454;
    }

    #activitysmall .owl-nav .owl-next {
        position: absolute;
        right: -70px;
        color: #f0cca5;
        font-size: 24px;
        width: 60px;
        height: 60px;
        line-height: 56px;
        border-radius: 50px;
        text-align: center;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        border: 2px solid rgba(255,255,255,0.60);
        background-color: #af8454;
    }

