*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body{
	height: auto;
}
body{
	margin: 0;
	padding: 0;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	background: url('../img/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
}
img{
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
p{
	margin: 0;
}
.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
}
.clearfix:after{
	clear: both;
}
#wrapper{
	padding: 15px;
	height: auto;
}
.box-content-wrapper{
	margin: 0 auto;
	width: 800px;
	margin-top:50px;
}
@media (min-width: 800px){
	/*.box-content-wrapper{
		position: absolute;
		top: 50%;
		left: 50%;
		right: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}*/
}
.box-content-container{
	padding: 20px;
	border-radius: 10px;
	background: url(../img/bg_box.png) repeat;
	text-align: center;
}
.box-fb-comments{
	background: #FFF;
	clear: both;
	margin-top:20px;
}
.iphone{
	float: left;
	margin-right: 48px;
}
.description_title{
	overflow: hidden;
	text-align: center;
	color:#fff;
}
.dmca{
  overflow: hidden;
	text-align: center;
	color:#fff;
}
.description{
	overflow: hidden;
	text-align: left;
	color:#fff;
}

.description_title h1{
	font-size: 3.5em;
	margin: -8px 0 10px;
	color: #fdff34;
	line-height: 1.2;
	text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.description_title h1 a{
	margin: -8px 0 10px;
	color: #fff;
	line-height: 1.2;
	text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	text-decoration: none;
}
.download{
	margin-top: 20px;
	text-align: center;
}
.download > a{
	display: inline-block;
	margin: 0 10px 20px;
}
/*
.download img{
	border-radius: 5px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}*/

.qc-android
{
	clear: both;
	float: right;
	margin-right: 27px !important;
}

.twitter
{
	margin-top:10px;
}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}

.download > a
{
	text-decoration: none;
}
.download > a span.version
{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
}


.download .row
{
	clear: both;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}	

.download .row .left
{
	float:left;
}

.download .row .right
{
	float: left;
	text-align: left;
	margin-left: 20px;
}

.download .row ul.mirror-link
{
	text-align: left;
	padding: 0px;
}

.download .row ul.mirror-link li
{
	float: left;
	list-style: none;
	padding-right: 10px;
}

.download .row ul.mirror-link li a
{
	text-decoration: none;
	color: #FFF;
}


.guide {
    clear: both;
    text-align: left;
}

.guide ul {
    padding: 0px;
    margin-top: 20px;
}

.guide ul li {
    display: block;
    margin: 5px 0px;
}


.get-code {
    margin: 20px 0px;
}

.get-code a {
    background-color: green;
    color: #FFF;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}

.get-code .current_code {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
}

.get-code .current_code span.code {
    color: #FF0000;
}

.get-code button.btn {
    height: 30px;
    width: inherit;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.get-code button.btn img {
    width: inherit;
    height: 100%;
    display: inline-block;
}

@media (max-width: 800px){
	html, body{
		height: auto;
	}
	#wrapper{
		height: auto;
	}
	.box-content-wrapper{
		width: 90%;
	}
	.iphone{
		float: none;
		margin: 0 0 30px;
	}
}

@media (max-width: 320px){
	
	.download .row .right {
		padding-top: 10px;
	}
}