@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px 0px 10px 0px;
}
.container {
	max-width: 1024px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: none;
	color: #C80000;
	font-weight: bold;
}
a:hover {
	opacity: .5;
}
header {
	height: 130px;
}
.header-banner {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background-color: #000000;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.content {
	max-width: 840px;
	order: 2;
	flex-grow: 4;
}
.content p {
	margin-left: 15px;
	margin-right: 15px;
}
.side-nav {
	order: 1;
	flex-grow: 1;
	background-color: #fff;
}
.glad {
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 27%, rgba(69,69,69,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,69,69,1)), color-stop(73%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 27%, rgba(69,69,69,1) 100%);
	background: -o-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 27%, rgba(69,69,69,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 27%, rgba(69,69,69,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 27%, rgba(69,69,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#000000',GradientType=0 );
}
.arsrow {
    background-image: url(images/arrow.png);
    width: 12px;
    height: 12px;
    float: right;
    margin: 15px 5px 0px;
}
.nav-box {
	width: 95%;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 10px;
}
.nav-header {
	color: #fff;
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
    border-radius: 5px 5px 0px 0px;
}
footer {
	max-width: 1024px;
	background: -moz-linear-gradient(90deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c41800), color-stop(60%, #c41800), color-stop(100%, #f53f2a));
	background: -webkit-linear-gradient(90deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	background: -o-linear-gradient(90deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	background: -ms-linear-gradient(90deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	background: linear-gradient(0deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41800', endColorstr='#f53f2a',GradientType=0 );
	margin-left: auto;
	margin-right: auto;
	min-height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 8px;
	color: #ccc;
}
footer p {
	color: #ccc;
	font-size: 12px;
}
.container .content h1 {
	text-align: left;
    line-height: 45px;
    font-size: 24px;
    margin-top: 0px;
    font-family: "Arial Black", Gadget, sans-serif;
    text-indent: 15px;
    color: #000000;
    text-shadow: 0px 0px 1px #999999;
    margin-bottom: 20px;
}
.container .side-nav ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.container .side-nav li {
	overflow: hidden;
}
.container .side-nav li a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: 30px;
	padding-left: 11px;
	padding-right: 2px;
	font-weight: normal;
}
.container .side-nav li a:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.container .side-nav .side-banners {
	width: 160px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	border: 5px outset #000000;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
/*-----ImportStyles------*/
.section-header {
    font-size: 14px;
    text-indent: 15px;
    color: #eaeaea;
    font-weight: bold;
    font-family: "Arial Black", Gadget, sans-serif;
    background-color: #000000;
    height: 100%;
    line-height: 35px;
    width: 98%;
    margin-right: auto;
    margin-left: 10px;
    text-shadow: 1px 1px #000;
    margin-top: 25px;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}
.section-sub-header {
    font-size: 14px;
    font-weight: bold;
    width: 80%;
    margin-left: 22px;
    color: #000000;
    font-family: "Arial Black", Gadget, sans-serif;
    margin-top: 10px;
}
.bold {
    font-weight: bold;
}
p {
    padding-right: 15px;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}
.content-box {
    background-color: #EFEFEF;
    width: 95%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-bottom: 8px;
    border: 1px solid #999;
    border-radius: 5px;
}
.content-box .section-header {
    font-size: 14px;
    border-bottom: 3px solid #F5F3F1;
    text-indent: 15px;
    color: #eaeaea;
    width: 100%;
    font-weight: bold;
    background-color: #000000;
    height: 100%;
    line-height: 35px;
    font-family: "Arial Black", Gadget, sans-serif;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.content-box .section-sub-header {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    color: #eaeaea;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #000000;
    border-radius: 4px 4px 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline;
}
.spotlight-box {
	background-color: #EFEFEF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 31px;
	padding-bottom: 8px;
	margin-top: 31px;
	border: 1px solid #999;
	border-radius: 5px;
}
.spotlight-box .spotlight-header {
	border-bottom: 3px solid #F5F3F1;
	background-color: #000000;
	color: #eaeaea;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 35px;
	line-height: 35px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left: 15px;
	text-shadow: 1px 1px #000;
	border-radius: 5px 5px 0px 0px;
}
.spotlight-box p {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.spotlight-box p a {
	font-weight: bold;
	font-size: 13px;
}
.feature-box {
    background-color: #E2E2E2;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
.feature-header {
    height: 100%px;
    max-width: 840px;
}
.feature-box .feature-content p {
    color: #333;
}
.side-table {
	max-width: 175px;
	margin-left: auto;
	margin-right: auto;
}
.side-table-row {
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	padding-top: 5px;
    padding-left: 10px;
    background-color: #FFFFFF;
    padding-bottom: 1px;
}
.side-table-row ul {
    list-style-type: none;
    text-align: center;
    margin-left: -57px;
    margin-top: -5px;
    margin-bottom: 1px;
    font-size: 16px;
}
.side-table .side-table-row ul li {
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.side-table .side-table-row ul li a {
    text-align: center;
}
.side-table-heading {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    width: 120px;
    margin-right: auto;
    margin-left: 18px;
    background-image: url(images/bovada120-logo.jpg);
    background-repeat: no-repeat;
    height: 34px;
    color: #333333;
}
.side-table-heading2 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    width: 120px;
    margin-right: auto;
    margin-left: 18px;
    background-image: url(images/betonline120-logo.jpg);
    background-repeat: no-repeat;
    height: 34px;
}
.side-table-heading3 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    width: 120px;
    margin-right: auto;
    margin-left: 18px;
    background-image: url(images/sportsbetting120-logo.jpg);
    background-repeat: no-repeat;
    height: 34px;
}
.side-table-heading4 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    width: 120px;
    margin-right: auto;
    margin-left: 18px;
    background-image: url(images/5dimes120-logo.jpg);
    background-repeat: no-repeat;
    height: 34px;
}
.side-table-row ul li a .review {
    font-weight: bold;
    text-decoration: none;
    color: #00F;
	margin-left: -24px;
    font-size: 14px;
    text-align: center;
}
.chart {
	width: 100%;
	margin-bottom: 25px;
}
.chart-row {
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	width: 100%;
	margin-bottom: 4px;
	background-color: #000000;
	overflow: hidden;
	border-radius: #eaeaea;
}
.chart-rank1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 7%;
		-ms-flex: 1 1 7%;
		flex: 1 1 7;
	background-image: url(images/rank1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
}
.chart-rank2 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 7%;
		-ms-flex: 1 1 7%;
		flex: 1 1 7;
	background-image: url(images/rank2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
}
.chart-rank3 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 7%;
		-ms-flex: 1 1 7%;
		flex: 1 1 7;
	background-image: url(images/rank3.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
}
.chart-rank4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 7%;
		-ms-flex: 1 1 7%;
		flex: 1 1 7;
	background-image: url(images/rank4.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
}
.chart-brand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 40%;
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
	height: 50px;
	width: 400px;
}
.chart-stars {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 8%;
		-ms-flex: 1 1 8%;
		flex: 1 1 8;
	background-image: url(images/5stars.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 100px;
}
.chart-stars4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 8%;
		-ms-flex: 1 1 8%;
		flex: 1 1 8;
	background-image: url(images/4stars.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 100px;
}
.chart-mobile {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 4%;
		-ms-flex: 1 1 4%;
		flex: 1 1 4;
	background-image: url(images/mobile_check.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 40px;
}
.chart-play {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 11%;
		-ms-flex: 1 1 11%;
		flex: 1 1 11;
	width: 133px;
	height: 50px;
	text-align: center;
}
.chart-review {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 11%;
		-ms-flex: 1 1 11%;
		flex: 1 1 11;
	height: 50px;
}
.chart-play a {
 	filter:progid:DXImageTransform.Microsoft.gladient(gladientType=0,startColorstr=#CE0000, endColorstr=#960909);
 	background-image:-moz-linear-gladient(top, #CE0000 0%, #960909 100%);
 	background-image:-webkit-linear-gladient(top, #CE0000 0%, #960909 100%);
	 background-image:-ms-linear-gladient(top, #CE0000 0%, #960909 100%);
 	background-image:linear-gladient(top, #CE0000 0%, #960909 100%);
 	background-image:-o-linear-gladient(top, #CE0000 0%, #960909 100%);
 	background-image:-webkit-gladient(linear, right top, right bottom, color-stop(0%,#CE0000), color-stop(100%,#960909));
	background-color: #CE0000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 47px;
	padding-top: 22px;
	padding-bottom: 22px;
	color: #fff;
}
.chart-review a {
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 47px;
	color: #FFFFFF;
}
.chart-review a:hover {
	opacity: .5;
}
.chart-brand ul {
	list-style-type: none;
	margin-left: -30px;
	color: #F5F3F1;
	font-size: 14px;
	line-height: 21px;
	margin-top: 4px;
}
.chart-brand ul .brand {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.img_center {
	margin-bottom: 20px;
	width: 728px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}
.bv-ic {
	background-image: url(images/bovada728-sports.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 99%;
}
.bo-ic {
	background-image: url(images/betonline728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 99%;
}
.sb-ic {
	background-image: url(images/sportsbetting728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 99%;
}
.dms-ic {
	background-image: url(images/5dimes728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 99%;
}
/*-----EndImportStyles------*/
.bv {
	background-image: url(images/bovada160-sports.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bo {
	background-image: url(images/betonline160-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.sb {
	background-image: url(images/sportsbetting160-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dimes {
	background-image: url(images/5dimes160-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.side-banner-header {
	width: 95%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: -moz-linear-gradient(90deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c41800), color-stop(60%, #c41800), color-stop(100%, #f53f2a));
	background: -webkit-linear-gradient(90deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	background: -o-linear-gradient(90deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	background: -ms-linear-gradient(90deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	background: linear-gradient(0deg, #f53f2a 0%, #c41800 40%, #c41800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41800', endColorstr='#f53f2a',GradientType=0 );
	background-color: #9B0000;
	border-radius: 5px 5px 0px 0px;
}
/*  media   */
@media (min-width: 1025px) {
	body {
		background-image: url(images/bg.jpg);
		margin-top: 5px;
		background-attachment: fixed;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media (max-width: 1025px) {
	.content {
		max-width: 100%;
		order: 1;
		flex-grow: 1;
	}
	.side-nav {
		order: 2;
		flex-grow: 1;
		background-color: #fff;
	}
	.container .side-nav ul {
		display: flex;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.container .side-nav li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 32%;
		-ms-flex: 1 1 32%;
		flex: 1 1 32%;
		border: 1px solid #000;
	}
	.chart .chart-row li {
		border: 0px solid #000;
	}
	.container .side-nav li a {
		text-align: center;
		font-size: 16px;
	}
	.container .side-nav .side-banners {
		width: 250px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		height: 250px;
	}
	.chart-brand ul .brand {
		text-align: center;
	}
	.chart-brand li {
		text-align: center;
	}
	.chart-play {
		margin-top: 15px;
	}
	.bv {
		background-image: url(images/bovada250-sports.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.bo {
		background-image: url(images/betonline250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.sb {
		background-image: url(images/sportsbetting250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.dimes {
		background-image: url(images/5dimes250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.nav-header {
		font-size: 18px;
	}
}
@media (max-width: 728px) {
	.content {
		max-width: 100%;
		order: 1;
		flex-grow: 1;
	}
	header {
		height: 50px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.header-banner {
		height: 50px;
	}
	.row {
		max-width: 100%;
		flex-grow: 1;
	} 
	.container .content h1 {
		text-align: center;
		text-indent: 0px;
		font-size: 16px;
		line-height: 25px;
	}
	.section-header {
		text-align: center;
		text-indent: 0px;
	}
	.content-box .section-header {
		text-align: center;
		text-indent: 0px;
	}
	.chart-rank1, .chart-rank2, .chart-rank3, .chart-rank4, .chart-brand, .chart-stars, .chart-stars4, .chart-mobile, .chart-play, .chart-review {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.side-nav {
		order: 2;
		flex-grow: 1;
		background-color: #fff;
	}
	.container .side-nav ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.chart .chart-row ul li {
		border: 0px;
	}
	.container .side-nav li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 49%;
		    -ms-flex: 1 1 49%;
		        flex: 1 1 49%;
		border: 1px solid #fff;
	}
	.container .content .sidebox {
		width: 95%;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.container .content .sidebox .sidebox-header {
		width: 100%;
	}
	.img_center {
		margin-bottom: 20px;
		width: 250px;
		height: 250px;
		margin-right: auto;
		margin-left: auto;
	}
	.bv-ic {
		background-image: url(images/bovada250-sports.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 99%;
	}
	.bo-ic {
		background-image: url(images/betonline250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 99%;
	}
	.sb-ic {
		background-image: url(images/sportsbetting250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 99%;
	}
	.dms-ic {
		background-image: url(images/5dimes250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 99%;
	}
}
@media all and (max-width:480px) {
	.container .side-nav li {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.container .content h1 {
		font-size: 16px;
	}
	.content-box .section-sub-header {
		font-size: 14px;
		display: block;
		text-align: center;
		text-indent: 0px;
	}

}
