.desk_banner{
	margin-top:105px;
	width:100%;
}

.desk_banner img{
	width:100%;
}

.pageheader{
	text-align:left;
	padding-left:10%;
	margin-top: 20px;
	margin-bottom:-190px;
	width: 100%;
	box-shadow:none;
	color:#000;
}

.pageheader .toptitle{
	color:transparent;
	font-size:40px;
	font-family: 'Noto Sans SC', sans-serif;
	text-shadow : horizontal-shadow vertical-shadow blur color, horizontal-shadow vertical-shadow blur color;
	letter-spacing: -2px;
}

.pageheader .btmtitle{
	color:var(--main);
	margin-top:-40px;
	font-size:50px;
	font-family: 'Herr Von Muellerhoff', cursive;
	text-shadow : horizontal-shadow vertical-shadow blur color, horizontal-shadow vertical-shadow blur color;
	text-shadow:1px 1px 2px var(--main);
	letter-spacing: 1px;
}


.desk_gamesearchcontain{
	width:30%;
	display:flex;
	float:right;
	margin-right:11%; 
	margin-top:-85px;
}

.gamesearchinput{
	width:88%;
	margin-right:2%;
}

.gamesearchinput input{
	width:100%;
	height:40px;
	padding:15px;
	background-color:var(--lgrey);
	border:none;
	border-radius:0px;
	outline:none;
	color:var(--bfont);
}

.desk_gamesearchcontain .filtericon{
	width:10%;
	background-color:#282828;
	height:40px;
	text-align:center;
}

.desk_gamesearchcontain .filtericon img{
	height:25px;
	width:25px;
	margin-top:7.5px;
}


/*favourite*/
.favgame{
	content: url('../images/fav.png');
	height:25px;
	position:relative;
	margin-top:-98%;
	margin-right:-2%;
	float:right;
	z-index:2;
}

.favedgame{
	content: url('../images/faved.png');
	height:25px;
	position:relative;
	float:right;
	margin-top:-98%;
	margin-right:-2%;
	z-index:2;
}
/*favourite---end---*/

/*cstogame*/
.deskcstogame{
	display:none;
}

.deskcstogameact{
	display:block;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
}
.deskcstogamebox{
	margin-left:10%;
	margin-right:10%;
	margin:0 auto;
	max-width: 1200px;
	width:80%;
	margin-top:-10px;
}

#deskcsimage{
	
}

.deskcstg_top{
	display:flex;
	margin-top:20px;
}

.deskcstg_topright{
-webkit-animation: rightslidein 600ms;
}
@-webkit-keyframes rightslidein {
	0% {
		transform: translateX(-1000%);opacity:0;
	}
	70%{
		transform: translateX(10%);opacity:1;
	}
	100% {
		transform: translateX(0px); opacity:1;
	}
}

/*cstogame---end---*/

@media only screen and (max-width: 1025px) {

/*gamepage*/
.desk_banner{
	display:none;
}
.pageheader{
	top:60px;
	padding-left:0px;
	text-align:center;
	margin-top: 60px;
	margin-bottom:-10px;
	width: 100%;
	box-shadow:none;
	color:#000;
}

.pageheader .toptitle{
	background: linear-gradient(to bottom, #FFFED0, #e8bf58, #A96A22);
	color:transparent;
  -webkit-background-clip: text;
  text-shadow:none;
	filter: drop-shadow(1px 1px 0px #333);
	font-size:40px;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: -2px;
}

.pageheader .btmtitle{
	background: linear-gradient(to bottom, #FFFED0, #e8bf58, #A96A22);
	color:transparent;
  -webkit-background-clip: text;
  text-shadow:none;
	filter: drop-shadow(1px 1px 0px #333);
	margin-top:-40px;
	font-size:50px;
	font-family: 'Herr Von Muellerhoff', cursive;
	
	letter-spacing: 1px;
}

.pageheader .close{
	background-color:transparent;
	position: absolute;
	top: 5px;
	right: 20px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #DDDDDD;
}

.pageheader .close:hover {
	color: #fff;
}

.desk_gamesearchcontain{
	display:none;
}
.gamesearchcontain{
	margin-bottom:15px;
	width:100%;
	display:flex;
}

.gamesearchinput{
	width:88%;
	margin-right:2%;
}

.gamesearchinput input{
	width:100%;
	height:40px;
	padding:15px;
	background-color:#282828;
	border:none;
	border-radius:0px;
	outline:none;
	color:white;
}

.gamesearchcontain .filtericon{
	width:10%;
	background-color:#282828;
	height:40px;
	text-align:center;
}

.gamesearchcontain .filtericon img{
	height:25px;
	width:25px;
	margin-top:7.5px;
}
/*gamepage--end--*/
}
