body {
	background-color: #333333;
	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;
	background-image: url(images/bg.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.container {
	max-width: 1024px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
p a {
  text-decoration: underline;
}
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: 1024px;
}
.header-banner {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 99px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav {
	max-width: 1024px;
		-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: 1024px;
		-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: 1024px;
		-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;
}
.heading {
	color: #50514F;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFCFF;
}
h1 {
	font-family: 'Russo One', sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	color: #333333;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
a {
	text-decoration: none;
	color: #D20000;
	font-weight: bold;
}
a:hover {
	opacity: .5;
}
.bold {
	font-weight: bold;
}
.heading {
	color: #50514F;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFCFF;
}
.intro {
		-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: #FFFCFF;
}
.intro p {
	margin-left: 15px;
	margin-right: 15px;
	color: #333;
}
.intro .section-header {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Russo One', sans-serif;
	color: #333333;
}
.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: #50514F;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.content-box-header {
	font-family: 'Russo One', sans-serif;
	color: #FFFFFF;
	background: -moz-linear-gradient(0deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(114,115,112,1)), color-stop(1%, rgba(114,115,112,0.99)), color-stop(83%, rgba(49,49,49,0)), color-stop(100%, rgba(36,36,36,0)));
	background: -webkit-linear-gradient(0deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	background: -o-linear-gradient(0deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	background: -ms-linear-gradient(0deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	background: linear-gradient(90deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727370', endColorstr='#242424',GradientType=1 );
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	width: 100%;
	line-height: 44px;
	text-indent: 12px;
	background-color: #50514F;
}
.content-box p {
	margin-left: 15px;
	margin-right: 15px;
	color: #FFF;
}
.content-box .content-box-sub-header {
	font-size: 18px;
	font-weight: bold;
	text-indent: 11px;
}
.content-box p a {
	color: #FF0606;
	text-shadow: 0px 0px 1px #000;
}
.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: #999;
}
.spotlight-box-header {
	font-family: 'Russo One', sans-serif;
	color: #FFFFFF;
	background: -moz-linear-gradient(0deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(114,115,112,1)), color-stop(1%, rgba(114,115,112,0.99)), color-stop(83%, rgba(49,49,49,0)), color-stop(100%, rgba(36,36,36,0)));
	background: -webkit-linear-gradient(0deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	background: -o-linear-gradient(0deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	background: -ms-linear-gradient(0deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	background: linear-gradient(90deg, rgba(114,115,112,1) 0%, rgba(114,115,112,0.99) 1%, rgba(49,49,49,0) 83%, rgba(36,36,36,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727370', endColorstr='#242424',GradientType=1 );
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	max-width: 700px;
	line-height: 34px;
	text-indent: 12px;
}
.spotlight-box p {
	margin-left: 15px;
	margin-right: 15px;
}
.feature-box {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	background-color: #242424;
	margin-top: 0px;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.feature-box:hover {
	background-color: #3F3F3F;
}
.feature-box-header {
	font-family: 'Russo One', sans-serif;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	margin-right: auto;
    margin-left: -17px;
	text-align: left;
	max-width: 800px;
	text-indent: 40px;
	background: -moz-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.99) 1%, rgba(38,38,38,0) 83%, rgba(36,36,36,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(51,51,51,1)), color-stop(1%, rgba(51,51,51,0.99)), color-stop(83%, rgba(38,38,38,0)), color-stop(100%, rgba(36,36,36,0)));
	background: -webkit-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.99) 1%, rgba(38,38,38,0) 83%, rgba(36,36,36,0) 100%);
	background: -o-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.99) 1%, rgba(38,38,38,0) 83%, rgba(36,36,36,0) 100%);
	background: -ms-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.99) 1%, rgba(38,38,38,0) 83%, rgba(36,36,36,0) 100%);
	background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.99) 1%, rgba(38,38,38,0) 83%, rgba(36,36,36,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#242424',GradientType=1 );
	line-height: 74px;
}
.feature-box p {
	margin-left: 15px;
	margin-right: 15px;
	color: #C1C1C1;
	padding-top: 8px;
	padding-bottom: 8px;
}
.feature-box p a {
	color: #FF0606;
	text-shadow: 0px 0px 1px #000;
}
.feature-box .feature-box-sub-header {
	font-size: 16px;
	font-weight: bold;
	text-indent: 11px;
	color: #FFF;
}
.tag {
	font-size: 16px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.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 p {
	max-width: 1000px;
	margin-left: 15px;
	margin-right: 15px;
}
.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 .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 .logo5 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	background-image: url(images/betdsilogo132.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 .review {
    -webkit-flex-grow: 1;
    flex-grow: 1;
	height: 70px;
	width: 10%;
	line-height: 80px;
	height: 80px;
	text-align: center;
}
.table-box .table .table-row .review a {
	color: #900;
	font-family: "Arial Black", Gadget, sans-serif;
}
.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: #333;
	text-shadow: 1px 1px 1px #FFF;
	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, #EBDE47 0%, #C2B315 15%, #E3D219 62%, #FFEC1C 97%, #FFEC1C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFEC1C), color-stop(3%, #FFEC1C), color-stop(38%, #E3D219), color-stop(85%, #C2B315), color-stop(100%, #EBDE47));
	background: -webkit-linear-gradient(90deg, #EBDE47 0%, #C2B315 15%, #E3D219 62%, #FFEC1C 97%, #FFEC1C 100%);
	background: -o-linear-gradient(90deg, #EBDE47 0%, #C2B315 15%, #E3D219 62%, #FFEC1C 97%, #FFEC1C 100%);
	background: -ms-linear-gradient(90deg, #EBDE47 0%, #C2B315 15%, #E3D219 62%, #FFEC1C 97%, #FFEC1C 100%);
	background: linear-gradient(0deg, #EBDE47 0%, #C2B315 15%, #E3D219 62%, #FFEC1C 97%, #FFEC1C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEC1C', endColorstr='#EBDE47',GradientType=0 );
	box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	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;
}
.banner {
	height: 122px;
}
.bovada {
	background-image: url(images/bovada728-sports.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dimes {
	background-image: url(images/5dimes728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.5dimes {
	background-image: url(images/5dimes728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.betonline {
	background-image: url(images/betonline728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.sportsbetting {
	background-image: url(images/sportsbetting728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.splash {
	background-image: url(images/sports-betting-collage300x200.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	height: 200px;
	width: 300px;
	border: 7px solid #ccc;
}
.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;
}
.logob {
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-right: 15px;
	height: 126px;
	width: 200px;
}
.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: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -8px;
}
.banner-bar {
    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-mobile.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: 30px;
    padding-bottom: 30px;
    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;
}
.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 {
  display: block;
    padding: 17px 5px 14px 5px;
    background-color: #333;
  color: white;
  text-decoration: none;
  font-size: 13px;
}
#nav ul li a:hover {
  background: #ccc;
  opacity: 1;
  color: black;
}
#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-color: #333;
  line-height: 2em;
  color: #fff;
}
#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;
	}
}
@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;
	}
	.banner {
		width: 250px;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.bovada {
		background-image: url(images/bovada250-sports.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 250px;
		height: 250px;
	}
	.dimes {
		background-image: url(images/5dimes250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.betonline {
		background-image: url(images/betonline250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 250px;
		height: 250px;
		background-color: transparent;
	}
	.sportsbetting {
		background-image: url(images/sportsbetting250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 300px;
		height: 250px;
	}
	.table-box .table .table-row .play a {
    	padding: 12px 22px 12px 22px;
	}
@media all and (max-width:480px) {
	.logo, .logob {
		zoom: .7;
	}
	h1 {
		margin-bottom: 15px;
	}
	.splash {
		zoom: .7;
	}
	.tag {
		font-size: 12px;
	}
	.fltrt {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
