a#top-button {
  position: fixed;
  display: block;
  visibility: hidden;
  width: 41px;
  height: 56px;
  background: transparent url(../../../assets/img/global/top.png) no-repeat 0px 0px;
  z-index: 500; }
  a#top-button span {
    display: block;
    margin-top: 45px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #999 !important; }
  @media only screen and (max-width: 1133px) {
    a#top-button {
      display: none !important; } }

.lt-ie8 a#top-button {
  *zoom: 1; }
