#scroll-to-top {
	bottom: 60px !important
}
#show-app {
	background: url(//www.mediamarkt.gr/static/images/app-buttons.png) no-repeat scroll 0 0 rgba(0,0,0,0);
	width: 6px;
	border: none;
	height: 6px;
	padding: 38px 0 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 1 !important;
	right: 12px;
	bottom: 110px;
	position: fixed;
	padding: 16px;
	text-indent: -9999px;
	color: #838383;
	outline: none;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 999;
	cursor:pointer;
}
#show-app:hover {
	background-position: 0 -38px;
}
#show-app.state-visible {
	visibility: visible;
}
#download-app {
	display: none;
	width: 100px;
	padding: 10px;
	height: 230px;
	position: fixed;
	bottom: 65px;
	right: 60px;
	border: 1px solid #DDD;
	background: #FFF;
	z-index:999;
}
#download-app:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: stroke;
	border-left-color: #eee;
	border-width: 8px;
	margin-top: 54px;
}
#download-app h3 {
	color: #DF0000;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#download-app ul {
	padding-left: 0px !important;
}
#download-app ul li {
	float: left;
	width: 80px;
	height: 110px;
	margin-left: 10px;
	text-align: center;
}
