/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-games .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel-games .owl-animated-in {
  z-index: 0;
}
.owl-carousel-games .owl-animated-out {
  z-index: 1;
}
.owl-carousel-games .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel-games {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel-games .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel-games .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel-games .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-games .owl-controls .owl-nav .owl-prev,
.owl-carousel-games .owl-controls .owl-nav .owl-next,
.owl-carousel-games .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel-games.owl-loaded {
  display: block;
}
.owl-carousel-games.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel-games.owl-hidden {
  opacity: 0;
}
.owl-carousel-games .owl-refresh .owl-item {
  display: none;
}
.owl-carousel-games .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}
	
	
.owl-carousel-games .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel-games.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel-games .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-rtl {
  direction: rtl;
}
.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel-games {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-games .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel-games .owl-item img {
  transform-style: preserve-3d;
  	/*opacity: 0.9;*/
  	opacity: 1;

}
.owl-carousel-games .owl-item img:hover {
  	opacity: 0.7
	
}
.customNextBtn {
    background-image:url('../img/arrow_left_black.png');
    width: 24px;
    height: 39px;
    position: absolute;
    top: 60px;
    left:-25px;
	opacity: 0.85;
}
.customNextBtn:hover {
	opacity: 1;
}

.customPrevBtn {
    background-image:url('../img/arrow_right_black.png');
    width: 24px;
    height: 39px;
    position:absolute;
    top:60px;
    right: -25px;
	opacity: 0.85;
}
.customPrevBtn:hover {
	opacity: 1;
}

.gamesNextBtn {
    background-image: url('../img/arrow_left.png');
    width: 32px;
    height: 36px;
    position: absolute;
    top: 190px;
    left: 60px;
}
.gamesNextBtn:hover {
	background-image:url('../img/arrow_left_on.png');
}

.gamesPrevBtn {
    background-image: url('../img/arrow_right.png');
    width: 32px;
    height: 36px;
    position: absolute;
    top: 190px;
    right: 60px;
}
.gamesPrevBtn:hover {
	background-image:url('../img/arrow_right_on.png');
}
#games_bar .owl-controls {
    visibility:hidden;
    display:none;
}


.owl-carousel-games .item {
    padding:0px;
    margin:0px;
}

.owl-carousel-games .item_box {
	background-color: #fff;
}

@media screen and (max-width: 1280px) {

    .gamesNextBtn {
        left:0px;
    }
    .gamesPrevBtn {
        right: 0px;
    }
	
}
@media screen and (max-width: 1024px) {

    .gamesNextBtn {
        display: none;
        visibility: hidden;
        left:5px;
    }
    .gamesPrevBtn {
        display: none;
        visibility: hidden;
        right: 5px;
    }
    
}


@media screen and (min-width: 1800px) {

.gamesNextBtn {
    left:20%;
}
.gamesPrevBtn {
    right:20%;
}

}

@media screen and (min-width: 1600px) {

.gamesNextBtn {
    left:10%;
}
.gamesPrevBtn {
    right: 10%;
}

}

@media screen and (min-width: 1400px) {

.gamesNextBtn {
    left:8%;
}
.gamesPrevBtn {
    right: 8%;
}

}

