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

html{
	width: 100%; height: 100%;
	
	}

body{
	color: #00503c;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;	
	font-weight: normal;
	font-style: normal;	
	font-size: 26px;
	line-height:34px;
	font-weight: 400;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: #dceff9;
}

p{
	font-size: 26px;
	line-height:34px;	
}

p span{
	font-size: 18px;
	line-height: 28px;
}

a, i{ color: #00503c; text-decoration: none;}

img{
	max-width: 100%;
	height: auto;
}

.container{
	perspective: 1px;
	height: 100%;
  	/*overflow-x: hidden;
  	overflow-y: visible;
  	*/
  	-webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    position: relative;
}

.header{
	position: absolute;
	height: 68px;
	width: 100%;
	top: 0;
	line-height: 68px;
	text-align: center;
	z-index: 999;
}

.parallax_layer{
}

.line{
	width: 200%;
	height: 5px;
	border-top: 2px solid #00503c;
	position: absolute;
	top: 68px;
	z-index: 999;
}

.logo{ margin: 20px auto; -webkit-backface-visibility: hidden;}
.info-link{ position: absolute; right: 34px; top: 1px; padding: 0 10px; -webkit-backface-visibility: hidden;}

.header a img{
	transition: all 0.3s ease 0s; 
}
.header a:hover img{ transform: translate(0px, -0.16em); }

.container{ width: 100%; margin: 0 auto; height: 100%; position: relative;overflow: hidden; }
.content{ padding-top: 68px; overflow: hidden;   }

.content .page, .loading{ min-height: 100%; position:  absolute; width: 100%; top:68px;}
.content #images { left: 0; -webkit-overflow-scrolling: touch; -webkit-transform: translate3d(0, 0, 0); }
.content #about{ left: 100%; display:none; }
.content .active{ left:0; position: relative; top:0; }

.loading { font-size: 12px; text-align: center; top:100px; min-height: 300px; height: 100%; width: 100%; background-color: rgba(220,239,249,0.95); z-index: 999;}
.loading img{ margin-top: 130px;}
#about.page .inner{ padding: 68px 136px; max-width: 1000px; text-align: left; margin: 15px auto 0; height: 250px; }
#about .col.one{ float:left; width: 60%; margin-right: 68px; }
#about .col.two{ float:left; max-width: 30%; }
#about .col p{ margin-bottom: 50px;}

#about .inner a{transition: all 0.3s ease 0s; position:  absolute; }
#about .inner a:hover{ transform: translate(0px, -0.16em);}

#images .desktop{ display:block; max-width: 1250px; margin: 0 auto;}
#images .mobile{ display:none; }
	
#images.page{ padding: 68px 0 34px; margin: 0 auto;  }
#images img{ max-width: 100%; height: auto; display:block; -webkit-overflow-scrolling: touch; /* lets it scroll lazy */}
img:not([src]):not([srcset]) {
	}
		
.images .footer{ display:none;}
p.footer{ clear:both; font-size: 13px; line-height: 17px; text-align: left; padding: 34px 68px 34px 70px; position: absolute; bottom: 0; left: 0;}
p.mobile-footer{display: none;}

@media (max-width: 768px) {
	
	#about.page .inner{ padding: 34px; text-align: left; margin: 0 auto; height: auto; }
	.info-link{ position: absolute; right: 14px; top: 0; }
	
	#about .col.one,#about .col.two{ width: 100%; float:none; margin:0; max-width: 100%; }
	
	#images.page{ padding-top: 34px; }
	#images .desktop{ display:none; }
	#images .mobile{ display:block; }
	p.footer{ padding: 34px; display: none;}
	p.mobile-footer{display: block; font-size: 13px; line-height: 17px; text-align: left; padding-left:2px;}

	.header a img, #about .inner a{
		transition: all 0 ease 0s; 
		position: relative;
	}
	.header a:hover img, #about .inner a:hover{ transform: translate(0px, 0);  }

}

