/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* max-width: 427px; */
    width: 100%;  
	min-height:390px;
	border: 1px solid #ededed; 
}
.easyzoom a img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	max-width: 100%;
	/* max-height:388px; */
	max-height:100%;
}
.easyzoom img {
	vertical-align: bottom;
}
.easyzoom.is-loading img {
	cursor: progress;
}
.easyzoom.is-ready img {
	cursor: crosshair;
}
.easyzoom.is-error img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
}
/*thumnail css*/

pre, code, var, tt {
	font-size: 15px;
	font-style: normal;
}
pre {
	overflow: auto;
	padding: 1em .5em;
	border: 1px solid #333;
	line-height: 1.25;
	text-align: left;
	border-radius: 5px;
}
.thumbnails {
	overflow: hidden;
	margin: 1em 0;
	padding:0;
	margin:8px 0px 0px 0px;
	text-align: center;
}
.thumbnails li {
	padding: 0px;
	float: left;
	background: #fff;
	line-height: 0px;
	width:104px;
    height: 92px;
	margin: 0px 0px 5px 0px !important;
	border: 1px solid #ededed;
	display: flex !important;
	align-items: center;
	text-align:center;  
}
.thumbnails li a{ text-align:center;   margin:0 auto;
}

 .thumbnails img {
	margin:auto;
	max-width: 100%;
	max-height: 100%;
	left: 0; 
	display:flex;
	right: 0;
	top: 0;
	bottom: 0;
}
.toggle {
	display: block;
	margin: 10px auto 1.5em;
}
 @media screen and (max-width:767px) {
  .thumbnails li {
	width:75px;
	height:95px;
	margin: 0px 10px 5px 10px;
}  

  /* .easyzoom { min-height:450px;  
	 
}
  */

}
@media screen and (max-width:380px) {
/* .thumbnails li {
	width: 70px; 
	height: 90px;
	margin: 0px 2px 5px 0px;
}
 */


















