@charset "UTF-8";

/* Slideshow container */
.slideshow-container {
  width:100%;
  height:100%;
  position: relative;
  margin: auto;
}
.mySlides {
	width:100%;	
  height:100%;
  position: relative;
  background-size:cover;
  background-position:center;
}
.mySlides a {
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
	position:absolute;
}
/* Caption text */
.text {
  color: #000;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  right:20px;
  width: 100%;
  text-align: right;
  font-family: din-m;
}
.text i {
	font-family: din-s;
	font-size:10px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot-center {
	height:12px;
	position:absolute;
	bottom:70px;
	right:20px;
}
.dot {
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color:rgba(0,0,0,0.3);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: rgba(0,0,0,0.8);
}

ul.mobile-page {
	display:none;
}

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

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*FOR MOBILE*/
@media screen and (max-width: 767px) {
	.dot-center {
		display:none;
	}
		/*Index*/
	.slideshow-container {
		display:none;
	}
	ul.mobile-page {
		display:block;
		width:100%;
		padding-top:100px;
	}
	ul.mobile-page li {
		display:block;
		height:auto;
		position:relative;
		margin-bottom:10px;
	}
	ul.mobile-page li a {
		display:block;
		width:100%;
		height:100%;
	}
	ul.mobile-page li a:hover {
		opacity: 0.8;
	}
	.m-pic {
		height:180px;
		background-position:center;
		background-size:cover;
	}
	.m-text {
		color: #000;
		font-size: 14px;
		width: 100%;
		text-align: left;
		font-family: din-m;
		line-height:1.2em;
		margin-top:10px;
		margin-bottom:10px;
	}
	.m-text i {
		font-family: din-s;
		font-size:10px;
		display:block;
	}
}
