@charset "UTF-8";

.zp_image
{
	line-height: 0px !important;
	-webkit-touch-callout: none; 
  	-webkit-user-select: none; 
  	-khtml-user-select: none; 
  	-moz-user-select: none;
  	-ms-user-select: none; 
  	user-select: none;
	float: none !important
}

.zp_image .image-wrapper
{
	display: inline-block;
	margin: auto;
	float: none !important;
	width: 100%;
}

.zp_image:after
{
	content: '';
	display: table;
	clear: both;		
}

.zp_image .image-col
{
	padding-left: 0px;
	padding-right: 0px;
}

.zp_image .image-src
{
	width: 100%;
	height: auto;	
	line-height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	float: none !important;
}

.zp_image.maxwidth .image-src
{
	width: auto;
	height: auto;
}

/**
.zp_image.has-hover .image-wrapper:hover .image-src:not(.hover)
{
	opacity: 0;
}
**/
.zp_image.has-hover .image-wrapper:hover .image-src.hover
{
	opacity: 1;
}


.zp_image .image-src {
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
}

.zp_image .hover 
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
	opacity: 0;
}


.zp_image .modal {
	display: none;
}
