/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	
.reveal-modal-bg	{ 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 101;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal	{
	/* text-align: center; */
	visibility: hidden;
	top: 10%; 
	/* left: 50%; */
	overflow-y: auto;
/* 	margin-left: -300px;
	width: 520px; */
	/* margin-left: -355px; */
	width: 760px;
	background: #eee url(../img/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 102;
	padding: 30px 30px 20px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	
	max-width: 80%;
	max-height: 80%;
	
	margin: auto;
	left: 0;
	right: 0;
}

.reveal-modal .head_info_block	{
	display: inline-block;
	vertical-align: middle;
	padding: 15px 0px;
}

.reveal-modal .reveal_head	{
	margin-bottom: 25px;
	border-bottom: 1px solid #111;
}

.reveal-modal .head_info_block span	{
	font-family: MagistralC;
	font-size: 19px;
}

.reveal-modal img	{
	padding-top: 10px;
	max-width: 350px;
	max-height: 190px;
}

.reveal-modal .block_img	{
	width: 40%;
	text-align: center;
	padding-right: 5%;
}

.reveal-modal .head_info_block img	{
	width: auto;
	height: auto;
	padding-top: 10px;
	max-width: 230px;
	max-height: 200px;
}

.reveal-modal .reveal_content	{
	text-align: left;
	font-weight: normal;
	overflow-y: auto;
	padding-right: 10px;
	-webkit-overflow-scrolling:touch;
	/* max-height: 550px; */
	/* max-height: calc(100vh - 350px); */
	/* text-indent: 20px; */
}

.reveal-modal h1	{
	font-family: "Magistral Bold";
	/* text-align: left; */
	font-weight: normal;
	font-size: 33px;
	margin: 0px;
	padding: 6px 0px;
}
	
.reveal-modal.small	{
	width: 200px; 
	/* margin-left: -140px; */
}

.reveal-modal.medium	{
	width: 400px;
	/* margin-left: -240px; */
}

.reveal-modal.large	{
	width: 600px;
	/* margin-left: -340px; */
}

.reveal-modal.xlarge	{
	width: 800px; 
	/* margin-left: -440px; */
}

.reveal-modal.xxxlarge	{
	width: 1000px; 
	/* margin-left: -530px; */
}

.reveal-modal .close-reveal-modal	{
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}

.reveal_heder_2	{
	font-weight: bold;
	text-indent: 25px;
	padding: 2px 0px 15px;
	text-align: center;
	font-size: 18px;
}

.reveal_heder_3	{
	/* text-indent: 25px; */
	padding: 10px 0px;
	text-align: center;
	font-size: 21px;
}

.reveal-modal ul li	{
	padding: 2px;
}

.reveal-modal ul	{
	margin-top: 5px;
}

body.reveal-modal-fix-overflow	{
	overflow: hidden;
}