
.SingleSearch {
    position: relative;
    z-index: 2;
    #display:
;
    width: 1200px;
    width: 1200px;
    margin:
    auto;
}
.SingleSearch .SearchBox {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 1px inset;
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 16px;
  	#left:3px;
    top: 165px;
    width: 200px;
}
.SingleSearch .SearchBox .Text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #5b5b5b;
    display: inline-block;
    float: left;
    font: italic 9pt Arial;
    margin: 0;
    padding: 5px;
    width: 180px;
}
.SingleSearch .SearchBox .Button {
    background: url("images/s.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    float: right;
    height: 22px;
    width: 20px;
}
input:focus {
    outline: none;
}
@media only screen and (min-width: 769px){
.SingleSearch {
    max-width: unset !important;
    /* width: 100%; */
}
.SingleSearch .SearchBox {
    top: -36px !important;
    width: unset !important;
}
}
@media only screen and (max-width: 768px){
  .SingleSearch {
    min-height: 20px !important;
    width: 100vw;
    padding: 5px;
    margin: 0 !important;
    position: static !important;
    margin-top: 5px !important;
    margin-bottom: 5px;
    max-width: 100%;
    display: block !important;
}  
.SingleSearch .SearchBox {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    right: 5px;
    /* top: 1px; */
    width: 80% !important;
    height: 1.3%;
    /* position: absolute; */
    /* top: 8.0%; */
    /* left: 2.6%; */
    margin-top: -45px;
    margin-left: 9px;
}
div.SingleSearch {
    margin-bottom: -25px !important;
}
}
