@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'martelregular';
  src: url('../fonts/martel/regular.eot');
  src: url('../fonts/martel/regular.eot?#iefix') format('embedded-opentype'), url('../fonts/martel/regular.woff') format('woff'), url('../fonts/martel/regular.ttf') format('truetype'), url('../fonts/martel/regular.svg#martelregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Verdana, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-size: 12px;
  color: #5a2800;
  padding: 0;
  margin: 0;
}
abbr {
  border-bottom: 1px dotted #5a2800;
  cursor: help;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #03C;
}
a:hover {
  text-decoration: underline;
}
.martel {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
.button {
  font-family: Verdana, Tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  background-image: url('../images/button-bg.jpg');
  border: none;
  border-bottom: 1px solid #424242;
  border-top: 1px solid #848484;
  background-repeat: repeat;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  border-radius: 7px;
  font-weight: bold;
  padding: 3px 20px;
  min-width: 110px;
  cursor: pointer;
  font-size: 9px;
  outline: none;
  color: #fff;
  margin: 0;
}
.button:hover {
  text-decoration: underline;
}
.skill-bar {
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  overflow: hidden;
  max-width: 202px;
  min-width: 202px;
  width: 202px;
  height: 6px;
}
.skill-bar .progress {
  border: 1px solid #f1e0c6;
  background-color: #118a22;
  height: 4px;
}
.featherlight-content {
  width: 710px;
  color: #333;
}
.featherlight-content h1,
.featherlight-content h2,
.featherlight-content h3,
.featherlight-content h4,
.featherlight-content h5,
.featherlight-content h6 {
  margin: 5px 0;
}

/* /////////
// General /
///////// */

body{
        background-color: #0C090A;
	background: url(../images/second-bg.png) repeat #102129;
        animation: zoom 30s infinite;
            -webkit-animation: zoom 60s infinite;
    }

    @keyframes zoom {
        0% {
          background-size: 100%;
        }
        50% {
          background-size: 105%;
        }
        100% {
         background-size: 100%;
        }
      } 	
}

a{
	color:#0042a0;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#0080c2;
	text-decoration:underline;
	font-weight: bold;
}

.m_position{
	width:958px;
	position:relative;
	margin:0 auto;
}

table {
	font-size: 13px;
	color: #5a2800;
	margin: 10px 0 0 0;
	border-spacing: 1px;
}
table.transborder  tr td{
	background-color:transparent !important;
	color: #5a2800 !important;
	font-weight: normal !important;
	text-align: center !important;
}
table.footertable  tr td{
	background-color:transparent !important;
	border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
	font-family: Verdana, Tahoma, sans-serif !important;
	border: none;
	border-bottom: 1px solid #424242;
	border-top: 1px solid #848484;
	text-align: center;
	border-radius: 7px;
	font-weight: bold;
	padding: 3px 20px;
	min-width: 110px;
	cursor: pointer;
	font-size: 9px;
	background:#505050;
	color:#efefef;
}

.input-middle {
  width: 300px;
}

input,
select {
  padding: 6px 12px;
  border-radius: 3px;
  border: 2px solid #9e4600;
  outline: none;
  margin-top: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input:focus,
input:active {
  border-color: #271100;
}

select {
  padding: 6px 12px;
}

/* /////////
// Header //
///////// */

.m_status{
	margin:0px 30px;
	font-family: Martel;
	font-size:16px;
	border-bottom:1px solid #057A9E;
	padding:8px;
	color:#fff;
}

.m_online{
	padding:10px;
	font-size:11px;
	color:#fff;
}
.m_online a{
color:#0080c2;
text-decoration:underline;
font-weight: bold;
}
.m_online a:hover{
color:#0042a0;
text-decoration:underline;
}


.inner{
	list-style:none;
	margin:2px 5px;
	padding:6px;
	font-size:12px;
	color:#057A9E;
	padding-left:10px;
}
.inner li{ padding:1px;}
.inner a{
	font-weight: normal;
	padding:6px;
	font-size:12px;
	color:#057A9E;
	display:block;
	padding-left:10px;
	text-decoration:none;
}
.inner a:hover{
	color:white;
	text-decoration:underline;
	background:DarkSlateGrey;
}

/* /////////
// Content /
///////// */

.znewsdate {
	background-color:transparent !important;
	color:white !important;
	font-size:9px;
	font-weight: bold;
}
.zheadline {
	/*background:url(../images/newsheadline_background.gif) repeat-x !important;
	color: #efefef !important; */
	background:url(../images/maureske_red_body.gif) !important;
	background-repeat: repeat;
	color:white !important;
	font-size:14px;
	font-family: Verdana;
	/*font-size:20px;
	font-family: Martel;*/
	width:384px;
	vertical-align:bottom;
}
.znewsbody {
	background-color:transparent !important;
	color:#5a2800 !important;
	padding:15px 20px 10px 10px;
	text-align:justify;
}
.galleryImage {
    max-width: 80%;
    height: auto;
}

/* /////////
// Footer //
///////// */
#m_footer {
	float: left;
	color: #FFFFFF;
    font-family: Verdana, sans-serif;
	font-size: 9px;
}
#m_footer a{
	color:white;
	text-decoration:none;
}
#m_footer a:hover{
	color:white;
	text-decoration:none;
}

/* /////////
// Znote ///
///////// */

#progress {
 width: 130px;
 position: relative;
 padding: 3px;
}

#percent {
        position: absolute;
        margin-left:50px;
		font-weight: bold;
}

#bar {
        height: 16px;
        background-color: #7f9a65;
		border-radius: 7px;
}

/* ////////////////////
// Tibia old layout ///
//////////////////// */

#pandaac {
  margin: 15px auto;
  width: 1247px;
  position: relative;
}
#pandaac #header {
  background-image: url('../images/logo-tibians.png') center center ;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-repeat: repeat;
  text-align: center;
  width: 500px;
  height: 160px;
  display: block;
}
#pandaac #header img {
  display: block;
}
#pandaac #topbar {
  background-image: url('../images/topbar-bg.png');
  background-repeat: repeat;
  padding-left: 130px;
  height: 20px;
  color: #fff;
  width: 937px;
}
#pandaac #topbar ul {
  table-layout: fixed;
  text-align: center;
  padding: 3px 0 0 0;
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
}
#pandaac #topbar ul li,
#pandaac #topbar ul a {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 16px;
}
#pandaac #topbar ul li:hover,
#pandaac #topbar ul a:hover {
  text-shadow: 2px 2px 2px #00f;
}
#pandaac #topbar ul li {
  display: table-cell;
}
#pandaac #topbar ul a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
#pandaac #content-container {
  zoom: 1;
}
#pandaac #content-container:before,
#pandaac #content-container:after {
  content: "";
  display: table;
}
#pandaac #content-container:after {
  clear: both;
}
#pandaac #content-container #sidebar {
  position: relative;
  width: 130px;
  float: left;
  z-index: 10;
}
#pandaac #content-container #sidebar #sidebar-links {
  box-shadow: 3px 3px 3px 1px #000;
  background-image: url('../images/sidebar-bg.png');
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-repeat: repeat;
  padding-bottom: 10px;
  text-align: center;
}
#pandaac #content-container #sidebar #sidebar-links .line {
  margin: 5px 0;
}
#pandaac #content-container #sidebar #sidebar-links .line:first-child {
  margin-top: 0;
}
#pandaac #content-container #sidebar #sidebar-links ul {
  text-align: left;
  list-style: none;
  padding: 5px 0;
  display: block;
  width: 100%;
  margin: 0;
}
#pandaac #content-container #sidebar #sidebar-links ul li,
#pandaac #content-container #sidebar #sidebar-links ul a {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 15px;
}
#pandaac #content-container #sidebar #sidebar-links ul li {
  display: block;
  margin: 5px 0 5px 28px;
}
#pandaac #content-container #sidebar #sidebar-links ul a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #fff;
}
#pandaac #content-container #sidebar #sidebar-links ul a:hover:before {
  background-position: -8px 0;
}
#pandaac #content-container #sidebar #sidebar-links ul a:before {
  background: url('../images/sidebar-icon.png') no-repeat 0 0;
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  left: -12px;
  width: 8px;
  top: 3px;
}
#pandaac #content-container #sidebar #sidebar-misc {
  text-align: center;
  margin-top: 30px;
  color: #fff;
}
#pandaac #content-container #sidebar #sidebar-misc a:not(.martel) {
  font-size: 10px;
  color: #419AFF;
}
#pandaac #content-container #sidebar .line {
  background: url('../images/line-short.png') center center no-repeat;
  text-align: center;
  display: block;
  margin: 3px 0;
  height: 4px;
  width: 100%;
}
#pandaac #content-container #sidebar .bar {
  background: url('../images/bar.gif') center center no-repeat;
  text-align: center;
  display: block;
  margin: 3px 0;
  height: 4px;
  width: 100%;
}
#pandaac #content-container #sidebar .line.wide {
  background: url('../images/line-wide.png') center center no-repeat;
}
#pandaac #content-container #main {
  border-style: solid;
  border-width: 7px 9px 9px 8px;
  -moz-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  -webkit-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  -o-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  border-image: url('../images/content-border.png') 7 9 9 8 fill repeat;
  width: 920px;
  float: left;
}
#pandaac #content-container #main #content {
  background-image: url('../images/content-bg.jpg');
  background-repeat: repeat;
  padding: 10px;
}

/* ///////////\/\\\\\\\\\\\
   // Znote YOUTUBE BB \\
   ///////////\/\\\\\\\\\\\ */

div.youtube {
 width: 100%;
 max-width: 560px;
}

div.aspectratio {
 width: 100%;
 padding-bottom: 56.25%; /* 16:9 */
 position: relative;
}

div.aspectratio > iframe {
 position: absolute;
 top: 0; bottom: 0; left: 0; right: 0;
 width: 100%;
 height: 100%;
}

/* ////////////////////
// Change Log System //
//////////////////// */

#changelogTable {
	width: 735px;
}

/* Rules */
.rules-list {
  list-style: none;
  padding: 10px 0 0 10px;
}
.rules-list-item {
  margin-top: 5px;
}

.rules-title {
  margin-bottom: 0;
}

.alert {
  padding: 10px;
  border-radius: 3px;
}

.alert-warning {
  background: #fefcf2;
  border: 1px solid #5a2800;
}

.my-acccount-link {
  font-size: 16px !important;
  position: relative;
  color: lightgreen !important;
}

.my-account-sidebar li a::before {
  background: none !important;
}

.red-link {
  color: #ff0000 !important;
  margin-top: 5px;
  font-size: 13px !important;
}

.red-link:hover {
  text-shadow: 2px 2px 2px #00f !important;
}

.sidebar-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

.players-online-wrapper {
  width: 153px;
  margin: 50px auto 0 auto;
  height: 107px;
  background: url('../images/pedestal-and-online.gif');
}

.c-monster {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  left: 32px;
  top: 23px;
}

.players-online-w {
  position: absolute;
  width: 100%;
  top: 126px;
  left: 0;
  text-align: center;
}

.players-online-l {
  font-size: 7px;
  color: rgb(255, 215, 0);
}

.players-online-n {
  color: rgb(255, 215, 0);
}

.players-online-n {
  font-size: 9px;
  margin-top: 1px;
}

.p-online {
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff000, 0 0 70px #fff000, 0 0 80px #fff000, 0 0 100px #fff000, 0 0 150px #fff000;
  font-weight: bold;
}

.p-total {
  color: red;
}

.box-side-wrapper {
  width: 180px;
  margin: 0 auto;
  position: relative;
  top: -3px;
}

.download-wrapper-header,
.network-wrapper-header {
  width: 180px;
  height: 31px;
  background: url("../images/top_level-download.png");
  margin: 0 auto;
  position: relative;
  left: -3px;
}

.box-side-header {
  width: 168px;
  height: 15px;
  margin: 0 auto;
  background: url("../images/top-header-bg.png");
}

.network-wrapper-header {
  background: url("../images/network-header.png");
}

.box-side-middle {
  box-sizing: border-box;
  width: 168px;
  background: url("../images/box-side-middle.png") repeat-y;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}

.box-side-footer {
  width: 179px;
  height: 28px;
  background: url("../images/top-header-footer.png");
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.btn-download {
  text-transform: uppercase;
  color: #fff;
  background: #4CAF50;
  border: 1px solid #1B5E20;
  border-radius: 2px;
  padding: 10px 8px;
  font-size: 14px;
  display: block;
  margin: 0 5px;
}

.btn-download:hover {
  color: #fff;
  text-decoration: none;
  background: #388E3C;
  border-color: #2E7D32;
}

.btn-download:active {
  background: #2E7D32;
  border-color: #1B5E20;
}

.box-face {
  margin-top: 10px;
}

.btn-criar-conta {
  background: #F44336;
  border-color: #B71C1C;
}

.btn-criar-conta:hover {
  background: #E53935;
  border: 1px solid #D32F2F;
}

.btn-criar-conta:active {
  background: #C62828;
  border: 1px solid #B71C1C;
}

.criar-conta-bg.png

#u_0_4 {
  color: red !important;
}

.register-wrapper-header {
  background: url("../images/criar-conta-bg.png");
}

.countdown-div
{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Patua One', cursive;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, -1px 0px 0 #000, -1px 0px 0 #000;
	font-weight: normal;
	font-size: 18px;
}
.countdown-div a
{
	color: #f66545;
}

.countdown {
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  color: #556873
}
.countdownspecial {
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  position: relative;
  top: 0;
  color: #556873
}
.countdown #cntdwn {
  font-family: Bebas Neue Bold, sans-serif;
  font-size: 24px;
  color: #556873
}
.countdownspecial #cntdwnspecial {
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  color: #556873;
  padding-top: 0;
  font-family: Bebas Neue Bold, sans-serif;
  font-size: 24px;
  color: green
}