@media (min-width:320px) and (max-width:500px){
	.top .checkbox{
		position: relative;
		top: -15px;
		left: -12px;
	}

	.top .searchbar .search-res{
		width: 95% !important;
		padding: 5px 0px;
		display: table-column-group;
		margin-left: 10px;
		border: 0;
		border-radius:0;
		box-sizing: border-box;
		position: absolute;
		left: -3px;
        top: 34px;
        padding-left: 3px;
	}

	.searchbtn-res i{
		position: relative !important;
		top: 45px;
		right: 0px;
	}

}

.search-res{
	width: 100%;
	padding: 5px 0px;
	display: inline-block;
	margin-left: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 15px #d4d4d4;
	border: 0;
	padding-left: 5px;
	margin-top: -3px;
}

.searchbtn-res{
	float: right;
    position: relative;
    top: -30px;
    right: -15px;
    background: transparent;
    border: 0;
}


/*# sourceMappingURL=all.css.map */
