.hderCenterLogo {
  /*position: fixed;*/
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding: 10px 0 11px;
	text-align: center;
}

@media (min-width: 768px) {
  .hderCenterLogo {
    padding: 18px 0;
  }
}

.hderCenterLogo img {
  height: 40px;
  margin: 0 auto;
}

.hderCenterLogo h1{
	font-size: 1rem;
	font-weight: lighter;
	text-align: center;
	padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  .hderCenterLogo img {
    height: 40px;
  }
.hderCenterLogo h1{
	font-size: 1rem;
	font-weight: lighter;
	text-align: right;
	padding: 10px 10px 0 0;
	box-sizing: border-box;
}
}

.shadow {
    box-shadow: 0 2px 2px -1px #ee7801;
}

