html,body{padding:0px;margin:0px;height:100%;}body{background:#E5E5E5;font-family:'Helvetica','Arial',sans-serif;font-weight:400;font-size:14px;}div#wrapper{position:relative;z-index:1000;overflow:hidden;background:url(../images/dark-colored.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height:100%;padding-bottom:80px;}.page-header-faucet{margin:0;padding-bottom:0;padding-top:0;background-color:#0d0d0d;border:0;}.mainlogo{width:70px;padding-top:8px;padding-bottom:3px;margin-left:30px;}@media(max-width:767px){
    .logocontent{ 
        text-align:center;
    }
    .mainlogo{ 
    margin-left:0px;
    }
}


.page-header-faucet ul{
    list-style-type:none;
    float:right;
    display:table;
    margin-top:0px;
    margin-bottom:0px;
}

.page-header-faucet li{
    float:left;
    padding:18px!important;
}

.page-header-faucet li a {
    color: rgba(255, 255, 255, 0.7);
    display:block;
    text-decoration:none;
}

@media(max-width:767px){
    .page-header-faucet ul{
        display:inherit;
        width:100%;
        margin-left:0px;
        padding-left:0px;
    }
    .page-header-faucet li{
        width:50%;
    }
    .page-header-faucet li a {
        text-align:center;
    }
}

.page-header-faucet li a:hover {
    color: #ffffff;
}

.page-header-faucet li a.selected {
    color: #ffffff;
}

.clear{
    clear:both;
}

/* Second menu */

.second-page-header-faucet{
    margin: 0;
    /*background-color: #2c2c2c;*/
    padding-bottom:100px;
}

.second-page-header-faucet h1{
    text-align:center;
   color: white; 
   font-size: 52px;
   font-weight:700;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
   -webkit-transition: all 0.12s ease-out;
   -moz-transition:    all 0.12s ease-out;
   -ms-transition:     all 0.12s ease-out;
   -o-transition:      all 0.12s ease-out;
    text-transform:uppercase;
    margin:0px;
}

.second-page-header-faucet h2{
    text-align:center;
   color: white; 
   font-size: 35px;
   font-weight:700;
   	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
   text-shadow: 
   -webkit-transition: all 0.12s ease-out;
   -moz-transition:    all 0.12s ease-out; 
   -ms-transition:     all 0.12s ease-out;
   -o-transition:      all 0.12s ease-out;
    text-transform:uppercase;
    margin:0px;
    padding-top:20px;
}

.second-page-header-faucet h3{
    text-align:center;
   color: white; 
   font-size: 20px;
   font-weight:700;
   	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
   text-shadow: 
   -webkit-transition: all 0.12s ease-out;
   -moz-transition:    all 0.12s ease-out; 
   -ms-transition:     all 0.12s ease-out;
   -o-transition:      all 0.12s ease-out;
    text-transform:uppercase;
    margin:0px;
    padding-bottom:10px;
    padding-top:5px;
}

@media(max-width:600px){
    .second-page-header-faucet h1{
        font-size:35px;
    }
    .second-page-header-faucet h2{
        font-size:20px;
    }
    .second-page-header-faucet h3{
        font-size:13px;
    }
}

.second-page-header-faucet h2 .fa{
    color:#FF9900;
    font-size: 38px;
}

.second-page-header-faucet a{
    text-decoration: none;
    color:grey;
}

.second-page-header-faucet a:hover{
    text-decoration: underline;
    color:#eb4f4f;
}

/* Main content */

.main-content-faucet{
    min-height:100%;
}

.main-content-faucet-inner{
    background: #eff1f2;
    position:relative;
    top:-80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:-80px;
}

.playbutton,.spectatebutton{
    padding:0px;margin:0px;
    padding-top:20px;
    padding-bottom:10px;
}

#playbutton{
    width:150px;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border:none;
    outline: 0;
    float:right;
    color:white;
    font-size:1.5em;
    font-weight: 700;
    background-color:rgb(0, 161, 84);
    -webkit-box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
    -moz-box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
    box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
    text-transform: uppercase;
    text-align: center;
    cursor:pointer;
   text-shadow: 
        1px 1px 0 #444,
        2px 2px 0 #444;
}

#playbutton:hover{
    background-color:rgb(0, 139, 72);
}

#spectate{
    width:150px;
    padding: 10px 15px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border:none;
    outline: 0;
    float:left;
    color:white;
    font-size:1.5em;
    font-weight: 700;
    background-color:#d3a938;
    -webkit-box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    -moz-box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    text-transform: uppercase;
    text-align: center;
    cursor:pointer;
   text-shadow: 
        1px 1px 0 #444,
        2px 2px 0 #444;
}

#spectate:hover{
    background-color:#bc9734;
}

@media(max-width:330px){
    #playbutton,#spectate{
        width:100%;
        font-size:1em;
    }
    .playbutton{
        padding-left:10px;
    }
    .spectatebutton{
        padding-right:10px;
    }
}

.table-active-game-infos{
    display:table;
    margin:0px auto;
    -webkit-box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    -moz-box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #727272;
}

.table-active-game-infos tr,.table-active-game-infos td{
    display:table-cell;
    text-align:center;
    color:white;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
    font-weight: 500;
}

@media(max-width:767px){
    .table-active-game-infos tr{
        display:table-row;
    }
    
    .table-active-game-infos td{
        width:100px;
    }
}

.table-active-game-infos tr{
    padding:5px 10px;
}

.table-active-game-infos td{
    /*min-width:60px;*/
}

.nicknamediv, .serverdiv{
    margin:0px;
    padding:0px;
}

#nickname{
    width:200px;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border:none;
    outline: 0;
    float:right; 
    margin-bottom:14px;
    margin-top:15px;
    height:33px;
   -webkit-box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
    -moz-box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
    box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
}

.nice-select{
    width:200px;
    padding: 10px 15px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border:none;
    outline: 0;
    float:left; 
    margin-top:15px;
    line-height:14px;
    height:33px;
    background-color:#d84040;
    color:white;
    -webkit-box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    -moz-box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
}

@media(max-width:420px){
    #nickname{
        width:100%;
        font-size:12px;
    }
    .nice-select{
        width:100%;
        font-size:12px;
    }
}

.nice-select .list{
    width:100%;
    color: black;
}

.nice-select:after {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

/* Share and winnings */

.socialbutons{
    position:fixed;
    top:70px;
    right:15px;
}

#sharebuttons{
    margin-bottom:15px;
}

.facebook-sharing,.facebook-like {
    background: #3b5998;
    color: #fff;
    cursor: pointer;
    padding: 3px 5px;
    font-size:11px;
    font-family: sans-serif;
    margin: 0;
    text-align: center;
    margin-bottom:5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.twitter-sharing,.twitter-follow {
    background: #1b95e0;
    color: #fff;
    cursor: pointer;
    padding: 3px 5px;
    font-size:11px;
    font-family: sans-serif;
    margin: 0;
    text-align: center;
    margin-bottom:5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

@media(max-width:1100px){
    .socialbutons{
        position:relative;
        top:0px;
        right:0px;
    }
    .facebook-sharing,.facebook-like,.twitter-sharing,.twitter-follow{
        width:200px;
        margin:0px auto;
        margin-top:10px;
    }
}

.facebook-like a,.twitter-follow a {
    color:white;
}

.facebook-like a:hover,.twitter-follow a:hover {
    text-decoration: none;
    color:white;
}

.facebook-sharingscore {
    background: #3b5998;
    color: #fff;
    cursor: pointer;
    padding: 1em 2em;
    font-family: sans-serif;
    margin: 0;
    text-align: center;
    margin-bottom:5px;
}

.twitter-sharingscore {
    background: #4099FF;
    color: #fff;
    cursor: pointer;
    padding: 1em 2em;
    font-family: sans-serif;
    margin: 0;
    text-align: center;
    margin-bottom:5px;
}

.sharescoretwitter,.sharescorefacebook{
    float:left;width:50%;
    margin-top:20px;
}

/* chatroom */


/*div#chatroom{
	resize: both;
}

div#chatroom>*{
	resize: none;
}*/

div#chatroom div.chat{
	/*resize: vertical;
	max-height: 20%;*/
	height: 30em;
	border: 1px solid #ccc;
	margin-bottom: 1px;
	overflow: auto;
	word-wrap: break-word;
	word-break: break-word;
    font-size:11px!important;
}

#chatlink{
    font-size:11px!important;
}

div#chatroom div.input{
	overflow: hidden;
	margin-bottom: 1em;
}

div#chatroom div.input input{
	box-sizing: border-box;
	width: 100%;
	padding: 0.6em;
    border:1px solid #d8d8d8!important;
}

div#chatroom div.chat div.line{
	min-height: 0.9em;
	clear: both;
	margin-bottom: 0.2em;
}

div#chatroom div.chat div.line div.timestamp{
	float: left;
	margin-right: .5em;
	color: black;
}

div#chatroom div.chat div.line div.timestamp:before{
	content: '[';
}

div#chatroom div.chat div.line div.timestamp:after{
	content: ']';
}

/*div#chatroom div.chat div.line div.username{
	float: left;
	margin-right: .5em;
	height: 0.9em;
}*/

/*div#chatroom div.chat div.line div.username:after{
	content: ":";
}*/

div#chatroom div.chat div.line.status{ /* generic */
	color: black;
}

div#chatroom div.chat div.line.status.s1{ /* error */
    color:white;
    background-color: #eb4f4f;
}

div#chatroom div.chat div.line.status.s2{ /* success */
    color:white;
	background-color: green;
}

div#chatroom div.chat div.line.notification{ /* generic notification */ 
    color:white;
	background-color: blue;
}

div#chatroom div.chat div.line.notification.n1{ /* game notification */ 
	/*color: blue;*/
    color:black;
	text-decoration: italic;
    padding:2px;
    color:white;
    background-color: #eb4f4f;
}

#chatroom .n1 .timestamp,#chatroom .notification .timestamp,#chatroom .s2 .timestamp,#chatroom .s1 .timestamp{
    color:white!important;
}

div#chatroom div.chat div.line.notification.n2{ /* moderator notification */ 
	/*color: blue;*/
    color:black;
	font-weight: bold;
}

div#chatroom div.chat div.line.notification.n3{ /* motd notification */ 
    color:white;
    background-color: #eb4f4f;
}

div#chatroom div.chat div.line.l10 , #usergroups .l10{
	/*font-weight: bold;*/
}

div#chatroom div.chat div.line.l20 , #usergroups .l20{
	/*font-weight: bold;*/
}

div#chatroom div.chat div.line.l30 , #usergroups .l30{
	/*font-weight: bold;*/
}

div#chatroom div.chat div.line.l31, #usergroups .l31{ 
	/*font-weight: bold;*/
}

div#chatroom div.chat div.line.l32, #usergroups .l32{
	color: #2f8f00;  
	font-weight: bold;
}

div#chatroom div.chat div.line.l40, #usergroups .l40{
	color: #23ae89;
}

div#chatroom div.chat div.line.l100, #usergroups .l100{
	font-weight: bold;
}

div#chatroom div.chat div.line.l200, #usergroups .l200{
	font-weight: bold;
	color: #0a86f8;
}


/* new chat */
body.dark{
	background-color: #292929;
}

#chatshowhide{
	position: fixed;
	right: 5px;
	bottom: 0px;
	z-index: 1002;
	padding: .5em; 
	background-color: rgba(255,255,255,1);
	width: 32%;
	min-width: 400px;
	border-radius: .2em;
	border:1px solid lightgrey;
	-webkit-border-top-left-radius: 4px!important;
	-webkit-border-top-right-radius: 4px!important;
	-moz-border-radius-topleft: 4px!important;
	-moz-border-radius-topright: 4px!important;
	border-top-left-radius: 4px!important;
	border-top-right-radius: 4px!important;
}

div#chatroom.overlay{
	display:none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 1001;
	padding: .5em;
	background-color: rgba(255,255,255,1);
	width: 32%;
	min-width: 400px;
	border-radius: .2em;
	border:1px solid lightgrey;
	-webkit-border-top-left-radius: 4px!important;
	-webkit-border-top-right-radius: 4px!important;
	-moz-border-radius-topleft: 4px!important;
	-moz-border-radius-topright: 4px!important;
	border-top-left-radius: 4px!important;
	border-top-right-radius: 4px!important;
    font-weight:300!important;
}

body.interface_hidden div#chatroom.overlay, body.interface_hidden #chatshowhide{
	background-color: rgba(255,255,255,.7);
}


body.dark.interface_hidden div#chatroom.overlay, body.dark.interface_hidden #chatshowhide{
	background-color: rgba(0,0,0,.7);
	border:1px solid #131313;
}

body.dark.interface_hidden div#chatroom.overlay .chat{
	color:white;
}

body.dark.interface_hidden div#chatroom div.chat div.line div.timestamp,body.dark.interface_hidden div#chatroom div.chat div.line{
	color: white!important;
}

body.dark.interface_hidden div#chatroom.overlay input{
	color:white;
}

body.dark.interface_hidden div#chatroom div.input input{
    border:none!important;
}

body.dark div#chatroom.overlay input{
	border: none;
}


div#chatroom.overlay .chat{
	border: none;
	height: 12.9em;
}

div#chatroom.overlay .input,
div#chatroom.overlay input,
div#chatroom.overlay form{
	margin: 0;
}

div#chatroom.overlay input{
	background-color: rgba(255,255,255,.15);
	border: 1px solid lightgrey;
	color: #000;
}

div#chatroom div.chat div.line.whisper{
	color: #f0f;
}

#chatlink {width:100%;text-align:right;padding-bottom:2px;} 
#chatlink a{color:#eb4f4f;}

body.dark #chatlink span a{
	color:white;
}

/* */

/* Animation Loading */

/* animation */

div#loading{
	display: none;
	text-align: center;
	position: absolute;
	left: 0px;
	top: -35px;
	width: 100%;
}

div#loading>div {
	display: inline-block;
	background-color: #000;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    -moz-box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
    box-shadow: 4px 6px 28px -5px rgba(0,0,0,1);
}

@-webkit-keyframes scale {
	0%, 80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	45% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: .7;
	}
}

@keyframes scale {
	0%, 80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	45% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: .7;
	}
}


div#loading>div:nth-child(1) {
	-webkit-animation: scale .75s .12s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: scale .75s .12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

div#loading>div:nth-child(2) {
	-webkit-animation: scale .75s .24s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: scale .75s .24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

div#loading>div:nth-child(3) {
	-webkit-animation: scale .75s .36s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: scale .75s .36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

/* Waring - Winning */

div#overlay,div#warning{
	/*background-color: rgba(0,0,0,.25);*/
    pointer-events:none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: table;
}

div#overlay div.floater{
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	padding-left: 348px;
}

div#warning{
	display: none;
	background-color: transparent;
	z-index: 1001;
}

div#warning div.floater{
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	padding: 0;
}

div#warning div.floater div{
	color: #0a86f8;
	font-size: 4em;
	font-weight: bold;
	display: inline-block;
	padding: .4em .8em;
	text-shadow: -1px -1px 0 rgba(0,0,0,.1),  
    1px -1px 0 rgba(0,0,0,.1),
    -1px 1px 0 rgba(0,0,0,.1),
     1px 1px 0 rgba(0,0,0,.1),
     0px 0px 7px rgba(0,0,0,.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

}

div#warning div.floater div{
	font-size: 3em;
	color: #f00;
}

div#winnings{
    display:none;
    position: fixed;
    z-index: 6000;
    width:100%;
    padding:50px;
    bottom:0px;
    left:0px;
    background-color:#474747;
    background: url(../images/dark-colored.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:white;
    border-top:1px solid white;
}

div#winnings div.floater{
	color: #f00;
	font-size: 3em;
	vertical-align: middle;
	text-align: center;
    font-weight: bold;
	text-align:center;
	text-shadow: -1px -1px 0 rgba(0,0,0,.1),  
    1px -1px 0 rgba(0,0,0,.1),
    -1px 1px 0 rgba(0,0,0,.1),
     1px 1px 0 rgba(0,0,0,.1),
     0px 0px 7px rgba(0,0,0,.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media(max-width:768px){
    div#warning div.floater,
    div#winnings div.floater{
        font-size: 1.3em;
    }
}

.winningsclose{
    position:absolute;
    top:20px;
    right:40px;
    font-size:2em;
    cursor:pointer;
    font-weight:200;
}

@media(max-width:768px){
    .winningsclose{
        position:absolute;
        top:10px;
        right:20px;
        font-size:1em;
        cursor:pointer;
    }
}

/* Game canvas*/

canvas#canvas{
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
    background: url(../images/dark-colored.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Error */

div.error{
	background-color: #fcc;
	color: #f00;
	text-shadow: inherit;
	border: 1px solid #f99;
	border-radius: .3em;
	padding: .3em .5em;
	margin-bottom: 1em;
}

/* Leave early button */

div#leave_early_button {
	cursor: pointer;
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99;
	padding: .4em .5em;
	background-color: #fff;
	color: #9eceff;
	font-weight: bold;
	font-size: 1.2em;
}

/* Select skins */
#chooseskin .contentheader{
    text-align: center;
    color: white;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    font-weight: 300;
    padding-top:7px;
    padding-bottom:12px;
}

#chooseskin .row{
    margin:0px auto;
    display:table;
}

.skindisplay{
    display:table-cell;
}

@media (max-width:700px){
    #chooseskin .form-group{
        margin:0px auto;
    }
    .skindisplay{
        display:inherit;
        float:left;
    }
}

.skindisplay .img-circle{
    cursor:pointer;
	width:25px;
	height:25px;
    margin-left:2px;
    margin-right:2px;
    opacity: 0.2;
	background-size: 100% 100%!important;
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;
    -webkit-box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
    -moz-box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
    box-shadow: -4px 6px 28px -5px rgba(0,0,0,1);
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
    border:1px solid #b1b1b1;
}

.skindisplay:hover .img-circle:hover{
    opacity: 1;
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);   
}

/* Game options */

#game_options{
    position:absolute;
    top:15px;
    left:15px;
    color:white;
    font-size:10px;
    font-weight:100;
}

@media(max-width:1100px){
    #game_options{
        position:relative;
        margin:0px auto;
        margin-bottom:20px;
        width:400px;
    } 
    #game_options tr{
        float:left;
    }
}

@media(max-width:500px){
    #game_options{
        width:150px;
    } 
    #game_options tr{
        float:none;
    } 
}

.labelauty-unchecked-image,.labelauty-checked-image{
    display:none!important;
    width:0px!important;
    height:0px!important;
}

input.labelauty + label {
    padding:2px 3px 2px 0px!important;
    text-align:center;
    width:120px;
}

.controls{
    font-size:12px;
    font-weight:100;
    font-size:12px;
    text-align:center;
    color:white;
    padding:10px;
}

.js-rotating{
    width:100%;
    text-align:center!important;
    color:#FF9900;
    margin-top:10px;
}

.js-rotating2{
    width:100%;
    text-align:center!important;
}

.js-rotating2box{
    padding-bottom:15px;
}

#js-rotating-payouts-king{
    display:none;
   color: white;
    background-color: #eb4f4f;
    padding:3px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    margin-top:0px;
    width:100%;
    text-align:center;
}

#js-rotating-payouts-faucet{
    color: white;
    background-color: #eb4f4f;
    padding:3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:0px;
    width:100%;
    text-align:center;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* Page home */
.card{
    position: relative;
    background: #fff;
    padding: 15px;
    border:1px solid white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.yourbalance .name{
    color: #d84040!important;
}

.yourbalance .result{
    font-weight:bold!important;
}

.card .name {
    padding: 0px 10px 10px 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bold;
    color: #99979c;
    font-size:13px;
    display:block;
}

.card .result {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 1.1em;
    color: #5A616D;
    padding-top:10px;
    line-height:12px;
    font-size:12px;
}

.card .result .rankingnumber{
    display:inline-block;
    width:17px;
    text-align:right;
}


.resultleft{
    float:left;
    padding-left:10px;
}

.resultright{
    float:right;
    padding-right:10px;
    font-weight:bold;
}

.ranking .result{
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 5px 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

@media(max-width:400px){
    .ranking .result{
        font-size: 10px;
    }
}

.cromebowser{
    font-size:11px;
    text-align:center;
    color:white;
    padding-top:5px;
}

.cromebowser a{
    color:#eb4f4f!important; 
}


/* Account */

/* Submenu */

#submenu a {
    width:100%;
    color: white;
    background-color: #9a9a9a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align:center;
    padding: 10px 15px;
    text-decoration:none;
    display:block;
    margin-bottom:15px;
}

#submenu a:hover {
    background-color: #5d5d5d;
    color:white;
}

#submenu a.selected {
    background-color: #5d5d5d;
    color:white;
}

/* Account Information */

.userinfo{
    padding:5px;
    color:white;
    background-color: #eb4f4f;
    text-align:center;
    display:block;
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:12px;
}

#disableplease{
    display:none;
    z-index:30000;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:black;
    background: url(../images/dark-colored.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align:center;
}

#disableplease span{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    font-size:40px;
    padding:10%;
    text-align:center;
}

.paddingnone{
    padding:none!important;
}

/* Adsense */

.adsense{
    display: block;
    text-align:center;
}
.adsense:before     { display: none !important; }
.adsense ins        { width: 100%; height: 100%; display: block; }
 
.adsense-main-top       { width: 728px; height: 90px; margin:0px auto; margin-top:20px; margin-bottom:20px;}
.adsense-main-bottom    { width: 728px; height: 90px; margin:0px auto; margin-bottom:20px;}
.adsense-side-left      { width: 300px; height: 600px; margin:0px auto;}
.adsense-side-right     { width: 300px; height: 600px; margin:0px auto;}
 
@media screen and ( max-width: 2290px ){
    .adsense-side-left      { width: 160px; height: 600px;}
    .adsense-side-right     { width: 160px; height: 600px;}
}
 
@media screen and ( max-width: 1200px ){
    .adsense-main-top       { width: 468px; height: 60px;}
    .adsense-main-bottom    { width: 468px; height: 60px;}
    .adsense-side-left      { width: 120px; height: 600px;}
    .adsense-side-right     { width: 120px; height: 600px;}
}

@media screen and ( max-width: 768px ){
    .adsense-side-left      { width: 234px; height: 60px;}
    .adsense-side-right     { width: 234px; height: 60px; margin-top:20px;}
}

@media screen and ( max-width: 640px ){
    .adsense-main-top       { width: 300px; height: 250px;}
    .adsense-main-bottom    { width: 300px; height: 250px;}
}

@media screen and ( max-width: 430px ){
    .adsense-main-top       { width: 250px; height: 250px;}
    .adsense-main-bottom    { width: 250px; height: 250px;}
}