.uk-search-field { padding:0 0 0 30px!important;margin-top:0!important;margin-bottom:0!important;min-height: 33px!important;}
.uk-search-field:focus, .uk-search.uk-active .uk-search-field {width: 100%!important;}
.telefono {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 35px;
    border-radius: 2px;
	background: rgb(40, 45, 52);
    line-height: 35px;
    color: #FFEB3B;
    font-size: 18px;
    text-align: center;
    border: 0;
    background-image: none;
}
.email {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 35px;
    border-radius: 2px;
	background: rgb(40, 45, 52);
    line-height: 35px;
    color: #FFEB3B;
    font-size: 18px;
    text-align: center;
    border: 0;
    background-image: none;
}
@media only screen and (min-width: 1025px){
  .solotel{ display:none;}
  .telefono { margin-left:-50%;}
  .email {     margin-left: -15%;}}
@media only screen and (max-width: 1024px){
 .uk-button-primary{
  display:block!important;
  }
  .telefono { margin-left:-10%;margin-right:1%;}
  .email {    margin-left:-5%;margin-right:1%;}}
.btn{
	margin-top:10px;
}
