.audio-title {
  /*background: #004332 !important;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px;
}

.audio-number {
background: #fff;
  color: #004332 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: 800;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.no-lang #accesibility-module >div > div:not(:first-child){
display:none;
  
}

.uk-audio-title{
text-transform: none !important;
  
}
.article-link .uk-card-secondary img{
filter: brightness(100);
}

  .article-link .el-item{
background:#ee7601;
    padding:10px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
    
  }

  .article-link .el-item > a > div{
padding:0px;
}

  .article-link .el-title{
color:#fff;
    
  }

.uk-text-white{
color:#fff !important;
  
}
a.videobutton {
color:#000 !important;
/*    background:#ffca5b;*/
    line-height: 2em;
    padding: 10px 20px;
margin-bottom: 15px !important;
}

@media(max-width:640px){
    a.videobutton{
    width:100% !important;
        min-width:100% !important;
    }
    
}

.gallery-slider .uk-panel:has(> .el-meta){
display:flex;
    flex-direction:column;
}
.gallery-slider .el-item a{
align-content: center;
  justify-content: center;
  
}

.gallery-slider .el-meta{
  order:2;
    transition:all 0.5s ease;
display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff48;
  color: #fff;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 5px 0px !important;
}
.gallery-slider .el-meta span{
margin-right: 10px;
  margin-left: 5px;
}
.gallery-slider .el-item:hover .el-meta{
    transition:all 0.3s ease;
  background: #ffffffff;
    color:#aaa;
}


.gallery-slider .el-link{
display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-slider .el-slidenav{
background:#4d0e3877;
    color:#fff;
    padding:20px 10px;
    margin:2px;
  transition:all 0.5s ease;
}

.gallery-slider .el-slidenav:hover{
background:#4d0e38ff !important;
  transition: all 0.3s ease;
  
}
  

body.noextramedia .extramedia{
display:none !important;
  
}

.article-nav span{
color:#000;
  
}

.article-nav-divider >div::before{
border-color:#000 !important;
  
}


.noto-sans-<uniquifier> {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}

body.removebg *{
background:#fff !important;
  color: #000 !important;
  
}

body.removebg .uk-card,body.removebg .uk-button,body.removebg .article-nav .uk-panel,body.removebg .player-nav li a{
border:1px solid #000 !important;
  
}

body.removebg .player-nav li.uk-active *, body.removebg .audio-number{
background:#eaeaea !important;
  
}

body.invertbg *{
--background:#000 !important;
 --color: #fff !important;
  filter: grayscale(100%);
  
}

body.invertbg .uk-card-secondary{
border-color:#fff !important;
  color:#fff !important;
  
}

body.invertbg .uk-button-primary{
border-color:#eee !important;
  color:#fff !important;
  
}