.container {
	max-width: 1140px;
	margin: 0 auto;
	clear: both;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.panel {
	padding: 10px 25px;
	background: #80bd46;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 8px;
	font-family: 'Shadows Into Light Two' !important;	
	letter-spacing: 0.5px;
}

@media screen and (min-width:1024px) {
	.panel {
		font-size: 20px;
	}
}

.panel > a {
	color: white;
	text-decoration: none;
}

.panel-image {
	height: auto;
	padding: 0 0 2px 0;	
	position: relative;
}

.panel-image > * > img {
	border-radius: 12px;
	width: 100%;
}

.panel.panel-image {
	border-radius: 12px;
}

.panel.panel-image > * > img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.panel-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin:0;
}

.site-banner {
	position: relative;
}

.site-banner > img {
	width: 100%;
	height: auto;
}

.banner-content {
	text-align: center;	
	padding: 10px;
}

.search-form {
	background: #80bd46;
	color: #fff;
	padding: 15px 10px;
	border-radius: 10px;
}

.venues-option {
	list-style: none;
	margin: 10px 0 !important;
	padding: 0;
}

.venues-option > li {
	display: inline-block !important;
	margin-right: 20px !important;
}

.venues-option > li:last-child {
	margin-right: 0 !important;
}

.banner-content {
	margin-top: -70px;
}

@media screen and (min-width:768px) {
	.content-home {
		margin-top: -150px;
	}

	.banner-content {
		position: absolute;
		top: 10%;
		left: 5%;
		width: 55%;
		text-align: left;
		margin-top: 0;
	}

	.venues-option {
		text-align: left;
	}

	.venues-option > li {
		margin-right: 25px !important;
	}

	.search-form-header {
		color: white;
		font-size: 24px;
	}

	.search-form {
		background: rgba(255, 255, 255, 0.6);
		color: black;
		padding: 20px;
	}

	.search-form > input[type='text'] {
		width: 75%;
		max-width: 250px;
		float: left;
		margin-right: 5%;
	}

}

@media screen and (min-width: 1024px) {
	.banner-content {
		top: 15%;
	}
	
	.search-form-header {
		font-size: 36px;
	}

	.search-form > input[type='text'] {
		max-width: inherit;
	}

	.venues-option > li {
		margin-right: 40px !important;
	}
}
