html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', 'Helvetica', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}

a {
  color: #fff;
}

h3 {
  color: #fff;
}

body {
  background-color: #9e75cc;
  background: url(images/mousebg.png) #9e75cc;
}

.disable-select {
  -moz-user-select: none;
  -webkit-user-select: none;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

header .social {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  text-align: center;
  overflow: hidden;
}

header {
  padding: 0 10px 20px;
  text-align: center;
}

header table {
  border-collapse: collapse;
  width: 100%;
}

header table td {
  width: 33%;
  text-align: center;
}

header img.logo {
  max-height: 100px;
}

footer {
  font-size: 11px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.row {
  margin: 0 auto;
  width: 1200px;
}

.col {
  float: left;
}

.col.col-ban {
  width: 175px;
  text-align: center;
}

.col.col-game {
  width: 850px;
  text-align: center;
}

.col.col-game #video {
  margin: 0 auto;
}

#video .solidBox {
  background: #000;
  border-radius: 5px;
  color: #CCC;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  height:240px;
  margin-left:170px;
  margin-right: 20px;
  margin-top:110px;
  padding: 15px;
  position:absolute;
  text-align:center;
  visibility:hidden;
  width:450px;
}

#video .solidBox[style='visibility: visible;'] {
  display: block;
}

.install-banners {
  text-align: center;
}

.install-banners .banners a {
  display: inline-block;
  height: 55px;
  width: 165px;
  margin: 0 15px;
}

.install-banners img {
  height: 100%;
  width: 100%;
}

.install-banners div.notice {
  display: block;
  font-weight: bold;
  margin: 15px;
}

.col-30 {
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
  width: 30%;
}

.col-70 {
  float: left;
  box-sizing: border-box;
  width: 70%;
}

.cinema.cinema-full {
  min-height: 100%;
  margin: 0;
}

.cinema {
  color: #fff;
  background: rgba(0, 0, 0, .5);
  padding: 0 0 50px;
  margin: 0 0 40px;
}

#LoginDiv {
  font-weight: bold;
  font-size: 15px;
}

#LoginDiv a.button {
  float: left;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 25px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: all 500ms ease-in;
}

#LoginDiv a.button:hover {
  box-shadow: 0 0 5px rgba(255, 255, 255, .25);
}

#rate {
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 15px;
}

footer span {
  padding: 0 10px;
}

footer {
  margin: 0 auto;
  max-width: 900px;
}

footer p {
  font-size: 13px;
  margin-bottom: 35px;
}

#mainView {
  background: #000;
}
