
/* alphabet  */
.alphabet_dropdown {
	display: none;	
}

.content nav.alphabet {
	margin-top: 8px;
	margin-bottom: 30px;
	width: 100%;
}
.content nav.alphabet ul {
	display: flex;	
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.content nav.alphabet ul li  {
	flex: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	background: none;
}
.content nav.alphabet a {
	display: block;
	background: #fff;
	color: #444;
	line-height: 28px;
	text-decoration: none;
	font-size: 15px;
	margin-right: 2px;
	padding: 0 2px;
	border-radius: 2px;
	font-weight: 400;
}
.content nav.alphabet a:hover, 
.content nav.alphabet a.active {
	background: #f0a07c;
	color: #fff;
}
.content nav.alphabet a.disabled {
	opacity: 0.2;	
}
.content nav.alphabet a.disabled:hover {
	background: #ececec;
	color: #444;
	cursor: default;
}


/* banner */
.content #premium_banner {
	margin-bottom: 20px;	
}
.content #premium_banner img {
	display: block;
	max-width: 100%;
	height: auto;	
}

/* filters */
.content #exlist_filters .filters {
	display: flex;	
	justify-content: center;
}
.content #exlist_filters p.filter {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content  #exlist_filters p.category_filter{
	display: block;
	margin-bottom: 20px;	
}
.content #exlist_filters p select {
	font-family: inherit;
}


/* reset link for filters */
.content #exlist_filters a.reset {
	margin-left: 2px;
	display: inline-block;
	width: 24px;
	background-repeat: no-repeat;
	background-image: url(../_shared/_img/dialogue/dialog_error.png);
	background-size: 24px;
	background-position: 0 2px;
	opacity: 0.3;
	text-indent: -4560px;
	transition: opacity 0.2s ease-in-out;
}
.content #exlist_filters a.reset:hover {
	opacity: 0.8;
}


/*  exhibitor list  */
#exhibitor_list {
	margin-bottom: 40px;	
}
#exhibitor_list div.e {
	background: #fff;
	border: 2px solid #ddd;
	padding: 40px 20px;
	clear: both;
	display: block;
	color: #444;
	position: relative;
	text-align: center;
	border-radius: 5px;
}
#exhibitor_list div.e.has_logo {
	padding: 20px;
}

#exhibitor_list div.e.enhanced {
	border-color: rgba(144,200,55,0.8);
	background: rgba(144,200,55,0.05);
}
#exhibitor_list div.e p {
	margin: 0; padding: 0;	
}
#exhibitor_list div.e .basic {
	font-weight: 400;
}
#exhibitor_list div.e .basic b {
	font-weight: 800;
	font-size: 1.1em;	
}


/* THREE COLUMN: this version uses masonry  */
.masonry #exhibitor_list div.e,
.masonry #exhibitor_list .grid-sizer  {
  width: calc((100% - 40px) / 3); /* deals with the 20px gutter x 4 */
  margin-bottom: 20px;
}
.masonry #exhibitor_list .grid-sizer {
	display: block;	
}
.masonry #exhibitor_list .gutter-sizer {
	width: 20px;	
}

/* small logo */
#exhibitor_list div.e p.logo {
	margin-bottom: 15px;
}
#exhibitor_list div.e p.logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto; margin-right: auto;
}

/* buttons */
#exhibitor_list div.buttons {
	clear: both;
	padding-top: 5px;
}
#exhibitor_list div.buttons p {
	clear: left;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 3px;
}
#exhibitor_list div.buttons p a {
	display: block;
	background: #a1c741;
	color: #fff;
	text-decoration: none;
	padding: 0 7px;
	border-radius: 2px;
	transition: background-color 0.2s ease-in-out;
}

#exhibitor_list div.buttons p a.ib { background: #d07b87 }
#exhibitor_list div.buttons p a.pb { background: #5c85aa }
#exhibitor_list div.buttons p a.jb { background: #d07b87 }
#exhibitor_list div.buttons p a.vb { background: #e5a13a }

#exhibitor_list div.buttons p a:hover { background: #222 }






/*
.content p.exlist_totop {
	background-color: inherit;	
	margin-bottom: 40px;
	padding-left: 0;
	text-align: right;
	padding-right: 0;
	padding-top: 14px;
	
}
*/
#exhibitor_list .alphacell {
	margin-bottom: 5px;
}
#exhibitor_list .alphacell b {
	display: inline-block;
	background: #ececec;
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
	width: 40px;
	text-align: center;	
	border-radius: 4px;
}

.content p.totop, .content p.totop,
.content p.exlist_totop, .content p.exlist_totop  {
	clear: both;	
}
.content p.totop a, .content p.totop a,
.content p.exlist_totop a, .content p.exlist_totop a {
	display: inline-block;
	background: url(../_shared/_img/icons/totop_arrow_24.png) no-repeat;;
	line-height: 24px;
	padding-left: 32px;
	color: #989898;
	text-decoration: none;
}
.content p.exlist_totop a, .content p.exlist_totop a {
	background-position: right center;	
	padding-right: 32px;
}





@media (max-width: 740px) {
	/* TWO COLUMN: this version uses masonry  */
	.masonry #exhibitor_list div.e,
	.masonry #exhibitor_list .grid-sizer  {
	  width: calc((100% - 20px) / 2); /* deals with the 20px gutter x 1 */
	  margin-bottom: 20px;
	}
}




@media (max-width: 540px) {
	/* ONE COLUMN: this version uses masonry  */
	.masonry #exhibitor_list div.e,
	.masonry #exhibitor_list .grid-sizer  {
		width: 100%; 
		margin-bottom: 20px;
	}
	
	.alphabet {
		display: none;
	}
	#exhibitor_list div.e {
		padding: 10px 10px;
	}
	#exhibitor_list div.e .basic b {
		font-size: 1em;	
	}
}

