.headerbar #site-description {
    display: none !important;
}

.headerbar .header-banner {
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}
.navbar #search-box{
    box-shadow:none;
    margin: auto;
    padding: 5px;
}
.rtl .navbar #search-box {
	float:left;
}

.navbar .button-search-end {
    border-radius: 0px 4px 4px 0px;
}
.rtl .navbar .button-search-end {
    border-radius: 4px 0px 0px 4px;
}

.banner-header {
    position: relative;
}

.banner-header #search-overlay {
    position: absolute;
    z-index: 1;
}
