/* Directory */
.e3ah_show_booth_field_wrapper_outter{
	width: 100%;
	height: 80px;
	background-color: #b1dbe5;
	position: relative;
	overflow:hidden;
}
.e3ah_show_booth_field_wrapper_inner{
	width:100%;
	height:100%;
	position:relative;
}
.e3ah_show_booth_field_wrapper_contents{
	width: 100%;
	height: 100%;
	position: relative;
}
.e3ah_show_booth_select_letter_wrapper{
	width:100%;
	text-align: center;
}
.e3ah_show_booth_select_letter{
	display:inline-block;
	font:200 20pt/20pt "Ubuntu",sans-serif;
	color:#ffffff;
	padding: 5px 0.5%;
	cursor:pointer;
}
.e3ah_show_booth_select_letter.filtered_by{
	color:#cc3524;
}
/* End Partner Portfolio */
/*TABLET*/
@media screen and (min-width: 768px) {
	/* Directory */
	.e3ah_show_booth_field_wrapper_outter{
		width: 100%;
		height: 80px;
		background-color: #b1dbe5;
		position: relative;
		overflow:hidden;
	}
	.e3ah_show_booth_select_letter{
		display:inline-block;
		font:200 20pt/20pt "Ubuntu",sans-serif;
		color:#ffffff;
		padding: 5px 1%;
		cursor:pointer;
	}
}
/*DESKTOP*/
@media screen and (min-width: 981px) {
	/* Directory */
	.e3ah_show_booth_field_wrapper_outter{
		width: 100%;
		height: 70px;
		background-color: #b1dbe5;
		position: relative;
		overflow:hidden;
	}
	.e3ah_show_booth_select_letter{
		display:inline-block;
		font:200 24pt/24pt "Ubuntu",sans-serif;
		color:#ffffff;
		padding: 22px 0.25%;
		cursor:pointer;
	}
}
