.wrap {
    min-height: auto !important;
}

.wrap > .container {
	width: 100% !important;
    padding: 0 !important;
}

.carousel {
	display: none;
}

.download {
	height: 1200px;
	/*background: url(../img/download.jpg) center top / cover #f6f6f6 no-repeat;*/
}

@media (max-width: 415px) {
	.download {
		height: 500px;
	}
	
	.download .container {
		padding-right: 0;
		padding-left: 0;
	}
}

.download-content {
	margin-top: 15%;
  padding-left: 8%;
}

.download-content h1 {
  font-size: 31px;
  line-height: 1.5;
  font-weight: normal;
  color: #be6737;
  text-align: left;
  letter-spacing: 3px;
}

.download-content .float-left {
  margin: 35px 50px 0 0;
}

.download-content .qr-code {
  width: 148px;
  height: 148px;
  margin: 0 auto;
  background: url(../img/android-c1.png) 0 0 #fff no-repeat;
  background-size: 100% 100%;
  border: 10px solid #fff;
}

.download-content .qr-code2 {
  background: url(../img/android-pad1.png) 0 0 #fff no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 415px) {
  .download-content h1 {
    text-align: center;
  }
  
  .download-content .float-left {
    width: 48%;
    margin: 30px 2% 0 0;
  }
  
  .download-content .qr-code {
    width: 130px;
    height: 130px;
  }
}

.download-content .float-left p {
  max-width: 150px;	
  margin: 15px auto;
  font-size: 15px;
  color: #333;
}