.pic-box{
    font-size: 0;
    width: 100%;
    display: block;
    margin-top: 150px;
}
.pic-title-box{
    width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.pic-title1{
    font-size: 28px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: #00a48b;
}
.pic-title2{
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.pic-line{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #dddddd;
}
.pic-list{
    width: 19%;
    display: block;
    float: left;
    margin-bottom: 0.75%;
    margin-left: 0.75%;
}
.pic-list-box{
    width: 100%;
    margin-top: 20px;
    font-size: 0;
}

.are-images-unloaded {
    opacity: 0;
}
.gutter-sizer{
    width: 0%;
}

.page-load-status{
    display: none;
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
