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

.mySlides {display:none;}

.btn-1 {
 	position: absolute;
 	bottom: 2%;
 	right: 12%;
 	transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	background-color: #4CAF50;
 	color: white;
 	font-size: 16px;
 	padding: 7px 12px;
 	border: none;
 	cursor: pointer;
 	border-radius: 5px;
 	text-align: center;
}
.container img {
  /* width: 70%; */
  height: 100%;
  padding-top: -17px;
  margin-top: 25px;
  margin-left: 0px;
  /* padding-left: 100px; */
  /* margin-right: 34px; */
  /* margin-left: 200px; */
  /* max-width: 100%; */
  margin: auto;
  /* transform: translate(10%, 1%); */
  /* padding: inherit; */
  padding-top: 40px;
  padding-right: -16px;
}

.container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000;
  color: white;
  font-size: 16px;
  padding: 23px -3px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  z-index: 1001;
  width: 33%;
  height: 100%;
  /* margin-top: 38px; */
  padding-top: 28px;
  padding-bottom: 25px;
 }
	
	#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 18px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}


/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: -2px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
	
.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
	
.container button{
    display: block;
    margin: 1.5rem auto;
    padding: 0.5rem;
    width: 38px;
    background-color: #c4e538;
    border: 0px;
    outline: none;
    color: #fff;
}


#close {
    float:right;
    display: block;
    padding: -5px -1px;
    /* margin-right: -7px; */
    background: #000000;
    padding-left: -5px;
    padding-right: 37px;
}

#close:hover {
  float: right;
  display: block;
  padding: -14px 4px;
  background: #00000096;
  color: #fff;
  margin-left: 0px;
  padding-left: -5px;
  padding-right: 40px;
}





/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 740px){
  .modal-content {
    width: 100%;
  }
	
	.btn-1 {
 	position: absolute;
 	bottom: 6%;
 	right: 3%;
 	transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	background-color: #4CAF50;
 	color: white;
 	font-size: 16px;
 	padding: 3px 4px;
 	border: none;
 	cursor: pointer;
 	border-radius: 5px;
 	text-align: center;
}
.container img {
  /* max-width: 118%; */
  height: 550px;
  margin-left: 0px;
  width: 100;
  width: 100%;
  transform: translate(0%, 1%);
  /* margin: auto; */
  /* max-width: 100%; */
}

.container {
  position: fixed;
  top: 50%;
  right: -42%;
  left: 51%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000;
  color: white;
  font-size: 16px;
  padding: 5px -8px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  width: auto;
  height: auto;
 }
	
	#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 32px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}


/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: -4px;
  right: 17px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
	
.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
	

#close {
    float:right;
    display:inline-block;
    padding: 3px 26px;
    background: #000000;
}

#close:hover {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  background: #000000;
  color: #fff;
  margin-top: 24px;
  margin-right: 50px;
}


