@charset "utf-8";
/*
Diablo Layout By Bufo
(c) Bufo Studio. All rights reserved.
*/

/* General CSS Settings */
* {margin:0; padding:0;}
a { text-decoration:none; color:#d1d1d1;}
a img {border:0;}
a:focus {outline:none; -moz-outline-style:none;}
a:hover {color:white; text-decoration:none;}
object {outline:none; -moz-outline-style:none;}
p {margin:1.8em 0;}
p.lead {margin-top:0;}
em em {font-style:normal;}
.relative {position:relative;}
.left {float:left;}
.right {float:right;}
.clean_5 {height: 5px; width: 100%; float: left;}
.clean_20 {height: 20px; width: 100%; float: left;}

  /* ################################################################## */
 /* ############################ Page show ########################### */
/* ################################################################## */

html {}

body
{
	background: #000000 url('../_img/background/background.jpg') top center no-repeat;
	font-size: 11px;
	color: #b7b7b7;
	font-family: Verdana;
	text-shadow: 1px 1px #000;
	padding: 0px;
	margin: 0px;
}

  /* ################################################################## */
 /* ############################# CONTENT ############################ */
/* ################################################################## */

#page {
	width: 1109px;
	margin: auto;
}

#logo {
	height: 184px;
	width: 741px;
	margin: 10px auto;
}

#content {
	background:url('../_img/content/content.jpg') repeat-y;
	margin:auto;
	width:968px;
	margin-top: 30px;
	margin-left: 62px;
	position: absolute center;
	float: left;
}

#content_bot {
	background: url('../_img/content/content_bot.png') no-repeat;
	height: 74px;
	width:968px;
	margin:auto;
	float: left;
	margin-left: 62px;
}

  /* ########################################## */
 /* ################ MENU TOP ################ */
/* ########################################## */

#menu_top {
	position: relative;
	background: url('../_img/menu/menu_top.png') top center no-repeat;
	height: 154px;
	width: 1109px;
	margin: -65px 0px 0px -71px;
	float: left;
}

#menu_top .left {
	margin-top: 57px;
	margin-left: 23px;
}

#menu_top .online {
	position: absolute;
	left: 50%;
	top: 48px;
	transform: translateX(-50%);
	margin: 0;
	width: 280px;
	height: auto;
	text-align: center;
	z-index: 20;
}

.morventa-play-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.morventa-play-now {
	display: inline-block;
	min-width: 200px;
	padding: 14px 32px;
	border-radius: 8px;
	background: linear-gradient(180deg, #4eb4ff 0%, #1a6fbf 52%, #0d4a8a 100%);
	border: 2px solid #8fd4ff;
	box-shadow: 0 0 18px rgba(64, 170, 255, 0.55), inset 0 1px 0 rgba(255,255,255,0.35);
	color: #fff !important;
	font: bold 20px/1 "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 2px 0 #0a355f, 0 0 10px rgba(180, 230, 255, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
	cursor: pointer;
}

.morventa-play-now:hover {
	transform: translateY(-2px) scale(1.03);
	filter: brightness(1.1);
	box-shadow: 0 0 28px rgba(100, 200, 255, 0.75), inset 0 1px 0 rgba(255,255,255,0.45);
}

.morventa-play-now:active {
	transform: translateY(1px) scale(0.99);
}

.morventa-play-meta {
	color: #b8d8f5;
	font: 11px/1.3 Verdana, sans-serif;
	text-shadow: 0 1px 2px #000;
}

.morventa-play-meta a {
	color: #e8f4ff;
	font-weight: bold;
	text-decoration: none;
}

.morventa-play-meta a:hover {
	text-decoration: underline;
}

.morventa-play-meta span {
	color: #8eb8d8;
}

.morventa-play-offline {
	color: #ffd27a;
	font-weight: bold;
}

a.morventa-play-menu,
a.morventa-play-menu b {
	color: #6ec8ff !important;
}

/* Fullscreen launch overlay on the AAC homepage */
#morventa-play-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: rgba(4, 10, 22, 0.82);
	align-items: center;
	justify-content: center;
}
#morventa-play-overlay.is-open {
	display: flex;
}
#morventa-play-overlay .morventa-play-card {
	width: min(420px, 92vw);
	padding: 28px 24px 22px;
	border-radius: 12px;
	background: linear-gradient(180deg, #15243a 0%, #0b1524 100%);
	border: 1px solid #3a7ab8;
	box-shadow: 0 0 40px rgba(40, 140, 255, 0.35), 0 18px 40px rgba(0,0,0,0.55);
	text-align: center;
	color: #dcecff;
	font-family: Verdana, sans-serif;
}
#morventa-play-overlay .morventa-play-card h2 {
	margin: 0 0 10px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
}
#morventa-play-overlay .morventa-play-card p {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.4;
	color: #9eb8d4;
}
#morventa-play-overlay .morventa-play-bar {
	height: 8px;
	border-radius: 999px;
	background: #1a2c44;
	overflow: hidden;
	margin-bottom: 10px;
}
#morventa-play-overlay .morventa-play-bar > span {
	display: block;
	height: 100%;
	width: 35%;
	border-radius: inherit;
	background: linear-gradient(90deg, #2f8fdf, #7ec8ff);
	animation: morventa-play-slide 1.1s ease-in-out infinite;
}
@keyframes morventa-play-slide {
	0% { transform: translateX(-120%); }
	100% { transform: translateX(320%); }
}
#morventa-play-overlay .morventa-play-cancel {
	margin-top: 8px;
	background: transparent;
	border: 0;
	color: #7a94b0;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
}

#menu_top .img {
	position: relative;
	height: 154px;
	width: 1109px;
}

#menu_top .right {
	position: absolute;
	top: 57px;
	left: 726px;
	margin: 0;
	float: none;
}

div.fadehover {
	position: relative;
}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
}

.divider{height:1px;width:inherit;}

/* left */

#menu_top_home {
	float: left;
	position: relative;
	left: 0px;
}

#menu_top_acc {
	float: left;
	position: relative;
	left: 120px;
}

#menu_top_shop {
	float: left;
	position: relative;
	left: 240px;
}

/* right */

#menu_top_forum {
	float: left;
	position: relative;
	left: 0px;
}

#menu_top_highscores {
	float: left;
	position: relative;
	left: 120px;
}

#menu_top_register {
	float: left;
	position: relative;
	left: 240px;
}

  /* ########################################## */
 /* ################ MENU LEFT ############### */
/* ########################################## */

#menu_left {
	margin: -36px 0px 10px 19px;
	width: 182px;
	float: left;
}

#menu-label {
background:url("../images/menu/menu-label.png") no-repeat;
color:#CCCCCC;
float:left;
height:34px;
width:171px;
margin-left: 5px;
}

#icon-news, #icon-account, #icon-community, #icon-library, #icon-shop, #icon-toplevel, #icon-topguilds, #icon-search, #icon-info, #icon-admin  {
width:32px;
height:32px;
float:left;
margin:0px 5px 0 10px;
}

#icon-news { background:url("../images/menu/icon-news.gif") no-repeat scroll 0 0 transparent; }
#icon-account { background:url("../images/menu/icon-account.gif") no-repeat scroll 0 0 transparent; }
#icon-community { background:url("../images/menu/icon-community.gif") no-repeat scroll 0 0 transparent; }
#icon-library { background:url("../images/menu/icon-library.gif") no-repeat scroll 0 0 transparent; }
#icon-shop { background:url("../images/menu/icon-shop.gif") no-repeat scroll 0 0 transparent; }
#icon-toplevel { background:url("../images/menu/icon-toplevel.gif") no-repeat scroll 0 0 transparent; }
#icon-topguilds { background:url("../images/menu/icon-topguilds.gif") no-repeat scroll 0 0 transparent; }
#icon-search { background:url("../images/menu/icon-search.gif") no-repeat scroll 0 0 transparent; }
#icon-info { background:url("../images/menu/icon-info.gif") no-repeat scroll 0 0 transparent; }

#text-news, #text-account, #text-community, #text-library, #text-shop, #text-toplevel, #text-topguilds, #text-search, #text-info, #text-admin {
width:157px;
height:34px;
float:left;
margin:-32px 5px 0 15px;
}
#text-news { background:url("../images/menu/latestnews.png") no-repeat scroll 0 0 transparent; }
#text-account { background:url("../images/menu/account.png") no-repeat scroll 0 0 transparent; }
#text-community { background:url("../images/menu/community.png") no-repeat scroll 0 0 transparent; }
#text-library { background:url("../images/menu/library.png") no-repeat scroll 0 0 transparent; }
#text-shop { background:url("../images/menu/shop.png") no-repeat scroll 0 0 transparent; }
#text-toplevel { background:url("../images/menu/top_level.png") no-repeat scroll 0 0 transparent; }
#text-topguilds { background:url("../images/menu/top_guilds.png") no-repeat scroll 0 0 transparent; }
#text-search { background:url("../images/menu/player_search.png") no-repeat scroll 0 0 transparent; }
#text-info { background:url("../images/menu/information.png") no-repeat scroll 0 0 transparent; }
#icon-admin { background:url("../images/menu/icon-admin.gif") no-repeat scroll 0 0 transparent; }
#text-admin { background:url("../images/menu/admin.png") no-repeat scroll 0 0 transparent; }


#menu_links {
	width: 182px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:justify;
}

#menu_links ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

#menu_links li {
	background: url("../images/menu/chains.png") no-repeat;
	width: 137px;
	display:block;
	padding:3px 10px 3px 0px;
	margin: auto;
}

#menu_links li:hover {
	background: url("../images/menu/chains-hover.png") no-repeat;
	width: 137px;
	display:block;
	padding:3px 10px 3px 0px;
	margin: auto;
}

#menu_links li a {
	color:#d1d1d1;
	display:block;
	text-decoration:none;
	padding: 0px 0px 0px 20px;
	text-shadow: 1px 1px #000;
}

#menu_links li a:hover {
	color:#FFF;
	display:block;
	text-decoration:none;
	padding: 0px 0px 0px 20px;
}

  /* ########################################## */
 /* ################### TEXT ################# */
/* ########################################## */

#content_text {
	margin: 0px 0px 5px 12px;
	width: 541px;
	float: left;
}

  /* ########################################## */
 /* ################ MENU RIGHT ############### */
/* ########################################## */

#menu_right {
	margin: -35px 0px 10px 13px;
	width: 182px;
	float: left;
}

.search {
	background: #4b4b4b;
	border: 1px solid black;
	padding: 3px;
	color: #FFF;
}