﻿@font-face {
	font-family:'IR';
	src:url('../../font/irma-regular.eot');
	src:url('../../font/irma-regular.eot?#iefix') format('embedded-opentype'),
		url('../../font/irma-regular.woff2') format('woff2'),
		url('../../font/irma-regular.woff') format('woff'),
		url('../../font/irma-regular.ttf') format('truetype'),
		url('../../font/irma-regular.svg#irmaregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'IT';
	src:url('../../font/irma-thin.eot');
	src:url('../../font/irma-thin.eot?#iefix') format('embedded-opentype'),
		url('../../font/irma-thin.woff2') format('woff2'),
		url('../../font/irma-thin.woff') format('woff'),
		url('../../font/irma-thin.ttf') format('truetype'),
		url('../../font/irma-thin.svg#irmathin') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'GDSL';
	src:url('../../font/gds-light.eot');
	src:url('../../font/gds-light.eot?#iefix') format('embedded-opentype'),
		url('../../font/gds-light.woff2') format('woff2'),
		url('../../font/gds-light.woff') format('woff'),
		url('../../font/gds-light.ttf') format('truetype'),
		url('../../font/gds-light.svg#gdslight') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'GDSR';
	src:url('../../font/gds-regular.eot');
	src:url('../../font/gds-regular.eot?#iefix') format('embedded-opentype'),
		url('../../font/gds-regular.woff2') format('woff2'),
		url('../../font/gds-regular.woff') format('woff'),
		url('../../font/gds-regular.ttf') format('truetype'),
		url('../../font/gds-regular.svg#gdsregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'GDSB';
	src:url('../../font/gds-bold.eot');
	src:url('../../font/gds-bold.eot?#iefix') format('embedded-opentype'),
		url('../../font/gds-bold.woff2') format('woff2'),
		url('../../font/gds-bold.woff') format('woff'),
		url('../../font/gds-bold.ttf') format('truetype'),
		url('../../font/gds-bold.svg#gdsbold') format('svg');
	font-weight:normal;
	font-style:normal;
}

.ir {
	font-family:'IR';	/*,'IT';*/
	letter-spacing:0.050em;
}

.it {
	font-family:'IR';
	font-size:10px;
	letter-spacing:0.050em;
}

.gdsl {
	font-family:'GDSL','GDSR';
}

.gdsr {
	font-family:'GDSR';
}

.gdsb {
	font-family:'GDSB','GDSR';
}

*
{
	margin:0;
	padding:0;
	border:0;
}

a:focus
{
	outline-style:none;
}

a
{
	color:inherit;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

h1 {
	font-family:'IT';
	line-height:26px;
	font-size:21px;
	letter-spacing:0.050em;
}

h2 {
	font-family:'IT';
	letter-spacing:0.050em;
}

input {
	outline-style:none;
}

/* script_cookie_banner */
#script_cookie_banner {
	font-family:'IR';	/*IT*/
	font-size:10px;
	letter-spacing:0.050em;
	position:fixed;
	z-index:10;
	width:100%;
	background-color:#787066;
	text-align:center;
	color:#FFF;
	padding:8px 24px;
	/**/
	box-sizing:border-box;
	/**/
	bottom:0;
}

#script_cookie_banner a,
#script_cookie_banner .button {
	display:inline-block;
	margin:0 60px;
	cursor:pointer;
}

#script_cookie_banner a:hover,
#script_cookie_banner .button:hover {
	text-decoration:underline;
}

/**/
body {
	font-family:'GDSR',Arial;
	color:#787066;
	font-size:12px;
	line-height:14px;
	background-color:#F7F6F5;
	background-image:url(../../img/bg_grad_top.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#grad_bottom {
	position:fixed;
	z-index:0;
	bottom:0;
	width:100%;
	height:183px;
	background-image:url(../../img/bg_grad_bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#main {
	width:682px;
	margin:0 auto;
	padding:0 140px 140px 140px;
	background-color:#F7F6F5;
	/**/
	z-index: 1;
	position: relative;
}

header {
	position:fixed;
	z-index:9;
	width:inherit;
	height:297px;
	/*border-bottom:solid 3px #B0A89E;*/
	background-color:#F7F6F5;
	/**/
	transition:height 250ms ease-in-out;
	-webkit-transition:height 250ms ease-in-out;
	/**/
	height:182px;
}

header #logo_standard {
	display:block;
	width:37px;
	height:76px;
	position:absolute;
	margin-top:113px;
	margin-left:-110px;
	/**/
	transition:margin-left 250ms ease-in-out, margin-top 250ms ease-in-out;
	-webkit-transition:margin-left 250ms ease-in-out, margin-top 250ms ease-in-out;
	/**/
	margin-top:36px;
}

header #logo_mobile {
	z-index:9;
	position:absolute;
	margin-top:-26px;
	/**/
	transition:margin-top 250ms ease-in-out;
	-webkit-transition:margin-top 250ms ease-in-out;
}

header #bar_top {
	height:3px;
	background-color:#B0A89E;
	margin-top:70px;
	/**/
    -moz-animation-name: animation_barTop;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1.75s;
	
    -webkit-animation-name: animation_barTop;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.75s;
	
    animation-name: animation_barTop;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1.75s;
}

@-moz-keyframes animation_barTop {
    0% {
        width:0;
    }
    100% {
        width:100%;
    }
}
@-webkit-keyframes animation_barTop {
    0% {
        width:0;
    }
    100% {
        width:100%;
    }
}
@keyframes animation_barTop {
    0% {
        width:0;
    }
    100% {
        width:100%;
    }
}

#mobile_menu_button {
	display:none;
}

nav {
	width:inherit;
	padding-top:154px;
	/**/
	transition:padding-top 250ms ease-in-out;
	-webkit-transition:padding-top 250ms ease-in-out;
	/**/
	padding-top:75px;
}

nav ul {
	list-style:none;
	font-family:'IR',Arial;
	letter-spacing:0.050em;
	font-size:10px;
	text-transform:uppercase;
	/**/
	margin-left:-12px;
}

nav ul li {
	width:20%;
	display:inline-block;

	padding-left:12px;
	box-sizing:border-box;
}

/* animation */
nav ul.animate li a {
	white-space:nowrap;
	overflow:hidden;
	/**/
    -moz-animation-name: animation_menuItems;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1.75s;
	
    -webkit-animation-name: animation_menuItems;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.75s;
	
    animation-name: animation_menuItems;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1.75s;
}

@-moz-keyframes animation_menuItems {
    0% {
        width:0;
		color:transparent;
    }
	60% {
		color:transparent;		
	}
	75% {
	}
    100% {
        width:100%;
		color:inherit;
    }
}
@-webkit-keyframes animation_menuItems {
    0% {
        width:0;
		color:transparent;
    }
	60% {
		color:transparent;		
	}
	75% {
	}
    100% {
        width:100%;
		color:inherit;
    }
}
@keyframes animation_menuItems {
    0% {
        width:0;
		color:transparent;
    }
	60% {
		color:transparent;		
	}
	75% {
	}
    100% {
        width:100%;
		color:inherit;
    }
}



/* recent commissions, contacts & login: letter-spacing reduced * /
nav ul li:nth-child(4),
nav ul li:nth-child(5) {
	letter-spacing:0.050em;
}
/ **/

nav ul li.credits {
	display:none;
}

nav ul li a {
	display:block;
	height:14px;	/* 34 */
	border-top:solid 3px #B0A89E;
	border-bottom:solid 1px #B0A89E;
	color:#B0A89E;
	padding:7px 0 9px 0;
	/**/
	overflow:hidden;
	/**/
	transition:color 250ms ease-in-out, border-top 250ms ease-in-out, border-bottom 250ms ease-in-out;
	-webkit-transition:color 250ms ease-in-out, border-top 250ms ease-in-out, border-bottom 250ms ease-in-out;
}

nav ul li a:hover,
nav ul li a.selected {
	border-top:solid 3px #787066;
	border-bottom:solid 1px #787066;
	color:#787066;
	text-decoration:none;
}

/* FOOTER */
footer {
	position:fixed;
	bottom:0;
	left:0;
	background-color:#F7F6F5;
	width:100%;
	/**/
	font-family:'IR';
	font-size:10px;
	letter-spacing:0.050em;
	text-transform:uppercase;
	height:0;
}

footer .inner {
	width:682px;
	margin:0 auto;
	padding:4px 0;
	/**/
}

footer ul {
	float:right;
	list-style:none;
}

footer ul li {
	display:inline-block;
	margin-left:40px;
	/**/
	position:absolute;
	margin-top:-26px;
	margin-left:155px;
	/**/
	transition:margin-left 250ms ease-in-out;
	-webkit-transition:margin-left 250ms ease-in-out;
}

footer ul li a {
	transition:color 250ms ease-in-out;
	-webkit-transition:color 250ms ease-in-out;
}

footer ul li a:hover {
	text-decoration:none;
	color:#B0A89E;
}

#contents_spacer {
	height:300px;
	/**/
	transition:height 250ms ease-in-out;
	-webkit-transition:height 250ms ease-in-out;
	/**/
	height:180px;
}

#contents_container {
	overflow:hidden;
}

#contents_container #shade {
	-webkit-box-shadow: 0 0 90px 10px rgba(135, 128, 119, 0.25);
	box-shadow: 0 0 90px 10px rgba(135, 128, 119, 0.25);
	/**/
    -moz-animation-name: animation_shade;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 3.5s;
	
    -webkit-animation-name: animation_shade;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 3.5s;
	
    animation-name: animation_shade;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 3.5s;
}

@-moz-keyframes animation_shade {
    0% {
        opacity:0.0;
    }
    50% {
        opacity:0.0;
    }
    100% {
        opacity:1.0;
    }
}
@-webkit-keyframes animation_shade {
    0% {
        -webkit-opacity:0.0;
    }
    50% {
        -webkit-opacity:0.0;
    }
    100% {
        -webkit-opacity:1.0;
    }
}
@keyframes animation_shade {
    0% {
        opacity:0.0;
    }
    50% {
        opacity:0.0;
    }
    100% {
        opacity:1.0;
    }
}

#contents_container .content {
	margin-top:56px;
	/**/
    -moz-animation-name: animation_content;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1.75s;
	
    -webkit-animation-name: animation_content;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.75s;
	
    animation-name: animation_content;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1.75s;
}

@-moz-keyframes animation_content {
    0% {
        opacity:0.0;
    }
	33% {
		opacity:0.0;
	}
    100% {
        opacity:1.0;
    }
}
@-webkit-keyframes animation_content {
    0% {
        -webkit-opacity:0.0;
    }
	33% {
		-webkit-opacity:0.0;
	}
    100% {
        -webkit-opacity:1.0;
    }
}
@keyframes animation_content {
    0% {
        opacity:0.0;
    }
	33% {
		opacity:0.0;
	}
    100% {
        opacity:1.0;
    }
}

#contents_container .content.margin_tall {
	margin-top:107px;
	/**/
	transition:margin-top 250ms ease-in-out;
	-webkit-transition:margin-top 250ms ease-in-out;
}

.text_big {
	font-size:29px;
	line-height:35px;
}


/* SPLASH */
#contents_container .content.splash {
	text-align:center;
	margin-top:96px;
}

/* GENERAL */
#prev_next {
	display:block;
	margin-top:43px;
}

#prev_next a {
	display:block;
	width:50%;	/* 120px; */
	height:22px;
	color:#B0A89E;
	padding-top:5px;
	box-sizing:border-box;
	/**/
	font-family:'IR';
	font-size:10px;
	letter-spacing:0.050em;
	/**/
	transition:color 250ms ease-in-out;
	-webkit-transition:color 250ms ease-in-out;
}

#prev_next a:hover {
	color:#787066;
	text-decoration:none;
}

#prev_next .next {
	float:right;
	background-image:url(../../img/arrow_right.png);
	background-position:right;
	background-size:14px 22px;
	background-repeat:no-repeat;
	text-align:right;
	padding-right:22px;
}

#prev_next .prev {
	float:left;
	background-image:url(../../img/arrow_left.png);
	background-position:left;
	background-size:14px 22px;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:22px;
}

/* ARTICLE */
.article {
	padding:0 24px;
}

.article h1 {
	margin-bottom:24px;
}

.article .cont b {
	font-family:'IT';
	letter-spacing:0.050em;
}


/* LEADERSHIP */
#contents_container .content.leadership {
	/**/
	opacity:0.0;
	-webkit-opacity:0.0;
	/**/
	/*transition:opacity 250ms ease-in;
	-webkit-transition:opacity 250ms ease-in;*/	
}

#profiles {
	font-family:'GDSB','GDSR';
	margin-left:-25px;
	color:#B0A89E;
}

#profiles .profile {
	width:67px;
	margin-left:20px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	/**/
	transition:color 250ms ease-in;
	-webkit-transition:color 250ms ease-in;
}

#profiles .profile:hover {
    color: #787066;
}

#profiles .profile img {
	width:67px;
	height:69px;
	display:block;
	background-color:#B0A89E;
}

#profiles .profile .name {
	margin-top:12px;
	border-top:solid 1px #B0A89E;
	padding-top:9px;
	padding-left: 5px;
	/**/
	word-spacing:67px;
}


    #profiles .profile.selected {
        /* width:130px; */
        cursor: default;
        color: #787066;
        margin-left: 25px;
    }

    #profiles .profile.selected img {
        /*width: 130px;
        height: 135px; */
    }

    #profiles .profile.selected .name {
        border: 0;
        padding: 0;
        margin-top: 20px;
        color: #787066;
        /**/
        word-spacing:normal;
    }

/* PROFILE DATA */
#contents_container .content.leadership .indent {
	margin-left:88px;
}

#profile_data {
	margin-top:2px;
	/*border-top:solid 3px #787066;*/
	width:406px;	/* 251 */
	/*padding-left:155px;*/
}

#profile_data.align_left {
	padding-left:0px;
	padding-right:155px;
}

#profile_data .bar_inner {
	height:3px;
	background-color:#787066;
	/**/
    -moz-animation-name: animation_profileData_barInner;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1.75s;
	
    -webkit-animation-name: animation_profileData_barInner;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.75s;
	
    animation-name: animation_profileData_barInner;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1.75s;
}

@-moz-keyframes animation_profileData_barInner {
    0% {
        width:0;
    }
    100% {
        width:100%;
    }
}
@-webkit-keyframes animation_profileData_barInner {
    0% {
        width:0;
    }
    100% {
        width:100%;
    }
}
@keyframes animation_profileData_barInner {
    0% {
        width:0;
    }
    100% {
        width:100%;
    }
}

#profile_data .inner {
	margin-left:155px;
}

#profile_data.align_left .inner {
	margin-left:0px;
	margin-right:155px;
}

#profile_data .gdsb {
	margin-top:24px;
}

#profile_data .it {
	margin-top:1px;
	/**/
	letter-spacing:0.050em;
}

#profile_data .gdsr {
	margin-top:12px;
	border-top:solid 1px #787066;
	padding-top:16px;
}

#profile_data a {
	color:#B0A89E;
	display:block;
	margin-top:48px;
}

/* prev_next */
#contents_container .content.leadership #prev_next {
	display:none;
}

/* CLIENTS */
.clients .cols {
	width:61%;
	display:inline-block;
	/**/
	position:relative;
	z-index:1;
}

.clients .col {
	width:32.9%;
	display:inline-block;
	padding-right:12px;
	box-sizing:border-box;
	vertical-align:top;
}

.clients .category {
	display:none;
}

.clients .col .category {
	display:block;
	border-top:solid 1px #787066;
	padding-top:8px;
}

.clients .col .category h2 {
	margin-bottom:4px;
	font-family: 'IR';
	font-size: 10px;
	letter-spacing:0.050em;
}

.clients .col .category ul {
	list-style:none;
	margin-bottom:20px;
}

.clients .placehold_data {
	display:inline-block;
	width:264px;
	position:fixed;
	z-index:2;
}

.clients .placehold_data .logo {
	border-top:solid 1px #787066;
	padding-top:12px;
	/**/
	opacity:0.0;
	-webkit-opacity:0.0;
	/**/
	transition:opacity 250ms ease-in;
	-webkit-transition:opacity 250ms ease-in;
}

.clients .placehold_data .logo img {
	/*max-width:50%;*/
}

/* MAP - PLACEHOLDR */
.clients #gradient {
	position:fixed;
	z-index:1;
	background-image:url(../../img/clients_gradient.png);
	background-size:100% 100%;
	/**/
	opacity:0.0;
	-webkit-opacity:0.0;
	transition:opacity 5000ms ease;
	-webkit-transition:opacity 5000ms ease;
}

.clients #gradient.on {
	opacity:1.0;
	-webkit-opacity:1.0;
}

.clients #map_placeholder {
	position:fixed;
	z-index:0;
	/*overflow:visible;*/
	overflow:hidden;
	width:682px;
	opacity:0.0;
	transition:opacity 5s ease;
	-webkit-transition:opacity 5s ease;
}

.clients #map_placeholder.loaded {
	opacity:1.0;
}

.clients #map_placeholder svg {
	transition:all 3s ease-in-out;
	-webkit-transition:all 3s ease-in-out;
	/**/
	/*background-color:#F00;*/
}

.clients #map_placeholder svg.hard {
	transition:none;
	-webkit-transition:none;
}

.clients #map_placeholder svg *
{
	fill:#f0eeec;
	/*fill:transparent;*/
	/**/
	transition:fill 2500ms ease;
	-webkit-transition:fill 2500ms ease;
}

.clients #map_placeholder.reset svg * {
	fill:#f0eeec;
}

.clients #map_placeholder svg *.selected
{
	fill:#B0A89E;
}


/* RECENT COMMISSIONS */
.recent_commissions .publications {
	width:744px;
	margin-left:-62px;
	/**/
	opacity:0.0;
	-webkit-opacity:0.0;
}

.recent_commissions .publications .publication {
	width:184px;
	height:345px;
	overflow:hidden;
	padding-left:62px;
	display:inline-block;
	box-sizing:content-box;
	vertical-align:top;
	cursor:pointer;
	color:#B0A89E;
}

.recent_commissions .publications .publication a {
	display:block;
	margin-top:6px;
}

/* PUBLICATION SINGLE */
.publication_single h1 {
	width:50%;
	padding-left:24px;
	box-sizing:border-box;
	/**/
	float:left;
}

.publication_single .image {
	width:50%;
	text-align:right;
	padding-right:24px;
	box-sizing:border-box;
	/**/
	float:right;
}

.publication_single .info {
	width:50%;
	padding-left:24px;
	box-sizing:border-box;
	/**/
	float:left;
	/**/
	padding-top:75px;
}

.publication_single .info .val {
	margin-bottom:18px;
}

/* CONTACTS */
.contacts {
	width:404px;
	margin:0 auto;
}

.contacts h1 {
	margin-bottom:24px;
}

.contacts h2 {
	line-height:26px;
	font-size:21px;
	letter-spacing:0.050em;
	margin-top:48px;
	margin-bottom:24px;
}

.contacts form  {
	/*width:260px;*/
}

.contacts form .row {
	margin:12px 0;
}

.contacts form .row .label {
	float:left;
	width:60px;
	padding-top:4px;
}

.contacts form .row .field {
	float:left;
	border-bottom:solid 1px #B0A89E;
}

.contacts form .row .field input {
	width:344px;
	padding:2px 12px;
	box-sizing:border-box;
	background-color:transparent;
	transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
}

.contacts form .row .field input:focus {
	background-color:#787066;
	color:#FFF;
}

.contacts form .button_submit {
	background-color:#787066;
	font-family:'IR';	/*IT*/
	font-size:11px;
	letter-spacing:0.050em;
	color:#F7F6F5;
	padding:4px 12px;
	cursor:pointer;
	/**/
	transition:color 250ms ease-in-out, background-color 250ms ease-in-out;
	-webkit-transition:color 250ms ease-in-out, background-color 250ms ease-in-out;
}

.contacts form .button_submit:focus,
.contacts form .button_submit:hover {
	background-color:#B0A89E;
	color:#787066;
}

.contacts .login_response {
	color:#be0000;
	padding-top:14px;
}

/* USER */
.content.user {
	padding:0 0 0 24px;
}

.content.user .data {
	float:left;
	width:252px;
	vertical-align:top;
	margin-bottom:24px;
}

.content.user .publications {
	float:left;
	width:406px;
}

.content.user .publications .private_publication {
	border-bottom:solid 1px #B0A89E;
	padding-bottom:34px;
	margin-bottom:46px;
}

.content.user .publications .private_publication .title,
.content.user .publications .private_publication .image {
	float:left;
	width:50%;
}

.content.user .publications .private_publication .title {
	padding-right:12px;
	box-sizing:border-box;
}

.content.user .publications .private_publication .title h2 {
	font-size:16px;
	line-height:20px;
}

.content.user .publications .private_publication .image img {
	width:203px;
}

.content.user .publications .private_publication a {
	display:block;
	float:left;
	margin-top:-15px;
	font-size:12px;
	letter-spacing:0.050em;
}

@media all and (max-width:1600px) {

	/*header {
		height:182px;
	}

	header #logo_standard {
		margin-top:36px;
	}

	nav {
		padding-top:75px;
	}

	#contents_spacer {
		height:180px;
	}*/

	#contents_container .content.margin_tall {
		margin-top:65px;
	}

	/*footer ul li {
		margin-left:25px;
	}*/
}

@media all and (max-width:1200px) {
	
	/*#script_cookie_banner {
		bottom:30px;
	}*/

	/*header {
		height:182px;
	}

	header #logo_standard {
		margin-top:36px;
	}

	nav {
		padding-top:75px;
	}

	#contents_spacer {
		height:182px;
	}

	#contents_container .content.margin_tall {
		margin-top:65px;
	}*/

	footer ul li {
		margin-left:25px;
	}
}


@media all and (max-width:962px) {
	body {
		background-image:none;
	}

	#grad_bottom {
		display:none;
	}

	#script_cookie_banner {
		bottom:0;
	}

	header #logo_standard {
		margin-left:-180px;
	}

	header #logo_mobile {
		margin-top:26px;
	}

	#main {
		width:85.88%;
		margin:0 auto;
		padding:0 0 140px 0;
	}

	nav {
		width:100%;
	}

	/* recent commissions, contacts & login: letter-spacing reduced no more needed * /
	nav ul li:nth-child(4),
	nav ul li:nth-child(5) {
		letter-spacing:0.050em;
	}
	/ **/

	/* FOOTER */
	footer .inner {
		width:auto;
		padding-left:24px;
		padding-right:24px;
		box-sizing:border-box;
	}

	footer ul li {
		display:block;
		margin-top:-25px;
		margin-left:-35px;
	}

	/* GENERAL */

	/* LEADERSHIP */
	#profiles .profile {
		display:none;
	}
	
	#profiles .profile.selected {
		width:100%;
		display:block;
	}
	
	#profiles .profile.selected img {
		float:left;
	}
	
	#profiles .profile.selected .name {
		margin-top:0;
		margin-left:37px;
		font-size:16px;
		float:left;
	}

	#contents_container .content.leadership .indent {
		margin-left:0;
	}

	#profile_data {
		border-top:0;
		width:100%;
		padding:0;
	}

	#profile_data .bar_inner {
		display:none;
	}

	#profile_data .inner,
	#profile_data.align_left .inner {
		margin:0;
	}

	#profile_data a {
		margin-top:12px;
	}

	
	#contents_container .content.leadership #prev_next {
		display:block;
	}

	/* CLIENTS */
	.clients .cols {
		width:52%;
		padding-right:4%;
	}

	.clients .cols .col {
		width:100%;
		display:block;
		padding-right:4%;
	}

	.clients .col .category:first-child {
		/*border:0;*/
	}

	.clients .col:first-child .category:first-child {
		border:0;
	}

	.clients .placehold_data {
		width:38%;
		/**/
		/*transition:padding-top 1000ms ease-out;
		-webkit-transition:padding-top 1000ms ease-out;*/
	}

	.clients .placehold_data .logo img {
		/*max-width:80%;*/
	}

	/* MAP - PLACEHOLDR */
	.clients #map_placeholder {
		transition:none;
		-webkit-transition:none;
	}

	.clients #map_placeholder.reset {
		opacity:0.0;
	}

	.clients #map_placeholder svg {
		transition:none;
		-webkit-transition:none;
	}

	.clients #map_placeholder svg *
	{
		transition:none;
		-webkit-transition:none;
	}


	/* RECENT COMMISSIONS */
	.recent_commissions .publications {
		width:inherit;
	}
	
	.recent_commissions .publications .publication {
		width:49%;
		box-sizing:border-box;
	}

	/* PUBLICATION SINGLE */
	.publication_single h1 {
		width:100%;
		padding-left:0;
		/**/
		float:none;
		/**/
		margin-bottom:24px;
	}

	.publication_single .image {
		width:50%;
		text-align:left;
		padding-right:0;
		/**/
		float:left;
	}

	.publication_single .image img {
		max-width:100%;
		height:auto;
	}

	.publication_single .info {
		width:50%;
		padding-left:24px;
		/**/
		float:right;
		/**/
		padding-top:0;
	}

	/* CONTACTS */
	.contacts {
		padding:0;
	}

	/* ARTICLE */
	.article {
		padding:0;
	}

	/* CONTACTS */
	.content.user {
		padding:0;
	}

	.content.user .publications .private_publication .title,
	.content.user .publications .private_publication .image
	 {
		float:none;
		margin-bottom:12px;
	}

	.content.user .publications .private_publication a {
		float:none;
		margin:0;
	}
}

@media all and (min-width:768px) {
    .menu-sub-jg {
        position: absolute;
        margin-top: 64px;
        width: 139px;
    }

    .menu-sub-ier {
        position: absolute;
        margin-top: 32px;
        width: 139px;
    }

    .menu-sub-lab {
        position: absolute;
        margin-top: 32px;
        width: 139px;
        margin-left: -139px;
    }

    .menu-sub-ibh {
        position: absolute;
        margin-top: 64px;
        width: 139px;
        margin-left: -139px;
    }

    .menu-sub-crypto {
        position: absolute;
        margin-top: 64px;
        width: 139px;
        margin-left: -139px;
    }
}
    
    
@media all and (max-width:767px) {
        header {
		height:112px;
	}

	header #bar_top {
		margin-top:13px;
	}

	header nav.open #bar_top {
		display:none;
	}

	nav {
		margin-top:-125px;	/* 1 item height = 25 */
		padding:0;
		background-color:#F7F6F5;
		/**/
		transition:margin-top 500ms ease-in-out;
		-webkit-transition:margin-top 500ms ease-in-out;
	}



	nav.open {
		margin-top:140px;
	}

	nav ul li {
		width:100%;
	}

	nav ul li.credits {
		display:block;
	}

	/**/
	nav ul.animate li a {
		-moz-animation-name: none;
	
		-webkit-animation-name: none;
	
		animation-name: none;
	}
	/**/

	nav ul li a {
		padding:0 0 7px 0;
		border-top-color:#F7F6F5;
	}

	nav ul li:first-child a {
		padding:0 0 7px 0;
		border-top-color:#B0A89E;
	}

	nav ul li:first-child a {
		padding-top:9px;
	}

	nav ul li a:hover,
	nav ul li a.selected {
		border-top-color:#F7F6F5
	}

	footer {
		display:none;
	}

	#mobile_menu_button {
		position:relative;
		z-index:9;
		display:block;
		float:right;
		margin-top:26px;
		width:20px;
		height:20px;
		cursor:pointer;
		background-image:url(../../img/menu-mobile.png);
		background-size:20px 20px;
	}

	#mobile_menu_masking_panel {
		position:absolute;
		z-index:8;
		width:100%;
		height:140px;
		border-bottom:solid 3px #B0A89E;
		background-color:#F7F6F5;
	}
	
	#contents_spacer {
		height:112px;
	}

	#contents_container .content.margin_tall {
		margin-top:59px;
	}

	.text_big {
		font-size:19px;
		line-height:23px;
	}

	/* RECENT COMMISSIONS */	
	.recent_commissions .publications .publication {
		width:100%;
		box-sizing:border-box;
	}
}


@media all and (max-width:640px) {
	#prev_next a {
		height:27px;
		padding:0;
	}
}


@media all and (max-width:320px) {
	#main {
		width:272px;
		padding:0 24px 140px 24px;
	}
}