.reset_button{   
padding: 5px 16px; 
vertical-align:middle; 
width:151px; 
background-color: #075290; 
color:#fff; 
border:none; 
text-align:center; 
text-decoration:none; 
cursor:pointer; 
font-size: 14px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
box-shadow: 0px 2px #999;
float: right;

}  

.buttons {
position:absolute;
top: 110px;
right: 330px;
z-index: 101;
	
}

.reset_button:hover{    
background-color: #075290; 
color:#fff; 

}  

.reset_button:active{   
-webkit-background-color: #404040;
-moz-background-color: #404040; 
background-color: #404040;
box-shadow: 0 0px #999;
-webkit-transform: translateY(2px);
-moz-transform: translateY(2px);
transform: translateY(2px);

}

.reset_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  pointer-events: none; /* IE 11 Fix */
  
}

.reset_button span:after {
  font-family: FontAwesome;
  content: "\f021";
  font-size: 18px;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.reset_button:hover span {
  padding-right: 20px;
}

.reset_button:hover span:after {
  opacity: 1;
  right: 0;
}

.filter_dropdowns {
	background-color:#075290;
	color:#fff;
	
}
