/*
Theme Name: HD Centre Theme
Description: The HD Centre Theme created by Enigma in 2016.
Author: Enigma
Author URI: https://enigmaprod.ch
Version: 1.0.0
Tags: bootstrap
*/


@import url('bootstrap/css/bootstrap.css'); 
@import url('fonts.css'); 
body { 
     padding-top: 150px; 
    font-family: "droid_sans";
    color: #616162;
}

.imageheadertest{
    width: 100%;
}

.customize-support nav.navbar.navbar-default.navbar-fixed-top.navbar-header-top{
    margin-top: 32px!important;
}

.navbar-collapse{
    border-top: 0px solid transparent !important;
}

a{
    color: #aa162c;
    text-decoration: underline;
    outline: none;
}

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

a:hover{
    color: #a1a1a1;
    text-decoration: none;
    -webkit-transition:  150ms linear;
    -moz-transition:  150ms linear;
    -o-transition:  150ms linear;
    -ms-transition:  150ms linear;
    transition:  150ms linear;
}

img { 
    -ms-interpolation-mode: bicubic; }

.thumbnail {
  padding: 0px;
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
}


/* SITE HEADER - MENU - LANGUAGE - SEARCH */

.nav_menu{
    position: relative;
    width: 100%;
    background-color: #ededef;
    height: 160px;
    left: 0;
    right: 0;
    display: none;
    padding-left: 0px;
}

.collapse{
    display: block!important;
}

.nav_menu_active{
    display: inherit;
}

.menu-main-menu-container{
    float: right;
    padding-top: 30px;
}

.main-menu{
    list-style: none;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
    margin-right: 50px;
    font-weight: bold;
    float: left;
}

.main-menu li:nth-child(2n+2){
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-menu .menu-item a{
    text-decoration: none;
    color: #3f3f3f!important;
    letter-spacing: 1px;
    font-size: 12px;
}

.main-menu .menu-item a:hover{
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.search_layer{
    position: relative;
    width: 100%;
    background-color: #ededef;
    height: 60px;
    left: 0;
    right: 0;
    display: none;
    padding-left: 0px;
}

.search_layer_active{
    display: inherit;
}

.search_layer form{
    float: right;
    margin-right: 13px;
    margin-top: 16px;
}

.search_layer label{
    display: none;
}

.search_layer #s{
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #3f3f3f;
    padding-bottom: 3px;
    font-family: "droid_sans"!important;
}

input {
    border-radius: 0;
    background-clip: padding-box!important;
}

.search_layer #searchsubmit{
    color: #3f3f3f;
    margin-right: 10px;
    width: auto;
    background-color: transparent;
    border: solid 2px #3f3f3f;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;   
    font-size: 10px;
    padding: 5px 7px;
}

.search_layer #searchsubmit:focus, .search_layer #s:focus {
  outline: none!important;
}

.search_layer #searchsubmit:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    height: 150px;
    width: auto;
    -webkit-transition:  0.3s;
    -moz-transition:  0.3s;
    -ms-transition:  0.3s;
    -o-transition:  0.3s;
    transition:  0.3s;
    
}

.navbar-brand{
    padding-left: 0px;
    height: 100px;
    position: absolute;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}


.navbar-default{
    background-color: #fff;
    border: none;
}

.navbar-header-top{
    height: 150px;
}

.navbar-header-top{
    height: 150px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.navbar-header-top #search_and_menu_zone{
    margin-top: 50px;
    -webkit-transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    -ms-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
}

.navbar-header-top.smaller{
    height: 100px;   
}
.navbar-header-top.smaller .navbar-brand img {
    height: 100px;
}

.navbar-header-top.smaller #search_and_menu_zone{
    margin-top: 0px;
}


#search_box_in_menu.active{
    padding: 0px;
    width: 225px!important;
        position: relative;
    float: left;
    height: 30px;
    
    -webkit-transition: width 500ms linear;
    -moz-transition: width 500ms linear;
    -o-transition: width 500ms linear;
    -ms-transition: width 500ms linear;
    transition: width 500ms linear;
}

#search_box_in_menu{
    padding: 0px;
    width: 0px;
        position: relative;
    float: left;
    height: 30px;
    overflow: hidden;
    
    -webkit-transition: width 500ms linear;
    -moz-transition: width 500ms linear;
    -o-transition: width 500ms linear;
    -ms-transition: width 500ms linear;
    transition: width 500ms linear;
}

#search_box_in_menu form{
    margin-bottom: 0px;
    
}

#search_box_in_menu form div{
    width: 225px;
}

#search_box_in_menu input{
    height: 100%;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #808081;
}

#search_box_in_menu input#s{
   
}

#search_box_in_menu input#s{
     width: 170px!important;
    text-align: center;
    border: solid 2px #808081;
    margin-top: 0px;
    border-right: 0px;
    border-left: 0px;
}


#search_box_in_menu input#searchsubmit{
    border: solid 2px #404040;
    float: right;
    color: #404040;
}

#search_box_in_menu input:focus{
    outline: none;
}
.btn-top {
    color: #404040;
    height: 30px;
    width: 55px;
    background-color: #fff;
    border: solid 2px #404040;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;   
    font-size: 10px;
    padding: 4px 6px;
    letter-spacing: 1px;
}

.btn-top:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.btn-search {
    width: 30px;
    border-left: solid 0px #404040;
    background: url(img/Loupe.png) no-repeat 7px 7px;
    background-size: 14px;

}

.right_zones {
    position: relative;
    height: 50px;
}

#search_and_menu_zone .btn-group {
    right: 0px;
        float: right;
}

#language-switcher-area{
    float: right;
    margin-top: 3px;
}

#languages_zone .wpglobus-selector-link img, #languages_zone .wpglobus-selector-link .name {
    display: none;
}

#languages_zone .wpglobus-selector-link{
    font-weight: normal;
    color: #a1a1a1;
    text-decoration: none;
    margin-left: 10px;
}


#languages_zone .wpglobus-selector-link:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

#languages_zone .wpglobus-current-language span{
    border-top: solid 3px #aa162c;
}

#languages_zone .wpglobus-current-language{
    margin-top: 10px;
    font-weight: bold;
    color: #aa162c;
    text-decoration: none;
}

.btn:active, .btn.active {
    box-shadow: none!important;
}

.btn:focus {
  outline: none!important;
}


.page_header{
    position: relative;
}

.page_header:before{
    position:absolute;
    opacity: 1;
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65)
}

.page_header .header_container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page_header .header_title{
    width: 80%;
    margin: auto;
    margin-top: 10%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: white;
    font-size: 60px;   
}


.page_header .header_button_read_more{
    margin-top: 5%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 60px; 
}

.page_header .header_button_read_more a{
    text-decoration: none;
    color: white;
    font-size: 20px; 
    font-weight: normal;
    letter-spacing: 3px;
    border: solid 3px white;
    padding: 20 40 20 40;
    text-transform: uppercase;
}

.page_header .header_text{
    width: 50%;
    margin: auto;
    margin-top: 14%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 30px;  
}

.page_header .header_button_read_more_text{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 60px; 
    margin-top: 5%;
}

.page_header .header_button_read_more_text a{
    text-decoration: none;
    color: white;
    font-size: 16px; 
    font-weight: normal;
    letter-spacing: 2px;
    border: solid 2px white;
    padding: 10 20 10 20;
    text-transform: uppercase;
}

.page_header .header_button_read_more_text a:hover, .page_header .header_button_read_more a:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}


/* FOOTER */

#footer_grey {
    background-color: #ededef;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}

#footer_white {
    border-radius: 0px;
    margin-bottom: 0px;
}

#footer_white .container,#footer_grey .container{
    height: 80px;
}

.btn-scroll-top {
    text-decoration: none;
    width: 50px;
    height: 42px;
    background-color: transparent;
    border-radius: 0px;
    background: url("img/Bar%20(Top).png") no-repeat;
    background-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #aa162c;
    padding: 10px 2px;
    text-align: center;
    margin-right: 20px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.btn-scroll-top:hover{
    text-decoration: none;
    color: #aa162c;
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}


/* SOCIAL LINKS MENU*/

#menu-social-links-menu{
    list-style: none;
    padding-left: 0px;
    margin-top: 28px;
}

#menu-social-links-menu .menu-item{
    display: inline-block;
    margin-right: 25px;
}

#menu-social-links-menu .fa{
    color: #c0c0c0;
}

#menu-social-links-menu .fa:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}


/* GREY FOOTER MENU */

#menu-grey-footer-menu{
    list-style: none;
    padding-left: 0px;
    margin-top: 3px;
    padding-top: 26px;
}

#menu-grey-footer-menu .menu-item{
    display: inline-block;  
    height: 28px;
}

#menu-grey-footer-menu .menu-item a{
    text-decoration: none;
    color: #aa162c;
    margin-right: 10px;
    width: auto;
    background-color: transparent;
    border: solid 2px #aa162c;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;   
    font-size: 10px;
    padding: 5px 7px;
    letter-spacing: 1px;
}

#menu-grey-footer-menu .menu-item a:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    text-decoration: none;
}


/* PAGES */

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.standard-page .attachment-post-thumbnail{
    width: 100%;
    height: auto;
}

.standard-page h1, .search-page h1{
    text-transform: uppercase;
    font-family: "droid_sans";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #3f3f3f;
}

.standard-page h2{
    text-transform: uppercase;
    font-family: "droid_sans";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    color: #808081;
}

.standard-page .separator, .search-page .separator{
    height: 7px;
    width: 80px;
    background-color: #aa162c;
    margin: auto;
    margin-bottom: 80px;
}

.standard-page .separatorgrey{
    width: 100%;
    height: 7px;
    width: 80px;
    background-color: #808081;
    margin: auto;
    margin-bottom: 80px;
}

.search-page .navigation a{
     color: #aa162c;
    width: auto;
    background-color: transparent;
    border: solid 2px #aa162c;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 5px 7px;
    cursor: pointer;
    text-decoration: none;
}

.search-page .navigation a:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.search-page .navigation{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

/* CONTACT PAGE */

#contact-page .office{
    list-style: none;
    padding: 0px;
    padding-left: 30px;
    padding-right: 20px;
        height: 175px;
}

#contact-page .content {
    
}

.large-margins{
    padding-left: 80px;
    padding-right: 80px;
}



#contact-page #offices{
    background-color: #ededef;
    margin-top: 40px;
    padding-top: 60px;
    line-height: 20px;
}

#contact-page #offices .row{

}



#contact-page .content p{
    padding-left: 30px;
    padding-right: 30px;
}

#contact-page .office .item-list-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #aa162c;
}

#contact-page .office .office-type{
    margin-bottom: 15px;
}

#contact-page .office .office-address p{
    margin-bottom: 0px;
}

#contact-page .row{
    padding-bottom: 40px;
}

#contact-page #others-contact{;
    margin-top: 40px;
    padding-top: 60px;
    line-height: 20px;
}

#contact-page #others-contact .office{
    padding-right: 30px;
    padding-left: 30px;
    height: auto;
}

#contact-page #others-contact .item-list-title{
    padding-bottom: 15px;
}


/* BOARD PAGE */

#board-page .content{
    margin-bottom: 80px;
}
ul.members{
    list-style: none;
    padding-left: 0px;
}
li.member{
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
}
#board-page li.member{
    min-height: 205px;
}
#staff-page li.member {
    min-height: 205px;
}
.team_name#board-members{
    display: none;
}
ul.member_infos{
    list-style: none;
    padding-left: 165px;
}
li.member_name{
        text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #aa162c;
}
li.member_job{
    margin-bottom: 15px;
}
.member_picture{
    width: 150px;
    height: 150px;
    float: left;
    overflow:hidden;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
    border-radius:75px;
    margin-right: 15px;
    background-color: #ededef;
}
.member_picture img{
    height: 150px;
}
#honorary-president .member{
    margin-left: 25%;
    margin-bottom: 0px;
}

/* STAFF PAGE */

#staff-page .members .team_name{
    cursor: pointer;
}

#staff-page #senior-management-team .team_name{
    cursor: auto;
}

#staff-page #senior-management-team .team_name:hover{
    opacity: 1;
}

#staff-page .members .team_name:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}


#staff-page .member{
-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    min-height: 180px;
}
#staff-page .members{
    list-style: none;
    max-height: 170px;
    overflow: hidden;
    -webkit-transition: max-height 800ms linear;
    -moz-transition: max-height 800ms linear;
    -o-transition: max-height 800ms linear;
    -ms-transition: max-height 800ms linear;
    transition: max-height 800ms linear;
}

#staff-page .members.open{
    max-height: 7000px;
    -webkit-transition: max-height 1500ms linear;
    -moz-transition: max-height 1500ms linear;
    -o-transition: max-height 1500ms linear;
    -ms-transition: max-height 1500ms linear;
    transition: max-height 1500ms linear;
}

#staff-page .members:first-of-type{
    max-height: 5000px;
}
 
.member-staff-page .all_content p:first-of-type, .member-board-page .all_content p:first-of-type, .publication-page .all_content p:first-of-type{
    color: #616162!important;
    border-left: solid 3px #e3e3e3!important;
    margin-bottom: 0px!important;
}

.publication-page .all_content p:first-of-type + p{
    padding-top: 20px!important;
}

.member-staff-page h1,.member-board-page h1{
    color: #aa162c!important;
    margin-bottom: 0px!important;
    clear: both;
    width: auto!important;
}

.publication-page h1 {
   color: #aa162c!important;
    margin-bottom: 0px!important;
    clear: both; 
}

.member-staff-page h2, .member-board-page h2,.publication-page h2{
    clear: both;
    text-transform: none!important;
    letter-spacing: 0px!important;
    border-top: 0px!important;
    font-weight: normal!important;
    margin-top: 0px!important;
    max-width: 100%!important;
}
.publication-page h2.date{
    margin-top: 20px!important;
    border-top: solid 3px #808081!important;
    margin-bottom: 0px!important;
}

.publication-page .doc{
border: solid 3px #808081;
    width: 20%!important;
    height: auto!important;
    margin: auto;
    margin-top: 40px;
}

.publication-page .doc img{
    width: 100%!important;
    height: auto!important;
    
}

.publication .post_img img{
    width: 100%;
    }

.member-board-page img, .publication-page img{
    margin: 0px!important;
    padding: 0px!important;
    width: auto!important;
    height: 100%!important;
    border: 0px!important;
}
.member-board-page .member_picture{
    float: left;
    clear: both;
    width: 100px;
    height: 100px;
}
.member-board-page .m_infos{
    float:left;
}

.member_bio{
    max-height: 80px;
    overflow: hidden;
     -webkit-transition: max-height 500ms linear;
    -moz-transition: max-height 500ms linear;
    -o-transition: max-height 500ms linear;
    -ms-transition: max-height 500ms linear;
    transition: max-height 500ms linear;
    margin-bottom: 30px;

}
.member_bio.open{
    max-height: 800px;
     -webkit-transition: max-height 500ms linear;
    -moz-transition: max-height 500ms linear;
    -o-transition: max-height 500ms linear;
    -ms-transition: max-height 500ms linear;
    transition: max-height 500ms linear;
        margin-bottom: 30px;
}
#board-page .member_bio, #staff-page .member_bio{
    padding-bottom: 50px;

}
#board-page .member_bio.open,#staff-page .member_bio.open{
        padding-bottom: 50px;
}
.member_bio_short{
    max-height: 0;
    overflow: hidden;
    display: none;
}

 .member_bio_full{
    max-height: 0;
    overflow: hidden;
    
    -webkit-transition: max-height 500ms linear;
    -moz-transition: max-height 500ms linear;
    -o-transition: max-height 500ms linear;
    -ms-transition: max-height 500ms linear;
    transition: max-height 500ms linear;
     display: none;
}

 .member_bio_full.open{
    max-height: 800px;
    
    -webkit-transition: max-height 500ms linear;
    -moz-transition: max-height 500ms linear;
    -o-transition: max-height 500ms linear;
    -ms-transition: max-height 500ms linear;
    transition: max-height 500ms linear;
}

#button_read_more_p{
    padding-top: 0px;
}

/* DETAILS PAGES */

 h1{
    
}

#details-page .attachment-post-thumbnail{
    width: 100%;
    height: auto;
}

#details-page h1{
    text-transform: uppercase;
    font-family: "droid_sans";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
    width: 30%;
    margin-top: 0px;
    margin-bottom: 50px;
    color: #3f3f3f;
    float: left;
}

#details-page h2{
    width: auto;
    border-top: solid 5px #3f3f3f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 30px;
    padding-top: 7px;
    color: #3f3f3f;
    float: left;
        max-width: 300px;
    clear: both;
    
}

#details-page P+h2{
margin-bottom: 0px!important;
}

#details-page p:first-of-type + h2{
    margin-top: 0px;
}

#details-page h3:first-of-type{
    margin-top: 30px;
    padding-top: 0px;
}

#details-page p + h3:first-of-type{
    margin-top: 0px;
    padding-top: 30px;
}

#details-page h3{
    /* border-top: solid 5px #3f3f3f; */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: left;
    /* margin-top: 20px; */
    /* padding-top: 7px; */
    color: #3f3f3f;
    /* float: left; */
    /* max-width: 250px; */
    width: 60%;
    margin-left: 40%;
    padding-left: 20px;
    border-left: solid 3px #e3e3e3;
    margin-bottom: 0px;
    padding-bottom: 7px;
    margin-top: 0px;
    padding-top: 20px;
}

#details-page .separator{
    width: 100%;
    height: 5px;
    width: 80px;
    background-color: #aa162c;
    margin-left: 0px;
    margin-top: 7px;
}

#details-page .all_content{
    padding-top: 50px;
}
#details-page .post_date{

    color: #aa162c;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    clear: both;

}

#details-page img{
width: 100%;
    height: auto;
}

#details-page .all_content p:first-of-type{
    border-left: solid 3px #aa162c;
    color: #aa162c;
    margin-top: 0px;
    margin-bottom: 50px;
}

#details-page .all_content p{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 60%;
    margin-left: 40%;
    padding-left: 20px;
    border-left: solid 3px #e3e3e3;
        min-height: 27px;
}
#details-page .all_content p iframe {
    width: 100%;
}

#details-page .all_content .share_btns{
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c0c0c0;
    border: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    clear: both;
    float: left;
}

#details-page .all_content .share_btns .ssba-wrap{
    float: left;
}

#details-page .all_content .share_btns span, ssba ssba-wrap{
    float: left;
}

#details-page .all_content .share_btns span{
    margin-right: 20px;
}

#details-page .all_content .share_btns img{
    margin: 0px!important;
    border: 0px!important;
    height: 25px!important;
    width: auto!important;
    padding-left: 0px;
    margin-left: 10px!important;
    padding-top: 0px!important;
    margin-top: 0px!important;
}

#details-page .all_content .share_btns img:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}




#details-page .all_content div.wp-caption  {
    width: 100%!important;
}



#details-page .all_content #projects img, #details-page .all_content #other_categories img{
        margin-left: 0%;
    padding-left: 0px;
    border-left: 0px;
    margin-top: 0px;
}

#details-page .all_content .content_details div img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 60%;
    margin-left: 40%;
    padding-left: 20px;
    border-left: solid 3px #e3e3e3;
}



#details-page .all_content p + div img {
    margin-top: 0px!important;
}

#details-page .all_content div.wp-caption p{
    display: none;
}

#details-page .all_content p + p{
    padding-top: 20px;
}

#details-page .all_content ul + p,#details-page .all_content ol + p{
    padding-top: 20px;
}

#details-page .all_content p:first-of-type + p{
    padding-top: 0px;
}



#details-page .all_content h2 + p{
    margin-top: 30px;
}

#details-page ul, #details-page ol{
    padding-top: 10px;
    width: 60%;
    margin-left: 40%;
    border-left: solid 3px #e3e3e3;
    margin-bottom: 0px;
}

#details-page h2 + ul, #details-page h2 + ol{
    padding-top: 0px;
    margin-top: 30px;
}

.pods-form-filters-submit:focus, .pods-form-filters-search:focus{
    outline: none;
}
.pods-form-filters-submit:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.pods-form-filters-submit{
    color: #3f3f3f;
    width: 30%;
    background-color: transparent;
    border: solid 2px #3f3f3f;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 5px 7px;
    float: left;
}

#latest-updates .pods-form-filters-search{
    background-color: transparent;
    font-family: "droid_sans"!important;
    border: solid 2px #c0c0c0;
    font-size: 10px;
    width: 70%;
        padding: 5px 7px;
    text-transform: uppercase;
    color: #c0c0c0;
    margin: 0px!important;
    float: left;
    border-right: 0px;
}


#latest-updates form{
        text-align: center;
    width: 284px;
    margin: auto;
}

#latest-updates .post_date{
    border-top: solid 5px #aa162c;
    padding-top: 7px;
    color: #aa162c;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    clear: both;
}
#latest-updates .infos{
    margin-left: 10%;
    background: url(img/line.png) no-repeat;
    text-align: left;
    margin-bottom: 30px;
}
#latest-updates .post_title{
    text-transform: uppercase;
    padding-top: 12px;
    color: #3f3f3f;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    width: 30%;
        text-align: left;
}

#details-page.job-details-page h1{
    margin-bottom: 30px;
}

#latest-updates .jobs_page .infos{
    margin-left: 0%;
}

#latest-updates .jobs_page .post_title{

    width: 80%;

}

#latest-updates .jobs_page .post_excerpt a{
    text-decoration: none;
}

#latest-updates .jobs_page .post_excerpt {
    text-decoration: none;
    margin-left: 80%;
}

#latest-updates .jobs_page .large-margins {
    padding-left: 10%;
    padding-right: 10%;
}

#latest-updates .jobs_page .col-md-6:nth-child(odd) {
    padding-left: 0px;
    padding-right: 30px;
}

#latest-updates .jobs_page .col-md-6:nth-child(even) {
    padding-right: 0px;
    padding-left: 30px;
}

#latest-updates .post_excerpt{
    padding-top: 12px;
    color: #3f3f3f;
    margin-left: 50%;
}

#latest-updates .update{
    margin-top: 50px;
    text-align: right;
    padding-left: 0px;
    overflow: visible;
        list-style: none;

}


#latest-updates .post_excerpt p{
        padding-left: 20px;
    border-left: solid 3px #e3e3e3;
}

#latest-updates ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 40px;
}



/* PUBLICATIONS PAGE */

.publication{
    margin-top: 40px;
    height: auto;
}

#publications-page .publication:nth-child(4n+2){
        clear: both;
}

#publications-page ul{
    padding-left: 0px;
}
.publication .post_img{
    height: 358px;
    overflow: hidden;
    border: solid 3px #808081;
}

.publication .post_title {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}

.publication .post_title a {
    margin-top: 15px;
    font-weight: bold;
    color: #808081;
    letter-spacing: 1px;
    font-size: 12px;
    text-decoration: none;
}

.publication .post_title a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.publication .post_date{
    border-top: solid 4px #808081;
    margin-top: 7px;
    padding-top: 7px;
    color: #808081;
    letter-spacing: 1px;
    clear: both;
    float: left;
    font-size: 12px;
}

.publication .post_author{
    float: left;
    clear: both;
    color: #808081;
    font-size: 12px;
    letter-spacing: 1px;
}


/* BUTTON STYLE */

.button{
    color: #3f3f3f;
    width: auto;
    background-color: transparent;
    border: solid 2px #3f3f3f;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 5px 7px;
}

.button:focus{
    outline: none;
}
.button:hover{
    color: #3f3f3f;
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.button-red{
    color: #aa162c!important;
    width: auto;
    background-color: transparent;
    border: solid 2px #aa162c;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 5px 7px;
    cursor: pointer;
}

.button-red:focus{
    outline: none;
    color: #aa162c !important;
}
.button-red:hover{
    color: #aa162c;
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.alm-btn-wrap{
    text-align: center;
        clear: both;
}
#load-more{
    font-size: 12px; 
        margin-top: 60px;
    }
#load-more.done{
    border: solid 2px #bbbbbd;
    color: #bbbbbd!important;
    }

.alm-reveal{
    clear: both;
}

#publications-page .alm-reveal .separator{
    display: block;
    margin-top: 80px;
}

#publications-page .alm-reveal{
        padding-top: 40px;
}

#publications-page .alm-reveal:first-of-type .separator{
    display: none;
     padding-top: 0px;
}

#publications-page .pods-form-ui-field-type-pick{
    float: left;
    width: 20%;
    color: #a9a9a9;
    border-color: #a9a9a9;
    background-color: transparent;
    padding: 2px;
    height: 23px;
    border:solid 1px #a9a9a9;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

#publications-page .pods-form-ui-field-type-pick:focus{
    outline: none;
}

#publications-page #pods-form-ui-filter-publi-thematic{
    clear: both;
    margin-left: 25%;
    margin-bottom: 30px;
}
#publications-page #pods-form-ui-filter-publi-type{
    margin-left: 10%;
    margin-bottom: 30px;
}
#publications-page #pods-form-ui-filter-publi-region{
    clear: both;
    margin-left: 25%;
    margin-bottom: 30px;
}
#publications-page .pods-form-filters-search{
float: left;
    width: 20%;
    color: #a9a9a9;
    border-color: #a9a9a9;
    background-color: transparent;
    padding: 2px;
    height: 23px;
    border:solid 1px #a9a9a9;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 40%;
}

#publications-page #pods-form-ui-filter-publi-author{
    float: left;
    margin-left: 10%;
    border:solid 1px #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#publications-page .pods-form-filters-submit{
    clear: both;
    float: left;
    width: 5%;
    margin-left: 47.5%;
    color: #808081;
    border-color: #808081;
    margin-top: 60px;
}

#publications-page .label-s{
    float: left;
    width: 20%;
    color: #3f3f3f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    
}
#publications-page #thematic-label{
    clear: both;
    margin-left: 25%;
}
#publications-page #type-label{
    margin-left: 10%;
}
#publications-page #region-label{
    clear: both;
    margin-left: 25%;

}
#publications-page #author-label{
    margin-left: 10%;
}
#publications-page #search-label{
    margin-left: 40%;
}


/* LIBRARY PAGE */
#library-page .gallery_name {
    background: url(img/line2.png) no-repeat bottom left;
    background-size: 100%;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 100px;
}

#library-page .gallery_name h2{
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    font-size: 14px;
        margin: 0px;
}

#library-page .gallery_name h2 span{
    border-bottom: 5px solid #3f3f3f;
    padding-bottom: 8px;
}

#library-page .publication{
    margin-top: 60px;
}

#library-page .separator{
    margin-bottom: 0px;
}

#library-page ul li{
    list-style: none;
}

#library-page .item_title{
    color: #808081;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 7px;
    font-weight: bold;
}

#library-page .item_title a{
   text-decoration: none;
    color: #808081;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

#library-page .item_title a:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

#library-page #photo-gallery .item{
    margin-top: 40px;
    height: auto;
}

#library-page #photo-gallery .item:nth-child(4n+3), #library-page #video-gallery .item:nth-child(4n+3){
        clear: both;
    }

#library-page #video-gallery .item {
    margin-top: 40px;
    height: auto;
}

#library-page .item_image img{
    width: 100%;
    height: auto;
}

#library-page .item_video img{
    cursor: pointer;
}

#library-page .item_video {
    position: relative;
}

.play_icon {
    position: absolute;
    left: 35%;
    top: 37%;
    width: 30%;
}

#library-page .item_image{
    width: 100%;
    height: 153px;
    overflow: hidden;
}

.updates_read_more_btn.button_see_more{
    clear: both;
    text-align: right;
    padding-top: 0px;
}

.button_see_more{
    clear: both;
    text-align: center;
    padding-top: 80px;
}

#staff-page .button_see_more{
    position: absolute;
    bottom: 0;
    width: 50%;
    padding-top: 0px;
}

#board-page .button_see_more{
    position: absolute;
    bottom: 0;
    width: 50%;
    padding-top: 0px;
}

.button_see_more a{
    text-decoration: none;
    font-size: 12px;
}


/* WHAT WE DO PAGE */
.legend{
    text-align: center;
    color: #aa162c;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-bottom: 80px;
}
.who-what .legend p{
    margin-bottom: 0px;
}

.who-what .what-we-do-details{
    
}

.btn-title a{
    text-decoration: none;
}


.what-we-do-details .post_title, .who-details .post_title{
    text-decoration: none;
        color: #808081;
    border: solid 2px #808081;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
}

.what-we-do-details .post_title span, .who-details .post_title span{
        display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.what-we-do-details a:hover, .who-details a:hover {
    text-decoration: none;
}
.what-we-do-details a:hover .post_title, .who-details a:hover .post_title {
     text-decoration: none;
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
/*
.who-what .post_title{
        color: #a8a9ac;
    border: solid 2px #a8a9ac;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    width: 70%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 40px;
}*/

.what-we-do-details .post_excerpt, .who-details .post_excerpt{
    color: #616162;
    font-size: 12px;
}

.what-we-do-details .button_read_more, .who-details .button_read_more{
    margin-top: 40px;
    text-align: center;
}

.what-we-do-details .post_img, .who-details .post_img{
    text-align: center;
}

.what-we-do-details .post_img img, .who-details .post_img img{
    width: 100%!important;
    height: auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    
}

.who-what #expertises{
    margin-bottom: 40px;
    float: left;
}

.who-details:first-of-type {
        margin-left: 12.5%;
}

#who-we-are #expertises{

}


/* WHERE WE WORK PAGE */

#where-page .activity-types {
    background: url(img/line2.png) no-repeat bottom left;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 60px;
}



#where-page .activity-types h2{
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: bold;
    letter-spacing: 1px;
    width: 30%;
    text-align: left;
    font-size: 14px;
        margin: 0px;
}

#where-page .activity-types h2 span{
    border-bottom: 5px solid #3f3f3f;
    padding-bottom: 8px;
}

#where-page .activity{
    margin-top: 25px;
}

#where-page .activity:nth-child(4n+3){
    clear: both;
}

#where-page .activity .post_img{
    width: 100%;
    height: 153px;
    overflow: hidden;
}

#where-page .activity .post_title{
    margin-top: 7px;
}

#where-page .activity .post_title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #808081;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}



#where-page .activity .post_title a:hover,  #home .activity .post_title a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

#where-page .activity .post_img img{
    width: 100%;
    height: auto;
}

#where-page .legend{
    text-align: center;
    color: #aa162c;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-bottom: 20px;
}
#where-page .legend p{
    margin-bottom: 0px;
}

/* JOBS PAGE */

#latest-updates #jobs .team_name{
    display: none;
}

#latest-updates .jobs_page .post_excerpt{
    text-align: right;
    padding-top: 20px;
}

#latest-updates .row.members{
    margin-bottom: 30px;
}

#home .attachment-large{
    width: 100%;
    height: auto;
}

#home .legend{
    margin-top: 100px;
}

#home .legend p{
    margin-bottom: 0px;
    }

#home .block.latest-updates .legend{
        margin-top: 50px;
        margin-bottom: 0px;
    }

#home #blocks{
    
}

#home .block{
    clear: both;
    padding-top: 80px;
}

#home .block:first-of-type{
    clear: both;
    padding-top: 0px;
}

#home .block_title{
    background-color: #ededef;
    padding-top: 120px;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 20px;   
}

#home .block_image{
}

#home .co{
    margin-top: 0px;
}

#home .block_title .separator {
    margin-bottom: 0px;
    margin-top: 30px;
}

#home .block_title h1{
    margin-top: 0px;
    margin-bottom: 0px;
    
}

#home .what-we-do-details .post_excerpt{
    display: none;
}

#home .activity, #projects .activity{
    margin-top: 25px;
}

#home .activity .post_img, #projects .activity .post_img{
    width: 100%;
    height: 153px;
    overflow: hidden;
}

#home .activity .post_title, #projects .activity .post_title{
    margin-top: 7px;
}

#home .activity .post_title a, #projects .activity .post_title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #808081;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

#home .activity .post_img img, #projects .activity .post_img img{
    width: 100%;
    height: auto;
}

#home .who-details .post_excerpt{
    display: none;
}

#home .update_home .post_title{
    text-align: center;
    color: #aa162c;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-bottom: 40px;
        text-align: center;
    width: 100%;
}


#home .update_home .post_content{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
    font-size: 12px;
}

#home #blocks .where-we-work .large-margins{
    padding-left: 0px;
    padding-right: 0px;
}

#home_all_project_btn{
    display: none;
}

#home #blocks .where-we-work #home_all_project_btn{
    display: block;
}


/* RELATED LINKS */
.related_title{
    margin-top: 100px;
    padding-top: 80px;
    margin-bottom: 80px;
    border-top: solid 3px #3f3f3f;
}

.related_title .separator{
    height: 7px!important;
    width: 80px;
    background-color: #aa162c;
    margin-left: 0px;
    margin: auto!important;
    clear: both;
}

.related_title h2 {
    border: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px !important;
    letter-spacing: 2px;
    text-align: center !important;
    margin-top: 10px;
    padding-top: 7px;
    color: #3f3f3f;
    float: none !important;
    margin-bottom: 30px!important;
    max-width: 100% !important;
    
}

#other_categories .post_excerpt{
    display: none;
}

#other_categories{
    margin-top: 60px;
}

/*#details-page .what-we-do-details{
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}*/

#other_categories .active .post_title{
    color: rgba(192, 192, 192, 0.5);
    border-color: rgba(192, 192, 192, 0.5);
}

.who-details a{
    text-decoration: none;
}


#other_categories div.what-we-do-details:first-of-type{
    margin-left: 12.5%!important;
}

#other_categories #expertises div.what-we-do-details:first-of-type{
    margin-left: 0%!important;
}

#other_categories .active .post_img{
    width: 100%;
        margin: auto;
    position: relative;
    
}

#other_categories .active .post_img img{
    width: 100%!important;
}

#other_categories .active a{
    pointer-events: none;
   cursor: default;
}

#other_categories .active a:hover .post_title{
    opacity: 1!important;
}

#other_categories .active .post_img:after{
    position:absolute;
    opacity: 1;
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.69);
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.alm-reveal .separator{
    display: none;
    
}


#mailermailer-widget-area h3{
    display: none;
    border: none;
    background: none;
}

#mailermailer-widget-area #mm_signup_form_content div{
    float: left;
    margin-top: 0px;
}
#mailermailer-widget-area #mm_signup_form_content{
    padding-top: 26px;
}
#mailermailer-widget-area #mm_signup_form_content form{
    padding: 0px;
}
#mailermailer-widget-area #mm_signup_submit{
    float: right;
    color: #808081;
    border-color: #808081;
    margin-top: 0px;
}
#mailermailer-widget-area form #mm_user_email{
    margin-top: 0px;
    height: 28px;
    margin: 0px;
    background: none;
    border: solid 2px #808081;
    color: #808081!important;
    text-transform: uppercase;
    font-size: 10px;
    width: 300px;
    letter-spacing: 1px;
    text-align: center;
    margin-right: 10px
    
}

#mailermailer-widget-area form #mm_user_email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #909090;
}
#mailermailer-widget-area form #mm_user_email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909090;
   opacity:  1;
}
#mailermailer-widget-area form #mm_user_email::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909090;
   opacity:  1;
}
#mailermailer-widget-area form #mm_user_email:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #909090;
}

#mailermailer-widget-area form #mm_user_email:focus{
    outline: none;
    
}

form#mm_signup_form #mm_msg {
    margin: 0;
    font-size: 10px;
    padding-top: 5px;
    margin-right: 10px!important;
}

.printfriendly{
    margin: 0px!important;
    margin-right: 0px!important;
    
}

.printfriendly img{
    margin-top: 3px;
    width: 18px;
}

.printfriendly img:hover{
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

/* RSS PAGE */

#rss-page #contentrss i{
    margin-right: 10px;
}

#rss-page #contentrss {
    font-size: 18px;
    color: #3f3f3f;
}




/* PLUGINS */

.what-we-do .post_title{
        color: #808081 !important;
    border: solid 2px #808081!important;
}

.mm_display_success {
    color: #808081!important;
}

.mm_display_error {
  color: #aa162c!important;
}

iframe#gaiframe{
   display: none;
}

iframe div#pf-dialog-ads{
    display: none!important;
    background-color: red;
}

/**************************************************************/
/************************ RESPONSIVE **************************/
/**************************************************************/

@media screen and (max-width: 1440px)
{
    .publication{
    height: auto;
    }
    .publication .post_img {
    height: auto;
    }
}



@media screen and (max-width: 627px)
{
    #footer_grey .navbar-left  {
    width: 100%;
}
    #footer_grey .navbar-right  {
    width: 100%;
}
    
    #footer_grey #menu-grey-footer-menu{
        text-align: center;
    }
    #footer_grey .navbar-right #mm_user_email{
        text-align: center;
        width: 100%;
    }
    
    #mailermailer-widget-area #mm_signup_form_content div{
        float: none;
        width: 70%;
        display: inline-block;
    }
    
    #mailermailer-widget-area #mm_signup_form_content{
        text-align: center;
    }
    
    #mailermailer-widget-area #mm_signup_submit, #mailermailer-widget-area #mm_signup_form_content div{
        float: none;
    display: inline-block;
    }
}


@media screen and (max-width: 355px)
{
    .navbar-brand img{
        height: 80px!important;
    }
    
    .navbar-brand {
    height: 80px!important;
    }
    
    .navbar-header-top {
    height: 80px!important;
    }
    
    body {
    padding-top: 80px!important;
    }
    
    #search_and_menu_zone {
    margin-top: 0px!important;
}
    .right_zones {
        height: 40px!important;
    }
    
    .main-menu .menu-item a {
    font-size: 10px;
    }
    
    .main-menu {
    margin-right: 30px;
    }
    
    #footer_grey .navbar-right #mm_user_email {
        font-size: 8px;
    }
    
}

@media screen and (min-width: 768px)
{
    .who-details:first-of-type {
    margin-left: 12.5%!important;
    }
    #who-we-are .large-margins {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
    
}

@media screen and (min-width: 768px) and (max-width: 990px)
{
    #latest-updates .jobs_page .large-margins {
    padding-left: 15%;
    padding-right: 15%;
}
    
    .standard-page h1, .search-page h1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
    .standard-page .separator, .search-page .separator {
    margin-bottom: 40px;
}
    
    .legend {
    font-size: 24px!important;
    margin-top: 50px!important;
    margin-bottom: 40px!important;
}
    
    #details-page h2 {
    max-width: 250px;
    }
    
    .jobs_page.row.members {
    margin-bottom: 10px!important;
}
    
    #home .activity .post_img, #projects .activity .post_img {
        height: auto;
    }
     #home .activity, #projects .activity {
        padding-left: 35px;
        padding-right: 35px;
    }
    
    
    .what-we-do-details .post_title, .who-details .post_title{
        font-size: 8px;
    }
    
    #home .co{
        margin-top: 0px;
    }
    #publications-page .alm-reveal {
    padding-top: 40px;
    }
    #publications-page .alm-reveal .separator {
    display: block;
    margin-top: 0px;
        margin-bottom: 10px;
    }
    
    #library-page .publication{
        height: auto;
        margin-top: 30px;
    }

    #library-page #photo-gallery .item {
        height: auto;
    }
    
    #library-page #video-gallery .item{
        height: auto;
    }
    
    #video-gallery .button_see_more {
    padding-top: 30px;
}
    
    #publications-page .pods-form-filters-submit{ 
    width: 10%;
    margin-left: 45%;
    margin-bottom: 0px;
    }
    
    .publication .post_title {
    margin-top: 15px;
    height: auto;
    }
    
    #board-page li.member, #staff-page li.member{
    min-height: 155px;
}
    #honorary-president .member {
    margin-left: 0%;
}
    #latest-updates .infos {
        margin-left: 15%;
    }
    
    #details-page h1 {
    font-size: 16px;
    }
    
    #contact-page #offices {
    margin-top: 0px; 
    padding-top: 40px;
}
    
    #contact-page .row:last-of-type {
    padding-bottom: 0px;
}
    #contact-page #others-contact {
    margin-top: 0px;
        padding-top: 10px;
    }
    
    #contact-page #others-contact .office {
    margin-top: 30px;
    }
    
    #home .block {
    padding-top: 30px;
    }
    
    .button_see_more {
    padding-top: 40px;
    }
    
    .related_title {
        margin-top: 50px;
        padding-top: 10px;
        margin-bottom: 40px;
    }
    
    #where-page .activity .post_img {
    height: auto;
}
    
}
@media screen and (min-width: 991px) and (max-width: 1200px)
{
    #home .block {
    padding-top: 30px;
    }
    
    .button_see_more {
    padding-top: 40px;
    }
    
    #home .activity .post_img, #projects .activity .post_img {
        height: 123px;
    }
    
    #home .legend {
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 40px;
    }
    
    .related_title {
    margin-top: 50px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: solid 3px #3f3f3f;
    }
    
    #board-page #members.large-margins {
    padding-left: 0px;
    padding-right: 0px;
    }
    
    #staff-page #teams.large-margins{
        padding-left: 0px;
    padding-right: 0px;
    }
    
    #publications-page .alm-reveal .separator {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}
    #publications-page .alm-reveal {
    padding-top: 40px;
}

    
}

@media screen and (max-width: 1200px)
{
    a {
        color: #aa162c;
    }
    
    .page_header .header_text {
    font-size: 24px;
    width: 50%;
    margin-left: 25%;
    }
    
    .page_header .header_title {
    font-size: 40px;
}
    
    .page_header .header_button_read_more_text a, .page_header .header_button_read_more a {
    font-size: 14px;
    border: solid 2px white;
        color: white!important;
}
    .page_header .header_button_read_more_text, .page_header .header_button_read_more {
    bottom: 20%;
}
    #library-page #video-gallery .item {
        margin-top: 20px;
    }
    
    #library-page #photo-gallery .item {
    margin-top: 20px;
    }    
    
    #library-page .publication {
    margin-top: 20px;
}
}

@media screen and (max-width: 991px)
{
    .page_header .header_text {
    font-size: 20px;
    }
    
    #staff-page .team_name h2{
    line-height: 36px;
    }
}


@media screen and (max-width: 767px)
{
    
    #home .block {
    clear: both;
    padding-top: 40px;
    }
    
    #staff-page .members {
    max-height: 100px;
    }
    
    #staff-page .team_name h2 {
    line-height: 26px;
        margin-bottom: 20px;
}
    
.navbar-brand.active{
    opacity: 0.1;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
    
    .standard-page h1, .search-page h1 {
    font-size: 18px;
    }
    
    .standard-page .separator, .search-page .separator {
    height: 5px;
    width: 60px;
        margin-bottom: 40px;
    }
    
    #home .block_title {
    padding-top: 60px;
    padding-bottom: 20px;
    }
    
    #home .legend {
    margin-top: 40px;
    margin-bottom: 40px;
    }
    
    #home .update_home .post_title {
        font-size: 18px;
    }
    
    .legend {
    font-size: 18px!important;
        margin-bottom: 0px!important;
    }
    
    #home .co {
    margin-top: 0px;
    }

    
    .block.who-we-are .co.large-margins, .block.what-we-do .co.large-margins{
        padding-left: 40px!important;
        padding-right: 40px!important;
    }
    
    .block.where-we-work .co.large-margins{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
    .large-margins{
        padding-left: 80px!important;
        padding-right: 80px!important;
    }
    
    #expertises.large-margins{
        padding-left: 40px!important;
        padding-right: 40px!important;
    }
    
    .what-we-do-details{
        margin-top: 20px;
    }
    
    #what-we-do .what-we-do-details{
        margin-top: 60px;
    }
    
    .who-details{
        margin-top: 40px;
    }
    
    
    .what-we-do-details .post_title, .who-details .post_title{
        font-size: 9px;
            margin-top: 20px;
    margin-bottom: 20px;
            height: 50px;
    line-height: 50px;
    }
    
    #home .activity .post_title a, #projects .activity .post_title a{
        font-size: 10px;
    }
    
    #home .activity .post_img, #projects .activity .post_img{
        height: auto!important;
    }
    
    .button_see_more a{
        font-size: 10px;
    }
    
    .button_see_more {
    padding-top: 40px;
    }
    
    .who-details:first-of-type {
    margin-left: 0px;
    }
    
    #home .update_home .post_content {
     -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; 
    }
    
    .block.latest-updates .co.large-margins{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    
    .page_header .header_title {
        top: 20%;
    font-size: 20px;
    }
    
    .page_header .header_button_read_more a {
    font-size: 10px;
    border: solid 2px white;
    padding: 5 10 5 10;
        letter-spacing: 0px;
    }
    
    .page_header .header_button_read_more {
    bottom: 20%;
    }
    
    #details-page .all_content {
    padding-top: 30px;
    }
    
    #details-page h1 {
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    float: none;
    }
    
    #details-page .all_content p {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0%;
    font-size: 12px;
    }
    
    #details-page ul, #details-page ol {
    padding-top: 20px;
    width: 100%;
    margin-left: 0%;
    font-size: 12px;
    }
    
    #details-page .all_content p:first-of-type {
    margin-bottom: 30px;
    }
    
    #details-page h2 {
    font-size: 12px;
    margin-top: 30px;
    float: none;
    max-width: 50%;
}
    #details-page h3 {
    width: 100%;
    margin-left: 0%;
        font-size: 11px;
}
    
    #details-page .all_content .content_details div img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0%;
    padding-left: 20px;
    border-left: solid 3px #e3e3e3;
}
    
    
    #details-page h2:first-of-type {
    margin-top: 30px!important;
}
    
    #contact-page .content.large-margins, #others-contact.large-margins {
        padding: 0px!important;
}
    #contact-page .content.large-margins p, #others-contact.large-margins ul{
        padding-left: 15px!important;
        padding-right: 15px!important;
}
    #contact-page .office {
    padding-left: 0px;
    padding-right: 0px;
        margin-bottom: 40px;
        height: auto;
}
    
    .standard-page h2 {
    font-size: 16px;
}
    #staff-page .members {
    margin-left: 0px;
    margin-right: 0px;
}
    
    #teams {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
    li.member {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
}
    .standard-page .separatorgrey {
    height: 5px;
    width: 60px;
    margin-bottom: 40px;
}
    
    #board-page .large-margins, #staff-page .large-margins{
    padding-left: 0px!important;
    padding-right: 0px!important;
    }
    
    .member_picture {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}
    .member_picture img {
    height: 90px;
}
    ul.member_infos {
    padding-left: 105px;
        padding-bottom: 20px;
}
    #board-page li.member, #staff-page li.member {
        margin-bottom: 50px;
        padding-left: 20px;
         padding-right: 20px;
        min-height: 155px;
}
    #honorary-president .member {
    margin-left: 0%;
        
}
    
    #latest-updates .post_title{
        width: 100%;
        clear: both;
    }
    
    #latest-updates .post_excerpt{
        margin-left: 0%!important;
        clear: both;
    }
    
    #latest-updates .infos{
        clear: both;
        margin-left: 0%;
    }
    
    #latest-updates .post_date {
    border-top:  0px;
    clear: both;
    font-size: 10px;
}
    
    #other_categories div img{

    padding-left: 0px; 
        display: none;
}
    
    #other_categories.large-margins{
    padding-left: 0px!important;
        padding-right: 0px!important;
    }
    #details-page .what-we-do-details, #other_categories .who-details{
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0px;
        width: 100%;  
    }
    #details-page .what-we-do-details p{
        display: none;
    }
    
    #details-page .what-we-do-details .btn-title p{
        display: none;
    }
    #details-page .what-we-do-details .post_title , #other_categories .who-details .post_title{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .related_title {
    margin-bottom: 50px;
    }
    
    
#details-page .separator {
    height: 5px;
    width: 60px!important;
        margin-bottom: 40px;
    }
    
    #details-page .btn-title{
    }
    
    #where-page .activity-types h2 {
    width: 100%;
    }
    
    #details-page .post_date,#details-page .share_btns, #details-page .share_btns .ssba-wrap {
    float: none!important;
    }
    
    #details-page .all_content .share_btns{
    margin-top: -20px;
        margin-bottom: 20px;
    }
    
    
    .jobs_page .content.large-margins{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
    #latest-updates .row.members {
    margin-bottom: 20px;
}
    
    #publications-page .pods-form-ui-field-type-pick {
    width: 45%;
    }
    
    #publications-page #pods-form-ui-filter-publi-thematic {
    margin-left: 0%;
}
    
    #publications-page #pods-form-ui-filter-publi-region{
        margin-left: 0%;
    }
    
    #publications-page .pods-form-filters-search {
    width: 100%;
    margin-left: 0%;
}
    
    #publications-page .pods-form-filters-submit {
    width: 20%;
        margin-left: 40%;
            margin-bottom: 60px;
    }
    
    #publications-page #region-label, #publications-page #thematic-label {
    margin-left: 12.5%;
    }
    
    #publications-page #type-label, #publications-page #author-label {
    margin-left: 35%;
    }
    
    .publication .post_img {
        width: 40%;
    height: auto;
        float: left;
        clear: both;
        margin-bottom: 30px;
    }
    
    .publication .post_img img {
        width: 100%;
    height: auto;
    }
    
    .publication .post_author {
    float: none;
    }
    
    .publication .post_title {
    margin-top: 0px;
    float: left;
    width: 50%;
    margin-left: 5%;
}
    .publication .post_date {
    margin-top: 7px;
    float: left;
        clear: none;
    margin-left: 5%;
}
    .publication .post_author {
    margin-top: 0px;
    float: left;
        clear: none;
    margin-left: 5%;
        width: 50%;
}
    #publications-page .alm-reveal .separator {
    display: block;
    margin-top: 40px;
        margin-bottom: 40px;
}
    #publications-page .alm-reveal {
    padding-top: 0px;
    }
    
    #contact-page #offices{
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 65px!important;
        padding-right: 65px!important;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1200px)
{

.publication {
}
}

@media screen and (max-width: 1200px) and (min-width: 991px)
{

#library-page .item_image, #where-page .activity .post_img {
    width: 100%;
    height: 123px;
    overflow: hidden;
}

}

@media screen and (max-width: 992px) and (min-width: 768px)
{

#library-page .item_image {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

}

@media screen and (max-width: 991px)
{
    .publication .post_img {
    border: solid 2px #808081;
    }
    
    #home .legend p{
    margin-bottom: 0px;
    }
    
    #latest-updates .jobs_page .col-md-6:nth-child(even) {
    padding-left: 0px;
}
    
    #latest-updates .jobs_page .col-md-6:nth-child(odd) {
    padding-right: 0px;
}
    
    #library-page .gallery_name{
        background-size: auto;
    }
    
    #staff-page .members.open{
    max-height: 10000px;
    -webkit-transition: max-height 2500ms linear;
    -moz-transition: max-height 2500ms linear;
    -o-transition: max-height 2500ms linear;
    -ms-transition: max-height 2500ms linear;
    transition: max-height 2500ms linear;
}
    
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  #s {
  }
}

@media screen and (max-width: 767px)
{
    .publication {
    height: auto;
}

.navbar-nav {
    float: left;
    margin: 0;
}
    
    .navbar-right {
    float: right !important;
    margin-right: 0px;
}

.navbar-left {
    float: left !important;
}
    #where-page .activity .post_title, #projects .activity .post_title{
    width: 255px;
    margin-top: 7px;
    }
    #where-page .activity .post_img, #projects .activity .post_img {
    width: auto;
    margin: auto;
    height: auto;
    }
    
    .related_title {
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 40px;
    border-top: solid 3px #3f3f3f;
    }
    
    #board-page .content {
    margin-bottom: 40px;
    }
    
    #board-page ul.members {
    margin-bottom: -20px;
    }
    
    #staff-page li.member {
        width: auto;
    }
    
    #library-page .gallery_name{
        margin-top: 50px;
    }
    
    #library-page .gallery_name h2 {
        width:100%;
    }
    
    #YouTubeModalDialog{
        width: 90%!important;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50%;
    }
    
    #YouTubeModalBody iframe{
    width: 98%;
    height: 300px;
    }
    
    .publication .post_title {
    height: auto;
}
    .page_header .header_text {
    top: 20%;
    font-size: 20px;
    width: 70%;
    margin-left: 15%;
}
    .page_header .header_title {
    font-size: 35px;
}
    
    .page_header .header_button_read_more_text a, .page_header .header_button_read_more a {
    font-size: 12px;
    padding: 8 10 8 10;
            letter-spacing: 1px;
    border: solid 2px white;
}
    .page_header .header_button_read_more_text, .page_header .header_button_read_more {
    bottom: 20%;
}
}

@media screen and (min-width: 479px) and (max-width: 750px)
{
    #library-page #photo-gallery .item, #library-page #video-gallery .item {
    margin-top: 40px;
    width: 50%;
    float: left;
}
}

@media screen and (max-width: 767px)
{
    .navbar-brand img{
        height: 100px;
    }
    
    .navbar-header-top {
    height: 100px;
    }
    
    body {
    padding-top: 100px;
    }
    
    #search_and_menu_zone {
    margin-top: 0px!important;
}
    
    .page_header .header_text {
    top: 20%;
    width: 70%;
    margin-left: 15%;
    font-size: 12px;
}
    .page_header .header_title {
    font-size:20px;
}
    .page_header .header_button_read_more_text a, .page_header .header_button_read_more a {
    font-size: 8px;
    padding: 8 10 8 10;
            letter-spacing: 1px;
    border: solid 1px white;
}
    .page_header .header_button_read_more_text, .page_header .header_button_read_more {
    bottom: 20%;
}
   
    #board-page li.member, #staff-page li.member {
}
    
    #library-page .item_image {
        height: auto;
    }
    
    #library-page #photo-gallery .item {
        height: auto;
    }
    
    #library-page #video-gallery .item {
        height: auto;
    }
}
    
}



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

#home .co.large-margins {
    padding-left: 40px!important;
    padding-right: 40px!important;
}
    .large-margins{
    padding-left: 40px!important;
    padding-right: 40px!important;
}
}

@media screen and (max-width: 1280px)
{
    .large-margins{
    padding-left: 20px;
    padding-right: 20px;
}
    
@media screen and (min-width: 550px) and (max-width: 767px)
{
    .page_header .header_text {
    font-size: 19px;
    }

    .what-we-do-details, .activity{
        width: 50%;
    }
    
    .details-page .activity:nth-child(2n), #home .activity:nth-child(2n+1) {
        clear: both;
    }
    
    .who-details{
        width: 33%;
    }
    
    .what-we-do-details .post_title, .who-details .post_title {
    font-size: 8px!important;
    }
    
    .standard-page h1, .search-page h1 {
        margin-bottom: 40px;
    }
    
    .member_picture {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    }
    
    .member_picture img {
    height: 90px;
    }
    
    .publication .post_img {
    width: 20%;
    }
    
    .publication .post_title {
        width: 70%;
    }
    
    .publication .post_author {
    width: 70%;
}
    
    #library-page #photo-gallery .item:nth-child(2n+1), #library-page #video-gallery .item:nth-child(2n+1){
        clear: both;
    }
    
    #library-page .item {
    padding-left: 30px;
    padding-right: 30px;
    
}
    
    
}
