@font-face { font-family: "OpenSans-Light"; src: url('../fonts/OpenSans-Light.ttf'); }
@font-face { font-family: "OpenSans-Regular"; src: url('../fonts/OpenSans-Regular.ttf'); }
@font-face { font-family: "Oswald"; src: url('../fonts/Oswald-Regular.ttf'); }
@font-face { font-family: "Oswald-Light"; src: url('../fonts/Oswald-ExtraLight.ttf'); }

body {
    background: transparent;
    background-position: center 0;
    padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #9fabbf;
}
* {
	position: relative;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
}

*:focus {
	outline: none;
	border: none;
}

h5 {
    display: block;
    font-size: 0.83em;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #9fabbf;
}

.wrapper {
    width: 964px;
    height: auto;
    margin: 0 auto;
}

.logo {
    width: 499px;
    height: 236px;
    margin: 26px auto 0;
}

.header {
    height: 153px;
    width: 964px;
    margin-top: 34px;
    background: url('https://runeguild.org/core/assets/images/header.png') no-repeat;
}

a.play{
    float: right;
    display: block;
    height: 61px;
    width: 290px;
    background: url('https://runeguild.org/core/assets/images/play.png');
}

a.play p, a.play span {
    display: block;
    height: 61px;
    width: 290px;
    background-image: url(../images/play.png);
    position: absolute;
    top: 0;
    left: 0;
}

a.play p {
    z-index: 1;
}

a.play span {
    z-index: 2;
    opacity: 0;
    background-position: 0px -61px;
    transition: opacity 600ms;
    -moz-transition: opacity 600ms;
    -webkit-transition: opacity 600ms;
    -o-transition: opacity 600ms;
}

a.play:hover span {
	opacity: 1;
}

ul.navigation {
    list-style: none;
    width: 945px;
    height: 66px;
    border-radius: 5px;
    margin-top: 70px;
    margin-left: 9px;
    position: absolute;
    padding-left: 0!important;
}

ul.navigation li {
    display: block;
    float: left;
}

ul.navigation li a {
    display: block;
    height: 66px;
}

ul.navigation li a p {
    z-index: 1;
}

ul.navigation li a span {
    z-index: 2;
    opacity: 0;
    transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
}

ul.navigation li a:hover span {
	opacity: 1;
}

ul.navigation li a p, ul.navigation li a span {
    display: block;
    height: 66px;
    background-image: url('https://runeguild.org/core/assets/images/menu.png');
    position: absolute;
    top: 0;
    left: 0;
}
ul.navigation li a#home {
    width: 103px;
}

ul.navigation li a#home p {
    width: 103px;
    background-position: 0px 0px;
}

ul.navigation li a#home span {
    width: 103px;
    background-position: 0px -66px;
}

ul.navigation li a#community {
    width: 145px;
}

ul.navigation li a#community p {
    width: 145px;
    background-position: -103px 0px;
}

ul.navigation li a#community span {
    width: 145px;
    background-position: -103px -66px;
}

ul.navigation li a#play {
    width: 133px;
}

ul.navigation li a#play p {
    width: 133px;
    background-position: -248px 0px;
}

ul.navigation li a#play span {
    width: 133px;
    background-position: -248px -66px;
}

ul.navigation li a#hiscores {
    width: 135px;
}

ul.navigation li a#hiscores p {
    width: 135px;
    background-position: -381px 0px;
}

ul.navigation li a#hiscores span {
    width: 135px;
    background-position: -381px -66px;
}

ul.navigation li a#vote {
    width: 153px;
}

ul.navigation li a#vote p {
    width: 153px;
    background-position: -516px 0px;
}

ul.navigation li a#vote span {
    width: 153px;
    background-position: -516px -66px;
}

ul.navigation li a#donate {
    width: 120px;
}

ul.navigation li a#donate p {
    width: 120px;
    background-position: -669px 0px;
}

ul.navigation li a#donate span {
    width: 120px;
    background-position: -669px -66px;
}

ul.navigation li a#help {
    width: 156px;
}

ul.navigation li a#account p {
    width: 156px;
    background-position: -789px 0px;
}

ul.navigation li a#account span {
    width: 156px;
    background-position: -789px -66px;
}

.main-body {
    width: 945px;
    min-height: auto; 
    height: auto;
    margin: -15px auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #14181e;
    overflow:auto;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 14px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.01),inset 0 -1px 0 rgba(255,255,255,.05);
}

.inner-body {
    height: auto;
    padding: 8px;
    margin: -1px;
    box-shadow: 0 0 14px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.01),inset 0 -1px 0 rgba(255,255,255,.05);
    border-radius: 5px;
    overflow:auto;
    background: url('https://runeguild.org/core/assets/images/texture-dark.png')
}

.text-info {
	color: rgba(0, 130, 250, 1);
}
ul.primary-nav {
	list-style: none;
	margin-left: -40px;
}
ul.primary-nav > li {
	float:left;
	height:40px;
	min-width: 40px;
	text-align:center;
	line-height:40px;
	border-left: 1px solid #0b0b0b;
  	border-right: 1px solid #2c2c2c;
}
ul.primary-nav > li:first-child {
	border-left: none;
}
ul.primary-nav > li:last-child {
	border-right: none;
}
ul.primary-nav > li > a {
	width:100%;
	min-width:40px;
	padding-left: 15px;
	padding-right:15px;
	font-weight:bold;
	display:block;
	text-transform: uppercase;
	font-size:12px;
	transition: all .2s ease-in-out;
}
ul.primary-nav > li > a:hover {
	background-color: rgba(255,255,255,0.05);
	text-decoration: none;
}

ul.secondary-nav {
	list-style: none;
	border-left: 1px solid #2c2c2c;
	height:40px;
	margin-bottom: 0;
}
ul.secondary-nav > li {
	float:left;
	height:40px;
	min-width: 40px;
	text-align:center;
	line-height:40px;
	border-left: 1px solid #0b0b0b;
  	border-right: 1px solid #2c2c2c;
}
ul.secondary-nav > li:first-child {
	margin-left:-40px;
	border-left: 1px solid #0b0b0b;
}
ul.secondary-nav > li:last-child {
	border-right: none;
}
ul.secondary-nav > li > a {
	width:100%;
	min-width:40px;
	padding-left: 15px;
	padding-right:15px;
	font-weight:bold;
	display:block;
	text-transform: uppercase;
	font-size:12px;
	transition: all .2s ease-in-out;
}
ul.secondary-nav > li > a:hover {
	background-color: rgba(255,255,255,0.05);
	text-decoration: none;
}

.nav-tabs {
	border-bottom: 1px solid #111414;
	padding:0;
}
.nav-tabs > li {
	padding:0;
	border-radius: 0;
}
.nav-tabs > li > a {
	background: rgba(32, 36, 36, 0.71);
  	padding: 5px 10px;
  	cursor: pointer;
  	border: 1px solid #151919;
    font-weight: bold;
	border-radius: 0;
	color: #777;
}
.nav-tabs > li > a:hover {
	background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent !important;
	color: #777;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #16171A;
  color: #dbeaf1;
  font-weight: bold;
  border: 1px solid #111;
  border-bottom: 1px solid rgba(100, 100, 100, 0.5) !important;
  margin: 0;
}
.nav-tabs > li.active > a {
	border-bottom: none;
}
.tab-content {
	border-left: solid 1px #111414;
  	border-right: solid 1px #111414;
  	border-bottom: solid 1px #111414;
}
.hero-box {
	padding-top:25px;
	padding-bottom:75px;
	border-top: solid 1px #444;
	margin-top:-15px;
}
.hero-box h2 {
	text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
}
.hero-box p {
	font-family: "Oswald-Light";
	font-size:16px;
}
hr.custom-sep {
	width:200px;
	border-style:groove;
	border-width:2px;
	border-color:#333;
	border-left:none;
	border-right:none;
	border-top:none;
}
.carousel-indicators li {
  background-color:#111;
  border: solid 1px #111;
}
.carousel-indicators li.active {
  background-color:#888;
  border: solid 1px #888;
}
.feature-box {
	padding-top:90px;
	padding-bottom: 50px;
	background-color:rgba(255,255,255,0.02);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #222;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.02);
}
.page-btns {
	padding:10px;
	padding-left:0;
	color:white;
	padding-right:0;
}
.skill-title {
	font-size:24px;
	vertical-align:baseline;
}
.skill-title img {
	vertical-align:baseline;
	max-height:18px;
}
.btn-default {
	background-color:#131313;
	font-size: 12px;
	text-align: center;
	color: #AAA;
	border-radius: 3px;
	border: solid 1px rgba(255,255,255,0.05);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.01) inset,0 0 10px rgba(0,0,0,0.3),0 1px 2px rgba(0,0,0,0.5),0 0 3px rgba(70,82,82,0.2) inset,0 0 65px rgba(70,82,82,0.2) inset;
	border-top: solid 1px rgba(100, 100, 100, 0.5);
	border-bottom: solid 1px rgba(100, 100, 100, 0.5);
	transition: all .3s ease-in-out;
	margin:3px;
}
.btn-default:hover, .btn-default:focus {
	background-color:#131313;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	border: solid 1px rgba(255,255,255,0.05);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.01) inset,0 0 10px rgba(0,0,0,0.3),0 1px 2px rgba(0,0,0,0.5),0 0 3px rgba(70,82,82,0.2) inset,0 0 65px rgba(70,82,82,0.2) inset;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	transition: all .3s ease-in-out;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-color:#131313;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	border: solid 1px rgba(255,255,255,0.05);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.01) inset,0 0 10px rgba(0,0,0,0.3),0 1px 2px rgba(0,0,0,0.5),0 0 3px rgba(70,82,82,0.2) inset,0 0 65px rgba(70,82,82,0.2) inset;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	transition: all .3s ease-in-out;
}
.btn-default .active {
	background-color:#131313;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	border: solid 1px rgba(255,255,255,0.05);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.01) inset,0 0 10px rgba(0,0,0,0.3),0 1px 2px rgba(0,0,0,0.5),0 0 3px rgba(70,82,82,0.2) inset,0 0 65px rgba(70,82,82,0.2) inset;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	transition: all .3s ease-in-out;
}
.percent {
	position:absolute;
	width:200px;
	text-shadow: 1px 1px 1px #000;
}
.progress {
	background-color: #222;
	border-radius: 0;
	border: solid 1px #333;
	box-shadow: inset 0 0 3px #111;
}
.hs-header {
	height: 200px;
	padding:15px;
	font-family: "Helvetica";
	color:#90d6f9;
	text-shadow: 0 0 10px #000000;
	background-repeat: no-repeat;
}
.hs-header h1 {
	font-weight:normal;
	font-size:45px;
	text-align: center;
	margin-top:60px;
}
.modes h1 {
	margin-top:60px;
}
.hs-header h3 {
	text-align:center;
	margin-top:0;
	font-size:20px;
}
.hs-header h3 a {
	color:#AAA;
}
.hs-header h3 a:hover {
	color:#FFF;
	text-decoration:none;
}
.hs-header p {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Oswald-Light',sans-serif;
	color: #AAA;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
}
a.list-group-item {
  color: #9fabbf;
  background-color:transparent;
  border: none;
  border-bottom: solid 1px #171717;
  transition: all .2s ease-in-out;
}
a.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
a.list-group-item:hover, a.list-group-item:focus {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(255,255,255,0.03);
}
a.list-group-item img {
	transition: all .2s ease-in-out;
	float:right;
    width: 15px;
}
a.list-group-item:hover img {
	-webkit-transform: translateX(-20px);
}
input.form-control {
	padding: 5px;
	font-size: 11px;
	background: #121616;
	border-radius: 3px;
	outline-offset: 0px;
	color: rgba(255,255,255,0.6);
	outline: none;
	margin-right: 15px;
	box-shadow: inset 0px -1px 2px #111;
	border: 1px solid #373737;
	background: #131313;
}
.panel, .panel-primary {
	background-color:#212121;
	border-color: #151515;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #282828;
	border-color: #282828;
}
.panel-primary > .panel-footer {
	color: #fff;
	background-color: #282828;
	border-color: #282828;
}
.skill-box {
	background: #202424;
  	border-radius: 3px;
  	box-shadow: 0 0 11px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.5),0 0 0 1px rgba(255,255,255,0.03) inset;
  	margin: 5px;
  	transition: all 200ms ease 0s;
  	height:40px;
  	line-height: 40px;
  	padding-left: 10px;
}

.table > tbody > tr {
  border-radius: 3px;
  box-shadow: 0 1px 0 #1c1816,inset 0 -1px 0 #0b0a0a;
  margin: 0 0 1px;
  display: flex;
  transition: all 200ms ease 0s;
  font-family: 'Oswald-Light';
}
.table > tbody > tr:hover {
  background: #2b2f2f;
}
.hs_sidebar {
  box-shadow: 0 0 11px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.5),0 0 0 1px rgba(255,255,255,0.03) inset;
  border-radius: 5px;
  margin-bottom:15px;
}

.news_divider {
  margin: 0 10px 5px 0;
  background: url(http://vencillio.com/img/delimeter.png) no-repeat center right;
  height: 2px;
}
.hs_sidebar h3 {
	margin-left:15px;
	padding-top:10px;
	margin-top:0;
	font-size:16px;
}
.text-success {
	color: #00AA00;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: rgba(0, 200, 0, 0.1);
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: rgba(255,0,0,0.1);
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: rgba(255,200,0,0.1);
}
.alert-danger {
	background-color: rgba(255,0,0,0.1);
	border-color: #AA0000;
	color: #FF0000;
}
.footer_copyright {
  padding: 15px 10px;
  width: 1040px;
  background: #1D2121;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  border-radius: 0 0 3px 3px;
  margin:auto;
  margin-bottom:20px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset,0 -1px 0 rgba(255, 255, 255, 0.1) inset,0 1px 0 #0B0B0A,0 -1px 0 #0B0B0A,0 2px 0 rgba(0, 130, 250, 1),0 -2px 0 rgba(118, 101, 63, 0),0 0 8px rgba(0, 0, 0, 0),0 2px 2px rgba(0, 0, 0, 1),0 -2px 2px rgba(0,0,0,0);
}
.footer_copyright p {
	margin: 0;
}
.info {
	display:inline-block;
	height:  30px;
	margin-top: 0;
	line-height: 50px;
}
.prev {
	margin-right: 15px;
}
.next {
	margin-left: 15px;
}
.list-group-item {
    padding: 5px 15px !important;
}
.mt-1 {
    margin-top: 1em;
}
.btn-exp-active {
    background: #16171A !important;
    color: #dbeaf1 !important;
    font-weight: bold !important;
    border-bottom: 1px solid rgba(100, 100, 100, 0.5) !important;
}
 