.arrow-down {
  margin-top: 55px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}

.content-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#container {
  width: 100%;
  text-align: center;
}

#footerMenu {
  background: #fff;
  width: 100%;
  opacity: 0;
  position: fixed;
  z-index: 300;
  bottom: 0;
  overflow: none;
  left: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.5);
  box-shadow: 0px -1px 20px rgba(50, 50, 50, 0.5);
  max-height: 100px;
  padding-bottom: 2%;
}

#footerMenu.show {
  opacity: 1;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu ul.navigation li {
  display: block;
  font-size: 1px;
}

#footerMenu ul.navigation li img {
  margin-left: auto;
  margin-right: auto;
}

#footerMenu ul.navigation li a:hover {
  background-color: #99aabd;
  color: white;
}

@media (max-width: 568px) {
  .arrow-down {
    margin-top: 40px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }

  #container {
    width: 100%;
    text-align: center;
  }

  #footerMenu {
    background: #fff;
    width: 100%;
    height: 0px;
    position: fixed;
    z-index: 300;
    bottom: 0;
    overflow: none;
    left: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.5);
    box-shadow: 0px -1px 20px rgba(50, 50, 50, 0.5);
  }

  #footerMenu.show {
    height: auto;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }

  #footerMenu ul.navigation li {
    display: block;
    font-size: 1px;
  }

  #footerMenu ul.navigation li img {
    margin-left: auto;
    margin-right: auto;
  }

  #footerMenu ul.navigation li a:hover {
    background-color: #99aabd;
    color: white;
  }
}
