@media screen and (max-width: 1198px){
/**
* @section single
*/
.right-item a {
    font-size: 12px;
}

}

@media screen and (max-width: 1024px){
/**
* @section single
*/
.right-item a {
    font-size: 11px;
}

}


@media screen and (max-width: 985px){
/**
* @section navigation
*/
#nav-list ul li {
	padding: 0 15px;
}

}

@media screen and (max-width: 860px){
/**
* @section navigation
*/
#nav-list ul li {
	padding: 0 10px;
}

}

@media screen and (max-width: 768px){
/**
* @section navigation
*/
#nav-list {
	display: none;
}
#nav-list ul li:after {
    display: none;
}
/**
* @section recommended
*/
.recommended-items {
    width: 25%;
}
.popular .recommended-items {
    width: 50%;
}
.category .compilation-items {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    flex-basis: 48%;
}
.compilation-items img {
    margin: 0 auto;
}
/**
* @section category
*/
.aside {
	margin-bottom: 60px;
}
/**
* @section single
*/
.right-item {
    margin-bottom: 30px;
}
.right-item div {
    width: 18%;
    display: inline-block;
}

}

@media screen and (max-width: 550px){
/**
* @section sub menu
*/
.sub-menu {
	border: none;
	position: relative;
	top: 0;
	left: 0;
	display: none;
	float: none;
	max-width: auto;
	min-width: auto;
}
.sub-menu li {
	margin-bottom: 10px !important;
}
.sub-item-has-children:after {
    top: 12px;
}
/**
* @section single
*/
.right-item {
    margin-bottom: 30px;
    padding: 17px 17px 1px !important;
}
.right-item div {
    padding: 0 20px;
    width: 30%;
}
.right-item {
    background-color: #864bf0;
    padding: 17px 17px 1px !important;
    text-align: center;
}
/**
* @section category
*/
#game {
    height: auto !important;
}
	
}