div.film_search_container.box {
	border: none;
	box-shadow: none;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	background: none;
}

div.filter_box {
	width: 100%;
	background: none;
	float: left;
	padding: 1% 0 0 0;
}

div.filter_box input[name="l_input"] {
	width: 100%;
	float: left;
	border: 2px #E4E4E4 solid;
/*	border-right: none;*/
	display: inline-block;
	font-size: 18px;
	height: 50px;
	margin: 0;
}

div.filter_box i#search_button {
	text-align: right;
	font-size: 24px;
	padding: 0px 10px 14px 0px;
	width: 10%;
	border: 2px #E4E4E4 solid;
	border-left: none;
	height: 50px;
	background: #fff;
}

#search_button {
	cursor: pointer;
}

div.search_filters_container {
	position: relative;
	margin: 0 auto;
	float: none;
	display: table;
}

span.hide_filters, span.show_filters {
	float: right;
	width: auto;
	font-size: 1.4em;
	margin-top: 2px;
	padding: 0
}

span.hide_filters {
	display: none;
}

.form-group.kg_film-section_id {
	clear: both;
}

div.search_label, div.clear_search_label {
	background-color: #A77B42;
	color: #fff;
	float: left;
	padding: 4px;
	border-radius: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	cursor: pointer;
}

div.clear_search_label {
	/*	display: none;*/
	
}

div.section_year {
	float: left;
}

div.filters_container {
	display: inline-block;
	width: 100%;
}

.film_filter, .main_film_filter {
	margin-left: 10px;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	margin-right: 4%;
	float: left;
}

.main_film_filter {
	margin-left: 0px;
}

.admin .film_filter, .admin .main_film_filter {
	margin-right: 3%;
}

div.country_col {
	width: 20%;
	padding: 1% 3% 1% 3%;
	display: inline-block;
	float: left;
}

div.professions_col {
	width: 20%;
	padding: 1% 3% 1% 3%;
	display: inline-block;
	float: left;
}

div.a_to_z_col {
	width: 100%;
	padding: 1% 3% 1% 3%;
	display: inline-block;
	float: left;
}

div.a_to_z_col span.filter {
	width: 25px;
	float: left;
}

div.section_col {
	width: 25%;
	padding: 1% 3% 1% 3%;
	display: inline-block;
	float: left;
}

div.festival_col {
	width: 25%;
	padding: 1% 3% 1% 3%;
	display: inline-block;
	float: left;
}

div.countries.list, div.sections.list, div.genres.list, div.application_type_id.list, div.film_internal_status_id.list,
	div.if_rated.list, div.rating_scale_id.list, div.a_to_z.list, div.screener_id.list,
	div.accreditation_type.list, div.is_public.list,  div.activity.list, div.invoices.list, div.professions.list,
	div.centeast.list, div.accreditation_pickup_id.list, div.festival_id.list, div.playlist_id.list, div.film_type_id.list
	{
	display: none;
	width: 100%;
}

div.section_year {
	display: none;
}

.filter {
	cursor: pointer;
}

.wff_color {
	color: #9E6B1D;
	font-weight: bold;
}

.list {
	float: left;
	width: 100%;
}

.filters {
	float: left;
	width: 100%;
	padding: 2% 2% 1% 2%;
	font-size: 17px;
}

form#l_search {
	float: left;
	margin-top: 10px;
}

div.section_col span.filter {
	/*height: 60px;*/
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	word-wrap: break-word;
}

div.country_col .filter {
	display: inline-block;
	padding: 5px;
}

div.professions_col .filter {
	display: inline-block;
	padding: 5px;
}

input:focus {
	outline: none;
}

form#film_search {
	width: 100%;
	padding: 1% 0% 0%;
}

div.films_container {
		margin: 0;
	}

div.films_container_parent {
	margin: 0 auto;
	width: 100%;
	display: block;
	clear: both;
	background: none;
}