@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}
a{
	text-decoration:none;
}
html,body{
	height:100%;
	font-family: 'Muli', sans-serif;
	/*overflow-x:hidden;*/

}
body{
	overflow-y:scroll;
	overflow-x:hidden;
}
.title{
	margin:1%;
	text-align:center;
}
.title span#linea{
	display:none;
}
h1{
	font-size:18px;
	font-weight:300;
	color:#ccc;
}
h1 span{
	font-weight:bold;
	color:#fff;
}
h2{
	font-size:12px;
	font-weight:normal;
}
h3{
	font-size:10px;
}
h3 span{
	font-size:10px;
	font-weight:normal;
}
.clear{
	clear:both;
}
/*##### HEADER #####*/
#header{
	width:100%;
	background-color:#000;
	overflow:hidden;
}
#header #cont_header{
	margin:0 auto;
	max-width:1024px;
	width:96%;
	padding:0 2%;

}
#header #cont_header100{
	margin:0 auto;
	max-width:1024px;
	width:100%;
	padding:0;

}
ul#nav_slide{
	margin:0 auto;
	height:20px;
}
ul#nav_slide li{
	height:20px;
	width:20px;
	display:block;
	float:left;
	background:url(../img/g_nav.png) center center no-repeat;
}
ul#nav_slide li:not(.active){
	cursor:pointer;
}
ul#nav_slide li.active{
	background-image:url(../img/g_nav_active.png);
}
/*##### /HEADER #####*/

/*##### PAGE #####*/
#page{
	width:100%;
	background-color:#fff;
}
#page #cont_page{
	margin:0 auto;
	width:96%;
	padding: 10px 2%;

}
/*##### /PAGE #####*/

/*##### BTN #####*/
ul#btn{
	margin:0 -1%;
	width:102%;
}
ul#btn>li{
	list-style-type:none;
	float:left;
	display:block;
	width:98%;
	margin:1%;
}
ul#btn>li img{
	width:100%;
	height:auto;
	
}
ul#btn>li>img{
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;	
}
ul#btn>li>img:hover{
	opacity:0.7;
}
ul#filtri{
	width:100%;
	overflow:hidden;
}
ul#filtri>a>li{
	float:none;
	color:#fff;
	background-color:#000;
	width:90%;
	height:32%;
	margin-top:1%;
	display:block;
	padding:0 5%;
}
ul#filtri>a>:first-of-type li{
	margin-top:0;	
}
ul#filtri>a>li>p{
	float:left;
	text-transform:uppercase;
	font-size:20px;
	font-weight:300;
	color:#fff;
}
ul#filtri>a>li .arrow{
	float:right;
	height:70%;
	margin-top:2%;
	width:10%;
}
ul#filtri>a>li .arrow img{
	height:100%;
	width:auto;
}

/*ul#filtri>a>li{
	float:none;
	color:#fff;
	background-color:#000;
	width:85%;
	height:32%;
	margin-top:1%;
	display:block;
	padding:0 15% 0 5%;
}
ul#filtri>a>li:first-of-type{
	margin-top:0;	
}
ul#filtri>a>li>p{
	float:left;
	text-transform:uppercase;
	font-size:20px;
	font-weight:300;
	color:#fff;
}
ul#filtri>a>li .arrow{
	float:right;
	height:100%;
}
ul#filtri>a>li .arrow img{
	height:70%;
	width:auto;
	margin-top:25%;
	
}*/

/*##### /BTN #####*/

/*##### GAME #####*/
.cont_game{
	max-width:1020px;
	width:102%;
	margin:0 0 0 -1%;
	padding:10px 0;
}

.cont_game_inner{
	padding:10px;
	background-color:#fff;
}
ul.game{
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	
}
ul.game>li{
	list-style-type:none;
	width:38px;
	height:38px;
	margin:1px;
	float:left;
	display:block;
	cursor:pointer;
}
ul.game>li img{
	width:100%;
}
/* sharing */
ul.favourite{
	padding:0 1%;
	width:98%;
}
ul.game>.static{
	cursor:default;
}

li.sharing .sharing_city{
	color:#fff;
	text-transform:uppercase;
	position:relative;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	letter-spacing:0.8px;
	/*word-wrap:break-word;*/
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	margin-top:-50px;
	cursor:move;
	
}
li.sharing .sharing_city>p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;

	height:auto;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0;
	width:100%;
	padding:3px;
	min-height:10px;
}
li.sharing .upload{
	height:100%;
	width:100%;
}
.change{
	height:100%;
	width:100%;
}
#id_my1 .upload{
	background-color:#004c8b;
}
#id_my1{
	border:2px solid #004c8b;
}
#id_my1 .sharing_city>p{
	background-color:rgba(0,76,139,0.8);
}
/*#my1{
	background-color:rgba(0,76,139,1);
	padding:1%;
}*/
#id_my2 .upload{
	background-color:#5500b4;
}
#id_my2{
	border:2px solid #5500b4;
}
#id_my2 .sharing_city>p{
	background-color:rgba(85,0,180,0.8);
}
#id_my3 .upload{
	background-color:#b4008c;
}
#id_my3{
	border:2px solid #b4008c;
}
#id_my3 .sharing_city>p{
	background-color:rgba(180,0,140,0.8);
}
#id_my4 .upload{
	background-color:#d12402;
}
#id_my4{
	border:2px solid #d12402;
}
#id_my4 .sharing_city>p{
	background-color:rgba(209,36,2,0.8);
}
#id_my5 .upload{
	background-color:#ff8400;
}
#id_my5{
	border:2px solid #ff8400;
}
#id_my5 .sharing_city>p{
	background-color:rgba(255,132,0,0.8);
}
#id_my6 .upload{
	background-color:#0ec000;
}
#id_my6{
	border:2px solid #0ec000;
}
#id_my6 .sharing_city>p{
	background-color:rgba(14,192,0,0.8);
}
li.sharing .upload1{
	height:20%;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	position:relative;
	margin-top:-20%;
}
li.sharing .upload3{
	height:2px;
	width:90%;
	background-color:#FFF;
	position:relative;
	margin:-6% 5% 0 5%;
	
}
ul.game>li{
	background-color:#ccc;
	
}
ul.sortable>li{
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;	
	border:1px dashed #999;
}
ul.game>li.static{
	background-color:transparent;
	position:relative;
	z-index:100;
	border:none;
}
ul.game>li.static>img{
	width:100%;
	width:100%;
}
ul.game>li.sharing{
	width:24%;
	margin:1px 0.5%;
	overflow:hidden;
	border:none;
}
ul.game>li.sharing>img{
	width:100%;
	margin:0;
	padding:0;
}
#favourite,#favourite2{
	width:49%;
	float:left;
	margin:1px 0.5%;
	font-size:27px;
}
#favourite>h1{
	position:relative;
	color:#fff;
	font-size:100%;
	letter-spacing:-2px;
	padding:5%;	
}
/* /sharing */



.menu{
	height:78px;
	background-color:#000; 
	margin:1px;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	line-height:38px;
}
.menu .menu_top{
	height:39px;
}
.menu .menu_top h1{
	color:#fff;
	padding:0 30px 0 0;
	font-weight:bold;
	letter-spacing:10px;
	font-size:18px;
}
.menu .menu_top h1 span{	
	font-weight:300;
}
.menu .menu_bottom h2{
	color:#fff;
	padding:0 30px 0 0;
	font-weight:bold;
	letter-spacing:6px;
	font-size:18px;
}
.menu .menu_bottom{
	height:39px;
	width:100%;
	background-color:#b92630;
}

.menu.smart{
	line-height:18px;
}
.menu.smart .menu_top{
	height:auto;
	text-align:center;
}
.menu.smart .menu_top h1{
	padding:10px;
	letter-spacing:1px;
	font-size:16px;
}	
.menu.smart .menu_bottom{
	height:auto;
	text-align:center;
}
.menu.smart .menu_bottom h2{
	padding:10px;
	letter-spacing:1px;
	font-size:16px;
}
/*##### /GAME #####*/

/*#####  PLAY #####*/
ul#play{
	margin: 0px auto;
    background-color: #FFF;
	width:98%;
}
ul#play>li{
	width:50%;
	list-style-type:none;
	float:left;
}
ul#play>li>div{
	border:1px solid #fff;
}
ul#play>li>div>img{
	width:100%;
	height:auto;
}
ul#play>li>div>p{
	background-color:#000;
	color:#fff;
	height:30px;
	padding:5px 5%;
	font-size:12px;
	margin-top:-1px;
}
#ok{
	width:98%;
	display:none;
	position:relative;
	margin:0 1%;
}
#ok>img{
	width:100%;
}
#ok #title_ok{
	position:absolute;
	color:#fff;
	margin:10px 0 0 2%;
	font-size:14px;
	line-height:15px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	text-decoration:none;
}
#ok #title_ok span{
	font-size:10px;
	line-height:14px;
}
#ok #next{
	width:32px;
	height:38px;
	float:right;
	position:relative;
	margin:6px 0 10px -38px;
}
#ok #next>img{
	margin:0 0 0 -20%;
}


/* FORM GAME */
#game_form{
	width:100%;
	height:36px;
	padding:10px 0;
}
#game_form #game_input{
	width:86%;
	float:left;
}
#game_form #game_input_inner{
	padding:0 0 0 1px;
}
#game_form #game_input #options{
	position:absolute;

}

#game_form #game_risp{
	width:13%;
	float:left;
	margin:0 0 0 1%;
}
#game_form #game_risp #game_risp_inner{
	border:1px solid #595959;
	width:auto;
	height:34px;
}


.ui-autocomplete {
    background: #fff;
	list-style-type:none;
	border:1px solid #595959;
	max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
	width:100%;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
margin:0;
	
}
.ui-autocomplete.ui-menu li{
    padding:0 3px;
	border-bottom:1px solid #ccc;
	line-height:30px;
	height:30px;

}
.ui-helper-hidden-accessible{
	display:none;
}
/*nascondo suggerimenti in basso*/




#game_form #game_risp #game_risp_inner #circle{
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
	background-color:#66a1dd;
	height:26px;
	width:26px;
	margin:4px auto;
}

#game_form #game_risp_2{
	width:100%;
	float:left;
	height:36px;
	line-height:36px;
	text-align:center;
	display:none;
}
form{
	border:1px solid #595959;
}
input{	
	height:34px;
	
}
input.input{	
	width:86%;
	padding:0 2%;
	float:left;
	line-height:30px;
	font-size:14px;
}
.submitGame{	
	width:10%;
	background-color:#fff;
	float:right;
	background:url(../img/submit.png) no-repeat;
	height:28px;
	cursor:pointer;
	margin-top:2px;
}
/* FORM GAME */

/*##### /PLAY #####*/

/*##### RANKING #####*/
ul.ranking>li{
	width:100%;
	float:left;
	margin:0.5% 0 0.5% 0;
	list-style-type:none;
}
ul.ranking>li .dettagli{
	position:absolute;
	padding:3px 5px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
}
ul.ranking>li .dettagli>p{
	margin-bottom:3px;
	font-size:11px;
}
ul.ranking>li .dettagli>.rank{
	width:20px;
	height:20px;
	background-color:#1d307d;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border:1px solid #fff;
	font-size:9px;
}
ul.ranking>li div>img{
	width:100%;
}

/*##### /RANKING #####*/

/*##### BONUS #####*/
#load_bonus{
	position:relative;
	width:100%;
	height:100%;
}
#load_bonus_inner{
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	display:none;
}
#load_bonus_inner>div{
	text-align:center;
	width:100%;
	height:100%;
}
#load_bonus_inner>div>img{
	margin-top:30%;
}
h1.title_bonus{
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0 1%;
	height:30px;
	line-height:30px;
}
ul.filtri_bonus{
	height:30px;
	float:none;
	line-height:30px;
	padding:0 1%;
}
ul.filtri_bonus>li{
	float:left;
	list-style-type:none;
	margin:0 10px;
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer;
}
ul.filtri_bonus>li:first-of-type{
	margin-left:0;
}
ul.filtri_bonus>li:hover:not(.active){
	opacity:0.7;
}
ul.filtri_bonus>li.active{
	font-weight:bold;
}
ul.bonus{
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
ul.bonus>li .dettagli{
	padding:0;
	position:relative;
	text-transform:none;
}
ul.bonus>li .dettagli>p{
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,1);
	padding:2%;
	width:96%;
	margin:0;
}
ul.bonus>li a{
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
ul.bonus>li a:hover{
	opacity:0.8;
}
/*##### /BONUS #####*/

/*##### MENU_TOP #####*/
ul#menuTop{
	color:#fff;
	float:left;
	height:20px;
	line-height:20px;
	font-size:12px;
	margin-top:10px;
	text-transform:capitalize;
}
ul#menuTop a{
	color:#fff;
}
ul#menuTop li{
	list-style-type:none;
	display:block;
	float:left;
	padding:0 10px 0 5px;
	margin:0 0 0 5px;
	cursor:pointer;
}
ul#menuTop li img{
	vertical-align:-3px;
	padding-left:5px;
}
/*##### /MENU_TOP #####*/

/*##### USER #####*/
ul#menuUser{
	color:#fff;
	float:right;
	height:20px;
	line-height:20px;
	font-size:12px;
	margin-top:10px;
	text-transform:capitalize;
}
ul#menuUser a{
	color:#fff;
}
ul#menuUser li{
	list-style-type:none;
	display:block;
	float:left;
	border-right:1px solid rgba(255,255,255,0.7);
	padding:0 10px 0 5px;
	margin:0 0 0 5px;
	cursor:pointer;
}
ul#menuUser li:last-of-type{
	border-right:none;
}
ul#menuUser li img{
	vertical-align:-3px;
	padding-left:5px;
}

#user{
	margin-top:-19px;
	display:none;
}
#user h5{
	font-size:18px;
	padding-bottom:10px;
}
#user ul>li{
	list-style-type:none;
	display:none;
}
#user form{
	border:none;
}
#user form>.campi>label{
	color:#999;
	font-size:14px;
	height:29px;
	margin:3px 2px;
}
#user form>.campi>input{
	height:27px;
	border:1px solid #ccc;
	margin:3px 0;
	padding:0 3px;
	
}
#user form input.text{
	max-width:300px;
}
#user form input#sbt{
	padding:0 10px;
	color:#fff;
	background-color:#666;
	border:1px solid #333;
	width:80px;
}
#user .campi{
	float:left;
	margin-left:10px;
}
#user .upload_img{
	background-color:#dbdbdb;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
}
#user .upload_img .file{
	color:#999;
	font-size:14px;
	text-align:center;
}
#user .upload_img .file p{
	margin-top:30%;
}
#user .upload_img .file img{

}
.fileNO{
	opacity:0;
}
#user .ui-input-btn{
	color:#e5e5e5;
}
#user #status{
	background-color:#666;
	color:#fff;
	width:96%;
	padding:10px 2%;
	display:none;
	font-size:14px;
	margin:0 0 10px 0;
}
#user #close{
	float:right;
	margin-top:-30px;
	cursor:pointer;
}
/*##### /USER #####*/

/*##### FOOTER #####*/
#footer{
	width:100%;
	border-bottom:1px solid #e4e4e4;
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
}
#footer p{
	text-align:center;
	font-size:10px;
	color:rgba(51,51,51,1);
	line-height:24px;
}
#footer p a{
	text-decoration:inherit;
	color:inherit;
}
#footer p a:hover{
	opacity:0.6;
}
#footer #cont_footer{
	width:96%;
	margin:0 auto;
	background-color:#e4e4e4;
	max-width:1024px;
	padding:5px 0;
}
.ui-loader{
	display:none;
}
/*##### /FOOTER #####*/

/*##### SOCIAL #####*/
ul#social{
	background-color:#000;
	margin:0 auto;
	padding:1px;
}
ul#social li{
	list-style-type:none;
	width:24px;
	height:24px;
	float:left;
	display:block;
	margin-left:1px;
}
ul#social li:first-of-type{
	margin-left:0;
}
ul#social li img{
	width:100%;
}
/*##### /SOCIAL #####*/


/*##### /LOADING #####*/
#contLoad{
	z-index:1999; 
	position:fixed; 
	width:100%; 
	height:100%;
	left:0;
	right:0;
	bottom:0;
	top:0; 
	background-color:rgba(0,0,0,0.8);
	text-align:center;
	color:#fff;
	display:none;
}
#onLoad{
	z-index:2000; 
	position:fixed; 
	width:80%; 
	top:40%; 
	left:10%;
}
#loader div>img{
	width:auto;
	height:auto;
}
#loader p{
	width:auto;
	height:auto;
}
#progress {
	position: relative;
	width: 90%;
	margin: 10px auto;
	max-width:500px;
	border: 1px solid #DDD;
	border-radius: 3px;
	background-color:#bbbbbb;
	-webkit-box-shadow: inset 0px 0px 4px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 4px -1px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 4px -1px rgba(0,0,0,0.75);
	display:none;
}
#bar{
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

	height: 30px;
	width: 0%;
	/* transition animation */
	-webkit-transition: width .3s;
		-moz-transition: width .3s;
			transition: width .3s;

}
#percent {
	position: absolute;
	display: inline-block;
	top: 6px;
	left: 48%;
	color: #333;
}
/*##### /LOADING #####*/

/*##### LOGIN #####*/
.box_form{
	width:100%;	
}
.box_form:nth-last-child(3){
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
}
.box_form>.box_form_inner{
	background-color:#e5e5e5;
	padding:10px 5%;
}
.box_form>h5{
	background-color:#e5e5e5;
	padding:10px 5%;
	margin:0 0 1px 0;
	line-height:30px;
	height:30px;
	color:#333;
}
.box_form>.box_form_inner>form input{
	width:94%;
	margin:3px -1px;
	padding:0 3%;
	height:27px;
	border:1px solid #ccc;
}
.box_form>.box_form_inner>form input.checkbox{
	height:15px;
	width:15px;
	float:left;
}
.box_form>.box_form_inner>form label{
	height:15px;
	line-height:15px;
	font-size:12px;
	float:left;
	margin:3px 0px 3px 7px;
	color:#666;
}
.box_form>.box_form_inner>form label a{
	color:#4c9ed9;
	text-decoration:underline;
}
.box_form>.box_form_inner>form input.submit{
	color:#fff;
	width:80px;
	float:right;
	background-color:#333;
	cursor:pointer;
	margin-top:10px;
}

#compl_reg{
	padding:10px 0;
	display:none;
}
#compl_reg #coml_reg_img{
	width:8%;
	float:left;
	padding:3px 2%;
	display:none;
}
#compl_reg #coml_reg_img img{
	width:100%;
}
#compl_reg #coml_reg_txt{
	width:96%;
	padding:0 2%;
	float:left;
	font-size:14px;
	text-align:justify;
}
#compl_reg #coml_reg_txt h5{
	padding:0;
	font-size:16px;
}
#compl_reg #coml_reg_txt>ol {
	padding-left:20px;
}
/*##### /LOGIN #####*/

/*
################################################
SMART-PHONE PORTRAIT 400px
################################################
*/
@media only screen and (min-width: 400px) {
	
.title br{
	display:none;
}
.title span#linea{
	display:inline-block;
	font-weight:300;
}

/*##### BTN #####*/
ul#btn>li{
	width:48%;
	margin:1%;
}
/*##### /BTN #####*/

/*##### SOCIAL #####*/
ul#social{
	float:right;
	margin:0px 5px;
}
/*##### /SOCIAL #####*/

/*##### PLAY #####*/
ul#play>li{
	width:25%;
}


#game_form #game_risp{
	width:9%;
	float:left;
	margin:0 0 0 1%;
}
#game_form #game_input{
	width:90%;
}
#game_form #game_risp_2{
	width:100%;
}
#game_form #game_risp #game_risp_inner{
	width:auto;
}
/* sharing */
ul.game>li.sharing{
	width:16.2%;
	margin:1px 0.2%;
	overflow:hidden;
}
#favourite,#favourite2{
	width:32.8%;
	float:left;
	display:inline-block;
	margin:1px 0.2%;
}
/* /sharing */
/*##### /PLAY #####*/



/*##### LOGIN #####*/
#compl_reg #coml_reg_img{
	width:8%;
	display:block;
}
#compl_reg #coml_reg_txt{
	width:84%;
}
/*##### /LOGIN #####*/


}
/*
################################################
SMART-PHONE PORTRAIT 620px
################################################
*/
@media only screen and (min-width: 620px) {

.title{
	position:absolute;
	z-index:10;
	margin:1%;
}
/*##### PLAY #####*/
ul#play>li{
	width:25%;
}

#game_form #game_risp{
	width:36px;
	float:left;
	margin:0 1%;
}
#game_form #game_input{
	width:50%;
}
#game_form #game_risp_2{
	width:35%;
}
#game_form #game_risp #game_risp_inner{
	border:1px solid #595959;
	width:34px;
	height:34px;
}
/* sharing */
ul.game>li.sharing{
	width:12.3%;
	margin:1px 0.1%;
	overflow:hidden;
}
#favourite,#favourite2{
	width:24.8%;
	float:left;
	display:inline-block;
	margin:1px 0.1%;
}
ul.favourite{
	padding:0 2%;
	width:96%;
}
/* /sharing */
/*##### /PLAY #####*/
/*##### RANKING #####*/
ul.ranking>li{
	width:49%;
	float:left;
	margin:0.5%;
	list-style-type:none;
}
ul.ranking>li:nth-of-type(2n){
	margin-right:0;
}
/*##### /RANKING #####*/


/*##### LOGIN #####*/
.box_form{
	width:48%;
	padding:0 1%;
	float:left;	
}
.box_form:nth-last-child(3){
	border-left:1px solid #ccc;
	margin-left:-1px;
	border-top:none;
	margin-top:0;
	padding-top:0;
}
/*##### /LOGIN #####*/
/*##### BONUS #####*/
ul.filtri_bonus{
	float:right;
	margin-top:-30px;
}
/*##### /BONUS #####*/
}
/*
################################################################################################################
TABLET PORTRAIT 768px
################################################################################################################
*/
@media only screen and (min-width: 768px) {
	
/*##### BTN #####*/
ul#btn>li{
	width:23%;
	margin:1%;
}
/*##### /BTN #####*/

/*##### PLAY #####*/
#game_form #game_input{
	width:33%;
}
#game_form #game_risp_2{
	width:50%;
}
/* sharing */
ul.game>li.sharing{
	width:9.8%;
	margin:1px 0.1%;
	overflow:hidden;
}
#favourite,#favourite2{
	width:19.8%;
	float:left;
	display:inline-block;
	margin:1px 0.1%;
}
/* /sharing */
/*##### /PLAY #####*/

/*##### LOGIN #####*/
.box_form{
	width:44%;
	padding:0 3%;
	float:left;	
}
/*##### /LOGIN #####*/



}
/*
###############################################################################################################################
TABLET LANDSCAPE + NETBOOK 1024px
###############################################################################################################################
*/
@media only screen and (min-width: 1024px) {


/*##### PAGE #####*/
#page #cont_page{
	margin:0 auto;
	max-width:1024px;
	width:96%;

}
/*##### /PAGE #####*/	
	
	
/*##### BTN #####*/
ul#btn{
	margin:0 0 0 -1%;
	width:102%;
}
ul#btn>li{
	width:23%;
	margin:1%;
}
/*##### /BTN #####*/

/*##### GAME #####*/
.cont_game{
	max-width:1020px;
	width:100%;
	margin:0 auto;
	padding:10px 0;	
}

/*##### /GAME #####*/
/*#####  PLAY #####*/
ul#play{
	width:100%;
}
/*#####  /PLAY #####*/
#ok{
	width:100%;
	margin:0;
}
#ok #title_ok{
	margin:10px 0 0 20px;
}
#ok #next>img{
	margin:0 0 0 -10px;
}
ul.favourite{
	padding:0;
	width:100%;
}

/*##### RANKING #####*/
ul.ranking>li{
	width:32.6%;
	float:left;
	margin:0.5% 1.1% 0.5% 0;
	list-style-type:none;
}
ul.ranking>li:nth-of-type(2n){
	margin:0.5% 1.1% 0.5% 0;
}
ul.ranking>li:nth-of-type(3n){
	margin-right:0;
}
/*##### /RANKING #####*/

}

#open_drop_down:hover #drop_down {
    max-height: 5000px !important;
}


.wrapper{
	width:96%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.wrapper2{
	width:96%;
	margin:0 auto;
	overflow:hidden;
}
/*##### HEADER 2 #####*/
.header2{
	font-size:0px;
	padding:14px 0;
}
.header2>div{
	display:inline-block;
	vertical-align:middle;
	width:20%;
	font-size:14px;
	padding:8px 0;
}
.header2>div:nth-of-type(2){
	width:60%;
}
.header2 a{
	color:inherit;
	display:block;
	text-decoration:none;
	vertical-align:top;
}
.header2 .logo img{
	display:block;
	width:100%;
	max-width:120px;
}
.header2 .logo a{
	display:inline-block;
}
.header2 .menuTop{
	font-size:0;
	list-style-type:none;
	text-align:center;
}
.header2 .menuTop li{
	display:inline-block;
	font-size:14px;
	vertical-align:top;
	margin:0 3%;
}
.header2 .menuTop li a{
	padding:0 3%;
}

.header2 .menuSocial{
	font-size:0;
	list-style-type:none;
	text-align:right;
}
.header2 .menuSocial li{
	display:inline-block;
	font-size:14px;
	vertical-align:top;
	color:rgba(255,255,255,1);
	margin:0 5px;
}
.header2 .menuSocial li a i{
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;
	background-color:rgba(0,0,0,1);
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
}

/*##### /HEADER 2 #####*/

/*##### NEW BONUS #####*/
.allBonus{
	list-style:none;
	font-size:0px;
	margin:-2px;
}
.allBonus li{
	font-size:12px;
	display:inline-block;
	vertical-align:top;	
	position:relative;
	width:20%;
	box-sizing:border-box;
	padding:2px;
}
.allBonus li img{
	display:block;
	width:100%;
	max-width:400px;
	margin:0 auto;
}
.allBonus li h2{
	color:rgba(255,255,255,1);
	position:absolute;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	font-weight:300;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	text-align:center;
	padding-bottom:10%;
}

.titleBonus{
	position:relative;
}
.titleBonus img{
	width:100%;
	display:block;
}
.titleBonus h1{
	color:rgba(255,255,255,1);
	position:absolute;
	text-transform:uppercase;
	font-size:64px;
	font-weight:300;
	letter-spacing:5px;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	text-align:center;
	padding-bottom:10%;
}
.carousel{
	margin:5px 0 40px 0 !important;
}
.slick-prev{
	left:1% !important;
}
.slick-prev::before {
    content:""  !important;
	height:28px;
	width:28px;
	background-image:url(../img/left.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	margin:-14px;
}
.slick-next{
	right:1% !important;
}
.slick-next::before {
    content:""  !important;
	height:28px;
	width:28px;
	background-image:url(../img/right.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	margin:-14px;
}
.slick-slide{
	overflow:hidden;
}
.slick-slide a{
	display:block;
	color:inherit;
	text-decoration:none;
}
.slick-slide img{
	width:100%;
	margin:-10% auto;
	max-width:100px;
}

.recordsBonus{
	list-style:none;
}
.recordsBonus .wrapper{
	overflow:inherit;
}
.recordsBonus li{
	font-size:0;
	margin-bottom:20px;
	background-color:rgba(255,255,255,1);
	position:relative;
	opacity:1;
	
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.recordsBonus li.focus{	
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	
	-webkit-box-shadow: 0px 0px 33px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 33px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 33px -4px rgba(0,0,0,0.75);
	z-index:2;
	opacity:0.2;
}
.recordsBonus li>div{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	box-sizing:border-box;
}
.recordsBonus li .img{
	width:40%;
	position:relative;
	background-color:rgba(0,0,0,1);
}
.recordsBonus li .img img{
	display:block;
	width:100%;
	max-width:400px;
	margin:0 auto;
}
.recordsBonus li.active .img .rank{
	background-color:rgba(0,204,0,0.4);	
}
.recordsBonus li .img .rank{
	position:absolute;
	min-width:30px;
	height:30px;
	background-color:rgba(255,255,255,0.4);
	top:0;
	right:0;
	color:rgba(255,255,255,1);
	text-align:center;
	font-size:22px;
	line-height:30px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	padding:3px;
}
.recordsBonus li .main{
	width:60%;
	font-size:0px;
}
.recordsBonus .main>div{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	box-sizing:border-box;
}
.recordsBonus li .info{
	width:50%;
	padding:8px 15px;
}
.recordsBonus li .info .vote{
	color:rgba(128,130,133,1);
	font-family:"Arial Black", Gadget, sans-serif;
	margin-bottom:8px;
}
.recordsBonus li .info .vote a{
	text-decoration:none;
	color:inherit;
	display:inline-block;
}
.recordsBonus li .info .vote a.disabled span{
	background-color:rgba(0,204,0,1);
}
.recordsBonus li .info .vote a.disabled:hover{
	opacity:1;
	cursor:default;
}
.recordsBonus li .info .vote span{
	display:inline-block;
	background-color:rgba(128,130,133,1);
	color:rgba(255,255,255,1);
	padding:0 5px;
	min-width: 32px;
	text-align:center;
}
.recordsBonus li .info h3{
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
}
.recordsBonus li .info p{
	margin-bottom:8px;
}
.recordsBonus li .link{
	width:50%;
	font-size:0px;
}
.recordsBonus li .link a{
	height:40px;
}
.recordsBonus li .link a img{
	height:100%;
}
.recordsBonus a{
	display:inline-block;
	padding:2px;
}
.recordsBonus a img{
	display:block;
}
.recordsBonus a.mainLink{
	display:block;
	padding:0;
}
.recordsBonus a:hover{
	opacity:0.8;
}

.titleBonusRecords{
	padding:5px;
}
.titleBonusRecords h2{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	letter-spacing:5px;
	line-height:16px;
}
.titleBonusRecords p{
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 960px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
	cursor:default !important;
}

/* loader */
.loader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
	display:none;
}
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-20px -25px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@media only screen and (max-width: 1200px){
.allBonus li{
	width:25%;	
}
.titleBonus h1{
	font-size:52px;
	letter-spacing:0px;
}
}

@media only screen and (max-width: 960px){
.allBonus li{
	width:33.3%;	
}
.titleBonus h1{
	font-size:48px;
}
}

@media only screen and (max-width: 800px){
	
.recordsBonus li .img{
	width:50%;
}
.recordsBonus li .main{
	width:50%;
}

}

@media only screen and (max-width: 720px){
.allBonus li{
	width:50%;	
}
.titleBonus h1{
	font-size:36px;
}

.header2>div, .header2>div:nth-of-type(2){
	width:100%;
}
.header2 .menuSocial, .header2 .logo{
	text-align:center;
}

.recordsBonus li .img{
	width:49%;
}
.recordsBonus li .main{
	width:51%;
}
.recordsBonus li .main .info{
	width:100%;
	padding:5px 0px 0px 5px;
}
.recordsBonus li .main .link{
	width:100%;
	padding:5px 0px 0px 5px;
}

}

@media only screen and (max-width: 560px){
.recordsBonus li .img{
	width:100%;
}
.recordsBonus li .main{
	width:100%;
}
.recordsBonus li .main .info{
	width:100%;
	padding:5px 0px 0px 5px;
}
.recordsBonus li .main .link{
	width:100%;
	padding:5px 0px 0px 5px;
}
}

@media only screen and (max-width: 400px){
	
.allBonus li{
	width:100%;	
}
.titleBonus h1{
	font-size:24px;
}

}