section.landing {
	padding: 100px 0;
}
section.search {
	background: none;
	padding: 0;
	margin: -24px 0;
	color: black;
	position: relative;
	z-index: 1;
}
section.search .wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
section.search .search-control-container {
	position: relative;
}
section.search .search-control-container i {
	position: absolute;
	top: 50%;
	left: 15px;

	margin-top: -8px;
	color: #777;
	pointer-events: none;
}

section.search .search-right-container > * {
	display: inline-block;
	vertical-align: middle;
}
section.search .search-right-container > .search-control-container {
	width: calc(100% - 26.5px);
}
section.search .search-separator {
	padding: 12px 5px;
	color: #FFF;
}

section.search .search-control {
	height: auto;
	padding: 12px 20px;
	text-align: center;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 4px;
}
section.search .search-control:not(:placeholder-shown) {
	text-transform: uppercase;
}
section.search .search-checkbox {
	margin-top: 10px;
	color: #FFF;
}
section.search .search-checkbox > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
section.search .search-checkbox > input {
	margin-right: 5px;
}

section.carplates {
	background: #333;
	padding-top: 60px;
}

.pagination-group button {
	background: #F9BF3B;
	border-color: #F9BF3B;
	color: #FFF;
}

.pagination-group button:hover,
.pagination-group button:active,
.pagination-group button:focus {
	background: #F9BF3B!important;
	border-color: #F9BF3B!important;
}
.pagination-group button.disabled {
	background: #F9BF3B;
	border-color: #F9BF3B;
	cursor: not-allowed;
}

.nav-container {
	background: #FFF;
	border-radius: 4px;
	overflow: hidden;
}
.nav-item.nav-link {
	color: #333;
	border-radius: 0;

	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}
.nav-item.nav-link.active {
	background: #F9BF3B;
}

.alert i,
.alert strong {
	color: #F9BF3B;
}

/*Gallery section*/
section.gallery {
	background: #777;
}