/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/****** Main ********/

body {
	color:white;
	font-size:80%;
	font-family: 'iransans';
}

.fixed-content {
	position:fixed;
	z-index: 10;
	width:100%;
	height:100%;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.content {
	width: 100%;
    padding: 48px 0 0;
    height: 100%;
}
.content-text {
	position: relative;
	float:right;
}
.slide {
	position: absolute;
	top:65px;
	left:0;
	width:100%;
	z-index: 0;
}
.slide .animatable {
	opacity:0;
	-webkit-transform:translate(0,30px);
	transform:translate(0,30px);
	-webkit-transition:opacity 0.4s ease,-webkit-transform 0.4s ease;
	transition:opacity 0.4s ease,transform 0.4s ease;
}
.slide.active.remove .animatable {
	opacity:0;
	-webkit-transform:translate(0,-20px);
	transform:translate(0,-20px);
}

.slide.active .animatable {
	opacity:1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);

}
.slide.active {
	z-index: 10;
}

h2 {
	font-size:5em;
	margin-bottom:20px
}
p {
	font-size: 2em;
	line-height:1.4;
	margin-bottom:10px;
}
a:link,
a:visited {
	color:white;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
.arrow {
	position: relative;
	padding-right:15px;
}

.arrow:before,
.arrow:after {
	content:'';
	position: absolute;
	right:0;
	top:4px;

	width:2px;
	height:12px;
	background: white;
}
.arrow:before {
	transform: rotate(45deg);
	top:12px;
}
.arrow:after {
	transform: rotate(-45deg);

}
.inner {
	position: relative;
	height:100%;

}

.home {
	background: #4fd0ea;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fd0ea), color-stop(100%, #4BB7B9));
	background:-webkit-linear-gradient(top, #4fd0ea 0%, #4BB7B9 100%);
	background:linear-gradient(to bottom, #4fd0ea 0%, #4BB7B9 100%);
	background-repeat: no-repeat;
}

.panel1,
.panel3,
.panel5 {
	background: rgb(15,42,111); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(15,42,111,1) 0%, rgba(21,55,152,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(15,42,111,1) 0%,rgba(21,55,152,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(15,42,111,1) 0%,rgba(21,55,152,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2a6f', endColorstr='#153798',GradientType=0 ); /* IE6-9 */
}

.panel2,
.panel4,
.panel6 {
	background: rgb(21,55,152); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(21,55,152,1) 0%, rgba(15,42,111,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(21,55,152,1) 0%,rgba(15,42,111,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(21,55,152,1) 0%,rgba(15,42,111,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153798', endColorstr='#0f2a6f',GradientType=0 ); /* IE6-9 */
}


.section-bg,
.layer-object {
		position:absolute;
		z-index: 1;
}

.coffee {
	right:10%;
	top:0;
}

.napkin {
	left:-150px;
	top:375px;
}
.dohnut {
	top:520px;
	right:-100px;
}
.section-bg {
	z-index: 0;
}


/* panel 2 */

.sushi {
	right:-100px;
	top:30px;
}
.seaweed {
	top:-140px;
	right:20%;
}
.chopsticks {
	left:-300px;
	top:300px;
}



/* Panel 3 */

.leash {
	top:270px;
	left:-260px;
}
.newspaper {
	right:-210px;
	bottom:-460px;
}
.sunglasses {
	right:140px;
	top:-100px;
}

/* panel 4 */

.headphones {
		top:-400px;
		right:-150px;
}
.candy {
	top:70px;
	left:-135px;
}
.passport {
	top:380px;
	right:-130px;
}


.code {
	background:rgba(0,0,0,0.2);
}


.section-pagination {
	position: fixed;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
	z-index: 10;
	margin-right: -6px;
	z-index: 11;
	opacity: 0;
	transition: all 0.3s 0.0s ease;
	pointer-events: none;
}
.comparison-mode .section-pagination {
	opacity: 1;
	transition: all 0.4s 0.7s ease;
	pointer-events: auto;
}

.section-pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color:white;
	position:relative;
	padding:4px;
}
.section-pagination a.active:after {
	background: #102c78;
}
.section-pagination a .hover-text {
	position: absolute;
    right: 10px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 4px;
}
.section-pagination a:hover .hover-text {
	opacity: 1;
}
.section-pagination a:after {
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    background: #cacaca;
    bottom: 0;
}


.social-corner {
	position: absolute;
	top:18px;
	right:40px;
}
.social-corner iframe:first-child {
	margin-right:3px;
}


@media (max-width:800px) {
	h1 {
		font-size:15vw;
	}
	h2 {
		font-size:12vw;
	}
	.inner {
		/* width:70% */
	}
	.header > .inner{
		width: 100%;
	}
}
