@-moz-document url-prefix() { 
  .main-search input[type=search] {
   width:120px!important;
   padding:10px 15px 9px 35px!important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  }

 .main-search input[type=search]:focus {
  width:155px!important;
  padding: 10px 15px 9px 35px!important;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}
     /* placeholder */
input:-moz-placeholder {
  color: #000;
}
a:hover,a:focus{
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}  
}