@media (max-width: 1024px) {
  body{
    margin-bottom: 0;
    height: 100%;
  }
  html{
    height: 100%;
  }
  /* -------------------- HEADER ------------------------ */
  header{
    background: #FFF;
    padding-bottom: 20px;
  }
  .header-background{
    padding-bottom: 0;
  }
  header #logo{
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    z-index: 90;
    position: relative;
  }
  header .navbar{
  }
  header .navbar-nav{
    line-height: 25px;
    margin: 30px 0 0 0;
  }
  header .navbar-nav>li{
    margin: 0;
    text-align: center;
  }
    header .navbar-nav>li a {
    color: #000;
    font-size: 24px;
    padding: 0;
  }
  header .navbar-nav>li a.active {
    border-bottom: 2px solid #000;
  }
  header .navbar-nav>li a:hover,
  header .navbar-nav>li a:focus,
  header .navbar-nav>li a:active{
    border-bottom: none;
  }
  header .navbar-nav>span{
    color: #000;
    font-size: 24px;
    margin-left: -4px;
    margin-right: 4px;
  }
  header .navbar-toggle{
    display: block;
    font-size: 20px;
    padding: 0;
    margin: 0;
    height: 10px;
    line-height: 0;
    position: absolute;
    z-index: 91;
    left: 0;
    top: -10px;
    width: 40px;
    height: 40px;
  }

  /* --------------------- FOOTER ------------------------- */
  .desktop-footer{
    display: none!important;
  }

  .mobile-footer{
    display: block;
  }

  footer{
    position: static;
    margin-bottom: 0;
    background: #FFF;
    padding-top:0;
    bottom: 0;
    height: 137px;
  }
  .push{
    height: 137px;
  }
  .wrapper{
    margin-bottom: -137px;
    min-height: 100%;
  }
  .social-container{
    padding-bottom: 40px;
    background: #FFF;
  }

  .social-container .social{
    font-size: 13px;
    text-align: center;
    font-family: FuturaBook;
    margin: 20px 0 15px 0;
    letter-spacing: 2px;
  }

  .social-container a {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    font-family: FuturaBook;
    line-height: 10px
  }
  
  .social-container a:hover{
    border-bottom: none;
  }

  .cc_banner.cc_container.cc_container--open{
    bottom: 0;
  }
}