/**
*
* @package phpBB Extension - Adsense & Ads
* @copyright (c) 2016 Stoker http://www.phpbb3bbcodes.com
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

#adsensewrapper {
	margin-left: 132px;
}
#adsenseblock {
	float: left;
	width: 130px;
	margin-left: -132px;
	min-height:600px;
}
#adsensecontent {
	float: right;
	width: 100%;
}
#adsensecleared {
	clear: both;
}

#adsensefooter {
	margin-left: 132px;
	text-align: center;
}

@media (max-width: 750px) {
	#adsensewrapper {
	margin-left: 0;
	}
	#adsensefooter {
	margin-left: 0;
	}
	#adsenseblock {
		display:none;
	}
}

.viewtopicads {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f4f4f4;
	overflow:hidden;
}

.adloader {
	background: url('./images/loading.gif') no-repeat center center;
}

.searchads {
	width: 100%;
	margin-top: -2px;
	margin-bottom: -2px;
	background-color: #f4f4f4;
	overflow:hidden;
}

.postsearchads {
	background-color: #f4f4f4;
	overflow:hidden;
}

.headerads {
	padding-top: 0;
	padding-bottom: 0;
	text-align:center;
	background-color:#f4f4f4;
	margin-top:6px;
	overflow:hidden;
}

.noscriptcss {
	min-height:122px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ECF3F7;
	border: 4px solid #FF0000;
	-webkit-animation: notifypulse 2s infinite; /* Safari 4+ */
	-moz-animation: notifypulse 2s infinite; /* Fx 5+ */
	-o-animation: notifypulse 2s infinite; /* Opera 12+ */
	animation: notifypulse 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes notifypulse { /* Safari 4+ */
	from { border-color: #FF0000; -webkit-box-shadow: 0 0 12px #FF0000; }
	50% { border-color: #91bd09; -webkit-box-shadow: 0 0 12px #91bd09; }
	to { border-color: #FF0000; -webkit-box-shadow: 0 0 12px #FF0000; }
}
@-moz-keyframes notifypulse { /* Fx 5+ */
	from { border-color: #FF0000; -moz-box-shadow: 0 0 12px #FF0000; }
	50% { border-color: #91bd09; -moz-box-shadow: 0 0 12px #91bd09; }
	to { border-color: #FF0000; -moz-box-shadow: 0 0 12px #FF0000; }
}
@-o-keyframes notifypulse { /* Opera 12+ */
	from { border-color: #FF0000; box-shadow: 0 0 12px #FF0000; }
	50% { border-color: #91bd09; box-shadow: 0 0 12px #91bd09; }
	to { border-color: #FF0000; box-shadow: 0 0 12px #FF0000; }}
	
@keyframes notifypulse { /* IE 10+, Fx 29+ */
	from { border-color: #FF0000; box-shadow: 0 0 12px #FF0000; }
	50% { border-color: #91bd09; box-shadow: 0 0 12px #91bd09; }
	to { border-color: #FF0000; box-shadow: 0 0 12px #FF0000; }
}

@media screen and (min-width: 700px) and (min-device-width: 700px){
	.noscriptcssresponsive {
		background-image: url('./images/warnadbig.png'), url('./images/warnadbig.png');
		background-position: right top, left top;
		background-repeat: no-repeat;
		padding-left: 130px;
		padding-right: 130px;
	}
}

p.warntext {
	font-size:225%; 
	color:#FF0000;
	padding-top: 10px;
	margin-bottom: 0;
}