.dc-xcgal-index-alb-box {
	text-align: center;
}
.dc-xcgal-index-albtdimg {
	padding-bottom: 15px;
}
.dc-xcgal-index-albtddata-title {
	font-size: 1.3em;
	padding-bottom: 40px;
}
.dc-xcgal-index-albtdimg img {
	border: 10px solid transparent;
    width: 80%;
    max-width: 250px;
    height: 80%;
	filter: grayscale(60%) sepia(0) saturate(1) brightness(150%);
    -webkit-filter: grayscale(60%) sepia(0) saturate(1) brightness(150%);
}
.dc-xcgal-index-albtdimg img:hover {
	border-color: #fff;
}

.dc-xcgal-display .item {
	text-align: center;
}

.gallery ul {
	padding: 0;
	margin: 0;
    text-align:center;	
}
.gallery ul li {
	margin: 0 8px 8px 0;
	padding: 0;
	list-style: none;
	display:inline-block;	
}
.gallery img {
	padding: 0;
	margin: 0;
	width: 95px;
	height: 95px;
	object-fit: cover; /* crop images */
	overflow: hidden;
	
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); 
    
	filter: grayscale(70%) sepia(0) saturate(1) brightness(120%);
    -webkit-filter: grayscale(70%) sepia(0) saturate(1) brightness(120%);
        
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.gallery ul li a:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}
.gallery ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.gallery ul li a:before {
	position: absolute;
	width: 95px;
	height: 95px;
	top: 0;
	left: 0;	
	background: url("images/magnifier.svg") no-repeat;
	background-size: 30px 30px;	
	background-position: center center;	
	content: "";
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-outr;
	transition: all 0.5s ease-in-out;
}
.gallery ul li a:hover:before {
	opacity: 0.7;
	background-size: 70px 70px;	
}
.gallery ul li a:after {
	position: absolute;
	width: 95px;
	height: 95px;
	top: 0;
	left: 0;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery ul li a:hover:after {
	opacity: 1;
}

.blueimp-gallery > .close {
  width: 40px;
  height: 40px;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  padding: 0;
  top: 30px;
  right: 30px;
  text-align: center;
  line-height: 40px;        
}
.blueimp-gallery > .play-pause {
  bottom: 28px;
  right: 30px;
  opacity: .8;
}
.blueimp-gallery > .play-pause:before {
    content: "";
    width: 40px;
    height: 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    left: -14px;
    top: -13px;
    position: relative;
    display: block;
}
.blueimp-gallery > .goto-details {
	width: 40px;
    height: 40px;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    padding: 0;
    bottom: 15px;
    right: 82px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    opacity: .8;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    
    display: none;
}
.blueimp-gallery-controls > .goto-details {
 	display: block;
}
.blueimp-gallery > .description {
  position: absolute;
  top: 50px;
  left: 15px;
  color: #fff;
  display: none;
  opacity: .8;
}
.blueimp-gallery-controls > .description {
	display: block;
}

.blueimp-gallery > .example {
  position: absolute;
  top: 75px;
  left: 15px;
  color: #fff;
  display: none;
  opacity: .8;
}
.blueimp-gallery-controls > .example {
  display: block;
}