.filerbox {
	border-bottom: solid #f49223 0px;
	margin-top:-80px;
    z-index:999999 !important;
	position:relative;
}
.filerboxcont {
	font-size: 13px;
	color: #1d1d1d;
	padding:0px;
}
.filerboxcont ul {
	margin: 0px;
	padding: 0px;
}
.filerboxcont ul li {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px;
}
.filerboxcont td {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px;
}
.filerbox1 {
	border-bottom: solid #f49223 0px;
}
.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.search-form {
	width: 35%;
	float: left;
	padding-right: 20px;
}
.search-term {
	width: 100%;
	margin: 0 0 5px 0;
}
.search-terms {
	display: table;
	margin: 0 0 10px 0;
}
.search-filters {
	/*	overflow: hidden;*/
	margin-bottom: 30px;
	padding: 0px;
}
.search-filters-title {
	font-size: 15px !important;
	margin: 0 0 0px 0;
	padding: 0px;
	color: #1d1d1d !important;
	text-decoration: none !important;
	font-weight: 500;
}
.searchtitle2 {
	background: url(../img/filterbg.png) no-repeat right top #00a2e7;
	padding:8px 10px !important;
	color: #fff !important;
	border-radius:0px;
	display:inline-block;
	font-weight:600;
}
.search-filters-title a {
	color: #1d1d1d !important;
	text-decoration: none !important;
}
.filter-group {
	padding: 10px 10px;
	border: 1px solid #00a2e7;
	background-color:#fff;
}
.cd-filter-content {
	padding-top:10px;
}
.cloned-filters {
	display: none;
}
.search-results {
	width: 65%;
	float: right;
	padding-bottom: 2500px; /* just scrolling space */
}
.result {
	float: left;
	width: 24%;
	height: 100px;
	margin-right: 1.33%;
	margin-bottom: 1.33%;
	background: #eee;
}
.result:nth-child(4n) {
	margin-right: 0;
}
.result img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1000px) {
body {
/*width: 90%;*/
}
}

@media (max-width: 900px) {
body, .search-form, .search-results {
	width: 100%;
}
.filerbox {
	border-bottom: solid #f49223 0px;
}
.search-form {
	padding: 0;
}
.search-terms {
	display: table;
	width: 100%;
	margin: 0;
}
.search-terms > div {
	display: table-row;
}
.search-terms > div > span {
	display: table-cell;
}
.search-term-wrap {
	padding-right: 10px;
}
.search-button {
	width: 100%;
}
.search-filters-title {
	color: #1d1d1d !important;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
	font-size: 16px !important;
	padding: 0px 0px;
	background: url(../img/filtericon.png) no-repeat right 10px center;
}
.searchtitle2 {
	background: url(../img/filtericon.png) no-repeat right center #00a2e7;
	padding:6px 10px !important;
	color: #fff !important;
	border: solid 0px #dcedfa;
}
.search-filters.pinned {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.filter-group {
	display: none;
}
.filter-explanation {
	display: none;
}
.filters-open .filter-group, .filters-open .filter-explanation {
	display: block;
}
.filters-open .search-filters-title {
	margin-bottom: 0px;
}
.search-filters {
	/*overflow: hidden;*/
	margin: 0px 0 30px 0;
	padding: 0px;
}
}

@media (max-width: 500px) {
.filerbox {
	margin-top: -220px !important;
}
}