
 @import "fonts.css";

.night-modeoff {
    background: url(../images/layout/headerteste.png?v=1205) 0px -85px no-repeat #363535;
    background-color: #363535;
    color: #ffffff;
} 

.night-modeoff .box-avatar {
    background-size: 195px auto;
    width: 216px;
    height: 264px;
    margin-top: -228px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    background: #282828;
    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;
}
.night-modeoff .shadow {
    padding: 5px;
    background: #3e3d3d;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 4px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 6%);
    box-shadow: inset 0 1px 4px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 6%);
    top: -22px;
    position: absolute;
    width: 197px;
    left: 7px;
}

.night-modeoff .avatar_icons div {
    background-color: unset; 
}

.night-modeoff #myteam {
    background: #282828!important;
}

.night-modeoff .breadCrumb {
	background: #3c3b3b!important;
	border: 1px dotted #1b1b1b;
    border-left: 2px solid #2fb2ef;
    border-right: 2px solid #2fb2ef;
}

.night-modeoff .content {
    background: #282828!important;
}

.night-modeoff table.general>tbody>tr:nth-child(even) {
    background-color: #404040!important;
}

.night-modeoff table.general>tbody>tr:nth-child(odd) {
    background-color: #2e2e2e!important;
}

.night-modeoff  .u-infos b {
    color: #ffffff!important;
}

.night-modeoff a:link,.night-modeoff a:visited {
    color: #fff!important;
}

.night-modeoff table.general>thead>tr {
    background-color: #282828;
}

.night-modeoff table.general>thead>tr>th {
    border-bottom: 1px solid #1b1b1b;
}

.night-modeoff div.box-content {
    border: 1px solid #1b1b1b!important;
}

.night-modeoff table.general>tbody>tr>td {
    border-bottom: 1px solid #282828;
}

.night-modeoff div.blue {
    color: rgb(255 255 255);
}

.night-modeoff div#npc-section {
    border: 1px solid #282828;
    border-left: 3px solid #2FB2EF;
    border-right: 3px solid #2FB2EF;
    border-radius: 5px;
    padding: 0;
    margin: 6px 0;
    text-align: center;
    background: #282828;
}

.night-modeoff .Tags, .night-modeoff .mediumrank, .night-modeoff .bigname, .night-modeoff #dailybattles {
    background-color: #1b1b1b!important;
}


.night-modeoff .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff!important;
}

.night-modeoff .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff8f8 !important;
}

.night-modeoff table.general>tfoot>tr {
    background-color: unset!important;
}

.night-modeoff table.general>tfoot {
       background-color: #282828;!important;
}

.night-modeoff span .spanClass{
	color: #ffffff!important;
}

.night-modeoff .t_ContentContainer {
    color: #ffffff!important;
}

.night-modeoff .t_Bubble {
    filter: blur(3px) brightness(0.2);
}

.night-modeoff #passbattles {
    background-color: #282828;
}
.night-modeoff a {
    color: #fff;
}

.night-modeoff .separator {
    filter: blur(2px) brightness(0.1);
}

.night-modeoff #achievement .copy {
    color: #000000!important;
}
.night-modeoff .button {
    background: unset!important;
	color: #fff;
}

.night-modeoff .g_round_label {
    color: #fff;
}

.night-modeoff .msgc, .night-modeoff .playerhour {
    color: #fff;
}

.night-modeoff .well {
	background-color: #282828;
    border: 1px solid #1b1b1b;
}

.night-modeoff .playername, .night-modeoff .msg{
    color: #fff!important;
}

.night-modeoff .playernameADM{
    color: #04ff00!important;
}

sup {
	vertical-align: 2px!important;
	font-size: xx-small!important;
}

sub {
	vertical-align: -1px!important;
	font-size: xx-small!important;
}

#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 #051556;
    border-left: 4px solid #051556;
    opacity: .7;
	font-size: 10px;
	min-width: 70px;
}

input, .text {
	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 #051556;
    border-left: 4px solid #051556;
    opacity: .7;
	font-size: 10px;
	min-width: 150px;
}


#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?v=1205) 0 0/100% 100% no-repeat;
	width: 960px;
	height: 407px;
	margin: 0 auto;
}

#header #logo1 {
	background: url(../images/layout/1.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo2 {
	background: url(../images/layout/2.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo3 {
	background: url(../images/layout/3.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo4 {
	background: url(../images/layout/4.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo5 {
	background: url(../images/layout/5.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo6 {
	background: url(../images/layout/6.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo7 {
	background: url(../images/layout/7.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo8 {
	background: url(../images/layout/8.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo9 {
	background: url(../images/layout/9.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo10 {
	background: url(../images/layout/10.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo11 {
	background: url(../images/layout/11.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 64px 0 0 384px;
	position: absolute;
}

#header #logo12 {
	background: url(../images/layout/12.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo13 {
	background: url(../images/layout/13.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo14 {
	background: url(../images/layout/14.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo15 {
	background: url(../images/layout/15.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo13 {
	background: url(../images/layout/13.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo16 {
	background: url(../images/layout/16.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo17 {
	background: url(../images/layout/17.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo18 {
	background: url(../images/layout/18.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo19 {
	background: url(../images/layout/19.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo20 {
	background: url(../images/layout/20.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo21 {
	background: url(../images/layout/21.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo22 {
	background: url(../images/layout/22.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo23 {
	background: url(../images/layout/23.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo24 {
	background: url(../images/layout/24.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo25 {
	background: url(../images/layout/25.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo26 {
	background: url(../images/layout/26.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo27 {
	background: url(../images/layout/27.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo28 {
	background: url(../images/layout/28.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo29 {
	background: url(../images/layout/29.png?v=1205) no-repeat;
	width: 485px;
	height: 241px;
	float: right;
	margin: 54px 0 0 470px;
	position: absolute;
}

#header #logo30 {
    width: 484px;
    height: 523px;
    float: right;
    margin: 3px 0px 0px 652px;
    position: absolute;
    opacity: 1;
    background-size: 468px;
	z-index: -1;
}

#header #logo30:hover {
    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?v=1205) no-repeat;
    width: 472px;
    height: 215px;
    float: right;
    margin: 194px 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?v=1205) no-repeat;
    width: 472px;
    height: 215px;
    float: right;
    margin: 194px 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?v=1205) no-repeat;
}

#menu-left h2 {
	background: url(../images/layout/h2.png?v=1205) 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?v=1205) 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;
}

table.general>thead>tr {
    background-color: #001b779e !important;
    color: white;
}

div#npc-section {
	border: 1px solid #d8d8d8;
	border-left: 3px solid #3e5ddd;
	border-right: 3px solid #3e5ddd;
	border-radius: 5px;
	padding: 0;
	margin: 6px 0;
	text-align: center;
	background: url(../images/layout/bg78.gif?v=1205) repeat top left #fff;
	width: 100%;
}

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-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 #051556;
    border-right: 3px solid #051556;
    margin: 6px;
}

div.box-mid {
	border-radius: 8px;
	Background-image: url(.//images/layout/fundo2.jpg?v=1205);
	background-repeat: repeat-x;
	margin-top: 8px;
    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 {
	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 {
}

table.general>tbody>tr:nth-child(even) {
	 
}

table.general>tbody>tr:nth-child(odd) {
	
}

table.general>tbody>tr>td {
	padding: 3px;
	text-align: center;
}

table.general>tfoot>tr {
	
}

table.general>tfoot>tr>td {
	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?v=1205) -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;
}


.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?v=1205');
	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;
}

.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?v=1205) left center no-repeat #e3ffde;
	border-radius: 5px;
	min-width: 80%;
	width: 100%;
}

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?v=1205) left center no-repeat #FFDEDE;
	border-radius: 5px;
	min-width: 80%;
	width: 100%;
}

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?v=1205) left center no-repeat rgba(21, 151, 219, 0.16);
	border-radius: 5px;
	min-width: 80%;
	width: 100%;
}

div.quote {
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #000;
	background: #FBF9F6;
	color: #000;
	min-width: 80%;
	width: 100%;
}


#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?v=1205');
	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;
}


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;
}



#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 {
	width: 154px;
	opacity: .8;
	cursor: pointer;
	z-index: 10;
}
.pp-conf {
    position: absolute;
    right: 11px;
    top: 5px;
    font: 10px Arial,Helvetica,sans-serif;
}

.btn-type:hover {
	opacity: 1;
	transition: .3s;
	box-shadow: 0 0 15px #0e0d0d66;
}

.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?v=1205);
	z-index: 12000;
}

.separator {
	background: url(../images/layout/sep-b.png?v=1205) 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?v=1205) 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?v=1205) 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?v=1205) 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?v=1205');filter: grayscale(60%); }
.avatar_icons div.avatar:hover { background-image: url('../images/icons/avatar/avatar.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.vip { background-image: url('../images/icons/avatar/vip.gif?v=1205');filter: grayscale(60%); }
.avatar_icons div.vip:hover { background-image: url('../images/icons/avatar/vip.gif?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.mail { background-image: url('../images/icons/avatar/mail.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.mail:hover { background-image: url('../images/icons/avatar/mail.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.daily-bonus { background-image: url('../images/icons/avatar/daily-bonus.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.daily-bonus:hover { background-image: url('../images/icons/avatar/daily-bonus.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.sound { background-image: url('../images/icons/avatar/sound-on.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.sound:hover { background-image: url('../images/icons/avatar/sound-on.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.sound-on { background-image: url('../images/icons/avatar/sound-on.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.sound-on:hover { background-image: url('../images/icons/avatar/sound-on.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.sound-off { background-image: url('../images/icons/avatar/sound-off.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.sound-off:hover { background-image: url('../images/icons/avatar/sound-off.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.notification { background-image: url('../images/icons/avatar/notification.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.notification:hover { background-image: url('../images/icons/avatar/notification.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.eventexp { background-image: url('../images/icons/avatar/exp.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.eventexp:hover { background-image: url('../images/icons/avatar/exp.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.silver { background-image: url('../images/icons/avatar/silver.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.silver:hover { background-image: url('../images/icons/avatar/silver.png?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.lenda { background-image: url('../images/pokemon/icon/150.gif?v=1205');filter: grayscale(60%); }
.avatar_icons div.lenda:hover { background-image: url('../images/pokemon/icon/150.gif?v=1205');filter: grayscale(0%);opacity:1; }

.avatar_icons div.vip2 { background-image: url('../images/icons/avatar/booster.png?v=1205');filter: grayscale(60%); }
.avatar_icons div.vip2:hover { background-image: url('../images/icons/avatar/booster.png?v=1205');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?v=1205'); }
.avatar_iconsleft div.silver { background-image: url('../images/icons/avatar/silver.png?v=1205'); }
.avatar_iconsleft div.lenda{ background-image: url('../images/pokemon/icon/150.gif?v=1205'); }


.avatar_infos {
	position: absolute;
	bottom: 3px;
	left: 5px;
	background: url(../images/layout/bg78.gif?v=1205) 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;
}

 
#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: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.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?v=1205);
	background-repeat: no-repeat;
}

.map2 {
	background: url(../images/maps/kanto/map2.png?v=1205);
	background-repeat: no-repeat;
}

.map3 {
	background: url(../images/maps/kanto/map3.png?v=1205);
	background-repeat: no-repeat;
}

.map4 {
	background: url(../images/maps/kanto/map4.png?v=1205);
	background-repeat: no-repeat;
}

.map5 {
	background: url(../images/maps/kanto/map5.png?v=1205) 0;
	background-repeat: no-repeat;
}

.map6 {
	background: url(../images/maps/kanto/map6.png?v=1205);
	background-repeat: no-repeat;
}

.map7 {
	background: url(../images/maps/kanto/map7.png?v=1205);
	background-repeat: no-repeat;
}

.map8 {
	background: url(../images/maps/kanto/map7.png?v=1205) -216px -60px;
	background-repeat: no-repeat;
}

.map9 {
	background: url(../images/maps/kanto/map1.png?v=1205) -96px -232px;
	background-repeat: no-repeat;
}


.move-categorie {
    display: inline-block;
    width: 38px;
    height: 15.5px;
    color: transparent;
    background: url(../images/moves_categories.png?v=1205) 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/pokeballfundo.png?v=1205) no-repeat;
}
.pokimonwidth {
    position: absolute;
}
.pokimonwidth1 {
    width: 170px;
    height: 200px;
    margin-left: 19px;
    margin-top: 11px;
    background: url(../images/pokeballbgpokemon1.png?v=1205) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth1:hover {
    background: url(../images/pokeballbgpokemon2.png?v=1205) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth2 {
    width: 170px;
    height: 200px;
    margin-left: 202px;
    margin-top: 11px;
    background: url(../images/pokeballbgpokemon1.png?v=1205) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth2:hover {
    background: url(../images/pokeballbgpokemon2.png?v=1205) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth3 {
    width: 170px;
    height: 200px;
    margin-left: 385px;
    margin-top: 11px;
    background: url(../images/pokeballbgpokemon1.png?v=1205) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth3:hover {
    background: url(../images/pokeballbgpokemon2.png?v=1205) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth4 {
    width: 170px;
    height: 200px;
    margin-left: 19px;
    margin-top: 211px;
    background: url(../images/pokeballbgpokemon1.png?v=1205) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth4:hover {
    background: url(../images/pokeballbgpokemon2.png?v=1205) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth5 {
    width: 170px;
    height: 200px;
    margin-left: 202px;
    margin-top: 211px;
    background: url(../images/pokeballbgpokemon1.png?v=1205) no-repeat -11px 0px;
    background-size: 175px;
}

.pokimonwidth5:hover {
    background: url(../images/pokeballbgpokemon2.png?v=1205) no-repeat -11px 0px;
	    background-size: 175px;
}

.pokimonwidth6 {
    width: 170px;
    height: 200px;
    margin-left: 385px;
    margin-top: 211px;
    background: url(../images/pokeballbgpokemon1.png?v=1205) no-repeat -11px 0px;	
    background-size: 175px;
}

.pokimonwidth6:hover { 
    background: url(../images/pokeballbgpokemon2.png?v=1205) 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/guide_bg45.png?v=1205) 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?v=1205) 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: 38px;
	margin: 0px 3px;
	padding: 7px 6px;
	width: 40px;
	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/pokeballbgpokemon1.png?v=1205) center center no-repeat;
    background-size: 175px;
}

.pokeballpkm:hover {
    background: url(../images/pokeballbgpokemon2.png?v=1205) center center no-repeat;
	    background-size: 175px;
}

.pokeballpkm1 { 
    background: url(../images/pokeballbgpokemon2.png?v=1205) 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?v=1205);
    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?v=1205);
    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?v=1) 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: 96px;
    line-height: 16px;
	z-index: 1;
}
.parte6 {
    position: absolute;
    width: 98px;
    left: 17px;
    top: 243px;
    color: white;
    letter-spacing: 1px;
    text-align: left;
    font-size: 12px;
}
.parte7 {
	position: absolute;
    width: 172px;
	max-width: 172px;
	overflow: auto;
	box-sizing: border-box; 
    height: 107px;
    left: 5px;
    top: 131px;
    color: #fff;
    padding: 5px 7px 4px 7px;
    text-align: justify;
    font-size: 11px;
}
.parte8 {
    background: url(../images/shopping/buttonbg.png?v=1205) center top no-repeat;
    position: absolute;
    width: 59px;
    height: 21px;
    left: 116px;
    top: 243px;
    color: #FFF;
    line-height: 22px;
    text-align: center;
    border: none;
    line-height: 2px;
}
.parte8:hover {
    background: url(../images/shopping/buttonbg.png?v=1205) 0px -21px no-repeat;
    position: absolute;
    width: 59px;
    height: 21px;
    left: 116px;
    top: 243px;
    color: #000;
    line-height: 22px;
    text-align: center;
    border: none;
    line-height: 2px;
}
.parte9 {
    margin-top: -1px;
    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: 44px;
}
.borda{
    -webkit-border-radius: 6px;
    width: 180px;
    height: 270px;
    float: left;
    margin: 0 1px 0 1px;
    background: url(../images/shopping/bgmarket3.png?v=1) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    border: none;
}


@media (max-width: 424px) {
	.MapRedim{
		width: 100%!important;
	}
}

.bolsafundo {
    width: 100%;
    height: 502px;
    background: url(../../images/backpack/bgbolsa.png?v=1205) repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.positionbackpack {
    margin-top: 10px;
	width: 59%;
}

.backpacktop {
	background: url(../../images/backpack/frametoptop.png?v=1205) no-repeat;
    width: 100%;
    height: 21px;
    background-size: contain;
    top: 3px;
}

.backpackcenter {
	background: url(../../images/backpack/frametopcenter.png?v=1205) repeat-y;
    width: 100%;
    height: 450px;
    background-size: contain;
}

.backpackbottom {
	background: url(../../images/backpack/frametopbottom.png?v=1205) 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: 24px;
    text-align: center;
}
.item {
	cursor:pointer;
	
	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!important?v=1205');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.duel_area2 {
	background-image: url('../images/attack/backgrounds/duel-area-2.png!important?v=1205');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}
.tower_area {
	background-image: url('../images/attack/backgrounds/Tower.png?v=1.1!important');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}


.tour-rules {
	background: url(../../images/layout/torneio/regras.png?v=1205);
    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?v=1205);
    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?v=1205);
    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?v=1205);
    background-size: cover;
    width: 210px;
    height: 35px;
	display: inline-block;
	color: white;
    font-size: 11px;
}

.tour-podium {
    background: url(../../images/layout/torneio/rank.png?v=1205) no-repeat;
    height: 86px;
    margin-top: 98px;
    width: 345px;
    display: grid;
    grid-template-columns: 69px 69px 71px 69px 69px;
	place-self: center;
}

.tour_pos1{
	position: relative;
    top: -70px;
    left: 141px;
    align-self: end;
}
.tour_pos2{
	position: relative;
    top: -64px;
    align-self: end;
}
.tour_pos3{
	    position: relative;
    top: -55px;
    left: 73px;
    align-self: end;
}
.tour_pos4{
	position: relative;
    top: -42px;
    left: -211px;
    align-self: end;
}
.tour_pos5{
	position: relative;
    top: -27px;
    align-self: end;
}



#Tickets {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 3;

	max-height: 250px;
	overflow-y: scroll;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 12px -1px 14px 9px;
}
.lefto { 
	text-align-last: right;
	margin: 38px -1px 14px 9px!important;
}
.received_withd_msg { width: 75%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 .sent_msg {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin: 2px 10px 5px 0px;}
.sent_msg {
  float: right;
  width: 70%;
}

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
	background: #c07416 none repeat scroll 0 0;
    border: medium none;
    border-radius: 11%;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 38px;
    max-width: 113px;
    position: relative;
    top: -10px;
    padding: 8px 21px;
}

.namebox {
	width: 125px;
	height: 25px;
    background-color: #e1e1e1;
    border-radius: 10px;
    padding-top: 8px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    overflow: hidden;
	text-transform: capitalize;
	line-height: 10px;
}

.namebox:hover {
    background-color: #dad7d7;
}

.adminbox {
    background-color: #ef4a23;
    color:#FFD700;
}

.configline{
    text-align: center;
    line-height: 10px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 0 1px 1px #000000;
    font-size: 10px;
    font-weight: 600;
	
}

a .whiteline {
    color: #ffffff;
    background: url(../images/layout/admimage1.png?v=1205) -24px 53px;
}

a .whiteline1 {
    color: #dc6369;
    background: url(../images/layout/admimage2.png?v=1205) -25px 34px;
}
a .whiteline2 {
    color: #44c76e;
    background: url(../images/layout/admimage2.png?v=1205) -25px 34px;
}

a .redline {
    color: #282828;
    text-shadow: 0 1px 1px #7fa0a7;
}
a .greenline {
    color: #282828;
    text-shadow: 0 1px 1px #7fa0a7;
}
a .blackline {
    color: #282828;
    text-shadow: 0 1px 1px #7fa0a7;
}

.onlineicon {
    float: right;
    margin-top: -3px;
    margin-right: 5px;
}

.admin {
	font-weight: bold;
	text-shadow: 2px 0px 11px #ffffff;
}

.type.Steel{
	background-color: #9c9c9c !important;
}



























.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomInNew {
  -webkit-animation-name: zoomInNew;
  animation-name: zoomInNew;
}
@-webkit-keyframes zoomInNew {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1);
    transform: scale3d(.1, .1, .1);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInNew {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1);
    transform: scale3d(.1, .1, .1);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}



.rotation{
}

.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);
	}
}

#torneio_ad {
	position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffffad;
    width: 100%;
    z-index: 10000;
    height: 100%;
}

#tour_img1 {
	border-radius: 6px;
	width: 636px;
	position:  absolute;
	top: 34px;
}
#tour_img2 {
	border-radius: 6px;
	width: 636px;
	position: absolute;
}

#tour_close{
	    padding: 16px;
    position: relative;
    top: 139px;
    left: 279px;
    transform: scaleX(-1);
    background-size: 30px !important;
}

#tour_vagas{
	position: relative;
    z-index: 3;
    bottom: -250px;
    left: -334px;
    color: #ffffff;
    font-size: 35px;
    padding-left: 385px;
    padding-top: 35px;
    font: 19px "League Gothic", "Impact", sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000000;
}

#tour_rep{
	border-radius: 6px;
    width: 160px;
    position: relative;
    left: 229px;
    top: 340px;
}

#tour_box {
	right: 300px;
	position: relative;
}

.league_ad {
    height: auto;
    width: 420px;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -210px;
    border-color: black;
    position: absolute; /* Só se precisar centralizar corretamente */
}

.league_ad_minimized {
    height: auto;
    width: 345px;
    top: 8%;
    left: 2%;
    margin-top: 0;
    margin-left: 0;
    border-color: /* aqui você ainda pode definir um valor fixo ou deixar dinâmico via jQuery */;
    position: absolute; /* para garantir que o top/left funcionem */
}

@media (max-width: 775px) {
	#tour_box {
        right: 213px;
        position: relative;
        top: 176px;
    }
	
	#tour_img1 {
		width: 350px;
		left: 35px;
	}
	#tour_img2 {
		width: 425px;
	}
	
	#tour_close {
        left: 184px;
        top: 253px;
    }
	#tour_vagas {
        top: 278px;
        left: 26px;
        width: 200px;
        padding-left: unset;
    }
	#tour_rep {
		left: 197px;
	}
}

@media (max-width: 577px) {
	#tour_box {
        right: 181px;
        position: relative;
        top: 176px;
    }
	
	#tour_img1 {
		width: 270px;
		left: 35px;
	}
	#tour_img2 {
		width: 353px;
	}
	
	#tour_close {
        left: 144px;
        top: 253px;
    }
	#tour_vagas {
        top: 225px;
        left: 26px;
        width: 200px;
        padding-left: unset;
    }
	#tour_rep {
		left: 120px;
        top: 285px;
	}
}
@media (max-width: 450px) {
	#league_ad {
		width: 345px;
		left: 60%;
	}
	.league_ad_minimized {
        left: 2%!important;
    }
}