@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.container {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
header {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	-webkit-box-ordinal-group: 1;  
	-moz-box-ordinal-group: 1;     
	-ms-flex-order: 1;     
	-webkit-order: 1; 
	order: 1;
	 -webkit-flex-grow: 1;
    flex-grow: 1;
	height: 112px;
	margin-top: 0px;
	max-width: 1000px;
}
.header-banner {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
nav {
	max-width: 1000px;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	-webkit-box-ordinal-group: 2;  
	-moz-box-ordinal-group: 2;     
	-ms-flex-order: 2;     
	-webkit-order: 2; 
	order: 2;
	 -webkit-flex-grow: 1;
    flex-grow: 1;
}
.content {
	max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	-webkit-box-ordinal-group: 3;  
	-moz-box-ordinal-group: 3;     
	-ms-flex-order: 3;     
	-webkit-order: 3; 
	order: 3;
	 -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-top: 40px;
}
footer {
	max-width: 1000px;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	-webkit-box-ordinal-group: 4;  
	-moz-box-ordinal-group: 4;     
	-ms-flex-order: 4;     
	-webkit-order: 4; 
	order: 4;
	 -webkit-flex-grow: 1;
    flex-grow: 1;
	text-align: center;
	line-height: 45px;
	height: 45px;
	color: #999;
	margin-bottom: 14px;
	font-size: 13px;
}
h1 {
	font-family: 'Francois One', sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 45px;
	color: #9A060D;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/*-----ImportStyles---------------------------*/
a {
	text-decoration: none;
	color: #D20000;
	font-weight: normal;
	font-size: 16px;
}
a:hover {
	opacity: .5;
}
.intro {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 28px;
	background-color: #FFFCFF;
}
.intro p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
}
.intro .section-sub-header {
	font-size: 16px;
	font-weight: bold;
	text-indent: 11px;
}
.content-box {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	background-color: #EAEAEA;
	padding-top: 8px;
	padding-bottom: 28px;
}
.content-box-header {
	font-family: 'Francois One', sans-serif;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 24px;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	line-height: 34px;
	text-indent: 12px;
	background: -moz-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D40611), color-stop(82%, #700309), color-stop(100%, #700309));
	background: -webkit-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -o-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -ms-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: linear-gradient(0deg, #700309 0%, #700309 18%, #D40611 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40611', endColorstr='#700309',GradientType=0 );
	background-color: #CC3300;
	padding: 4px 14px 4px 14px;
	margin-top: -20px;
	box-shadow: 0px 2px 2px #333;
}
.intro .intro-wrap .intro-header {
	font-family: 'Francois One', sans-serif;
	color: #FFFFFF;
	background: -moz-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D40611), color-stop(82%, #700309), color-stop(100%, #700309));
	background: -webkit-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -o-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -ms-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: linear-gradient(0deg, #700309 0%, #700309 18%, #D40611 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40611', endColorstr='#700309',GradientType=0 );
	background-color: #700309;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	line-height: 34px;
	text-indent: 12px;
	background-color: #333;
	padding: 4px 14px 4px 14px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
.content-box p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
}
.content-box .content-box-sub-header {
	font-family: 'Francois One', sans-serif;
	font-size: 20px;
	text-indent: 11px;
}
.spotlight-box .spotlight-box-sub-header {
	font-family: 'Francois One', sans-serif;
	font-size: 24px;
	text-indent: 11px;
}
.content-box p a {
	color: #FF0606;
}
.spotlight-box {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFF;
}
.spotlight-box-header {
	font-family: 'Francois One', sans-serif;
	color: #FFFFFF;
	background: -moz-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D40611), color-stop(82%, #700309), color-stop(100%, #700309));
	background: -webkit-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -o-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -ms-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: linear-gradient(0deg, #700309 0%, #700309 18%, #D40611 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40611', endColorstr='#700309',GradientType=0 );
	background-color: #700309;
	margin-top: -20px;
	margin-bottom: 0px;
	font-size: 24px;
	text-align: left;
	line-height: 34px;
	text-indent: 12px;
	background-color: #C30;
	padding: 4px 14px 4px 14px;
	box-shadow: 0px 2px 2px #333;
}
.spotlight-box p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}
.feature-box {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-bottom: 18px;
}
.feature-box-header {
	font-family: 'Francois One', sans-serif;
	color: #fff;
	margin-bottom: 0px;
	font-size: 24px;
	margin-right: auto;
    margin-left: -16px;
	text-align: left;
	max-width: 680px;
	text-indent: 40px;
	background: -moz-linear-gradient(0deg, rgba(153,5,12,1) 24%, rgba(153,5,12,0.64) 48%, rgba(199,5,15,0) 89%, rgba(212,6,17,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(24%, rgba(153,5,12,1)), color-stop(48%, rgba(153,5,12,0.64)), color-stop(89%, rgba(199,5,15,0)), color-stop(100%, rgba(212,6,17,0)));
	background: -webkit-linear-gradient(0deg, rgba(153,5,12,1) 24%, rgba(153,5,12,0.64) 48%, rgba(199,5,15,0) 89%, rgba(212,6,17,0) 100%);
	background: -o-linear-gradient(0deg, rgba(153,5,12,1) 24%, rgba(153,5,12,0.64) 48%, rgba(199,5,15,0) 89%, rgba(212,6,17,0) 100%);
	background: -ms-linear-gradient(0deg, rgba(153,5,12,1) 24%, rgba(153,5,12,0.64) 48%, rgba(199,5,15,0) 89%, rgba(212,6,17,0) 100%);
	background: linear-gradient(90deg, rgba(153,5,12,1) 24%, rgba(153,5,12,0.64) 48%, rgba(199,5,15,0) 89%, rgba(212,6,17,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99050C', endColorstr='#D40611',GradientType=1 );
	line-height: 74px;
	text-shadow: 1px 2px #000;
}
.feature-box p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
}
.feature-box p a {
	color: #FF0606;
}
.tag {
	font-size: 22px;
	font-family: 'Francois One', sans-serif;
	color: #000;
}
.table-box {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table-box .table {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	margin-top: 15px;
    padding: 0px 10px 0px 10px;
}
.table-box .table .table-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: -moz-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(3%, #d1d1d1), color-stop(28%, #F0F0F0), color-stop(69%, #f0f0f0), color-stop(96%, #D1D1D1), color-stop(100%, #D1D1D1));
	background: -webkit-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	background: -o-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	background: -ms-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	background: linear-gradient(0deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#D1D1D1',GradientType=0 );
	overflow: visible;
	margin-bottom: 15px;
	border-radius: 5px;
}
.table-box .table .table-row .rank {
	width: 50px;
}
.table-box .table .table-row .logo1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	background-image: url(images/bovada-logo-sm.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 180px;
	height: 80px;
	margin-left: 25px;
}
.table-box .table .table-row .logo2 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	background-image: url(images/betonline-logo-sm.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 180px;
	height: 80px;
	margin-left: 25px;
}
.table-box .table .table-row .logo3 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	background-image: url(images/sportsbetting-logo-sm.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 180px;
	height: 80px;
	margin-left: 25px;
}
.table-box .table .table-row .logo4 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	background-image: url(images/5dimeslogo132.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 180px;
	height: 80px;
	margin-left: 25px;
}
.table-box .table .table-row .description {
    -webkit-flex-grow: 2;
    flex-grow: 2;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 80px;
	height: 80px;
    width: 400px;
}
.table-box .table .table-row .play {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	height: 70px;
	width: 15%;
	line-height: 80px;
	height: 80px;
	text-align: center;
	overflow: visible;
}
.table-box .table .table-row .play a {
	font-family: 'Francois One', sans-serif;
	background: -moz-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D40611), color-stop(82%, #700309), color-stop(100%, #700309));
	background: -webkit-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -o-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: -ms-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
	background: linear-gradient(0deg, #700309 0%, #700309 18%, #D40611 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40611', endColorstr='#700309',GradientType=0 );
	background-color: #700309;
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	padding: 12px 22px 12px 22px;
}
.table-box .table .table-row .play a:hover {
	opacity: 1;
	background: -moz-linear-gradient(90deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005580), color-stop(3%, #005580), color-stop(33%, #0084c7), color-stop(79%, #005580), color-stop(100%, #005580));
	background: -webkit-linear-gradient(90deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	background: -o-linear-gradient(90deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	background: -ms-linear-gradient(90deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	background: linear-gradient(0deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005580', endColorstr='#005580',GradientType=0 );
	color: #F5E31B;
}
.ribbon {
	position: absolute;
	left: -5px; 
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; 
	height: 75px;
	text-align: right;
	margin-right: 25px;
}
.ribbon span {
    font-size: 13px;
    font-weight: bold;
    color: #FFCC00;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: -moz-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D40611), color-stop(82%, #700309), color-stop(100%, #700309));
    background: -webkit-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
    background: -o-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
    background: -ms-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
    background: linear-gradient(0deg, #700309 0%, #700309 18%, #D40611 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40611', endColorstr='#700309',GradientType=0 );
    background-color: #700309;
    position: absolute;
    top: 19px;
    left: -21px;
    font-family: Arial, Helvetica, sans-serif;
}
.ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #990000;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #990000;
}
.ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #990000;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #990000;
}
.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-right: 15px;
	height: 126px;
	width: 200px;
    margin-top: 25px;
}
.spotlight-box .spotlight-wrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 15px 0px 15px;
}
.intro .intro-wrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 15px 0px 15px;
}
.content-wrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 15px 0px 15px;
}
.feature-box .ribbon-wrapper {
	position: relative;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -8px;
	padding: 0px 15px 0px 15px;
}
.banner-bar {
	max-width: 900px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.banner-bar .banner-box {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	display: block;
	height: 130px;
	width: 204px;
	float: left;
	margin-top: 11px;
	margin-bottom: 11px;	
	background: -moz-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(3%, #d1d1d1), color-stop(28%, #F0F0F0), color-stop(69%, #f0f0f0), color-stop(96%, #D1D1D1), color-stop(100%, #D1D1D1));
	background: -webkit-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	background: -o-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	background: -ms-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	background: linear-gradient(0deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#D1D1D1',GradientType=0 );
	background-color: #FFFFFF;
	margin-right: 11px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-left: 4px;
	border-radius: 5px;
	position: relative;
	max-width: 250px;
}
.banner-bar .box-a {
	background-image: url(images/bovada125-sports.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 125px;
	width: 125px;
	float: left;
	text-indent:99px;
}
.banner-bar .box-b {
	background-image: url(images/betonline125-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 125px;
	width: 125px;
	float: left;
}
.banner-bar .box-c {
	background-image: url(images/sportsbetting125-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 125px;
	width: 125px;
	float: left;
}
.banner-bar .box-d {
	background-image: url(images/5dimes125-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 125px;
	width: 125px;
	float: left;
}
.banner-bar .banner-box .banner-btn-box {
	text-align: center;
	padding-top: 14px;
}
.banner-btn {
    color: #FFF;
    font-family: 'Francois One', sans-serif;
    background: -moz-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D40611), color-stop(82%, #700309), color-stop(100%, #700309));
    background: -webkit-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
    background: -o-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
    background: -ms-linear-gradient(90deg, #700309 0%, #700309 18%, #D40611 100%);
    background: linear-gradient(0deg, #700309 0%, #700309 18%, #D40611 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40611', endColorstr='#700309',GradientType=0 );
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 6px;
    padding-left: 6px;
    margin-left: 7px;
    border: 1px solid #666;
    margin-top: 10px;
}
.banner-btn:hover {
	opacity: 1;
	background: -moz-linear-gradient(90deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005580), color-stop(3%, #005580), color-stop(33%, #0084c7), color-stop(79%, #005580), color-stop(100%, #005580));
	background: -webkit-linear-gradient(90deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	background: -o-linear-gradient(90deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	background: -ms-linear-gradient(90deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	background: linear-gradient(0deg, #005580 0%, #005580 21%, #0084c7 67%, #005580 97%, #005580 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005580', endColorstr='#005580',GradientType=0 );
}
.banner-bar .banner-box .banner-btn-box ul {
    list-style: none;
    line-height: 56px;
}
.banner-bar .banner-box .banner-btn-box ul li {
	text-align: center;
}
.intro-box {
	width: 200px;
	background-color: #000;
	float: right;
	margin: 8px -15px 8px 8px;
}
.intro-logo-dimes {
	background-image: url(images/5dimes197-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
}
.intro-logo-betonline {
	background-image: url(images/betonline160-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
}
.intro-logo-bovada {
	background-image: url(images/bovada160-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
}
.intro-logo-sportsbetting {
	background-image: url(images/sportsbetting160-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
}
.intro-row-name {
	line-height: 35px;
	height: 35px;
	text-align: center;
	background-color: #404040;
	width: 100%;
}
.intro-row-url {
	line-height: 35px;
	height: 35px;
	text-align: center;
	background-color: #000000;
}
.intro-row-url a {
	color: #3E3EFF;
	font-weight: normal;
}
.intro-row-url a:hover {
	color: #FB0000;
}
.intro-box .rated5 {
	background-color: #404040;
	height: 35px;
	width: 200px;
}
.rated5 {
	background-image: url(images/5-stacks.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 62px;
	width: 200px;
	margin-right: 32px;
}
.logo-box-sb {
	background-image: url(images/sportsbetting200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	margin-right: 200px;
}
.logo-box-bo {
	background-image: url(images/betonline200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	margin-right: 200px;
}
.logo-box-bv {
	background-image: url(images/bovada200-sports.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	margin-right: 200px;
}
.logo-box-dimes {
	background-image: url(images/5dimes200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	margin-top: 0px;
}
.intro-row-name a {
	color: #FFF;
	font-size: 15px;
}
.spotlight-wrap p a {
	text-shadow: 1px 1px #333333;
}
/*--------------------------NAV-Styles-------------------------*/

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#nav {
  position: relative;
}
#nav ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav ul li a {
	font-size: 13px;
  display: block;
  padding: 10px 0px 10px 0px ;
  background: -moz-linear-gradient(90deg,#700309 0,#700309 18%,#D40611 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#D40611),color-stop(82%,#700309),color-stop(100%,#700309));
  background: -webkit-linear-gradient(90deg,#700309 0,#700309 18%,#D40611 100%);
    background: -o-linear-gradient(90deg,#700309 0,#700309 18%,#D40611 100%);
    background: -ms-linear-gradient(90deg,#700309 0,#700309 18%,#D40611 100%);
    background: linear-gradient(0deg,#700309 0,#700309 18%,#D40611 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40611', endColorstr='#700309', GradientType=0 );
  color: white;
  text-decoration: none;
  border-right: 1px solid #fff;
}
#nav ul li a:hover {
  background: #700309;
  opacity: 1;
}
#nav ul li:last-of-type a {
  border-right: 0px;
}
#nav ul li ul li a {
  padding-left: 1.5em;
}
#nav ul li ul li ul li a {
  padding-left: 3.125em;
}
#nav input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
  display: block !important;
}
@media (min-width: 48em) {
  #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
    flex-direction: row;
  }
}
#nav label {
  position: relative;
  display: block;
  min-height: 2em;
  padding: .45em;
  font-size: 1.1em;
  margin: 0;
  cursor: pointer;
  background: -moz-linear-gradient(90deg,#700309 0,#700309 18%,#D40611 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#D40611),color-stop(82%,#700309),color-stop(100%,#700309));
  background: -webkit-linear-gradient(90deg,#700309 0,#700309 18%,#D40611 100%);
    background: -o-linear-gradient(90deg,#700309 0,#700309 18%,#D40611 100%);
    background: -ms-linear-gradient(90deg,#700309 0,#700309 18%,#D40611 100%);
    background: linear-gradient(0deg,#700309 0,#700309 18%,#D40611 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40611', endColorstr='#700309', GradientType=0 );
  line-height: 2em;
  color: #bfe1fb;
}
#nav label:after {
  position: absolute;
  right: 1em;
  top: .2em;
  content: "\2261";
  font-size: 1.8em;
  color: white;
}
@media (min-width: 48em) {
  #nav ul {
    display: -ms-flexbox;
    flex-direction: -ms-row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
    flex-direction: row;
  }
  #nav ul li {
    position: relative;
    text-align: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    flex: 1;
  }
  #nav ul li ul {
    display: none !important;
    position: absolute;
    top: 3.0625em;
    left: 0;
    display: block;
    width: 12.5em;
    z-index: 200;
  }
  #nav ul li ul li {
    text-align: left;
  }
  #nav ul li ul li ul {
    z-index: 300;
    top: 0px;
    left: 12.4em;
  }
  #nav ul li ul li ul li a {
    padding-left: 30px !important;
  }
  #nav ul li:hover > ul {
    display: block !important;
  }
  #nav label {
    display: none;
  }
}
/*-------------------------End-NAV-Styles-------------------------*/
@media all and (max-width:1154px) {
	.container .content h1, .content-box-header, .spotlight-box-header {
		display: block;
		font-size: 25px;
		text-indent: 0px;
		text-align: center;
		line-height: 35px;
	}
	.content-box .content-box-sub-header, .tag {
		display: block;
		font-size: 18px;
		text-indent: 0px;
		text-align: center;
		line-height: 25px;
	}
}
/*-----EndImportStyles------*/
/*  media   */
@media (min-width: 888px) {
	body {
	}
}
@media (max-width: 888px) {
	.header-banner {
		height: 78px;
		max-width: 99%;
		background-size: 98%;
	}
	.table-box .table .table-row {
		max-width: 320px;
	}
	.table-box .table .table-row .description, .play {
		max-width: 100%;
		text-align: center;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.table-box .table .table-row .description {
    	line-height: 30px;
	}
	.heading {
		margin-top: 10px;
	}
	.intro-box {
		float: none;
		margin-left: auto; 
		margin-right: auto;
		margin-top: 10px;
	}
	.table-box .table .table-row .play a {
    	padding: 12px 22px 12px 22px;
	}
@media all and (max-width:480px) {
	.logo {
		zoom: .7;
	}
	h1 {
		margin-bottom: 15px;
	}
}
