.tags-small a,
.tags-small div.label-tag {
color: #be830e !important;
background: #ffffff !important;
border: 1px solid #be830e !important;
}

.tag a:hover,
a.tag:hover, 
.tags-large a:hover,
.tags-small a:hover
{
border: 1px solid #be830e !important;
color: #ffffff !important;
text-decoration: none !important;
background: #be830e !important;
}


#block-system-main .menu-main li a.active, .menu-main li a:hover{
background-color: #f5edde !important;
border-left: 5px solid #be830e !important;
}

#block-system-main div.menu-main{
border-top: solid 5px #f5edde !important;
}


.anu-share ul ul{
background: #f5edde !important;
}

i.fa{
color: #be830e !important;
}

a i.fa:hover{
color: #e8c458 !important;
transition: color 0.3s;
}

#stabs .pagetabs-nav a{
background: #f5edde !important;
}

#stabs .pagetabs-nav ul li.ui-tabs-active a{
background: #FFFFFF !important;
}

#stabs .ui-state-default a:hover{
background: #FFFFFF !important;
}

table.dataTable tbody td {
    border: 2px solid #f5edde !important;
}

table.dataTable tbody {
    border: 1px solid #be830e !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #be830e !important;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f5edde));
    background: -webkit-linear-gradient(top, #fff 0%, #f5edde 100%) !important;
    background: -moz-linear-gradient(top, #fff 0%, #f5edde 100%) !important;
    background: -ms-linear-gradient(top, #fff 0%, #f5edde 100%) !important;
    background: -o-linear-gradient(top, #fff 0%, #f5edde 100%) !important;
    background: linear-gradient(to bottom, #fff 0%, #f5edde 100%) !important;
}
.visually-hidden {
    display: none;
}
nav.slick__arrow {
    display: none;
}
.font-italic {
    font-style: italic!important;
}