
@font-face {
    font-family: 'barlow';
    src: url('fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow';
    src: url('fonts/Barlow-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'barlow';
    src: url('fonts/Barlow-Bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
}

html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'barlow',sans-serif;
	font-size:12px;
	font-weight: normal;
	margin: 0;
	width: 100%;
	height: 100%;
	color: #424242;
  	text-align: left;
  	background-color: #fafafa;
}
body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
	background-color: #b71c1c;
}
a {
	text-decoration: none;
	color:#b71c1c;
}
h1 {
	font-family: 'barlow';
	font-weight: bold;
}
h2 {
	font-family: 'barlow';
	font-weight: bold;
}
h3 {
	font-family: 'barlow';
	font-weight: bold;
}
h4 {
	font-family: 'barlow';
	font-weight: bold;
}
h5 {
	font-family: 'barlow';
	font-weight: bold;
}
p {
	font-size: 14px;
}
strong.red {
	color:#b71c1c;
}
li {
	font-size:14px;
}
input {
	font-family: 'barlow',sans-serif;
}
input:focus, input:active, button:focus, button:active {
	outline: none;
}
button {
	font:inherit;
}
.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}
.text-red {
	color:#b71c1c;
}
/* Header */

section.top-bar {
	width: 100%;
	height: 58px;
	background-color:#212121;
}

section.top-bar p {
	margin:0;
	color:#FFF;
}
section.top-bar .top-bar-message {
	display: inline-block;
	margin-top: 7px;
}
section.top-bar .top-bar-message p {
	font-size:16px;
	
}
section.top-bar .top-bar-message p>a {
	margin-left:15px;
}
section.top-bar .top-bar-social-icons {
	display:inline-block;
	vertical-align: middle;
	font-size:16px;
	float: right;
	margin-top:16px;
}
section.top-bar .top-bar-social-icons .fab, .footer-social-icons .fab {
	padding:4px 0;
	width: 45px;
	text-align: center;
	border-radius: 3px;
	color:#FFF;
}
section.top-bar .top-bar-social-icons>p>span, .footer-social-icons>p>span {
	margin-right: 15px;
}
section.top-bar .top-bar-social-icons .fa-facebook, .footer-social-icons .fa-facebook {
	background:#3b5998;
}
section.top-bar .top-bar-social-icons .fa-twitter, .footer-social-icons .fa-twitter {
	background:#54acee;
}
section.top-bar .top-bar-social-icons .fa-instagram, .footer-social-icons .fa-instagram {
	background:#ab39aa;
}
section.top-bar .top-bar-social-icons .fa-youtube, .footer-social-icons .fa-youtube {
	background:#e22928;
}
#logo {
	display: inline-block;
	vertical-align: middle;
}
#logo>img {
	width: 150px;
}
header {
	background-color: #FFF;
	position: relative;
	display: block;
	margin: 0;
	padding:20px 0;
	vertical-align: middle;
}
header nav {
	display: inline-block;
	vertical-align: middle;
    margin: 0 0 0 25px;	
}
header nav>ul {
	padding:0;
	margin: 0;
}
header nav>ul>li {
	display: inline-block;
}
header nav>ul>li>a {
	position: relative;
	font-size:16px;
	text-transform: uppercase;
	color:#424242;
	text-decoration: none;
	padding:10px 15px;
	transition: all .5s;
}
header nav>ul>li>a:before,
header nav>ul>li>a:after {
	transition: all .5s;
}
header nav>ul>li>a:hover {
	text-decoration: none;
	color:#b71c1c;
}
header nav>ul>li>a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #b71c1c;
	height: 5px;
}
header nav>ul>li>a:hover:after {
  width: 100%;
}
header nav>ul>li>a.current {
	color:#b71c1c;
}
header nav>ul>li>a.current:after {
	width: 100%;
}
header .sign-in-buttons {
	display: inline-block;
    float: right;
	margin-top: -5px;
}
header .sign-in-buttons .btn-red, header .sign-in-buttons .btn-white {
	padding: 5px 40px;
	margin:0 2px;
	vertical-align: top;
}
header .sign-in-buttons .btn-square {
	display: inline-block;
	padding: 5px 10px !important;
	vertical-align: top;
}
button#main_menu_btn {
	background:#b71c1c;
	color:#FFF;
	border:1px #b71c1c solid;
	text-align: center;
	font-size:20px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display:none;
	padding:0;
}

#play_nav {
	position: absolute;
	display:none;
	right: 0px;
	top: 78px;
	width: 440px;
	min-height: 100px;
	background: rgba(255,255,255,1);
	z-index: 3000;
	padding:0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#play_nav h4.game-title {
	text-transform: uppercase;
	font-size: 22px;
	background: #b71c1c;
	padding: 5px 5px;
	margin: 0;
	text-align: center;
	color: #FFF;
}
#play_nav .my-leagues {
	padding:15px;
}
#play_nav .my-leagues>h5 {
	text-transform: uppercase;
	font-size:15px;
}
#play_nav .my-leagues > ul {
	padding:0;
	list-style: none;
	margin:0;
}
#play_nav .my-leagues > ul > li {

}
#play_nav table.play-nav-league {
	width: 100%;
}
#play_nav table.play-nav-league thead th {
	text-transform: uppercase;
	background: #212121;
	color: #FFF;
	padding: 3px 6px;
	vertical-align: middle;
	font-size: 12px;
}
#play_nav table.play-nav-league tbody td {
	padding: 3px 6px;
	vertical-align: middle;
}
button.close-my-playboard-btn {
	border:none;
	background:#cacaca;
	color:#FFF;
	text-align: center;
	padding:5px 0;
	width: 28px;
	border-radius: 20px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 6px;
}
#play_nav table.play-nav-league a.btn-red-sm {
	padding: 3px 11px;
	background: #b71c1c;
	border-radius: 30px;
	color: #FFF;
}
/* End Header */

/* Footer */

footer {
	color:#FFF;
	position: relative;
	background-color:#212121;
	padding: 20px 0;
}
footer .footer-social-icons {
	text-align: center;
	font-size:16px;
}
footer ul.footer-menu {
	list-style: none;
	padding:0;
	text-align: center;
}
footer ul.footer-menu>li {
	display:inline-block;
	vertical-align: top;
}
footer ul.footer-menu>li>a {
	color:#FFF;
	padding:5px 10px;
}

/* End Footer */

/* My Account */

img.avatar {
	max-width: 80px;
	border-radius: 80px;
	border: 1px solid #b71c1c;
}
img.avatar.mini {
	max-width: 40px;
	border-radius: 40px;
}
img.avatar.large {
	max-width: 150px;
}

	/* End My Account */

/* Banner Ads */

section.banner-header {
	padding:20px;
	text-align: center;
}

/* End Banner Ads */

/* Login */

section.login {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	padding-top:200px;
}
.login-widget {
	max-width: 500px;
	margin: 0 auto 25px auto;
	padding:25px;
	background-color: rgba(255,255,255,0.3);
}
.login-widget input[type=text], .login-widget input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size:14px;
	padding:15px 15px;
	box-sizing: border-box;
	margin-bottom: 8px;
	border:none;
}
.login-widget button[type=submit] {
	display: inline-block;
	background: #b71c1c;
	color: #FFF;
	padding: 10px 18px;
	transition: all 200ms;
	font-size: 14px;
	border: solid #b71c1c 1px;
	cursor: pointer;
	vertical-align: top;
}
.login-widget button[type=submit]:hover {
	background: #990202;
}
.login-widget a.register {
	display: inline-block;
	background: #FFF;
	color: #b71c1c;
	padding: 11px 18px;
	transition: all 200ms;
	font-size: 14px;
	border: solid #b71c1c 1px;
	vertical-align: top;
	margin-left:5px;
}
.login-widget a.reset {
	display:block;
	padding:5px 0;
	width: 125px;
	color:#FFF;
}
.login-widget .remember {
	color:#FFF;
	cursor: pointer;
}
/* End Login */

/* Slider*/

section.slider {
	height: 480px;
	position: relative;
	margin-bottom: 25px;
}
section.slider>.slide-fantasy-sports {
	width: 100%;
	height: 100%;
	background: url('images/fantasy-sports-slider.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
section.slider>.slide-fantasy-sports h1 {
	color:#FFF;
	font-family: 'barlow';
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	letter-spacing: 1px;
	margin:0;
	padding-top: 300px;;
}
section.slider>.slide-fantasy-sports h2 {
	color:#FFF;
	font-family: 'barlow';
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin:0 0 15px;
}
/* End Slider */

/* My Profile */

#update_profile_picture_form>label {
	position: relative;
}
#update_profile_picture_form>label>button.left-rotation {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 63px;
	left:-30px;
	border:none;
	background: #990202;
	border-radius: 30px;
	color:#FFF;
	text-align: center;
	cursor: pointer;
	padding:0;
}
#update_profile_picture_form>label>button.right-rotation {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 63px;
	right:-30px;
	border: none;
	background: #990202;
	border-radius: 30px;
	color:#FFF;
	text-align: center;
	cursor: pointer;
	padding:0;
}

/* End My Profile */

/* Game Landing Pages */

section.game-slider {
	height: 630px;
	position: relative;
	margin-bottom: 25px;
}
section.game-slider>.slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
section.game-slider>.slide h1 {
	color:#FFF;
	font-family: 'barlow';
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	letter-spacing: 1px;
	margin:0 0 10px 0;
	padding-top: 300px;
	text-transform: uppercase;
	font-style: italic;
}
section.game-slider>.slide.scrumble h1 {
	padding-top: 200px;
}
section.game-slider>.slide.scrumble h1 strong {
	font-size: 64px;
	line-height: 64px;
	display: block;
	margin-top: 23px;
	margin-bottom: 14px;
}
section.game-slider>.slide.scrumble .btn-red {
	font-size: 25px;
}
section.game-slider>.slide h2 {
	color:#FFF;
}
section.game-slider>.slide h2 a {
	color:#FFF;
	font-weight: 700;
	letter-spacing: 1px;
}
section.game-slider>.slide h2 a:hover {
	color:#b71c1c;
	text-decoration: none;
}
section.game-slider>.slide p {
	color:#FFF;
}
section.game-slider>.slide p>a:hover {
	color:#FFF;
}

section.game-slider>.slide p>a.btn-red:hover {
	color:#b71c1c;
}
section.game-slider .scroll-down-btn {
	position: absolute;
	bottom: 10px;
	font-size:40px;
	color:#FFF;
	width: 35px;
	left: 50%;
	margin-left: -17px;
}

section.game-slider>.slide.scrumble {
	background-image: url('/files/cms/slider-scramble-game.jpg');
}
section.game-slider>.slide.buzzer-beater {
	background-image: url('/files/cms/slider-buzzer-beater-game.jpg');
}
section.game-slider>.slide.buzzer-beater h1 {
	padding-top: 220px;
}
section.game-slider>.slide.buzzer-beater-game h4 {
	color: #FFF;
	font-size: 28px;
	font-style: italic;
}
section.game-slider>.slide.scramble-smart-tv {
	background-image: url('/files/cms/smart-tv-header.jpg');
}

section.game-slider>.slide.scramble-smart-tv h1 {
	padding-top: 103px;
	padding-left: 25px;
}
section.game-slider>.slide.scramble-smart-tv h2 {
	font-size: 20px;
	padding-left: 25px;
	margin-bottom: 0px;
}
section.game-slider>.slide.scramble-smart-tv h3 {
	color: #febc0f;
	font-size: 41px;
	margin: 0 0 49px 0;
	padding: 0;
}
section.game-slider>.slide.scramble-smart-tv .btn-red {
	font-size: 30px;
}
section.game-slider>.slide.scramble-smart-tv .scroll-down-btn {
	left: 50%;
	margin-left: -15px;
}

section.game-slider>.slide.scramble-hopper-bowl {
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	position: relative;
}
section.game-slider>.slide.scramble-hopper-bowl>video {
	background-image: url("/files/cms/scramble-pro-no-video-bg.jpg");
	background-size: cover !important;
	background-position: top left !important;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #252525;
}
section.game-slider>.slide.scramble-hopper-bowl h1 {
	color: #FFF;
	font-family: 'barlow';
	font-size: 43px;
	line-height: 43px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding-top: 166px;
	text-transform: uppercase;
	font-style: italic;
}
section.game-slider>.buzzer-beater-game {
	background-image: url("/files/cms/double-drive-madness.jpg");
	background-size: cover !important;
	background-position: top right !important;
	text-align: right;
	padding-right: 100px;
}
section.game-slider>.buzzer-beater-game h1 {
	padding-top: 162px;
}

	/* End Game Landing Pages */

/* Leagues Pages */

section.league-header
{
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	padding: 20px 0 0 0;
}
section.league-header.buzzer-beater {
	background-image:url("/files/cms/slider-buzzer-beater-game.jpg");
}
section.league-header h1 {
	font-size:45px;
	line-height: 45px;
	text-transform: uppercase;
	color:#FFF;
	margin-top:110px;
	margin-bottom: 10px;
}
section.league-header h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 35px;
	color:#FFF;
}
section.league-header h2>span {
	font-weight: normal;
	margin-left:10px;
	margin-right: 10px;
}
section.league-header h2>a.manage {
	padding: 3px 17px;
	background: #b71c1c;
	color: #FFF;
	border-radius: 26px;
}
section.league-header h2>a.manage:hover {
	text-decoration: none;
}
section.league-header h1>img {
	margin-top: -19px;
}
section.league-header ul.league-menu {
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
	margin: 0 -15px;
}
section.league-header ul.league-menu>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
section.league-header ul.league-menu>li>a {
	display:inline-block;
	vertical-align: top;
	font-weight: normal;
	font-size: 15px;
	color:#FFF;
	background-color: #b71c1c;
	text-transform: uppercase;
	padding: 10px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
section.league-header ul.league-menu>li>a>sup {
	display: inline-block;
	position: absolute;
	text-align: center;
	padding: 0px;
	background: #FFF;
	border-radius: 10px;
	height: 14px;
	color: #b71c1c;
	width: 14px;
	line-height: 16px;
	font-size: 11px;
	font-weight: 700;
	top: 2px;
}
section.league-header ul.league-menu>li>a.active>sup {
	background: #b71c1c;
	color: #FFF;
}
section.league-header ul.league-menu>li>a:hover {
	text-decoration: none;
	background-color: #8b0d0d;
}
section.league-header ul.league-menu>li>a.active {
	background-color:#fafafa;
	color:#b71c1c;
}
.league-profile {
	position: relative;
	width: 225px;
	margin-bottom: 35px;
}
.league-profile table {
	width: 100%;
}
.league-profile img {
	max-width: 80px;
	border-radius: 80px;
	border:1px solid #b71c1c;
}
.league-profile table td:first-child {
	width: 90px;
}
.league-profile table td a, .league-profile table td p {
	display: block;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color:#FFF;
	margin: 3px 0;
}
.league-profile table td a.my-profile {
	background: #b71c1c;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 10px;
	margin: 0;
}
.league-profile table td a:hover {
	text-decoration: none;
}
.league-page {
	padding-top:25px;
}
.league-page p {
	font-size:14px;
}
.league-page h3 {
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
}
.league-page h3.red {
	color: #b71c1c;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
}
.league-page .players-list {
	display:block;
	width: 100%;
	position: relative;
}
.league-page .players-list>div.player {
	display:table;
	width: 100%;
	border: solid #b71c1c 2px;
	border-radius: 300px;
	margin-bottom: 20px;
}
.league-page .players-list>div.player>div {
	display: table-cell;
	vertical-align: middle;
}
.league-page .players-list .avatar {
	width: 100px;
}
.league-page .players-list>div.player h3 {
	font-size:23px;
	line-height: 23px;
	margin:0;
}
.league-page .players-list>div.player h4 {
	font-size:14px;
	line-height: 14px;
	margin:0;
	font-weight: normal;
}
.league-page .players-list>div.player .options {
	text-align: center;
	width: 50px;
}
.league-page .players-list>div.player .options .fas {
	font-size:20px;
}
.league-page .players-list .avatar img {
	max-width: 80px;
	border-radius: 80px;
	border: 1px solid #b71c1c;
	overflow: hidden;
}
.league-widget {
	width: 100%;
	position: relative;
}
.league-widget>h2 {
	display: block;
	width: 100%;
	margin:0;
	padding:8px 10px;
	font-size:20px;
	line-height: 20px;
	text-transform: uppercase;
	color:#FFF;
	background:#b71c1c;
	text-align: center;
}
.league-widget>.body {
	display:inline-block;
	width: 100%;
	padding:0;
	background:#FFF;
}
.league-widget>.body ul {
	padding:0;
	list-style: none;
	margin:0;
}
.league-widget>.body ul>li{
	display:inline-block;
	width: 100%;
	font-size:14px;

}
.league-widget>.body ul>li>a {
	display:inline-block;
	width: 100%;
	padding:12px 12px;
	text-decoration: none;
	transition: all 200ms;
}
.league-widget>.body ul>li>a:hover {
	color:#FFF;
	background:#424242;
}
.league-widget>.body sup{
	padding: 3px 10px;
	border-radius: 10px;
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
	display: inline-block;
	top: -10px;
}
.league-widget>.body sup.warning {
	background: orange;
}
.sb-widget {
	background-color:#eee;
	font-size:14px;
	margin-bottom: 25px;
}
.sb-widget>h3 {
	color:#FFF;
	background-color:#b1b1b1;
	padding: 5px 15px 2px 15px;
}
.sb-widget>.body {
	padding:0 15px 15px 15px;
}
.sb-widget ul.billing-detail-list {
	padding:0;
	list-style: none;
	margin:0;
}
.sb-widget ul.billing-detail-list>li {
	padding: 3px 0;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #cacaca;
}
ul#invitation_emails_list {
	padding:0;
	margin:0;
	list-style: none;
}
ul#invitation_emails_list>li {
	display: block;
	margin: 7px 0;
	padding:8px 8px;
	cursor: pointer;
	background-color:#424242;
	color:#FFF;
}
input#email_for_invitation {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 6px 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #a8a8a8;
	border-radius: 0;
}
.dde-icon {
	position: relative;
	width: 100%;
	display: inline-block;
}
.dde-icon>button {
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 14px;
	line-height: 14px;
	width: 35px;
	height: 35px;
	text-align: center;
	background:#b71c1c;
	border:solid #a8a8a8 1px;
	color:#FFF;
}
.dde-icon>button:hover {
	background:#9c0d0d;
}
h3.team-title {
	font-weight: 700;
	color:#b71c1c;
	font-size:26px;
	text-transform: uppercase;
	margin-top:20px;
}
.dde-h-calendar {
	margin-bottom: 25px;
}
.dde-h-calendar p.week-title {
	margin: 0;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0 10px 0 0;
	top: -2px;
	position: relative;
}
.dde-h-calendar p.week-title>span {
	font-weight: normal;
}
.dde-h-calendar p.week-title>strong {
	color: #b71c1c;
}
.dde-h-calendar>a {
	display:inline-block;
	padding:3px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
}
.dde-h-calendar>a.previews-day {
	font-size: 30px;
	color:#0a213e;
}
.dde-h-calendar>a.next-day {
	font-size: 30px;
	color:#0a213e;
}
.dde-h-calendar>a.active {
	color:#b71c1c;
}
.dde-h-calendar>a>span {
	display:block;
	font-weight: normal;
}
.dde-h-calendar>a:hover {
	color:#b71c1c;
	text-decoration: none;
}
.dde-h-calendar>button {
	position: relative;
}
.dde-h-calendar>button.calendar-icon {
	display:inline-block;
	font-size:30px;
	padding:0;
	background:none;
	border:none;
	color:#0a213e;
	cursor: pointer;
}
.dde-h-calendar>button.calendar-icon>.fa-angle-down {
	font-size: 16px;
	margin-left: 4px;
	top: -3px;
	display: inline-block;
	position: relative;
}
.dde-h-calendar .bootstrap-datetimepicker-widget {
	left: -217px !important;
}
.dde-h-calendar>button.calendar-icon.calendar-for-weeks .bootstrap-datetimepicker-widget table.table-condensed tbody>tr:hover {
	background: #b71c1c;
}
.dde-h-calendar>button.calendar-icon.calendar-for-weeks .bootstrap-datetimepicker-widget table.table-condensed tbody>tr:hover td {
	border-radius: 0px !important;
	color:#FFF;
}
.dde-h-calendar>button.calendar-icon.calendar-for-weeks .bootstrap-datetimepicker-widget table.table-condensed tbody>tr:hover td:hover{
	border-radius: 0px !important;
	background: #b71c1c;
	color:#FFF;
}
/* End Leagues Pages */

/* Bootstrap Calendar */

.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px;
}
.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}
.bootstrap-datetimepicker-widget th, .bootstrap-datetimepicker-widget td {
	padding: 5px;
	text-align: center;
	border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td.day {
	height: 20px;
	line-height: 20px;
	width: 20px;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
	color: #777777;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
	background: #eeeeee;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #b71c1c;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget ul.list-unstyled {
	margin:0;
}
/* End Bootstrap Calednar */

/* Rules Plage */

.rules-page ol li {
	font-size:16px;
}

/* End Rules Page */

/* Buttons */

a.disable {
	opacity: 0.4;
	cursor: no-drop;
}

.btn-red {
	display: inline-block;
	font-family: 'barlow',sans-serif;
	background:#b71c1c;
	color:#FFF;
	padding:9px 13px;
	text-transform: uppercase;
	border-radius: 4px;
	transition:all 200ms;
	font-size:16px;
	border:solid #b71c1c 1px;
	cursor: pointer;
}
.btn-red:hover {
	background:#FFF;
	color:#b71c1c;
	text-decoration: none;
}
.btn-red:disabled {
	background-color: #c9c9c9;
	border:solid #c9c9c9 1px;
}
.btn-red:disabled:hover {
	background-color: #e7e7e7;
	border:solid #e7e7e7 1px;
	color:#979797;
	cursor:not-allowed;
}
.btn-red svg {
	width: 16px;
	fill: #FFF;
	position: relative;
	top: 2px;
}
.btn-red:hover svg {
	fill:#b71c1c;
}
	.pulsing-notification {
		position: relative;
		width: 14px;
		height: 15px;
	}
	.pulsing-notification::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 0;
		height: 0;
		border-radius: 0;
		text-align: center;
		background: #f53d3d;
		animation: pulse 1.5s infinite;
		opacity: 1;
	}
	@-webkit-keyframes pulse {
		0% {
			width: 0;
			height: 0;
			opacity: 1;
			margin-left: 7px;
			margin-top: 5px;
		}
		100% {
			width: 100px;
			height: 100px;
			border-radius: 100px;
			opacity: 0;
			margin-left: -44px;
			margin-top: -44px;
		}
	}
.btn-white {
	display: inline-block;
	background:#FFF;
	color:#b71c1c;
	padding:9px 13px;
	text-transform: uppercase;
	border-radius: 4px;
	transition:all 200ms;
	font-size:16px;
	border:solid #b71c1c 1px;
	cursor: pointer;
}
.btn-white:hover {
	background:#b71c1c;
	color:#FFF;
	text-decoration: none;
}
.or-btn {
	display: inline-block;
	margin-top:13px;
}
.btn-red-rounded {
	display: inline-block;
	background:#b71c1c;
	color:#FFF;
	padding:3px 13px;
	font-size:13px;
	border-radius: 30px;
	border:1px solid #b71c1c;
	cursor: pointer;
	transition:all 200ms;
}
.btn-red-rounded:hover {
	background:#FFF;
	color:#b71c1c;
}
.btn-red.btn-center{
	margin-left:auto;
	margin-right:auto;
}
.btn-block {
	width: 100%;
}
.btn-gray {
	display: inline-block;
	background:#424242;
	color:#FFF;
	padding:9px 13px;
	text-transform: uppercase;
	border-radius: 4px;
	transition:all 200ms;
	font-size:16px;
	border:solid #424242 1px;
	cursor: pointer;
}
.btn-gray:hover {
	background:#FFF;
	color:#424242;
	text-decoration: none;
}
.btn-gray:disabled {
	background-color: #c9c9c9;
	border:solid #c9c9c9 1px;
}
.btn-gray:disabled:hover {
	background-color: #e7e7e7;
	border:solid #e7e7e7 1px;
	color:#979797;
	cursor:not-allowed;
}
.btn-gray svg {
	width: 16px;
	fill: #FFF;
	position: relative;
	top: 2px;
}
.btn-gray:hover svg {
	fill:#424242;
}
.btn-light-blue {
	background: #40b0fe;
	color: #FFF;
}
.btn-light-blue:hover {
	background: #2077b4;
}
	/* End Buttons */

/* Helpers */

#help_popup {
	position: absolute;
	width: 500px;
	text-align: center;
	z-index: 80000;
	top: 0;
	left: 50%;
	margin-left: -250px;
}
#help_popup .top-space {
	width: 100%;
	min-height: 30px;
	text-align: right;
}
#help_popup button.close {
	background: transparent;
	color:#000;
	border:none;
	font-size:20px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
#help_popup .box {
	width: 100%;
	min-height: 100px;
	background: #FFF;
	padding: 10px 10px;
	position: relative;
}
#help_popup .box>.icon {
	width: 90px;
	height: 90px;
	display: inline-block;
	border-radius: 90px;
	background-color: #e9e9e9;
	margin-top: -40px;
}
#help_popup .box>.icon.scramble-assistant {
	background-image: url("/files/cms/virtual-assistant.png");
	background-size: contain;
}
#help_popup .box>.icon>i{
	font-size: 50px;
	line-height: 89px;
}
#help_popup .box h2 {
	margin:0;
}
#help_popup .buttons {
	display: block;
	position: relative;
	width: 100%;
	background:#febe40;
	padding: 40px 0px;
}
#help_popup .buttons.gray {
	background:#353535;
}
#help_popup .buttons button {
	padding:20px 5px;
	text-align: center;
	background:#FFF;
	display: inline-block;
	vertical-align: middle;
}
#help_popup .buttons div.arrow {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #FFF;
}
#help_popup .buttons a.btn,#help_popup .buttons button.btn {
	padding:15px 35px;
	text-align: center;
	background:#FFF;
	font-size: 14px;
	color:#424242;
	display: inline-block;
	transition: all 200ms;
	vertical-align: middle;
	font-weight: normal;
}
#help_popup .buttons a.btn:hover {
	text-decoration: none;
	color:#FFF;
	background:#ffd175;
}
#help_popup .buttons a.btn.btn-light-blue, #help_popup .buttons button.btn.btn-light-blue {
	background: #001561;
	color:#FFF;
}
#help_popup .buttons a.btn.btn-light-blue:hover, #help_popup .buttons button.btn.btn-light-blue:hover {
	background: #012a84;
}
#help_popup .buttons .note {
	font-size: 12px;
	margin: 5px 0 0 0;
}
#help_popup .buttons a.btn.btn-red, #help_popup .buttons button.btn.btn-red {
	background: #b71c1c;
	color:#FFF;
	margin: 5px 3px;
}
#help_popup .buttons a.btn.btn-red:hover, #help_popup .buttons button.btn.btn-red:hover {
	background: #b71c1c;
}
#help_popup .buttons .note a {
	color:#FFF;
}
#help_popup .buttons .note a:hover {
	text-decoration: none;
}
#help_popup ul {
	list-style: none;
	padding: 0;
}

/* End Helpers */

/* Widgets */

.widget {
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: white;
}
.widget > h4 {
	text-transform: uppercase;
	font-size:18px;
	padding:8px 20px;
	margin:0;
}
.widget>.body {
	padding: 20px;
}
.widget.gray > h4 {
	background-color: #9e9e9e;
	color:#FFF;
}
.widget.red > h4 {
	background-color: #b71c1c;
	color:#FFF;
}
.widget a {
	font-size:14px;
	font-family: 'barlow';
	font-weight: bold;
}
.widget p {
	font-size:14px;
}
.widget .more-news {
	font-weight: normal;
	color:#212121;
	display: block;
	text-align: center;
}
/* End Widgets */

/* Home Page */
.games-list .game { 
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: white;
	margin-bottom: 25px;
}
.games-list .game-cover {
	position: relative;
	width: 100%;
	min-height: 200px;
}
.games-list .game-cover h5 {
	width: 100%;
	font-size:35px;
	line-height: 35px;
	font-style: italic;
	color:#FFF;
	text-align: center;
	margin:0;
	position: absolute;
	bottom: 32px;
}
.games-list .game-cover h6 {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color:#FFF;
	margin:0;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
.games-list .game>a {
	display: block;
	width: 90%;
	margin:0 auto;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color:#212121;
	transition: all .5s;
	padding:5px 0;
	border-bottom: 1px solid #9e9e9e;
}
.games-list .game>a:hover{
	color:#b71c1c;
	text-decoration: none;
}
.games-list .game>a:last-child {
	border-bottom:none;
}
.games-list .game-mini-logo {
	height: 30px;
	margin-top:-5px;
	margin-right:5px;
}
.games-list .game-cover.disabled {
	-webkit-filter: grayscale(100%);
}
.games-list .game-cover.scramble {
	background:url('/files/cms/pro-scramble-game-cover.jpg');
	background-size: cover;
	background-position: center;
}
.games-list .game-cover.college-scramble {
    background:url('/files/cms/collage-scramble-football-game-cover.jpg');
    background-size: cover;
    background-position: center;
}
.games-list .game-cover.slam-dunk {
	background:url('images/slam-dunk-basketball-game-cover.jpg');
	background-size: cover;
	background-position: center;
}
.games-list .game-cover.power-play {
	background:url('images/play-power-hockey-game-cover.jpg');
	background-size: cover;
	background-position: center;
}
.games-list .game-cover.advantage {
	background:url('images/advantage-tennis-game-cover.jpg');
	background-size: cover;
	background-position: center;
}
.games-list .game-cover.give-ngo {
	background:url('images/give-n-go-soccer-game-cover.jpg');
	background-size: cover;
	background-position: center;
}
.games-list .game-cover.tennis {
	background:url('/files/cms/tennis-game-cover.jpg');
	background-size: cover;
	background-position: center;
}

.games-list .game-cover.baseball {
	background:url('/files/cms/game-baseball-scoring-position-cover.jpg');
	background-size: cover;
	background-position: center;
}

.games-list .game-cover.coming-soon h5 {
	bottom: 112px;
}
.games-list .game-cover.coming-soon h6 {
	bottom: 92px;
}
.games-list .game-cover.coming-soon h7 {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color:#FFF;
	margin:0;
	text-align: center;
	position: absolute;
	bottom: 60px;
}

/* End Home Page */

/* Registration */

p.have-an-account {
	font-size: 14px;
	margin:0;
	line-height: 36px;
	text-align: right;
}

/* Alerts */

.pdd-messages {
	text-align: center;
}
div.pdd-alert {
	display: inline-block;
	font-size: 14px;
	padding: 13px 20px;
	background: rgba(218,218,218,0.8);
	border-radius: 200px;
	text-align: center;
}
div.pdd-alert.danger {
	background: rgba(183,28,28,0.8);
	color:#FFF;
}
div.pdd-alert.danger strong {
	color:#5c171d;
}
div.pdd-alert.success {
	background: rgba(99,177,52,0.8);
	color:#FFF;
}
div.pdd-alert.success strong {
	color:#33581d;
}
div.pdd-alert.warning {
	background: rgba(229,86,0,0.8);
	color:#FFF;
}
div.pdd-alert.warning strong {
	color:#904112;
}

/* End Alets */

/* Forms */

form.dde-form {
	margin: 0 0 25px 0;
}
form.dde-form.disabled {
	opacity: 0.5;
}
form.dde-form label {
	display:block;
	width: 100%;
	font-size: 14px;
	margin: 10px 0 2px 0;
}
form.dde-form input[type=text],form.dde-form input[type=password], form.dde-form input[type=number], form.dde-form textarea {
	width: 100%;
	font-size: 14px;
	padding: 9px 15px 8px 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #a8a8a8;
	border-radius: 0;
}
form.dde-form input:read-only {
	background-color: #eaeaea;
}
input.error, textarea.error {
	border: 1px solid #b71c1c !important;
}
.dd-l-select, form.dde-form .dd-l-select {
	position: relative;
	display: block;
	margin: 0 auto;
	border: 1px solid #a8a8a8;
	background-color: #FFF;
	z-index: 10;
}
.dd-l-select>select {
	border: none;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 11px 55px 8px 15px;
	font-size: 14px;
	line-height: 18px;
	color: #424242;
}
.dd-l-select>select>option {
	font-size:16px;
}
.dd-l-select::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	line-height: 39px;
	content: "\f107";
	text-align: center;
	color: #a8a8a8;
	font-size: 20px;
	border-left: 1px solid #a8a8a8;
	z-index: -1;
}
meter {
	margin: 0 auto 1em;
	width: 100%;
	height: 0.5em;
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}
/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: #eb2a2a; }
meter[value="2"]::-webkit-meter-optimum-value { background: #f48039; }
meter[value="3"]::-webkit-meter-optimum-value { background: #b6c04b; }
meter[value="4"]::-webkit-meter-optimum-value { background: #73c215; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: #eb2a2a; }
meter[value="2"]::-moz-meter-bar { background: #f48039; }
meter[value="3"]::-moz-meter-bar { background: #b6c04b; }
meter[value="4"]::-moz-meter-bar { background: #73c215; }

hr.divider {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}
form.dde-form .pdd-checkbox, .pdd-checkbox {
	display:inline-block;
	position: relative;
	min-width: 30px;
	min-height: 30px;
	vertical-align: middle;
}
form.dde-form .pdd-checkbox>label, .pdd-checkbox>label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 10px;
	margin: 5px;
	box-sizing: border-box;
	font-size: 14px;
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#45484d));
	background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
form.dde-form .pdd-checkbox>input[type=checkbox], .pdd-checkbox>input[type=checkbox] {
	visibility: hidden;
}
form.dde-form .pdd-checkbox>input[type=checkbox]:checked + label:after, .pdd-checkbox>input[type=checkbox]:checked + label:after {
	opacity: 1;
}
form.dde-form .pdd-checkbox>label:after, .pdd-checkbox>label:after {
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	box-sizing: content-box;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
form.dde-form .pdd-checkbox>label:hover::after, .pdd-checkbox>label:hover::after  {
	opacity: 0.3;
}
form.dde-form label.pdd-checkbox-label, label.pdd-checkbox-label {
	display:inline-block;
	width: auto;
	vertical-align: middle;
	margin:5px;
	font-size: 14px;
	line-height: 14px;
}

ul.dde-radios {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
ul.dde-radios>li {
	color: #AAAAAA;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
ul.dde-radios>li input[type=radio]{
	position: absolute;
	visibility: hidden;
}
ul.dde-radios>li label {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 1.35em;
	padding: 10px 0px 10px 45px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
ul.dde-radios>li:hover label{
	color: #575757;
}
ul.dde-radios>li .check{
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 15px;
	left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	box-sizing: content-box;
}

ul.dde-radios>li:hover .check {
	border: 5px solid #575757;
}

ul.dde-radios>li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 5px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

ul.dde-radios>li input[type=radio]:checked ~ .check {
	border: 5px solid #b71c1c;
}

ul.dde-radios>li input[type=radio]:checked ~ .check::before{
	background: #b71c1c;
}

ul.dde-radios>li input[type=radio]:checked ~ label{
	color: #b71c1c;
}
.dde-form p.notes {
	font-size:11px;
}

.pdd-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	vertical-align: top;
}
.pdd-switch input { display:none; }
.pdd-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.pdd-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.pdd-switch input:checked + .slider {
	background-color: #b71c1c;
}
.pdd-switch input:focus + .slider {
	box-shadow: 0 0 1px #b71c1c;
}
.pdd-switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.pdd-switch .slider.round {
	border-radius: 34px;
}

.pdd-switch .slider.round:before {
	border-radius: 50%;
}
.pdd-switch-title {
	display: inline-block;
	line-height: 37px;
	vertical-align: top;
	margin: 0 17px 0 10px;
}
/* End Forms */

/* End Registration */

/* Join a League */

form.dde-form.league-code {
	text-align: center;
}
form.dde-form.league-code input {
	text-align: center;
	font-size:20px;
	line-height: 20px;
	max-width: 400px;
	padding:17px;
	clear: both;
}

/* End Join a League */

/* Blog */

.blog-page article {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px dotted gray;
}
.blog-page article h1 {
	font-size:29px;
	color:#b71c1c;
	margin-bottom: 5px;
}
.blog-page article p {
	font-size:14px;
	line-height: 18px;
}
.blog-page article .info a.category {
	display: inline-block;
	background-color:#b71c1c;
	padding:5px 15px;
	color:#FFF;
	font-weight: bold;
	border-radius: 3px;
}
.blog-page article img {
	margin:10px 0 10px 0;
}
.blog-page article .info a.category:hover,.blog-page article .info a.category:focus {
	background-color: #424242;
	text-decoration: none;
}
.blog-page article .info .posted-on {
	font-size: 11px;
	margin: 10px 0 0 0;
	text-align: right;
}
.blog-page article .post-social-buttons {
	text-align: right;
}
.blog-page article .post-social-buttons button {
	display: inline-block;
	color: #FFF;
	padding: 9px 13px;
	text-transform: uppercase;
	border-radius: 4px;
	transition: all 200ms;
	font-size: 16px;
	cursor: pointer;
}
.blog-page article .post-social-buttons .facebook {
	background: #3c5a99;
	border: solid #3c5a99 1px;
}
.blog-page article .post-social-buttons .twitter {
	background: #3ec6ea;
	border: solid #3ec6ea 1px;
}

ul.blog-categories {
	padding: 0 0 0 15px;
}
ul.blog-categories>li>a {
	display: block;
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: dotted 1px gray;
}

/* End Blog */

/* Chat */

#dds_chat {
	position: fixed;
	right: -410px;
	bottom:20px;
	width: 300px;
	background:#FFF;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	z-index: 6800000;
	transition: all 200ms;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#dds_chat.open {
	right: 100px;
}
#dds_chat>div>div.header {
	position: relative;
	width: 100%;
	height: 55px;
	background-color: #212121;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#dds_chat>div>div.header .user {
	position: absolute;
	left: 90px;
	top: 5px;
	font-size: 16px;
	color:#fff;
}
#dds_chat>div>div.header .user>span {
	display: block;
	position: relative;
	font-size:14px;
}
#dds_chat>div>div.header>.avatar {
	position: relative;
	width: 63px;
	top: -25px;
	margin: 0px 20px 10px 20px;
	border: 4px solid rgba(0, 0, 0, 0.21);
	border-radius: 50%;

}
#dds_chat>div>div.header>.avatar.available {
	border: 4px solid rgba(164, 214, 28, 0.81);
}
#dds_chat>div>div.header>.avatar>img {
	width: 100%;
	border-radius: 50%;
}
#dds_chat>div>div.header>button.close {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	background: transparent;
	color: #FFF;
	border: none;
	width: 30px;
	height: 30px;
}
#dds_chat>div>div.header>a.abuse {
	position: absolute;
	right: 12px;
	bottom: 5px;
	display: inline-block;
	color: #FFF;
}
#dds_chat>div>div.body {
	height: 390px;
	background: #FFF;
}
#dds_chat>div>div.body>.messages {
	overflow-y: auto;
	width: 100%;
	height: 390px
}
#dds_chat>div>div.body>.messages::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
#dds_chat>div>div.body>.messages::-webkit-scrollbar-thumb {
	background-color: #000000;
}
#dds_chat>div>div.body>.messages::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#dds_chat>div>div.footer {
	background: #fff;
	border-top: 1px solid #eee;
}
#dds_chat_form {
	position: relative;
	width: 100%;
	border-top: 1px solid #eee;
}
#dds_chat_form input.message {
	width: 100%;
	padding: 15px 55px 15px 15px;
	background-color: #FFF;
	border:none;
	font-size: 13px;
}
#dds_chat_form input.message:focus {
	outline: none;
}
#dds_chat_send_message {
	position: absolute;
	right:0;
	top:0;
	display: inline-block;
	width: 50px;
	height: 49px;
	text-align: center;
	padding: 0;
	border:none;
	border-radius: unset;
	background: #FFF;
	transition: all 200ms;
}
#dds_chat_send_message:hover,#dds_chat_send_message:focus {
	color:#FFF;
	background-color: #b71c1c;
}
#dds_chat button.clear-history {
	position: absolute;
	top: 30px;
	left: 0;
	background: transparent;
	border: none;
	padding: 0;
	color: #FFF;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transition: all 200ms;
}
#dds_chat button.clear-history:hover {
	color:#b71c1c;
}

#pdd_chat {
	padding:0 5px;
	list-style: none;
}
#pdd_chat>li {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
#pdd_chat>li .message {
	display: table;
	width: 100%;
	position: relative;
}
#pdd_chat>li .message>.content {
	display: table-cell;
	vertical-align: middle;
}
#pdd_chat>li .message.other>.content {
	text-align: right;
}
#pdd_chat>li .message>.content>.text {
	display:inline-block;
	background-color: #e5e5e5;
	border-radius: 30px;
	padding: 4px 17px;
}
#pdd_chat>li .message.me>.content>.text {
	background-color: #b71c1c;
	color: #FFF;
}
#pdd_chat>li .message>.user {
	display: table-cell;
	width: 65px;
	vertical-align: middle;
}
#pdd_chat>li .message.other>.user {
	text-align: right;
}
#pdd_chat>li .message>.user>img {
	width: 60px;
	border-radius: 60px;
}

aside#available_chats {
	position: fixed;
	width: 80px;
	right: -80px;
	top: 0;
	bottom: 180px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1100;
	transition: all 200ms;
}
aside#available_chats.show {
	right: 0;
}
aside#available_chats::-webkit-scrollbar {
	width: 0px;  /* remove scrollbar space */
	background: transparent;  /* optional: just make scrollbar invisible */
}

aside#available_chats>.player {
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding:0;
	border:none;
	background: transparent;
	box-sizing: content-box;
	cursor: pointer;
}
aside#available_chats>.player>.avatar {
	max-width: 50px;
	border-radius: 50px;
	margin: 5px 0;
}
aside#available_chats button.available .avatar {
	border: 4px solid rgba(164, 214, 28, 0.81);
}


button#chat_button {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	right:19px;
	bottom: 19px;
	z-index: 777;
	border:none;
	font-size: 30px;
	background-color: #b71c1c;
	color:#FFF;
	cursor: pointer;
	padding:0;
}
button#chat_button.new-messages {
	animation: new-messages-animation  2s infinite;
}
button#chat_button>.total {
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	width: 25px;
	height: 25px;
	text-align: center;
	top: -5px;
	right: -5px;
	border-radius: 25px;
	background-color: #b71c1c;
}

aside#available_chats button.new-messages .avatar {
	animation: new-messages-animation  2s infinite;
}
@keyframes new-messages-animation {
	0%   { box-shadow: 0px 0px 0px 0px rgba(29,150,210,1); }
	100%  { box-shadow: 0px 0px 0px 10px rgba(29,150,210,0) }
}
/* End Chat */

/* Videos */

#dds_video_container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#dds_video_container>div {
	position: relative;
	margin-top: 13%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#dds_video_container>div>button.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top:-30px;
	right: -30px;
	background:#353535;
	color:#FFF;
	border:none;
	border-radius: 30px;
	cursor: pointer;
	transition: all 200ms;
}
#dds_video_container>div>button.close:hover,#dds_video_container>div>button.close:focus {
	background:#b71c1c;;
}


/* End Videos */

/* Popups */
.blur {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	-webkit-filter: url(#blur-filter);
	filter: url(#blur-filter);
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
#dde_popup_bg {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
#dde_popup_bg.op50 {
	background: rgba(0,0,0,0.5);
}

#dde_popup_window {
	position: absolute;
	width: 600px;
	top:-100%;
	left: 50%;
	margin-left:-300px;

	background-color:#FFF
}
#dde_popup_window>button {
	font-family:'FontAwesome';
	position: absolute;
	top: 6px;
	right: 6px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	border:solid #9b1616 1px;
	color:#891b1b;
	content:"\f00d";
	cursor: pointer;
}
#dde_popup_window>button:hover {
	background-color: #000;
	border: solid #000 1px;
	color: #FFF;
}
#dde_popup_window>h3 {
	font-size:22px;
	margin:0;
	padding: 10px 20px;
	text-transform: uppercase;
	background: #b71c1c;
	color:#FFF;
	text-align: center;
}
#dde_popup_window>.content {
	padding:20px;
	font-size:14px;
}

/* EndPopups */


@media (max-width: 1200px)
{
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	header .sign-in-buttons .btn-red, header .sign-in-buttons .btn-white {
		padding: 5px 20px;
	}
	header nav>ul>li>a {
		padding: 10px 9px;
	}
}
@media (max-width: 992px)
{
	section.top-bar .top-bar-message
	{
		margin-top:8px;
	}
	section.top-bar .top-bar-message p {
		font-size:14px;
	}
	#logo {
		width: 100%;
		text-align: center;
	}
	#games_nav {
		margin: 20px auto 10px auto;
		display: block;
		width: 100%;
		text-align: center;
	}
	header .sign-in-buttons {
		float: none;
		margin-top:15px;
		display:block;
		text-align: center;
	}
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
	section.league-header h2>span {
		margin-left:3px;
		margin-right:3px;
	}
	#dds_video_container>div>button.close {
		right: 0;
		top:-45px;
	}
}
@media (max-width: 768px) 
{
	#logo {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#games_nav {
		margin: 20px auto;
		text-align: center;
	}
	section.top-bar {
		height: auto;
	}
	section.top-bar .top-bar-message {
		width:100%;
		text-align: center;
		padding-bottom: 7px;
	}
	section.top-bar .top-bar-social-icons {
		display:none;
	}
	section.slider {
		height: 290px;
	}
	section.slider>.slide-fantasy-sports h1
	{
		padding-top: 80px;
	}
	.footer-social-icons>p>span {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	p.have-an-account {
		text-align: left;
		margin-bottom: 30px;
	}
	button#main_menu_btn {
		display: inline-block;
	}
	button#main_menu_btn:hover {
		background-color:#212121;
		border-color: #212121;
	}
	nav#games_nav {
		width: 100%;
		display:none;
	}
	nav#games_nav.show {
		display: block;
	}
	nav#games_nav>ul>li {
		width: 100%;
		min-height: 35px;
	}
	section.league-header ul.league-menu {
		text-align: center;
		margin:0;
	}
	section.league-header ul.league-menu>li>a {
		font-size: 12px;
		padding: 10px 10px;
	}
	section.league-header h1 {
		margin-top: 35px;
	}
	section.league-header h2 {
		margin-bottom: 40px;
	}
	#dde_popup_window {
		width: 90% !important;
		left: 5% !important;
		margin-left: 0 !important;
	}
	#dde_popup_window h2 {
		font-size: 14px;
	}
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}

}
@media (max-width: 576px)
{
	section.game-slider>.buzzer-beater-game {
		padding-right: 0;
		text-align: center;
	}
	#play_nav {
		width: 100%;
	}
	#help_popup {
		position: absolute;
		width: 100%;
		text-align: center;
		z-index: 80000;
		top: 0;
		left: 0;
		margin-left: unset;
	}
	section.game-slider>.slide h1 {
		font-size: 30px;
		line-height: 34px;
	}
	section.game-slider>.slide.scrumble h1 strong {
		font-size: 30px;
		line-height: 34px;
	}
	section.game-slider>.slide.scrumble .btn-red {
		font-size: 14px;
	}
	#dde_popup_window>h3 {
		font-size: 19px;
	}
	section.game-slider>.slide.scramble-smart-tv h3 {

		font-size: 26px;
		line-height: 30px;
	}

	.game-slider.play-hopper-bowl-2018-slider {
		height: 510px;
	}
	section.game-slider>.slide.scramble-hopper-bowl h1 {
		padding-top: 100px;
		font-size: 33px;
		line-height: 34px;
	}
}
@media (max-width: 431px)
{
	section.league-header ul.league-menu>li>a {
		font-size: 10px;
		padding: 10px 5px;
	}
	#dds_chat.open {
		right: 75px;
	}
}

/* Loaders */

.dde-loader {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 75px;
	display: inline-block;
	vertical-align: middle;
}

.loader-7 .line {
	width: 8px;
	position: absolute;
	border-radius: 5px;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8271), to(#b71c1c));
	background: -webkit-linear-gradient(top, #ff8271, #b71c1c);
	background: -o-linear-gradient(top, #ff8271, #b71c1c);
	background: linear-gradient(to bottom, #ff8271, #b71c1c);
}

.loader-7 .line1 {
	left: 0;
	-webkit-animation: line-grow 0.5s ease alternate infinite;
	animation: line-grow 0.5s ease alternate infinite;
}

.loader-7 .line2 {
	left: 20px;
	-webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
	animation: line-grow 0.5s 0.2s ease alternate infinite;
}

.loader-7 .line3 {
	left: 40px;
	-webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
	animation: line-grow 0.5s 0.4s ease alternate infinite;
}

@-webkit-keyframes line-grow {
	0% {
		height: 0;
	}
	100% {
		height: 75%;
	}
}

@keyframes line-grow {
	0% {
		height: 0;
	}
	100% {
		height: 75%;
	}
}

/* End Loaders */


/* Utilities */
.more-players-btn {
    background:none;
    border:none;
}
.mn {
	margin:0;
}
.mt3 {
	margin-top:3px !important;;
}
.mt5 {
	margin-top:5px !important;;
}
.mt10 {
	margin-top:10px !important;;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;;
}
.mt30 {
	margin-top:30px !important;;
}
.mt40 {
	margin-top:40px !important;;
}
.mt50 {
	margin-top:50px !important;;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb2 {
	margin-bottom: 2px !important;;
}
.mb5 {
	margin-bottom: 5px !important;;
}
.mb10 {
	margin-bottom: 10px !important;;
}
.mb15 {
margin-bottom: 15px !important;;
}
.mb20 {
	margin-bottom: 20px !important;;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;;
}
.mr8 {
	margin-right: 8px;
}
.hide {
	display:none;
}
.pn {
	padding:0;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt33 {
	padding-top: 33px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
/* End Utilities */