html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    font-family: "Open Sans", Arial;
    font-size: 100%;
    /* font-style: italic; */
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hide{display: none !important;}

#wrapper {
    background: #7bb6e0; /* Old browsers */
    background: -moz-linear-gradient(top, #7bb6e0 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bb6e0), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7bb6e0 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7bb6e0 0%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7bb6e0 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7bb6e0 0%,#ffffff 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb6e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #515151;
    min-height: 600px;
}

#moving-background {
    background:  url(cloud3.png) repeat-x top left;
    height: 430px;
    
}

#last-layer, #bottom-layer, #top-layer {
    display: block;
}

#last-layer {
    width: 740px;
    height: 400px;
    z-index: 80;
    left: 30%;
}

#last-layer img {
    margin-top: -30px;
}

#bottom-layer {
    width: 650px;
    height: 400px;
    z-index: 90;
    top: 50px;
    left: 30%;
}

#top-layer {
    width: 460px;
    height: 400px;
    z-index: 100;
    left: 40%;
    top: 0px;
}

#parallax {
   position:relative; 
   overflow:hidden;
   width: 100%;
   height: 600px;
   z-index: 900;
   margin: 0px auto;
}

.parallax-viewport {
    position: relative;
    overflow: hidden;
}

.parallax-layer {
    position: absolute;
}
.main{
  position: absolute;
  z-index:1000;
  top:60px;
  left:0;
  width:100%;
}
.container{
  text-align: center;
  width:100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mc-img{
  width: 100%;display: block;
}
#servInfo{
  box-sizing: border-box;
  position: absolute;
  z-index: 99999;
  top: 0; 
  padding: 0 10px;
  width:100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255,255,255,0.3);
  text-align: center;
}
#servInfo a{
  color:#1a86e3;
}
#servInfo a:hover{
  color:#ff0000;
}
#servInfo a:active{
  color:#aa3300;
}
.showInPhone{display:none}
.players{display: inline;}
.players div{display: inline;padding:0 5px;}
@media screen and (max-width:1024px){
  .showInPc{display:none}
  .showInPhone{display:inline}
  .players{
    display: block;
    width:200px;
    margin: 10px auto;
    padding: 5px;
    text-align:left;
    background-color: #e2f5fc;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
  .players div{display: block;line-height: 25px;}
  .hidePlayers{display:none !important;}
}
.card{
  border:1px solid #e8e8e8;
  width:150px;
  height:120px;
  display: inline-block;
  margin: 5px;
}
.card img{
  width:150px;
  height:85px;
  display:block;
}
.card a{
  color:rgba(0,0,0,0.5);
  text-decoration: none;
}
.cardTitle{
  font-size: 18px;
  color:rgba(0,0,0,0.5);
  padding: 4px 10px;
  line-height:normal;
  text-align: center;
}
.foot{height: 50px;}