/****************************************************
********************** COLORS ***********************
****************************************************/
.gallery-item {
  cursor: pointer;
}
.gallery-item a {
  pointer-events: none!important;
  cursor: default!important;
  text-decoration: none!important;
}
#dreamgallery {
  color: white;
  background-color: black;
  position: fixed;
  z-index: -999;
  width: 100%;
  height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  top: 0;
  transition: visibility 0s, opacity 0.5s ease-out;
  visibility: hidden;
  opacity: 0;
  right: -110vw;
}
#dreamgallery.show_gallery {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  right: 0;
}
#dreamgallery .dreamgallery_close {
  float: right!important;
  margin: 0;
  top: 25px;
}
#dreamgallery .dreamgallery_close:before,
#dreamgallery .dreamgallery_close:after {
  content: '';
  background-color: white;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
}
#dreamgallery .dreamgallery_close:before {
  transform: rotate(45deg);
}
#dreamgallery .dreamgallery_close:after {
  transform: rotate(-45deg);
}
#dreamgallery.show_gallery {
  visibility: visible;
  opacity: 1;
}
#dreamgallery button.ico {
  background-color: transparent;
  background-size: 22px;
  position: relative;
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 25px;
  padding: 0;
  border: none;
  opacity: 0.5;
  cursor: pointer;
}
#dreamgallery button.ico:last-child {
  margin-right: 0px;
}
#dreamgallery button.ico:hover {
  opacity: 0.9;
}
#dreamgallery button.ico.active {
  opacity: 1;
}
#dreamgallery button.ico.b_meta {
  color: #fff;
  font-size: 17px;
}
#dreamgallery.meta_open .dreamgallery_content .swiper-container .swiper-slide.swiper-slide-active {
  width: calc(100% - 300px) !important;
}
#dreamgallery.meta_open .dreamgallery_content .swiper-container .swiper_navigation {
  width: calc(100% - 340px) !important;
}
#dreamgallery .dreamgallery_content {
  position: relative;
  float: left;
  width: calc(100% - 387px);
  height: 100vh;
  overflow: hidden;
}
#dreamgallery .dreamgallery_content .gallery_head {
  position: absolute;
  width: calc(100% - 150px);
  height: 80px;
  top: 0;
  left: 0;
  padding: 0 75px;
}
#dreamgallery .dreamgallery_content .gallery_head .img_context {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
}
#dreamgallery .dreamgallery_content .gallery_head .img_context #post_title {
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  background: none;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 100;
}
#dreamgallery .dreamgallery_content .gallery_head .img_context #image_url {
  font-size: 14px;
  color: #a1a1a1;
  margin-top: 5px;
  opacity: 0.6;
}
#dreamgallery .dreamgallery_content .gallery_head #counter {
  float: right;
  padding-top: 54px;
  opacity: 0.6;
}
#dreamgallery .dreamgallery_content .swiper-container {
  position: relative;
  float: left;
  width: calc(100% - 150px);
  margin-top: 110px;
  padding: 0 75px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
#dreamgallery .dreamgallery_content .swiper-container a:focus,
#dreamgallery .dreamgallery_content .swiper-container button:focus {
  border-bottom: none!important;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper-slide {
  height: calc(100vh - 110px);
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper-slide img.item {
  max-width: calc(100% - 100px);
  max-height: calc(100% - 90px);
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-top: calc(50vh - 80px);
  transform: translate(0, -50%);
}
#dreamgallery .dreamgallery_content .swiper-container .swiper-slide img.item.owl-lazy {
  opacity: 1;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper-slide .img_description {
  width: 100%;
  max-width: calc(100% - 100px);
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.6;
  font-weight: 100;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper-slide .img_title,
#dreamgallery .dreamgallery_content .swiper-container .swiper-slide .img_url,
#dreamgallery .dreamgallery_content .swiper-container .swiper-slide .img_metam,
#dreamgallery .dreamgallery_content .swiper-container .swiper-slide .pinit_button {
  display: none;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation {
  position: absolute;
  width: calc(100% - 40px);
  top: calc(50vh - 80px);
  left: 0;
  transform: translateY(-50%);
  margin: 0 20px;
  z-index: 9;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-prev,
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-next {
  width: 50px;
  height: 30px;
  opacity: 0.8;
  background-image: none;
  cursor: pointer;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-prev:hover,
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-next:hover {
  opacity: 1;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-prev {
  float: left;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-prev .icono-arrow {
  margin-top: 7px;
  margin-right: 30px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-prev:focus {
  outline: none;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-next {
  float: right;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-next .icono-arrow {
  margin-top: 7px;
  margin-right: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .swiper-button-next:focus {
  outline: none;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .icono-arrow {
  float: right;
  color: #fff;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .icono-arrow:after,
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .icono-arrow:before {
  content: "";
  box-sizing: border-box;
}
#dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .icono-arrow:before {
  right: 0;
  top: -1px;
  position: absolute;
  height: 2px;
  box-shadow: inset 0 0 0 32px;
  transform: rotate(-45deg);
  width: 45px;
  transform-origin: right top;
}
#dreamgallery .meta_side_bar {
  visibility: hidden;
  width: 0;
  padding: 10px 0px;
  height: calc(100vh - 140px);
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  right: 387px;
  top: 80px;
  border-left: 1px solid grey;
  background-color: #000;
  z-index: 9;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
#dreamgallery .meta_side_bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px transparent;
  background-color: transparent;
}
#dreamgallery .meta_side_bar::-webkit-scrollbar {
  width: 4px;
  background-color: #1c1c1c;
}
#dreamgallery .meta_side_bar::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}
#dreamgallery .meta_side_bar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#dreamgallery .meta_side_bar ul li.data_point {
  margin-bottom: 7px;
}
#dreamgallery .meta_side_bar ul li.data_point .label {
  font-weight: bold;
}
#dreamgallery .side_bar {
  position: relative;
  float: left;
  width: 336px;
  height: calc(100% - 90px);
  border-left: 1px solid grey;
  padding: 10px 25px;
  margin: 30px 0 40px;
}
#dreamgallery .side_bar #kokoku_img_gallery {
  width: calc(100% - 50px);
  height: calc(100% - 90px);
  position: absolute;
  bottom: 70px;
}
#dreamgallery .side_bar #kokoku_img_gallery iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#dreamgallery .side_bar #image_copyright {
  position: absolute;
  bottom: 30px;
  left: 25px;
  font-size: 12px;
  letter-spacing: 0.03em;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  #dreamgallery .dreamgallery_close {
    position: fixed;
    top: 20px;
  }
  #dreamgallery.meta_open .dreamgallery_content .swiper-container {
    width: calc(100% - 450px);
  }
  #dreamgallery.meta_open .dreamgallery_content .swiper-container .owl-item .swiper-slide {
    width: calc(100% - 300px);
  }
  #dreamgallery.meta_open .meta_side_bar {
    visibility: visible;
    width: 249px;
    padding: 10px 25px;
  }
  #dreamgallery .dreamgallery_content {
    width: 100%;
    height: calc(100vh - 100px);
  }
  #dreamgallery .dreamgallery_content .gallery_head {
    position: absolute;
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 25px;
  }
  #dreamgallery .dreamgallery_content .gallery_head .img_context {
    width: 100%;
  }
  #dreamgallery .dreamgallery_content .gallery_head .img_context #post_title {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
  }
  #dreamgallery .dreamgallery_content .gallery_head .img_context #image_url {
    display: none;
  }
  #dreamgallery .dreamgallery_content .gallery_head #counter {
    position: absolute;
    padding-top: 0;
    top: 0;
  }
  #dreamgallery .dreamgallery_content .swiper-container {
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }
  #dreamgallery .dreamgallery_content .swiper-container .swiper-slide {
    height: calc(100vh - 100px);
  }
  #dreamgallery .dreamgallery_content .swiper-container .swiper-slide img.item {
    max-width: 100%;
    max-height: calc(100% - 170px);
    margin-top: calc(50vh - 70px);
  }
  #dreamgallery .dreamgallery_content .swiper-container .swiper-slide .img_description {
    max-width: calc(100% - 0px);
    bottom: 70px;
    left: 25px;
    transform: none;
  }
  #dreamgallery .dreamgallery_content .swiper-container .swiper_navigation {
    position: absolute;
    top: calc(50vh - 55px);
  }
  #dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .owl-prev,
  #dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .owl-next {
    width: 50px;
    height: 30px;
    opacity: 1;
  }
  #dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .icono-arrow:after,
  #dreamgallery .dreamgallery_content .swiper-container .swiper_navigation .icono-arrow:before {
    display: none;
  }
  #dreamgallery .side_bar {
    width: 100%;
    height: 90px;
    border-left: none;
    padding: 0px;
    margin-top: 10px;
  }
  #dreamgallery .side_bar #kokoku_img_gallery {
    width: 100%;
    height: 50px;
    background-color: #ccc;
    bottom: 0px;
  }
  #dreamgallery .side_bar #image_copyright {
    position: absolute;
    bottom: 125px;
    left: 25px;
    font-size: 11px;
    width: calc(100% - 50px);
    text-align: center;
  }
}
