body {
  padding: 0;
  margin: 0;
  font-family: Georgia;
  font-size: 15px;
  color: #333;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

img{
  border:none;
}

a img {
	border: 0 none;
	}

a {
  color: #6C3539;
}

.left {
  float: left;
}

.fb{
  position:absolute;
  top:10px;
  left:890px;
}

#xbg {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
}

#balloon {
  position: absolute;
  z-index: -1;
}

#bg {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#header {
  padding: 104px 134px 50px 134px;
  overflow: hidden;
}

#logo {
  width: 340px;
  height: 131px;
  display: block;
  text-indent: -9999px;
  background-image: url(../images/logo.png);
}

#buy {
  margin-top: 17px;
  margin-left: 125px;
}

#buy #appstore {
  margin-left: 57px;
}

#buy #desura {
  display: block;
  margin-top: 30px;
}

#nav {
  clear: both;
  padding-top: 57px;
}

#nav .nav-item {
  display: block;
  float: left;
  margin-right: 40px;
}

#nav #nav-story {
  
}

#main {
  clear: both;
  overflow:hidden;
  margin: 0 134px 104px 134px;
  padding: 25px;
  max-width: 790px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
}

#main h1 {
  margin-top: 0;
}

.swiper-container {
  margin-left: 23px;
  margin-bottom: 27px;
  width: 325px;
	height: 226px;
  overflow: visible!important;
}

.swiper-slide {
  width: 302px;
	height: 226px;
}

.q {
  font-weight: bold;
}

.a {
  margin-bottom: 28px;
}

#social {
  position: absolute;
  top: 30px;
  left: 890px;
}

#social imgx:first {
  margin-left: 10px;
}

#purchase {
  position: absolute;
  left: 600px;
  top: 115px;
  width: 370px;
  height: 125px;
}

@media screen and (max-width: 320px) {
  #header {
    zoom: 0.75; -moz-transform: scale(0.75);
  }
  
  #social {
    top: 145px;
  }
  
  #purchase {
    zoom: 0.83; -moz-transform: scale(0.83);
  }
}

@media screen and (max-width: 1000px) {
  #header {
    padding: 10px;
    background-size: 100%;
  }
  
  #header #logo {
    margin: 0 auto 20px auto;
    float: none;
  }
  
  #nav {
    padding-top: 20px;
  }
  
  #social {
    left: auto;
    right: 10px;
    width: 35px;
    text-align: center;
  }
  
  #social img {
    margin-bottom: 10px;
  }
  
  .swiper-container {
    float: left;
    margin-left: 10px;
    clear: both;
  }
  
  #main {
    margin: 0 10px 10px 10px;
    padding: 10px;
  }
  
  #purchase {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 20px 10px;
  }

}