@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue.otf");
}


.title-line {
  /*margin-left: auto;*/
  /*margin-right: 25px;*/
  background-color: #5c5c5c;
  width: 70%;
  height: 2px;
  flex-grow: 2;
}

.event-category-title{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.event-category-title  .uk-badge{
  margin-bottom: 0!important;
  padding-right: 5px;
}


#tm-main{
  margin-top: 5px!important;
}



@media (max-width: 920px) {

  .tm-logo-small > img{
    width: 245px!important;
    padding-top: 5px;
    padding-left: 5px;
  }
}



.white-back{
  background-color: white;
}

.faq-mobile > h3{

  font-size: 16px!important;
  background-color: #5c5c5c;
  color: #ffffff;
  margin-bottom: 15px!important;

}

.faq-mobile > h3:after{
  content: "\2193" ;
  color: #5cd1df;
  padding-left: 5px!important;
  font-weight: 800;

}

.uk-accordion-content{
  padding:0 5px!important;
}

.uk-navbar-nav > li > a{
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff!important;
}


.uk-slidenav{

  border-radius: 30px;
  background-color: #5c5c5c!important;
  color: #ffffff!important;
}

.uk-navbar-toggle{
  padding: 0 5px!important;
}

.white-back{
  background-color: #ffffff;
  box-shadow:   0 5px 8px 0 rgba(160, 166, 168, 0.35)
}
@media (max-width: 960px) {
  .white-back > * {
    padding: 0 15px;
  }
}


.uk-navbar-nav{
  display: flex;
  flex-direction: row;
}

.uk-navbar-nav > li:nth-last-child(-n+2){
  align-self: flex-end;

}

.event-image.active{
  /*margin-left: 50px!important;*/
}
.social{
  display: flex;
  flex-direction: row
}

.social-media{
  /*width: 50px!important;*/
  display: none!important;
  right: -50px;
  transition-duration: 1s;
}

.social-media.active{
  display: inline-block!important;
  right: 0;

}

.social-media > ul{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;

  height: 100%;
}

.social-media > ul >li{
  margin: 0 5px;
  /*flex-grow: 1;*/
}

.social-media > ul >li > a > i{
  font-size: 30px;
}

.share-button.active{
  right: 35px!important;
}


@media (max-width: 769px) {
.social{
  flex-direction: column;
}

  .social-media{
    /*width: 50px!important;*/
    display: none!important;
    bottom: -50px;
    transition-duration: 1s;
  }


  .social-media > ul{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    width: 100%;

  }

  .social-media.active{
    display: inline-block!important;
    bottom: 0;
    height: 100%;
  }

  .social-media > ul >li{
    margin: 0 auto;
    /*flex: 1;*/
    margin-top: 15px;
  }


}

.uk-navbar-nav > li > a:hover{
  background-color: #5cd1df!important;
}


.uk-navbar-nav > li > a {
  line-height: 70px!important;
  height: 70px!important;
}

.uk-nav-sub > li > a{
  font-weight: 900;
  color: white!important;
}