#search-wrap {
position:fixed;   
right:0;    
top:0;
margin-top: 7%;
margin-right: 43px;
height: 38px;
background: #ddd;
border-radius: 8px 0 0 8px;
}

#searchtext {
background: #ddd;
margin-top: -5px;
padding-bottom: 5px;
}

#searchform {
display: none;
margin-bottom: 5px;
}

#search-wrap input[type=text], #search-wrap textarea {
outline: none;
background: #fff;
color: #2e2e2e;
width: 300px;
padding: 9px 8px;
border: none;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin: 2px 2px;
}

#clickme {
background: #dddddd;
display: inline;
height: 38px;
width: 38px;
outline: none;
position: fixed;
right: 0;
top: 0;
margin-top: 7%;
margin-right: 5px;
}

@media only screen and (max-width: 768px) {
	#clickme {
	display: none;
	}
}