.UISearch {
    position: absolute;
    z-index: 1000;
    right:5px;
    top: 10px;
    width: 97%;
}
.UISearch .searchBox {
    padding: 0 10px;
    font-style: italic;
    font-size: 15px;
    width: 100%;
    position: absolute;
    top: 235px;
    right: -120px;
    left: 0;
    margin: 0 auto;
    height: 35px;
    background: #fff;
    display: none;
    border: 1px solid #017744;
    border-radius: 5px;
    color: black;
 
}
.UISearch .icon-search:before {
    content: "\f002";
    color: #fff;
    display: inline-block;
    font: 28px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 60px;
    line-height: 40px;
    padding-right: 12px;
    position: absolute;
    right: 30px;
    top: 173px;
}
