html, body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}
img {
	border:0;
}

#top-container {
	background:#000 url(../images/top_bg.jpg) no-repeat center 0;
	height:150px;
	text-align:center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
 only screen and (min-device-pixel-ratio: 2) {
 	#top-container {
		background-image: url(../images/top_bg@2x.jpg);
		background-size:auto 150px;
 	}
}

#top-container .logo {
	margin-top:45px;
}
#top-container .text {
	color:#0a96c7;
	opacity: 0.8;
}

#main-container {
	height:700px;
	position:relative;
	overflow:hidden;
}

#nav-bar {
	height:170px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background-color:#f1f1f1;
	text-align:center;
}

#bottom-container {
	text-align:center;
	padding:20px 0;
	position:relative;
}
#bottom-container .content {
	width:995px;
	margin:auto;	
}
#bottom-container .buttons {
	float:right;
	text-align:right;
	overflow:hidden;
}
#bottom-container .buttons > div {
	display:inline-block;
	margin-left:2px;
	vertical-align: middle;
}

.app-content {
	position:absolute;
	width:945px;
	margin:50px 0 50px -472px;
	left:50%;
	top:0;
	overflow:hidden;
}

.app-content .title {
	color:#252525;
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	margin:45px 0 5px 0;
}

.app-content .description {
	color:#8a9299;
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	line-height:150%;
}

.app-content .social {
	margin:22px 0 0 0;
	padding:0;
	overflow:hidden;
}
.app-content.visual-left .social > li {
	list-style:none;
	float:right;
	margin:0;
}
.app-content.visual-right .social > li {
	list-style:none;
	float:left;
	margin:0;
}

.app-content .social li.pinit {
	width:95px !important;
	text-align:left;
}
.app-content.visual-left .social li.twitter {
	margin-right:20px;
}
.app-content.visual-right .social li.twitter {
	
}
.app-content.visual-right .social li.facebook {
	margin-right:20px;
}

.app-content.visual-left .content {
	text-align:right;
}

.app-content.visual-left .visual {
	float:left;
	text-align:left;
	margin:0 20px 0 0;
}
.app-content.visual-left .social {
	text-align:left;
}

.app-content.visual-right .content {
	text-align:left;
}

.app-content.visual-right .visual {
	float:right;
	text-align:right;
	margin:0 0 0 20px;
}

.app-content.visual-right .social {
	text-align:right;
}

.app-content .buttons {
	margin-top:30px;	
}
.appstore-button {
	display:inline-block;
	width:172px;
	height:59px;
	background:url(../images/button_appstore.png) no-repeat 0 0;
	text-align:left;
	text-indent: -99999px;
	cursor:pointer;
}

.appstore-button:active,
.appstore-button.active {
	background-image:url(../images/button_appstore_down.png);	
}

.comingsoon-button {
	display:inline-block;
	width:172px;
	height:59px;
	background:url(../images/button_comingsoon.png) no-repeat 0 0;
	text-align:left;
	text-indent: -99999px;
}

.movie-button {
	display:inline-block;
	width:66px;
	height:59px;
	background:url(../images/button_movie.png) no-repeat 0 0;
	text-align:left;
	text-indent: -99999px;
	cursor:pointer;
}

.movie-button:active,
.movie-button.active {
	background-image:url(../images/button_movie_down.png);	
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 only screen and (min-device-pixel-ratio: 2) {
	.appstore-button {
		background-image: url(../images/button_appstore@2x.png);
		background-size: 100%;
	}
	.appstore-button:active,
	.appstore-button.active {
		background-image: url(../images/button_appstore_down@2x.png);
		background-size: 100%;
	}
	.comingsoon-button {
		background-image: url(../images/button_comingsoon@2x.png);
		background-size: 100%;
	}
	.movie-button {
		background-image: url(../images/button_movie@2x.png);
		background-size: 100%;
	}
	.movie-button:active,
	.movie-button.active {
		background-image: url(../images/button_movie_down@2x.png);
		background-size: 100%;
	}
}

#nav-bar .content {
	display:inline-block;
	width:995px;
	text-align:center;
	margin-top:20px;
	overflow:hidden;
}

#nav-bar .left-arrow {
	float:left;
	margin-top:28px;
	vertical-align: top;
	cursor:pointer;
	width:24px;
}
#nav-bar .right-arrow {
	float:left;
	margin-top:28px;
	vertical-align: top;
	cursor:pointer;
	width:24px;
}
#nav-bar .icons-container {
	float:left;
	width:945px;
	height:130px;
	overflow:hidden;
	position:relative;
}

#nav-bar .icons-container ul {
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	margin:0;
	padding:0 10px;
	width:2000px;
}

#nav-bar .icons-container ul > li {
	float:left;
	list-style:none;	
	background-position:center 0;
	background-repeat:no-repeat;
	background-size:100px 100px;
	width:140px;
	height:35px;
	margin:0 22px;
	padding:115px 0 0 0;
	cursor:pointer;
}

#nav-bar .icons-container ul > li .title {
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	color:#464646;
}

#nav-bar .icons-container ul > li:hover .title {
	color:#1F1F1F;
}

#nav-bar .icons-container ul > li .description {
	color:#8a9299;
}

#movie-bg {
	position:absolute;
	left:0;
	top:0;
	background-color:#000;
	opacity:0.9;
	width:100%;
	bottom:0;
	z-index:1998;
}
#movie {
	position:absolute;
	background-color:#000;
	border:1px solid #000;
	width:640px;
	height:480px;
	padding:10px;
	left:50%;
	margin-left:-330px;
	top:240px;
	z-index:1999;
	box-shadow:0 2px 10px rgba(0,0,0,0.5);
}