div.transbox{ background-color: unset; border: 0px; }
#searchboxInc{ width: 900px; background:unset; margin: unset;}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #aa-property-header{ height:auto; padding-bottom:20px; }
    .aa-property-header-inner.row{ margin-top:35px !important;}
    #searchboxInc {width:100%;padding: initial !important;}
}
@media only screen and (min-width: 767px) and (max-width: 1440px) {
    #searchboxInc {width:480px;padding: initial !important;}
}