.footer {
      margin-bottom: 50px;
}

.footer-socialmedia {
    width: 100%;
    padding: 15px 15px 45px 15px;
    display: flex;
    justify-content: center;
  }

  .btn-event {
    width: 90% !important;
    height: 40px !important;
    background-color: #fff !important;
    color: #555 !important;
    border: 1px solid #555 !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 38px !important;
    box-shadow: none !important;
  }


/* ================================
        FOOTER
================================ */

#footer-fix {
  width:100%;
  position:fixed;
  bottom:0;
  text-align:center;
  background-color: rgba(255, 255, 255, 0.2);
  padding:1px 0 0 0;
  font-size:14px;
  z-index: 1000;
}
#footer-fix  #footer-fix-menu {
  text-align :center;
  text-decoration : none;
  padding :0;
  display :table;
  width :100%;
}
#footer-fix  #footer-fix-menu li {
  display :table-cell;
  width :20%;
  background-color: rgba(255, 255, 255, 0.9);
  padding :0;
  margin :0;
  height :56px;
  position :relative;
  font-size:10px;
  text-align: center;

}

#footer-fix  #footer-fix-menu li img{
  width: 34px;
  text-align: center;
  vertical-align: middle;
  margin-top: 5px;
}

#footer-fix  #footer-fix-menu li:hover {
  opacity :0.9;
  color: #333;
}
#footer-fix  #footer-fix-menu li a {
  display :block;
  position :absolute;
  top :0;
  left :0;
  width :100%;
  height :100%;
  color: #333;
    text-decoration: none;
}
