.uk-modal-body,.uk-modal-body * {
color:#fff;
  
}

header .uk-nav-sub,#tm-dialog-mobile .uk-nav-sub ul{
display:none;
  
}

@media(max-width:639px){
.nav-title-header{
padding-top:10px;
}
}


#nav-season-container, #nav-comp-container{
  
    padding:5px 15px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

#nav-season-container{
  background:#2b2b2b33;
}

#nav-comp-container{
  background:#a7c00a8a;
}


.nav-competitions{
display: flex;
  flex-direction: row;
  overflow-x: auto;
  
}

@media(max-width:639px){
 .nav-competitions{
  align-items: center;
   justify-content: center;
  
}
  
}


@media(max-width:959px){
#nav-comp-container .nav-competitions{
  flex-direction: column;
  
}
  
}

.nav-competitions li a{
  transition: all 0.5s ease;
  padding: 5px 10px;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  
}

.nav-competitions li a:hover{
  transition:all 0.3s ease;
  color:#fff;
  background:#605E58;
  border:1px solid transparent;
  }


.nav-competitions li.uk-active a{
color: #605E58;
  background: #acca0a;
  pointer-events: none;
  
}

.sport-header .uk-position-cover{

background: rgba(46,46,43,1);
background: -moz-linear-gradient(left, rgba(46,46,43,1) 0%, rgba(92,92,90,0.1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,46,43,1)), color-stop(100%, rgba(92,92,90,0.1)));
background: -webkit-linear-gradient(left, rgba(46,46,43,1) 0%, rgba(92,92,90,0.1) 100%);
background: -o-linear-gradient(left, rgba(46,46,43,1) 0%, rgba(92,92,90,0.1) 100%);
background: -ms-linear-gradient(left, rgba(46,46,43,1) 0%, rgba(92,92,90,0.1) 100%);
background: linear-gradient(to right, rgba(46,46,43,1) 0%, rgba(92,92,90,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2b', endColorstr='#5c5c5a', GradientType=1 );

  
}
.no-header .tm-header,.no-header .tm-header-mobile,.no-footer .tm-footer,.no-main #tm-main{
display:none !important;
  
}

.uk-text-initial{
text-transform:initial;
  
}
.uk-text-white{
color:#fff !important;
  
}


.gradient-bg{

background: rgba(92,92,85,1);
background: -moz-linear-gradient(top, rgba(92,92,85,1) 0%, rgba(46,46,43,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,92,85,1)), color-stop(100%, rgba(46,46,43,1)));
background: -webkit-linear-gradient(top, rgba(92,92,85,1) 0%, rgba(46,46,43,1) 100%);
background: -o-linear-gradient(top, rgba(92,92,85,1) 0%, rgba(46,46,43,1) 100%);
background: -ms-linear-gradient(top, rgba(92,92,85,1) 0%, rgba(46,46,43,1) 100%);
background: linear-gradient(to bottom, rgba(92,92,85,1) 0%, rgba(46,46,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c55', endColorstr='#2e2e2b', GradientType=0 );


}
.competitions-bg{
background: #5c5c55;
  
}

.footer-bg{

background: rgba(176,202,10,1);
background: -moz-linear-gradient(top, rgba(176,202,10,1) 0%, rgba(128,143,16,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(176,202,10,1)), color-stop(100%, rgba(128,143,16,1)));
background: -webkit-linear-gradient(top, rgba(176,202,10,1) 0%, rgba(128,143,16,1) 100%);
background: -o-linear-gradient(top, rgba(176,202,10,1) 0%, rgba(128,143,16,1) 100%);
background: -ms-linear-gradient(top, rgba(176,202,10,1) 0%, rgba(128,143,16,1) 100%);
background: linear-gradient(to bottom, rgba(176,202,10,1) 0%, rgba(128,143,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0ca0a', endColorstr='#808f10', GradientType=0 );

}
