/* #HEADER TOP SEARCH */
.block-search {		
    position: relative;
}
.block-title {
    display: none;
}
.block-content {
    margin-bottom: 0;
}
.form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.label {
    display: none;
}
.control {	  
    border: 0;
    clear: both;   
    margin: 0 -15px -1px;    
    padding: 0 15px;
}
.input-text {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #888B8D;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    float: left;
    height: 44px;
    padding: 13px 5px 13px 15px;
    vertical-align: baseline;
    width: 100%;
}

.search-autocomplete {
    margin: -15px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 98%;
    z-index: 3;
}
.action.search {
    background: rgba(0, 0, 0, 0) url(../images/search-icon.png) no-repeat scroll 0 0;    
    border: 0 none;    
    cursor: pointer;  
    opacity: 1;
    position: absolute;  
    right: 7px;    
    text-indent: -999px;    
    top: 5px;
    width: 40px;   
}
/* HEADER TOP SEARCH END */