/*  phpBB3 Extension Sheet
    ----------------------------------------------------------------------------------------------------------
	Extension name:		SantaClaus (for default phpBB 3.1.x style)
	Extension author:	Mazeltof ( http://www.phpbb-fr.com/customise/db/author/mazeltof/ )
	@license http://opensource.org/licenses/gpl-license.php GNU Public License
    ----------------------------------------------------------------------------------------------------------
*/
#santa{position:relative;padding:0;margin:0;}
#santa-claus{position:absolute;height:185px;width:125px;top:0;left:-125px;z-index:999;background:url(images/santa_claus.png) no-repeat;}
#santa-claus-reindeer{position:absolute;height:210px;width:155px;top:0;left:100%;z-index:999;background:url(images/santa_claus_reindeer.png) no-repeat;}
@Keyframes defilement{0%{top:-175px;} 100%{top:125px;}}
@media(max-width:1400px),(max-device-width:1400px){#santa-claus,#santa-claus-reindeer{display:none;}}