.grid-gallery{
    padding-bottom:50px;
}
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	max-width: 100%;
}

/* Grid style */
.grid-wrap {
	max-width:100%;
	margin: 0 auto;
    padding:0 0 60px 0;
    -webkit-overflow-scrolling: touch;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 33.333333%;
    margin-bottom: 5px;
	float: left;
}


.grid figure {
	padding: 7px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
      display: block;

}
@media screen and (max-width: 1100px) {
.grid li {
	width: 33.3333333%;
	float: left;
	cursor: pointer;
}
.grid figure {
	padding: 3px;
}
}
@media screen and (max-width: 730px) {
.grid li {
	width: 50%;
	float: left;
	cursor: pointer;
}
.grid figure {
	padding: 5px;
}
.grid-wrap {
    padding:0 0 20px 0;
}
}
.grid li:hover figure {
	opacity: 0.7;
}


.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #FFF;
float: left;
    clear:both;
width:100%;

}
.page-load-status2 {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #FFF;
float: left;
    clear:both;
width:100%;
}
.page-load-status3 {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #FFF;
float: left;
    clear:both;
width:100%;
}
.page-load-status4 {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #FFF;
float: left;
    clear:both;
width:100%;
}
.page-load-status5 {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #FFF;
float: left;
    clear:both;
width:100%;
}
.page-load-status6 {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #FFF;
float: left;
    clear:both;
width:100%;
}
.page-load-status7 {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #FFF;
float: left;
    clear:both;
width:100%;
}
.page-load-status8 {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #FFF;
float: left;
    clear:both;
width:100%;
}
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.grid__gutter-sizer { width: 0%; }

.btn{
    border-radius: 20px;
    background: -moz-linear-gradient(left, #00d1a7, #008182);
    background: -webkit-linear-gradient(left, #00d1a7, #008182);
    background: linear-gradient(to left, #00d1a7, #008182);
    border-radius: 25px;
    padding: 10px 30px;
    margin-top: 1rem;
    transition: 0.6s;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    letter-spacing: 4px;
    float: left;
    clear: both;
    margin: 20px auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}
@media screen and (max-width: 730px) {
.btn{
    width: 60%;
    padding: 4px 30px;
    bottom: 36px;
}
}