/*  Origin - Christmas Hat for Prosilver
    ---------------------------------------------------------------------------------
	Addition of a Christmas hat on the forum index
    ---------------------------------------------------------------------------------
*/

.logo-xmas {
	z-index: 1;
	background: url("https://i.imgur.com/r7WPyPc.png");
	background-repeat: no-repeat;
	width: 254px;
	height: 423px;
	position: absolute;
	margin-left: -230px;
	margin-top: 35px;
	background-size: 260px;
}

.xmas {
}

.forabg {margin-bottom: 10px;}


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

        .headerbar {
                   margin-top: 12px;
        }
}