/*@font-face {
    font-family: 'League Spartan';
    src: url('fonts/leaguespartan-bold.eot');
    src: url('fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguespartan-bold.woff2') format('woff2'),
         url('fonts/leaguespartan-bold.woff') format('woff'),
         url('fonts/leaguespartan-bold.ttf') format('truetype'),
         url('fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

html
{
	overflow: auto !important;
	margin: 0 !important;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

*
{
	font-size: 1em;
}

p
{
	font-size: 1.7em;
}

a
{
	color: #999;
}

#title,
#contact
{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	height: 105px;
	line-height: 113px;
	text-align: center;
	z-index: 10;
}

#contact
{
	bottom: 0;
	top: auto;
}

#title .wrap,
#contact .wrap
{
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}

#title .inner,
#contact .inner
{
	padding: 0 5%;
	margin-left: -5%;
	overflow: hidden;
}

#title span,
#contact p
{
	float: left;
	width: 28.333333333333%;
	margin: 0 0 0 5%;
}

#title span:first-child,
#contact p:first-child
{
	margin-left: 21.666666666666%;
}

#title h1
{
	margin: 0;
	font-size: 1.7em;
}

#container
{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#images
{
	margin: 105px 0 105px -5%;
	padding: 0 5%;
	overflow: hidden;
	position: relative;
	z-index: 11;
	background: #FFF;
}

#images.static
{
	position: static;
}

.proj
{
	float: left;
	width: 28.3%;
	margin-left: 5%;
	margin-top: 5%;
}

.n1,
.n2,
.n3
{
	margin-top: 0;
}

#images img
{
	display: block;
	width: 100%;
	height: auto;
}

#preload
{
	position: absolute;
	left: -9999em;
	top: 0;
	opacity: 0;
}

.first
{
	clear: left;
}

.proj a img
{
	opacity: 0;
}

.proj a
{
	display: block;
	background: url(../images/thumbs/gs/001.jpg) center center no-repeat;
	background-size: cover;
}

#proj002 a
{
	background-image: url(../images/thumbs/gs/002.jpg);
}
#proj003 a
{
	background-image: url(../images/thumbs/gs/003.jpg);
}
#proj004 a
{
	background-image: url(../images/thumbs/gs/004.jpg);
}
#proj005 a
{
	background-image: url(../images/thumbs/gs/005.jpg);
}
#proj006 a
{
	background-image: url(../images/thumbs/gs/006.jpg);
}
#proj007 a
{
	background-image: url(../images/thumbs/gs/007.jpg);
}
#proj008 a
{
	background-image: url(../images/thumbs/gs/008.jpg);
}
#proj009 a
{
	background-image: url(../images/thumbs/gs/009.jpg);
}

#proj001 a:hover
{
	background-image: url(../images/thumbs/001.jpg);
}
#proj002 a:hover
{
	background-image: url(../images/thumbs/002.jpg);
}
#proj003 a:hover
{
	background-image: url(../images/thumbs/003.jpg);
}
#proj004 a:hover
{
	background-image: url(../images/thumbs/004.jpg);
}
#proj005 a:hover
{
	background-image: url(../images/thumbs/005.jpg);
}
#proj006 a:hover
{
	background-image: url(../images/thumbs/006.jpg);
}
#proj007 a:hover
{
	background-image: url(../images/thumbs/007.jpg);
}
#proj008 a:hover
{
	background-image: url(../images/thumbs/008.jpg);
}
#proj009 a:hover
{
	background-image: url(../images/thumbs/009.jpg);
}











.proj span
{
	font-size: 1.1em
}

.js .proj span
{
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	left: -9999em;
}

.js .proj span.data
{
	top: 50%;
	left: 0;
	margin-top: -180px;
	width: 110px;
	height: 360px;
	padding: 15px;
	color: #000;
	z-index: 9999;
	opacity: 1;
	-webkit-transition: opacity 1s ease-out; 
	-moz-transition: opacity 1s ease-out; 
	-o-transition: opacity 1s ease-out; 
	transition: opacity 1s ease-out;
}

.proj span a
{
	background: none !important;
}

.js .proj span.data p
{
	max-width: 1280px;
	margin: 0 auto 1em;
	font-size: 1em;
	line-height: 1.65em;
}



.mfp-bg
{
	background-color: #FFF;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-figure:after
{
	box-shadow: none;
}



.mfp-image-holder .mfp-content
{
	max-width: calc(100% - 230px);
}











@media (max-width: 640px) {
	p,
	#title h1
	{
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {
	.proj
	{
		width: 95%;
	}

	.n2,
	.n3
	{
		margin-top: 5%;
	}
}

@media (max-width: 320px) {
	#contact p:first-child
	{
		margin-left: 10.8%;
	}
}