@charset "utf-8";
/*===============================================================================

        Eric Meyer Reset CSS

================================================================================*/



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;
}
/* HTML5 display-role reset for older browsers */

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;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
}
/*a:hover{text-decoration:underline;}*/

html {
	-webkit-text-size-adjust: 100%;
}
:focus {
	outline: none;
}
*, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
strong {
	font-weight: bold;
}
body {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
}
#adBanner {
	width: 468px;
	height: 60px;
	margin: auto;
	overflow: hidden;
	position: relative;
	background: #890c58;
	border: 1px solid #890d59;
}
.slide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}
.img-container {
	overflow: hidden;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	width: 171px;
}
.img-container img {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.img-container img {
	display: block;
	width: 100%;
}
.text-container {
	overflow: hidden;
	position: absolute;
	    left: 178px;
	bottom: 4px;
	right: 0px;
	padding: 0px 0 0 0;
}
.bounce {
	opacity: 0;
	transition: all .6s ease .5s;
	-webkit-transition: all .6s ease .5s;
	text-align: center;
}
#slide-2 .bounce {
	position: absolute;
	left: 21px;
	top: 237px;
}
#slide-3 .bounce ,#slide-2 .bounce{
	position: absolute;
	 left: 143px;

	top: 1px;
}
.space{margin-bottom:4px;}
#slide-3  .text-container,#slide-2 .text-container{left:206px;}
#slide-4 .bounce {
    text-align: right;
    margin-top: -21px;
    padding-top: 0;
    float: left;
    width: 100px;
    margin-left: 40px;
}
#slide-2{position:relative;}
#slide-4 .bounce img {
	width: auto;
	display: inline;
}
.#slide-4 .text-container {
    left:auto;
    right:28px;
	bottom:3px;
}

#slide-4 .text-container p:nth-child(1){font-size:18px;}
#slide-5 .bounce {
	padding-top: 81px;
}
#slide-5 .img-container {
	width:202px;
	bottom: 0;
}
#slide-5 .text-container {
    left: 213px;
    bottom: auto;
    top: 51%;
    transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
}
#slide-5 .text-container p{font-size:18px;}
.arrow {
	position: absolute;
	width: 8px;
	height: 14px;
	background: url(arrow.png) no-repeat;
	right: 8px;
    bottom: 21px;
}
.text-container p {
	white-space: nowrap;
	width: 0px;
	overflow: hidden;
	transition: all 1.8s ease .8s;
	-webkit-transition: all 1.8s ease .8s;
	line-height:1.3;
}
.slide.active {
	visibility: visible;
	opacity: 1;
}
.slide.active .img-container img, .slide.active .img-container {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.active .text-container p {
	width: 100%;
}
#slide-1 .text-container p:nth-child(2) {
	transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
}
#slide-1 .text-container p:nth-child(3) {
	transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
}
#slide-1 .text-container p:nth-child(4) {
	transition-delay: 2.8s;
	-webkit-transition-delay: 2.8s;
}
#slide-2 .text-container p:nth-child(1) {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}
#slide-2 .text-container p:nth-child(2) {
	transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;
}
#slide-2 .text-container p:nth-child(3) {
	transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s;
}
#slide-2 .text-container p:nth-child(4) {
	transition-delay: 2.2s;
	-webkit-transition-delay: 2.2s;
}
#slide-3 .text-container p:nth-child(1) {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}
#slide-3 .text-container p:nth-child(2) {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}
#slide-3 .text-container p:nth-child(3) {
	transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
}
#slide-3 .text-container p:nth-child(4) {
	transition-delay: 2.3s;
	-webkit-transition-delay: 2.3s;
}
#slide-4 .text-container p:nth-child(1) {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}
#slide-4 .text-container p:nth-child(2) {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}
#slide-4 .text-container p:nth-child(3) {
	transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
}
#slide-5 .text-container p:nth-child(1) {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}
#slide-5 .text-container p:nth-child(2) {
	transition-delay: .8s;
	-webkit-transition-delay: .8s;
}
.active .bounce {
	opacity: 1;
	animation: zoom 6.0s ease-in-out 0s forwards 1;
	-webkit-animation-name: zoom;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 6.0s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-ms-animation: zoom 6.0s ease-in-out 0s forwards 1;
}
 @keyframes zoom {
 0% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
 25% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
 30% {
 transform: scale(0.65);
 -webkit-transform: scale(0.65);
}
 36% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
 42% {
 transform: scale(0.75);
 -webkit-transform: scale(0.75);
}
 48% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
 54% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
 100% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
 @-webkit-keyframes zoom {
 0% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
 25% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
 30% {
 transform: scale(0.65);
 -webkit-transform: scale(0.65);
}
 36% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
 42% {
 transform: scale(0.75);
 -webkit-transform: scale(0.75);
}
 48% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
 54% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
 100% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
#adBanner .arrow {
	animation: .8s ease-in-out 0s forwards infinite back_forward;
	-webkit-animation-name: back_forward;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: .8s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	-ms-animation: .8s ease-in-out 0s forwards infinite back_forward;
}
 @keyframes back_forward {
 0% {
 right: 8px;
}
 38% {
 right: 5px;
}
 40% {
 right: 5px;
}
 90% {
 right: 8px;
}
 100% {
 right:8px;
}
}
 @-webkit-keyframes back_forward {
 0% {
 right: 8px;
}
 38% {
 right: 5px;
}
 40% {
 right: 5px;
}
 90% {
 right: 8px;
}
 100% {
 right:8px;
}
}
