/* Website */
.header {
	margin-top: 20px;
  margin-bottom: 20px;
  height: 40px;
}

body {
	width: 100%;
	height: 100%;
	min-width: 720px;
	font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.4em;
	padding: 0;
	margin: 0;

  /* lulz, april fools */
	/* -webkit-transform: rotateY(180deg); */
}

#main {
	width: 100%;
	height: 100%;
	display: block;
}

.background {
	/* background: -moz-linear-gradient(top, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 72%, rgba(229,229,229,0.65) 100%); FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,0)), color-stop(72%,rgba(229,229,229,0)), color-stop(100%,rgba(229,229,229,0.65))); Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 72%,rgba(229,229,229,0.65) 100%); Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 72%,rgba(229,229,229,0.65) 100%); Opera 11.10+ */
	/* background: -ms-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 72%,rgba(229,229,229,0.65) 100%); IE10+ */
	/* background: linear-gradient(to bottom, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 72%,rgba(229,229,229,0.65) 100%); W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#a6e5e5e5',GradientType=0 ); IE6-9 */

  /* background: #FBFBFB !important; */
}

#content {
	position: relative;
	margin: 0;
	min-height: 680px;
	width: 100%;
	overflow: hidden;
}

/* Header */
#menubar {
	max-width: 1000px;
	min-width: 720px;
	height: 52px;
	position: relative;
	display: block;
	margin: 0 auto;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 24px;
}

#logo {
	position: relative;
	display: block;
	float: left;
	width: 188px;
	height: 100%;
	overflow: hidden;
}

#logo img {
	position: relative;
	display: block;
	float: left;
	padding-right: 20px;
	width: 52px;
	height: 52px;
	overflow: hidden;
}

#logo #name {
	position: relative;
	display: block;
	line-height: 52px;
	font-weight: 700;
}

#logo-background {
	height: 52px;
	width: 52px;
	position: absolute;
	overflow-x: scroll;
	top: 0px;
	left: 0px;
	background-color: #EA0007;
	overflow: hidden;

	-ms-overflow-style: none;

	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}

#logo-background::-webkit-scrollbar {
	display: none;
}

#logo-background-list {
	height: 52px;
	width: 1022px;
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
}

#logo-background .logo-cell {
	height: 52px;
	width: 52px;
	float: left;
	display: inline-block;
	list-style-type: none;
	padding-right: 0px;
	display: none;
}

#links {
	position: relative;
	display: block;
	float: right;
}

#links ul {
	margin: 0;
}

#links ul li {
	display: inline-block;
	list-style-type: none;
	line-height: 52px;
	padding: 0;
	margin-left: -4px;
}

#links ul li:before {
	content: "|";
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#links ul li:first-child:before {
	content: none;
}

#links ul li a {
	color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: 300;
}

/* Scroller */

.apps-wrapper {
	position: relative;
	display: block;
	height: 680px;
	opacity: 0.0;
}

.apps {
	height: 680px;
	min-width: 640px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.app {
	display: block;

	max-width: 1000px;
	min-width: 640px;
	height: 670px;
	margin: 0px auto;
}

.apppreview {
	position: relative;
	padding-right: 0px;
	padding-top: 0px;

	height: 580px;
	width: 945px;
	max-height: 580px;
	margin: 0px auto;
	top: 0px;

	background-image: none;
	background-position: 0px 0px;
}

.apppreview-aspectfit {
	position: relative;
	padding-right: 0px;
	padding-top: 0px;

	max-width: 945px;
	max-height: 580px;
	margin: 0px auto;
	top: 0px;

	background-image: none;
	background-position: 0px 0px;
	object-fit: scale-down;
}

.app .appinfo {
	display: block;

	padding-top: 0px;
	padding-left: 40px;
	min-width:100%;
	height: 80px;

	position: absolute;
	top: 600px;
	height: 420px;
	clear: both;
}

.app .title {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;

	font-weight: 800;
	font-size: 24px;
	max-width: 180px;
	float: left;
	height: 80px;
}

.app .description {
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
	top: 5px;
	height: 120px;
	left: 20px;
	display: inline-block;
	width: 74%;
	max-width: 820px;
}

.app .disclaimer {
	padding: 0;
	margin: 0;
	top: 0px;
	position: relative;

	font-size: 12px;
	color: #898989;
}

.app .appButtonList {
	padding: 0px;
	margin: 0px;
	width: 90px;
	height: 40px;
	display: block;
	top: 0px;
	width: 940px;
	position: absolute;
}

.app .appButtonList li {
	list-style: none;
	display: inline-block;
	float: right;
	padding-left: 6px;
}

#appswitcher {
	position: relative;
	max-width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	overflow-x: visible;
	text-align: justify;
}

#appswitcher ul {
	padding: 0;
	margin: 0;
	overflow: visible;
}

.filler {
	width: 100%;
	display: inline-block;
	height: 0;
}

.iconWrapper {
	position: relative;
	display: block;
	left: 2400px;
	overflow: hidden;
}

.icon {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	width: 80px;
	max-width: 80px;
	height: 100%;
	overflow: visible;
	margin-right: 0px;
}

.icon .iconMask {
	padding: 0;
	margin: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	overflow: hidden;

	/* Thanks to https://github.com/ColeTownsend/iOS-7-Icon-Template */
/*	background: url("radius.svg") no-repeat top left;
	background-size: contain;*/
	opacity: 0;
}

.icon .iconImage {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 80px;
	height: 80px;
}

.iconImage {
	/* border-radius */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.icon .selectedIndicator {
	width: 100%;
	height: 24px;
	opacity: 0;

	padding-top: 4px;

	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.icon .selectedIndicator .indicator {
	width: 10px;
	height: 10px;
	display: block;

	margin: 0 auto;

	background: #1D7AFF;
	border-radius: 50%;
}

.grayscale {
	filter: gray;
	-webkit-filter: grayscale(100%);

	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-ms-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
}

.nograyscale {
	filter: url("");
	-webkit-filter: grayscale(0%);
}

footer {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	min-width: 720px;
	height: 60px;
}

.appicon {
	border-radius: 20px;
}

#copyright {
	font-size: 14px;
}

.moveIn {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-moz-transition: left 0.5s ease-in-out;
	-o-transition: left 0.5s ease-in-out;
	-webkit-transition: left 0.5s ease-in-out;
	transition: left 0.5s ease-in-out
}