.full-gallery {
  visibility: hidden;
  opacity: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 6050000;
  background: #222222;
}
.full-gallery .scroller {
  
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.full-gallery .xClose {
  position: absolute;
  top: 10px;
  right:10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  z-index: 1;
  font-size: 18px;
  color: #ffffff;
}
.full-gallery .xClose:hover{
  color: #2B63D1;
}
.full-gallery ul {
  list-style: none;
}
.full-gallery ul li {
  text-align: center;
  position:static;
  list-style: none;
}
.full-gallery ul li:before{
  display: none;
}
.full-gallery .gallery-content {
  display: block;
  position: relative;
  width: calc(100% - 375px);
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0;
  margin: auto 0;
 
  padding: 40px 0;
}
.full-gallery .gallery-content ul {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.full-gallery .gallery-content img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: beige;
}
.full-gallery .gallery-content .icon-arrow-left, .full-gallery .gallery-content .icon-arrow-right {
  margin-top: -30px;
  position: absolute;
  top: 50%;
  text-align: center;
}
.full-gallery .gallery-content .icon-arrow-left {
  left: 0px;
  width: 45px;
  height: 60px;
  background: url(../images/icon/gallery-arrow-left.svg) no-repeat;
  background-size: 15px;
  background-position: center center;
}
.full-gallery .gallery-content .icon-arrow-right {
  right: 0px;
  width: 45px;
  height: 60px;
  background: url(../images/icon/gallery-arrow-right.svg) no-repeat;
  background-size: 15px;
  background-position: center center;
}
.full-gallery .gallery-caption {
  width: 340px;
  display: block;
  position: absolute;
  height: 90%;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0 auto 25px;
}
.full-gallery .gallery-caption .content-caption {
  margin: 20px 0;
  text-align: left;
}
.full-gallery .intro {
  width: 320px;
  padding: 0;
  max-height: 230px;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 50px;
  
}
.full-gallery .intro li{
  padding: 0;
}

.full-gallery .intro p {
  font-family: Georgia;
  font-size: 15px;
  font-weight: 100;
  line-height: 25px;
  text-align: left;
  margin: 0;
  color: #fff;
  letter-spacing: 0.5px;
}
.full-gallery .count-img{
  font-family: 'charis_silbold';
  display: block;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #333333 solid;
  color: #fff;
  font-size: 18px;
  font-weight: blod;
}
.full-gallery .adsGallery {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 0 auto;
  clear: both;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 50vh;
}
.full-gallery .adsGallery img{
  width: 100%;
}

.full-gallery.gallery-open {
  visibility: visible;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-icon{
  position: relative;
  display: block;
  display: inline-block;
}
.gallery-icon:before{
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0,0,0,.5);
  z-index: 9;
  top: 0px;
  right: 0px;
  
  background: url(../images/icon/expand-img.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
}
