@font-face {
	font-family: 'source sans pro';
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype'); /* IE9 Compat Modes */
}
.fade {
	animation: fade linear 2.5s;
	animation-iteration-count: 1;
	-webkit-animation: fade linear 2.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation: fade linear 2.5s;
	-moz-animation-iteration-count: 1;
	-o-animation: fade linear 2.5s;
	-o-animation-iteration-count: 1;
	-ms-animation: fade linear 2.5s;
	-ms-animation-iteration-count: 1;
}
.fade2 {
	visibility:visible !important;
	animation: fade2 linear 3.5s;
	animation-iteration-count: 1;
	-webkit-animation: fade2 linear 3.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation: fade2 linear 3.5s;
	-moz-animation-iteration-count: 1;
	-o-animation: fade2 linear 3.5s;
	-o-animation-iteration-count: 1;
	-ms-animation: fade2 linear 3.5s;
	-ms-animation-iteration-count: 1;
}
@-webkit-keyframes fade {
0% {
opacity: 0;
margin-top:0px;
}
80%{
	opacity:0;
	margin-top:0px;
}
100% {
opacity: 1;
margin-top:0px;
}
}
@-moz-keyframes fade {
0% {
opacity: 0;
margin-top:0px;
}
80%{
	opacity:0;
	margin-top:0px;
}
100% {
opacity: 1;
margin-top:0px;
}
}
@-o-keyframes fade {
0% {
opacity: 0;
margin-top:0px;
}
80%{
	opacity:0;
	margin-top:0px;
}
100% {
opacity: 1;
margin-top:0px;
}
}
@keyframes fade {
0% {
opacity: 0;
margin-top:0px;
}
80%{
	opacity:0;
	margin-top:0px;
}
100% {
opacity: 1;
margin-top:0px;
}
}

@-webkit-keyframes fade2 {
0% {
opacity: 0;
margin-top:0px;
}
80%{
	opacity:0;
	margin-top:0px;
}
100% {
opacity: 1;
margin-top:0px;
}
}
@-moz-keyframes fade2 {
0% {
opacity: 0;
margin-top:0px;
}
80%{
	opacity:0;
	margin-top:0px;
}
100% {
opacity: 1;
margin-top:0px;
}
}
@-o-keyframes fade2 {
0% {
opacity: 0;
margin-top:0px;
}
80%{
	opacity:0;
	margin-top:0px;
}
100% {
opacity: 1;
margin-top:0px;
}
}
@keyframes fade2 {
0% {
opacity: 0;
margin-top:0px;
}
80%{
	opacity:0;
	margin-top:0px;
}
100% {
opacity: 1;
margin-top:0px;
}
}



.scale {
	animation: scale linear 1.5s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: scale linear 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: scale linear 1.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: scale linear 1.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: scale linear 1.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}
 @keyframes scale {
 0% {
 transform:  scaleX(1.3) scaleY(1.3);
}
 100% {
 transform:  scaleX(1.00) scaleY(1.00);
}
}
 @-moz-keyframes scale {
 0% {
 -moz-transform:  scaleX(1.3) scaleY(1.3);
}
 100% {
 -moz-transform:  scaleX(1.00) scaleY(1.00);
}
}
 @-webkit-keyframes scale {
 0% {
 -webkit-transform:  scaleX(1.3) scaleY(1.3);
}
 100% {
 -webkit-transform:  scaleX(1.00) scaleY(1.00);
}
}
 @-o-keyframes scale {
 0% {
 -o-transform:  scaleX(1.3) scaleY(1.3);
}
 100% {
 -o-transform:  scaleX(1.00) scaleY(1.00);
}
}
 @-ms-keyframes scale {
 0% {
 -ms-transform:  scaleX(1.3) scaleY(1.3);
}
 100% {
 -ms-transform:  scaleX(1.00) scaleY(1.00);
}
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "rooney-web", sans-serif;
	font-size: 10px;
}
.container {
	width: 726px;
	height: 88px;
	border: 1px solid #666666;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.headercontainer{
	position:absolute;
	top:0px;
	left:180px;
	height:88px;
	display:table;
}
.container h1 {
	font-size: 27px;
	display:table-cell;
	/*position: absolute;*/
	width: 220px;
	color: #ffffff;
	vertical-align:middle;
	/*top: 60px;*/
	margin: 0px auto;
	line-height:30px;
	left: 0px;
	text-align: center;
	font-family: "rooney-web", sans-serif;
	font-weight: 100;
}
#otLogo {
	position: absolute;
	top: 26px;
	left: 18px;
}
#cta {
	position: absolute;
	width:110px;
	height:36px;
	top: 26px;
	right: 30px;
	display: block;
	text-align:center;
	line-height:36px;
	font-size: 14px;
	color: #ffffff;
	font-family: 'source sans pro', sans-serif;
	background-color: #da3743;
	border-radius: 5px;
	visibility:hidden;
}
.bgimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
