@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0px 0px 10px 0px;
    background-image: url(images/bg-gradient.jpg);
    margin-top: 5px;
    background-repeat: repeat-x;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: #40B543;
}
a:hover {
	opacity: .5;
}
.container {
	max-width: 1024px;
	background-color: #333333;
	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 {
	height: 120px;
}
.header-banner {
	height: 120px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-color: #340100;
}
.content {
	max-width: 830px;
	order: 2;
	flex-grow: 4;
	padding-left: 8px;
}
.content p {
    padding-right: 15px;
    padding-left: 15px;
    color: #F0F0F0;
}
.side-nav {
	order: 1;
	flex-grow: 1;
}
.row {
	max-width: 980px;
	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;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
    overflow: hidden;
}
.img_center {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
    border: 5px solid #439539;
}
.chart {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.chart-rank1 {
    background-color: #F5F3F1;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 6%;
		-ms-flex: 1 1 6%;
		flex: 1 1 6%;
	background-image: url(images/rank1.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
}
.chart-rank2 {
    background-color: #F5F3F1;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 6%;
		-ms-flex: 1 1 6%;
		flex: 1 1 6%;
	background-image: url(images/rank2.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
}
.chart-rank3 {
    background-color: #F5F3F1;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 6%;
		-ms-flex: 1 1 6%;
		flex: 1 1 6%;
	background-image: url(images/rank3.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
}
.chart-rank4 {
    background-color: #F5F3F1;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 6%;
		-ms-flex: 1 1 6%;
		flex: 1 1 6%;
	background-image: url(images/rank4.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
}
.chart-country {
    background-color: #F5F3F1;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 6%;
		-ms-flex: 1 1 6%;
		flex: 1 1 6%;
    background-image: url(images/usa-flag.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
}
.chart-brand {
    height: 50px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 46%;
		-ms-flex: 1 1 46%;
		flex: 1 1 46%;
}
.chart-brand ul {
    list-style-type: none;
    margin-left: -30px;
    color: #FFFFFF;
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    margin-top: 4px;
    text-align: center;
}
.chart-brand ul li {
    text-align: left;
}
.chart-brand ul .brand {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    font-style: normal;
    text-shadow: 1px 1px 0px #333;
}
.chart-stars {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 10%;
		-ms-flex: 1 1 10%;
		flex: 1 1 10%;
    background-image: url(images/5stars.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    background-color: #F5F3F1;
}
.chart-stars4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 10%;
		-ms-flex: 1 1 10%;
		flex: 1 1 10%;
    background-image: url(images/4stars.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 50px;
    width: 90px;
    background-color: #F5F3F1;
}
.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;
    background-color: #F5F3F1;
}
.chart-play {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 14%;
		-ms-flex: 1 1 14%;
		flex: 1 1 14%;
    height: 50px;
    text-align: center;
    background-color: #FFCC00;
}
.chart-play:hover {
	opacity: .5;
}
.chart-play a {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 13px;
    padding-right: 18px;
    padding-left: 17px;
    line-height: 50px;
    padding-top: 22px;
    padding-bottom: 20px;
    color: #000;
}
.chart-review {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 14%;
		-ms-flex: 1 1 14%;
		flex: 1 1 14%;
    height: 50px;
    text-align: center;
    background-color: #439539;
}
.chart-review:hover {
	opacity: .5;
}
.chart-review a {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 30px;
    padding-left: 29px;
    line-height: 47px;
    color: #FFFFFF;
    font-size: 13px;
}
.nav-box {
	width: 100%;
	margin-top: 0px;
	overflow: hidden;
}
.nav-header {
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #FFFFFF;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
    font-family: "Arial Black", Gadget, sans-serif;
    text-shadow: 1px 1px 0px #333;
}
.nav-box ul li a {
    display: block;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    padding-left: 5px;
    font-size: 10pt;
    font-weight: normal;
    border-top: 1px solid #000;
    background-color: #222;
}
.nav-boxs ul li a:hover {
    color: #FFFFFF;
    background-color: #439539;
    opacity: 1;
    font-weight: normal;
    border-right: 2px solid #439539;
}
footer {
	max-width: 1024px;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
	margin-left: auto;
	margin-right: auto;
	min-height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 8px;
	color: #ccc;
}
.arrow {
    background-image: url(images/menu_expand_closed.png);
    width: 12px;
    height: 12px;
    float: right;
    margin: 10px 5px 0px;
}
.container .content h1 {
    text-align: left;
    font-size: 18px;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: 0px;
    font-family: "Arial Black", Gadget, sans-serif;
    text-indent: 15px;
    color: #FFF;
    text-shadow: 1px 1px 0px #333;
}
.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: #fff;
    font-size: 12px;
    text-decoration: none;
    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 {
    color: #FFFFFF;
    background-color: #439539;
    opacity: 1;
    font-weight: normal;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
}
.container .side-nav .side-banners {
	width: 160px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
    border: 5px solid #439539;
}
img {
    border: 5px solid #439539;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.center {
    text-align: center;
}
/*-----ImportStyles------*/
.side-table-row {
    padding-top: 5px;
    padding-left: 10px;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
    padding-bottom: 1px;
    border-bottom-color: #333333;
    border-bottom-width: 6px;
    border-bottom-style: solid;
}
.side-table-heading {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/bovada120-logo.jpg);
    background-repeat: no-repeat;
    height: 34px;
}
.side-table-row ul {
    list-style-type: none;
    text-align: center;
    margin-left: -57px;
    margin-top: 0px;
    margin-bottom: 1px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000;
}
.side-table-heading2 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    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: auto;
    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: auto;
    background-image: url(images/5dimes120-logo.jpg);
    background-repeat: no-repeat;
    height: 34px;
}
.review {
    font-weight: normal;
    text-decoration: none;
    color: #00F;
    font-size: 14px;
    text-shadow: 0px 0px 0px #000;
}
.bil-logo {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 79px;
    margin-left: auto;
    width: 200px;
    z-index: 33;
    position: relative;
    margin-bottom: -91px;
    padding-right: 73px;
}
.sec-head {
    height: 33px;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
    margin-top: 36px;
}
.sec-head-left {
    background-image: url(images/section-front.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 33px;
    width: 17px;
}
.sec-head-text {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    text-indent: 11px;
    float: left;
    line-height: 33px;
    width: 95.65%;
    color: #FFF;
    text-shadow: 1px 1px 0px #333;
    z-index: 1;
}
.sec-head-right {
    background-image: url(images/section-end.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 33px;
    width: 18px;
    float: left;
}
.content-box {
    background-color: #FFFFFF;
    width: 92%;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    padding-bottom: 8px;
    padding-top: 2px;
    z-index: 1;
}
.content-box .more {
    font-weight: bold;
    color: #439539;
    font-size: 14px;
    text-shadow: 1px 1px 0px #fff;
}
.content-box .section-sub-header {
    font-size: 16px;
    font-weight: bold;
    width: 80%;
    margin-left: 33px;
    color: #373737;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 15px;
}
.content-box p {
    color: #2D2D2D;
}
.section-sub-header {
    font-size: 14px;
    font-weight: bold;
    width: 80%;
    margin-left: 50px;
    color: #F5F3F1;
    font-family: "Arial Black", Gadget, sans-serif;
    margin-top: 15px;
}
.feature-box {
    background-color: #E1DBD5;
    margin-bottom: 10px;
    padding-bottom: 7px;
    margin-top: -10px;
    padding-top: 4px;
}
.feature-content p {
    color: #2D2D2D;
}
.spot-head-text {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    text-indent: 11px;
    float: left;
    line-height: 33px;
    height: 33px;
    width: 95.1%;
    color: #FFF;
    text-shadow: 1px 1px 0px #333;
}
.spot-head-left {
    background-image: url(images/section-front.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 33px;
    width: 17px;
}
.spotlight-box {
    background-color: #F5F3F1;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 21px;
    padding-bottom: 8px;
    padding-top: 2px;
}
.spotlight-box p {
    color: #2D2D2D;
}
.content .main-content p {
    padding-right: 15px;
    padding-left: 15px;
    color: #F0F0F0;
}
.spot-head {
    height: 33px;
    width: 87%;
    margin-right: auto;
    margin-left: auto;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
}
.spot-head-right {
    background-image: url(images/section-end.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 33px;
    width: 18px;
    float: left;
}
/*-----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;
}
.bv-ban {
	background-image: url(images/bovada728-sports.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bo-ban {
	background-image: url(images/betonline728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.sb-ban {
	background-image: url(images/sportsbetting728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dimes-ban {
	background-image: url(images/5dimes728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.side-banner-header {
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #FFFFFF;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    text-indent: 5px;
    border-bottom-color: #333333;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    text-shadow: 1px 1px 0px #333;
}
.side-banner-header2 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #FFFFFF;
    background: -moz-linear-gradient(top, #439539 0%, #40b744 52%, #439539 83%, #439539 100%, #40bc52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439539), color-stop(52%,#40b744), color-stop(83%,#439539), color-stop(100%,#439539), color-stop(100%,#40bc52));
    background: -webkit-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -o-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: -ms-linear-gradient(top, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    background: linear-gradient(to bottom, #439539 0%,#40b744 52%,#439539 83%,#439539 100%,#40bc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439539', endColorstr='#40bc52',GradientType=0 );
    background-color: #439539;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    text-indent: 5px;
    border-bottom-color: #333333;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    text-shadow: 1px 1px 0px #333;
}
/*  media   */
@media (max-width: 1022px) {
	.content {
		max-width: 100%;
		order: 1;
		flex-grow: 1;
	}
	.side-nav {
		order: 2;
		flex-grow: 1;
		background-color: #333333;
	}
	.side-table {
		display: none;
	}
	.sec-head-text {
		text-align: center;
	}
	.side-banner-header2 {
		display: none;
	}
	.sec-head-left {
		display: none;
	}
	.sec-head-right {
		display: none;
	}
	.spot-head-text {
		text-align: center;
	}
	.spot-head-left {
		display: none;
	}
	.spot-head-right {
		display: none;
	}
	.bil-logo {
		display: none;
	}
	.arrow {
		display: none;
	}
	.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;
	}
	.container .side-nav li a {
		text-align: center;
		font-size: 16px;
	}
	.container .side-nav .side-banners {
		width: 300px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		height: 250px;
	}
	.img_center {
		width: 250px;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.bv, .bv-ban {
		background-image: url(images/bovada250-sports.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.bo, .bo-ban {
		background-image: url(images/betonline250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.sb, .sb-ban {
		background-image: url(images/sportsbetting250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.dimes, .dimes-ban {
		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-banner {
		height: 78px;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		background-size: 100%;
		background-color: #333;
	}
	header {
		height: 100%;
	}
	h1 {
		text-align: center;
	}
	.row {
		max-width: 100%;
		flex-grow: 1;
	} 
	.chart-brand ul li {
		text-align: center;
	}
	.chart-rank1 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-rank2 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-rank3 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-rank4 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-country {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-brand {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-stars {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-mobile {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-play {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.chart-review {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.spot-head-text {
		font-size: 12px;
	}  
	.side-nav {
		order: 2;
		flex-grow: 1;
	}
	.container .side-nav ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.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 #000;
	}
	.container .content .sidebox {
		width: 95%;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.container .content .sidebox .sidebox-header {
		width: 100%;
	}
}
@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;
		text-align: center;
	}
}
