.SingleSearch {
        margin: 0;
        padding: 0;
        position: relative;
        /* width: 1100px; */
        z-index: 1000;
        height: 34px;
        background: #e74c3c;
        max-width: unset !important;
        /* border-top: 2px solid #205291; */
}
.SingleSearch .SearchBox {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #ccc; */
        border-radius: 3px;
        height: 25px;
        position: absolute;
        right: 5px;
        top: 3px;
        width: 166px;
        z-index: 999;
        overflow: hidden;
}
.SingleSearch .SearchBox .Text {
        border: medium none;
        color: #5b5b5b;
        display: inline-block;
        font: italic 9pt Arial;
        height: 25px;
        margin: 0;
        text-align: left;
        width: 80%;
        flex: 1;
}
.SingleSearch .SearchBox .Button {
        background: rgba(0, 0, 0, 0) url("images/s.png") no-repeat scroll center center;
        border: medium none;
        display: inline-block;
        float: right;
        height: 25px;
        width: 25px;
}
@media only screen and (max-width: 768px){
.SingleSearch {
       display: none;
}
} 