#home-view {

  .btn:hover {
      display: none;
  }

  #home-view-navigation {
    width: 230px;
    margin: 10px auto;

    .type {

      li {
        a {
          color: @darkGrey;
          font-weight:bold;
          cursor: pointer;
        }

        &.active {
          a {
            color: @white;
          }
        }        
      }
    }
  }

  .bottom-centered {
    width: 34px;
    left: 50%;
    margin-left: -17px;
    bottom: 0px;
    position: relative;
    margin-top: 20px;
  }
}

.add-artifact {
  bottom: 0px;
  background-color: @cyan;
  margin: 0px auto;
  width: 18px;
  height: 18px;
  padding: 5px;
  margin-top: 30px;
}