.gallery-container{
  position: relative;
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 10px;
      margin-bottom: 10px;
}

.gallery-stack{
  position: absolute;
  right: 5px;
  top: 5px;
background-color: rgba(0, 0, 0, 0.21);
border-radius: 2px;
color: #fff;
font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    padding: 12px 20px;
}

.gallery-stack svg{
  margin-right: 5px;
position: relative;
top: 2px;
right: 1px;
}



.gallery-icon, .frontpage a .gallery-icon{
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 2px;
  color: #fff;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  padding: 5px 10px;
}

.gallery-icon svg{
  margin-right: 5px;
position: relative;
top: 2px;
right: 1px;
}



a.gallery-number{
  width: 25px;
  height: 25px;
  background-color: #d2d4e4;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  padding: 0;
  background-image: none;
  font-family: "museo-sans", 'Arial Black', Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.gallery-number.active{
  background-color: #7fa1ee;
}

a.gallery-number:hover{
  background-image:none;
}

.galleri-number-wrap{
  width: 60%;
  display: inline-block;
}

.galleri-button-wrap{
  width: 40%;
  display: inline-block;
  text-align: right;
}

a.galleri-next-button{
  font-family: "museo-sans", 'Arial Black', Arial, "Lucida Grande", sans-serif;
  background-color: #4577e9;
  padding: 13px 20px;
  background-image: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: none;
}

a.galleri-next-button:hover{
  background-image: none;
}

.gallery-heading{
  font-family: "museo-sans", 'Arial Black', Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  font-size: 0.875em;
  font-style: normal;
  padding: 10px 0 0px;
}

.gallery-text{
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 0.85em;
  font-weight: 300;
  padding: 5px 0 10px;
}

@media only screen
and (max-width : 700px) {

  .gallery-stack{
    font-size: 13px;
    padding: 5px 10px;
  }

  a.galleri-next-button{
    padding: 9px 9px;
    font-size: 14px;

  }

}
