 /* Theme Name:EDSO for smart Grids */
/* 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%; 
	font: inherit;
	vertical-align: top;
}
/* Global */
*{
	margin:0; 
	padding:0; 
}
html,body {
	height:100%;
}
body {
	font-size:16px;
	line-height:24px;
	color:#383838;
	font-weight:300;
	position:relative;
  	height: 100%;
  	margin: 0;
  	font-family: 'Signika',Arial, sans-serif;
}
h1{
	color:#2b7c97;
	font-size:48px;
	margin:15px 0 20px 0;
	font-weight:400;
	line-height:52px;
}
h2{
	color: #2b7c97;
	font-size: 42px;
	margin: 25px 0 5px 0;
	font-weight: 400;
	line-height: 46px;
	}
h3{
	border: none;
	text-align: left;
	margin: 25px 0 5px 0;
	padding: 0;
	color: #5a5a5a;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
}
h4{
	border: none;
	text-align: left;
	margin: 25px 0 5px 0;
	padding: 0;
	color:#8fcfbf;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}
p{
	margin-bottom:15px;	
	color:#383838;
	font-size:16px;
}
li{
	margin-bottom:10px;	
}
.aligncenter{margin:0 auto;display:block;}
.wp-caption-text{font-size:11px; text-align:center;font-style:italic;}
img .alignleft, .alignleft{float:left;display:inline;margin-right:10px;}
img .alignright, .alignright{float:right;display:inline;margin-left:10px;}
img .alignright:after{content:" ";clear:both;}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img{height:auto; max-width:100%;}
strong{font-weight:bold;}
em{font-style:italic;}
.clear{clear:both;}
.readmore{
	color:#9e9783!important;
	display:block;
	padding:4px 0;
	text-decoration:none!important;
	text-align:center;
	position:relative;
	margin-top:15px;
}
.readmore:after{
	content:" ";
	background:url('images/seeall-arrow.png')  10px 0 no-repeat;
	height:31px;
	width:32px;
	position:absolute;
	padding-left: 10px;
	top:0px;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.readmore:hover, #teasers a:hover .readmore{
	color:#5e6d8f!important;
}
.readmore:hover:after, #teasers a:hover .readmore:after{
	background-position:bottom right;
}
.button{
	background:#5e6d8f;
	color:#fff;
	margin-top:10px;
	font-size:16px;
	font-weight:600;
	display:inline-block;
	padding:7px 20px 9px 20px;
	text-decoration:none;
}
.button:hover{
	background:#767c8d;
}
/*
.seeall{
	text-decoration:none;
	color:#9e9783 ;
	position:relative;
	margin-top:20px;
	line-height:18px;
	background:url('images/seeall-arrow.png') right top no-repeat;
	display:inline-block;
	padding:7px 45px 6px 5px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.seeall:hover{
	color:#b81c29;
	background-position: right bottom;
}
*/
.bcontent{
	/*
	height: 100vh;
	overflow:auto;
	*/
}
img{
	display:block;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
a{
	color: #5e6d8f;
}


/* ---------------------------------- */
/* --------- WP5 gutenberg----------- */

.ui-tabs-nav li{
	background-image:none!important;
	padding-left:0!important;
}
#page-content{
	overflow: hidden;
}
.greybox100{
	background:#eef0f6;
	padding:35px 0;
	margin:35px 0;
    position: relative;
}
.greybox100:before{
	content:"";
	background:#eef0f6;
	position:absolute;
	z-index:-1;
	top:0;
	left:-50%;
	width:100%;
	height:100%;
}
.greybox100:after{
	content:"";
	background:#eef0f6;
	position:absolute;
	z-index:-1;
	top:0;
	right:-50%;
	width:100%;
	height:100%;
}
/* --- button --- */
.wp-block-button__link:hover{
	background:#8fcfbf !important;
}
/* teasers special what we do*/
.page-id-6220 .wp-block-button__link{
	padding: 52px 14px;
	width: 100%;
}
/* --- Publications gutenberg ----- */
.page-id-11{
	background:#f2f7f3;
}
.wp-block-file{
	background:#fff;
	max-width:350px;
	display:block;
	margin-top:30px;
}
.wp-block-file a{
	text-decoration:none;
}
.wp-block-file a:first-child:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url('images/icon-button-download.png') center center no-repeat #96ccda;
	width:100%;
	height:120px;
}
.wp-block-file a:first-child{
	padding:140px 2% 0 2%!important;
	position:relative;
	display:block;
	text-align:center;
	color:#338ba1;
	background:#ececec!important;
	min-height:80px;
	line-height:26px!important;
}

.wp-block-file a:hover{
	background:#338ba1!important;
	color:#ffffff!important;
}

/* ======= HEADER ======= */
/* ==================== */
.admin-bar #header{position:relative;}
.admin-bar #slider, .admin-bar #banner{margin-top:0;}
#header{
	position:fixed;
	width:100%;
	top:0px;
	padding-top:0px;
	z-index:20;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	background:#fff;
}
/* -- sticky main menu after scroll -- */
.sticky #main-menu{
}
.sticky #main-menu > li > a{
	line-height:60px;
}
.sticky #main-menu li ul{
	top:5px;
}
.sticky #main-menu li:hover ul{
	top:55px;
}
.sticky .logo{
    width:120px;
	top:0;
padding:10px 0;
}
.sticky #top-menu,
.sticky #social{
	display:none;
}
.sticky #header {
  -webkit-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
  box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
}
.logo{
	z-index:990;
	float:left;
	position:relative;
	padding:20px 0;
	width:18%;
	display:block;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
.logo img{
	width:90%;
	margin:0 auto;
	height:auto;
}
#header .wrap{
	position:relative;
}
/* -- main menu --*/
#main-menu{
	width:80%;
	float:right;
	padding:0;
	/*text-align:right;*/
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
#main-menu li{
	list-style:none;
	display:block;
	float:left;
	position:relative;
	font-weight:600;
	margin-bottom:0;
}
#main-menu li a{
	font-size:17px;
	text-decoration:none;
	display:block;
	padding:15px 10px;
	color:#1c7998;
	/*z-index:999;*/
}
#main-menu > li > a{
	line-height:105px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
#main-menu li > a{
	padding:0 22px;
	position:relative;	
	text-transform:uppercase;
	z-index:9999;
	background:#fff;
}
#main-menu li > a:hover, 
#main-menu .current-menu-item > a,
.current-page-parent > a,
.current-menu-ancestor > a,
.current-menu-parent > a{
	color:#8fcfbf!important;
}
/* -- submenu -- */
#main-menu > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top:105px;
}
#main-menu li ul {
	position:absolute;
	float:none;
	text-align:left;
	z-index:995;
	padding:0;
	background:#fff;
	visibility: hidden;
	opacity: 0;
	top: 55px;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
#main-menu li ul li{
	float:none;
}
#main-menu li ul li a{
	display:block;
	padding:6px 20px;
	min-width:180px;
	transition:none!important;
	font-size:14px;
}
#main-menu li ul li a:hover, #main-menu li ul .current a{
	color:#5e6d8f;
}
/* sub menu level 3 - 4 */
#main-menu li ul ul{
	display:block;
	visibility:visible;
	opacity:1;
	padding-left:30px;
	position:relative;
	top:0;
}
#main-menu li ul ul a{
	font-size:12px;
	padding:0;
}
.login-tab a{
	background:#1c7998!important;
	color:#fff!important;
}
#main-menu .current-menu-item.login-tab > a, .current-page-parent.login-tab > a, .current-menu-ancestor.login-tab > a, .current-menu-parent.login-tab > a,
.login-tab a:hover,#main-menu .login-tab > a:hover,.current-menu-item.login-tab > a,
.single-pages-intranet .login-tab > a{
	background:#8fcfbf!important;
	color:#fff!important;
}
/* ===== TOP MENU ==== */

#top-menu{
	text-align:right;
	position:absolute;
	top:0px;
	right:0;
	z-index:999;
	display:inline-block;
}
#top-menu > li{
	list-style:none;
	display:inline-block;
	position:relative;
	border-left:1px solid #7a7979;
}
#top-menu > li > a{
	color:#aeb6b4;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
	display:block;
	padding:8px 7px 0 7px;
	text-transform:uppercase;
}
#top-menu > li:first-child{
	border:none;
}
#top-menu .current-menu-item a,
#top-menu li a:hover,
#top-menu .sub-menu a:hover,
#top-menu .sub-menu .current-menu-item a{
	color:#8fcfbf;
}


/* ======= SEARCHFORM ======= */
/* ====================== */
#search{
	width:150px;
	position:absolute;
	z-index:999;
	top:30px;
	right:10px;
	   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
.sticky #search{ 
	top:10px;
}
.search-field{
	font-size:12px;
	height:20px;
	width:120px;
	background:none;
	border-bottom:1px solid #1c7998;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0;
	color:#1c7998;
}
.search-submit,
.search-submit:hover{
	background:url('images/icon-search.png') no-repeat!important;
	background-size:cover!important;
	text-indent:-9999px;
	padding:0!important;
	width:15px;
	height:15px;
}
.search-submit:hover{
	opacity:0.4;
}

/* ---- SOCIAL ------ */
/* -- social -- */
#social{
	position:absolute;

	right:20px;
	top:168px;
	z-index:2;
	/*
	-webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   transition: all .9s ease;
   */
}
.sticky #social{
	top:8px;
}
#social li{
	/*display:inline-block;*/
	display:block;
	margin-right:6px;
	list-style:none;	
	-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
   -moz-border-radius:33px;
   -webkit-border-radius:33px;
   border-radius:33px;
   border:1px solid #1c7998;
}
#social li a{
	display:block;
	width:33px;
	height:33px;
	
}
.linkedin{
	background:url('images/icon-linkedin.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.twitter{
	background:url('images/icon-twitter.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.youtube{
	background:url('images/icon-youtube.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.instagram{
	background:url('images/icon-instagram.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.facebook{
	background:url('images/icon-facebook.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
#social li:hover{
	background-position:center bottom;
}
/* ======= SLIDER ======= */
/* ====================== */
#slider {   
    height: 600px;
	margin-top:60px;
	overflow:hidden;
	position:relative;
}
#slider .slides img {
	width:100%;
}
.slides, .slides li{
	position:relative;
	height: 600px;
}
.flex-caption{
	position:absolute;
	top:270px;
	z-index:999;
	width:100%;
	min-height:150px;
}
.slide-title{	
	left: 0%;
	z-index:2;
	width:100%;
	text-align:center;
	/*background:#1d3344;
	background:rgba(29,51,68,0.75);*/
}
.slide-title .wrap{
	text-align:center;
}
#slider a{
	text-decoration:none;
}
.slide-title h1{
	color:#fff;	
	font-weight:600;
	font-size:54px;
	line-height:50px;
	max-width:100%;
	margin-bottom:10px;
	text-transform:uppercase;
}
.slide-title h2{
	color:#fff;	
	font-weight:300!important;
	font-size:46px;
	margin-top:0;
	max-width:100%;
}
.flex-control-nav{
	bottom:10px!important;
	z-index:2;
}
.flex-direction-nav{
	position:absolute;
	z-index:2;
	top:46%;
	width:100%;
}
.flex-direction-nav li{
	display:block;
	position:absolute;
	width:50px;
	height:100px;
}
.flex-nav-prev{
	left:0!important;
}
.flex-direction-nav .flex-prev{
	width:50px;
	padding-left:15px;
	height:100px;
	background:url('images/slider-arrow-right.png') center right no-repeat!important;
	margin:0!important;
	top:0;
	opacity:0.6!important;
	text-indent:-9999px;
	cursor:pointer;
	z-index:9999;
}
.flex-direction-nav a::before{
	display:none!important;
}
.flex-nav-next{
	right:0!important;
}
.flex-direction-nav .flex-next{
	text-align:left!important;
	width:50px;
	padding-left:15px;
	height:100px;
	background:url('images/slider-arrow-left.png') no-repeat!important;
	margin:0!important;
	top:0;
	opacity:0.6!important;
	text-indent:-9999px;
		cursor:pointer;
	z-index:9999;
}
.flex-direction-nav a:hover{opacity:1!important;}
/* --- addition for zoom transition */
.flexslider .slides li img {
  background-position: right;
  height: 100%;
  width: 100%;
  /*transition: transform 11s ease-in;*/
  transition: all 11s ease-in;
  -webkit-transition: all 11s ease-in;
  -moz-transition: all 11s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.flexslider .slides li.flex-active-slide img {
  transform: scale(1.2);
   background-position: left;
}
/* ======= BANNER ======= */
/* ====================== */
.page-template-temp_map #banner{
	display:none:
}
#banner{
	height:500px;
	margin-top:60px;
	overflow:hidden;
	position:relative;
}
#banner img{
	width:100%;
	height:auto;
}
.banner-title{
	top:80%;	
	left: 50%;
    position: absolute;   
	width:100%;
	text-align:center;
    transform: translate(-50%, -50%);	
	opacity:1;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
.banner-title h1{
	color:#fff;	
	font-weight:600;
	font-size:56px;
	line-height:60px;
	position:relative;
	display:inline-block;
}
.banner-title h1:after{
	content: " ";
position: absolute;
bottom: -3px;
left: 0;
height: 33px;
width: 100%;
background: #1c7998;
z-index: -1;
}
.banner-title h1 span{
	text-transform:none;
	font-weight:300;
	font-size:45px;
	margin-bottom:-45px;
	display:block;
}
.sticky .banner-title{	
/*	opacity:0;*/
}
/* ======= HOME ======= */
/* ==================== */
.bg-gris{
	background:#f5f5f5;
}
.home-title{
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
}
.home-content{
	padding:35px 0;
}
#teasers{
	padding:45px 0;
}
#teasers li{
	list-style:none;
	display:inline-block;
	width: 33%;
}
#teasers li:first-child{
	margin-left:0;
}
#teasers li a{
	text-decoration:none;
	display:block;	
}
#teasers li h3{
	color:#2b7c97;
	text-align:center;
	text-transform:uppercase;
	font-size:22px;
}
#teasers li .thumb{
	overflow:hidden;
	position:relative;
	text-align:center;
}
#teasers li .thumb img{
	max-width:100%;
	height:auto;
	display:inline-block;
}
#teasers li a:hover h3{
	color:#8fcfbf;
}
#teasers li a:hover img{
	filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%);
	-webkit-filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%);
	-moz-filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%);
}

/* ----------- NEWS / EVENTS ---------- */
/* ------------------------------- */
/* --- on homepage ---- */
.home .list-news li {
	width:32%;
	margin-bottom:0;
}
.home .list-events li {
	width:48%;
	margin-bottom:0;
}
.home .list-events li a{
	min-height:370px!important;
	max-height:370px!important;
}
.home .list-events li:first-child+li{
	margin-left:4%;
}
.home .list-events .thumb{
	max-height:175px;
	min-height:175px;
	line-height:175px;
	border-bottom: 1px solid #ccc;
}

/* ----- */
.list-news,
.list-events{
	position:relative;
	margin-left:0!important;
}

.list-news li,
.list-events li {
	list-style:none;
	display:inline-block;
	background:#fff;
	float:left;
	margin-left:2%;
	width:32%;
	padding-left:0!important;
	margin-bottom:25px;
	position:relative;
}
.page-template-temp_events .list-events li .thumb{
	border-bottom:1px solid #ddd;
}
.list-news li:nth-of-type(3n+1),
.list-events li:nth-of-type(3n+1) {	
	margin-left:0;	
}
.list-news  li:first-child,
.list-events  li:first-child{
	margin-left:0;
}
.list-news h3,
.list-events h3{
	color:#151536 ;
	font-size:17px;
	line-height:22px;
	margin:0 0 10px 0;
	padding:0 8%;
}

.list-news li p,
.list-events li p{
	font-size:14px;
	line-height:24px;
	padding:0 8%;
}
.list-news li a,
.list-events li a{
	text-decoration:none;
	display:block;	
	position:relative;
	min-height:480px;
	max-height:480px;
	overflow:hidden;
	padding-bottom:35px;
}

.list-news li .category,
.list-events li .category{
	font-size:16px;
	line-height:19px;
	float:left;
	width:62%;
	padding:0 0 0 8%;
	color:#2b7c97;
	margin-top:15px;
}
.list-news .date{
	float:right;
	width:22%;
	font-size:13px;
	display:block;
	padding:0 8% 0 0;
	margin-top:15px;
	text-align:right;
}
.list-events .city{
	font-size:18px;
	position:absolute;
	bottom:30px;
	text-align:center;
	display: inline-block;
	width: 100%;
	padding: 0;
	color:#2b7c97;
}
.list-news .thumb,
.list-events .thumb{
	overflow:hidden;
	position:relative;
	max-height:245px;
	min-height:245px;
	line-height:245px;
	text-align:center;
	border-bottom:1px solid #ddd;
}

.list-news .thumb img,
.list-events .thumb img{
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	max-width:100%;
	height:auto;
	/*min-height:174px;*/
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
}
.list-news .publication-cover{
	/*background:#eee;*/
	text-align:center;
}
.list-news .thumb{
	border-bottom:1px solid #ddd;
}
.list-news .publication-cover,
.category-position-papers .thumb{
	background:#f5f5f5;
}
.list-news .publication-cover img,
.category-position-papers .thumb img{
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	max-width:100%;
	/*height:100%;
	max-height:245px; */
	display:inline-block;
	
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
	border:1px solid #dadce0;
	max-width: 84%;
	min-width:50%!important;
	margin: 7% auto;
}
/* cat colors */
.list-news .category-position-papers .category,
.list-events .category-events .category,
.list-events .category-events .city,
.list-events .category-partner-events .category{
	color:#8fcfbf;
}
.list-news .category-position-papers .read-more,
.list-events .category-events .read-more,
.list-events .category-partner-events .read-more{
	background:#8fcfbf;
}
/* projects */
.list-news .category-edso-projects  .category{
	
}
.list-news .category-edso-projects .read-more{
	
}
/* policy */
.list-news .category-policy-regulations  .category{
	color:#8fcfbf;
}
.list-news .category-policy-regulations .read-more{
	background:#8fcfbf;
}
/* research */
.list-news .category-research-innovation  .category{
	color:#2b4c97;
}
.list-news .category-research-innovation .read-more{
	background:#2b4c97;
}
/* technical */
.list-news .category-technical-expertise  .category{
	color:#33ac8e;
}
.list-news .category-technical-expertise .read-more{
	background:#33ac8e;
}
/* - */
.list-news .read-more{
	position:absolute;
	bottom:-32px;
	left:0;
	width:100%;
	background:#2b7c97;
	color:#fff!important;
	text-transform:uppercase;
	text-align:center;
	font-size:15px;
	padding:8px 0;
	display:block;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.list-events .read-more{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#2b7c97;
	color:#fff!important;
	text-transform:uppercase;
	text-align:center;
	font-size:17px;
	padding:8px 0;
	display:block;
}
/* - hover - */
.list-news a:hover > .read-more,
.list-events a:hover > .read-more{
	bottom:0;
}
.list-news li:hover img,
.list-events li:hover img{
	transform: scale(1.1);
}
.list-news li:hover h3,
.list-news li:hover .date{
}
.list-news .see,
.list-events .see{
	line-height:18px;
	width:90%;
	text-align:center;
	bottom:15px;
}

/* single */
.single-list-news li{
	margin-left: 2%;
    width: 23.2%;
}
.single-list-news li:first-child,
.single-list-news li:first-child + li + li + li + li, 
.single-list-news li:first-child + li + li + li + li + li + li + li + li {
    margin-left: 0!important;
}
.publication-cover-link{
	text-decoration:none;
	margin-bottom:25px;
	display:block;
	float:right;
	margin-left:25px;
	color:#2b7c97;
}
.single .publication-cover{
	border:1px solid #ddd;
	max-width:200px;
}
.single .publication-cover img{
	width:100%;
	height:auto;
}
.text{
	text-transform:uppercase;
	text-align:center;
	max-width:200px;
}
.text-link:before{
	content:"";
	height:0;
	width:100%;
	border-top:4px solid #2b7c97;
	position:absolute;
	top:0;
	left:0;
}
.text-link{
	text-transform:uppercase;
	text-align:center;
	max-width:200px;
	border:1px solid #ddd;
	padding:15px 15px 6px 15px;
	position:relative;
	
}

.publication-cover-link:hover, 
.publication-cover-link a:hover.text{
	opacity:0.5;
}
/* --- home content --- */
#home-content{
  padding:30px 0;
  max-width:75%;
  margin:0 auto;
}
#home-content h1{
  text-align:center;
}
/* ======= INTRANET ======= */
/* ============================ */
.icon-lock{
	position:absolute;	
	top:220px;
	text-align:center;
	width:100%;
}
.icon-lock div{
	background:url('images/icon-lock.png') no-repeat;
	display:inline-block;
	height:80px;
	width:80px;
}
.user-info{
	margin:15px 0;
	padding:15px;
	border:5px solid #ddd;
	max-width:185px;
}
/* hide menu items that are only for directors */
.is-not-director .visible-for-directors{
	display:none;
}

/* ======= PAGE CONTENT ======= */
/* ============================ */
.breadcrumbs{
	padding:18px 0 12px 0;
	border-bottom:1px solid #ddd;
	color:#999;
}
.breadcrumbs a,
.breadcrumbs span{
	text-decoration:none;
	color:#999;
	font-size:13px;
	pointer-events: none;
   cursor: default;
}
.left50{
	float:left;
	width:49%;
}
.left50 .button{
	background:#202e55;
}
.left50 .button:hover{
	background:#fdb815;
}
.right50{
	float:right;
	width:49%;
	overflow:hidden;
}
#sidebar-left{
	width:23%;
	float:left;
	padding: 30px 0;
}
#content-right{
	width:73%;
	float:right;
	padding: 30px 0;
}
#sidebar-right{
	width:31%;
	float:right;
	padding: 30px 0;
}
#content-left{
	width:66%;
	float:left;
	padding: 30px 0;
}
#content{
	padding: 30px 0;
	min-height:500px;
}

.page-content h2{
	margin-bottom:25px;
}
.page-content ul, 
.page-content ol,
#content-right ul,
#content-right ol{
	margin-left:20px;
}

.page-content{
	min-height:450px;
}

.page-content ul li, .page-content ol li{
	line-height:28px;
}
/* --- ACCORDION --- */
.title_code, .title_code-link {
	border-bottom:1px solid #ccc;
	padding:10px 55px 10px 0;
	margin-bottom:15px;
	position:relative;
	color:#5a5a5a;
	font-size:20px;
	line-height:26px;
}
.title_code-link:after{
	/*content:" *";
	background:#00889E; 
	padding:14px 13px 7px; */
	content:" ";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-weight:300;
	font-family:"Open Sans",Arial,sans-serif;
	background:url('images/icon-download.png') center center no-repeat #FC8B0B;
	background-size:25px 25px;
	height:45px;
	width:43px;
}
.title_code:after{
	content:" +";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-weight:300;
	font-family:"Open Sans",Arial,sans-serif;
	background:#00889E;
	padding:10px 13px;
}
.title_code-link a{
	text-decoration:none!important;
	color:#5a5a5a!important;
	display:block;
}
.title_code-link:hover  a{
	color:#fc8b0b!important;
}
.on:after{
	content:" -";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-family:"Oxygen",Arial,sans-serif;
	font-weight:300;
	padding:10px 15px;
	background:#FC8B0B;
}
.title_code:hover{
	cursor:pointer;
}
.content_code{
	color:#777;
	line-height:24px;
}
.content_code ul{
	padding-left:20px;
}
/* ======= SIDEBAR ====== */
/* ==================== */

#sidebar-left #main-menu{
	text-align:left;
	float:none;
	margin-top:0px;
	padding-top:0;
	margin-left:0;
	top:0;
	position:relative;
	z-index:1;
}
#sidebar-left #main-menu li{
	display:block;
	list-style:none;
	background:none;
	padding-left:0;
	float:none;
}
#sidebar-left #main-menu li > a {
    padding:6px 0px;
	line-height:25px;
	
}
#sidebar-left #main-menu li a{
	
	font-weight:400;
}
#sidebar-left #main-menu a{
	min-width:10px;
	background:none;
}
#sidebar-left #main-menu  .current-menu-item > a {
    color: #8fcfbf !important;
}
/* submenu */
#sidebar-left #main-menu li ul{
	margin:0 0 0 20px;
}
#sidebar-left #main-menu li ul{
	visibility:visible;
	opacity:1;
	background:none;
	border:none;
	position:relative;
	z-index:10;
	top:0;
	padding-top:0;
	margin-top:0;
}
#main-menu li ul::before{
	display:none;
}
#sidebar-left #main-menu ul li a{
	padding:5px 0px 5px 10px;
	text-transform:none;
}
#sidebar-left #main-menu li ul li a{
	border-bottom:1px solid #eee;
}
#sidebar-left #main-menu li a:hover{
	color:#1d93d2; 
}
#sidebar-left #main-menu .current-menu-item > a{
	
}
/* ----------- PUBLICATIONS  ---------- */
/* ------------------------------- */
hr{
	border-top:1px solid #ddd;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin-top:15px;
}
#publication-filters{
}
#publication-filters .subtitle{
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
	margin-top:-10px;
}
#publication-filters input{
	margin:5px 10px 0 0!important;
	float:left;
}
#publication-filters .label-desc{
	float:left;
	width:80%;
	line-height: 20px;
}
#publication-filters label{
	font-size:14px;
	margin:3px 0 15px 0;
}
#publication-filters ul{
	margin-left:0;
}
#publication-filters ul li{
	list-style:none;
}
#publication-filters ul li a{
	color:#5C5D5F;
	text-decoration:none;
}
#publication-filters ul .current{
	color:#006FB9;
	font-weight:bold;
}
/* ---- INFO ---- */
#info-block{
	border-left:2px dashed #dddcdc;
	margin-bottom:25px;
	padding:0 5% 4% 5%;
}
#info-block h4{
	text-align:center;
	display:inline-block;
	color:#999;
	padding:20px 0;
	font-size:34px;
}
#info-list{
	margin-left:0!important;
}
#info-list td:first-child{
	padding-right:15px;
}
#info-list li{
	list-style:none;
	font-size:14px;
	line-height:16px;
}
#info-list li a{
}
#info-list  a:hover{
	text-decoration:none;
}
#info-block p{
	font-size:15px;
	line-height: 24px;
	color:#999;
}
#info-block span{
	font-weight:600;
	color:#5e6d8f;
}
.short-link{
	max-width:220px;
	display:block;
	overflow:hidden;
}
/* ----- PROJECTS ----- */
#projects{
	margin:0!important;
}
#projects li{
	list-style:none;
	margin-bottom:15px;
	background:#fdfcfc;
}
#projects li a{
	text-decoration:none;
	display:block;
	padding:15px 30px;
/*
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
*/
}
#projects h3{
	border:none;
	text-align:left;
	margin:0;
	padding:0;
	color:#abcf3f; /* gris = #383838; */
line-height: 30px;
}
#projects p{
	margin-bottom:0;
}
#projects .details{
	color:#9ea2a3;
	font-size:16px;
}
#projects .details span{
	color:#5e6d8f;
	font-weight: 600;
}
#projects li a:hover{
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
	background:#fff;
}
#projects li a:hover h3{
	color: #5e6d8f;
}
/* --- SUBPROGRAMMES --- */
.post-type-archive-organisation,
.post-type-archive-project,
.page-template-temp_subprogrammes,
.post-type-archive-funding-organisation,
.page-template-temp_organisation-projects,
.search-results{
	background: #f1f1f1;
}
.subprogrammes li{
	width:42%; /* 27%;*/
	display: inline-block;
	margin: 1%;
	min-height: 220px; /*680px; *//*350px;*/
	padding: 15px 2%;
/*
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); */
}
.subprogrammes li a{
	/*min-height: 350px;*/
	padding:0!important;
	display:inline-block!important;
}
.subprogrammes li a:hover{
	box-shadow:none!important;
}
.subprogrammes h3{
	margin-bottom:15px!important;
	line-height: 30px;
}
.subprogrammes p{
	color:#9ea2a3;
	font-size:15px;
	line-height: 22px;
	text-align:justify;
	margin-bottom:12px!important;
}
.subprogrammes li span{
	    color: #5e6d8f;
	font-weight: 600;
}
.subprogrammes h3{
	min-height:60px;
}
.subprogrammes .title_code{
	font-size:16px;
}
.subprogrammes .title_code::after{
	background:none;
	color:#5a5a5a;
}
/* --- ORGANISATIONS --- */
.line-alpha{
	text-align:center;
	position:relative;
	color:#cecece;
}
.line-alpha:before{
	content:" ";
	border:2px solid #cecece;
	width:45%;
	left:0;
	top:15px;
	position:absolute;	
}
.line-alpha:after{
	content:" ";
	border:2px solid #cecece;
	width:45%;
	right:0;
	top:15px;
	position:absolute;	
}
.organisations li{
	width: 27%;
	display: inline-block;
	margin: 1%;
	min-height: 215px;
	padding: 15px 2% 65px 2%;
/*
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
*/
	position:relative;
}
.post-type-archive-funding-organisation .organisations li{
	min-height: 170px;
}
.organisations li .subtitle{
	margin-top:-15px;
	margin-bottom:15px!important;
}
.organisations li a{
/*	padding:0!important;*/
	box-shadow:none!important;
/*
	text-decoration:underline!important;*/
}
.organisations li a:hover{
	text-decoration:none!important;
}
.organisations h3{
	margin-bottom:15px!important;
}
.organisations p{
	color:#9ea2a3;
	font-size:16px;
}
.organisations span {
    color: #5e6d8f;
	font-weight: 600;
}
.see-organisation{
	position:absolute;
	bottom:15px;
	right:15px;	
	background:url('images/icon-web.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
}
.see-organisation:hover{
	background:url('images/icon-web.png') center left no-repeat!important;
	background-size:22px 22px!important;
	opacity:0.5;
}
.icon-coordinator{
	background:url('images/icon-coordinator.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
}
.icon-documents{
	background:url('images/icon-documents.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
}
.icon-documents a{
	color:#abcf3f;
}
.icon-documents a:hover{
	color:#5e6d8f;
}
.see-projects{
	position:absolute;
	text-decoration:none;
	background:url('images/icon-project.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
	bottom:40px;
	right:15px;
	color:#abcf3f;
}
.see-projects:hover{
	background:url('images/icon-project.png') center left no-repeat!important;
	background-size:22px 22px!important;
	opacity:0.5;
}
/* --- ORGANISATIONS PROJECTS --- */
.page-template-temp_organisation-projects li span{
	color: #5e6d8f;
	font-weight:bold;
}
.page-template-temp_organisation-projects  .subtitle{
	color: #9ea2a3;
	font-size: 16px;
}
/* ======= CATEGORY ====== */
/* ==================== */
.category .list-news li a {opacity: 0;
    filter: alpha(opacity=0);}
	
	
/* ======= MEMBERS ====== */
/* ====================== */
.title-country{
	margin-top:35px!important;
}
#members-list{
	margin-left:0!important;
	text-align:center;
}
#members-list li{
	background:none!important;
	padding-left:0!important;
	display:inline-block;
}
.post-type-archive-member .title-country{
	text-align:center;
	margin-bottom:20px;
}
.border-img {
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
#members-list .border-img{
	height: 120px;
    width: 120px;
	line-height: 120px;
}
#members-list a:hover img{
	opacity:0.5;
}
.border-img img {
    max-width: 100%;
    height: auto;
	width:auto;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
	
/* ======= TEAM ====== */
/* ==================== */
#team-list{
	margin:0!important;
	padding:0!important;
}
#team-list li{
	box-sizing: border-box;
	display: block;
	float:left;
	vertical-align: top;
	text-align: left;
	margin: 0 0 15px 0;
	list-style:none;
	width: calc(25% - 0px);
	background:none!important;
	padding:0 10px!important;
	min-height: 365px;
}
.team-name{
	position: absolute;
	bottom: 12px;
	font-weight:600;
	right: 10px;
	color: #563935;
	font-size: 14px;
	padding: 5px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	background-color:#fff;
	z-index: 9;
}
.team-name span{
	position: absolute;
	background: #2b7c97;
	top: 90%;
	right: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 3px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	white-space: nowrap;
}
.team-img{
	position:relative;
	text-align:center;
	height:280px;
}
.team-img img{
	width:auto;
	height:auto;
	max-width:280px;
	min-width:100%;
	max-height: 100%;
}
.team-description{
	display: block;
	padding: 22px 0 5px 0;
	font-size: 13px;
	line-height: 21px;
	min-height:80px;
}	
.team-description p,
.team-description a{
	font-size: 13px;
	line-height: 21px;
	margin-bottom:0!important;
}	
/* ======= FORMS ====== */
/* ==================== */
label{
	color:#999;
	line-height:26px;
	margin-right:10px;
	margin-top:10px;
	display:block;
}
input[type="text"], 
input[type="mail"],
input[type="email"],
input[type="password"],
select{
	padding:2px 12px;
	font-size:14px;
	height:24px;
	/*width:90%;*/
	line-height:16px;
	vertical-align:middle;
	color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;

}
textarea{
	padding:2px 12px;
	font-size:14px;
	line-height:16px;
	color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
}
input[type="submit"]{
	margin:10px 0;
	text-align:left;
	background:#1c7998;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#8fcfbf;
}
.red-button{
	margin:10px 0;
	text-align:left;
	background:#999;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
	text-decoration:none;
}
.red-button:hover{
	background:#8fcfbf;
}
/* ======= Registration ======= */
#signup_process{ display:none;}
/* ======= FOOTER ======= */
/* ====================== */
#footer{
  position: relative;
  border-top:1px solid #ddd;
  padding:15px 0;
}
#footer-blocks p{
	color:#fff;
	line-height:24px;
	font-size:14px;
	margin-bottom:0;
}
#footer a:hover{
	color: #feb009;
}
.copyright{
	color:#999;
	z-index:2;
	font-size:12px;
	margin-bottom:0!important;
	padding-right:50px;
}
.alys{
	float: right;
	text-decoration:none;
	color:#999;
}
/* -------------------------------- MEDIA QUERIES -------------------------------------------- */
.nav-mobile {display:none; /* Hide from browsers that don't support media queries */cursor:pointer;position:absolute;top:139px;right:0;background:#023058 url(images/nav-mobile.png);height:30px;width:100%;}
#pull{display:none;}
.mobile-only{display:none!important;}
@media only screen and (min-width: 1100px) and (max-width: 1250px){
	#search{top:100px;background:rgba(255,255,255,0.7);padding:0 10px;right:0;}
}
@media only screen and (min-width: 768px) and (max-width: 900px){
	#search{top:70px;background:rgba(255,255,255,0.7);padding:0 10px;right:0;}
}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1350px){
	.wrap{width:90%;}
	.copyright{width:85%;}
	#home-header{height:520px;}
	.slide-title h1{margin-bottom:10px;}
	#slider,.slides, .slides li{height:480px;}
	/*#social{top:8px;}*/
	#top-menu{right:200px;}
	#main-menu li > a{padding: 0 12px;}
	#social{/*top:115px;*/right:5px;}
	/* team */
	#team-list li{min-height:225px;}
	.team-img{min-height:225px;}
	.team-img img{max-width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 210px;
display: block;}
}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1100px){
	/* home */
	#slider { height: 330px;margin-top:60px;}
	.slides, .slides li{height:330px;}
	.slide-title h1{font-size: 34px;}
	.slide-title p {font-size:18px;line-height:24px;}
	#home-header h1, .banner-title h1{font-size:40px;}
	#home-header {height: 420px;}
	#main-menu{text-align:left;}
	#home-news-events .news-block{width:31.2%}
	#main-menu > li > a {font-size:13px;padding: 20px 6px;margin-top:0px;line-height:35px;}
	#main-menu li ul{top:70px!important;}
	.sticky #main-menu > li > a{line-height:35px;}
	.logo{padding-top:17px;width:130px;}
	.sticky .logo{padding-top:20px;}
	.left50,.right50{width:48%;}
	#teasers{text-align:center;}
	#teasers li{width:23%;}
	#teasers li h4{font-size: 14px;}
	h1{font-size:38px;line-height:42px;}
	.flex-caption{top:100px;}
	.list-news .thumb, .list-events .thumb{max-height: 140px;min-height: 140px;line-height: 140px;}
	.home .list-events .thumb{max-height: 100px;min-height: 100px;line-height: 100px;}
	.list-news h3, .list-events h3{font-size: 15px;line-height: 19px;}
	
	/* team */
	#team-list li{min-height:225px;}
	.team-img{height:225px;}
	.team-img img{max-width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 180px;
display: block;}
	/* sidebar */
	.short-link{max-width:180px;}
	#sidebar-left #main-menu > li > a{margin-top:0!important;}
	/* pages */
	.icon-lock{top:130px;}
	#banner {height: 305px;margin-top:60px;}
	.page-content h2{font-size: 30px;line-height: 36px;}
	.list-news li{width:48%;}
	.single-list-news li:first-child + li + li{margin-left: 0;}
	/* footer */
}
/* ------------------------  iphone  -------------------------------- */
@media only screen and (min-width: 200px) and (max-width: 767px){
/* --- menu principal dropdown mobile ---  */
	a#pull { display:block;background:url('images/nav-mobile.png') right center no-repeat #fff; height:70px; width:100%; position:absolute;z-index:20;top:0px;right:0;outline:none;}
	.nav-list {display:none; }
	#main-menu{text-align:center;margin:0;position:absolute;top:67px;padding-top:0px;z-index:900;background:#fff;width:100%;}
	#main-menu li{display:block;width:100%;padding-left:0;margin:0;}
	#main-menu li a{max-width:100%;margin:0;border-bottom:1px solid #ddd;padding:6px 0px;}
	#main-menu .current{}
	#main-menu .current a{color:#5e6d8f;}
	#main-menu > li > a{line-height:25px;}
	/* sous-menu */
	#header #main-menu li ul{display:none;top:0; opacity: 1;visibility: visible;z-index: 1;position:relative;background:#fff;text-align:center;} 
	#header #main-menu li ul li a{font-size:15px;}
	.sticky #main-menu{width:100%;margin:0;}
	.sticky #main-menu > li > a{line-height:25px;}
	.sticky .logo{width: 120px;padding:10px 0 0 25px;}
	.sticky #search{top:70px;width: 95%;background:#f4f4f4;text-align: center;}
	.wrap{width:90%;}
	.copyright{width:85%;}
	#top-menu{display:none;}
	.mobile-only{display:block!important;}
	
	/* head*/
	#search{top:70px;background:rgba(255,255,255,0.7);padding:0 10px;right:0;}
	#header .wrap{width:100%;}
	#header{height:70px;}
	.top-info p{display:none;}
	.logo{float:none;width:120px;top:0;z-index:999;padding:10px 0 0 25px;background:none;}
	#top-menu {float:none;height:20px;padding: 10px 0;width:100%;}
	.login {float: right;}
	#home-header{height:350px;}
	.imgbackground{height:330px;}
	.imgbackground img{height:100%;width:auto;}
	#banner {height:160px;}
	#banner img {/*height: 100%;width: auto;*/}
	#social {right:105px;top:30px;margin-top:0;display:none;}
	#social li {display:inline-block;margin:0 0 0 5px;height:25px;}
	.login{padding-bottom:10px;}
	/* home */
	#slider{margin-top:70px;height:170px;}
	.slides, .slides li{height:170px;}
	.slide-title{top:0px;}
	.slide-title h1{font-size: 20px;line-height:24px;margin-bottom:0;}
	.slide-title h2{font-size: 18px;line-height:22px}
	.slide-title p {font-size:14px;line-height:20px;display:none;}
.flex-direction-nav,.flex-control-nav{display:none;}
	.slide-title .button{font-size:12px; padding: 6px 40px;margin-top:0px;}
	#home-header,#home-teasers, #home-newsletter, #home-news, #home-news-events, #home-content, #footer{overflow:hidden;}
	.banner-title {top:60%;}
	#home-header h1, .banner-title h1{font-size:36px;width:90%;margin:0 auto;text-align:center;line-height:38px;}
	 .slide-title{width:100%;font-size:30px;margin:0 auto;}
	#home-content img{float:none!important;margin:0!important;max-width:100%;}
	.teaser-wrap::before {width:100%;}
	.teaser-wrap::after {width:100%;height:250px;bottom:0px;}
	#teasers li {width:100%;padding:0;margin:0 0 20px 0;}
	#teasers li p{font-size:16px;line-height:20px;}
	#home-content{width:100%;max-width:100%;}
	#partners li {width:49%;margin-left:0;}
	
	.list-news li, .list-events li, .home .list-events li, .home .list-news li{width:100%;float:none;margin:0 0 15px 0!important;}
	.list-news .thumb, .list-events .thumb{max-height: 205px;min-height: 205px;line-height: 205px;}
	.list-news li a, .list-events li a{min-height: 380px;}
	
	/* - */
	.readmore{margin-right:35px!important;}
	.readmore::after{width:25px;height:25px;background-size:25px 50px!important;}
	
	/* home */
	.flex-caption{top:30px;}
	.flex-caption .button{margin-top:10px;}
	
	/* basics */
	h1{font-size:34px;line-height:38px;}
	h2{font-size:26px;line-height:34px;margin-top:10px;}
	h3{font-size:22px;line-height:28px;}
	/* intranet*/
	.icon-lock{top:20px;}
	.icon-lock div{width:45px;height:45px;background-size:cover;}
	/* page */
	#page-content img, #page-content iframe{max-width:100%;height:auto;}
	.left50,.right50,#content-right{float:none;width:100%;}
	.right50{margin-top:25px;}
	#content-left{float: none;width: 100%;}
	#page-content {padding: 0 0 20px 0;}
	.page-content h2{font-size: 30px;line-height: 36px;}
	.inner-news-block .news-block{width:100%!important;}
	/*.post-type-archive-funding-organisation */.organisations li{min-height:10px;}
	#projects li{width:96%;max-width:100%;margin:0 0 20px 0;}
	/* team */
	#team-list li{width:49%;min-height:195px;}
	.team-img{height:auto;min-height:180px;}
	.team-img img{max-width:100%;}
	.team-name span{white-space:normal!important;line-height: 16px;width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 150px;
display: block;}
	
	/* events */
	.list-news .thumb img, .list-events .thumb img{width:100%;}
	.list-news .publication-cover img{width:auto!important;}
	
	/* member */
	#members-list li{width: 45%;margin: 1%;}
	/* publication */
	.publication-cover-link{float:none;margin:0 auto 25px;text-align:center;}
	.single .publication-cover{margin:0 auto;}
	/* sidebar */
	#sidebar-left{padding:0;}
	#sidebar-right{padding:0;}
	#sidebar-right,#sidebar-left {float: none; width: 100%;}
	#sidebar-right #main-menu{position:relative;width:100%;background:none;}
	#sidebar-right #main-menu li a { border-bottom: 1px solid #ddd;}
	.short-link{max-width:180px;}
	/* footer */
	.copyright{width:75%;}
	.wp-pagenavi a, .wp-pagenavi span{margin-top: 10px !important;display: inline-block;}
}