/*********************************************
	BOOTSTRAP
*********************************************/
body {
	font-family: Arial, Sans-serif;
	font-size: 14px;
	color: #153a79;
	line-height: normal;
	/* margin-top: 200px; */
	/* padding-top: 39px; */
}
code {
    white-space: normal !important;
}
label {
	cursor:default !important;
}
.cursor-default {
	cursor: default !important;
}
.caret {
     -moz-transform: scale(1.1); /* FF Fix */
}
.btn {
	/* background-color: #343434; */
	/* background-image: none; */
	/* color: #fff; */
	/* text-shadow: none; */
	/* border-color: #000; */
	/* padding: 5px 15px; */
	/* font-family: "Oswald", Arial, Sans-serif; */
}
.btn-inverse-sj {
	background-color: #343434; 
	background-image: none; 
	color: #fff; 
	text-shadow: none; 
	border-color: #000; 
	padding: 5px 15px; 
	font-family: "Oswald", Arial, Sans-serif;
}
.btn-inverse-sj:hover {
	color: #fff;
	background-color: #000;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  /* color: #fff; */
  /* background-color: #000; */
}
.btn-danger-hover {
    color: #fff;
    background-color: #bd362f;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn-primary {

	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00a8f6;
	background-image: -moz-linear-gradient(top, #00a8f6, #0058f6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a8f6), to(#0058f6));
	background-image: -webkit-linear-gradient(top, #00a8f6, #0058f6);
	background-image: -o-linear-gradient(top, #00a8f6, #0058f6);
	background-image: linear-gradient(to bottom, #00a8f6, #0058f6);
	border-color: #0058f6 #0058f6 #0058f6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a8f6', endColorstr='#ff0058f6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #0058f6;
	background-position: 0 0;
	background-image: -moz-linear-gradient(top, #0058f6, #00a8f6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0058f6), to(#00a8f6));
	background-image: -webkit-linear-gradient(top, #0058f6, #00a8f6);
	background-image: -o-linear-gradient(top, #0058f6, #00a8f6);
	background-image: linear-gradient(to bottom, #0058f6, #00a8f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0058f6', endColorstr='#ff00a8f6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.btn-large {
	font-size: 26px;
	padding: 10px 20px;
}

label {
	font-family: "Oswald", Arial, Sans-serif;
}
.static-page {
	min-height: 550px;
}
.static-page h1 {
	font-size:23px;
}
.static-page h2 {
	font-size:16px;
}

/*********************************************
	STRUCTURE
*********************************************/

#site-wrap {
	display: table;
	width: 100%;
	padding-bottom: 50px;
	/* padding-top: 50px; */
}

#top-row,
#header,
#middle,
#footer {
	display: table;
	width: 100%;
}

#header {}
#middle {}
#footer {}

footer {
    padding-top:20px;
    display:block;
    text-align:center;
    margin:0 auto;
    /* width:940px; */
}
footer a,
footer a:hover {
	color:#153a79;
}

footer .left {
    float:left;
}
footer .right {
    float:right;
}
footer ul {
    list-style-type: none;
}
footer ul li {
    float:left;
    margin-right:20px;
}
.pagination { clear:both; margin:0 auto;text-align:center;}
.clearboth,
.clear-both {
	clear:both;
}

#scroll-top {
    position: fixed;
    bottom: 55px;
    right: 20px;
    opacity: 1;
    overflow: hidden;
    z-index: 99;
    background-color: #021F57;
    padding: 10px;
    border-radius: 5px;
    display:none;
}

/*********************************************
	GLOBAL
*********************************************/

.input-row span.error {
    position: absolute;
    top: 7px;
    right: 7px;
}

.oswald {font-family: "Oswald", Arial, Sans-serif;}
.oswald-light {font-family: "Oswald", Arial, Sans-serif; font-weight: 300;}
.oswald-bold {font-family: "Oswald", Arial, Sans-serif; font-weight: bold;}

.spacer30 {
	display: table;
	width: 100%;
	height: 30px;
}

.section-title {
	border-bottom: 2px solid #13426c;
}
.section-title span {
	display: inline-block;
	padding: 10px;
	background: #13426c;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.section-title-small span {
	font-size: 22px;
	font-weight: normal;
	padding: 5px 10px;
}
.section-title a {
	color:white;
}

/*********************************************
	TOP ROW
*********************************************/

#top-row {
	height: 67px;
	background: url('../images/top-bar-bg.png') left top repeat-x;
	z-index:999;
	position:fixed;
}
#top-row.activation-notice {
	background-position: left 99px;
}
.logo {
	margin: 10px 0 0;
	float: left;
	/* margin-top: 8px; */
	/* margin-bottom: 11px; */
}
.top-login {
	/* float: right; */
	padding-top: 15px;
}
.top-login form {
	float: right;
	margin: 0;
}
.top-login label {
	display: block;
}
.top-login input[type="text"],
.top-login input[type="password"] {
	width: 106px;
	margin-right: 5px;
}
.top-login input[name="email"] {
    width: 150px !important;
}
.top-login .fb-login {float: right; margin-top: 25px;}
.top-login .fb-login > span {
	display: inline-block;
	width: 50px;
	text-align: center;
}
.top-logged ul {
	list-style-type:none;
}
.top-logged li {
	float: right;
	margin-left:5px;
	border-right: 1px solid #ddd;
	padding: 0 15px;
}
.top-logged li:first-child {
	border-right:0;
	padding-right:0;
}

#wrap-pass-recover {
	float: right;
	margin-left: 8px;
}
#wrap-pass-recover form {
	float:left;
	margin-left:10px;
}

.user-nav-container {float: right;}
.user-nav-btn {
	float: right;
	margin-right: 30px;
	width: 30px;
	height: 62px;
	background: url('../images/user-nav-btn-icons.png') left center no-repeat;
	position: relative;
}
.settings-btn {background-position: -56px center;}
.email-btn {background-position: 4px center;}
.email-btn .email-notifications {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #e63939;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -16px;
}


.user-profile-container {
	float: right;
	cursor: pointer;
	position: relative;
}
.user-profile-container:hover .user-profile {background: #0b1d46;}
.user-profile {
	display: table;
	height: 62px;
	background: #0b1d46;
	padding: 0 8px;
	color: #fff;
}
.user-profile-avatar {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.user-profile-avatar-image {
	display: inline-block;
	width: 42px;
	height: 42px;
	/* background: #d8d8d8; */
	border-radius: 21px;
	overflow: hidden;
}
.user-profile-name {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 91px;
	max-width: 91px;
	overflow: hidden;
}
.user-profile-name .caret {
	border-top-color: #fff;
	margin-top: 6px;
	margin-left: 5px;
	float: right;
}
.user-profile-container:hover .user-profile-nav {
	top: auto;
}
.user-profile-nav {
	width: 100%;
	list-style: none;
	margin: 0;
	background: #1b2f5c;
	position: absolute;
	top: -1000px;
	z-index: 9999;
}
.user-profile-nav a {
	display: block;
	padding: 10px 17px 10px 16px;
	position: relative;
}
/*
.user-profile-nav a:before {
	content: "";
	width: 13px;
	height: 13px;
	background: url('../images/profile-icons.png') left top no-repeat;
	position: absolute;
	top: 14px;
	left: 20px;
}
*/
.user-profile-nav a:hover {
	color: #fff;
	text-decoration: none;
}

.user-profile-nav .view-profile a:before {width:17px;background-position: 0 -20px;}
.user-profile-nav .view-profile a:hover:before {width:17px;background-position: -18px -20px;}

.user-profile-nav .edit-profile a:before {background-position: 0 0;}
.user-profile-nav .edit-profile a:hover:before {background-position: -13px 0;}

.user-profile-nav .players-tracker a:before {background-position: 0 0;}
.user-profile-nav .players-tracker a:hover:before {background-position: -13px 0;}

.user-profile-nav .sign-out a:before {background-position: 0 -43px;}
.user-profile-nav .sign-out a:hover:before {background-position: -13px -43px;}

.user-profile-nav .view-players a:hover:before {background-position: -15px -57px;}
.user-profile-nav .view-players a:before {background-position: 0 -57px;}

.user-profile-nav .goto-search a:hover:before {background-position: -15px -57px;}
.user-profile-nav .goto-search a:before {background-position: 0 -57px;}

.topbar-nav {float: right;}
.topbar-nav > ul {
	display: table;
	list-style: none;
	margin: 0;
}
.topbar-nav > ul > li {
	float: right;
	position: relative;
}
.topbar-nav > ul > li > a {
	display: block;
	padding: 0 22px;
	height: 62px;
	line-height: 62px;
	color: #fff;
}
.topbar-nav > ul > li:hover > a {
	background: #0b1d46;
	text-decoration: none;
}

.topbar-nav > ul > li:hover .topbar-sub-nav {top: auto;}
.topbar-sub-nav {
	padding: 20px 16px;
	background: #0b1d46;
	position: absolute;
	top: -1000px;
	right: 0;
	z-index: 10;
	width: 190px;
}
.topbar-sub-nav form {margin: 0;}
.topbar-sub-nav .input-row {
	display: table;
	width: 100%;
}
.topbar-sub-nav .input-or {
	text-align:center;
	color:white;
	font-size: 12px;
}
/*.topbar-sub-nav .input-row + .input-row {margin-top: 20px;}*/
.topbar-sub-nav .input-row { margin-bottom:10px;}
.topbar-sub-nav .input-row > input {
	width: 176px;
	margin: 0;
	font-size: 12px;
}
.topbar-sub-nav .input-row a {
	display: block;
	color: #00a9f6;
	font-size: 12px;
	line-height: 1.3em;
}
.topbar-sub-nav .input-row label {
	color: #fff;
	font-size: 12px;
    float:left;
}
/*.topbar-sub-nav .input-row label.inline + label.inline {margin-left: 20px;}*/

.color-green {color: #c2ffc1;}
.color-pink {color: #ffc1c1;}
.topbar-sub-nav .input-row a.top-forgot {
    display: inline-block;
    color:white;
}
.topbar-sub-nav .alert { padding:10px !important }
.topbar-sub-nav .alert i { float:left; }
.topbar-sub-nav .alert p { float:right;width:150px; }

.topbar-sub-nav input[type="submit"] { width:190px; font-size: 14px;}

.topbar-nav .input-row {
    position:relative;
}
/*********************************************
	HEADER
*********************************************/
#header {
	height: 400px;
}
#header.narrow {
	height: auto;
}
body.not-active #header { margin-top: 96px; }

body.activation-notice #header {
	margin-top:161px;
	padding-top:10px;
}

.header-default { /* background: url(../images/header-bg.jpg) center top repeat-x; */ }
.header-basketball { background: url('../images/header-bg-basketball.jpg') center top repeat-x; }
.header-soccer { background: url('../images/header-bg-soccer.jpg') center top repeat-x; }

/*********************************************
	PLAYER PROFILE
*********************************************/
.player-profile {
	color: #fff;
}
.player-profile-header {margin-bottom: 16px;}
.player-profile .player-title {
	font-family: "Oswald", Arial, Sans-serif;
}
.player-profile .player-title .team-logo {
	float: left;
	margin-right: 15px;
}
.player-profile .player-title .player-name {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2em;
	overflow: hidden;
	float: left;
	margin:0px;
}
.player-profile .player-team {
	font-size: 14px;
	font-weight: normal;
	clear: both;
	margin: 0 0 0 65px;
	padding: 0px;
	line-height: normal;
}
.player-profile .player-team .devider {color: #00a3e8;}

.player-profile .sport-title {
	float: right;
}
.player-profile .sport-logo {
	float: left;
	margin-right: 0;
}
.player-profile .sport-name {
	float: left;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 1.1em;
}
.player-profile .player-image {
	width: 210px;
	height: 280px;
	text-align: center;
	background-image: url('../images/player-bg.jpg');
	background-repeat: no-repeat;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.player-profile .player-image img {
    /* width:210px; */
	max-height: 280px;
}
.player-profile .player-image .gallery-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 22px;
	background-color: rgba(0,0,0,0.9);
	text-decoration: none;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}

.player-profile-details {}
.player-profile-details-title {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1em;
	padding: 6px 10px;
	overflow: hidden;
	background: rgba(0,0,0,0.7);
	border-bottom: 1px solid #000;
}
.player-profile-details-title .btn {
	float: right;
	font-weight: normal;
}
.player-profile-details-data {
	margin-bottom: 25px;
}
.player-profile-details-data table {
	width: 100%;
	border-collapse: collapse;
}
.player-profile-details-data tr:nth-child(even) th,
.player-profile-details-data tr:nth-child(even) td {
	background: rgba(0,0,0,0.5);
}
.player-profile-details-data th,
.player-profile-details-data td {
	text-align: left;
	padding: 5px 0px;
	font-size: 16px;
	font-weight: bold;
}
.player-profile-details-data th {
	color: #7daef3;
	font-family: 'PT Sans', sans-serif;
}
.player-profile-details-data td {
    font-family: 'PT Sans', sans-serif;
}

.player-profile-details-actions {
	display: table;
	width: 100%;
    padding:16px 0;
	/*margin-top: 25px;*/

}
.player-profile-details-actions .action {
    float:left;
    width:100px;
}
.player-profile-details-actions a,
.profile-action-btn {
	float: right;
	padding: 5px 15px;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 16px;
	line-height: 1em;
	margin-left: 12px;
	background: #00a3e8;
	color: #fff;
}
.profile-action-btn:hover {
	color:white;
}
.player-profile-details-actions .fb-like {
	margin-top: 3px;
	margin-left: 10px;
	display:block;
}
/*.player-profile-details-actions .fb-share-button {
	display:block;
	margin-top:10px;
	margin-left:20px;
}*/

.social-container {
	display: table;
	width: 100%;
}
.social-container .fb-like {float: right;}
.player-thumb img {
    /* width: 210px; */
    max-height: 280px;
}

/*********************************************
	PLAYER STATISTICS
*********************************************/
.player-statistics {
	display: table;
	width: 100%;
	margin-top: 34px;
}
/* Smart Agent */
.player-statistics-data.search-section {
	padding:0;
	border-bottom:0 !important;
	background: none;
}
.player-statistics-title {
	display: inline-block;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	padding: 10px;
	background: #13426c;
}
.player-statistics-data {
	border-top: 2px solid #13426c;
}
.player-statistics-data table {
	width: 100%;
	border-collapse: separate;
	margin-top: 4px;
	background: url(../images/player-statistics-bg.jpg) left top repeat-x;
}
.player-statistics-data th:first-child,
.player-statistics-data td:first-child {border-left-color: #fff;}
.player-statistics-data th,
.player-statistics-data td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e1e1e1;
	text-align: center;
}
.player-statistics-data th {
	height: 80px;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 14px;
	font-weight: 300;
	background-color: transparent;
	color: #fff;
}
.player-statistics-data td {
	height: 36px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 13px;
	/* font-weight: bold; */
	/* padding: 0px; */
	/* margin: 0px; */
	/* width: 100%; */
}

/*********************************************
	PLAYER SUMMARY
*********************************************/
.player-summary {
	background: #f1f1f1;
	border-bottom: 1px solid #e1e1e1;
}
.player-summary-title {
	height: 72px;
	line-height: 72px;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: url(../images/summary-title-bg.png) right top no-repeat #01051d;
	padding: 0 10px;
}
.player-summary-data {
	padding: 10px;
}
.player-summary-data th {
	font-family:'PT Sans', sans-serif;
}
.player-summary-data table {
	width: 100%;
}
.player-summary-data tr:nth-child(odd) th,
.player-summary-data tr:nth-child(odd) td {
	background: #f8f8f8;
}
.player-summary-data th,
.player-summary-data td {
	padding: 15px 10px;
	font-size: 16px;
}
.player-summary-data th {
	text-align: left;
}
.player-summary-data td {
	text-align: center;
	color: #10b7d9;
}
.player-summary-data-footer .btn {
	float: right;
	margin-right: -10px;
	width: 190px;
	line-height: 25px;
}

.player-summary-data table.players td {
    text-align:left !important;
}

/*********************************************
	SECTIONS
*********************************************/
.media-section {}
.media-section-content {
	margin-top: 3px;
	padding: 24px 12px;
	background: #f1f1f1;
}
.primary-video,
.primary-video * {
	width: 100%;
	max-width: 100%;
}
.primary-video-title {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 10px;
}
.primary-video-description {
	font-size: 16px;
	margin-top: 10px;
}
.secondary-videos {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.secondary-video {
	float: left;
	width: 200px;
}
/*.secondary-video + .secondary-video {float: right;}*/
.secondary-video {
	margin:0 10px 8px 0;
}
.secondary-video-title {
	background: #fff;
	padding: 5px 10px;
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom:5px;
}
.secondary-video-title span.info {
	display:block;
	clear:both;
	font-weight: normal;
}
.secondary-video-title span.info > span {
	display:inline-block;
	float:right;
}
.secondary-video-thumb {
	display: block;
	position: relative;
}
.secondary-video-thumb * {
	width: 100%;
	max-width: 100%;
}
.secondary-video-play {
	width: 100%;
	height: 100%;
	background: url(../images/play.png) center center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.media-section .articles-section {margin-top: 24px;}
.articles-section {}
.articles-section-content {}
.articles-scroll {
	width: 52px;
	height: 24px;
	background: url(../images/arrow-bottom.png) center center no-repeat #13426c;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 3px;
}
.article-item.odd-item {background: #f8f8f8;}
.article-item {
	padding: 10px;
	margin-top: 2px;
}
.article-item-top {}
.article-item-bottom {margin-top: 10px;}
.article-item-title {
	font-weight: bold;
}
.article-item-devider,
.article-item-by,
.article-item-date {color: #8d8d8d;}
.article-item-devider {
	display: inline-block;
	padding: 0 5px;
}
.article-item-by {
	font-size: 12px;
}
.article-item-date {
	font-size: 12px;
	padding-left: 5px;
}

/*********************************************
	FILTERS
*********************************************/
.sport-filter {
    border-radius: 5px;
    border: 1px solid #fff;
    margin: 0;
}
.sport-filter {}
.sport-filter {}

.search-section {
    margin-top: 0;
    display: table;
    width: 100%;
    background: #f1f1f1;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-section form {margin: 0;}
.search-section label {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    padding-right: 10px;
}
.search-section input,
.search-section select {
    float: left;
}
.search-section select.span2 {
    width: 100px;
}
.search-section .filter-item + .filter-item {margin-left: 20px;}
.search-section .filter-item {
    float: left;
    /*width: 280px;*/
}
.search-section fieldset {
    clear:both;
}
.search-section .filter-range select:first-of-type {
    margin-right:5px;
}
.search-section .filter-range select {
    width: 80px;
}
.search-section .filter-item .sublabel {
    color: #000;
    font-weight: normal;
    /* margin-left: 5px; */
    font-size: 12px;
    width: 39px;
    padding: 0;
}
.search-section .btn {
    /*margin-top: -17px;
    padding: 10px 10px;
    position: relative;
    top: 10px;*/
}
.search-section .row {
    clear:both;
    margin:0;
    padding:0;
}
.search-section .advanced-filters {
    clear:both;
    display: none;
}
.search-section .advanced-filters label {
    /*width: 85px;*/
}
.extended-search-btn {
    display: inline-block;
    font-family: "Oswald", Arial, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    margin: 10px 0 20px;
    color: #00a1f4;
	cursor:pointer;
}
.extended-search-btn:hover {text-decoration: none;}
.extended-search-btn i {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url('../images/search-icons.png') left top no-repeat;
    margin-right: 10px;
    margin-left: 20px;
    position: relative;
	background-position: left -40px;
    top: 1px;
}
.extended-search-btn i.extended {background-position:0 0}

.search-section .filter-item .btn-group {}
.search-section .filter-item .btn-group .btn {
    padding-right: 6px;
    padding-left: 6px;
}
.search-section .filter-item.filter-position .btn {
	width:32px;
}

.search-section .btn-submit {
    padding: 2px 12px;
    width: 110px;
    margin-left: 5px;
}

.search-section .advanced-filters fieldset {
    border-top: 1px solid #e3e3e3;
    margin-top: 9px;
}
.search-section .advanced-filters fieldset:before {
    display: table;
    width: 100%;
    content: "";
    border-top: 1px solid #fff;
    position:relative;
	top:-19px;
}
.search-section .advanced-filters legend {
    width: 130px;
    font-size: 12px;
    color: #b8b8b8;
    border: 0;
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 0 -75px;
    text-align: left;
    position: relative;
    left: 50%;
    z-index: 2;
    background: #f1f1f1;
}
.search-section .advanced-filters legend span {
	text-align:center;
	display: block;
}

.search-section .advanced-filters label.framed {
    background: #e9e9e9;
    border-radius: 5px;
    padding: 0 15px 0 30px;
    color: #007cc3;
}
.search-section .advanced-filters label.checkbox {
    font-size: 14px;
    font-weight: normal;
}
.search-section .advanced-filters label.checkbox input {margin-top: 8px;}
.filters-row {
    float: left;
    width: 100%;
}
.search-section .range-slide {
    float: left;
    display: inline-block;
    width: 100px;
    height: 6px;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    background: #fff;
    margin-top: 10px;
    margin-left: 5px;
}
.search-section .range-slide a {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    box-shadow: inset 0 3px 3px rgba(0,0,0,0.2);
    border: 1px solid #f1f1f1;
    border-bottom-color: rgba(0,0,0,0.5);
}
.search-section .range-slide .ui-slider-range {
    background: #0096ec;
}
.search-section .range-slide .range-slide-value1,
.search-section .range-slide .range-slide-value2 {
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    margin-top: 15px;
    color: #007cc3;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
}
.search-section .range-slide .range-slide-value1 {float: left;}
.search-section .range-slide .range-slide-value2 {float: right;}
.search-section .range-slide.range-slide-type2 {
    margin-left: 25px;
    margin-right: 25px;
}
.search-section .range-slide.range-slide-type2 .range-slide-value1,
.search-section .range-slide.range-slide-type2 .range-slide-value2 {
    background: transparent;
    box-shadow: none;
    margin-top: -7px;
}
.search-section .range-slide.range-slide-type2 .range-slide-value1 {
    margin-left: -34px;
}
.search-section .range-slide.range-slide-type2 .range-slide-value2 {
    margin-right: -34px;
}

#range-salary {width: 340px;}

label.static-width {width: 45px;}

/*********************************************
	PLAYERS
*********************************************/
.players {}
.player-block.first {margin-left: 0;clear: left;}
.player-block {
	float: left;
	background: #f1f1f1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 10px 8px;
	margin-left: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 3px 3px 15px #888;
	box-shadow: 3px 3px 15px #888;
	z-index: 999;
	width: 211px;
}
.player-block a {
	color: #153a79;
}
.player-block a:hover {
	text-decoration:none;
}
.player-block:hover {
	-webkit-box-shadow: 3px 3px 15px #333;
	box-shadow: 3px 3px 15px #333;
	z-index: 999;
}
.player-block .player-thumb {
	width:210px;
	height: 280px;
	text-align:center;
	background-image:url('../images/player-bg.jpg');
	background-repeat:no-repeat;
	vertical-align: middle;
	display: table-cell;
	/* max-height: 280px; */
}
.player-block .player-name {
	font-family: "Oswald", Arial, Sans-serif;
	font-size: 21px;
	position: relative;
	padding-top: 7px;
}
.player-block .player-name div {
	overflow: hidden;
	text-overflow:ellipsis;
	width: 186px;
	white-space: nowrap;
	height: 25px;
}
.player-block .player-name i {
	display: inline-block;
	width: 21px;
	height: 21px;
	font-family: Arial, Sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 11px;
	background-color: #00a8f6;
	background-image: -moz-linear-gradient(top, #00a8f6, #0058f6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a8f6), to(#0058f6));
	background-image: -webkit-linear-gradient(top, #00a8f6, #0058f6);
	background-image: -o-linear-gradient(top, #00a8f6, #0058f6);
	background-image: linear-gradient(to bottom, #00a8f6, #0058f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a8f6', endColorstr='#ff0058f6', GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
	color: #fff;
	text-align: center;
	line-height: 21px;
	position: absolute;
	top: 10px;
	right: 0;
}
.player-block .player-data {
	display: table;
	width: 100%;
	padding: 5px;
	background: #f8f8f8;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
}
.player-block .player-data .stats-item {
	float: left;
	width: 33.3%;
	text-transform: uppercase;
	text-align: center;
}
.player-block .player-data .stats-item span {color: #00a1f4;}
.player-block .player-bottom {
	display: table;
	width: 100%;
	margin-top: 10px;
}
.player-block .player-bottom .country {
	float: left;
	margin-top: 2px;
}
.player-block .player-bottom .country img {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
.player-block .player-bottom .fb-like {float: right;}

/*********************************************
	SECTIONS
*********************************************/

.error-page {
	text-align:center !important;
	font-size:16px;
	padding-top:50px;
}
.error-page h1.huge {
	font-size:33px !important;
	text-align:center;
	padding:15px;
	background-color:#E9F3CE;
	color:#333;
	width:70%;
	margin: auto;
	margin-top:50px;
	margin-bottom:15px;
	border-radius:10px;
}
.fblogin:hover {
	opacity:0.9;
}
#pass-recover-response { margin-top: 15px; }
.alert-top-strip {
	text-align: center;
	width: 100%;
	z-index: 99999;
	border-bottom: 1px solid #333;
    -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
	height: 77px;
	padding: 10px 0;
	margin: 0px;
}

#account-now-active-notice h1 {
    font-size:30px;
    /* margin-top:25px; */
    margin: 0px;
}
#account-now-active-notice h2 {
    font-size: 18px;
    margin: 0px;
}
.fb-connect-button {
     background-image: url('../images/fb-login2.png');
     background-repeat:no-repeat;
     width: 152px;
     height:30px;
     display:inline-block;
     line-height: 30px !important;
     padding-left: 43px;
     color: white !important;
 }
.fb-connect-button:hover {
 	color:white;
 	text-decoration:none;
 }
.fb-connect3 {
    width: 91px !important;
    float: left;
    padding-left: 36px;
    margin-top: 24px;
    font-size: 12px;
    background-image: url('../images/fb-login3.png');
    margin-left: 5px;
}

.top-register {
    float: right;
    display: table;
}
.top-register .input-row {
    float: left;
    margin-left: 10px;
}
.top-register .input-row label {
    color: #fff;
    font-size: 12px;
    height: 14px;
    line-height: 1em;
    margin: 5px 0;
}
.top-register .input-row input {
    width: 118px;
}
.top-register .input-row label a {
    display: inline-block;
    margin-left: 5px;
}
.top-register .input-row .btn {
    margin-top: 24px;
    width: auto;
    font-size: 12px;
    float: left;
    /* margin-left: 0px; */
}
#middle > .container,
#header > .container {
    margin-top:65px;
}

/*********************************************
	GUEST MODAL
*********************************************/
.dialog-guest-col {
    float:left;
    width: 220px;
}
.dialog-guest-col legend {
    margin-bottom:5px;
}
.form-guest .input-or {
    text-align:center;
    font-size:12px;
    color:black;
    margin:10px 0;
}

#mimic-strip {
    position: fixed;
    top: 61px;
    border: 1px solid black;
    background-color: #BD362F;
    height: 55px;
    width: 370px;
    line-height: 30px;
    padding: 10px;
    color:white;
}
#mimic-strip a {
    color:white;
}

/*********************************************
	AGENT
*********************************************/
ul.agent-links {
    list-style-type: none;
    padding:0;
    margin:10px;
}
ul.agent-links li {
    margin-bottom:20px;
}
ul.agent-links a {
    font-size:16px;
    color:white;
}
.represented-by {
    font-size:14px;
}
.represented-by img {
    width:42px !important;
    height:42px !important;
    border-radius:21px;
    margin-top:8px;
}
.player-profile-details-title .represented-by a {
    color:white;
    float:right;
    margin-left:10px;
}
.player-summary-data-footer .represented-by {
    clear:both;
    display:block;
    padding-top:10px;
    margin-left:30px;
}
.player-summary-data-footer .represented-by a {
    clear:both;
    margin-top:10px;
}
.player-search-title {
    font-size:20px;
}
.player-profile-details-title .col-50 {
    float:right;
    width:49%;
}


#hp-press {
    height:55px;
    margin-top:15px;
}

#hp-press .pull-right img {
    margin-left:10px;
}

#hp-press .pull-left {
    font-size:25px;
    color:#969696;
}