[app] #page_top {
  display: none;
}

.top-header {
  padding: 10px 0;
}
.top-header img {
  width: auto;
}

.headerContainer{
	width:100%;
	text-align:center;
	position:relative;
}

.emiratesLogo{
	position:absolute;
	top:0;
	right:0;
}

@media only screen (min-width: 769px) {
	.logoCenter{
		margin:0 auto;
		width: auto;
	}  
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.logoCenter{
		margin:0 auto;
		width: 450px !important;
	}  
}

@media only screen and (max-width: 480px) {
  .top-header img {
    max-width: 350px;
  }
  .emiratesLogo{
	  height:30px;
  }
  .emiratesLogo img{
	  height:30px;
	  width:auto !important;
  }
  .logoCenter{
	margin:0 auto;
  }
}