html, body, a, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font-weight: 400;
	font-family: 'Adelle Sans Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    color: #000;
    background: #fff;
}
body {
    overflow-x: hidden;
}
a {
	color: #00a9ff;
	text-decoration: none;
}
.header {
    max-width: 1180px;
    height: 100px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.logo {
    width: 98px;
    position: absolute;
    top: 30px;
    left: 20px;
}
.buttons {
    height: 25px;
    position: absolute;
    right: 20px;
    top: 37px;
    z-index: 100;
}
.button-home,.button-mail,.button-video,.button-favorite {
    width: 30px;
    height: 25px;
    margin: 0 13px 0 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.button-favorite {
    margin: 0;
}
.button-home:hover,.button-mail:hover,.button-video:hover,.button-favorite:hover {
    opacity: .6;
}
.sticky {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #00a8ff;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.sticky-wrapper {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 0px;
}
.sticky-logo {
    width: 98px;
    height: 38px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.show-sticky {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.hide-sticky {
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.sticky-badge-appstore-small, .sticky-badge-googleplay-small, .sticky-badge-amazon-small {
    display: none;
}
.sticky-badge-appstore {
    display: inline-block;
    background: #333;
    position: relative;
    padding: 17px 15px 15px 15px;
    margin: 0 1px 0 0;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.sticky-badge-googleplay {
    display: inline-block;
    background: #333;
    position: relative;
    margin: 0 1px 0 0;
    padding: 17px 15px 15px 15px;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.sticky-badge-amazon {
    display: inline-block;
    background: #333;
    position: relative;
    padding: 17px 15px 15px 15px;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.sticky-badge-appstore:hover, .sticky-badge-googleplay:hover, .sticky-badge-amazon:hover {
    background: #555555;
}
.sticky-badge-appstore-small {
    background: #333;
    position: relative;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    margin: 0 1px 0 0;
    padding: 10px;
}
.sticky-badge-googleplay-small {
    background: #333;
    position: relative;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    margin: 0 1px 0 0;
    padding: 10px;
}
.sticky-badge-amazon-small {
    background: #333;
    position: relative;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    padding: 10px;
}
.sticky-download {
    width: 560px;
    padding: 4px 0 0 0;
    margin: 0 5px 0 60px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    text-align: right;
}
.sticky-download p {
    position: relative;
    top: -25px;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 16px;
}
.search-wrapper {
    position: absolute;
    top: 32px;
    left: 140px;
    width: 100%;
}
.search-button {
    width: 92px;
    height: 36px;
    background: #fff;
    color: #00a8ff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 0 0 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.search-button:hover {
    background: #333;
    color: #fff;
}
.search-field {
    width: 50%;
    height: 36px;
    border: 1px solid #fff;
    border-right: 0;
    color: #fff;
    padding: 0 0 0 7px;
    -webkit-transition: background 0.4s ease 0s;
    -moz-transition: background 0.4s ease 0s;
    -o-transition: background 0.4s ease 0s;
    -ms-transition: background 0.4s ease 0s;
    transition: background 0.4s ease 0s;
}
.search-field:focus {
    background: rgba(255, 255, 255, 0.2);
}
.slide-second, .slide-third {
    display: none;
}
.screen {
    position: absolute;
    bottom: -200px;
    right: -66px;
    z-index: 0;
    pointer-events: none;
    width: 63%;
}
.section-first {
    width: 100%;
    height: 810px;
    position: relative;
    z-index: 10;
    background: #00a8ff;
    background: -moz-radial-gradient(center, ellipse cover, #0dd1fe 1%, #0dd1fe 1%, #0097e0 120%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0dd1fe), color-stop(1%,#0dd1fe), color-stop(120%,#0097e0));
    background: -webkit-radial-gradient(center, ellipse cover, #0dd1fe 1%,#0dd1fe 1%,#0097e0 120%);
    background: -o-radial-gradient(center, ellipse cover, #0dd1fe 1%,#0dd1fe 1%,#0097e0 120%);
    background: -ms-radial-gradient(center, ellipse cover, #0dd1fe 1%,#0dd1fe 1%,#0097e0 120%);
    background: radial-gradient(ellipse at center, #0dd1fe 1%,#0dd1fe 1%,#0097e0 120%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0dd1fe', endColorstr='#0097e0',GradientType=1 );
}
.section-first-wrapper {
    max-width: 1180px;
    margin: 0 auto 0 auto;
    position: relative;
    top: 0px;
}
.title-wrapper {
    width: 500px;
    padding: 20px 0 40px 20px;
    margin: 30px 0 0 30px;
}
.title-corner {
    width: 30px;
    height: 30px;
    border-top: 4px solid rgba(255, 255, 255, .4);
    border-left: 4px solid rgba(255, 255, 255, .4);
    position: relative;
    margin: -30px 0 0 -30px;
}
.title {
    font-size: 20px;
    color: #fff;
}
.subtitle {
    padding: 20px 0 5px 0;
    font-size: 60px;
    color: #fff;
    font-family: 'Adelle Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.description {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0 40px 0 0;
}
.badge-appstore {
    display: inline-block;
    background: #333;
    position: relative;
    padding: 15px 15px 16px 15px;
    margin: 0 1px 0 0;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.badge-googleplay {
    display: inline-block;
    background: #333;
    position: relative;
    padding: 15px 15px 16px 15px;
    margin: 0 1px 0 0;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.badge-amazon {
    display: inline-block;
    background: #333;
    position: relative;
    padding: 15px 15px 16px 15px;
    margin: 0;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.badge-appstore:hover, .badge-googleplay:hover, .badge-amazon:hover {
    background: #555555;
}
.badge-image {
    width: 105px;
    height: 30px;
    display: block;
}
.download {
    width: 410px;
    height: 160px;
    padding: 40px 0 0 0;
    margin: 0 0 0 50px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
}
.download span {
	display: block;
	padding: 0 0 10px 0;
}
.section-second {
    width: 100%;
    height: 670px;
    position: relative;
    background: #fff;
}
.section-second-wrapper {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}
.iphone {
    position: absolute;
    top: 15px;
    left: 260px;
    width: 250px;
    height: 520px;
    -webkit-transform: translate3d(0,700px,0);
    -moz-transform: translate3d(0,700px,0);
    -ms-transform: translate3d(0,700px,0);
    -o-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
	background: transparent url('http://o.aolcdn.com/os/aolmail/iphone.png?v10') no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.android {
    position: absolute;
    top: -60px;
    left: -3px;
    width: 250px;
    height: 520px;
    z-index: 100;
    -webkit-transform: translate3d(0,700px,0);
    -moz-transform: translate3d(0,700px,0);
    -ms-transform: translate3d(0,700px,0);
    -o-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    background: transparent url('http://o.aolcdn.com/os/aolmail/android.png?v10') no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.android-screen-wrapper
{
	width: 206px;
	height: 364px;
	position: relative;
	left: 24px;
	top: 65px;
	overflow: hidden;
}

.iphone-screen-wrapper
{
	width: 190px;
	height: 336px;
	position: relative;
	left: 30px;
	top: 90px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.15);
}

.android-screens
{
	position: relative;
	display: block;
	width: 824px;
	height: 364px;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	transition: transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
}

.iphone-screens
{
	width: 764px;
	height: 338px;
	display: block;
	position: relative;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	transition: transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
}


.move-android {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
    transition: transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
}
.move-iphone {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
    -o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
    transition: transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
}
.section-second-title-wrapper {
    padding: 30px 0 40px 0;
    margin: 0 0 0 30px;
    position: absolute;
    top: 100px;
    left: 540px;
    overflow: hidden;
    width: 400px;
    height: 390px;
    white-space: nowrap; 
}
.section-second-title-inner
{
	vertical-align: top;
	width: 370px;
	margin: 0 130px 0 0;
	padding: 20px 0 0 0;
	display: inline-block;
	white-space: normal;
	position: relative;
	top: 0px;
}
.section-second-title-outter
{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	-ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
	transition: transform 0.5s cubic-bezier(.2,.7,.2, 1) 0s;
}
.section-second-title-corner {
    width: 30px;
    height: 30px;
    border-top: 4px solid rgba(0,0,0, .2);
    border-right: 4px solid rgba(0,0,0, .2);
    position: absolute;
    right: 0;
    margin: -30px 0 0 -30px;
}
.section-second-title {
    font-size: 36px;
    color: #000;
    font-family: 'Adelle Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-second-subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'Adelle Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 20px 0 0 0;
}
.section-second-subtitle b {
    font-size: 20px;
    font-family: 'Adelle Sans Semi Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.show-title {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
    -o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
    transition: transform 0.5s cubic-bezier(.2,.7,.2, 1) .2s;
}
.show-subtitle {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2, 1) .3s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2, 1) .3s;
    -o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2, 1) .3s;
	-ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2, 1) .3s;
    transition: transform 0.5s cubic-bezier(.2,.7,.2, 1) .3s;
}
.hide-title {
    -webkit-transform: translate3d(-600px,0,0);
    -moz-transform: translate3d(-600px,0,0);
    -ms-transform: translate3d(-600px,0,0);
    -o-transform: translate3d(-600px,0,0);
    transform: translate3d(-600px,0,0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2,1) .1s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2,1) .1s;
    -o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2,1) .1s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2,1) .1s;
    transition: transform 0.5s cubic-bezier(.2,.7,.2,1) .1s;
}
.hide-subtitle {
    -webkit-transform: translate3d(-600px,0,0);
    -moz-transform: translate3d(-600px,0,0);
    -ms-transform: translate3d(-600px,0,0);
    -o-transform: translate3d(-600px,0,0);
    transform: translate3d(-600px,0,0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2,1) .2s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2,1) .2s;
    -o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2,1) .2s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2,1) .2s;
    transition: transform 0.5s cubic-bezier(.2,.7,.2,1) .2s;
}
.button-section-wrapper {
    width: 100%;
    overflow: hidden;
    z-index: 300;
    position: absolute;
    bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.button-section {
    float: left;
    width: 25%;
    height: 100px;
    padding: 25px;
    display: block;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background 0.4s ease 0s, color 0.4s ease 0s;
    -moz-transition: background 0.4s ease 0s, color 0.4s ease 0s;
    -o-transition: background 0.4s ease 0s, color 0.4s ease 0s;
    -ms-transition: background 0.4s ease 0s, color 0.4s ease 0s;
    transition: background 0.4s ease 0s, color 0.4s ease 0s;
    border: 1px solid #cccccc;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
.button-section-4 {
    border: 1px solid #cccccc;
    border-top: 0;
    border-bottom: 0;
}
.button-section:hover {
    background: #333333;
}
.button-section-text {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #999999;
    padding: 3px 0 0 0;
    -webkit-transition: color 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s, -moz-transform 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s, -o-transform 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s, -ms-transform 0.4s ease 0s;
    transition: color 0.4s ease 0s, transform 0.4s ease 0s;
}
.button-section:hover .button-section-text {
    color: #fff;
}
.button-section-selected {
    background: #333333;
    pointer-events: none;
}
.button-section-text-selected {
    color: #fff;
}
.section-third {
    width: 100%;
    height: 670px;
    position: relative;
    background: #ebebeb;
    overflow: hidden;
}
.section-third-wrapper {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}
.title-faq-wrapper {
    padding: 30px 30px 40px 0;
    margin: 0 0 0 30px;
    position: absolute;
    top: 130px;
    left: 0px;
}
.title-faq-corner {
    width: 30px;
    height: 30px;
    border-top: 4px solid rgba(0,0,0, .2);
    border-left: 4px solid rgba(0,0,0, .2);
    position: absolute;
    left: 0;
    margin: -30px 0 0 -30px;
}
.title-faq {
    font-size: 44px;
    color: #000;
    font-family: 'Adelle Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.subtitle-faq {
    width: 310px;
    padding: 10px 0 0 0;
    font-size: 42px;
    color: #000;
    font-family: 'Adelle Sans Semi Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.button {
    width: 240px;
    padding: 15px 45px 12px 45px;
    background: #333333;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: 'Adelle Sans Semi Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 20px;
    text-decoration: none;
    margin: 30px 0 0 0;
    display: inline-block;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.button:hover {
    background: #00a8ff;
}
.answer-2,.answer-3,.answer-4,.answer-5 {
    display: none;
}
.section-fourth {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 0 0 70px 0;
}
.section-fourth-wrapper {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
}
.section-fourth-title {
    font-size: 50px;
    text-align: center;
    padding: 70px 20px 70px 20px;
}
.column-left {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 0 15px 0;
}
.column-right {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 0 15px 0;
    border-left: 1px solid #cccccc;
}
.feature-title {
    max-width: 350px;
    font-size: 30px;
    line-height: 34px;
    margin: 0 auto 40px auto;
}
.feature-text {
    max-width: 410px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 0 auto;
}
.icon-large {
    display: block;
    width: 50px;
    margin: 0 0 10px 0;
}
.icon-large-link {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 40px 40px 0 2px;
}
.tile {
    width: 160px;
    height: 160px;
    background: #fff;
    position: absolute;
    text-align: center;
    display: table;
    color: #000;
    text-decoration: none;
    -webkit-transform: translate3d(0,800px,0);
    -moz-transform: translate3d(0,800px,0);
    -ms-transform: translate3d(0,800px,0);
    -o-transform: translate3d(0,800px,0);
    transform: translate3d(0,800px,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.tile p {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    height: 160px;
    padding: 15px;
}
.tile:hover .tile-corner {
    -webkit-transform: translate3d(5px,5px,0);
    -moz-transform: translate3d(5px,5px,0);
    -ms-transform: translate3d(5px,5px,0);
    -o-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
}
.tile-corner {
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #00a8ff;
    border-right: 2px solid #00a8ff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transition: -webkit-transform 0.3s ease 0s, border 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s, border 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s, border 0.3s ease 0s;
    transition: transform 0.3s ease 0s, border 0.3s ease 0s;
}
.tile-selected {
    background: #00a8ff;
    color: #fff;
}
.tile-corner-selected {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.tile-1 {
    top: 90px;
    left: 50%;
    margin: 0 0 0 -170px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .1s, background 0.3s ease 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .1s, background 0.3s ease 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .1s, background 0.3s ease 0s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .1s, background 0.3s ease 0s;
    transition: transform 0.5s cubic-bezier(.23,.8,.29,1.01) .1s, background 0.3s ease 0s;
}
.tile-2 {
    top: 251px;
    left: 50%;
    margin: 0 0 0 -170px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .2s, background 0.3s ease 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .2s, background 0.3s ease 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .2s, background 0.3s ease 0s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .2s, background 0.3s ease 0s;
    transition: transform 0.5s cubic-bezier(.23,.8,.29,1.01) .2s, background 0.3s ease 0s;
}
.tile-3 {
    top: 251px;
    left: 50%;
    margin: 0 0 0 -9px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .3s, background 0.3s ease 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .3s, background 0.3s ease 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .3s, background 0.3s ease 0s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .3s, background 0.3s ease 0s;
    transition: transform 0.5s cubic-bezier(.23,.8,.29,1.01) .3s, background 0.3s ease 0s;
}
.tile-4 {
    top: 412px;
    left: 50%;
    margin: 0 0 0 -9px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .4s, background 0.3s ease 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .4s, background 0.3s ease 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .4s, background 0.3s ease 0s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .4s, background 0.3s ease 0s;
    transition: transform 0.5s cubic-bezier(.23,.8,.29,1.01) .4s, background 0.3s ease 0s;
}
.tile-5 {
    top: 412px;
    left: 50%;
    margin: 0 0 0 -331px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .5s, background 0.3s ease 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .5s, background 0.3s ease 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .5s, background 0.3s ease 0s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.23,.8,.29,1.01) .5s, background 0.3s ease 0s;
    transition: transform 0.5s cubic-bezier(.23,.8,.29,1.01) .5s, background 0.3s ease 0s;
}
.move-tile {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.footer {
    width: 100%;
    height: 90px;
    background: #333333;
    color: #999999;
    font-size: 14px;
    position: relative;
    padding: 0 20px 0 20px;
}
.footer-wrapper {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    padding: 41px 0 0 0;
}
.footer a {
    text-decoration: none;
    color: #ffffff;
}
.footer-logo {
    width: 60px;
    position: absolute;
    top: 32px;
    right: 0px;
}
.footer-middot {
    display: inline-block;
    padding: 0 10px 0 10px;
}
.footer-links {
    display: inline-block;
}
.photo-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    position: absolute;
    top: 251px;
    left: 50%;
    margin: 0 0 0 152px;
    -webkit-transform: translate3d(0,800px,0);
    -moz-transform: translate3d(0,800px,0);
    -ms-transform: translate3d(0,800px,0);
    -o-transform: translate3d(0,800px,0);
    transform: translate3d(0,800px,0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,.7,.2,1) 0.6s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(.2,.7,.2,1) 0.6s;
    -o-transition: -o-transform 0.5s cubic-bezier(.2,.7,.2,1) 0.6s;
    -ms-transition: -ms-transform 0.5s cubic-bezier(.2,.7,.2,1) 0.6s;
    transition: transform 0.5s cubic-bezier(.2,.7,.2,1) 0.6s;
}
.photo-container, .front, .back {
    width: 400px;
    height: 321px;
}
.photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.flipper {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
    position: relative;
    width: 100%;
    height: 100%;
}

.front, .back {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
}

.front {
    z-index: 2000;
    background: #00a8ff;
    display: table;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #00a8ff;
	z-index: 1000;
    display: table;
}
.front p, .back p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 40px;
}
.front span, .back span
{
	line-height: 22px;
}
.front b, .back b, .tile b
{
	font-family: 'Adelle Sans Semi Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.move-photo-container {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media only screen and (max-width: 1024px) {
    .tile-3 {
	    top: 90px;
	    left: 50%;
	    margin: 0 0 0 -9px;
	}
	.tile-4 {
	    top: 412px;
	    left: 50%;
	    margin: 0 0 0 -170px;
	}
	.photo-container {
	    top: 251px;
	    left: 50%;
	    margin: 0 0 0 -9px;
	}
	.title-faq {
	    font-size: 32px;
	}
	.subtitle-faq {
	    font-size: 32px;
	}
	.section-second-title-wrapper {
	    top: 150px;
	    left: 500px;
	    width: 360px;
	}
	.section-second-title {
	    font-size: 32px;
	    line-height: 38px;
	    width: 300px;
	    padding: 0 20px 0 0;
	}
	.section-second-title-inner
	{
		width: 300px;
	}
	.section-second-subtitle {
	    width: 300px;
	    top: 120px;
	}
}
@media only screen and (max-width: 900px) {
    .search-field {
    	width: 37%;
	}
	.icon-large-link {
	    display: none;
	}
	.screen {
	    bottom: -260px;
	}
	.column-left {
	    border-bottom: 1px solid #cccccc;
	    padding: 0 0 60px 0;
	    margin: 0 0 50px 0;
	}
	.column-right, .column-left {
	    width: 100%;
	    float: none;
	}
	.feature-text {
	    padding: 0 20px 0 20px;
	}
}
@media only screen and (max-width: 850px) {
    .section-first {
    	height: 720px;
	}
	.screen {
	    right: -150px;
	    bottom: -100px;
	    width: 380px;
	    display: none;
	}
	.section-fourth-title {
	    font-size: 24px;
	    line-height: 30px;
	    padding: 60px 20px 50px 20px;
	}
	.feature-title {
	    font-size: 16px;
	}
	.footer-wrapper {
	    padding: 31px 0 0 0;
	}
	.footer {
	    font-size: 12px;
	}
	.footer-links {
	    display: block;
	    padding: 7px 0 0 0;
	}
	.search-wrapper, .sticky-download p, .section-second, .section-third, .footer-links .footer-middot:nth-child(1), .sticky-badge-appstore, .sticky-badge-googleplay, .sticky-badge-amazon {
	    display: none;
	}
	.sticky {
	    height: 60px;
	}
	.sticky-logo {
	    width: 70px;
	    height: auto;
	    position: absolute;
	    top: 15px;
	    left: 10px;
	}
	.badge-image-small {
	    width: 30px;
	    display: block;
	}
	.sticky-badge-appstore-small, .sticky-badge-googleplay-small, .sticky-badge-amazon-small {
	    display: inline-block;
	}
	.sticky-download {
	    width: 160px;
	    padding: 5px 0 0 0;
	}
	
	.slide-second, .slide-third {
	    width: 100%;
	    height: 630px;
	    text-align: center;
	    overflow: hidden;
	    position: relative;
	    display: block;
	}
	.slide-third {
	    height: 450px;
	}
	.slide-wrapper {
	    float: left;
	    width: 100%;
	    position: relative;
	    overflow: hidden;
	}
	.slide-title {
	    font-size: 22px;
	    line-height: 30px;
	    text-align: center;
	    padding: 30px 20px 10px 20px;
	}
	.slide-text {
	    text-align: left;
	    font-size: 14px;
	    line-height: 20px;
	    padding: 0 30px 0 30px;
	}
	.slide-text b {
	    font-family: 'Adelle Sans Semi Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.slide-phone {
	    width: 295px;
	    margin: 0 auto 0 auto;
	}
	.slide-third {
	    background: #ebebeb;
	    height: 300px;
	}
	.slide-third .slide-wrapper {
	    padding: 0 30px 0 30px;
	}
	.faq-box {
	    background: #fff;
	    padding: 20px;
	    height: 240px;
	}
	.slide-question {
	    font-size: 14px;
	    line-height: 20px;
	    text-align: left;
	    padding: 0 0 10px 0;
	}
	.slide-answer {
	    font-size: 14px;
	    line-height: 20px;
	    text-align: left;
	    border-top: 1px solid #cccccc;
	    padding: 10px 0 0 0;
	}
	.title-faq-wrapper {
	    position: relative;
	    top: 0px;
	    left: 0px;
	    padding: 30px;
	    margin: 0;
	    background: #ebebeb;
	}
	.title-faq-corner {
	    width: 20px;
	    height: 20px;
	    border-top: 4px solid rgba(0,0,0, .2);
	    border-left: 4px solid rgba(0,0,0, .2);
	    position: absolute;
	    left: 15px;
	    top: 15px;
	    margin: 0;
	}
	.title-faq {
	    font-size: 24px;
	    color: #000;
	    font-family: 'Adelle Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.subtitle-faq {
	    padding: 10px 0 0 0;
	    font-size: 24px;
	    color: #000;
	    font-family: 'Adelle Sans Semi Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.button {
	    margin: 20px 0 0 0;
	}
	.bullets {
	    width: 100%;
	    height: 60px;
	    position: absolute;
	    z-index: 2;
	    left: 0;
	    bottom: 0;
	    padding: 21px 0 0 0;
	    text-align: center;
	}
	.bullet {
	    width: 10px;
	    height: 10px;
	    -webkit-border-radius: 999px;
	    -moz-border-radius: 999px;
	    border-radius: 999px;
	    background: rgba(0,0,0, .15);
	    display: inline-block;
	    margin: 0 4px 0 4px;
	    -webkit-transition: background 0.3s ease 0s;
	    -moz-transition: background 0.3s ease 0s;
	    -o-transition: background 0.3s ease 0s;
	    -ms-transition: background 0.3s ease 0s;
	    transition: background 0.3s ease 0s;
	    text-decoration: none;
	}
	.selected {
	    background: #333;
	}
}
@media only screen and (max-width: 560px) {
	body
	{
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	
    .logo {
	    width: 80px;
	    left: 20px;
	}
	.buttons {
	    top: 40px;
	    right: 20px;
	}
	.button-home,.button-mail,.button-video,.button-favorite {
	    width: 25px;
	    height: 21px;
	}
	.title, .download {
	    font-size: 16px;
	}
	.subtitle {
	    font-size: 30px;
	    line-height: 34px;
	    padding: 20px 0 10px 0;
	}
	.description {
	    font-size: 14px;
	    line-height: 22px;
	}
	.title-wrapper {
	    width: 90%;
	    padding: 15px 0 20px 15px;
	    margin: 25px 0 0 25px;
	}
	.title-corner {
	    left: 10px;
	    top: 10px;
	}
	.download {
	    padding: 20px 0 0 0;
	    margin: 0 0 0 35px;
	    width: 260px;
	}
       .badge-googleplay {
	    display: table;
	    margin: 0 0 1px 0;
	}
	.badge-appstore {
	    border: 0;
	    margin: 0 0 1px 0;
	    display: table;
	}
	.badge-amazon {
	    border: 0;
	    margin: 0 0 1px 0;
	    display: table;
	}
}