.UISingleSearch, .UISingleSearch_Default {
        margin-top: 20px;
}
.SingleSearch {
}
.SingleSearch .SearchBox {
        background: #f2f2f2 none repeat scroll 0 0;
        height: 40px;
        /* position: absolute; */
        /* right: 5px; */
        /* border: 1px solid #729bc1; */
        border-radius: 5px;
        padding: 5px;
}
.SingleSearch .SearchBox .Text {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        /*color: #ffffff;*/
        color: #1567b3;
        display: inline-block;
        float: left;
        font: 10pt Merriweather;
        width: calc(100% - 30px);
        outline: none;
        height: 100%;
        /* border-radius: 5px; */
}
.SingleSearch .SearchBox .Button {
        background: rgba(0, 0, 0, 0) url("images/search.png") no-repeat scroll center center;
        border: medium none;
        display: inline-block;
        float: right;
        height: 32px;
        width: 20px;
        /*margin: 3px;*/
}
@media only screen and (max-width: 768px) {
        .UISingleSearch, .UISingleSearch_Default {
                width: 100vw;
                margin: 0 auto;
        }
        .SingleSearch {
                margin:0 !important;
        }
}
