.headerbar #site-description {
	display: none !important;
}

.headerbar .header-banner {
	display: block;
	text-align: center;
	max-width: 100%;
	max-height: 100%;

}

.headerbar .mobile-header-banner {
	display: none;
}

.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;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.headerbar .header-banner {
		border-radius: 0px !important;
	}
}