* {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	height: 100%;
	overflow: hidden;
	position: relative;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.28em;
	background:#000;
	height:100%;
	color:#d4c29f;
}
a {
	text-decoration:none;
	color:#d4c29f;
	webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
	outline:none;
	border:none;
}
img {
	border:none;
}
a:hover {
	color:#efe4d4;
	outline:none;
	border:none;
}
.mainpage {
	background-image:url(../images/banner_m.jpg);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	min-width: 1000px;
	min-height:500px;
	background-position:top;
	background-repeat:no-repeat;
	background-size: 100%;
	overflow: hidden;
}
#title {
	width:100%;
}
.logo_wrapper, .play_wrapper, .app_wrapper {
	width:100%;
}
.logo {
	height: 270px;
	width: 100%;
	background-image: url(../images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header {
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	z-index: 50;
}
.BtnContainer {
	text-align: center;
	position: absolute;
	width: 100%;
	min-width:700px;
	bottom: 50px;
	z-index: 50;
	min-width:700px;
}
.ios, .android,.amazon {
	width: 270px;
	display:inline-block;
	border:none;
	vertical-align:top;
	overflow: hidden;
}
.android {
	background-position:right top;
	width: 260px;
}
.ios {
	background-position:left top;
}
.qr {
	background: url(../images/qr.png) no-repeat;
	height: 170px;
	width: 260px;
}
.android .qr {
	background-position:right top;
}
.ios .qr {
	background-position:left top;
}
.androidBtn, .iosBtn, .amazonBtn {
	width: 250px;
	height:93px;
	display:inline-block;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background-position:bottom;
}
.androidBtn:hover, .iosBtn:hover, .amazonBtn:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.androidBtn{
	width: 238px;
	background: url(../images/Shop.png) no-repeat -286px 0;
}
.iosBtn {
	background: url(../images/Shop.png) no-repeat 0 0;
}
.iosBtn.no {
	background: url(../images/Shop_no.png) no-repeat 0 0;
}
.amazonBtn {
	background: url(../images/Shop.png) no-repeat -540px 0;
}
.amazonBtn.no  {
	background: url(../images/Shop_no.png) no-repeat -540px 0;
}
a.no{cursor:default 	}
.clear {
	clear:both;
	height:0px;
	width:100%
}
#quick_links {
	position: absolute;
	width: 200px;
	top: 22px;
	right: 10%;
	display:none;
}
#quick_links a {
	display: inline-block;
}
#quick_links a:hover {
	color:#fff;
}
#quick_links a.facebook, #quick_links a.twitter {
	height:34px;
	width:34px;
	background-image:url(../images/facebook.png);
	margin: 0 0 0 30px;
	vertical-align: middle;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#quick_links a.facebook:hover, #quick_links a.twitter:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#quick_links a.twitter {
	background-image:url(../images/twitter.png);
	left:135px;
}
#footer {
/*	background: url("../images/topbar_bg.png") repeat scroll 0 0 transparent;*/
	background-position: top center;
	position:absolute;
	bottom:10px;
	width: 100%;
	line-height: 24px;
	text-align: center;
}
.link, .copyright {
	text-align:center;
	margin:6px;
	color:#efe4d4;
}
.ca1_slide {
	background-image: url(../images/photo_player_bg.jpg);
	padding: 30px 0;
	display: none;
}
.downloadInfo {
	font-size:14px;
	color:#fff;
}
.alphaBg {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(0, 0, 0, .8);
	z-index: 60;
}
.video {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
    margin-left: -640px;
    margin-top: -360px;
	z-index: 999;
	height: 400px;
	width: 800px;
}
.closewin {
	height: 40px;
	width: 40px;
	float: right;
	border-radius: 50%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	display:none;
}
.play_wrapper{
	text-align:center;
	position: absolute;
    top: 40%;
	display:none;}
.btn {
	width: 120px;
	height: 120px;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	cursor: pointer;
	z-index:0;
	display: inline-block;
	background-position: center;
}
.btn:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.heroes{
	/* background:url(../images/heroes.png) no-repeat center center; */
	width: 1316px;
	height: 637px;
	background-size: cover;
	position:absolute;
	right:0px;
	bottom:0px;
	
	}
.heroes>img{display: block;animation: people 10s infinite linear;}
@keyframes people{
	0%{right: 0px;bottom: 0px;transform: scale(1);}
	50%{right: -10px;bottom: -10px;transform: scale(1.05);}
	100%{right: 0px;bottom: 0px;transform: scale(1);}
}

.flyer{
	width: 388px;
	height: 357px;
	position: absolute;
	right: 500px;
	display: block;
	top: 220px;
	/* animation: flyer 4s infinite linear; */
}
.flyer>img{display: block;animation: flyer 2s infinite linear;}
@keyframes flyer{
	0%{transform: scale(1);top: 120px;}
	50%{transform: scale(0.95);top: 150px;right: 450px;}
	100%{transform: scale(1);top: 120px;}
}

 @media screen and (max-width: 1280px) {
 .mainpage {
 background-image:url(../images/banner_s.jpg);
}
.logo {
background-image:url(../images/logo_s.png);
background-position:top center;
height: 190px;
}

.BtnContainer {
 bottom: 45px;
}
.btn {
 width: 80px;
 height: 80px;
 background-image: url(../images/play_s.png);
}
}
