/*
	Vindy.com Mobile Rich Media
	Version 1.0 - 2016
	The Vindy.com Team

*/

	html, body { height: 100%; }
	 	    
	
/* Mobile Interstitial/Takeover */
	
	#mobile_takeover{
		visibility: hidden;
		padding:0px;
		margin:0px;
	}
	
	
	#mobile_takeover.active{
		display:block;
		visibility:visible; 
		position: fixed;
		top:0;
		left:0;
		height:100%;
		width: 100%;
		z-index: 999999999;
		background-color:rgba(3, 3, 3, 0.85);
	}
	
	#takeover_ad_cont{
		width:300px;
		position: absolute;
		margin:0px;
		padding:0px;
		left: 50%;
		top: 50%;
		-ms-transform:translate(-50%, -50%);
		-webkit-transform:translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.close_takeover{
		visibility: hidden;
		color:#999;
		float:right;
		cursor: pointer;
		margin:5px 0px;
	}
	
	.close_takeover:hover{
		color:#ccc;
	}
	
	.takeover_timer{
		visibility: hidden;
		color:#999;
		float:right;
		font-size:10px; 
		margin:5px 0px;
	}
	
/* Mobile Anchored Banner */

	#anchor_ad{
		visibility: hidden;
		position: fixed; 
		margin:0;
		bottom: 0px; 
		width: 300px; 
		overflow: visible; 
		left: 50%;
		-ms-transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		transform: translateX(-50%);
		z-index:999999;
	}
	
	#anchor_ad.active{
		visibility: visible;
	}
	
	#anchor_close{
		display:inline-block;
		background-color:#000;
		border-radius: 50%;
		border: solid 2px #fff;
		width: 20px;
		height: 20px; 
		position:absolute;
		right:-20px;
		top:-18px;
		cursor:pointer;
		color:#fff;
		text-align: center;
		font-size: 10px;
		line-height: 20px;
		z-index: 9;
		
	}
