/* CSS Document */

/*

MegaJogos
www.megajogos.com.br

*/

/* ****** PROPRIEDADES GERAIS ******** */
	section, article {
/*		background:#f6f7f4;
		font-family:Tahoma, Geneva, sans-serif;
*/
		font-size:14px;
		color:#383933;
		text-align:left;
		line-height:22px;
	}

	nav a {
		float:left;
		display:inherit;
		font-weight:normal;
		margin: 0px;
		padding: 0px;
	}

	section h1, section h2, section h4, section h5, section h6 {
		float:left;
		font-weight:normal;
		margin: 0px;
		padding: 0px;
	}

	section ul, section li {
		list-style:none;
	}

	section img, section fieldset {
		border:none;
}

	button {
	  color: inherit;
	  font: inherit;
	  margin: 0;
	}
	
	button {
	  overflow: visible;
	}

	button {
	  text-transform: none;
	}
	
	button {
	  -webkit-appearance: button;
	  cursor: pointer;
	}
	
	button[disabled] {
	  cursor: default;
	}
	
	button::-moz-focus-inner {
	  border: 0;
	  padding: 0;
	}
/* ************ LINKS GERAIS *********** */

	.page-game-content a:link, .page-game-content a:visited, 
	.page-game-content a:hover, .page-game-content a:active {
		font-family: 'signikaregular';
		font-weight: normal;
		text-decoration: none;
		outline: none;
	}

/* **************************** */


/* ************ LINKS *********** */

	footer a:link, footer a:visited, footer a:hover, footer a:active {
		display:inherit;
/*		font-family: 'signikaregular'; */
		font-weight:normal;
		margin: 0px;
		padding: 0px;
		text-decoration:none;
		outline:none;
	}

/* **************************** */




/* *********** HEADER *************** */

.tag_100 {
	float:left;
	width:100%;
	overflow:hidden;
}

.tag_center {
	width: 1260px;
/*
	width:900px;
	text-align:left;
*/
	margin:0px auto;
}

.menu-jogos-header {
	float: none;
}

.position_fixed_logado {
	float:left;
	position:fixed;
	width:100%;
	height: 48px;
	background-color: #00BDD6;
    background: -moz-linear-gradient(-45deg, #009dd6 0%, #00cfea 100%);
    background: -webkit-linear-gradient(-45deg, #009dd6 0%,#00cfea 100%);
    background: linear-gradient(135deg, #009dd6 0%,#00cfea 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dd6', endColorstr='#00cfea',GradientType=1 );*/
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
	top:0px;
	z-index:99999;
}


/************* cor preta da barra de topo do usuiário vip *****************/

.position_fixed_vip {
	background: #4a4a4a;
	background: -moz-linear-gradient(left, #4a4a4a 0%, #1c1c1c 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #4a4a4a), color-stop(100%, #1c1c1c));
	background: -webkit-linear-gradient(left, #4a4a4a 0%, #1c1c1c 100%);
	background: -o-linear-gradient(left, #4a4a4a 0%, #1c1c1c 100%);
	background: -ms-linear-gradient(left, #4a4a4a 0%, #1c1c1c 100%);
	background: linear-gradient(to right, #4a4a4a 0%, #1c1c1c 100%);
}

/************* botão seja vip **********/
.vip-button { 
	text-transform: uppercase; 
	font-weight: bold;
	font-family: 'open sans', sans-serif; 
	font-size: 14px; 
	color: #ffffff;
    padding: 7px 14px 9px 34px;
    margin-top: 4px;
    margin-left: 4px;
	border-radius: 24px !important; 
	border: 2px solid #737373 !important; 
	background: #838383; 
	background: -moz-linear-gradient(top, #838383 0%, #1c1c1c 100%); 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #838383), color-stop(100%, #1c1c1c)); 
	background: -webkit-linear-gradient(top, #838383 0%, #1c1c1c 100%); 
	background: -o-linear-gradient(top, #838383 0%, #1c1c1c 100%); 
	background: -ms-linear-gradient(top, #838383 0%, #1c1c1c 100%); 
	background: linear-gradient(to bottom, #838383 0%, #1c1c1c 100%); 
}

.vip-button.vip-button-small {
	padding: 4px 12px 4px 32px;
}

.vip-button:before {
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -24px;
    content: "\2605";
    color: gold;
    font-size: 20px;
    margin-top: 0px;
}
	
.vip-button:hover { 
    color: #fdfdfd;
	background: #1c1c1c;
	background: -moz-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #838383));
	background: -webkit-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -o-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -ms-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: linear-gradient(to bottom, #1c1c1c 0%, #838383 100%);
}

.vip-button:focus { 
	color: #fdfdfd;
	font-weight: bold; 	
	background: #1c1c1c;
	background: -moz-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #838383));
	background: -webkit-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -o-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -ms-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: linear-gradient(to bottom, #1c1c1c 0%, #838383 100%); 
}


.bot_vipuser a {
	text-transform: uppercase;
	font-family: 'open sans';
	font-size: 14px;
	color: #ffffff;
	padding:10px;
	padding-left: 34px !important;
	border-radius: 24px !important;
	border: 2px solid #737373 !important;
	background: #838383;
	background: -moz-linear-gradient(top, #838383 0%, #1c1c1c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #838383), color-stop(100%, #1c1c1c));
	background: -webkit-linear-gradient(top, #838383 0%, #1c1c1c 100%);
	background: -o-linear-gradient(top, #838383 0%, #1c1c1c 100%);
	background: -ms-linear-gradient(top, #838383 0%, #1c1c1c 100%);
	background: linear-gradient(to bottom, #838383 0%, #1c1c1c 100%);
}

.bot_vipuser a:hover {
	color: #01a3b8;
	border: 2px solid #ffffff;
	background: #1c1c1c;
	background: -moz-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #838383));
	background: -webkit-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -o-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -ms-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: linear-gradient(to bottom, #1c1c1c 0%, #838383 100%);
}

.bot_vipuser a:focus {
	color: #555555;
	border: 2px solid #ffffff;
	background: #1c1c1c;
	background: -moz-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #838383));
	background: -webkit-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -o-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: -ms-linear-gradient(top, #1c1c1c 0%, #838383 100%);
	background: linear-gradient(to bottom, #1c1c1c 0%, #838383 100%);
}


@media only screen and (max-device-width: 800px) {
	.position_fixed_logado {
		position:absolute;
	}
}

.bg_topo_jogos {
	background:url(/images/facelift/top-menu/bg_topo_02.png) repeat-x top left;
}

/* *********** LOGO_TOPO_NOVA *************** */

header .logo_topo_nova {

	float:left;
	width: 150px;
	margin-top: 8px;
	margin-right: 20px; 
}


header .logo_topo_nova img, header .logo_topo_nova a{
	float:left;
	width: 150px;
}

/* ************************** */


/* *********** MIGALHAS *************** */

.breadcrumb-group h1{
	float:left;
	width: auto;
	min-width:270px;
	font-size: 14px;
	margin-top: 10px;
}

.breadcrumb-group .title-game {
	float:left;
	width:auto;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:46px;
	line-height:30px;
	letter-spacing:-1px;
	color:#5d5f52;
	text-transform:uppercase;
}

.title-game .title-game-main{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#5d5f52;
	text-transform:uppercase;
}
	
.title-game .title-game-online{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:28px;
	color:#5d5f52;
	text-transform:uppercase;
	letter-spacing:-1px;
}

.breadcrumb-breakline {
	clear: both;
}

.list-game-header {
	padding: 0;
	margin: 22px 10px 6px 10px;
}

.list-game-header li {
	float: left;
}
/*
.breadcrumb {
	margin-left: 25px;
	margin-top:10px;
}
*/
/*
.breadcrumb, 
*/
.breadcrumb {
	float:left;
	width: auto;
	margin: 0px;
}
.list-game-header {
	float:left;
	width:100%;
}
	.breadcrumb a, .breadcrumb span {
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: rgba(56, 57, 51, 0.5);
	}

		.breadcrumb a:hover, .breadcrumb a:focus,
		.breadcrumb span:hover, .breadcrumb span:focus {
			color: rgba(56, 57, 51, 0.75);
		}

		.breadcrumb a:active,
		.breadcrumb span:active {
			color: rgba(56, 57, 51, 0.9);
		}

.breadcrumb-home {
	width: 22px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.breadcrumb-home:before {
	font-family: 'icofonts';
	content: '\e001 ';
}

.breadcrumb-home-name {
	text-indent: -9999px;
	position: absolute;
}
		
.breadcrumb-item {
	display: inline;
}
.breadcrumb-item:not(:last-child):after {
	font-family: 'icofonts';
	font-size: 10px;
	color: rgba(56, 57, 51, 0.3);
	content: '\e411';
}

/* *********** FAVORITAR / AVALIACAO *************** */
.rating, .favorite-game {
    float:left;
    padding:0;
    margin: 0 0px 0 12px;
    border:none;
}
.rating:not(:checked) > input, .favorite-game:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
    float:right;
    width:20px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size: 130%;
    color:#ddd;
    margin-top: 1px;
}
.favorite-game:not(:checked) > label {
    float:right;
    width:20px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size: 123%;
	color: #FFB6B6;
	margin-top: 1px;
	    margin-left: 2px;
	padding-left: 2px;
}
.rating:not(:checked) > label:before {
	margin-right: 4px;
	font-family: 'icofonts';
    content: '\f005 ';
    
}
.favorite-game:not(:checked) > label:before {
	margin-right: 4px;
	font-family: 'icofonts';
	content: '\e307';
}

.favorite-game > input:checked ~ label {
    color: #B80000;
}
.favorite-game:not(:checked) > label:hover,
.favorite-game:not(:checked) > label:hover ~ label,
.favorite-game:not(:checked) > label:focus,
.favorite-game:not(:checked) > label:focus ~ label {
    color: #F14545;
}
.favorite-game > input:checked + label:hover,
.favorite-game > input:checked + label:hover ~ label,
.favorite-game > input:checked ~ label:hover,
.favorite-game > input:checked ~ label:hover ~ label,
.favorite-game > label:hover ~ input:checked ~ label,
.favorite-game > input:checked + label:focus,
.favorite-game > input:checked + label:focus ~ label,
.favorite-game > input:checked ~ label:focus,
.favorite-game > input:checked ~ label:focus ~ label,
.favorite-game > label:focus ~ input:checked ~ label {
    color: #CC0000;
}

.rating > input:checked ~ label {
    color: #087fb4;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label,
.rating:not(:checked) > label:focus ~ label,
.rating:not(:checked) > label:focus ~ label {
    color: #69c5ee;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:focus ~ input:checked ~ label 
.rating > input:checked + label:focus,
.rating > input:checked + label:focus ~ label,
.rating > input:checked ~ label:focus,
.rating > input:checked ~ label:focus ~ label,
.rating > label:focus ~ input:checked ~ label {
    color: #10A8EB;
}

.grupo_favoritar_breadcrumb {
	position: relative;
	float: left;
	clear: both;
	top: -24px;
	left: 100px;
	width: 770px;
}

.bot_call2action_topo {
	float:left;
	margin-top:10px;
}

.anchor-span[id] {
	float: left;
	margin-top: -120px;
	visibility: hidden;
}

.float-right {
	float: right !important;
}

.clear-both {
	clear: both;
}

.mjbtn {
	float:left;
	width:auto;
	font-size:20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#fff;
	background-color:#0698d8;
	border:1px solid #0583ba;
	border-radius: 2px;
	padding: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

	.mjbtn:hover, .mjbtn:focus {
		background-color:#24ade9;
		border:1px solid #1b91c5;
		color:#fff;
		text-decoration: none;
	}
	
	.mjbtn:active {
		background-color:#0889c2;
		border:1px solid #0671a0;
		color:#fff;
	}
	
.mjbtn-sm {
	font-size: 12px;
	padding: 10px;
}

.mjbtn-lg {
	font-size: 26px;
	padding: 16px;
}

.mjbtn-trynow {
	padding: 12px 14px 16px 18px;
}

.mjbtn-trynow:after{
	font-size: 26px;
}

.mjbtn-trynow-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 640px) {
	.mjbtn-trynow { 
		padding: 25px 28px 25px 28px;
		font-size: 28px;
	}
}

.mjbtn-social {
	margin-left: 1px;
	width: 120px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #5C5C5C;
	background-color: #383933;
	text-align: center;
}

.mjbtn-social:hover, .mjbtn-social:focus {
	background-color: #0698d8;
	border: 1px solid #087bad;
}

.mjbtn-social:active {
	background: #0889c2;
	border: 1px solid #076c99;
}

.mjbtn-social:after {
	margin-left: 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.mjbtn-social-icon {
	margin-left: 5px;
	font-size: 24px;
	vertical-align: middle;
}

.trynow-style {
	background: #D3F3FF;
	border: 1px solid #84BFD6;
	border-radius: 3px;
}

.button-trynow {
	display: none;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 100%;
}
	
.button-trynow-fixed {
	position: fixed;
	margin: 0;
	bottom: 0;
}

.button-trynow h3 {
	float:left;
	margin: 12px 20px 12px 25px;
	line-height: 32px;
	font-size: 20px;
	font-weight:normal;
	text-transform:uppercase;
	color: #616F6F;						
}

.button-trynow h4 {
	float: right;
	margin-right: 20px;
	line-height: 56px;
	font-size: 14px;
	color: #0671a0;
}

.playnow-center {
	margin: auto;
	overflow: auto;	
	width: 880px;
	padding-left: 5px;
}

.mjbtn-trynow-margintop {
	margin-top: 14px;
}

.right-arrow:after {
	content: '\203A';
	margin-left: 10px;
}

.bot_jogueAgora_topo {
	float:left;
	margin-left:20px;
}

	.bot_jogueAgora_topo a{
		float:left;
		width:auto;
		font-size:26px;
		color:#fff;
		background:url(/images/facelift/top-menu/seta_jogarAgora_topo.png) no-repeat 155px 21px #0698d8;
		border:1px solid #0583ba;
		border-radius: 2px;
		padding-bottom:16px;
		padding-left:18px;
		padding-right:33px;
		padding-top:16px;
	}

		.bot_jogueAgora_topo a:hover{
			background:url(/images/facelift/top-menu/seta_jogarAgora_topo.png) no-repeat 155px 21px #0889c2;
			border:1px solid #0671a0;
		}

		.bot_jogueAgora_topo a:active{
			background:url(/images/facelift/top-menu/seta_jogarAgora_topo.png) no-repeat 155px 21px #24ade9;
			border:1px solid #1b91c5;
		}



.bot_jogueAgora_conteudo {
	float:left;
	width:auto;
	margin-top:20px;
}

	.bot_jogueAgora_conteudo a{
		float:left;
		width:auto;
		font-size:20px;
		color:#fff;
		background:url(/images/facelift/top-menu/seta_jogarAgora_conteudo.png) no-repeat 120px 16px #0698d8;
		border:1px solid #0583ba;
		border-radius: 2px;
		padding-bottom:10px;
		padding-left:14px;
		padding-right:25px;
		padding-top:10px;
	}

		.bot_jogueAgora_conteudo a:hover{
			background:url(/images/facelift/top-menu/seta_jogarAgora_conteudo.png) no-repeat 120px 16px #0889c2;
			border:1px solid #0671a0;
		}

		.bot_jogueAgora_conteudo a:active{
			background:url(/images/facelift/top-menu/seta_jogarAgora_conteudo.png) no-repeat 120px 16px #24ade9;
			border:1px solid #1b91c5;
		}

/* ************************** */


/* *********** MENU_TOPO_GERAL *************** */
header a, header a:hover, header a:active,
header button, header button:hover, header button:active {
	text-decoration: none;
}

header ul {
	margin: 0px;
	padding: 0px;
}

header .menu_topo_geral {
/*
	width:900px;
*/
	width: 1260px;
	position:absolute;
	top:0px;
	display:block;
	padding:0;
	margin: 0 auto;

}
	.menu_topo_geral .menu_topo_text {
		float: left;
		width: 80%;
	}
	
	.menu_topo_geral .menu_topo_text ul {
/*		width: 800px;*/
	}
	

	.menu_topo_geral .bot_geral_topo {
		width: 12%;
		display: inline;
	    border-radius: 4px;
	}

	header .bot_geral_topo a{
		color: #ffffff;
		font-size: 15px;
		text-transform:uppercase;
		font-family: 'open sans';
		font-weight: 300;
	    padding: 13px 16px;
    	margin: 0px 1px;
    	border-radius:0px !important;
	}

		header .bot_geral_topo a:hover {
			outline: none;
			background:#ffffff;
			color: #555555;
		    border-radius: 4px !important;
		}
		
		

		header .bot_geral_topo a:active, header .bot_geral_topo a:focus, header .selected-menu-item a {
			background:#ffffff;
			color:#00bdd6;
		    border-radius: 4px !important;
		}
		
		.position_fixed_vip .bot_geral_topo a:active, .position_fixed_vip .bot_geral_topo a:focus, .position_fixed_vip .selected-menu-item a {
			background:#ffffff;
			color:#4d4d4d;
		    border-radius: 4px !important;
		}
		
/* 		header .bot_geral_topo a:focus{ */
/* 			outline: #40717c auto 3px; */
/* 			background:#3398b3; */
/* 			border:1px solid #308da6; */
/* 		} */

	header .bot_login_topo {
		float:left;
	}

		header .bot_login_topo a{
			float:left;
			background:url(/images/facelift/top-menu/seta_login_novo_01.png) no-repeat  87px #33342b;
			color:#dceaf0;
			font-size:16px;
			text-transform:uppercase;
			padding-bottom:10px;
			padding-left:36px;
			padding-right:53px;
			padding-top:12px;
		}


			header .bot_login_topo a:hover{
				background:url(/images/facelift/top-menu/seta_login_novo_01.png) no-repeat 87px #383933;
			}


/* MENU GERAL */
.menu-number-notify {
    float: right;
    width: 14px;
    height: 17px;
    line-height: 17px;
    padding: 0 1px 0 2px;
    margin-right: -4px;
    margin-top: -4px;

    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    background-color: red;
    border-radius: 50%;
}

header .menu_topo_geral ul li.has-sub:hover ul{
	float:left;
	width:330px;
	background:#383933;
	position:absolute;
/*	box-shadow:0px 2px 14px 0px #000; */
	top:50px;
	padding:15px;
	margin-left:-226px;
	z-index:1;
} 

	header .menu_topo_geral ul li.has-sub:hover ul li{
		float:left;
		width:300px;
		background:#44453d;
		position:relative;
		padding:15px;
	}
	
header .menu_topo_geral ul li.has-sub:hover ul{
	display:block;
} 


/* SUB DROP */
header .menu_topo_geral ul li ul{
	display:none;
	width:auto;
	position:absolute;
	top:38px;
	z-index:999;
} 

header .menu_topo_geral ul li ul{
	box-shadow:0px 4px 4px 0px #000;
	-webkit-box-shadow:0px 3px 4px 0px #000; /* Safari */
	padding:0;
	margin-top:-10px;
} 






header .menu_topo_geral ul li ul label{
	float:left;
	width:200px;
	font-size:14px;
	color:#d1d4c3;
	text-transform:uppercase;
	margin-bottom:5px;
} 

header .menu_topo_geral ul li ul .caixasLogin{
	float:left;
	width:290px;
	font-size:14px;
	border:none;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	margin-bottom:10px;
	outline:none;
} 


header .menu_topo_geral ul li ul li .bot_enviarLogin{
	float:left;
	margin-top:5px;
}


		header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_enviarLogin a{
			float:left;
			background:url(/images/facelift/top-menu/seta_bot_login.png) no-repeat right center #0698d8;
			font-size:14px;
			color:#fff;
			text-align:center;
			text-transform:none;
			border:1px solid #0583ba;
			border-radius:2px;
			padding-bottom:3px;
			padding-left:10px;
			padding-right:20px;
			padding-top:3px;
		}

			header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_enviarLogin a:hover{
				background:url(/images/facelift/top-menu/seta_bot_login.png) no-repeat right center #0889c2;
				border:1px solid #0671a0;
				border-radius:2px;
			}

				header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_enviarLogin a:active{
					background:url(/images/facelift/top-menu/seta_bot_login.png) no-repeat right center #24ade9;
					border:1px solid #1b91c5;
					border-radius:2px;
				}





header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_esqueciSenha{
	float:right;
	margin-top:10px;
}

	header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_esqueciSenha a{
		float:left;
		background:none;
		font-size:14px;
		color:#0698d8;
		text-transform:none;
		border:none;
		border-radius:0;
		padding:0;
		margin:0;
	}

		header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_esqueciSenha a:hover{
			color:#0889c2;
		}

			header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_esqueciSenha a:active{
				color:#24ade9;
				text-decoration:underline;
			}

header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_loginFace{
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}

	header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_loginFace a{
		float:left;
		background:url(/images/facelift/top-menu/icon_facebook_login.png) no-repeat 15px center #4166a5;
		font-size:12px;
		color:#fff;
		text-transform:uppercase;
		border:1px solid #4166a5;
		border-radius:2px;
		padding-bottom:3px;
		padding-left:50px;
		padding-right:35px;
		padding-top:3px;
	}


/*
		header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_loginFace a:hover{
			float:left;
		}

			header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bot_loginFace a:active{
				float:left;
			}
*/

header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bor_cadastroLogin{
	float:left;
}

	header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bor_cadastroLogin a{
		float:left;
		width:210px;
		background:#0698d8;
		font-size:12px;
		color:#fff;
		text-align:center;
		text-transform:uppercase;
		border:1px solid #0583ba;
		border-radius:2px;
		padding-bottom:3px;
		padding-top:3px;
		margin:0;
	}

		header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bor_cadastroLogin a:hover{
			background:#0889c2;
			border:1px solid #0671a0;
			border-radius:2px;
		} 

			header .menu_topo_geral ul .bot_login_topo.has-sub:hover ul li .bor_cadastroLogin a:active{
				background:#24ade9;
				border:1px solid #1b91c5;
				border-radius:2px;
			}



header .menu_topo_geral ul li.has-sub:hover ul li ul{
	float:left;
	width:300px;
	background:none;
	position:relative;
	box-shadow:none;
	top:auto;
	padding:0;
	margin:0;
} 

header .menu_topo_geral ul li.has-sub:hover ul li ul li{
	clear:both;
	float:left;
	width:auto;
	background:none;
	position:relative;
	box-shadow:none;
	padding:0;
	margin:0;
} 

.megarank-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.area_logado_topo {
	float:right;
	width:157px;
	max-width:250px;
	background:#383933;
	padding: 5px 5px 6px 6px;
	box-sizing: content-box;
}

.position_fixed_vip .area_logado_topo {
    background: #4d4d4d;
    padding: 6px 5px 0 6px;
    width: 166px;
    height: 42px;
    box-sizing: content-box;
}

	.avatar_usuarioLogado {
		float:left;
	}

	.area_logado_topo .bot_nickName {
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		float: right;
		box-sizing: content-box;
		max-width: 132px;
		max-height: 40px;
		height: 37px;
		overflow: hidden;
		text-align: center;
	}
	
	.area_logado_topo .bot_nickName.bot_vipuser {
    	box-sizing: content-box;
		float: none;
    	max-width: 166px;
    	max-height: 61px;
    	height: 39px;
	}

	.area_logado_topo .bot_nickName a {
		float:left;
		width:127px;
		font-size:14px;
		color:#dddfd5;
		font-family: 'signikaregular';
		text-transform: lowercase;
		border:none;
		border-radius:0;
		padding-bottom: 4px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 6px;
		margin-top:0px;
		line-height: 25px;
		height: 29px;
		box-sizing: content-box;
	}
	
	.area_logado_topo .bot_nickName.bot_vipuser a {
		line-height: 24px;
    	padding-top: 6px;
    	height: 25px;
	    box-sizing: content-box;
	}
	
	.area_logado_topo .bot_nickName a:hover, .area_logado_topo .bot_nickName a:focus {
		background-color: #454640;
	}
	
	.position_fixed_logado .circular--portrait--topmenu {
	    position: absolute;
	    width: 26px;
	    height: 26px;
	    overflow: hidden;
	    border-radius: 50%;
	    margin-top: 4px;
	    margin-left: 5px;
	    border: 2px solid #eff1e8;
	}
	
	.position_fixed_logado.position_fixed_vip .circular--portrait--topmenu { 
		border: 2px solid #ffbb08;
	    box-sizing: content-box;
	}
	
	.position_fixed_logado.position_fixed_vip .circular--portrait--topmenu:before {
		content: '';
	    display: inline-block;
	    background: url(/images/vip_icon_coroa.png) no-repeat;
	    margin-left: 7px;
	    position: fixed;
	    z-index: 999999;
	    width: 20px;
	    height: 20px;
	    float: left;
	    top: 2px;
	}
	
	.position_fixed_logado .circular--portrait--topmenu img {
	    width: 100%;
	    height: auto;
	    margin-top: -10%;
	    box-sizing: content-box;
	}
	
	
.area_deslogado_topo {
    float: right;
   	width: 143px;
    max-width: 250px;
    background: #1b86a5;
    padding: 7px 7px 4px;
    margin-top: 2px;
    max-height: 34px;
    border-radius: 12px;
    height: 34px;
}
	
	.area_deslogado_topo .login_button a{
		float:left;
		width:143px;
		font-family: 'signikaregular';
		text-align: center;
		font-size:18px;
		color:#ffffff;
		border:none;
		border-radius:0;
		padding: 3px 0px 4px;
		margin-top:0px;
		line-height: 28px;
		height: 29px;
	}
	
		.area_deslogado_topo .login_button a:hover, .area_deslogado_topo .login_button a:focus {
		    background-color: #383833;
		    padding: 10px 7px 6px 7px;
		    margin: -7px 0 0 -7px;
		    border-radius: 12px;
		}
	
	i.mjicon-arrow {
		display: inline-block;
		box-sizing: content-box;
		float: right;
		width: 14px;
		height: 14px;
		margin-top: 4px;
		margin-right: 0px;
		line-height: 14px;
		vertical-align: top;
		background: url(/images/facelift/top-menu/seta_login_novo_01.png) no-repeat 2px;
		padding: 2px 3px 0px;
	}
	
	.bot_vipuser i.mjicon-arrow {
	    margin-top: 4px;
	    box-sizing: content-box;
	}
		i.mjicon-arrow:hover {
			cursor: pointer;
		}
	
	i.mjicon-arrow-down {
		background: url(/images/facelift/top-menu/seta_login_novo_01.png) no-repeat 2px;
	}
	i.mjicon-arrow-up {
		background: url(/images/facelift/top-menu/seta_login_novo_01up.png) no-repeat 2px;
	}

	i.icon-email {
		float: left;
		width: 18px;
		height: 18px;
/*
		line-height: 14px;
*/
		margin-right: 5px;
	}
	
	.icon-checked {
		background: url(/images/facelift/top-menu/checked-email.ico) no-repeat  2px;	
	}
	
	.icon-unchecked {
		background: url(/images/facelift/top-menu/unchecked-email.ico) no-repeat  2px #383933;
	}
	
	.end-line {
		margin-bottom: 20px;
	}
	
	.fly-menu-ul .email-contact {
		width: auto;
/*
		width: 212px;
*/
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.area_logado_topo .bot_nickName span:hover{
			color:#fff;
			text-decoration:none;
			cursor: pointer;
		}
		
		.area_logado_topo .bot_nickName:hover span {
			color:#fff;
			cursor: pointer;
		}

div.fly-menu-small {
	width: 292px;	
}

div.fly-menu-big {
	width: 410px;	
}

div.fly-menu-div {
	height: auto;
	position: absolute;
	top: 46px;
	right: 0px;
	background: #383933;
	display: none;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.20);
    /*x-shadow: 0 4px 12px 2px rgba(0,0,0,.50);*/
	z-index: 9999;
	padding: 20px;
   	border-radius: 12px;
}

.position_fixed_vip div.fly-menu-div {
    background: #4d4d4d;
}

div.fly-menu-div a:hover {
	/*font-family: 'signikaregular';*/
}

div.fly-menu-avatar {
	float: left;
	width: 100%;
	line-height: 16px;
	color: #e0e4cf;
	text-align: center;
	margin-bottom: 20px;
}

div.fly-menu-options {
	width: 320px;
	display: inline-block;
}


div.edit-avatar-table {
/*
	display: none;
	position: absolute;
*/
	margin-top: -30px;
	background-color: #0889c2;
	opacity: 0.95;
}

div.edit-avatar-table:active {
	background:#24ade9;
}

div.edit-avatar-cell {
	display: table-cell;
	height: 30px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: #EEE;
	line-height: 12px;
}

div.edit-avatar-cell a, div.edit-avatar-cell a:hover {
	text-align: center;
	font-weight: bold;
	line-height: 12px;
	color: #EEE;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
}
/*
div.edit-avatar-cell:hover, div#edit-avatar-div:hover {
	float: left;
	width: 100px;
	color: #FFF;
	cursor: pointer;
}
*/
div#edit-avatar-div, div#edit-avatar-div:hover {
	float: left;
	width: 110px;
	color: #FFF;
	cursor: pointer;
}

img.menu-user-avatar {
	width: 100px;
/*
	height: 131px;
*/
}
img.top-user-avatar {
	width: 28px;
	height: 37px;
}
div.menu-logout-table {
	margin:auto;
	margin-top: 30px;
/*
	display: table;
*/
}
/*
div.menu-logout-cell {
	display: table-cell;
}
*/
.fly-menu-avatar-right {
	float: left !important;
	width: 63% !important;
	text-align: left;
	margin: 0px 0px 0px 10px !important;
}
	.fly-menu-ul .bot_configPerfil_01 {
		float:none;
		width:auto;
		background:none;
		font-family: 'signikaregular';
		font-size:16px;
		color:#e0e4cf;
		text-transform:none;
		padding: 7px 7px 7px 0px;
		margin:0;
	}

	.fly-menu-ul .bot_configPerfil_02 a{
		float:none;
		width:auto;
		background:none;
		font-family: 'signikaregular';
		font-size:14px;
		color:#FFF;
		padding-bottom:3px;
		padding-left:12px;
		padding-right:7px;
		padding-top:3px;
		margin:0;
		text-transform: capitalize;
	}

		.fly-menu-ul .bot_configPerfil_02 a:hover, .fly-menu-ul .bot_configPerfil_02 a:focus {
			font-family: 'signikaregular';
			background:#0889c2;
			color:#fff;
		} 

		.fly-menu-ul .bot_configPerfil_02 a:active {
			font-family: 'signikaregular';
			background:#24ade9;
		}

.fly-menu-avatar .bot_configPerfil_03 a{
	float: inherit;
	width:auto;
	background:none;
	font-family: 'signikaregular';
	text-transform:uppercase;
	padding:0;
}

	.fly-menu-avatar .bot_configPerfil_03 a:hover{
		font-family: 'signikaregular';
		color:#fff;
	}

		.fly-menu-avatar .bot_configPerfil_03 a:active{
			color:#fff;
			text-decoration:underline;
		}

.fly-menu-ul .bot_configPerfil_04 {
	float:none;
	width:auto;
/*
	max-width: 250px;
*/
	background:none;
	text-overflow: ellipsis;
	font-family: 'signikaregular';
	font-size:12px;
	color: #DDDFD5;
	padding: 2px 7px 7px 0px;
	overflow: hidden;
}
/* ************************** */



/* *********** MENU_JOGOS_TOPO *************** */



#menu_jogos_topo {
	display:block;
	margin-top:80px;
}


.games-list {
	float:left;
	width:600px;
	margin-top:11px;
}

	.games-list li {
		float:left;
		list-style:inside none;
		padding:0;
		margin:0;
		display:block;
		position:relative;
	} 


.menu-game-category {
	float:left;
	color:#056b98;
	font-size:16px;
	outline:none;
	display:block;
	position:relative;
	border: none;
	border-radius:2px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.10);
	text-decoration:none;
	padding: 6px 25px 6px 10px;
	margin-right:15px;
	background-color: #EEEEEE;
}
			
@media only screen
and (min-device-width : 320px)
and (max-device-width : 640px) {
	.menu-game-category { 
		font-size: 18px;
	}
}
			
			.arrow-down-list {
				background-image:url(/images/facelift/top-menu/seta_menu_jogos.png);
				background-repeat: no-repeat;
				background-position: right center;		
			}
			
				.menu-game-category:hover {
					background-image:url(/images/facelift/top-menu/seta_menu_jogo_02.png);
					background-color:#0698d8;
					color:#f5f6f6;
					text-decoration: none;
					border: none;
					border-radius: 2px;
					
				}
		
					.menu-game-category-selected, .menu-game-category-selected:hover,
					.menu-game-category:active, 
					.menu-game-category:focus {
						background-image: url(/images/facelift/top-menu/seta_menu_jogosHover.png);
						background-color: #0889c2;
						border: none;
						color: #f5f6f6;
						-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
						   -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
								box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
					}



/* 	#menu_jogos_topo .baseDropdown { */
/* 		width:  */
/* 	} */

	#menu_jogos_topo .baseDropdown_02{
		float:left;
		width:auto;
		z-index:999;
		padding:4px;
		margin-top:28px;
	} 

		#menu_jogos_topo .mioloBaseDropdown_02{
			position:absolute;
			display:none;			
			float:left;
			width:auto;
			background:#e4f2f9;
			border: 2px solid #0889c2;
			border-radius:3px;
					box-shadow:0 2px 4px 0 rgba(0,0,0,.20);
			-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.20); /* Safari */
			border-radius: 3px;
			border-top-left-radius: 0;
			top: 30px;
			z-index: 70;
		} 
	
header .list-category-games {
	float:left;
	padding: 4px 0;
	width:220px;
	position:relative;
} 
	header .list-category-games li {
		float:left;
		display:block;
		width:220px;
		list-style:inside none;
		padding:0;
		margin:0;
		position:relative;
	}
	
	header .list-category-games li:hover, header .list-category-games li:focus {
		background-color: aliceblue;
	}
	
	header .list-category-games a {
		float: left;
		outline:none;
		display:block;
		background:none;
		font-size:14px;
		color:#098AC4;
		text-decoration:none;
		border:none;
		border-radius:0;
		position:relative;
		box-shadow:none;
		margin:0;
		padding: 8px 15px 8px 15px;
		width: 92%;
	} 
														
		header .list-category-games a:hover, header .list-category-games a:focus{
			background:none;
			border:none;
			color:#056b98;
			text-decoration:none;
		} 

		header .list-category-games a:active{
			color:#01b2ff;
			text-decoration:underline;
			background:none;
			border:none;
		} 
		
header .list-category-games-bigger {
	width: 440px;
}

/* ************************** */



/* *********** FOOTER *************** */

footer .grupo_menu {  width: 100%; margin-left: 0px; }
footer .bloco_menu_footerLeft {  display: none;}
footer .tag_center {width: 100%;}

.bg_footer {
	background:#212121;
	margin-top: 30px;
	padding: 30px 0;
	/*height: 170px;*/
}

	footer section .footer-brand {
		float:left;
		width:260px;
		margin-bottom:20px;
		margin-left: 15px;
	}

		footer h1 a{
			float:left;
			width:178px;
			height:40px;
		}


	/* footer .grupo_menu {
		float:left;
		width: 1260px;
		margin-left: 20px;
	}

		footer .bloco_menu_footerLeft {
			float:left;
			width: 900px;
		} */

		footer .bloco_menu_footerRight {
			float:right;
			width:180px;
		}

		footer .bloco_menu {
			float:left;
			width:250px;
			padding-left:0px;
			margin-left:0px;
			margin-right:15px;
		}

		footer .bloco_menu_02 {
			float:left;
			width:260px;
			border-left: 1px solid #2c2d26;
			padding-left:30px;
		}

			footer .grupo_menu .bots_principais_footer {
				float:left;
				width: 100%;
				/*font-family:Tahoma, Geneva, sans-serif;*/
				font-size:18px;
				color:#c4c6bd;
				letter-spacing:-1px;
				text-transform:uppercase;
			}

				footer .grupo_menu .bots_principais_footer a{
					float:left;
					font-family:Tahoma, Geneva, sans-serif;
					font-size:18px;
					color:#c4c6bd;
					letter-spacing:-1px;
					text-transform:uppercase;
				}
	
	
					footer .grupo_menu .bots_principais_footer a:hover{
						color:#d5dbbd;
					}
	
						footer .grupo_menu .bots_principais_footer a:active{
							color:#f0f5dd;
						}

			footer .grupo_menu .bots_principais_footer_02 {
				float:left;
				width:250px;
			}

				footer .grupo_menu .bots_principais_footer_02 a{
					float:left;
					color:#00BDD6;
					letter-spacing:-1px;
					text-transform:uppercase;
				}
	
	
					footer .grupo_menu .bots_principais_footer_02 a:hover{
						color:#d5dbbd;
					}
	
						footer .grupo_menu .bots_principais_footer_02 a:active{
							color:#f0f5dd;
						}
	

	
			footer .grupo_menu .bot_sub_footer a{
				float:left;
				font-family: 'Open Sans', Helvetica, Arial, sans-serif;
				font-weight:300;
				font-size:15px;
				color:#787a6e;
				text-transform:uppercase;
				margin-bottom:2px;
			}

				footer .grupo_menu .bot_sub_footer a:hover{
					color:#a0a392;
				}

					footer .grupo_menu .bot_sub_footer a:active{
						color:#c9ccbb;
					}


			footer .bot_footer_01 {
				float:left;
				width:180px;
				padding-bottom:1px;
				padding-top:1px;
				margin-top: 4px;
				margin-bottom: 4px;
				margin-left: 4px;
			}

				footer .bot_footer_01 a{
				    float: left;
				    font-weight: 300;
				    color: #c1c2b7;
				    line-height: 2px;
				}

					footer .bot_footer_01 a:hover{
						color:#ddded5;
					}

						footer .bot_footer_01 a:active{
							color:#f9faef;
							text-decoration:underline;
						}


				footer .titulo_cadeado {
					float:left;
					width:200px;
					margin-top: 0;
					background:url(/images/facelift/footer/cadeado_azul.png) no-repeat center left;
					font-size:20px;
					color:#1c6893;
					text-transform:uppercase;
					padding-left:25px;
					padding-top:2px;
				    padding-bottom: 0;
					margin-bottom:10px;
				}

				footer img {
					margin: 0px;
					padding: 0px;
				}

					footer .icon_windows_footer {
						float:left;
						width:33px;
						height:34px;
						margin-right:10px;
					}

					footer .icon_apple_footer {
						float:left;
						width:33px;
						height:34px;
						margin-right:10px;
					}

					footer .icon_android_footer {
						float:left;
						width:33px;
						height:34px;
						margin-right:10px;
					}

					footer .icon_linux_footer {
						float:left;
						width:33px;
						height:34px;
					}

					footer .icon_facebook_footer {
						float:left;
						width:31px;
						margin-right:8px;
					}

						footer .icon_facebook_footer a{
							float:left;
							width:31px;
							height:31px;
						}

					footer .icon_twitter_footer {
						float:left;
						width:31px;
						margin-right:8px;
					}

						footer .icon_twitter_footer a{
							float:left;
							width:31px;
							height:31px;
						}

					footer .icon_instagram_footer {
						float:left;
						width:31px;
					}

						footer .icon_instagram_footer a{
							float:left;
							width:31px;
							height:31px;
						}


					footer .icon_youtube_footer {
						float:left;
						width:31px;
						margin-right:8px;
					}

						footer .icon_youtube_footer a{
							float:left;
							width:31px;
							height:31px;
						}

					footer .icon_google_footer {
						float:left;
						width:31px;
						margin-right:8px;
					}

						footer .icon_google_footer a{
							float:left;
							width:31px;
							height:31px;
						}


			footer .copy_footer {
				float:left;
				width:200px;
				margin-top:20px;
				font-family: 'Open Sans', Helvetica, Arial, sans-serif;
				font-weight:300;
				font-size:13px;
				line-height: 16px;
				color:#787a6e;
			}
				footer .copy_footer a{
					float:left;
					width:200px;
					font-family: 'Open Sans', Helvetica, Arial, sans-serif;
					font-weight:300;
					font-size:13px;
					color:#787a6e;
				}
				footer .copy_bot_sub{
					float:left;
					line-height: 16px;
					width: 360px;
					margin:20px 0;
					font-family: 'Open Sans', Helvetica, Arial, sans-serif;
					font-weight:300;
					font-size:14px;
				}
				footer .united_footer {
					color: #c1c2b7;
					width: 450px;
					line-height: 20px;
				}
				footer .copy_footer_category {
					display: inherit;
					margin: 0px;
					padding: 0px;
					margin-bottom:2px;
					outline: none;
					float: left;
					/*font-family:Tahoma, Geneva, sans-serif;*/
					font-size: 14px;
					font-weight: normal;
					text-decoration: none;
					text-transform:uppercase;
					color:#787a6e;
			}


					footer .copy_footer a:hover{
						color:#a0a392;
					}

						footer .copy_footer a:active{
							color:#c9ccbb;
						}



				footer .copy_footer span{
					text-transform:uppercase;
				}

	li.margin-sitemap {
		margin-top: 4px;
	}
	
div.ac_login_incorrect_password2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #ff5353;
    margin: 8px 14px 10px 10px;
    cursor: default;
    text-shadow: none;
    font-weight: bold;
}

div.ac_login_facebook a {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 2px #000;
	font-size: 12px;
	color: #fff;
	margin: 6px 0 0 40px;
	float: left;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
}

div.ac_login_esqueciasenha a:active, div.ac_login_cadastrese a:active, 
div.ac_login_esqueciasenha a:active, div.edit-avatar-cell a:active {
	font-family: 'signikaregular';
}

#powerTip p {
	font-family: 'signikaregular';
	color: #e0e4cf;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}
#powerTip a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}
#powerTip a:hover {
	background:#0889c2;
	color:#fff;		
}

#login_top_button {
	float: left;
	margin-top: 14px;
}
.menu_topo_geral div.bot_enviarLogin{
	line-height: 22px;
}

		.menu_topo_geral div.bot_enviarLogin a{
			font-family: 'signikaregular';
			font-weight: normal;
			float:left;
			font-size: 16px;
			color:#fff;
			text-align:center;
			border: 0px;
		}

			.menu_topo_geral div.bot_enviarLogin a:hover{
				text-decoration: none;
				color: #fff;
			}

				.menu_topo_geral div.bot_enviarLogin a:active{
					text-decoration: none;
					color: #fff;
				}

/* ************************** */


.ra1000-img {
	width: 162px;
    text-align: left;
    padding: 40px 0 0;
}
