.gallery-slide {
  position: relative; }
  .gallery-slide img {
    margin: 0 auto; }
  .gallery-slide .bottom-nav .btn {
    width: 40%;
    float: left;
    position: relative;
    text-align: center; }
    .gallery-slide .bottom-nav .btn span {
      height: 40px;
      box-sizing: border-box;
      padding: 10px 20px 10px 15px;
      background-color: #1b95e0;
      color: #fff;
      border-radius: 3px;
      font-weight: 500;
      cursor: pointer;
      font-size: 20px;
      line-height: 20px; }
  .gallery-slide .bottom-nav .next span {
    float: right; }
  .gallery-slide .bottom-nav .prev span {
    float: left; }
  .gallery-slide .bottom-nav .counter {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 24px;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .gallery-slide .bottom-nav .counter {
        font-size: 14px; } }
  .gallery-slide .img-container {
    position: relative; }
    .gallery-slide .img-container .btn {
      position: absolute;
      bottom: 0;
      top: 0;
      height: auto;
      background: #ddd;
      width: 50%;
      opacity: 0;
      -webkit-transition: opacity .2s ease-in-out;
      -moz-transition: opacity .2s ease-in-out;
      -ms-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      z-index: 99; }
      .gallery-slide .img-container .btn.prev {
        left: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .gallery-slide .img-container .btn.next {
        right: 0;
        background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to left, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .gallery-slide .img-container .btn:hover {
        opacity: 1; }
    .gallery-slide .img-container .caption {
      z-index: 98;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: rgba(221, 221, 221, 0.8);
      font-size: 10px;
      padding: 0 10px;
      line-height: 20px;
      border-top-left-radius: 5px; }
  .gallery-slide a:hover {
    text-decoration: none !important; }
  .gallery-slide .slide img {
    margin: 0; }
  .gallery-slide .randomGallery img {
    margin: 0; }
  .gallery-slide .randomGallery button {
    width: 100%;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    padding: 0px 20px 10px 16px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .gallery-slide .randomGallery h4 {
    width: 100%;
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 0px 20px 10px 16px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    font-size: 25px;
    line-height: 60px;
    border-top: 1px solid #1b95e0;
    border-left: 1px solid #1b95e0;
    border-right: 1px solid #1b95e0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    text-align: center; }

.gallery-widget {
  display: block;
  width: 100%;
  margin: 48px auto;
  text-align: center;
  clear: both; }
  @media (max-width: 767px) {
    .gallery-widget {
      width: 100%; } }
  .gallery-widget .img-ctn {
    background: #ddd;
    max-height: 300px;
    width: 100%;
    display: block; }
    .gallery-widget .img-ctn img {
      width: 100%;
      object-fit: cover;
      margin: 0 auto;
      max-height: 300px; }
      @media (max-width: 767px) {
        .gallery-widget .img-ctn img {
          max-height: 300px; } }
  .gallery-widget h4 {
    width: 100%;
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 24px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    font-size: 24px;
    line-height: 1.4;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0; }
    .gallery-info h4 {
      font-size: 20px;
      padding: 8px;
      font-weight: 600;
      background-color: rgba(0,0,0,.87);
    }

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