.row2 {
	text-align: center;
}

.carousel {
	margin-left: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

.carousel .item {
	width: 300px;
	height: 40px;
	background-size: contain;
	vertical-align: middle;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.controls {
	position: absolute;
	top: 700px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
}

.controls a {
	display: block;
}

.controls .previous {
	float: left;
}

.controls .next {
	float: right;
}

#search {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 0px;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/searchicon.png');
	background-size: 30px 30px;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

#search:focus {
    width: 100%;
}