html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:inherit;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
}


body
{
	line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section

{
	display:block;
}

nav ul
{
	list-style:none;
}

blockquote, q
{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content:'';
	content:none;
}

a
{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


a:link
{
	color: #666666;
	text-decoration: none;
}

a:active
{
	color: #B73045;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #B73045;
	text-decoration: none;
}

/* change colours to suit your needs */
ins
{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark
{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del
{
	text-decoration: line-through;
}

abbr[title], dfn[title]
{
	border-bottom:1px dotted;
	cursor:help;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr
{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select
{
	vertical-align:middle;
}

/* ========== reset css end ========== */



















/* Banner */
.outerBanner
{
	width: 100%;
	height: 600px;
	background-color: #262626;
	position: relative;
}


.bannerBG
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: url("../../images/banner_bg_galaxy_b.png") no-repeat;
	background-size: cover;
	text-align: center;
}

.bannerContainer
{
	width: 100%;
	height: 100%;
	max-width: 960px;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.bannerImage
{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}

.bannerImage img
{
	max-width: 90%;
	max-height: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 30px;
}

.bannerImage p
{
	font-family: 'Avenir-Medium';
	color: #fff;
	font-size: 30px;
  	padding-top: 20px;
	cursor: default;
}

.logo
{
	width: 50px;
	height: auto;
	margin-top: 20px;
	margin-left: 5%;
	float: left;
}

.logo img
{
	height: 50px;
}

.app_name
{
	width:200px;
	margin-top:25px;
	margin-left:10px;
	color:#fff;
	float:left;
}

.app_name span
{
	font-family: 'SegoeUISemiBold','Avenir-Medium';
	font-weight: 100;
	font-size: 1.5em;
	line-height: 1.5em;
}

.app_store
{
	width:165px;
	height:auto;
	float: right;
	margin-right: auto;
	margin-top: 20px;
	margin-right: 5%;
	z-index: 999;
}

.app_store img
{
	margin: auto;
	width: 165px;
}







@media only screen
and (min-width : 320px)
and (max-width : 568px)
{
	a.icon img {
		width: 24px;
		height: 18px;
		background-size: 80%;
		margin-top: 8px;
	}

	/* Banner */
	.outerBanner
	{
		width: 100%;
		height: 500px;
		background-color: #fafafa;
		position: relative;
	}


	.bannerBG
	{
		width: 100%;
		height: 100%;
		position: absolute;
		background: url("../../images/banner_bg_galaxy.png") no-repeat;
		background-size: cover;
	}

	.bannerContainer
	{
		width: 100%;
		height: 100%;
		max-width: 960px;
		max-height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.bannerImage
	{
		width: 100%;
		height: 100%;
		position: relative;
	}

	.bannerImage img
	{
		max-width: 100%;
		max-height: 100%;
		height: auto;
		position: absolute;
		top: -30;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.logo
	{
		width: 34px;
	}

	.logo img
	{
		height: 34px;
	}

	.app_name
	{
		width: 160px;
		margin-top: 18px;
		color: #fff;
	}

	.app_store
	{
		width:125px;
	}

	.app_store img
	{
		width:100%;
	}
}


@media only screen
and (min-width : 512px)
and (max-width : 768px)
{
	.outerBanner
	{
		height: 500px;
	}

	.app_store, .app_store img
	{
		width: 165px;
	}

}