#index > .ui-header {
	height: 7rem; 
	background-image: url(logo-ssb-1.png); 
	background-repeat: no-repeat; 
	background-size: auto 80%; 
	background-position: 30% center;
}

.ui-bar {
    background-color: #ae9b47;
}

.ui-bar h4 {
    color: #fff;
    padding-left: 4px;
}

#travelseller button.ui-btn.ui-corner-all,
#travelseller button.ui-btn.ui-corner-all:hover,
#bucharten a.ui-btn.ui-corner-all,
#bucharten a.ui-btn.ui-corner-all:hover{
    background-color: #ae9b47;
    color: #fff;
}

@media (max-width: 1040px) {
	#index > .ui-header {
		background-position: 10% center;
	}
}

@media (max-width: 970px) {
	#index > .ui-header {
		background-position: 5% center;
	}
}