.sponsors-header {
	padding-bottom: .5rem;
}

#MansAllSearchWindow {
	position: absolute;
	top: 40px;
	left: 18px;
	padding-left: .4em;
	background-color: #fff;	
	box-shadow: -.5em .5em 1em 0 rgba(0,0,0,0.75);
	-moz-shadow: -.5em .5em 1em 0 rgba(0,0,0,0.75);
	-webkit-box-shadow: -.5em .5em 1em 0 rgba(0,0,0,0.75);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	width: 92%;
	z-index: 99;
}
#MansAllSearchWrap {
	background:#fff;
	border:1px solid #999;
	border-radius:.2em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	display: inline-block;
	height: 40px;
	margin: 0 4%;
	position: relative;
	width: 92%;
}
#MansAllFilterBox {
	position: relative;
	width: 100%;
}
#MansAllFilterBox input{
	background-color: transparent;
	font-size:1em;
	position: absolute;
	left:12%;
	width: 80% !important;
	border: none !important;
}
#MansAllFilterBox input:focus {
	outline-style:none;
}
#MansAllSearchBttn {
	border-radius:.2em 0 0 .2em;
	-moz-border-radius:.2em 0 0 .2em;
	-webkit-border-radius:.2em 0 0 .2em;
	float:left;
	height: 40px;
	text-align: center;
	width:40px;
}
#MansAllSearchResults {
	float: left;
	font-size: 1em;
	overflow-y: scroll;
	overflow-x: hidden;
	width:100%;
}
#MansAllSearchResults a{
	color: #58a1ec;
	display: block;
	line-height: 1.5em;
	padding: 0 1em;
}
.MfrLogoWrapper {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
/* Media queries */
@media only screen and (min-width: 481px) and (max-width: 800px) {
	#MansAllFilterBox input {
		font-size: .9em;
		left: 14%;
	}
	#MansAllSearchWindow {
		left: 13px;
	}
}
@media only screen and (min-width: 50px) and (max-width: 480px) {
	#MansAllSearchWrap {
		width: 100%;
		margin-left: 0;
	}
	#MansAllFilterBox input {
		font-size: .9em;
		left: 13%;
	}
	#MansAllSearchWindow {
		width: 100%;
		left: 0;
	}
	.allmans .MfrLogoWrapper {
		text-align: center;
	}
}