body{
     font-family: 'aeonfont', sans-serif;
     font-size: 14px;
     color: #e0e0e0;
     margin-top: 50px;
     margin-bottom:50px;
    /*margin:0;
     padding:0;
    */
     margin-left:auto;
     margin-right:auto;
     background-color: #15181b;
     background-image: url('../img/bg-noset.png');
}
/* CUSTOM SCROLLBAR */
::-webkit-scrollbar{
     background: transparent;
     width: 14px;
}
::-webkit-scrollbar-track{
     box-shadow: inset 0 0 0px #00000070;
     border-radius: 0px;
}
::-webkit-scrollbar-thumb{
     background: #015266;
     border-radius: 0px;
}
/* CUSTOM SCROLLBAR */
@font-face{
     font-family: "aeonfont";
     src: url('../fonts/aeonfont.ttf'), url('../fonts/aeonfont.eot');
    /* IE */
}
@font-face{
     font-family: "fontlogo";
     src: url('../fonts/fontlogo.ttf'), url('../fonts/fontlogo.eot');
    /* IE */
}
a:link,a:active,a:visited {
     text-decoration: none;
     color : #9199a3;
}
a:hover {
     text-decoration: none;
     color : #26c4ec;
}
#head{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top:0px;
    left:0px;
    height: 250px;
    width: 95%;
    box-shadow:0px 0px 110px #10afe4;
    /*border-bottom:solid 1px #333;
    */
    background-image: url('../img/bghead.jpg');
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:2;
}
#inside-menu-large{
    position:relative;
    left:0px;
    right:0px;
    margin-top:0px;
    margin-right:auto;
    margin-left:auto;
    border-radius:15px 15px 0px 0px;
    background-image: linear-gradient(to top,#272c32,#363f4a 100%);
    box-shadow: 0 0 0 1px #222, 0 5px 5px #00000080;
    width: 95%;
    height:80px;
    top:0px;
    z-index:9999;
    margin-top: -45px !important;
}
#menu-position{
    position:absolute;
    top:6px;
    left:10px;
    /*border-radius: 16px;
     background-color: #1e1e1e80;
     box-shadow: inset 1px 1px 1px #0006, 1px 1px 0 #7f7f7f1a;
    */
    padding:5px;
    z-index:999;
}
#right-icons-actions{
    position:absolute;
    right:20px;
    font-size:16px;
    /*border-radius:10px 10px 0px 0px;
    background-image: linear-gradient(to bottom,#292c2f 0,#222 100%);
    box-shadow: 0 0 0 1px #222, 0 5px 5px #00000080;
    */
    bottom:20px;
    z-index:9999;
}
#xz-logo{
    position:absolute;
    left:14px;
    top:-42px;
    font-family: "fontlogo";
    font-size:37px;
    color:#aaaaaa;
    text-shadow: 0px 0px 4px #000000;
    text-align:left;
    z-index:999;
}
#xz-logo2{
    position:absolute;
    left:240px;
    top:17px;
    font-family: "aeonfont";
    font-size:13px;
    color:#aaaaaa;
    border-radius: 5px;
     background-color: #1e1e1e80;
     box-shadow: inset 1px 1px 1px #0006, 1px 1px 0 #7f7f7f1a;
     padding:7px;
    text-shadow: 0px 0px 4px #000000;
    text-align:left;
    z-index:999;
}
#footer{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top:-6px;
    left:0px;
    height: 60px;
    /*width: 100%;
    */
    width: 95%;
    border-radius:0px 0px 15px 15px;
    background-image: linear-gradient(to top,#272c32,#363f4a 100%);
    box-shadow: 0 0 0 1px #222, 0 5px 5px #00000080;
    z-index:999;
}
#footer-content{
    position:absolute;
    left:25px;
    top:5px;
    z-index:7;
    border-radius: 3px;
     background-color: #1e1e1e80;
     box-shadow: inset 1px 1px 1px #0006, 1px 1px 0 #7f7f7f1a;
    padding:5px;
}
#header-shadow-top{
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    padding:0px;
    margin-top:0px;
    margin-right:auto;
    margin-left:auto;
    background: -webkit-linear-gradient(top, #19191b, transparent, #19191b);
    box-shadow:inset 0px 0px 30px #19191b;
    width:100%;
    height:100%;
    z-index:1;
}
/* MENU NAV */
menu {
     list-style-type: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
}
nav {
     float: left;
}
nav a {
     font-family: "aeonfont";
     display: block;
     font-size:13px;
    /*default is 14px*/
     font-weight:normal;
     color:#ffffff;
     text-align: center;
     padding: 9px 13px 9px 13px;
     margin-left:7px;
     margin-right:7px;
     border-radius: 5px;
     text-shadow: 1px 1px 3px #000000bf;
     line-height:22px;
    /*border-bottom:solid 1px #353535;
    */
    /*border-left:solid 1px #111111;
     border-right:solid 1px #222222;
    */
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
nav a:link,nav a:active,nav a:visited {
     text-decoration: none;
     color : #aaaaaa;
}
nav a:hover:not(.active2) {
    /*background-color: #222222;
    */
     color:#ffffff;
     background:#333333;
     border-radius: 5px;
     border-bottom:solid 0px #333333;
     background-size:cover;
     background-position:center top;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
menu nav a.active2 {
    /*background:#333333;
    */
     border-radius: 5px;
     box-shadow: 0 7px 5px #111111 inset;
     text-shadow:0px 0px 30px #10afe4;
    /*background:#0686D0;
    */
     color:#10afe4;
    /*font-weight:bold;
    */
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
/* MENU NAV */
#notification{
	 position:fixed;
	 top:80px;
	 right:20px;
	 background: transparent;
	 border-right:solid 0px #00e59b;
	 border-radius:4px;
	 padding:15px;
	 font-family: "aeonfont";
	 font-size:15px;
	 line-height:20px;
	 color:#26c4ec;
	 box-shadow: 0px 0px 23px #000000;
     z-index:7;
}
.wrapper {
     display: block;
     margin: 0px;
     margin-top:0px;
     width: 95%;
     margin-left:auto;
     margin-right:auto;
     border-radius:0px;
     background:#20262b;
     box-shadow: 0 6px 23px -6px #00000029;
     position: relative;
     z-index:899;
}
/* -- Block Styles -- */
.myBlock {
     display: block;
     margin: 0px;
     padding: 0px;
     width: 100%;
     border: 1px solid #1c1c22;
     border-radius:5px;
     background:#1D1F24;
}
.myBlock-caption {
     border-radius:3px;
     background:#1c1c22;
     border:solid 0px #333333;
     text-align: center;
     display: block;
     margin: 0px;
     padding:7px 7px 7px 7px;
     font-family: "aeonfont";
     font-size: 13px;
     text-shadow:0px 0px 20px #26C4EC;
     color:#26C4EC;
}
.myBlock-content {
     display: block;
     padding: 4px;
     font-size:12px;
}
.myBlock-foot {
     border-radius:3px;
    /*background:#060606;
    */
     border-radius:7px;
     display: block;
     margin: 0px;
     padding: 0px;
     height: 11px;
     width: 100%;
}
/* -- Frame Styles -- */
.myFrame {
     display: block;
     margin: 0px;
     padding: 0px;
     width: 100%;
     border: 1px solid #1c1c22;
     border-radius:5px;
}
.myFrame-caption {
     border-radius:3px;
     background:#1c1c22;
     border:solid 0px #333333;
     text-align: center;
     display: block;
     margin: 0px;
     padding:7px 7px 7px 7px;
     font-family: "aeonfont";
     font-size: 13px;
     text-shadow:0px 0px 20px #26C4EC;
     color:#26C4EC;
}
.myFrame-content {
     display: block;
     padding: 4px;
     font-size:13px;
}
.myFrame-foot {
    /*background: #15181b;
    */
     border-radius:3px;
     display: block;
     margin: 0px;
     padding: 0px;
     height: 11px;
     width: 100%;
}

/**********************************************************| Added by Kong|***************************************************/

.infobar {
	color: #CFCFCF;
	clear: right;
	float: right;
	position: absolute;
	z-index: 9999;
	top: -3px;
	right: 6px;
	text-align: center;
	display: block;
	padding: 4px;
	height: auto;
	width: auto;
	background-color: transparent;
	font-family: 'aeonfont';
    font-size: 12px;
}