/*
Theme Name: Gallardo Llopis Arquitectos
Theme URI: http://www.gallardo-llopis.com
Author: David Cercós
Author URI: http://www.davidcercos.com/
Description: Wordpress theme for Gallardo Llopis Arquitectos
Version: 1.0.0
Text Domain: gla
Tags: Gallardo Llopis, Arquitectos, Valencia, Diseño, Wordpress
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
	curdor: pointer !important;

	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: royalblue;
}

a:hover,
a:focus,
a:active {
	color: royalblue;
	outline: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation-res {
	display: none;
}

.main-navigation ul,
.main-navigation-res ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li,
.main-navigation-res li {
	float: left;
	position: relative;
}

.main-navigation a,
.main-navigation-res a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul,
.main-navigation-res ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul,
.main-navigation-res ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a,
.main-navigation-res ul ul a {
	width: 200px;
}

.main-navigation ul ul li,
.main-navigation-res ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation-res .current_page_item > a,
.main-navigation-res .current-menu-item > a,
.main-navigation-res .current_page_ancestor > a,
.main-navigation-res .current-menu-ancestor > a {
	color: #5a5a5a !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.main-navigation-res.toggled ul {
	display: block;
}

@media screen and (min-width: 961px) {
	.menu-toggle {
		display: none !important;
	}
	.main-navigation ul,
	.main-navigation-res ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Main styles
--------------------------------------------------------------*/

/* Fonts */

@font-face { font-family: 'Exo2ExtraLight'; src: url('fonts/Exo2-ExtraLight.eot'); src: url('fonts/Exo2-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-ExtraLight.woff') format('woff'), url('fonts/Exo2-ExtraLight.ttf') format('truetype'), url('fonts/Exo2-ExtraLight.svg#Exo2-ExtraLight') format('svg'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; }
@font-face { font-family: 'Exo2Light'; src: url('fonts/Exo2-Light.eot'); src: url('fonts/Exo2-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-Light.woff') format('woff'), url('fonts/Exo2-Light.ttf') format('truetype'), url('fonts/Exo2-Light.svg#Exo2-Light') format('svg'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; }
@font-face { font-family: 'Exo2'; src: url('fonts/Exo2-Regular.eot'); src: url('fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-Regular.woff') format('woff'), url('fonts/Exo2-Regular.ttf') format('truetype'), url('fonts/Exo2-Regular.svg#Exo2-Regular') format('svg'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; }
@font-face { font-family: 'Exo2Medium'; src: url('fonts/Exo2-Medium.eot'); src: url('fonts/Exo2-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-Medium.woff') format('woff'), url('fonts/Exo2-Medium.ttf') format('truetype'), url('fonts/Exo2-Medium.svg#Exo2-Medium') format('svg'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; }
@font-face { font-family: 'Exo2Thin'; src: url('fonts/Exo2-Thin.eot'); src: url('fonts/Exo2-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-Thin.woff') format('woff'), url('fonts/Exo2-Thin.ttf') format('truetype'), url('fonts/Exo2-Thin.svg#Exo2-Thin') format('svg'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; }

.content-single-project article header.cover-title .entry-title-uppercase {
	font-family: 'Exo2Thin';
}

h1,
h2,
.header-text,
.medium-text,
.wpcf7-form input,
.wpcf7-form textarea,
.content-featured-projects article .entry-featured-image .layer-img-opacity .entry-grid-title-uppercase,
.content-archive-projects article .entry-featured-image .layer-img-opacity .entry-grid-title-uppercase,
.content-page-default article .entry-content,
.content-single-project article .entry-content,
.content-single article .entry-subtitle {
	font-family: 'Exo2ExtraLight';
}

body,
h3,
article .content-boxed .content-bio .row h1,
.content-page-default article .entry-content h2,
.content-single-project article .entry-content h2,
.big-text,
.content-single-project article .entry-content .small-text,
.content-page-default article .entry-content .small-text,
.content-featured-projects article a {
	font-family: 'Exo2Light';
}

#masthead #site-navigation ul#primary-menu li a,
#masthead .site-languages {
	font-family: 'Exo2';
}

.content-archive-projects article a,
.content-archive-publications article a,
.content-archive-publications article a,
.page-border-bottom a.btn-history-projects,
.posts-navigation a,
span.team-title,
.post-navigation a,
.content-single-project article .entry-info .project-info label,
.layer-bio .bio-container h4,
.layer-bio .bio-container a,
a.btn-studio-read-more,
b {
	font-family: 'Exo2Medium';
}

/* General */

html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	color: #888;
	font-size: 1.1em;
	line-height: 140%;
	background: #f5f5f5;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a[href^="tel:"] {
  color: #888;
  text-decoration: none;
}

/* Cookies */

#cookies {
	display: none;
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.9);
	z-index: 1010;
}

#cookies p {
	padding: 20px 20px;
	margin: 0;
	color: #999;
	font-size: 0.9em;
	line-height: 120%;
	text-align: center;
}

#cookies p a {
	color: #fff;
	cursor: pointer;
}

/* Message IE8 */

.message-ie {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: #fff;
	z-index: 9999;
}

.message-ie p {
	width: 100%;
	max-width: 680px;
	padding: 0;
	margin: 15% auto 0 auto;
	color: #8c8c8c;
	font-size: 1.1em;
	text-align: center;
}

.message-ie a {
	display: block;
	width: 120px;
	height: auto;
	padding: 15px 0;
	margin: 0 auto 0 auto;
	color: #8c8c8c;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #8c8c8c;
	background: transparent;
}

/* Intro layer */

.intro {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(255,255,255,1);
	z-index: 1020;
}

.intro .site-logo {
	position: absolute;
	width: 130px;
	height: 260px;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -70px;
}

.intro .site-logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* Header */

#masthead {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 30px 0;
	margin: 0;
	background: rgba(255,255,255,0.9);
	z-index: 1010;

	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#masthead.no-transparency {
	background: rgba(255,255,255,1);
}

#masthead.animate {
	-webkit-transform: translate3d(0, 140px, 0);
	-ms-transform: translate3d(0, 140px, 0);
	-moz-transform: translate3d(0, 140px, 0);
	-o-transform: translate3d(0, 140px, 0);
	transform: translate3d(0, 140px, 0);
}

#masthead .site-branding {
	position: relative;
	float: left;
	max-width: 95px;
	height: auto;
	margin-left: 4%;
	z-index: 100;
}

#masthead .site-branding .site-logo {
	width: 100%;
	height: auto;
	margin-top: 5px;
}

#masthead #site-navigation {
	position: absolute;
	width: 100%;
	top: 40%;
}

#masthead #site-navigation ul#primary-menu {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

#masthead #site-navigation ul#primary-menu li {
	display: inline-block;
	float: none;
	padding: 0 2% 0 2%;
	margin: 0;
}

#masthead #site-navigation ul#primary-menu li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	top: 7px;
	right: 0;
	background: #8c8c8c;
}

#masthead #site-navigation ul#primary-menu li:last-child:after {
	display: none;
}

#masthead #site-navigation ul#primary-menu li a {
	color: #8c8c8c;
	font-size: 0.82em;
	text-transform: uppercase;
}

#masthead #site-navigation ul#primary-menu li a:hover {
	color: #5a5a5a;
}

#masthead .site-languages {
	position: relative;
	float: right;
	width: 100px;
	height: auto;
	right: 4%;
	margin-top: 23px;
	font-size: 0.82em;
	text-transform: uppercase;
	text-align: right;
}

.site-legal {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-size: 1em;
	text-align: left;
}

#masthead .site-languages ul,
.site-legal ul {
	width: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}

#masthead .site-languages ul li,
.site-legal ul li {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
}

#masthead .site-languages ul li a,
.site-legal ul li a {
	color: #8c8c8c;
}

#masthead .site-languages ul li a:hover,
.site-legal ul li a:hover {
	color: #5a5a5a;
}

#masthead .site-languages ul li:after,
.site-legal ul li:after {
	display: inline-block;
	content: '';
	width: 1px;
	height: 10px;
	margin: 0 15px 0 20px;
	color: #8c8c8c;
	background: #8c8c8c;
}

#masthead .site-languages ul li:last-child:after,
.site-legal ul li:last-child:after {
	display: none;
}

#site-navigation-res {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	background: rgba(255,255,255,0.9);
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}

#site-navigation-res .menu-res {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
	padding: 0;
	margin-top: -150px;
}

#site-navigation-res ul {
	width: 100%;
	list-style: none;
	text-align: center;
}

#site-navigation-res ul li {
	width: 100%;
	padding: 5px 0;
}

#site-navigation-res ul li a {
	color: #8c8c8c;
	font-size: 1.1em;
}

#site-navigation-res ul li a:hover {
	color: #5a5a5a;
}

#site-navigation-res .site-languages {
	float: left;
	width: 100%;
	margin-top: 40px;
}

#site-navigation-res .site-languages ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

#site-navigation-res .site-languages ul li {
	display: inline-block;
	float: none;
	width: auto;
	padding: 0;
	margin: 0 20px 0 0;
}

#site-navigation-res .site-languages ul li:last-child {
	margin: 0;
}

#site-navigation-res .site-languages ul li:after {
	position: absolute;
	content: '/';
	top: 0;
	margin: 0 0 0 17px;
	color: #8c8c8c;
}

#site-navigation-res .site-languages ul li:last-child:after {
	display: none;
}

/* Hamburge Icon */

#hamburger-icon {
	display: block;
	position: absolute;
  width: 28px;
  height: 18px;
  right: 20px;
}

#hamburger-icon .line {
  display: block;
  position: absolute;
  width: 28px;
  height: 1px;
  left: 0;
  background: #555;

  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
  top: 0;
}

#hamburger-icon .line.line-2 {
  top: 50%;
}

#hamburger-icon .line.line-3 {
  top: 100%;
}

#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
	-moz-transform: translateY(0);
  -o-transform: translateY(0);
	transform: translateY(0);
}

#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
	transform: translateY(0);
}

#hamburger-icon.active .line-1 {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  -ms-transform: translateY(9px) translateX(0) rotate(45deg);
  -moz-transform: translateY(9px) translateX(0) rotate(45deg);
  -o-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
  	opacity: 0;
}

#hamburger-icon.active .line-3 {
  	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
  	-moz-transform: translateY(-9px) translateX(0) rotate(-45deg);
  	-o-transform: translateY(-9px) translateX(0) rotate(-45deg);
  	transform: translateY(-9px) translateX(0) rotate(-45deg);
}

/* Footer */

.site-footer {
	display: none;
}

/* royalSlider */

.royalSlider .rsContainer img {
	-webkit-transition: width .2s ease, height .2s ease;
	-ms-transition: width .2s ease, height .2s ease;
	-moz-transition: width .2s ease, height .2s ease;
	-o-transition: width .2s ease, height .2s ease;
  transition: width .2s ease, height .2s ease;
}

.royalSlider#new-royalslider-1 .rsContainer img {
	-webkit-transition: width 0s ease, height 0s ease;
	-ms-transition: width 0s ease, height 0s ease;
	-moz-transition: width 0s ease, height 0s ease;
	-o-transition: width 0s ease, height 0s ease;
  transition: width 0s ease, height 0s ease;
}

#new-royalslider-1,
#new-royalslider-29 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto !important;
    z-index: -10;
}

.arrow-slider-scroll {
	position: absolute;
	width: 75px;
	height: 50px;
	left: 50%;
	bottom: 160px;
	background: url('img/icon-arrow-slider-scroll.svg') no-repeat;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* Contact Form */

.wpcf7-form,
.wpcf7-form p {
	width: 100%;
	padding: 0;
	margin: 0;
}

.wpcf7-form {
	margin-top: -10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
	height: 60px;
	padding: 10px 0;
	margin: 0;
	font-size: 1.3em;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #aaa;
	outline: none;
	background: transparent;
}

.wpcf7-form textarea {
	height: 200px;
}

.wpcf7-form input[type="checkbox"] {
	border-radius: 0;
}

.wpcf7-form span.wpcf7-list-item {
	margin: 40px 0;
}

.wpcf7-form input[type="submit"] {
	padding: 20px 20px;
	margin-bottom: 40px;
	color: #000;
	font-size: 1em;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #5a5a5a;
	background: transparent;
}

.wpcf7-form input[type="submit"]:hover {

}

.wpcf7-form div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.wpcf7-form a,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #888;
	opacity: 1;
}

.wpcf7-form a:hover {
  color: #5a5a5a;
}

/* Map */

#google-container {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #e7eaf0;
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}

#cd-zoom-in, #cd-zoom-out {
	display: none;
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("img/map-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}

/* Columns */

.col {
	min-height: 1px;
	padding: 0;
	margin: 0;
}

.full-width {
	float: left;
	width: 100%;
	margin: 0;
}

.one-half {
	float: left;
	width: 48%;
	margin-right: 4%;
}

/*.one-third {
	float: left;
	width: 32%;
	margin-right: 1.333333%;
}

.two-third {
	float: left;
	width: 64%;
	margin-right: 1.333333%;
}*/

.one-third {
	float: left;
	width: 30.333333%;
	margin-right: 4.333333%;
}

.two-third {
	float: left;
	width: 65.333333%;
	margin-right: 1.333333%;
}

.one-half.last,
.one-third.last,
.two-third.last {
	float: right;
	margin-right: 0;
}

/* Page */

.hero {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow: hidden;
}

.hero.half-height {
	height: 50%;
	height: 50vh;
}

.entry-content.homepage {
	position: absolute;
	text-indent: -99999px;
	z-index: -10;
}

.space {
	float: left;
	width: 100%;
	height: 80px;
	margin: 0;
}

.space.mobile {
	height: 160px;
}

.space.small {
	height: 100px;
}

.space.micro {
	height: 60px;
}

.page-border-top {
	position: fixed;
	width: 100%;
	height: 140px;
	top: 0;
	bottom: 0;
	background: #f5f5f5;
	z-index: 20;
}

.page-border-bottom {
	display: block;
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 50px 0;
	background: #f5f5f5;
}

.page-border-bottom.history-projects {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);

	-webkit-transition: transform .4s ease;
	-ms-transition: transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
}

.page-border-bottom.history-projects.animate {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.page-border-bottom a.btn-history-projects {
	position: relative;
	float: left;
	width: 100%;
	height: 22px;
	padding: 0;
	margin: 0 auto;
	color: #8c8c8c;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
}

.page-border-bottom a.btn-history-projects:hover {
	color: #5a5a5a;
}

.page-border-bottom .arrow-scroll {
	position: relative;
	width: 12px;
	height: 22px;
	padding: 0;
	margin: 45px auto 0 auto;
	background: url('img/icon-arrow-scroll.svg') no-repeat;
	background-size: cover;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

header.header-hidden {
	position: absolute;
	text-indent: -999999px;
}

.content-boxed {
	width: 90%;
	max-width: 1600px;
	height: auto;
	padding: 140px 0 240px 0;
	margin: 0 auto 0 auto;
}

article .content-boxed .row {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	line-height: 140%;
}

.content-page-default article .cover-wrapper,
.content-page-default article .cover-wrapper .entry-featured-image,
.content-page-contact article .cover-wrapper,
.content-page-contact article .cover-wrapper .entry-featured-image {
  position: absolute;
  width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  /*overflow: hidden;*/
}

.content-page-default article .cover-wrapper .entry-featured-image,
.content-page-contact article .cover-wrapper .entry-featured-image {
  background-size: cover;
	background-position: center center;
}

article .content-boxed video#video-responsive {
	display: none;
	margin-bottom: 20px;
}

article .content-boxed .row.module-contact-1 .site-logo {
	max-width: 100px;
	margin: 0 0 40px -10px;
}

article .content-boxed .row.module-contact-1 .site-logo img {
	display: block;
	width: 100%;
	height: auto;
}

article .content-boxed .row.module-contact-1 i,
article .content-boxed .row.module-contact-2 i,
article .content-boxed .module-contact-3 i {
	margin-right: 8px;
}

article .content-boxed .row.module-contact-1 a,
article .content-boxed .row.module-contact-2 a,
article .content-boxed .module-contact-3 a {
	color: #888;
}

article .content-boxed .row.module-contact-1 a:hover,
article .content-boxed .row.module-contact-2 a:hover,
article .content-boxed .module-contact-3 a:hover {
	color: #5c5c5c;
}

article .content-boxed .row .home-logo:nth-child(1) {
	text-align: left;
}

article .content-boxed .row .home-logo:nth-child(1) img {
	width: 100%;
	height: auto;
	max-width: 320px;
}

article .content-boxed .row .home-logo:nth-child(2) {
	text-align: center;
}

article .content-boxed .row .home-logo:nth-child(2) img {
	width: 100%;
	height: auto;
	max-width: 200px;
}

article .content-boxed .row .home-logo:nth-child(3) {
	text-align: right;
}

article .content-boxed .row .home-logo:nth-child(3) img {
	width: 100%;
	height: auto;
	max-width: 250px;
}

article .content-boxed h1 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 2.7em;
	line-height: 120%;
}

.content-boxed.content-default h1 {
	margin: 60px 0;
}

article .content-boxed .row h2 {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	color: #5c5c5c;
	font-size: 1.4em;
	line-height: 120%;
}

article .content-boxed .row h2.center {
	width: 100%;
	text-align: center;
}

article .content-boxed .row h3,
article .content-boxed .content-bio .row h1,
.taxonomy-list label {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	color: #5c5c5c;
	font-size: 1.1em;
	line-height: 100%;
	text-transform: uppercase;
}

article .content-boxed .row .header-text,
article .content-boxed .row .medium-text {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
}

article .content-boxed .row .header-text,
article .content-boxed .row .medium-text {
	font-size: 1.1em;
	line-height: 140%;
}

article .content-boxed .row .header-text p:last-child,
article .content-boxed .row .medium-text p:last-child {
	margin-bottom: 0;
}

article .content-boxed .col-text.right {
	padding-left: 15%;
}

article .content-boxed .col-text.left {
	padding-right: 15%;
}

article .content-boxed .col-text h2 {
	margin-bottom: 10px;
}

article .content-boxed .home-section .col-text h2 {
	margin-bottom: 20px;
}

article .content-boxed b {
	font-weight: normal;
}

article .content-boxed .team-studio .team-grid-responsive {
	display: none;
	float: left;
	margin-bottom: 40px;
}

article .content-boxed .team-studio .team-grid-desktop {
	display: block;
}

article .content-boxed .team-partners .partner,
article .content-boxed .team-studio .studio {
	position: relative;
	float: left;
	width: 49%;
	padding: 0;
	margin: 0 2% 2% 0;
}

article .content-boxed .team-partners .partner:nth-child(even) {
	margin-right: 0;
}

article .content-boxed .team-studio .studio {
	width: 32%;
	margin: 0 2% 2% 0;
}

article .content-boxed .team-studio .studio:nth-child(3),
article .content-boxed .team-studio .studio:nth-child(6),
article .content-boxed .team-studio .studio:nth-child(9),
article .content-boxed .team-studio .studio:nth-child(12),
article .content-boxed .team-studio .studio:nth-child(15) {
	margin-right: 0;
}

article .content-boxed .team-partners .partner img,
article .content-boxed .team-studio .studio img {
	display: block;
	width: 100%;
	height: auto;
}

article .content-boxed .team-partners .partner a,
article .content-boxed .team-studio .studio a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.8);

	opacity: 0;

	-webkit-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

article .content-boxed .team-partners .partner a:hover,
article .content-boxed .team-studio .studio a:hover {
	opacity: 1;
}

article .content-boxed .team-partners .partner a .entry-meta,
article .content-boxed .team-studio .studio a .entry-meta {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

article .content-boxed .team-partners .partner a h3,
article .content-boxed .team-studio .studio a h3 {
	color: #fff;
	margin-bottom: 5px;
}

article .content-boxed .team-studio .studio a .entry-meta .job {
	margin-bottom: 10px;
}

article .content-boxed .team-studio .studio a .entry-meta .job,
article .content-boxed .team-studio .studio a .entry-meta .email {
	padding: 0 10px;
	font-size: 0.9em;
	line-height: 110%;
}

article .content-boxed .collaborations,
article .content-boxed .services {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

article .content-boxed .collaborations a,
article .content-boxed .services a {
	display: block;
	color: #888;
}

article .content-boxed .collaborations a:hover,
article .content-boxed .services a:hover {
	color: #5a5a5a;
}

article .content-boxed a.btn-studio-read-more {
	color: #5c5c5c;
	font-size: 0.85em;
	text-transform: uppercase;
}

article .content-boxed .row.know-studio-contact a.share-project {
	margin-right: 10px;
}

.entry-history-projects {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.92);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	cursor: url('img/icon-close.cur'), pointer;
	z-index: 999;
}

.entry-history-projects .history-projects-container {
	display: none;
	position: relative;
	width: 86%;
	max-width: 860px;
	height: auto;
	padding: 0;
	margin: 15% auto;
	color: #5a5a5a;
	font-size: 1.2em;
	line-height: 140%;
}

.entry-history-projects .history-projects-container h4 {
	display: block;
	margin: 0;
	color: #a0a0a0;
	text-transform: uppercase;
}

.entry-history-projects .history-projects-container h5 {
	display: block;
	margin: 0;
	color: #a0a0a0;
	font-size: 1em;
}

.entry-history-projects .history-projects-container a {
	display: block;
	margin: 0 0 30px 0;
	color: #a0a0a0;
	font-size: 0.75em;
}

.entry-history-projects .history-projects-container a:hover {
	color: #5a5a5a;
}

.entry-history-projects .history-projects-container .history-projects-list {
	margin-top: 40px;
	color: #5a5a5a;
}

.content-contact .site-logo {
	max-width: 160px;
	height: auto;

	opacity: 0.7;
}

.content-contact i {
	margin-right: 8px;
}

.content-contact a,
.content-bio a {
	color: #888;
}

.content-contact a:hover,
.content-bio a:hover {
	color: #5c5c5c;
}

.content-contact a.contact-link,
.content-bio a.contact-link {
	display: block;
}

.content-bio span.id-number {
	color: red;
	font-size: 0.85em;
}

.content-contact .info-cv {
	max-width: 300px;
}

.content-contact .info-cv p {
	line-height: normal;
}

.content-contact .info-cv span {
	font-size: 14px;
}

.content-bio .col-curriculum img {
	/*width: auto;
	height: 60px;*/
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0;
}

.content-bio .entry-featured-image.vertical {
	display: block;
	float: right;
	width: 100%;
	max-width: 66.666666%;
	height: auto;
}

/* Archive Projects & Publications */


.content-archive-projects .header-archive-projects-page,
.content-archive-publications .header-archive-projects-page {
	position: absolute;
	text-indent: -99999px;
}

.content-featured-projects {
	float: left;
	width: 103%;
	height: auto;
	margin-top: 30px;

	-webkit-transform: translateX(-1.5%);
	-ms-transform: translateX(-1.5%);
	-moz-transform: translateX(-1.5%);
	-o-transform: translateX(-1.5%);
	transform: translateX(-1.5%);
}

.content-featured-projects article,
.content-archive-projects article,
.content-archive-publications article {
	float: left;
	width: 30%; /* 4 columns -> 21% */
	height: auto;
	margin: 0 1.6% 5% 1.6%; /* 4 columns -> 0 2% 5% 2% */
	text-align: center;
	line-height: 100%;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.content-featured-projects article {
	width: 47%;
	margin: 0 1.5% 5% 1.5%;

	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.home-featured-projects article:nth-child(3),
.home-featured-projects article:nth-child(4) {
	margin-bottom: 0;
}

.single-featured-projects article:nth-child(7),
.single-featured-projects article:nth-child(8) {
	margin-bottom: 0;
}

.content-archive-projects article:last-child,
.content-archive-publications article:last-child {
	margin-bottom: 200px;
}

.content-featured-projects article.animate-project,
.content-archive-projects article.animate-project,
.content-archive-publications article.animate-publication {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.content-featured-projects article .entry-featured-image,
.content-archive-projects article .entry-featured-image,
.content-archive-publications article .entry-featured-image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.content-featured-projects article .entry-featured-image img,
.content-archive-projects article .entry-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;

	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.content-featured-projects article .entry-featured-image .layer-img-opacity,
.content-archive-projects article .entry-featured-image .layer-img-opacity {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #111;

	opacity: 0;

	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.content-featured-projects article:hover .entry-featured-image .layer-img-opacity,
.content-archive-projects article:hover .entry-featured-image .layer-img-opacity {
	opacity: 0.8;
}

.content-featured-projects article .entry-featured-image .layer-img-opacity .entry-grid-title-uppercase,
.content-archive-projects article .entry-featured-image .layer-img-opacity .entry-grid-title-uppercase {
	position: absolute;
	width: 100%;
	top: 48%;
	left: 0;
	font-size: 2.6em;
}

.content-featured-projects article .entry-featured-image .layer-img-opacity .entry-grid-title-uppercase {
	font-size: 1.8em;
}

.content-archive-publications article .entry-featured-image img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 10px auto;
}

.content-featured-projects article h2,
.content-archive-projects article h2,
.content-archive-publications article h2 {
	margin: 0 !important;
}

.content-featured-projects article a,
.content-archive-projects article a,
.content-archive-publications article a {
	display: block;
	margin-top: 10px;
	color: #5a5a5a;
	font-size: 0.55em;
	line-height: 150%;
	text-transform: uppercase;
}

.content-featured-projects article a {
	display: block;
	margin-top: 15px;
	color: #5a5a5a;
	font-size: 0.8em;
	line-height: 200%;
}

.content-featured-projects article:hover a,
.content-archive-projects article:hover a,
.content-archive-publications article:hover a,
.content-archive-publications article:hover header .entry-country {
	color: #8c8c8c;
}

.content-featured-projects article header .entry-grid-subtitle,
.content-archive-projects article header .entry-grid-subtitle {
	color: #8c8c8c;
	font-size: 0.85em;
}

.content-featured-projects article header,
.content-archive-projects article header,
.content-archive-publications article header {
	width: 100%;
	height: 30px;
}

.content-archive-projects article header,
.content-archive-publications article header {
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.content-archive-projects article:hover header,
.content-archive-publications article:hover header {
	-webkit-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.content-archive-publications article header .entry-country {
	font-size: 0.8em;
	text-transform: uppercase;

	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.content-archive-projects .entry-filter {
	padding: 0 2% 0 1.5%;
}

.content-archive-projects .entry-filter .content-filter {
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	padding: 0;
	background: #f5f5f5;

	-webkit-transition: height .4s ease;
	-ms-transition: height .4s ease;
	-moz-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}

.content-archive-projects .entry-filter .content-filter.animate {
	height: 270px;
}

.content-archive-projects .entry-filter .content-filter .btn-filter {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 10;
}

.content-archive-projects .entry-filter .content-filter .btn-filter a {
	width: auto;
	padding-bottom: 4px;
	color: #888;
	border-bottom: 1px solid #888;
}

.content-archive-projects .entry-filter .content-filter .btn-filter a:hover {
	color: #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
}

.content-archive-projects .entry-filter .content-filter .btn-filter .filter-close {
	display: none;
}

.content-archive-projects .entry-filter .content-filter .btn-filter .filter-open.hidden {
	display: none;
}

.content-archive-projects .entry-filter .content-filter .btn-filter .filter-close.visible {
	display: block;
}

.content-archive-projects .entry-filter .content-filter .taxonomy-list {
	float: left;
	width: 25%;
	font-size: 0.9em;
	line-height: 130%;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.content-archive-projects .entry-filter .content-filter .taxonomy-list.animate {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.content-archive-projects .entry-filter .content-filter .taxonomy-list a {
	color: #888;
}

.content-archive-projects .entry-filter .content-filter .taxonomy-list a:hover {
	color: #5c5c5c;
}

.content-archive-projects .entry-filter .content-filter .taxonomy-list label {
	margin: 0;
}


/* Archive Single Project */

.content-single-project .cover-wrapper,
.content-single-project .cover-wrapper .overlay,
.content-single-project .cover-wrapper .entry-featured-image {
  position: absolute;
  width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  /*overflow: hidden;*/
}

.content-single-project .cover-wrapper .overlay {
	background: rgba(0,0,0,0.1);
	z-index: 1;
}

.content-single-project .cover-wrapper .entry-featured-image {
  background-size: cover;
	background-position: center center;
}

.content-single-project article header.cover-title {
	position: fixed;
	width: 60%;
	height: 120px;
	bottom: 15%;
	padding: 0;
	margin: 0 0 0 4%;
	/* Color fallback */
	color: #fff !important;
	z-index: 100;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.content-single-project article header.cover-title .entry-title-uppercase {
	font-size: 4em;
	text-shadow: 2px 2px 40px #000;
}

.content-single-project article header.cover-title h1 {
	margin: 10px 0 10px;
	font-size: 2em;
	line-height: 105%;
	text-shadow: 2px 2px 40px #000;
}

.content-single-project article header.cover-title .entry-title-location {
	font-size: 1.1em;
	line-height: normal;
	text-shadow: 2px 2px 40px #000;
}

.content-page-default article .entry-content,
.content-single-project article .entry-content {
	font-size: 1.15em;
	line-height: 140%;
}

.content-page-default article .entry-content h2,
.content-single-project article .entry-content h2 {
	color: #5c5c5c;
	font-size: 1.1em;
	line-height: 120%;
	text-transform: uppercase;
}

.content-page-default article .entry-content .big-text,
.content-single-project article .entry-content .big-text {
	color: #aaa;
	font-size: 1.25em;
	line-height: 140%;
	text-transform: none;
}

.content-page-default article .entry-content .regular-text,
.content-single-project article .entry-content .regular-text {

}

.content-page-default article .entry-content .small-text,
.content-single-project article .entry-content .small-text {
	color: #888;
	font-size: 0.9em;
	line-height: 140%;
}

.content-single-project article .entry-content .text p:last-child {
	margin-bottom: 0;
}

.content-page-default article .entry-content h2.title p,
.content-page-default article .entry-content .big-text p,
.content-single-project article .entry-content h2.title p,
.content-single-project article .entry-content .big-text p {
	 margin: 0;
}

.content-single-project article .info-project {
	position: relative;
}

.content-single-project article .info-project .share-project {
	position: absolute;
	width: 130px;
	left: 0;
	bottom: 0;
}

.content-single-project article .info-project .share-project a {
	position: relative;
	float: left;
	width: auto;
	margin-right: 12px;
	color: #5c5c5c;
	text-align: left;
}

.content-single-project article .info-project .site-logo {
	max-width: 100px;
}

.content-single-project article .info-project .site-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.content-single-project article .info-project .info {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.content-single-project article .info-project .info:last-child {
	margin-bottom: 0;
}

.content-single-project nav.navigation {
	display: none;
}

/* Archive Single Publication */

.content-single-publication article {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.content-single-publication article .entry-footer a {
	display: inline-block;
	margin-right: 15px;
	color: #8c8c8c;
	font-size: 0.9em;
}

.content-single-publication article .entry-footer a:last-child {
	margin-right: 0;
}

.content-single-publication article .entry-footer a:hover {
	color: #5a5a5a;
}

.content-single-publication article .entry-header h1,
.content-single-publication article .entry-header h2,
.content-single-publication article .entry-header h2 a {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #8c8c8c;
	font-size: 1.8em;
	line-height: 120%;
}

.content-single-publication article .entry-featured-image {
	display: block;
	width: 90%;
	max-width: 350px;
	padding: 0;
	margin: 0 auto 60px auto;
}

.content-single-publication article .entry-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

.content-single-publication article .entry-subtitle {
	margin: 8px 0 40px 0;
	font-size: 0.9em;
}

.content-single-publication article .entry-link-publication {
	color: #8c8c8c;
	font-size: 0.9em;
	text-transform: uppercase;
}

.content-single-publication article .entry-link-publication a {
	color: #8c8c8c;
}

.content-single-publication article .entry-link-publication a:hover {
	color: #5a5a5a;
}

.content-single-publication article .entry-content img {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}

/* Archive Single Publication Post Navigation */

.content-single-publication .post-navigation {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 2% !important;
	font-size: 0.8em;
	text-transform: uppercase;
}

.content-single-publication .post-navigation .nav-previous {
	padding-right: 10px;
	text-align: right;
}

.content-single-publication .post-navigation .nav-next {
	padding-left: 10px;
	text-align: left;
}

.content-single-publication .post-navigation a {
	color: #8c8c8c;
}

.content-single-publication .post-navigation a:hover {
	color: #5a5a5a;
}

.nav-single-publication {
	display: none;
}

/* Archive Projects & Publications Posts Navigation */

.posts-navigation {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 40px !important;
	font-size: 0.8em;
	text-transform: uppercase;
}

.posts-navigation .nav-previous {
	padding-right: 20px;
	text-align: right;
}

.posts-navigation .nav-next {
	padding-left: 20px;
	text-align: left;
}

.posts-navigation a {
	color: #8c8c8c;
}

.posts-navigation a:hover {
	color: #5a5a5a;
}

/* Index Posts */

.content-archive .page-header {
	max-width: 70%;
	padding: 10px 0;
	margin: 0 auto 20px auto;
	text-align: center;
}

.content-archive .page-header h1 {
	color: #5a5a5a;
	font-size: 1.2em;
}

.content-index article,
.content-archive article {
	display: block;
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	text-align: center;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.content-archive article {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.content-archive article {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.content-index article.animate-news,
.content-archive article.animate-news {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.content-index article .entry-featured-image,
.content-archive article .entry-featured-image {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.content-index article .entry-featured-image img,
.content-archive article .entry-featured-image img {
	display: block;
	width: 100%;
	height: auto;

	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.content-index article .entry-featured-image:hover img,
.content-archive article .entry-featured-image:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.content-index article .entry-header,
.content-archive article .entry-header {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.content-index article .entry-header .entry-meta,
.content-archive article .entry-header .entry-meta {
	float: left;
	width: 100%;
	margin: 30px 0 5px 0;
}

.content-index article .entry-header .entry-meta a,
.content-archive article .entry-header .entry-meta a {
	padding: 0;
	margin: 0;
	color: #8c8c8c;
	font-size: 0.9em;
}

.content-index article .entry-header h1,
.content-index article .entry-header h2,
.content-index article .entry-header h2 a,
.content-archive article .entry-header h1,
.content-archive article .entry-header h2,
.content-archive article .entry-header h2 a {
	width: 90%;
	max-width: 600px;
	padding: 0;
	margin: 0 auto;
	color: #5a5a5a;
	font-size: 1.22em;
	line-height: 120%;
}

.content-index article .entry-content,
.content-archive article .entry-content {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.content-index article .entry-content .excerpt,
.content-archive article .entry-content .excerpt {
	display: block;
	max-width: 750px;
	padding: 0 10%;
	margin: 10px auto 60px;
	color: #aaa;
	font-size: 0.9em;
	line-height: 120%;
}

/* Single Post */

.content-single article {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;

	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.content-single article .entry-header .entry-meta {
	margin: -5px 0 3px 0;
}

.content-single article .entry-header .entry-meta a {
	padding: 0;
	margin: 0;
	color: #8c8c8c;
	font-size: 1em;
}

.content-single article .entry-header h1,
.content-single article .entry-header h2,
.content-single article .entry-header h2 a {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #646464;
	font-size: 2.2em;
	line-height: 120%;
}

.content-single article .entry-subtitle {
	width: 100%;
	padding: 0;
	margin: 20px 0;
	color: #8c8c8c;
	font-size: 1.5em;
	line-height: 120%;
}

.content-single article .entry-featured-image img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 4% 0;
}

.content-single article .entry-footer a {
	display: inline-block;
	margin-right: 10px;
	color: #8c8c8c;
	font-size: 0.9em;
}

.content-single article .entry-footer a:last-child {
	margin-right: 0;
}

.content-single article .entry-footer a:hover {
	color: #5a5a5a;
}

.content-single article .entry-content {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #8c8c8c;
	font-size: 0.9em;
}

.content-single article .entry-content p {
	margin: 0 0 20px 0;
}

.content-single article .entry-content a {
	color: #5a5a5a;
}

.content-single article .entry-content a:hover {
	color: #8c8c8c;
}

.content-single article footer {
	margin-top: 10px;
}

.content-single .post-navigation {
	width: 100%;
	padding: 0;
	margin: 0;
}

.content-single .post-navigation a {
	float: left;
	padding: 0;
	margin: 30px 0;
	color: #8c8c8c;
}

.content-single .post-navigation a:hover {
	color: #5c5c5c;
}

.content-single .post-navigation .nav-previous,
.content-single .post-navigation .nav-next {
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: left;
}

.content-single .post-navigation .nav-previous {
	margin-right: 20px;
}

/* Media Queries */

@media screen and (max-width: 1920px) {



}

@media screen and (max-width: 1700px) {

	.content-boxed {
		padding: 100px 0 200px 0;
	}

	.space {
		height: 80px;
	}

	article .content-boxed h1 {
		font-size: 2.5em;
	}

	article .content-boxed .col-text.right {
		padding-left: 10%;
	}

	article .content-boxed .col-text.left {
		padding-right: 10%;
	}

	.content-single article .entry-header h1 {
		font-size: 2em;
	}

	.page-border-top {
		height: 80px;
	}

	.page-border-bottom {
		height: 130px;
	}

	.content-single-publication article .entry-featured-image {
		width: 90%;
		max-width: 260px;
		margin: 0 auto 40px auto;
	}

	.content-single-publication article .entry-subtitle {
		margin: 8px 0 40px 0;
	}

}

@media screen and (max-width: 1500px) {

	.space {
		height: 60px;
	}

	.page-border-top {
		height: 60px;
	}

	.content-single-publication article {
		max-width: 90%;
	}

	.content-single-publication article .entry-featured-image {
		width: 90%;
		max-width: 230px;
		margin: 0 auto 40px auto;
	}

	article .content-boxed .row h2 {
		font-size: 1.4em;
	}

	article .content-boxed h2,
	article .content-boxed .entry-content .row .header-text,
	article .content-boxed .entry-content .row .medium-text,
	.content-page-default article .entry-content,
	.content-single-project article .entry-content {
		font-size: 1.1em;
	}

	.content-page-default article .entry-content h2,
	.content-single-project article .entry-content h2  {
		font-size: 1.15em;
	}

	article .content-boxed .row .home-logo:nth-child(1) img {
		max-width: 300px;
	}

	article .content-boxed .row .home-logo:nth-child(2) img {
		max-width: 180px;
	}

	article .content-boxed .row .home-logo:nth-child(3) img {
		max-width: 230px;
	}

	.content-bio .col-curriculum img {
		/*height: 40px;*/
		margin-right: 20px;
	}

}

@media screen and (max-width: 1300px) {

	body {
		font-size: 1em;
		line-height: 140%;
	}

	.intro .site-logo {
		width: 110px;
		height: 220px;
		margin: -110px 0 0 -55px;
	}

	.content-boxed {
		padding: 60px 0 160px 0;
	}

	.page-border-top {
		height: 40px;
	}

	.content-archive-projects .entry-filter .content-filter {
		height: 40px;
	}

	.content-archive-projects .entry-filter .content-filter.animate {
		height: 220px;
	}

	.content-single-project article header.cover-title {
		margin: 0 0 0 4%;
	}

	.content-archive-publications article .entry-featured-image img {
		width: 90%;
		height: auto;
	}

	.content-single-publication article .entry-featured-image {
		width: 90%;
		max-width: 200px;
		margin: 0 auto 40px auto;
	}

	.content-single-publication article .entry-content img {
		margin-bottom: 6%;
	}

	.content-single-publication .post-navigation {
		padding-top: 6% !important;
	}

	article .content-boxed .row h2 {
		font-size: 1.4em;
	}

	article h2,
	article .content-boxed .entry-content .row .header-text,
	article .content-boxed .entry-content .row .medium-text {
		font-size: 1.1em;
	}

	.content-page-default article .entry-content h2,
	.content-single-project article .entry-content h2 {
		font-size: 1.15em;
	}

	.content-single-project article header.cover-title .entry-title-uppercase {
		font-size: 3.5em;
	}

	.content-single-project article header.cover-title h1 {
		font-size: 2em;
	}

	.content-single-project article header.cover-title .entry-title-location {
		font-size: 1.15em;
	}

	a.share-project {
		font-size: 1em !important;
	}


}

@media screen and (max-width: 1100px) {

	.content-boxed article h2 {
		font-size: 1.5em;
		line-height: 115%;
	}

	.space,
	.space.small {
		height: 60px;
	}

	.space.micro {
		height: 40px;
	}

	.space.mobile {
		height: 160px;
	}

	.space.margin-form {
		height: 100px;
	}

	.arrow-slider-scroll {
		width: 60px;
		height: 40px;
		bottom: 180px;
	}

	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"] {
		height: 50px;
		padding: 8px 0;
	}

	.wpcf7-form span.wpcf7-list-item {
		margin: 30px 0;
	}

	.wpcf7-form input[type="submit"] {
		padding: 15px 20px;
		margin-bottom: 30px;
	}

	article .content-boxed .row .home-logo:nth-child(1) img {
		max-width: 260px;
	}

	article .content-boxed .row .home-logo:nth-child(2) img {
		max-width: 140px;
	}

	article .content-boxed .row .home-logo:nth-child(3) img {
		max-width: 190px;
	}

	article .content-boxed .collaborations,
	article .content-boxed .services {
		margin-bottom: 40px;
	}

	article .content-boxed .content-contact .one-third {
		width: 30.333333%;
	}

	article .content-boxed .content-contact .two-third {
		width: 65%;
	}

	.content-contact .site-logo {
		max-width: 120px;
	}

	article	.content-landing .module-contact-1 .one-half:last-child {
		margin-bottom: 60px;
	}

	.content-page-default article .entry-content .space,
	.content-single-project article .entry-content .space {
		height: 0;
	}

	.content-page-default article .entry-content .col-text,
	.content-single-project article .entry-content .col-text {
		padding: 0;
		margin: 0;
	}

	.content-page-default article .entry-content p,
	.content-page-default article .entry-content img,
	.content-page-default article .entry-content video,
	.content-single-project article .entry-content p,
	.content-single-project article .entry-content img,
	.content-single-project article .entry-content video {
		margin-bottom: 20px !important;
	}

	.content-single-project article .entry-content p:last-child {
		margin-bottom: 30px !important;
	}

	.content-page-default article .entry-content h2.title p,
	.content-single-project article .entry-content h2.title p {
		margin-bottom: 0 !important;
	}

	.content-page-default article .entry-content .royalSlider,
	.content-single-project article .entry-content .royalSlider {
		margin-bottom: 100px;
	}

	.content-page-default article .one-third,
	.content-page-default article .two-third,
	.content-single-project article .one-third,
	.content-single-project article .two-third {
		width: 100%;
	}

	.content-single-project article .info-project .site-logo {
		display: none;
	}

	.content-single-project article .info-project .site-logo img {
		max-width: 80px;
	}

	.content-single-project article .info-project .one-third {
		width: 30.333333%;
	}

	.content-single-project article .info-project .two-third {
		margin-bottom: 80px;
	}

	.content-single-project article .info-project .share-project {
		width: 100%;
		text-align: center;
		z-index: 100;
	}

	.content-single-project article .info-project .share-project a {
		float: none;
	}

}

@media screen and (min-width: 961px) {

	#site-navigation-res {
		display: none !important;
	}

}

@media screen and (max-width: 960px) {

	#masthead {
		padding: 17px 0;
	}

	#masthead .site-branding {
		max-width: 70px;
		margin-left: 20px;
	}

	#masthead .site-branding .site-logo {
		width: 100%;
		height: auto;
		margin-top: 5px;
	}

	#masthead .site-languages {
		display: none;
		width: 100px;
		right: 20px;
		margin-top: 18px;
	}

	#masthead .site-languages a#btn-es:after {
		content: '/';
		margin: 0 5px;
	}

	#masthead-project .overview-menu {
		right: 20px;
	}

	#masthead-project .overview-menu h1 {
		display: none;
	}

	#masthead-project .overview-menu a {
		margin-right: 10px;
	}

	.hero.cover-project {
		height: 50%;
		height: 50vh;
	}

	.content-boxed {
		padding: 40px 0 140px 0;
	}

	.one-half,
	.one-third,
	.two-third {
		width: 100%;
	}

	.space,
	.space.small {
		height: 40px;
	}

	.space.micro {
		height: 20px;
	}

	.space.mobile {
		height: 160px;
	}

	article .content-boxed video#video-responsive {
		display: block;
	}

	article .content-boxed video.video-desktop {
		display: none;
	}

	article .content-boxed .row.home-section-2 {
		display: flex;
  	flex-direction: column;
	}

	article .content-boxed .row.home-section-1 #home-section-1-col-1 img,
	article .content-boxed .row.home-section-3 #home-section-3-col-1 img {
		margin-bottom: 20px;
	}

	article .content-boxed .row.home-section-2 #home-section-2-col-1 {
		order: 1;
	}

	article .content-boxed .row.home-section-2 #home-section-2-col-2 img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	article .content-boxed .row.module-contact-1 .site-logo {
		display: block;
		max-width: 80px;
		margin: 20px auto 20px;
	}

	article .content-boxed .row.module-contact-1 p.text-contact {
		display: none;
	}

	article .content-boxed .row.know-studio-contact p.text-contact {
		display: block;
		margin-top: 40px;
		text-align: center;
	}

	article .content-boxed .col-text.right,
	article .content-boxed .col-text.left {
		padding: 0;
	}

	.content-home article .content-boxed .entry-content .space {
		height: 0px;
	}

	.content-home article .content-boxed .entry-content .home-section-1 h2,
	.content-home article .content-boxed .entry-content .home-section-3 h2,
	.content-home article .content-boxed .entry-content .home-section img {
		margin-top: 20px;
	}

	.content-page-default article h2.featured-projects-title,
	.content-home article h2.featured-projects-title {
		margin-top: 40px;
	}

	article .content-boxed .module-contact-1 .one-half:first-child,
	article	.content-landing .module-contact-1 .one-half:last-child {
		margin-bottom: 40px;
	}

	article .content-boxed .module-contact-2 .one-half:first-child {
		margin-top: 100px;
	}

	article .content-boxed .module-contact-2 .one-half.last {
		margin: 40px 0 100px;
	}

	article .content-boxed .landing-contact-bottom .one-half:first-child {
		margin: 0;
	}

	article .content-boxed .row .home-logo {
		width: 30.333333%;
	}

	article .content-boxed .row .home-logo:nth-child(1) img {
		max-width: 200px;
	}

	article .content-boxed .row .home-logo:nth-child(2) img {
		max-width: 130px;
	}

	article .content-boxed .row .home-logo:nth-child(3) img {
		max-width: 160px;
	}

	article .content-boxed .module-contact-3  {
		margin-bottom: 40px;
	}

	article .content-boxed .team-studio .team-grid-responsive {
		display: block;
	}

	article .content-boxed .team-studio .team-grid-desktop {
		display: none;
	}

	.page-border-top {
		height: 40px;
	}

	.page-border-bottom {
		height: 85px;
		padding: 30px 0;
	}

	.content-bio {
		display: block;
		float: none;
		max-width: 66%;
		margin: 0 auto;
	}

	.content-bio .entry-featured-image {
		margin-top: ;
	}

	.content-bio .entry-featured-image.vertical {
		max-width: 100%;
		margin-top: 40px;
	}

	.content-bio .entry-featured-image {
		margin-top: 0 !important;
	}

	.content-bio .col-curriculum img {
		margin-top: 20px;
	}

	.content-archive-projects article,
	.content-archive-publications article {
		width: 46%;
		margin: 0 2% 9% 2%;
	}

	.content-archive-projects article a,
	.content-archive-publications article a {
		font-size: 0.6em;
	}

	.content-archive-projects article .entry-featured-image .layer-img-opacity .entry-grid-title-uppercase {
		font-size: 2.1em;
	}

	.content-single-publication article {
		max-width: 100%;
	}

	.content-archive-publications article .entry-featured-image img {
		width: 90%;
		height: auto;
	}

	.content-single-publication article .entry-featured-image {
		width: 90%;
		max-width: 200px;
		margin: 0 auto 30px auto;
	}

	.content-single-publication article .entry-subtitle {
		margin: 5px 0 30px 0;
	}

	.content-boxed article .single-col-1 {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.content-boxed article .single-col-2 {
		float: left;
		width: 100%;
	}

	.content-single-project article .arrow-slider-scroll {
		display: none;
	}

	.content-single-project .cover-wrapper .overlay {
		background: rgba(0,0,0,0.2);
		z-index: 1;
	}

	.content-single-project article header.cover-title {
		position: absolute;
		width: 100%;
		height: 120px;
		bottom: 0;
		left: 0;
		padding: 0 4%;
		margin: 0;

		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.content-single-project article header.cover-title .entry-title-uppercase {
		font-size: 3em;
	}

	.content-single-project article header.cover-title h1 {
		margin: 10px 0 5px;
		font-family: 'Exo2Light';
		font-size: 1.5em;
		line-height: 100%;
	}

	.content-single-project article header.cover-title .entry-title-location {
		font-family: 'Exo2';
		font-size: 0.85em;
	}

	article .content-boxed .row h2 {
		font-size: 1.4em;
	}

	article .content-boxed h2,
	article .content-boxed .entry-content .row .header-text,
	article .content-boxed .entry-content .row .medium-text,
	.content-page-default article .entry-content,
	.content-single-project article .entry-content {
		font-size: 1.05em;
	}

	.content-page-default article .entry-content h2,
	.content-single-project article .entry-content h2 {
		font-size: 1.05em;
	}

	.content-page-default article .entry-content .small-text,
	.content-single-project article .entry-content .small-text {
		font-size: 0.85em;
	}

	.content-page-default article .entry-content p,
	.content-page-default article .entry-content img,
	.content-page-default article .entry-content video,
	.content-single-project article .entry-content p,
	.content-single-project article .entry-content img,
	.content-single-project article .entry-content video {
		margin-bottom: 20px !important;
	}

	.content-single-project article .entry-content .text p:last-child {
		margin-bottom: 30px !important;
	}

	.content-page-default article .entry-content .royalSlider,
	.content-single-project article .entry-content .royalSlider {
		margin-bottom: 80px;
	}

	.content-page-default article h2.featured-projects-title,
	.content-single-project article h2.featured-projects-title {
		margin-top: 40px;
	}

	.content-featured-projects {
		margin-top: 20px;
	}

}

@media screen and (max-width: 600px) {

	.intro .site-logo {
		width: 100px;
		height: 200px;
		margin: -100px 0 0 -50px;
	}

	.hero.half-height {
		height: 40%;
		height: 40vh;
	}

	.content-boxed {
		padding: 20px 0 130px 0;
	}

	.page-border-top {
		display: none;
		height: 20px;
	}

	.page-border-bottom {
		display: none;
		height: 115px;
	}

	.space,
	.space.small {
		height: 20px;
	}

	.space.micro {
		height: 10px;
	}

	.arrow-slider-scroll {
		bottom: 200px;
	}

	.wpcf7-form a.btn-form-read-more {
		display: none;
	}

	article .content-boxed .row.module-contact-1 .site-logo {
		max-width: 70px;
		margin: 20px auto 0;
	}

	article	.content-landing .module-contact-1 .one-half:last-child {
		margin-bottom: 20px;
	}

	article .content-boxed .module-contact-2 .one-half.last {
		margin-bottom: 60px;
	}

	article .content-boxed .landing-contact-bottom-margin .one-half:first-child {
		margin-top: 30px;
	}

	article .content-boxed .row .home-logo:nth-child(1) img {
		max-width: 90%;
	}

	article .content-boxed .row .home-logo:nth-child(2) img {
		max-width: 80%;
	}

	article .content-boxed .row .home-logo:nth-child(3) img {
		max-width: 80%;
	}

	article .content-boxed .row .home-logo:last-child {
		margin-bottom: 0;
	}

	article .content-boxed .row h2 {
		font-size: 1.3em;
	}

	article .content-boxed h2,
	article .content-boxed .entry-content .row .header-text,
	article .content-boxed .entry-content .row .medium-text,
	.content-page-default article .entry-content,
	.content-single-project article .entry-content {
		font-size: 1.05em;
		line-height: 130%;
	}

	.content-page-default article .entry-content h2,
	.content-single-project article .entry-content h2 {
		font-size: 1em;
		line-height: 130%;
	}

	.content-page-default article .entry-content .big-text,
	.content-single-project article .entry-content .big-text {
		line-height: 130%;
	}

	article .content-boxed .row h3 {
		font-size: 1em;
	}

	article .content-boxed .module-contact-3  {
		margin-bottom: 20px;
	}

	article .content-boxed .team-partners .partner,
	article .content-boxed .collaborations,
	article .content-boxed .services {
		width: 100%;
		margin: 0 0 20px;
	}

	article .content-boxed .team-studio .team-grid-responsive {
		margin-bottom: 20px;
	}

	article .content-boxed .team-studio .studio {
		float: left;
		width: 49%;
		margin: 0 0 2%;
	}

	article .content-boxed .team-studio .studio:nth-child(odd) {
		margin-right: 2%;
	}

	.content-bio {
		max-width: 100%;
	}

	.content-bio .entry-featured-image {
		margin-top: 25px !important;
	}

	article .content-boxed .content-contact .one-third,
	article .content-boxed .content-contact .two-third,
	article .content-boxed .content-contact .info-cv {
		width: 100%;
		max-width: 100%;
	}

	.content-contact {
		text-align: center;
	}

	.content-contact .site-logo {
		max-width: 100px;
		margin: 0 auto;
	}

	.content-contact .site-legal {
		text-align: center;
	}

	#google-container {
	  height: 400px;
	}

	.content-archive-projects .entry-filter {
		padding: 0;
	}

	.content-archive-projects .entry-filter .content-filter.animate {
		height: 350px;
	}

	.content-archive-projects .entry-filter .content-filter .taxonomy-list {
		width: 100%;
		margin-bottom: 20px;
	}

	.content-featured-projects {
		width: 100%;
		margin-top: 10px;

		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.content-featured-projects article a {
		font-family: 'Exo2Medium';
	}

	.content-featured-projects article,
	.content-featured-projects article:nth-child(3) {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.content-archive-projects article,
	.content-archive-publications article {
		width: 100%;
		margin: 0 0 12% 0;
	}

	.content-page-default article .entry-content p,
	.content-page-default article .entry-content img,
	.content-page-default article .entry-content video,
	.content-single-project article .entry-content p,
	.content-single-project article .entry-content img,
	.content-single-project article .entry-content video {
		margin-bottom: 15px !important;
	}

	.content-single-project article .entry-content .text p:last-child {
		margin-bottom: 20px !important;
	}

	.content-page-default article .entry-content .col-text p:last-child,
	.content-single-project article .entry-content .col-text p:last-child {
			margin-bottom: 25px;
	}

	.content-page-default article .entry-content .col-text h2 p,
	.content-page-default article .entry-content .col-text h2 p:last-child,
	.content-single-project article .entry-content .col-text h2 p,
	.content-single-project article .entry-content .col-text h2 p:last-child {
			margin: 0;
	}

	.content-page-default article .entry-content .royalSlider,
	.content-single-project article .entry-content .royalSlider {
		margin-bottom: 60px;
	}

	.content-single-project article .info-project .one-third {
		width: 100%;
	}

	.content-single-project article .info-project .two-third {
		margin-bottom: 20px;
	}

	.content-single-project article .info-project .royalSlider {
		margin-bottom: 60px;
	}

	.content-single-project article .info-project .col-info,
	.content-single-project article .info-project .info {
		margin-bottom: 10px;
	}

	.content-single-project article .info-project .col-info h3 {
		margin-bottom: 3px;
	}

	.content-archive-publications article .entry-featured-image img {
		width: 80%;
		height: auto;
	}

	.content-single-publication article .entry-featured-image {
		width: 90%;
		max-width: 180px;
		margin: 0 auto 30px auto;
	}

	.content-single-publication article .entry-subtitle {
		margin: 0 0 20px 0;
	}

}

@media screen and (max-width: 500px) {

	.intro .site-logo {
		width: 90px;
		height: 180px;
		margin: -90px 0 0 -45px;
	}

}

/* iPhone 5 Landscape */
@media screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {

		.intro .site-logo {
			width: 80px;
			height: 160px;
			margin: -80px 0 0 -60px;
		}

		.hero.half-height {
			height: 100%;
			height: 100vh;
		}

		.hero.cover-project {
			height: 100%;
			height: 100vh;
		}

		.arrow-slider-scroll {
			display: none;
		}

}

/* iPhone 6, 7, 8 Landscape */
@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {

		.intro .site-logo {
			width: 80px;
			height: 160px;
			margin: -80px 0 0 -60px;
		}

		.hero.half-height {
			height: 100%;
			height: 100vh;
		}

		.hero.cover-project {
			height: 100%;
			height: 100vh;
		}

		.arrow-slider-scroll {
			display: none;
		}

		.content-single-project article header.cover-title {
			bottom: 100px;
		}

}

/* iPhone 6+, 7+, 8+ Landscape */
@media screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {

		.hero.half-height {
			height: 100%;
			height: 100vh;
		}

		.hero.cover-project {
			height: 100%;
			height: 100vh;
		}

		.arrow-slider-scroll {
			display: none;
		}

}

/* iPhone X Landscape */
@media screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {

		.intro .site-logo {
			width: 80px;
			height: 160px;
			margin: -80px 0 0 -60px;
		}

		.hero.half-height {
			height: 100%;
			height: 100vh;
		}

		.hero.cover-project {
			height: 100%;
			height: 100vh;
		}

		.arrow-slider-scroll {
			display: none;
		}

}
