/*
    Layout criado por Gabriel David
    Adaptação do PSD para XHTML / CSS por Leandro Daldegam
    Data 06/02/2013
    Por favor, não remova os créditos dos autores. :D
*/

body
{
    background-color: #0b0202;
}

strong { font-weight: bold; }

a {
    text-decoration: none;
    color: #958566;
}

a:hover {
    color: #deb387;
    text-decoration: underline;
}

#mtbackgroundheader {
    position: absolute;
    z-index: 10;
    background: #0b0202 url(../images/background.png) top center no-repeat;
    width: 100%;
    min-height: 918px;
}

#wrapper {
    position: relative;
    z-index: 100;
    margin: auto;
    width: 990px;
    min-height: 1325px;
    
    /* debug rules*/
}

#wrapper #mtwhead #logoEffect {
    position: absolute;
    margin: 149px 0 0 34px;
    
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;

	opacity:1.00;
	-moz-opacity: 1.00;
	filter: alpha(opacity=100);
}
#wrapper #mtwhead #logoEffect.hidden {
	opacity:0.00;
	-moz-opacity: 0.00;
	filter: alpha(opacity=0);
}
#wrapper #mtwhead #logoEffect img {
    width: 435px;
    height: 195px;
}

#wrapper #mtwhead #TopoNoticia {
    width: 500px;
    height: 100px;
    float: left;
    margin: 13px 0 0 484px;
}

#TopoHeader {
	width:990px;
	height: 375px;
	text-align:center;
	position: relative;
}
.icon-whatsapp {
	z-index: 20;
}
.facebook_bg {
	background: url(../images/back_whats.png) top left no-repeat;
	width: 98px;
	height: 84px;
	position: relative;
	top: -300px;
	left: 48px;
}

#NoticeHeader {
	background: url(../images/Noticias.png) top center no-repeat;
	width:990px;
    height: 380px;
	text-align:center;
}

#NoticeHeader #listAll {
    display: table;
    margin: 0px auto 16px auto;
    text-align: center;
    width: 134px;
    height: 28px;
	cursor: pointer;
}

#NoticeHeader a{
	text-align:center;
	color: #deb387;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 14px;
    text-decoration: none;
	text-transform:uppercase;
}

#NoticeHeader #listAllMore {
    display: table;
    margin: 7px auto;
    text-align: center;
    width: 40px;
    height: 28px;
	cursor: pointer;
}

#wrapper #mtwhead #boxNotices {
    background: url(../images/box_notices.png);
    width: 500px;
    height: 200px;
    float: left;
    margin: 10px 0 0 484px;
}

#wrapper #mtwhead #boxNotices .locationtitle h1{
	line-height: 48px;
    font-size: 23px;
	font-family: "OPTIMUSPRINCEPSSEMIBOLD";
	color:#e1d5c8;
	text-align: center;
    text-shadow: 1px 1px 1px #000; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#wrapper #mtwhead #boxNotices ul {
    margin-top: 6px;
}
#wrapper #mtwhead #boxNotices ul li {
    padding: 0px 18px;
}
#wrapper #mtwhead #boxNotices ul li a {
    color: #6a5e50;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    line-height: 25px;
    
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#wrapper #mtwhead #boxNotices ul li a:hover {
    color: #deb387;
} 
#wrapper #mtwhead #boxNotices ul li a span {
    font-weight: bold;
    font-size: 11px;
}
#wrapper #mtwhead #boxNotices a#viewAll {
    color: #6a5e50;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 11px;
    float: right;
    padding: 3px 10px 0 0;
    text-decoration: none;
}

#wrapper #mtwhead #boxEvents {
    background: url(../images/box_notices.png);
    width: 500px;
    height: 200px;
    float: left;
    margin: 10px 0 0 484px;
}

#wrapper #mtwhead #boxEvents .locationtitle h1 {
	line-height: 48px;
    font-size: 23px;
	font-family: "OPTIMUSPRINCEPSSEMIBOLD";
	color:#e1d5c8;
	text-align: center;
    text-shadow: 1px 1px 1px #000; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#wrapper #mtwhead #boxEvents ul {
    margin-top: 6px;
}
#wrapper #mtwhead #boxEvents ul li {
    padding: 0px 18px;
}
#wrapper #mtwhead #boxEvents ul li a {
    color: #736950;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    line-height: 25px;
    
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#wrapper #mtwhead #boxEvents ul li a:hover {
    color: #9c8758;
} 
#wrapper #mtwhead #boxEvents ul li a span {
    font-weight: bold;
    font-size: 11px;
}
#wrapper #mtwhead #boxEvents a#viewAll {
    color: #736950;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 11px;
    float: right;
    padding: 3px 10px 0 0;
    text-decoration: none;
}

#wrapper #mtwmain {
    width: 990px;
}
#wrapper #mtwmain #mtwml {
    margin-left: 27px;
    width: 230px;
    float: left;
}
#wrapper #mtwmain #mtwml #mtwmlmenu {
}
#wrapper #mtwmain #mtwml #mtwmlmenu #mtwmlmenuh {
    background: url(../images/Elements.png) 0px 0px;
    width: 220px;
    height: 116px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu #mtwmlmenuh h1 {
display: block;
    background: url(../images/TextsCommonn1.png) 0px -3px;
    width: 70px;
    height: 20px;
    margin: 50px 70px;
    float: left;
    text-indent: -100000px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu #mtwmlmenuf {
    background: url(../images/Elements.png) 0px -121px;
    width: 220px;
    height: 46px;
    margin-top: -8px;
    z-index: 600;
    position: relative;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul {
    z-index: 800;
    position: relative;
    margin-top: -34px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a {
    background: url(../images/ElementsHover.png) 0px -2px;
    width: 225px;
    height: 28px;
    margin-left: -11px;
    padding-top: 14px;
    display: block;

    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a:hover {
    background: url(../images/ElementsCommon.png) 0px -2px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li.green a {
    background-position: 0px -44px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li.orange a {
    background-position: 0px -86px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a span {
    background: url(../images/TextsMenu.png) no-repeat;
    height: 18px;
    text-indent: -100000px;
    display: block;
    margin: auto;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a:hover span {
    background: url(../images/TextsHover.png) no-repeat;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mPrincipal span {
    background-position: 0px -3px;
    width: 87px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mCadastro span {
    background-position: 0px -21px;
    width: 84px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mDownloads span {
    background-position: 0px -39px;
    width: 104px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mServidor span {
    background-position: 0px -57px;
    width: 82px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mRanking span {
    background-position: 0px -75px;
    width: 86px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mElixir span {
    background-position: -130px -118px;
    width: 90px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mVip span {
    background-position: 0px -93px;
    width: 34px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mCash span {
    background-position: 0px -111px;
    width: 88px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mCash1 span {
    background-position: 0px -111px;
    width: 110px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mDepositos span {
    background-position: 0px -166px;
    width: 87px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mWebshop1 span {
    background-position: -150px -3px;
    width: 41px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mTutoriais span {
    background-position: -150px -21px;
    width: 107px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mWebshop span {
    background-position: -150px -3px;
    width: 70px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mForum span {
    background-position: 0px -129px;
    width: 59px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mEventos span {
    background-position: -150px -39px;
    width: 68px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mMarket span {
    background-position: -150px -55px;
    width: 68px;
}
#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mVideos span {
  background-position: -107px -70px;
  width: 75px;
  transition: filter 0.3s ease;
}

#wrapper #mtwmain #mtwml #mtwmlmenu ul li a#mVideos span:hover {
  filter: brightness(1.4);
}

#wrapper #mtwmain #mtwml #mtwmleventsh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
    margin: 14px 0 0 -23px;
}
#wrapper #mtwmain #mtwml #mtwmleventsh h1 {
    width: 230px;
    background: url(../images/Elements.png) 0px -203px;
    height: 48px;
    display: block;
    float: left;
}

#wrapper #mtwmain #mtwmr #mtwmleventsh {
	margin-top:10px;
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmleventsh h1 {
    width: 230px;
    background: url(../images/Elements.png) 0px -203px;
    height: 46px;
    display: block;
    float: left;
}

#wrapper #mtwmain #mtwmr #mtwmleventsh h1 span {   
    background: url(../images/TextsCommonn1.png) no-repeat 0px -235px;
    height: 42px;
    text-indent: -100000px;
    display: block;
    margin: auto;
    width: 134px;
}

#wrapper #mtwmain #mtwml #mtwmleventsh h1 span {   
    background: url(../images/TextsCommonn1.png) no-repeat 0px -235px;
    height: 42px;
    text-indent: -100000px;
    display: block;
    margin: auto;
    width: 134px;
}

#wrapper #mtwmain #mtwml #mtwmlevents {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
    margin-left: -23px;
}
#wrapper #mtwmain #mtwml #mtwmlevents .spacer {
    height: 6px;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event {
    width: 179px;
    background: url(../images/Elements.png) 0px -170px;
    height: 35px;
    margin: 0 0 2px 3px;
    padding-left: 45px;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event .name {
    width: 110px;
    background: url(../images/TextsCommonn1.png) no-repeat;
    height: 21px;
    margin: auto;
    display: inline-block;
    text-indent: -100000em;
    margin-top: 5px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event:hover .name {
    background: url(../images/TextsHover1.png) no-repeat;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event .name.bc {
    background-position: 0px -288px;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event .name.ds {
    background-position: 0px -308px;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event .name.cc {
    background-position: 0px -329px;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event .name.cs {
    background-position: 0px -349px;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event .time {
    color: #ffff8f;
    font-size: 15px;
    line-height: 33px;
    display: inline-block;
    width: 48px;
    text-align: center;
    font-family: Tahoma;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#wrapper #mtwmain #mtwml #mtwmlevents .event:hover .time {
    text-shadow: 0px 0px 3px #ff8;
}


#wrapper #mtwmain #mtwml #mtwmlenqueteh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
    margin: 14px 0 0 -23px;
}
#wrapper #mtwmain #mtwml #mtwmlenqueteh h1 {
    width: 230px;
    background: url(../images/Elements.png) 0px -256px;
    height: 39px;
    display: block;
    float: left;
    z-index: 500;
    position: relative;
}
#wrapper #mtwmain #mtwml #mtwmlenqueteh h1 span {   
    background: url(../images/TextsCommonn1.png) no-repeat 0px -124px;
    height: 19px;
    text-indent: -1000px;    
    display: block;
    margin: 12px auto;
    width: 90px;
}

#wrapper #mtwmain #mtwml #mtwmlenquete {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
    margin: -28px 0 0 -23px;
}

#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec {
    width: 224px;  
    margin: 0 3px;
}

#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec ul {
    z-index: 600;
    position: relative;
    float: left;
    margin: 8px 0 0 12px;
}
#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec ul li {
    width: 201px;
    background: url(../images/Elements.png) 0px -410px;
    height: 22px;
    margin-bottom: 2px;
}
#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec ul li div.star {
    float: left;
    width: 32px;
    height: 21px;
    text-align: center;
    padding-top: 1px;
}
#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec ul li div.name {
    float: left;
    height: 21px;
    width: 126px;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    font-family: Tahoma;
    font-size: 12px;
    padding: 3px 0 0 10px;
}

#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec ul li:hover div.name {
    padding-left: 15px;
}

#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec ul li div.titulo {
    float: left;
    height: 240%;
    width: 98%;
    color: #B9945A;
    text-shadow: 1px 1px 1px #000;
    font-family: Tahoma;
    font-size: 14px;
    padding: 3px 0 0 10px;
    word-wrap: break-word;
}

#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec ul li:hover div.titulo {
    padding-left: 15px;
}

#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec ul li div.status {
    position: absolute;
    margin-left: 168px;
    height: 21px;
    width: 33px;
    text-align: center;
    padding-top: 2px;
}
#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec a {
    color: inherit;
    font-weight: normal;
    width: 100%;
}
#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec a:link {
   text-decoration: none;
}
#wrapper #mtwmain #mtwml #mtwmlenquete #mtwmlenquetec a span {
    width: 87px;
    background: url(../images/TextsCommonn1.png) no-repeat 0px -408px;
    display: block;
    margin: 9px auto;
    text-indent: -1000000em;
}

}
#wrapper #mtwmain #mtwml #mtwmlenquete .spacer {
    height: 10px;
}


#wrapper #mtwmain #mtwml #mtwmlstaffh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
    margin: 14px 0 0 -23px;
}
#wrapper #mtwmain #mtwml #mtwmlstaffh h1 {
    width: 230px;
    background: url(../images/Elements.png) 0px -256px;
    height: 39px;
    display: block;
    float: left;
    z-index: 500;
    position: relative;
}
#wrapper #mtwmain #mtwml #mtwmlstaffh h1 span {   
    background: url(../images/TextsCommonn1.png) no-repeat 0px -46px;
    height: 19px;
    text-indent: -100000px;
    display: block;
    margin: 12px auto;
    width: 70px;
}

#wrapper #mtwmain #mtwml #mtwmlstaff {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
    margin: -28px 0 0 -23px;
}
#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc {
    width: 224px;
    /*background: #1e0602; Old browsers */
    /* background: -moz-radial-gradient(center, ellipse cover,  #1e0602 0%, #101010 100%); /* FF3.6+ */
    /* background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1e0602), color-stop(100%,#101010)); /* Chrome,Safari4+ */
    /*background: -webkit-radial-gradient(center, ellipse cover,  #1e0602 0%,#101010 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-radial-gradient(center, ellipse cover,  #1e0602 0%,#101010 100%); /* Opera 12+ */
    /* background: -ms-radial-gradient(center, ellipse cover,  #1e0602 0%,#101010 100%); /* IE10+ */
    /* background: radial-gradient(ellipse at center,  #1e0602 0%,#101010 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e0602', endColorstr='#101010',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0 3px;
}

#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc ul {
    z-index: 600;
    position: relative;
    float: left;
    margin: 8px 0 0 12px;
}
#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc ul li {
    width: 201px;
    background: url(../images/Elements.png) 0px -410px;
    height: 22px;
    margin-bottom: 2px;
}
#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc ul li div.star {
    float: left;
    width: 32px;
    height: 21px;
    text-align: center;
    padding-top: 1px;
}
#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc ul li div.name {
    float: left;
    height: 21px;
    width: 126px;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    font-family: Tahoma;
    font-size: 12px;
    padding: 3px 0 0 10px;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc ul li:hover div.name {
    padding-left: 15px;
}
#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc ul li div.status {
    position: absolute;
    margin-left: 168px;
    height: 21px;
    width: 33px;
    text-align: center;
    padding-top: 2px;
}
#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc a {
    width: 96px;
    background: url(../images/Elements.png) -7px -366px;
    height: 34px;
    display: inline-block;
    margin-left: 65px;
}
#wrapper #mtwmain #mtwml #mtwmlstaff #mtwmlstaffc a span {
    width: 87px;
    background: url(../images/TextsCommonn1.png) no-repeat 0px -408px;
    display: block;
    margin: 9px auto;
    text-indent: -1000000em;
}
#wrapper #mtwmain #mtwml #mtwmlstaff .spacer {
    height: 10px;
}



/*enquete*/

#wrapper #mtwmain #mtwmr #mtwmlenqueteh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
    margin: 14px 0 0 0px;
}
#wrapper #mtwmain #mtwmr #mtwmlenqueteh h1 {
    width: 230px;
    background: url(../images/Elements.png) 0px -256px;
    height: 39px;
    display: block;
    float: left;
    z-index: 500;
    position: relative;
}
#wrapper #mtwmain #mtwmr #mtwmlenqueteh h1 span {   
    background: url(../images/TextsCommonn1.png) no-repeat -0px -117px;
    height: 21px;
    text-indent: -100000px;
    display: block;
    margin: 12px auto;
    width: 101px;
}

#wrapper #mtwmain #mtwmr #mtwmlenquete {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
    margin: -28px 0 0 0px;
}
#wrapper #mtwmain #mtwmr #mtwmlenquete #mtwmlenquetec {
    width: 224px;
    /*background: #1e0602; Old browsers */
    /* background: -moz-radial-gradient(center, ellipse cover,  #1e0602 0%, #101010 100%); /* FF3.6+ */
    /* background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1e0602), color-stop(100%,#101010)); /* Chrome,Safari4+ */
    /*background: -webkit-radial-gradient(center, ellipse cover,  #1e0602 0%,#101010 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-radial-gradient(center, ellipse cover,  #1e0602 0%,#101010 100%); /* Opera 12+ */
    /* background: -ms-radial-gradient(center, ellipse cover,  #1e0602 0%,#101010 100%); /* IE10+ */
    /* background: radial-gradient(ellipse at center,  #1e0602 0%,#101010 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e0602', endColorstr='#101010',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0 3px;
}

#wrapper #mtwmain #mtwmr #mtwmlenquete #mtwmlenquetec ul {
    z-index: 600;
    position: relative;
    float: left;
    margin: 8px 0 -10px 12px;
}

#wrapper #mtwmain #mtwmr #mtwmlenquete #mtwmlenquetec ul li {
    width: 190px;
    /*background: url(../images/Elements.png) 0px -410px;*/
    /*height: 22px;*/
    margin-bottom: 14px;
	color:#deb387;
	font-family: Tahoma;
}

#wrapper #mtwmain #mtwmr #mtwmlenquete #mtwmlenquetec ul .poll_question {
    background: #120D0C; 
	padding:5px;
	font-size: 12px; 
	font-weight: bold; 
	color: #8A6047;
	line-height:150%;
}

#wrapper #mtwmain #mtwmr #mtwmlenquete #mtwmlenquetec #pollResult li {
	color: #deb387;
    background: rgba(18, 13, 12, 0.60);
    padding: 5px;
	margin-top: -4px;
}

#wrapper #mtwmain #mtwmr #mtwmlenquete #mtwmlenquetec #pollResult #gauge {
    margin-top: 5px;
}

#wrapper #mtwmain #mtwmr #mtwmlenquete .spacer {
    height: 10px;
}
/*fim enquete*/

#wrapper #mtwmain #mtwmc {
    float: left;
    margin: 12px 0 0 -16px;
}
#wrapper #mtwmain #mtwmc #mtwmcsliders {
    width: 500px;
    height: 256px;
    background: url(../images/box_slide_1001.png) no-repeat;
}
#wrapper #mtwmain #mtwmc #mtwmcsliders #mtwmcslidersc {
}

#wrapper #mtwmain #mtwmc #mtwmcranking {
    width: 500px;
    height: 467px;
    background: url(../images/box_ranking.jpg) no-repeat;
    margin-top: 6px;
}

#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingtitle {
    padding-top: 7px;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingtitle span {
    width: 132px;
    background: url(../images/TextsCommonn1.png) no-repeat 0px -429px;
    display: block;
    margin: auto;
    text-indent: -1000000em;
    height: 22px;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul {
    margin: 19px 0 0 25px;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li {
    float: left;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a {
    display: block;
    width: 90px;
    height: 35px;
	text-decoration:none;
	text-align:center;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a span {
    /*background: url(../images/TextsCommonn1.png) no-repeat;
    display: block; 
    text-indent: -1000000em;
	height: 14px;*/
	margin: auto;
    line-height: 39px;
    font-size: 13px;
    font-family: "OPTIMUSPRINCEPSSEMIBOLD";
    color: #e1d5c8;
    text-shadow: 1px 1px 1px #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a:hover span {
    color: #B99661;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a:focus span {
    color: #E4A64D;
}
/*
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a.diario span {
    width: 49px;
    background-position: 0px -481px;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a.semanal span {
    width: 62px;
    background-position: 0px -468px;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a.mensal span {
    width: 62px;
    background-position: 0px -468px;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a.guildsemanal span {
    width: 42px;
    background-position: 0px -455px;
}
#wrapper #mtwmain #mtwmc #mtwmcranking #mtwmcrankingmenu ul li a.guildmensal span {
    width: 42px;
    background-position: 0px -455px;
}
*/
#wrapper #mtwmain #mtwmc #mtwmcrankingc ul {
    margin: 12px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingc ul li {
    width: 497px;
    background: url(../images/Elements.png) no-repeat 2px -433px;
    height: 63px;
    margin-bottom: 8px;
    position: relative;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingc ul li img {
    position: absolute;
    margin: 4px 34px;
    width: 54px;
    height: 54px;
    border-radius: 2px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingc ul li h1 {
    position: absolute;
    margin: 12px 0 0 109px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    display: block;
    text-align: center;
    width: 87px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingc ul li h2 {
    position: absolute;
    margin: 41px 0 0 114px;
    font-family: Tahoma;
    font-size: 10px;
    color: #6a5e50;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 151px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingc ul li h2 span {
    color: #deb387;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingc ul li h3 {
    position: absolute;
    margin: 41px 0 0 268px;
    font-family: Tahoma;
    font-size: 10px;
    color: #B9945A;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 108px;
    text-align: center;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingc .hidden {
    display: none;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingc #rankingupdate  {
    position: absolute;
    margin: -6px 0 0 305px;
    font-family: Tahoma;
    font-size: 11px;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    display: block;
	cursor: pointer;
	font-weight: bold;
}

#wrapper #mtwmain #mtwmc #mtwmcrankinggens {
    width: 500px;
    height: 124px;
    background: url(../images/box_rankinggens.png) no-repeat;
    margin-top: 10px;

    font-family: Tahoma;
    font-size: 12px;
    color: #ffff8f;
    font-weight: bold;
}
#wrapper #mtwmain #mtwmc #mtwmcrankinggens #mtwmcrankinggensdm {
    position: absolute;
    margin: 27px 0 0 5px;
    width: 58px;
    text-align: center;
}
#wrapper #mtwmain #mtwmc #mtwmcrankinggens #mtwmcrankinggensdp {
    position: absolute;
    margin: 100px 0 0 124px;
    width: 96px;
    text-align: center;
}
#wrapper #mtwmain #mtwmc #mtwmcrankinggens #mtwmcrankinggensvm {
    position: absolute;
    margin: 27px 0 0 436px;
    width: 58px;
    text-align: center;
}
#wrapper #mtwmain #mtwmc #mtwmcrankinggens #mtwmcrankinggensvp {
    position: absolute;
    margin: 100px 0 0 287px;
    width: 96px;
    text-align: center;
}
#wrapper #mtwmain #mtwmc #mtwmcfacebook {
    width: 461px;
    height: 170px;
    background: url(../images/box_facebook.png) no-repeat;
    margin-top: 10px; 
    padding: 20px;
}
#wrapper #mtwmain #mtwmc #mtwmcfacebook .fb_iframe_widget {
    height: 156px;
    overflow: hidden;
}
#wrapper #mtwmain #mtwmr {
    float: left;
    margin: 13px 0 0 11px;
}
#wrapper #mtwmain #mtwmr #mtwmrloginh {
    width: 230px;
    height: 54px;
    background: url(../images/box_login.png) no-repeat center top;
    position: relative;
    z-index: 600;
    padding-top: 13px;
}
#wrapper #mtwmain #mtwmr #mtwmrloginh h1 {
    width: 176px;
    height: 16px;
    background: url(../images/TextsCommonn1.png) no-repeat 0px -65px;
    display: block;
    text-indent: -100000em;
    margin: auto;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc {
    width: 230px;
    background: url(../images/box_login.png) no-repeat center bottom;
    margin-top: -26px;
    position: relative;
    z-index: 500;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincin #mtwmrlogincinwc {
    background: url(../images/Elements.png) no-repeat 3px -554px;
    margin: 7px 0px -15px 0px;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincin #mtwmrlogincinwc h1 {
    color: #6a5e50;
    font-size: 12px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    margin: auto;
    display: block;
    width: 212px;
    text-align: center;
    padding-top: 11px;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincin #mtwmrlogincinwc h1 span {
    color: #a20000;
}

#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincin ul li a {
    width: 178px;
    background: url(../images/Elements.png) no-repeat 0px -596px;
    height: 29px;
    display: block;
    margin: 5px auto;
    color: #deb387;
    font-size: 12px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    transition: 0.2s;
}

#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincin ul li a:hover {
    filter: brightness(1.2);
    color: #ff7a00;
}

#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincin ul li a.gray {
    background-position: -178px -596px;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincin ul {
    padding: 20px;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout {
    padding: 17px 11px 0 11px;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout input[type="text"],
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout input[type="password"] {
    width: 193px;
    height: 38px;
    background: url(../images/Elements.png) no-repeat -104px -504px;
    border: none;
    outline: none;
    padding-left: 12px;
    font-family: Tahoma;
    font-size: 10px;
    color: #6a5e50;
    /*text-shadow: 1px 1px 1px #000;*/
    font-weight: bold;
    margin-bottom: 1px;
}

/*INICIO INPUTS GERAL
.inputbox, input[type="text"] {
    background: url(../images/Elements.png) no-repeat -11px -320px;
    border: none;
    outline: none;
    padding-left: 8px;
    font-family: Tahoma;
    font-size: 10px;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    margin-bottom: 3px;
}
FIM INPUTS GERAL*/


#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout button {
    width: 86px;
    height: 55px;
    background: url(../images/Elements.png) no-repeat 0px -497px;
    border: none;
    outline: none;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout button span {
    width: 63px;
    height: 18px;
    background: url(../images/TextsCommonn1.png) no-repeat -234px -3px;
    display: block;
    text-indent: -100000em;
    margin: auto;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout button {
    float: left;
    margin: 0 4px 3px 4px;
    cursor: pointer;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout a {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.89) 86%, rgba(0,0,0,0.89) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(86%,rgba(0,0,0,0.89)), color-stop(100%,rgba(0,0,0,0.89))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.89) 86%,rgba(0,0,0,0.89) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.89) 86%,rgba(0,0,0,0.89) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.89) 86%,rgba(0,0,0,0.89) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.89) 86%,rgba(0,0,0,0.89) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=1 ); /* IE6-9 */

    height: 17px;
    display: inline-block;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;*/
    line-height: 15px;
    width: 109px;
    text-shadow: 1px 1px 1px #000;
}

#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout a#recoveryPassword:hover {
    color: #6a5e50;
    cursor: pointer;
}
#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout a#register:hover {
    color: #6a5e50;
    cursor: pointer;
}

#wrapper #mtwmain #mtwmr #mtwmrloginc #mtwmrlogincout #ResultAjaxLogin {
    font-family: Tahoma;
    width: 208px;
    text-align: center;
    font-size: 11px;
    padding-bottom: 6px;
    color: #c7c7c7;
}


#wrapper #mtwmain #mtwmr #mtwmrsinfostatus {
    width: 230px;
    background: transparent url(../images/Elements.png) 3px -731px no-repeat;
    height: 52px;
    position: relative;
    margin-top: 10px;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfostatus #mtwmrsinfostatusonoff {
    width: 151px;
    background: transparent url(../images/Elements.png) -225px -324px no-repeat;
    height: 23px;
    position: absolute;
    margin: 0px 0 0 39px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfostatus #mtwmrsinfostatusonoff.off {
    background-position: -225px -351px;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfostatus #mtwmrsinfostatustotal {
    position: absolute;
    margin: 32px 0 0 6px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #8A6047;
    text-shadow: 1px 1px 1px #000;
    width: 215px;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfostatus #mtwmrsinfostatustotal span {
    color: #deb387;
	text-decoration: none;
}






#mtwmrsinfostatusTOP {
    width: 230px;
    background: transparent url(../images/top_on.png) no-repeat;
    height: 52px;
    position: relative;
    /*margin-top: 10px;*/
	display: inline-block;
}
#mtwmrsinfostatusTOP #mtwmrsinfostatusonoffTOP {
    width: 151px;
    background: transparent url(../images/Elements.png) -225px -351px no-repeat;
    height: 23px;
    position: absolute;
    margin: 36px 0 0 35px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
#mtwmrsinfostatusTOP #mtwmrsinfostatusonoffTOP.off {
    background-position: -225px -324px;
}
#mtwmrsinfostatusTOP #mtwmrsinfostatustotalTOP {
    position: absolute;
    margin: 13px auto;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #8A6047;
    text-shadow: 1px 1px 1px #000;
    width: 215px;
}
 #mtwmrsinfostatusTOP #mtwmrsinfostatustotalTOP span {
    color: #deb387;
	text-decoration: none;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}





#wrapper #mtwmain #mtwmr #mtwmrsdiscordh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrsdiscordh h1 {
    width: 220px;
    background: url(../images/Elements.png) -5px -632px;
    height: 44px;
    display: block;
    margin: 5px 0 0 2px;
    float: left;
}
#wrapper #mtwmain #mtwmr #mtwmrsdiscordh h1 span {   
    background: url(../images/TextsCommonn1.png) no-repeat 0px -84px;
    height: 21px;
    text-indent: -100000px;
    display: block;
    margin: 12px auto;
    width: 126px;
}

#wrapper #mtwmain #mtwmr #mtwmrsdiscordc {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrsdiscordc ul li {
    width: 192px;
    height: 23px;
    background: transparent url(../images/Elements.png) 0px -681px no-repeat;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #6a5e50;
    line-height: 23px;
    padding-left: 21px;
    margin-left: 5px;
}
#wrapper #mtwmain #mtwmr #mtwmrsdiscordc ul li.l2 {
    background-position: 0px -704px;
}
#wrapper #mtwmain #mtwmr #mtwmrsdiscordc ul li span
{
    font-weight: normal;
    color: #deb387;
    padding-left: 10px;
	padding-right: 19px;
	float: right;
}
#wrapper #mtwmain #mtwmr #mtwmrsdiscordc ul li a
{
    text-decoration: none;
    color: #8A6047;
}
#wrapper #mtwmain #mtwmr #mtwmrsdiscordc .spacer
{
    height: 10px;
}

#wrapper #mtwmain #mtwmr #mtwmrsenqueteAgc {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrsenqueteAgc ul li {
    width: 205px;
    height: 23px;
    background: transparent url(../images/Elements.png) 0px -681px no-repeat;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #6a5e50;
    line-height: 23px;
    padding-left: 12px;
    margin-left: 5px;
}
#wrapper #mtwmain #mtwmr #mtwmrsenqueteAgc ul li.l2 {
    background-position: 0px -704px;
}
#wrapper #mtwmain #mtwmr #mtwmrsenqueteAgc ul li span 
{
    font-weight: normal;
    color: #deb387;
    padding-left: 10px;
    padding-right: 12px;
    float: right;
}
#wrapper #mtwmain #mtwmr #mtwmrsenqueteAgc ul li a
{
    text-decoration: none;
    color: #8A6047;
}
#wrapper #mtwmain #mtwmr #mtwmrsenqueteAgc .spacer
{
    height: 10px;
}



#wrapper #mtwmain #mtwmr #mtwmrseventAgc {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrseventAgc ul li {
    width: 205px;
    height: 23px;
    background: transparent url(../images/Elements.png) 0px -681px no-repeat;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #6a5e50;
    line-height: 23px;
    padding-left: 12px;
    margin-left: 5px;
}
#wrapper #mtwmain #mtwmr #mtwmrseventAgc ul li.l2 {
    background-position: 0px -704px;
}
#wrapper #mtwmain #mtwmr #mtwmrseventAgc ul li span 
{
    font-weight: normal;
    color: #deb387;
    padding-left: 10px;
    padding-right: 12px;
    float: right;
}
#wrapper #mtwmain #mtwmr #mtwmrseventAgc ul li a
{
    text-decoration: none;
    color: #8A6047;
}
#wrapper #mtwmain #mtwmr #mtwmrseventAgc .spacer
{
    height: 10px;
}


#wrapper #mtwmain #mtwmr #mtwmrsinfoh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfoh h1 {
    width: 220px;
    background: url(../images/Elements.png) -5px -632px;
    height: 44px;
    display: block;
    margin: 5px 0 0 2px;
    float: left;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfoh h1 span {   
    background: url(../images/TextsCommonn1.png) no-repeat 0px -84px;
    height: 21px;
    text-indent: -100000px;
    display: block;
    margin: 12px auto;
    width: 126px;
}

#wrapper #mtwmain #mtwmr #mtwmrsinfoc {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfoc ul li {
    width: 192px;
    height: 23px;
    background: transparent url(../images/Elements.png) 0px -681px no-repeat;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #6a5e50;
    line-height: 23px;
    padding-left: 21px;
    margin-left: 5px;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfoc ul li.l2 {
    background-position: 0px -704px;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfoc ul li span
{
    font-weight: normal;
    color: #deb387;
    padding-left: 13px;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfoc ul li a
{
    text-decoration: none;
    color: #8A6047;
}
#wrapper #mtwmain #mtwmr #mtwmrsinfoc .spacer
{
    height: 10px;
}

#wrapper #mtwmain #mtwml #mtwmrsinfoc {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
	margin-left: -23px;
}
#wrapper #mtwmain #mtwml #mtwmrsinfoc ul li {
    width: 192px;
    height: 23px;
    background: transparent url(../images/Elements.png) 0px -681px no-repeat;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #bab286;
    line-height: 23px;
    padding-left: 21px;
	margin-left:5px;
}
#wrapper #mtwmain #mtwml #mtwmrsinfoc ul li.l2 {
    background-position: 0px -704px;
}
#wrapper #mtwmain #mtwml #mtwmrsinfoc ul li span
{
    font-weight: normal;
    color: #b0b0b0;
    padding-left: 13px;
}
#wrapper #mtwmain #mtwml #mtwmrsinfoc ul li a
{
    text-decoration: none;
    color: #8A6047;
}
#wrapper #mtwmain #mtwml #mtwmrsinfoc .spacer
{
    height: 10px;
}

#wrapper #mtwmain #mtwmr #mtwmrsiegeh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
    margin-top: 10px;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegeh h1 {
    width: 224px;
    background: url(../images/Elements.png) 0px -789px;
    height: 63px;
    display: block;
    margin: 4px 0 0 3px;
    float: left;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegeh h1 span {   
    background: url(../images/TextsCommon2.png) no-repeat 0px -565px;
    height: 34px;
    text-indent: -100000px;
    display: block;
    margin: auto;
    width: 177px;
    margin-top: 9px;
}

#wrapper #mtwmain #mtwmr #mtwmrsiegec {
    width: 230px;
    background: transparent url(../images/box2_background.png) bottom center no-repeat;
    position: relative;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec .sword {
    width: 80px;
    height: 23px;
    background: transparent url(../images/Elements.png) -241px -175px no-repeat;
    position: absolute;
    z-index: 100;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec .sword#s1 {
    margin: 11px 139px;
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    transform: rotate(48deg);
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec .sword#s2 {
    margin: 11px 0 0 149px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);m
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec #mtwmrsiegecc {
    z-index: 600;
    position: relative;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div.properties {
    font-family: Tahoma;
    font-size: 12px;
    color: #6a5e50;
    padding: 1px 20px;
    text-shadow: 1px 1px 1px #000;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div.properties h1 {
    padding-left: 6px;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div.properties span {
    font-family: Tahoma;
    font-size: 12px;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    width: 120px;
    height: 23px;
    background: transparent url(../images/Elements.png) -240px -107px no-repeat;
    display: block;
    line-height: 20px;
    padding-left: 14px;
    margin: 4px 0;
    font-weight: bold;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div.properties#cwins span {
    width: 80px;
    background-position: -240px -130px;
}


#wrapper #mtwmain #mtwmr #mtwmrsiegec div#nextWar {
    position: relative;
    margin: 0px 0 0 128px;
    width: 91px;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div#nextWar h1 {
    color: #deb387;
    font-family: Tahoma;
    font-size: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 4px;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div#nextWar div {
    width: 91px;
    height: 53px;
    background: transparent url(../images/Elements.png) -238px -628px no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div#nextWar div h2 {
    color: #B9945A;
    font-family: Tahoma;
    font-size: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding-top: 10px;
    margin-bottom: 4px;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div#nextWar div h3 {
    color: #B9945A;
    font-family: Tahoma;
    font-size: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div#state {
    position: relative;
    margin: -31px 0 0 -3px;
    width: 134px;
    height: 104px;
    margin-left: 6px;
    background: transparent url(../images/Elements.png) -238px 0px no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div#csmenu {
    position: relative;
    margin: -64px 0 0 140px;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div#csmenu ul li a {
    color: #deb387;
    font-family: Tahoma;
    font-size: 9px;
    text-decoration: none;
}
#wrapper #mtwmain #mtwmr #mtwmrsiegec div.spacer {
    height: 14px;
}
.legend h3 {
color: #deb387;
}
     
#wrapper #mtwmain #mtwmcih {
    float: left;
    margin: 12px 0 0 -16px;
    width: 500px;
    height: 4px;
    background: transparent url(../images/box_main_tb.png) top center no-repeat;
}    
#wrapper #mtwmain #mtwmcif {
    float: left;
    margin: 10px 0 0 -9px;
    width: 500px;
    height: 4px;
    background: transparent url(../images/box_main_tb.png) bottom center no-repeat;
}
#wrapper #mtwmain #mtwmci {
    float: left;
    margin-left: -16px;
    width: 480px;
    color: #a2896e;
    padding: 10px 10px 0 10px;
    font-family: Tahoma;
    font-size: 12px;
    background: transparent url(../images/box_main_i.png) repeat;
}
#wrapper #mtwmain #mtwmci .locationtitle {
    width: 489px;
    height: 36px;
    text-align: center;
    background: transparent url(../images/box_title_main.png) 0 0 no-repeat;
    margin: -10px 0px 20px -4px;
    padding: 8px 0;
}

@font-face {
    font-family: "OPTIMUSPRINCEPSSEMIBOLD";
    src: url(font/OPTIMUSPRINCEPSSEMIBOLD.TTF);
}

#wrapper #mtwmain #mtwmci .locationtitle h1 {
    width: 176px;
    height: 19px;
    display: block;
    text-indent: -100000em;
    margin: auto;
}

#wrapper #mtwmain #mtwmci .usuario h1  {
    width: 172px;
    background: url(../images/TextsCommonn1.png) no-repeat 0px -65px;
}
#wrapper #mtwmain #mtwmci .equipe h1  {
    width: 155px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -293px;
}
#wrapper #mtwmain #mtwmci .admin h1  {
    width: 234px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -312px;
}
#wrapper #mtwmain #mtwmci .cadastro h1  {
    width: 93px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -179px;
}
#wrapper #mtwmain #mtwmci .download h1  {
    width: 111px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -198px;
}
#wrapper #mtwmain #mtwmci .servidor h1  {
    width: 87px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -217px;
}
#wrapper #mtwmain #mtwmci .ranking h1  {
    width: 93px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -141px;
}
#wrapper #mtwmain #mtwmci .vip h1  {
    width: 38px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -236px;
}

#wrapper #mtwmain #mtwmci .noticia h1 {
    width: 95px;
    height: 16px;
    background-image: url(../images/TextsCommonn1.png);
    background-repeat: no-repeat;
    background-position: 4px -158px;
}
#wrapper #mtwmain #mtwmci .gems h1  {
    width: 117px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -255px;
}
#wrapper #mtwmain #mtwmci .shop h1  {
    width: 126px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -274px;
}
#wrapper #mtwmain #mtwmci .banidos h1  {
    width: 78px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -331px;
}
#wrapper #mtwmain #mtwmci .agendados h1  {
    width: 188px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -350px;
}
#wrapper #mtwmain #mtwmci .onlines h1  {
    width: 76px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -369px;
}
#wrapper #mtwmain #mtwmci .premioranking h1  {
    width: 235px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -388px;
}
#wrapper #mtwmain #mtwmci .tutoriais h1  {
    width: 126px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -407px;
}
#wrapper #mtwmain #mtwmci .eventos h1  {
    width: 80px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -426px;
}

#wrapper #mtwmain #mtwmci .market h1  {
    width: 80px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -426px;
}



#mtbackgroundfooter {
    position: relative;
    z-index: 50;
    background: transparent url(../images/background_footer.png) top center no-repeat;
    width: 100%;
    height: 735px;
    margin-top: -626px;

}

#mtbackgroundfooter #mtbackgroundfooterc {
    width: 900px;
    margin: auto;
    padding-top: 691px;
    height: 44px;
}
#mtbackgroundfooter #mtbackgroundfooterc #copy {
    color: #6a5c4c;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
#mtbackgroundfooter #mtbackgroundfooterc #psalm {
    color: #8c7554;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    margin-top: 5px;
}
#mtbackgroundfooter #mtbackgroundfooterc #footadm {
    position: absolute;
    color: #8c7554;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    margin: 1px 0 0 807px;
    text-decoration: none;
}

/* ---------------------------------------- */

div.quadrosOut div.quadros,
div.quadros,
div.qdestaques,
div.qdestaques2 
{
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  border: 1px solid #492e26;  
  color: #deb387; 
}

.legend-title {
    position: absolute;
    top: -10px;

    left: 50%;
    transform: translateX(-50%);

    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0 3px;
    text-transform: uppercase;
    text-align: center;

    float: none;          /* remove força pra esquerda */
    white-space: nowrap;
}

.legend {
    border: 1px solid #492e26;
    margin: 10px 0;
    padding: 0 10px;
    position: relative;
}

.legend table tr td {
	
	line-height:150%;
}

#etc li {
    list-style-position: outside;                               
    list-style-type: none; 
    margin-left: 20px;  
	margin: 0;
}

#etc table {                
    border-collapse: separate;
    border-spacing: 2px;
	/*background-color:*/
}

#etc td {
    /*background: #000;*/
    padding: 2px;
}
#etc td:hover {
    /*background: #000;*/
    padding: 2px;
}
#etc a {
    color: #deb387;
}

#etc .topomenumeio {

	margin-top:12px; 
	margin-left:113px;
	margin-right:0px;
	margin-bottom:7px;
	padding-left: 0px;
	width: 255px;
    background: url(../images/buttons/amarelog.png) no-repeat;
    height: 34px;
    display: block;
    color: #deb387;
    font-size: 16px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
	text-transform: uppercase;
}

#menu_cp {
    margin-bottom: 5px;
    border: 1px solid #492e26;
    padding: 3px 3px 6px 3px;
}
#menu_cp ul {
    margin: 0 0px 2px 4px;
}
#menu_cp li {
    margin: 2px 1px auto;
    display: block;
    list-style: none;
    /*background: url(../images/icon_next.gif) no-repeat 1px 3px;*/
    padding: 0px 2px 0px 0px;
    float: left;
}

#menu_cp li a {
    width: 149px;
    background: url(../images/buttons/vermelho.png) no-repeat;
    height: 29px;
    display: block;
    margin: 3px 1px auto;
    color: #deb387;
    font-size: 10px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

#menu_cp li a:hover {
    filter: brightness(1.2);
    color: #ff7a00;
}

#menu_cp bdo li a {
    width: 149px;
    background: url(../images/buttons/botao.png) no-repeat;
    height: 29px;
    display: block;
    margin: 3px 1px auto;
    color: #deb387;
    font-size: 12px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

#menu_cp bdo li span {
    width: 149px;
    background: url(../images/buttons/cinza.png) no-repeat;
    height: 29px;
    display: block;
    margin: 3px 1px auto;
    color: #deb387;
    font-size: 12px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration:line-through;
}

#menu_cp li #ButtonPanelGemsA {
    width: 149px;
    background: url(../images/buttons/laranja.png) no-repeat;
    height: 29px;
    display: block;
    margin: 3px 1px auto;
    color: #deb387;
    font-size: 12px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

#menu_cp li #ButtonPanelVIPA {
    width: 149px;
    background: url(../images/buttons/amarelo.png) no-repeat;
    height: 29px;
    display: block;
    margin: 3px 1px auto;
    color: #deb387;
    font-size: 12px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}


/* Virtual vault */
.vaultBox {
    width: 234px;
    height: 500px;
    background-image: url(../images/vault/vault.png);
}


.vaultBox #vaultName { 
    position: relative;
	top: 17px; 
    font-size: 17px;
	text-align: center;
    font-family: "OPTIMUSPRINCEPSSEMIBOLD";
    color: #e1d5c8;
    text-shadow: 1px 1px 1px #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*
.vaultBox #vaultName {                
    position: relative;
    top: 15px;  
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #c7c7c7;
}*/

.vaultBox ul#itemsVaultGame, ul#itemsVaultVirtual {
    position: relative;
    top: 40px;
    left: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
	overflow-x: hidden;
    width: 220px;
    height: 432px;
}
.vaultBox ul#itemsVaultGame li, ul#itemsVaultVirtual li {                
    width: 96%;
    height: 17px;    
    margin: 0;
    padding-left: 8px;
    color: #A79C8F;
    overflow: hidden;
    list-style: none; 
    background: none;
}
.vaultBox ul#itemsVaultGame li:hover, ul#itemsVaultVirtual li:hover {                
    width: 96%;
    height: 17px;    
    margin: 0;  
    padding-left: 8px;
    color: #F9ECDE;
    overflow: hidden; 
}
.vaultBox ul#itemsVaultGame li:hover, ul#itemsVaultVirtual li:hover {                
    cursor: pointer; 
}


#logs_ .quadros {
    border: 1px solid #492e26;
    margin: 6px 0;
    padding: 6px;
    color: #fff;
}
#logs_ textarea {
    margin: 5px auto;
	height:150px;
    width: 99%;
}

/*
#logs_ select {
    padding: 3px 2px;
    border: 1px solid #1D1D1D;
    background: url(../../../images/input-bg.gif) repeat-x top #333333;
    color: #FFFFFF;
    font-size: 100%;
}
#logs_ input {
    padding: 3px 2px;
    border: 1px solid #1D1D1D;
    background: url(../../../images/input-bg.gif) repeat-x top #333333; 
    color: #000;
    font-size: 100%;
}
*/

#logs_ h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#topsServerHome div.legend
{
    border-color: #726754; 
}
#topsServerHome td
{
    padding : 3px; 
}
#topsServerHome ul
{
    padding: 10px 0px 10px 0px !important; 
}
#topsServerHome li, a 
{
    font-weight: bold;
}

/* interface game */
.goldenArcherBox {  
    width: 298px;
    height: 589px;
    background-image: url(../images/goldenarcher/interface.jpg); 
}

.goldenArcherBox #goldenArcherName {                
    position: relative;
    top: 15px;  
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #96FFF0;
    width: 300px;
}
.goldenArcherBox #serialText {                
    height: 300px;
    left: 30px;
    position: relative;
    top: 65px;
    width: 240px;
    text-align: justify;
}
.goldenArcherBox #serialText p {                
    color: #c7c7c7;
    font-size: 11px;
}
.goldenArcherBox #serialText p.goldText {                
    color: #EAE25B;
    font-size: 11px;
    text-align: center;
}
.goldenArcherBox #serialText p.bold { 
    font-weight: bold;
}
.goldenArcherBox #serialInput {                
    position: relative;
    top: 108px;
    left: 62px;
    width: 174px;
}
.goldenArcherBox #serialInput input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    height: 17px;
    text-align: center;
    width: 168px;
}
.goldenArcherBox #serialCheck {                
    position: relative;
    top: 135px;
    left: 53px;
    width: 193px;
}  
.goldenArcherBox #serialCheck input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: yellow;
    font-size: 12px;
    height: 31px;
    text-align: center;
    width: 190px;
}
.goldenArcherBox #serialResponse {                
    position: relative;
    top: 151px;
    left: 30px;
    width: 240px;
    text-align: center;  
}
.goldenArcherBox #serialResponse p.yellow{                
    color: yellow;
    font-weight: bold;
}
.goldenArcherBox #serialResponse p.white{                
    color: white; 
    font-weight: bold;
}

/* question event */
#questionsEvent {
    width: 450px; 
    height: 360px;
    font-size: 12px;
}
#questionsEvent #answerQuestion {
    text-align: center;
}
#questionsEvent #answerQuestion p { 
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
#questionsEvent #answerQuestion p.congratulations { 
    font-weight: bold;
    font-size: 16px;
    color: green;
}
#questionsEvent #optionsQuestion { 
    margin: 10px;
    width: 425px;
    overflow: hidden;
    padding-top: 10px;
}
#questionsEvent #stringQuestion { 
    color: black;
    font-weight: bold;
    font-size: 16px;
    width: 425px;
    background-color: #F2F2F2;
    /*padding: 5px;*/
    text-align: center;
    margin-bottom: 2px;
}
#questionsEvent #stringsAnswer { 
    color: black;
    font-size: 12px;       
    padding: 5px;
    background-color: #F8F8F8;
}
#questionsEvent #buttonSubmit { 
    width: 425px;
    background-color: #F8F8F8;
} 
#questionsEvent #buttonSubmit input { 
    color: #000;
    margin: 5px;
    width: 412px;
}  
#questionsEvent #reponseSubmit { 
    text-align: center;
} 
#questionsEvent #reponseSubmit p { 
    font-weight: bold;
    font-size: 12px;
    color: #000;
} 
#questionsEvent #reponseSubmit p.correctResponse { 
    font-weight: bold;
    font-size: 16px;
    color: green;
}
#questionsEvent #reponseSubmit p.incorrectResponse { 
    font-weight: bold;
    color: red;
}
#questionsEvent #reponseSubmit p.serial { 
    font-weight: bold;
    font-size: 16px;
    color: green;
}
                           
#questionsEvent #timerString {
    float: right;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
}
#questionsEvent #timerCount {
    display: inline;
    font-weight: bold;
    color: green;
    font-size: 12px;
}

.tablemeio { 
  border: 1px solid #492e26;
  color: #deb387;
  padding:3px;
}

/*Test notices middle*/
#boxNoticesMiddle {
    background: url(../images/box_notices.png);
    width: 500px;
    height: 200px;
    /*float: left;*/
    /*margin: 10px 0 0 484px;*/
	margin-top: 6px;
	margin-bottom: 10px;
}

#boxNoticesMiddle #MoreNotices a {
    background: url(../images/mais.png) no-repeat;
    width: 32px;
    height: 32px;
    /* position: absolute; */
    margin: -40px 10px;
    float: right;
}

#boxNoticesMiddle #MoreNotices a:hover, #boxNoticesMiddle #MoreNotices a:focus {
	background: url(../images/mais_h.png) no-repeat;
}

#boxNoticesMiddle .locationtitle {
    padding: 15px 0;
}

#boxNoticesMiddle .locationtitle h1{
    width: 84px;
    height: 19px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -160px;
    display: block;
    text-indent: -100000em;
    margin: auto;
}


ANTIGO

#boxNoticesMiddle .locationtitle h1{
	line-height: 48px;
    font-size: 23px;
	font-family: "OPTIMUSPRINCEPSSEMIBOLD";
	color:#e1d5c8;
	text-align: center;
    text-shadow: 1px 1px 1px #000; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#boxNoticesMiddle ul {
    margin-top: 6px;
}
#boxNoticesMiddle ul li {
    padding: 0px 18px;
}
#boxNoticesMiddle ul li a {
    color: #8C7E6E;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    line-height: 27px;
    
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#boxNoticesMiddle ul li a:hover {
    color: #deb387;
} 
#boxNoticesMiddle ul li a span {
    font-weight: bold;
    font-size: 11px;
}
#boxNoticesMiddle a#viewAll {
    color: #8C7E6E;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 11px;
    float: right;
    padding: 3px 10px 0 0;
    text-decoration: none;
}

input, area, a, div, span, bdo {
	outline: 0;
}

textarea{
	background-color: #000;
	color: #deb387;
	border: 1px solid #492e263;
}

select{
	height:26px;
	background: url(../images/Elements.png) no-repeat -9px -630px;
    border: none;
    outline: none;
    padding-left: 8px;
    font-family: Tahoma;
    font-size: 10px;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    margin-bottom: 3px;
    width: 53%;
}

select option {
    background-color: #000;
	color: #deb387;
	border: 1px solid #492e26;
}

select optgroup {
    background-color: #372C28;
    color: #deb387;
    border: 1px solid #492e26;
}
input[type="password"],
input[type="text"] {
	height:25px;
    width:163px;
	background: url(../images/Elements.png) no-repeat -11px -320px;
    border: none;
    outline: none;
    padding-left: 8px;
    font-family: Tahoma;
    font-size: 10px;
    color: #deb387;
    /*text-shadow: 1px 1px 1px #000;*/
    font-weight: bold;
    margin-bottom: 3px;
}

/*
input[type="submit"],
input[type="button"]
{
 -moz-box-shadow:inset 0px 1px 0px 0px #e0d9b6;
 -webkit-box-shadow:inset 0px 1px 0px 0px #e0d9b6;
 box-shadow:inset 0px 1px 0px 0px #e0d9b6;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0d9b6), color-stop(1, #806d4f) );
 background:-moz-linear-gradient( center top, #e0d9b6 5%, #806d4f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0d9b6', endColorstr='#806d4f');
 background-color:#e0d9b6;
 -webkit-border-top-left-radius:0px;
 -moz-border-radius-topleft:0px;
 border-top-left-radius:0px;
 -webkit-border-top-right-radius:0px;
 -moz-border-radius-topright:0px;
 border-top-right-radius:0px;
 -webkit-border-bottom-right-radius:0px;
 -moz-border-radius-bottomright:0px;
 border-bottom-right-radius:0px;
 -webkit-border-bottom-left-radius:0px;
 -moz-border-radius-bottomleft:0px;
 border-bottom-left-radius:0px;
 text-indent:0;
 border:1px solid #211b18;
 display:inline-block;
 color:#211b18;
 font-family:Arial;
 font-size:13px;
 font-weight:bold;
 font-style:normal;
 height:28px;
 line-height:23px;
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #bfb2a3;
 cursor: pointer;
}
*/

input[type="submit"], input[type="button"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #e0d9b6;
    background: -moz-linear-gradient(center top, #e0d9b6 5%, #806d4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0d9b6', endColorstr='#806d4f');
    display: inline-block;
    cursor: pointer;
    width: 100px;
    background: url(../images/buttons/vermelho.png) no-repeat;
    height: 29px;
    margin: 8px 8px auto;
    color: #deb387;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: none;
    border: none;
}

input[type="submit"]:hover, input[type="button"]:hover {
    filter: brightness(1.2);
    color: #ff7a00;
}




input[type="submit"]:hover, 
input[type="button"]:hover {
    opacity: 0.85;
    transform: scale(1.05);
}

input[type="submit" i] {
    border-width: 0px;
}

/*
input[type="submit"]:hover,
input[type="button"]:hover {
 cursor: pointer;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #806d4f), color-stop(1, #e0d9b6) );
 background:-moz-linear-gradient( center top, #806d4f 5%, #e0d9b6 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#806d4f', endColorstr='#e0d9b6');
 background-color:#806d4f;
}
*/

input[type="submit"]:active,
input[type="button"]:active {
 cursor: pointer;
 position:relative;
 top:1px;
}

input[type="file"] {
  color: transparent;
}

input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type="file"]::before {
 content: 'Escolher Arquivo';
 -moz-box-shadow:inset 0px 1px 0px 0px #e0d9b6;
 -webkit-box-shadow:inset 0px 1px 0px 0px #e0d9b6;
 box-shadow:inset 0px 1px 0px 0px #e0d9b6;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0d9b6), color-stop(1, #806d4f) );
 background:-moz-linear-gradient( center top, #e0d9b6 5%, #806d4f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0d9b6', endColorstr='#806d4f');
 background-color:#e0d9b6;
 -webkit-border-top-left-radius:0px;
 -moz-border-radius-topleft:0px;
 border-top-left-radius:0px;
 -webkit-border-top-right-radius:0px;
 -moz-border-radius-topright:0px;
 border-top-right-radius:0px;
 -webkit-border-bottom-right-radius:0px;
 -moz-border-radius-bottomright:0px;
 border-bottom-right-radius:0px;
 -webkit-border-bottom-left-radius:0px;
 -moz-border-radius-bottomleft:0px;
 border-bottom-left-radius:0px;
 text-indent:0;
 border:1px solid #211b18;
 display:inline-block;
 color:#211b18;
 font-family:Arial;
 font-size:13px;
 font-weight:bold;
 font-style:normal;
 height:27px;
 line-height:26px;
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #bfb2a3;
 cursor: pointer;
}
input[type="file"]:hover::before {
 cursor: pointer;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #806d4f), color-stop(1, #e0d9b6) );
 background:-moz-linear-gradient( center top, #806d4f 5%, #e0d9b6 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#806d4f', endColorstr='#e0d9b6');
 background-color:#806d4f;
}
input[type="file"]:active::before {
 cursor: pointer;
 position:relative;
 top:1px;
}


/*PACOTES VIP*/

#BuyVIP1 {
	display:block;
	height:157px;
    width:150px;
	background: url(../images/Vip1_.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyVIP1:hover {
	display:block;
	height:157px;
    width:150px;
	background: url(../images/Vip1_hover_.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyVIP2 {
	display:block;
	height:157px;
    width:150px;
	background: url(../images/Vip2_.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyVIP2:hover {
	display:block;
	height:157px;
    width:150px;
	background: url(../images/Vip2_hover_.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyVIP3 {
	display:block;
	height:157px;
    width:150px;
	background: url(../images/Vip3_.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyVIP3:hover {
	display:block;
	height:157px;
    width:150px;
	background: url(../images/Vip3_hover_.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}


/*PACOTES GEMS*/

#BuyPacote1 {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote1.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote1:hover {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote1_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2 {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote2.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2:hover {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote2_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3 {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote3.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3:hover {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote3_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4 {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote4.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4:hover {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote4_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5 {
	display:block;
	height:242px;
    width:150px;
	background-image: url(../images/Pacote5.jpg);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5:hover {
	display:block;
	height:242px;
    width:150px;
	background: url(../images/Pacote5_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

/*PACOTES GEMS PROMOÇÃO 70%*/

#BuyPacote1P70 {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote1P70.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote1P70:hover {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote1P70_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2P70 {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote2P70.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2P70:hover {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote2P70_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3P70 {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote3P70.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3P70:hover {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote3P70_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4P70 {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote4P70.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4P70:hover {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote4P70_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5P70 {
	display:block;
        height:193px;
    width:150px;
	background-image: url(../images/Pacote5P70.jpg);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5P70:hover {
	display:block;
        height:193px;
    width:150px;
	background: url(../images/Pacote5P70_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

/*PACOTES GEMS PROMOÇÃO 15%*/

#BuyPacote1P15 {
	display:block;
    height:193px;
    width:150px;
	background: url(../images/Pacote1P15.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote1P15:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote1P15_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2P15 {
	display:block;
    height:193px;
    width:150px;
	background: url(../images/Pacote2P15.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2P15:hover {
	display:block;
    height:193px;
    width:150px;
	background: url(../images/Pacote2P15_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3P15 {
	display:block;
    height:193px;
    width:150px;
	background: url(../images/Pacote3P15.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3P15:hover {
	display:block;
    height:193px;
    width:150px;
	background: url(../images/Pacote3P15_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4P15 {
	display:block;
    height:193px;
    width:150px;
	background: url(../images/Pacote4P15.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4P15:hover {
	display:block;
    height:193px;
    width:150px;
	background: url(../images/Pacote4P15_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5P15 {
	display:block;
    height:193px;
    width:150px;
	background-image: url(../images/Pacote5P15.jpg);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5P15:hover {
	display:block;
    height:193px;
    width:150px;
	background: url(../images/Pacote5P15_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

/*PACOTES GEMS PROMOÇÃO 50%*/

#BuyPacote1P {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote1P.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote1P:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote1P_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2P {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote2P.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2P:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote2P_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3P {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote3P.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3P:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote3P_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4P {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote4P.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4P:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote4P_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5P {
	display:block;
	height:193px;
    width:150px;
	background-image: url(../images/Pacote5P.jpg);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5P:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote5P_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

/*PACOTES GEMS PROMOÇÃO 20%*/

#BuyPacote1P20 {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote1P20.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote1P20:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote1P20_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2P20 {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote2P20.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote2P20:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote2P20_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3P20 {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote3P20.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote3P20:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote3P20_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4P20 {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote4P20.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote4P20:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote4P20_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5P20 {
	display:block;
	height:193px;
    width:150px;
	background-image: url(../images/Pacote5P20.jpg);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#BuyPacote5P20:hover {
	display:block;
	height:193px;
    width:150px;
	background: url(../images/Pacote5P20_hover.jpg) no-repeat;
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#imgCaixa {
	display:block;
	height:89px;
    width:154px;
	background-image: url(../images/imgCaixa.png);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#imgPagSeguro {
	display:block;
	height:89px;
    width:154px;
	background-image: url(../images/imgPagSeguro.png);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

#imgPicPay {
	display:block;
	height:89px;
    width:154px;
	background-image: url(../images/imgPicPay.png);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

.backPack {
	display:block;
	height:25px;
    width:144px;
	background-image: url(../images/backPack.jpg);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

.backPlan {
	display:block;
	height:25px;
    width:144px;
	background-image: url(../images/backPlan.jpg);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

.yesPicPay {
	display:block;
	height:25px;
    width:184px;
	background-image: url(../images/yesPicPay.png);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

.noPicPay {
	display:block;
	height:25px;
    width:184px;
	background-image: url(../images/noPicPay.png);
    border: none;
    outline: none;
	text-indent: -100000px;	
}

.BoxMigration {
float: right;
margin-left: 7px;
margin-top:-45px; 
background: url(../images/box_migrar.png) top center no-repeat; 
width:230px; 
height:45px; 
cursor:pointer;
}

.BoxMigration:hover {
background: url(../images/box_migrar_hover.png) top center no-repeat; 
}

.migration_mad {
margin-top:8px; 
background: url(../images/migrarmad.jpg) top center no-repeat; 
width:230px; 
height:45px; 
cursor:pointer;
transition: .5s;
}

.migration_mad:hover {
background: url(../images/migrarmad_hover.jpg) top center no-repeat; 
}

.migration_unit {
margin-top:8px; 
background: url(../images/migrarunit.jpg) top center no-repeat; 
width:230px; 
height:45px; 
cursor:pointer;
transition: .5s;
}

.migration_unit:hover {
background: url(../images/migrarunit_hover.jpg) top center no-repeat; 
}

.migration_white {
margin-top:8px; 
background: url(../images/migrarwhite.jpg) top center no-repeat; 
width:230px; 
height:45px; 
cursor:pointer;
transition: .5s;
}

.migration_white:hover {
background: url(../images/migrarwhite_hover.jpg) top center no-repeat; 
}


#wrapper #mtwmain #mtwmr #mtwmreventh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmreventh h1 {
    width: 220px;
    background: url(../images/Elements.png) -5px -632px;
    height: 44px;
    display: block;
    margin: 5px 0 0 2px;
    float: left;
}
#wrapper #mtwmain #mtwmr #mtwmreventh h1 span {   
    background: url(../images/TextsCommonn1.png) no-repeat 11px -425px;
    height: 21px;
    text-indent: -100000px;
    display: block;
    margin: 12px auto;
    width: 106px;
}

#wrapper #mtwmain #mtwmr #mtwmrenqueteh {
    width: 230px;
    background: transparent url(../images/box2_background.png) top center no-repeat;
}
#wrapper #mtwmain #mtwmr #mtwmrenqueteh h1 {
    width: 220px;
    background: url(../images/Elements.png) -5px -632px;
    height: 44px;
    display: block;
    margin: 5px 0 0 2px;
    float: left;
}
#wrapper #mtwmain #mtwmr #mtwmrenqueteh h1 span {       
    height: 21px;
    text-indent: 35px;
    display: block;
    margin: 12px auto;
    width: 106px;
}


#wrapper #mtwmain #mtwmr #mtwmreventc {
    width: 230px;
    background: url(../images/box_login.png) no-repeat center bottom;
    margin-top: -26px;
    position: relative;
    z-index: 500;
}
#wrapper #mtwmain #mtwmr #mtwmreventc #mtwmreventcin ul {
    padding: 10px;
}

#AllEventMenuStyle ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
#AllEventMenuStyle ul li {
  margin: 0;
  padding: 5px;
  font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #492e26;
  list-style-type: none; 
}

#AllEventMenuStyle ul li:hover {
  background-color: #120D0C;
}
 
#AllEventMenuStyle ul li a {
  font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
  text-decoration: none;
  display: block;
  color: #deb387;
}

#AllEventMenuStyle h1 {
  margin: 0;
  padding: 5px;
  font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #492e26;
  list-style-type: none; 	
  background: #120D0C;
}


/*************************************************/

#wrapper #mtwmain #mtwmc #mtwmcrankingP {
    width: 500px;
    height: 466px;
    background: url(../images/box_ranking_p.jpg) no-repeat;
    margin-top: 6px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitle {
    padding-top: 7px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitleP a {
    background: url(../images/btn_person.png) no-repeat;
    width: 136px;
    height: 38px;
    position: absolute;
    margin-top: -29px;
    margin-left: 32px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitleP a:hover, #wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitleP a:focus {
	background: url(../images/btn_person_on.png) no-repeat;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitlePH a {
    background: url(../images/btn_person_on.png) no-repeat;
    width: 136px;
    height: 38px;
    position: absolute;
    margin-top: -36px;
    margin-left: 32px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitleG a {
    background: url(../images/btn_guild.png) no-repeat;
    width: 136px;
    height: 38px;
    position: absolute;
    margin-top: -36px;
    margin-left: 334px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitleG a:hover, #wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitleG a:focus {
	background: url(../images/btn_guild_on.png) no-repeat;
}


#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingtitle span {
    width: 91px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -141px;
    display: block;
    margin: 5px auto;
    text-indent: -1000000em;
    height: 19px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingmenu ul {
    margin: 19px 0 0 94px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingmenu ul li {
    float: left;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingmenu ul li a {
    display: block;
    width: 105px;
    height: 35px;
	text-decoration:none;
	text-align:center;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingmenu ul li a span {
    margin: auto;
    line-height: 35px;
    font-size: 13px;
    font-family: "OPTIMUSPRINCEPSSEMIBOLD";
    color: #e1d5c8;
    text-shadow: 1px 1px 1px #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingmenu ul li a:hover span {
    color: #B99661;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingP #mtwmcrankingmenu ul li a:focus span {
    color: #E4A64D;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul {
    margin: 12px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul li {
    width: 497px;
    background: url(../images/Elements.png) no-repeat 2px -433px;
    height: 59px;
    margin-bottom: 8px;
    position: relative;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul li img {
    position: absolute;
    margin: 0px 30px;
    width: 63px;
    height: 62px;
    border-radius: 0px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul li h1 {
    position: absolute;
    margin: 12px 0 0 109px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    display: block;
    text-align: center;
    width: 87px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul li h2 {
    position: absolute;
    margin: 41px 0 0 114px;
    font-family: Tahoma;
    font-size: 10px;
    color: #6a5e50;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 151px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul li h2 span {
    color: #deb387;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul li h2 span a { 
    color: #deb387;
    text-decoration: none;
    transition: 0.2s ease;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul li h2 span a:hover { 
    color: #ff8c00; /* laranja */
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcP ul li h3 {
    position: absolute;
    margin: 40px 0 0 268px;
    font-family: Tahoma;
    font-size: 13px;
    color: #deb387;;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 120px;
    text-align: center;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingcP .hidden {
    display: none;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingcP #rankingupdate  {
    position: absolute;
    margin: -6px 0 0 305px;
    font-family: Tahoma;
    font-size: 11px;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    display: block;
	cursor: pointer;
	font-weight: bold;
}

/******************************************************************/

/*#wrapper #mtwmain #mtwmc #mtwmcrankingG {
    width: 500px;
    height: 467px;
    background: url(../images/box_ranking_g.jpg) no-repeat;
    margin-top: 6px;
}*/

#wrapper #mtwmain #mtwmc #mtwmcrankingG {
    width: 500px;
    height: 467px;
    background: url(../images/box_ranking_g_new.jpg) no-repeat;
    margin-top: 6px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitle {
    padding-top: 7px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitle span {
    width: 91px;
    background: url(../images/TextsCommonn1.png) no-repeat -3px -141px;
    display: block;
    margin: 5px auto;
    text-indent: -1000000em;
    height: 19px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitleP a {
    background: url(../images/btn_person.png) no-repeat;
    width: 136px;
    height: 38px;
    position: absolute;
    margin-top: -36px;
    margin-left: 32px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitleP a:hover, #wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitleP a:focus {
	background: url(../images/btn_person_on.png) no-repeat;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitleG a {
    background: url(../images/btn_guild.png) no-repeat;
    width: 136px;
    height: 38px;
    position: absolute;
    margin-top: -36px;
    margin-left: 334px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitleG a:hover, #wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitleG a:focus {
	background: url(../images/btn_guild_on.png) no-repeat;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingtitleGH a {
    background: url(../images/btn_guild_on.png) no-repeat;
    width: 136px;
    height: 38px;
    position: absolute;
    margin-top: -36px;
    margin-left: 334px;
}

/*#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingmenu ul {
    margin: 19px 0 0 41px;
}*/

#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingmenu ul {
    margin: 19px 0 0 145px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingmenu ul li {
    float: left;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingmenu ul li a {
    display: block;
    width: 105px;
    height: 35px;
	text-decoration:none;
	text-align:center;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingmenu ul li a span {
    margin: auto;
    line-height: 35px;
    font-size: 13px;
    font-family: "OPTIMUSPRINCEPSSEMIBOLD";
    color: #e1d5c8;
    text-shadow: 1px 1px 1px #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingmenu ul li a:hover span {
    color: #B99661;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingG #mtwmcrankingmenu ul li a:focus span {
    color: #E4A64D;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcG ul {
    margin: 12px;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingcG ul li {
    width: 497px;
    background: url(../images/Elements.png) no-repeat 2px -433px;
    height: 59px;
    margin-bottom: 8px;
    position: relative;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcG ul li img {
    position: absolute;
    margin: 4px 34px;
    width: 54px;
    height: 54px;
    border-radius: 2px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcG ul li h1 {
    position: absolute;
    margin: 12px 0 0 109px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    display: block;
    text-align: center;
    width: 87px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcG ul li h2 {
    position: absolute;
    margin: 41px 0 0 114px;
    font-family: Tahoma;
    font-size: 10px;
    color: #6a5e50;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 151px;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcG ul li h2 span {
    color: #deb387;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcG ul li h2 span a {
    color: #deb387;
	text-decoration: none;
}
#wrapper #mtwmain #mtwmc #mtwmcrankingcG ul li h3 {
    position: absolute;
    margin: 41px 0 0 268px;
    font-family: Tahoma;
    font-size: 10px;
    color: #B9945A;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 108px;
    text-align: center;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingcG .hidden {
    display: none;
}

#wrapper #mtwmain #mtwmc #mtwmcrankingcG #rankingupdate  {
    position: absolute;
    margin: -6px 0 0 305px;
    font-family: Tahoma;
    font-size: 11px;
    color: #deb387;
    text-shadow: 1px 1px 1px #000;
    display: block;
    cursor: pointer;
    font-weight: bold;
}

.BoxEmperor {
    position: absolute;
    margin-left: 766px;
    margin-top: -280px;
    background: url(../images/box_emperor.png) top center no-repeat;
    width: 200px;
    height: 227px;
    cursor: pointer;
}

/*.BoxEmperor:hover {
background: url(../images/box_migrar_hover.png) top center no-repeat; 
}*/


.reidomad {
	background: url(../images/reidomad.png);
	width: 230px;
	height: 272px;
	margin: -10px 0 0 -23px;
}

.reidomad a {
	text-decoration: none;
	color: inherit;
}

.reidomad a p{
    position: absolute;
    margin: 32px 0 0 66px;
    font-family: Tahoma;
    font-size: 14px;
    color: #e4c487;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 151px;
}

.reidomu img {
    width:98px; height:98px; margin: 38px 0px 0 66px;
}

.topdonate img {
    width: 108px;
    height: 101px;
    margin: -5px 0px 0 6px;
}

.topdonate{
    position: relative;
    width: 280px;
    height: 340px;
}

/* AVATAR */
.topdonate-avatar{
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

/* NOME */
.topdonate-name{
    position: absolute !important;
    top: 160px !important; /* aumente para descer */
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 180px !important;
    text-align: center !important;
    z-index: 10;
}

.topdonate-name a{
    color: #e4c487 !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    text-shadow: 0 0 5px #000 !important;
}

.topdonate-name a{
    color: #e4c487;
    top: 238px;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0 5px #000;
}

/* VALOR */
.topdonate-value{
    position: absolute;
    top: 238px;
    left: 50%;
    transform: translateX(-50%);

    width: 180px;
    text-align: center;

    color: #d49317;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
}


.reidomu {
    background: url(../images/reidomu.png);
    width: 230px;
    height: 272px;
    margin: -10px 0 0 -23px;
}

.topdonate {
    background: url(../images/topdonate.png);
    width: 230px;
    height: 272px;
    margin: -10px 0 0 -23px;
}

.reidomu a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #f5c46b;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    transition: 0.2s;
}

/* coroa escondida */
.reidomu a::before {
    content: "👑";
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%) scale(0.75);
    opacity: 0;
    font-size: 12px;
    line-height: 1;
    transition: 0.2s ease;
}

/* aparece no hover */
.reidomu a:hover::before {
    opacity: 1;
    left: -18px;
}

/* cor do nome no hover */
.reidomu a:hover {
    color: #ffd700;
    text-shadow: 0 0 6px rgba(255, 180, 0, 0.8);
}

.reidomu a p{
    position: absolute;
    margin: 32px 0 0 66px;
    font-family: Tahoma;
    font-size: 14px;
    color: #e4c487;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 151px;
}

.reidomu img {
    width:98px; height:98px; margin: 38px 0px 0 66px;
}

.formas_pagamentos {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
    width: 160px;
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 6px;
    padding: 2px 0;
    border-radius: 6px;
    margin-left: -197px;
    position: absolute;
    margin-top: 1px;
    z-index: 1000;
    line-height: 18px;
}

.tooltip .tooltiptext strong {
	color:#6a5e50;
	font-size:12px;
}

.tooltip .tooltiptext .nome_evento {
	color:#5a83c3;
	font-size:12px;
}

.tooltip .tooltiptext .premio_evento {
	color:#b13434;
	font-size:12px;
}

.tooltip .tooltiptext h2 {
    font-size: 11px;
    color: #967d57;
	display: inline;
}

.tooltip .tooltiptext h3 {
    font-size: 11px;
    color: #967d57;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}



.rhonra {
	position: relative;
	text-align: center;
}

.rhonra span {
	display: none;
}

.rhonra:hover span {
border: 1px dashed #deb387;
background-color: #19120e;
position: absolute;
color: #deb387;
display: block;
padding: 5px;
min-width: 100px;
top:3em;
left:0em;
z-index: 1000;
}

/*ranking middle index*/
#boxRHonraMiddle {
    background: url(../images/rankhonra.jpg);
    width: 500px;
    height: 200px;
	margin-top: 6px;
	margin-bottom: 10px;
}

#boxRHonraMiddle #PlayRHonra {
	width: 500px;
    position: absolute;
}

#boxRHonraMiddle #PlayRHonra a {
	background: url(../images/play.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 9px 10px;
    float: right;
}

#boxRHonraMiddle #PlayRHonra a:hover, #boxRHonraMiddle #PlayRHonra a:focus {
	background: url(../images/play_h.png) no-repeat;
}


/*RHonraTop3*/
#boxRHonraMiddle #RHonraTop3 {
    margin-left: 5px;
    margin-right: -23px;
    height: 200px;
    width: 170px;
    display: inline-block;
}

#boxRHonraMiddle #RHonraTop3 #Patente {
    margin-left: 14px;
    margin-top: 100px;
    position: absolute;
	cursor: pointer;
}
#boxRHonraMiddle #RHonraTop3 #Patente img {
	width: 45px;
}

#boxRHonraMiddle #RHonraTop3 #Avatar {
    margin-left: 62px;
    margin-top: 46px;
    position: absolute;
}
#boxRHonraMiddle #RHonraTop3 #Avatar img {
	width: 100px;
    height: 100px;
}

#boxRHonraMiddle #RHonraTop3 #Nome {
    margin-left: 62px;
    margin-top: 153px;
    position: absolute;
    width: 100px;
    text-align: center;
}
#boxRHonraMiddle #RHonraTop3 #Nome span, #boxRHonraMiddle #RHonraTop3 #Nome span a {
    color: #deb387;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #151515;
	text-decoration: none;
}

#boxRHonraMiddle #RHonraTop3 #Exp {
    margin-left: 62px;
    margin-top: 172px;
    position: absolute;
    width: 100px;
    text-align: center;
}
#boxRHonraMiddle #RHonraTop3 #Exp span {
    color: #9888e8;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #151515;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
}

/*ranking txt index*/
#boxRtxt {
    background: url(../images/ranktxtt.jpg);
    width: 500px;
    height: 200px;
	margin-top: 6px;
	margin-bottom: 10px;
}

#boxRtxt #PlayRHonra {
	width: 500px;
    position: absolute;
}

#boxRtxt #PlayRHonra a {
	background: url(../images/play.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 9px 10px;
    float: right;
}

#boxRtxt #PlayRHonra a:hover, #boxRHonraMiddle #PlayRHonra a:focus {
	background: url(../images/play_h.png) no-repeat;
}


/*RHonraTop3*/
#boxRtxt #RHonraTop3 {
    margin-left: 5px;
    margin-right: -23px;
    height: 200px;
    width: 150px;
    display: inline-block;
}

#boxRtxt #RHonraTop3 #Patente {
    margin-left: 14px;
    margin-top: 100px;
    position: absolute;
	cursor: pointer;
}
#boxRtxt #RHonraTop3 #Patente img {
	width: 45px;
}

#boxRtxt #RHonraTop3 #Avatar {
    margin-left: 62px;
    margin-top: 46px;
    position: absolute;
}
#boxRtxt #RHonraTop3 #Avatar img {
	width: 100px;
    height: 100px;
}

#boxRtxt #RHonraTop3 #Nome {
    margin-left: 62px;
    margin-top: 153px;
    position: absolute;
    width: 100px;
    text-align: center;
}
#boxRtxt #RHonraTop3 #Nome span, #boxRHonraMiddle #RHonraTop3 #Nome span a {
    color: #deb387;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #151515;
	text-decoration: none;
}

#boxRtxt #RHonraTop3 #Exp {
    margin-left: 62px;
    margin-top: 172px;
    position: absolute;
    width: 100px;
    text-align: center;
}
#boxRtxt #RHonraTop3 #Exp span {
    color: #9888e8;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #151515;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
}

/***************************/
/*ranking dp index*/
#boxRdp {
    background: url(../images/rankdpp.jpg);
    width: 500px;
    height: 200px;
	margin-top: 6px;
	margin-bottom: 10px;
}

#boxRdp #PlayRHonra {
	width: 500px;
    position: absolute;
}

#boxRdp #PlayRHonra a {
	background: url(../images/play.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 9px 10px;
    float: right;
}

#boxRdp #PlayRHonra a:hover, #boxRHonraMiddle #PlayRHonra a:focus {
	background: url(../images/play_h.png) no-repeat;
}


/*RHonraTop3*/
#boxRdp #RHonraTop3 {
    margin-left: 55px;
    margin-right: -23px;
    height: 200px;
    width: 130px;
    display: inline-block;
}

#boxRdp #RHonraTop3 #Patente {
    margin-left: 14px;
    margin-top: 100px;
    position: absolute;
	cursor: pointer;
}
#boxRdp #RHonraTop3 #Patente img {
	width: 45px;
}

#boxRdp #RHonraTop3 #Avatar {
    margin-left: 62px;
    margin-top: 46px;
    position: absolute;
}
#boxRdp #RHonraTop3 #Avatar img {
	width: 100px;
    height: 100px;
}

#boxRdp #RHonraTop3 #Nome {
    margin-left: 62px;
    margin-top: 153px;
    position: absolute;
    width: 100px;
    text-align: center;
}
#boxRdp #RHonraTop3 #Nome span a,
#boxRHonraMiddle #RHonraTop3 #Nome span a {
    color: #deb387;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #151515;
    text-decoration: none;
    transition: 0.2s;
}

#boxRdp #RHonraTop3 #Nome span a:hover,
#boxRHonraMiddle #RHonraTop3 #Nome span a:hover {
    color: #ff8c00 !important;
}

#boxRdp #RHonraTop3 #Exp {
    margin-left: 62px;
    margin-top: 172px;
    position: absolute;
    width: 100px;
    text-align: center;
}
#boxRdp #RHonraTop3 #Exp span {
    color: #9888e8;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #151515;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
}

/***************************/

		.icon-social {
			position: absolute;
			margin-left: 0;
			width: 57px;
			height: 57px;
			cursor:pointer;
			z-index: 1;
			display: flex;
		
		}
		
		.icon-social .facebook:hover{
       filter: brightness(167%);
      
		}
		.icon-social .discord:hover{
       filter: brightness(167%);
       
		}
		.icon-social .youtube:hover{
       filter: brightness(167%);
       
       
		}.icon-social .whatsapp:hover{
       filter: brightness(167%);
      
		}.icon-social .tiktok:hover{
       filter: brightness(300%);
      
		}
		
		.players-online {
			position: absolute;
			right: 0;
		}
		.form-whatsapp {
			position: absolute;
			margin-top: 93px;
			margin-left: 3px;
			width: 196px;
			height: 192px;
			background: url('https://i.imgur.com/lW4hLAG.png') top center no-repeat;
			display: none;
		}
		
		
		.form-container {
			position: absolute;
			margin-top: 53px;
			margin-left: 13px;
		}
		
		.form-container .form-title {
			font-family: Tahoma;
			font-size: 12px;
			color: #6A5E50;
			line-height: 20px;
			font-weight: bold;
		}
		
		.form-whatsapp .login-whatsapp {
			font-family: Tahoma;
			font-size: 12px;
			color: #6A5E50;
			line-height: 20px;
			font-weight: bold;
			padding: 8px;
			margin-top: 75px;
			margin-left: 9px;
		}
		
		#fancybox-content {
			border: 0px solid #2a1f19;
		}
		
		#fancybox-overlay {
			background-color: rgb(0, 0, 0)!important;
			opacity: 0.5!important;
		}
		
/***************/
						#basePVP {
							width: 500px;
							height: 199px;
							background: url(templates/mumad/images/box_kingpvp.jpg) no-repeat;
							margin-top: 10px;
						}
						#basePVP #border {
							position: absolute;
							margin: 0px 0 0 0px;
							z-index: 100;
						}
						#basePVP #image {
							position: absolute;
							margin: 62px 0 0 21px;
							z-index: 50;
						}
						#basePVP #char {
							font-family: Tahoma;
							font-size: 14px;
							color: #ffffff;
							font-weight: bold;
							position: absolute;
							margin: 177px 0 0 26px;
							width: 95px;
							text-align: center;
							z-index: 150;
						}
						#basePVP #text {
							font-family: Tahoma;
							font-size: 10px;
							color: #ffffff;
							position: absolute;
							margin: 189px 0 0 432px;
							text-align: right;
							z-index: 200;
						}
/********************/
#popup{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-356px;
	margin-top:-169px;
	display: none;
	z-index: 10000;
	cursor: pointer;
}

#datenumber{
	position: absolute;
	line-height: 48px;
    font-size: 37px;
	font-family: "OPTIMUSPRINCEPSSEMIBOLD";
	color:#FFDE5B;
	text-align: center;
    text-shadow: 1px 1px 1px #000; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	A:link {text-decoration: none} 
	A:visited {text-decoration: none} 
	A:active {text-decoration: none} 
	A:hover {text-decoration: none}
}

#dayhour{
	position: absolute;
	line-height: 48px;
    font-size: 21px;
	color:#FFDE5B;
	font-family: "OPTIMUSPRINCEPSSEMIBOLD";
	text-align: center;
    text-shadow: 1px 1px 1px #000; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#popup{
position: absolute;
left: 10%;
top: 50%;
margin-left:153px;
margin-top:-300px;
display: none;
z-index: 10000;
}

.pulse {
  animation: pulse 2.1s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 0px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(0%);
  }
  100% {
    -webkit-transform: scale(2.1);
    -webkit-filter: brightness(0%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(65%);
  }
  100% {
    transform: scale(1);
    filter: brightness(115%);
  }
}
/************/
#AllNoticeStyle h1 {
    margin: 0;
    padding: 5px;
    font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #492e26;
    list-style-type: none;
    background: #120D0C;
}
/************/
.form .row:first-child {
    padding-top: 0;
}

.form .row {
    position: relative;
    padding: 6px 0;
    /*border-bottom: 1px solid #E2DFDF;*/
    min-height: 30px;
}
.form .row .label {
    width: 130px;
    margin-top: 3px;
    float: left;
    min-height: 25px;
    padding-top: 5px;
}


.form .row .field {
    margin-left: 130px;
}

/******************/
.pagseguro {
  background: url(../images/banner-pagseguro.png) no-repeat;
  width: 219px;
  height: 271px;
  padding-left: 230px;
}
.pagseguro p {
  width: 325px;
  font-size: 12px;
}
.paypal {
  background: url(../images/banner-paypal.png) no-repeat;
  width: 219px;
  height: 271px;
  padding-left: 230px;
}
.paypal p {
  width: 325px;
  font-size: 12px;
}
.deposito {
  background: url(../images/banner-deposito.png) no-repeat;
  width: 219px;
  height: 271px;
  padding-left: 230px;
}
.deposito p {
  width: 325px;
  font-size: 12px;
}
.item .name .ancient {
  color: #9f0;
  background-color: #06f;
}
.item .name .socket {
  font-weight: bold;
  color: #c3c;
}
.item .name .high-level {
  color: #fc3;
}
.item .name .luck {
  color: #7daeff;
}
.item .name .excellent {
  color: #19ff80;
}
.shop {
  width: 230px;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-bottom: 5px;
}
.shop .name {
  width: 122px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  margin-top: -98px;
  margin-left: 100px;
}
.shop .description {
  width: 105px;
  color: #FFF;
  font-size: 10px;
  position: absolute;
    margin-top: -86px;
    margin-left: 104px;
    padding: 5px;
}
.shop-categories {
  width: 129px;
  float: left;
  margin-right: 10px;
}
.shop-categories input {
  margin: 10px 0;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.shop-categories .title {
  background-color: #433027;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0px 0px 2px #000;
  font-size: 12px;
  margin: 4px 0;
  color: #fff;
  padding: 5px;
}
.shop-categories ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.shop-categories ul li {
  line-height: 15px;
  font-weight: bold;
}
.shop-categories ul li a {
  display: block;
  padding: 2px;
  border-bottom: 1px solid #ccc;
  background: url(../images/arrow.gif) -4px 7px no-repeat;
  padding-left: 2px;
}
.shop-itens {
    width: 280px;
    float: left;
    margin-left: 15px;
}
.shop-itens .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
}
.shop-itens .item .name {
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.shop-itens .item .image {
  height: 90px;
  background-color: #b7b5b5;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-itens .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.shop-itens .item .info {
  margin-top: 5px;
  text-align: center;
}
.shop-itens .item .info p {
  margin: 0;
}
.shop-itens .item .buy {
  text-align: center;
  margin-top: 5px;
}
.shop-itens .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.shop-itens .item .cash a {
  float: right;
}
.product-detail .left {
  width: 135px;
  float: left;
  margin-right: 10px;
}
.product-detail .left .image {
  height: 90px;
  background-color: #b7b5b5;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-detail .left .image img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail .left .price {
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.product-detail .detail {
  width: 333px;
  float: left;
}
.product-detail .submit {
  text-align: right;
}
.product-detail .info {
  padding: 4px;
  border: 2px solid #ff8697;
  background: #ffd0da;
  margin-top: 5px;
}
.product-detail .max-excellent {
  margin-top: 5px;
  padding: 5px;
  margin-bottom: 0;
}
.product-detail .checkbox {
  margin: 3px 0;
}
.market .market-options {
  display: flex;
  justify-content: center;
}
.market .market-options a {
  /*border: 2px solid #ccc;*/
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
}
.market .market-options a:hover {
  /*border-color: #08232a;*/
  text-decoration: none;
}
.market .market-search {
  width: 129px;
  float: left;
  margin-right: 30px;
}
.market .market-search input {
  margin: 10px 0;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.market .market-search .title {
  background-color: #433027;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0px 0px 2px #000;
  font-size: 12px;
  margin: 4px 0;
  color: #fff;
  padding: 5px;
}
.market .market-search ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.market .market-search ul li {
  line-height: 15px;
  font-weight: bold;
}
.market .market-search ul li a {
  display: block;
  padding: 2px;
  border-bottom: 1px solid #ccc;
  background: url(../images/arrow.gif) -4px 7px no-repeat;
  padding-left: 3px;
}
.market .market-items .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
}
.market .market-items .item .name {
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.market .market-items .item .image {
  height: 90px;
  background-color: #b7b5b5;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.market .market-items .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.market .market-items .item .info {
  margin-top: 5px;
  text-align: center;
}
.market .market-items .item .info p {
  margin: 0;
}
.market .market-items .item .buy {
  text-align: center;
  margin-top: 5px;
}
.market .market-items .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.market .market-items .item .cash a {
  float: right;
}
.credit-shop {
  margin: 0;
  list-style: none;
  padding: 0;
}
.credit-shop li {
  text-align: center;
  width: 153px;
  padding-right: 10px;
  float: left;
  padding-bottom: 5px;
}
.credit-shop li:nth-child(3n) {
  padding-right: 0;
}
.credit-shop .title {
  margin: 2px;
  font-size: 14px;
}
.credit-shop .desc {
  /*background: #eaeaea;*/
  text-align: left;
  height: 278px;
  padding: 5px;
  line-height: 1.3em;
  margin-bottom: 2px;
}
.credit-shop .price {
  margin: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #ffae00;
  text-shadow: 0 0 8px rgba(255, 174, 0, 0.8);
  letter-spacing: 0.5px;
}
.last-poll {
  padding: 10px;
  padding-top: 8px;
}
.last-poll .poll {
  margin: 0;
  padding: 0;
  list-style: none;
}
.last-poll .poll li {
  margin-bottom: 5px;
}
.last-poll .poll .progress {
  margin-bottom: 0;
  height: 12px;
}
.last-poll .poll .progress .bar {
  font-size: 8px;
  line-height: 12px;
}
.last-poll .total-votes {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #20282a;
}
.last-poll .answer {
  margin-bottom: 5px;
}
.last-poll .answer label {
  display: flex;
  align-items: center;
}
.last-poll .answer label input {
  margin-right: 5px;
}
.last-poll .poll-actions {
  margin-top: 15px;
}
.last-poll .poll-actions a {
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  line-height: 18px;
}
.last-poll .last-poll-result {
  display: none;
  padding-top: 10px;
  border-top: 1px solid #20282a;
  margin-top: 10px;
}

.gateways {
  display: flex;
  justify-content: center;
}
.gateways .gateway {
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #492e26;
  border-radius: 5px;
  width: 150px;
  padding: 10px;
}
.gateways .gateway a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.gateways .gateway a img {
  max-width: 85%;
}
.gateways .gateway:hover {
  border-color: #9898987a;
}

/*********************/
.rankings sup {
  color: red;
}
.rankings .character,
.rankings .guild {
    position: relative;
    width: 229px;
    float: left;
    height: 88px;
    padding: 4px 0px;
    border-bottom: 1px solid #ccc;
    /* border-right: 1px solid #ccc; */
    border-top: 1px solid #ccc;
    margin-top: -1px;
}
.rankings .character:nth-child(3n),
.rankings .guild:nth-child(3n) {
  border-right: 0;
}
.rankings .character .rank-up,
.rankings .guild .rank-up,
.rankings .character .rank-down,
.rankings .guild .rank-down,
.rankings .character .rank-stayed,
.rankings .guild .rank-stayed {
  color: #7B7A79;
  font-weight: bold;
  position: absolute;
  right: 10px;
  font-size: 15px;
  top: 8px;
}
.rankings .character .rank-up,
.rankings .guild .rank-up {
  color: #4C9A33;
}
.rankings .character .rank-down,
.rankings .guild .rank-down {
  color: #C34F4F;
}
.rankings .character .rank-trophy,
.rankings .guild .rank-trophy {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 31px;
  height: 60px;
}
.rankings .character.rank-1 .rank-trophy,
.rankings .guild.rank-1 .rank-trophy {
  background-image: url(../images/trofeu_ouro.png);
  background-position: right 10px;
  background-repeat: no-repeat;
}
.rankings .character.rank-2 .rank-trophy,
.rankings .guild.rank-2 .rank-trophy {
  background-image: url(../images/trofeu_prata.png);
  background-position: right 10px;
  background-repeat: no-repeat;
}
.rankings .character.rank-3 .rank-trophy,
.rankings .guild.rank-3 .rank-trophy {
  background-image: url(../images/trofeu_bronze.png);
  background-position: right 10px;
  background-repeat: no-repeat;
}
.rankings .character .image,
.rankings .guild .image {
  width: 65px;
  height: 88px;
  margin-left: 10px;
  float: left;
  position: relative;
}
.rankings .character .image .gen,
.rankings .guild .image .gen {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 25px;
  height: 35px;
}
.rankings .character .image .mold,
.rankings .guild .image .mold {
  background-image: url(../images/border-avatar-ranking.png);
  width: 70px;
  height: 86px;
  position: relative;
  z-index: 10;
}
.rankings .character .image img,
.rankings .guild .image img {
  position: absolute;
  top: 5px;
  left: 0;
}
.rankings .character .desc,
.rankings .guild .desc {
  width: 101px;
  padding-top: 5px;
  float: left;
}
.rankings .character .rank,
.rankings .guild .rank {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  background: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}
.rankings .character div,
.rankings .guild div {
  height: 14px;
}
.rankings .character .name,
.rankings .guild .name {
  font-size: 13px;
  margin: 0;
}
.rankings .character .class,
.rankings .guild .class {
  margin-top: 2px;
  font-size: 9px;
}
.rankings .character .resets,
.rankings .guild .resets {
  margin: 2px 0;
}
.rankings .character .level,
.rankings .guild .level {
  margin: 2px 0 6px;
  font-size: 14px;
  color: #5F5F00;
  font-weight: bold;
}
.rankings .guild {
  height: 73px;
}
.rankings .guild .image {
  width: 69px;
  height: 73px;
}
/*
.box-panel .box-panel-content {
    border: 2px solid #55636c;
    outline: 1px solid #000;
    padding: 5px;
    clear: both;
    display: block;
    margin: 0 2px;
    background: url(../images/bg-form.gif);
}*/

.box-panel .box-panel-title {
    /* margin-bottom: 2px; */
    /* border-style: solid; */
    border-width: 1px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6c615a;
    /* display: inline-block; */
    z-index: 100;
}

.equipments {

}

.equipments .mapping {
    position: relative;
    width: 400px;
    height: 388px;
}

.equipments .mapping .item-mapping {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipments .mapping .item0 {
    bottom: 17px;
    width: 70px;
    height: 130px;
    left: 7px;
}
.equipments .mapping .item1 {
    bottom: 17px;
    width: 70px;
    height: 130px;
    right: 2px;
}
.equipments .mapping .item2 {
    top: 58px;
    width: 56px;
    height: 65px;
    left: 76px;
}
.equipments .mapping .item3 {
    top: 133px;
    width: 82px;
    height: 98px;
    left: 39px;
}
.equipments .mapping .item4 {
    bottom: 17px;
    width: 60px;
    height: 74px;
    left: 88px;
}
.equipments .mapping .item5 {
    bottom: 155px;
    width: 83px;
    height: 54px;
    right: 44px;
}
.equipments .mapping .item6 {
    bottom: 17px;
    width: 57px;
    height: 74px;
    right: 84px;
}
.equipments .mapping .item7 {
    top: 59px;
    width: 127px;
    height: 112px;
    right: 0px;
}
.equipments .mapping .item8 {
    display: none;
}
.equipments .mapping .item9 {
    top: 81px;
    width: 30px;
    height: 30px;
    right: 137px;
}
.equipments .mapping .item10 {
    bottom: 106px;
    width: 30px;
    height: 30px;
    left: 102px;
}
.equipments .mapping .item11 {
    bottom: 106px;
    width: 30px;
    height: 30px;
    right: 99px;
}

.equipments .mapping {

}


/****************/
.wrap .main .sidebar.right .container .box .loading-login {
    width: 53px;
    height: 43px;
    position: absolute;
    right: 14px;
    top: 32px;
}

.captcha img {
  border: 1px solid #ccc;
}
.captcha input[type=text] {
  width: 202px;
  margin-top: 5px;
}
.captcha .img {
  position: relative;
  display: inline-block;
}
.captcha .img .reload-captcha {
  position: absolute;
  top: 10px;
  right: 10px;
}

/**************************/
.slider-effect {
  content: "";
  position: absolute;
  width: 136px;
  height: 104px;
  /*background: url(../images/slider-effect.png) no-repeat;*/
  top: 526px;
  left: 246px;
  z-index: 1;
}

.slider {
  overflow: hidden;
  position: absolute;
  box-shadow: inset 0 0 100px;
  width: 490px;
  height: 242px;
  margin-left: 5px;
  margin-top: 6px;
} 

.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
width: 488px;
    height: 245px;
  border: 1px solid #373022;
}
.slider .slides .slide {
    transition: filter 0.3s ease;
}

.slider .slides .slide:hover {
    filter: brightness(1.15);
}
.slider .slides .slide-info {
  position: relative;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.slider .slides .slide-info h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
.slider .slides .slide-info .slide-text {
  background: linear-gradient(to bottom, rgba(36, 32, 27, 0.8) 70%, rgba(0, 0, 0, 0));
  color: #fff;
  line-height: 1.7;
  padding: 15px 35px;
  width: 470px;
  margin-left: -35px;
  margin-bottom: 15px;
  position: relative;
}
.slider .slides .slide-info .slide-text:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffc500;
  top: -2px;
  left: 0;
}
.slider .slides .slide-info .slide-i {
  width: 100%;
}
.slider .slides .slide-info p {
  margin-bottom: 0px;
}
.slider .slides .slide-info .slide-date {
  font-size: 14px;
  color: #38352f;
  font-family: Candara, Arial, sans-serif;
}
.slider .slides .slide-info .slide-date span {
  color: #38352f;
  font-size: 18px;
}
.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}
.slider .arrows {
  position: absolute;
  height: 33px;
  width: 33px;
  top: 125px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}
.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  width: 2px;
  height: 2px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 10px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 0px 5px;
  background-color: #ffc103;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid rgba(240, 71, 71, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(240, 71, 71, 0.6);
}

/***************/

.menu_cp li a {
    width: 149px;
    background: url(../images/buttons/vermelho.png) no-repeat;
    height: 29px;
    display: block;
    margin: 3px 1px auto;
    color: #deb387;
    font-size: 12px;
    font-family: Tahoma;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}
.menu_cp li {
    margin: 2px 1px auto;
    display: block;
    list-style: none;
    /* background: url(../images/icon_next.gif) no-repeat 1px 3px; */
    padding: 0px 2px 0px 0px;
    float: left;
}

.character {
        width: 99px;
    float: left;
    margin: 0 5px;
    text-align: center;
}

.notification {
        background: red;
    color: #fff;
    padding: 1px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 8px;
    position: absolute;
    margin-top: -24px;
    margin-left: 160px;
}

.angled-img {
    height: 172px !important;
    width: 172px !important;
}

.vote-up {
    color: green;
}

.vote-down {
    color: red;
}

/*************/
.lootbox .lootbox-items .item {
    width: 101px;
    margin: 0;
    padding: 4px 5px 5px;
    float: left;
}

.lootbox .lootbox-items {
    margin-top: 10px;
}

.lootbox .lootbox-description {
    margin-bottom: 20px;
}

.lootbox .lootbox-items .item .name {
    font-size: 11px;
    text-align: center;
    margin-bottom: 4px;
}

.lootbox .lootbox-items .item .image {
    height: 70px;
    background-color: #b7b5b5;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lootbox .lootbox-wheel {
    text-align: center;
    margin-top: 30px;
}

.lootbox .lootbox-price {
    border: 2px solid #000;
    padding: 10px;
    background: #3d281e;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/****************************/
.raffle .numbers {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px;
}

.raffle .numbers .number.allowed {
    background: #3f3732;
    border-color: #000000d6;
}

.raffle .numbers .number {
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: #ccc;
    border: 1px solid #ccc;
    font-size: 18px;
}

.raffle .numbers .number.allowed:hover, .raffle .numbers .number.allowed.active {
    background: #f6f6ff63;
    color: black;
    text-decoration: none;
    border-color: black;
}

.raffle #raffle-price {
    border: 2px solid #000;
    padding: 10px;
    background: #3d281e;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    display: none;
}

/*********************/
.panell .panell-servicess {
    position: relative;
    margin: 0;
    list-style: none;
    z-index: 10;
    padding: 0 10px;
}

.panell .panell-servicess li {
    line-height: 15px;
    font-weight: bold;
}

.panell .panell-servicess li a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    padding-left: 4px;
    width: 151px;
}

.guide {
    display: flex;
    justify-content: space-between;
    padding:2px;
}

.gridd [class*=gridd] {
    float: left;
    margin-left: 1.20481928%;
}

.gridd .gridd-4 {
    width: 36.53012%;
}

.gridd .gridd-8 {
    width: 53.26506%;
}

.gridd:after, .gridd:before {
    display: table;
    line-height: 0;
    content: "";
}

.gridd:after {
    clear: both;
}
.gridd:after, .gridd:before {
    display: table;
    content: "";
    line-height: 0;
}

/*******************/
.last-poll {
    padding: 10px;
    padding-top: 8px;
}

.last-poll .answer {
    margin-bottom: 5px;
    color: #deb387;
}

.last-poll .answer label {
    display: flex;
    align-items: center;
    color: #deb387;
}

.last-poll .answer label input {
    margin-right: 5px;
}

.last-poll .poll-actions {
    margin-top: 15px;
}

.last-poll .poll-actions a {
    height: 20px;
    margin-left: 10px;
    display: inline-block;
    line-height: 18px;
}

.last-poll .last-poll-result {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #20282a;
    margin-top: 10px;
}

.last-poll .poll li {
    margin-bottom: 5px;
}

.last-poll .poll .progressx .bar {
    font-size: 9px;
    line-height: 10px;
    color: black;
}

.last-poll .poll .progressx {
    margin-bottom: 0;
    height: 9px;
}

.last-poll .total-votes {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #20282a;
    color: #deb387;
}

.progressx {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.progressx .bar {
    width: 0%;
    height: 100%;
    line-height: 20px;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #271b17;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#271b17), to(#271a16));
    background-image: -webkit-linear-gradient(top, #2a1e17, #271b16);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #813910, #bf7850);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -webkit-transition: width 0.6s ease;
}


/*****************/

.quadro-s {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%; 
    height:100vh;
}

.divtuto {
    height: 122px;
    overflow: hidden;
    margin-bottom: 5px;
    cursor: pointer;
}

.text-box {
    margin: 0 0 10px 0;
    padding: 5px;
    background-color: #120D0C;
    line-height: 190%;
}

.text-box h3 {
    color: #8A6047;
}

.text-box p {
    margin-left: 3px;
}