@charset "utf-8";
/* CSS Document */

.w3-section {
	display: inline;
	margin-top: 16px!important;
	margin-bottom: 16px!important;
}

.mySlides {
	display: none;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

 img.mySlides {
	 align-items: center;
	 margin: 0 auto;
}

.w3-container {
	
}

.w3-row-padding {
	width: 100%;
	max-width: 1200px;
	display: flex;
	color: #1619161;
	justify-content: space-between;
}

.w3-row-padding .w3-section{
	width: 100%;
}

.w3-col.s4 {
	width: 10%;
	display: flex;
}

.w3-col.s4 img:hover {
	opacity: 1;
	transition: opacity .3s ease-out;
	  -moz-transition: opacity .3s ease-out;
	  -webkit-transition: opacity .3s ease-out;
	  -o-transition: opacity .3s ease-out;
}

.demo {
	cursor: pointer;
	opacity: none;
}

.w3-col {
	width: 5%;
}

.w3-content img {
	overflow: hidden;
	float: left;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.w3-content {
	position: relative;
	align-items: center;
	max-width: 1200px;
	animation: 1.4s ease-in 0s 1 emergeFromLeft3;
	margin-left: 0;
	float: left;
	clear: left;
	padding: 2%;
	width: 96%;
	background-color: white;
  	background-color: rgba(255, 255, 255, 0.7);
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 1%;
	border-radius: 1.5px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
	max-width: 980px;
  border-radius: 0 3px 3px 0;
}
	
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.s4 {
	position: relative;
	display: inline-block;
	width: 100%;
}

.w3-opacity,.w3-hover-opacity:hover {
	opacity:0.60
}

.w3-opacity-off,.w3-hover-opacity-off:hover {
	opacity:1
}

.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,

.w3-opacity-max {
	opacity:0.25
}

.w3-opacity-min {
	opacity:0.75;
}

@media only screen and (max-width: 768px) {
	
.w3-content {
	margin-top: 50px;
}
}

