@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;
}

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 rgb(143, 2, 2);
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 15px;
    color: orange;
}

.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;
}

html body {
    font-family: Verdana, Tahoma, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #5a2800;
    background: url(../images/background-artwork.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    min-width: 1150px;
    margin: 0px;
    background-color: #051122;
}

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;
    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 ///
//////////////////// */

.container {
    position: relative;
    width: 1150px;
    max-width: 1150px;
    padding: 0px 15px;
    margin: 0 auto;
}

.toplogo {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: 44px auto 0 auto;
    animation: updown 3s ease-in-out infinite;
    width: 1150px;
    height: 230px;
    display: block;
}

@keyframes updown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

#header img {
    display: block;
}


#topbar {
    background-image: radial-gradient(circle, rgb(80 19 2 / 71%), #000000);
    height: 40px;
    color: #fff;
    border-bottom: 2px solid #000;
    box-shadow: 0 1px 10px #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

#topbar .left {
    text-align: end;
    padding-right: 40px;
    position: relative;
    flex: 1;
}

#topbar .separator {
    content: '';
    text-align: end;
    border: 1px solid #7c2403;
    height: 38px;
    position: relative;
    right: 1px;
}

#topbar .center {
    text-align: center;
    flex: 2;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

#topbar .right {
    text-align: right;
    flex: 1;
    overflow: hidden;
}


#topbar a {
    color: orange;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    text-shadow: 0px 0px 13px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#topbar a:hover {
    color: #f7f7f7;
    text-shadow: 0px 0px 13px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#topbar ul {
    table-layout: fixed;
    text-align: center;
    padding: 3px 0 0 0;
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
}

#topbar ul li,
#topbar ul a {
    font-family: martelregular, sans-serif;
    text-shadow: 2px 2px 2px #000;
    font-weight: normal;
    font-size: 16px;
}

#topbar ul li:hover,
#topbar ul a:hover {
    color: orangered;
}

#topbar ul li {
    display: inline;
    margin: 15px;
}

#topbar ul a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

#content-container:before,
#content-container:after {
    content: "";
    display: table;
}

#content-container:after {
    clear: both;
}

#main {
    float: left;
    position: relative;
    width: 720px;
    height: 100%;
    margin-bottom: 20px;
    padding: 8px;
    box-sizing: border-box;
    background-image: linear-gradient(to top right, #ff3c00, rgb(0 0 0 / 80%));
    border-radius: 10px;
}

#main #content {
    background-image: url('../images/content-bg.jpg');
    background-repeat: repeat;
    padding: 10px;
}

.countdown {
    position: absolute;
    font-size: 13px;
    text-align: center;
    font-family: cursive;
    text-shadow: 0px 0px 8px #000000;
    right: 20px;
    top: 12px;
    color: white;
}

.countdown span {
    color: #ffa500;
}

/* ///////////\/\\\\\\\\\\\
   // 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;
}

.red-link {
    color: #ff0000 !important;
    margin-top: 5px;
    font-size: 13px !important;
}

.red-link:hover {
    text-shadow: 2px 2px 2px #00f !important;
}

.p-total {
    color: red;
}

.box-face {
    margin-top: 10px;
}

.top-countdown-box {
    position: absolute;
    top: -39px;
    right: 6px;
    width: 380px;
    height: 40px;
    font-size: 10px;
    font-weight: bold;
    background-color: rgb(24 9 5 / 75%);
    text-shadow: 0px 0px 13px #000, -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    color: #fcecd3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    border-radius: 5px;
}

 .tickers {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin-bottom: 20px;
}

.tickers .tickers-title {
    text-align: center;
    background-color: #661903;
    color: #fcecd3;
    padding: 4px;
    font-weight: bold;
    font-size: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tickers .tickers-cont {
    padding: 2px;
    border: 1px solid #720000;
}

.tickers .row {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
}
.tickers .icon {
    float: left;
    width: 32px;
}
.tickers .icon img {
    width: 16px;
    height: 16px;
    display: block;
}
.tickers .date {
    font-family: system-ui;
    font-size: 13px;
    cursor: pointer;
}
.tickers .full-text {
    display: none;
    margin-left: 48px;
    font-style: italic;
    margin-top: 5px;
    font-size: 14px;
    white-space: pre-wrap;
}
.tickers .button-t {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.tickers .button-t img {
    width: 16px;
    height: 16px;
    display: block;
}