/**
*
* @package phpBB Extension - Hats
* @copyright (c) 2017 Martin - http://www.martins-phpbb.com
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

.logo-hat {
	z-index: 1;
	background: url("./images/cornerhatbig.png");
	width: 110px;
    height: 127px;;
	position: absolute;
        margin-left: -60px;
        margin-top: -22px;
}

.hat {
	background: url("./images/cornerhat.png");
	width: 47px;
	height: 47px;
	position: absolute;
	/*margin-left: -44px;
	margin-top: -19px; */
	margin-left: -18px;
	margin-top: -6px;
}
	
.chat {
	background: url("./images/cornerhat.png");
	width: 47px;
	height: 47px;
	position: absolute;
	margin-left: -18px;
	margin-top: -6px;
}

@media screen and (max-width: 700px) and (max-device-width: 700px) {
	.logo-hat {
		width: 0;
		height: 0;
	}
	.hat {
		width: 0;
		height: 0;
	}
	.chat {
		width: 0;
		height: 0;
	}

        .headerbar {
                   margin-top: 12px;
        }

       
        .santafooter, .santasfooter, .santa, .santas, .flip, .fliped { 
                display: none !important;
        }
}
