html, body, div, form, fieldset, legend, label { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
img { border: 0; }


body {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bold {
	font-family: 'Roboto', san-serif;
	font-size: 28px;
}

.slab {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #97d700;
	line-height: 1.2;
	margin-top: 15px;
}

sup {
	font-size: 7px;
	vertical-align: top;
	line-height: 1.8;
}

#ban {
	width:300px;
	height:250px;
	background-color:#FFF;
	overflow: hidden;
	position: relative;
}

#ban-link {
	display:block;
	position: absolute;
	width:298px;
	height:248px;
	cursor: pointer;
	top:0;
	left:0;
	z-index:40;
	border:1px solid #b6b6b6;
}

#zig {
	background-image: url('../imgs/bh-zig.png');
	width: 272px;
	height: 50px;
	width: 0px;
	position:absolute;
	top: 10px;
	left: 15px;
}

#logo-container {
	position: absolute;
	bottom: 6px;
	left: 10px;
	/*opacity: 0;*/
}

#logo-text {
	background-image: url('../imgs/logo-text.png');
	width: 69px;
	height: 27px;
	display: inline-block;
	opacity:0;
}

#logo-rays-container {
	width: 27px;
	height: 23px;
	position: relative;
	overflow:hidden;
	display: inline-block;
	top: -12px;
}

.ray {
	position: absolute;
	transform: rotate(90deg) scale(2);
	transform-origin: bottom left;
}

.text-container {
	overflow: hidden;
	height: 28px;
}

#text-container1 {
	position: absolute;;
	margin-left: 12px;
  margin-top: 102px;
	line-height: 1;
}

#tc1-text4 {
	margin-top: 25px;
	width: 90%;
}

#text-container2 {
	position: absolute;;
	left: 20px;
	top: 20px;
	line-height: 1;
}

#text-container2 .text-container {
	height: 39px;
}

#text-container2 .bold {
	font-size: 37px;
}

.text1 {
	color: #00b0b9;
}

.text1b {
	color: #00b88e;
}

.text2 {
	color: #45c164;
}

.text3 {
	color: #98d52d;
}

.tc1-bold {
	/*opacity: 0;*/
	transform:translateY(40px)
}

#tc1-slab-container {
	width: 90%;
	position:absolute;
	top: 5px;
	margin-top: 0;
}

#tc2-slab-container {
	width: 100%;
	margin-top: 5px;
}

.text-container-slab {
	overflow:hidden;
	height: 19px;
}

.tc1-slab {
	transform: translateY(19px);
}

#tc1-text4 {
	color: #96c858;
	line-height: 1.2;
}

.tc2-bold {
	transform: translateY(36px);
}

#tc2-slab {
	transform: translateY(19px);
	font-size: 14px;
}

#cta {
  opacity: 0;
	font-size: 11px;
	width: 130px;
	height: 25px;
	background-color: #97d700;
	color: white;
  position:absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	text-align: center;
	line-height: 2.3;
}
