.com_joeworkman_stacks_fontawesome_stack .jw-wrapper{margin:0;text-align:left}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-center{text-align:center}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-right{text-align:right}.com_joeworkman_stacks_fontawesome_stack i.fa,.com_joeworkman_stacks_fontawesome_stack .fa-stack{-webkit-transition:color 300ms ease 0s;transition:color 300ms ease 0s}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-spin,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-spin{padding:0.2em;-webkit-box-sizing:content-box;box-sizing:content-box}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-45,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-45{padding:0.2em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-135,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-135{padding:0.2em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-225,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-225{padding:0.2em;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-315,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-315{padding:0.2em;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-border{padding:0}.com_joeworkman_stacks_fontawesome_stack a{text-decoration:none}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_397 .stacks_left {
	width:300px;
}

#stacks_in_397 .stacks_row {
	width:900px;
}/*  */
#stacks_in_397, #stacks_in_398, #stacks_in_397 .stacks_in, #stacks_in_397 .stacks_out {
  overflow: visible !important; }

#album-stacks_in_85 {
  z-index: 1000;
  position: relative; }
  #album-stacks_in_85 .album-cover {
    margin: 20px;
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box; }
    #album-stacks_in_85 .album-cover.cover-left {
      margin-right: auto; }
    #album-stacks_in_85 .album-cover.cover-right {
      margin-left: auto; }
    #album-stacks_in_85 .album-cover.cover-center {
      margin-left: auto;
      margin-right: auto; }
    #album-stacks_in_85 .album-cover:hover {
      /*  */
      cursor: pointer;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      /*  */ }
      #album-stacks_in_85 .album-cover:hover .album-cover-inner {
        /*  */
        box-shadow: none;
        /*  */ }
      #album-stacks_in_85 .album-cover:hover .album-cover-image::after {
        /*  */
        opacity: 1;
        /*  */ }
      #album-stacks_in_85 .album-cover:hover::before, #album-stacks_in_85 .album-cover:hover::after {
        /*  */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        /*  */ }
    #album-stacks_in_85 .album-cover::before, #album-stacks_in_85 .album-cover::after {
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      transition: all 0.3s;
      background: rgba(255, 255, 255, 0);
      border-radius: 5px;
      -webkit-animation: album-shape-show-stacks_in_85 0.4s 0.6s;
              animation: album-shape-show-stacks_in_85 0.4s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_85 .album-cover::before {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg); }
    #album-stacks_in_85 .album-cover::after {
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    #album-stacks_in_85 .album-cover-placeholder {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(112, 128, 144, 0.30);
      border-radius: 5px;
      border: 3px dashed rgba(112, 128, 144, 0.30);
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #album-stacks_in_85 .album-cover-placeholder i {
        font-size: 50px; }
      #album-stacks_in_85 .album-cover-placeholder span {
        font-size: 20px; }
    #album-stacks_in_85 .album-cover-count {
      /*  */
      font-family: "Varela";
      /*  */
      top: 10px;
      right: 10px;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.10);
      font-size: 13px;
      padding: 5px 10px;
      border-radius: 20px;
      opacity: 0;
      z-index: 20;
      line-height: 1;
      position: absolute;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-animation: album-count-show 0.5s 0.6s;
              animation: album-count-show 0.5s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_85 .album-cover-inner {
      /*  */
      background: rgba(44, 44, 59, 1.00);
      /*  */
      /*  */
      box-shadow: none;
      border-radius: 5px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      transition: all 0.3s;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*  */
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation: album-cover-show 0.3s 0.4s;
              animation: album-cover-show 0.3s 0.4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      /*  */ }
    #album-stacks_in_85 .album-cover-image {
      height: 150px;
      max-width: 300px;
      background: url(../files/cover_image-85.jpg);
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      #album-stacks_in_85 .album-cover-image::after {
        content: '\f133';
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        transition: all 0.3s;
        font-family: "Ionicons";
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: rgba(255, 255, 255, 0.20);
        background: rgba(44, 44, 59, 0.60);
        font-size: 100px; }
    #album-stacks_in_85 .album-cover-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 100%;
      padding: 12px 15px; }
      #album-stacks_in_85 .album-cover-info-title {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 21.000000px;
        margin-bottom: 5px; }
      #album-stacks_in_85 .album-cover-info-description {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 0.40);
        font-size: 13px;
        line-height: 18.199999px;
        text-overflow: ellipsis; }
  #album-stacks_in_85 #album-gallery-stacks_in_85 {
    /*  */
    z-index: 200;
    height: 100%;
    position: fixed;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation: album-gallery-hide 0.5s;
            animation: album-gallery-hide 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    /*  */
    /*  */
    background: rgba(44, 44, 59, 1.00);
    /*  */
    /*  */
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    /*  */ }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-info {
      /*  */
      background: rgba(34, 34, 45, 1.00);
      /*  */
      /*  */
      z-index: 200;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      transition: all 0.3s;
      font-family: "Proxima Nova";
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-back {
      color: rgba(255, 255, 255, 1.00);
      padding: 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      font-size: 18px;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-back i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-back::after {
        line-height: 0;
        margin-left: 8px;
        display: inline-block;
        content: "Back"; }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-header {
      padding: 20px 15px; }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 18px;
      line-height: 25.199999px;
      padding-bottom: 5px; }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.40);
      font-size: 14px;
      line-height: 19.600000px; }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content {
      z-index: 200;
      position: relative;
      padding: 20px 20px; }
      #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        box-sizing: border-box;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid .stack {
          /*  */ }
          #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid .stack li {
            margin: 0 auto; }
        #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          box-sizing: border-box;
          padding: 10px 10px; }
        #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid a {
          box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.10);
          border-radius: 4px;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          display: block;
          overflow: hidden;
          position: relative;
          transition: all 0.3s;
          box-sizing: border-box; }
          #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid a .img {
            width: 100%;
            height: 100%;
            transition: inherit;
            background-size: cover;
            box-sizing: border-box;
            background-position: center center; }
          #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid a:hover .img {
            /*  */
            overflow: hidden;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            /*  */ }
          #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid a:hover::before {
            /*  */
            top: 0;
            left: 0;
            content: '';
            z-index: 20;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
            /*  */ }

body.album-stacks_in_85-expand .simple-lightbox {
  position: fixed;
  z-index: 1002; }

body.album-stacks_in_85-expand .sl-overlay {
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  opacity: 0.9;
  position: fixed;
  z-index: 1001; }

body.album-stacks_in_85-expand .sl-close {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_85-expand .sl-navigation button {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_85-expand .sl-counter {
  color: rgba(255, 255, 255, 1.00);
  font-family: "Proxima Nova"; }

body.album-stacks_in_85-expand .sl-spinner {
  border-color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_85-expand .sl-wrapper .sl-image {
  overflow: hidden;
  border-radius: 5px; }

body.album-stacks_in_85-expand .sl-wrapper .sl-image .sl-caption {
  /*  */
  font-family: "Varela";
  /*  */
  color: rgba(255, 255, 255, 1.00);
  background: rgba(44, 44, 59, 0.60);
  font-size: 18px;
  padding: 15px 15px;
  font-weight: bold;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.30); }

#album-stacks_in_85.album-was-opened #album-gallery-stacks_in_85 {
  visibility: visible; }

#album-stacks_in_85.album-expand .album-cover::before, #album-stacks_in_85.album-expand .album-cover::after {
  display: none; }

#album-stacks_in_85.album-expand .album-cover-inner {
  -webkit-animation: album-cover-hide 0.5s;
          animation: album-cover-hide 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_85.album-expand .album-cover-count {
  -webkit-animation: album-count-hide 0.3s;
          animation: album-count-hide 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_85.album-expand #album-gallery-stacks_in_85 {
  visibility: visible;
  -webkit-animation: album-gallery-show 0.5s 0.5s;
          animation: album-gallery-show 0.5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_85.album-expand.album-close #album-gallery-stacks_in_85 {
  -webkit-animation: album-gallery-hide 5s 0.5s;
          animation: album-gallery-hide 5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media (min-width: 801px) {
  #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid li {
    width: 33.333332%; }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid li a {
      height: 250px; } }

@media (max-width: 800px) {
  #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid li {
    width: 50.000000%; }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@media (max-width: 400px) {
  #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-back i {
    font-size: 24px; }
  #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-back::after {
    display: none; }
  #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid li {
    width: 100.000000%; }
    #album-stacks_in_85 #album-gallery-stacks_in_85 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@-webkit-keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@-webkit-keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-shape-show-stacks_in_85 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@keyframes album-shape-show-stacks_in_85 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@-webkit-keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#album-image-stacks_in_86 .img {
  /*  */
  background-image: url(../files/image_full-86.jpg);
  /*  */ }
#album-image-stacks_in_87 .img {
  /*  */
  background-image: url(../files/image_full-87.jpg);
  /*  */ }
#album-image-stacks_in_88 .img {
  /*  */
  background-image: url(../files/image_full-88.jpg);
  /*  */ }
#album-image-stacks_in_153 .img {
  /*  */
  background-image: url(../files/image_full-153.jpg);
  /*  */ }
#album-image-stacks_in_154 .img {
  /*  */
  background-image: url(../files/image_full-154.jpg);
  /*  */ }
#album-image-stacks_in_155 .img {
  /*  */
  background-image: url(../files/image_full-155.jpg);
  /*  */ }
#album-image-stacks_in_156 .img {
  /*  */
  background-image: url(../files/image_full-156.jpg);
  /*  */ }
#album-image-stacks_in_157 .img {
  /*  */
  background-image: url(../files/image_full-157.jpg);
  /*  */ }
#album-image-stacks_in_158 .img {
  /*  */
  background-image: url(../files/image_full-158.jpg);
  /*  */ }
#album-image-stacks_in_159 .img {
  /*  */
  background-image: url(../files/image_full-159.jpg);
  /*  */ }
#album-image-stacks_in_160 .img {
  /*  */
  background-image: url(../files/image_full-160.jpg);
  /*  */ }
#album-image-stacks_in_161 .img {
  /*  */
  background-image: url(../files/image_full-161.jpg);
  /*  */ }
#album-image-stacks_in_162 .img {
  /*  */
  background-image: url(../files/image_full-162.jpg);
  /*  */ }
#album-image-stacks_in_163 .img {
  /*  */
  background-image: url(../files/image_full-163.jpg);
  /*  */ }
#album-image-stacks_in_164 .img {
  /*  */
  background-image: url(../files/image_full-164.jpg);
  /*  */ }
#album-image-stacks_in_165 .img {
  /*  */
  background-image: url(../files/image_full-165.jpg);
  /*  */ }
#album-image-stacks_in_166 .img {
  /*  */
  background-image: url(../files/image_full-166.jpg);
  /*  */ }
#album-image-stacks_in_167 .img {
  /*  */
  background-image: url(../files/image_full-167.jpg);
  /*  */ }
#album-image-stacks_in_168 .img {
  /*  */
  background-image: url(../files/image_full-168.jpg);
  /*  */ }
#album-image-stacks_in_169 .img {
  /*  */
  background-image: url(../files/image_full-169.jpg);
  /*  */ }
#album-image-stacks_in_170 .img {
  /*  */
  background-image: url(../files/image_full-170.jpg);
  /*  */ }
#album-image-stacks_in_171 .img {
  /*  */
  background-image: url(../files/image_full-171.jpg);
  /*  */ }
#album-image-stacks_in_172 .img {
  /*  */
  background-image: url(../files/image_full-172.jpg);
  /*  */ }
#album-image-stacks_in_173 .img {
  /*  */
  background-image: url(../files/image_full-173.jpg);
  /*  */ }
#album-image-stacks_in_174 .img {
  /*  */
  background-image: url(../files/image_full-174.jpg);
  /*  */ }
#album-image-stacks_in_175 .img {
  /*  */
  background-image: url(../files/image_full-175.jpg);
  /*  */ }
#album-image-stacks_in_176 .img {
  /*  */
  background-image: url(../files/image_full-176.jpg);
  /*  */ }
#album-image-stacks_in_177 .img {
  /*  */
  background-image: url(../files/image_full-177.jpg);
  /*  */ }
#album-image-stacks_in_178 .img {
  /*  */
  background-image: url(../files/image_full-178.jpg);
  /*  */ }
#album-image-stacks_in_179 .img {
  /*  */
  background-image: url(../files/image_full-179.jpg);
  /*  */ }
#album-image-stacks_in_180 .img {
  /*  */
  background-image: url(../files/image_full-180.jpg);
  /*  */ }
#album-image-stacks_in_181 .img {
  /*  */
  background-image: url(../files/image_full-181.jpg);
  /*  */ }
#album-image-stacks_in_182 .img {
  /*  */
  background-image: url(../files/image_full-182.jpg);
  /*  */ }
#album-image-stacks_in_183 .img {
  /*  */
  background-image: url(../files/image_full-183.jpg);
  /*  */ }
#album-image-stacks_in_184 .img {
  /*  */
  background-image: url(../files/image_full-184.jpg);
  /*  */ }
#album-image-stacks_in_185 .img {
  /*  */
  background-image: url(../files/image_full-185.jpg);
  /*  */ }
#album-image-stacks_in_186 .img {
  /*  */
  background-image: url(../files/image_full-186.jpg);
  /*  */ }
#album-image-stacks_in_187 .img {
  /*  */
  background-image: url(../files/image_full-187.jpg);
  /*  */ }
#album-image-stacks_in_188 .img {
  /*  */
  background-image: url(../files/image_full-188.jpg);
  /*  */ }
#album-image-stacks_in_189 .img {
  /*  */
  background-image: url(../files/image_full-189.jpg);
  /*  */ }
#album-image-stacks_in_192 .img {
  /*  */
  background-image: url(../files/image_full-192.jpg);
  /*  */ }
#album-image-stacks_in_193 .img {
  /*  */
  background-image: url(../files/image_full-193.jpg);
  /*  */ }
#album-image-stacks_in_194 .img {
  /*  */
  background-image: url(../files/image_full-194.jpg);
  /*  */ }
#album-image-stacks_in_195 .img {
  /*  */
  background-image: url(../files/image_full-195.jpg);
  /*  */ }
#album-image-stacks_in_196 .img {
  /*  */
  background-image: url(../files/image_full-196.jpg);
  /*  */ }
#album-image-stacks_in_197 .img {
  /*  */
  background-image: url(../files/image_full-197.jpg);
  /*  */ }
#album-image-stacks_in_198 .img {
  /*  */
  background-image: url(../files/image_full-198.jpg);
  /*  */ }
#album-image-stacks_in_199 .img {
  /*  */
  background-image: url(../files/image_full-199.jpg);
  /*  */ }
#album-image-stacks_in_200 .img {
  /*  */
  background-image: url(../files/image_full-200.jpg);
  /*  */ }
#album-image-stacks_in_201 .img {
  /*  */
  background-image: url(../files/image_full-201.jpg);
  /*  */ }
#album-image-stacks_in_202 .img {
  /*  */
  background-image: url(../files/image_full-202.jpg);
  /*  */ }
#album-image-stacks_in_203 .img {
  /*  */
  background-image: url(../files/image_full-203.jpg);
  /*  */ }
#album-image-stacks_in_204 .img {
  /*  */
  background-image: url(../files/image_full-204.jpg);
  /*  */ }
#album-image-stacks_in_205 .img {
  /*  */
  background-image: url(../files/image_full-205.jpg);
  /*  */ }
#album-image-stacks_in_206 .img {
  /*  */
  background-image: url(../files/image_full-206.jpg);
  /*  */ }
#album-image-stacks_in_207 .img {
  /*  */
  background-image: url(../files/image_full-207.jpg);
  /*  */ }
#album-image-stacks_in_208 .img {
  /*  */
  background-image: url(../files/image_full-208.jpg);
  /*  */ }
#album-image-stacks_in_209 .img {
  /*  */
  background-image: url(../files/image_full-209.jpg);
  /*  */ }
#album-image-stacks_in_210 .img {
  /*  */
  background-image: url(../files/image_full-210.jpg);
  /*  */ }
#album-image-stacks_in_211 .img {
  /*  */
  background-image: url(../files/image_full-211.jpg);
  /*  */ }
#album-image-stacks_in_212 .img {
  /*  */
  background-image: url(../files/image_full-212.jpg);
  /*  */ }
#album-image-stacks_in_213 .img {
  /*  */
  background-image: url(../files/image_full-213.jpg);
  /*  */ }
#album-image-stacks_in_214 .img {
  /*  */
  background-image: url(../files/image_full-214.jpg);
  /*  */ }
#album-image-stacks_in_215 .img {
  /*  */
  background-image: url(../files/image_full-215.jpg);
  /*  */ }
#album-image-stacks_in_216 .img {
  /*  */
  background-image: url(../files/image_full-216.jpg);
  /*  */ }
#album-image-stacks_in_217 .img {
  /*  */
  background-image: url(../files/image_full-217.jpg);
  /*  */ }
#album-image-stacks_in_218 .img {
  /*  */
  background-image: url(../files/image_full-218.jpg);
  /*  */ }
#album-image-stacks_in_219 .img {
  /*  */
  background-image: url(../files/image_full-219.jpg);
  /*  */ }
#album-image-stacks_in_220 .img {
  /*  */
  background-image: url(../files/image_full-220.jpg);
  /*  */ }
#album-image-stacks_in_221 .img {
  /*  */
  background-image: url(../files/image_full-221.jpg);
  /*  */ }
/*  */
#stacks_in_397, #stacks_in_399, #stacks_in_397 .stacks_in, #stacks_in_397 .stacks_out {
  overflow: visible !important; }

#album-stacks_in_90 {
  z-index: 1000;
  position: relative; }
  #album-stacks_in_90 .album-cover {
    margin: 20px;
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box; }
    #album-stacks_in_90 .album-cover.cover-left {
      margin-right: auto; }
    #album-stacks_in_90 .album-cover.cover-right {
      margin-left: auto; }
    #album-stacks_in_90 .album-cover.cover-center {
      margin-left: auto;
      margin-right: auto; }
    #album-stacks_in_90 .album-cover:hover {
      /*  */
      cursor: pointer;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      /*  */ }
      #album-stacks_in_90 .album-cover:hover .album-cover-inner {
        /*  */
        box-shadow: none;
        /*  */ }
      #album-stacks_in_90 .album-cover:hover .album-cover-image::after {
        /*  */
        opacity: 1;
        /*  */ }
      #album-stacks_in_90 .album-cover:hover::before, #album-stacks_in_90 .album-cover:hover::after {
        /*  */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        /*  */ }
    #album-stacks_in_90 .album-cover::before, #album-stacks_in_90 .album-cover::after {
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      transition: all 0.3s;
      background: rgba(255, 255, 255, 0);
      border-radius: 5px;
      -webkit-animation: album-shape-show-stacks_in_90 0.4s 0.6s;
              animation: album-shape-show-stacks_in_90 0.4s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_90 .album-cover::before {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg); }
    #album-stacks_in_90 .album-cover::after {
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    #album-stacks_in_90 .album-cover-placeholder {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(112, 128, 144, 0.30);
      border-radius: 5px;
      border: 3px dashed rgba(112, 128, 144, 0.30);
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #album-stacks_in_90 .album-cover-placeholder i {
        font-size: 50px; }
      #album-stacks_in_90 .album-cover-placeholder span {
        font-size: 20px; }
    #album-stacks_in_90 .album-cover-count {
      /*  */
      font-family: "Varela";
      /*  */
      top: 10px;
      right: 10px;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.10);
      font-size: 13px;
      padding: 5px 10px;
      border-radius: 20px;
      opacity: 0;
      z-index: 20;
      line-height: 1;
      position: absolute;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-animation: album-count-show 0.5s 0.6s;
              animation: album-count-show 0.5s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_90 .album-cover-inner {
      /*  */
      background: rgba(44, 44, 59, 1.00);
      /*  */
      /*  */
      box-shadow: none;
      border-radius: 5px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      transition: all 0.3s;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*  */
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation: album-cover-show 0.3s 0.4s;
              animation: album-cover-show 0.3s 0.4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      /*  */ }
    #album-stacks_in_90 .album-cover-image {
      height: 150px;
      max-width: 300px;
      background: url(../files/cover_image-90.jpg);
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      #album-stacks_in_90 .album-cover-image::after {
        content: '\f133';
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        transition: all 0.3s;
        font-family: "Ionicons";
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: rgba(255, 255, 255, 0.20);
        background: rgba(44, 44, 59, 0.60);
        font-size: 100px; }
    #album-stacks_in_90 .album-cover-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 100%;
      padding: 12px 15px; }
      #album-stacks_in_90 .album-cover-info-title {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 21.000000px;
        margin-bottom: 5px; }
      #album-stacks_in_90 .album-cover-info-description {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 0.40);
        font-size: 13px;
        line-height: 18.199999px;
        text-overflow: ellipsis; }
  #album-stacks_in_90 #album-gallery-stacks_in_90 {
    /*  */
    z-index: 200;
    height: 100%;
    position: fixed;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation: album-gallery-hide 0.5s;
            animation: album-gallery-hide 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    /*  */
    /*  */
    background: rgba(44, 44, 59, 1.00);
    /*  */
    /*  */
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    /*  */ }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-info {
      /*  */
      background: rgba(34, 34, 45, 1.00);
      /*  */
      /*  */
      z-index: 200;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      transition: all 0.3s;
      font-family: "Proxima Nova";
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-back {
      color: rgba(255, 255, 255, 1.00);
      padding: 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      font-size: 18px;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-back i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-back::after {
        line-height: 0;
        margin-left: 8px;
        display: inline-block;
        content: "Back"; }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-header {
      padding: 20px 15px; }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 18px;
      line-height: 25.199999px;
      padding-bottom: 5px; }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.40);
      font-size: 14px;
      line-height: 19.600000px; }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content {
      z-index: 200;
      position: relative;
      padding: 20px 20px; }
      #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        box-sizing: border-box;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid .stack {
          /*  */ }
          #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid .stack li {
            margin: 0 auto; }
        #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          box-sizing: border-box;
          padding: 10px 10px; }
        #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid a {
          box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.10);
          border-radius: 4px;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          display: block;
          overflow: hidden;
          position: relative;
          transition: all 0.3s;
          box-sizing: border-box; }
          #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid a .img {
            width: 100%;
            height: 100%;
            transition: inherit;
            background-size: cover;
            box-sizing: border-box;
            background-position: center center; }
          #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid a:hover .img {
            /*  */
            overflow: hidden;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            /*  */ }
          #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid a:hover::before {
            /*  */
            top: 0;
            left: 0;
            content: '';
            z-index: 20;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
            /*  */ }

body.album-stacks_in_90-expand .simple-lightbox {
  position: fixed;
  z-index: 1002; }

body.album-stacks_in_90-expand .sl-overlay {
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  opacity: 0.9;
  position: fixed;
  z-index: 1001; }

body.album-stacks_in_90-expand .sl-close {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_90-expand .sl-navigation button {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_90-expand .sl-counter {
  color: rgba(255, 255, 255, 1.00);
  font-family: "Proxima Nova"; }

body.album-stacks_in_90-expand .sl-spinner {
  border-color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_90-expand .sl-wrapper .sl-image {
  overflow: hidden;
  border-radius: 5px; }

body.album-stacks_in_90-expand .sl-wrapper .sl-image .sl-caption {
  /*  */
  font-family: "Varela";
  /*  */
  color: rgba(255, 255, 255, 1.00);
  background: rgba(44, 44, 59, 0.60);
  font-size: 18px;
  padding: 15px 15px;
  font-weight: bold;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.30); }

#album-stacks_in_90.album-was-opened #album-gallery-stacks_in_90 {
  visibility: visible; }

#album-stacks_in_90.album-expand .album-cover::before, #album-stacks_in_90.album-expand .album-cover::after {
  display: none; }

#album-stacks_in_90.album-expand .album-cover-inner {
  -webkit-animation: album-cover-hide 0.5s;
          animation: album-cover-hide 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_90.album-expand .album-cover-count {
  -webkit-animation: album-count-hide 0.3s;
          animation: album-count-hide 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_90.album-expand #album-gallery-stacks_in_90 {
  visibility: visible;
  -webkit-animation: album-gallery-show 0.5s 0.5s;
          animation: album-gallery-show 0.5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_90.album-expand.album-close #album-gallery-stacks_in_90 {
  -webkit-animation: album-gallery-hide 5s 0.5s;
          animation: album-gallery-hide 5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media (min-width: 801px) {
  #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid li {
    width: 33.333332%; }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid li a {
      height: 250px; } }

@media (max-width: 800px) {
  #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid li {
    width: 50.000000%; }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@media (max-width: 400px) {
  #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-back i {
    font-size: 24px; }
  #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-back::after {
    display: none; }
  #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid li {
    width: 100.000000%; }
    #album-stacks_in_90 #album-gallery-stacks_in_90 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@-webkit-keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@-webkit-keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-shape-show-stacks_in_90 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@keyframes album-shape-show-stacks_in_90 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@-webkit-keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#album-image-stacks_in_91 .img {
  /*  */
  background-image: url(../files/image_full-91.jpg);
  /*  */ }
#album-image-stacks_in_92 .img {
  /*  */
  background-image: url(../files/image_full-92.jpg);
  /*  */ }
#album-image-stacks_in_93 .img {
  /*  */
  background-image: url(../files/image_full-93.jpg);
  /*  */ }
#album-image-stacks_in_97 .img {
  /*  */
  background-image: url(../files/image_full-97.jpg);
  /*  */ }
#album-image-stacks_in_98 .img {
  /*  */
  background-image: url(../files/image_full-98.jpg);
  /*  */ }
#album-image-stacks_in_99 .img {
  /*  */
  background-image: url(../files/image_full-99.jpg);
  /*  */ }
#album-image-stacks_in_100 .img {
  /*  */
  background-image: url(../files/image_full-100.jpg);
  /*  */ }
#album-image-stacks_in_101 .img {
  /*  */
  background-image: url(../files/image_full-101.jpg);
  /*  */ }
#album-image-stacks_in_102 .img {
  /*  */
  background-image: url(../files/image_full-102.jpg);
  /*  */ }
#album-image-stacks_in_103 .img {
  /*  */
  background-image: url(../files/image_full-103.jpg);
  /*  */ }
#album-image-stacks_in_104 .img {
  /*  */
  background-image: url(../files/image_full-104.jpg);
  /*  */ }
#album-image-stacks_in_105 .img {
  /*  */
  background-image: url(../files/image_full-105.jpg);
  /*  */ }
#album-image-stacks_in_106 .img {
  /*  */
  background-image: url(../files/image_full-106.jpg);
  /*  */ }
#album-image-stacks_in_107 .img {
  /*  */
  background-image: url(../files/image_full-107.jpg);
  /*  */ }
#album-image-stacks_in_108 .img {
  /*  */
  background-image: url(../files/image_full-108.jpg);
  /*  */ }
#album-image-stacks_in_109 .img {
  /*  */
  background-image: url(../files/image_full-109.jpg);
  /*  */ }
#album-image-stacks_in_110 .img {
  /*  */
  background-image: url(../files/image_full-110.jpg);
  /*  */ }
#album-image-stacks_in_111 .img {
  /*  */
  background-image: url(../files/image_full-111.jpg);
  /*  */ }
#album-image-stacks_in_112 .img {
  /*  */
  background-image: url(../files/image_full-112.jpg);
  /*  */ }
#album-image-stacks_in_113 .img {
  /*  */
  background-image: url(../files/image_full-113.jpg);
  /*  */ }
#album-image-stacks_in_114 .img {
  /*  */
  background-image: url(../files/image_full-114.jpg);
  /*  */ }
#album-image-stacks_in_115 .img {
  /*  */
  background-image: url(../files/image_full-115.jpg);
  /*  */ }
#album-image-stacks_in_116 .img {
  /*  */
  background-image: url(../files/image_full-116.jpg);
  /*  */ }
#album-image-stacks_in_117 .img {
  /*  */
  background-image: url(../files/image_full-117.jpg);
  /*  */ }
#album-image-stacks_in_118 .img {
  /*  */
  background-image: url(../files/image_full-118.jpg);
  /*  */ }
#album-image-stacks_in_119 .img {
  /*  */
  background-image: url(../files/image_full-119.jpg);
  /*  */ }
#album-image-stacks_in_120 .img {
  /*  */
  background-image: url(../files/image_full-120.jpg);
  /*  */ }
#album-image-stacks_in_121 .img {
  /*  */
  background-image: url(../files/image_full-121.jpg);
  /*  */ }
#album-image-stacks_in_122 .img {
  /*  */
  background-image: url(../files/image_full-122.jpg);
  /*  */ }
#album-image-stacks_in_123 .img {
  /*  */
  background-image: url(../files/image_full-123.jpg);
  /*  */ }
#album-image-stacks_in_124 .img {
  /*  */
  background-image: url(../files/image_full-124.jpg);
  /*  */ }
#album-image-stacks_in_125 .img {
  /*  */
  background-image: url(../files/image_full-125.jpg);
  /*  */ }
#album-image-stacks_in_126 .img {
  /*  */
  background-image: url(../files/image_full-126.jpg);
  /*  */ }
#album-image-stacks_in_127 .img {
  /*  */
  background-image: url(../files/image_full-127.jpg);
  /*  */ }
#album-image-stacks_in_128 .img {
  /*  */
  background-image: url(../files/image_full-128.jpg);
  /*  */ }
/*  */
#stacks_in_397, #stacks_in_400, #stacks_in_397 .stacks_in, #stacks_in_397 .stacks_out {
  overflow: visible !important; }

#album-stacks_in_129 {
  z-index: 1000;
  position: relative; }
  #album-stacks_in_129 .album-cover {
    margin: 20px;
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box; }
    #album-stacks_in_129 .album-cover.cover-left {
      margin-right: auto; }
    #album-stacks_in_129 .album-cover.cover-right {
      margin-left: auto; }
    #album-stacks_in_129 .album-cover.cover-center {
      margin-left: auto;
      margin-right: auto; }
    #album-stacks_in_129 .album-cover:hover {
      /*  */
      cursor: pointer;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      /*  */ }
      #album-stacks_in_129 .album-cover:hover .album-cover-inner {
        /*  */
        box-shadow: none;
        /*  */ }
      #album-stacks_in_129 .album-cover:hover .album-cover-image::after {
        /*  */
        opacity: 1;
        /*  */ }
      #album-stacks_in_129 .album-cover:hover::before, #album-stacks_in_129 .album-cover:hover::after {
        /*  */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        /*  */ }
    #album-stacks_in_129 .album-cover::before, #album-stacks_in_129 .album-cover::after {
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      transition: all 0.3s;
      background: rgba(255, 255, 255, 0);
      border-radius: 5px;
      -webkit-animation: album-shape-show-stacks_in_129 0.4s 0.6s;
              animation: album-shape-show-stacks_in_129 0.4s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_129 .album-cover::before {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg); }
    #album-stacks_in_129 .album-cover::after {
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    #album-stacks_in_129 .album-cover-placeholder {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(112, 128, 144, 0.30);
      border-radius: 5px;
      border: 3px dashed rgba(112, 128, 144, 0.30);
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #album-stacks_in_129 .album-cover-placeholder i {
        font-size: 50px; }
      #album-stacks_in_129 .album-cover-placeholder span {
        font-size: 20px; }
    #album-stacks_in_129 .album-cover-count {
      /*  */
      font-family: "Varela";
      /*  */
      top: 10px;
      right: 10px;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.10);
      font-size: 13px;
      padding: 5px 10px;
      border-radius: 20px;
      opacity: 0;
      z-index: 20;
      line-height: 1;
      position: absolute;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-animation: album-count-show 0.5s 0.6s;
              animation: album-count-show 0.5s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_129 .album-cover-inner {
      /*  */
      background: rgba(44, 44, 59, 1.00);
      /*  */
      /*  */
      box-shadow: none;
      border-radius: 5px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      transition: all 0.3s;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*  */
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation: album-cover-show 0.3s 0.4s;
              animation: album-cover-show 0.3s 0.4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      /*  */ }
    #album-stacks_in_129 .album-cover-image {
      height: 150px;
      max-width: 300px;
      background: url(../files/cover_image-129.jpg);
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      #album-stacks_in_129 .album-cover-image::after {
        content: '\f133';
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        transition: all 0.3s;
        font-family: "Ionicons";
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: rgba(255, 255, 255, 0.20);
        background: rgba(44, 44, 59, 0.60);
        font-size: 100px; }
    #album-stacks_in_129 .album-cover-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 100%;
      padding: 12px 15px; }
      #album-stacks_in_129 .album-cover-info-title {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 21.000000px;
        margin-bottom: 5px; }
      #album-stacks_in_129 .album-cover-info-description {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 0.40);
        font-size: 13px;
        line-height: 18.199999px;
        text-overflow: ellipsis; }
  #album-stacks_in_129 #album-gallery-stacks_in_129 {
    /*  */
    z-index: 200;
    height: 100%;
    position: fixed;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation: album-gallery-hide 0.5s;
            animation: album-gallery-hide 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    /*  */
    /*  */
    background: rgba(44, 44, 59, 1.00);
    /*  */
    /*  */
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    /*  */ }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-info {
      /*  */
      background: rgba(34, 34, 45, 1.00);
      /*  */
      /*  */
      z-index: 200;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      transition: all 0.3s;
      font-family: "Proxima Nova";
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-back {
      color: rgba(255, 255, 255, 1.00);
      padding: 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      font-size: 18px;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-back i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-back::after {
        line-height: 0;
        margin-left: 8px;
        display: inline-block;
        content: "Back"; }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-header {
      padding: 20px 15px; }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 18px;
      line-height: 25.199999px;
      padding-bottom: 5px; }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.40);
      font-size: 14px;
      line-height: 19.600000px; }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content {
      z-index: 200;
      position: relative;
      padding: 20px 20px; }
      #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        box-sizing: border-box;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid .stack {
          /*  */ }
          #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid .stack li {
            margin: 0 auto; }
        #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          box-sizing: border-box;
          padding: 10px 10px; }
        #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid a {
          box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.10);
          border-radius: 4px;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          display: block;
          overflow: hidden;
          position: relative;
          transition: all 0.3s;
          box-sizing: border-box; }
          #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid a .img {
            width: 100%;
            height: 100%;
            transition: inherit;
            background-size: cover;
            box-sizing: border-box;
            background-position: center center; }
          #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid a:hover .img {
            /*  */
            overflow: hidden;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            /*  */ }
          #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid a:hover::before {
            /*  */
            top: 0;
            left: 0;
            content: '';
            z-index: 20;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
            /*  */ }

body.album-stacks_in_129-expand .simple-lightbox {
  position: fixed;
  z-index: 1002; }

body.album-stacks_in_129-expand .sl-overlay {
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  opacity: 0.9;
  position: fixed;
  z-index: 1001; }

body.album-stacks_in_129-expand .sl-close {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_129-expand .sl-navigation button {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_129-expand .sl-counter {
  color: rgba(255, 255, 255, 1.00);
  font-family: "Proxima Nova"; }

body.album-stacks_in_129-expand .sl-spinner {
  border-color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_129-expand .sl-wrapper .sl-image {
  overflow: hidden;
  border-radius: 5px; }

body.album-stacks_in_129-expand .sl-wrapper .sl-image .sl-caption {
  /*  */
  font-family: "Varela";
  /*  */
  color: rgba(255, 255, 255, 1.00);
  background: rgba(44, 44, 59, 0.60);
  font-size: 18px;
  padding: 15px 15px;
  font-weight: bold;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.30); }

#album-stacks_in_129.album-was-opened #album-gallery-stacks_in_129 {
  visibility: visible; }

#album-stacks_in_129.album-expand .album-cover::before, #album-stacks_in_129.album-expand .album-cover::after {
  display: none; }

#album-stacks_in_129.album-expand .album-cover-inner {
  -webkit-animation: album-cover-hide 0.5s;
          animation: album-cover-hide 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_129.album-expand .album-cover-count {
  -webkit-animation: album-count-hide 0.3s;
          animation: album-count-hide 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_129.album-expand #album-gallery-stacks_in_129 {
  visibility: visible;
  -webkit-animation: album-gallery-show 0.5s 0.5s;
          animation: album-gallery-show 0.5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_129.album-expand.album-close #album-gallery-stacks_in_129 {
  -webkit-animation: album-gallery-hide 5s 0.5s;
          animation: album-gallery-hide 5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media (min-width: 801px) {
  #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid li {
    width: 33.333332%; }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid li a {
      height: 250px; } }

@media (max-width: 800px) {
  #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid li {
    width: 50.000000%; }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@media (max-width: 400px) {
  #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-back i {
    font-size: 24px; }
  #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-back::after {
    display: none; }
  #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid li {
    width: 100.000000%; }
    #album-stacks_in_129 #album-gallery-stacks_in_129 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@-webkit-keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@-webkit-keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-shape-show-stacks_in_129 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@keyframes album-shape-show-stacks_in_129 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@-webkit-keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#album-image-stacks_in_130 .img {
  /*  */
  background-image: url(../files/image_full-130.jpg);
  /*  */ }
#album-image-stacks_in_131 .img {
  /*  */
  background-image: url(../files/image_full-131.jpg);
  /*  */ }
#album-image-stacks_in_132 .img {
  /*  */
  background-image: url(../files/image_full-132.jpg);
  /*  */ }
#album-image-stacks_in_222 .img {
  /*  */
  background-image: url(../files/image_full-222.jpg);
  /*  */ }
#album-image-stacks_in_223 .img {
  /*  */
  background-image: url(../files/image_full-223.jpg);
  /*  */ }
#album-image-stacks_in_224 .img {
  /*  */
  background-image: url(../files/image_full-224.jpg);
  /*  */ }
#album-image-stacks_in_225 .img {
  /*  */
  background-image: url(../files/image_full-225.jpg);
  /*  */ }
#album-image-stacks_in_226 .img {
  /*  */
  background-image: url(../files/image_full-226.jpg);
  /*  */ }
#album-image-stacks_in_227 .img {
  /*  */
  background-image: url(../files/image_full-227.jpg);
  /*  */ }
#album-image-stacks_in_228 .img {
  /*  */
  background-image: url(../files/image_full-228.jpg);
  /*  */ }
#album-image-stacks_in_229 .img {
  /*  */
  background-image: url(../files/image_full-229.jpg);
  /*  */ }
#album-image-stacks_in_230 .img {
  /*  */
  background-image: url(../files/image_full-230.jpg);
  /*  */ }
#album-image-stacks_in_231 .img {
  /*  */
  background-image: url(../files/image_full-231.jpg);
  /*  */ }
#album-image-stacks_in_232 .img {
  /*  */
  background-image: url(../files/image_full-232.jpg);
  /*  */ }
#album-image-stacks_in_233 .img {
  /*  */
  background-image: url(../files/image_full-233.jpg);
  /*  */ }
#album-image-stacks_in_234 .img {
  /*  */
  background-image: url(../files/image_full-234.jpg);
  /*  */ }
#album-image-stacks_in_235 .img {
  /*  */
  background-image: url(../files/image_full-235.jpg);
  /*  */ }
#album-image-stacks_in_236 .img {
  /*  */
  background-image: url(../files/image_full-236.jpg);
  /*  */ }
#album-image-stacks_in_237 .img {
  /*  */
  background-image: url(../files/image_full-237.jpg);
  /*  */ }
#album-image-stacks_in_238 .img {
  /*  */
  background-image: url(../files/image_full-238.jpg);
  /*  */ }
/*  */
#stacks_in_397, #stacks_in_401, #stacks_in_397 .stacks_in, #stacks_in_397 .stacks_out {
  overflow: visible !important; }

#album-stacks_in_134 {
  z-index: 1000;
  position: relative; }
  #album-stacks_in_134 .album-cover {
    margin: 20px;
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box; }
    #album-stacks_in_134 .album-cover.cover-left {
      margin-right: auto; }
    #album-stacks_in_134 .album-cover.cover-right {
      margin-left: auto; }
    #album-stacks_in_134 .album-cover.cover-center {
      margin-left: auto;
      margin-right: auto; }
    #album-stacks_in_134 .album-cover:hover {
      /*  */
      cursor: pointer;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      /*  */ }
      #album-stacks_in_134 .album-cover:hover .album-cover-inner {
        /*  */
        box-shadow: none;
        /*  */ }
      #album-stacks_in_134 .album-cover:hover .album-cover-image::after {
        /*  */
        opacity: 1;
        /*  */ }
      #album-stacks_in_134 .album-cover:hover::before, #album-stacks_in_134 .album-cover:hover::after {
        /*  */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        /*  */ }
    #album-stacks_in_134 .album-cover::before, #album-stacks_in_134 .album-cover::after {
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      transition: all 0.3s;
      background: rgba(255, 255, 255, 0);
      border-radius: 5px;
      -webkit-animation: album-shape-show-stacks_in_134 0.4s 0.6s;
              animation: album-shape-show-stacks_in_134 0.4s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_134 .album-cover::before {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg); }
    #album-stacks_in_134 .album-cover::after {
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    #album-stacks_in_134 .album-cover-placeholder {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(112, 128, 144, 0.30);
      border-radius: 5px;
      border: 3px dashed rgba(112, 128, 144, 0.30);
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #album-stacks_in_134 .album-cover-placeholder i {
        font-size: 50px; }
      #album-stacks_in_134 .album-cover-placeholder span {
        font-size: 20px; }
    #album-stacks_in_134 .album-cover-count {
      /*  */
      font-family: "Varela";
      /*  */
      top: 10px;
      right: 10px;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.10);
      font-size: 13px;
      padding: 5px 10px;
      border-radius: 20px;
      opacity: 0;
      z-index: 20;
      line-height: 1;
      position: absolute;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-animation: album-count-show 0.5s 0.6s;
              animation: album-count-show 0.5s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_134 .album-cover-inner {
      /*  */
      background: rgba(44, 44, 59, 1.00);
      /*  */
      /*  */
      box-shadow: none;
      border-radius: 5px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      transition: all 0.3s;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*  */
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation: album-cover-show 0.3s 0.4s;
              animation: album-cover-show 0.3s 0.4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      /*  */ }
    #album-stacks_in_134 .album-cover-image {
      height: 150px;
      max-width: 300px;
      background: url(../files/cover_image-134.jpg);
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      #album-stacks_in_134 .album-cover-image::after {
        content: '\f133';
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        transition: all 0.3s;
        font-family: "Ionicons";
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: rgba(255, 255, 255, 0.20);
        background: rgba(44, 44, 59, 0.60);
        font-size: 100px; }
    #album-stacks_in_134 .album-cover-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 100%;
      padding: 12px 15px; }
      #album-stacks_in_134 .album-cover-info-title {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 21.000000px;
        margin-bottom: 5px; }
      #album-stacks_in_134 .album-cover-info-description {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 0.40);
        font-size: 13px;
        line-height: 18.199999px;
        text-overflow: ellipsis; }
  #album-stacks_in_134 #album-gallery-stacks_in_134 {
    /*  */
    z-index: 200;
    height: 100%;
    position: fixed;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation: album-gallery-hide 0.5s;
            animation: album-gallery-hide 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    /*  */
    /*  */
    background: rgba(44, 44, 59, 1.00);
    /*  */
    /*  */
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    /*  */ }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-info {
      /*  */
      background: rgba(34, 34, 45, 1.00);
      /*  */
      /*  */
      z-index: 200;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      transition: all 0.3s;
      font-family: "Proxima Nova";
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-back {
      color: rgba(255, 255, 255, 1.00);
      padding: 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      font-size: 18px;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-back i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-back::after {
        line-height: 0;
        margin-left: 8px;
        display: inline-block;
        content: "Back"; }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-header {
      padding: 20px 15px; }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 18px;
      line-height: 25.199999px;
      padding-bottom: 5px; }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.40);
      font-size: 14px;
      line-height: 19.600000px; }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content {
      z-index: 200;
      position: relative;
      padding: 20px 20px; }
      #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        box-sizing: border-box;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid .stack {
          /*  */ }
          #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid .stack li {
            margin: 0 auto; }
        #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          box-sizing: border-box;
          padding: 10px 10px; }
        #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid a {
          box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.10);
          border-radius: 4px;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          display: block;
          overflow: hidden;
          position: relative;
          transition: all 0.3s;
          box-sizing: border-box; }
          #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid a .img {
            width: 100%;
            height: 100%;
            transition: inherit;
            background-size: cover;
            box-sizing: border-box;
            background-position: center center; }
          #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid a:hover .img {
            /*  */
            overflow: hidden;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            /*  */ }
          #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid a:hover::before {
            /*  */
            top: 0;
            left: 0;
            content: '';
            z-index: 20;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
            /*  */ }

body.album-stacks_in_134-expand .simple-lightbox {
  position: fixed;
  z-index: 1002; }

body.album-stacks_in_134-expand .sl-overlay {
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  opacity: 0.9;
  position: fixed;
  z-index: 1001; }

body.album-stacks_in_134-expand .sl-close {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_134-expand .sl-navigation button {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_134-expand .sl-counter {
  color: rgba(255, 255, 255, 1.00);
  font-family: "Proxima Nova"; }

body.album-stacks_in_134-expand .sl-spinner {
  border-color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_134-expand .sl-wrapper .sl-image {
  overflow: hidden;
  border-radius: 5px; }

body.album-stacks_in_134-expand .sl-wrapper .sl-image .sl-caption {
  /*  */
  font-family: "Varela";
  /*  */
  color: rgba(255, 255, 255, 1.00);
  background: rgba(44, 44, 59, 0.60);
  font-size: 18px;
  padding: 15px 15px;
  font-weight: bold;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.30); }

#album-stacks_in_134.album-was-opened #album-gallery-stacks_in_134 {
  visibility: visible; }

#album-stacks_in_134.album-expand .album-cover::before, #album-stacks_in_134.album-expand .album-cover::after {
  display: none; }

#album-stacks_in_134.album-expand .album-cover-inner {
  -webkit-animation: album-cover-hide 0.5s;
          animation: album-cover-hide 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_134.album-expand .album-cover-count {
  -webkit-animation: album-count-hide 0.3s;
          animation: album-count-hide 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_134.album-expand #album-gallery-stacks_in_134 {
  visibility: visible;
  -webkit-animation: album-gallery-show 0.5s 0.5s;
          animation: album-gallery-show 0.5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_134.album-expand.album-close #album-gallery-stacks_in_134 {
  -webkit-animation: album-gallery-hide 5s 0.5s;
          animation: album-gallery-hide 5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media (min-width: 801px) {
  #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid li {
    width: 33.333332%; }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid li a {
      height: 250px; } }

@media (max-width: 800px) {
  #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid li {
    width: 50.000000%; }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@media (max-width: 400px) {
  #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-back i {
    font-size: 24px; }
  #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-back::after {
    display: none; }
  #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid li {
    width: 100.000000%; }
    #album-stacks_in_134 #album-gallery-stacks_in_134 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@-webkit-keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@-webkit-keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-shape-show-stacks_in_134 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@keyframes album-shape-show-stacks_in_134 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@-webkit-keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#album-image-stacks_in_135 .img {
  /*  */
  background-image: url(../files/image_full-135.jpg);
  /*  */ }
#album-image-stacks_in_136 .img {
  /*  */
  background-image: url(../files/image_full-136.jpg);
  /*  */ }
#album-image-stacks_in_137 .img {
  /*  */
  background-image: url(../files/image_full-137.jpg);
  /*  */ }
#album-image-stacks_in_281 .img {
  /*  */
  background-image: url(../files/image_full-281.jpg);
  /*  */ }
#album-image-stacks_in_282 .img {
  /*  */
  background-image: url(../files/image_full-282.jpg);
  /*  */ }
#album-image-stacks_in_283 .img {
  /*  */
  background-image: url(../files/image_full-283.jpg);
  /*  */ }
#album-image-stacks_in_284 .img {
  /*  */
  background-image: url(../files/image_full-284.jpg);
  /*  */ }
#album-image-stacks_in_285 .img {
  /*  */
  background-image: url(../files/image_full-285.jpg);
  /*  */ }
#album-image-stacks_in_286 .img {
  /*  */
  background-image: url(../files/image_full-286.jpg);
  /*  */ }
#album-image-stacks_in_287 .img {
  /*  */
  background-image: url(../files/image_full-287.jpg);
  /*  */ }
#album-image-stacks_in_288 .img {
  /*  */
  background-image: url(../files/image_full-288.jpg);
  /*  */ }
#album-image-stacks_in_289 .img {
  /*  */
  background-image: url(../files/image_full-289.jpg);
  /*  */ }
#album-image-stacks_in_290 .img {
  /*  */
  background-image: url(../files/image_full-290.jpg);
  /*  */ }
#album-image-stacks_in_291 .img {
  /*  */
  background-image: url(../files/image_full-291.jpg);
  /*  */ }
#album-image-stacks_in_292 .img {
  /*  */
  background-image: url(../files/image_full-292.jpg);
  /*  */ }
#album-image-stacks_in_293 .img {
  /*  */
  background-image: url(../files/image_full-293.jpg);
  /*  */ }
#album-image-stacks_in_294 .img {
  /*  */
  background-image: url(../files/image_full-294.jpg);
  /*  */ }
#album-image-stacks_in_295 .img {
  /*  */
  background-image: url(../files/image_full-295.jpg);
  /*  */ }
#album-image-stacks_in_296 .img {
  /*  */
  background-image: url(../files/image_full-296.jpg);
  /*  */ }
#album-image-stacks_in_297 .img {
  /*  */
  background-image: url(../files/image_full-297.jpg);
  /*  */ }
#album-image-stacks_in_298 .img {
  /*  */
  background-image: url(../files/image_full-298.jpg);
  /*  */ }
#album-image-stacks_in_299 .img {
  /*  */
  background-image: url(../files/image_full-299.jpg);
  /*  */ }
#album-image-stacks_in_300 .img {
  /*  */
  background-image: url(../files/image_full-300.jpg);
  /*  */ }
#album-image-stacks_in_301 .img {
  /*  */
  background-image: url(../files/image_full-301.jpg);
  /*  */ }
#album-image-stacks_in_302 .img {
  /*  */
  background-image: url(../files/image_full-302.jpg);
  /*  */ }
#album-image-stacks_in_303 .img {
  /*  */
  background-image: url(../files/image_full-303.jpg);
  /*  */ }
#album-image-stacks_in_304 .img {
  /*  */
  background-image: url(../files/image_full-304.jpg);
  /*  */ }
#album-image-stacks_in_305 .img {
  /*  */
  background-image: url(../files/image_full-305.jpg);
  /*  */ }
#album-image-stacks_in_306 .img {
  /*  */
  background-image: url(../files/image_full-306.jpg);
  /*  */ }
#album-image-stacks_in_307 .img {
  /*  */
  background-image: url(../files/image_full-307.jpg);
  /*  */ }
#album-image-stacks_in_308 .img {
  /*  */
  background-image: url(../files/image_full-308.jpg);
  /*  */ }
#album-image-stacks_in_309 .img {
  /*  */
  background-image: url(../files/image_full-309.jpg);
  /*  */ }
#album-image-stacks_in_310 .img {
  /*  */
  background-image: url(../files/image_full-310.jpg);
  /*  */ }
#album-image-stacks_in_311 .img {
  /*  */
  background-image: url(../files/image_full-311.jpg);
  /*  */ }
#album-image-stacks_in_312 .img {
  /*  */
  background-image: url(../files/image_full-312.jpg);
  /*  */ }
#album-image-stacks_in_313 .img {
  /*  */
  background-image: url(../files/image_full-313.jpg);
  /*  */ }
#album-image-stacks_in_314 .img {
  /*  */
  background-image: url(../files/image_full-314.jpg);
  /*  */ }
#album-image-stacks_in_315 .img {
  /*  */
  background-image: url(../files/image_full-315.jpg);
  /*  */ }
#album-image-stacks_in_316 .img {
  /*  */
  background-image: url(../files/image_full-316.jpg);
  /*  */ }
#album-image-stacks_in_317 .img {
  /*  */
  background-image: url(../files/image_full-317.jpg);
  /*  */ }
#album-image-stacks_in_318 .img {
  /*  */
  background-image: url(../files/image_full-318.jpg);
  /*  */ }
#album-image-stacks_in_319 .img {
  /*  */
  background-image: url(../files/image_full-319.jpg);
  /*  */ }
#album-image-stacks_in_320 .img {
  /*  */
  background-image: url(../files/image_full-320.jpg);
  /*  */ }
#album-image-stacks_in_321 .img {
  /*  */
  background-image: url(../files/image_full-321.jpg);
  /*  */ }
#album-image-stacks_in_322 .img {
  /*  */
  background-image: url(../files/image_full-322.jpg);
  /*  */ }
#album-image-stacks_in_323 .img {
  /*  */
  background-image: url(../files/image_full-323.jpg);
  /*  */ }
#album-image-stacks_in_324 .img {
  /*  */
  background-image: url(../files/image_full-324.jpg);
  /*  */ }
#album-image-stacks_in_325 .img {
  /*  */
  background-image: url(../files/image_full-325.jpg);
  /*  */ }
#album-image-stacks_in_326 .img {
  /*  */
  background-image: url(../files/image_full-326.jpg);
  /*  */ }
#album-image-stacks_in_327 .img {
  /*  */
  background-image: url(../files/image_full-327.jpg);
  /*  */ }
#album-image-stacks_in_328 .img {
  /*  */
  background-image: url(../files/image_full-328.jpg);
  /*  */ }
#album-image-stacks_in_329 .img {
  /*  */
  background-image: url(../files/image_full-329.jpg);
  /*  */ }
#album-image-stacks_in_330 .img {
  /*  */
  background-image: url(../files/image_full-330.jpg);
  /*  */ }
#album-image-stacks_in_331 .img {
  /*  */
  background-image: url(../files/image_full-331.jpg);
  /*  */ }
#album-image-stacks_in_332 .img {
  /*  */
  background-image: url(../files/image_full-332.jpg);
  /*  */ }
#album-image-stacks_in_333 .img {
  /*  */
  background-image: url(../files/image_full-333.jpg);
  /*  */ }
#album-image-stacks_in_334 .img {
  /*  */
  background-image: url(../files/image_full-334.jpg);
  /*  */ }
#album-image-stacks_in_335 .img {
  /*  */
  background-image: url(../files/image_full-335.jpg);
  /*  */ }
#album-image-stacks_in_336 .img {
  /*  */
  background-image: url(../files/image_full-336.jpg);
  /*  */ }
#album-image-stacks_in_337 .img {
  /*  */
  background-image: url(../files/image_full-337.jpg);
  /*  */ }
#album-image-stacks_in_338 .img {
  /*  */
  background-image: url(../files/image_full-338.jpg);
  /*  */ }
#album-image-stacks_in_339 .img {
  /*  */
  background-image: url(../files/image_full-339.jpg);
  /*  */ }
#album-image-stacks_in_340 .img {
  /*  */
  background-image: url(../files/image_full-340.jpg);
  /*  */ }
#album-image-stacks_in_341 .img {
  /*  */
  background-image: url(../files/image_full-341.jpg);
  /*  */ }
#album-image-stacks_in_342 .img {
  /*  */
  background-image: url(../files/image_full-342.jpg);
  /*  */ }
#album-image-stacks_in_343 .img {
  /*  */
  background-image: url(../files/image_full-343.jpg);
  /*  */ }
#album-image-stacks_in_344 .img {
  /*  */
  background-image: url(../files/image_full-344.jpg);
  /*  */ }
#album-image-stacks_in_345 .img {
  /*  */
  background-image: url(../files/image_full-345.jpg);
  /*  */ }
#album-image-stacks_in_346 .img {
  /*  */
  background-image: url(../files/image_full-346.jpg);
  /*  */ }
#album-image-stacks_in_347 .img {
  /*  */
  background-image: url(../files/image_full-347.jpg);
  /*  */ }
#album-image-stacks_in_348 .img {
  /*  */
  background-image: url(../files/image_full-348.jpg);
  /*  */ }
#album-image-stacks_in_349 .img {
  /*  */
  background-image: url(../files/image_full-349.jpg);
  /*  */ }
#album-image-stacks_in_350 .img {
  /*  */
  background-image: url(../files/image_full-350.jpg);
  /*  */ }
#album-image-stacks_in_351 .img {
  /*  */
  background-image: url(../files/image_full-351.jpg);
  /*  */ }
#album-image-stacks_in_352 .img {
  /*  */
  background-image: url(../files/image_full-352.jpg);
  /*  */ }
#album-image-stacks_in_353 .img {
  /*  */
  background-image: url(../files/image_full-353.jpg);
  /*  */ }
#album-image-stacks_in_354 .img {
  /*  */
  background-image: url(../files/image_full-354.jpg);
  /*  */ }
#album-image-stacks_in_355 .img {
  /*  */
  background-image: url(../files/image_full-355.jpg);
  /*  */ }
#album-image-stacks_in_356 .img {
  /*  */
  background-image: url(../files/image_full-356.jpg);
  /*  */ }
#album-image-stacks_in_357 .img {
  /*  */
  background-image: url(../files/image_full-357.jpg);
  /*  */ }
#album-image-stacks_in_358 .img {
  /*  */
  background-image: url(../files/image_full-358.jpg);
  /*  */ }
#album-image-stacks_in_359 .img {
  /*  */
  background-image: url(../files/image_full-359.jpg);
  /*  */ }
#album-image-stacks_in_360 .img {
  /*  */
  background-image: url(../files/image_full-360.jpg);
  /*  */ }
#album-image-stacks_in_361 .img {
  /*  */
  background-image: url(../files/image_full-361.jpg);
  /*  */ }
#album-image-stacks_in_362 .img {
  /*  */
  background-image: url(../files/image_full-362.jpg);
  /*  */ }
#album-image-stacks_in_363 .img {
  /*  */
  background-image: url(../files/image_full-363.jpg);
  /*  */ }
#album-image-stacks_in_364 .img {
  /*  */
  background-image: url(../files/image_full-364.jpg);
  /*  */ }
#album-image-stacks_in_365 .img {
  /*  */
  background-image: url(../files/image_full-365.jpg);
  /*  */ }
#album-image-stacks_in_366 .img {
  /*  */
  background-image: url(../files/image_full-366.jpg);
  /*  */ }
#album-image-stacks_in_367 .img {
  /*  */
  background-image: url(../files/image_full-367.jpg);
  /*  */ }
#album-image-stacks_in_368 .img {
  /*  */
  background-image: url(../files/image_full-368.jpg);
  /*  */ }
#album-image-stacks_in_369 .img {
  /*  */
  background-image: url(../files/image_full-369.jpg);
  /*  */ }
#album-image-stacks_in_370 .img {
  /*  */
  background-image: url(../files/image_full-370.jpg);
  /*  */ }
#album-image-stacks_in_371 .img {
  /*  */
  background-image: url(../files/image_full-371.jpg);
  /*  */ }
#album-image-stacks_in_372 .img {
  /*  */
  background-image: url(../files/image_full-372.jpg);
  /*  */ }
#album-image-stacks_in_373 .img {
  /*  */
  background-image: url(../files/image_full-373.jpg);
  /*  */ }
#album-image-stacks_in_374 .img {
  /*  */
  background-image: url(../files/image_full-374.jpg);
  /*  */ }
#album-image-stacks_in_375 .img {
  /*  */
  background-image: url(../files/image_full-375.jpg);
  /*  */ }
/*  */
#stacks_in_397, #stacks_in_402, #stacks_in_397 .stacks_in, #stacks_in_397 .stacks_out {
  overflow: visible !important; }

#album-stacks_in_139 {
  z-index: 1000;
  position: relative; }
  #album-stacks_in_139 .album-cover {
    margin: 20px;
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box; }
    #album-stacks_in_139 .album-cover.cover-left {
      margin-right: auto; }
    #album-stacks_in_139 .album-cover.cover-right {
      margin-left: auto; }
    #album-stacks_in_139 .album-cover.cover-center {
      margin-left: auto;
      margin-right: auto; }
    #album-stacks_in_139 .album-cover:hover {
      /*  */
      cursor: pointer;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      /*  */ }
      #album-stacks_in_139 .album-cover:hover .album-cover-inner {
        /*  */
        box-shadow: none;
        /*  */ }
      #album-stacks_in_139 .album-cover:hover .album-cover-image::after {
        /*  */
        opacity: 1;
        /*  */ }
      #album-stacks_in_139 .album-cover:hover::before, #album-stacks_in_139 .album-cover:hover::after {
        /*  */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        /*  */ }
    #album-stacks_in_139 .album-cover::before, #album-stacks_in_139 .album-cover::after {
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      transition: all 0.3s;
      background: rgba(255, 255, 255, 0);
      border-radius: 5px;
      -webkit-animation: album-shape-show-stacks_in_139 0.4s 0.6s;
              animation: album-shape-show-stacks_in_139 0.4s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_139 .album-cover::before {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg); }
    #album-stacks_in_139 .album-cover::after {
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    #album-stacks_in_139 .album-cover-placeholder {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(112, 128, 144, 0.30);
      border-radius: 5px;
      border: 3px dashed rgba(112, 128, 144, 0.30);
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #album-stacks_in_139 .album-cover-placeholder i {
        font-size: 50px; }
      #album-stacks_in_139 .album-cover-placeholder span {
        font-size: 20px; }
    #album-stacks_in_139 .album-cover-count {
      /*  */
      font-family: "Varela";
      /*  */
      top: 10px;
      right: 10px;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.10);
      font-size: 13px;
      padding: 5px 10px;
      border-radius: 20px;
      opacity: 0;
      z-index: 20;
      line-height: 1;
      position: absolute;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-animation: album-count-show 0.5s 0.6s;
              animation: album-count-show 0.5s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_139 .album-cover-inner {
      /*  */
      background: rgba(44, 44, 59, 1.00);
      /*  */
      /*  */
      box-shadow: none;
      border-radius: 5px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      transition: all 0.3s;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*  */
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation: album-cover-show 0.3s 0.4s;
              animation: album-cover-show 0.3s 0.4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      /*  */ }
    #album-stacks_in_139 .album-cover-image {
      height: 150px;
      max-width: 300px;
      background: url(../files/cover_image-139.jpg);
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      #album-stacks_in_139 .album-cover-image::after {
        content: '\f133';
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        transition: all 0.3s;
        font-family: "Ionicons";
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: rgba(255, 255, 255, 0.20);
        background: rgba(44, 44, 59, 0.60);
        font-size: 100px; }
    #album-stacks_in_139 .album-cover-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 100%;
      padding: 12px 15px; }
      #album-stacks_in_139 .album-cover-info-title {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 21.000000px;
        margin-bottom: 5px; }
      #album-stacks_in_139 .album-cover-info-description {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 0.40);
        font-size: 13px;
        line-height: 18.199999px;
        text-overflow: ellipsis; }
  #album-stacks_in_139 #album-gallery-stacks_in_139 {
    /*  */
    z-index: 200;
    height: 100%;
    position: fixed;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation: album-gallery-hide 0.5s;
            animation: album-gallery-hide 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    /*  */
    /*  */
    background: rgba(44, 44, 59, 1.00);
    /*  */
    /*  */
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    /*  */ }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-info {
      /*  */
      background: rgba(34, 34, 45, 1.00);
      /*  */
      /*  */
      z-index: 200;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      transition: all 0.3s;
      font-family: "Proxima Nova";
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-back {
      color: rgba(255, 255, 255, 1.00);
      padding: 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      font-size: 18px;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-back i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-back::after {
        line-height: 0;
        margin-left: 8px;
        display: inline-block;
        content: "Back"; }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-header {
      padding: 20px 15px; }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 18px;
      line-height: 25.199999px;
      padding-bottom: 5px; }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.40);
      font-size: 14px;
      line-height: 19.600000px; }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content {
      z-index: 200;
      position: relative;
      padding: 20px 20px; }
      #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        box-sizing: border-box;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid .stack {
          /*  */ }
          #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid .stack li {
            margin: 0 auto; }
        #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          box-sizing: border-box;
          padding: 10px 10px; }
        #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid a {
          box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.10);
          border-radius: 4px;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          display: block;
          overflow: hidden;
          position: relative;
          transition: all 0.3s;
          box-sizing: border-box; }
          #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid a .img {
            width: 100%;
            height: 100%;
            transition: inherit;
            background-size: cover;
            box-sizing: border-box;
            background-position: center center; }
          #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid a:hover .img {
            /*  */
            overflow: hidden;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            /*  */ }
          #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid a:hover::before {
            /*  */
            top: 0;
            left: 0;
            content: '';
            z-index: 20;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
            /*  */ }

body.album-stacks_in_139-expand .simple-lightbox {
  position: fixed;
  z-index: 1002; }

body.album-stacks_in_139-expand .sl-overlay {
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  opacity: 0.9;
  position: fixed;
  z-index: 1001; }

body.album-stacks_in_139-expand .sl-close {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_139-expand .sl-navigation button {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_139-expand .sl-counter {
  color: rgba(255, 255, 255, 1.00);
  font-family: "Proxima Nova"; }

body.album-stacks_in_139-expand .sl-spinner {
  border-color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_139-expand .sl-wrapper .sl-image {
  overflow: hidden;
  border-radius: 5px; }

body.album-stacks_in_139-expand .sl-wrapper .sl-image .sl-caption {
  /*  */
  font-family: "Varela";
  /*  */
  color: rgba(255, 255, 255, 1.00);
  background: rgba(44, 44, 59, 0.60);
  font-size: 18px;
  padding: 15px 15px;
  font-weight: bold;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.30); }

#album-stacks_in_139.album-was-opened #album-gallery-stacks_in_139 {
  visibility: visible; }

#album-stacks_in_139.album-expand .album-cover::before, #album-stacks_in_139.album-expand .album-cover::after {
  display: none; }

#album-stacks_in_139.album-expand .album-cover-inner {
  -webkit-animation: album-cover-hide 0.5s;
          animation: album-cover-hide 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_139.album-expand .album-cover-count {
  -webkit-animation: album-count-hide 0.3s;
          animation: album-count-hide 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_139.album-expand #album-gallery-stacks_in_139 {
  visibility: visible;
  -webkit-animation: album-gallery-show 0.5s 0.5s;
          animation: album-gallery-show 0.5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_139.album-expand.album-close #album-gallery-stacks_in_139 {
  -webkit-animation: album-gallery-hide 5s 0.5s;
          animation: album-gallery-hide 5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media (min-width: 801px) {
  #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid li {
    width: 33.333332%; }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid li a {
      height: 250px; } }

@media (max-width: 800px) {
  #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid li {
    width: 50.000000%; }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@media (max-width: 400px) {
  #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-back i {
    font-size: 24px; }
  #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-back::after {
    display: none; }
  #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid li {
    width: 100.000000%; }
    #album-stacks_in_139 #album-gallery-stacks_in_139 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@-webkit-keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@-webkit-keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-shape-show-stacks_in_139 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@keyframes album-shape-show-stacks_in_139 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@-webkit-keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#album-image-stacks_in_140 .img {
  /*  */
  background-image: url(../files/image_full-140.jpg);
  /*  */ }
#album-image-stacks_in_141 .img {
  /*  */
  background-image: url(../files/image_full-141.jpg);
  /*  */ }
#album-image-stacks_in_142 .img {
  /*  */
  background-image: url(../files/image_full-142.jpg);
  /*  */ }
#album-image-stacks_in_376 .img {
  /*  */
  background-image: url(../files/image_full-376.jpg);
  /*  */ }
#album-image-stacks_in_377 .img {
  /*  */
  background-image: url(../files/image_full-377.jpg);
  /*  */ }
#album-image-stacks_in_378 .img {
  /*  */
  background-image: url(../files/image_full-378.jpg);
  /*  */ }
#album-image-stacks_in_379 .img {
  /*  */
  background-image: url(../files/image_full-379.jpg);
  /*  */ }
#album-image-stacks_in_380 .img {
  /*  */
  background-image: url(../files/image_full-380.jpg);
  /*  */ }
#album-image-stacks_in_381 .img {
  /*  */
  background-image: url(../files/image_full-381.jpg);
  /*  */ }
#album-image-stacks_in_382 .img {
  /*  */
  background-image: url(../files/image_full-382.jpg);
  /*  */ }
#album-image-stacks_in_383 .img {
  /*  */
  background-image: url(../files/image_full-383.jpg);
  /*  */ }
#album-image-stacks_in_384 .img {
  /*  */
  background-image: url(../files/image_full-384.jpg);
  /*  */ }
#album-image-stacks_in_385 .img {
  /*  */
  background-image: url(../files/image_full-385.jpg);
  /*  */ }
#album-image-stacks_in_386 .img {
  /*  */
  background-image: url(../files/image_full-386.jpg);
  /*  */ }
#album-image-stacks_in_387 .img {
  /*  */
  background-image: url(../files/image_full-387.jpg);
  /*  */ }
#album-image-stacks_in_388 .img {
  /*  */
  background-image: url(../files/image_full-388.jpg);
  /*  */ }
#album-image-stacks_in_389 .img {
  /*  */
  background-image: url(../files/image_full-389.jpg);
  /*  */ }
#album-image-stacks_in_390 .img {
  /*  */
  background-image: url(../files/image_full-390.jpg);
  /*  */ }
#album-image-stacks_in_391 .img {
  /*  */
  background-image: url(../files/image_full-391.jpg);
  /*  */ }
#album-image-stacks_in_392 .img {
  /*  */
  background-image: url(../files/image_full-392.jpg);
  /*  */ }
#album-image-stacks_in_393 .img {
  /*  */
  background-image: url(../files/image_full-393.jpg);
  /*  */ }
#album-image-stacks_in_394 .img {
  /*  */
  background-image: url(../files/image_full-394.jpg);
  /*  */ }
#album-image-stacks_in_395 .img {
  /*  */
  background-image: url(../files/image_full-395.jpg);
  /*  */ }
#album-image-stacks_in_396 .img {
  /*  */
  background-image: url(../files/image_full-396.jpg);
  /*  */ }
#album-image-stacks_in_409 .img {
  /*  */
  background-image: url(../files/image_full-409.jpg);
  /*  */ }
#album-image-stacks_in_410 .img {
  /*  */
  background-image: url(../files/image_full-410.jpg);
  /*  */ }
#album-image-stacks_in_411 .img {
  /*  */
  background-image: url(../files/image_full-411.jpg);
  /*  */ }
#album-image-stacks_in_412 .img {
  /*  */
  background-image: url(../files/image_full-412.jpg);
  /*  */ }
#album-image-stacks_in_413 .img {
  /*  */
  background-image: url(../files/image_full-413.jpg);
  /*  */ }
#album-image-stacks_in_414 .img {
  /*  */
  background-image: url(../files/image_full-414.jpg);
  /*  */ }
#album-image-stacks_in_415 .img {
  /*  */
  background-image: url(../files/image_full-415.jpg);
  /*  */ }
#album-image-stacks_in_416 .img {
  /*  */
  background-image: url(../files/image_full-416.jpg);
  /*  */ }
#album-image-stacks_in_417 .img {
  /*  */
  background-image: url(../files/image_full-417.jpg);
  /*  */ }
#album-image-stacks_in_418 .img {
  /*  */
  background-image: url(../files/image_full-418.jpg);
  /*  */ }
#album-image-stacks_in_419 .img {
  /*  */
  background-image: url(../files/image_full-419.jpg);
  /*  */ }
#album-image-stacks_in_420 .img {
  /*  */
  background-image: url(../files/image_full-420.jpg);
  /*  */ }
#album-image-stacks_in_421 .img {
  /*  */
  background-image: url(../files/image_full-421.jpg);
  /*  */ }
#album-image-stacks_in_422 .img {
  /*  */
  background-image: url(../files/image_full-422.jpg);
  /*  */ }
#album-image-stacks_in_423 .img {
  /*  */
  background-image: url(../files/image_full-423.jpg);
  /*  */ }
#album-image-stacks_in_424 .img {
  /*  */
  background-image: url(../files/image_full-424.jpg);
  /*  */ }
#album-image-stacks_in_425 .img {
  /*  */
  background-image: url(../files/image_full-425.jpg);
  /*  */ }
#album-image-stacks_in_426 .img {
  /*  */
  background-image: url(../files/image_full-426.jpg);
  /*  */ }
#album-image-stacks_in_427 .img {
  /*  */
  background-image: url(../files/image_full-427.jpg);
  /*  */ }
#album-image-stacks_in_428 .img {
  /*  */
  background-image: url(../files/image_full-428.jpg);
  /*  */ }
#album-image-stacks_in_429 .img {
  /*  */
  background-image: url(../files/image_full-429.jpg);
  /*  */ }
#album-image-stacks_in_430 .img {
  /*  */
  background-image: url(../files/image_full-430.jpg);
  /*  */ }
#album-image-stacks_in_431 .img {
  /*  */
  background-image: url(../files/image_full-431.jpg);
  /*  */ }
#album-image-stacks_in_432 .img {
  /*  */
  background-image: url(../files/image_full-432.jpg);
  /*  */ }
#album-image-stacks_in_433 .img {
  /*  */
  background-image: url(../files/image_full-433.jpg);
  /*  */ }
#album-image-stacks_in_434 .img {
  /*  */
  background-image: url(../files/image_full-434.jpg);
  /*  */ }
#album-image-stacks_in_435 .img {
  /*  */
  background-image: url(../files/image_full-435.jpg);
  /*  */ }
#album-image-stacks_in_436 .img {
  /*  */
  background-image: url(../files/image_full-436.jpg);
  /*  */ }
#album-image-stacks_in_437 .img {
  /*  */
  background-image: url(../files/image_full-437.jpg);
  /*  */ }
#album-image-stacks_in_438 .img {
  /*  */
  background-image: url(../files/image_full-438.jpg);
  /*  */ }
#album-image-stacks_in_439 .img {
  /*  */
  background-image: url(../files/image_full-439.jpg);
  /*  */ }
#album-image-stacks_in_440 .img {
  /*  */
  background-image: url(../files/image_full-440.jpg);
  /*  */ }
#album-image-stacks_in_441 .img {
  /*  */
  background-image: url(../files/image_full-441.jpg);
  /*  */ }
#album-image-stacks_in_442 .img {
  /*  */
  background-image: url(../files/image_full-442.jpg);
  /*  */ }
#album-image-stacks_in_443 .img {
  /*  */
  background-image: url(../files/image_full-443.jpg);
  /*  */ }
#album-image-stacks_in_444 .img {
  /*  */
  background-image: url(../files/image_full-444.jpg);
  /*  */ }
#album-image-stacks_in_445 .img {
  /*  */
  background-image: url(../files/image_full-445.jpg);
  /*  */ }
#album-image-stacks_in_446 .img {
  /*  */
  background-image: url(../files/image_full-446.jpg);
  /*  */ }
#album-image-stacks_in_447 .img {
  /*  */
  background-image: url(../files/image_full-447.jpg);
  /*  */ }
#album-image-stacks_in_448 .img {
  /*  */
  background-image: url(../files/image_full-448.jpg);
  /*  */ }
#album-image-stacks_in_449 .img {
  /*  */
  background-image: url(../files/image_full-449.jpg);
  /*  */ }
#album-image-stacks_in_450 .img {
  /*  */
  background-image: url(../files/image_full-450.jpg);
  /*  */ }
#album-image-stacks_in_451 .img {
  /*  */
  background-image: url(../files/image_full-451.jpg);
  /*  */ }
#album-image-stacks_in_452 .img {
  /*  */
  background-image: url(../files/image_full-452.jpg);
  /*  */ }
#album-image-stacks_in_453 .img {
  /*  */
  background-image: url(../files/image_full-453.jpg);
  /*  */ }
#album-image-stacks_in_454 .img {
  /*  */
  background-image: url(../files/image_full-454.jpg);
  /*  */ }
#album-image-stacks_in_455 .img {
  /*  */
  background-image: url(../files/image_full-455.jpg);
  /*  */ }
#album-image-stacks_in_456 .img {
  /*  */
  background-image: url(../files/image_full-456.jpg);
  /*  */ }
#album-image-stacks_in_457 .img {
  /*  */
  background-image: url(../files/image_full-457.jpg);
  /*  */ }
#album-image-stacks_in_458 .img {
  /*  */
  background-image: url(../files/image_full-458.jpg);
  /*  */ }
#album-image-stacks_in_459 .img {
  /*  */
  background-image: url(../files/image_full-459.jpg);
  /*  */ }
#album-image-stacks_in_460 .img {
  /*  */
  background-image: url(../files/image_full-460.jpg);
  /*  */ }
#album-image-stacks_in_461 .img {
  /*  */
  background-image: url(../files/image_full-461.jpg);
  /*  */ }
#album-image-stacks_in_462 .img {
  /*  */
  background-image: url(../files/image_full-462.jpg);
  /*  */ }
#album-image-stacks_in_463 .img {
  /*  */
  background-image: url(../files/image_full-463.jpg);
  /*  */ }
#album-image-stacks_in_464 .img {
  /*  */
  background-image: url(../files/image_full-464.jpg);
  /*  */ }
#album-image-stacks_in_465 .img {
  /*  */
  background-image: url(../files/image_full-465.jpg);
  /*  */ }
#album-image-stacks_in_466 .img {
  /*  */
  background-image: url(../files/image_full-466.jpg);
  /*  */ }
#album-image-stacks_in_467 .img {
  /*  */
  background-image: url(../files/image_full-467.jpg);
  /*  */ }
#album-image-stacks_in_468 .img {
  /*  */
  background-image: url(../files/image_full-468.jpg);
  /*  */ }
#album-image-stacks_in_469 .img {
  /*  */
  background-image: url(../files/image_full-469.jpg);
  /*  */ }
#album-image-stacks_in_470 .img {
  /*  */
  background-image: url(../files/image_full-470.jpg);
  /*  */ }
#album-image-stacks_in_471 .img {
  /*  */
  background-image: url(../files/image_full-471.jpg);
  /*  */ }
#album-image-stacks_in_472 .img {
  /*  */
  background-image: url(../files/image_full-472.jpg);
  /*  */ }
#album-image-stacks_in_473 .img {
  /*  */
  background-image: url(../files/image_full-473.jpg);
  /*  */ }
#album-image-stacks_in_474 .img {
  /*  */
  background-image: url(../files/image_full-474.jpg);
  /*  */ }
#album-image-stacks_in_475 .img {
  /*  */
  background-image: url(../files/image_full-475.jpg);
  /*  */ }
#album-image-stacks_in_476 .img {
  /*  */
  background-image: url(../files/image_full-476.jpg);
  /*  */ }
#album-image-stacks_in_477 .img {
  /*  */
  background-image: url(../files/image_full-477.jpg);
  /*  */ }
#album-image-stacks_in_478 .img {
  /*  */
  background-image: url(../files/image_full-478.jpg);
  /*  */ }
/*  */
#stacks_in_397, #stacks_in_403, #stacks_in_397 .stacks_in, #stacks_in_397 .stacks_out {
  overflow: visible !important; }

#album-stacks_in_246 {
  z-index: 1000;
  position: relative; }
  #album-stacks_in_246 .album-cover {
    margin: 20px;
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box; }
    #album-stacks_in_246 .album-cover.cover-left {
      margin-right: auto; }
    #album-stacks_in_246 .album-cover.cover-right {
      margin-left: auto; }
    #album-stacks_in_246 .album-cover.cover-center {
      margin-left: auto;
      margin-right: auto; }
    #album-stacks_in_246 .album-cover:hover {
      /*  */
      cursor: pointer;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      /*  */ }
      #album-stacks_in_246 .album-cover:hover .album-cover-inner {
        /*  */
        box-shadow: none;
        /*  */ }
      #album-stacks_in_246 .album-cover:hover .album-cover-image::after {
        /*  */
        opacity: 1;
        /*  */ }
      #album-stacks_in_246 .album-cover:hover::before, #album-stacks_in_246 .album-cover:hover::after {
        /*  */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        /*  */ }
    #album-stacks_in_246 .album-cover::before, #album-stacks_in_246 .album-cover::after {
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      transition: all 0.3s;
      background: rgba(255, 255, 255, 0);
      border-radius: 5px;
      -webkit-animation: album-shape-show-stacks_in_246 0.4s 0.6s;
              animation: album-shape-show-stacks_in_246 0.4s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_246 .album-cover::before {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg); }
    #album-stacks_in_246 .album-cover::after {
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    #album-stacks_in_246 .album-cover-placeholder {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(112, 128, 144, 0.30);
      border-radius: 5px;
      border: 3px dashed rgba(112, 128, 144, 0.30);
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #album-stacks_in_246 .album-cover-placeholder i {
        font-size: 50px; }
      #album-stacks_in_246 .album-cover-placeholder span {
        font-size: 20px; }
    #album-stacks_in_246 .album-cover-count {
      /*  */
      font-family: "Varela";
      /*  */
      top: 10px;
      right: 10px;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.10);
      font-size: 13px;
      padding: 5px 10px;
      border-radius: 20px;
      opacity: 0;
      z-index: 20;
      line-height: 1;
      position: absolute;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-animation: album-count-show 0.5s 0.6s;
              animation: album-count-show 0.5s 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #album-stacks_in_246 .album-cover-inner {
      /*  */
      background: rgba(44, 44, 59, 1.00);
      /*  */
      /*  */
      box-shadow: none;
      border-radius: 5px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      transition: all 0.3s;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*  */
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation: album-cover-show 0.3s 0.4s;
              animation: album-cover-show 0.3s 0.4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      /*  */ }
    #album-stacks_in_246 .album-cover-image {
      height: 150px;
      max-width: 300px;
      background: url(../files/cover_image-246.jpg);
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      #album-stacks_in_246 .album-cover-image::after {
        content: '\f133';
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        transition: all 0.3s;
        font-family: "Ionicons";
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: rgba(255, 255, 255, 0.20);
        background: rgba(44, 44, 59, 0.60);
        font-size: 100px; }
    #album-stacks_in_246 .album-cover-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 100%;
      padding: 12px 15px; }
      #album-stacks_in_246 .album-cover-info-title {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 21.000000px;
        margin-bottom: 5px; }
      #album-stacks_in_246 .album-cover-info-description {
        /*  */
        font-family: "Varela";
        /*  */
        color: rgba(255, 255, 255, 0.40);
        font-size: 13px;
        line-height: 18.199999px;
        text-overflow: ellipsis; }
  #album-stacks_in_246 #album-gallery-stacks_in_246 {
    /*  */
    z-index: 200;
    height: 100%;
    position: fixed;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation: album-gallery-hide 0.5s;
            animation: album-gallery-hide 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    /*  */
    /*  */
    background: rgba(44, 44, 59, 1.00);
    /*  */
    /*  */
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    /*  */ }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-info {
      /*  */
      background: rgba(34, 34, 45, 1.00);
      /*  */
      /*  */
      z-index: 200;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      transition: all 0.3s;
      font-family: "Proxima Nova";
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-back {
      color: rgba(255, 255, 255, 1.00);
      padding: 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      font-size: 18px;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-back i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-back::after {
        line-height: 0;
        margin-left: 8px;
        display: inline-block;
        content: "Back"; }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-header {
      padding: 20px 15px; }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 18px;
      line-height: 25.199999px;
      padding-bottom: 5px; }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.40);
      font-size: 14px;
      line-height: 19.600000px; }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content {
      z-index: 200;
      position: relative;
      padding: 20px 20px; }
      #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        box-sizing: border-box;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid .stack {
          /*  */ }
          #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid .stack li {
            margin: 0 auto; }
        #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          box-sizing: border-box;
          padding: 10px 10px; }
        #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid a {
          box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.10);
          border-radius: 4px;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          display: block;
          overflow: hidden;
          position: relative;
          transition: all 0.3s;
          box-sizing: border-box; }
          #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid a .img {
            width: 100%;
            height: 100%;
            transition: inherit;
            background-size: cover;
            box-sizing: border-box;
            background-position: center center; }
          #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid a:hover .img {
            /*  */
            overflow: hidden;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            /*  */ }
          #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid a:hover::before {
            /*  */
            top: 0;
            left: 0;
            content: '';
            z-index: 20;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
            /*  */ }

body.album-stacks_in_246-expand .simple-lightbox {
  position: fixed;
  z-index: 1002; }

body.album-stacks_in_246-expand .sl-overlay {
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  opacity: 0.9;
  position: fixed;
  z-index: 1001; }

body.album-stacks_in_246-expand .sl-close {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_246-expand .sl-navigation button {
  color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_246-expand .sl-counter {
  color: rgba(255, 255, 255, 1.00);
  font-family: "Proxima Nova"; }

body.album-stacks_in_246-expand .sl-spinner {
  border-color: rgba(255, 255, 255, 1.00); }

body.album-stacks_in_246-expand .sl-wrapper .sl-image {
  overflow: hidden;
  border-radius: 5px; }

body.album-stacks_in_246-expand .sl-wrapper .sl-image .sl-caption {
  /*  */
  font-family: "Varela";
  /*  */
  color: rgba(255, 255, 255, 1.00);
  background: rgba(44, 44, 59, 0.60);
  font-size: 18px;
  padding: 15px 15px;
  font-weight: bold;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.30); }

#album-stacks_in_246.album-was-opened #album-gallery-stacks_in_246 {
  visibility: visible; }

#album-stacks_in_246.album-expand .album-cover::before, #album-stacks_in_246.album-expand .album-cover::after {
  display: none; }

#album-stacks_in_246.album-expand .album-cover-inner {
  -webkit-animation: album-cover-hide 0.5s;
          animation: album-cover-hide 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_246.album-expand .album-cover-count {
  -webkit-animation: album-count-hide 0.3s;
          animation: album-count-hide 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_246.album-expand #album-gallery-stacks_in_246 {
  visibility: visible;
  -webkit-animation: album-gallery-show 0.5s 0.5s;
          animation: album-gallery-show 0.5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#album-stacks_in_246.album-expand.album-close #album-gallery-stacks_in_246 {
  -webkit-animation: album-gallery-hide 5s 0.5s;
          animation: album-gallery-hide 5s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media (min-width: 801px) {
  #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid li {
    width: 33.333332%; }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid li a {
      height: 250px; } }

@media (max-width: 800px) {
  #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid li {
    width: 50.000000%; }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@media (max-width: 400px) {
  #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-back i {
    font-size: 24px; }
  #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-back::after {
    display: none; }
  #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid li {
    width: 100.000000%; }
    #album-stacks_in_246 #album-gallery-stacks_in_246 .album-gallery-content .album-gallery-grid li a {
      height: 200px; } }

@-webkit-keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@keyframes album-cover-hide {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0); } }

@-webkit-keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes album-cover-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes album-count-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-count-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-shape-show-stacks_in_246 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@keyframes album-shape-show-stacks_in_246 {
  0% {
    background: rgba(255, 255, 255, 0); }
  100% {
    background: rgba(44, 44, 59, 0.60); } }

@-webkit-keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-show {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes album-gallery-hide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes album-gallery-info-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes album-gallery-content-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#album-image-stacks_in_247 .img {
  /*  */
  background-image: url();
  /*  */ }
#album-image-stacks_in_248 .img {
  /*  */
  background-image: url();
  /*  */ }
#album-image-stacks_in_249 .img {
  /*  */
  background-image: url();
  /*  */ }
/* Start dooGrid stack each CSS code */.stacks_in_479_123gridWrapper > div{	display: inline-block !important;	width: 33.333333%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 15px;    padding-right: 7.500000px;    padding-left: 7.500000px;}.stacks_in_479_123gridWrapper{	margin-right: -7.500000px;    margin-left: -7.500000px;    margin-top: -15px;}@media all and (max-width: 1024px) {				.stacks_in_479_123gridWrapper > div{		width: 33.333333%;	}	}@media all and (max-width: 768px) {				.stacks_in_479_123gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_479_123gridWrapper > div{		width: 100%;	}	}/* End dooGrid stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */#stacks_in_479_119 .background{}#stacks_in_479_119 .fa-stack,#stacks_in_479_119 i.fa{color:rgba(0, 0, 0, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_479_119 .fa-stack.custom,#stacks_in_479_119 i.fa.custom{font-size:24px}#stacks_in_479_119 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_479_119 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_479_119 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_479_119 a:hover i.fa{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_119 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_479_119 a:hover .fa-border{}#stacks_in_479_119 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_119 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_119 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_119 .jw-wrapper{}#stacks_in_479_119 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_119 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_119 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_119 .jw-wrapper.match{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_119 .jw-wrapper.match a{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_119 .jw-wrapper.match a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_119 .jw-wrapper.hover i.fa:hover,#stacks_in_479_119 .jw-wrapper.hover a:hover{color:rgba(0, 0, 255, 1.00)}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */#stacks_in_479_2 .background{}#stacks_in_479_2 .fa-stack,#stacks_in_479_2 i.fa{color:rgba(0, 0, 0, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_479_2 .fa-stack.custom,#stacks_in_479_2 i.fa.custom{font-size:24px}#stacks_in_479_2 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_479_2 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_479_2 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_479_2 a:hover i.fa{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_2 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_479_2 a:hover .fa-border{}#stacks_in_479_2 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_2 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_2 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_2 .jw-wrapper{}#stacks_in_479_2 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_2 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_2 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_2 .jw-wrapper.match{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_2 .jw-wrapper.match a{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_2 .jw-wrapper.match a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_2 .jw-wrapper.hover i.fa:hover,#stacks_in_479_2 .jw-wrapper.hover a:hover{color:rgba(0, 0, 255, 1.00)}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */#stacks_in_479_6 .background{}#stacks_in_479_6 .fa-stack,#stacks_in_479_6 i.fa{color:rgba(0, 0, 0, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_479_6 .fa-stack.custom,#stacks_in_479_6 i.fa.custom{font-size:24px}#stacks_in_479_6 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_479_6 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_479_6 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_479_6 a:hover i.fa{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_6 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_479_6 a:hover .fa-border{}#stacks_in_479_6 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_6 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_6 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_6 .jw-wrapper{}#stacks_in_479_6 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_6 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_6 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_6 .jw-wrapper.match{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_6 .jw-wrapper.match a{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_6 .jw-wrapper.match a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_6 .jw-wrapper.hover i.fa:hover,#stacks_in_479_6 .jw-wrapper.hover a:hover{color:rgba(0, 0, 255, 1.00)}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */#stacks_in_479_10 .background{}#stacks_in_479_10 .fa-stack,#stacks_in_479_10 i.fa{color:rgba(0, 0, 0, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_479_10 .fa-stack.custom,#stacks_in_479_10 i.fa.custom{font-size:24px}#stacks_in_479_10 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_479_10 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_479_10 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_479_10 a:hover i.fa{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_10 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_479_10 a:hover .fa-border{}#stacks_in_479_10 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_10 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_10 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_10 .jw-wrapper{}#stacks_in_479_10 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_10 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_10 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_10 .jw-wrapper.match{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_10 .jw-wrapper.match a{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_10 .jw-wrapper.match a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_10 .jw-wrapper.hover i.fa:hover,#stacks_in_479_10 .jw-wrapper.hover a:hover{color:rgba(0, 0, 255, 1.00)}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */#stacks_in_479_14 .background{}#stacks_in_479_14 .fa-stack,#stacks_in_479_14 i.fa{color:rgba(0, 0, 0, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_479_14 .fa-stack.custom,#stacks_in_479_14 i.fa.custom{font-size:24px}#stacks_in_479_14 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_479_14 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_479_14 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_479_14 a:hover i.fa{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_14 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_479_14 a:hover .fa-border{}#stacks_in_479_14 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_14 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_14 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_14 .jw-wrapper{}#stacks_in_479_14 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_479_14 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_479_14 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_479_14 .jw-wrapper.match{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_14 .jw-wrapper.match a{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_14 .jw-wrapper.match a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_479_14 .jw-wrapper.hover i.fa:hover,#stacks_in_479_14 .jw-wrapper.hover a:hover{color:rgba(0, 0, 255, 1.00)}
/* Start dooGrid stack each CSS code */.stacks_in_479_31gridWrapper > div{	display: inline-block !important;	width: 25%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 15px;    padding-right: 7.500000px;    padding-left: 7.500000px;}.stacks_in_479_31gridWrapper{	margin-right: -7.500000px;    margin-left: -7.500000px;    margin-top: -15px;}@media all and (max-width: 1024px) {				.stacks_in_479_31gridWrapper > div{		width: 33.333333%;	}	}@media all and (max-width: 768px) {				.stacks_in_479_31gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_479_31gridWrapper > div{		width: 100%;	}	}/* End dooGrid stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */