#dfp-ad-interstitial-wrapper, #dfp-ad-wallpaper-wrapper, #dfp-ad-mobile_interstitial-wrapper {
	    position: absolute;
	    height: 0px;
	    padding: 0;
	    margin: 0;
	}
	@media (max-width: 767px){
		#dfp-ad-mobile_bottom
		{
		  position:fixed;
		  bottom: 0;
		  text-align:center;
		  z-index:999;
		}	
	}
	@media (min-width: 768px){
		#dfp-ad-right1_300x250, #dfp-ad-right2_300x250 {
			width: 300px;		
			padding-top: 20px;
			padding-bottom:20px;
		}
	}
	.fixed {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99999;
		background-color: white;
    		padding: 0;
    		border-bottom: solid #ccc 1px;
    		width: 0;
    		margin: 0 auto;	
    		padding-top:3px;
		overflow-y: hidden;
		transition-property: all;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);    		
	}
	.fixed-90 {
		height: 90px;	
		max-height: 90px;
		width: 950px;
	}
	.fixed-250 {
		height: 250px;	
		max-height: 250px;
		width: 970px;
	}
	.fixed.close {
		max-height: 0px;
	}
	.sticky {
	    position: fixed;
	    background: #fff;
	    top: 0;
	}
	#top-ad.nh .fixed {
		top: 82px;
		left:inherit;
		right:inherit;
		bottom:inherit;
	}	  
	
