/* ------------------ */
/* MODIFICATIONS NOAH */
/* ------------------ */

/* cacher captcha */
.grecaptcha-badge{display: none!important;}


/* 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:14px;
	line-height:18px;
	color:#4a4a4a;
	font-weight:400;
	position:relative;
  height: 100%;
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
h1{
	color:#202E55;
	font-size:32px;
	margin-bottom:35px;
	font-weight:700;
	line-height:36px;
}
h2{
	color:#202E55;
	font-size:28px;
	margin-bottom:40px;
	font-weight:700;
	line-height:32px;
}
h3{
	font-weight:600;
	line-height:22px;
	margin:15px 0 10px 0;
	position:relative;
	color:#4a4a4a;
	font-size:22px;
}
p{
	margin-bottom:10px;	
	font-size:18px;
	line-height:28px;
	color:#6e6666;
}
li{
	margin-bottom:10px;	
	font-size:18px;
	line-height:22px;
	color:#6e6666;	
}
.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:20px;}
img .alignright, .alignright{float:right;display:inline;margin-left:20px;}
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, b{font-weight:bold;}
em{font-style:italic;}
.clear{clear:both;}
.readmore{
	color:#00889E!important;
	display:block;
	padding:5px 0;
	text-decoration:none!important;
}
.readmore:after{
	content:" ";
	background:url('images/arrow.png')  top right no-repeat;
	height:19px;
	width:26px;
	position:absolute;
}
.readmore:hover, #teasers a:hover .readmore{
	color:#FDC300!important;
}
.readmore:hover:after, #teasers a:hover .readmore:after{
	background-position:bottom right;
}
.button{
	background:#696264;
	color:#fff;
	margin-top:10px;
	font-weight:600;
	display:inline-block;
	padding:11px 40px;
	text-transform:uppercase;
	text-decoration:none;
}
.button:hover{
	background:#000;
	color:#fff;
}
.pdflink{
	text-decoration:none;
	padding:0px 0 0px 30px;
	display:inline-block;
	background:url('images/icon-download-link.png') left 2px  no-repeat;
	color:#696264;
	background-size:25px 91px;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.pdflink:hover{
	background-position: left  -66px ;
	color:#000;
}
.seeall{
	text-decoration:none;
	color:#4a4a4a;
	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:#1D93D2;
	background-position: right bottom;
}
.bcontent{
}
img{
	display:block;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.back{
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	display:inline-block;
	padding:6px 25px 6px 35px;
	text-decoration:none;
	color:#504a4a;
	background:url('images/back-arrow.png') left 8px no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	margin:0 0 25px 0;
}
.back:hover{
	color:#5a88c1;
	background-position:left -22px;
}
hr{
	border-top:1px solid #ccc;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin-bottom:15px;
}
a{
	color:#1d93d2;
}
a:hover{
	color:#202e55;
	text-decoration:none;
}
/* ======= 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:#151536 ;
	/*background:rgba(255,255,255,0.97);*/
	-webkit-box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	box-shadow:         0px 4px 8px 0px rgba(50, 50, 50, 0.36);
}
/* -- sticky main menu after scroll -- */
/*
.sticky #header{
	background:#fff;	
	-webkit-box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	box-shadow:         0px 4px 8px 0px rgba(50, 50, 50, 0.36);
}
*/
.logo{
	float:left;
	padding:25px 0 22px 0;
	width:210px;
	display:block;
}
.logo img{
	width:100%;
	height:auto;
	image-rendering: -webkit-optimize-contrast; /* chrome flou */
}
.sticky .logo{
	width:160px;
}
/* --- top menu --- */
#top-menu{
	height:35px;
	line-height:35px;
	width:100%;
	background:#151536 ;
	position:absolute;
}
.top-info{
	float:right;
	margin-right:300px;
}
#top-menu .right{
	float:right;
}
#header .wrap{
	position:relative;
}
.top-info p{
	color:#fff;
	margin-bottom:0;
	font-size:12px;
	line-height:35px;
	padding-left:20px;
	position:relative;
	z-index:999;
	/*background:url('images/icon-map.png') left center no-repeat;*/
}
.top-info p a{
	color:#FDC300;
}
.top-info p a:hover{
	color:#fff;
}
#top-menu-links{
	float:left;
	margin-right:10px;
}
#top-menu-links li{
	list-style:none;
	display:inline-block;
}
#top-menu-links a{
	color:#fff;
	text-decoration:none;
}
#top-menu-links a:hover{
	color:#1d93d2;
}
#search{
	float:left;
	margin-right:100px;
	margin-top:-3px;
}
.search-field{
	height:20px;
	background:none;
	border-bottom:1px solid #fff;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0;
	color:#fff;
}
.search-submit{
	background:url('images/icon-search.png') no-repeat!important;
	background-size:cover!important;
	text-indent:-9999px;
	padding:0!important;
	width:22px;
	height:22px;
}
.login{
	color:#151536 ;
	background:#FDC300;
	font-size:12px;
	line-height:28px;
	padding:0 15px 0px 15px;
	text-decoration:none;
	display:inline-block;
	position:absolute;
	top:0;
	z-index:5;
	right:0;/*140px;*/
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
.login:hover{
	padding:5px 15px 5px 15px;
}
.tab-industry{
	color:#151536 ;
	background:#FDC300;
	font-size:12px;
	line-height:28px;
	padding:0 15px 0px 15px;
	text-decoration:none;
	display:inline-block;
	position:absolute;
	top:0;
	z-index:5;
	right:0;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
.tab-industry:hover{
	padding:5px 15px 5px 15px;
}
/* -- social -- */
#social{
	-webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   transition: all .9s ease;
   margin-top:7px;
   height:22px;
   float:left;
   margin-right:20px;
}
.sticky #social{
}
#social li{
	list-style:none;
	margin-left:6px;
	display:inline-block;
	-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
   background-size:cover;
}
#social li a{
	display:block;
	width:22px;
	height:22px;
}
.linkedin{
	background:url('images/icon-linkedin.png') no-repeat;
	background-position:center top;
}
.twitter{
	background:url('images/icon-twitter.png') no-repeat;
	background-position:center top;
}
.youtube{
	background:url('images/icon-youtube.png') no-repeat;
	background-position:center top;
}
#social li:hover{
	background-position:center bottom;
}
/* -- main menu --*/
#main-menu{
	float:right;
	width:78%;
	padding:0;
	text-align:right;
}
#main-menu li{
	list-style:none;
	margin-bottom:0;
	display:inline-block;
	position:relative;
	font-weight:400;
}
#main-menu li a{
	color:#fff;
	font-size:17px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:15px 10px;
}
#main-menu li > a{
	padding:45px 10px 37px 10px;
}
#main-menu li > a:hover, 
#main-menu .current-menu-item > a,
#main-menu .current_page_ancestor > a,
#main-menu .current-page-ancestor > a{
	color:#FDC300!important;
}
/* -- submenu -- */
#main-menu > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top: 100px;
}
#main-menu li ul {
	position:absolute;	
	float:none;
	text-align:left;
	z-index:-1;
	padding:0 ;
	background:#fff;
	visibility: hidden;
	opacity: 0;
	top: 20px;
   -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:before{
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;	
	border-bottom: 15px solid #1D93D2;
	position:absolute;
	left:30px;
	top:5px;
	content:" ";
}
*/
#main-menu li ul li{
	margin-bottom:0;
}
#main-menu li ul li a{
	text-transform:none;
	display:block;
	padding:6px 20px;
	margin-bottom:0;
	min-width:150px;
	font-size:14px;
	transition:none!important;
	color:#fff;
	background:#151536 ;
border-bottom:1px solid #25245f;/*#58758e*/
}
#main-menu li ul li a:hover{
	background:#FDC300;
	color:#151536 !important;
}
#main-menu li ul .current a,
#main-menu li ul .current-menu-item a,
#main-menu li ul .current-page-ancestor a{
	color:#FDC300!important;
}
/* left menu sidebar */
#sidebar-left #main-menu li ul{
	margin:0 0 0 20px;
}
#sidebar-left #main-menu li ul li a{
	border-bottom:1px solid #eee;
}
/* ======= HOME ======= */
/* ====================== */
.page1{
	overflow:hidden;
	position:relative;
}
section.page2{
	/*margin-top:40px;*/
	overflow:hidden;
}
.scroll_link{
	display:block;
	background:url('images/home-arrow-bottom.png') no-repeat center -2px #eee;
	width:65px;
	height:65px;
	border-radius:65px;
	-webkit-border-radius:65px;
	-moz-border-radius:65px;
	position:absolute;
	bottom:-35px;
	left:47.6%;
	z-index:2;
}

/*Focus section home page */
.focus-box{ background-color: #fff; margin: 0 auto; padding: 15px 10px;z-index: 3;}
.focus-link{z-index: 3;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 28%);}
.focus-link:hover {
	-webkit-box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 60%);
	text-decoration: solid;
}
.focus-box h3{font-size: 20px;}
.focus-right{ top: 30%;   
    position: absolute;
    right: 0;
    z-index: 4;    
    width: 15%;}
.focus-right h3{text-transform: uppercase;font-weight: bold;line-height: 22px;}	
.focus-right .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}

.focus-middle{bottom: 10%;   
    position: absolute;
    left: 28.75%;
    z-index: 4;    
    width: 41%;
display: flex;}
.focus-middle .thumb{flex: 35%;}
.focus-middle .focus-content{flex: 65%; padding:0 0 0 3%; }
.focus-middle .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}
.focus-middle h3{text-transform: uppercase;font-weight: bold; margin-top: 0px; }


.focus-sml-box {width: 46%;background-color: #fff; margin:30px auto 30px auto; padding: 15px 10px; position: relative;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);	
	align-items:stretch;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;}
.focus-sml-box a{text-decoration:none;
	display:block;	
	}

.focus-sml-box	.inner-box{display: flex;}
.focus-sml-box	.focus-sml-img{flex: 35%;}
.focus-sml-box	.focus-sml-img img{width: 100%; height: auto;}
.focus-sml-box .focus-content{flex: 65%; padding:0 0 0 3%; }
.focus-sml-box .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}
.focus-sml-box .focus-content h3{text-transform: uppercase;font-weight: bold;margin-top: 0px;}	

@media only screen and (min-width: 1120px) {
	.focus-sml-box{ display:none;}
	.focus-middle{display: flex;}
	.focus-right{display: block;}
}
@media only screen and (max-width: 767px) {
	.focus-sml-box {width: 94%;}
}	
@media only screen and (max-width: 1119px) {
	
	.focus-sml-box{ display:block;}
	.focus-box{display: none;}
}	
/*Focus section home page */
/* ======= SLIDER ======= */
/* ====================== */
/* flexslider*/
#slider {
	width:auto;
	/*min-height: 100%;*/
	min-width:100%;	
	/*overflow:hidden;
	position:relative;*/
}
.flex-viewport{
	max-height:600px;
}
ul.slides li{
	max-height:600px;
    position:relative;
}
#slider .slides img,
#slider > img  {
	width:100%;
}
.flex-caption{
	bottom:0px;
	left:0;
	position:absolute;
	right:0;
	text-align: center;
	height:600px;
	background:url('images/slider-bg.png') center bottom no-repeat;
	background-size:100% auto;
}
.slide-title{
	left: 50%;
    position: absolute;
	z-index:2;
    text-align: center;
    top: 55%;
	transform: translate(-50%, -50%);
	width:100%;
}
#home-header .wrap{
}
.imgbackground{
	position:absolute;
	top:0;
	width:100%;
	height:620px;
	z-index:-10;
}
.cont1,.cont2,.cont3{display:none;}
.imgbackground img{
	width:100%;
	height:auto;
}
.slide-title h1{
	color:#fff;	
	text-transform:uppercase;
	font-weight:800;
	font-size:46px;
	line-height:50px;
	margin-bottom:15px;
}
.slide-title h1 span{
	text-transform:none;
	font-weight:300;
	font-size:50px;
	line-height:68px;
	margin-bottom:-30px;
	display:block;
}
.slide-title .button{
	margin-top:0px;
	display:inline-block;
	background:#FDC300;
	color:#202e55;
}
.slide-title .button:hover{
	background:#1d93d2;
}
.left50{
	float:left;
	width:49%;
}
.left50 .button{
	background:#202e55;
}
.left50 .button:hover{
	background:#FDC300;
}
.right50{
	float:right;
	width:49%;
}
.flex-control-nav{
	bottom:10px!important;
}
.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;
}
.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;
}
.flex-direction-nav a:hover{opacity:1!important;}
/* -- */
.bgvid {
    min-width: 100%;
	background-size:cover;
	z-index:-100;
}
#video-50{
	position:absolute;
	z-index:10;
	right:40px;
	bottom:25px;
}
#video-50:hover{
	opacity:0.5;
}
/* ======= BANNER ======= */
/* ====================== */
#banner{
	height:300px;
	overflow:hidden;
	position:relative;
	margin-top:100px;
}
.pages-intranet-template-default #banner{height: 175px;margin-top: 130px;}
.admin-bar.pages-intranet-template-default #banner{margin-top: 0px;}
#banner img{
	width:100%;
	height:auto;
	margin-top:0px;
}
.banner-title{
	top:55%;	
	left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
	width:100%;
	opacity:1;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}

.banner-title p{	
    margin-bottom: auto;
}	

.banner-title p a{	
    text-decoration: none;
	color: #fff;
    text-transform: uppercase;    
    text-decoration: none;
}

.banner-title p a:hover{
	color: #FDC300;
}		
.banner-title h1{
	color:#fff;	
	text-transform:uppercase;
	font-weight:800;
	font-size:55px;
	line-height:60px;
}
.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:#eee;
}
/* ----------- teasers  ---------- */
/* ------------------------------- */
#home-teasers{
	padding:50px 0px;
	position: relative;
}
#teasers{
}
#teasers li:first-child{
	margin-left:0;
}
#teasers li{
	list-style:none;
	min-height: 470px;
	display:block;
	float:left;
	margin:20px 0 0 1.5%;
	width:23.5%;/*32%;*/
	background:#fff;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}
#teasers li .news-thumb{
	/*height:205px;*/
	height:180px;
	overflow:hidden;
}
#teasers li .news-thumb img{
	width:100%;
	height:auto;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}
#teasers li a{
	display:block;
	text-decoration:none;
}
#teasers li h3{
	font-weight:400;
	padding:0 4% 0 4%;
	min-height:45px;
}
#teasers li p{
	padding:6px 4% 0 4%;
	font-size:16px;
	line-height:20px;
}
#teasers li:hover p{
	color:#b2b2b2;
}
#teasers li:hover .readmore{
	color:#b2b2b2!important;
}
#teasers li:hover{	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
}
#teasers li:hover h3, #teasers li:hover p{
	color:#00598f;
}
#teasers li:hover img{
	transform: scale(1.025);
	-moz-transform: scale(1.025);
	-webkit-transform: scale(1.025);
}
/* --- */
#home-first{
	background:#fff;
	padding-top:20px;
}
.parallax-group {
  position: relative;
}
.parallax-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin-x: 100%; 
}
#home-header{
	height:620px;
	background:url('images/slider-bg.png') center bottom no-repeat;
	background-size:100% auto;
	z-index:90;
    opacity: 1;
    position: absolute;
	top:0px;
}
/* ----------- home NEWS ---------- */
/* ------------------------------- */
.list-news{
	position:relative;
	margin-left:0!important;
}
.list-news li {
	list-style:none;
	display:inline-block;
	float:left;
	margin-left:2%;
	width:23.5%;
	min-height:220px;
	background:none!important;
	padding-left:0!important;
}
.home .list-news li {
	width:48%;
	margin-left:3.5%;
}
.list-news li:nth-of-type(4n+1) {	
	margin-left:0;	
}
.list-news  li:first-child{
	margin-left:0;
}
.home .list-news h3{
	min-height:20px;
	margin:8px 0!important;
}
.list-news h3{
	color:#151536 ;
	font-size:17px;
	min-height: 160px;
	margin:0!important;
}
.list-news li p{
	font-size:14px;
	line-height:24px;
	min-height:100px;
}
.list-news li a{
	text-decoration:none;
	display:block;	
}
.list-news .date{
	/*color:#888;*/
	color:#FDC300;
	font-style:italic;
	font-size:13px;
	display:block;
	margin:0 auto;
	width:100%;
	min-height:1px;
	/*padding-bottom:10px;
	border-bottom:2px solid #ddd;*/
}
.blog .list-news .date{
}
.list-news .thumb{
	overflow:hidden;
	position:relative;
	max-height:180px;
}
.list-news .thumb img{
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	max-width:100%;
	height:auto;
	min-height:174px;
}
.list-news li:hover img{
	transform: scale(1.1);
}
.list-news li:hover .thumb:after {
	bottom:-15px;
}
.list-news li:hover h3,
.list-news li:hover .date{
	color:#FDC300!important;
}
.list-events li:first-child +li+li+li{
	margin-bottom:30px;
}
.list-news .see, .see{
	line-height:18px;
	width:100%;
	text-align:center;
	bottom:15px;
}
.see{
	margin-bottom: 15px;
}
.list-news .seeall{
	text-align:center;
}
.countdown{
	font-size:20px!important;
	color:#fff!important;
}
#countdown{
	color:#fff!important;
	font-size:34px!important;
	font-weight:600!important;
	position:relative;
}
#countdown span{
	font-size:24px!important;
	font-weight:400!important;
	line-height:34px!important;
}
#countdown i{
	width:42px;
	display:inline-block;
}
/* --- single news --- */
.single .thumb{
	float:right;
	margin:0 0 20px 20px;
}
.single .date{
	color:#FDC300;
	font-style:italic;
	font-size:14px;
}
.single-activities .date{
	display:none;
}
.wp-pagenavi{margin:15px 0;}
.single-thumb{
	max-width:450px;
}
/* ------    ACTIVITIES    ------- */
/* ------------------------------- */
.post-type-archive-activities .list-news li{
	min-height:260px;
}
/* ------ home AGENDA ------- */
/* ------------------------------- */
.list-events{
  position: relative;
}
.list-events li:first-child{
	margin:0;
}
.list-events li{
	display:block;
	background:none!important;
	padding-left:0!important;
}
.list-events li a{
	text-decoration:none;
	display:block;
}
.list-events li h3{
	margin-bottom:0;
	font-size:18px;
}
.list-events .date{
 	background: #151536 ;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
	float:left;
	margin-right:2%;
}
.list-events .past-event .date{
	background: #b5b5b5;
}
.list-events .date .day{
	font-weight:700;
	font-size:24px;
}
.list-events .date .year{
	margin-top:-9px;
	display:block;
	font-size:12px;
}
.list-events p{
	font-size:16px;
	margin-bottom:0;
}

p.download-fl{font-size:14px; font-weight: bold; text-decoration: underline;line-height: inherit !important;  min-height: inherit !important;}
p.download-fl.read-more{text-decoration: none !important;}
.list-events .see{
	line-height:18px;
	width:90%;
	text-align:center;
	bottom:15px;
}
.list-events .seeall{
	text-align:center;
}
.list-events li:hover h3,
.list-events li:hover p{
	color:#FDC300;
}
.list-events li:hover .date{
	color:#fff;
	background:#FDC300;
}
/* ------ home content ------- */
/* ------------------------------- */
#home-content{
  padding:50px 0;
}
#home-content .button{
	display:inline-bloc;
}
#home-content ul{
	margin-left:20px;
}
form ul{
	margin-left:0px!important;
}
#home-content ul li,
#page-content ul li{
	list-style:none;
	background:url('images/bullet.png') no-repeat;
	background-size:16px 12px;
	background-position:1px 9px ;
	padding-left:30px;
}
form ul li{
	background:none!important;
	padding-left:0!important;
}
#home-content h3{ 
}
#home-content img{
	margin-left:50px;
}
#home-content p{ 
	font-size:18px;
	line-height:28px;
	color:#6e6666;
}
/* ----------- newsletter  ---------- */
/* ------------------------------- */
#newsletter-subscription{
	background:#FDC300;
	padding:20px 0 15px 0;
}
#newsletter-subscription p{
	float:left;
	color:#202e55;
	/*width:20%;*/
	line-height:22px;
	font-size:18px;
	line-height: 32px;
    margin-bottom: 0;
}
#newsletter-subscription form{
	float:right;
	text-align:justify;
	width:79%;
}
#newsletter-subscription label{
	float:left;
	color:#202e55;
	font-size:12px;
	line-height:15px;
}
#newsletter-subscription input[type="email"],
#newsletter-subscription input[type="text"],
#newsletter-subscription input[type="mail"]{
	background:#fff;
	background:rgba(255,255,255,0.35);
	color:#202e55;
	border:none;
	float:left;
	height:25px;
	margin:2px 1% 2px 0;
	width:15%;
}
#mc_embed_signup input[type="checkbox"]{
	width:30px!important;
	display:inline-block!important;
}
#newsletter-subscription button[type="submit"],
#newsletter-subscription input[type="submit"]{
	background:#202e55;
	float:right;
	margin:-30px 0 0 0;
	text-transform:uppercase;
	font-family:"Raleway",sans-serif;
}
#newsletter-subscription button[type="submit"]:hover,
#newsletter-subscription input[type="submit"]:hover{
	background:#1d93d2;
}
#mce-responses{
	margin-left:-20%;
	margin-top:5px;
}
/* ======= PAGE CONTENT ======= */
/* ============================ */
#sidebar-left{
	width:22%;
	float:left;
	margin-right:2.7%;
}
#content-right{
	width:75%;
	float:right;
}
#page-content{
	padding:30px 0;
}
.post-type-archive-events #page-content h1{
	text-align:left;
}
#page-content h1{
	text-align:center;
}
#page-content h2{
	line-height:30px;
	color:#504a4a;
	font-size:26px;
	margin:0 0 20px;
	font-weight:600;
	margin-top:25px;
}
#page-content ul, #page-content ol{
	margin-left:20px;
}
#page-content ul li, #page-content ol li{
	line-height:28px;
}
#page-content h3{
	font-size:22px;
	line-height:26px;
	color:#151536  ;
	margin:26px 0 15px 0;
}
/* --- teasers content --- */
#teasers-content{
	margin:0 0 25px 0!important;
}
#teasers-content li{
	background:none!important;
	display:inline-block;
	padding-left:0!important;
	width:48%;
	margin:0.5%;
	background:#ddd!important;
	color:#666;
	text-align:center;
}
.page-id-34 #teasers-content li{
	width:100%;
}
#teasers-content > li > a{
	display:block;
	font-size:24px;
	color:#666;
	text-decoration:none;
	text-align:center;
	padding:20px 4% 20px;
	position:relative;
}

.single-pages-intranet #teasers-content > li > a{height: 48px;}
#teasers-content p{
	margin:0;
	padding:20px 0;
	font-size:24px;
}
#teasers-content > li ul{
	width:90%;
	margin:0 auto 20px!important;
	display:inline-block;
}
#teasers-content > li li > a{
	
	display:block;
	background:#fff;
	font-size:18px;
	color:#666;
	padding:6px 4% 6px;
	text-decoration:none;
	text-align:center;

}
#teasers-content li a:hover{
	background:#FDC300;
	color:#151536 ;
}
#teasers-content li a:after,
.join-button:after{
	background:url('images/bloc-arrow.png') no-repeat;
	height:30px;
	width:30px;
	background-size:cover;
	position:absolute;
	content:" ";
	bottom:15px;
	right:50%;
	display:none;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
#teasers-content li a:hover:after,
.join-button:hover:after{
	opacity:1;
	right:20px;
	display:block;
}
.join-button{
	display:block;
	float:right;
	margin:0 0 20px 20px;
	background:#151536 ;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:50px 4%;
	position:relative;
}
.join-button:hover{
	background:#FDC300;
	color:#151536 ;
}
.single-pages-intranet  #page-content h1{text-align: left;}
#sidebar-left #main-menu li a{line-height:22px;font-weight: 600;}
/* ---- download publications protected ---- */
.single-pages-intranet #content-right a[href$= ".pdf"],
.single-pages-intranet #content-right a[href$= ".doc"],
.single-pages-intranet #content-right a[href$= ".pptx"],
.single-pages-intranet #content-right a[href$= ".xps"],
.single-pages-intranet #content-right a[href$= ".xlsx"],
.post-type-archive-tc-cc-member #content-right a,
.download-protected{
	background:url('images/icon-download-protected.png') left center no-repeat!important;	
	background-size:49px 25px!important;
	opacity:0.55;
	display:bock;
	padding:1px 0 2px 65px;
	line-height:40px;
	text-decoration:none;
	color:#6e6666;
}
.wp-block-file a[href$= ".pdf"],
.wp-block-file a[href$= ".doc"],
.wp-block-file a[href$= ".pptx"],
.wp-block-file a[href$= ".xps"],
.wp-block-file a[href$= ".xlsx"],
.download{
	background:url('images/icon-download.png') left top no-repeat;	
	/*background-size:50px 47px;*/
	background-size: 49px 48px; 
	display:bock;
	padding: 2px 3px 1px 34px;
    line-height: 28px;
	text-decoration:none;
	color:#6e6666;
	image-rendering: -webkit-optimize-contrast; /* chrome flou */
	font-size: 18px;
}

#page-content p a[href$= ".pdf"],
#page-content p a[href$= ".doc"],
#page-content p a[href$= ".pptx"],
#page-content p a[href$= ".xps"],
#page-content p a[href$= ".xlsx"],
.download{
	background:url('images/icon-download.png') left top no-repeat;	
	/*background-size:50px 47px;*/
	background-size:49px 48px;
	display:bock;
	padding: 2px 3px 1px 34px;
    line-height: 28px;
	text-decoration:none;
	color:#6e6666;
	image-rendering: -webkit-optimize-contrast; /* chrome flou */
}

.single-pages-intranet #content-right .wp-block-file a[href$= ".pdf"]:hover,
.single-pages-intranet #content-right .wp-block-file a[href$= ".doc"]:hover,
.single-pages-intranet #content-right .wp-block-file a[href$= ".pptx"]:hover,
.single-pages-intranet #content-right .wp-block-file a[href$= ".xps"]:hover,
.single-pages-intranet #content-right .wp-block-file a[href$= ".xlsx"]:hover,
.page-id-92 #content-full .wp-block-file a:hover,
#page-content .wp-block-file a[href$= ".pdf"]:hover,
#page-content .wp-block-file a[href$= ".doc"]:hover,
#page-content .wp-block-file a[href$= ".pptx"]:hover,
#page-content .wp-block-file a[href$= ".xps"]:hover,
#page-content .wp-block-file a[href$= ".xlsx"]:hover,
.download:hover{
	color:#FDC300!important;
	background:url('images/icon-download.png') left top no-repeat!important;	
	/*background-size:50px 47px!important;*/
    background-size: 49px 48px!important;
	background-position:left bottom!important;
	opacity:1!important;
	font-size: 18px;
}

.single-pages-intranet #content-right p a[href$= ".pdf"]:hover,
.single-pages-intranet #content-right p a[href$= ".doc"]:hover,
.single-pages-intranet #content-right p a[href$= ".pptx"]:hover,
.single-pages-intranet #content-right p a[href$= ".xps"]:hover,
.single-pages-intranet #content-right p a[href$= ".xlsx"]:hover,
.page-id-92 #content-full p a:hover,
#page-content p a[href$= ".pdf"]:hover,
#page-content p a[href$= ".doc"]:hover,
#page-content p a[href$= ".pptx"]:hover,
#page-content p a[href$= ".xps"]:hover,
#page-content p a[href$= ".xlsx"]:hover,
.download:hover{
	color:#FDC300!important;
	background:url('images/icon-download.png') left top no-repeat!important;	
	/*background-size:50px 47px!important;*/
    background-size:49px 48px!important;
	background-position:left bottom!important;
	opacity:1!important;
}

#content-full{
	min-height:450px;
}
/* member country list */
.title-country{
	margin-top:35px!important;
}
#members-list{
	margin-left:0!important;margin-bottom: 25px;
}
#members-list li{
	background:none!important;
	padding-left:0!important;
}
.description {
    float: right;
    max-width: 88%;
	width: 88%;
}
.border-img {
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
    margin-right: 15px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
}
.border-img img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.postid-314 .su-row a{
line-height:19px;
}
.hr-line{border-top: 1px solid #ccc;clear: both;}
/* --- ACCORDION --- */
.wp-block-pb-accordion-item{
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
.title_code{
	border-bottom:1px solid #999;
	padding:10px 55px 10px 0;
	margin-bottom:15px;
	position:relative;
	color:#5a5a5a;
	font-size:24px;
}
.title_code:after{
	content:" +";
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:30px;
	font-family:"Open Sans Condensed",Arial,sans-serif;
	background:#151536 ;
	padding:10px 13px;
}
.on:after{
	content:" -";
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:30px;
	font-family:"Open Sans Condensed",Arial,sans-serif;
	padding:10px 15px;
	background:#FDC300;
}
.title_code:hover{
	cursor:pointer;
}
.content_code{
	color:#6b6b6b;
	line-height:24px;
}
.content_code ul{
	padding-left:20px;
	margin-bottom:20px;
}
.content_code a img{
	vertical-align:middle;
}
.wp-pagenavi{
	text-align:center;
}
/* ---- BOOKING --- */
.gform_wrapper input#gf_coupon_button.button{
	border: 0!important;
	padding: 4px 20px!important;
	background: #FDC300!important;
}
.gform_wrapper input#gf_coupon_button.button:hover{
	background: #1d93d2!important;
	cursor:pointer!important;
}

/* ---- TABLES ----- */
table{
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	max-width:100%;
	min-width:100%;
	margin:35px 0;
}
table th{
	background:#e8e3e3;
	color:#666;
	font-weight:bold;
	position:relative;
	font-size:15px;
	padding:7px 5px 7px 5px;
}
table td{
	padding:1%;
	border-left:1px solid #e9e9e9;
	vertical-align:middle;
}
table tr:nth-child(2n+1) td{
	background:#f8f8f8;
}
/* ======= SEARCH ====== */
/* ==================== */
#list-result{
	margin-left:0!important;
}
#list-result li{
	list-style:none;
	background:none!important;
	padding-left:0!important;
}
#list-result li a{
	text-decoration:none;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	display:block;
}
#list-result li a:hover h3{
	color:#096DB5;
}
#list-result li a:hover p{
	color:#999;
	font-style:italic;
}
/* ======= PUBLICATIONS ====== */
/* ==================== */
#list-publications{
	margin-left:0!important;
}
#list-publications > li{
	list-style:none;
	background:none!important;
	padding-left:0!important;
		padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
#list-publications li .list-link{
	text-decoration:none;
	display:block;
}
#list-publications li .col-right{
	width:80%;
	float:right;
}
#list-publications li .thumb{
	float:left;
	width:18%;
	max-width:210px;
	margin-right:1.8%;
}
#list-publications li .thumb img{
	height:auto;
	width:100%;
	border:1px solid #ddd;
}
#list-publications li a:hover h3{
	color:#096DB5;
}
#list-publications li .col-right h3{
	margin-top:0;
}
#list-publications h3 .date{
	color:#247DBD;
	margin-right:20px;
}
#list-publications .button{
	display:inline-block;
}
#list-publications li .list-link:hover p{
	color:#999;
	/*font-style:italic;*/
}
#list-publications li .list-link:hover .button{
	color:#fff;
	font-style:normal;
	background:#FDC300;
}
.term-position-papers #list-publications h3 {
	background:url('images/download-arrow.png') bottom right no-repeat;
	padding:3px 25px 3px 0;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	font-size:18px;
}
.term-position-papers #list-publications li:hover h3 {
	background:url('images/download-arrow.png') top right no-repeat;
}
/* ======= SIDEBAR ====== */
/* ==================== */
#sidebar-left #main-menu{
	text-align:left;
	float:none;
	margin-top:0px;
	padding-top:0;
	margin-left:0;
	top:0;
}
#sidebar-left #main-menu li{
	display:block;
	list-style:none;
	background:none;
	padding-left:0;
}
#sidebar-left #main-menu li > a {
    padding: 5px 0 5px 10px;
}
#sidebar-left #main-menu a{
	color:#151536 ;
	min-width:10px;
	background:none;
}
#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;
}
#sidebar-left #main-menu li a:hover{
	color:#1d93d2; 
}
#sidebar-left #main-menu .current-menu-item > a{
	background: rgba(9, 109, 181, 0.1) none repeat scroll 0 0;
    color: #151536 !important;
}
h1 .pdflink{
	padding: 0 0 0 30px!important;
}
/* ======= INTRANET ====== */
/* ==================== */
.pages-intranet-template-default h1 span{
	font-weight:300;
}
.post-type-archive-tc-cc-member .new{
	position:relative;	
}
.post-type-archive-tc-cc-member .new:before{
	content:'';
	background:url('images/new-icon.jpg')no-repeat;
	position:absolute;
	top:11px;
	right:56px;
	height:17px;
	width:56px;
}
/* ======= FORMS ====== */
/* ==================== */
label{
	color:#999;
	line-height:26px;
	margin-right:10px;
	margin-top:10px;
	display:block;
}
input[type="text"], input[type="email"], input[type="mail"],input[type="password"]{
	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;
	line-height:16px;
	font-size:14px;
	color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
}
button[type="submit"],
input[type="submit"]{
	margin:10px 0;
	text-align:left;
	background:#FDC300;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#1d93d2;
}
.newsletter-footer-btn{
	float:right;
	margin-top:0;
}
/* ======= FOOTER ======= */
/* ====================== */
#footer{
	padding-bottom:50px;
  background:#202125;
  position: relative;
  border-top: 5px solid #009FE3;
}
.footer-pages{
	height:300px!important;
}
#footer-blocks{
	padding-top:60px;
}
#footer-blocks li{
	list-style:none;
	display:inline-block;
}
#footer-blocks li a{
	color:#FDC300;
	text-decoration:none;
}
#footer-blocks p{
	color:#fff;
	line-height:24px;
	font-size:14px;
	margin-bottom:0;
}
#footer-blocks > li:first-child{
	width:24%;
}
#footer-blocks > li:first-child +li{
	border-left:4px solid #FDC300;
	padding-left:20px;
	width:25%;
}
#footer-blocks > li:first-child +li +li{
	padding-left:20px;
	width:15%;
	float:right;
	margin-left:4%;
}
#footer-blocks > li:first-child +li +li +li{
	padding-left:20px;
	width:20%;
	float:right;
}
#footer-blocks ul li{
	display:block;
	line-height:24px;
}
#footer-blocks ul li a{
	text-decoration:none;
	color:#fff;
}
#footer a:hover{
	color: #FDC300;
}
.copyright{
	color:#b5b5b6;
	position:absolute;
	z-index:2;
	font-size:12px;
	bottom:15px;
	margin-bottom:0;
	width:1150px;
}
.alys{
	right:0;
	position:absolute;
	text-decoration:none;
	color:#b5b5b6;
}
/* -------------------------------- 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;}
/* ------------------------  grands ecrans  -------------------------------- */
@media only screen and (min-width: 1200px) {
	#slider{margin-top:100px;}
}
/* ------------------------  video  -------------------------------- */
@media only screen and (max-width: 750px){
	}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1350px){
	.wrap{width:90%;}
	.copyright{width:85%;}
	#home-heade, #slider{height:560px;margin-top: 90px;}
	.slide-title h1{margin-bottom:10px;}
	#newsletter-subscription p{font-size:18px;}
	#main-menu li > a {font-size:16px; }
}
@media only screen and (min-width: 769px){
	.logo img{width:auto;height:60px;}
}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1100px){
	/* home */
	#home-header h1, .banner-title h1{font-size:40px;}
	#home-header , #slider{height: 480px;}
	#main-menu{text-align:left;width:75%;}
	#home-news-events .news-block{width:31.2%}
	#main-menu li > a { padding: 35px 10px;font-size:12px;}
	/* sous-menu */
	#header #main-menu li ul{display:none;top:90px; opacity: 1;visibility: visible;z-index: 1;position:absolute;box-shadow:none!important;} 
	#header #main-menu li ul li a{font-size:15px;color:#fff;}
	.login{padding:0;color:#FDC300;background:none;}
	.logo{width:150px;}
	
	#teasers li{min-height:415x;}
	#teasers li .news-thumb{height:105px;}
	#teasers li h3{font-size:16px;min-height:10px;}
	#teasers li p{font-size:13px;line-height:18px;}
	
	.list-news{min-height:540px;}
	.list-news li{display:block;float:none;width:100%;margin-left:0;}
	.home .list-news li {width: 100%!important;min-height:80px;}
	.list-news .seeall{font-size:12px;}
	.left50,.right50{width:48%;}
	/* pages */
	.description {width: 85%;}
	#banner {height: 305px;}
	#video-50{display:none;}
	/* footer */
	#footer-blocks > li p{font-size:12px;line-height:18px;}
	#footer-blocks > li:first-child{width:15%;}
	#footer-blocks > li:first-child img{width:100%;auto;}
	#footer-blocks > li:first-child + li + li {margin-left: 4%;width: 20%;}
	#newsletter-subscription p{font-size:16px;}
}
/* ------------------------  iphone  -------------------------------- */
@media only screen and (min-width: 200px) and (max-width: 768px){
/* --- menu principal dropdown mobile ---  */
	a#pull { display:block;background:url('images/nav-mobile.png') right center no-repeat ; height:50px; width:90px; position:absolute;z-index:20;top:35px;right:0;outline:none;}
	.nav-list {display:none; }
	#main-menu{text-align:center;margin:0;position:absolute;top:110px;padding-top:0px;z-index:300;background:#151536 ;width: 111.3%;left:-6%;}
	#main-menu li{display:block;padding-left:0;margin:0;}
	#main-menu li a{max-width:100%;margin:0;border-bottom:1px solid #194b78;background: #151536 ;padding:20px 0px;}
	#main-menu .current{}
	#main-menu .current a{color:#78d0ff;}
	/*#header #main-menu li ul{display:none;}*/
	/* sous-menu */
	#header #main-menu li ul{display:none;top:0; opacity: 1;visibility: visible;z-index: 1;position:relative;background:#184974;text-align:center;} 
	#header #main-menu li ul li a{font-size:15px;color:#fff;border-bottom:1px solid #194b78;background:#184974}
	.wrap{width:90%;}
	.copyright{width:85%;}
	#page-content img{max-width:100%;}
	#page-content h1{font-size:22px;line-height:24px;}
	/* head*/
	.top-info p{display:none;}
	.logo{float:none;width:145px;padding: 40px 0 35px 0;}
	#top-menu {float:none;height:20px;padding: 10px 0;width:100%;}
	.login {float: right;color:#FDC300;background:none;padding:0;line-height:18px;}
	#home-header, #slider{height:180px;max-height:180px;margin-top:100px;}
	#video-50{width:40px;right:20px;bottom:70px;}
	#video-50 img{width:100%;height:auto;}
	.flex-direction-nav{display:none;}
	.imgbackground{height:330px;}
	.imgbackground img{height:100%;width:auto;}
	.slide-title {top:75%;}
	.slide-title h1,.slide-title h1 span{font-size:18px!important;line-height:20px;margin-bottom:0!important;}
	.slide-title h1 span{margin-bottom:-10px!important;}
	.slide-title .button{font-size:12px; padding: 6px 40px;margin-top:0px;}
	#banner{height: 160px;}
	.pages-intranet-template-default #banner {height: 110px;}
	#banner img {height:auto;width:  100%;}
	#social {right:105px;top:30px;margin-top:0;}
	#social li {display:inline-block;margin:0 0 0 5px;height:22px;}
	.login{padding-bottom:10px;}
	/* home */
	#home-header,#home-teasers, #home-newsletter, #home-news, #home-news-events, #home-content, #footer{overflow:hidden;}
	#home-header h1, .banner-title h1, .slide-title{font-size:30px;width:90%;margin:0 auto;}
	.flex-caption{background-size:cover;}
	#home-content img{float:none!important;margin:0!important;max-width:100%;}
	#home-teasers {padding: 20px 0px;}
	#teasers li{width:100%;margin: 20px 0 0 0; min-height: auto;}
	#teasers li h3{min-height:10px;}
	.home .list-news li {width: 100%!important;margin:0;min-height:80px;}
	.list-news .thumb{max-width:400px;}
	.list-news li{margin:0 0 20px 0;width:100%;display:block;float:none;min-height:80px;}
	.list-news .thumb::after{background-size:100%;}
	.parallax {	overflow:visible;perspective:none;}
	
	#home-content{background:#fff;}
	#content-full{padding-top:35px;}
	#home-twitter{padding: 30px 20px;margin-top:20px;}
	.tweet_data { font-size: 22px!important;line-height: 28px!important;}
	#video-50,.scroll_link{display:none;}
	/* page */
	.left50,.right50{float:none;width:100%;}
	.right50{margin-top:25px;}
	#page-content {padding: 0 0 20px 0;}
	#page-content h2{font-size:20px;}
	#content-right {float: none;width: 100%;padding-top:30px;}
	.inner-news-block .news-block{width:100%!important;}
	#teasers-content li a{min-height: 60px;font-size: 20px;}
	/* resources */
	#list-publications li .col-right{width:100%;float:none;}
	#list-publications li .thumb{float:none;width:70%;max-width:210px;margin:0 auto 10px;}
	#list-publications h3 .date{font-size:14px;}
	.term-position-papers #list-publications h3{background:none;}
	/* members */
	.page-template-temp-members .join-button{float:none;margin-left:0;}
	.page-template-temp-members .description { max-width: 60%;float:left;}
	.page-template-temp-members .border-img{float: right; margin-left: 15px;}
	.page-template-temp-members .description p, .page-template-temp-members .description h4{font-size:14px;line-height:18px;}
	/* sidebar */
	#sidebar-left {float: none; width: 100%;}
	#sidebar-left #main-menu{position:relative;width:100%;background:none;}
	#sidebar-left #main-menu li a { border-bottom: 1px solid #ddd;}
	/* */
	#newsletter-subscription input[type="email"], #newsletter-subscription input[type="text"], #newsletter-subscription input[type="mail"]{width:95%;}
	input[type="text"], input[type="email"], input[type="mail"], input[type="password"], textarea{max-width:90%;}
	newsletter-footer-btn{float:none;}
	/* footer */
	#footer, .footer-pages{height:auto;}
	#footer-blocks > li:first-child + li + li,#footer-blocks > li:first-child + li + li +li {float:none;}
	#footer-blocks > li{display:block;width:90%!important;margin:0 0 20px 0!important;text-align:left!important;}
	#newsletter-subscription p{font-size:16px;float:none;width:100%;text-align:center;}
	#newsletter-subscription form{float:none;width:100%;}
	#newsletter-subscription input[type="submit"] {float:none;width:100%;margin-top:10px;}
	#footer-teasers li{width:45%;}
	.copyright{width:75%;}
}

/* ---------------------------------- */
/* --------- WP5 gutenberg----------- */
.wp-block-file .wp-block-file__button{
	display:none; /* hide default gutenberg download button */
}

/* ---------gravity form----------- */
#gform_wrapper_6 input[type="text"], #gform_wrapper_6 input[type="email"], #gform_wrapper_6 input[type="mail"], #gform_wrapper_6 input[type="password"] {

	height: 28px;
}

#gform_wrapper_6 .gfield_validation_message{
	display: none;
}

.gform_confirmation_message_6{font-size: 18px;}