@charset "utf-8";
#inner-gallery {
  height: 492px;
  position: relative;
}
@media only screen and (max-width:599px) {
  #inner-gallery {
    width: 100%;
    height: auto;
	padding: 30% 0;
	margin-top: 40px;
  }
}
#inner-gallery img {
    position: absolute;
    top: 0;
    left: 0;}
#inner-gallery div p{
  color: #fff;
  display: inline-block;
  line-height: 20px;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 5px 20px;
  background-color:#1f2774;
}
@media only screen and (max-width:599px) {
#inner-gallery div p{
  top: -40px;
    bottom: auto;
}
  }
#inner-gallery-thumb {
  font-size: 0;
}
#inner-gallery-thumb li {
  vertical-align: top;
  margin: 0 0 20px;
}
@media only screen and (max-width:599px) {
  #inner-gallery-thumb li {
	  display: inline-block;
	  width:calc( ( 100% - 2% ) / 3 );
	  margin:10px 1% 0 0;
  }
  #inner-gallery-thumb li:last-child {
	  margin-right: 0;
  }
}
#inner-gallery-thumb li img {
  opacity: 0.5;
}
#inner-gallery-thumb .active img {
  opacity: 1;
}
#inner-gallery-thumb a {
  overflow: hidden;
}
#inner-gallery-thumb img {
  max-width: 100%;
}