* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
html,
body {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}
.btn-ticket {
  position: absolute;
  width: 150px;
  z-index: 10;
  bottom: 20px; left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  background:#FF6E75;
  padding: 4px;
  text-align: center;
  color: #fff;
  text-decoration: none }

#page {
  padding-top: 1px;
  width: 100%;
  height: 100%;
  background: url(../images/bg3.jpg) no-repeat center center;
}
#page #content {
  z-index: 5;
  position: relative;
  height: 100%;
}
#page #bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

#social li,
#links li {
  display: inline-block;
  text-align: center;
  margin-left: 30px;
}
#social li:first-child,
#links li:first-child {
  margin-left: 0;
}
#social {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 200px;
  margin-left: 4px;
}
#social li {
  display: inline-block;
  vertical-align: top;
}
#social li a {
  background: url(../images/social-bg.png) no-repeat;
  display: block;
  width: 20px;
  height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
#social li #fb {
  width: 12px;
  background-position: -4px 0;
}
#social li #tw {
  width: 24px;
  background-position: -54px 0;
}
#social li #ig {
  width: 25px;
  background-position: -117px 0;
}
#social li #yt {
  width: 40px;
  background-position: -180px 0;
}
#links li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/clubs-bg.png) no-repeat left top;
  display: block;
  height: 48px;
}
#links li .club4 {
  width: 75px;
}
#links li .mindshake {
  width: 107px;
  background-position: -100px 0;
}
#links li .b4 {
  width: 50px;
  background-position: -240px 0;
}
#iconista {
  float: right;
  margin: 0 60px 0 0;
  position: relative;
  bottom: 38px;
  border: none;
}
#iconista img {
  border: none;
}
@media screen and (max-height: 720px) {
  
  #page {
  padding-top: 1px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("../images/bg3.jpg") no-repeat top center;
  }
 
  #page #bottom {
    bottom: -10px;
  }
  #page #social {
    margin-top: 100px;
  }
}
