/* global */

.region-content ul.exhibCat{
	margin:0 -5px 25px;
	padding:0;
	float:left;
	width:100%;
}
.region-content ul.exhibCat li{
	margin:0 1% 25px;
	padding:0;
	display:inline-block;
	float:left;
	width:31%;
}
.region-content ul.exhibCat li:nth-child(3n+1){
	clear:left;
}

@media screen and (max-width:1100px){
	.region-content ul.exhibCat li{
		width:48%;
	}
	.region-content ul.exhibCat li:nth-child(3n+1){
		clear:none;
	}
	.region-content ul.exhibCat li:nth-child(2n+1){
		clear:left;
	}
}
@media screen and (max-width:767px){
	.region-content ul.exhibCat li{
		width:100%;
		clear:both;
	}
}

.region-content ul.exhibCat li a{
	color:#333;
	text-decoration:none;
}
.region-content ul.exhibCat li a:hover h2{
	text-decoration:underline;
	color: #0065a2;
}
.region-content ul.exhibCat li a:hover .exCat_desc{
	color: #0065a2;
}
.region-content ul.exhibCat li h2{
	font-size:18px;
	color:#333;
	border-bottom-width:1px;
	margin-top:0px;
}
.region-content ul.exhibCat li .exCat_desc{
	font-size:11px;
	line-height:13px;
	margin-left:5px;
}

.region-content .exhibFilterTitle{
	font-size:14px;
}
.region-content .exhibFilter{
	margin:0 0 50px;
	padding:0;
}
.region-content .exhibFilter li{
	display:inline;
	line-height:22px;
	white-space:nowrap;
	font-size:13px;
}
.region-content .exhibFilter li:after{
	content:", ";
	padding-right:15px;
	white-space:normal;
}
.region-content .exhibFilter li:last-child:after{
	content:"";
	padding-right:0px;
}


.titleNreset{
	margin-top:25px;
}
.titleNreset a{
	float:right;
	cursor:pointer;
}

.region-content .exhibitors{
	margin:0 -1%;
	padding:0;
	float:left;
	width:102%;
}
.exhibitor{
	margin:0 0 25px 1%;
	display:inline-block;
	width:32%;
	float:left;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	border:solid 1px #dcdcdc;
	border-radius:3px;
}
.exhibitor a{
	display:inline-block;
	padding:0 0 7px 0;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.exhibitor:nth-child(3n+1){
	clear:left;
}
.exhibitor.show{
	display:block;
}
.exhibitor.hide{
	display:none;
}

.exhibitor>a{
	text-decoration:none;
	display:block;
	border:
}
.exhibitor .exhibLogo{
	margin:5px 3% 15px;
	width:94%;
	height:80px;
	display:block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:50% 50%;
}
.exhibitor .exhibName{
	font-size:120%;
	color:#333;
	display: block;
	padding:0em 0.3em;
}
.exhibitor .exhibDesc{
	font-size:85%;
	color:#555;
	display: block;
	line-height: 1.2em;
	margin:0.7em 1em 0.5em;
	padding:0.5em 0 0;
	border-top:solid 1px #eee;
}
.exhibitor .tags{
	background:#eee;
	margin:0;
	font-size:11px;
	padding:5px;
	text-align: center;
}
.exhibitor .tags li{
	display:inline;
}
.exhibitor .tags li:not(:first-child):before{
	content:" | ";
	color:#98def9;
}

.tagListFilter{
	border-top:solid 1px #dcdcdc;
	border-bottom:solid 2px #cecece;
	padding:8px 0 8px;
	margin:10px 0 20px;
}
.tagListFilter>span{
	border:solid 1px #98def9;
	white-space:nowrap;
	cursor:pointer;
	padding:1px 5px 3px 20px;
	margin:2px 3px;
	border-radius:5px;
	display:inline-block;
	position:relative;
}
.tagListFilter>span:before{
	background:#0065a2;
	border-radius:50px;
	position:absolute;
	left:5px;
	top:7px;
	content:".";
	text-indent:-500px;
	overflow:hidden;
	width:9px;
	height:9px;
}
.tagListFilter>span.filterOff{
	color:#999;
	border-color:#dcdcdc;
}
.tagListFilter>span.filterOff:before{
	background:#ccc;
}
.tagListFilter>span:after{
	content:" ";
	white-space:normal;
}

.region-content .js-EIBcatalog-filterForm{
	border: 1px solid #98def9;
    border-radius: 5px;
    display: block;
    margin: 0px 0px 15px;
    padding: 5px 15px 8px;
    background:#ebf2f8;
}

.region-content .js-EIBcatalog-filterForm input{
	width:50%;
	margin:0 15px;
}
.region-content .js-EIBcatalog-filterForm a{
	white-space: nowrap;
	float: right;
}


/* specific */
.region-content ul.exhibCat .exCat_inno h2,
.region-content ul.exhibCat .exCat_conn h2,
.region-content ul.exhibCat .exCat_tran h2,
.region-content ul.exhibCat .exCat_ecvi h2,
.region-content ul.exhibCat .exCat_ptvi h2,
.region-content ul.exhibCat .exCat_inco h2,
.region-content ul.exhibCat .exCat_offs h2,
.region-content ul.exhibCat .exCat_stfo h2{
	margin-left:29px;
	position:relative;
}
.region-content ul.exhibCat .exCat_inno h2:before,
.region-content ul.exhibCat .exCat_conn h2:before,
.region-content ul.exhibCat .exCat_tran h2:before,
.region-content ul.exhibCat .exCat_ecvi h2:before,
.region-content ul.exhibCat .exCat_ptvi h2:before,
.region-content ul.exhibCat .exCat_inco h2:before,
.region-content ul.exhibCat .exCat_stfo h2:before,
.region-content ul.exhibCat .exCat_offs h2:before{
	content:".";
	text-indent:-5000px;
	overflow:hidden;
	width:25px;
	height:25px;
	position:absolute;
	top:0px;
	left:-29px;
	background:url(exhib_bullets.png) no-repeat;
}
.region-content ul.exhibCat .exCat_inno h2:before{background-position:-8px -9px;}
.region-content ul.exhibCat .exCat_conn h2:before{background-position:-55px -9px;}
.region-content ul.exhibCat .exCat_tran h2:before{background-position:-103px -9px;}
.region-content ul.exhibCat .exCat_ecvi h2:before{background-position:-8px -55px;}
.region-content ul.exhibCat .exCat_ptvi h2:before{background-position:-55px -55px;}
.region-content ul.exhibCat .exCat_inco h2:before{background-position:-103px -55px;}
.region-content ul.exhibCat .exCat_offs h2:before{background-position:-8px -101px;}
.region-content ul.exhibCat .exCat_stfo h2:before{background-position:-55px -101px;}


h1.exCat_inno,
h1.exCat_conn,
h1.exCat_tran,
h1.exCat_ecvi,
h1.exCat_ptvi,
h1.exCat_inco,
h1.exCat_offs{
	margin-left:33px;
	position:relative;
}
h1.exCat_inno:before,
h1.exCat_conn:before,
h1.exCat_tran:before,
h1.exCat_ecvi:before,
h1.exCat_ptvi:before,
h1.exCat_inco:before,
h1.exCat_offs:before{
	content:".";
	text-indent:-5000px;
	overflow:hidden;
	width:25px;
	height:25px;
	position:absolute;
	top:3px;
	left:-33px;
	background:url(exhib_bullets.png) no-repeat;
}
h1.exCat_inno:before{background-position:-8px -9px;}
h1.exCat_conn:before{background-position:-55px -9px;}
h1.exCat_tran:before{background-position:-103px -9px;}
h1.exCat_ecvi:before{background-position:-8px -55px;}
h1.exCat_ptvi:before{background-position:-55px -55px;}
h1.exCat_inco:before{background-position:-103px -55px;}
h1.exCat_offs:before{background-position:-8px -101px;}



 
.speakerLinksComm ul,
.speakerLinksRel ul{
	margin:0;
	padding:0;
}
.speakerLinksComm li,
.speakerLinksRel li{
	display: block;
	margin:3px 0;
	padding:0;
}
.speakerLinksComm a:before,
.speakerLinksRel a:before{
    content:".";
    overflow: hidden;
    text-indent: -3000px;
    display:inline-block;
    vertical-align: middle;
    width:25px;
    height:2em;
    margin-right:10px;
    background: url(links_icons.png) no-repeat 0 0.6em;
}

.speakerLinksComm a[href*="youtube.com/"]:before,
.speakerLinksComm a[href*="youtu.be/"]:before{
    background-position: 0 -105px;
} 
.speakerLinksComm a[href*="facebook.com/"]:before{
    background-position: 0 -168px;
}
.speakerLinksComm a[href*="plus.google.com"]:before,
.speakerLinksComm a[href*="google.com/+"]:before{
    background-position: 3px -231px;
}
.speakerLinksComm a[href*="twitter.com/"]:before{
    background-position: 0 -296px;
}
.speakerLinksComm a[href*="linkedin.com/"]:before{
    background-position: 0 -377px;
}
.speakerLinksComm a[href*="pinterest.com/"]:before{
    background-position: 0 -458px;
}
.speakerLinksComm a[href*="flickr.com/"]:before{
    background-position: 0 -548px;
}


.speakerLinksRel .speakerDoc a:before{
    background-position: 0 -42px;
}
.speakerLinksRel .speakerDoc+.speakerLnk{
    border-top: solid 1px #eee;
    padding-top:10px;
    margin-top:10px;
}


.speakerSessions{
	margin-top: 50px;
}
.speakerSessions a{
	text-decoration: none;
}
.speakerSessions a:hover>span:nth-child(1){
	text-decoration: underline;
}
.speakerSessions li{
	list-style: none !important;
	margin-bottom: 15px;
}
.speakerSessions li:before{
	content:"·";
	margin-left:-10px;
}
.speakerSessions .mainSpeaker{
	margin:0 0 10px 0;
	padding:7px 0 10px 20px;
	background:#e3eeff;
	border-radius: 5px;
	font-size: 110%;
	line-height: 1.2em;
}
.speakerSessions .mainSpeaker .intervention{
	color:#333;
	font-size: 90%;
	line-height: 1.2em;
	display: block;
	margin:3px 4% 0 4%;
	padding-top:3px;
	border-top: solid 1px #d3deef;
}
.speakerSessions .participant{
	margin:0 0 10px 0;
	padding:7px 0 10px 20px;
	background:#eee;
	border-radius: 5px;
	font-size: 110%;
	line-height: 1.2em;
}
.speakerSessions .participant .role{
	color:#777;
	font-size: 90%;
	font-style: italic;
	line-height: 1.2em;
	display: block;
	margin-left: 4%;
	margin-top:5px;
}

.speakersList{
	margin: 30px 0 0;
	padding:0;
}
.speakersList li{
	overflow: hidden;
	zoom: 1;
	display: block;
	border-bottom: 1px solid #e2e5ea;
    line-height: 16px;
    margin: 0 0 20px;
    padding: 0;
}
.speakersList li a{
	text-decoration: none;
}
.speakersList li a .speakerName{
	font-size: 16px;
	display: block;
	margin: 0 0 5px;
}
.speakersList li a:hover .speakerName{
	text-decoration: underline;
}
.speakersList li a .speakerCompany{
    line-height: 14px !important;
    color: #555;
    display: block;
    margin-bottom: 15px;
}
.speakersList li .speakerPicture{
	background: #eee none repeat scroll 50% 50%;
	background-size: cover;
	border: 2px solid #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	float: left;
	margin: 0 15px 20px 5px;
	width: 10vw;
	height: 10vw;
	max-width:100px;
	max-height:100px;
	min-width:50px;
	min-height:50px;
}
