
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');
body{font-family:'Maven Pro', sans-serif;}
h1,h2,h3,h4,h5,h6,th,.oswald,.btn,.control-label{font-family:Oswald, sans-serif;}
pre,code,.code{font-family: 'Share Tech Mono', monospace;}

body {


	overflow-y: scroll; overflow-x: hidden;
}


.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
	margin: 0;
}
.navbar {
	margin-bottom: 0px;
}
.panel-default > .panel-heading {
	background-color: #fafafa;
}
#loading-page {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/fadeBG.png);
}
#sponsor-message {
	width: 500px;
	height: 80px;
	padding: 20px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	background-color: #fff;
	border: 1px solid #000;
}
#main-content {
	background-color: #eeeeee;
}
#player {
	margin: auto;
	text-align: center;
}
#player-container {
	margin: 20px;
}

#playeroptions {
	width: 500px;
	margin: auto;
}
.player-link-info {
	font-size: 10px;
	display: block;
	padding: 2px;
	margin: 2px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}
.alert-fixed-height {
	height: 100px;
}
#footer {   
	margin-top: 50px; 
	height: 300px;
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	color: #eae5d7;
	font-size: 10px;
	border-top: 8px solid #eae5d7;
	border-bottom: 16px solid #000;
	padding: 30px;
}
.top-unit {
	background-color: #333333;
	background-image: url(/images/stripes.png);
	color: #eee;	
	padding: 20px;
}

#leftbar-ad {
	display: none;
	max-width: 302px;
	z-index: 90;
}
.players-social {
	background-color: #ff0046;
	color: #fff;
	z-index: 100;
	position: relative;
}
.alert-players-social {
	color:#b94a48;
	background-color: #FCC;
	border-color:#ebccd1;
}
.alert-upgrade {
	color:#000000;
	background-color:#f8f8f8;
	border-color:#999999;
	max-width:900px;
	margin:auto!important;
	margin-bottom:50px!important;
}

.alert-top {
	color:#ffffff;
	background-color:#555555;
	border:0;

}
.alert-top-60px {
	height: 60px;
}
.label-top {
	padding-top: 19px;
	padding-bottom: 18px;
	margin: 0;
	margin: -15px;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	float: right;
	font-size: 16px;
	height: 60px;
}
.btn-150px {
	width: 150px;
}
.btn-90px {
	width: 90px;
}
.help-circle a {
	display: inline-block;
	text-align: center;
	width: 14px;
	height: 14px;
	font-size: 10px;
	line-height: 12px;
	border-radius: 6px;
	padding: 1px;
	text-decoration: none;
	color: #fff;
	background-color: #4941F8;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.x-small {
	font-size: 6px;
}

.form-control, .btn, .alert, .panel, .panel-group .panel, .input-group-addon, .modal-content, .label, .jumbotron {
	border-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
#sam-banner {
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	left: 0px; 
	height: 23px; 
	background-color: #111; 
	text-align: center;
}

.panel-heading [data-toggle="collapse"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e113";
	float: left;
	margin-right: 15px;
}
.panel-heading [data-toggle="collapse"].collapsed:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114"; 
	float: left;
	margin-right: 15px;
}

h3 .posted-on {
	color: #fff !important;
}


@media (min-width:768px) {
	.label-top {
		padding-top: 22px;
		padding-bottom: 21px;
	}
	.navbar {
		font-size: 10px;
		font-weight: bold;
	}

	.navbar .nav > li > a {
		padding: 10px 0 10px 0;
		width: 100px;
		text-align: center;
	}
	.dropdown-menu li {
		font-align: left;
	}
	#leftbar-ad {
		display: block;
		position: absolute;
		top: 76px;
		left: 0px;
		border-right: 5px solid #EAE5D7;
	}
	.leftbar-alternative {
		display: none;
	}

	.players-social {
		padding: 50px;
	}
}
