/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block; width:100%;
}

.xzoom-thumbs {height:133px; background:#EAEAEA; width:476px; text-align:center; overflow:hidden;}


.xzoom5 {
border:1px solid #EAEAEA;
  margin-bottom: 0px;   width:476px; height:476px;
}

/* Thumbs */
 .xzoom-gallery5 { 
  border: 1px solid #9E9E9E; 
 margin-left:8px; margin-right:8px; margin-top:20px;
  width:88px; height:87px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f; 
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../../images/loading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {  

  border: 1px solid #3A92FF;
}



/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}


@media screen and (max-width:1093px) and (min-width:100px) {
.xzoom5 {
border:1px solid #cecece;
  margin-bottom: 15px;   width:65%; height:auto;
}

.xzoom-gallery5 { 
  border: 1px solid #9E9E9E; 
 margin-left:8px; margin-right:8px; margin-top:20px;
  width:55px; height:54px;
}
.xactive {  

  border: 1px solid #3A92FF;
}

.xzoom-thumbs {height:auto; background:#EAEAEA; width:100%; text-align:center; overflow:hidden; padding-bottom:20px; margin-bottom:30px;}



}