html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
footer, menu, nav {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div {
  position: relative;
}

html,
body {
	width: 100%;
	/*height: 100%;*/
	height: 668px;
}

body {
	margin: 0;
	font-family: 'Nunito', Tahoma;
	background-image: url('../img/whitestatic.gif');
}

body div:nth-child(2) {
	padding: 0 0 0 510px;
}

h2 {
	margin: 0;
	padding-top: 10px;
}

.scroll {
	z-index: 999;

	width: 500px;
	height: 568px;

	overflow: none;
	overflow-x: auto;
	overflow-y: none;
	display: block;
	position: absolute;

/*	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
*/
	white-space: nowrap;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #EEE;
}

.scroll img {
	padding-right: 10px;
	height: 548px;
	width: auto;
}

#div-icons {
	position: fixed;
  left: 510px;
  bottom: 20px;
}

#div-appstore {
  position: fixed;
  right: 0px;
  bottom: 20px;
}

#div-desc {
	/*clear:both;*/
}

.hrbottom {
	position: fixed;
	right: 0;
	bottom: 65px;
	width: 290px;
	border: none;
	height: 2px;
	color: #EEE;
	background-color: #EEE;
}

@media only screen and (max-width: 480px) {
	h2 {
		width: 260px;
		margin: 0 auto;
		padding-top: 10px;
	}
	hr {
		width: 260px;
		margin: 10px auto;
	}
	.scroll {
		width: 260px;
		height: 455px;
		float: none;
		margin: 0 auto;
		position: relative;
	}
	body div:nth-child(2) {
		padding: 0;
	}
	.scroll img {
		padding-right: 10px;
		width: 260px;
		height: auto;
	}
	#div-icons {
		position: relative;
		left: inherit;
		bottom: 0px;
		width: 260px;
		margin: 0 auto;
		height: 0;
	}
	#div-appstore {
		width: 260px;
		margin: 0 auto 40px auto;
		text-align: right;
		position: relative;
		right: inherit;
		bottom: inherit;
	}
	#div-desc {
		width: 260px;
		margin: 0 auto;
		/*clear:both;*/
	}
	.hrbottom {
		width: 260px;
		margin: 20px auto;
		position: relative;
		right: inherit;
		bottom: inherit;
		border: none;
		height: 2px;
		color: #EEE;
		background-color: #EEE;
	}
}
