/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	min-width: 320px;
	background: #fff;
	font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	display: inline-block;
}

p {
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	color: #333;
}

#wrapper {
	width: 970px;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

#ad {
	width: 100%;
	height: 100%;
	position: absolute;
}

.body {
	margin: 0 !important;
}

.frame-1 .text {
	position: absolute;
	top: 34px;
	left: 38px;
}

.frame-1 .text-2 {
	position: absolute;
	top: 88px;
	width: 200px;
}

.frame-1 .text-2 img:nth-child(1) {
	position: absolute;
	top: 12px;
	left: 40px;
	-webkit-animation: text1 10s cubic-bezier(.455, .03, .515, .955) forwards;
	animation: text1 10s cubic-bezier(.455, .03, .515, .955) forwards;
}

.frame-1 .text-2 img:nth-child(2) {
	position: absolute;
	top: 12px;
	left: 189px;
	opacity: 0;
	-webkit-animation: text1 10s cubic-bezier(.455, .03, .515, .955) forwards .1s;
	animation: text1 10s cubic-bezier(.455, .03, .515, .955) forwards .1s;
}

.frame-1 .text-2 img:nth-child(3) {
	position: absolute;
	top: 12px;
	left: 268px;
	opacity: 0;
	-webkit-animation: text1 10s cubic-bezier(.455, .03, .515, .955) forwards .2s;
	animation: text1 10s cubic-bezier(.455, .03, .515, .955) forwards .2s;
}

.frame-1 .text-2 img:nth-child(4) {
	position: absolute;
	top: 15px;
	left: 358px;
	opacity: 0;
	-webkit-animation: text1 10s cubic-bezier(.455, .03, .515, .955) forwards .3s;
	animation: text1 10s cubic-bezier(.455, .03, .515, .955) forwards .3s;
}

.frame-1 .text-3 img:nth-child(1) {
	position: absolute;
	top: 143px;
	left: 37px;
	opacity: 0;
	opacity: 0;
	-webkit-animation: text2 10s cubic-bezier(.455, .03, .515, .955) forwards 1s;
	animation: text2 10s cubic-bezier(.455, .03, .515, .955) forwards 1s;
}

.frame-1 .text-3 img:nth-child(2) {
	position: absolute;
	top: 142px;
	left: 134px;
	opacity: 0;
	-webkit-animation: text2 10s cubic-bezier(.455, .03, .515, .955) forwards 1.1s;
	animation: text2 10s cubic-bezier(.455, .03, .515, .955) forwards 1.1s;
}

.frame-1 .footer {
	position: absolute;
	background: #1800ff;
	top: 0;
	right: 0;
	height: 300px;
	width: 183px;
}

.frame-1 .footer .btn {
	position: absolute;
	top: 65px;
	left: 33px;
	width: 121px;
	height: 33px;
	background: white;
	border-radius: 6px;
	padding: 7px 0 0 18px;
}

.frame-1 .footer .small-text {
	position: absolute;
	top: 226px;
	left: 33px;
}

.frame-1 .footer .logo {
	position: absolute;
	top: 125px;
	left: 33px;
	width: 117px;
}

@-webkit-keyframes text1 {
	0%,
	1% {
		opacity: 0;
		-webkit-transform: translateX(35px);
		transform: translateX(35px);
	}

	3%,
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes text1 {
	0%,
	1% {
		opacity: 0;
		-webkit-transform: translateX(35px);
		transform: translateX(35px);
	}

	3%,
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes text2 {
	0%,
	1% {
		opacity: 0;
		-webkit-transform: translateY(35px);
		transform: translateY(35px);
	}

	3%,
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes text2 {
	0%,
	1% {
		opacity: 0;
		-webkit-transform: translateY(35px);
		transform: translateY(35px);
	}

	3%,
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
