
#feedback-img-vert {
	position:absolute;
	right:278px;
}
#feedback-img-vert.hvr {
	right:280px;
}
#feedback-img-vert.sel {
	right:280px;
}

#slideout.on {
	right: 0;
}	
		
@media only screen and (min-width: 415px) {		
	#feedback-img-vert { display: block;}
	#feedback-img-horiz{ display: none;} 
	
	#slideout {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	color: #333;
	padding:10px;
	/* position: absolute; */
	position: fixed;
	top: 150px;
	right: -280px;
	width: 280px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index:1000;
   }

}
@media only screen and (max-width: 414px) {	
	/* .wh_search_input { margin-top: 60px !important; } */
	#feedback-img-vert { display: none;}
	#feedback-img-horiz{ 
	   display: block;
	  /* background: #000; */
	  background: #00AEFF; 
	  text-align: center;
	  position: relative;
	}

	#slideout div.form{ 
	   padding: 10px;
	   background: #fff;
	   position: relative;
	   top: -1000px;
	   box-shadow: 0 20px 5px rgba(0,0,0,.3);
       z-index:1000;	   
	}
	
	#slideout {
	height: 0;
	color: #333;
	width: 100%;
 
   }
	
	#slideout.on div.form {
	  top: 0px;
	}
	
	.wh_main_page .title_container, .title_container {
		padding-bottom: 0px;
	}
	
   
}