﻿.imgObject {
}

@font-face {
	font-family: "Lucida Console";
	src: url('/fonts/ed07815509f9c255b6e0f66c7910eb97.eot');
	src: url('/fonts/ed07815509f9c255b6e0f66c7910eb97.eot?#iefix') format('embedded-opentype'), 
		 url('/fonts/ed07815509f9c255b6e0f66c7910eb97.woff2') format('woff2'), 
		 url('/fonts/ed07815509f9c255b6e0f66c7910eb97.woff') format('woff'), 
		 url('/fonts/ed07815509f9c255b6e0f66c7910eb97.ttf') format('truetype'), 
		 url('/fonts/ed07815509f9c255b6e0f66c7910eb97.svg#Lucida Console') format('svg');
}

@font-face {
	font-family: "Fleur";
	src: url('/fonts/FleurDeLeah-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Marck";
	src: url('/fonts/MarckScript-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "FleurDeLeah ROB";
	src: url('/fonts/0d2a959c2fc915f04d5f61ced881df5f.eot'); /* IE9*/
	src: url('/fonts/0d2a959c2fc915f04d5f61ced881df5f.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/0d2a959c2fc915f04d5f61ced881df5f.woff2') format('woff2'), /* chrome、firefox */
	url('/fonts/0d2a959c2fc915f04d5f61ced881df5f.woff') format('woff'), /* chrome、firefox */
	url('/fonts/0d2a959c2fc915f04d5f61ced881df5f.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('/fonts/0d2a959c2fc915f04d5f61ced881df5f.svg#FleurDeLeah ROB') format('svg'); /* iOS 4.1- */
}

.panelZoom {
	display: none;
	z-index: 1000;
	background-color: rgba(240, 204, 126, 0.6);
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed !important;
	top: 0;
	left: 0;
	/*	right: 0;*/
	/*	bottom: 0;*/
	width: 100%;
	height: 100%;
}

.panelZoomInner {
	display: none;
	float: left;
	z-index: 1000;
}

.panelZoomImage {
	display: block;
	height: 0px;
	width: 0px;
	margin-left: 0px;
	z-index: 1100;
	border-radius: 3px;
}

.imgZoomImage {
	display: block;
	width: auto;
	height: auto;
	z-index: 1200;
}

.panelZoomInfo {
	display: none;
	float: left;
	width: 0px;
	height: 100px;
	background-color: #FBE7BD;
	-webkit-box-shadow: 0px 10px 10px 6px #9E7E3A;
	box-shadow: 0px 10px 10px 6px #9E7E3A;
	-webkit-box-shadow: inset 0px 0px 10px 5px #9E7E3A;
	box-shadow: inset 0px 0px 10px 5px #9E7E3A;
	z-index: 1500;
}

.panelZoomInfoInner {
}

.lblZoomInfo {
	display: block;
	float: left;
	white-space: pre-wrap;
	font-size: 0.85em;
	line-height: 1.6em;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-top: 5px;
	/*	font-weight:400;*/
	font-family: 'Lucida Console';
}

.lblZoomInfoTrenner {
	display: block;
	float: left;
	position: absolute;
	width: 0px;
	height: 1px;
	border-top: 1px solid #B09253;
	margin-top: 80px;
}
