/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.9
Real Version : 1.1 (Need to convert to a child theme before updating it)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
    padding: 5px 0;
    padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
    font-size: 16px
    font-size: 1.142857143rem; (16 / $rembase)
    line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
    margin: 24px 0;
    margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'HelveticaNeueW01-55Roma', Helvetica,  Arial, sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1;
    background: #fff; 
    margin: 0 auto;
}

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: #5e5e5e;
   /* background-color: #ebebeb;*/
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #757575;
    /*background-color: #e1e1e1;*/
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    border: none;
}
li.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* Navigation */
.site-content nav {
    clear: both;
    line-height: 0;
    overflow: hidden;
}
#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}
.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}
.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
    margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

body.custom-font-enabled {
    font-family: 'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif; /* "Open Sans" */
}
a {
    outline: none !important;
    color: #777;
    text-decoration: none;
}
a:hover {
    color: #000;
}



.whereisit {
    position: relative;
    top: -20000px;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
    padding: 0 1%;
    background-color: #fff;
    width: 98%;
    margin: 0 auto 48px auto;
    max-width: 1190px;
    /*max-width: 85rem;*/
    overflow: hidden;
}
.site-content {
    margin: 0 0 0;
    margin: 0 0 0;
}
.widget-area {
    margin: 24px 0 0;
    margin: 1.714285714rem 0 0;
}


.site-content.project .col-left,  body.full-width .site-content.awards,  body.full-width .site-content.teams,
body.full-width .site-content.press,  body.full-width .site-content.news, #site-navigation, .site-header hgroup  {
    width: 78%;
}
#header-right {
    width: 22%;
}
#site-navigation-top, .site-content.project .col-right,   #press-list article
{
    width: 22%;
}
#contact, #contact input[type=submit]  {
	width:20%;
}

#press-list img {

}

/* Header */
.site-header {
    padding: 30px 0 24px;
    padding:  2.14285714rem 0 1.714285714rem 0;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    width: 98%;
}
.home .site-header {
    position: static;
    background-color: transparent;
}
.site-header h1,
.site-header h2 {
    text-align: left;
}
.site-header h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.site-header h1 a,
.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header h1 a {
    background: transparent  url(./img/alleswirdgut.png)  center left  no-repeat;
    width: 188px;
    height: 45px;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #21759b;
}



.header-image {
    margin-top: 24px;
    margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    text-align: center;
}
.main-navigation li {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
}
.main-navigation a {
    color: #5e5e5e;
}
.main-navigation a:hover {
    color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}



#site-navigation, .site-header hgroup{
    margin-top: 2px;
    float:left;
    clear:left;
    width: 78%;
}
.site-header hgroup{
    margin-top: 5px;
}
#header-right, #site-navigation-top{
    float:right;
    clear:right;
}
#site-navigation-top{
    line-height: 1.84615;
    width:22%;
}

/*Hide current main menu of the page */
#site-navigation-top .menu-item { display: block; }

#site-navigation-top .current-menu-item, #site-navigation-top .current-category-ancestor, 
#site-navigation-top  .current-project-ancestor, 
#site-navigation-top.information #menu-item-428, #site-navigation-top.information #menu-item-429,
#site-navigation-top.projects #menu-item-190, #site-navigation-top.projects #menu-item-344
{ display: none; }


#main-menu {
    position: relative;
    float:left;
    clear:left; 
    width: 10%;
}
#main-menu ul{
    margin-top: 21px;
}

#main-menu ul li{
    background: transparent  url(./img/arrow-1.png)  center left no-repeat;
    padding-left: 15px;
}

#main-menu li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #777;
}

#main-menu li a:hover{
    color: #000;
}
#site-navigation-top img {
    float:right;
    clear:right;
    margin-top: 22px;
}

#header-right #searchform, #header-right #searchform div {
    float:left;
    width: 100%;
}
#header-right #searchform  #s, #contact input[type=text], #contact textarea, #contact input[type=submit] {
    border-radius: 0;
    height: 10px;
    border: 1px solid #767676;
    color: #bdbdbd;
    text-transform: uppercase;
    padding: 2px 0 2px 3px;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1;
    width: calc(100% - 5px);
}
#header-right #searchform #s {
    /*width: 100%;*/
}
/*MailChimp signup form*/
#mc_signup_form {
    padding: 0;
    color: #bdbdbd;
	/*display:none;*/
}
#mc_signup_form label {
    display: none;
}
#mc-indicates-required {
    display: none;
}
#mc_unsub_link {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 0.785714286rem;
    font-style: italic;
    display: none;
}
.mc_required {
    display: none;
}
.mc_success_msg {
    color: green;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.785714286rem;
}
.mc_error_msg {
    font-weight: normal;
    font-size: 11px;
    font-size: 0.785714286rem;
}

#mc_signup .updated {
    position: absolute;
    top: 240px;
    width: 100%;
}


/*CONTACT FORM*/


#contact {
    float:right;
    clear:right;
	    position: relative;
    /*z-index: 9999;*/
}
#contact.eventsForm	{ display: none; }
#contact #mc_signup	{position: fixed;}
#contact p.text	{position: fixed;top: 260px;width: 190px;margin: 0! important;}

.admin-bar #contact p.text	{ top: 292px; }
#contact .wpcf7{ /*display: none;*/}
#contact .wpcf7 + p{ display: block; position: static; padding: 20px 0 0 0;}
#contact .wpcf7 p.text {position: static;}
#contact.press-contact .wpcf7 + p{ display: block; position: static; padding-top: 20px; }
#contact.press-contact .wpcf7{position: fixed; width: 190px;}
#contact.press-contact .wpcf7 + p {position: fixed;top: 260px;width: 190px;margin: 0! important;}
.admin-bar #contact.press-contact .wpcf7 + p {top: 292px;}

#contact.team-contact .wpcf7{position: fixed; width: 190px;}
#contact.team-contact .wpcf7 + p {position: fixed;top: 460px;width: 190px;margin: 0! important;}
.admin-bar #contact.team-contact .wpcf7 + p {width: 190px;top:492px;}

#contact input[type=text], #contact textarea{
    margin-bottom: 10px;
    border: 1px solid #bfbfbf;
}
#contact input[type=text]:hover, #contact textarea:hover{
    border: 1px solid #767676;
    color: #000;
}
#contact textarea {
    height: 60px; 
}


#contact input[type=submit] {
    background: none;
    background-color: #000;
    color: #fff;
    height: 16px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 5px;
    padding-top: -2px;
}
input::-moz-focus-inner /*Remove button padding in FF*/{ 
    border: 0;
    padding: 0;
}
#contact.press-contact input[type=submit] {
    margin-bottom: 0;
}
#contact input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}
#contact p.text {
    color: #bdbdbd;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-top: 0px;
    margin-left: 5px;
    line-height: 1.3;
	/*display:none;*/
}
#contact #img-captcha {
    display: block;
    /* margin: 0 auto; */
    height: auto;
    width: 181px;
    border: 1px solid #bfbfbf;
    margin-bottom: 10px;
}
#contact #img-captcha:hover {
    border: 1px solid #767676;
    color: #000;
}


body.category-presse #contact p.text,body.category-press #contact p.text{
    margin-top: 10px;
}
.ajax-loader {
    display:none;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    margin: -5px 0 10px 0;
    padding: 2px 5px;
    border: 1px solid red;
    font-size: 11px;
    font-size: 0.785714286rem;
}


.press-contact div.wpcf7-validation-errors{ margin-top:80px;}
.press-contact div.wpcf7-mail-sent-ok{ margin-top:80px;}
span.wpcf7-not-valid-tip, #custom-msg {
    position: relative;
    top: -5px;
    left: 0;
    z-index: 100;
    background: white;
    color: red;
    border:none;
    font-size: 11px;
    font-size: 0.785714286rem;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    display:block;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid green;
    text-align: center;
}

.site-header #site-language {
    float: right;

}
.site-header #site-language {
    line-height:  1.07142857;
    margin-top: 26px;

}
.site-header #site-language a{
    color:#777;
    text-transform: uppercase;
    text-decoration: none;
}
.site-header #site-language a:hover {
    color:#000;
}
nav.nav-single {
    margin-top: 60px;
}
.project nav.nav-single {
    display: none;
}
/* Banner */
section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    word-wrap: break-word;
}
.widget-area .widget h3 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget-area .widget p {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem;
}
.widget-area .widget a {
    color: #757575;
}
.widget-area .widget a:hover {
    color: #21759b;
}
.widget-area #s {
    width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {    
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 24px;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
    color: #686868;
}
footer[role="contentinfo"] a:hover {
    color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
    clear: both;
}

.colleft .blocks-news .entry-header {
	margin-bottom: 15px;
}
.colleft .blocks-news .entry-title{
	margin-bottom: 20px;
}
.colleft .blocks-news img{
	margin-top: 15px;
	margin-bottom:0px;
}
.colleft .blocks-news footer,
.colright .blocks-news footer{
	line-height:0;
}

.colright .blocks-news .entry-header {
	margin-bottom: 15px;
}
.colright .blocks-news .entry-title{
	margin-bottom: 8px;
}

.entry-header {
    margin-bottom: 20px;
    margin-bottom: 1.42857143rem;
}
.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;
}
article.no-results {
    color: #bdbdbd;
}
article.no-results h1 {
    font-size: 21px !important;
    font-size: 1.5rem !important;
    line-height: 2 !important;
    margin-bottom: 0 !important;

}
.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}
.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.comments-link a,
.entry-meta a {
    color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}
article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
    /*line-height: 1.714285714;*/
    line-height: 1;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
    line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    /*margin: 0 0 24px;
    margin: 0 0 1.714285714rem;*/
    line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 20px;
    margin: 0 0 1.42857143rem;
    line-height: 1.42857143;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 0px;
    margin: 0 0 0 0rem;
}
.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}
.entry-content pre,
.comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
    display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

.hover-link {
    border: 1px solid transparent;  
}
.hover-link:hover, .active-link {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}


.site-content article {

    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.site-content.projects article {
    border-bottom: none;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-bottom: 0px;
    padding-bottom: 0;
    float:left;
    overflow:hidden;
}
.site-content.projects article:hover {
    cursor: pointer;
}
.site-content.projects article.last-col {
    margin-right: 0;
}
.site-content.projects article header{
    margin-bottom: 0;
}
.site-content.projects article h1, .site-content.project article h1 {
    font-size: 36px;
    font-size: 2.57142857rem;
    line-height: 1;
    color: #000;
    margin-bottom: 30px;
    margin-bottom: 2.14285714rem;
    font-family: 'HelveticaNeueW01-85Heav';
    font-weight: normal;
}
.site-content.projects article h1 a{
    color: #000;

}
.site-content.projects article .entry-block {
    position: relative;
    display:none;
    padding: 20px 15px;
    cursor: pointer;
}
.site-content.projects article ul, .site-content.project article ul  {
    list-style: none;
}


.site-content.projects article ul li, .site-content.project article ul li {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.857142857rem;
    width: 100%;
    float:left;
    clear:both;
}
.site-content.project article ul li {
    width: 130%;
}
.site-content.projects article ul li strong, .site-content.project article ul li strong {
    float:left;
    width:100px;
    font-weight: normal;
}
.site-content.projects article footer {
    position: absolute;
    bottom: 3px;
    width: 360px;
    margin-top: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 15px;
    line-height: 1.07142857;
}

.site-content.projects article footer a {
    text-decoration: none;
    text-transform: uppercase;
    color: #777;
    background-color: #fff;
}
.site-content.projects .edit-link {
    float:left;
    clear: both;
}
.site-content.projects .edit-link a{
    top: 0;
}

/*.site-content.projects article footer .flip-card {
    float:left;
    text-indent: -9999px;
    text-decoration: none;
    width: 36px;
    height: 42px;
    background: transparent  url(./img/flip-card.png)  top left  no-repeat;
}
.site-content.projects article footer .flip-card:hover {
    color:#000;
}*/


.colright .blocks-news.t2		{ height: auto; float: none; overflow: hidden; }
.colright .blocks-news.t2 img	{ margin-bottom: 0px; }



.site-content.projects article footer .more-info {
    float:left;
    text-transform: uppercase;
    width: 90px;
    height: 22px;
    background: transparent  url(./img/arrow-1.png)  center right  no-repeat;
    padding-right: 10px;
    font-size: 14px;
    line-height: 22px;
}
.site-content.projects article footer .more-info:hover {
    color:#000;
}

.site-content.projects article footer .download-link, .site-content.project article .download-link, #the-team .download-link, .load-more-sec .btn{
    float:right;
    padding: 0px 10px;
    padding: 0px 0.714285714rem;
    background-color: #000;
    color:#fff;
    line-height: 1.1;
    border: 1px solid transparent;
}

.load-more-sec .btn{
    float:left !important;
    margin-top: 0 !important;
	clear:both;
	font-size: 11px;
    text-transform: uppercase;
	background: none;
    color: #000 !important;
    padding: 0 !important;
}

.page-template-page-news-2 div.colleft {
    float: left;
    width: 50%;
}

.page-template-page-news-2 div.colright {
	float: right;
    width: 50%;
    position: fixed;
    right: 0;
    z-index: 0;
}
.page-template-page-news-2 div.colright .blocks-news{
       border-top: 1px solid #000 !important;
} 
.page-template-page-news-2 div.colright .blocks-news:last-child{
       border-bottom: 1px solid #000 !important;
}
.site-content.projects article footer .download-link {
    margin-top: 4px;
}

#the-team .download-link {
    position: absolute;
    bottom: 0;
    border: 1px solid transparent;
}
.download-link:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.site-content.project article .col-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.site-content.project article .download-link, .site-content.project article  .gallery-counter{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.857142857rem;
    float: left;
}
.site-content.project article  .gallery-counter {
    color: #000;
    float:left;
    margin-left: 15px;
}

.site-content.project article .fullscreen-link{
    text-decoration: none;
    float: right;
    right: 0;
    width: 18px;
    height: 14px;
    background: transparent  url(./img/fullscreen.png)  top left  no-repeat;
}

.page-links {
    clear: both;
    line-height: 1.714285714;
}
footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.single-author .entry-meta .by-author {
    display: none;
}
.mu_register h2 {
    color: #757575;
    font-weight: normal;
}

/*Single  */
/* Project */
.site-content.project .col-right{
    float:right;
    clear:right;
    position: relative;
    width: 22%;
}
.site-content.project .col-left{
    float:left;
    clear:left;
}

.site-content.project article .entry-header {
    margin-bottom: 35px;
}
.site-content.project article h1 {
    margin-bottom: 0px;
}
.site-content.project article h1 span{
    font-size: 12px;
    font-size: 0.857142857rem;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'HelveticaNeueW01-55Roma';
}


/*Awards, Teams*/
.active-block * {
    color:#000;
}
.active-block img {
    opacity: 0.3;
}

#award-most-recent, #awards-list {
    width: 40%;
}
#awards-list article, .awards article {
    width: 100%;
}
#award-most-recent {
    float:left;
    clear:left;
    margin-right: 4%;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
	position: fixed;
}
#award-most-recent article {
    margin-bottom: 0;
    padding-bottom: 35px;
    border-top: none;
}
#award-most-recent article h1 {
    margin: 30px 0;
    text-transform: uppercase;
}
#award-most-recent article img {
	margin: 0 0 25px 0px;
    border: none;
    width: 100%;
}
#award-most-recent .entry-content {
    line-height: 1;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.785714286rem;
    color: #000;
}
#award-most-recent article header {
    margin-top: 20px;
}
#award-most-recent article h2 {
    margin: 0 0 20px 0;
    font-weight: bold;
    line-height: 1;
    font-size: 13px;
    font-size: 0.928571429rem;
}
#award-most-recent article h2 a {
    color: #000;
}
#award-most-recent article h3 {
    margin: 0;
    font-weight: normal;
    font-size: inherit;
    line-height: 1;
}
#award-most-recent footer{
    margin-top: 5px;
    font-size: 11px;
    font-size: 0.785714286rem;
    font-weight: normal;
    float:left;

}
#awards-list {
    float:right;
    margin-right: 10px;
    clear:none;
	    position: relative;
    /*left: 450px;*/
}

#awards-list article	{ position:relative; }
#awards-list footer	{right: 0px; top: 18px; position: absolute; float:none;margin:0 !important;}

#awards-list article, .awards article {
    float:left;
    clear:both;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #777;
    cursor: pointer;
}
#awards-list img, .awards img {
    float:left;
    clear:left;
    margin-right:1%;
    width:24%;
}

#awards-list .entry-block, .awards .entry-block {
    float:left;
    clear:right;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.785714286rem;
    color: #000;
    width:75%;
}
#awards-list .entry-content, .awards .entry-content{
    float:left;
    clear:right;
    line-height: 1;
    width: 100%;
}
#awards-list header, .awards header {
    margin:0
}
#awards-list a.award-date, .awards a.award-date {
    margin-bottom: 8px;
    display: block;
    margin-top: 5px;
    color: inherit;
}
#awards-list .entry-content h2, #awards-list .entry-content h3, .awards .entry-content h2, .awards .entry-content h3{
    line-height: 1;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
#awards-list .entry-content h2,.awards .entry-content h2 {
    color:#000;
    margin-bottom: 3px;
}
#awards-list .entry-content h2 a {
    color: #000;
}
#awards-list footer,.awards footer  {
    float:right;
    font-weight: bold;
    margin-top: -51px;
    text-transform: uppercase;
}
.awards footer  {
    margin-top: -35px;
}


/*Team*/

#the-team, #teams-list {
    position: relative;
    float:left;
    clear:both;
    margin-bottom: 40px;
}
#teams-list {
    margin-bottom: 0px;
}
/*#teams-list #nav-below, .projects #nav-below {
   display:none;
}*/

#the-team img {
    float:left;
    clear:left;
    margin-right: 1%;
    width: 69%;
}
#the-team #facts  {
    width: 30%;
}

#the-team #facts {
    float:left;
    clear:right;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.785714286rem;
}
#the-team h1 {
    margin-bottom: 30px;
}
#the-team ul li {
    margin-bottom: 10px;
}

#teams-list article, .teams article{
    float:left;
    margin-bottom: 30px;
    width: 33%;
	height: 100px;
}

#teams-list article img,.teams  article img{
    float:left;
    clear:left;
    margin-right: 1%;
}
#teams-list article .entry-block, .teams  article .entry-block{
    float:left;
    clear:right;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.785714286rem;
    color: #000;
    padding: 1px 0 0;
}
#teams-list article h2, #teams-list article h3, #teams-list article a.team-function,
.teams article h2, .teams article h3, .teams article a.team-function
{
    margin-bottom: 0px;
    margin-top: 0;
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    display: block;
    line-height: 1;
}
#teams-list article a.team-function, .teams article a.team-function{
    margin-bottom: 15px;
}
#teams-list article .entry-block a,.teams article .entry-block a {
    color: #000;
}
#teams-list article h2, .teams article h2 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
#teams-list article h3, .teams article h3  {
    margin-bottom: 10px;
}
#teams-list .active-block img,.teams .active-block img {
    opacity: 1;
}

/*Press*/
body.full-width .site-content.press {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.785714286rem; 
    line-height: 1;
}
#press-content {
    margin-bottom: 60px;
    color: #000;
    width: 90%;
}
#press-content a {
    color: #000;
}
#press-content h1{
    font-weight: normal;
    margin-bottom: 30px;
}
#press-content p{
    line-height: 1.5;
}
#press-list {
    width: 100%;
}
#press-list article{
    float:left;
    margin-right: 8%;
    margin-bottom: 60px;
}
#press-list article.last-col{
    margin-right: 0px;
}
#press-list img{
    margin-bottom: 10px;
}

#press-list .cb{
    float:left;
    margin: 0 2px 0 0;
    background: none;
    background-color: #fff;
    border: 1px solid #000;
}
#press-list label{
    width: 84%;
    float:left;
    margin: 0;
    line-height: 1.1;
    font-size: inherit;
    font-weight: normal;
    clear:right;
    padding: 0 5px;
    padding: 0 0.357142857rem;
    cursor: pointer;
}


#contact #press-kit-name,#contact .press-kit-name, #contact #press-kit-ids {
    height: 0px ;
    margin: 0 ;
    padding: 0 ;
    border: none ;   
    position: absolute;
    top: -30000px;
}


/*Page contact*/
body.full-width .site-content.contact {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.785714286rem; 
    line-height: 1;
    color: #000;
}
.site-content.contact img {
    margin-bottom: 20px;
	width: 940px;
}
.site-content.contact p  {
    margin-bottom: 20px;
}




.site-content.project article .entry-gallery p {
    display: none;
}
.site-content.project article .entry-gallery .gallery {
    width: 100%;
}


/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed;
}
.archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
    overflow: hidden;
}
.image-attachment div.attachment {
    text-align: center;
}
.image-attachment div.attachment p {
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a;
}
article.format-aside h1 a:hover {
    color: #2e3542;
}
article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}
article.format-aside p {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal;
}
article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}
article.format-image footer a h2 {
    font-weight: normal;
}

/* Link posts */
article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}
article.format-link .entry-content {
    max-width: 80%;
    float: left;
}
article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

/* Status posts */
.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
    display: inline-block;
}
.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}
.format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}
.format-status .entry-header header a {
    color: #757575;
}
.format-status .entry-header header a:hover {
    color: #21759b;
}
.format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: normal;
}
.comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.comments-area article header {
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative;
}
.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 85px;
    margin-left: 6.071428571rem;
}
.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143;
}
.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e;
}
.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}
.comments-area article header a:hover {
    color: #21759b;
}
.comments-area article header cite a {
    color: #444;
}
.comments-area article header cite a:hover {
    text-decoration: underline;
}
.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #21759b;
}
.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
    margin-top: 48px;
    margin-top: 3.428571429rem;
}
#respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
}
#respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
#respond form p {
    margin: 11px 0;
    margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
#respond form label {
    display: block;
    line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}
.required {
    color: red;
}


/* =Front page template-------------------------------------------------------------- */
.entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}
.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    margin: 0.571428571rem 0 0;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
    color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
    color: #21759b;
}
.template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0;
    margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
.widget_rss li {
    margin: 12px 0;
    margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}
#wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
}
.widget_search label {
    display: block;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget_twitter li {
    list-style-type: none;
}
.widget_twitter .timesince {
    display: block;
    text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}

/*HP*/
.home.page .site a {
    color:#000 !important;
}
.main-navigation li a  {
    color:#777;
}

.home.page .site a:hover, .main-navigation li a:hover  {
    color:#000 !important;
    background-color: transparent;

}
.home.page .site a:active, .main-navigation li a:active    {
    color:#000 !important;
    background-color: #fff;
    border: 1px solid #000;
}

.home.page .site .site-title a:active, .home.page .site-title a:hover {
    background-color: transparent;
    border: none;
}

.home.page {
    height: 100%;
    min-height: 100%;
}
.home.page .site{
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}
.home.page  .site-header {
    float: left;
    clear: both;
    padding: 0;

}
.home.page  #banner {
    position: fixed;
    float: left;
    clear: both;
    width: 100%;
    top: 50%;
    margin-top: -40px;
    background: rgba(238, 238, 238, 0.7);
    height: 80px;
    padding-top: 5px;
    /*opacity: 0.8;*/

}

.home.page  #banner .block-left {
    float:left;
    margin-left: 3.515625%;
    width: 190px;
}

.home.page  .site-header hgroup {
    width: auto;
    margin-top: 0;

}
.home.page  .site-header hgroup h1{
    margin: 3px 0 0px;
    height: 48px;
}

.site-navigation-home {
    float:left;
}
.home.page #main-menu {
    width: 190px
}
.home.page #main-menu ul{
    margin-top: 0;
}
.home.page #main-menu ul li{
    display: inline-block;
    background: none;
    padding-left: 0;
}
.home.page #main-menu ul li:last-child{
    float:right;
}

.home.page #page {    
    /*z-index: 1;*/
    background-color: transparent;
}
#bg-hp {
    display:none;
    /*position: absolute;
    top:0;
    left: 0;
    z-index: 0;*/
}
#block-date, #block-meteo {
    float:left;
    width: 100px;
    margin-left: 8.59375%;
    text-transform: uppercase;
    color:#777;
}
#block-meteo {
    width: 5.1562%;
}
#block-date div, #block-meteo div{
    float:left;
    width: 50%;
    font-size: 8px;
    margin-top: 30px;
}
#block-meteo div{
    width: 50%;
}
#block-meteo img {
    margin-top: 3px;
}
#block-date #week, #block-meteo #temperature{
    text-align: right;
}
#block-date strong, #block-meteo strong{
    font-size: 22px;
    color:#000;
    margin-top: 7px;
    display: block;
}
#block-announce {
    width: 22.65625%;
    float:left;
    margin-left: 7.8125%;
    font-size: 12px;
    margin-top: 28px;
}
#block-announce a{
    color:#000;
}
.home.page #block-right {
    float: right;
    margin-right: 1.515625%;
    width: 120px;
}
.home.page #site-language {
    float:left;
    margin-top: 50px;
}
.home.page #site-language a {
    color:#000;
    font-size: 12px;
}

#logo-social {
    float:left;
    margin-left: 6%;
    width: 94px;
}
.home.page  img.logo {
    position:absolute;
    right:0;
    top:0;
    margin-top: 20px;
    margin-right: 20px;
}
.home.page  div.logo-replaced {
    margin-top: 20px;
    float: left;
    clear:both;
    height: 17px;
    width: 55px;
}

.home.page  #social {
    float: left;
    clear: both;
    margin-top: 5px;
    width: 100%;
}
.home.page #facebook {
    float: left;
    background: transparent  url(./img/facebook.png)  top left  no-repeat;
    height: 22px;
    width: 22px;
}
.home.page  #twitter {
    float: left;
    background: transparent  url(./img/twitter.png)  top left  no-repeat;
    width: 22px;
}
.home.page #instagram {
    float: left;
        background: url('img/icon_instagram.png') 0 0 no-repeat;
    height: 22px;
    width: 22px;
}
/*#wp-forecastA {
    display:none;
}*/


/*News letter */
.news header.news-title {
    font-family: 'MonotypeOldEnglishTextW';
    height: 60px;
    text-align: center;
    margin-left: 400px;
    width: 590px;
}
.news header.news-title h1 {
    line-height: 1;
    font-size: 36px;
    font-size: 2.57142857rem;
    font-weight: normal;
}
.news header.news-title p{
    font-size: 18px;
    color: #000;
}
.news-1 .col1 {
    float:left;
    margin-right: 10px;
    clear:left;
    width: 390px;
}
.news-1 .col2 {
    float:left;
    clear:right;
    width: 590px;
}
.blocks-news {
    float:left;
    padding: 10px 0px;
    border-top: 1px solid #777;
}
.blocks-news.t1, .blocks-news.t2 {
    width: 390px;
}
.news-1 .col2 .blocks-news {
    margin-right: 10px;
    width: 180px;
}
.news-1 .t1 {
    height: auto;
}
.news-1 .t2, .news-1 .t3, .news-1 .t4 {
    height: 305px;
}
.news-1 .t6 {
    height: 195px;
}
.news-1 .t7 {
    height: 86px;
}

.news-1 .t5 {
    width: 190px !important;
    height: 210px;
    padding: 0;
}
.news-1 .t5 img{
    margin: 10px 5px 0px 5px;
    border: none !important;
}
.news-1 .t5 a {
    border: 0;
    display: block;
}



.blocks-news.last-col, .blocks-news.last-block {
    margin-right: 0 !important;
}
.news-1 .blocks-news.last-block {
    margin-top: -110px !important;
}

.blocks-news .entry-title {
    font-family: 'HelveticaNeueW01-55Roma';
    line-height: 1.3;
    font-size: 14px;
    font-size: 1rem;
    height: auto;
}
.blocks-news .entry-title a{
    color: #000;
}
.blocks-news h3{
    font-family: 'Dutch 801 W01 Bold';
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.1;
    height: auto;
    overflow: hidden;
    font-weight: normal;
}

.blocks-news img {
    margin-bottom: 10px;
}
.blocks-news  .entry-content p{
    font-family: 'Dutch 801 W01 Semi-Bold';
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.3;
    height: auto;
    overflow: hidden;
    margin-top: -5px;
}

/* Block news Type 1 */
.blocks-news.t1 .entry-content {
    height: auto;
}

/* Block news Type 2 */
.blocks-news.t2 img {
    float:left;
    clear:left;
    width: 180px;
}
.blocks-news.t2  .col-right {
    float:right;
    clear:right;
    width: 180px;
}
/* Block news Type 3 */
.blocks-news.t3  img{
    margin-top: 25px;
    margin-bottom: 0;
	width: 100%;
}

/* Block news Type 5 
.blocks-news.t5  .entry-header{
  margin-bottom: 5px;
}
.blocks-news.t5  .entry-content{
  text-align: center;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.blocks-news.t5  .entry-title{
  height: auto;
}
.blocks-news.t5  img{
  margin-bottom: 0;
}
*/
.blocks-news.t6 .entry-content p{
    height: 103px;
}

.edit-link a {
    position: relative;
    top: -15px;
    background-color: #fff;
}

/*Projects list view*/
.site-header.header-projects-list {
    /*    padding-bottom: 0;*/
}
/*body.full-width .site-content.list-projects {
    padding-top: 107px;
    padding-top: 7.642857142857143rem;
}*/
.main-navigation .projects_menu li,.main-navigation .projects_menu li a{
    height: 12px;
    line-height: 12px ;
}
.projects_menu li.all-projects {
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}
#projects-list-view-menu  {
    margin-top: -10px;
}
#projects-list-view-menu .projects_menu {
    width: 900px;
}
#projects-list-view-menu .projects_menu li  {
    padding: 0 0 0 0px;
    margin-top: 10px;
    border-left: 1px solid #bfbfbf;
}
#projects-list-view-menu .projects_menu li a {
    margin-left: 10px;
}
/*.single-project li.switch-view {
    display: none;
}*/
.projects_menu li.switch-view.list-view {
    width: 42px !important;
    height: 25px !important;
    margin-top: -6px !important;
    background: transparent  url(./img/view-list.svg)  top center  no-repeat; 
    padding: 0 0 0 0px !important;
    text-align: center;
    border-left: none !important;
    border-right: none !important;
}
.projects_menu li.switch-view.block-view {
    margin-top: 4px !important;
	width: 42px;
    height: 25px;
    background: transparent  url(./img/view-block.svg)  top center  no-repeat; 
	padding: 0 0 0 0px !important;
    text-align: center;
    border-left: none !important;
    border-right: none !important;
}
.projects_menu li.switch-view a {
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    display: block;
	margin-left: 10px;
}
li.switch-view a:active, li.switch-view a:hover {
    background-color: transparent !important;
    border: none !important;
}

li.project-col-trigram {
    width: 50px;
}
li.project-col-title {
    width: 246px;
}
li.project-col-year  {
    width: 100px;
}
li.project-col-typology   {
    width: 100px;
}
li.project-col-gba   {
    width: 100px;
}
li.project-col-location  {
    width: 150px;
}
li.project-col-status  {
    width: 100px;
}

table#projects-list  {
    min-width: 900px;
    margin-top: -20px;
}
table#projects-list td {
    vertical-align: middle;
    padding: 4px 0px 4px 0;
    text-transform: uppercase;
    font-size: 12px;
}
table#projects-list tr {
    cursor: pointer;
    color: #777;
}
table#projects-list tr.highlight, table#projects-list tr.highlight td a {
    color: #000;
}

table#projects-list td.image-col {
    width: 53px;
}
table#projects-list td.image-col img {
    margin-left: 3px;
}
table#projects-list td.trigram-col{
    width: 51px;
}
table#projects-list td.title-col {
    width: 247px;
}
table#projects-list td.year-col{
    width: 101px;
}
table#projects-list td.typology-col {
    width: 101px;
}
table#projects-list td.gba-col {
    width: 101px;
}
table#projects-list td.location-col {
    width: 151px;
}
table#projects-list td.status-col {
    width: 94px;
}


table#projects-list tr.tbl-header	{     opacity: 0;}

/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 320px pixels. */
@media screen and (min-width: 300px) and (max-width: 599px) {
    html {
        font-size: 70%;
    }
    .site-header {
        padding: 15px 0;
        position: static;
    }
    .site-header hgroup{
        width: 295px;
        margin-bottom: 0px;
    }
    .site-header h1{
        margin-bottom: 0px;
    }


    #site-language {
        margin-top: 10px !important;
    }
    #header-right,#site-navigation-top{
        width: 190px;
        float: right;
    }
    #main-menu ul {
        margin-top: 5px;
    }
    body.full-width .site-content.list-projects {
       /* padding-top: 20px;*/
    }
    
    .site-content.projects article {
        width: 100%;
        height: 190px;
        overflow: hidden;
    }
    .site-content.projects article h1, .site-content.project article h1 {
        margin-bottom: 15px;
    }
    .site-content.projects article .entry-block {
        position: relative;
        display: none;
        padding: 5px 5px;
        height: auto;
        cursor: pointer;
		overflow:hidden;
    }
    .site-content.projects article footer {
        width: 100%;
		position: relative;
    top: 10px;
    }
    /*Project*/
    .site-content.project .col-right{
        width: 100%;
        height: 190px;
        margin-bottom: 10px;
    }
    .site-content.project .col-left{
        width: 100%;
    }

    body.full-width .site-content.awards,
	body.full-width .site-content.teams,
	body.full-width .site-content.press
						{ width: 100%; margin-bottom: 10px; }
	.site-content.project article .fullscreen-link
						{ position:relative; right: 5px; }
    #award-most-recent, #awards-list, #awards-list article {
        width: 100%;
    }

    #contact {
        float:left;
        width: 190px;
        margin-top: 10px;
    }

    #the-team img {
        width: 98%;
    }
    #the-team #facts, #teams-list article.last-col, .teams {
        width: 98%;
    }
    #the-team .download-link {
        bottom: 10px;
    }
    #teams-list article, .teams article {
        width: 100%;
    }
    #press-list article {
        width: 100%; 
        margin-right: 0;
    }
    #press-list img {
        width: auto; 
    }
    /*hp*/
    #block-date, #block-meteo,#block-announce {
        display: none;
    }
    .home.page #banner .block-left {
        width: 190px;
        margin-left: 2px;
        margin-top: 4px;
    }
    .home.page #main-menu {
        width: 100%;
    }
    .home.page #banner #block-right {
		width: 105px;
		margin-right: 2px;
		margin-top: 40px;
    }
    #site-navigation {
        background-color: #fff;
    }
    /*News*/
    body.full-width .site-content.news {
       /* margin-top: 40px;*/
    }
    .news-1 .col1  {
        width: 100%;
		float:none;
    }
    .blocks-news {
        width: 98% !important;
        height: auto !important;
    }
    .blocks-news h3, .news-1 .t1  {
        height:auto !important;
    }
    .blocks-news .entry-content p {
        height: auto !important;
    }
    .news-1 .blocks-news.last-block {
        margin-top: 10px !important;
    }
    /*.blocks-news.t5 .entry-content {
      text-align: left;
    }*/
    .blocks-news.t2 .col-right {
        float:left;
        width: 99%;
    }
    table#projects-list td, #projects-list-view-menu .projects_menu li a  {
        font-size: 8px;
    }
    #header-right, #site-navigation-top {
        width: 44%;
    }
    #awards-list {
        margin-right: 0px;
    }
	
}



/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
    html {
        font-size: 70%;
    }
    .site-header {
        padding: 15px 0;
    }
    .author-avatar {
        float: left;
        margin-top: 8px;
        margin-top: 0.571428571rem;
    }
    .author-description {
        float: right;
        width: 80%;
    }
    .site-content {
        float: left;
        width: 100%;
    }

    body.full-width .site-content.project {
        padding-top: 104px;
        padding-top: 7.42857142rem;
    }



    body.home .site-content {
        padding-top: 0px;
    }
    .widget-area {
        float: right;
        width: 26.041666667%;
    }
    .site-header h1,
    .site-header h2 {
        text-align: left;
    }
    .site-header h1 {
        font-size: 26px;
        font-size: 1.857142857rem;
        line-height: 1.846153846;
        margin-bottom: 0;
    }
 

    #respond form input[type="text"] {
        width: 46.333333333%;
    }
    #respond form textarea.blog-textarea {
        width: 79.666666667%;
    }
    .template-front-page .site-content,
    .template-front-page article {
        overflow: hidden;
    }
    .template-front-page.has-post-thumbnail article {
        float: left;
        width: 47.916666667%;
    }
    .entry-page-image {
        float: right;
        margin-bottom: 0;
        width: 47.916666667%;
    }
    .template-front-page .widget-area .widget,
    .template-front-page.two-sidebars .widget-area .front-widgets {
        float: left;
        width: 51.875%;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }
    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: right;
    }
    .template-front-page .widget-area .widget:nth-child(even),
    .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
        float: right;
        width: 39.0625%;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }
    .template-front-page.two-sidebars .widget,
    .template-front-page.two-sidebars .widget:nth-child(even) {
        float: none;
        width: auto;
    }
    .commentlist .children {
        margin-left: 48px;
        margin-left: 3.428571429rem;
    }
  
    .site-content.projects article footer {
        width: 99%;
    }

    .site-content.projects article.last-col {
        margin-right: 10px;
    }
    /*Project*/
    .site-content.project .col-right{
        /*width: 100%;*/
        height: 283px;
        margin-bottom: 10px;
    }
    .site-content.project .col-left{
        /*width: 100%;*/
    }

    #header-right, #site-navigation-top {
        font-size: 12px;
        width: 20%;
    }
    .header-projects-list #header-right{
        display: none;
    }

}

@media screen and (min-width: 700px)  {
  .site-content.projects article {
		width: 216px;
		height: 139px;
		margin-bottom: 5px;
		margin-right: 5px;
    }
    .site-content.projects article .entry-block {
        height: 139px;
        padding: 3px 5px;
    }
	.site-content.projects article h1{
		font-size: 18px;
		margin-bottom: 0px;
	}
	.site-content.projects .entry-content{
		margin-top: -10px;
	}
	.site-content.projects article ul li strong{
		    width: 70px;
	}

}
@media screen and (min-width: 1000px)  {
	.site-content.projects article h1{
		 font-size: 2.57142857rem;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 801px)  {
	
	
	    #contact {
        padding-top: 120px;
        padding-top: 8.57142857rem;
    }
    .site-content.projects article {
		width: 248px;
		height: 160px;
		margin-bottom: 5px;
		margin-right: 5px;
    }
    .site-content.projects article .entry-block {
        height: 160px;
        padding: 5px 5px;
    }
		
	body.template-front-page .site-content,
    body.single-attachment .site-content,
    body.full-width .site-content {
        width: 100%;
        padding-top: 120px;
        padding-top: 8.57142857rem;
    }
	
	.main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        float:left;
        display: block;
        text-align: left;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
        float:left;
    }
    .main-navigation li a,
    .main-navigation li {
        float:left;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        color: #777;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
        float:left;
        font-size: 11px;
    }
    .main-navigation li a.not-current-menu-item{
        color: #777;
        font-weight: normal;
    }

    .main-navigation li a:hover {
        color: #000;
    }
    .main-navigation li {
        margin: 0;
        padding: 0 15px 0 15.5px;
        position: relative;
        float: left;
        display: block;
    }
    .main-navigation li.project-filter-by {
        border-right: none;
    }
    .main-navigation li.project-sort-by {
        padding-right: 0;
    }
    .main-navigation li:first-child, .main-navigation li.project-filter-by > a, .main-navigation li.project-filter-by-typology > a,
    .main-navigation li.project-sort-by > a, .project-sort-by-sub-menus{
        padding:0;
        padding-right: 14px;
        border-right: 1px solid #bfbfbf;
    }
    .project-sort-by-sub-menus {
        padding:0;
        padding-right: 4px !important;
        border-right: 1px solid #bfbfbf;
    }
    .main-navigation li.project-sort-by > a {
        border-right: 0px solid #bfbfbf;
        padding-right: 0;
    }
    /*.main-navigation li:nth-child(3) {
        border-right: 1px solid #bfbfbf;
    }*/


    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        z-index: 1;
        float: left;
    }
    .main-navigation li.project-filter-by > ul, .main-navigation li.project-filter-by-typology > ul,
    .main-navigation li.project-sort-by > ul{
        margin-left: 12px;
        margin-left: 1.07142857rem;
    }
    .main-navigation li.project-filter-by > ul li:first-child {
        /*padding-right: 24px;
        padding-right: 2rem;*/
    }


    .main-navigation li ul li, .main-navigation li ul li ul li{
        padding-left: 0 !important;
        margin-right: 0 !important;
        border-right: 0 !important;
        float:left;
    }
    .main-navigation li ul ul {

        float:left;
    }
    .main-navigation ul li:hover > ul {
        border-left: 0;
        /*float:left;
        display: block;*/

    }
    .main-navigation ul li.current-menu-ancestor > ul, .main-navigation ul li.current-menu-item > ul {
        display: block;
    }

    .main-navigation li ul li a {
        float:left;
        white-space: normal;
    }
    .main-navigation li ul li a:hover {
        color: #000;
    }
    .main-navigation li ul li a:hover ul, .main-navigation li ul li a:hover ul li {
        /*float:left;*/
    }


    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
        color: #000 !important;
        font-weight: normal;
    }

    .main-navigation #information-menu li {
        border: none;
    }


    .menu-toggle {
        display: none;
    }

}
   
@media screen and (max-width: 700px)  {
	.site-content.projects article{ width: 100%; height: auto; }
	.site-content.projects article img{ width: 100%; height: auto; }
	.site-content.projects article .entry-block {  padding: 0px 5px 10px 5px;cursor: pointer;height: auto;}
	}
	
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px)  {
    .site-content.projects article {
        width: 300px;
        height: 197px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .site-content.projects article .entry-block {
        height: 175px;
        padding: 10px 5px;
    }
    .site-content.projects article footer {
        width: 295px;
    }

    .site-content.projects article.last-col {
        margin-right: 0px;
    }
    /*Project*/
    .site-content.project .col-right{
        width: 22%;
        height: 437px;
        margin-bottom: 10px;
    }
    .site-content.project .col-left{
        width: 78%
    }


    #the-team .download-link {
        bottom: 10px;
    }

    #press-list img {
        width: auto; 
    }

    /*hp*/
    #block-date, #block-meteo,#block-announce {
        margin-left: 50px;
    }
    #block-announce {
        width: 210px;
    }
    #block-date, #block-meteo {
        width: 100px;
    }

    #block-date div, #block-meteo div {
        width: 50px;
    }
    #block-meteo div {
        width:33px;
    }
    .home.page #main-menu {
        width: 190px;
    }
    .home.page #banner #block-right {
        width: 120px;
		margin-right: 1.515625%;
    }
    /*
    .home.page #banner .block-left {
        margin-left: 5px;
        width: 190px;
        margin-top: 15px;
    }
    */
    /* News*/
    body.full-width .site-content.news {
        width: 100%;
    }

}



/* Minimum width of 1280px pixels. */
@media screen and (min-width: 1280px) {
    html {
        font-size: 87.5%;
    }
    body {
        font-size: 14px;
        font-size: 1rem;
    }
    body .site {
        /*padding: 0 40px;
        padding: 0 2.857142857rem;*/
        width: 1200px;
    }
    #main-menu {
        width: 126px;
    }
    #header-right #searchform  #s, #contact input[type=text], #contact textarea, #contact input[type=submit] {
        width: 153px;
    }
    #header-right #searchform  #s {
           width: calc(100% - 5px);
    }
    .site-header  {
        width: 1190px;
    }
    .site-header h1 a {
        width: 188px;
    }
    .site-content.project article .entry-gallery .gallery {
        width: 880px;
        
    }
    .site-content.project .col-left,  body.full-width .site-content.awards,  body.full-width .site-content.teams,
    body.full-width .site-content.press,  body.full-width .site-content.news, #site-navigation, .site-header hgroup  {
        width: 1000px;
    }
    #award-most-recent{    float: left;
    position: fixed;}
    #header-right, #site-navigation-top, .site-content.project .col-right,   #press-list article, #press-list img,
    .home.page  #banner .block-left, .home.page #main-menu,  #contact, #contact input[type=submit]  {
        width: 190px;
    }
    .site-content.project .col-right{
        height: 550px;
    }
    #awards-list,  #awards-list article {
        width: 390px;
    }
    #award-most-recent {
		margin-right: 60px;
		width: 390px;
    }
    #award-most-recent article img {
        width: 100%;
        margin: 0 0 25px 0px;
    }
    #awards-list img {
        width: 90px;
        height: 65px;
        margin-right: 20px;
    }
    #awards-list a.award-date {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    #awards-list .entry-block, #awards-list .entry-content {
        width: 280px;
    }
    #the-team #facts, #teams-list article.last-col, .teams article.last-col {
        width: 300px;
    }
    #the-team img  {
        margin-right: 60px;
        width: 640px;
    }
    #teams-list article, .teams article{
        width: 350px;
    }
    #teams-list article img, .teams article img {
        margin-right: 15px;
    }
    #press-content {
        width: 440px;
    }
    #block-date, #block-meteo,#block-announce {
        margin-left: 90px;
    }
    #block-announce {
        width: 347px;
    }
    #block-date, #block-meteo {
        width: 100px;
    }
    #block-meteo {
        width: 66px;
    }
    #block-date div, #block-meteo div{
        width: 50px;
    }
    #block-meteo div{
        width: 33px;
    }
    #logo-social {
        width: 94px;
        margin-left: 18px;
    }
    .home.page #facebook,
	.home.page  #twitter ,
	.home.page  #instagram{
        width: 22px;
        height: 22px;
    }
    /*News letter */


    footer[role="contentinfo"] {    
        max-width: 960px;
        max-width: 68.571428571rem;
    }
    .site-content.projects article {
        width:390px;
        width:27.8571429rem;
        height:250px;
        height:17.8571429rem;
        margin: 0 10px 10px 0;
    }
    .site-content.projects article .entry-block {
        height: 200px;
        padding: 20px 15px;
    }
    .site-content.projects article ul li strong, .site-content.project article ul li strong {
        width:100px;
    }
    .site-content.projects article footer {
        width: 360px;
    }

    .site-content.projects article.last-col {
        margin-right: 0;
    }
    #contact {
        width: 190px;
    }
    #contact input[type=text], #contact textarea{
        width: calc(100%);
        margin-bottom: 10px;
    }
    #contact textarea {
        height: 60px; 
    }
    #contact input[type=submit] {
        width: 190px;
        padding: 0 5px;
    }

    #press-list article{
        margin-right: 60px;
        margin-bottom: 60px;
    }

    .home.page #banner #block-right {
        width: 130px;
    }


    #the-team .download-link {
        bottom: 0px;
    }
    .main-navigation li {
        padding: 0 15px 0 16px;
    }


    .header-projects-list #header-right{
        display: block;
    }
}

/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    footer a[rel=bookmark]:link:after,
    footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }
    a {
        text-decoration: none;
    }
    .entry-content img,
    .comment-content img,
    .author-avatar img,
    img.wp-post-image {
        border-radius: 0;
        box-shadow: none;
    }
    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }
    .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left;
    }
    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left;
    }
    .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left;
    }
    .site-header h1 a,
    .site-header h2 a {
        color: #000;
    }
    .author-avatar,
    #colophon,
    #respond,
    .commentlist .comment-edit-link,
    .commentlist .reply,
    .entry-header .comments-link,
    .entry-meta .edit-link a,
    .page-link,
    .site-content nav,
    .widget-area,
    img.header-image,
    .main-navigation {
        display: none;
    }

    .wrapper {
        border-top: none;
        box-shadow: none;
    }
    .site-content {
        margin: 0;
        width: auto;
    }
    .singular .entry-header .entry-meta {
        position: static;
    }
    .singular .site-content,
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular .comments-title {
        margin: 0;
        width: 100%;
    }
    .entry-header .entry-title,
    .entry-title,
    .singular .entry-title {
        font-size: 21pt;
    }
    footer.entry-meta,
    footer.entry-meta a {
        color: #444;
        font-size: 10pt;
    }
    .author-description {
        float: none;
        width: auto;
    }

    /* Comments */
    .commentlist > li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }
    .comments-area article header cite,
    .comments-area article header time {
        margin-left: 50px;
        margin-left: 3.57142857rem;
    }
}
/*Memorize that a project has been viewed*/
.site-content.projects article.hide-img img {
    display: none;
}
.site-content.projects article.hide-img .entry-block {
    display: block;
}


@media only screen and (device-width: 768px) {
    #block-date strong, #block-meteo strong{
        font-size: 14px !important;
        margin-top: 12px;
    }
    #block-announce {
        font-size: 10px;
        margin-left: 30px;
    }
    #block-meteo {
        margin-left: 40px;
    }
    .home.page #block-right {
        margin-right: 5px;
        width: 110px;
    }
    .site-content.project article .entry-gallery .gallery {
        width: 500px;
    }
    .main-navigation li a {
        font-size: 8px;  
    }
    .main-navigation li:first-child, .main-navigation li.project-filter-by > a, .main-navigation li.project-filter-by-typology > a,
    .main-navigation li.project-sort-by > a, .project-sort-by-sub-menus{
        padding-right: 10px;

    }
    table#projects-list td {
        font-size: 8px;
    }
	
	#teams-list article, .teams article {
		width: 49%;
	}

}

#insta-social { display: inline-block;margin-top: 42px;margin-left: 15px; }
#insta-social a { background: url('img/icon_instagram.png') 0 0 no-repeat;     width: 23px;
    height: 22px; display: inline-block; }


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .header-projects-list #header-right {
        display: none;
    }
	
	#block-announce {
        margin-top: 10px;
    }
	
	#block-date {
		width: 8.8125%;
		margin-left: 7.59375%;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .header-projects-list #header-right {
        display: none;
    }
	
	#block-date {
		width: 9.8%;
		margin-left: 7.3%;
	}
}

.menu-toggle {     text-transform: uppercase;    font-size: 0;    background: url('img/menu_button.svg')left center no-repeat;    padding-left: 0;
    width: 20px;    height: 21px;    border: 0;    box-shadow: none;}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active,
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover{	background-image:url('img/menu_button.svg'); background-position: left center; background-repeat: no-repeat; box-shadow: none;}


ul.mobHidden div.wp-forecast{ padding: 12px 0 0 0; }
ul.mobHidden div.wp-forecast-curr-head{ padding: 0px; font-size: 8px; color: #777;text-transform: uppercase;text-align: left;}
ul.mobHidden div.wp-forecast-curr-left{ padding: 3px 0px; }
ul.mobHidden img.wp-forecast-curr-left{ width: 33px; height: 20px; }
ul.mobHidden div.wp-forecast-curr-right{ font-size: 22px;    padding: 7px 0 0 0;margin-left: -3px;text-align: left; }
.block-wpForTemp{float:left;}
/*ul.firstWd div.wp-forecast-curr-block{padding-top: 8px;}*/
.single-project .project footer{position: absolute;}

.category-team .team-contact,
.category-team-daten .team-contact	{ display: none; }
#banner #block-announce			{ margin-left:35px; margin-right: 25px;}


/* AWG Gallery */
#galleria{
  width:100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top:0px;
  bottom: 0px;
}
.galleria-stage{
	bottom: 10px !important;
}

.galleria-info-link			 	{ display: none; }
.galleria-layer .project-desc 	{
    width: 85%;
    margin: 0 auto;
    overflow-y: auto;
    height: 550px;
    z-index: 3000;
}
.galleria-thumbnails-container{ height: 0px !important;}
.galleria-container.fullscreen img
	{
	top:50% !important;
	left:50% !important;
	
	-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
    background: transparent;
	    
	}
.galleria-container.fullscreen .galleria-layer .project-desc{ 
	background: #fff none repeat scroll 0 0;
    left: 50%;
    padding: 10px;

    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.galleria-counter[style] {
    color: #000;
    bottom: auto;
    left: auto;
    position: relative;
    opacity: 1 !important;
    font-size: 12px;
    font-size: 0.857142857rem;
}







@media all and (max-width: 1279px){
	#block-announce {	margin-top:4px;	}
	#awards-list footer{ top:14px;}
	.page-template-page-news-2 div.colright {width: 60%;}
	#contact #mc_signup	{top: 98px;width: 19.5%;}
	.admin-bar #contact #mc_signup	{ top: 130px; }
	#contact p.text{top:240px;width: 19.5%;}
	.admin-bar #contact p.text{top:272px;}
	#contact.team-contact p.text {width: 100%;}
	#contact.team-contact .wpcf7 + p {width: 190px;top:430px;}
	.admin-bar #contact.team-contact .wpcf7 + p {width: 190px;top:450px;}
	#contact.press-contact .wpcf7 + p {    top: 228px;}
	.admin-bar #contact.press-contact .wpcf7 + p {    top: 260px;}
}
@media all and (max-width: 1006px){
	#banner #block-announce { margin-left: 20px; margin-right: 15px;}
}
@media all and (max-width: 992px){
	#banner #block-announce { margin-left: 15px; margin-right: 10px; }
	#block-date, #block-meteo, #block-announce {    margin-left: 20px;}
		.page-template-page-news-2 div.colleft { width: 50%; }
	.page-template-page-news-2 div.colright { width: 50%;    right: 5px; }
	#contact #mc_signup	{position: static; top: 0;width: 100%;}
	#contact p.text{position: static; top: 0;width: 100%;}
	#contact { float: none; position: static; width: 40%; }
	.load-more-sec .btn{ margin-bottom: 30px;}
	.site-content.contact img {width:100%;}
	#contact.press-contact{float:left; width:20%;}
	#contact.press-contact .wpcf7 {width:20%}
	#contact.press-contact .wpcf7 + p {width: 20%;}

	#contact.team-contact{float:left; width:20%;}
	#contact.team-contact .wpcf7 {width:20%}
	#contact.team-contact .wpcf7 + p {width: 20%;}
	

}

@media all and (max-width: 600px){
	.blocks-news.t1 .entry-content 		{ height: auto; }
	.blocks-news img					{ width: 100%; }
		
	#award-most-recent {    border-top: 1px solid #777;    border-bottom: 0px solid #777;}
	#contact.press-contact{width: 50%;}
	#contact.press-contact .wpcf7{position: static; top: 0;width: 100%;}
	#contact.press-contact .wpcf7 + p {position: static; top: 0;width: 100%;}

	#contact.team-contact{width: 50%;}
	#contact.team-contact .wpcf7{position: static; top: 0;width: 100%;}
	#contact.team-contact .wpcf7 + p {position: static; top: 0;width: 100%;}

}

	.load-more-sec .btn { margin-top: -100px; }
	.des-hidden{ display:none; }
	
@media all and (max-width: 940px){
	ul.mobHidden{ display: none !important;}
	#block-announce {    width: 260px;    margin-top: 17px;}
	#contact #img-captcha {width:100%;}
}
@media (max-width: 640px) {

	#awards-list footer, .awards footer {float: none;top: 4px; }
	/*.projects_menu li.switch-view.block-view:after{content: 'Thumbnail view'; text-transform: none; display: inline-block; width: 90px;
											position: relative; top: -18px; font-size: 12px; margin-left: 40px;}
	.projects_menu li.switch-view:after{content: 'List view'; text-transform: none; display: inline-block; width: 60px;
											position: relative; top: -18px; margin-left: 30px;color: #777;text-transform: uppercase;}*/
	ul.mobHidden{ display: none !important;}
	.home.page #site-language 	{ margin-top: 14px !important; margin-right: 6px; float: left; }
	#logo-social 				{margin-left: 0px;width: auto;}
	.home.page  div.logo-replaced{display: none;}
	.home.page #facebook,
	.home.page  #twitter{ margin-right: 5px;}
	

	.home.page #block-right {       margin-right: 1%;    width: 100px;margin-top: 20px !important;}
	#block-date, #block-announce {display: none;}
	table#projects-list td.gba-col,table#projects-list td.typology-col{display: none;}
}
@media (max-width: 810px) {

	.blocks-news.t1,
	.news-1 .col1{width:auto;}
	#teams-list article, .teams article{width:50%;}
	#the-team img{width:50%;}
	#the-team #facts{width:49%;}
	#the-team h1 {    margin-bottom: 10px;}
	#the-team .download-link{bottom:-10px;}
		   
	
}
@media (max-width: 800px) {
	table#projects-list	{ width: 100%; margin-top: 0; min-width: 100%;}
	table#projects-list tr.tbl-header	{ opacity: 1;}
	table#projects-list td.trigram-col{ padding-left:10px; }
	
	#contact {padding-right: 1.7%;}
	#site-navigation {width: 20%;margin-bottom: 5px;margin-top: 2px;}
	.projects_menu li.switch-view a {width: 130px;position: relative;top: 6px;height: 25px;display: block;    text-indent: 0;}
	.projects_menu li.switch-view.block-view a {    width: 155px;}
	#projects-menu {        width: 195px;    }
    #projects-menu ul {        height: auto;    }
    #projects-menu ul ul{        margin-left: 10px;    }
    #projects-menu ul ul ul{        margin-left: 10px;    }
    .projects_menu li.switch-view.block-view {        margin-top: 15px !important;    }
    #projects-menu li {margin-left: 0;float:none;clear:both;width: auto;border: none;margin-top: 4px;line-height: 12px;height: auto;}
    #site-navigation-top img {margin-top: 9px;}
    .main-navigation {text-align: left;}
	.projects_menu li.switch-view a { margin-left: 0; margin-top: 10px; }
	.projects_menu li.switch-view{ background: transparent url(./img/view-list.svg) top left no-repeat; }
	.site-header{position:static;}
	.admin-bar #contact.team-contact .wpcf7 + p{ top: 480px; width: 20%;}
	
	#contact.press-contact .wpcf7 + p {    top: 255px;}
	.admin-bar #contact.press-contact .wpcf7 + p {    top: 285px;}
}
@media (max-width: 700px) {
	.page-template-page-news-2 div.colleft { width: 100%; }
	.page-template-page-news-2 div.colright {     right: 0; width: 100%; position: relative; }
	.colright .blocks-news.t2 img { width: 100%;    margin-top: 12px;}
	.blocks-news img {    width: 100%;}
	.blocks-news.t2 .col-right {float: left;width: 99%;}
	.page-template-page-news-2 div.colright .blocks-news{width:100%;}
	.news-1 .col1{margin-right:0px;}
	.page-template-page-news-2 div.colright .blocks-news:last-child {border-bottom: 0px !important;}
}
@media (max-width: 767px) {
	.mob-hidden{ display:none; }
	.des-hidden{ display:block; }
	
	
	body.full-width .site-content.news{ width: 100%; }
	#award-most-recent{ position: relative;width:55%; }
	#award-most-recent article img { margin: 0 0 25px 0; width: 100%; }
	#award-most-recent, #awards-list {padding-right: 1.5%;width: 38%;}
	#awards-list footer, .awards footer { margin-top: -35px; }
	#the-team #facts h1  { margin-top: 10px; }
	#teams-list article img, .teams article img{ margin-right: 15px; }
	#press-list img { width: 100%; }
	.load-more-sec .btn { margin-top: 0; }
	.news-1 .t5 { width: 100% !important; margin: 0 !important; }
	.news-1 .col2{ width: 100%; }
	#awards-list .entry-block, .awards .entry-block{ float: right; }
.awards .entry-block{float:none;}
	
	.main-navigation li { font-size: 11px; text-transform: uppercase; }

	#block-announce {    width: 20%;    margin-top: 30px;}
	.home.page  #banner{    height: auto;    padding-bottom: 5px;}
	.home.page #block-right {    margin-top: -16px;}
	
	
	.galleria-container.fullscreen img {
		width: 100% !important;
		height: auto !important;
	}
	
}

@media (max-width: 960px) {
	
}
@media (max-width: 599px) {
	.home.page  #banner{    height: 80px;    padding-bottom: 0;}
	.home.page #block-right {    margin-top: 25px !important;}
	#teams-list article, .teams article{width:100%;}
	#the-team img{width:100%;}
	#the-team #facts{width:100%;}
	#award-most-recent {    width: 100%;}
	#award-most-recent, #awards-list {    padding-right: 0;    width: 100%;}
	#awards-list footer, .awards footer {float: none;top: 13px; }
}
@media (max-width: 414px) {
	.site-content.projects article { height: 249px;}
	.site-content.projects article .entry-block { padding: 12% 5px 0px 5px; cursor: pointer; height: 249px;}
	
}
@media (max-width: 375px) {
	.site-content.projects article { height: 225px;}
	.site-content.projects article .entry-block { padding: 12% 5px 0px 5px; cursor: pointer; height: 225px;}
	
}
@media (max-width: 360px) {
	.site-content.projects article { height: 215px;}
	.site-content.projects article .entry-block { padding: 8% 5px 0px 5px; cursor: pointer; height: 215px;}
	
}
@media (max-width: 320px) {
	.site-content.projects article { height: 190px;}
	.site-content.projects article .entry-block { padding: 20px 5px 0px 5px; cursor: pointer; height: 190px;}
	
}





/* update 2018 */
#award-most-recent .entry-block {
	width: 100% !important;
}

