@charset "utf-8";

/*
 * TODO: RUN THROUGH PREFIXR
 */

 
/* =========== Fonts =========== */
@font-face {
	font-family:'MuseoSans';
	src:url('../../../fonts/MuseoSans_500-webfont.eot');
	src:url('../../../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../fonts/MuseoSans_500-webfont.woff') format('woff'),
		url('../../../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
		url('../../../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'MuseoSlab';
	src:url('../../../fonts/Museo_Slab_500-webfont.eot');
	src:url('../../../fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../fonts/Museo_Slab_500-webfont.woff') format('woff'),
		url('../../../fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
		url('../../../fonts/Museo_Slab_500-webfont.svg#Museo_Slab500') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* =========== General =========== */
* {
	cursor:url(../cursors/gam372.cur),url(../cursors/gam372.cur),auto;
}

html {
	cursor:url(../cursors/gam372.cur),url(../cursors/gam372.cur),auto;
}

body {
	font-family:MuseoSans, Arial, Helvetica, Sans-serif;
	font-size:14px;
	color:#e3e3e3;
	background-image: url(/application/images/misc/bg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:top center;
	background-color:#010a0f;
	text-shadow:1px 1px 0px #000;
	cursor:url(../cursors/gam372.cur),url(../cursors/gam372.cur),auto;
	margin:0;
}

ul, li, h1, h2, p {
	font-weight:normal;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:1.5;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

*:focus {
	outline:none;
}

.clear {
	clear:both;
}

input, select, textarea {
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

a {
	text-decoration:none;
	/*color:#3d4346;*/
	color:#cf9139;
	cursor:url(../cursors/gam375.cur),url(../cursors/gam375.cur),auto;
	
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-ms-transition:0.3s all;
	-o-transition:0.3s all;
}

a:hover {
	/*color:#A07332;*/
	color:#ffddad;
}

a img {
	border:none;
	cursor:url(../cursors/gam375.cur),url(../cursors/gam375.cur),auto;
}

#left #left_menu li a, #top_menu li a, footer #logo {
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-ms-transition:0.3s all;
	-o-transition:0.3s all;
}

/* =========== Main =========== */
#hand {
	background-image:url(../images/hand.png);
	position:absolute;
	height:97px;
	width:177px;
	margin-left:7px;
	z-index:3;
}

#bottom_bg {
	position:absolute;
	background-image:url(../images/lower_bg.jpg);
	height:913px;
	width:1650px;
	left:50%;
	margin-left:-825px;
	z-index:1;
}

#wrapper {
	width:1020px;
	/*margin-top:340px;*/
	margin-top:20px;
	margin-bottom:100px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../images/body_bg.png);*/
	background-color: rgb(1 2 8 / 90%);
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #58839b;
}

#main {
	/*min-height:1700px;*/
}

#wrapper #divid {
	background-image: url(../images/divider_wrapper.png);
	width: 1020px;
	height: 2px;
}

/* =========== Top menu =========== */

.main_logo {
	width: 1020px;
	text-align: center;
	margin: 0 auto;
    background: url('/application/images/misc/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 225px;
}

.home_link {
	width: 512px;
	text-align: center;
	margin: 0 auto;
    height: 225px;
	cursor:url(../cursors/gam375.cur),url(../cursors/gam375.cur),auto;
}

.home_link:hover {
    background: url('/application/images/misc/logo_hover.png');
    background-position: center;
    background-repeat: no-repeat;
}

#top_menu {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 280px;*/
	margin-bottom: 20px;
	border-radius: 0 0 21px 21px;
	width: 1020px;
	height:70px;
	background-image:url(../images/menu.png);
	
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
}

#top_menu li {
	float: left;
}

#top_menu li a {
	display:block;
	font-family:MuseoSlab;
	font-size:16px;
	color:#cf9139;
	padding:22px 26px;
	border-right:1px solid rgba(14,24,32,0.5);
	border-left:1px solid rgba(7,7,7,0.5);
}


#top_menu li a:hover {
	color:#ffddad;
	background-color:rgba(20,26,30,0.3);
}

/* We don't want half borders on the first and last ones */
#top_menu li:first-child a {
	/*border-left:none;*/
}

#top_menu li:last-child a {
	/*border-right:none;*/
}

/* Move the first link away from the panda's hand */
#top_menu li:first-child {
	/*margin-left:180px;*/
}

/* =========== Left =========== */
#left {
	width:285px;
	float:right;
}

#left article {
	box-shadow:1px 1px 0px #020508;
	-ms-box-shadow:1px 1px 0px #020508;
	-o-box-shadow:1px 1px 0px #020508;
	-moz-box-shadow:1px 1px 0px #020508;
	-webkit-box-shadow:1px 1px 0px #020508;
	background-color:rgba(0,0,0,0.6);
}

#left article:last-child {
	/*border-bottom: 1px solid #58839b;
	border-radius: 0 0 17px 17px;*/
}

#left article .top {
	margin-top: -1px;
	background-image:url(../images/side_top.png);
	height:34px;
	width:284px;
	padding-top:13px;
	text-align:center;
	color:#cf9139;
	font-size:14px;
	font-family:MuseoSlab;
    line-height: 25px;
}

#left article .body {
	padding:15px;
}

#left #left_menu li:nth-child(even) a {
	background-color:rgba(10,16,22,0.1);
}

#left #left_menu li a {
	display:block;
	padding:15px;
	font-size:14px;
	/*color:#434749;*/
	color:#e3e3e3;
	padding-left:20px;
}

#left #left_menu a img {
	margin-right:15px;
}

#left #left_menu li a:hover {
	color:#cf9139;
	padding-left:40px;
}

#left .side_divider {
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../images/side_divider.png);*/
	height:25px;
	width:258px;
	margin-top:0px;
}

/* =========== Right =========== */
#right {
	width:734px;
	float:left;
	margin-right:1px;
}

#right article {
	box-shadow:1px 1px 0px #020508;
	-webkit-box-shadow:1px 1px 0px #020508;
	-o-box-shadow:1px 1px 0px #020508;
	-ms-box-shadow:1px 1px 0px #020508;
	-moz-box-shadow:1px 1px 0px #020508;
	/*background-color:#02060a;*/
	/*background-color: rgb(2 6 10 / 50%);*/
	background-color: rgba(0,0,0,0.6);
}

#right article:last-child {
	margin-bottom:20px;
	/*border-bottom: 1px solid #58839b;*/
	border-bottom: 1px solid rgba(13,13,13,0.9);
	/*border-radius: 0 0 17px 17px;*/
}

#right article .top {
	background-image:url(../images/main_top.png);
	height:37px;
	width:734px;
	padding-top:10px;
	margin-top: -1px;
	text-align:center;
	color:#cf9139;
	font-size:18px;
	font-family:MuseoSlab;
	display:block;
	line-height: 30px;
}

#right article .body {
	padding:30px;
}

#right article .divider {
	background-image:url(../images/divider.png);
	background-position:center;
	height:32px;
	margin-top:15px;
}

#right article .news_bottom {
	margin-top:15px;
    text-align: right;
}

#right article .news_bottom a {
	color:#a07332;
}

#right article .news_bottom a:hover {
	color:#fff;
}

#right article .comments_button {
	float:right;
	display:block;
}

.avatar {
	float:left;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:5px;
}

/* =========== Footer =========== */
footer {
	background-image:url(../images/footer.png);
	height:67px;
	/*color:#007dff;*/
	color:#cf9139;
	font-size:14px;
	border-radius: 0 0 5px 5px;
	opacity: 0.7;
}

footer p {
	display:block;
	padding:0 24px;
	line-height: 67px;
}

footer #logo {
	float:right;
	display:block;
	background-image:url(../images/fusioncms.png);
	width:143px;
	height:20px;
	margin-top:24px;
	margin-right:24px;
}

footer #logo:hover {
	background-position:0px 20px;
}


/* =========== CMS: general =========== */
#slider_bg {
	background-color:#000;
	padding:15px;
}

#slider {
	width:704px;
	height:201px;
}

/* =========== CMS: general =========== */
.nice_button, input[type="submit"] {
	background-image:url(../images/button_bg.png);
	height:18px;
	transition: all 300ms;
	border:1px solid #090f15;
	border-top-color:#111f2a;
	border-radius:7px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:center;
	padding:8px;
	font-size:12px;
	color:#616c72;
	box-shadow:1px 1px 0px #020508;
	-webkit-box-shadow:1px 1px 0px #020508;
	-ms-box-shadow:1px 1px 0px #020508;
	-o-box-shadow:1px 1px 0px #020508;
	-moz-box-shadow:1px 1px 0px #020508;
	text-shadow:1px 1px 0px #000;
	font-family:MuseoSans;
	margin-top:10px;
	background-position:middle;
}

.nice_button:hover, .nice_active, input[type="submit"]:hover {
	background-position:0 23px;
	transition: all 300ms;
	color:#A07332;
}

.nice_button:active, input[type="submit"]:active {
	box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	transition: all 300ms;
	-webkit-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-moz-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-ms-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-o-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
}

.status_table {
	width: 100%;
	text-align: center;
}

.status_table td {
	width: 50%;
}

.alliance_color {
	color: #3c8ea2;
}

.horde_color {
	color: #964949;
}

.online_color {
	color: lime;
}

.offline_color {
	color: red;
}

/* Image Shine */
.imgshine {
    opacity: 0.5;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	display: block;
}
.imgshine:hover {
    opacity: 1;
}


/* Shine */
.shine figure {
	position: relative;
}
.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}