.top_bar {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 60px;
	background-color: white;
	overflow: hidden;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
	z-index: 5000;
}
.pop_bar {
	position: absolute;
	top: 55; left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.top_div_contain {
	position: relative;
	margin: 10 auto;
	width: 97%;
	height: 40px;
	overflow: hidden;
	background-color: #fff;
	z-index: 25;
}
.pop_div_contain {
	position: relative;
	margin: 10 auto;
	width: 97%;
	height: 40px;
	overflow: hidden;
	z-index: 1000;
}
.logo {
	position: absolute;
	top: 0; left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.vav {
	position: absolute;
	width: 38px;
	height: 38px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	background: url('../logos/NBA.png') center no-repeat;
	background-size: 35px 35px;
	z-index: 10;
	color: white;
}
.mid, .mid1 {
	position: relative;
	margin: 0 auto;
	width: 500px;
	height: 40px;
}
.useron, .useroff, .forum, .notify, .plus, .lock, .search {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #e4e6eb;
}
.notify img {
	float: right;
}
.user1, .forum1, .notify1, .plus1, .lock1, .draft1, .free1, .camp1, .scores1, .stand1, .stats1, .more1 {
	display: none;
	position: absolute;
	top: 0;
	white-space: nowrap;
	padding: 10px;
	border-radius: 6px;
	background-color: #39393a;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: 300;
	color: #e4e6eb;
}
.useron {
	right: 0;
	background: #DAF7A6 url('../icons/user.png') center no-repeat;
	background-size: 15px 15px;
}
.search {
	left: 50;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('../icons/search.png') center no-repeat;
	background-size: 15px 15px;
}
.useroff {
	right: 0;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('../icons/user.png') center no-repeat;
	background-size: 15px 15px;
}
.forum {
	right: 50;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('../icons/chat.png') center no-repeat;
	background-size: 20px 20px;
}
.notify {
	right: 100;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('../icons/bell.png') center no-repeat;
	background-size: 15px 15px;
}
.plus {
	right: 150;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('../icons/plus.png') center no-repeat;
	background-size: 15px 15px;
}
.lock {
	left: 100;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('../icons/commish.png') center no-repeat;
	background-size: 24px 24px;
}
.home, .draft, .stand, .stats, .more {
	position: absolute;
	top: 0;
	width: 90px;
	height: 40px;
	border-radius: 6px;
	background-color: white;
}
.free, .camp, .scores {
	position: absolute;
	top: 0;
	width: 90px;
	height: 40px;
	border-radius: 6px;
	background-color: white;
}
.home {
	left: 0;
	background: url('../icons/home.png') center no-repeat;
	background-size: 25px 25px;
}
.draft {
	left: 100;
	background: url('../icons/draft.png') center no-repeat;
	background-size: 35px 35px;
}
.free {
	left: 100;
	background: url('../icons/freeagency.png') center no-repeat;
	background-size: 35px 35px;
}
.camp {
	left: 100;
	background: url('../icons/training.png') center no-repeat;
	background-size: 35px 35px;
}
.scores {
	left: 100;
	background: url('../icons/calendar.png') center no-repeat;
	background-size: 35px 35px;
}
.stand {
	left: 200;
	background: url('../icons/group.png') center no-repeat;
	background-size: 35px 35px;
}
.stats {
	left: 300;
	background: url('../icons/statistics.png') center no-repeat;
	background-size: 25px 25px;
}
.more {
	left: 400;
	background: url('../icons/open-menu.png') center no-repeat;
	background-size: 25px 25px;
}
.home1 {
	left: 0;
}
.draft1 {
	left: 120;
}
.free1 {
	left: 102;
}
.camp1 {
	left: 96;
}
.scores1 {
	left: 117;
}
.stand1 {
	left: 205;
}
.stats1 {
	left: 320;
}
.more1 {
	left: 420;
}
.user1 {
	right: 0;
}
.plus1 {
	right: 141;
}
.lock1 {
	right: 189;
}
.notify1 {
	right: 89;
}
.forum1 {
	right: 41;
}
.user1 {
	right: 0;
}
.logo:hover, .vav:hover {
	cursor: pointer;
}
.useroff:hover, .forum:hover, .notify:hover, .plus:hover, .lock:hover, .search:hover {
	cursor: pointer;
	background-color: #d8dadf;
}
.home:hover, .draft:hover, .free:hover, .camp:hover, .scores:hover, .stand:hover, .stats:hover, .more:hover {
	cursor: pointer;
	background-color: #f2f2f2;
}
.hidden {
	margin: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.league {
	display: none;
	position: absolute;
	top: 60; left: 0;
	width: 350px;
	height: 250px;
	border: 1px solid #fff;
	border-radius: 0 0 4px 0;
	background-color: #fff;
	z-index: 500;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
.more2 {
	display: none;
	position: absolute;
	top: 60; left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 250px;
	border: 1px solid #fff;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	z-index: 500;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
.user2 {
	display: none;
	position: absolute;
	text-align: center;
	padding-top: 25px;
	top: 60; right: 0;
	width: 350px;
	height: 250px;
	border: 1px solid #fff;
	border-radius: 0 0 4px 0;
	background-color: #fff;
	z-index: 7000;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
.search1 {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 250px;
	height: 60px;
	background-color: #fff;
	z-index: 6000;
}
.search1 input {
	padding: 5px 10px 5px 10px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 12px;
	color: #000;
	font-family: 'Work Sans';
	font-size: 13px;
	font-weight: 300;
}
.search1 input:focus {
	outline: none;
}
.back, .ui-widget {
	display: inline-block !important;
	margin-left: 15px !important;
}
.back {
	position: absolute;
	top: 15; left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	background: url('../icons/left.png') center no-repeat;
	background-size: 18px 18px;
	z-index: 6000;
}
.ui-widget {
	position: absolute;
	top: 15; left: 45;
}
.back:hover {
	cursor: pointer;
	background-color: #e4e6eb;
}
.headlines {
	position: absolute;
	margin: 68 auto;
	width: 100%;
	padding-bottom: 15px;
	overflow: hidden;
	font-family: 'Open Sans';
	font-size: 13px;
	text-align: center;
}
::-webkit-scrollbar {
    display: none;
}
.back:hover {
	cursor: pointer;
	background-color: #e4e6eb;
}
.award, .award_st {
	display: inline-block;
}
.box {
	margin:0 auto;width:100%;font-size:12px;color:#666;
}
.playoffs {
	margin:0 auto;width:100%;font-size:14px;font-weight:bold;color:#000;
}
.box img {
	width: 40px;
}
.box img:nth-child(2), .box img:nth-child(3) {
	opacity: .5;
}
.box tr:nth-child(1) td:nth-child(1) {
	text-align:right;
}
.box tr:nth-child(1) td:nth-child(2) {
	font-weight:bold;font-size:18px;color:#000;padding-left:6px;
}
.box tr:nth-child(1) td:nth-child(3) {
	font-size:9px;text-align:center;padding:6px;
}
.box tr:nth-child(1) td:nth-child(4) {
	text-align:right;font-size:18px;padding-right:6px;
}
.box tr:nth-child(2) td {
	text-align: center;
}
.playoffs td {
	text-align:center;
}
.playoffs span {
	font-size:9px;color:#c0c0c0;font-weight:normal;
}
.draft2 {
	display: none;
	position: relative;
	margin: 90 auto;
	width: 96%;
	overflow: scroll;
	font-family: 'Open Sans';
	font-size: 13px;
	text-align: center;
}
.pick_box {
	display: inline-block;
	margin: 5px;
	width: 220px;
	border: 0;
	border-spacing: 0;
	vertical-align: top;
	overflow: hidden;
}
.pick_box:hover, .pick:hover, .player:hover {
	cursor: pointer;
}
.pick {
	display: inline-block;
	margin: 0;
	margin-right: -4px;
	border: 0;
	border-spacing: 0;
	width: 20px;
	padding: 5px;
	background-color: #000;
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: right;
	z-index: 50;
}
.player {
	display: inline-block;
	margin: 0;
	border: 0;
	border-spacing: 0;
	width: 180px;
	padding: 5px 5px 5px 0;
	background-color: #f2f2f2;
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
	text-align: left;
}
.player span {
	margin-left: 36px;
}
.stand2 {
	display: none;
	position: relative;
	margin: 90 auto;
	width: 100%;
	overflow: scroll;
	font-family: 'Open Sans';
	font-size: 13px;
	text-align: center;
}
.stand_contain {
	display: inline-block;
	margin: 5px;
	width: 225px;
	border: 0;
	border-spacing: 0;
	overflow: hidden;
	vertical-align: top;
}
.division {
	display: inline-block;
	margin: 0;
	border: 0;
	border-spacing: 0;
	width: 225px;
	padding: 5px;
	background-color: #000;
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.record {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	margin-top: 10px;
	border: 0;
	border-spacing: 0;
	width: 215px;
	padding: 5px;
	background-color: #f2f2f2;
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: left;
}
.record span:nth-child(1) {
	margin-left: 36px;
}
.record span {
	margin-right: 10px;
}
.record span:nth-last-child(1) {
	float: right;
	margin-top: 2px;
	margin-right: 3px;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #666;
}
.record span:nth-last-child(2) {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #666;
}
.record:hover {
	cursor: pointer;
}
.stats2 {
	display: none;
	position: relative;
	margin: 90 auto;
	width: 100%;
	max-width: 1100px;
	overflow: scroll;
	font-family: 'Open Sans';
	font-size: 13px;
	text-align: center;
}
.stat_contain {
	display: inline-block;
	margin: 5px;
	width: 225px;
	border: 0;
	border-spacing: 0;
	overflow: hidden;
	vertical-align: top;
}
.stat {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	border: 0;
	border-spacing: 0;
	width: 225px;
	padding: 5px;
	background-color: #000;
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.leader {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	margin-top: 10px;
	border: 0;
	border-spacing: 0;
	width: 215px;
	padding: 5px;
	background-color: #f2f2f2;
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: left;
}
.leader span:nth-child(1) {
	margin-left: 30px;
}
.leader span {
	margin-right: 10px;
}
.leader span:nth-last-child(1) {
	float: right;
	margin-top: 2px;
	margin-right: 3px;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #666;
}
.leader:hover {
	cursor: pointer;
}
button {
	display: inline-block;
	font-size: 13px !important;
	cursor: pointer;
	margin: 15px;
	min-width: 50px;
	background-color: #fff;
	color: #0090F0;
	border: 1px solid #007aff;
	border-radius: 4px;
	padding: 6px 14px;
}
button:hover {
	background-color: #007aff;
	color: #fff;
}
.user2off {
	display: none;
	position: absolute;
	text-align: center;
	padding-top: 25px;
	top: 60; right: 0;
	width: 350px;
	height: 250px;
	border: 1px solid #fff;
	border-radius: 0 0 4px 0;
	background-color: #fff;
	z-index: 7000;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
.user2off input[type="text"], .user2off input[type="password"] {
	padding: 5px 10px 5px 10px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 12px;
	color: #000;
	font-family: 'Work Sans' !important;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
}
.user2off input:focus {
	outline: none;
}
@media screen and (max-width: 990px) {

}