/* Here we go.. */
@import url(fonts/roboto.css);
@import url(fonts/elusive-webfont.css);

/* Main Style */

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1; #Above the default of 0
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-color: black;
  pointer-events: none
}

.loader-center {
  position: relative;
  pdding: 0;
  margin: 0;
}

body, html {
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  background-color: transparent;
  text-align: center;
  transition: opacity 400ms;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
}

body {
  width: 100vw; height: 100vh;
  background: #202020  radial-gradient(transparent,#303030);
  background-attachment: fixed;
  background-position: center;
  background-size: 100vw 100vw;
  display: table;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 10pt;
  color: #fff;
  text-align: center;
  line-height: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#loader {
  display: table-cell;
  vertical-align: middle;
  i { display: none; font-weight: 900; }
}








body {
  font-family: 'Roboto',Arial,sans-serif;
  color: #fff;
  background: #000000;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100%;
}

body .header{
  background-color: transparent;
/*  color: #000; */
}

h1, h2, h3, .shoutbox {
  display: table;
  font-weight: 300; 
  margin: auto;
  text-shadow:#333 2px 2px 2px;
  text-align: center;
}

h1 { 
  font-size: 2.5em; 
}

h2 { 
  font-size: 1.5em; 
}

h3 { 
  font-size: 0.8em; 
  font-weight: 400; 
  opacity: 1;
  transition: 1s opacity;
}

.main  {
  margin: 25px auto;
  max-width: 980px;
}

.main p {
  background-color: transparent;
  text-align: left;
  font-size: 18px;
  line-height: 180%;
  font-weight: 100;
  /*  color: #000; */
}

.shoutbox_frame {
  background-color: rgba(255, 255, 255, 0.6)
}

#noteblock {
position: absolute;
bottom: 10px;
width: 50%;
border: 3px solid #8AC007;
border-radius: 6px 0 0 0;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg_image {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; 
  background-color: black;
  /*  background: url(cover.jpg) no-repeat; */
}

/* Font Icons */ 
@font-face {
  font-family: 'oxp';
  src: url('../fonts/oxp.eot?71650457');
  src: url('../fonts/oxp.eot?71650457#iefix') format('embedded-opentype'),
       url('../fonts/oxp.woff?71650457') format('woff'),
       url('../fonts/oxp.ttf?71650457') format('truetype'),
       url('../fonts/oxp.svg?71650457#oxp') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'oxp';
	margin: 0 4px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
	text-align: center;
}

.icon-left:before { content: '\e803'; }
.icon-th:before { content: '\e800'; }
.customicon-soundcloud:before { content: '\e115'; }
.customicon-speaker:before { content: "\e033"; }

.noteblock {
  background-color: rgba(128, 128, 255, 0.3);
  border-radius: 6px 0 0 0;
  padding-left: 5px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 270px;
  }


/* Header Text */
a, a:visited {
	color: #888; 
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
}

.container .header {
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container .header span {
	display: block;
	font-size: 60%;
	opacity: 0.8;
	padding-bottom: 0.6em;
}

/* Dropdown */

.navbar {
  overflow: hidden;
  background-color: #3e77a199; /* was 333*/
  padding: 0em 0.5em 0em 0.5em;
  text-align: center;
  text-decoration: none;
}

.navbar a {
  padding: inherit;
  font-size: 16px;
  color: white;
}

.navbar a.left {
  float: left;
}

.navbar a.right {
  float: right;
}

.navbar span.left {
  float: left;
}

.navbar span.right {
  float: right;
}

.dropdown {
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: gray;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sidebar_tab {
  writing-mode: vertical-rl;
}
.sidebar_inner {
  writing-mode: horizontal-tb;
  transition-duration: 1s;
  text-align: left;
  border-radius: 0 0 0 5px;
  width: 220px;
  right: -220px;
  color: black;
}

.sidebar_tab:hover {
  	right: 220px;
}
.sidebar_tab:hover .sidebar_inner {
  	right: 0;
}



.shoutbox_sidebar_tab {
  position: fixed;
  top: 40px;
  right: 0;
  width: 25px;
  padding: 6px 6px 6px 0px;
  text-align: center;
  background: #33a8ff75;
  border-radius: 5px 0 0 5px;
  transition-duration: 1s;
}

.shoutbox_sidebar_inner {
  position: fixed;
  top: 40px;
  background-color: transparent;
  height: 1000px;
}

.gameservers_sidebar_tab {
  position: fixed;
  top: 110px;
  right: 0;
  width: 25px;
  padding: 6px 6px 6px 0px;
  text-align: center;
  background: #33a8ff75;
  border-radius: 5px 0 0 5px;
  transition-duration: 1s;
}
.gameservers_sidebar_inner {
  position: fixed;
  top: 110px;
  background-color: rgba(255, 255, 255, 0.6);
  height: 110px;
}


/*End*/
