﻿@charset "UTF-8";

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/subset-BrandonGrotesque-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/subset-BrandonGrotesque-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 1.41;
	background: #fff;
	letter-spacing: 0.1px;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 17px;
	font-weight: normal;
	overflow: hidden;
}

/* Section */

.section {
	max-width: 1200px;
	margin: 0 auto;
}

/* Header */

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 36px 38px 0;
	z-index: 10;
}

#header .logo {
	width: 334px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .menuBtn {
	display: block;
	margin-left: auto;
}

#header.halfBlack .logo,
#header.fullBlack .logo,
#header.fullBlack .menuBtn {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

#header #navi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	z-index: 100000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#header #navi .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	min-height: 100%;
	padding: 30px 15px;
}

#header #navi ul {
	margin: 0;
	padding: 0;
}

#header #navi ul li {
	margin: 0 0 0.4655172413793103em;
	padding: 0;
	list-style: none;
	font-size: 58px;
	font-weight: bold;
	line-height: 1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

#header #navi ul li:last-child {
	margin-bottom: 0;
}

#header #navi ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 0.0517241379310345em;
	text-underline-offset: 0.103448275862069em;
}

#header #navi ul li:has(ul)>a {
	text-decoration: none;
}

#header #navi ul li ul {
	margin-bottom: 0.6896551724137931em;
}

#header #navi ul li ul li {
	font-size: 0.6724137931034483em; /* 39px */
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0.5897435897435897em;
}

#header #navi ul li ul li a {
	text-decoration-thickness: 2px;
}

#header #navi .menuBtn {
	position: fixed;
	right: 38px;
	top: 36px;
}

#header #navi .menuBtn .hamburger-inner,
#header #navi .menuBtn .hamburger-inner:after,
#header #navi .menuBtn .hamburger-inner:before {
	background: #fff;
}

/* Intro */

#intro {
	position: relative;
	background: url(../images/wood-texture.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 160px;
	z-index: 1;
}

#intro * {
	color: #fff;
}

#intro .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	min-height: 885px;
	padding-top: 180px;
	padding-bottom: 70px;
	padding-left: 123px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#intro .section:before {
	content: "";
	position: absolute;
	left: -9999em;
	right: 245px;
	top: 0;
	bottom: 0;
	background: #000;
	z-index: -1;
}

#intro .overlay {
	max-width: 550px;
}

#intro .overlay>:last-child {
	margin-bottom: 0;
}

#intro .tagLine {
	position: absolute;
	left: 32px;
	bottom: 34px;
	font-size: 13px;
	color: #fff;
	line-height: 1.23;
	padding-left: 34px;
	margin: 0;
	-webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

#intro .tagLine:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 25px;
	height: 1px;
	background: currentColor;
}

#intro .section .nextSection {
	position: absolute;
	width: 1px;
	height: 26px;
	bottom: 33px;
	background: currentColor;
	text-indent: -9999em;
	-webkit-animation: upDown 1s infinite alternate ease-in-out;
	        animation: upDown 1s infinite alternate ease-in-out;
}

@-webkit-keyframes upDown {
	from {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
}

@keyframes upDown {
	from {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
}

#intro .section .nextSection:before,
#intro .section .nextSection:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	right: 1px;
	bottom: 0;
	background: #fff;
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#intro .section .nextSection:after {
	right: auto;
	left: 1px;
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#intro .image {
	position: absolute;
	right: 0;
	top: 289px;
	bottom: -112px;
	width: 466px;
}

#intro .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

/* Indented */

.indented {
	padding-left: 30px;
	border-left: 1px solid currentColor;
	margin-bottom: 34px;
}

.indented>:last-child {
	margin-bottom: 0;
}

/* Banner */

#banner {
	margin-bottom: 160px;
}

#banner .section {
	position: relative;
	padding-top: 200px;
	padding-bottom: 30px;
	min-height: 666px;
	z-index: 1;
}

#banner .section:before {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #000;
	z-index: -1;
}

#banner * {
	color: #fff;
}

#banner .overlay {
	max-width: 345px;
}

#banner .overlay>:last-child {
	margin-bottom: 0;
}

#banner .image {
	position: absolute;
	right: 0;
	top: 210px;
	bottom: -112px;
	width: 831px;
}

#banner .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

/* Content */

.content .section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.content.woodyBg {
	margin-top: -160px;
	background: #f1f1f1 url(../images/wood-texture.jpg) no-repeat center top;
	background-size: cover;
}

.content.woodyBg .section {
	padding-top: 200px;
}

/* Intro Text */

.introText {
	text-align: center;
	max-width: 532px;
	margin: 0 auto 35px;
}

/* Info Table */

.infoTable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 3px solid #000;
	margin-bottom: 60px;
}

.infoTable .cell {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-right: 3px solid #000;
	padding: 26px 40px 20px;
}

.infoTable .cell:last-of-type {
	border-right: 0;
}

.infoTable .cell>:last-child {
	margin-bottom: 0;
}

.infoTable .cell h6 {
	color: #CBCBCB;
	margin: 0;
}

/* Info Boxes */

.infoBoxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 350px 0 100px;
	padding: 0;
	background: #fff;
	border: 3px solid #000;
	text-align: center;
}

.infoBoxes li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-right: 3px solid #000;
}

.infoBoxes li:last-of-type {
	border-right: none;
}

.infoBoxes li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 70px 22px 22px;
}

.infoBoxes li .top {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.infoBoxes li .bottom {
	margin-top: 20px;
}

.infoBoxes li .image {
	position: absolute;
	left: 30px;
	right: 30px;
	top: -300px;
	height: 334px;
	overflow: hidden;
}

.infoBoxes li .image img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.infoBoxes li a:hover .image img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Info Text */

.textInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.textInfo .left {
	width: 386px;
}

.textInfo .right {
	width: 466px;
	margin-left: auto;
	margin-top: 10px;
}

.textInfo.extended .right {
	width: 789px;
}

.textInfo .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.textInfo .info .indented {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.textInfo .info .linkBtn {
	margin-left: 85px;
	margin-top: 5px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

/* Logo Button */

.logoButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 27px 15px;
	margin: 0 0 70px;
	border: 3px solid #000;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.logoButton img {
	display: block;
}

.logoButton .linkBtn {
	font-size: 24px;
}

.logoButton img,
.logoButton .linkBtn {
	margin: 10px 55px;
}

/* Centered Text */

.centeredText {
	max-width: 836px;
	margin: 0 auto;
	text-align: center;
}

.centeredText>:last-child {
	margin-bottom: 0;
}

/* Page Intro */

#pageIntro {
	padding-top: 200px;
	padding-bottom: 85px;
	background: url(../images/wood-texture.jpg) no-repeat center top;
	background-size: cover;
}

#pageIntro .selectBox {
	margin-bottom: 31px;
}

/* Project Slider */

#projectSlider {
	margin-bottom: 50px;
}

#projectSlider .slider {
	position: relative;
}

#projectSlider .slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#projectSlider .slider .swiper-slide .image {
	position: relative;
	min-height: 615px;
}

#projectSlider .slider .swiper-slide .image,
#projectSlider .slider .controlSlide .navi {
	width: calc(50% + 130px);
}

#projectSlider .slider .swiper-slide .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

#projectSlider .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

#projectSlider .text,
#projectSlider .slider .controlSlide .pagi {
	width: calc(50% - 130px);
	padding-left: 75px;
}

#projectSlider .text .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 470px;
	padding-right: 15px;
	padding-top: 50px;
	padding-bottom: 75px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#projectSlider .text h6 {
	margin: 0 0 2px;
	color: #CBCBCB;
}

#projectSlider .text .arrowLink {
	margin-top: 35px;
}

#projectSlider .slider .controlSlide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
}

#projectSlider .slider .controlSlide .navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px;
}

#projectSlider .slider .controlSlide .navi .swiper-prev,
#projectSlider .slider .controlSlide .navi .swiper-next {
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	background: #fff url(../images/small-arrow.svg) no-repeat center;
	pointer-events: auto;
	cursor: pointer;
	outline: none;
}

#projectSlider .slider .controlSlide .navi .swiper-prev {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}

#projectSlider .slider .controlSlide .pagi {
	padding-bottom: 3px;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

#projectSlider .slider .controlSlide .pagi .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	background: #fff;
	border-radius: 0;
	opacity: 1;
	outline: none;
	margin: 0 5px 0 0;
	pointer-events: auto;
}

#projectSlider .slider .controlSlide .pagi .swiper-pagination-bullet-active {
	background-color: #000;
}

/* Team */

.team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 974px;
}

.team li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	width: 25%;
}

.team li a {
	display: block;
}

.team li .image {
	overflow: hidden;
	margin-bottom: 15px;
}

.team li .image img {
	display: block;
	width: 100%;
	-webkit-transition: 1s -webkit-transform;
	transition: 1s -webkit-transform;
	-o-transition: 1s transform;
	transition: 1s transform;
	transition: 1s transform, 1s -webkit-transform;
}

.team li h4 {
	margin: 0;
}

.team li h6 {
	color: #CBCBCB;
	margin-top: 4px;
}

.team li a:hover .image img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Separator */

.separator {
	height: 1px;
	background: #000;
	margin: 0 10px;
}

/* Links */

.links {
	margin: 0;
	padding: 0;
}

.links li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.links li a:hover {
	text-decoration: underline;
}

/* Two Cols */

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.twoCols .col {
	width: 48%;
}

/* Select Box */

.selectBox * {
	color: #000 !important;
}

.selectBox {
	position: relative;
	display: inline-block;
	background: #fff;
}

.selectBox:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	background: url(../images/dropdown-arrow.svg) no-repeat;
	z-index: 1;
	pointer-events: none;
}

.selectBox select {
	display: inline-block;
	margin: 0;
	height: 40px;
	padding: 0 58px 0 15px;
	outline: none;
	border: 1px solid #000;
	border-radius: 0;
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	cursor: pointer;
}

.selectBox select option {
	font-weight: normal;
}

.selectBox select option:checked {
	font-weight: bold;
}

/* Elements */

.elements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 670px;
	border: 3px solid #000;
	margin: 0 auto 65px;
}
.elements *:last-child {
	margin-bottom: 0;
}

.elements .left {
	width: 188px;
	padding: 26px;
}

.elements .left h6 {
	text-transform: uppercase;
	color: #CBCBCB;
}

.elements .right {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-left: 3px solid #000;
}

.elements .right .top {
	padding: 26px 40px;
}

.elements .right .bottom {
	border-top: 3px solid #000;
	padding: 12px 40px;
}

/* Single */

#single {
	margin-top: -110px;
}

#single .section {
	padding-bottom: 70px;
}

/* Contact */

#contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#contact .left {
	width: 50%;
	padding-top: 200px;
	padding-bottom: 100px;
	background: url(../images/wood-texture.jpg) no-repeat center top;
	background-size: cover;
}

#contact .left .form {
	width: 600px;
	padding-right: 60px;
	margin-left: auto;
}

#contact .right {
	position: relative;
	width: 50%;
	background: #e5e3df;
}

#contact .right iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	outline: none !important;
}

#contact .left .form .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -7px;
}

#contact .left .form .fields .field {
	padding: 0 7px;
	width: 100%;
	margin-bottom: 22px;
}

#contact .left .form .fields .field.half {
	width: 50%;
}

#contact .left .form .fields .field label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	line-height: 1.2;
	padding-bottom: 3px;
}

#contact .left .form .fields .field .textbox {
	display: block;
	margin: 0;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 0;
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	font-size: 17px;
	height: 43px;
	outline: none;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#contact .left .form .fields .field textarea.textbox {
	height: 151px;
	resize: none;
	overflow: auto;
}

/* Gallery */

#gallery {
	text-align: center;
	margin-top: 80px;
}

#gallery h4 {
	padding-top: 43px;
	background: url(../images/instagram-ico.svg) no-repeat center top;
}

#gallery .listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1024px;
}

#gallery .listing li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	width: 33.33333333333333%;
}

#gallery .listing li .image {
	overflow: hidden;
}

#gallery .listing li .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#gallery .listing li h6 {
	text-transform: uppercase;
	margin-top: 18px;
}

#gallery .listing li a:hover .image img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Arrow Link */

.arrowLink {
	position: relative;
	display: table;
	padding-right: 31px;
	font-size: 17px;
	font-weight: bold;
}

.arrowLink:after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 22px;
	height: 8px;
	background: url(../images/arrow-ico.svg) no-repeat;
}

/* Footer */

#footer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 10px;
	color: #CBCBCB;
}

#footer:before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	height: 1px;
	background: #000;
}

#footer .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

#footer .copyright {
	margin: 0;
}

#footer .websiteBy a {
	color: currentColor;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

#footer .websiteBy a:hover {
	color: #000;
}

#footer .toTop {
	position: relative;
	font-weight: bold;
	margin-left: 18px;
	padding-left: 19px;
}

#footer .toTop:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 15px;
	height: 8px;
	background: url(../images/small-arrow.svg) no-repeat;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	background-size: 100%;
}

#footer .toTop:hover {
	color: #000;
}

/* Hamburger */

.hamburger {
	display: none;
	position: relative;
	top: 0;
	overflow: visible;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #000;
}

.hamburger-box {
	display: inline-block;
	width: 32px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

/* Miscelleneous */

p {
	margin: 0 0 9px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 19px;
	line-height: 1.10;
}

h2 {
	font-size: 58px;
	letter-spacing: 0.2px;
	margin-bottom: 24px;
}

h2 span {
	display: block;
	font-size: 0.3448275862068966em; /* 20px */
	font-weight: normal;
	margin-top: 0.35em;
}

h3 {
	font-size: 39px;
	letter-spacing: 0;
	line-height: 1.23;
	margin-bottom: 20px;
}

h3 span {
	display: block;
	font-size: 0.4358974358974359em; /* 17px */
	font-weight: normal;
	letter-spacing: 0.0.0117647058823529em;
	line-height: 1.3;
	margin-top: 0.35em;
}

h4 {
	font-size: 32px;
	letter-spacing: 0;
	line-height: 1.18;
	margin-bottom: 20px;
	letter-spacing: 0.1px;
}

h5 {
	font-size: 26px;
	letter-spacing: 0.2px;
	line-height: 1.23;
	margin-bottom: 20px;
}

h6 {
	font-size: 17px;
	letter-spacing: 0.1px;
	line-height: 1.41;
	margin-bottom: 20px;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

sup {
	font-size: 0.5em;
}

img {
	border: 0;
	max-width: 100%;

}

.linkBtn {
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 1;
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	background: #000;
	padding: 0.5625em 1.75em;
	border: 2px solid #000;
	border-radius: 0;
	letter-spacing: 0.0125em;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-o-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

.linkBtn:hover,
a:hover .linkBtn {
	color: #fff;
	background-color: #fff;
	color: #000;
}

.fitImage {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

strong {
	font-weight: 700;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

/* Large Screens */

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}	

	#intro {
		margin-bottom: 65px;
	}

	#intro .section {
		padding-left: 80px;
		min-height: 709px;
	}

	#intro .image {
		top: 184px;
		bottom: -72px;
		width: 311px;
	}

	.infoTable .cell {
		padding-left: 25px;
		padding-right: 25px;
	}

	#projectSlider .slider .swiper-slide .image, 
	#projectSlider .slider .controlSlide .navi {
		width: 50%;
	}

	#projectSlider .text, #projectSlider .slider .controlSlide .pagi {
		width: 50%;
		padding-left: 39px;
	}
	
	#projectSlider .slider .swiper-slide .image {
		min-height: 560px;
	}

	.textInfo .left {
		width: 474px;
	}

	#banner {
		margin-bottom: 65px;
	}

	#banner .section {
		min-height: 610px;
	}

	#banner .image {
		width: 610px;
		bottom: -72px;
	}

	#contact .left .form {
		width: 485px;
		padding-right: 40px;
	}

	.infoBoxes {
		margin-top: 280px;
		margin-bottom: 40px;
	}

	.infoBoxes li .image {
		height: 258px;
		top: -219px;
	}

	.content.woodyBg {
		margin-top: -65px;
	}

	.content.woodyBg .section {
		padding-top: 100px;
	}

	.textInfo .info .linkBtn {
		margin-left: 35px;
	}

	.logoButton img, .logoButton .linkBtn {
		margin-left: 28px;
		margin-right: 28px;
	}
	
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header {
		padding-left: 20px;
		padding-right: 20px;
	}

	#header #navi .menuBtn {
		right: 20px;
	}

	#intro {
		margin-bottom: 26px;
	}

	#intro .section {
		min-height: 638px;
		padding-left: 52px;
	}

	#intro .tagLine {
		left: 10px;
	}

	#intro .overlay {
		max-width: 370px;
	}

	#intro .image {
		top: 132px;
		bottom: -29px;
		width: 306px;
	}

	#header #navi ul li {
		font-size: 40px;
	}

	.infoTable .cell {
		padding: 20px 20px 17px;
	}

	.content .section,
	#single .section {
		padding-bottom: 45px;
	}

	#projectSlider .text .inner {
		max-width: 320px;
	}
	
	.textInfo {
		margin-bottom: 20px;
	}

	.textInfo .left {
		width: 343px;
	}

	.textInfo .right {
		width: 356px;
	}

	#banner {
		margin-bottom: 0;
	}

	#banner .section {
		min-height: 552px;
	}

	#banner .overlay {
		max-width: 260px;
	}

	#banner .image {
		width: 450px;
		bottom: -29px;
	}

	.infoBoxes {
		margin-top: 200px;
		margin-bottom: 30px;
	}

	.infoBoxes li a {
		padding: 56px 15px 22px;
	}

	.infoBoxes li .image {
		left: 15px;
		right: 15px;
		height: 205px;
		top: -171px;
	}

	.infoBoxes li .bottom {
		margin-top: 8px;
	}

	.content.woodyBg {
		margin-top: 0;
	}

	.content.woodyBg .section {
		padding-top: 69px;
	}

	#contact .left .form {
		width: 375px;
		padding-right: 30px;
	}

	.logoButton .linkBtn {
		font-size: 19px;
	}

	.indented {
		padding-left: 20px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 33px;
	}

	h4 {
		font-size: 28px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 15px;
	}
	
}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	#header {
		padding: 25px 15px;
	}

	#header.halfBlack .menuBtn,
	#header.fullBlack .menuBtn {
		-webkit-filter: brightness(0) invert(1);
		        filter: brightness(0) invert(1);
	}

	#header .menuBtn {
		margin-top: 20px;
	}

	#header .logo {
		width: 245px;
		margin: 0;
	}

	#intro {
		text-align: center;
		margin-bottom: 0;
	}

	#intro .section,
	#banner .section {
		display: block;
		padding: 117px 15px 80px;
		min-height: 1px;
	}

	#intro .section:before {
		right: -9999em;
	}

	#intro .image,
	#banner .image {
		position: relative;
		top: auto;
		bottom: auto;
		width: auto;
		height: auto;
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 60%;
		margin-bottom: 25px;
	}

	#intro .image img,
	#banner .image img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-o-object-position: center;
		   object-position: center;
	}
	
	#intro .overlay,
	#banner .overlay {
		max-width: 9999em;
	}

	#intro .tagLine {
		display: none;
	}

	#banner .section {
		text-align: center;
		padding-bottom: 28px;
	}

	.content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#single .section {
		padding-bottom: 40px;
	}

	.indented {
		text-align: center;
		border-left: none;
		padding-left: 0;
	}

	#header #navi ul li {
		font-size: 35px;
	}

	#header #navi .menuBtn {
		right: 15px;
		top: 27px;
	}

	.infoTable {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}

	.infoTable .cell {
		border-right: 0;
		border-bottom: 3px solid #000;
	}

	.infoTable .cell:last-of-type {
		border-bottom: 0;
	}

	#projectSlider .slider .swiper-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#projectSlider .slider .swiper-slide .image, 
	#projectSlider .slider .controlSlide .navi {
		width: 100%;
		margin-bottom: 20px;
	}

	#projectSlider .slider .swiper-slide .image {
		min-height: 1px;
		padding-bottom: 60%;
	}

	#projectSlider .text .inner {
		max-width: 100%;
		padding: 0 15px;
		text-align: center;
	}

	#projectSlider .text,
	#projectSlider .slider .controlSlide .pagi {
		width: 100%;
		padding-left: 0;
	}

	#projectSlider .text .inner .bottom {
		padding-top: 10px;
	}

	#pageIntro {
		padding-top: 130px;
	}

	#pageIntro .selectBox {
		display: table;
		margin: 0 auto 30px;
	}

	#single {
		margin-top: -43px;
	}

	.textInfo .info .linkBtn {
		margin-left: 0;
	}

	.textInfo .info {
		display: block;
	}

	.textInfo {
		display: block;
		margin-bottom: 30px;
	}

	.textInfo .left,
	.textInfo .right,
	.textInfo.extended .right {
		width: auto;
		text-align: center;
		margin-top: 0;
	}

	.fitImage {
		margin-bottom: 30px;
	}

	.arrowLink {
		display: table;
		margin: 0 auto;
	}

	#pageIntro {
		padding-bottom: 47px;
	}

	#projectSlider {
		margin-bottom: 10px;
	}

	#projectSlider .slider .controlSlide {
		display: block;
		position: static;
		padding: 0 15px;
	}

	#projectSlider .slider .controlSlide .pagi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 30px;
	}

	#projectSlider .slider .controlSlide .pagi .swiper-pagination-bullet {
		margin-left: 5px;
		margin-right: 5px;
	}

	#projectSlider .slider .controlSlide .navi {
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 10px;
		height: 60vw;
		margin: 0;
		z-index: 1;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.elements {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		margin-bottom: 40px;
	}

	.elements .left {
		padding: 20px;
		width: auto;
	}

	.elements .right {
		border-left: none;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		border-bottom: 3px solid #000;
	}
	
	.elements .right .top {
		padding: 20px;
	}

	.infoBoxes {
		display: block;
		margin: 0 auto;
		border: none;
		background: none;
		max-width: 334px;
	}

	.infoBoxes li {
		border: 3px solid #000 !important;
		background: #fff;
		margin-bottom: 30px;
	}

	.infoBoxes li:last-child {
		margin-bottom: 0;
	}

	.infoBoxes li a {
		padding: 0 15px 20px;
	}

	.infoBoxes li .image {
		position: static;
		height: auto;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 10px;
	}

	.infoBoxes li .image img {
		position: static;
	}

	.content.woodyBg .section {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.twoCols {
		display: block;
	}

	.twoCols .col {
		width: auto;
	}

	.team li {
		width: 50%;
	}

	.indented {
		margin-bottom: 25px;
	}

	.logoButton {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}

	.logoButton .linkBtn {
		font-size: 16px;
	}

	#gallery {
		margin-top: 50px;
	}

	#gallery .listing {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	#gallery .listing li {
		width: auto;
		max-width: 334px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	#contact {
		display: block;
	}

	#contact .left {
		width: auto;
		padding: 130px 15px 45px;
	}

	#contact .left .form {
		width: auto;
		max-width: 400px;
		margin: 0 auto;
		padding-right: 0;
	}

	#contact .left .form h2 {
		text-align: center;
	}

	#contact .left .form .fields .field.half {
		width: 100%;
	}

	#contact .right {
		height: 300px;
		width: 100%;
	}

	#footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	
	#footer .right {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#footer .toTop {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-left: 0;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 479px) {
	.team li {
		width: 100%;
		text-align: center;
	}
}