
html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

body {
	font: normal normal normal 14px/18px 'FuturaBT-Light', Arial, sans-serif;
	color: #000;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

* {
	margin:0;
	padding:0;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

:focus { 
	outline: 0px;
}

a:link,a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:none;
}

img {
	border:0 none;
}

img[data-src],
div[data-src] {
	opacity: 0;
	transition: opacity 0.45s;
	-webkit-transition: opacity 0.45s;
}

img[data-src].loaded,
div[data-src].loaded {
	opacity: 1;
}

div {
	position:relative;
}

.center {
	max-width: 1440px;
	padding: 0 60px;
	margin: 0 auto;
}

#wrapper {
	position:relative;
	z-index: 103;
}

section.content {
	position: relative;
	background-color: #FFFFFF;
}

#content {
	
}

#info-button {
	position: fixed;
	width: 100%;
	top: 60px;
	z-index: 103;
}

#info-button a,
#scroll-button a {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-radius: 50% 50%;
	text-align: center;
}

#scroll-button a {
	border: 0 none;
}

#info-button a {
	float: right;
}

#info-button a:hover:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-radius: 50%;
	position: relative;
	top: 3px;
	left: 3px;
}

#scroll-button {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 60px;
	z-index: 103;
}

.clear {
	clear:both;
}

.preload {
	display:none;
}

span.indent {
	display: inline-block;
	width: 20px;
}

div.table {
	display: table;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

div.table .middle {
	display: table-cell;
	vertical-align: middle;
}

div.table .bottom {
	display: table-cell;
	vertical-align: bottom;
}@media screen {

	/* Content Columns */
	.col-1-1 {
		width: 100%;
	}
	.col-4-5 {
		width: 80%;
	}
	.col-3-4 {
		width: 75%;
	}
	.col-2-3,
	.col-8-12 {
		width: 66.66%;
	}
	.col-3-5 {
		width: 60%;
	}
	.col-2-5 {
		width: 40%;
	}
	.col-1-2,
	.col-6-12,
	.col-2-4 {
		width: 50%;
	}
	.col-1-3,
	.col-4-12 {
		width: 33.33%;
	}
	.col-1-4,
	.col-3-12 {
		width: 25%;
	}
	.col-1-5 {
		width: 20%;
	}
	.col-1-6,
	.col-2-12 {
		width: 16.667%;
	}
	.col-1-7 {
		width: 14.28%;
	}
	.col-1-8 {
		width: 12.5%;
	}
	.col-1-9 {
		width: 11.1%;
	}
	.col-1-10 {
		width: 10%;
	}
	.col-3-10 {
		width: 30%;
	}
	.col-1-11 {
		width: 9.09%;
	}
	.col-1-12 {
		width: 8.33%;
	}
	.col-11-12 {
		width: 91.66%;
	}
	.col-3-11 {
		width: 27.27%;
	}
	.col-4-11 {
		width: 36.36%;
	}
	.col-5-11 {
		width: 45.45%;
	}

}

@media handheld, only screen and (max-width: 320px) {
	/*
	[class*='col-'] {
		width: 100%;
		float: none;
	}
	*/
}
#content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 301;
	background-color: transparent;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

#content .center {
	padding: 60px;
}

body.overlay {
	overflow-y: hidden;
}

body.overlay#info #content {
	overflow-y: scroll;
	background-color: #000;
}
/*
body.overlay section.content {
	display: none;
}
*/
#content div.info {
	background-color: #000;
	width: 100%;
	height: 100%;
}

#content div.info .center {
	height: 100%;
	box-sizing: border-box;
}

#content div.info,
#content div.info a {
	color: #FFF;
}

#content a {
	border-bottom: 1px solid;
}

#content div.info article {
	display: -webkit-flex;
	display: flex;
	position: relative;
	float: left;
	padding-bottom: 60px;
}

#content div.info article.top div.content {
	font-size: 16px;
	line-height: 20px;
}

#content div.info article.bottom {
	min-height: 50%;
}

#content div.info article.bottom div.content {
	flex: 1;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	width: 100%;
	height: 100%;
}

#content div.info article.bottom.col-3-10 {
	
}

#content div.info article.col-2-5 div.content {
	padding-right: 25%;
	box-sizing: border-box;
	width: 100%;
}

#content div.info section:after {
	display: table;
	content: "";
	clear: both;
}

#content div.info section {
	display: block;
	width: 100%;
	height: 100%;
}

#content div.info section.top {
	padding-bottom: 60px;
}

#content div.info article.bottom {
	vertical-align: bottom;
}

#content div.info article.photo {
	height:50%;
}

#content div.info article img {
	position: absolute;
	bottom: 0;
	display: block;
	max-height: 100%;
	max-width: 100%;
	padding-right: 32px;
	box-sizing: border-box;
}

#content h1 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 17px;
	letter-spacing: 2px;
}

#close-button {
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 103;
	border: 0 none;
}

#close-button img {
	position: relative;
	top: -1px;
	left: -1px;
}

#close-button .center {
	padding: 0 60px;
	box-sizing: content-box !important;
}

#close-button a {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-radius: 50% 50%;
	text-align: center;
	float: right;
}

#content div.info form {
	margin-top: 10px;
}

#content div.info form label {
	display: none;
}

#content div.info form input.email {
	font: 14px/17px "FuturaBT-Light",Arial,sans-serif;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
	padding: 0 7px;
}

#content div.info form input.button {
	position: absolute;
	top: 0;
	right: 0px;
	background-color: transparent;
	border: 0px none;
	text-indent: -10300px;
	background-image: url("/img/submit.svg");
	background-position: center right;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#content div.info form div.mc-field-group {
	padding-right: 30px;
	box-sizing: border-box;
}

#content article.contact a {
	border:0 none;
}

#content article.contact p.social-icons a {
	float: left;
}

#content div.info article p.social-icons img {
	display: block;
	position: relative;
	padding-right: 8px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #FFF;
}#header {
	position: absolute;
	z-index: 103;
	width: 100%;
}

#header h1 {
	padding-top: 60px;
	padding-left: 20%;
}

#intro {
	position :relative;
	height: 100%;
}

#intro div.container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme,
.owl-theme .owl-wrapper-outer,
.owl-theme .owl-wrapper,
.owl-theme .owl-item {
	height: 100%;
}

.owl-theme .owl-item {
	overflow-y: auto;
}

.owl-theme .owl-controls {
	position: absolute;
	bottom: 0px;
	height: 90px;
	margin: 0px;
	text-align: center;
	width: 100%;
	left: 0px;
}

.owl-theme .owl-controls .owl-pagination {
	line-height: 90px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	width: 24px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	vertical-align: middle;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50% 50%;
	border: 1px solid;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

/* .owl-theme .owl-controls.clickable .owl-page:hover span */
.owl-theme .owl-controls .owl-page.active span {
	width: 12px;
	height: 12px;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}#preloader_overlay {
	background-color: #FFFFFF;
}

#preloader_content {
	height: 100%;	
}

#preloader_bar {
	top: 50%;
	margin-top: -8px;
	margin: 0 auto;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid;
	border-radius: 50% 50%;
}

#preloader_bar_content {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 20px;
	height: 20px;
}

#preloader_bar_content span {
	display: none;
}#press section.content {
	padding-top: 120px;
}

section.press div.col-2-5 {
	float: left;
}

section.press:after {
	display: table;
	clear: both;
	content: "";
}

section.press div.contact h1 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 25px;
}

section.press div.contact p {
	padding-left: 25%;
	box-sizing: border-box;
}

section.press div.downloads {
	margin-top: 33px;
}

section.press div.downloads a.button {
	display: block;
	border: 1px solid;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 10px;
}

section.press div.downloads article.downloads {
	position: relative;
	display: block;
	border: 1px solid;
	box-sizing: border-box;
	padding: 0 10px;
}

section.press div.downloads article.downloads a {
	display: block;
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

section.press div.downloads article.downloads:after {
	display: table;
	content: "";
	clear: both;
}

section.press div.downloads article.downloads a img {
	max-width: 100%;
}

section.press div.downloads h1 {
	font-weight: normal;
	line-height: 32px;
}

section.press img.down {
	position: absolute;
	top: 7px;
	right: 10px;
}#content div.project {
	height: 100%;
	width: 100%;
	background-color: #FFF;
}

#content div.project .owl-carousel {
	z-index: 375;
}

#content div.project div.slide {
	height: 100%;
	text-align: center;
	padding: 90px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#content div.project div.slide img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
	z-index: 500;
}

#content div.project div.slide div.content {
	z-index: 500;
	height: 100%;
	text-align: center;
}

#content div.project div.slide a.close {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 400;
	border: 0 none;
	cursor: url('../img/close-black.svg'), url('../img/close-black.png'), zoom-out;
}

#content div.project div.slide img.lazyOwl {
	cursor: url('../img/right.svg'), url('../img/right.png'), pointer;
}

#content div.project section.project-info div.container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#content div.project section.project-info article {
	display: table-cell;
	vertical-align: middle;
}

#content div.project section.project-info article p {
	margin: 17px 0;
}

#content div.project section.project-info article.text {
	text-align: left;
	font-size: 12px;
}

#content div.project section {
	position: relative;
	padding: 0 10%;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#content div.project section:after {
	display: table;
	content: "";
	clear: both;
}

#content div.project div.details {
	height: 100%;
}

#content div.project section.project-info {
	min-height: 100%;
}

#content div.project section.project-info div.table {
	height: 70%;
}

#content div.project section.related {
	display: block;
	position: absolute;
	left: 0;
	height: 30%;
	padding: 0 20%;
	text-align: center;
}

#content div.project section.related a {
	display: inline;
	border: 0 none;
	height: 100%;
	padding: 0 15px;
}

#content div.project section.related div.content {
	height: 100%;
	margin-top: -12px;
}

#content div.project section.related img {
	margin: 12px 0;
	max-width: 25%;
	opacity: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

#content div.project section.related a:hover img {
	opacity: 0.75;
}

#project-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 350;
	opacity: 0;
	transition: opacity 0.3s;
}

#project-background.visible {
	opacity: 1;
}#work {
	position: relative;
	width: 110%;
	margin-left: -5%;
}

#work article {
	float: left;
	padding: 4.54%;
}

#work article a img {
	max-width: 100%;
	margin-bottom: 20px;
	/*opacity: 1;*/
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

#work article a img + span {
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

#work article a img.loaded + span {
	opacity: 1;
}

#work article a:hover img.loaded {
	opacity: 0.75;
}

#work article a {
	display: block;
	text-align: center;
}

#work:after {
	content: "";
	display: block;
	clear: both;
}
