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,center,dl,dt,dd,ol,ul,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%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 160px;
	height: 600px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#unclick {
    position: absolute;
    width: 80px;
    height: 60px;
    z-index: 800;
}
#logo {
	position: absolute;
	width: 220px;
	height: 124px;
	left: -29px;
	top: -36px;
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	background-size: cover;
}
#title {
	position: absolute;
	width: 160px;
	left: 0;
	top: 40px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 27px;
	font-weight: 400;
	color: #31353b;
	text-align: center;
	opacity: 0;
}
#banner .text {
	position: absolute;
	width: 160px;
	text-align: center;
	opacity: 0;
}
#text1 {
	top: 77px;
	left: 160px;
	font-size: 16px;
	font-weight: 400;
	color: #31353b;
	letter-spacing: 0.2px;
}
#text2 {
	top: 96px;
	left: -160px;
	font-size: 42px;
	font-weight: 700;
	color: #08c177;
}
#text3 {
	top: 145px;
	left: 160px;
	font-size: 16px;
	font-weight: 600;
	color: #31353b;
}
#text4 {
	top: 164px;
	left: -160px;
	font-size: 16px;
	font-weight: 600;
	color: #31353b;
}
#text5 {
	top: 197px;
	left: 0;
	font-size: 15px;
	font-weight: 400;
	color: #666667;
	letter-spacing: 0.2px;
}
#banner .navarrow {
	position: absolute;
	width: 160px;
	height: 13px;
	left: 0;
	opacity: 0;
}
#banner .navarrow .icon {
	position: absolute;
	top: 3px;
	left: 74px;
}
#navarrowup {
	top: 215px;
}
#navarrowdown {
	top: 490px;
}
#navarrowup .icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #08c177 transparent;
}
#navarrowdown .icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #08c177 transparent transparent transparent;
}
#navarrowup:hover .icon {
	border-color: transparent transparent #0cda9b transparent;
}
#navarrowdown:hover .icon {
	border-color: #0cda9b transparent transparent transparent;
}
#ccontainer {
	position: absolute;
	width: 160px;
	height: 267px;
	left: 0;
	top: 226px;
	overflow: hidden;
	z-index: 500;
    pointer-events: none;
    opacity: 0;
}
#ccwhiteover {
    position: absolute;
    width: inherit;
    height: inherit;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 800;
    pointer-events: none;
}
#ccwhiteover2 {
    position: absolute;
    width: inherit;
    height: inherit;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    z-index: 800;
    pointer-events: none;
}
#cmovable {
	position: relative;
	top: 118px;
}
#ccontainer .crow {
	position: relative;
	width: 588px;
	height: 30px;
	left: -130px;
	padding-bottom: 9px;
}
#ccontainer .crow .ccol {
	float: left;
	width: 84px;
	height: 30px;
	line-height: 30px;
	font-size: 23px;
    color: #666;
	text-align: center;
    pointer-events: all;
    opacity: 0;
}
#ccontainer .crow .ccol:hover {
	color: #08c177;
}
#cta {
	position: absolute;
	width: 150px;
	height: 54px;
	left: 5px;
	bottom: 36px;
	background-color: #2f86d4;
	border-radius: 4px;
	color: #fff;
	overflow: hidden;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 54px;
	opacity: 0;
}
#cta .ctatopbg {
	position: absolute;
	width: inherit;
	height: 55px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#cta .ctatext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cta .shine {
	position: absolute;
	width: 275px;
	height: 77px;
	left: -300px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#terms {
	position: absolute;
	width: 160px;
	height: 24px;
	bottom: 3px;
	line-height: 12px;
	left: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #333;
	opacity: 0.4;
	letter-spacing: 0.1px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}