.divider {
    overflow: hidden;
    border-top: 3px solid #dbdbdb;
  }
  
  /*********************************************************************************/
  /* Footer                                                                        */
  /*********************************************************************************/
  
  #footer {
    position: relative;
    background: #121212;
    color: rgba(255, 255, 255, 0.4);
  }
  
  #footer header h2 {
    color: #fff;
  }
  
  .footermenu{
  
    text-decoration: none;
      display:inline-block;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
   
    }
  
  .footermenu_a{
    text-decoration: none;
      display:inline-block;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;	
  }
  .footermenu_a:hover {
        background: #fff;
    color: #000 !important;
    transition: 0.3s;
  }
  