*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: arual;
  src: url(Arual.ttf);
}
body{
  font-family: Arial;
  font-size: 16px;
  color: #fdf8f4;
  background-color: #000;
  background: #000;
}

body2{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #fdf8f4;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

a{
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  color: #443b31;
}

a:hover{
  color: inherit;
  text-decoration: none;
}

.m-top5{margin-top: 5px;}
.m-top10{margin-top: 10px;}
.m-top15{margin-top: 15px;}
.m-top20{margin-top: 20px;}
.m-top30{margin-top: 30px;}
.m-top40{margin-top: 40px;}
.m-top50{margin-top: 50px;}
.m-top60{margin-top: 60px;}
.m-top70{margin-top: 70px;}
.m-top80{margin-top: 80px;}
.m-top90{margin-top: 90px;}
.m-top100{margin-top: 100px;}

.fluidTopoUm {
    background: rgba(16, 5, 39, 0.2);
    position: relative;
    z-index: 99999;

}
.listTop li{
  display: inline-table;  
}
.crcLang{
	background: transparent;
	border:0;
	color: #FFF;
	cursor: pointer;
}
.dropdown-menu{
	width: auto !important;
	min-width: auto !important;
	background-color: #fff6;
}
.dropdown-item{
	color: #000 !important;
}
.listTop li a{
  color: #FFF;
  text-transform: uppercase;  
  font-size: 13px;
}
.listTop li:first-child a:after{
  content: '';  
  border-right: 1px solid #fff;
  margin:0 15px;
}
.listTop li a i{
  margin:0 10px 0 0;
}
.register{
  padding: 5px 30px;
  display: block;
  font-weight: 700;
  background: linear-gradient(-45deg, #717070, #13151a, #1A4EC8, #b3a373);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
.bgAnim{
	background: linear-gradient(-45deg, #717070, #13151a, #1A4EC8, #b3a373);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.title{
  color: #0D7C93;
  margin:5px 0 0 0;
}

.logomu img{
  width: 100%;
  max-width: 120px;
}

.buzzy {  
  /*font-family: arial;*/
  color: #f35626;
  background-image: -webkit-linear-gradient(0deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
  display: inline-table;
  font-weight: 700;
}
.rocks{
  font-weight: 300;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
.fluidTopoDois{
  padding: 0 0;
  position: relative;
    z-index: 1;
    background: rgba(40, 35, 15, 0.25);
}
.menuPrincipal{
  padding: 18px 0;
}
.menuPrincipal li{
  display: inline-table;
}
.menuPrincipal li a{
  display: block;
  margin:0 35px 0 0;
  color: #333;
}
.menuPrincipal li:last-child a{
  margin:0;
}
.menuPrincipal li a span{
  display: block;  
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menuPrincipal li a small{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
  font-style: italic;
  color: #080117;
}
.menuPrincipal li:first-child a:after{
  display: none
}
.menuPrincipal li a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 45px;
    background: #e7e7e7;
    margin: -50px -20px;
}
.bgT{
  background: red;
}
.banner-item {
    width: 100%;
    min-height: 700px;
}
#video-viewport{ 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	z-index: -1; 
}
video { display: block; width: 100%; height: auto;
}

.loginBox {
    padding: 5px 50px;
    background: url(../images/bgLogin.png) center top no-repeat;
    border-radius: 3px;
    margin: 250px 0 0 0;
}

.loginBox form ul li{
  display: block;
  margin:6px 0;
}
.loginBox form ul li input {
    display: block;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    border: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
}
.loginBox form ul li .logar{ 
  width: 100%;
  background: linear-gradient(-45deg, #717070, #13151a, #1A4EC8, #b3a373);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
  padding: 10px;
  border-radius: 3px;
  border:0;
  margin:5px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  display: inline-table;
  max-width: 150px;

}
.remember-login{
	display: inline-table;
	margin:0 0px 0 0;
}
.fluidLendario{
	
}

.loginBox form ul li a{
  display: inline-table;
  text-align: center;
  font-size: 14px;
  margin:0px 0 0 0;
}
.loginBox form ul li a i{
  margin:0px 0px 0 0;
}
.large-header canvas {
  width: 100%;
  height: 100%;
}
.large-header {
    position: absolute;
    height: 700px !important;
    overflow-y: hidden;
    width: 100%;
}
.txtBanner{
  margin: 580px 0 0 0;
}
.txtBanner span{
  display: block;
  color: #FFF;
  font-size: 65px;
  line-height: 65px;
  text-transform: uppercase;
}
.txtBanner small {
    font-size: 19px;
    color: #ffab00;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.txtBanner .tag {
    
    display: block;
    width: 100%;
    max-width: 200px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #FFF;
    text-align: center;
    font-weight: 700;
}

.banner {
    margin: -134px 0 0 0;
}

.fluidBlocoTres{
  margin-top: -120px;
}

.bgR1{background: url(../images/) center top no-repeat;}
.bgR2{background: url(../images/) center top no-repeat;}
.bgR3{background: url(../images/) center top no-repeat;}

.boxRanking{
  min-height: 255px;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: ;
  -moz-box-shadow: ;
  box-shadow: ;
  background-size: cover;
}
.boxRanking span{
  font-size: 22px;
  color: #FFF;
  border-bottom: 0px solid #000;
  display: block;
  padding: 5px 0;
}
.boxRanking span::after {
    content: '';
    width: 60px;
    height: 2px;
    background: linear-gradient(-45deg, #EE7752, #8390AA, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
    position: absolute;
    left: 0;
    margin: 4px 35px;
}
.boxRanking span i {
    background: rgba(7, 84, 102, 0.64);
    border-radius: 3px;
    color: #FFF;
    padding: 5px;
    display: block;
    font-size: 14px;
}
.boxRanking table{
  margin:20px 0 0 0 ;
  color: #fff;
}
.boxRanking table tr{
  border-bottom: 1px solid #f1f1f1;
}
/*.boxRanking table tr:first-child {
  border:0;
}*/
.b0{
	border:0 !important;
}
.boxRanking table a{
	color: #fff;
}

.boxLendario {
    background: url(../images/bgL.png) rgb(16, 5, 39);
    padding: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 18px 14px 35px -14px rgba(0,0,0,0.48);
-moz-box-shadow: 18px 14px 35px -14px rgba(0,0,0,0.48);
box-shadow: 18px 14px 35px -14px rgba(0,0,0,0.48);
}
.boxLendario span{
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(0deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}
.boxLendario p {
    font-size: 19px;
    color: #FFF;
}
.boxLendario a{
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0 0 0;
    display: block;
    max-width: 260px;
    text-align: center;
    color: #FFF;
}
.boxLendario2 {
    background: url(../images/downloads.png) rgb(16, 5, 39);
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 18px 14px 35px -14px rgba(0,0,0,0.48);
-moz-box-shadow: 18px 14px 35px -14px rgba(0,0,0,0.48);
box-shadow: 18px 14px 35px -14px rgba(0,0,0,0.48);
}
.boxLendario2 span{
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(0deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}
.boxLendario2 p {
    font-size: 19px;
    color: #FFF;
}
.boxLendario2 a{
    padding: 3px;
    border-radius: 5px;
    margin: 0px 0 0 0;
    display: block;
    max-width: 140px;
    text-align: center;
    color: #FFF;
}

.boxNoticias {
    background: #e5e5e5a3;
    border: 1px solid #c4c2c0;
    margin: 0 0 10px 0;
}
.boxNoticias img{
	max-width: 150px;
	display: inline-table;
	margin:0 20px 0 0;
}
.boxNoticias a{
	display: inline-table;
	font-size: 18px;
	margin:0 0 10px 0;
	color: #333;
}
.boxNoticias span {
    display: block;
    float: right;
    padding: 10px;
    color: #55514e;
}
.boxNoticias .leiamais {
    font-size: 18px;
    position: absolute;
    right: 0;
    margin: -44px 22px;
    padding: 5px 25px;
    border-radius: 3px;
    color: #FFF;
}
.boxNoticias a span {
    display: block;
    float: none;
    font-size: 13px;
    padding: 5px;
    max-width: %;
    color: #fff;
    font-weight: 400;
}

.titleInt {
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid #55514e;
    display: block;
    margin:0 0 10px 0;
    padding: 0 0 5px 0;
}

.titleInt-cs {
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid #55514e;
    width: 150px;
    display: block;
    margin:0 0 10px 0;
    padding: 0 0 5px 0;
}

.titleInt-tc {
    font-size: 22px;
    color: #55514e;
    border-bottom: 1px solid #55514e;
    width: 140px;
    display: block;
    margin:0 0 10px 0;
    padding: 0 0 5px 0;
}

.titleInt .more {
    font-size: 12px;
    padding: 5px 7px;
    background: #5555554d;
    display: inline-table;
    float: right;
    color: #FFF;
}
.total{
    float: right;
}

.class li:nth-child(8){
	display: none;
}

.btn {
    background-color: #9eb7c1;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #eab71d;
    text-decoration: none;
    background-color: #3a424a;
}

.server .status-online {
    color: #58c526;
}

.server .status-offline {
    color: #ea1111;
}

.status .green {

	color: #14cd37;

}


.status .green a {

	color: #14cd37;

	text-decoration: none;

}


.status .red {

	color: #f40000;

}

.sy-pager li a:link, .sy-pager li a:visited {
    opacity: 1.0;
}

.sy-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #aa7229;
    text-indent: -9999px;
    -webkit-background-size: 2em 2em;
    background-size: 2em;
    border-radius: 20%;
}

.sy-pager li.sy-active a {
    background-color: #2a9dca;
}

.mw-fix-main-siege {
    background: url(../images/castle-siege.png);
    background: ;
    border-radius:5px;
    border: 1px solid #5b5855;
}

.castle-siege {
  position: relative;
  width: 630px;
  height: 188px
}

.castle-siege .siege {
  position: absolute
}

.castle-siege .mark {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 28px;
  left: 0px;
  background: url(../images/guild-cs.png);
  background-color: #373736
}

.mark, mark {
    padding: .2em;
    background-color: #07090b;
}

.castle-siege .image {
  position: absolute;
  width: 68px;
  height: 74px;
  right: 400px;
  top: 50px;
}

.title-next{
  color: #A8771A;
  position: absolute;
  font-weight: 700;
  color: #fff;
  top: 70px;
  width: 150px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  left: 150px;
}

.castle-siege .next {
    border: 0px solid #5b5855;
    background: #20120459;
    position: absolute;
    bottom: 22px;
    font-weight: 700;
    color: #fff;
    left: 150px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    width: 150px;
}

.title-owner{
  color: #A8771A;
  position: absolute;
  font-weight: 700;
  color: #fff;
  top: 25px;
  width: 150px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  left: 150px;
}

.castle-siege .owner {
    background: #64636270;
    position: absolute;
    font-weight: 700;
    color: #fff;
    top: 45px;
    width: 120px;
    height: 22px;
    line-height: 19px;
    text-align: center;
    left: 165px;
}

.castle-siege .master {
  background: #64636270;
  position: absolute;
  font-weight: 700;
  color: #fff;
  bottom: 77px;
  width: 100px;
  height: 22px;
  line-height: 17px;
  text-align: center;
  right: 356px;
}

a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    color: #443b31;
}

.flex-AG {

  display: flex;

  justify-content: center;

  align-items: center;

}

.download a {
  margin: 250px 0 0 0;
  background: url(../images/botoes/baixar.png) center;

  height: 116px;

  font-size: 20px;

  color: #fff;

}


.download a:hover {

  background: url(../images/botoes/baixar-hover.png) center;

  -webkit-filter: brightness(120%);

  filter: brightness(120%);
}

.registro a {

  background: url(../images/botoes/registrar.png) center;

  height: 116px;

  font-size: 20px;

  color: #fff;
}


.registro a:hover {

  background: url(../images/botoes/registrar-hover.png) center;

  -webkit-filter: brightness(120%);

  filter: brightness(120%);

}

.gameCenterBlock {
  padding-top: 110px;
}

.gameCenterBlock h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
}

.gameCenterBlock h1 span {
  font-weight: 400;
}

.gameBlock {
  width: 215px;
  height: 149px;
  border-top: 0px solid #085cdf;
  border-bottom: 0px solid #085cdf;
  border-left: 1px solid #085cdf;
  background: linear-gradient(to right, #fefefd, #f9f6f1);
  padding: 28px 0px 0px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.gameBlock:last-child {
  border-right: 1px solid #d1c0b7;
}
.gameBlock p {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.gameBlock .game-title_1 {
  color: #595657;
}
.gameBlock .game-title_2 {
  color: #121111;
}
.gameBlock a {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 9px;
  background: #131212;
  position: relative;
  font-size: 10px;
  display: inline-block;
}
.gameBlock a:after {
  content: ">";
  margin-left: 5px;
}
.gameBlock:after {
  content: "";
  height: 1px;
  width: 100px;
  background: #eae6da;
  position: absolute;
  left: -20px;
  bottom: 20px;
  transform: rotate(-133deg);
}
.gameBlock:before {
  content: "";
  height: 1px;
  width: 100px;
  background: #ddd6c7;
  position: absolute;
  left: -40px;
  bottom: 20px;
  transform: rotate(-133deg);
}
.gameBlock:hover {
  width: 340px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.gameBlock:hover:after {
  display: none;
}
.gameBlock:hover:before {
  display: none;
}
.gameBlock:hover .game-title_1 {
  color: #fff;
}
.gameBlock:hover .game-title_2 {
  color: #154a8f;
}
.gameBlock:hover a {
  background: #121110;
}
.gameBlock.strategy:hover {
  background: url(../images/game-center/game-center-strategy.png) right no-repeat;
  background-color: #020721;
}
.gameBlock.system:hover {
  background: url(../images/game-center/game-center-system.png) right no-repeat;
  background-color: #020721;
}
.gameBlock.testes:hover {
  background: url(../images/game-center/game-center-events.png) right no-repeat;
  background-color: #020721;
}
.gameBlock.pets:hover {
  background: url(../images/game-center/game-center-pets.png) right no-repeat;
  background-color: #020721;
}
.gameBlock.guides:hover {
  background: url(../images/game-center/game-center-guides.png) right no-repeat;
  background-color: #020721;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

body-AG {
    font-family: Arial;
    font-size: 16px;
    color: #605e5d;
}

.templstock {
    background: url(../images/templstock.gif) repeat scroll 0 0 transparent;
    text-shadow: 0 0 8px;
}

.mw-main .mw-sidebar .tops-rankings{
padding:20px
}

.mw-main .mw-sidebar .tops-rankings .title{
text-transform:uppercase;
font-weight:700;
margin-bottom:3px
}

.mw-main .mw-sidebar .tops-rankings .title .more{
color:#000;
background:#e5e5e5;
padding:2px 6px;
float:right;
font-size:10px
}

.mw-main .mw-sidebar .tops-rankings table{
width:100%;
margin-top:5px
}

.mw-main .mw-sidebar .tops-rankings table th{
background:#333540;
color:#fff;
font-weight:400;
padding:5px
}

.mw-main .mw-sidebar .tops-rankings table td{
padding:5px;
border-bottom:1px solid #e5e5e5
}

.mw-main .mw-sidebar .tops-rankings table .top-0 td{
background:#eed369;
border-bottom:1px solid #eed369
}

.mw-main .mw-sidebar .tops-rankings table .top-1 td{
background:#b7b4a9;
border-bottom:1px solid #b7b4a9
}

.mw-main .mw-sidebar .tops-rankings table .top-2 td{
background:#af7940;
border-bottom:1px solid #af7940
}

.wrap {

  width: 1348px;

  margin: 0 auto;

  position: relative;

}


img {

  width: auto\9;

  vertical-align: middle;

  border: 0;

  -ms-interpolation-mode: bicubic;

}


.logo-MU {

  display: block;

  position: absolute;

  margin-left: 120px;

  bottom: 250px;

  z-index: 2;

  transition: 0.3s;

}



.logo-MU:hover {

  -webkit-filter: brightness(120%);

  filter: brightness(120%);

}

.loginho-MU {

  display: block;

  position: absolute  
  margin-left: 10px;

  bottom: -10px;

  z-index: 2;

  transition: 0.3s;

}



.loginho-MU:hover {

  -webkit-filter: brightness(120%);

  filter: brightness(120%);

}

.download {

  display: block;

  position: absolute  
  margin-left: 10px;

  bottom: -10px;

  z-index: 2;

  transition: 0.3s;

}



.download:hover {

  -webkit-filter: brightness
  filter: brightness(120%);

}

.registrar {

  display: block;

  position: absolute  
  margin-left: 10px;

  bottom: -10px;

  z-index: 2;

  transition: 0.3s;

}



.registrar:hover {

  -webkit-filter: brightness(120%);

  filter: brightness(120%);

}


.nav-footer {

	background-color: #0f0f0fc4;
	margin: 20px 0px 0px;

	height: 250px;

	overflow: hidden;

}


.nav-footer .box-footer {

	border-right: 1px solid #2f2f32;
	height: 250px;

	float: left;

	padding: 0px 60px 0px;

}


.content-footer {
 width: 1124px;
 margin: auto;
}


.nav-footer .box-footer h1 {

	color: #c4c4c4;

	font-family: inherit;

	font-size: 20px;

	padding-top: 50px;

	text-align: left;

}


.nav-footer .box-footer ul {

	list-style: none;

	display: block;

	margin-top: 15px;

}


.nav-footer .box-footer ul li {

	color: #c4c4c4;

	font-family: gisha;
 
	font-size: 14px;

	line-height: 20px;

}


.nav-footer .box-footer ul li a {

	color: #c4c4c4;

	text-decoration: none;

}


.nav-footer .box-footer ul li a:hover {

	color: #1f4c86;

}


footer {
    background: #0f0f0fc4;
    height: 180px;
    width: 100%;
    margin-top: 0px;
}

.footer-wr {
 width: 800px;
 margin: auto;
}	


.footer-wr .dev-morpheus {

	background: url('../images/logo-morpheus.png') no-repeat;

	width: 85px;

	height: 85px;

	position: relative;

	float: left;

	margin: 25px 20px 0px;

}

.footer-wr .prog-applayo {

	background: url('../images/logo-applayo.png') no-repeat;

	width: 85px;

	height: 85px;

	position: relative;

	float: left;

	margin: 25px 20px 0px;

}


.footer-wr p {

	float: left;

	color: #f6f6f9;

	font-family: gisha;

	font-size: 14px;

	margin: 56px 30px 0px;

}