body{
	margin: 0;
	font-family:Century Gothic;
	height:100%;
}

.header {
	background-color: rgba(21, 101, 192, 0.8);
   /* opacity: 0.8; */
    width: 100%;
    height: 100px;
}
.header-logo {
	margin-left:10%;
	vertical-align: middle;
	line-height: 100px;
}
.header-logo .header-logo-img {
	display: inline-block;
}
.header-logo .header-logo-title {
	display: inline-block;
	margin-left: 30px;
}
.header-logo h1 {
	color: #FFF; 
	display: inline-block;
}
.carousel-conent{
	height:75%;
}

.my-carousel-caption-1{
	right: 5%; 
	left: 55%; 
	bottom: 470px;
}

.my-carousel-caption-2{
	right: 5%; 
	left: 55%; 
	bottom: 165px;
}
.download-btn{
	/* z-index: 100; */
    /* position: fixed; */
    /* left: 70%; */
    /* top: 60%; */
	text-align: center;
}
.download-btn h1{
	color: #FFF;
	font-size: 28px;
}
.download-btn img{
	width:180px;
}

.my-carousel-caption-1 .share{
	position: fixed;
	/* right: 270px; */
	/* bottom: 200px; */
	right: 400px;
	bottom: 350px;
}
.share .btn-share {
	list-style-type:none;
	display: inline-block;
}
.share .btn-share .share-item{
	display: inline-block;
	margin-left: 10px;

}
.btn-share .share-item img{
	width: 40px;
}
.footer {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    width: 100%;
    /* opacity: 0.3; */
    height: 50px;
	color: #fff;
}
.footer ul{ 
     list-style-type:none;
	 line-height: 50px;
	 text-align: center;
}

.footer ul li{
	display: inline-block;
	margin-left: 10%;
}

.app-info .info-item img{
	width: 30px;
}
.app-info .info-item a{
	color: #FFF;
}

.app-info .info-item a:hover{
	color: #FFF;
	text-decoration: none;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ff1744;
}

@media (max-width : 1823px) and (min-width : 1224px) {
	.my-carousel-caption-1 .share {
	 right: 270px;
     bottom: 200px; 
	}
	.my-carousel-caption-1 {
     bottom: 300px;
}
    .my-carousel-caption-2 {
     bottom: 85px;
}
}