/* 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 {
	font-size:62.5%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#808080;
}
h1 {
	font-size:9em;
	color:#555;
	font-family:"Lato", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
h2 {
	font-family:"Lato", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.inner {
	width:1270px;
	margin:0 auto;

	position: relative;
	height:100%;
}
.panel {
	position: relative;
	background-color: #FFF;
}
.home {
	overflow: hidden;
}
.panel .content {
	font-size:1.8em;
}
.panel .content p {
	line-height:1.8;
}
.panel .content h2 {
	margin-bottom:20px;
	font-size:3em;
	color:#555;
}
.panel.home {
  background-color:#f0f2f4;
  border-bottom:1px solid #ddd;
}
.home .header-content {
	position: absolute;
	left:50px;
	top:120px;
	width:25%;
}
.home .gallery0 {
	position: absolute;
	left:30%;
	top:80px;
	width:60%;
}


.pagination {
	position:fixed;
	top:0;
	bottom:0;
	right:20px;
	height:90px;
	margin:auto;
	font-size:1.2em;
	z-index: 10;
}
.pagination a {
	display:block;
	width:80px;
	height:13px;
	border-radius:50%;

	color:#aaa;
	position:relative;
	padding:4px;
}
.pagination a.active:after {
	background:transparent;
	border:1px solid #aaa;
	width:8px;
	height:8px;
	right:0;
}
.pagination a .hover-text {
	position:absolute;
	right:20px;
	top:5px;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.pagination a:hover .hover-text {
	opacity: 1;
}
.pagination a:after {
	width:4px;
	height:4px;

	display: block;
	background:#aaa;
	border-radius:50%;
	content:'';
	position: absolute;
	margin:auto;
	top:0;
	right:4px;
	bottom:0;

}
.design .content {
	position: absolute;
	width:535px;
	left:700px;
	top:10%;
}
.design .gallery0 {
	z-index:0;
	left:180px;

	height:563px;
}
.design .gallery1 {
	z-index:2;
	left:180px;

	height:563px;
}
.design .gallery2 {
	z-index:0;
	left:360px;

	height:563px;
}
.design .gallery0,
.design .gallery1,
.design .gallery2 {
	max-height:90%;
	position:absolute;
	top:10%;
	-webkit-transition:left 0.6s ease 0.5s;
	transition:left 0.6s ease 0.5s;
}
.design .gallery0.moved {
	left:0;
}
.design .gallery1.moved {
	left:285px;
}
.design .gallery2.moved {
	left:560px;
}
.features .content {

	width:535px;
	position:absolute;
	left:650px;
	top:50px;
}
.features .gallery0 {
	left:-274px;;
	top:40%;
	max-height:90%;

	height:543px;
}
.features .gallery0.moved {
	top:10%;
}
.features .gallery1 {
	/*left:275px;*/
	left:0;
	top:250px;

	max-height:90%;

	height:540px;
}
.features .gallery1.moved {
	top:-50px;
}
.features .gallery0,
.features .gallery1 {
	position: absolute;
	-webkit-transition:top 1.1s ease;
	transition:top 1.1s ease;
}
.features .gallery2 {
	-webkit-transition:bottom 0.8s ease 0.4s;
	transition:bottom 0.8s ease 0.4s;
	position:absolute;
	bottom:-100px;
	left:632px;


}
.features .gallery2.moved {
	bottom:0px;
}
.features .gallery-wrapper {
	margin:auto;
	width:840px;
	position: absolute;
	left:0;
	right:0;

	height:100%;
}

.ios7 .content {
	text-align:center;
	opacity:0;
	-webkit-transition:opacity 0.8s ease 0.5s;
	transition:opacity 0.8s ease 0.5s;
	top:30px;
	position: absolute;
	width:65%;
	margin:auto;
	left:0;
	right:0;
}
.ios7 .content.moved {
	opacity:1;
}
.ios7 .gallery-wrap {
	margin:auto;
	width:840px;
	position: absolute;
	left:0;
	right:0;
	top:40%;
	height:100%;
}
.ios7 .gallery0,
.ios7 .gallery1 {
	position:absolute;

}
.ios7 .gallery0 {
	left:0;
	top:-460px;
	-webkit-transition: top 1s ease;
	transition: top 1s ease;
}
.ios7 .gallery1 {
	left:283px;

}
.ios7 .gallery0.moved {
	top:0;
}


.gallery0 img,
.gallery1 img,
.gallery2 img {
	height:100%;
	width:auto;
}
.social-corner {
	position: absolute;
	top:18px;
	right:40px;
}
.social-corner iframe:first-child {
	margin-right:3px;
}

.header-content p {
	font-size:2em;
	line-height:1.4;
	margin-top:20px;
}
a:link,
a:visited {
	color:#666;
	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: #666;
}
.arrow:before {
	transform: rotate(45deg);
	top:12px;
}
.arrow:after {
	transform: rotate(-45deg);

}
