@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
  color-scheme: only light;
}

@font-face {
    font-family: 'tibia';
    src: url('fonts/Tibia.ttf')  format('truetype');
}

#WorldOverView {
    position: relative;
    margin: auto;
    width: 100%;
}
#WorldOverViewList tr {
    border-bottom: 1px solid black;
    height: 30px;
}
.WorldList_1 {
    font: normal 12px arial;
    background-color: #e4ceb7;
}
.WorldList_2 {
    font: normal 12px arial;
    background-color: #ccb399;
}

.header {
	width:300px;
	height:120px; 
	position:absolute;
	left:-50px;
	top:-132px;
	background-size:300px 120px;
	z-index:5;
}

.header.default {
	background-image:url(img/logo_small.png);
}

.header.rexis{
	background-image:url(img/logo_purp_small.png);
}

.header.fatalis{
	background-image:url(img/logo_red_small.png);
}

.header.xmas {
	background-image:url(img/xmas/logo.png);
}

@keyframes float {
  0% {
    transform: translatey(-4px); }
  50% {
    transform: translatey(4px); }
  100% {
    transform: translatey(-4px); } }
.display-none {
  display: none !important; }

.display-inline {
  display: inline !important; }
  

body {
	width:100%;
	background-color:#000;
	background-image: url(img/bg.jpg?v=2);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #E5E5E5; }
  
body.eu{
	background-image: url(img/bg2.jpg?v=3);
}

body.fatalis{
	background-image: url(img/bg3.jpg?v=3);
}

body.nirvanum{
	background-image: url(img/bg_nvm.jpg);
}

body.exilium{
	background-image: url(img/bg3.jpg);
}

body.rexis{
	background-image: url(img/bg5.jpg);
}

body.xmas{
	background-image: url(img/bg_xmas.jpg);
}

a {
  text-decoration: none;
  color: #59717d;
  transition: color .1s linear; }

a:hover {
  color: #b6c9cb; }

input, button, textarea {
  outline: none; }
  input:focus, button:focus, textarea:focus {
    outline: none; }

ul {
  margin: 2px 0 0 0;
  padding: 0; }

textarea {
  max-width: 530px !important; }

ul li {
  list-style-type: none;
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
  line-height: 1.5em; }

ol {
  margin: 8px 0 5px 5px; }

ol li {
  margin: 0 0 11px 0; }

.form_settings {
  margin: 15px 0 0 0; }

.form_settings p {
  padding: 0 0 4px 0; }

.form_settings span {
  float: left;
  width: 200px;
  text-align: left; }

.form_settings input, .form_settings textarea {
  padding: 5px;
  width: 299px;
  font: 100% arial;
  border: 1px solid #E5E5DB;
  background: #FFF;
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px; }

.form_settings .submit {
  font: 100% arial;
  border: 0;
  width: 99px;
  margin: 0 0 0 212px;
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer;
  background: #3B3B3B;
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px; }

.form_settings textarea, .form_settings select {
  font: 100% arial;
  width: 299px; }

.form_settings select {
  width: 310px; }

.form_settings .checkbox {
  margin: 4px 0;
  padding: 0;
  width: 14px;
  border: 0;
  background: none; }

.separator {
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0; }

table {
  margin: 10px 0 10px;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate; }

table tr th {
  padding: 10px 15px; }

tr.yellow td {
  background: #505050;
  color: #FFF;
  padding: 7px 4px;
  text-align: left; }

.TableContainer table {
  margin: 0 !important; }

.TableContainer td {
  padding: 2px 3px !important; }

table tr td img {
  max-width: 520px; }

input.hover:hover {
  cursor: pointer; }

/* guild war */
tr.special:hover td {
  background: #212d2b; }

tr.special {
  cursor: pointer; }

ul.war_list li {
  font-size: 18px; }
  
#captchaBody{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0.7);
	backdrop-filter:blur(2px);
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:1000000000;
}

.container {
  width: 1310px;
  margin: 200px auto 50px auto;
  padding:0 30px;
  position:relative;
  z-index:1;
}

.container_left, .container_right {
	width:200px;
	margin:50px 0 30px 25px;
	position:relative;
	text-align: center;
	float:left;
}

.container_mid {
  min-height: 200px;
  width: 750px;
  float: left;
  margin-left:25px;}

.left_box, .right_box, .center_box {
  width: 100%;
  background: url(img/mid_mid.jpg) repeat-y center top;
  position: relative;
  margin-bottom: 18px;
  border:solid 3px #000;
  border-left:0;
  border-top:0;
  border-radius:10px;
  box-shadow: inset 0 0 0 1.5px rgba(164, 175, 179, 0.5);
}

.corner_lt, .corner_rt, .corner_rb, .corner_lb {
  z-index: 5; }

.corner_lt {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(img/corners.png) no-repeat 0 0;
  left: -19px;
  top: -17px; }

.corner_rt {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(img/corners.png) no-repeat -64px 0;
  right: -19px;
  top: -17px; }

.corner_rb {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(img/corners.png) no-repeat -64px -64px;
  right: -19px;
  bottom: -18px; }

.corner_lb {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(img/corners.png) no-repeat 0 -64px;
  left: -19px;
  bottom: -18px; }

.left_box .content, .right_box .content {
  width: 200px;
}

.center_box .content_bg {
  margin: -1px 17px;
  width: 668px;
  position: relative;
  background: url(img/mid_mid.jpg) repeat-y center top;
  background-size: 100% 100%;
  color: #a1b4b6;
  font-size: 14px;
  line-height: 21px; }

.center_box .content_bg .content {
  padding: 20px 25px; }

.left_box .border_bottom, .right_box .border_bottom, .center_box .border_bottom {

  width: 100%;
  display: block;
  height: 20px; }

.left_box .title, .right_box .title, .center_box .title {

  width: 100%;
  height: 45px;
  position: relative; }

.rise-up-content {
  position: relative;
  z-index: 10; }

.left_box ul li a:after {
  content: "";
  width: 100%;
  background: url(img/line.png) no-repeat center top;
  height: 2px;
  display: block;
  position: absolute;
  left: -16px;
  bottom: -6px; }

.title span {
  width: 100%;
  height: 45px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat; }

.title img {
  position: absolute;
  left: 20px;
  top: 6px;
  z-index: 6; }

.left_box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 8px; }

.left_box ul li {
  padding: 5px 0 5px 0;
  margin: 0; }

.left_box ul li a {
  display: block;
  color: #e7e7e7;
  text-shadow: 1px 1px 0 #000;
  transition: all 0.1s linear;
  margin-left: 10px;
  position: relative; }

.left_box ul li a:hover {
  color: #abd2d5;
  padding-left: 3px; }

.inputtext {
  width: 158px;
  height: 33px;
  background: url(img/quicklogin_input.png);
  padding: 0 10px;
  margin: 10px 0 0 0;
  border: 0 none;
  color: #a1b4b6;
  font-size: 12px;
  text-shadow: 1px 1px 0 #000; }

.loginbtn {
  width: 178px;
  height: 44px;
  margin: 3px 0 1.5px 5px; }

.download_client {
  display: block;
  width: 250px;
  height: 59px;
  background: url(img/download_btn.png) no-repeat 0 -59px;
  margin: 0 0 10px -2px;
  position: relative; }
  .download_client:after {
    content: '';
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url(img/download_btn.png) no-repeat 0 0;
    transition: all .2s; }
  .download_client:hover:after {
    opacity: 1; }

.right_box {
  text-shadow: 0 1px 0 #000; }

.right_box a {
  color: #839a9d;
  transition: color 0.1s linear; }

.right_box a:hover {
  color: #5f7578; }

table.sinfotable {
  margin: 0 8px;
  font-size: 13px;
  width: 183px; }

table.sinfotable td {
  border-bottom: 1px solid #4c4b46;
  border-top: 1px solid #1c1c1a;
  background: none transparent;
  color: #fff;
  padding: 4px 0 4px 10px; }

ul.toplvl {
  list-style: none;
  margin: 0 8px; }

ul.toplvl li {
  padding: 7.5px 0;
  padding-left: 20px;
  position: relative; }

.lvl {
  display: block;
  background: #cc7e0f;
  float: right;
  height: 15px;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  padding: 0px 5px;
  border-radius: 4px;
  box-shadow: 0 1px 0 #101010;
  border-top: 1px solid #ffc36d; }

.acc_menu {
  width: 183px;
  margin: 0 8px; }

.inputbtn {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
  font-size: 16px;
  color: #ccc;
  text-align: center;
  transition: all 0.1s linear;
  margin: 1px 0; }

.sdownload_client
{
	display: block;
	width: 228px;
	height: 113px;
	background: url(img/sd_download_btn.png) no-repeat;
	margin: 0 0 10px -2px;
	position: relative;

	&:after {
		content: '';
		position: absolute;
		opacity: 0;
		width: 100%;
		height: 100%;
		background: url(img/download_btn.png) no-repeat;
	}

	&:hover {
		&:after {
			opacity: 1;
		}
	}
}
  
.acc_menu a:hover {
  background: rgba(0, 0, 0, 0.4); }

#footer {
	width: 100%;
	height: 100px;
	position:relative;
}

#footer_skull{
	width:168px;
	height:116px;
	margin:0 auto;
	background-image:url(img/skull_art_headerv2.png?v=23435);
	background-size:168px 116px;
}

#footer_container{
	width: 1250px;
	height:100px;
	margin: 0 auto;	
	background: linear-gradient(180deg, #0c0c0c 0%, #060606 100%);
	border-top:solid 1px #111;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

#footer_logo{
	width:33.3%;
	height:60px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
}
#footer_logo div{
	width:150px;
	height:60px;
	background-size:150px 60px;
	opacity:0.7;
}
#footer_logo div:hover{
	opacity:1;
	transition:0.25s;
}
#footer_logo div.default{
	background-image:url(img/logo.png);
}
#footer_logo div.default.fatalis{
	background-image:url(img/logo_red.png);
}
#footer_logo div.xmas{
	background-image:url(img/xmas/logo.png);
}

#footer_info{
	width:33.3%;
	height:60px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
}

#footer_info_inner{
	width:100%;
	text-align:center;
	color:#ccc;
	font-size:18px;
}

#footer_links{
	width:33.3%;
	height:60px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
}

.footer_link{
	opacity:0.7;
	filter:grayscale(50%);
	margin:0 10px;
}
.footer_link:hover{
	opacity:1;
	filter:grayscale(20%);
	transition:0.25s;
}

/* SLIDER */
.slider {
  width: 207px;
  height: 100px;
  margin-left: -3px;
  margin-top: -3px;
  margin-bottom: -2px; }

#slides {
  display: none;
  width: 207px;
  height: 100px;
  float: left;
  z-index: 90;
  overflow: initial !important;
  position: relative; }

.slidesjs-pagination {
  z-index: 999;
  position: absolute;
  bottom: 5px;
  right: 5px; }

ul.slidesjs-pagination {
  list-style: none;
  padding: 3px;
  border-radius: 5px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5); }

.slidesjs-pagination li {
  float: left;
  margin: 0 3px;
  padding: 0; }

.slidesjs-pagination li a {
  background: rgba(255, 255, 255, 0.3);
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  overflow: hidden;
  text-indent: -999999999px;
  line-height: 99px;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 15px; }

.slidesjs-pagination li a:hover {
  background: rgba(255, 255, 255, 0.5); }

.slidesjs-pagination li a.active {
  background: rgba(255, 255, 255, 0.5); }

.top-bar {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: #a1b4b6;
  font-weight: normal;
  font-size: 17px; }

.top-bar a {
  color: #a1b4b6; }
  
.pagination
{
	text-align: center;
	margin: 10px 0;
}
.pagination a
{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 0 0;
	border-radius: 24px;
	transition: opacity 0.1s linear;
	background: #131818;
	color: #fff;
	border: 1px solid #000000;
	box-shadow: 0 2px 3px rgb(100, 123, 133) inset;
}
.pagination a:hover
{
	opacity: 0.7;
}
.pagination a.current
{
	background: #181f1f;
	color: #fff;
	border: 1px solid #000000;
	box-shadow: 0 2px 3px rgb(100, 123, 133) inset;
}

input[type="text"]:not(.inputtext),
input[type="password"]:not(.inputtext),
input[type="number"]:not(.inputtext),
input[type="email"],
select {
  box-shadow: 0 0 1px #182926;
  background: url(img/quicklogin_input2.png);
  background-size: 100% 100%;
  padding: 10px 12px;
  margin: 5px 0;
  border: 0 none;
  color: #a1b4b6;
  font-size: 13px;
  width: 225px;
  box-sizing: border-box;
  outline: none; }

input[type="number"]::-webkit-input-placeholder {
  /* Edge */
  color: #a1b4b6; }
input[type="number"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1b4b6; }
input[type="number"]::placeholder {
  color: #a1b4b6; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }

select option {
  color: #1d1d1d; }

input[type="submit"], a.button {
  border: 0;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 17px 23px 17px;
  color: #a1b4b6;
  line-height: 1;
  cursor: pointer;
  background: url(img/button.png);
  background-size: 100% 100%;
  transition: all .1s;
  display: inline-block;
  border: none;
  text-align: center;
  box-sizing: border-box;
  outline: none; }
  input[type="submit"]._small, a.button._small {
    padding: 10px 28px 10px; }
  input[type="submit"]:hover, a.button:hover {
    color: #d0dfe0;
    transform: scale(1.03);
    filter: contrast(1.06); }
  input[type="submit"]._alt, a.button._alt {
    background-image: url(img/button2.png); }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: 'Noto Serif', serif;
  line-height: 1.4; }

h2 {
  font-size: 19px;
  line-height: 28px; }

.register {
  overflow: hidden; }
  .register ul li {
    float: left;
    width: 50%;
    box-sizing: border-box; }

.createcharacter table input[type="text"], .createcharacter table select {
  width: 100%; }
.createcharacter input[type="selected_vocation"] {
  margin: 0; }

table.Table3 {
  background-color: #131818;
  background-size: 100% 100%;
  position: relative; }
  table.Table3.show {
    display: table; }
  table.Table3.hide {
    display: none; }
  table.Table3.corners:before, table.Table3.corners:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(img/corners.png) no-repeat 0 0;
    left: -13px;
    top: -9px;
    background-size: 95px;
    z-index: 1; }
  table.Table3.corners:after {
    background: url(img/corners.png) no-repeat -48px 0px;
    background-size: 95px;
    top: -9px;
    right: -14px;
    left: auto; }
  table.Table3 tr.head {
    background: url(img/border_top.png) repeat-x center top;
    position: relative; }
  table.Table3 tr:not(.head) td {
    background: url(img/table-bg.jpg) repeat-y center;
    background-size: 110% 200%; }
  table.Table3 tr td {
    padding: 10px 15px; }
    table.Table3 tr td a {
      color: #a1b4b6; }
    table.Table3 tr td form {
      height: 100%;
      margin: 0; 
}

table.Table2 {
  background-color: #131818;
  background-size: 100% 100%;
  position: relative; }
  table.Table2.show {
    display: table; }
  table.Table2.hide {
    display: none; }
  table.Table2.corners:before, table.Table2.corners:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(img/corners.png) no-repeat 0 0;
    left: -13px;
    top: -9px;
    background-size: 95px;
    z-index: 1; }
  table.Table2.corners:after {
    background: url(img/corners.png) no-repeat -48px 0px;
    background-size: 95px;
    top: -9px;
    right: -14px;
    left: auto; }
  table.Table2 tr.head {
    background: url(img/border_top.png) repeat-x center top;
    position: relative; }
  table.Table2 tr:not(.head) td {
    background: url(img/table-bg.jpg) repeat-y center;
    background-size: 110% 200%; }
  table.Table2 tr td {
    padding: 10px 7px; }
    table.Table2 tr td a {
      color: #a1b4b6; }
    table.Table2 tr td form {
      height: 100%;
      margin: 0; 
}

#buypointsTable {
  font-size: 15px; }
  #buypointsTable tr td {
    text-align: center; }

.shopTable tr td:last-of-type {
  text-align: center; }

#categoryNavigator a.button._small {
  padding: 9px 21px 9px;
  margin: 15px 3.7px 10px;
  font-size: 11px; }

.radio {
  margin: 16px 0;
  display: block;
  cursor: pointer; }
  .radio input {
    display: none; }
    .radio input + label {
      line-height: 18px;
      height: 18px;
      padding-left: 18px;
      display: block;
      position: relative; }
      .radio input + label:not(:empty) {
        padding-left: 26px; }
      .radio input + label:before, .radio input + label:after {
        content: '';
        width: 18px;
        height: 18px;
        display: block;
        border-radius: 50%;
        left: 0;
        top: 0;
        position: absolute; }
      .radio input + label:before {
        background: #131818;
        transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); }
      .radio input + label:after {
        background: #131818;
        transform: scale(0.78);
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); }
    .radio input:checked + label:before {
      transform: scale(1.04);
      background: #a1b4b6; }
    .radio input:checked + label:after {
      transform: scale(0);
      transition: transform .3s ease; }
  .radio:hover input + label:before {
    transform: scale(0.92); }
  .radio:hover input + label:after {
    transform: scale(0.74); }
  .radio:hover input:checked + label:after {
    transform: scale(0.3); }

.highscores {
  overflow: hidden;
  padding: 3px 0; }
  .highscores li {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 6px 0; }
    .highscores li .topplayer-count {
      float: left;
      display: inline-block;
      margin-left: 12px; }
    .highscores li .image-name {
      float: left;
      display: inline-block;
      margin-left: 25px; }
    .highscores li .level {
      float: right;
      margin-right: 23px; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

hr.separator {
  border: 0;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: -moz-linear-gradient(left, rgba(56, 70, 67, 0) 0%, #384643 20%, #384643 50%, #384643 80%, rgba(56, 70, 67, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(56, 70, 67, 0) 0%, #384643 20%, #384643 50%, #384643 80%, rgba(56, 70, 67, 0) 100%);
  background: linear-gradient(to right, rgba(56, 70, 67, 0) 0%, #384643 20%, #384643 50%, #384643 80%, rgba(56, 70, 67, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00384643', endColorstr='#00384643',GradientType=1 ); }

/*# sourceMappingURL=style.css.map */

.container-middle {
	width:calc(100% - 500px);
	margin-left:25px;
	margin-top:-70px;
	position:relative;
	float:left;
}

.container .sidebar-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top:-20px;
  margin-bottom: 25px;
  z-index:3;
}

.container .sidebar-box-container:first-of-type {
	margin-top:0;
}

.container .sidebar-box-container::before {
  height: calc(100% - 36px);
  width: 24px;
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  background-image: url(img/border_left.png?v=1005);
  background-repeat: repeat-y;
  z-index:2;
}

.container .sidebar-box-container::after {
  height: calc(100% - 36px);
  width: 24px;
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  right: 0;
  background-image: url(img/border_right.png?v=1013);
  background-repeat: repeat-y;
  background-position: right top;
  z-index:2;
}

.container .sidebar-box-container-corners-lb {
  width:20px;
  height:20px;
  position: absolute;
  z-index: 3;
  background: url(img/border_bl.png?v=1015);
  bottom: -4px;
  left: -4px;
}

.container .sidebar-box-container-corners-rb {
  width:20px;
  height:20px;
  position: absolute;
  z-index: 3;
  background: url(img/border_br.png?v=1019);
  bottom: -4px;
  right: -4px;
}

.container .sidebar-box-container-header {
	width:220px;
	height:52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position:center top;
  position: relative;
  margin-left:-10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.container .sidebar-box-container-header.default {
	background-image: url(img/border_top_220.png?v=1074);
}
.container .sidebar-box-container-header.fatalis {
	background-image: url(img/border_top_red_220.png?v=1074);
}
.container .sidebar-box-container-header.xmas {
	background-image: url(img/xmas/border_top_200.png?v=1074);
	width:200px;
	height:32px;
	margin-left:0;
	margin-top:20px;
}
.container .sidebar-box-container-header img:nth-child(1) {
	width:40px;
	height:40px;
	position: absolute;
	top:16px;
	left: -10px;
	z-index: 2;
}

.container .sidebar-box-container-header img:nth-child(2) {
	margin-top:20px;
}
.container .sidebar-box-container-header.xmas img:nth-child(2) {
	margin-top:0;
}

.container .sidebar-box-container-header-thin {
	width:220px;
	height:28px;
	margin-left:-10px;
	background-repeat:repeat-x;
	background-position:center top;
	position: relative;
	z-index: 3;
}
.container .sidebar-box-container-header-thin.default {
	background-image: url(img/border_top_thin_220.png?v=1074);
}
.container .sidebar-box-container-header-thin.fatalis {
	background-image: url(img/border_top_thin_red_220.png?v=1074);
}
.container .sidebar-box-container-header-thin.xmas {
	background-image: url(img/border_top_thin_220.png?v=1074);
}

.container .sidebar-box-container-bottom-border {
  background: url(img/border_bottom.png?v=1006) repeat-x center bottom;
  width: calc(100% - 24px);
  height: 7px;
  margin-top:-1px;
  margin-left:12px;
}

.container-middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 25px;
}

.container-middle-section:first-of-type {
	margin-top:0;
}

.container-middle-section::before {
  height: calc(100% - 16px);
  width: 24px;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-image: url(img/border_left.png?v=1044);
  background-repeat: repeat-y;
}

.container-middle-section::after {
  height: calc(100% - 16px);
  width: 24px;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background-image: url(img/border_right.png?v=1044);
  background-repeat: repeat-y;
  background-position: right top;
}

.container-middle-section-corners {
  position: absolute;
  z-index: 2;
  height: 64px;
  width: 64px;
}

.container-middle-section-corners-lt {
  background: url(img/corners.png?v=1003) no-repeat 0 0;
  top: -17px;
  left: -19px;
}

.container-middle-section-corners-rt {
  background: url(img/corners.png?v=1003) no-repeat -64px 0;
  top: -17px;
  right: -19px;
}

.container-middle-section-corners-lb {
  width:20px;
  height:20px;
  background: url(img/border_bl.png?v=1026);
  bottom: -4px;
  left: -4px;
}

.container-middle-section-corners-rb {
  width:20px;
  height:20px;
  background: url(img/border_br.png?v=1026);
  bottom: -4px;
  right: -4px;
}

.container-middle-section-header {
	width:100%;
	height:32px;
	background: url(img/border_top_750.png?v=1024) repeat-x center top;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	postion:relative;
	z-index:3;
}

.container-middle-section-header-image {
	width:200px;
	height:32px;
	margin:0 auto;
}

.container-middle-section-content {
	width:calc(100% - 12px);
	margin-left:6px;
	background-color: #1a1a1a;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-middle-section-bottom-border {
  background: url(img/border_bottom.png?v=1023) repeat-x center bottom;
  width: calc(100% - 24px);
  height: 7px;
  margin-top:-1px;
  margin-left:12px;
}

.skullArt_header{
	width:168px;
	position:absolute;
	z-index:3;
	left:16px;
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.skullArt_header.default{
	background-image: url(img/skull_art_header_2.png?v=1013);
	height:116px;
	top:-116px;
}
.skullArt_header.xmas{
	background-image: url(img/xmas/skull_art_header_2.png?v=1013);
	height:140px;
	top:-140px;
}

.skullArt_footer{
	width:174px;
	height:50px;
	position:absolute;
	bottom:-50px;
	left:13px;
	background: url(img/skull_art_footer.png?v=1004);
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.skullArt_separator{
	width:174px;
	height:25px;
	position:absolute;
	z-index:1;
	top:-5px;
	left:13px;
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.nav_section{
	width:calc(100% - 12px);
	height:32px;
	margin-left:6px;
	margin-top:0;
	background: url(img/border_top_light.png?v=1004) repeat-x center top;
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size:16px;
	color:#ccc;
}
.nav_section ~ .nav_section {
	margin-top:-1px;
}

.nav_section a{text-decoration:none;}

.tibiaFont{
	font-family: 'tibia';
	letter-spacing: 1px;
	line-height:1;
	text-shadow:
    -1px -1px 0 #000,  
    -1px 0px 0 #000,  
     1px -1px 0 #000,
     0px -1px 0 #000,
    -1px  1px 0 #000,
    0px  1px 0 #000,
     1px  1px 0 #000,
     1px  0px 0 #000;
}

.xContainer{
	min-height:200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	float:left;
}

.xContainer:first-child{
	margin-left:0;
}

.xContainer_marginThird{
	margin-left:25.5px;
}

.xContainer::before{
	height: calc(100% - 16px);
	width: 24px;
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-image: url(img/border_left.png?v=1005);
	background-repeat: repeat-y;
	z-index:2;
}

.xContainer::after{
	height: calc(100% - 16px);
	width: 24px;
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background-image: url(img/border_right.png?v=1013);
	background-repeat: repeat-y;
	background-position: right top;
	z-index:2;
}

.xContainer_lb{
	width:20px;
	height:20px;
	position: absolute;
	z-index: 3;
	background: url(img/border_bl.png?v=1015);
	bottom: -4px;
	left: -4px;
}

.xContainer_rb{
	width:20px;
	height:20px;
	position: absolute;
	z-index: 3;
	background: url(img/border_br.png?v=1019);
	bottom: -4px;
	right: -4px;
}

.xContainer_header{
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-repeat: repeat-x;
	background-position:center top;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}
.xContainer_header.default{
	background-image:url(img/border_top_750.png?v=1072);
}
.xContainer_header.xmas{
	background-image:url(img/xmas/border_top_750.png?v=1072);
}

.xContainer_header img{
	width: 200px;
    height: 32px;
    margin: 0 auto;
}

.xContainer_header_thin{
	height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-color:#111;
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
}

.xContainer_header_thin img{
	width: 750px;
    height: 8px;
}
.xContainer_header_thin.default{
	background-image:url(img/border_top_750_thin.png?v=1072);
}

.xContainer_inner{
	width: calc(100% - 50px);
	min-height:200px;
    padding: 15px 19px 10px 19px;
	margin: 0 6px;
	box-sizing:content-box;
    background: #161616;
}

.xContainer_bottom{
	background: url(img/border_bottom.png?v=1006) repeat-x center bottom;
	width: calc(100% - 24px);
	height: 7px;
	margin-top:-1px;
	margin-left:12px;
}

.xContainer_full{
	width:calc(100% + 38px);
	margin-left:-19px;
	margin-top:-15px;
}

#statsPanel{
	width: calc(100% - 12px);
    margin-left: 6px;
	padding-bottom:8px;
    background: #161616;
}

#accountPanel{
	width: calc(100% - 12px);
    margin-left: 6px;
	padding-bottom:8px;
    background: #161616;
}

#screenshots{
	width:188px;
	height:180px;
	margin-left:6px;
	overflow:hidden;
	cursor:pointer;
}

.screenshotList{
	width:4900px; /* 600px * number of screenshots */
	height:180px;
	animation:screenshotAnim 70s infinite ease-in-out;
	pointer-events:none;
}

.screenshot{
	width:600px;
	height:180px;
	float:left;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering:crisp-edges;
}

.screenshot1{background:url(img/screenshots/1.png);}
.screenshot2{background:url(img/screenshots/2.png);}
.screenshot3{background:url(img/screenshots/3.png);}
.screenshot4{background:url(img/screenshots/4.png);}
.screenshot5{background:url(img/screenshots/5.png);}
.screenshot6{background:url(img/screenshots/6.png);}
.screenshot7{background:url(img/screenshots/7.png);}

@keyframes screenshotAnim {
  0% {transform: translate(0px, 0);}
  13% {transform: translate(-412px, 0);}
  14% {transform: translate(-600px, 0);}
  27% {transform: translate(-1012px, 0);}
  28% {transform: translate(-1200px, 0);}
  41% {transform: translate(-1612px, 0);}
  42% {transform: translate(-1800px, 0);}
  55% {transform: translate(-2212px, 0);}
  56% {transform: translate(-2400px, 0);}
  69% {transform: translate(-2812px, 0);}
  70% {transform: translate(-2999px, 0);}
  83% {transform: translate(-3412px, 0);}
  84% {transform: translate(-3599px, 0);}
  99% {transform: translate(-4012px, 0);}
  100% {transform: translate(0, 0);}
}

#topPlayers{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
}

.topPlayers_row{
	width:100%;
	height:48px;
}
.topPlayers_row:nth-child(even) {
	background:rgba(255,255,255,0.015);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 90%);
}

.topPlayers_row_inner{
	width:calc(100% - 16px);
	height:48px;
	margin-left:8px;
}

.topPlayers_position{
	width:24px;
	height:24px;
	margin-top:14px;
	float:left;
}

.topPlayers_position img{
	width:24px;
	height:24px;
}

.topPlayers_outfit{
	width:48px;
	height:48px;
	margin-left:-15px;
	float:left;
}

.topPlayers_outfit img.outfit{
	width:48px;
	height:48px;
	margin-left:0;
	margin-top:-10px;
}
.topPlayers_outfit img.outfitError{
	width:24px;
	height:24px;
	margin-left:24px;
	margin-top:14px;
}

.topPlayers_info{
	width:calc(100% - 69px);
	height:40px;
	margin-top:7px;
	margin-left:12px;
	text-align:left;
	float:left;
}

.topPlayers_name{
	width:100%;
	height:14px;
	font-size:17px;
	color:#aaa;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.topPlayers_voclvl{
	width:100%;
	height:16px;
	margin-top:3px;
	font-size:11px;
	color:#777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.topPlayers_name a{text-decoration:none}
.topPlayers_name a:hover{text-decoration:underline}

#discordWidget{
	width:100%;
	height:200px;
	box-sizing:content-box;
	background-color:#111;
	background-image: url(../img/discordBckg1.png),url(img/discordBckg2.png);
    background-size: 200px 180px,110px 130px;
    background-position: 0 100%,100% 100%;
    background-repeat: no-repeat,no-repeat;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow:    inset  0 -10px 10px -10px #000;
	-webkit-box-shadow: inset  0 -10px 10px -10px #000;
	box-shadow: inset  0 -10px 10px -10px #000;
    overflow-y: scroll;
	overflow-x:hidden;
	text-align:left;
}

#discordWidget::-webkit-scrollbar {
  width: 14px;
}

#discordWidget::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: rgba(255,255,255,0.2);
}

.discord_header{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:12px;
	color:#888;
	font-size:11px;
}

#discord_members{
	width:100%;
	margin-top:10px;
	margin-bottom:12px;
}

.discord_member{
	width:100%;
	height:28px;
}

.discord_member:nth-child(odd) {
	background:rgba(255,255,255,0);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 90%);
}

.discord_member_inner{
	width:calc(100% - 40px);
	height:28px;
	margin-left:20px;
}

.discord_member_pic{
	width:24px;
	height:28px;
	position:relative;
	float:left;
}
.discord_member_pic img{
	width:20px;
	height:20px;
	margin:4px 2px;
	border-radius:10px;
	float:left;
}

.discord_member_status{
	width:7px;
	height:7px;
	border:solid 2px #111;
	border-radius:10px;
	position:absolute;
	bottom:2px;
	right:0;
}

.discord_status_online{background-color:#3ba55d;}
.discord_status_idle{background-color:#faa81a;}
.discord_status_dnd{background-color:#ed4245;}

.discord_member_username{
	width:114px;
	height:16px;
	margin-left:5px;
	margin-top:6px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	color:#aaa;
	font-size:12px;
	float:left;
}

#discordConnect{
	width:calc(100% - 12px);
	height:50px;
	margin-left:6px;
	background-color:#161616;
	border-top:solid 2px #000;
}

#discordConnectButton{
	height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 7px 8px 2px 8px;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}
#discordConnectButton:hover{
	background-color:rgba(255,255,255,0.1);
}

.download_section{
	width:calc(44% - 2px);
	height:180px;
	background:#1a1a1a;
	border:solid 1px #111;
	margin-left:4%;
	float:left;
}

.download_header{
	width:calc(100% - 20px);
	background-color:#131313;
	border-bottom:solid 1px #0a0a0a;
	padding:12px 10px 10px 10px;
	font-size: 20px;
	color: #ccc;
	text-align:center;
}

.download_content{
	width:calc(100% - 40px);
	height:63px;
	margin:10px 20px;
	display:flex;
	align-items:center;
	
}

.download_icon{
	width:50px;
	height:50px;
	background-size:50px 50px;
	float:left;
	margin-top:8px;
}

.download_message{
	width:calc(100% - 70px);
	margin-top:8px;
	font-size:16px;
	margin-left:20px;
	color:#ccc;
	float:left;
}

.download_button{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

a.downloadbtn{
	width:150px;
	border: 0;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 17px 23px 17px;
	color: #a1b4b6;
	line-height: 1;
	cursor: pointer;
	background: url(img/button.png);
	background-image: url("img/button.png");
	background-size: auto;
	background-size: 100% 100%;
	transition: all .1s;
	text-align: center;
	outline: none;
}

a.downloadbtn:hover{
    color: #d0dfe0;
    transform: scale(1.03);
    filter: contrast(1.06);
}

.xButton{
	float:left;
	padding:10px 8px 8px 10px;
	border:solid 1px rgba(0,0,0,1);
	cursor:pointer;
	opacity:0.85;
	border-radius:5px;
}
.xButton:hover{
	opacity:1;
}

.greenButton{
	background:linear-gradient(135deg, #0e6325 0%, #05471b 100%);
}

.redButton{
	background:#470505;
	background:linear-gradient(135deg, #630e0e 0%, #470505 100%);
}

#countdownBody{
	width:100%;
	height:50px;
	background-color:#000;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}

#countdownText{
	color:#ccc;
	font-size:24px;
}

.oldGreenButton{
	border: 0;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 17px 23px 17px;
	color: #a1b4b6;
	line-height: 1;
	cursor: pointer;
	background: url(img/button.png);
	  background-size: auto;
	background-size: 100% 100%;
	transition: all .1s;
	display: inline-block;
	border: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
}

#bg_overlay{
	width:100%;
	height:1080px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden;
}

.fogwrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
}
#foglayer_01, #foglayer_02, #foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
  opacity:0.65;
}
#foglayer_01 {
  -webkit-animation: foglayer_moveme 45s linear infinite;
  -moz-animation: foglayer_moveme 45s linear infinite;
  animation: foglayer_moveme 45s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_moveme 43s linear infinite;
  -moz-animation: foglayer_moveme 43s linear infinite;
  animation: foglayer_moveme 43s linear infinite;
}

#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("img/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("img/fog2.png") center center/cover no-repeat transparent;
}

@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
  }
  
/* TWITCH WIDGET */ 
  
#streamWidget{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
}

.streamWidgetContainer{
	width:188px;
	margin:10px 0;
	cursor:pointer;
}

.streamWidgetEmpty{
	width:188px;
	margin:10px 0;
	padding:10px 0 8px 0;
	font-size:18px;
	color:#ccc;
	text-align:center;
}

.streamWidgetThumb{
	width:172px;
	height:96px;
	margin-left:8px;
	position:relative;
	background-size: 172px 96px;
	background-repeat:no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.streamWidgetInfo{
	width:156px;
	padding:8px 8px 6px 8px;
	box-sizing:content-box;
	margin-left:7px;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.08) 100%);
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 2px #000;
	border-bottom:solid 3px rgba(142,36,170,0.35);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.streamWidgetContainer:hover .streamWidgetInfo{
	border-bottom:solid 3px rgba(142,36,170,0.75);
	transition:0.25s;
}

.streamWidgetName{
	width:calc(100% - 63px);
	color:#ccc;
	float:left;
	font-size:18px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streamWidgetLive{
	width:12px;
	height:12px;
	border:solid 1px #000;	
	float:right;
	margin-right:8px;
	background-color:rgba(0,0,0,0.3);
	border-radius:50%;
}

.streamWidgetLive_dot{
	width:8px;
	height:8px;
	margin:2px;
	background-color:#ff0000;
	border-radius:50%;
	opacity: 1;
    animation: fade 2s linear infinite;
}

@keyframes fade {
  0%,100% { opacity: 0.4 }
  50% { opacity: 1 }
}

.streamWidgetViewers{
	float:right;
	color:#ccc;
	font-size:18px;
	text-align:right;
}

#streamWidgetAll{
	width:100%;
	height:50px;
	background-color:#161616;
	border-top:solid 2px #060606;
}

#streamWidgetAllButton{
	height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 7px 8px 2px 8px;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}

#streamWidgetAllButton:hover{
	background-color:rgba(255,255,255,0.1);
}

/* TWITCH PAGE */

#streamContent{
	width:680px;
	margin:10px;
}

#streamLoad{
	width:100%;
	height:200px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

#streamLoadText{
	width:680px;
	margin-top:20px;
	text-align:center;
	color:#ccc;
	font-size:20px;
}

#streamSummary{
	width:634px;
	padding:10px 12px 6px 12px;
	margin-left:10px;
	box-sizing:content-box;
	margin-bottom:20px;
	color:#ccc;
	font-size:20px;
	border:solid 1px #000;
	border-bottom:solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

.streamEmpty{
	width:100%;
	margin:40px 0;
	text-align:center;
	font-size:24px;
	color:#ccc;
}

.streamContainer{
	width:320px;
	height:240px;
	margin:0 10px;
	cursor:pointer;
	float:left;
}

.streamThumb{
	width:320px;
	height:180px;
	position:relative;
	background-size: 320px 180px;
	background-repeat:no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.streamInfo{
	width:296px;
	padding:10px 12px 6px 12px;
	box-sizing:content-box;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.08) 100%);
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 2px #000;
	border-bottom:solid 5px rgba(142,36,170,0.35);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.streamContainer:hover .streamInfo{
	border-bottom:solid 6px rgba(142,36,170,0.75);
	transition:0.25s;
}

.streamName{
	width:calc(100% - 63px);
	color:#ccc;
	float:left;
	font-size:20px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streamLive{
	width:12px;
	height:12px;
	margin-top:1px;
	border:solid 1px #000;	
	float:right;
	margin-right:8px;
	background-color:rgba(0,0,0,0.3);
	border-radius:50%;
}

.streamLive_dot{
	width:8px;
	height:8px;
	margin:2px;
	background-color:#ff0000;
	border-radius:50%;
	opacity: 1;
    animation: fade 2s linear infinite;
}

@keyframes fade {
  0%,100% { opacity: 0.4 }
  50% { opacity: 1 }
}

.streamViewers{
	float:right;
	color:#ccc;
	font-size:20px;
	text-align:right;
}

#streamAll{
	width:100%;
	height:50px;
	background-color:#161616;
	border-top:solid 2px #060606;
}

#streamAllButton{
	height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 5px 8px 4px 8px;
    box-sizing: content-box;
	background-color:rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
	border-right-width:2px;
	border-bottom-width:2px;
    color: #bbb;
    font-size: 11px;
    cursor: pointer;
}
#streamAllButton:hover{
	background-color:rgba(255,255,255,0.1);
}

#streamAdd{
	width:598px;
	margin-left:10px;
	padding:30px;
	border:solid 1px #000;
	border-bottom:solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

#streamAddImage{
	width:96px;
	height:96px;
	float:left;
	background-image:url(img/twitch_white_icon.png);
	background-size:96px 96px;
	opacity:0.1;
}

#streamAddInfo{
	width:480px;
	height:96px;
	float:right;
	display:flex;
	flex-direction:column;
	align-items:center;
}

#streamAddInfoTitle{
	width:480px;
	text-align:right;
	color:#ccc;
	font-size:24px;
}

#streamAddInfoText{
	width:480px;
	text-align:right;
	color:#bbb;
	font-size:18px;
}

#top_bar{
	width:100%;
	height:24px;
	position:relative;
}

.top_bar_icon{
	width:48px;
	height:48px;
	margin-left:12px;
	position:relative;
	float:right;
	opacity:0.5;
	filter:drop-shadow(2px 2px 5px #000);
}
.top_bar_icon:hover{
	opacity:1;
	transition:0.2s;
	margin-top:-7px;
}
.top_bar_icon:first-child{
	margin-right:10px;
}

.top_bar_icon:hover .top_bar_tooltip{
	display:block;
}
.top_bar_tooltip{
	padding:8px 5px 6px 8px;
	position:absolute;
	transform:translateX(-50%);
	top:-40px;
	left:24px;
	background-color:#161616;
	border:solid 1px #000;
	border-radius:3px;
	color:#ccc;
	font-size:16px;
	pointer-events:none;
	display:none;
	opacity:0.85;
}

.top_bar_wiki{
	opacity:0.8;
}
.top_bar_wiki:hover{
	opacity:1;
	transition:0.2s;
}

.news_item{
	width:100%;
	margin-top:30px;
}
.news_item:first-child{
	margin-top:0;
}

.news_headline{
	width:calc(100% - 42px);
	height:26px;
	padding:0 20px;
	border:solid 1px #000;
	box-sizing:content-box;
	background:url(img/header_black.jpg);
	background-repeat:repeat-x;
}

.news_headline_inner{
	height:18px;
	margin-top:4px;
}

.news_title{
	float:left;
}

.news_author{
	height:14px;
	float:right;
	margin-top:2px;
	font-size:11px;
}

.news_body{
	width:calc(100% - 40px);
	padding:30px 20px;
	box-sizing:content-box;
	background:rgba(0,0,0,0.1);
	border:solid 1px rgba(0,0,0,0.3);
	border-bottom:solid 1px rgba(0,0,0,1);
}

#casts{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
}

.cast_row{
	width:calc(100% - 20px);
	height:48px;
	padding:0 10px;
	box-sizing:content-box;
}
.cast_row:nth-child(even) {
	background:rgba(255,255,255,0.015);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 90%);
}

.cast_outfit{
	width:48px;
	height:48px;
	margin-left:-25px;
	float:left;
	position:relative;
	z-index:3;
}

.cast_outfit img.outfit{
	width:48px;
	height:48px;
	margin-left:0;
	margin-top:-10px;
}
.cast_outfit img.outfitError{
	width:24px;
	height:24px;
	margin-left:24px;
	margin-top:14px;
}

.cast_name{
	width:100%;
	float:left;
	margin-top:7px;
	font-size:18px;
	color:#ccc;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cast_viewers{
	float:right;
	color:#ccc;
	margin-top:18px;
	font-size:18px;
	text-align:right;
}

.cast_live{
	width:12px;
	height:12px;
	margin-top:18px;
	border:solid 1px #000;	
	float:right;
	margin-right:8px;
	background-color:rgba(0,0,0,0.3);
	border-radius:50%;
}

.cast_live_dot{
	width:8px;
	height:8px;
	margin:2px;
	background-color:#ff0000;
	border-radius:50%;
	opacity: 1;
    animation: fade 2s linear infinite;
}

.cast_voclvl{
	width:100%;
	height:16px;
	margin-top:3px;
	font-size:11px;
	color:#777;
	text-align:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

#casts_all{
	width:100%;
	padding:15px 0 10px 0;
	background-color:#161616;
	border-top:solid 2px #060606;
}

#casts_all_text{
	width:100%;
	font-size: 18px;
    color: #ccc;
	text-align:center;
}

#worldChanges{
	width:188px;
	margin-left:6px;
	padding-bottom:8px;
	background:#111;
}

.worldChange{
	width:188px;
	height:48px;
	margin-top:8px;
	border-top:solid 1px #000;
	border-bottom:solid 3px #000;
	position:relative;
}

.worldChange_npc{
	width:96px;
	height:64px;
	margin-left:-16px;
	margin-top:-16px;
	bottom:0;
	background-size:128px 128px;
	background-position: -48px -48px;
	image-rendering:pixelated;
	position:absolute;
	pointer-events:none;
	z-index:5;
}

.worldChange_creature{
	width:64px;
	height:56px;
	bottom:0;
	right:10px;
	background-size:64px 64px;
	image-rendering:pixelated;
	filter: drop-shadow(1px 1px 5px black);
	position:absolute;
	pointer-events:none;
	z-index:7;
}

.worldChange_name{
	width:60px;
	height:14px;
	position:absolute;
	left:8px;
	bottom:2px;
	font-size:18px;
	text-align:center;
	color:#ddd;
	z-index:6;
}

.worldChange_location_title{
	position:absolute;
	right:12px;
	top:8px;
	font-size:14px;
	color:#aaa;
	text-align:right;
	z-index:6;
}

.worldChange_location{
	position:absolute;
	right:12px;
	top:21px;
	font-size:18px;
	color:#ddd;
	text-align:right;
	z-index:6;
}

.worldChange:hover .worldChange_boosted_title,
.worldChange:hover .worldChange_boosted_name{
	display:none;
}

.worldChange:hover .worldChange_boosted_title_hidden,
.worldChange:hover .worldChange_boosted_name_hidden{
	display:block;
}

.worldChange_boosted_title,
.worldChange_boosted_title_hidden{
	position:absolute;
	left:12px;
	top:7px;
	font-size:14px;
	color:#bbb;
	text-align:right;
	z-index:6;
}

.worldChange_boosted_name,
.worldChange_boosted_name_hidden{
	width:170px;
	position:absolute;
	left:12px;
	top:21px;
	font-size:18px;
	color:#ddd;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	z-index:6;
}

.worldChange_boosted_title_hidden,
.worldChange_boosted_name_hidden{
	display:none;
}

.worldChange_hexagon{
	width:41px;
	height:35px;
	background-size:41px 35px;
	position:absolute;
	top:5px;
	right:-23px;
	z-index:9;
}

.worldChange_hexagon.gold{
	background:url(img/hexagon_gold.png);
}
.worldChange_hexagon.silver{
	background:url(img/hexagon_silver.png);
}
.worldChange_hexagon.bronze{
	background:url(img/hexagon_bronze.png);
}

.worldChange_hexagon_text{
	width:calc(100% - 2px);
	height:20px;
	margin-left:2px;
	text-align:center;
	font-size:20px;
	color:#ccc;
	margin-top:10px;
}

#nav_bar{
	width:100%;
	height:50px;
	box-sizing:content-box;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}

#nav_bar_inner{
	width:100%;
	max-width:1250px;
	height:50px;
	margin:0 auto;
	background:#111;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	border-bottom:solid 2px #000;
	position:relative;
}

#nav_bar_inner::before{
	content: "";
    position: absolute;
    top:0;
    left: -60px;
    height: 60px;
    width: 60px;
    border-top-right-radius: 50%;
    box-shadow: 0 -30px 0 0 #111;
}

#nav_bar_inner::after{
	content: "";
    position: absolute;
    top:0;
    right: -60px;
    height: 60px;
    width: 60px;
    border-top-left-radius: 50%;
    box-shadow: 0 -30px 0 0 #111;
}

#nav_icon{
	width:32px;
	height:32px;
	margin-top:9px;
	margin-left:25px;
	background-image:url(img/soeicon.png);
	background-size:32px 32px;
	float:left;
}

#nav_icon.fatalis{
	background-image:url(img/soeicon_red.png);
}

#nav_icon.rexis{
	background-image:url(img/soeicon_purp.png);
}

#nav_icon_glow{
	width:32px;
	height:32px;
	border-radius:16px;
	position:absolute;
	animation: iconglow 2.5s linear infinite;
}

#nav_icon_glow.fatalis{
	animation: iconglow_red 2.5s linear infinite;
}

#nav_icon_glow.rexis{
	animation: iconglow_purp 2.5s linear infinite;
}

@keyframes iconglow{
	0%{
		box-shadow: 0px 0px 5px #00cc00;
	}
	50%{
		box-shadow: 0px 0px 17px #00ff00;
	}
	100%{
		box-shadow: 0px 0px 5px #00cc00;
	}
}

@keyframes iconglow_red{
	0%{
		box-shadow: 0px 0px 5px #dd0000;
	}
	50%{
		box-shadow: 0px 0px 20px #ff0000;
	}
	100%{
		box-shadow: 0px 0px 5px #dd0000;
	}
}

@keyframes iconglow_blue{
	0%{
		box-shadow: 0px 0px 5px #0088ee;
	}
	50%{
		box-shadow: 0px 0px 20px #0099ff;
	}
	100%{
		box-shadow: 0px 0px 5px #0088ee;
	}
}

#nav_info{
	width:185px;
	height:50px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:left;
	margin-left:20px;
	float:left;
}

#nav_info_users{
	height:14px;
	display:flex;
	align-items:center;
}

#nav_users_icon{
	width:14px;
	height:14px;
	background:url(img/user_icon.png?v=2);
	background-size:14px 14px;
}

#nav_users_data{
	float:left;
	height:14px;
	margin-left:8px;
	font-size:18px;
	color:#ccc;
	cursor:pointer;
}

#nav_info_ss{
	height:14px;
	margin-top:5px;
}

#nav_ss_icon{
	width:14px;
	height:14px;
	background:url(img/ss_icon.png);
	background-size:14px 14px;
	float:left;
}

#nav_info_ss_text{
	font-size:16px;
	margin-left:8px;
	color:#bbb;
	float:left;
}

#nav_info_ss_data{
	font-size:16px;
	color:#bbb;
	float:left;
	margin-left:8px;
}

#nav_servers{
	width:max-content;
	height:36px;
	margin-top:7px;
	padding:0 12px;
	background-color:#000;
	border-radius:8px;
	float:left;
	user-select:none;
	cursor:pointer;
}

.nav_server{
	width:100%;
	height:36px;
	position:relative;
}
.nav_server img{
	width:32px;
	height:32px;
	margin-top:2px;
	float:left;
}

.nav_server_title {
	height:14px;
	margin-left:10px;
	margin-top:11px;
    float:left;
	font-size:18px;
}

.nav_server_downarrow{
	width:12px;
	height:12px;
	margin-left:10px;
	float:right;
	margin-top:12px;
}
.nav_server_downarrow img{
	width:12px;
	height:12px;
	display:block;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.nav_server_downarrow img.flip {
	transform: rotate(-180deg);
}

#nav_dropdown{
	visibility:hidden;
}

.nav_dropdown_server{
	height:36px;
	position:relative;
}
.nav_dropdown_server img{
	width:32px;
	height:32px;
	margin-top:2px;
	float:left;
}

.nav_dropdown_server:hover .nav_server_title{
	color:#ffcc00;
}

#nav_register{
	width:353px;
	height:50px;
	margin-right:20px;
	background-image:url(img/nav_register_bckg.png);
	background-size:353px 50px;
	float:right;
}

#nav_register_text{
	width:353px;
	height:16px;
	margin-top:18px;
	color:#ccc;
	text-align:center;
	font-size:20px;
}

#nav_login{
	height:50px;
	float:right;
}

#nav_bar #loginForm input{
	float:right;
	width: 140px;
	height: 36px;
	padding: 2px 12px;
	margin: 7px 15px 0 0;
	background-image:none;
	background-color:#000;
	border-radius:8px;
	color: #ccc;
	font-size: 18px;
}
	
#nav_bar #loginForm input::placeholder{
	color:#aaa;
}

#nav_bar #loginForm.fatalis input{
	border-bottom:solid 2px #660000;
}

.nav_button {
    height: 14px;
    margin: 9px 8px 0 0;
    padding: 8px 9px 8px 11px;
    box-sizing: content-box;
    background-color: #000000;
    border-radius:8px;
    color: #bbb;
    font-size: 18px;
    cursor: pointer;
	float:right;
}
.nav_button:hover{
	color:#ffcc00;
}

#nav_premium{
	height:30px;
	padding:0 10px;
	margin-right:8px;
	margin-top:9px;
	display:flex;
	background:#000;
	border-radius:8px;
	align-items:center;
	float:right;
	cursor:pointer;
}

#nav_premium:hover #nav_premium_points{
	color:#ffcc00;
}

#nav_premium_icon{
	width:24px;
	height:24px;
	background-image:url(img/prem_coins.png);
	background-size:24px 24px;
}

#nav_premium_points{
	height:14px;
	margin-left:8px;
	color:#ccc;
	font-size:18px;
}

#nav_premium_add{
	width:12px;
	height:12px;
	margin-left:12px;
	background-image:url(img/add_icon.png);
	background-size:12px 12px;
}

#admin_bar{
	width:100%;
	max-width:1250px;
	height:32px;
	position:fixed;
	top:50px;
	left:50%;
	transform:translateX(-50%);
	z-index:99999;
	overflow:clip;
	pointer-events:none;
}

#admin_bar_inner{
	width:max-content;
	padding:0 10px;
	margin-right:40px;
	height:30px;
	background:#111;
	backdrop-filter:blur(3px);
	box-sizing:content-box;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom:solid 2px #000;
	float:right;
	pointer-events:auto;
}

#admin_bar_inner::before{
	content: "";
    position: absolute;
    top:0;
    left: -40px;
    height: 40px;
    width: 40px;
    border-top-right-radius: 50%;
    box-shadow: 0 -20px 0 0 #111;
}

#admin_bar_inner::after{
	content: "";
    position: absolute;
    top:0;
    right: -40px;
    height: 40px;
    width: 40px;
    border-top-left-radius: 50%;
    box-shadow: 0 -20px 0 0 #111;
}

.admin_button {
    height: 14px;
	margin:3px 10px 0 10px;
    color: #bbb;
    font-size: 18px;
    cursor: pointer;
	float:right;
}

.admin_button.ab:hover{
	color:#ffcc00;
}

.menu_panel{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
	position:relative;
	z-index:1;
}

.menu_row{
	width:100%;
	height:36px;
	border-bottom:solid 1px #000;
}
.menu_row:nth-child(even) {
	background:rgba(255,255,255,0.02);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 90%);
}
.menu_row:nth-child(even):hover {
	background:rgba(255,255,255,0.04);
	background: linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.01) 90%);
	transition:0.2s;
}
.menu_row:nth-child(odd):hover {
	background:rgba(255,255,255,0.02);
	background: linear-gradient(90deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 90%);
	transition:0.2s;
}

.menu_row_inner{
	width:calc(100% - 16px);
	height:18px;
	padding:9px 8px;
	box-sizing:content-box;
}

.menu_icon{
	width:18px;
	height:18px;
	background-size:18px 18px;
	float:left;
}

.menu_title{
	width:calc(100% - 28px);
	height:14px;
	margin-left:10px;
	margin-top:2px;
	color:#ccc;
	font-size:16px;
	float:left;
	text-align:left;
}

.menuAll {
    width: 100%;
    height: 50px;
    background-color: #161616;
}

.menuAllButton {
    height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 7px 8px 2px 8px;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}

.menu_locked_overlay{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	backdrop-filter:blur(3px);
	display:flex;
	justify-content:center;
	align-items:center;
}

.menu_locked_icon {
    width: 32px;
    height: 32px;
    background-image: url(img/lock_icon.png);
    background-size: 32px 32px;
    opacity: 0.3;
}

.menu_locked_text {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    opacity: 0.4;
}

#sidebar_account{
	display:none;
}

#sidebar_stats{
	display:none;
}

.feed{
	width:100%;
	padding-bottom:10px;
	position:relative;
	overflow:hidden;
}

.feed_tabs{
	width:100%;
	height:40px;
	border-bottom:solid 1px #000;
	margin-bottom:10px;
	position:absolute;
	top:-34px;
	left:0;
	z-index:4;
	pointer-events:none;
	user-select:none;
}

.feed_tab{
	height:16px;
	padding:10px 10px 6px 10px;
	margin:7px 0 0 5px;
	background-color:#161616;
	background: linear-gradient(180deg, #202020 0%, #161616 100%);
	border:solid 2px #000;
	border-bottom:0;
	float:left;
	pointer-events:auto;
	user-select:none;
}
.feed_tab:first-child{
	margin-left:10px;
}

.feed_tab:not(.active):hover{
	cursor:pointer;
}

.feed_tab.active{
	height:17px;
}

.feed_tab_icon{
	width:16px;
	height:16px;
	float:left;
}
.feed_tab_icon img{
	width:16px;
	height:16px;
	display:block;
}

.feed_tab_text{
	margin-top:1px;
	margin-left:8px;
	float:left;
	color:#ccc;
	font-size:18px;
}

.feed_row{
	width:calc(100% - 38px);
	padding:4px 19px;
}

.feed_time{
	height:12px;
	width:100px;
	padding-top:3px;
	font-size:16px;
	color:#aaa;
	float:left;
}

.feed_message{
	width:calc(100% - 100px);
	font-size:18px;
	padding-top:3px;
	color:#ccc;
	float:left;
}

.feed_row:nth-child(even) {
	background:rgba(255,255,255,0.02);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 90%);
}

.feed_showMore{
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(16,16,16,1) 0%, rgba(16,16,16,1) 20%, rgba(16,16,16,0) 70%);
	pointer-events:none;
}

.feed_button{
	box-sizing: content-box;
    padding: 10px 8px 6px 12px;
    border: solid 1px #000;
    border-bottom: solid 2px #000;
    background: rgba(255,255,255,0.05);
    background: linear-gradient(135deg, #181818 0%, #2a2a2a 100%);
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
	z-index:5;
	pointer-events:auto;
}

.feed_showMore_button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
}


.feed_hide_button {
	position:absolute;
	left:50%;
	bottom:-25px;
	transform: translateX(-50%);
	display:none;
	
}

.feed_content{
	display:none;
}

.notice{
	width:calc(100% - 36px);
	height:16px;
	padding:10px 0 6px 0;
	margin:7px 0 14px 17px;
	background-color:#161616;
	background: linear-gradient(180deg, #202020 0%, #161616 100%);
	border:solid 1px #000;
	float:left;
}

.notice_icon{
	width:16px;
	height:16px;
	margin-left:10px;
	float:left;
}

.notice_icon img{
	width:16px;
	height:16px;
	margin-top:-1px;
	display:block;
}

.notice_text{
	width:calc(100% - 44px);
	height:16px;
	margin-left:8px;
	font-size:18px;
	color:#ccc;
	float:left;
}

#polls{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-bottom:30px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#polls_create{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-bottom:30px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#polls_create input{
    width: calc(100% - 18px);
    height: 16px;
	background:none;
    background-color: #111;
    padding: 8px;
    border: solid 1px #000;
    box-sizing: content-box;
    margin: 0px;
    outline: 0;
    color: #ccc;
}

#polls_header{
	width:100%;
	height:32px;
	margin-top:10px;
	text-align:center;
	font-size:24px;
}

#polls_notifications_header{
	width:100%;
	height:16px;
	margin-top:20px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#1c1c1c;
	position:relative;
	z-index:2;
}

#polls_notifications_header_icon{
	width:16px;
	height:16px;
	margin-left:4px;
	float:left;
}

#polls_notifications_header_icon img{
	width:16px;
	height:16px;
}

#polls_notifications_header_text{
	height:16px;
	margin-left:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	float:left;
}

#polls_notifications_errors{
	width:100%;
	background-color:#242424;
	padding-top:17px;
	padding-bottom:12px;
	margin-top:-12px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	position:relative;
	z-index:1;
}

.polls_notifications_error{
	width:50%;
	margin-top:5px;
	float:left;
}

.polls_notifications_error li{
	width:10px;
	margin-left:10px;
	float:left;
}

.polls_notifications_error_text{
	width:calc(100% - 20px);
	float:left;
}

.polls_section{
	width: calc(100% - 2px);
    margin-top: 20px;
    padding: 20px 0;
    position: relative;
}

.polls_section_header{
	height: 14px;
    position: absolute;
    top: -7px;
    left: 0px;
    font-size: 18px;
	color:#ccc;
}

.polls_section_header_right{
	height: 14px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: -7px;
	right: 10px;
    font-size: 18px;
	color:#bbb;
}

.poll_rows{
	width:100%;
}

.poll_row{
	width:100%;
}
.poll_row:nth-child(odd) {
    background-color: #202020;
}.poll_row:nth-child(even) {
    background-color: #242424;
}

.poll_row_section{
	padding-left: 8px;
	padding-top: 8px;
    padding-bottom: 8px;
	float: left;
}

.poll_row_title_section{
	width:calc(100% - 151px);
	font-size:18px;
	cursor:pointer;
	color:#ccc;
}
.poll_row_title_section:hover{
	color:#ddd;
}

.poll_row_ends_section{
	width:120px;
	margin-left:5px;
	text-align:right;
	font-size:16px;
}

#polls_title{
	width:100%;
	margin-top: 20px;
	font-size:24px;
	text-align:center;
}

#polls_options{
	width:100%;
}

.poll_option{
	width:100%;
	margin-top:5px;
}
.poll_option:first-child{
	margin-top:0;
}

.poll_option_selection{
	width:13px;
	height:13px;
	padding:5px;
	float:left;
}
.poll_option_selection img{
	width:13px;
	height:13px;
	float:left;
}
.poll_option_selection input{
	margin:0;
}

.poll_option_alpha{
	width:13px;
	height:13px;
	padding:5px;
	margin-left:5px;
	float:left;
	text-align:center;
	font-size:18px;
}

.poll_option_data{
	width:calc(100% - 66px);
	height:13px;
	padding:5px;
	margin-left:5px;
	float:left;
	font-size:18px;
}

#polls_results{
	width:100%;
}

.poll_result{
	width:100%;
	margin-top:5px;
}
.poll_result:first-child{
	margin-top:0;
}

.poll_result_alpha{
	width:13px;
	height:13px;
	padding:5px;
	float:left;
	text-align:center;
	font-size:18px;
}

.poll_result_percentage{
	width:40px;
	height:13px;
	padding:5px 0;
	float:left;
	text-align:right;
	font-size:18px;
}

.poll_result_data{
	width:calc(100% - 83px);
	height:13px;
	padding:5px 10px;
	float:left;
}

.poll_result_bar_shadow{
	width:100%;
	height:9px;
	margin-top:2px;
	background: rgba(27,103,152,0.2);
	background: linear-gradient(180deg, rgba(27,103,152,0.2) 0%, rgba(33,154,222,0.2) 100%);
	border-radius:6px;
}

.poll_result_bar{
	height:9px;
	background: rgb(27,103,152);
	background: linear-gradient(180deg, rgba(27,103,152,1) 0%, rgba(33,154,222,1) 100%);
	border-radius:6px;
}

#polls_status{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:20px;
	text-align:center;
	font-size:18px;
}

#polls_finalise{
	width:100%;
	margin-top:10px;
}

.poll_button{
	height: 14px;
    margin: 9px 8px 0 0;
    padding: 8px 9px 8px 11px;
    box-sizing: content-box;
    background-color: #282828;
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #bbb;
    font-size: 18px;
    cursor: pointer;
    float: left;
}
.poll_button:hover{
	background:url('images/sbutton_over.gif'), url('images/sbutton.gif');
}

.poll_button_text{
	width:100%;
	height:16px;
	margin-top:4px;
	text-align:center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.7), 1px -1px 0 rgba(0,0,0,0.7), -1px 1px 0 rgba(0,0,0,0.7), 1px 1px 0 rgba(0,0,0,0.7);
	font-size:14px;
	color:#f1d4a5;
	pointer-events:none;
}

.poll_button a{font-size: 14px;font-weight:400;text-decoration:none;}
.poll_button a:hover{font-size: 14px;font-weight:400;text-decoration:none;}
.poll_button a:visited{font-size: 14px;font-weight:400;text-decoration:none;}
.poll_button a:active{font-size: 14px;font-weight:400;text-decoration:none;}

#poll_create_options{
	width:100%;
}

.poll_create_row{
	width: 100%;
    margin-top: 15px;
}

.poll_create_field{
	width:100%;
}

.poll_create_field_split{
	width: calc(33% - 10px);
    margin-left: 15px;
    float: left;
}
.poll_create_field_split:first-child{
	margin-left:0;
}

.poll_create_field_header {
    width: 100%;
    font-size: 14px;
}

.poll_create_field_input {
    width: 100%;
    margin-top: 5px;
}

.poll_create_option_delete{
	width:14px;
	height:14px;
	margin-left:5px;
	padding:6px;
	float:left;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
.poll_create_option_delete img{
	width:14px;
	height:14px;
	float:left;
}

.poll_create_option_input{
	width:calc(100% - 31px);
	float:left;
}

@media only screen and (max-width: 1250px) {
	#nav_bar{
		display:none;
	}
	#admin_bar{
		display:none;
	}
	#sidebar_account{
		display:block;
	}
	#sidebar_stats{
		display:block;
	}
	#sidebar_download{
		display:none;
	}
	.container{
		margin-top:150px;
	}
}