.element-gallery .element-title {
  float: left; }

.preview-img {
  max-width: 100%; }

.gallery {
  margin-top: 60px;
  position: relative;
  clear: both; }

.gallery-preview {
  position: relative;
  min-height: 250px;
  transition: height 0.3s; }
  .gallery-preview .item-container {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease; }
    .gallery-preview .item-container.ghost {
      position: absolute;
      width: 0;
      height: 0; }
    .gallery-preview .item-container .image {
      position: relative;
      transition: all 0.3s ease; }
    .gallery-preview .item-container.curr {
      transform: none;
      opacity: 1;
      visibility: visible; }
      .gallery-preview .item-container.curr .image {
        transform: none; }
    .gallery-preview .item-container.next {
      position: absolute;
      transform: scale(0.85, 0.85);
      opacity: 0;
      visibility: hidden; }
      .gallery-preview .item-container.next .image {
        transform: scale(0.7, 0.7); }
    .gallery-preview .item-container .preview-img {
      width: 100%; }
    .gallery-preview .item-container .fancy-link {
      display: block;
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transform: scale(1.1, 0.9);
      transition: all 0.3s; }
      .gallery-preview .item-container .fancy-link:hover {
        transform: none;
        background-color: rgba(0, 0, 0, 0.7); }
        .gallery-preview .item-container .fancy-link:hover .view-btn {
          opacity: 1;
          top: 50%; }
    .gallery-preview .item-container .view-btn {
      position: absolute;
      left: 50%;
      top: 80%;
      margin: -50px 0 0 -20px;
      font-size: 50px;
      opacity: 0;
      color: white;
      transition: all 0.3s; }
    .gallery-preview .item-container h3 {
      margin-top: -6px;
      font-size: 16px;
      line-height: 1.5; }

.thumbs {
  clear: both;
  list-style: none;
  margin: 0;
  position: relative;
  text-align: center;
  padding: 0px; }

.thumbs-container {
  /*border-radius: 50px;
  box-shadow: 0px 0px 5px 10px rgba(31, 6, 0, 0.1);*/
  margin: 24px 0px; }

.thumb {
  position: relative;
  width: 100px;
  height: 63px;
  float: left;
  margin: 0px 12px 12px 0px;
  padding: 0;
  transform-origin: 50% 48px;
  transition: all 0.3s;
  transition-delay: 0.025s;
  -webkit-transition-delay: 0s;
  transition-timing-function: ease-out; }
  .thumb:hover {
    z-index: 500; }
  .thumb.current {
    transition-timing-function: cubic-bezier(0, 1, 1, 0.69); }
  .thumb .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: box-shadow 0.3s;
    transition-timing-function: linear;
    box-shadow: 0px 0px 0px rgba(31, 6, 0, 0.5); }
  .thumb .thumb-el-type {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    /*text-transform: uppercase;*/
    color: #fff;
    height: 15px; }
  .thumb .click-area {
    width: 100%;
    height: 100%; }
  .thumb .thumb-img {
    max-width: 100%; }

.local-media-container {
  padding: 0 35px; }

.fancybox-next {
  right: -80px !important; }

.fancybox-prev {
  left: -80px !important; }

.fancybox-nav {
  width: 120px !important;
  height: 90%; }

/*# sourceMappingURL=gallery.css.map */
