* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: absolute;
  top: 0;
  border-style: double;
  z-index: -1;
  
}

/* Hide the images by default */
.mySlides {
  display: none;
  overflow:hidden;
  height: 590px;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -80px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 25px 75px;
  position: absolute;
  bottom:25px;
  width: 50%;
  text-align: left;
  background-color: rgba(0,0,0,0.8);
  border-style: solid;
  border-color: rgba(213, 182, 216, 0.5);
}

.text h2 {
	text-align: left;
}
.text h3 {
	text-align: left;
	text-decoration: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dots {
	margin: auto;
	width: 100%;
	margin-top: 475px;
	position: absolute;
	text-align: center;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

/*Series backgrounds*/

.gmw {
	background-color:#03111c;
	background-image: url(../abwgmw/images/kintsu.png);
	background-repeat: repeat;
	
}

.duael {
	background-image: url(../images/carousel/duael_slider_bg.png);
}

.heart {
	background-image: url(../heart/images/sprinkles.jpg);
	background-repeat: repeat;
}

.slider_animation_left {
	-webkit-animation: slideInLeft 2s forwards;
	-moz-animation: slideInLeft 2s forwards;
	animation: slideInLeft 2s forwards;
	z-index: -1;
}

.slider_animation_right {
	-webkit-animation: slideInRight 2s forwards;
	-moz-animation: slideInRight 2s forwards;
	animation: slideInRight 2s forwards;
	z-index: -1;
}

@media all and (max-device-width: 767px) {
	
	.slideshow-container {
		display: none;
		/*max-width: 400px;*/
	}

	/*.mySlides {
		height: 157px;
	
	}
	.dots {
		margin-top: 150px;
	}*/
}