/* latin-ext */
@font-face {
  font-family: 'Armata';
  font-style: normal;
  font-weight: 400;
  src: local('Armata'), local('Armata-Regular'), url(https://fonts.gstatic.com/s/armata/v6/wN6sZB1yf-NzvaiFfY9_0fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Armata';
  font-style: normal;
  font-weight: 400;
  src: local('Armata'), local('Armata-Regular'), url(https://fonts.gstatic.com/s/armata/v6/DZkzoxG_919ddkf0Ia7hgQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
    background-color: #dedede;
    font-size: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0px 0px 0px 0px;
    color: #3a2828;
}
.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;
    box-shadsow: 0px 0px 11px 1px #000000;
}
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;
    width: 100%;
    background-color: #fffefe;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 9999;
    top: 0;
    position: relative;
    box-shadow: 0px 3px 19px -6px #000;
    border-bottom: 8px solid #880000;
    background-image: url(images/top-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.header-box {
    max-width: 1300px;
    margin: 0px auto;
}
.header-banner {
    max-width: 300px;
    height: 60px;
    margin: 0px auto 2px 3%;
    background-image: url(images/top-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    position: relative;
    top: 10px;
}
nav {
	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;
}
.nav-bg {
    width: 100%;
    border-top: 44px solid rgb(97, 97, 97);
    border-bottom: 4px solid #e81a40;
    margin-top: -47px;
}
.content {
    max-width: 1300px;
    -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;
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px -1px #000;
}
a {
    color: #ff0000;
    text-decoration: none;
}
a:hover {
    color: #616161;
    text-decoration: none;
}
.bold {
    font-weight: bold;
    color: #8d1926;
    font-size: 16px;
}
.feature-box .bold {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-shadow: 2px 2px #000;
}
p {
	margin-left: 39px;
	margin-right: 39px;
}
footer {
    max-width: 1300px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    line-height: 72px;
    height: 91px;
    color: #3a2828;
    margin-bottom: 0px;
    font-size: 13px;
}
footer p {
    color: #a9a9a9;
}
h1 {
    font-family: 'Armata', sans-serif;
    text-align: left;
    text-indent: 0px;
    color: #880000;
    font-size: 132%;
    font-weight: bold;
    line-height: 65px;
    margin: 17px 0px 0px 39px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.fltrt {
    float: right;
    margin-left: 8px;
    box-shadow: 1px 3px 5px -1px #000;
    margin: 0px 0px 4px 12px;
    background-color: #761d21;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.list {
    list-style: none;
    margin-left: -10px;
    font-size: 16px;
    color: #800;
}
.row {
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
.cell2 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 48%;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
    min-height: 160px;
    max-width: 1200px;
    position: relative;
	margin: 5px;
	border-radius: 3px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.cell3 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 31%;
        -ms-flex: 1 1 31%;
        flex: 1 1 31%;
    position: relative;
    margin: 5px;
}
.cell4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 18%;
    -ms-flex: 1 1 18%;
    flex: 1 1 18%;
    position: relative;
    margin: 12px;
}
.cell5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 48%;
    -ms-flex: 1 1 48%;
    flex: 1 1 43%;
    max-width: 579px;
    margin: 0px 35px;
    position: relative;
}
.cell8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 18%;
    -ms-flex: 1 1 18%;
    flex: 1 1 18%;
    position: relative;
    margin: 12px;
    max-width: 250px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.grey-box {
    background-color: #ecebeb;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 7px -1px #000;
    width: 81%;
    margin: 0px auto 20px auto;
}
.side-link {
    text-align: center;
    color: #11d41a;
    font-size: 17px;
    line-height: 36px;
}
.clear {
	clear: both;
}
.side-cell {
    margin: 0px 0px;
    padding: 0px 0px;
}
.side-cell-imgl {
    width: 340px;
    height: 194px;
    margin: 19px auto;
}
.side-cell-banner-header {
    font-family: 'Armata', sans-serif;
    color: #ffffff;
    background-color: #880000;
    text-shadow: 1px 1px #000;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    text-align: center;
    margin: 21px auto;
    line-height: 46px;
    position: relative;
    z-index: 333;
    border-top-left-radius: 5px;
    border-top-right-radius: 6px;
    box-shadow: 0px 3px 11px -2px #100f0f;
    border-bottom: 8px solid #000000;
}
.section-header {
    font-family: 'Armata', sans-serif;
    color: #ffffff;
    background-color: #880000;
    font-size: 108%;
    line-height: 39px;
    padding: 6px 22px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
    text-align: left;
    text-shadow: 2px 2px #000;
    box-shadow: 0px 3px 11px -2px #100f0f;
    border-bottom: 8px solid #000000;
}
.grey-box-header {
    font-family: 'Armata', sans-serif;
    color: #ffffff;
    background-color: #880000;
    font-size: 108%;
    line-height: 39px;
    padding: 6px 22px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
    text-align: left;
    text-shadow: 2px 2px #000;
    box-shadow: 0px 3px 11px -2px #100f0f;
    border-bottom: 8px solid #000000;
    width: 77%;
    margin: 0px auto;
    position: relative;
    z-index: 222;
}
.section-header2 {
    font-family: 'Armata', sans-serif;
    color: #ffffff;
    background-color: #880000;
    font-size: 108%;
    line-height: 39px;
    padding: 6px 22px;
    border-bottom: 8px solid #000000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
    text-align: left;
    text-shadow: 2px 2px #000;
}
.section-sub-header {
    font-family: 'Armata', sans-serif;
    color: #000000;
    font-size: 104%;
    line-height: 30px;
    padding: 1px 10px;
    margin-left: 29px;
    font-weight: bold;
    text-align: left;
    margin-top: 37px;
}
.social {
    width: 181px;
    height: 37px;
    padding: 6px 3px 1px 3px;
    border-radius: 5px;
    margin: -55px 50px 4px auto;
    float: right;
}
.byline {
    font-family: 'Armata', sans-serif;
    display: inline;
    width: 98%;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.article-box {
    width: 340px;
    height: 220px;
    margin: 17px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    overflow: hidden;
}

.article-img {
    width: 280px;
    height: 180px;
    float: left;
    margin: 4px 14px 9px 3px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 5px -1px #000;
    background-repeat: no-repeat;
    background-position: center center;
}
.news-img-1 {
        background-image: url(images/.jpg);        
}
.news-img-2{
        background-image: url(images/.jpg);     
}
.news-img-3 {
        background-image: url(images/.jpg)
}
.news-img-4 {
        background-image: url(images/.jpg)
}
.article-header { 
    position: relative;
    top: -144px;
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
    line-height: 20px;
    text-align: left;
    max-height: 21px;
    font-weight: normal;
}
.article-header:hover { 
    text-decoration: underline;
}
.article-teaser {
    position: relative;
    top: -118px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding-left: 15px;
    text-align: left;
    height: 43px;
}
.read {
    position: relative;
    top: -106px;
    width: 113px;
    margin: 4px auto;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #b4b4b4;
    box-shadow: inset 0px 0px 4px 1px #fff;
    text-decoration: none;
}
.read:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.read2 {
    position: relative;
    top: 0px;
    width: 161px;
    margin: 36px auto 30px 36px;
    text-align: center;
    border-radius: 4px;
    padding: 14px;
    background-color: #923333;
    font-size: 22px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #b4b4b4;
    box-shadow: 0px 2px 5px -1px #000;
    text-decoration: none;
}
.read2 a {
    color: #fff;
}
.read2 a:hover {
    color: #923333;
}
.read2:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.archive-box {
    width: 92%;
    padding: 6px 19px;
    border-bottom: 1px solid #923333;
    margin: 0px auto;
}
.archive-title a {
    font-family: 'Armata', sans-serif;
    font-size: 16px;
    color: #923333;
    line-height: 19px;
    text-align: left;
}
.archive-title a:hover {
    color: #b93d3d;
    text-decoration: underline;
}
.archive-read {
    float: right;
    background-color: #923333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #cc5151;
    box-shadow: 0px 2px 5px -1px #000;
    margin-top: 6px;
    font-size: 12px;
}
.archive-read:hover {
    background-color: #b93d3d;
}
.review-cell-bg {
    background-color: #262e44;
}
.skill {
    width: 90%;
    margin: -6px auto -8px auto;
}
.rating-bar {
    background: #5a5a5a;
    padding: 1px;
}
.rating-bar-header {
    font-family: 'Armata', sans-serif;
    padding: 3px;
    font-size: 12px;
    color: #5d5959;
    margin-top: 9px;
}
.rating-bar span {
  display:block;
    height: 12px;
}
.rating-bar, .rating-bar span {
  border-radius:4px; 
    box-shadow: 0px 2px 3px -1px #000;
}
.blue{ background:blue; }
.red{ background:red; }
.green{ 
    background: -moz-linear-gradient(270deg, #F0261F 0%, #F0261F 5%, #E3E3E3 30%, #A60000 62%, #A60000 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0261F), color-stop(5%, #F0261F), color-stop(30%, #E3E3E3), color-stop(62%, #A60000), color-stop(100%, #A60000));
    background: -webkit-linear-gradient(270deg, #F0261F 0%, #F0261F 5%, #E3E3E3 30%, #A60000 62%, #A60000 100%); 
    background: -o-linear-gradient(270deg, #F0261F 0%, #F0261F 5%, #E3E3E3 30%, #A60000 62%, #A60000 100%); 
    background: -ms-linear-gradient(270deg, #F0261F 0%, #F0261F 5%, #E3E3E3 30%, #A60000 62%, #A60000 100%);
    background: linear-gradient(180deg, #F0261F 0%, #F0261F 5%, #E3E3E3 30%, #A60000 62%, #A60000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0261F', endColorstr='#A60000',GradientType=0 );
     }
.rate-1{ width:10%; }
.rate-2{ width:20%; }
.rate-3{ width:30%; }
.rate-4{ width:40%; }
.rate-5{ width:50%; }
.rate-6{ width:60%; }
.rate-7{ width:70%; }
.rate-8{ width:80%; }
.rate-9{ width:90%; }
.rate-10{ width:100%;
    height: 23px; }
.animate{
  animation: progress 2s linear;
  -moz-animation: progress 2s linear;
  -webkit-animation: progress 2s linear;
  -ms-animation: progress 2s linear;
  -o-animation: progress 2s linear;
}

@-webkit-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@-moz-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@-ms-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@-o-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@keyframes progress {
  from { width:0% }
  to { width:100%; }
}
.big-btn {
    font-family: 'Armata', sans-serif;
    text-align: center;
    width: 62%;
    margin: 25px auto 12px auto;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
    background-color: #e4d303;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    box-shadow: 0px 2px 5px -1px #000;
    border: 1px solid #616161;
    text-shadow: 1px 1px #000;
}
.big-btn:hover {
    color: #fff;
    background-color: #16b90b;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.big-btn a, .feature-side-box .big-btn a {
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}
.big-btn a:hover, .feature-side-box .big-btn a:hover {
    color: #fff;
    text-shadow: 0px 0px #000;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}
.side-spot {
    width: 95%;
    margin: 7px auto;
    border-bottom: 1px solid #800;
    padding-bottom: 15px;
}
.side-spot-header {
    font-family: 'Armata', sans-serif;
    font-size: 24px;
    margin-bottom: 22px;
    text-align: center;
    font-weight: bold;
}
.side-spot-top {
    width: 100%;
}
.side-spot-img {
    width: 160px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    box-shadow: 0px 3px 6px -2px #000;
}
.bovda {
    background-image: url(images/bovada160-ss.jpg);
}
.btsf {
    background-image: url(images/btsf160-ss.jpg);
}
.betol {
    background-image: url(images/betonline160-ss.jpg);
}
.sbtg {
    background-image: url(images/sportsbetting160-ss.jpg);
}
.fdms {
    background-image: url(images/5dimes160-ss.jpg);
}
.bdsi {
    background-image: url(images/betdsi160-ss.jpg);
}
.side-spot-txt {
}
.side-spot-ul {
    margin-left: -40px;
}
.side-spot-ul li {
    list-style: none;
    line-height: 30px;
    font-family: 'Armata', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: center;
}
.side-spot-ul li a {
    list-style: none;
    line-height: 30px;
    height: 20px;
    margin: 0px 0px 0px 0px;
    font-family: 'Armata', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #4c6ff5;
    text-align: left;
}
.side-spot-btn {
    width: 68%;
    margin: -5px auto 9px auto;
    padding: 5px;
    background-color: #e4d303;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 3px 6px -3px #000;
    border: 1px solid #616161;
}
.side-spot-btn:hover {
    background-color: #16b90b;
}
.side-spot-btn a {
    padding: 5px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.side-spot-btn a:hover {
    color: #fff;
    text-decoration: none;
}
.side-spot-rated5 {
    width: 116px;
    height: 27px;
    background: url(images/5stars.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    margin: 0px auto;
}
.side-spot-rated4 {
    width: 116px;
    height: 27px;
    background: url(images/4stars.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    margin: 0px auto;
}
.side-rank {
    font-family: 'Armata', sans-serif;
    width: 30px;
    height: 30px;
    border-radius: 7%;
    background: -moz-linear-gradient(270deg, #880000 0%, #F5AEAE 34%, #540000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #880000), color-stop(34%, #F5AEAE), color-stop(100%, #540000));
    background: -webkit-linear-gradient(270deg, #880000 0%, #F5AEAE 34%, #540000 100%);
    background: -o-linear-gradient(270deg, #880000 0%, #F5AEAE 34%, #540000 100%);
    background: -ms-linear-gradient(270deg, #880000 0%, #F5AEAE 34%, #540000 100%);
    background: linear-gradient(180deg, #880000 0%, #F5AEAE 34%, #540000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880000', endColorstr='#540000',GradientType=0 );
    border: 4px solid #860202;
    position: relative;
    color: #fff;
    text-shadow: 1px 2px #000000;
    top: 86px;
    line-height: 30px;
    left: 167px;
    margin-top: -33px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    z-index: 222;
    box-shadow: 0px 4px 6px -1px #000;
}
.side-rank2 {
    font-family: 'Armata', sans-serif;
    width: 45px;
    height: 45px;
    border-radius: 15%;
    background-color: #02014d;
    border: 4px solid #ffffff;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px #020101;
    top: -1px;
    line-height: 48px;
    left: -31px;
    margin-top: -33px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    z-index: 222;
}
.banner {
    height: 90px;
    width: 728px;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.arrow {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.logo1b {
    background-image: url(images/bovada-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: -31px auto 4px auto;
    width: 148px;
    height: 31px;
}
.logo2b {
    background-image: url(images/betonline-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: -31px auto 4px auto;
    width: 148px;
    height: 30px;

}
.logo2b2 {
    background-image: url(images/betonline-logo-sm2.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: -31px auto 4px auto;
    width: 148px;
    height: 30px;

}
.logo3b {
    background-image: url(images/sportsbetting-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: -31px auto 4px auto;
    width: 148px;
    height: 43px;
}
.logo4b {
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: -31px auto 4px auto;
    width: 148px;
    height: 37px;
}
.logo6b {
    background-image: url(images/betdsi132-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: -31px auto 4px auto;
    width: 148px;
    height: 43px;
}
.feature-box {
    background: -moz-linear-gradient(270deg, #880000 0%, #540000 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #880000), color-stop(100%, #540000)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #880000 0%, #540000 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #880000 0%, #540000 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #880000 0%, #540000 100%); /* ie10+ */
    background: linear-gradient(180deg, #880000 0%, #540000 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880000', endColorstr='#540000',GradientType=0 ); /* ie6-9 */
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-shadow: 0px 3px 11px -2px #100f0f;
    margin: 10px auto;
    max-width: 94%;
}
.feature-box p {
    color: #fff;
}
.feature-box a {
    color: #fbea00;
}
.feature-header {
    font-family: 'Armata', sans-serif;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    line-height: 42px;
    text-indent: 40px;
    text-shadow: 2px 2px #000;
    width: 90%;
    margin-top: 10px;
}
.feature-side-box {
    width: 200px;
    margin: -29px 42px 10px 10px;
    float: right;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px 2px #000;
}
.feature-side-box2 {
    width: 200px;
    margin: 8px 42px 10px 10px;
    float: right;
    background-color: #e0e0e0;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 2px 11px -1px #000;
}
.feature-side-box-txt {
    font-size: 14px;
    font-family: 'Armata', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.feature-side-box-lnk {
    font-size: 16px;
    font-family: 'Armata', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 39px;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    margin: 10px 0px;
    background-color: #880000;
    box-shadow: 0px 3px 6px -3px #000;
}
.feature-side-box-lnk a {
    color: #fff;
    text-shadow: 1px 1px #000;
}
.table-chart {
    width: 94%;
    margin: 45px auto;
    box-shadow: 0px 4px 5px -4px #000000;
}
.table-chart .flex-table {
    margin-bottom: 1px;
    background-color: #e6e6e6;
}
.flex-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #d6d6d6;
}
.flex-table li  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Armata', sans-serif;
}
.table-join a {
    display: block;
    font-family: 'Armata', sans-serif;
    text-align: center;
    width: 41%;
    margin: 5px auto;
    border-radius: 4px;
    padding: 15px;
    background-color: #e4d303;
    font-size: 16px;
    line-height: 13px;
    box-shadow: 0px 2px 5px -1px #000;
    color: #000;
}
.table-join a:hover {
    background-color: #018704;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.rank {
    font-family: 'Armata', sans-serif;
    max-width: 70px;
    font-size: 200%;
    line-height: 49px;
    color: #3a2828;
    text-indent: -9px;
}
.th1 {
    background-color: #880000;
    line-height: 45px;
    max-width: 70px;
    color: #ffffff;
}
.flex-table .th {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #880000;
    line-height: 45px;
    color: #ffffff;
}
.flex-table .th1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #880000;
    line-height: 45px;
    max-width: 70px;
    color: #ffffff;
}
.flex-table .table-brand {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.flex-table .th2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    background-color: #880000;
    line-height: 45px;
    color: #ffffff;
}
.flex-table .join {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
sup {
    font-size: 13px;
    color: #923333;
}
.table-brand {
    margin-top: 10px;
}
.table-rated5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/5stars.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 62%;
    margin-top: 7px;
}
.table-rated5 a {
    font-size: 14px;
    background-color: transparent;
    color: #4c6ff5;
    position: relative;
    top: 23px;
}
.table-rated4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/4stars.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 62%;
    margin-top: 7px;
}
.table-rated4 a {
    font-size: 14px;
    background-color: transparent;
    color: #4c6ff5;
    position: relative;
    top: 23px;
}
.table-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/mobile_check.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.table-flag {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/usa-flag.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.table-flag-no {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/non-usa-flag.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.table-join {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 16px;
}
.table-rev {
    text-align: center;
    font-size: 16px;
}
.current-odds {
    width: 466px;
    margin: 0px auto;
	target-name: new;
}
/*--------------------------NAV-Styles-------------------------*/
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#nav {
    position: relative;
    top: -42px;
}
#nav ul {
    display: none;
    width: 64%;
    list-style: none;
    margin: -16px 37px 0px 0px;
    padding: 0px;
    float: right;
    position: relative;
    top: 15px;
}
#nav ul li a {
    font-family: 'Armata', sans-serif;
    display: block;
    color: #880000;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-decoration: none;
    padding-left: 7px;
    padding-top: 7px;
}
#nav ul li a:hover, #nav ul li a:focus {
    color: #333;
}
#nav ul li:last-of-type a {
  border-right: 0px;
}
#nav ul li ul {
    background-color: #ffffff;
    float: none;
    margin-top: -12px;
    margin-bottom: 5px;
    box-shadow: 0px 3px 10px -1px #000;
}
#nav ul li ul a {
    font-size: 12px;
    line-height: 35px;
    padding: 5px;
    margin: 0px;
    color: #880000;
    text-align: left;
    border-bottom: 1px solid #880000;
}
#nav ul li ul a:hover {
    background-color: #880000;
    color: #fff;
}
#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: 812px) {
  #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;
    line-height: 2em;
    color: #880000;
    background-color: #880000;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    box-shadow: 0px 3px 19px -6px #000;
}
#nav label:after {
    position: absolute;
    right: 0.3em;
    top: 0.1em;
    content: "\2261";
    font-size: 3.3em;
    color: #fff;
}
@media (min-width: 812px) {
  #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: 1.5em;
    left: 60px;
    display: block;
    width: 12.5em;
    z-index: 200;
    margin-top: 10px;
  }
  #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;
  }
}
.article-box {
    width: 100%;
    margin: 0px auto 15px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
}
.article-box2a, .article-box2a {
    width: 100%;
    margin: 0px auto 15px auto;
}
.article-box2b {
    background: #ececec;
}
.article-push {
    float: left;
    width: auto;
    max-width: 500px;
    padding-bottom: 15px;
}
.article-push-header {
    margin-top: 10px;
    margin-left: 25px;
}
.article-push-header a {
    font-family: 'Armata', sans-serif;
    font-size: 20px;
}
.article-push-header a:hover {
    text-decoration: underline;
}
.read-more {
    font-family: 'Armata', sans-serif;
    margin-top: 45px;
}
.read-more a {
    font-family: 'Armata', sans-serif;
    background-color: #903232;
    padding: 4px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 20px;
}
.byline {
    font-family: 'Armata', sans-serif;
    display: inline;
    width:98%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.byline2 {
    font-family: 'Armata', sans-serif;
    display: inline;
    width: 100px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 5px;
    margin-bottom: 6px;
    float: left;
    margin-right: 10px;
    margin-left: 4px;
    text-align: center;
}
.byline .bold {
    text-transform: uppercase;
    color: #000;
}
/*-------------------------End-NAV-Styles-------------------------*/
@media (min-width: 1300px) {
    body {
	}
}
@media (max-width: 1290px) {
    #nav ul li a {
        font-size: 12px;
    }
    .cya {
        display: none;
    }
    .social {
        float: none;
        margin: 5px auto 5px 38px;
    }
}
@media (max-width: 1180px) {
    header {
    }
    .header-banner {
        height: 95px;
    }
    .top-content {
        width: 80%;
        margin: 20px auto;
        padding: 1px;
        border-radius: 5px;
        box-shadow: inset 0px 0px 322px 118px #000;
    }
    #nav {
        top: -45px;
    }
}
@media (max-width: 1070px) {
    #nav ul li a {
        font-size: 12px;
    }
    .header-banner {
        background-size: 87%;
    }
}
@media (max-width: 940px) {
    #nav ul li a {
        font-size: 10px;
        padding-left: 57px;
        text-align: left;
        line-height: 24px;
        float: none;
        margin-left: 0px;
    }
    #nav ul li ul {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .rank {
        max-width: 478px;
    }
}
@media (max-width: 888px) {
	.row {
		max-width: 100%;
		 -webkit-flex-grow: 1;
    	flex-grow: 1;
	}
    header {
    }
    #headings {
        display: none;
    }
	.table-chart .flex-table {
		margin-bottom: 25px;
		border-top: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
	}
	.table-brand {
		font-size: 28px;
        background-size: 32%;
	}
	.flex-table ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.flex-table li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 41%;
		    -ms-flex: 1 1 41%;
		        flex: 1 1 41%;
	}
	.flex-table .table-brand, .cell2, .cell3, .cell4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.flex-table .table-brand2 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.flex-table .table-brand3 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.flex-table .table-brand4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
    .cell2 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .cell8 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .archive-read {
        float: none;
        margin: 10px auto;
        max-width: 188px;
    }
	.table-chart {
		max-width: 480px;
		margin: 10px auto 10px auto;
	}
    .banner {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bovada, .bo {
        background-image: url(images/bovada250-sports.gif);
        background-repeat: no-repeat;
        background-position: center center;
        width: 250px;
        height: 250px;
    }
    .dimes, .di {
        background-image: url(images/5dimes250-main.gif);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .betonline, .be {
        background-image: url(images/betonline250-main.gif);
        background-repeat: no-repeat;
        background-position: center center;
        width: 250px;
        height: 250px;
        background-color: transparent;
    }
    .sportsbetting, .sp {
        background-image: url(images/sportsbetting250-main.gif);
        background-repeat: no-repeat;
        background-position: center center;
    }
}
@media all and (max-width:812px) {
    .top-content {
        width: 95%;
        margin: 20px auto;
        padding: 1px;
        box-shadow: inset 0px 0px 322px 118px #000;
        background-position-x: -137px;
    }
    #nav ul {
        width: 100%;
        margin-left: 10px;
        padding: 0px;
        font-size: 12px;
        float: none;
        margin-top: -2px;
        margin-left: 0px;
        background-color: #880000;
    }
    header {
        background-size: 212%;
        background-position: right top;
        height: 121px;
    }
    .header-banner {
        background-size: 99%;
        margin: 0px auto;
    }
    .table-brand {
        margin: 0px auto;
    }
    .logo {
        float: none;
        margin: 10px auto;
    }
    .logo2, .logo3 {
        float: none;
        margin: 10px auto;
    }
    .logo1b, .logo2b, .logo4b, .logo5b, .logo6b {
        posistion: relative;
        top: -36px;
        left: 0px;
    }
    .logo3b {
        position: relative;
        top: -4px;
        left: 0px;
    }
    h1 {
        text-indent: 0px;
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
        margin-top: 40px;
        margin-left: 0px;
    }
    .social {
        float: none;
        margin: 10px auto;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .section-sub-header {
        font-family: 'Armata', sans-serif;
        color: rgb(97, 97, 97);
        font-size: 140%;
        line-height: 26px;
        padding: 1px 22px;
        margin-left: 0px;
        font-weight: bold;
        text-align: center;
        margin-top: 37px;
    }
    .tag2 {
        display: none;
    }
    .table-rated5, .table-rated4 {
        background-size: 39%;
        height: 47px;
    }
    #nav {
        top: 4px;
    }
    .section-header {
        display: block;
        text-align: center;
    }
    .lw-btm-brdr {
        display: none;
    }
    .feature-side-box, .feature-side-box2 {
        float: none;
        margin: 20px auto;
    }
    .feature-header{
        text-align: center;
        width: 100%;
    }

}
@media all and (max-width:480px) {
	.logo, .logo6, .bc-advant, .kd {
		float: none;
        margin: 10px auto;
	}
    .drop {
        height: 719px;
    }
    .bv-sm, .bo-sm, .sb-sm, .dms-sm, .bdsi-sm {
        float: none;
        margin: 10px auto;
    }
	.flex-table li {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
    .table-brand {
        font-size: 28px;
        background-size: 34%;
    }
    h1 {
        text-indent: 0px;
        text-align: center;
        font-size: 20px;
        line-height: 52px;
        margin-bottom: -21px;
        margin-top: 37px;
    }
    .track-box {
        margin-top: 2px;
    }
	.fltrt {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.table-flag {
		margin: 0px auto;
	}
    .side-spot-ul li {
        list-style: none;
        line-height: 30px;
        margin: -11px auto 26px auto;
        font-family: 'Armata', sans-serif;
        font-size: 16px;
        color: #000;
        text-align: center;
    }
    footer p {
        font-size: 10px;
    }
    .flex-table li a {
        font-size: 15px;
    }
    header {
        background-size: 312%;
    }
    .drop-title {
        width: 87%;
        font-size: 16px;
    }
    #page-table td {
        line-height: 20px;
        font-size: 9px;
    }
    #nav {
        top: -7px;
    }
}