/*
 * AUTHOR: Felipe Medeiros
 * AUTHOR: Felipe Medeiros
 * URL: www.pkmbattle.com
 * URL: www.pkmbattle.com
 * VERSION: 0.01 BETA
 * DATE: 27 JAN 2015
 * TIME: 03:35 GMT-3
 * INFO: MAIN STYLE @import "fonts.css";
 */ 

 @import "fonts.css";

* {
	margin-top: 0;
	outline: 0;
}

::-webkit-scrollbar { width: 12px;}
::-webkit-scrollbar-track { background: rgba(0, 0, 0, .1);}
::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid rgba(0, 0, 0, .2);
	/*border-radius: 2px;*/
}
::-webkit-scrollbar-thumb:hover { background-color: rgba(255, 255, 255, 1);}

body {
    font: 12px Arial,Helvetica,sans-serif;
    background: url(../images/layout/headerteste.png) 0px -85px no-repeat, url(../images/layout/fundo6.png) repeat-x top left #fff;
    background-color: black;
    color: #101010;
    margin: 0 auto;
    overflow-y: scroll;
} 

a:link,a:visited {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

a:active,a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	border: 1px solid #555;
	margin: 2px 0;
}

table {
	border-spacing: 1px;
}

label {
	cursor: pointer;
}

sup {
	vertical-align: 2px!important;
	font-size: xx-small!important;
}

sub {
	vertical-align: -1px!important;
	font-size: xx-small!important;
}

input[type=email],input[type=password],input[type=text],select,textarea {
	color: #000;
	margin: 1px;
	cursor: auto;
	padding: 5px 2.5px;
	border-radius: 3px;
	border: 1px solid #2FB2EF;
	background: #FFF;
	opacity: .7;
}

input:active,input:hover,select:active,select:hover,textarea:active,textarea:hover {
	opacity: 1;
}

textarea {
	resize: none;
}

#button,.button {
	display: inline-block;
    text-align: center;
    background: #FFF;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 5px 0;
    padding: 5px 2.5px;
    border: 1px solid #2F83EF;
    border-left: 4px solid #2F83EF;
    opacity: .7;
	font-size: 10px;
}


#button:hover,.button:hover {
	cursor: pointer;
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
}

#wrapper {
	height: auto!important;
	position: relative;
}

#container {
	width: 1000px;
    height: auto!important;
    margin: 0 auto;
    min-height: 100%;
}

#container #menu {
    background: rgba(0,0,0,0.8);
    width: 100%;
    padding: 13px 0px;
    position: fixed;
    z-index: 99;
    left: 0px;
    margin-top: 0px;
}

#container #menu a {
	font-size: 12px;
	text-decoration: none;
	margin-right: 20px;
	font-weight: 700;
	float: center;
}

#container #menu a:hover {
	text-decoration: underline;
}

#container #header{
	background: url(../images/layout/header2.png) 0 0/100% 100% no-repeat;
	width: 960px;
	height: 407px;
	margin: 0 auto;
}

#header #logo1 {
	background: url(../images/layout/1.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo2 {
	background: url(../images/layout/2.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo3 {
	background: url(../images/layout/3.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo4 {
	background: url(../images/layout/4.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo5 {
	background: url(../images/layout/5.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo6 {
	background: url(../images/layout/6.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo7 {
	background: url(../images/layout/7.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo8 {
	background: url(../images/layout/8.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo9 {
	background: url(../images/layout/9.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo10 {
	background: url(../images/layout/10.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo11 {
	background: url(../images/layout/11.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 64px 0 0 384px;
	position: absolute;
}

#header #logo12 {
	background: url(../images/layout/12.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo13 {
	background: url(../images/layout/13.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo14 {
	background: url(../images/layout/14.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo15 {
	background: url(../images/layout/15.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo13 {
	background: url(../images/layout/13.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo16 {
	background: url(../images/layout/16.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo17 {
	background: url(../images/layout/17.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo18 {
	background: url(../images/layout/18.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo19 {
	background: url(../images/layout/19.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo20 {
	background: url(../images/layout/20.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo21 {
	background: url(../images/layout/21.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo22 {
	background: url(../images/layout/22.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo23 {
	background: url(../images/layout/23.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo24 {
	background: url(../images/layout/24.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo25 {
	background: url(../images/layout/25.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo26 {
	background: url(../images/layout/26.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo27 {
	background: url(../images/layout/27.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo28 {
	background: url(../images/layout/28.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo29 {
	background: url(../images/layout/29.png) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo30 {
    background: url(https://www.pokemonstory.com.br/TheAtt/images/layout/bglugia1.png) 0px 0px no-repeat;
    width: 484px;
    height: 523px;
    float: right;
    margin: 3px 0px 0px 652px;
    position: absolute;
    opacity: 1;
    background-size: 468px;
	z-index: -1;
}

#header #logo30:hover {
    background: url(https://www.pokemonstory.com.br/TheAtt/images/layout/bglugia1.png) 0px 0px no-repeat;
    width: 484px;
    height: 523px;
    float: right;
    margin: 3px 0px 0px 652px;
    position: absolute;
    opacity: 1;
    background-size: 468px;

}

#header #logo31 {
    background: url(../images/layout/novalogo15.png) no-repeat;
    width: 472px;
    height: 315px;
    float: right;
    margin: 154px 0 0 253px;
    background-size: 457px;
    position: absolute;
   /* opacity: 0.4; */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;

}

#header #logo31:hover {
background: url(../images/layout/novalogo15.png) no-repeat;
    width: 472px;
    height: 315px;
    float: right;
    margin: 154px 0 0 253px;
    background-size: 457px;
    position: absolute;
    zoom: 1;
  filter: alpha(opacity=50);
  opacity: 1;

}

#header #boxmsg {
    background: rgba(0, 0, 0, 0.54);
    width: 527px;
    height: 29px;
    margin: 198px 0px 0px 210px;
    position: absolute;
    top: 215px;
    border-radius: 10px 10px 10px 10px;
    border: 0px solid #696969;
}
#header #text {
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin: 10px 0px 0 0px;
}

#content {
    width: 990px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 0px 5px 5px 5px;
    margin: 0 auto;
}

#content .output {
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;

}

#content .left {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 10px;
}

#content .left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.left #login {
	background: #fff;
	width: 192px;
	padding: 2px;
	border: 1px solid #58abfe;
	border-left: 2px solid #58abfe;
	border-right: 2px solid #58abfe;
	border-radius: 5px;
	margin-top: 5px;
	box-shadow: inset 11px 0 8px -10px rgba(0,0,0,.25),inset -11px 0 8px -10px rgba(0,0,0,.25),inset 0 11px 8px -10px rgba(0,0,0,.25),inset 0 -11px 8px -10px rgba(0,0,0,.25);
}

#login ul.links li {
	cursor: pointer;
	color: #555;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

#login ul.links li:hover {
	text-decoration: underline;
}

#login ul.links li span {
	color: #CE3233;
}


.left #menu-left {
	width: 202px;
}

.left #menu-left1 {
	width: 218px;
    margin-left: -6px;
}

.left #pub200x232 {
	width: 200px;
	height: 232px;
	background: url(../images/layout/200x232.png) no-repeat;
}

#menu-left h2 {
	background: url(../images/layout/h2.png) top left no-repeat;
	height: 29px;
	font: 16px lithos_pro_regularregular;
	letter-spacing: 0;
	color: #2fb2ef;
	padding: 6px 0 0 45px;
	margin-bottom: 0;
	margin-top: 5px;
}

#menu-left ul {
	padding: 0;
	width: 200px;
	margin: 0;
}

#menu-left ul li {
	color: #999;
	padding: 3px;
	font-weight: 700;
	border-left: 3px solid #EBEBEB;
}

#menu-left ul li:hover {
	cursor: pointer;
	color: #555;
	border-left: 3px solid #1597DB;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

#menu-left ul li:last-child {
	border-bottom: none;
}

#menu-left ul li span {
	color: #2FB2EF;
}

#menu-left ul li:hover span {
	font-weight: 700;
}

#menu-left ul li ul {
	width: 100%;
	display: none;
	margin: 0;
}

#menu-left ul li ul:last-child {
	border-bottom: none;
	border-radius: none;
}

#menu-left ul li ul li {
	border: none;
	padding: 2px;
	border-left: 3px solid #EBEBEB;
}

#menu-left ul li ul li:hover {
	cursor: pointer;
	border-left: 3px solid #1597DB;
}

#menu-left li span { color:#1BB29E; }
span.alert {
	background: #0ebfa4;
	float: right;
    border-radius: 3px;
    min-width: 10px;
    text-align: center;
    color: #fff!important;
    font-weight: bold;
    font-size: 11px!important;
    padding: 1px;
    border: 1px solid rgba(0, 0, 0, .5)
}
span.alert.red { background: #e10145; }
span.alert.blue { background: #017ae1; }
span.alert.green { background: #67b600; }

#content .right {
	width: 760px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0 0 5px;
}

.right #section-title {
	background-color: #FFF;
	width: 426px;
	height: 35px;
	border: 1px solid rgba(21,151,219,.7);
	border-left: 4px solid rgba(21,151,219,.7);
	border-right: 4px solid rgba(21,151,219,.7);
	border-radius: 10px;
	margin-left: 160px;
	margin-top: -28px;
	position: absolute;
	font-size: 36px;
	font-family: aldo_pc;
	color: #7f1e18;
	line-height: 39px;
	text-align: center;
	font-weight: 700;
	box-shadow: inset 11px 0 8px -10px rgba(0,0,0,.25),inset -11px 0 8px -10px rgba(0,0,0,.25),inset 0 11px 8px -10px rgba(0,0,0,.25),inset 0 -11px 8px -10px rgba(0,0,0,.25);
}

.right #pub728x90 {
	width: 742px;
	height: 92px;
	background: url(../images/layout/pub-728x90.png) no-repeat;
	padding: 8px 0 0 7px;
	margin-left: 4px;
}

.right #main-content {
	width: 762px;
	max-width: 762px;
}

#main-content div.content {
    width: 100%;
    max-width: 746px;
    border-left: 2px solid #fff;
    background: #fff;
    padding-right: 7px;
    padding-top: 1px;
    padding-left: 5px;
    padding-bottom: 7px;
    border-radius: 5px 0px 5px 5px;
    margin-left: 5px;
    border: 1px solid #282828;
    box-shadow: 0px 0px 12px 0px #00000080;
}

div#npc-section {
	border: 1px solid #d8d8d8;
	border-left: 3px solid #2FB2EF;
	border-right: 3px solid #2FB2EF;
	border-radius: 5px;
	padding: 0;
	margin: 6px 0;
	text-align: center;
	background: url(../images/layout/bg78.gif) repeat top left #fff;
}

div#npc-section div#npc-image {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-top: -25px;
	margin-right: 20px;
	vertical-align: bottom;
}

div#npc-section div#npc-content {
	display: inline-block;
	vertical-align: top;
	width: 74%;
	margin: 0 3px;
}

div#npc-section div#npc-content h3 {
	border-bottom: 2px dotted #d8d8d8;
	font-size: 18px;
	margin: 5px 0 0;
	text-transform: uppercase;
}

div#npc-section div#npc-content p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 400;
}

div.box-content {
    border-radius: 8px;
    background-repeat: repeat-x;
    margin-top: 8px;
    border: 1px solid #d8d8d8;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: rgb(216, 216, 216);
    border-left-color: rgb(216, 216, 216);
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-right-color: rgb(216, 216, 216);
    border-left-color: rgb(216, 216, 216);
    border-left: 3px solid #2FB2EF;
    border-right: 3px solid #2FB2EF;
    margin: 6px 0;
}

div.box-mid {
	border-radius: 8px;
	Background-image: url(.//images/layout/fundo2.jpg);
	background-repeat: repeat-x;
	margin-top: 8px;
	border: 1px solid #d8d8d8;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: rgb(216, 216, 216);
    border-left-color: rgb(216, 216, 216);
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: rgb(216, 216, 216);
	border-left-color: rgb(216, 216, 216);
	border-left: 3px solid #2FB2EF;
	border-right: 3px solid #2FB2EF;
	margin: 6px 0;
}

div.box-content h2 {
	border-bottom: 2px dotted #d8d8d8;
	font-family: Acens;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 18px;
	margin-top: 5px;
	padding: 0 5px;
}

table.general {
	border-spacing: 0;
}

table.general>thead>tr {
	background-color: #F5F5F5;
}

table.general>thead>tr>th {
	font-family: dosismedium,sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 2px;
}

table.general>thead>tr:first-child>th {
	font-family: dosisbold,sans-serif;
	font-size: 18px;
	padding: 0;
	font-weight: 400;
}

table.general>thead>tr>th {
	border-bottom: 1px solid #d8d8d8;
}

table.general>tbody>tr:nth-child(even) {
	background-color: #F0F0F0;
}

table.general>tbody>tr:nth-child(odd) {
	background-color: #FAFAFA;
}

table.general>tbody>tr>td {
	border-bottom: 1px solid #e2e1e1;
	padding: 3px;
	text-align: center;
}

table.general>tfoot>tr {
	background-color: #FAFAFA;
}

table.general>tfoot>tr>td {
	border-bottom: 1px dotted #d8d8d8;
	padding: 4px;
}

.no-shadow {
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0),0 0 0 transparent!important;
}

.no-padding {
	padding: 1px!important;
}

div.stats-container {
	background: url(../images/layout/progress_bar.gif) -5px 46px /100% 100% repeat;
	border-radius: 5px;
	background-size: initial;
}

div.stats-container div {
	background-color: rgba(20, 22, 26, .3);
	height: 16px;
	line-height: 16px;
	border-radius: 5px 0px 0px 5px;
}

div.stats-container div.bluepr {
	background-color: rgba(20, 22, 26, .3);
	height: 16px;
	line-height: 16px;
	border-radius: 5px 0px 0px 5px;
}

div.stats-container span {
	margin-left: 4px;
	font-weight: 700;
	font-size: 9px;
	color: #FFF;
	text-shadow: 1px 1px #555;
}

.myButton {
	background: #fbfbfb;
    width: 163px;
    font-size: 13px;
    padding: 0px 28px 0 10px;
    line-height: 25px;
    color: #434343;
    font-weight: bold;
    text-align: center;
    margin: 6px 0 0 -2px;
    display: block;
    float: left;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 4px #000;
    -moz-box-shadow: 0px 2px 4px #000;
    box-shadow: 0px 2px 4px #000;
    border-radius: 5px;
}
.myButton:hover {
	background: #e8dfdf;
    width: 165px;
    font-size: 13px;
    padding: 0px 28px 0 10px;
    line-height: 25px;
    color: #434343;
    font-weight: bold;
    text-align: center;
    margin: 6px 0 0 -3px;
    display: block;
    float: left;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 4px #000;
    -moz-box-shadow: 0px 2px 4px #000;
    box-shadow: 0px 2px 4px #000;
    border-radius: 5px;
	
}
.myButton:active {
	position:relative;
	top:1px;
}
}

#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}
/* The container */
#cssmenu > ul {
  display: block;
  position: relative;
  width: 150px;
  /* The list elements which contain the links */

}
#cssmenu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* General link styling */
#cssmenu > ul li a {
	display: block;
    position: relative;
    margin: 0;
    border-top: 1px dotted #3a3a3a;
    border-bottom: 1px solid #1b1b1b;
    padding: 11px 20px 11px 42px;
    font-family: Helvetica, Arial, sans-serif;
    color: #d8d8d8;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    font-weight: 300;
    background: #282828;
    width: 156px;
    margin-left: -10px;
}

/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#cssmenu > ul li > a:hover,
#cssmenu > ul li:hover > a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #54cdf1;
  background: -webkit-linear-gradient(#72d4f2, #54cdf1);
  background: -moz-linear-gradient(#72d4f2, #54cdf1);
  background: linear-gradient(#72d4f2, #54cdf1);
  border-color: transparent;
}
/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
  border-left: 4px solid #ffffff;
}
#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
/* THE SUBMENUS */
#cssmenu > ul ul {
  position: absolute;
  left: 218px;
  top: -9999px;
  padding-left: 5px;
  opacity: 0;
  width: 140px;
  /* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
}


.flickity-page-dots {
	bottom: 3px!important;
}
.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: transparent;
	border: 2px solid white;
}
.flickity-page-dots .dot.is-selected {
	background: url('../images/icons/pokeball.png');
	background-size: cover;
}



@keyframes zmove{
	to {
		drop-shadow: 0px 0px 35px 15px yellow;
	}
}

.shake-pokeball {
	animation: shake .5s infinite;
}

.zmove {
	animation: glow 1.5s linear infinite alternate;
}


.premiumlottery {
	color: #000;
	font-size: 13px;
	font-weight: 700;
}

.buddytext {
	color: #00a139;
}

.blocktext {
	color: #DC0000;
}

.selftext {
	color: #366BAF;
}

.clantext {
	color: #762698;
}

.clanownertext {
	color: #762698;
	font-weight: 700;
}

.imglower {
	margin-bottom: -3px;
}

.smalltext,.smalltext a {
	font-family: Arial,Verdana;
	font-size: 11px;
}

.redtext {
	font: 11px Arial,Helvetica,sans-serif;
	color: red;
}

div.green {
	color: #006400;
	border: 1px solid #006400;
	padding: 7px 5px 5px 65px;
	margin: 3px 0;
	font-weight: 700;
	background: url(../images/info/success.jpg) left center no-repeat #e3ffde;
	border-radius: 5px;
}

div.red {
	color: #b40000;
	border: 1px solid #b40000;
	padding: 7px 5px 5px 65px;
	margin: 3px 0;
	font-weight: 700;
	background: url(../images/info/error.jpg) left center no-repeat #FFDEDE;
	border-radius: 5px;
}

div.blue {
	color: rgb(0, 0, 0);
	border: 1px solid #1597db;
	padding: 7px 5px 5px 65px;
	margin: 3px 0;
	font-weight: 700;
	background: url(../images/info/info.png) left center no-repeat rgba(21, 151, 219, 0.16);
	border-radius: 5px;
}

div.quote {
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #000;
	background: #FBF9F6;
	color: #000;
}

#pokemon_star {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/lidbetaald.png);
}

#computer_star {
	float: right;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/lidbetaald.png);
}

#topteam {
	display: block;
    float: left;
    margin: 5px 5px 5px 5px;
    max-width: 136px;
    min-width: 136px;
    max-height: 126px;
    min-height: 126px;
    border: 1px solid #000;
    border-radius: 5px;
    padding-top: 7px;
    background: #f0f0f0;
}

#topteam img {
	padding-bottom: 10px;
}

.greyborder {
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.border_black,.greyborder:hover {
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.type-icon {
	background: #ccc;
	background: -webkit-linear-gradient(#ddd,#bbb) #ccc;
	background: linear-gradient(#ddd,#bbb) #ccc;
	border: 1px solid #aaa;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	display: inline-block;
	width: 54px;
	line-height: 1;
	margin: 1px 0;
	padding: 3px 0;
}

.type-icon:active,.type-icon:focus,.type-icon:hover {
	color: #fff;
	text-decoration: none;
}

.type-normal {
	background: #8a8a59;
	background-image: -webkit-linear-gradient(#a8a878,#8a8a59);
	background-image: linear-gradient(#a8a878,#8a8a59);
	border-color: #79794e;
}

.type-fire {
	background: #f08030;
	background-image: -webkit-linear-gradient(#f08030,#dd6610);
	background-image: linear-gradient(#f08030,#dd6610);
	border-color: #b4530d;
}

.type-water {
	background: #6890f0;
	background-image: -webkit-linear-gradient(#6890f0,#386ceb);
	background-image: linear-gradient(#6890f0,#386ceb);
	border-color: #1753e3;
}

.type-electric {
	background: #f8d030;
	background-image: -webkit-linear-gradient(#f8d030,#f0c108);
	background-image: linear-gradient(#f8d030,#f0c108);
	border-color: #c19b07;
}

.type-grass {
	background: #78c850;
	background-image: -webkit-linear-gradient(#78c850,#5ca935);
	background-image: linear-gradient(#78c850,#5ca935);
	border-color: #4a892b;
}

.type-ice {
	background: #98d8d8;
	background-image: -webkit-linear-gradient(#98d8d8,#69c6c6);
	background-image: linear-gradient(#98d8d8,#69c6c6);
	border-color: #45b6b6;
}

.type-fighting {
	background: #c03028;
	background-image: -webkit-linear-gradient(#c03028,#9d2721);
	background-image: linear-gradient(#c03028,#9d2721);
	border-color: #82211b;
}

.type-poison {
	background: #a040a0;
	background-image: -webkit-linear-gradient(#a040a0,#803380);
	background-image: linear-gradient(#a040a0,#803380);
	border-color: #662966;
}

.type-ground {
	background: #e0c068;
	background-image: -webkit-linear-gradient(#e0c068,#d4a82f);
	background-image: linear-gradient(#e0c068,#d4a82f);
	border-color: #aa8623;
}

.type-flying {
	background: #a890f0;
	background-image: -webkit-linear-gradient(#a890f0,#9180c4);
	background-image: linear-gradient(#a890f0,#9180c4);
	border-color: #7762b6;
}

.type-psychic {
	background: #f85888;
	background-image: -webkit-linear-gradient(#f85888,#f61c5d);
	background-image: linear-gradient(#f85888,#f61c5d);
	border-color: #d60945;
}

.type-bug {
	background: #a8b820;
	background-image: -webkit-linear-gradient(#a8b820,#8d9a1b);
	background-image: linear-gradient(#a8b820,#8d9a1b);
	border-color: #616b13;
}

.type-rock {
	background: #b8a038;
	background-image: -webkit-linear-gradient(#b8a038,#93802d);
	background-image: linear-gradient(#b8a038,#93802d);
	border-color: #746523;
}

.type-ghost {
	background: #705898;
	background-image: -webkit-linear-gradient(#705898,#554374);
	background-image: linear-gradient(#705898,#554374);
	border-color: #413359;
}

.type-dragon {
	background: #7038f8;
	background-image: -webkit-linear-gradient(#7038f8,#4c08ef);
	background-image: linear-gradient(#7038f8,#4c08ef);
	border-color: #3d07c0;
}

.type-steel {
	background: #b8b8d0;
	background-image: -webkit-linear-gradient(#b8b8d0,#9797ba);
	background-image: linear-gradient(#b8b8d0,#9797ba);
	border-color: #7a7aa7;
}

.type-dark {
	background: #705848;
	background-image: -webkit-linear-gradient(#705848,#513f34);
	background-image: linear-gradient(#705848,#513f34);
	border-color: #362a23;
}

.type-fairy {
	background: #e898e8;
	background-image: -webkit-linear-gradient(#e898e8,#de6ede);
	background-image: linear-gradient(#e898e8,#de6ede);
	border-color: #d547d5;
}

.type-curse {
	background: #68a090;
	background-image: -webkit-linear-gradient(#68a090,#4e7c6f);
	background-image: linear-gradient(#68a090,#4e7c6f);
	border-color: #41685d;
}

.type-Special {
	background: #b8b8d0;
	background-image: -webkit-linear-gradient(#b8b8d0,#9797ba);
	background-image: linear-gradient(#b8b8d0,#9797ba);
	border-color: #7a7aa7;
}

.type-Status {
	background: #8a8a59;
	background-image: -webkit-linear-gradient(#a8a878,#8a8a59);
	background-image: linear-gradient(#a8a878,#8a8a59);
	border-color: #79794e;
}

.type-Physical {
	background: #c03028;
	background-image: -webkit-linear-gradient(#c03028,#9d2721);
	background-image: linear-gradient(#c03028,#9d2721);
	border-color: #82211b;
}

.typelist {
	text-align: center;
}

div.typelist .type {
	display: -moz-inline-box;
	display: inline-block;
}

.available {
	border: 1px solid #000;
	background: #bbdd65;
	float: left;
	margin: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.finished {
	border: 1px solid #000;
	background: #daebaa;
	float: left;
	margin: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.notyet {
	border: 1px solid #000;
	background: #dadada;
	float: left;
	margin: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#information ul,ol {
	padding: 10px 0 10px 25px;
}

#surfblock {
	margin: 10px 15px 10px 0;
	width: 32px;
	height: 60px;
	float: left;
}

#surfblock input {
	margin: 8px 0 0 8px;
}

div.sabrosus {
	padding: 5px;
	text-align: center;
}

div.sabrosus a {
	border: 1px solid #1597DB;
	padding: 2px 5px;
	margin: 2px;
	color: #1597DB;
	text-decoration: none;
}

div.pagination a:active,div.sabrosus a:hover {
	border: 1px solid #CE3233;
	color: #CE3233;
}

div.sabrosus span.current {
	border: 1px solid #CE3233;
	padding: 2px 5px;
	font-weight: 700;
	margin: 2px;
	color: #CE3233;
}

div.sabrosus span.disabled {
	border: 1px solid #d8d8d8;
	padding: 2px 5px;
	font-weight: 700;
	margin: 2px;
	color: #d8d8d8;
}

#badgebox {
	border: 2px solid #03d0ee;
	margin: 5px 0;
	display: block;
	overflow: hidden;
	width: 500px;
	text-align: center;
	background-color: #fdfdfd;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#badgebox img {
	margin: 8px 10px 5px;
}


.bar_red, .bar_blue {
	background: #cccccc;
	border: #fafafa 1px solid;
	border-radius: 4px;
	height: 10px;
	overflow: hidden;
}
 
.bar_red .progress {
	background-image: url('../images/progress.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}

.bar_blue .progress {
	background: #0074D9;
	border-radius: 4px;
	float: left;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}

.battle-area {
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: 5px; 
	margin-right: 5px; 
	height: 560px; 
	width: 734px; 
	border-radius: 5px;
} 

.new_bar {
	background-image: url('../images/attack/new_bar.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 90px;
	float: right;
}

.new_bar2 {
	background-image: url('../images/attack/new_bar2.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 90px;
}

.hp_red, .exp_blue {    
	background: #cccccc;
    border: #f2f2f2 1px solid;
    border-radius: 4px;
    clear: both;
    height: 5px;
    margin-left: 21px;
    margin-top: 7px;
    overflow: hidden;
    width: 129px;
}

.hp_red .progress {
	background-image: url('../images/progress.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}

.exp_blue .progress {
	background: #0074D9;
	border-radius: 4px;
	float: left;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}

.progress {
	height: 6px;
	background: url(../images/progress.gif) right;
}

.progressc {
	height: 6px;
    width: 104px;
	background: url(../images/progress.gif) right;
}

div#listContainer {
	width: 400px;
	border: 1px solid #000;
	background: #2467b6;
	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.text-box {
    width: 95%;
    height: 168px;
    color: #fff;
    text-align: left;
}

.text-box .selector {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 141px;
	cursor: pointer;
	display: inline-block;
	transition: .3s;
}

.text-box .selector.blocked {
	cursor: not-allowed;
}

.text-box .selector.attack {
	background: url('../images/layout/battle/attack.png') no-repeat;
	margin-bottom: -4px;
}

.text-box .selector.attack:hover {
	background: url('../images/layout/battle/attack-hover.png') no-repeat;
}

.text-box .selector.bag {
	background: url('../images/layout/battle/bag.png') no-repeat;
	margin-left: -6px;
	margin-bottom: -4px;
}

.text-box .selector.bag:not(.blocked):hover {
	background: url('../images/layout/battle/bag-hover.png') no-repeat;
}

.text-box .selector.pokemon {
	background: url('../images/layout/battle/pokemon.png') no-repeat;
	max-height: unset!important;
	max-width: unset !important;
}

.text-box .selector.pokemon:hover {
	background: url('../images/layout/battle/pokemon-hover.png') no-repeat;
}

.text-box .selector.run {
	background: url('../images/layout/battle/run.png') no-repeat;
	margin-left: -6px;
}

.text-box .selector.run:not(.blocked):hover {
	background: url('../images/layout/battle/run-hover.png') no-repeat;
}

#pokemon-amie {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -80px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#pokemon-amie .orientation {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 13px 15%;
    clear: both;
    border-radius: 50%/100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#pokemon-amie .infos {
    background: rgba(0, 0, 0, .6);
    text-align: center;
    position: relative;
    top: 0;
    width: 100%;
    color: #fff;
    padding: 13px;
    border-radius: 50%/100px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#pokemon-amie .orientation .image, .items-carousel .image {
    background: #0C161D;
    border: 2px #2C5A81 solid;
    cursor: pointer;
    border-radius: 7px;
    height: 26px;
    margin: 0 25px;
    padding: 7px 6px;
    width: 26px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.modify-order-item {
	border: 1px solid #000;
	margin: 5px;
	padding: 3px 5px;
	background: #FFF;
	font-weight: 700;
	cursor: move;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.modify-order-item-old {
	border: 1px solid #000;
	margin: 5px;
	padding: 3px 5px;
	background: #FFF;
	font-weight: 700;
}

#transferlist {
	width: 660px;
}

.top_number {
	width: 41px;
	float: left;
	line-height: 25px;
	background-color: #8db820;
	border-bottom: 1px dashed #354700;
	padding-left: 10px;
	font-weight: 700;
}

.number {
	width: 41px;
	float: left;
	line-height: 32px;
	padding-left: 10px;
}

.top_pokemonimg {
	width: 99px;
	float: left;
	line-height: 25px;
	background-color: #8db820;
	border-bottom: 1px dashed #354700;
	font-weight: 700;
}

.pokemonimg {
	width: 99px;
	float: left;
	line-height: 32px;
}

.top_roepnaam {
	width: 140px;
	float: left;
	line-height: 25px;
	background-color: #8db820;
	border-bottom: 1px dashed #354700;
	font-weight: 700;
}

.roepnaam {
	width: 140px;
	float: left;
	line-height: 32px;
}

.top_level {
	width: 81px;
	float: left;
	line-height: 25px;
	background-color: #8db820;
	border-bottom: 1px dashed #354700;
	font-weight: 700;
}

.level {
	width: 81px;
	float: left;
	line-height: 32px;
}

.top_price {
	width: 114px;
	float: left;
	line-height: 25px;
	background-color: #8db820;
	border-bottom: 1px dashed #354700;
	font-weight: 700;
}

.price {
	width: 114px;
	float: left;
	line-height: 32px;
}

.top_player {
	width: 120px;
	float: left;
	line-height: 25px;
	background-color: #8db820;
	border-bottom: 1px dashed #354700;
	font-weight: 700;
}

.player {
	width: 120px;
	float: left;
	line-height: 32px;
}

.top_buy {
	width: 55px;
	float: left;
	line-height: 25px;
	background-color: #8db820;
	border-bottom: 1px dashed #354700;
	font-weight: 700;
}

.buy {
	width: 55px;
	float: left;
	line-height: 32px;
}

.top_buyin {
	width: 55px;
	float: left;
	line-height: 25px;
	background-color: #8db820;
	border-bottom: 1px dashed #354700;
	font-weight: 700;
	padding-top: 8px;
}

.buyin {
	width: 55px;
	float: left;
	line-height: 32px;
	padding-top: 8px;
}


.btn-type {
	padding-top: -3px;
	color: #eee;
	background-repeat: no-repeat;
	height: 57px;
	width: 154px;
	margin: 3px 5px;
	border: 0;
	opacity: .8;
	text-shadow: #000 1px -1px 2px, #000 -1px 1px 2px, #000 1px 1px 2px, #000 -1px -1px 2px;
	cursor: pointer;
	border-radius: 4px;
	z-index: 10
}

.btn-type:hover {
	opacity: 1;
	transition: .3s;
	box-shadow: 0 0 15px #0e0d0d66;
}

div.news>ul {
	height: 158px;
	margin: 0;
	list-style: none;
	padding: 0;
	font: 12px Arial,Helvetica,sans-serif;
}

div.news>ul>li {
	border-bottom: 1px dotted #d8d8d8;
	border-left: 4px solid #d8d8d8;
	padding: 7.9px 0;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

div.news>ul>li:last-child {
	border: none;
}

div.news>ul>li.notice {
	border-left: 4px solid #26b1f9;
}

div.news>ul>li.event {
	border-left: 4px solid #ff8000;
}

div.news>ul>li.update {
	border-left: 4px solid #f90fdb;
}

div.news>ul>li>a {
	margin-left: 3px;
}

div.news>ul>li>span>b {
	margin-right: 5px;
	float: right;
	font-size: smaller;
	color: #000;
}

#slider {
	width: 404px;
	height: 208px;
	position: relative;
	overflow: hidden;
}

#sliderContent {
	width: 404px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sliderImage {
	float: left;
	position: relative;
	display: none;
}

.sliderImage span {
	position: absolute;
	font: 10px/15px Arial,Helvetica,sans-serif;
	padding: 10px 13px;
	width: 377px;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	display: none;
}

.clear {
	clear: both;
}

.sliderImage span strong {
	font-size: 14px;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
	left: 0;
}

#footer-content {
	background: url(../images/layout/footer-content.png);
	height: 34px;
	width: 990px;
	padding-top: 4px;
	line-height: 38px;
	color: #767676;
	font-size: 11px;
	border-radius: 0 0 5px 5px;
	margin-top: 60px;
}

#footer-content a {
	color: #7a7979;
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#footer-content a:active,#footer-content a:hover {
	color: #fff;
}

#footer-content p {
	display: inline-block;
}

div#footer {
	background: url(../images/layout/footer.png) center top no-repeat;
	height: auto!important;
	min-height: 327px;
	width: 100%!important;
	min-width: 1010px;
	padding-top: 0px;
	position: relative;
	opacity: 0.7;
}

div#footer div.copyright {
	width: 960px;
	height: 23px;
	margin: 0 auto;
	padding: 11px;
	text-align: center;
}

div#footer div.partners {
	display: none;
}

div#footer div.others {
	width: 100%;
	margin: 225px auto 0;
	text-align: center;
}

.ribbon {
	z-index: 1000;
	background-color: #4D6CBF;
	position: fixed;
	right: -34px;
	top: 28px;
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-box-shadow: 0 0 1em #fff;
	-moz-box-shadow: 0 0 1em #fff;
	-webkit-box-shadow: 0 0 1em #fff;
}

.ribbon a {
	border: 1px solid #2F4B94;
	color: #ffcc03;
	display: block;
	font-family: "Comic Sans MS",cursive;
	font-weight: 700;
	margin: .05em 0 .075em;
	padding: .5em 3.5em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 .5em #444;
	font-size: 100%;
	text-transform: uppercase;
}

.pokemon {
	max-height: 96px!important;
	max-width: 96px!important;
}

.pokemon_mini {
	max-height: 32px!important;
	max-width: 32px!important;
}

.autoHideBox {
	font-weight: 400;
	font-size: 14px;
	position: fixed;
	text-align: center;
	width: 400px;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -205px;
	border: 1px solid #001D47;
	background: #0310A5;
	background: -moz-linear-gradient(top,#0310A5 0%,#02108C 44%,#000A6B 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0310A5),color-stop(44%,#02108C),color-stop(100%,#000A6B));
	background: -webkit-linear-gradient(top,#0310A5 0%,#02108C 44%,#000A6B 100%);
	background: -o-linear-gradient(top,#0310A5 0%,#02108C 44%,#000A6B 100%);
	background: -ms-linear-gradient(top,#0310A5 0%,#02108C 44%,#000A6B 100%);
	background: linear-gradient(to bottom,#0310A5 0%,#02108C 44%,#000A6B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0310A5',endColorstr='#000A6B',GradientType=0);
	z-index: 100000;
	color: #FFF;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(60,30,0,0.35);
	box-shadow: 1px 1px 2px 0 rgba(60,30,0,0.35);
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
}

.autoHideBox p {
	padding: 5px;
	margin: 0;
}

.autoHideBox.error {
	border: 1px solid #000;
	background: #A90329;
	background: -moz-linear-gradient(top,#A90329 0%,#8F0222 44%,#6D0019 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#A90329),color-stop(44%,#8F0222),color-stop(100%,#6D0019));
	background: -webkit-linear-gradient(top,#A90329 0%,#8F0222 44%,#6D0019 100%);
	background: -o-linear-gradient(top,#A90329 0%,#8F0222 44%,#6D0019 100%);
	background: -ms-linear-gradient(top,#A90329 0%,#8F0222 44%,#6D0019 100%);
	background: linear-gradient(to bottom,#A90329 0%,#8F0222 44%,#6D0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A90329',endColorstr='#6D0019',GradientType=0);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

.autoHideBox.success {
	border: 1px solid #204900;
	background: #19A903;
	background: -moz-linear-gradient(top,#19A903 0%,#159002 44%,#0f6E00 100%);
	background: -webkit-linear-gradient(top,#19A903 0%,#159002 44%,#0f6E00 100%);
	background: -o-linear-gradient(top,#19A903 0%,#159002 44%,#0f6E00 100%);
	background: -ms-linear-gradient(top,#19A903 0%,#159002 44%,#0f6E00 100%);
	background: linear-gradient(to bottom,#19A903 0%,#159002 44%,#0f6E00 100%);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

#fader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/layout/fader.png);
	z-index: 12000;
}

.separator {
	background: url(../images/layout/sep-b.png) center;
	width: 100%;
	height: 2px;
	margin-top: 8px;
	margin-bottom: 2px;
	background-size: 100% 100%;
}

.no-shadow {
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0)!important;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0)!important;
	-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0)!important;
}

.shadow {
	padding: 5px;
    background: url(../images/layout/bg78.gif) repeat top left #fff;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .06);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .06);
    top: -22px;
    position: absolute;
    width: 197px;
	left: 7px;
}

.shadow2 {
	padding: 5px;
	background: url(../images/layout/bg78.gif) repeat top left #fff;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .06);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .06);
	width: 731px;
}

.shadow3 {
	padding: 5px;
	background: url(../images/layout/bg78.gif) repeat top left #fff;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .06);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .06);
}

/* ICONES AVATAR */
.my_pokemons {
	padding: 5px;
    position: absolute;
    margin-left: 213px;
    margin-top: -41px;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-left: 1px solid #696969;
    border-right: 1px solid #696969;
    border-radius: 10px 10px 10px 10px;
    background: url(https://img.oasgames.com/upload/1513671617/homesite/images/nbg.jpg) -400px -52px repeat;
    min-width: 264px;
    height: 29px;
}


.my_pokemons div {
	margin: 0 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-top: -13px;
}

.my_pokemons div.dead {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
}

.box-avatar {
	background-size: 195px auto;
	width: 216px;
	height: 264px;
	margin-top: -228px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	background: url(https://img.oasgames.com/upload/1513671617/homesite/images/nbg.jpg) -449px -52px no-repeat;
	margin-left: -10px;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-top: 1px solid #696969;
	box-shadow: 0px 0px 12px 0px #00000080;
}


.box-avatar-info {
    width: 212px;
    height: 106px;
    margin-left: -2px;
    margin-top: 132px;
    position: absolute;
    border-radius: 0 10px 0 0;
    padding: 5px;
}

.avatar_icons {
	position: absolute; 
    width: 216px;
    height: 33px;
    float: left;
    top: 237px;
    display: -webkit-box;
    left: 4px;
}

.avatar_icons div {
    margin-top: 1px;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    border: 2px solid rgba(21, 151, 219, 0.56);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.64);
    background-repeat: no-repeat;
    background-position: center;
}

.avatar_icons div.avatar { background-image: url('../images/icons/avatar/avatar.png');filter: grayscale(60%); }
.avatar_icons div.avatar:hover { background-image: url('../images/icons/avatar/avatar.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.vip { background-image: url('../images/icons/avatar/vip.gif');filter: grayscale(60%); }
.avatar_icons div.vip:hover { background-image: url('../images/icons/avatar/vip.gif');filter: grayscale(0%);opacity:1; }

.avatar_icons div.mail { background-image: url('../images/icons/avatar/mail.png');filter: grayscale(60%); }
.avatar_icons div.mail:hover { background-image: url('../images/icons/avatar/mail.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.daily-bonus { background-image: url('../images/icons/avatar/daily-bonus.png');filter: grayscale(60%); }
.avatar_icons div.daily-bonus:hover { background-image: url('../images/icons/avatar/daily-bonus.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.sound { background-image: url('../images/icons/avatar/sound-on.png');filter: grayscale(60%); }
.avatar_icons div.sound:hover { background-image: url('../images/icons/avatar/sound-on.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.sound-on { background-image: url('../images/icons/avatar/sound-on.png');filter: grayscale(60%); }
.avatar_icons div.sound-on:hover { background-image: url('../images/icons/avatar/sound-on.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.sound-off { background-image: url('../images/icons/avatar/sound-off.png');filter: grayscale(60%); }
.avatar_icons div.sound-off:hover { background-image: url('../images/icons/avatar/sound-off.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.notification { background-image: url('../images/icons/avatar/notification.png');filter: grayscale(60%); }
.avatar_icons div.notification:hover { background-image: url('../images/icons/avatar/notification.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.eventexp { background-image: url('../images/icons/avatar/exp.png');filter: grayscale(60%); }
.avatar_icons div.eventexp:hover { background-image: url('../images/icons/avatar/exp.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.silver { background-image: url('../images/icons/avatar/silver.png');filter: grayscale(60%); }
.avatar_icons div.silver:hover { background-image: url('../images/icons/avatar/silver.png');filter: grayscale(0%);opacity:1; }

.avatar_icons div.lenda { background-image: url('../images/pokemon/icon/150.gif');filter: grayscale(60%); }
.avatar_icons div.lenda:hover { background-image: url('../images/pokemon/icon/150.gif');filter: grayscale(0%);opacity:1; }

.avatar_icons div.vip2 { background-image: url('../images/icons/avatar/booster.png');filter: grayscale(60%); }
.avatar_icons div.vip2:hover { background-image: url('../images/icons/avatar/booster.png');filter: grayscale(0%);opacity:1; }

.avatar_iconsleft {
	position: absolute;
	right: 10px;
	top: 7px;
	height:0px;
}

.avatar_iconsleft div {
	margin-top: 1px;
	width: 27px;
	height: 27px;
	border-radius: 5px;
	border: 2px solid rgba(21, 151, 219, .5);
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.64);
	background-repeat: no-repeat;
	background-position: center;
}



.avatar_iconsleft div.eventexp { background-image: url('../images/icons/avatar/exp.png'); }
.avatar_iconsleft div.silver { background-image: url('../images/icons/avatar/silver.png'); }
.avatar_iconsleft div.lenda{ background-image: url('../images/pokemon/icon/150.gif'); }


.avatar_infos {
	position: absolute;
	bottom: 3px;
	left: 5px;
	background: url(../images/layout/bg78.gif) repeat top left #fff;
	color: #000;
	width: 192px;
	border-radius: 0px 0px 5px 5px;
}

.avatar_infos a {
	color: #238dca;
	text-decoration: underline;
}

.Type{
	display: inline-block;
	width: 32px;
    height: 25px;
    line-height: 25px;
	border: 1px solid #aaa;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
}
.Types{
	display: inline-block;
	width: 32px;
    height: 20px;
    line-height: 20px;
	border: 1px solid #aaa;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}
.Normal{
    background: #8a8a59;
    background-image: -webkit-linear-gradient(#a8a878,#8a8a59);
    background-image: linear-gradient(#a8a878,#8a8a59);
    border-color: #79794e;
}
.Fire{
	background: #f08030;
    background-image: -webkit-linear-gradient(#f08030,#dd6610);
    background-image: linear-gradient(#f08030,#dd6610);
    border-color: #b4530d;
}
.Water{
	background: #6890f0;
    background-image: -webkit-linear-gradient(#6890f0,#386ceb);
    background-image: linear-gradient(#6890f0,#386ceb);
    border-color: #1753e3;
}
.Electric{
    background: #f8d030;
    background-image: -webkit-linear-gradient(#f8d030,#f0c108);
    background-image: linear-gradient(#f8d030,#f0c108);
    border-color: #c19b07;
}
.Grass{background: #78c850;
    background-image: -webkit-linear-gradient(#78c850,#5ca935);
    background-image: linear-gradient(#78c850,#5ca935);
    border-color: #4a892b;
}
.Ice{
    background: #98d8d8;
    background-image: -webkit-linear-gradient(#98d8d8,#69c6c6);
    background-image: linear-gradient(#98d8d8,#69c6c6);
    border-color: #45b6b6;
}
.Fighting{
    background: #c03028;
    background-image: -webkit-linear-gradient(#c03028,#9d2721);
    background-image: linear-gradient(#c03028,#9d2721);
    border-color: #82211b;
}
.Poison{
    background: #a040a0;
    background-image: -webkit-linear-gradient(#a040a0,#803380);
    background-image: linear-gradient(#a040a0,#803380);
    border-color: #662966;
}
.Ground{
    background: #e0c068;
    background-image: -webkit-linear-gradient(#e0c068,#d4a82f);
    background-image: linear-gradient(#e0c068,#d4a82f);
    border-color: #aa8623;
}
.Flying{
	background:#a890f0;
	background-image:-webkit-linear-gradient(#a890f0,#9180c4);
	background-image:linear-gradient(#a890f0,#9180c4);
	border-color:#7762b6
}
.Psychic{
    background: #f85888;
    background-image: -webkit-linear-gradient(#f85888,#f61c5d);
    background-image: linear-gradient(#f85888,#f61c5d);
    border-color: #d60945;
}
.Bug{
	background: #a8b820;
    background-image: -webkit-linear-gradient(#a8b820,#8d9a1b);
    background-image: linear-gradient(#a8b820,#8d9a1b);
    border-color: #616b13;
}
.Ghost{    background: #705898;
    background-image: -webkit-linear-gradient(#705898,#554374);
    background-image: linear-gradient(#705898,#554374);
    border-color: #413359;
}
.Rock{
	background: #b8a038;
    background-image: -webkit-linear-gradient(#b8a038,#93802d);
    background-image: linear-gradient(#b8a038,#93802d);
    border-color: #746523;
}
.Dragon{
	background:#7038f8;
	background-image:-webkit-linear-gradient(#7038f8,#4c08ef);
	background-image:linear-gradient(#7038f8,#4c08ef);
	border-color:#3d07c0;
}
.Dark{
    background: #705848;
    background-image: -webkit-linear-gradient(#705848,#513f34);
    background-image: linear-gradient(#705848,#513f34);
    border-color: #362a23;
}
.Stell{
	background: #b8b8d0;
    background-image: -webkit-linear-gradient(#b8b8d0,#9797ba);
    background-image: linear-gradient(#b8b8d0,#9797ba);
    border-color: #7a7aa7;
}
.Fairy{
	background:#e898e8;
	background-image:-webkit-linear-gradient(#e898e8,#de6ede);
	background-image:linear-gradient(#e898e8,#de6ede);
	border-color:#d547d5
}
.Shadow{background: #1E1B19;
    background-image: -webkit-linear-gradient(#705848,#513f34);
    background-image: linear-gradient(#141313,#4E4B49);
    border-color: #141312;
}
.Light{
    background: #e0c068;
    background-image: -webkit-linear-gradient(#e0c068,#d4a82f);
    background-image: linear-gradient(#FFF0C6,#CBB475);
    border-color: #DABC6B;
}
.efc1{
	padding: 0;
    border: 1px solid #ececec;
	background:#fff;
	color:black;
}
.efc2{
	padding: 0;
    border: 1px solid #ececec;
	background:#4e9a06;
}
.efc0{
	padding: 0;
    border: 1px solid #ececec;
	background:#2e3436;
}
.efc4{
	padding: 0;
    border: 1px solid #ececec;
	background:#73d216;
}
.efc12{
	padding: 0;
    border: 1px solid #ececec;
	background:#a40000;
}
.efc14{
	padding: 0;
    border: 1px solid #ececec;
	background:#7c0000;
}

#trainerwindows {
    background: url(https://i.imgur.com/ieJLRAG.png) center #fff;
    padding-bottom: 41px;
    padding-top: 0px;
    border-radius: 0px 0px 3px 3px;
    border: 1px solid #2FB2EF;
}

#trainercard{ width: 600px; height: 409px; padding:0; display: block;margin: 0px 0px 0px 43px;}
#trainercard #trainercard-rank{ margin-top: 0px; width: 414px; color: #fff; text-shadow: 0px 0px #000; line-height: 45px; font-size: 25px; margin-left: -26px; display: block; float: left;text-align:center;font-family: dosisbold,sans-serif; }
#trainercard #trainercard-naam{ width: 359px; margin: -31px -50px 0px 0px; color: #fff; text-shadow: 0px 1px #000; font-weight: bold; font-size: 12px; display: block; float: right;text-align:right; }
#trainercard #trainercard-pokemon{ width: 450px; margin: 0px 0px 0px -15px; float: left; }
#trainercard #trainercard-pokemon .trainercard-list1{ width: 149px; height: 164px; display: block; float: left; }
#trainercard #trainercard-pokemon .trainercard-list2{ width: 149px; height: 164px;display: block; float: left; }
#trainercard #trainercard-pokemon .trainercard-list3{ width: 149px; height: 164px; display: block; float: left; }
#trainercard #trainercard-pokemon .trainercard-list4{ width: 149px; height: 164px; display: block; float: left; }
#trainercard #trainercard-pokemon .trainercard-list5{ width: 149px; height: 164px; display: block; float: left; }
#trainercard #trainercard-pokemon .trainercard-list6{ width: 149px; height: 164px; display: block; float: left; }
#trainercard #trainercard-player{ margin: 15px 0px 0px -10px; margin-top: padding: 0; float: left; }
#trainercard #trainercard-badges{ margin: 397px 0px 0px 7px; float: left; position:absolute; }

a { color: #000; text-decoration: none; }
a:hover  { text-decoration:underline; }
a img { border: 0; }

.lt-ie8 input.radioChanged , .lt-ie7 input.radioChanged{
  height:auto;
  width:auto;
  opacity:1;
}

#dailybattles {box-shadow:0 0 0px #fff;}
#dailybattles .your { background:#fff url(images/pokemon/<?php echo $rand; ?>.gif) no-repeat center right; height:50px;border:0px solid #ccc;border-left:0px dashed #ccc;text-align:center;font-weight:bold;padding-right: 140px; color: #fff;

font-size: 12px;}
#dailybattles .your span {height:35px;display:block;line-height:35px;font-size:22px;font-weight:bold;width:320px;margin-right:auto;margin-left:auto;border-radius:5px;color: #fff; }
#dailybattles .more {height:50px;border:0px solid #ccc;border-right:0px;text-align:center;color: #fff; }
#dailybattles .more span { display:block; }
.dailytitle { background:#fff;width:200px;border-radius:5px 5px 0 0; padding:6px;box-shadow:0 0 5px #fff; }
.hlinks { border-right:1px solid #2FB2EF; }
.hlinks td {width:100%;text-align:center;font-weight:bold;padding:11px;background:url(../images/layout/bg78.gif) repeat top left #2FB2EF;transition:all .5s;font-size:14px;border-top: 1px solid #2FB2EF;border-left: 1px solid #2FB2EF; }
.hlinks td:hover {transition:all .5s;text-shadow:0 0 5px #888;cursor:pointer; }
.hlinks td img { float:left;vertical-align:middle; }
#wrap3 {
background: url(../img/wrap3.png);
position: absolute;
width: 870px;
height: 71px;
margin-left: -40px;
overflow: hidden;
margin-top: -55px;
}

#userinformationen{
margin-left: 50px;
margin-top: 20px;
}
 
#chatbox {
	text-align:left;
	margin:0 auto;
	margin-bottom:25px;
	padding:10px;
	background:#fff;
	height:220px;
	width:720px;
	border:1px solid #ACD8F0;
	overflow:auto; }
	

a.fill-div {
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}


.menuu {
	width: 475px;
    height: 60px;
}
.menuu a {
	width: 45px;
    margin: 3px;
    float: left;
    opacity: 0.3;
    border-radius: 3px;
}
.houversis {
}
.houversis a {
  width: 123px;
  margin: 3px;
  float: left;
  opacity: 0.3;
  border-radius: 3px;
}

.houversis2 {
}
.houversis2 a {
  opacity: 0.8;
}

.map1 {
	background: url(../images/maps/kanto/map1.png);
	background-repeat: no-repeat;
}

.map2 {
	background: url(../images/maps/kanto/map2.png);
	background-repeat: no-repeat;
}

.map3 {
	background: url(../images/maps/kanto/map3.png);
	background-repeat: no-repeat;
}

.map4 {
	background: url(../images/maps/kanto/map4.png);
	background-repeat: no-repeat;
}

.map5 {
	background: url(../images/maps/kanto/map5.png) 0;
	background-repeat: no-repeat;
}

.map6 {
	background: url(../images/maps/kanto/map6.png);
	background-repeat: no-repeat;
}

.map7 {
	background: url(../images/maps/kanto/map7.png);
	background-repeat: no-repeat;
}

.map8 {
	background: url(../images/maps/kanto/map7.png) -216px -60px;
	background-repeat: no-repeat;
}

.map9 {
	background: url(../images/maps/kanto/map1.png) -96px -232px;
	background-repeat: no-repeat;
}


.move-categorie {
    display: inline-block;
    width: 38px;
    height: 15.5px;
    border-radius: 5px;
    color: transparent;
    background: url(../images/moves_categories.png) 32px 32px no-repeat;
	position: absolute; 
	margin-left: 31px;
}

.move-categorie.physical {
    background-position: -1px -1px;
}

.move-categorie.special {
    background-position: -1.4px -19px;
}

.move-categorie.status {
    background-position: -1px -37px;
}

.battle_button:hover {
    background-position: 0px -34px;
}


.TheGame {
    width: 100%;
    height: 540px;
    border-radius: 0 6px 6px 6px;
    border: 1px solid #34465f;
}
.trainername {
    text-align: center;
    float: left;
    width: 940px;
    margin-top: 9px;
    position: absolute;
    color: #000;
}
.bigname {
    font-size: 36px;
    font-weight: 700;
    color: #09548d;
    padding: 5px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #34465f;
}
.mediumrank {
	font-size: 18px;
    color: #2e3d53;
    line-height: 32px;
    padding: 5px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #34465f;
}
.Pokemonsimages {
    width: 561px;
    margin-left: 35px;
    margin-top: 66px;
    height: 403px;
    position: absolute;
    background: url(../images/BattleCard/pokeballfundo.png) no-repeat;
}
.pokimonwidth {
    position: absolute;
}
.pokimonwidth1 {
    width: 170px;
    height: 200px;
    margin-left: 19px;
    margin-top: 11px;
    background: url(../images/BattleCard/pokeballbgpokemon1.png) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth1:hover {
    background: url(../images/BattleCard/pokeballbgpokemon2.png) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth2 {
    width: 170px;
    height: 200px;
    margin-left: 202px;
    margin-top: 11px;
    background: url(../images/BattleCard/pokeballbgpokemon1.png) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth2:hover {
    background: url(../images/BattleCard/pokeballbgpokemon2.png) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth3 {
    width: 170px;
    height: 200px;
    margin-left: 385px;
    margin-top: 11px;
    background: url(../images/BattleCard/pokeballbgpokemon1.png) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth3:hover {
    background: url(../images/BattleCard/pokeballbgpokemon2.png) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth4 {
    width: 170px;
    height: 200px;
    margin-left: 19px;
    margin-top: 211px;
    background: url(../images/BattleCard/pokeballbgpokemon1.png) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth4:hover {
    background: url(../images/BattleCard/pokeballbgpokemon2.png) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth5 {
    width: 170px;
    height: 200px;
    margin-left: 202px;
    margin-top: 211px;
    background: url(../images/BattleCard/pokeballbgpokemon1.png) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth5:hover {
    background: url(../images/BattleCard/pokeballbgpokemon2.png) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth6 {
    width: 170px;
    height: 200px;
    margin-left: 385px;
    margin-top: 211px;
    background: url(../images/BattleCard/pokeballbgpokemon1.png) no-repeat -11px 0px;	
    background-size: 175px;
}

.pokimonwidth6:hover { 
    background: url(../images/BattleCard/pokeballbgpokemon2.png) no-repeat -11px 0px;
	    background-size: 175px;
}
.Leftsidemenu {
    position: absolute;
    margin-left: 519px;
    margin-top: 16px;
}
.copyright {
	color: #fff;
	font-size: 12px;
	float: left;
	margin-left: 170px;
	margin-top: 10px;
	text-align: center
}
.leftmenuitem {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    background: url(../images/BattleCard/guide_bg45.png) no-repeat;
    width: 152px;
    height: 50px;
    margin-top: 11px;
	cursor: pointer;
	opacity: 0.7;
}

.leftmenuitem:hover {
	opacity: 1;

}

.leftmenuitem a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
    line-height: 3.4;
    transition: none;
}
.leftmenuitem a:hover {
	text-decoration: none;
}

.leftmenuitem img {
	margin-bottom: -2px
}
.clear {
	clear: both
}


.markt_naam {
    background-color: #b1b1b1;
    padding-top: 3px;
    padding-bottom: 3px;
}
.markt_price {
    background-color: #6b6b6b;
    padding-top: 3px;
}

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 999999;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  -webkit-box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
          box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: cyan;
  -webkit-box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
          box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: #f70094;
  -webkit-box-shadow: 0px 4.6666666667px 24px 3px #f70094;
          box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}



@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
            box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
            box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
            box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
            box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px cyan;
            box-shadow: 0px 4.6666666667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
            box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px cyan;
            box-shadow: 0px 4.6666666667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
            box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px #f70094;
            box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
            box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px #f70094;
            box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    -webkit-box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
            box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

.Tags {
    width: 725px;
    padding: 5px;
    background-color: #fff;
    float: left;
    border-radius: 7px;
    margin-top: 479px;
    margin-left: 4px;
    position: absolute;
    border: 1px solid #34465f;
}
.tagsname {
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    float: left;
    margin-left: 4px;
}
.procenttrainer {
	float: left;
	font-size: 12px;
	color: #fff;
	margin-top: -65px;
	margin-left: 200px
}
.imagepokemonlist {
	position: absolute;
    bottom: 5px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#dailybattles {
    box-shadow: 0 0 0px #fff;
    color: #09548d;
    padding: 5px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #34465f;
	position: absolute;
    left: 10px;
}

#dailybattles .your {
    background: #fff url(public/images/pokemon/1.gif) no-repeat center right;
    height: 50px;
    border: 0px solid #ccc;
    border-left: 0px dashed #ccc;
    text-align: center;
    font-weight: bold;
    padding-right: 140px;
    color: #fff;
    font-size: 12px;
}

#dailybattles .your span {
    height: 35px;
    display: block;
    line-height: 35px;
    font-size: 22px;
    font-weight: bold;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    color: #fff;
}

#dailybattles .more {
    height: 50px;
    border: 0px solid #ccc;
    border-right: 0px;
    text-align: center;
    color: #fff;
}

#dailybattles .more span {
    display: block;
}
.dailytitle {
    background: #fff;
    width: 200px;
    border-radius: 5px 5px 0 0;
    padding: 6px;
    box-shadow: 0 0 5px #fff;
}
#passbattles {
    box-shadow: 0 0 0px #fff;
    color: #09548d;
    padding: 5px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #34465f;
    position: relative;
	width: 170px;
}
#itempass {
    border: 1px #549ad5 solid;
	cursor: pointer;
	border-radius: 7px;
	height: 25px;
	margin: 0px 3px;
	padding: 7px 6px;
	width: 32px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: inline-block;
}
#lvpass {  
	background-color: #6f0303;
    border: 1px solid #c7c7c7;
    border-radius: 0 0 10px 10px;
    width: 41px;
    height: 15px;
    color: #fff;
    line-height: 16px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    margin-left: -30px;
    cursor: pointer;
    bottom: 96px;
    left: 35px;
    position: absolute;
    z-index: 2;
}


.pokeballpkm {
    height: 200px;
    background: url(../images/BattleCard/pokeballbgpokemon1.png) center center no-repeat;
    background-size: 175px;
}

.pokeballpkm:hover {
    background: url(../images/BattleCard/pokeballbgpokemon2.png) center center no-repeat;
	    background-size: 175px;
}

.pokeballpkm1 { 
    background: url(../images/BattleCard/pokeballbgpokemon2.png) center center no-repeat;
	    background-size: 175px;
}


/* Middonaiito */

.backgroundprincipal1 {
    margin-top: -255px;
    margin-left: -20px;
    width: 291px;
    height: 421px;
    position: absolute;
    background-image: url(/public/stylesheets/images/AB1.png);
    background-repeat: no-repeat;
    background-size: 351px 530px;
    background-position: -35px 0px;
    z-index: 0;
    cursor: pointer;
}

.element-animation1{
  animation: animationFrames1 linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames1 linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames1 linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames1 linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames1 linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames1{
  0% {
    opacity:0;
    transform:  translate(37px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames1{
  0% {
    opacity:0;
    -moz-transform:  translate(37px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames1 {
  0% {
    opacity:0;
    -webkit-transform:  translate(37px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames1 {
  0% {
    opacity:0;
    -o-transform:  translate(37px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames1 {
  0% {
    opacity:0;
    -ms-transform:  translate(37px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.backgroundprincipal2 {
	margin-top: -120px;
    margin-left: -54px;
    width: 447px;
    height: 209px;
    position: absolute;
    background-image: url(/public/images/layout/Logo/logo1.png);
    background-repeat: no-repeat;
    background-size: 400PX 225PX;
    background-position: 0px 0px;
    z-index: 2;
    cursor: pointer;
	filter: grayscale(0.8);
}



div.sabrosus {
	padding: 5px;
	text-align: center;
}

div.sabrosus a {
	margin: 2px;
	border: 1px solid #577599;
	color: #fff;
	border-radius: 3px;
	background-color: #2e3d53;
	box-shadow: 0 2px 0 0 #0f1a2a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	opacity: .9;
	overflow: hidden;
	position: relative;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

div.pagination a:active,div.sabrosus a:hover {
	border: 1px solid #0074D9;
	color: #00bfff;
	transition: .3s;
}

div.sabrosus span.current {
	display: inline-block;
	margin: 2px;
	border-radius: 3px;
	background-color: #2e3d53;
	box-shadow: 0 2px 0 0 #0f1a2a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	opacity: .9;
	overflow: hidden;
	position: relative;
	border: 1px solid #0074D9;
	color: #0074D9;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

div.sabrosus span.disabled {
	border: 1px solid #d8d8d8;
	cursor: auto;
	font-weight: 700;
	margin: 2px;
	color: #d8d8d8;
	display: inline-block;
	margin: 2px;
	border-radius: 3px;
	background-color: #2e3d53;
	box-shadow: 0 2px 0 0 #0f1a2a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	opacity: .9;
	overflow: hidden;
	position: relative;
	width: 25px;
	height: 25px;
	line-height: 25px;
}


/* Pagina Market */
.parte1 {    
	width: 180px;
    height: 270px;
    float: left;
    margin: 0 1px 0 1px;
    background: url(../images/shopping/bg.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
.parte2 {
    position: absolute;
    left: 5px;
    top: 5px;
    border-bottom: none;
}
.parte4 {
    position: absolute;
    left: 50px;
    top: 33px;
}
.parte5 {
    position: absolute;
    width: 168px;
    left: 6px;
    top: 119px;
    line-height: 16px;
    text-align: center;
    font-family: &quot;
    font-size: 13px;
    color: #6e6e6e;
}
.parte6 {
    position: absolute;
    width: 168px;
    height: 20px;
    left: 5px;
    top: 160px;
    color: #0081e0;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.parte7 {
	position: absolute;
    width: 154px;
    height: 52px;
    max-height: 52px;
    left: 6px;
    top: 176px;
    color: #000000;
    padding: 5px 7px 4px 7px;
    text-align: justify;
    font-size: 11.3px;
    overflow: auto;
}
.parte8 {
    background: url(../images/shopping/buttonbg.png) center top no-repeat;
    position: absolute;
    width: 59px;
    height: 21px;
    left: 116px;
    top: 240px;
    color: #FFF;
    line-height: 22px;
    text-align: center;
    border: none;
    line-height: 2px;
}
.parte8:hover {
    background: url(../images/shopping/buttonbg.png) 0px -21px no-repeat;
    position: absolute;
    width: 59px;
    height: 21px;
    left: 116px;
    top: 240px;
    color: #000;
    line-height: 22px;
    text-align: center;
    border: none;
    line-height: 2px;
}
.parte9 {
    margin-top: 4px;
    position: absolute;
    margin-left: -146px;
    color: #fff;
    font-family: "Flexo-Demi",arial,sans-serif;
    cursor: pointer;
}
.parte10 {
    position: absolute;
    width: 168px;
    height: 20px;
    left: 5px;
    top: 50px;
    color: #0081e0;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.borda{
    -webkit-border-radius: 6px;
    width: 180px;
    height: 270px;
    float: left;
    margin: 0 1px 0 1px;
    background: url(../images/shopping/bgmarket3.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    border: none;
}

.borda:hover {
    background: url(../images/shopping/bgmarket4.png) no-repeat;
	z-index: 1;
}



.canvas_computer{
	position: absolute;
	margin-top: 100px;
	z-index: 1000;
	margin-left: 100px;
}

#img_trainer, #img_opponent{
	width: 374px; 
	height: 234px; 
}

#dame{
	left: 260px; 
	top: 100px;
}

.npc_trainer{
	width: 374px;
	height: 234px;
	margin-left: 85px; 
}
.npc_en{
	margin: 186px 0px 0px 15%; 
	position: absolute; 
	width: 24px; 
	height: 24px;
}

.npc_complete{
	padding:0px 0 100px 0px;
}
.npc_name{
	padding: 15px 0 0 120px;
}
.barra_npc{
	padding:0px 0 0 43px;
}
.lv_position{
	padding:0 0 0 30px;
}
.npc_selvagem{
	padding: 10px 0px 0px 10px;
}

#computer_effect{
	margin: -19px 0 0 164px;
	position: absolute; 
}

#computer_effectvol{
	margin: -10px 0 0 164px;
	position: absolute; 
}

#img_pokemon{ 
	height: 234px;
}

.canvas_pokemon{
	position: absolute;
	margin-top: 0px;
	z-index: 1000;
	margin-left: 50px;
}

.pokemon_damage{
	left: 90px;
	bottom: 110px;
}

#dame2{
	 left: 90px;
	 bottom: 110px;
}

.barra_trainer{
	padding:100px 0 0 150px;
}

.my_pokemon{
	height: 234px;
}

.info_position{
	padding:16px 0 0px 10px;
}

#pokemon_naam{
	float:left;
	font-size: 12px;
}

.lv_position-trainner{
	left: 5px;
	top: -5px;
	position: relative;
}

#pokemon_level{
	left: 2px;
	top: -2px;
	position: relative;
}

#hpresta{
	margin-top: 4px;
	margin-left: 108px;
	position: absolute;
	font-size: 10px;
	z-index: 1;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.97);
}

#pokemon_effect{
	margin: -16px 0 0 167px;
	position: absolute; 
}

.exp_pos{
	padding: 0px 0 0px 55px;
	margin-top: -3px;
}

.exp_blue{
	width: 123px;
	height: 3px;
	margin-top: 21px;
	position: absolute;
}

.tab_attack{
	width: 100%; 
	background: url(../images/layout/battle/action-content.png) no-repeat;  
	padding: 10px 0; 
	background-size: 100% 100%; 
	height: 74px;
}

.barra_hp_trainner{
	padding: 0px 0 0px 43px;
	margin-top: -2.5px;
	position: absolute;
}

.rotation{
	position: absolute;
    z-index: 10000;
    top: 30px;
    left: 80%;
}

.engrenagem {
  transform: translateX(0px) rotate(360deg);
  animation: engrenagemAnimate 5s linear infinite;
}

@keyframes engrenagemAnimate {
  0%{
    opacity: 1;
    transform: translateX(0px) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}



.bolsafundo {
    width: 100%;
    height: 502px;
    background: url(../images/backpack/bgbolsa.png) repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.positionbackpack {
    margin-top: 10px;
	width: 59%;
}

.backpacktop {
	background: url(../images/backpack/frametoptop.png) no-repeat;
    width: 100%;
    height: 21px;
    background-size: contain;
    top: 3px;
}

.backpackcenter {
	background: url(../images/backpack/frametopcenter.png) repeat-y;
    width: 100%;
    height: 450px;
    background-size: contain;
}

.backpackbottom {
	background: url(../images/backpack/frametopbottom.png) no-repeat;
    width: 100%;
    height: 21px;
    background-size: contain;
}

.teszt {
	padding: 0 0 0 3px !important;
	
}
.teszt2 {
	background: none !important;
	border: 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
}
.qtd {
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
    padding: 3px;
    font-size: 11px;
    background: rgba(163, 159, 159, 0.8);
    border-radius: 12px 0px 0px 0px;
    color: #111;
    float: right;
    margin-top: 32px;
    text-align: center;
}
.item {
	cursor:pointer;
	background: url('../images/layout/Poke ball.png') no-repeat center rgba(255, 255, 255, 0.9);
	margin-left:5px;
	margin-top:5px;
	width: 50px;
	height:50px;
	float:left;
	border: 1px solid #ccc;
}
.cb {
	box-shadow: 0px 0px 9px #f00 inset;
}
.packconfig{
	margin-left: 5px;
	margin-top: -19px;
	width: 100%;
	height: 398px;
}


.duel_area {
	background-image: url('../images/attack/backgrounds/duel-area-1.png');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.duel_area2 {
	background-image: url('../images/attack/backgrounds/duel-area-2.png');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.tour-rules {
	background: url(../images/layout/torneio/regras.png);
    border-radius: 5px;
    background-size: cover;
    width: 243px;
    height: 245px;
	display: inline-block;
	color: white;
    font-size: 11px;
}
.tour-prizes {
	background: url(../images/layout/torneio/premiacao.png);
    border-radius: 5px;
    background-size: cover;
    width: 243px;
    height: 245px;
	display: inline-block;
	color: white;
    font-size: 11px;
}
.tour-inscrever {
	background: url(../images/layout/torneio/inscricao.png);
    border-radius: 5px;
    background-size: cover;
    width: 243px;
    height: 245px;
	display: inline-block;
	color: white;
    font-size: 11px;
}
.tour_button {
	background: url(../images/layout/torneio/button.png);
    background-size: cover;
    width: 210px;
    height: 35px;
	display: inline-block;
	color: white;
    font-size: 11px;
}

.tour-podium {
    background: url(../images/layout/torneio/rank.png) no-repeat;
    height: 86px;
    margin-top: 97px;
    width: 342px;
    display: grid;
    grid-template-columns: 80px 80px 80px;
}

.tour_pos1{
	position: relative;
    top: -75px;
    left: 135px;
}
.tour_pos2{
	position: relative;
    top: -69px;
    left: -17px;
}
.tour_pos3{
	position: relative;
    top: -63px;
    left: 48px;
}
.tour_pos4{
	position: relative;
    top: -135px;
    left: 0px;
}
.tour_pos5{
	position: relative;
    top: -103px;
    left: 190px;
}

.tour-in {
    height: 179px;
    width: 745px;
    display: grid;
    grid-template-columns: 80px 80px 80px;
}