@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
div {
	position: absolute;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

a:link { color:#0000EE; font-weight: bold; text-decoration: underline; cursor: pointer; }
a:visited { color:#0000EE; font-weight: bold; text-decoration: underline; cursor: pointer; }
a:hover { color:#333333; font-weight: bold; text-decoration: underline; cursor: pointer; }
a:active { color:#333333; font-weight: bold; text-decoration: underline; cursor: pointer; }

#bannerAd {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight:300;
	width:728px;
	height:90px;
	border:1px solid #333;
	overflow:hidden;
	backface-visibility:  hidden;
	display:block !important;
	position: relative;
	background: url(bg.png);
	box-sizing:border-box;
	cursor: pointer;
	margin: 0 auto;
}
#bannerAd * {
	animation-fill-mode: forwards !important;
}

#clickarea {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 90px;
	z-index: 1;
}
#logo {
	position: relative;
	width:145px;
	left: 5px;
	opacity: 0;
	z-index: 2;
	animation: fadeIn 1s linear 0s;
}
#glow{
	position: absolute;
	right: -10px;
	opacity:0.6;
	animation: fadeIn 3s linear 1s;
}
@keyframes fadeIn{
	to {opacity:1}	
}

#bug {
	position: absolute;
	top:22px;
	right:-130px;
	animation:bug 1s ease-out 1.2s;
	z-index: 99;
}
@keyframes bug{
	to {right:-10px;}	
}
#copy1,#copy2 {
	position: absolute;
	color: #69435a;
	font-size: 20px;
}
#copy1 {
	width:210px;
	left: -170px;
	top:10px;
	animation: copy1 1s cubic-bezier(.18,.89,.32,1.28) 3s;
}
#copy2 {
	top: 31px;
	right: -220px;
	/*! text-align: right; */
	width: 200px;
	animation: copy2 1s cubic-bezier(.18,.89,.32,1.28) 3s;
}
@keyframes copy1 {
	to {left:154px;}
}
@keyframes copy2 {
	to {right: 110px;}
}
#btn{
	position: absolute;
	top: 120px;
	left: 205px;
	color: white;
	font-weight: bold;
	animation: btn 0.5s ease-out 5s;
	font-size: 14px;
}
#btn div {
	position: absolute;
	top:3px;
	left:28px;
}
@keyframes btn {
	to {top:59px;}
}

@keyframes fadeout {
	from {opacity: 1;}
	to {opacity: 0;}
}

ul {
	margin-left: 10px;
}
.purple {color:#674559;}
#fpo {
	position: absolute;
	font-size: 54px;
	font-weight: bold;
	color: blue;
	letter-spacing: 5px;
	text-align: center;
	width: 90%;
	opacity: 0.4;
}

#ISIWrapper {
	position: absolute;
	height: 90px;
	bottom: 0px;
	right: 0;
	font-size: 11px;
	padding: 0px 6px;
	width: 30%;
	box-sizing: border-box;
	background: #fff;
	z-index:10;
}
.footer-logo {
	margin-top: 12px;
}

/* webkit hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 ul {
	margin-left: 14px;
	}
}
/*for screenshooting*/
.ss #scrollable {
	height: auto;
	background:#fff;
}
#bannerAd.ss  {
	overflow:visible;
}

/**/
#scrollable {
	left: 0;
	font-weight:400;
	height: 90px;
	padding: 0 16px 0 6px;
	overflow-y: scroll;
	z-index: 99;
	width: calc(100% - 22px);
}

#scrollable p { padding: 4px 0; }

#scrollable img {
	position: relative;
}
 #scrollable::-webkit-scrollbar {
 width:8px;
}
#scrollable::-webkit-scrollbar-thumb {
 background-color:#7b2b83;
}
#scrollable::-webkit-scrollbar-track {
 background-color:#cccccc;
}
#scrollable {
	scrollbar-base-color: #cccccc;
	scrollbar-face-color: #7b2b83;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
 border:0;
}
