.bplsearch{
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c0c0c0;
	border-radius: 25px;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: center;
}

select.form-select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.search-form .form-select {
   background-image: url('/sites/all/themes/bpl/img/arrow-openb.png');
   background-repeat: no-repeat;
   background-position: 95% center;
   height: 38px;
   padding-left: 5px;
}

.search-form select.form-select{
	background-color: #FFFFFF;
	font-weight: 300;
	width: 100%;
	height: 38px;
	float: left;
	border: 0;
    margin-bottom: 30px;
    border: 1px solid #E8E8E8;
    border-radius: 0px;
}

.search-form .form-text{
	width: 100%;
	float: left;
	border: 1px solid #E9E9E9;
	padding-left: 5px;
	height: 38px;
	margin-bottom: 10px;
}

.search-form .form-submit{
    background-color: #2A2B30;
    color: #000;
    border: 0px;
    text-align: center;
	width: 38px;
	height: 38px;
	position: relative;
}

.asearch{
	position: absolute;
	bottom: 60px;
	font-size: 14px;
	right: 10px;
}

.asearch a{
	color: #2A2B30;
}

.asearch a:hover{
	text-decoration: underline;
}

h3.title.search{
	font-size: 1.25em;
}

h3.title.search a{
 	color: #2A2B30;
}

@media (min-width: 992px) {

.bplsearch{
	width: 70%;
	position: absolute;
	top: -90px;
	right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 1px solid #FFFFFF;
    border-radius: 5px;
	background-color: transparent;
}

.region-bplsearch{
	width: 100%;
	position: relative;
}

.search-form .form-submit{
    height: 38px;
    width: 38px;
    position: absolute;
    right: 0;
}

.search-form .form-text{
	width: 400px;
	position: absolute;
	right: 38px;
}

.search-form select.form-select{
	width: 130px;
	float: left;
	position: absolute;
	right: 448px;
}

.asearch{
	position: absolute;
	bottom: -60px;
}

#block-custom-search-blocks-1 label{
	height: 38px;
	width: 100px;
	position: absolute;
	right: 588px;
	font-weight: 400;
	line-height: 38px;

}




/* blog search results */
.field-type-image{
 width: 50%;
 float: left;
 margin-right: 10px;
}

}