/* Scss Document */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background-color: #000;
}

#colorbox {
  color: #fff;
}
html:not(.pressTabkey) #colorbox:focus {
  outline: none;
}
#colorbox .cboxPhoto {
  max-width: 976px;
}
#colorbox .video-container {
  position: relative;
  padding-bottom: 56.25%;
}
#colorbox .video-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#cboxLoadingGraphic {
  background: url(loading.gif) no-repeat center center;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

#cboxClose {
  position: absolute;
}

#cboxTitle {
  font-size: 12px;
  line-height: 1.25;
  position: absolute;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  top: 100%;
  width: 100%;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxPrevious, #cboxNext {
  position: absolute;
}

@media (min-width: 641px), (min-device-width: 1281px) {
  #colorbox .video-container {
    max-width: 976px;
    width: calc(100vw - 90px);
  }

  #cboxContent {
    max-width: 100%;
    margin: 10px 45px 45px;
  }

  #cboxPrevious, #cboxNext {
    top: 50%;
    transform: translateY(-50%);
  }

  #cboxPrevious {
    left: -35px;
  }

  #cboxNext {
    right: -35px;
  }

  #cboxClose {
    bottom: -25px;
    right: 0;
  }
  #cboxClose span {
    display: inline-block;
    vertical-align: middle;
  }
  #cboxClose .cboxClose__icn {
    margin-left: 1em;
  }

  #cboxTitle {
    margin-top: 12px;
    padding-right: 70px;
  }

  html[lang="ar"] #cboxPrevious, html[lang="ar"] #cboxNext, html[lang="fa"] #cboxPrevious, html[lang="fa"] #cboxNext {
    transform: translateY(-50%) rotate(180deg);
  }
  html[lang="ar"] #cboxPrevious, html[lang="fa"] #cboxPrevious {
    left: auto;
    right: -35px;
  }
  html[lang="ar"] #cboxNext, html[lang="fa"] #cboxNext {
    right: auto;
    left: -35px;
  }
  html[lang="ar"] #cboxClose, html[lang="fa"] #cboxClose {
    right: auto;
    left: 0;
  }
  html[lang="ar"] #cboxClose .cboxClose__icn, html[lang="fa"] #cboxClose .cboxClose__icn {
    margin-left: 0;
    margin-right: 1em;
  }
  html[lang="ar"] #cboxTitle, html[lang="fa"] #cboxTitle {
    padding-right: 0;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #colorbox .video-container {
    width: calc(100vw - 20px);
  }

  #cboxContent {
    margin: 10px 10px 80px;
  }

  #cboxPrevious, #cboxNext {
    bottom: -70px;
  }
  #cboxPrevious svg, #cboxNext svg {
    width: 15px;
    height: 20px;
  }

  #cboxPrevious {
    left: 0;
  }

  #cboxNext {
    left: 45px;
  }

  #cboxClose {
    bottom: -70px;
    right: 0;
  }
  #cboxClose span {
    display: block;
  }
  #cboxClose .cboxClose__tx {
    position: absolute;
    width: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  #cboxClose .cboxClose__icn {
    padding: 3px;
  }
  #cboxClose .cboxClose__icn svg {
    width: 14px;
    height: 14px;
  }

  #cboxTitle {
    margin-top: 8px;
  }

  html[lang="ar"] #cboxPrevious, html[lang="ar"] #cboxNext, html[lang="fa"] #cboxPrevious, html[lang="fa"] #cboxNext {
    transform: rotate(180deg);
  }
  html[lang="ar"] #cboxPrevious, html[lang="fa"] #cboxPrevious {
    left: auto;
    right: 0;
  }
  html[lang="ar"] #cboxNext, html[lang="fa"] #cboxNext {
    left: auto;
    right: 45px;
  }
  html[lang="ar"] #cboxClose, html[lang="fa"] #cboxClose {
    right: auto;
    left: 0;
  }
}
.lumix-gallery {
  position: relative;
}
.lumix-gallery::before, .lumix-gallery::after {
  content: "";
  display: table;
  clear: both;
}
.lumix-gallery ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lumix-gallery li {
  display: block;
}
.lumix-gallery li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.lumix-gallery li a:focus {
  z-index: 1;
}
.lumix-gallery li a .lg-video__icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.7);
}
.lumix-gallery li a .lg-video__icon::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lumix-gallery li a .lg-video__icon svg {
  vertical-align: middle;
  width: 100%;
  height: 40%;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.lumix-gallery li img {
  position: relative;
  display: block;
  max-width: 100%;
  width:100%;
  height: auto;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
.lumix-gallery li a:hover img {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}

@media (min-width: 641px), (min-device-width: 1281px) {
  .lumix-gallery {
    font-size: 0;
    /*html[lang="ar"] &, html[lang="fa"] & {
    	ul {
    		float: right;
    	}
    }*/
  }
  .lumix-gallery li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .lumix-gallery {
    margin: 0 -10px;
    font-size: 0;
    /*html[lang="ar"] &, html[lang="fa"] & {
    	.cols {
    		float: right;
    	}
    }*/
  }
  .lumix-gallery .cols {
    width: 50%;
  }
  .lumix-gallery li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
