#slides {
  position: relative;
  border: 10px solid #fff;
  overflow-x: hidden;
    z-index: 0;
    background:#fff;
}

#slides .slides-container {
  display: none;
}

.text-container {
 z-index: 1;
background: #A2F8DD;
width: 100%;
height: 100%;
position: absolute;
top: 0;
display: none;
text-align:center;
}

.text-container .info {
    padding:10px;
max-width: 850px;
width: 100%;
margin: 150px auto;
}

.text-container .info h3 {
font-size: 40px;
padding-bottom: 13px;
    font-weight: 300;
}

.text-container .info p {
padding: 10px 10px 20px;
font-size: 16px;
word-wrap: break-word;
line-height: 1.6;
font-weight: 300;
}

.info_btn_back {
color: #FFF;
cursor: pointer;
display: block;
border: solid 2px;
width: 160px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 9px;
font-size: 15px;
     -webkit-transition: all 0.4s cubic-bezier(0.43,1,0.32,1);
        -moz-transition: all 0.4s cubic-bezier(0.43,1,0.32,1);
        -o-transition: all 0.4s cubic-bezier(0.43,1,0.32,1);
        transition: all 0.4s cubic-bezier(0.43,1,0.32,1);
}

.info_btn_back:hover {
color: #333;
   

}

.info_btn {
margin: 0 auto;
position: absolute;
z-index: 1;
bottom: 0;
width: 45px;
height: 45px;
background: #A2F8DD;
right: 0;
cursor:pointer;

}

.info_btn img:hover {
 -webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.info_btn img {
  width: 35px;
  margin: 5px ;
    padding: 5px;
}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.closeBtn {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 0;
  width: 45px;
  height: 45px;
  background:#A2F8DD;
  cursor:pointer;
  
}

.closeBtn img {
  width: 35px;
  margin: 5px ;
    padding: 5px;
}

.closeBtn img:hover {
 -webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 42%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 16px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #A2F8DD;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #A2F8DD;
}
