@font-face
{
font-family: kaushan;
src:url('../fonts/kaushan.ttf');
}
 


.tipsy {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 8px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.75);
    z-index: 9999;
}

.tipsy:before {
    position: absolute;
    bottom: -5px;
    left: 5px;
    display: inline-block;
    content: '';
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.75);
    border-bottom: 0 solid rgba(0,0,0,0.75);
    border-left: 5px solid transparent;
}

.tipsy.arrow-top:before {
    bottom: auto;
    top: -5px;
    border-top-width: 0;
    border-bottom-width: 5px;
}

.tipsy.arrow-bottom:before {
    bottom: -5px;
    top: auto;
    border-top-width: 5px;
    border-bottom-width: 0;
}

.tipsy.arrow-left:before {
    left: 5px;
    right: auto;
}

.tipsy.arrow-center:before {
    left: 50%;
    right: auto;
    margin-left: -5px;
}

.tipsy.arrow-right:before {
    right: 5px;
    left: auto;
}

.tipsy.arrow-side-left:before {
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    margin-top: -5px;
    margin-left: -5px;
    border-right-color: rgba(0,0,0,0.75);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 0;
}

.tipsy.arrow-side-right:before {
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    margin-top: -5px;
    margin-right: -5px;
    border-left-color: rgba(0,0,0,0.75);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 0;
}
canvas{
            position: fixed;
            bottom: 0;
            z-index: -1;
        }
.online {
	background: linear-gradient(90deg, rgba(0,0,0,0.5), #D2691E, rgba(0,0,0,0.5));
	width: 100%;
	border-bottom:1px solid #D2691E;
	box-shadow:0 0 15px #D2691E;
	position:fixed;
	bottom:2px;
	left:0px;
	color:#ffffff;
	position:fixed;
	z-index:99;
}
.playerek {
	top:0px;
	width: 100%;
	position:fixed;
	left:0px;
	color:#ffffff;
	position:fixed;
	z-index:9;
}
::-webkit-scrollbar {
	width: 15px;
	background: #000000;
}

::-webkit-scrollbar-thumb {
	background-image: linear-gradient(-20deg, #000 40%, #D2691E);
}

::-moz-scrollbar {
	width: 8px;
	background: #000000;
}


::-moz-scrollbar-thumb {
	background-image: linear-gradient(-20deg, #000 40%, #D2691E);
}
::-ms-scrollbar {
	width: 8px;
	background: #000000;
}


::-ms-scrollbar-thumb {
	background-image: linear-gradient(-20deg, #000 40%, #D2691E);
}
.fb-icon {
	
	background-image: url(../img/zamknij.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain ;
	width: 30px;
	height: 30px;
	cursor: pointer;
	
	filter: alpha(opacity = 80);
	float: left;
	left;0px;
}
#fb-box {
	position: fixed;
	width: 375px;
	height:20px;
	top: 100px;
	right: 0px;
	padding: 0px;
	z-index: 100;
	margin-right: -375px;
	
}
.fb-text-box {
	background-image: linear-gradient(-20deg, rgb(0,0,0,0.7) 45%, rgb(0,0,255,0.9));
	border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	-khtml-border-radius: 0px 0px 0px 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
	width: 340px;
	height: 340px;
	float: left;
	top:-160px;
	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color: white;

	
}
.android-icon:hover, .christmas-icon:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.android-icon {
	display: block;
	width: 250px;
	height: 121px;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	margin: 0px;
	border: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 90;
}

.android-icon img {
	width: 250px;
	height: 121px;
	border: none;
}