
html {-webkit-tap-highlight-color : transparent; }

body {
	font-family : roboto, helvetica neue, Helvetica, Arial, sans-serif;font-size : 14px;line-height : 1.42857143;color : #888;
	background  : #060606 url("../images/bg.jpg") no-repeat fixed center center;
	background-size: cover;
	height: 100%;
}

a { color: #2a9fd6; }


#main_content { background-color: rgba(0, 0, 0, 0.5); padding: 10px; margin: 0 auto; }
#player_box, #leader_box {  background-color: rgba(0, 0, 0, 0.5); padding: 15px 0; margin: 0 auto; }




.main_table, .player_table, .leader_table { background: none; }
	.main_table > thead > tr > th { color: #fff; font-weight: bold; text-align: left; padding: 5px; border: 0px; }
	.main_table > tbody > tr > td { border-top: 1px solid #282828; padding: 5px; border-bottom: 0; }
	/*.main_table > tbody  tr  td:nth-child(2) { color: #2a9fd6; }*/

.main_table > tbody > tr > td a { color: #2a9fd6;}

	.player_table > thead > tr > th { color: #fff; font-weight: bold; text-align: left; padding: 5px; border: 0px; }
	.player_table > tbody > tr > td { border-top: 1px solid #282828; padding: 5px; border-bottom: 0; }
	.player_table > tbody  tr  td:nth-child(1) { color: #2a9fd6; }


.main_table > tbody > tr:hover, .leader_table > tbody > tr:hover, .player_table > tbody > tr:hover {
	background-color: #222;

}


h1 { font-weight: bold; color: #fff; font-size: 26px; }
h2 { font-weight: bold; color: #F2B629; font-size: 18px; }


hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 0;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 4px solid #F29204;
}



.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	margin-top: -10px;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #F2B629;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}


#leader_box .tabs .tabs-nav a {
	background-color: transparent;
	border-right: 1px solid #555;
	border-radius: 0;
	font-weight: bold;
	color: #F2B629;
}

#leader_box .tabs .tabs-nav a:hover {
	background-color: #222;
}

#leader_box .tabs .tabs-nav a.active, #leader_box .tabs .tabs-nav a.active:hover {
	border-left: 1px solid #555;
	border-right: none;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	color: #fff;
	background-color: transparent;
}

#leader_box .tabs-pane {
	border: 0;
}

.leader_table  { font-size: 16px; }
.leader_table > thead > tr > th { color: #fff; font-weight: bold; text-align: left; padding: 5px; border: 0px; }
.leader_table > tbody > tr > td { border-top: 1px solid #282828; padding: 5px; border-bottom: 0; }



.main_nav {
	margin: 0 0 -16px 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}


.main_nav li {
	display: inline-block;
}


.main_nav li a {
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	display: block;
	padding: 10px 15px;
	/*line-height: 43px;*/
	color: #aaa;
}

.main_nav li:hover a {
	color: #fff;
}


.main_nav li.m_active a {
	background: #F29204;
	font-size: 17px;
	color: #fff;
	border-radius: 6px 6px 0 0;
	font-weight: normal;
	text-shadow:2px 2px 2px #000;
}


.leader_table tbody tr:first-child {
	font-weight: bold;
	/*border: 2px solid #F2B629;*/
	/*background-color:#444023;*/
	color: #ccc;
	font-size: 18px;
}

.leader_table tbody tr:nth-child(2) {
	font-weight: bold;
	/*border: 2px solid #F2B629;*/
	/*background-color:#3d3d3d;*/
	color: #ccc;
	font-size: 18px;
}

.leader_table tbody tr:nth-child(3) {
	font-weight: bold;
	/*border: 2px solid #F2B629;*/
	/*background-color:#2b1f1b;*/
	color: #ccc;
	font-size: 18px;
}

.tabs .tabs-pane { padding: 0; min-height: 370px; }

.secondary_navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.secondary_navbar li {
	display: inline-block;
}


.secondary_navbar li a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #aaa;
}

.secondary_navbar li.n_active a {
	background: #515765;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 100%);
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
}


.secondary_navbar li:hover a {
	color: #fff;
}


h2.dropdown-trigger {
	border: 1px solid #777;
	padding: 10px;
	cursor: pointer;
	background-color: #222;
	border-radius: 6px;
}

h2.dropdown-trigger:hover {
	border: 1px solid #dedede;
}

.dropdown .dropdown-menu {
	max-width: none;
	width: 100%;
}



.popup-share {
	background: #fff;
	border: 1px solid #d5d6d6;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}

.popup-share a[class^="icon-"], .popup-share a[class*=" icon-"] {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
}

.popup-share a[class^="icon-"]:hover, .popup-share a[class*=" icon-"]:hover {
	background: #2095f0;
	text-decoration: none;
	color: #fff
}


.inline-share {
	padding: 0;
	margin-bottom: -16px;
	text-align: right;
	white-space: nowrap;
}

.inline-share a[class^="icon-"], .inline-share a[class*=" icon-"] {
	font-size: 26px;
	text-decoration: none;
	color: #F29204;
}

.inline-share a[class^="icon-"] span, .inline-share a[class*=" icon-"] span {
	display: none;
	color: #F29204;
}


.icon-discord {
	font-size:30px;
}

.icon-discord:before {
	font-size: 34px;
	width: 22px;
	text-align: right;
	vertical-align: text-top;
	margin-right: 12px;
}


@media (max-width: 576px) {

	body {
		font-size: 12px;
	}

	.main_nav li.m_active a {
		background: #F29204;
		font-size: 12px;
		color: #fff;
		border-radius: 6px 6px 0 0;
		font-weight: normal;
		text-shadow: 2px 2px 2px #000;
	}

	.main_nav li a {
		display         : inline-block;
		text-decoration : none;
		font-size       : 12px;
		color           : #fff;
		display         : block;
		padding         : 0 12px;
		line-height     : 37px;
		color           : #aaa;
	}

	.inline-share a[class^="icon-"], .inline-share a[class*=" icon-"] {
		font-size : 17px;
		line-height: 27px;
	}

	.icon-discord::before {
		font-size: 25px;
		width: 22px;
		text-align: right;
		vertical-align: text-top;
		margin-right: 1px;
	}

	.secondary_navbar li a, .secondary_navbar li.n_active a {
		font-size: 12px;
	}
}


