#gallery-sort-label, #portfolio-download-link {
  padding: 9px;
}

#gallery-imgs {
  margin-top: 20px;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.gallery-item {
  padding: 0 0 8px;
  position: relative;
  margin-bottom: 20px;  
  margin-right:24px;
  
  opacity: 1;
  z-index:2;

  transition: all 0.75s ease-in-out;
  transition-property: opacity, left, right, top, bottom;

  -moz-transition: all 0.75s ease-in-out;
  -moz-transition-property: opacity, left, right, top, bottom;

  -webkit-transition: all 0.75s ease-in-out;
  -webkit-transition-property: opacity, left, right, top, bottom;

  -o-transition: all 0.75s ease-in-out;
  -o-transition-property: opacity, left, right, top, bottom;

  -ms-transition: all 0.75s ease-in-out;
  -ms-transition-property: opacity, left, right, top, bottom;
}


.invisible-thumb {
  opacity: 0;
  transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  
  z-index:1;
}

.invisible-thumb a {
  pointer-events: none;
  cursor: default;
}

.gallery-item a {
  position:relative;
  display:block;
  width:100%;
  height:100%;
}

#big-view-container {
  display: none;
  background-color: black;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: 100%;
  height: 100%;

  z-index: 1000;

  overflow: auto;

  color: white;
}

#big-view-container h1 {
  font-family: HelveticaNeue-UltraLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30pt;

  margin: 20px;
}

#big-view-container .content {
  text-align: center;
  height: 100%;
  position: relative;
}

#big-view-container .content img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

#big-view-container #big-view-close-text {
  font-family: HelveticaNeue-UltraLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 20px;
  line-height: 30pt;
  font-size: 12pt;
  float: right;

  color: white;
}

.gallery-info-cover {
  cursor: pointer;
  background-color: #222;

  position: absolute;
  z-index: 999;
}

.gallery-info-cover .gallery-info-content {
  text-align: right;
  padding: 10px;
  color: white;
  font-size: 12pt;
}

.gallery-info-cover .gallery-info-content h3 {
  font-size: 16pt;
  margin-top: 0px;
  margin-bottom: 10px;
}