#EventsNews
{
    background-color: #F9F9F2 !important;
}

#EventNewsTab
{
    padding-left: 0px;
}

#EventNewsTab .nav-link
{
    color: #0F272D !important;
}

#EventNewsTab .nav-link:hover
{
    /*color: #989898 !important;*/
}


@media only screen and (max-width: 800px) {
    #EventNewsTab
    {
        padding-left: 20px !important;
    }
}

#EventsNews ul
{
    list-style-type: none;
    margin: 0px;
    padding-left: 16px;
    margin-bottom: 30px;
    border: 0px;
}

#EventsNews .nav-link.active
{
    color: #f77014 !important;
}

#EventsNews .nav-link.active .line
{
    border: 1px solid #f77014 !important;
}

#EventsNews .nav-link.active:hover
{
    color: #989898;
}

#EventsNews .nav-link.active:hover .line {
    border: 1px solid #f77014 !important;
}

#EventsNews .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active 
{
    background-color: transparent !important;
    border: 0px !important;
}

#EventsNews .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{
    border: 1px solid transparent;
}

#EventsNews ul > li {
    display: inline-block;
    zoom:1;
    *display:inline;
    padding-right: 20px;
    color: #0F272D !important;
    font-family: YesevaOne;
    border: 0px;
    background-color: transparent;
}

#EventNews ul > li:hover
{
    color: #989898 !important;
}

#EventsNews a
{
    color: grey;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#EventsNews .title a {
    color: #0f272d;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#EventsNews .title:hover a {
    color: #F77014;
}

#EventsNews .active .line
{
    border: 1px solid black !important;
}

#EventsNews .line
{
    border: 1px solid #f77014 !important;
}

