.display {
	
	position: relative;
	margin-top: 1em;
	text-align: center;
}

.display .events-container {
	
	display: inline-block;
	vertical-align: top;
	width: 650px;
	max-width: 100%;
	margin: 1em 2em;
}

.display h3 {
	
	text-align: center;
	color: #455560;
	font-size: 1.3em;
}

.display .see-all {
	
	text-align: center;
}

.display .see-all button {
	
	padding: .5em 1em;
}

.display .see-all img {
	
	width: 100%;
}

.display .training-container {
	
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin: 1em 2em;
}

#featured-events {
	
	margin-top: 2em;
	border-top: 1px solid lightgrey;
}

#featured-events h2 {
	
	font-size: 1.3em;
	text-align: center;
	color: #455560;
	margin-bottom: .5em;
}

#featured-events .events div {
	
	text-align: center;
}

#featured-events .events .event {
	
	margin: 0em;
}

#featured-events .events .event .booth {
	
	list-style-type: none;
	margin: 0em;
}

#featured-events .events .booth-container-title {
	
	display: none;
}

#search .tags {
	
	
}

#search .tags .tag {
	
	display: inline-block;
	padding: .25em;
	marign: .25em;
	cursor: pointer;
}

#search .tags .tag .checkbox {
	
	vertical-align: middle;
}

#search .tags .tag .name {
	
	display: inline-block;
	vertical-align: middle;
}

/**
	MEDIA QUERIES 
*/
@media all and (max-width: 768px) {
	
	.display .events-container {
		
		margin: 1em auto;
	}
	
	.display .training-container {
		
		margin: 1em auto;
	}
}