.header {
	background-color: #2e667f;
}

.header>div {
	width: 1500px;
	margin: 0 auto;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px
}

.headerLogo {
	width: 10%;
	height: 100%;
	float: left;
}

.headerLogo img {
	height: 100%;
}

.lsHeaderNav {
	width: 75%;
	height: 100%;
	line-height: 60px;
}

.lsHeaderNav ul {
	margin: 0px;
}

.lsHeaderNav li {
	width: 8%;
	display: inline-block;
	margin: 0px 5px;
	padding: 5px;
	line-height: 30px;
	box-shadow: 2px 2px 2px 2px #162f3b;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
}

.headerSearch {
	width: 15%;
	height: 100%;
}

#searchGames1 {
	width: 100%;
	margin-top: 8px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	background-color: #FFFFFF;
	background-clip: padding-box;
	border: 1px solid #6BF8FF;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#searchGames1:focus {
	outline: none;
	border: 1px solid #6BF8FF;
}

.msHeaderNav,
.showMsHeaderNav {
	display: none;
}

.show {
	display: block !important;
}

@media (max-width:1500px) {
	.header>div {
		width: 94%;
	}
}

@media (max-width:800px) {
	.lsHeaderNav {
		display: none;
	}

	.headerLogo {
		width: 25%;
	}

	.headerSearch {
		width: 60%;
	}

	.showMsHeaderNav {
		width: 15%;
		font-size: 36px;
		line-height: 60px;
		display: block;
		text-align: right;
	}

	.msHeaderNav {
		width: 100%;
		margin-top: 5px;
		z-index: 999;
	}

	.msHeaderNav ul {
		margin: 0px;
		padding-right: 10px;
		border-radius: 5px;
		background-image: linear-gradient(#0f6c7f, #269284)
	}

	.msHeaderNav li {
		width: 100%;
		display: inline-block;
		margin: 0px 0px;
		padding: 0px;
		line-height: 30px;
		font-size: 18px;
		text-align: right;
	}
}