/*! 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;
	vertical-align: top;
	display: inline-block;
}

p {
	margin: 0 0 1em;
}

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

#wrapper {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	display: inline-block;
	font-family: acier-bat-solid, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#ad,
.frame-1,
img,
p,
span,
.perspective {
	width: 100%;
	height: 100%;
	position: absolute;
}

.frame-1 {
	color: white;
	-webkit-perspective: 341px;
	perspective: 341px;
	-webkit-perspective-origin: 80px 147px;
	perspective-origin: 80px 147px;
}

.frame-1 .perspective {
	width: 409px;
	height: 467px;
	-webkit-transform: rotateX(62deg);
	transform: rotateX(62deg);
	top: 17px;
	left: -50px;
	overflow: hidden;
	border-radius: 27px;
}

.frame-1 p {
	top: 20px;
	left: -218px;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

.frame-1 img {
	top: 23px;
	left: 308px;
	width: 213px;
	height: auto;
}

.frame-1 .bg-image img {
	position: absolute;
	width: 733px;
	top: -315px;
	left: -2px;
	height: auto;
	-webkit-transform: rotateY(0) translateY(0);
	transform: rotateY(0) translateY(0);
}

.frame-1 .dots img {
	top: -85px;
	left: 109px;
	width: 501px;
	-webkit-animation: shapes-op 3s linear infinite;
	animation: shapes-op 3s linear infinite;
}

.frame-1 span {
	top: 35px;
	left: 581px;
	width: 124px;
	height: 27px;
	border-radius: 4px;
	font-size: 13px;
	padding: 0;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	text-shadow: 2px 2px 6px #010503;
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdf5bb 10%, #187901 66%);
	background: linear-gradient(to bottom, #f4f4f4 0%, #cdf5bb 10%, #187901 66%);
}

.frame-1 span:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.frame-1 .phones img:nth-child(1) {
	top: 378px;
	left: -16px;
	width: 194px;
	height: auto;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-animation: phone-1 10s ease-out forwards;
	animation: phone-1 10s ease-out forwards;
}

@-webkit-keyframes phone-1 {
	0%,
	17% {
		-webkit-transform: translateY(250px) rotate(-22deg);
		transform: translateY(250px) rotate(-22deg);
	}

	29%,
	100% {
		-webkit-transform: translateY(0) rotate(-22deg);
		transform: translateY(0) rotate(-22deg);
	}
}

@keyframes phone-1 {
	0%,
	17% {
		-webkit-transform: translateY(250px) rotate(-22deg);
		transform: translateY(250px) rotate(-22deg);
	}

	29%,
	100% {
		-webkit-transform: translateY(0) rotate(-22deg);
		transform: translateY(0) rotate(-22deg);
	}
}

@-webkit-keyframes shapes-op {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: .8;
	}
}

@keyframes shapes-op {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: .8;
	}
}
