﻿@import url('https://fonts.googleapis.com/css?family=Metamorphous');
@font-face
{
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
  url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'),
  url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
  url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}



h1,h2,h3,h4,h5 {
	font-family: 'Metamorphous', cursive;
    color: #c84741;
}

.countdown {
	font-family: 'Metamorphous', cursive;
    text-align: center;
	/*color: #c84741;*/
	color: white;
	position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}

.accordion {
	background: #fff3;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
  }

  .accordion h4:before {
	content: "» ";
  }

  .section {
	border-top: 1px solid #FFF6;
  }
  
  .active, .accordion:hover {
	background-color: #fff2;
  }
  
  .panel {
	padding: 4px 12px;
	display: none;
	overflow: hidden;
	background-color: #fff2;
  }

.needconfirmation {
    color: #227d22;
    background: silver;
	padding: 0.3rem;
    font-weight: 800;
    cursor: pointer;
}

.status_offline {
	color: orange !important;
}

.status_online {
	color: green !important;
}

.cookie {
	background-color: black;
	color: gray;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	border-bottom: 1px solid #311810;
}

.host-copy {
	color: #333;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	border-bottom: 1px solid #311810;
	opacity: 0.9;
}

.host-copy a {
	color: #333;
	font-weight: 600;
}

.infoHeader {
	background: #4141b9;
    color: white;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	border-bottom: 1px solid #311810;
}

#myProgress {
	max-width: 98%;
	width: 500px;
	background-color: #1e1b1a;
	padding: 2px;
	margin: 8px auto;
	display: none;
}
#countdown {
	width: 500px;
}

#myBar {
	width: 100%;
	height: 30px;
	background-color: green;
}


/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
  
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 105%;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
  }

@keyframes color-change-1 {
	0% { color: orange; }
	50% { color: red; }
}
@keyframes color-change-2 {
	0% { color: #ca57ff; }
	50% { color: #6500ba; }
}


.icon {
	font-family: 'FontAwesome';
}
body {
	background: url(img/bg.png) #0a0301 center top no-repeat;
	margin: 0;
	font-family: "Tahoma", sans-serif;
	font-size: 13px;
}
/* ----- SEARCH BAR ----- */
.search_area
{
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 36px;
	z-index: -1;
}
select {
	padding: 4px;
}
input[type=text].nav_search
{
	width: 131px;
	height: 32px;
	padding: 5px 0px 0px 10px;
	position: absolute;
	top: 20px;
	right: 45px;
	background: 0 none transparent;
	font-size: 12px;
	border-left: 2px solid rgba(255,255,255,0.22);
	border-bottom: 2px solid rgba(255,255,255,0.22);
	border-right: 0;
	border-top: 0;
	color: #7a7a7a;
	box-sizing: border-box; /* PADDING BUG FIX */
	border-radius: 0 0 0 3px;

}
input[type=text].nav_search:focus
{
	outline: 0 none;
	border-left: 2px solid rgba(255,255,255,0.5);
	border-bottom: 2px solid rgba(255,255,255,0.5);
	color: #f4f4f4;
}
.nav_search_btn
{
	background: 0 none transparent;
	border-right: 2px solid rgba(255,255,255,0.22);
	border-bottom: 2px solid rgba(255,255,255,0.22);
		border-left: 0 none;
		border-top: 0 none;
	font-family: 'FontAwesome';
	color: #7a7a7a;
	border-radius: 0 0 3px 0;
	line-height: 40px;
	width: 25px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 4px 0 0;
    text-align: right;
}
.nav_search_btn:hover
{
	cursor: pointer;
}
.nav_search_btn:focus
{
	outline: 0 none;
	color: #f4f4f4;
}

a{
	color: #c1885c;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
textarea
{
	max-width: 445px;
}
textarea[name=text]
{
	max-width: 245px;
}
input[name=topic]
{
	max-width: 245px;
}
input[type=text]
{
	max-width: 350px;
}
.content img
{
	max-width: 480px;
	height: auto;
}
::selection
{
	background: rgba(195, 57, 25, 0.7);
	color: #ffffff;
	text-shadow: none;
}

/* SERVER STATUS START */
.header-bar {
    display: flex;
	flex-direction: row;
    justify-content: center;
}

.header-bar > img {
	width: 100%;
}

.header-bar > ul {
	position: absolute;
	padding: 4px;
}

.header-bar > ul li {
	display: inline;
	margin: 0 4px;
}
/* SERVER STATUS END */



.slider_bg
{
	background: url(img/slider_bg.png) no-repeat;
	width: 488px;
	height: 135px;
	display: block;
}
#slides
{
	width: 467px;
	height: 113px;
	position: relative;
	margin: 10px;
	float: left;
	border: 1px solid #973725;
	border-radius: 3px;
}
#slides img
{
	max-width: 469px;
	max-height: 115px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
.slidesjs-navigation
{
	z-index: 90;
}
a.slidesjs-navigation
{
	text-decoration: none;
	font-size: 40px;
	color: rgba(0,0,0,0.7);
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 40px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 0 transparent;
}
a.slidesjs-navigation:hover
{
	color: rgba(255,255,255,0.5);
}
.slidesjs-previous
{
	left: 0;
}
.slidesjs-next
{
	right: 0;
}
.slidesjs-pagination
{
	z-index: 90;
	position: absolute;
	top: 0;
	left: 10px;
}
ul.slidesjs-pagination
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.slidesjs-pagination li
{
	float: left;
	margin: 0 3px;
}
.slidesjs-pagination li a
{
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background: rgba(0,0,0,0.8);
	border-radius: 20px;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination li a:hover
{
	background: rgba(0,0,0,0.5);
}
.slidesjs-pagination li a.active
{
	background: rgba(255,255,255,0.7);
}
.page
{
	width: 870px;
	margin: 0 auto;
}
.navbar
{
	width: 870px;
	height: 80px;
	margin-top: 15px;
	position: relative;
	z-index: 10;
}
.navbar .link
{
	height: 80px;
	background: url(img/navbar_sprite.png) no-repeat 0 0;
	display: block;
	float: left;
}

.navbar .link.news
{
	background-position: 0 0;
	width: 165px;
}
.navbar .link.news:hover
{
	background-position: 0 -80px;
}
.navbar .link.account
{
	background-position: -165px 0;
	width: 180px;
}
.navbar .link.account:hover
{
	background-position: -165px -80px;
}
.navbar .link.info
{
	background-position: -345px 0;
	width: 180px;
}
.navbar .link.info:hover
{
	background-position: -345px -80px;
}
.navbar .link.shop
{
	background-position: -525px 0;
	width: 180px;
}
.navbar .link.shop:hover
{
	background-position: -525px -80px;
}
.navbar .link.register
{
	background-position: -705px 0;
	width: 165px;
}
.navbar .link.register:hover
{
	background-position: -705px -80px;
}
.logo
{
	background: url(img/logo.png) no-repeat center center;
	height: 120px;
	display: block;
}
.main_cnt
{
	width: 870px;
	margin-top: 16px;
}
.left_cnt, .right_cnt
{
	width: 185px;
	float: left;
	color: #8A4D36;
	margin-top: 16px;
}
.left_cnt ul
{
	margin: 0;
	list-style: none;
	padding: 0;
}
.left_cnt ul li:before
{
	content: "» ";
}
.left_cnt ul li
{
	margin: 0;
    /* text-align: center; */
    list-style: none;
    padding: 3px 0 3px 20px;
    font-size: 15px;
    background: url(img/spacer.png) center top no-repeat;
    color: #4e2a23;
}
.left_cnt ul li:first-child
{
	background: none transparent;
}
.left_cnt ul li a
{
color: #c1885c;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  	 font-family: 'Metamorphous', cursive;
    font-size: 13px;
}
.left_cnt ul li a:hover{
	color: #ed6b14;
	margin-left: 3px;
}





/* RIGHT*/
.right_cnt {
	list-style: none;
	padding: 0;
}
.right_cnt ul li:before
{
	content: "» ";
}
.right_cnt ul li
{
	margin: 0;
    /* text-align: center; */
    list-style: none;
    padding: 3px;
    font-size: 15px;
    background: url(img/spacer.png) center top no-repeat;
    color: #4e2a23;
}
.right_cnt ul li:first-child
{
	background: none transparent;
}
.right_cnt ul li a
{
color: #c1885c;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  	 font-family: 'Metamorphous', cursive;
    font-size: 13px;
}
.right_cnt ul li a:hover{
	color: #ed6b14;
	margin-left: 3px;
}



.reg-button {
	display: flex;
	justify-content: flex-end;
}

.premiumpage {
	padding: 0 1rem;
}
.premium-benefits tr td {
	color: #f0ecec;
}

.center_cnt
{
	width: 500px;
	float: left;
}
.cnt_top
{
	background: url(img/cnt_top-new.png) repeat-y;
	width: 500px;
	height: 44px;
	top: -20px;
	left: 0;
	position: absolute;
	z-index: -10;
}
.cnt_mid
{
	width: 500px;
	background: url(img/cnt_mid-new.png) repeat-y;
	position: relative;
	padding: 5px 0;
	z-index: 0;
	margin-top: 32px;
}
.content
{
    padding: 0 8px;
    min-height: 750px;
    color: #867B76;
    margin-top: -20px;
    margin-bottom: -17px;
    text-shadow: 0 1px 4px #000;
}
.cnt_bot
{
	background: url(img/cnt_bot-new.png) repeat-y;
	width: 500px;
	height: 44px;
	left: 0;
	bottom: -20px;
	position: absolute;
	z-index: -5;
}

.tab {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.tabButton {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	width: 50%;
	border-bottom: 2px solid brown;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.tabButton.selected {
	border: 2px solid brown;
	border-bottom: none;
}

.premium-tab {
	margin-bottom: 8px;
	margin-left: 11px;
}

.premium-tab ul
{
	margin: 0 !important;
	list-style: none;
	padding: 0;
}
.premium-tab ul li:before
{
	content: "» ";
}
.premium-tab ul li
{
	margin: 0;
    /* text-align: center; */
    list-style: none;
    font-size: 15px;
    background: url(img/spacer.png) center top no-repeat;
    color: #4e2a23;
}
.premium-tab ul li:first-child
{
	background: none transparent;
}
.premium-tab ul li a
{
color: #c1885c;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  	 font-family: 'Metamorphous', cursive;
    font-size: 13px;
}
.premium-tab ul li a:hover{
	color: #ed6b14;
	margin-left: 3px;
}


.wiki {
	margin-top: 1rem;
}

.wiki .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
  
.wiki .row .column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}




.widget-spacer
{
	background: url(img/spacer.png) no-repeat center center;
	width: 185px;
	height: 1px;
}
.widget-news
{
	background: url(img/news.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
}
.widget-account
{
	background: url(img/account.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
}
.widget-community
{
	background: url(img/community.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
}
.widget-academy
{
	background: url(img/academy.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
}
.widget-shop
{
	background: url(img/shop.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
}
.widget-support
{
	background: url(img/contact.png) no-repeat;
	width: 185px;
	height: 53px;
	margin: 0 0 0 5px;
	display: block;
}
.myaccountTable {
	margin: 0;
}
.widget-top-chars-perma
{
	background: url(img/top-chars-perma.png) no-repeat;
	width: 185px;
	height: 53px;
	margin: 0 0 0 5px;
	display: block;
}
.widget-top-chars-tempra
{
	background: url(img/top-chars-tempra.png) no-repeat;
	width: 185px;
	height: 53px;
	margin: 0 0 0 5px;
	display: block;
}
.widget-top-chars-perna
{
	background: url(img/top-chars-perna.png) no-repeat;
	width: 185px;
	height: 53px;
	margin: 0 0 0 5px;
	display: block;
}
.widget-top-chars-tempana
{
	background: url(img/top-chars-tempana.png) no-repeat;
	width: 185px;
	height: 53px;
	margin: 0 0 0 5px;
	display: block;
}
.widget-accounts
{
	width: 185px;
	height: 53px;
	display: block;
}
.widget-quicklogin
{
	background: url(img/account.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
}
.widget-download
{
	width: 185px;
	display: block;
}
.widget-download-client
{
	background: url(img/download-client-button.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
}
.discord-widget {
	margin-top: 15px;
	width: 100%;
	max-width: 175px;
}
.discord-widget iframe {
	width: 100% !important;
	max-width: 185px;
}
#discord-custom-widget {
	background: #2f3136;
	border-radius: 4px;
	overflow: hidden;
	max-width: 185px;
	font-size: 12px;
}
.discord-header {
	background: #5865f2;
	color: white;
	padding: 8px 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.discord-logo {
	font-size: 13px;
}
#discord-content {
	color: #dcddde;
	display: flex;
	flex-direction: column;
	height: 400px;
}
.discord-loading {
	padding: 10px;
	text-align: center;
	color: #72767d;
}
.discord-members-list {
	flex: 1;
	overflow-y: auto;
	padding: 8px;
	background: #2f3136;
}
.discord-member {
	padding: 4px 0;
	display: flex;
	align-items: center;
	font-size: 12px;
	gap: 8px;
}
.discord-member-avatar {
	position: relative;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}
.discord-member-avatar img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: block;
}
.discord-member-status {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #2f3136;
	box-sizing: border-box;
}
.discord-member-status.online {
	background: #43b581;
}
.discord-member-status.idle {
	background: #faa61a;
}
.discord-member-status.dnd {
	background: #f04747;
}
.discord-member-status.offline {
	background: #747f8d;
}
.discord-member-name {
	color: #dcddde;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	font-size: 12px;
}
.discord-footer {
	background: #36393f;
	padding: 10px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #2f3136;
}
.discord-total-members {
	color: #dcddde;
	font-size: 12px;
	font-weight: 500;
}
.discord-invite {
	padding: 6px 16px;
	background: #5865f2;
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	border-radius: 3px;
	transition: background 0.2s;
}
.discord-invite:hover {
	background: #4752c4;
	text-decoration: none;
}
.imageItem {
	display: flex;
	justify-content: center;
}
.widget-poll {
	display: block;
  	margin: 5px 0 0 0;
}

.widget-cotd
{
	background: url(img/cotd_widget.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
 	margin: 0 0 0 5px;
}

.widget-cotd-vote {
	width: 185px;
	display: block;
	border-top: 1px solid brown;
	border-bottom: 1px solid brown;
 	margin: 0 0 0 5px;
}

.widget-cotd-vote label {
	display: block;
    padding: 5px 0;
}

.widget-cotd-vote h4 {
	margin-bottom: 4px;
	font-size: 0.8rem;
}

.widget-cotd-vote p {
	text-align: center;
}

.widget-rashid {
	border-top: 1px solid brown;
	margin: 0 0 0 5px;
}

.widget-event {
	border-top: 1px solid brown;
	margin: 0 0 0 5px;	
}

.cotd-page {
	text-align: center;
}

.cotd-page label {
	display: block;
    padding: 10px;
}

.widget-globals {
	margin: 0;
}

.cotd-img {
  z-index: 999;
  position: absolute;

  margin-left: -20px;
  margin-top: -20px;
}
.widget-top10
{
	background: url(img/top10.png) no-repeat;
	width: 185px;
	height: 53px;
	display: block;
}
.loginbox
{

	margin: 10px;
	color: #7a7a7a;
	font-size: 12px;
}
.loginbox a
{
	color: #a8a8a8;
	text-decoration: none;
}
.loginbox a:hover
{
	text-decoration: underline;
}
.loginbox input.hemrenus
{
	background: 0 none transparent;
	border: 2px solid rgba(255,255,255,0.22);
	color: #7a7a7a;
	width: 130px;
	padding: 0 10px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 5px 0;
	border-radius: 3px;
}
.loginbox input.hemrenus:focus
{
	border: 2px solid rgba(255,255,255,0.6);
	color: #fff;
	outline: 0 none;
}
.loginbox .hemrenus_subm
{
	background: rgba(255,255,255,0.4);
	color: #000;
	border: 0 none;
	font-weight: 700;
	width: 75px;
	padding: 0 10px;
	height: 25 !important;
	line-height: 25px;
	margin: 0 0 4px 0;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
}
.loginbox a.hemrenus_subm
{
	vertical-align: middle; /* THIS WEIRD 2PX SUBMIT BUTTON CHROME THING FIX*/
	background: rgba(255,255,255,0.22);
	margin: 0;
	color: #000;
	border: 0 none;
	font-weight: 700;
	width: 75px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;

	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
.loginbox .hemrenus_subm:hover
{
	background: rgba(255,255,255,0.5);
	cursor: pointer;
}
.loginbox .hemrenus_subm:focus
{
	outline: 0 none;
}
.loginbox .hemrenus_subm:active
{
	background: rgba(255,255,255,0.5);
}
.right_cnt ul
{
	margin: 5px 0 10px 20px;
	padding: 0;
}
ul.top10
{
	width: 160px;
	position: relative;
	list-style: none;
	margin-left: 8px;
}
span.lvl {
    text-shadow: 0 1px 0 #000;
    right: 5px;
    position: absolute;
	font-size: 10px;
	padding: 1px 5px;
	margin: 2px 0;
	background: #191717;
	border-radius: 4px;
}

.footer
{
	width: 500px;
	height: 200px;
	margin-top: 20px;
	float: left;
	display: block;
	color: #5F4840;
	text-align: center;
	font-size: 11px;
}
.footer .links
{
	color: #311810;
	text-align: center;
	font-size: 10px;
	margin: 30px 0;
	padding-bottom: 30px;
}
.footer .links a
{
	color: #8C321F;
	text-decoration: none;
	text-transform: uppercase;
}
.footer .links a:hover
{
	color: #DE6800;
}
.footer p
{
	margin: 11px 0 0 0;
}


table {
  margin: 10px 0 16px 0;
  width: 100%;
}

table tr th, table tr td {
  background: #fff2;
  color: #FFF6;
  padding: 7px 4px;
  text-align: left;
}

th {
	color: #c84741;
}

tr.yellow td {
  background: #fff3;
  color: #dbd8d8;
  padding: 7px 4px;
  text-align: left;
}

table tr td {
  background: #fff2;
  color: #b5aca8;
  font-size: 12px;
  border-top: 1px solid #FFF6;
}

/* guild war */
tr.special:hover td {
   background: #fff4;
}

tr.special {
    cursor: pointer;
}

ul.war_list li {
   font-size:18px;
}
