/** GAME SLIDER **/

.game-slider-block {
    display: table;
    width: 100%;
    float: none;
	display: none;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
    width: 100%;
}

.swiper-wrapper {
    /*margin-bottom: 20px;*/
}

.swiper-wrapper > a {
    display: block;
	width: 31.6% !important;
}

.content-game-slider-block {
    float: none;
}

.content-game-slider-block .goto-game {
	position: absolute;
	left: 0;
	right: 8%;
	bottom: 0.9em;
	text-align: center;
}

.goto-game > .btn {
    position: relative;
    left: 2%;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    background-image: none !important;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

@media only screen and (max-width: 1199px) {
	
	/** GAME SLIDER **/

	.row-game-slider-block {
		margin-left: -15px;
		margin-right: -15px;
	}

	.swiper-wrapper > a {
		width: 65% !important;
	}
	
	.swiper-slide-prev {
		position: relative;
		right: -15%;
		transform: translate3d(0px, 0px, -600px) rotateX(0deg) rotateY(34.5786deg) !important;
	}
	
	.swiper-slide-next {
		position: relative;
		left: -15%;
		transform: translate3d(0px, 0px, -600px) rotateX(0deg) rotateY(-34.6522deg) !important;
	}
	
	.swiper-slide-prev,
	.swiper-slide-next {
		opacity: 0.5;
	}
	
	.content-game-slider-block .goto-game {
		bottom: 1.8em;
	}
	
	.swiper-slide-prev .content-game-slider-block .goto-game,
	.swiper-slide-next .content-game-slider-block .goto-game {
		bottom: 2.2em;
	}
	
	.swiper-button-next, .swiper-button-prev {
		height: 25px !important;
		display: block;
	}
	
}

@media only screen and (max-width: 767px) {
	/** GAME SLIDER **/
	.game-slider-block {
		display: block;
	}	
	
	.content-game-slider-block .goto-game {
		bottom: 10%;
	}
	
	.swiper-slide-prev .content-game-slider-block .goto-game,
	.swiper-slide-next .content-game-slider-block .goto-game {
		bottom: 12%;
	}
	
	.goto-game > .btn {
		font-size: 1em;
	}
}

@media only screen and (max-width: 480px) {
	
	/** GAME SLIDER **/
	
	.swiper-wrapper > a {
		width: 65% !important;
	}
	
	.goto-game > .btn {
		font-size: 0.7em;
	}
	
	.content-game-slider-block .goto-game {
		bottom: 8%;
	}
	
	.swiper-slide-prev .content-game-slider-block .goto-game,
	.swiper-slide-next .content-game-slider-block .goto-game {
		bottom: 8%;
	}
	
	.swiper-button-next, .swiper-button-prev {
		height: 20px !important;
	}
	
}

@media only screen and (max-width: 360px) {
	
	/** GAME SLIDER **/
	
	.goto-game > .btn {
		font-size: 0.6em;
	}
}