header{
	background-image: url(./images/head-bg@2x.jpg);
	background-size: contain;
	background-repeat: no-repeat;	
	text-align: center;
	width: 980px;
	padding: 0 60px;
	margin-left: -60px;
}

.imiwa-title{
	width: 172px;
	height: 35px;
	background-image: url(./images/imiwa-title@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 177px;	
}

aside{
	width: 905px;
	height: 764px;
	background-image: url(./images/iphone@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}

@keyframes animate_iPhone {
	
	0%,10%,15% {
		background-image: url('./images/iphone-screen@2x.jpg');
	}
	20%,25%,30% {
		background-image: url('./images/function-sidemenu@2x.jpg');
	}
	35%,40%,45% {
		background-image: url('./images/function-lookup@2x.jpg');
	}
	45%,50%,55% {
		background-image: url('./images/function-examples@2x.jpg');
	}
	60%,65%,70%,75% {
		background-image: url('./images/function-skip@2x.jpg');
	}
	80%,85%,90%,95% {
		background-image: url('./images/function-entry@2x.jpg');
	}
	100% {
		background-image: url('./images/iphone-screen@2x.jpg');
	}
}

@-webkit-keyframes animate_iPhone {
	
	0%,10%,15% {
		background-image: url('./images/iphone-screen@2x.jpg');
	}
	20%,25%,30% {
		background-image: url('./images/function-sidemenu@2x.jpg');
	}
	35%,40%,45% {
		background-image: url('./images/function-lookup@2x.jpg');
	}
	45%,50%,55% {
		background-image: url('./images/function-examples@2x.jpg');
	}
	60%,65%,70%,75% {
		background-image: url('./images/function-skip@2x.jpg');
	}
	80%,85%,90%,95% {
		background-image: url('./images/function-entry@2x.jpg');
	}
	100% {
		background-image: url('./images/iphone-screen@2x.jpg');
	}
}

aside .iphone-slideshow {
	background-image: url('./images/iphone-screen@2x.jpg');
	width: 270px;
	height: 480px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 101px;
	left: 317px;
	animation-name: animate_iPhone;
	animation-delay: 5s;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
    transition: margin-top 0.1s linear; 
	-webkit-animation-name: animate_iPhone;
	-webkit-animation-delay: 5s;
	-webkit-animation-duration: 25s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: linear;
    -webkit-transition: margin-top 0.1s linear; 
}

aside .iphone-slideshow2 {
	background-image: url('./images/iphone-qrscan@2x.jpg');
	width: 270px;
	height: 480px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 101px;
	left: 317px;
}



aside .gloss{
	width: 270px;
	height: 480px;
	background-image: url(./images/gloss@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 427px;
	z-index: 100;
}

.tab-icon{
	background-image: url(./images/tab-icons@2x.png);
	background-size: 160px 160px;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: inline-block;
}

.dictionary .tab-icon{
	background-position: 0 -2px;
}

.kanji .tab-icon{
	background-position: 0 -82px;
}

.examples .tab-icon{
	background-position: -80px -2px;
}

.lists .tab-icon{
	background-position: -80px -82px;
}

.kanji, .lists{
	top: 480px;
}

.download-button{
	width: 222px;
	height: 70px;
	background-image: url(./images/download@2x.png);
	background-size: 222px 140px;
	background-repeat: no-repeat;
	display: block;
	bottom: -32px;
	left: 341px;
	position: absolute;
	background-position: 0 0;
	-webkit-transition: inherit !important;
}

.flag .jp, .flag .gr, .flag .fr, .flag .ru{
	background-image: url(./images/flags-bg@2x.png);
	background-size: 160px 160px;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: inline-block;
}

.flag .gr{
	background-position: -80px 0px;
}

.flag .fr{
	background-position: 0 -80px;
}

.flag .ru{
	background-position: -80px -80px;
}

.flag h3{
	font-size: 48px;
	font-weight: 100;
	color: #7db72b;
	font-family: HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
}

section .install-bml{
	background-image: url(./images/install-bookmarlet@2x.png);
}

.stats .contact{
	width: 260px;
	padding-left: 45px;
	display: inline-block;
	vertical-align: top;
	background-image: url(./images/contact-icon@2x.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
}

.stats .usage{
	width: 450px;
	padding-left: 45px;
	display: inline-block;
	vertical-align: top;
	background-image: url(./images/usage-icon@2x.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.paypal{
	width: 281px;
	height: 60px;
	background-image: url(./images/paypal-button@2x.png);
	background-size: 281px 120px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	background-position: 0 0;
	-webkit-transition: inherit !important;
}