html
{
	height: 100%;
}

body
{
	font-family: Calibri, Arial;
	color: #000;
	height: 100%;
	min-height: 100%;
	max-height: none;
	margin: 30px;
	background: #FFF;
	z-index: 0;
}

p
{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1.25px;
}

#page
{
	height: 100%;
	max-width: 1264px;
	margin: 0 auto;
}

header
{
	background: url("images/atlas4.gif") center center no-repeat;
	background-size: cover;
	height: 100%;
	height: calc(100% - 31px);
	position: relative;
	border: 1px solid #000;
	border-bottom: none;
}

h1,
h2,
h3,
h4
{
	margin: 0;
	font-weight: normal;
	text-align: center;
}

h1
{
	font-size: 55px;
	text-transform: uppercase;
	color: #000;
	margin-top: 25%;
	line-height: 1em;
}

h2
{
	text-transform: lowercase;
	color: #000;
	font-size: 55px;
	margin-top: 10%;
}

h3
{
	font-size: 30px;
}

#scroll-down
{
	display: block;
	width: 55px;
	height: 41px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -27px;
}

main
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

article
{
	padding-top: 100px;
	padding: 100px 50px 0;
}

.article-title
{
	margin-bottom: 60px;
}

.columns
{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

figure
{
	margin: 0 -50px 100px;
	padding: 0;
	position: relative;
	height: 640px;
	background: #222 url("images/f_01.jpg") bottom right no-repeat;
	background-size: cover;
	overflow:hidden;
}

figure img
{
	display: none;
}

.js figure
{
	background: #222 !important;
}

figcaption
{
	position: absolute;
	left: 0;
	top: 60px;
	background: #FFF;
	padding: 12px 17px 15px 50px;
}

.figure-title
{
	text-align: left;
}

figcaption p
{
	margin: 12px 0 0;
}

footer
{
	border: 1px solid #000;
	border-top: none;
	margin-bottom: 30px;
}

footer figure
{
	margin-bottom: 70px;
}

.footer-text
{
	border: 1px solid #000;
	border-left: 1px solid #FFF;
	margin-left: -51px;
	margin-right: 30px;
	padding: 15px 50px;
	margin-bottom: 70px;
}

.footer-text .article-title
{
	margin-bottom: 0px;
	font-size: 1.3em;
	text-align: left;
}

.footer-text p
{
	font-size: 11px;
}

.row
{
	overflow: hidden;
}

.col
{
	float:left;
	width: 23%;
	margin-right: 2%;
}

.col.n1,
.col.n4
{
	width: 22%;
}

.col.n2
{
	width: 25%;
}



/* skrollr */

.skrollr-desktop body {
	height:100% !important;
}

.parallax-image
{
	height: 150%;
	width: 150%;
	background-size: cover;
	position: relative;
	left: -25%;
	top: -25%;
} 






/*--------------------------------------------------------------
 media queries
--------------------------------------------------------------*/

@media (max-width: 576px)
{
	.columns{
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}

	figure
	{
		height: 500px;
	}
}

@media (max-width: 480px)
{
	h1,
	h2
	{
		font-size: 2.8em;
	}

	.col
	{
		width: 100%;
		margin-right: 0;
	}

	figure
	{
		height: 380px;
	}

	figcaption p
	{
		margin: 0;
	}
}

@media (max-width: 360px)
{
	h1,
	h2
	{
		font-size: 2.4em;
	}

	article
	{
		padding: 70px 30px 0;
	}

	figure
	{
		margin: 0 -30px 100px;
	}
}