/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 1000;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		top: 0% !important; 
		left: 0;
		right:0;
		width: 100%;
		/*position: absolute;*/
		position:fixed;
		z-index: 100001;
		display:none;
		height:100%;
		/*background:#3d3d3d;*/
		margin:0;
		padding:0;

		
		}
		
		.reveal-modal a{
			color: #0194cd;			
		}
		
	.ListHeadBRow a{
	font-size:12px;
	font-weight:bold;
}
.ListHeadBRow a:hover{
	color: #00B8FF;
}
.ListHeadBRow{
	font-size:12px;
}
	
	.reveal-modal .close-reveal-modal {
		font-size:0px;
		line-height: 0px;
		position: fixed;
		/* top: 8px;
		right: 11px; */
		top: 0px;
		right: 0px;
		cursor: pointer;
		text-indent:-99999px;		
		background:url(../img/photoslider_close.png) no-repeat left 0%;
		width:36px;
		height:36px;
		/* -webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out; */
		z-index: 200;
} 
		

.reveal-modal .close-reveal-modal:hover {
	/* background:url(../img/photoslider_close.png) no-repeat left 100%; */
}



