.headline {
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 16px;
	margin-bottom: 16px;
}
.headline-bg {
	background-repeat: repeat-x;
	background-position: center;
}
.headline h1,h2,h3,h4,span {
	display: inline;
	background-color: white;
	padding: 0 5%;
	font-size: 22px;
	font-weight: bold;
}

.category div {
	margin: 0;
	padding: 0;
}
.category {
	padding-top: 6px;
	padding-bottom 6px;
}
.category .row {
	margin-left: -8px;
	margin-right: -8px;
}
.category img {
	width: 100%;
}
.category .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	background-color: rgba(0,0,0, 0.4);
	padding: 2px;
	color: white;
	font-size: 16px;
}
.category .menu {
	font-size: 14px;
}
.category .menu .bg {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #EEE;
}
@media screen and (max-width:767px) {
	.category .menu .bg {
		border: 1px solid #CCC;
	}
}

.slideshow {
	z-index:1;
	padding:0;
	overflow:hidden;
}
.slideshow ul {
	list-style: none;
	padding: 0;
	
	height: 450px;
}
.slideshow li {
	position: relative;
}
.slideshow span {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: absolute;
	padding: 0;
	
	height: 450px;
}
.slideshow form {
/*	z-index: 10; */
	display: inline-block;
	position: absolute;
	width: 100%;
	top: -260px;
}
form .left-side {
	padding-right: 0;
}
form .left-side input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}
form .right-side {
	padding-left: 0;
}
form .right-side input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #8EC31F;
	color: white;
}
.form-control {
	border-color: #8EC31F;
}

.mobile-form input {
	margin-top: 8px;
	margin-bottom: 8px;
}
