/*
Theme Name: Arqtectonica
Version: 1.0
*/

/* FONTS
----------------------------- */
@font-face {
	font-family: 'Akkurat-Bold';
	src: url('fonts/Akkurat-Bold.eot');
	src: url('fonts/Akkurat-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Akkurat-Bold.woff') format('woff'),
	url('fonts/Akkurat-Bold.ttf') format('truetype'),
	url('fonts/Akkurat-Bold.svg#Akkurat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Akkurat';
	src: url('fonts/Akkurat.eot');
	src: url('fonts/Akkurat.eot?#iefix') format('embedded-opentype'),
	url('fonts/Akkurat.woff') format('woff'),
	url('fonts/Akkurat.ttf') format('truetype'),
	url('fonts/Akkurat.svg#Akkurat') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSans-Bold';
	src: url('fonts/DejaVuSans-Bold.eot');
	src: url('fonts/DejaVuSans-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/DejaVuSans-Bold.woff') format('woff'),
	url('fonts/DejaVuSans-Bold.ttf') format('truetype'),
	url('fonts/DejaVuSans-Bold.svg#Akkurat') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'DejaVuSans';
	src: url('fonts/DejaVuSans.eot');
	src: url('fonts/DejaVuSans.eot?#iefix') format('embedded-opentype'),
	url('fonts/DejaVuSans.woff') format('woff'),
	url('fonts/DejaVuSans.ttf') format('truetype'),
	url('fonts/DejaVuSans.svg#Akkurat') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'DejaVuSansCondensed';
	src: url('fonts/DejaVuSansCondensed.eot');
	src: url('fonts/DejaVuSansCondensed.eot?#iefix') format('embedded-opentype'),
	url('fonts/DejaVuSansCondensed.woff') format('woff'),
	url('fonts/DejaVuSansCondensed.ttf') format('truetype'),
	url('fonts/DejaVuSansCondensed.svg#Akkurat') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSansCondensed-Bold';
	src: url('fonts/DejaVuSansCondensed-Bold.eot');
	src: url('fonts/DejaVuSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/DejaVuSansCondensed-Bold.woff') format('woff'),
	url('fonts/DejaVuSansCondensed-Bold.ttf') format('truetype'),
	url('fonts/DejaVuSansCondensed-Bold.svg#Akkurat') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSansCondensed-BoldOblique';
	src: url('fonts/DejaVuSansCondensed-BoldOblique.eot');
	src: url('fonts/DejaVuSansCondensed-BoldOblique.eot?#iefix') format('embedded-opentype'),
	url('fonts/DejaVuSansCondensed-BoldOblique.woff') format('woff'),
	url('fonts/DejaVuSansCondensed-BoldOblique.ttf') format('truetype'),
	url('fonts/DejaVuSansCondensed-BoldOblique.svg#Akkurat') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSansCondensed-Oblique';
	src: url('fonts/DejaVuSansCondensed-Oblique.eot');
	src: url('fonts/DejaVuSansCondensed-Oblique.eot?#iefix') format('embedded-opentype'),
	url('fonts/DejaVuSansCondensed-Oblique.woff') format('woff'),
	url('fonts/DejaVuSansCondensed-Oblique.ttf') format('truetype'),
	url('fonts/DejaVuSansCondensed-Oblique.svg#Akkurat') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* GENERAL
----------------------------- */
/*html, body {*/
/*max-width: 100%;*/
/*overflow-x: hidden;*/
/*}*/
body {
	font-family: 'Akkurat';
}
body.no-scroll {
	overflow: hidden;
}
*:focus,
a:focus {
	outline: none;
}
body {
	font-size: 14px;
	line-height: 17px;
}
a:link,
a:visited {
	color: inherit;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
}
p {
	margin: 0 0 20px 0;
}
.slick-slide {
	outline: none
}
.container {
	min-width: 320px;
}
.column-inner.top30 {
	margin-top: 30px;
}
#website-wrapper {
	transition: all 450ms ease;
	opacity: 0;
	visibility: hidden;
}
#website-wrapper.active {
	opacity: 1;
	visibility: visible;
}
.strong,
strong {
	font-family: "Akkurat-Bold";
	font-weight: normal;
}
.normal {
	font-family: "Akkurat";
}

/* HEADER
----------------------------- */

#main-header {
	padding: 15px 0;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 30;
	transition: all 600ms ease;
	transform: translate3d(0px, 0px, 30px);
	-webkit-transform: translate3d(0px, 0px, 30px);
}
#main-header .logo {
	float: left;
	font-size: 0;
	line-height: 0;
	position: relative;
}
#main-header .logo img {
	height: 21px;
	display: block;
	width: 191px;
	transition: all 300ms ease;
}
#main-header .logo .logo-white {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.home #main-header .logo .logo-default,
.single-project #main-header .logo .logo-default {
	opacity: 0;
	visibility: hidden;
}
.home #main-header .logo .logo-white,
.single-project #main-header .logo .logo-white {
	opacity: 1;
	visibility: visible;;
}
.home #main-header.sticky .logo .logo-default,
.single-project #main-header.sticky .logo .logo-default {
	opacity: 1;
	visibility: visible;;
}
.home #main-header.sticky .logo .logo-white,
.single-project #main-header.sticky .logo .logo-white {
	opacity: 0;
	visibility: hidden;
}
#main-header .main-menu {
	float: right;
	margin-top: 4px;
}
#main-header .main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-header .main-menu ul li {
	float: left;
	margin-left: 16px;
}
#main-header .main-menu ul li:first-child {
	margin-left: 0;
}
#main-header .main-menu ul li a:link,
#main-header .main-menu ul li a:visited {
	font-size: 16px;
	text-decoration: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
#main-header .site-icon {
	float: right;
	margin-left: 15px;
	width: 30px;
	height: 30px;
	position: relative;
	top: -6px;
	cursor: pointer;
}
#main-header .site-icon .element {
	width: 16px;
	height: 3px;
	display: block;
	margin-bottom: 2px;
	margin-left: 7px;
}
#main-header .site-icon .element.active {
	transform: translateX(-7px);
}
#main-header .site-icon .element.first {
	background: #973a36;
	margin-top: 6px;
}
#main-header .site-icon .element.second {
	background: #6F8356;
}
#main-header .site-icon .element.third {
	background: #f0ae41;
}
#main-header .site-icon .element.last {
	margin-bottom: 0;
	background: #7dbbe2;
}
#main-header .menu-mobile-toggle {
	position: absolute;
	top: 0;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#main-header .menu-mobile-toggle span {
	display: block;
	height: 3px;
	width: 16px;
	margin-left: 14px;
	margin-bottom: 3px;
}
#main-header .menu-mobile-toggle span.first {
	margin-top: 8px;
}
#main-header .menu-mobile-toggle span.last {
	margin-bottom: 0;
}
#main-menu-mobile {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	width: 268px;
	display: block !important;
	margin: 0;
	z-index: 100;
	padding-top: 60px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(100%, 0px, 100px);
	-webkit-transform: translate3d(100%, 0px, 100px);
	transition: all 600ms ease;
}
#main-menu-mobile.active {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 100px);
	-webkit-transform: translate3d(0px, 0px, 100px);
}
#main-menu-mobile-overlay {
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 80;
	transition: all 600ms ease;
	transform: translate3d(0px, 0px, 80px);
	-webkit-transform: translate3d(0px, 0px, 80px);
}
#main-menu-mobile-overlay.active {
	opacity: 1;
	visibility: visible;
}
#main-menu-mobile ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-menu-mobile ul li {
	float: none;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#main-menu-mobile ul li a:link,
#main-menu-mobile ul li a:visited {
	height: 42px;
	line-height: 42px;
	text-align: left;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	text-decoration: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
#main-menu-mobile .close-icon {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#main-menu-mobile .close-icon svg {
	width: 16px;
	height: 17px;
	position: absolute;;
	top: 7px;
	left: 15px;
}
#site-navigation {
	position: fixed;
	width: 310px;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 100;
	padding-top: 60px;
	transform: translate3d(100%, 0px, 100px);
	-webkit-transform: translate3d(100%, 0px, 100px);
	transition: all 600ms ease;
	opacity: 0;
	visibility: hidden;
}
#site-navigation.active {
	transform: translate3d(0px, 0px, 100px);
	-webkit-transform: translate3d(0px, 0px, 100px);
	opacity: 1;
	visibility: visible;
}
#site-navigation .close-icon {
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 15px;
	width: 30px;
}
#site-navigation .close-icon svg {
	width: 16px;
	height: 17px;
	position: absolute;;
	top: 7px;
	left: 15px;
}
#site-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#site-navigation ul li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#site-navigation ul li a {
	padding: 16px 17px;
	display: block;
}
#site-navigation ul li a span {
	display: block;
	line-height: 0;
	font-size: 0;
}
#site-navigation ul li a span svg {
	height: 18px;
}
#site-navigation ul li a.main span svg {
	width: 164px;
}
#site-navigation ul li a.geo span svg {
	width: 203px;
}
#site-navigation ul li a.interiors span svg {
	width: 266px;
}
#site-navigation ul li a.products span svg {
	width: 276px;
}
#site-navigation ul li a.h3-logo svg {
	width: 30px;
	height: 30px;
}
#site-navigation-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	display: block;
	cursor: pointer;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: all 600ms ease;
	transform: translate3d(0px, 0px, 80px);
	-webkit-transform: translate3d(0px, 0px, 80px);
}
#site-navigation-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* HOME
----------------------------- */
#home-slideshow {
	position: relative;
	transition: opacity 900ms ease;
	-webkit-transition: opacity 900ms ease;
	opacity: 0;
}
#home-slideshow:after {
	height: 1px;
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}
#home-slideshow.active {
	opacity: 1;
}
#home-slideshow .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}
#home-slideshow .slide.slide-hidden {
	display: none;
}
#home-slideshow .slide .slide-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #000;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#home-slideshow .slide .slide-image:before {
	height: 90px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
	content: '';
	display: block;
}
#home-slideshow .slide .slide-image:after {
	height: 30%;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	content: '';
	display: block;
}
#home-slideshow .slide.slide-out .slide-image {
	-webkit-animation-name: slide-out;
	animation-name: slide-out;
	-webkit-animation-duration: 1800ms;
	animation-duration: 1800ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0.9,0,0.1,1);
	animation-timing-function: cubic-bezier(0.9,0,0.1,1);
}
#home-slideshow .slide .container {
	position: relative;
	height: 100%;
}
#home-slideshow .slide .container .caption {
	position: absolute;
	bottom: 20px;
	left: 30px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
	font-size: 18px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	line-height: 22px;
	opacity: 0;
}
#home-slideshow .slide .container .caption a {
	text-decoration: none;
}
#home-slideshow .slide.slide-active .container .caption {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
#home-slideshow .slide.slide-out .container .caption {
	opacity: 0;
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
}
#home-slideshow .slide .container .down-arrow {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	right: 30px;
	background: url(images/icon-arrow-down.svg) no-repeat;
	width: 32px;
	height: 32px;
}

@-webkit-keyframes slide-out {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slide-out {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

/* CONTENT
----------------------------- */
#content {
	padding: 98px 0;
}
#main-content {
	transition: all 600ms ease;
}
.home #content,
.single-project #content {
	padding: 68px 0;
}
.search #content,
.page-template-template-projects #content,
.page-template-template-projects-index #content,
.page-template-template-projects-timeline #content {
	padding-top: 174px;
}
.row-large-spacing .row {
	margin-left: -45px;
	margin-right: -45px;
}
.row-large-spacing .column {
	padding-left: 45px;
	padding-right: 45px;
}
.row-medium-spacing .row {
	margin-left: -30px;
	margin-right: -30px;
}
.row-medium-spacing .column {
	padding-left: 30px;
	padding-right: 30px;
}
.single-post-element {
	margin-bottom: 60px;
}
.single-post-element img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.single-post-element.circle-image img {
	border-radius: 50%;
}
.single-post-element.circle-image .embed-container,
.single-post-element.square-image .embed-container {
	padding-bottom: 100%;
}
.single-post-element.circle-image .background-image {
	border-radius: 50%;
}
.single-post-element h2,
.single-text-element h2 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
}
.single-post-element .video-wrapper {
	margin-bottom: 30px;
	position: relative;
}
.single-post-element .video-wrapper .video-overlay {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
	transition: all 300ms ease;
}
.single-post-element.circle-image .video-wrapper .video-overlay {
	border-radius: 50%;
}
.single-post-element .video-wrapper .video-overlay.fade-out {
	opacity: 0;
	visibility: hidden;
}
.single-post-element .video-wrapper .video-overlay .background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 15;
	opacity: 0.6;
}
.single-post-element .video-wrapper .video-overlay .play-icon,
.single-post-element .video-wrapper .video-overlay .play-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	background: url(images/icon-play.svg) no-repeat;
	background-size: 80px 80px;
	z-index: 18;
}
.single-image-element {
	margin-bottom: 60px;
	position: relative;
}
.single-image-element .image-label {
	position: absolute;
	top: -30px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 4px 5px 2px 5px;
}
.single-image-element a {
	display: block;
	font-size: 0;
	line-height: 0;
}
.single-image-element img {
	margin-bottom: 30px;
	max-width: 100%;
	width: 100%;
}
.single-image-element.circle img {
	border-radius: 50%;
}
.single-image-element h2 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
}
.single-image-element h2 a {
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}
.single-image-element .image-description {
	margin-bottom: 20px;
}
.single-image-element .image-description p:last-child {
	margin-bottom: 0;
}
.single-text-element {
	border-bottom: 2px solid #7b7b7b;
	margin-bottom: 60px;
	position: relative;
}
.single-text-element .text-label {
	position: absolute;
	top: -30px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 4px 5px 2px 5px;
}
.single-text-element .element-content {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 16px;
}
.single-text-element .element-content a {
	text-decoration: none;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* PROJECT FILTER
----------------------------- */
#project-filter {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 90;
	width: 230px;
	height: 100%;
	overflow: auto;
	transition: all 600ms ease;
	transform: translate3d(100%, 0px, 90px);
	-webkit-transform: translate3d(100%, 0px, 90px);
}
#project-filter.active {
	transform: translate3d(0px, 0px, 90px);
	-webkit-transform: translate3d(0px, 0px, 90px);
}
#project-filter .close-filter {
	width: 24px;
	float: right;
	height: 24px;
	margin-top: 24px;
	margin-right: 24px;
	cursor: pointer;
}
#project-filter .close-filter.close-filter-icon {
	position: absolute;
	margin-top: 0;
	margin-right: 0;
	top: 24px;
	right: 24px;
}
#project-filter .close-filter svg {
	width: 16px;
	height: 16px;
	float: right;
}
.projects-filter-active #main-header,
.projects-filter-active #main-content,
.site-navigation-active #main-header,
.site-navigation-active #main-content {
	transform: translateX(-120px);
}
#project-filter .inner {
	padding: 96px 24px 24px 24px;
	overflow: hidden;
	width: 100%;
}
#project-filter .inner .search-form {
	margin-bottom: 20px;
}
#project-filter .inner .search-form form {
	position: relative;
}
#project-filter .inner .search-form form .icon-search {
	height: 32px;
	width: 32px;
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	display: block;
	transition: all 300ms ease;
}
#project-filter .inner .search-form form .icon-search svg {
	width: 18px;
	height: 19px;
	position: relative;
	top: 7px;
	left: 7px;
}
#project-filter .inner .search-form.search-active form .icon-search {
	opacity: 0;
	visibility: hidden;
}
#project-filter .inner .search-form form input[type="text"],
#project-filter .inner .search-form form input[type="search"] {
	height: 32px;
	line-height: 32px;
	background: transparent;
	border-style: solid;
	border-width: 1px;
	padding: 0 15px 0 30px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	transition: all 300ms ease;
}
#project-filter .inner .search-form.search-active form input[type="text"],
#project-filter .inner .search-form.search-active form input[type="search"] {
	padding-left: 15px;
}
#project-filter .inner .filter-group {
	padding: 18px 0;
	border-top-style: solid;
	border-top-width: 1px;
}
#project-filter .inner .filter-group ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#project-filter .inner .filter-group ul li {
	line-height: 20px;
	position: relative;
}
#project-filter .inner .filter-group ul li a:link,
#project-filter .inner .filter-group ul li a:visited {
	font-size: 14px;
	text-decoration: none;
	transition: all 300ms ease;
	display: block;
}
#project-filter .inner .filter-group ul li a .icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}
#project-filter .inner .filter-group ul li a .icon-cancel {
	right: 0;
}
#project-filter .inner .filter-group ul li a .icon-cancel.position-left {
	left: 0;
	right: unset;
	transform: translateX(-100%);
}
#project-filter .inner .filter-group ul li.active > a .icon-cancel {
	opacity: 1;
	visibility: visible;
}
#project-filter .inner .filter-group ul li.active > a .icon-cancel {
	opacity: 1;
	visibility: visible;
}
#project-filter .inner .filter-group ul li a.remove-item .icon-cancel {
	opacity: 1;
	visibility: visible;
}
#project-filter .inner .filter-group ul li a .icon-cancel svg {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#project-filter .inner .filter-group ul li a .icon-cancel svg path {
	transition: all 300ms ease;
}
#project-filter .inner .filter-group ul li a.sub-menu-toggle {
	position: relative;
	margin-right: 20px;
}
#project-filter .inner .filter-group ul li .icon-dropdown {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#project-filter .inner .filter-group ul li .icon-dropdown svg {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#project-filter .inner .filter-group ul li .icon-dropdown svg path {
	transition: all 300ms ease;
}
#project-filter .inner .filter-group ul .filter-group-list-item .sub-menu {
	padding-left: 15px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 300ms ease;
}
#project-filter .inner .filter-group ul .filter-group-list-item.show-children > .sub-menu {
	opacity: 1;
	max-height: 400px;
}

#project-filter .inner .filter-group ul .filter-group-list-item.show-children > .icon-dropdown {
	transform: rotate(180deg);
}
#project-filter .inner .filter-group ul .sub-menu-item > a {
	margin-right: 40px;
	margin-left: 5px;
}
#project-filter .inner .filter-group ul .sub-menu-item .second-sub-menu {
	padding-left: 15px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 300ms ease;
}
#project-filter .inner .filter-group ul .sub-menu-item.show-children > .second-sub-menu {
	opacity: 1;
	max-height: 400px;
}
#project-filter .inner .filter-group ul .sub-menu-item.show-children > .icon-dropdown {
	transform: rotate(180deg);
}
#project-filter .inner .filter-group ul .sub-menu-item .second-sub-menu .second-sub-menu-item > a {
	margin-left: 5px;
}
#project-filter .inner .view-projects {
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	margin-right: 0;
	margin-top: 30px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 15px 7px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 300ms ease 0s, border-color 300ms ease 0s;
	vertical-align: top;
}
#project-filter .inner .view-projects a {
	text-decoration: none;
}
#project-filter-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	display: block;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 600ms ease;
	transform: translate3d(0px, 0px, 80px);
	-webkit-transform: translate3d(0px, 0px, 80px);
}
#project-filter-overlay.active {
	/*opacity: 1;*/
	/*visibility: visible;*/
}

/* PROJECT LISTING
----------------------------- */
.projects-displays {
	padding-top: 60px;
	padding-bottom: 30px;
	transition: all 300ms ease;
}
.sticky .projects-displays {
	padding-top: 15px;
	padding-bottom: 0;
}
.projects-displays .grouped-projects {
	float: left;
	position: relative;
	text-align: left;
}
.projects-displays .grouped-projects .toggle-group {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.projects-displays .grouped-projects .toggle-group li {
	display: inline-block;
	float: left;
	transition: all 300ms ease;
	margin-right: 23px;
}
.projects-displays .grouped-projects .toggle-group li a {
	display: block;
	padding: 8px 15px 7px 15px;
	line-height: 15px;
	text-decoration: none;
	transition: all 300ms ease;
}
.projects-displays .saved-projects {
	float: left;
	position: relative;
	text-align: left;
}
.projects-displays .saved-projects .saved-projects-heading {
	height: 32px;
	line-height: 32px;
	font-size: 0;
	cursor: pointer;
}
.projects-displays .saved-projects .saved-projects-heading .projects-icon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	top: 2px;
	margin-right: 12px;
	transition: all 300ms ease;
}
.projects-displays .saved-projects .saved-projects-heading .projects-icon svg {
	height: 28px;
	transition: all 300ms ease;
	shape-rendering: crispedges;
}
.projects-displays .saved-projects .saved-projects-heading .projects-icon svg .path-1 {
	transition: all 300ms ease;
}
.projects-displays .saved-projects .saved-projects-heading .projects-icon svg .path-2 {
	transition: all 300ms ease;
}
.projects-displays .saved-projects .saved-projects-heading .projects-icon .count {
	width: 30px;
	height: 12px;
	line-height: 12px;
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	text-align: center;
	font-size: 12px;
	transition: all 300ms ease;
}
.projects-displays .saved-projects .saved-projects-heading .projects-title {
	position: relative;
	top: 7px;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	transition: all 300ms ease;
}
.projects-displays .saved-projects .saved-projects-content {
	min-width: 480px;
	position: absolute;
	padding:12px 15px 20px 42px;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}
.projects-displays .saved-projects .saved-projects-content.active {
	opacity: 1;
	visibility: visible;
}
.projects-displays .saved-projects .saved-projects-content p {
	font-size: 12px;
	line-height: 24px;
}
.projects-displays .saved-projects .saved-projects-content ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.projects-displays .saved-projects .saved-projects-content ul li {
	position: relative;
	font-size: 12px;
	line-height: 24px;
}
.projects-displays .saved-projects .saved-projects-content ul li a:link,
.projects-displays .saved-projects .saved-projects-content ul li a:visited {
	text-decoration: none;
}
.projects-displays .saved-projects .saved-projects-content ul li a:hover,
.projects-displays .saved-projects .saved-projects-content ul li a:active,
.projects-displays .saved-projects .saved-projects-content ul li a:focus {
	text-decoration: underline;
}
.projects-displays .saved-projects .saved-projects-content ul li .icon {
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	font-size: 0;
	line-height: 0;
	right: 0;
	cursor: pointer;
	text-align: right;
}
.projects-displays .saved-projects .saved-projects-content ul li .icon svg {
	width: 12px;
	height: 12px;
	margin-top: 6px;
}
.projects-displays .saved-projects .saved-projects-content ul li .icon svg path {
	transition: all 300ms ease;
}
.projects-displays .saved-projects .saved-projects-content .download-pdfs {
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 13px;
	transition: all 300ms ease;
	position: relative;
}
.projects-displays .saved-projects .saved-projects-content .download-pdfs .loader {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -1px;
	right: -44px;
	transition: all 300ms ease;
	opacity: 0;
	visibility: hidden;
}
.projects-displays .saved-projects .saved-projects-content .download-pdfs.loading .loader {
	opacity: 1;
	visibility: visible;
}
.projects-displays .saved-projects .saved-projects-content .error {
	font-size: 12px;
	line-height: 24px;
	padding-top: 12px;
	color: #f00;
}
.projects-displays .nav {
	font-size: 0;
	line-height: 0;
	float: right;
}
.projects-displays .nav .button {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px;
	padding: 8px 15px 7px 15px;
	transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
	margin-right: 23px;
	cursor: pointer;
	vertical-align: top;
}
.projects-displays .nav .button:last-child {
	margin-right: 0;
}
.projects-displays .nav .button.button-icon-only {
	padding: 0;
	width: 32px;
	position: relative;
	height: 32px;
}
.projects-displays .nav .button.button-icon-only:first-child {
	margin-right: 0;
	border-right: 0;
}
.projects-displays .nav .button.button-icon-only .icon {
	width: 18px;
	height: 18px;
	top: 6px;
	left: 6px;
	display: block;
	position: absolute;
	font-size: 0;
	line-height: 0;
}
.projects-displays .nav .button.button-icon-only .icon svg {
	width: 18px;
	height: 18px;
}
.projects-displays .nav .button.button-icon-only .icon-index svg {
	height: 17px;
	margin-top: 1px;
}
.projects-displays .nav .button.button-icon-only .icon svg path {
	transition: all 300ms ease;
}
.projects-displays .nav .button.button-icon-inline {
	position: relative;
	padding-right: 30px;
}
.projects-displays .nav .button.button-icon-inline .icon {
	width: 18px;
	height: 18px;
	top: 6px;
	right: 8px;
	display: block;
	position: absolute;
	font-size: 0;
	line-height: 0;
}
.projects-displays .nav .button.button-icon-inline .icon svg {
	width: 18px;
	height: 18px;
}
.projects-displays .nav .button.button-icon-inline .icon svg path {
	transition: all 300ms ease;
}
.projects-listing .project {
	height: 100%;
	margin-bottom: 60px;
}
.projects-listing .project .table {
	height: 100%;
	width: 100%;
	display: table;
	margin: 0;
}
.projects-listing .project .table .table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.projects-listing .row-projects {
	margin-left: -30px;
	margin-right: -30px;
}
.projects-listing .row-projects .column {
	padding-left: 30px;
	padding-right: 30px;
}
.projects-listing .project .project-details {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	transition: all 300ms ease;
}
.projects-listing .project:hover .project-details {
	padding-bottom: 56px;
}
.projects-listing .project .project-details .project-image {
	padding-bottom: 20px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	position: relative;
	z-index: 5;
}
.projects-listing .project .project-details .project-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.projects-listing .project .project-details h3 {
	padding: 0 0 6px 0;
	margin: 0;
	font-size: 0;
	font-size: 14px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	transition: all 300ms ease;
	position: relative;
	z-index: 5;
}
.projects-listing .project .project-details .location {
	font-size: 14px;
	line-height: 12px;
	display: block;
	transition: all 300ms ease;
	position: relative;
	z-index: 5;
}
.projects-listing .project .project-details .buttons {
	font-size: 0;
	padding-top: 24px;
	position: absolute;
	bottom: 0;
	transition: all 300ms ease;
	opacity: 0;
	visibility: hidden;
	min-width: 230px;
	perspective: 1000px;
	transform-origin: center;
	transform: translateZ(-80px) scale(0.9) rotateX(15deg);

}
.projects-listing .project:hover .project-details .buttons {
	opacity: 1;
	visibility: visible;
	transform: translateZ(0) scale(1) rotateX(0);
}
.projects-listing .project .project-details .buttons .button,
.projects-index .projects-index-row .buttons .button {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px;
	padding: 0 13px;
	transition: all 300ms ease;
	margin-right: 13px;
	cursor: pointer;
	vertical-align: top;
}
.projects-listing .project .project-details .buttons .button.active,
.projects-index .projects-index-row .buttons .button.active {
	cursor: default;
}
.projects-listing .project .project-details .buttons .button svg,
.projects-index .projects-index-row .buttons .button svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.projects-listing .project .project-details .buttons .button svg path,
.projects-index .projects-index-row .buttons .button svg path {
	transition: all 300ms ease;
}
.projects-listing .project .project-details .buttons .button.last,
.projects-index .projects-index-row .buttons .button.last {
	margin-right: 0;
}

/* PROJECT INDEX
----------------------------- */

.projects-index .projects-index-row {
	border-top-width: 1px;
	border-top-style: solid;
	padding: 10px 0;
}
.projects-index .projects-index-row:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.projects-index .projects-index-row .project-title:link,
.projects-index .projects-index-row .project-title:visited {
	text-decoration: none;
	float: left;
}
.projects-index .projects-index-row .location {
	float: right;
	width: 282px;
}
.projects-index .projects-index-row .buttons {
	clear: both;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}
.projects-index .projects-index-row .buttons .button {

}
.projects-index .projects-index-row:hover .buttons {
	height: 44px;
	opacity: 1;
	visibility: visible;
	padding-top: 8px;
}

/* PROJECT TIMELINE
----------------------------- */

.projects-timeline .timeline-content {
	padding-right: 100px;
}
.projects-timeline .projects-year h2 {
	font-size: 18px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top-style: solid;
	border-top-width: 1px;
}
.projects-timeline .projects-year > .row {
	display: flex;
	flex-flow: row wrap;
}
.projects-timeline .projects-year .project {
	margin-bottom: 40px;
}
.projects-timeline .projects-year .project.trigger-gallery {
	cursor: pointer;
}
.projects-timeline .projects-year .project .project-thumbnail {
	display: block;
	font-size: 0;
	line-height: 0;
	padding-bottom: 10px;
}
.projects-timeline .projects-year .project .project-thumbnail img {
	max-width: 100%;
	height: auto;
}
.projects-timeline .projects-year .project h3 {
	font-size: 12px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	margin: 0;
}
.projects-timeline .projects-year .project .date {
	font-size: 12px;
	line-height: 14px;
}
.projects-timeline .projects-year .project .location {
	font-size: 12px;
	line-height: 14px;
}
#projects-nav .container {
	position: relative;
}
#timeline-nav {
	width: 27px;
	position: absolute;
	top: 0;
	right: 30px;
	transform: translateY(137px);
	transition: all 300ms ease;
}
.sticky #timeline-nav {
	transform: translateY(62px);
}
#timeline-nav:after {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
}
#timeline-nav .bar {
	position: absolute;
	width: 27px;
	height: 1px;
	display: block;
	left: 0;
	z-index: 10;
}
#timeline-nav .bar.top-bar {
	top: 0;
}
#timeline-nav .bar.bottom-bar {
	bottom: 0;
}
#timeline-nav .handle {
	width: 27px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 10;
}
#timeline-nav .handle .grip {
	width: 27px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 0;
	border-style: solid;
	border-width: 1px;
}
#timeline-nav .scale {
	position: absolute;
	left: -100%;
	margin-left: -20px;
}
#timeline-nav .scale span {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
}
#timeline-nav .scale span.active {
	font-size: 16px;
}
#timeline-nav .scale span:nth-child(even) {
}


/* PROJECT SINGLE
----------------------------- */
#single-project-slideshow {
	position: relative;;
}
#single-project-slideshow:after {
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 20;
}
#single-project-slideshow .hero,
#single-project-slideshow .hero .slick-list,
#single-project-slideshow .hero .slick-list .slick-track,
#single-project-slideshow .hero .slide {
	height: 100%;
}
#single-project-slideshow .hero {
	position: absolute;
	left: 0;
	width: 100%;
	transition: opacity 300ms ease;
	opacity: 0;
}
#single-project-slideshow.active .hero {
	opacity: 1;
}
#single-project-slideshow .hero .slide {
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
}
#single-project-slideshow .hero .slide:before {
	height: 45%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
	content: '';
	display: block;
}
#single-project-slideshow .hero .slide:after {
	height: 45%;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	content: '';
	display: block;
}
#single-project-slideshow .hero .slick-arrow {
	width: 50%;
	position: absolute;
	background: transparent;
	border: none;
	height: 100%;
	z-index: 10;
	padding: 0;
	font-size: 0;
	top: 0;
}
#single-project-slideshow .hero .slick-arrow.slick-prev {
	left: 0;
}
#single-project-slideshow .hero .slick-arrow.slick-next {
	right: 0;
}
#single-project-slideshow .container {
	position: relative;
	z-index: 15;
}
#single-project-slideshow.active .container {
	height: 90px;
	top: 100%;
	transform: translateY(-90px);
}
#single-project-slideshow .container h1 {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 20px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}
#single-project-slideshow .container .slideshow-pagination-wrapper {
	height: 16px;
	line-height: 16px;
	bottom: 18px;
	right: 80px;
	position: absolute;
}
#single-project-slideshow .container .slide-counter {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	transition: all 300ms ease;
}
#single-project-slideshow .container .slideshow-pagination-wrapper:hover .slide-counter {
	visibility: hidden;
	opacity: 0;
}
#single-project-slideshow .container .slide-counter .current {
	font-weight: bold;
}
#single-project-slideshow .container .slide-pagination {
	font-size: 0;
	transition: all 300ms ease;
	visibility: hidden;
	opacity: 0;
}
#single-project-slideshow .container .slideshow-pagination-wrapper:hover .slide-pagination {
	opacity: 1;
	visibility: visible;
}
#single-project-slideshow .container .slide-pagination span {
	display: inline-block;
	font-size: 14px;
	margin-left: 4px;
	width: 15px;
	text-align: center;
	cursor: pointer;
}
#single-project-slideshow .container .slide-pagination span:hover,
#single-project-slideshow .container .slide-pagination span.active {
	font-weight: bold;
}
#single-project-slideshow .container .down-arrow {
	background: url(images/icon-arrow-down.svg) no-repeat;
	bottom: 20px;
	height: 32px;
	position: absolute;
	right: 30px;
	width: 32px;
	z-index: 20;
	cursor: pointer;
}
#side-slideshow img {
	max-width: 100%;
	height: auto;
}
#single-project .information p {
	font-size: 13px;
	line-height: 20px;
}
#single-project .information .more-information {
	display: none;
}
#single-project .buttons {
	font-size: 0;
	line-height: 0;
	margin-bottom: 36px;
}
#single-project .buttons .button {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	padding: 2px 7px 3px;
	text-decoration: none;
	margin-right: 18px;
	line-height: normal;
	cursor: pointer;
}
#single-project .buttons .button:last-child {
	margin-right: 0;
}
#single-project .meta {
	margin-bottom: 24px;
}
#single-project .meta .item {
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
	padding: 6px 0 5px 0;
}
#single-project .meta .item:last-child {
	margin-bottom: 0;
}
#single-project .awards {
	font-size: 12px;
	line-height: 20px;
}
#single-project .related-items {
	padding-top: 48px;
}

#single-project .related-items .pdfprnt-buttons {
	display: none;
}
#single-project .related-items h2.related-items-title {
	margin: 0 0 26px 0;
	padding-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
}

/* FIRM
----------------------------- */

#firm .intro .image {
	max-width: 46%;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
#firm .intro h1 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	margin: 0 0 30px 0;
}
#firm .intro p,
#firm .capabilities-description{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 14px;
}
#firm .extra-content {
	display: none;
}
#firm .show-extra-content {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	padding: 2px 7px;
	text-decoration: none;
	margin-right: 18px;
	cursor: pointer;
}
#firm .section {
	margin-top: 38px;
	padding-top: 18px;
	border-top-width: 1px;
	border-top-style: solid;
}
#firm .section.no-margin {
	margin-top: 0;
}
#firm .section h2 {
	font-size: 20px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	margin-bottom: 20px;
}
#firm .capabilities .content-column {
	font-size: 13px;
	line-height: 18px;
}
#firm .custom-content p {
	font-size: 13px;
	line-height: 18px;
}
#firm .custom-content p:last-child {
	margin-bottom: 0;
}
#firm .partners .partner {
	margin-bottom: 38px;
}
#firm .partners .partner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#firm .partners .partner .column-image {
	float: right;
}
#firm .partners .partner .column-title {
	position: relative;
}
#firm .partners .partner .column-title .table {
	display: table;
	margin: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}
#firm .partners .partner .column-title .table .table-cell {
	display: table-cell;
	vertical-align: bottom;
}
#firm .partners .partner .column-title h3 {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Akkurat-Bold';
	margin: 0;
}
#firm .partners .partner .column-title h4 {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Akkurat';
	margin: 0;
}
#firm .partners .partner .description {
	padding-top: 20px;
}
#firm .partners .partner .description p {
	font-size: 13px;
	line-height: 18px;
}
#firm .leadership h2 {
	font-size: 20px;
	font-family: 'Akkurat-Bold';
	margin-bottom: 20px;
}
#firm .leadership .member {
	margin-bottom: 50px;
	font-family: 'Akkurat-Bold';
}
#firm .leadership .member img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#firm .leadership .member h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
}
#firm .leadership .member .position {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Akkurat';
}

/* OFFICES
----------------------------- */

.acf-map {
	width: 100%;
	height: 368px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.acf-map.active {
	opacity: 1;
	visibility: visible;
}
.acf-map img {
	max-width: inherit !important;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display:none;
}
.gmnoprint div {
	background:none !important;
}
.pin-description p {
	margin-bottom: 0;
}
.pin-description img {
	max-width: 100%;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
#offices .acf-map {
	margin-bottom: 30px;
}
#offices h4 {
	font-size: 14px;
	line-height: 17px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#offices h5 {
	font-size: 13px;
	line-height: 16px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#offices p {
	font-size: 12px;
	line-height: 14px;
}
#offices p a:link,
#offices p a:visited {
	text-decoration: none;
}
#offices p a:hover,
#offices p a:active {
	text-decoration: underline;
}
#offices .toggle-wrapper.first {
	margin-top: 32px;
}
#offices .toggle-wrapper .toggle {
	border-top-style: solid;
	border-top-width: 1px;
}
#offices .toggle-wrapper:last-child .toggle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#offices .toggle-wrapper:last-child .toggle.generated {
	border-bottom: none;
}
#offices .toggle-wrapper:last-child .toggle.generated-last {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#offices .toggle-wrapper .toggle h2 {
	font-size: 20px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
	position: relative;
}
#offices .toggle-wrapper .toggle h2 .icon {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
}
#offices .toggle-wrapper .toggle h2 .icon:before {
	width: 21px;
	height: 1px;
	position: absolute;
	content: '';
	display: block;
	top: 10px;
	left: 0;
}
#offices .toggle-wrapper .toggle h2 .icon:after {
	width: 1px;
	height: 21px;
	position: absolute;
	content: '';
	display: block;
	left: 10px;
	top: 0;
	transition: all 300ms ease;
}
#offices .toggle-wrapper .toggle h2.active .icon:after {
	opacity: 0;
}
#offices .toggle-wrapper .toggle .content {
	padding-bottom: 15px;
	display: none;
}
#offices input[type="text"],
#offices input[type="email"] {
	width: 100%;
	max-width: 100%;
	background: transparent;
	border-style: solid;
	border-width: 1px;
	height: 34px;
	line-height: 34px;
	padding: 0 14px;
	font-size: 13px;
}
#offices textarea {
	width: 100%;
	max-width: 100%;
	background: transparent;
	border-style: solid;
	border-width: 1px;
	padding: 14px;
	font-size: 13px;
	resize: none;
}
#offices input[type="submit"] {
	height: 34px;
	line-height: 32px;
	font-size: 13px;
	background: transparent;
	border-style: solid;
	border-width: 1px;
	padding: 0 14px;
	text-transform: uppercase;
}
#offices .form-column {
	margin-bottom: 15px;
}
#offices span.wpcf7-not-valid-tip {
	font-size: 10px;
	padding-top: 4px;
}
#offices .wpcf7-response-output {
	padding: 15px 0 0 0 !important;
	font-size: 13px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	border: none !important;
	margin: 0 !important;
}
#offices .select2-container {
	width: 100% !important;
	display: block !important;
}
#offices .select2-container--default .select2-selection--single {
	background: none !important;
	height: 34px !important;
	border-radius: 0 !important;
}
#offices .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px !important;
	font-size: 13px !important;
	padding-left: 14px !important;
}

#offices .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotate(180deg);
}
#offices .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
	width: 32px !important;
}
#offices .select2-container--default .select2-selection--single .select2-selection__arrow svg {
	width: 18px;
	height: 19px;
	position: absolute;
	top: 7px;
	left: 7px;
}
#offices .jobs {
	padding-top: 5px;
}
#offices .jobs .job {
	margin-bottom: 30px;
}
#offices .jobs .job h6 {
	font-size: 14px;
	margin: 0;
}
#offices .jobs .job small {
	font-size: 13px;
}
#offices .wpcf7-file {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	height: 17px;
	cursor: pointer;
}
#offices .wpcf7-file + label {
	max-width: 80%;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0;
}
#offices .wpcf7-form-control-wrap.portfolio {
	display: block;
}
#offices .wpcf7-form-control-wrap.portfolio span.wpcf7-not-valid-tip {
	line-height: 12px;
	padding-bottom: 6px;
	padding-top: 0;
}
#offices .extra-info {
	display: block;
}

/* NEWS
----------------------------- */

#news .single-text-element,
#news .single-post-element,
#news .single-image-element {
	border-bottom: none;
	margin-bottom: 98px;
}
#news .single-text-element.no-bottom-spacing,
#news .single-post-element.no-bottom-spacing,
#news .single-image-element.no-bottom-spacing {
	margin-bottom: 30px;
}
#news .single-text-element .element-content {
	padding-bottom: 0;
}
#news .single-post-element h2,
#news .single-image-element h2,
#news .single-text-element h2 {
	font-weight: normal;
}
.select2-dropdown {
	border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
}
.select2-results__options {
	padding: 7px 0;
}
.select2-results__option {
	font-size: 13px;
	padding: 0 14px;
	line-height: 32px;
	transition: all 300ms ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 18px;
	height: 18px;
	border: none;
	margin-top: -9px;
	margin-left: -9px;
}

/* MODAL WINDOW
----------------------------- */

.mfp-zoom-in .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0;
}
.mfp-zoom-in.mfp-image-loaded .mfp-content,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.mfp-zoom-in .mfp-content,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0;
	transform: scale(0.95);
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-property: all;
	-webkit-transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.mfp-zoom-in.mfp-removing .mfp-content,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
	-webkit-transform:scale(0.95);
	-ms-transform:scale(0.95);
	transform:scale(0.95);
	opacity:0
}
.mfp-title {
	padding-top: 10px;
}
.mfp-title .title {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
}
.mfp-title .date {
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.mfp-figure:after {
	display: none;
}
img.mfp-img {
	padding: 60px 0;
}
.mfp-bottom-bar {
	margin-top: -60px;
}
.mfp-counter {
	top: 10px;
	font-size: 14px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	transition: all 300ms ease;
}
.mfp-bottom-bar:hover .mfp-counter {
	opacity: 0;
	visibility: hidden;
}
.mfp-arrow:before,
.mfp-arrow:after {
	display: none;
}
.mfp-arrow,
.mfp-arrow:active {
	margin-top: -55px;
	opacity: 1;
}
.mfp-arrow,
.mfp-image-loaded.mfp-removing .mfp-arrow {
	transition: all 300ms ease;
	opacity: 0;
	visibility: hidden;
}
.mfp-image-loaded .mfp-arrow {
	opacity: 1;
	visibility: visible;
}
.mfp-arrow.mfp-arrow-left {
	transform: rotate(180deg);
}
.mfp-arrow svg {
	width: 48px;
	height: 48px;
}
.mfp-arrow svg path {
	transition: all 300ms ease;
}
button.mfp-close {
	padding: 0 !important;
	width: 48px !important;
	height: 48px !important;
	opacity: 1 !important;
	top: 6px !important;
	right: 0 !important;
}
button.mfp-close svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 14px;
	right: 0;
}
button.mfp-close svg path {
	transition: all 300ms ease;
}
.mfp-pagination {
	top: 10px;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
	position: absolute;
	right: 0;
	line-height: 18px;
	white-space: nowrap;
	transition: all 300ms ease;
	opacity: 0;
	visibility: hidden;
}
.mfp-bottom-bar:hover .mfp-pagination {
	opacity: 1;
	visibility: visible;
}
.mfp-pagination span {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	cursor: pointer;
}

/* FOOTER
----------------------------- */
.container .footer-left .copyright {
	font-size: 8px;
	color: #919090;
	margin-top: -10px;;
}
.container .footer-right {
	float: right;
	max-width: 290px;
}
.container .footer-right .brochures-btn {
	font-size: 12px;
	color: #919090;
	text-transform: uppercase;
	border: 1px solid #919090;
	padding: 10px;
	text-decoration: none;
	transition: color 0.5s;
}
.container .footer-right .brochures-btn.hover:hover {
	color: #ffffff;
}
.container .footer-right .brochures {
	display: none;
	list-style-type: none;
	position: absolute;
	bottom: 38px;
	right: 22px;
	padding: 38px 38px 18px;
	background-color: transparent;
	width: 100%;
	background: #ffffff;
}
.container.architecture .footer-right .brochures {
	background: rgba(0, 0, 0, 0.8588235294117647);
}
.container .footer-right .brochures-btn:hover + .brochures {
	display: block;
}
.container .footer-right .brochures:hover {
	display: block;
}
.container .footer-right .brochures li {
	padding: 4px 0;
}
.container .footer-right .brochures li a {
	color: #919090;
	text-decoration: none;
}
.container .footer-right .brochures.hover li a:hover {
	color: #ffffff;
}
.container .footer-right .social-media {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin-left: 16px;
	float: right;
}
.container .footer-right .social-media.no-float {
	float: none;
}
.container .footer-right .social-media li {
	display: inline-block;
	border-top: 1px solid #919090;
	border-bottom: 1px solid #919090;
	border-left: 1px solid #919090;
	padding: 8px;
	margin-right: -4px;
}
.container .footer-right .social-media li:last-child {
	border-right: 1px solid #919090;
}
.container .footer-right .social-media li a img {
	width: 20px;
	height: 20px;
}

/* SOCIAL MEDIA VC ELEMENT
----------------------------- */
.social-media-element {
	margin-bottom: 80px;
}
.social-media-element .social-media-list {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.social-media-element .social-media-list li {
	display: inline-block;
	border-top: 1px solid #919090;
	border-bottom: 1px solid #919090;
	border-left: 1px solid #919090;
	padding: 8px;
}
.social-media-element .social-media-list li:last-child {
	border-right: 1px solid #919090;
}
.social-media-element .social-media-list li a img {
	width: 20px;
	height: 20px;
}

/* RESPONSIVE
----------------------------- */
@media only screen and (max-width: 1024px) {
	.projects-timeline .timeline-content {
		padding-right: 0;
	}
	#timeline-nav {
		display: none;
	}
	#single-project-slideshow,
	#home-slideshow {
		top: 60px;
	}
	#home-slideshow .slide .slide-image,
	#single-project-slideshow .hero .slide {
		background-position: center top;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#home-slideshow .slide-image img {
		width: 100%;
	}
	#home-slideshow .slide .container .caption {
		width: 100%;
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
	}

}
@media only screen and (max-width: 991px) {
	.down-arrow {
		display: none;
	}

	.home #content {
		padding: 90px 0;
	}

	.social-media-element {
		margin-bottom: 40px;
		text-align: center;
	}

	.mobile-menu-active #main-header,
	.mobile-menu-active #main-content,
	.projects-filter-active #main-header,
	.projects-filter-active #main-content,
	.site-navigation-active #main-header,
	.site-navigation-active #main-content {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	#home-slideshow .slide.slide-active .slide-image {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	#home-slideshow .slide.slide-out .slide-image {
		-webkit-animation-duration: 800ms;
		animation-duration: 800ms;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	@-webkit-keyframes slide-out {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes slide-out {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	#main-header .container {
		text-align: center;
		position: relative;
	}
	#main-header .logo {
		display: inline-block;
		float: none;
		margin-top: 5px;
	}
	#main-header .logo img {
		width: 182px;
		height: 20px;
	}
	#main-header .site-icon {
		float: none;
		margin: 0;
		position: absolute;
		top: 0;
		left: 30px;
	}
	#main-header .site-icon .element {
		margin-left: 0;
	}
	#main-header .site-icon .element.active {
		transform: translateX(7px);
	}
	#site-navigation {
		right: auto;
		left: 0;
	}
	#site-navigation {
		transform: translate3d(-100%, 0px, 100px);
		-webkit-transform: translate3d(-100%, 0px, 100px);
	}
	#site-navigation.active {
		transform: translate3d(0px, 0px, 100px);
		-webkit-transform: translate3d(0px, 0px, 100px);
	}
	#site-navigation {
		width: 268px;
	}
	#site-navigation ul li a span svg {
		height: 14px;
	}
	#site-navigation ul li a.main span svg {
		width: 128px;
	}
	#site-navigation ul li a.geo span svg {
		width: 158px;
	}
	#site-navigation ul li a.interiors span svg {
		width: 207px;
	}
	#site-navigation ul li a.products span svg {
		width: 215px;
	}
	.row-large-spacing .row,
	.row-medium-spacing .row,
	.projects-listing .row-projects {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-medium-spacing .column,
	.row-large-spacing .column,
	.projects-listing .row-projects .column {
		padding-left: 15px;
		padding-right: 15px;
	}
	.projects-listing .project .project-details {
		padding-bottom: 56px;
	}
	.projects-listing .project .project-details .buttons {
		opacity: 1;
		visibility: visible;
		transform: translateZ(0) scale(1) rotateX(0);
	}
	#single-project-slideshow .container .slideshow-pagination-wrapper:hover .slide-pagination,
	.mfp-bottom-bar:hover .mfp-pagination {
		opacity: 0;
		visibility: hidden;
	}
	#single-project-slideshow .container .slideshow-pagination-wrapper:hover .slide-counter,
	.mfp-bottom-bar:hover .mfp-counter {
		opacity: 1;
		visibility: visible;
	}
	#firm .partners .partner .column-image {
		float: none;
		margin-bottom: 20px;
	}
	#firm .partners .partner .column-title .table {
		position: relative;
		display: block;
	}
	#firm .leadership .member h3,
	#firm .leadership .member .position {
		font-size: 12px;
	}

	.container .footer-right .brochures-btn:hover + .brochures {
		display: none;
	}

}
@media only screen and (max-width: 767px) {
	#single-project .content-column {
		margin-bottom: 40px;
	}
	#firm .intro .image {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		height: auto;
		display: block;
	}
	.acf-map {
		height: 278px;
	}
	.container .footer-right {
		float: left;
		margin-top: 8px;
	}
	.container .footer-right .social-media {
		float: left;
		margin-left: 0;
	}
	.container .footer-right .social-media.no-float {
		margin-left: 16px;
	}

	#home-slideshow .slide .slide-image,
	#single-project-slideshow .hero .slide {
		background-size: contain;
	}

	.hidden-tablet,
	#home-slideshow .slide .container .down-arrow {
		display: none;
	}
	#home-slideshow .slide .container .caption {
		padding-right: 60px !important;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#home-slideshow .slide .container .caption a {
		font-size: 15px;
	}
	#single-project-slideshow .container .slideshow-pagination-wrapper {
		top: 0px;
		right: 10px;
		bottom: initial;
	}
	#single-project-slideshow .container h1 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.projects-displays {
		padding-bottom: 15px;
		padding-top: 30px;
	}
	.search #content,
	.page-template-template-projects #content,
	.page-template-template-projects-index #content,
	.page-template-template-projects-timeline #content {
		padding-top: 187px;
	}
	.projects-displays .grouped-projects .toggle-group li {
		margin-right: 10px;
	}
	.projects-displays .grouped-projects .toggle-group li a {
		height: 24px;
		line-height: 22px;
		font-size: 10px;
		padding: 0 6px;
	}
	.projects-displays .saved-projects {
		float: right;
	}
	.projects-displays .saved-projects .saved-projects-heading {
		height: 26px;
		line-height: 26px;
	}
	.projects-displays .saved-projects .saved-projects-heading .projects-icon {
		top: 0;
		width: 26px;
		height: 26px;
		margin-right: 5px;
	}
	.projects-displays .saved-projects .saved-projects-heading .projects-icon svg {
		height: 24px;
	}
	.projects-displays .saved-projects .saved-projects-heading .projects-icon .count {
		width: 24px;
		font-size: 10px;
		line-height: 10px;
		height: 10px;
		top: 9px;
	}
	.projects-displays .saved-projects .saved-projects-heading .projects-title {
		top: 2px;
		font-size: 10px;
		line-height: 12px;
		width: 52px;
		text-align: left;
	}
	.projects-displays .nav {
		float: left;
		margin-top: 15px;
		width: 100%;
		text-align: left;
	}
	.projects-displays .nav .button {
		height: 24px;
		line-height: 22px;
		font-size: 10px;
		padding: 0 6px;
		margin-right: 0;
	}
	.projects-displays .nav .button.button-icon-only {
		width: 24px;
		height: 24px;
		border-right: 0;
	}
	.projects-displays .nav .button.button-icon-only .icon {
		width: 12px;
		height: 12px;
		top: 5px;
		left: 5px;
	}
	.projects-displays .nav .button.button-icon-only .icon svg {
		width: 12px;
		height: 12px;
	}
	.projects-displays .nav .button.button-icon-inline {
		padding-right: 22px;
		border-left: 0;
	}
	.projects-displays .nav .button.button-icon-inline .icon {
		width: 12px;
		height: 12px;
		right: 6px;
		top: 5px;
	}
	.projects-displays .nav .button.button-icon-inline .icon svg {
		width: 12px;
		height: 12px;
	}
	.projects-listing .project .table .table-cell {
		text-align: left;
	}
	.projects-listing .project .project-details .buttons .button {
		height: 24px;
		line-height: 22px;
		font-size: 10px;
		padding: 0 6px;
		margin-right: 6px;
	}
	.projects-listing .project .project-details .buttons .button svg {
		width: 14px;
		height: 14px;
		top: 3px;
	}
	.projects-displays .saved-projects .saved-projects-content {
		min-width: 260px;
		padding-left: 30px;
	}
	.projects-displays .saved-projects .saved-projects-content p {
		margin-bottom: 10px;
		font-size: 10px;
		line-height: 18px;
	}
	.projects-displays .saved-projects .saved-projects-content ul li {
		font-size: 10px;
		line-height: 18px;
		padding-right: 20px;
	}
	.projects-displays .saved-projects .saved-projects-content ul li .icon {
		width: 18px;
		height: 18px;
	}
	.projects-displays .saved-projects .saved-projects-content ul li .icon svg {
		margin-top: 3px;
	}
	.projects-displays .saved-projects .saved-projects-content .download-pdfs {
		height: 24px;
		line-height: 22px;
		padding: 0 6px;
		font-size: 10px;
	}
	.projects-index .projects-index-row .project-title:link,
	.projects-index .projects-index-row .project-title:visited {
		display: block;
		padding-bottom: 6px;
		float: none;
	}
	.projects-index .projects-index-row .location {
		float: none;
		width: 100%;
	}
	#firm .intro h1 {
		font-size: 18px;
		line-height: 22px;
	}
	#offices .toggle-wrapper .toggle h2 {
		padding: 12px 0;
		font-size: 16px;
	}
	#offices .toggle-wrapper .toggle h2 .icon {
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}
	#offices .toggle-wrapper .toggle h2 .icon:before {
		width: 16px;
		top: 8px;
	}
	#offices .toggle-wrapper .toggle h2 .icon:after {
		height: 16px;
		left: 8px;
	}
}
@media only screen and (max-width: 480px) {
	.home #content,
	.single-project #content {
		padding: 95px 0;
	}

	#main-header .logo {
		margin-top: 7px;
	}

	#main-header .logo img {
		width: 146px;
		height: 16px;
	}

	#home-slideshow .slide .container .caption {
		padding-right: 90px;
		font-size: 16px;
		line-height: 20px;
	}

	.projects-timeline .projects-year .project-wrapper {
		width: 100%;
	}

	#single-project-slideshow .container h1 {
		font-size: 14px;
		/*bottom: 10px;*/
		width: 84%;
		text-align: center;
	}
}
@media only screen and (max-width: 350px) {
	.container .footer-right .brochures-btn {
		font-size: 10px;
	}
	.container .footer-right .social-media img {
		height: 16px;
	}
}

/* WPML Style */
#main-menu ul li.wpml-ls-current-language:before {
	content: '|';
	padding-right: 16px;

}
#main-menu ul li.wpml-ls-current-language a {
	z-index: 21;
	position: relative;
}

#main-menu .wpml-ls-item ul li {
	float: none;
	padding-top: 8px;
}
#main-menu .wpml-ls-item ul li:last-child {
	margin: 0;
}
#main-menu .wpml-ls-display {
	padding: 5px;
}
#main-menu .wpml-ls-display:hover {
	color: #fff;
}

/*#main-menu .wpml-ls-item.wpml-ls-first-item:before {*/
/*    content: '|';*/
/*    padding-right: 16px;*/
/*}*/
#main-menu .wpml-ls-item {
	position: relative;
}
#main-menu .wpml-ls-item .sub-menu {
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto 0 20px;
	position: absolute;
	top: 100%;
	z-index: 20;
	background: #000;
	padding: 5px 10px;
	margin-left: 10px;
	top: -5px;
	padding-top: 20px;
}

#main-menu .wpml-ls-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;

}

#main-menu-mobile .wpml-ls-item a {
	border: 1px solid #fff;
	text-align: center!important;
	margin: 30px 10px;
	float: left;
}

#main-menu-mobile .wpml-ls-item ul li {
	border-bottom: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.news-wrapper {
	margin-top: 0;
}

.news-2 .column {
	padding-left: 30px;
	padding-right: 30px;
}

.news-2 img {
	height: auto;
	width: 100%;
}

.news-2 h2 {
	font-size: 14px;
	font-family: 'Akkurat-Bold';
	color: #d7d7d7;
	text-transform: uppercase;
	margin-top: 20px;
}
.news-2 h2 a {
	text-decoration: none;
}

.news-2 .image-description {
	margin-bottom: 20px;
}

.news-2 .item {
	width: calc(33% - 30px);
}

@media screen and (max-width: 991px) {
	.news-2 .item {
		width: 28%;
	}
}

@media screen and (max-width: 768px) {
	.flex-masonry {
		display: block;
		flex-direction: initial;

	}
	.news-2 .item {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.news-2 .video-wrapper {
	margin-bottom: 30px;
	position: relative;
}
.news-2 .video-wrapper .video-overlay {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
	transition: all 300ms ease;
}
.news-2.circle-image .video-wrapper .video-overlay {
	border-radius: 50%;
}
.news-2 .video-wrapper .video-overlay.fade-out {
	opacity: 0;
	visibility: hidden;
}
.news-2 .video-wrapper .video-overlay .background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 15;
	opacity: 0.6;
}
.news-2 .video-wrapper .video-overlay .play-icon,
.news-2.video-wrapper .video-overlay .play-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	background: url(images/icon-play.svg) no-repeat;
	background-size: 80px 80px;
	z-index: 18;
}

/* new menus */

.side-menu {
	margin-top: 150px;
}
.side-menu li {
	border:0 !important;
}
.new-footer-menu a {
	text-decoration: none;
	color: #2c2c2c !important;
}
.architecture .new-footer-menu a,
.side-menu a {
	color: #d7d7d7 !important;
	text-decoration: none;
}
.side-menu a {
	font-size: 14px;
	padding: 3px 17px !important;
}
.side-menu a:hover {
	color:#ffffff !important;
}

.new-footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	font-size: 14px;
}
.new-footer-menu li:after {
	content:"|";
	color:#919090;
	padding:0 7px;
}
.new-footer-menu li:last-child:after {
	display: none !important;
}
.footer-left {
	padding-left: 0;
}

@media screen and (max-width:768px) {
	#footer-group {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	#footer-group .footer-right {
		padding-left: 0;
	}
}



/* NEWS-MEDIA */

.arch {
	display: none !important;
}
.architecture .arch {
	display: inline !important;
}
.architecture .not-arch {
	display: none !important;
}
.banner-image {
	margin-bottom: 20px;
}
.architecture .banner-image {
	-webkit-filter: none;
	filter: none;
}
.back-button a {
	text-decoration: none !important;
	color: #000000;
}
.architecture .back-button a {
	color: #b64235;
}
.post-wrapper h1 {
	line-height: 1.3em;
}
.post-wrapper p {
	line-height: 1.4em;
}

.post-wrapper .back-button {
	cursor: pointer;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Akkurat-Bold';
	font-weight: normal;
}

.post-wrapper.architecture .headline {
	border-bottom: 1px solid #ffffff;
}

.post-wrapper .cat-name {
	margin-top: 10px;
	text-transform: uppercase;
}

.post-wrapper .cat-name ul {
	padding: 0;
}

.post-wrapper .cat-name ul li {
	list-style: none;
	display: inline;
}

.post-wrapper .cat-name ul li a {
	background-color: #979797;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
}



.news-media-header {
	margin: 0 15px;
}
.top-stories .headline {
	margin: 0 15px 20px 15px;
}
.news-media-header .title {
	float: left;
}

.news-media-header .search-form {
	float: right;
	font-size: 14px;
	font-family: 'Akkurat';
	position: relative;
}


.news-media-header input[type="search"] {
	background: #000;
	padding: 5px;
	height: 32px;
	line-height: 32px;
	background: transparent;
	border-style: solid;
	border-width: 1px;
	padding: 0 15px 0 30px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	transition: all 300ms ease;
	color: #7b7b7b;
}
.news-media-header .icon-search {
	height: 32px;
	width: 32px;
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	display: block;
	transition: all 300ms ease;
}
.news-media-header .icon-search svg {
	width: 18px;
	height: 19px;
	position: relative;
	top: 7px;
	left: 7px;
}

.news-media-header .icon-search svg g {
	stroke: #7b7b7b;
}

.news-media {
	margin-top: 160px;
}

.news-media .title {
	text-transform: uppercase;
}

.news-media .title a {
	text-decoration: none;
}

.news-media .featured-image {
	margin-bottom: 20px;
}

.news-media .featured-image img {
	width: 100%;
	height: auto;
}

.news-media .headline {
	padding-top:20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
@media screen and (max-width:650px) {
	.news-media .headline {
		padding-top: 40px;
	}
	.news-media-header .search-form {
		margin-bottom: 20px;
		float: inherit;
	}
}
.news-media.architecture .headline {
	border-bottom: 1px solid #ffffff;
}

.news-media .cat-name {
	margin-top: 10px;
	text-transform: uppercase;
}

.news-media .cat-name ul {
	padding: 0;
}

.news-media .cat-name ul li {
	list-style: none;
	display: inline;
}

.news-media .cat-name ul li a {
	background-color: #979797;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
}

.news-media .news-list .post {
	display: flex;
}
@media screen and (max-width: 767px) {
	.news-media .news-list .post {
		display: block;
	}
}

.news-media .news-list .featured-image {
	margin-right: 30px;
}

.news-media .news-list .featured-image img {
	width: 250px;
	height: auto;
}

.news-media .news-list .meta {
	display: flex;
}

.news-media .news-list .meta .cat-name {
	margin-top: 0;
}
.news-media .news-list a {
	text-decoration: none;
}

.news-media .news-list .meta .date {
	margin-right: 10px;

}

.news-media .news-list .post .title a {
	text-decoration: none;
	margin-bottom: 20px;
}

.news-media .load-more {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 80px;
}

.news-media .load-more .see-more{
	border: 1px solid #7b7b7b;
	display: inline-block;
	padding: 8px 12px;
	cursor: pointer;
	color: #7b7b7b;
}

.news-media .load-more .see-more:hover {
	color: #000000;
	border: 1px solid #000000;
}
.news-media.architecture .load-more .see-more:hover {
	color: #fff;
	border: 1px solid #fff;
}

.news-list .cat-filter {
	padding: 8px 15px 7px 15px;
	line-height: 15px;
	text-decoration: none;
	transition: all 300ms ease;
	border: 1px solid #7b7b7b;
	margin-right: 10px;
	cursor: pointer;
	color: #7b7b7b;
}
.news-media .date {
	font-style: italic;
	margin-right: 4px;
}


@media screen and (max-width: 767px) {
	.news-list .cat-filter {
		display: inline-block;
		margin: 10px 5px 10px;
	}
	.news-media .news-list .featured-image img {
		width: 100%;
	}
	.news-media .news-list .featured-image {
		margin-right: 0;
	}
}

.news-list .cat-filter:hover {
	color: #000000;
	border: 1px solid #000000;
}
.architecture .news-list .cat-filter:hover {
	color: #fff;
	border: 1px solid #fff;
}

.news-list .cat-filter.active {
	background-color: #b7b7b7;
	color: #000;
}

.news-list .filter {
	margin: 40px 0 40px;
}

.news-list .posts-wrapper {
	margin-bottom: 40px;
}

.news-list .social-media {
	list-style-type: none;
	display: block;
	text-align: center;
	padding: 0;
	margin-left: 16px;
	float: right;
}
.news-list .social-media.no-float {
	float: none;
}

.news-list .social-media br {
	display: none;
}
.news-list .social-media li {
	display: inline-block;
	border-top: 1px solid #919090;
	border-bottom: 1px solid #919090;
	border-left: 1px solid #919090;
	padding: 8px;
	margin-right: -4px;
}
.news-list .social-media li:last-child {
	border-right: 1px solid #919090;
}
.news-list .social-media li a img {
	width: 20px;
	height: 20px;
}

.news-media.category {
	margin-top: 0;
}


.news-media .news-list .simple-social-icons svg {
	width: 20px;
	height: 20px;
	fill: #919090;
}

.simple-social-icons ul li a {
	width: 20px!important;
	height: 20px!important;
}

.news-media .news-list .simple-social-icons li {
	display: inline-block!important;
	padding-bottom: 6px!important;
	margin-right: -8px!important;
}



/* PDF PRINT STYLES */
.pdfprnt_print {
	max-width: 641px;
	margin: 0 auto;
}

.pdfprnt_print #content {
	padding-top: 0;
}
.ltr strong {
	font-weight: 700;
}

.pdfprnt_print h1 {
	font-family: 'DejaVuSansCondensed-Bold'!important;
}

.ltr h1 {
	color: #000;
	font-family: 'DejaVuSansCondensed-Bold'!important;
	margin-top: 0;
}

.ltr p {
	font-family: 'DejaVuSansCondensed'!important;
}

.ltr a {
	color: #000;
}

.ltr hr {
	border-top: none;
	border-left: none;
	border-right: none;
}

.ltr .entry-thumbnail {
	margin-bottom: 26px;
    margin-top: 26px;
}

.ltr b {
	font-weight: 700;
	font-family: 'DejaVuSansCondensed-Bold'!important;
}

.ltr .font-bold {
	font-weight: 700;
	font-family: 'DejaVuSansCondensed-Bold'!important;
}


/* news-media sidebar */

.news-media .widgettitle.headline {
	padding-top: 20px;
	border-bottom: 1px solid #000000;
}
.architecture .widgettitle.headline {
	border-bottom: 1px solid #ffffff;
}

.twitter-widget .headline,
.news-media .null-instagram-feed .headline {
	border-bottom: 0 !important;
	margin-bottom: 0;
}
.twitter-widget .headline,
.news-media .null-instagram-feed .headline {
	font-size: 20px !important;
}

/* newsletter */

.ctct-form-description p {
	font-family: Arial;
	letter-spacing: 0.2px;
	font-size: 14px;
}
.ctct-form-field-email label {
	display: none !important;
}
.ctct-form-field-email input {
	width: 100%;
	background: transparent;
	padding: 10px ;
	border: 1px solid;
}
.ctct-form-field-submit {
	text-align: center;
}
.ctct-form-field-submit input {
	padding: 10px;
	text-transform: uppercase;
	color: #8c8c8c;
	font-family: Arial;
	font-size: 10px;
	letter-spacing: -0.2px;
	font-size: 15px;
	transition: all 450ms ease;
	border: 1px solid #8c8c8c;
	background: transparent;
}
.architecture .ctct-form-field-submit input {
	background-color: #8c8c8c;
	color: #000000;
}
.ctct-form-field-submit input:hover {
	border: 1px solid #000000;
	color: #000000;
}
.architecture .ctct-form-field-submit input:hover {
	background-color: #ffffff;
}
.ctct-disclosure {
	display: none;
}

/* social icons*/

.simple-social-icons ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
.news-media .news-list .simple-social-icons li a {
	border: 1px solid #919090!important;
	padding: 8px!important;
	transition: all 450ms ease;
}
.news-media .news-list .simple-social-icons li:hover a {
	border: 1px solid #000000 !important;
}
.news-media .news-list .simple-social-icons li:hover a {
	filter: brightness(0);
}
.news-media.architecture .news-list .simple-social-icons li:hover a {
	border: 1px solid #ffffff !important;
}
.news-media.architecture .news-list .simple-social-icons li:hover a {
	filter: brightness(2);
}

/* twitter */
#twitter-widget-0 {
	height: 300px !important;
}
.timeline-Widget {
	border-radius: 0 !important;
}

/* instagram */
.instagram-pics {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}
.instagram-pics li {
	border: 5px solid #ffffff;
}
.instagram-pics img {
	width: 97px;
}

/* spin-loader */
.spin-box {
	width: 100%;
	justify-content: center;
	display: none;
}
.spin-box.active-loader {
	display: flex;
}
.spin-loader {
	background: url('/wp-content/themes/arq/images/loader.svg');
	background-size: contain;
	width: 50px;
	height: 50px;
}


/* GEO LOGO */
#site-navigation ul li a.geo span svg  {
	height: 22px!important;
	width: 79px!important;
}

@media screen and (max-width: 991px) {
	#site-navigation ul li a.geo span svg  {
		height: 16px!important;
		width: 58px!important
	}
}
