.hderCenterLogo {
  /*position: fixed;*/
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding: 20px 10px;
	box-sizing: border-box;
}

.hderCenterLogo h1{
	width: 30%;
	float: left;
	padding: 2% 0 0 0;
}
.language{
	width: 40%;
	float: right;
	text-align: center;
	border:1px solid #cccccc;
	border-radius: 100px;
	position: relative;
}
.language p{
	width: 100%;
	position: absolute;
	z-index: 1;
	background: url(../img/global.png) no-repeat 2% center,
		url(../img/arrow_bottom.png) no-repeat 98% center;
	background-size:auto 15px,
		auto 10px;
	padding: 10px 0;
}
.language select{
	width: 100%;
	text-align: center;
	  opacity: 0;
  position: relative;
  z-index: 2;
	padding: 10px 0;
}

@media (min-width: 768px) {
  .hderCenterLogo {
    padding: 20px;
	  box-sizing: border-box;
  }
.hderCenterLogo h1{
	width: 220px;
	padding: 0;
	float: left;
}
.language{
	width: 250px;
	float: right;
	text-align: center;
	border:1px solid #cccccc;
	border-radius: 100px;
	position: relative;
}
.language p{
	width: 100%;
	position: absolute;
	z-index: 1;
	background: url(../img/global.png) no-repeat 2% center,
		url(../img/arrow_bottom.png) no-repeat 98% center;
	background-size:auto 15px,
		auto 10px;
	padding: 10px 0;
}
.language select{
	width: 100%;
	text-align: center;
	  opacity: 0;
  position: relative;
  z-index: 2;
	padding: 10px 0;
}
}

.hderCenterLogo img {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hderCenterLogo img {
  }
}

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