body {
	background-color: #F1F2F2;
	font-family: 'robotoregular';
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'robotoregular'; 
}

h1 {

}
#tx_indexedsearch {
/*  display:none; */
}
.main-nav-container{
		margin-bottom:0px;		
	}

.centercontent ul, .detailsbis ul {
  list-style-image: url('../img/bulletpoint.png');
  
}

.centercontent ul li {
    margin-top:25px;
}
.centercontent ul {
  margin-bottom:35px;
}
.none{
	display:none!important;;
	margin-top:0
}

/*header inline style*/

.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*------------------------------------
//////////////////////////////////////
 BREADCRUMB
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------*/

.head-menu-bread, .head-menu-bread a{
	color: #808285;
	font-family: 'robotolight';
	font-size: 20px;
	border-bottom: dashed 1px #0083B3;
	padding-bottom:10px;
	text-decoration:none;
	
}
.head-menu-bread a {
  	border-bottom: dashed 0px #0083B3;

}
.head-menu-bread cite{
	color: #0083B3;
	font-family: 'robotolight';
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	
}

/*------------------------------------
//////////////////////////////////////
 MAIN CONTENT
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------*/

hgroup h1 a {
	color: #808285;
	font-family: 'robotolight';
	font-size: 37px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

h2.viewall {
	font-size: 0.9em;
	text-align: right;
	margin-top: -60px;
	font-size:12px;
}

h2.viewall a {
	color: #0E5688;
	text-decoration: none;
	text-transform: capitalize;
}

hgroup h1 a:hover,
hgroup h2 a:hover {
	text-decoration: none;
}

h1 {
	color: #808285;
	border-bottom: solid 7px #BCBEC0;
	font-family: 'robotolight';
	font-size: 37px;
	margin-bottom: 30px;
	text-transform: uppercase;
}


h3b, h3b a {
	color: #808285;
	border-bottom: solid 7px #BCBEC0;
	font-family: 'robotolight';
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}


h2,h3, h3 a {
	color: #808285;
	border-bottom: 0px;
	font-family: 'robotolight';
	font-size: 14px;
	margin-bottom: 30px;
	text-decoration:none;
	text-transform: none;
color: #0E5688;
font-size: 1.1em !important;
line-height: 1.4em;
margin-bottom: 20px;	
	font-weight:bold;

}

h2 {
 
  font-size: 40px;
  text-transform: uppercase;
  font-weight:bold;
}

h4 {
	color: #0E5688;
	font-size: .9em!important;
	line-height: 1.4em;
	margin-bottom: 20px;
}
h5 {
	font-size:0.9em;
	color: #0083B3;
}

hr { height:1px; background-color:#888;};

p {
	font-size: 0.9em;
	text-align: justify;
	margin-bottom: 16px;
}

a {
	color: #0E5688;
}

a:hover {
	text-decoration: underline;
}

.sub-menu-page ul li{
	list-style-type:none;
	text-transform:uppercase;
	line-height:2em;
	}
.sub-menu-page ul li a{
	text-decoration:none;
	color:#808285;
	}
.sub-menu-page ul li a:hover{
	text-decoration:underline;
	color:#0083B3;
	font-weight:bold;
	}
.sub-menu-page ul li.active a{
	color:#0083B3!important;
	font-weight:bold;
	text-decoration:underline;
	}
.sub-menu-page ul li ul li, .sub-menu-page ul li.active ul li{
    padding-left:20px;
    font-size:0.7em;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dashBot{
	border-bottom:1px dashed #0083B3; 
	height:auto;
	width:100%;
}
#gallery-content img{
	margin-bottom:0!important;
	width:100%;
}
.divideGray{
	border-bottom: solid 7px #BCBEC0;
}
.divideGraySmall{
	border-bottom: solid 3px #BCBEC0;
}
.tweet-more{
	height:20px;
	width:100%;
	margin-bottom:20px;
}

/*------------------------------------
//////////////////////////////////////
 HOVER IMAGE EFFET 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------*/
.wrap {
    overflow: hidden;
    width: 840px;
    margin: auto;
  }

  .tint {
    position: relative;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
   
  }
  
  .tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  .tint:hover:before {
    background: #0083B3;
	opacity:0.7;
  }


/*------------------------------------
//////////////////////////////////////
 HEADER 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------*/

.header-container,
.footer-container {
	background-color: #0E5688;
	padding: 0;
	position:relative;
	z-index:9999;	
}
.header{	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.5);}
.footer-container {
	padding-bottom: 0;
}

.main-slogan{
	padding-top:5px;
	padding-bottom:5px;
	background: #0083b3;
}
.slogan{
	/*background-color:#0E5688;*/
	height:auto;
	z-index:1000000;
	text-align:center;
}
.slogan h3 {
    color: #FFFFFF !important;
    font-size: 1.2em !important;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 7px;
    text-align: left;
}
.hidden{
	text-indent:-100000px;
	margin-right: -118px;
}
.top-nav-socials{
	padding-right:20px;
	/*list-style: none !important;*/
}
.top-nav-socials img{
	float:right;
	/*margin-top:2px;*/
	margin-right:10px;
	border:2px solid white;
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
}
.top-nav-socials img:hover{
	  opacity:.6;
      transition:opacity .55s ease-in-out;
	 -moz-transition:opacity .55s ease-in-out;
	 -webkit-transition:opacity .55s ease-in-out;
	 -ms-transition:opacity .55s ease-in-out;
	 -o-transition:opacity .55s ease-in-out;
}

.slideMembers {
  padding-top:10px;
}
/*------------------------------------
 TOP NAVIGATION
--------------------------------------*/
.top-nav {
	padding: 10px 138px  0;
	margin:0 auto;
}

.top-nav .grid3 > div {
	width: auto;
	float: left;
}
.lang {float: right !important;}
.search {float: right !important;}
/*.links{margin-left: 100px;}*/
.links ul li,
.lang ul li {
	display: inline;
}

.links ul li {
	margin-left: 30px;
}

.links ul li:first-child {
	margin-left: -5px;
  
}

.links ul li a,
.lang ul li a {
	color: #FFF;
	font-family: 'robotoregular';
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

.links ul li a:hover,
.lang ul li a:hover {
	color: #FFD900;
}
.fr:after {
    color: #FFFFFF;
    content: "|";
    font-size: 15px;
    margin-left: 14px;
    margin-right: 9px;
}

.lang ul li:nth-child(3) {
	margin-left: 30px;
}

.search input#inputText {
	background: url(../img/search-icon.png) no-repeat left #FFF;
	padding-left: 25px;
	border: solid 1px #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
}

div.lang .txtright li a img{ margin-right: 15px;}

/*------------------------------------
 MAIN NAVIGATION
--------------------------------------*/
/*.main-nav {
	background-color: #F1F2F2;
}

.main-nav div {
	position: relative;
}
/*
.main-nav #logo {
	background: url('../img/ebc-logo.png') no-repeat;
	margin-top: -50px;
	height: 185px;
	position: absolute;
	width: 185px;
	z-index: 1;
}

.main-nav ul {
	padding: 20px 0;
	text-align: right;
}

.main-nav ul li {
	display: inline;
	margin-left: 43px;
}

.main-nav ul li:first-child {
	margin-left: 0;
}

.main-nav ul li a {
	color: #21409A;
	font-family: 'robotoregular';
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
}	*/

.main-nav-container {
	height: 51px;
	padding-bottom: 80px;
	padding-top:20px;
	background-color: #F1F2F2;
	/*border-bottom: solid 7px #0E5688;*/

}

.flexnav {

}

.flexnav,
.flexnav ul {
	padding-left: 0;
	margin-bottom:40px;
}

.flexnav li.logo {
	background: none;
	margin-right: 20px;
	margin-bottom: -69px;
}

.flexnav li.logo h1 {
	font-size: 0;
	margin-top: -20px;
}

.flexnav li.logo a {
	background: none;
}
.slider {
    opacity:0;
}
.bxslider,.bx-controls{
		display:block;
	}
.bx-wrapper {
	z-index: 1000;
	position: absolute;
	display: block;
}

/*
.logo {
	position: absolute;
	z-index: 1000000;
	margin-top: -50px !important;
}*/

/*.header div.line div.grid3 div.left{margin-left: -200px;}*/

.test {
	margin-left: 100px;
}


/*------------------------------------
//////////////////////////////////////
 CONTAINER
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------*/
bx
.mw1140p,
.container {
	margin: 0 auto;
}
#logoRwd {
display:none;
	}
#logo {
  border-width:0px;
}
.info {
	margin-bottom: 30px;
}

.info > div {
	min-height: 360px;
}

.info img {
	margin-bottom: 16px;
}

.grid3:last-child {
	border-left: none;
}

.pa2 {
	padding-top: 0;
}

.br {
	border-right: dashed 1px #BCBEC0;
}
.equalheight{
	position:relative;
}

#article p:last-of-type{
	margin-bottom:30px!important;
}

.articleBot{
position: absolute;
bottom: 0;
width: 100%;
padding-right: 40px;
margin-top:20px;
}
.tweet {
	background: url(/fileadmin/templates/img/share_twitter.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
}
.share-linkedin{
	background: url(../img/share_linkedin.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
	margin-left:20px;
}
.share-facebook{
	background: url(../img/share_facebook.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
	margin-left:20px;
}
.share-mail{
	background: url(../img/share_mail.png) no-repeat;
	width: 20px;
	height: 16px;
	display: inline-block;
	float: left;
	margin-left:20px;
}
.more {
	display: inline-block;
	float:right;
	font-family: 'robotolight';
	font-size: 1.1em;
	text-align: right;
	text-decoration: none;
	
}

/* PAGE TYPE*/
.printicon{display:inline-flex;float:right;color:#00aeef;}
.printicon img{
	width: 24px;
	vertical-align: middle;
	margin-left:10px;
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
}
.printicon img:hover{
	  opacity:.6;
      transition:opacity .55s ease-in-out;
	 -moz-transition:opacity .55s ease-in-out;
	 -webkit-transition:opacity .55s ease-in-out;
	 -ms-transition:opacity .55s ease-in-out;
	 -o-transition:opacity .55s ease-in-out;
}

#page_type{margin-top:20px!important;}
#features{}
#features a img{
	border: 1px solid #ccc;
	margin-bottom: 10px!important;	
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
}
#features a img:hover{
	  opacity:.6;
      transition:opacity .55s ease-in-out;
	 -moz-transition:opacity .55s ease-in-out;
	 -webkit-transition:opacity .55s ease-in-out;
	 -ms-transition:opacity .55s ease-in-out;
	 -o-transition:opacity .55s ease-in-out;
}

#features .ban:last-child{
	border-bottom:none;
}
.ban{
	border-bottom: solid 1px #888;
	margin-top: 10px;
}
#features h3{
	margin-bottom:5px!important;
}
.moreDetails{
	margin-bottom:20px;
}
.moreDetails, .moreDetails .grid2{
	margin-left:0;
}
.detailsbis {
    background: none repeat scroll 0% 0% #DDD;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top:20px;
}
.grid2 .details{
	width:49%!important
}
.rightContent{
	margin-left:2%;
	padding-top:10px;
	padding-right:20px;
}
.details{
	background: #ddd;
	border-radius: 5px;
	
}
.detailsbis{
	background: #ddd;
	border-radius: 5px;
	padding:20px;
	margin-bottom:20px;
}
.detailsbis h3{
	margin-bottom: 10px;
color: #00aeef;
}

.dashBot {
    margin-top:20px;
}
.details-content{
	margin-top:0;
}
.leftContent{
	margin-left:0!important;
	padding-top:10px;
	padding-right:20px;

}
.leftContent a,.rightContent a{
	text-decoration: none;
}
.leftContent h3, .rightContent h3{
	margin-bottom:10px;
	color:#00aeef;
}
.leftContent p,.rightContent p{
	
}
/*------------------------------------
TWITTER BOX
--------------------------------------*/
#twitter-widget-0{
	border:1px solid #ccc!important;
	}
/*
.container .row {
	margin-left: -20px;
}

.container .row .col {
	padding-left: 20px;
	padding-right: 20px;
	border-right: dashed 1px #ccc;
}

.container .row .col:last-child {
	padding-left: 20px;
	padding-right: 0;
	border-right: none;
}*/

.container {
	margin-top: 300px;
}

/*------------------------------------
//////////////////////////////////////
 TYPO 3
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------*/

span.news-latest-date {
	color: #0083B3;
}
.news-single-item {
  min-height:600px;
}
/*------------------------------------
//////////////////////////////////////
 MEMBERS PAGER
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------*/
.members {
	border-top: solid 7px #BCBEC0;
	border-bottom: solid 7px #BCBEC0;
	background: #FFF;
	margin-bottom: 30px;
	min-height:165px;
}
.members .bx-pager,.membersRwd{
	display:none;
}
.members .bx-wrapper img{

padding-left:40px;


}

/*.members .bx-wrapper .bx-controls-direction a {

top: 90%;

}*/


/*------------------------------------
//////////////////////////////////////
 FOOTER
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------*/

footer .mb1, .mbs {
    margin-bottom: 5px;
}

.infoaddress li{line-height: 1.7em;}

footer form {margin-bottom: 28px;}

.disclaimer {
	text-align: center;
	background: #F1F2F2;
	border-top: solid 20px #0E5688;
	padding: 5px 10px 5px 10px;
}

footer ul li a[href="mailto:secretariat@eubuilders.org"] {font-size: 1em;}

.disclaimer li {
	display: inline;
	text-align: center;
}

.disclaimer li:after {
	content: '\7C';
	color: #0E5688;
	font-size: 22px;
	margin: 0 20px;
}

.disclaimer li:last-child:after {
	content: none;
}

.disclaimer li a {
	color: #0E5688;
}


footer ul {
	padding-left: 0;
}

footer ul li {
	list-style-type: none;
}

#footmainnav a, footer ul li,
footer ul li a,
footer h3  {
	color: #FFF !important;
	font-family: 'robotoregular';
	/*text-transform: capitalize;*/
	text-decoration: none;
	font-weight: normal;
}

footer h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
	font-size:0.9em
footer ul li a,
footer address ul li:first-child {
	font-size: 1.3em;
}

footer address {
	font-style: normal;
}

footer address ul li {
	text-transform: capitalize;
	margin-bottom: 4px;
}

footer address ul li a {
	font-size: inherit;
	color: #00AEEF;
	text-transform: lowercase;
}

footer .grid .grid4 div:nth-child(1),
footer .grid .grid4 div:nth-child(2) {
	width: 15%;
}

footer .grid .grid4 div:nth-child(1) ul li,
footer .grid .grid4 div:nth-child(2) ul li {
	margin-bottom: 15px;
}

footer .grid .grid4 div:nth-child(3),
footer .grid .grid4 div:nth-child(4) {
	width: 35%;
}

footer form input {
	/*width: 65%;*/
	width:100%;
	/*border: solid 2px #BCBEC0;*/
	padding-left: 2px;
}

footer input.submit {
	/*width: 33%;*/
	width:100%;
	float: right;
	background-color: #00AEEF;
	color: #FFF;
	text-transform: uppercase;
	border:none;
}

footer input.submit:hover {
	background-color: #FFF;
	color: #00AEEF;
	border-color: #00AEEF;
}

.copyrights {
	text-align: center;
	background: #072B44;
	padding: 5px 0;	
}

.copyrights li {
	display: inline;
	font-size: 1em;
	color: #00AEEF;
	margin: 0 25px;
}

.copyrights li a {
	font-size: 1em;
	color: #00AEEF;
	font-family: 'robotoregular'
}

.copyrights li a:hover,
footer a:hover {
	color: #FFD900;
	text-decoration: none;
}

.copyrights li:nth-child(2):after {
	content: '';
	background: url(../img/twitter-icon.png) no-repeat;
	display: inline-block;
	height: 11px;
	width: 14px;
	margin-left: 10px;
}

.copyrights li:last-child a {
	text-transform: capitalize;
}

/*------------------------------------_________________________
///////////////////////////////////////////////////////////////
 RESPONSIVE CONTENT
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
---------------------------------------------------------------*/
/*-----------------------------------
 BIG SCREENS 
-----------------------------------*/
@media only screen and (min-width: 1920px) { 
.top-nav {

margin-left: /*10%*/22%;
}
}
@media only screen and (min-width: 1441px) { 

	.container {
		margin-top:60px;
	}

}
@media only screen and (max-width: 1200px){
	.mw1140p{
		width:90%;
	}
}
/*-----------------------------------
 IPAD IN PORTRAIT AND LANDSCAPE 
-----------------------------------*/
@media only screen and (min-width : 801px) and (max-width : 1024px){

	.mw1140p {
		width: 90%;
	}
	.flexnav .logo {
		margin-right: 0px!important;
	}
	.header .mw1140p{
		width:100%!important;
	}
	.members{
		min-height:150px!important;
	}
	.members .slide img{
		max-width:80%;
		padding-top:20px
	}
	.members .bx-wrapper{
		max-width:90%!important;
	}
}
@media only screen and (min-width: 800px) and (max-width: 980px){

	.share-linkedin,
	.share-facebook{
		margin-left:10px;
	}
	.more {
		width:100%;
		text-align:center;
	}
	.tweet{
		margin-left:10px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 800px){

	#article,#publiArt{width:50%;}
	#tweet-block,#twitter-widget-0,#resumePub{width:100%!important;}
	#tweet-block{margin-top:20px;}
	.info div:nth-child(2),#publications div:nth-child(2),#resumePub{border-right:none;}
	#resumePub{border-top:1px dashed #ccc;margin-top:20px;padding-top:20px;}
	
	.container {
		margin-top: 30%;
	}
	.members{min-height:110px;}
	.members .slide img{max-width:80%;padding-top:10px;}
	.members .bx-wrapper{max-width:90%!important;}
	.members .bx-controls{display:block!important;}
	.flexnav li.logo{
		display:none;
	}
	.top-nav { display:none; }
}
@media only screen and (max-width: 768px){
	.slogan h3,.bx-caption span{
		font-size:1.1em!important;
	}
	.slogan h3{padding-top: 8px;}
}
@media only screen and (min-width : 481px) and (max-width : 640px){
	.mw1140p {
		width: 90%;
	}
	.container {
		margin-top: 30%;
	}
	.header .mw1140p{
		width:100%!important;
	}
	.bxslider,.bx-controls{
		display:none;
	}
	
	#logoRwd{
		display:none;
	
		width:100%;
		height:185px;
	}
	#logoRwd img{
		display:block;
		
	}
	.flexnav li.logo{
/*		display:none; */
	}
	.flexnav li {
		width: 100%!important;
	}

	.main-nav-container{
		height:0;
		padding-bottom:0;
		margin-bottom:100px;
		
	}
	.main-nav-container .mw1140p{
		width:100%!important;
		
	}
	#headSlider{
		display:none;
	}
	.flexnav li.logo{
/*		display:none;*/
	}
	.top-nav .links{
		padding:0;
	}
	.top-nav .links .txtright{
		text-align:center;
		padding:0;
	}
	.top-nav .grid3 > div {
		width: 100%;
		float: none!important;
	}
	.hidden{display:none}
	h3.big{width:100%;padding:0}
	
	.top-nav-socials{
		width:auto;
		margin-left:40%;
		padding-bottom:10px;
		padding-top:10px;
		padding-right:0;padding-left:0;
		
	}
	
	.top-nav-socials li {}
	.top-nav-socials a:first-child img{margin-right:0;}
	.main-nav-container .mw1140p{
	
		-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	}
	.search form,#inputText{
		/*margin-right:20%;*/
		float:none!important;
		margin: 0 auto;
		display:block;
	}
	.lang .txtright{
		text-align:center;
		padding-bottom:10px;
	}
	#main-page,#aside{width:100%;border-right:none;}
	.sub-menu-page,.ban{text-align:center}
	#features img{display:block;margin:0 auto;}
	.members{min-height:110px;}
	.members .slide img{max-width:80%;padding-top:10px;}
	.members .bx-wrapper{max-width:90%!important;}
	.members .bx-controls{display:block!important;}
	
	.share-linkedin,
	.share-facebook{
		margin-left:10px;
	}
	.more {
		width:100%;
		text-align:center;
	}
	.tweet{
		margin-left:10px;
	}
}
	
@media only screen and (max-width : 670px){
	
	.members{min-height:100px;}
	}	
/*-----------------------------------
 MOBILE 
-----------------------------------*/
@media only screen and (max-width : 480px){
	.block{
		display:block;
	}
	.container {
		margin-top: 0px;
	}
	.mw1140p {
		width: 90%;
	}
	
	.header .mw1140p, .footer .mw1140p, .footer .mw1140p .grid3{
		width:100%!important;
	}
	.main-nav-container{
		height:0;
		padding-bottom:0;
	}
	#logoRwd{
		display:block;
	
		width:100%;
		height:185px;
	}
	#logoRwd img{
		display:block;
		
	}

	.main-nav-container .mw1140p{
		width:100%!important;
		position:fixed;
		top:0;
		z-index:10000;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	}
	.search form,#inputText{
		/*margin-right:20%;*/
		float:none!important;
		margin: 0 auto;
		display:block;
	}
	.header-container, .footer-container {
		margin-top: 50px;
	}
	.top-nav .links{
		padding:0;
	}
	.top-nav .links .txtright{
		text-align:center;
		padding:0;
	}
	.top-nav .grid3 > div {
		width: 100%;
		float: none!important;
		display:none;
	}
	.lang{margin-bottom: 10px;}
	.lang .txtright{
		text-align:center;
	}
	.links ul li {
		margin-left: 5px;
	}
	hgroup h2{
		margin-top:-10px;
	}
	.bxslider,.bx-controls,.members{
		display:none;
	}
/*	.bx-wrapper .bx-caption span {
		font-size: 1em;
		text-align: center;
		padding: 10px 0;
	}*/
	.br {
		border-right:none;
		border-bottom: dashed 1px #BCBEC0;
	}
	.info > div {
		padding-top: 15px;
	}
	.flexnav li.logo{
		display:none;
	}
	.divideGray {border:none;}
	.dashBotRwd{
		border-bottom:1px dashed #ccc; 
		height:auto;
		width:100%;
		padding-top:10px ;
		padding-bottom:10px;
	}
	.centerRwd{
		text-align:center!important;
	}
	.formBot{
		margin-bottom:20px;
		padding-top:10px;
		padding-left:0;
	}
	footer form input ,footer input.submit {
		width: 90%;
		float:none;
	}
	.copyrights li{
		display:block
	}
	footer .grid .grid4 div:nth-child(1) ul li,
	footer .grid .grid4 div:nth-child(2) ul li {
		margin-bottom:0;
	}
	.sub-menu-page{
		text-align:center;
	}
	footer ul li a, footer address ul li:first-child {
		font-size: 1em;
	}
	.membersRwd{
		background-color:none;
		display:block;
	}
	.hidden{display:none;}
	.slogan h3{
		padding:0 0 10px 20px;
	}
	.top-nav-socials{
		padding-right:30%;
		padding-bottom:20px;
	}
	
}
/*------------------------------------_________________________
///////////////////////////////////////////////////////////////
 PRINT QUERY
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
---------------------------------------------------------------*/

@media print {

body { /* Modifications : la couleur de fond de page - la police - l'unitÃ© utilisÃ©e pour la taille de la police  */
	background-color:#fff;
	font-family:Serif;
	font-size:15pt;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'robotoregular'; 
}

h1 {

}

.none{
	display:none!important;;
	margin-top:0
}
.header .top-nav .grid3, 
.main-nav-container, .main-slogan, 
p.head-menu-bread,
hgroup, .footer-container, #aside{
	display:none!important;
}
#logoRwd{display:block!important;}
.info div:first-child{width:100%;border-right:none;}

.grid2-1.info .br h3{margin-bottom: 10mm!important;}
.grid2 .details{width:100%!important;}
.details-content{padding-left:0!important;}
.leftContent, .rightContent{margin:0!important;padding:0!important;}
.leftContent a, .rightContent a{text-transform:none!important}
.leftContent h3, 
.leftContent p, 
.rightContent h3, 
.rightContent p,{
	margin-bottom:0!important;
	margin-top:0!important;
	padding:0!important;
}
.leftContent{margin-bottom:50mm!important;}
#gallery-content{margin:0 auto;}
.w25:first-child img{width:25%!important;}
.printicon{display:none!important;}

.w25 img[src]:after {
    content: none !important;
  }
}

.align-center {
  text-align:center;
}

.lang {
/*  display:none; */
}

.csc-mailform-field label {
  width:150px;
}


div.links {
  padding-left:270px;
}

 .gs-snippet, .gsc-url-bottom,.gs-fileFormat {
  padding-left:80px !important;
}
.gs-title {
  padding-left:40px !important;
  
}