/* 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: #b1b1b1;
    font-size: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0px 0px 0px 0px;
    color: #3a2828;
} 
.container {
    max-width: 1300px;
	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-shadow: 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;
    max-width: 1300px;
    background-image: url(images/top-banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 100px;
    background-color: #1e1e1e;
}
.header-banner {
    max-width: 400px;
    height: 100px;
    margin: -12px auto 2px 3%;
    background-image: url(images/top-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
}
nav {
	max-width: 100%;
		-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: 1300px;
    -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: 10px;
    background-color: #fdfdfd;
}
a {
    color: #1aa709;
    text-decoration: none;
}
a:hover {
    color: #D20000;
    text-decoration: none;
}
.box1 a, .review-box a {
    color: #1aa709;
    text-decoration: none;
}
.box1 a:hover, .review-box a:hover{
    color: #D20000;
    text-decoration: underline;
}
.bold {
    font-weight: bold;
    color: #8d1926;
    font-size: 16px;
}
p {
    margin-left: 64px;
    margin-right: 64px;
}
.row p {
    margin-left: 46px;
    margin-right: 46px;
}
footer {
    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;
    text-align: center;
    line-height: 72px;
    height: 91px;
    color: #3a2828;
    margin-bottom: 0px;
    font-size: 13px;
    background-color: #ccc;
}
footer p {
    color: #000;
}
h1 {
    font-family: 'Armata', sans-serif;
    text-align: left;
    text-indent: 46px;
    color: #3a2828;
    font-size: 160%;
    line-height: 16px;
}
.box1 {
    width: 85%;
    margin: 14px auto 43px auto;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 2px 4px 5px -3px #000000;
    background-color: #1e1e1e;
    border-radius: 2px;
}
.box2 {
    width: 89.9%;
    margin: -13px auto 43px auto;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 2px 4px 5px -3px #000000;
    background-color: #f5f5f5;
    border: 1px solid #e6e4e4;
}
.box2 p {
    margin-left: 20px;
    margin-right: 20px;
}
.box2 .sec-head {
    font-size: 21px;
    width: 100.1%;
    margin: -8px auto 13px auto;
    font-weight: bold;
    background-color: #1e1e1e;
    color: #fff;
    line-height: 49px;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-indent: 0px;
}
.review-box {
    width: 92%;
    margin: 14px auto 43px auto;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0px 0px 63px -24px #000000;
    background-color: #1e1e1e;
}
.box1 p {
    padding: 0px 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: #dadada;
}
.review-box p {
    padding: 0px 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.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: 20px auto;
}
.cell2 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 48%;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
    min-height: 160px;
    position: relative;
	margin: 5px;
	border-radius: 3px;
}
.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;
}
.cell6 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
    position: relative;
    margin: 5px;
}
.cell7 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 14%;
        -ms-flex: 1 1 14%;
        flex: 1 1 14%;
    position: relative;
    margin: 5px;
}
.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: 360px;
}
.side-box {
    float: right;
    width: 161px;
    margin: 55px 34px 12px 21px;
    border-radius: 3px;
}
.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: 220px;
    margin: 0px auto;
    border: 1px solid #1aa709;
    border-radius: 3px;
    box-shadow: 0px 2px 5px -1px #000;
}
.side-cell-banner-header {
    font-family: 'Armata', sans-serif;
    color: #ffffff;
    font-size: 104%;
    font-weight: bold;
    text-align: left;
    background-color: #1e1e1e;
    text-align: center;
    margin: 21px auto;
    line-height: 49px;
    position: relative;
    z-index: 333;
}
.section-header {
    font-family: 'Armata', sans-serif;
    color: #3a2828;
    font-size: 159%;
    margin-top: 0px;
    margin-left: 39px;
    margin-right: 25px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}
.section-sub-head {
    font-family: 'Armata', sans-serif;
    color: #3a2828;
    font-size: 122%;
    margin-top: 0px;
    margin-left: 78px;
    margin-right: 25px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}
.box1 .section-header {
    font-family: 'Armata', sans-serif;
    color: #3a2828;
    font-size: 170%;
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 6px;
    font-weight: bold;
    text-align: left;
    line-height: 42px;
    text-indent: 20px;
    padding-bottom: 5px;
}
.review-box .section-header {
    font-family: 'Armata', sans-serif;
    color: #fdfdfd;
    font-size: 180%;
    margin-left: 22px;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #1aa709;
    text-shadow: 1px 1px #313131;
    line-height: 57px;
}
.box1 ul {
    margin: 0px;
}
.box1 li {
    list-style: none;
}
.section-sub-header, .cell2 .section-sub-header {
    font-family: 'Armata', sans-serif;
    color: #444444;
    font-size: 130%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 63px;
}
.box1 .section-sub-header {
    font-family: 'Armata', sans-serif;
    color: #444444;
    font-size: 222%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 42px;
}
#box1 .section-sub-header {
    font-family: 'Armata', sans-serif;
    color: #d6d6d6;
    font-size: 180%;
    width: 100.4%;
    text-indent: 15px;
    text-align: left;
    background-color: #2c752c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#box1 .section-sub-header2 {
    color: #2c752c;
    font-size: 172%;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 8px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    line-height: 43px;
    text-shadow: 1px 1px #000;
}
.box1 .section-sub-header3 {
    color: #dbdbdb;
    font-size: 230%;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 26px;
    text-indent: 0px;
    font-family: 'Armata', sans-serif;
}
.box-banner {
    width:200px;
    height: 200px;
    margin: 5px auto;
    box-shadow: 0px 1px 5px -1px #000;
}
.fb-like {
    width: 100px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 64px;
}
.social {
    width: 180px;
    height: 34px;
    padding-top: 17px;
    margin: 8px auto 12px auto;
}
.btn-box {
    width: 166px;
    margin: -7px 0px 9px -13px;
    padding: 10px;    border-radius: 3px;
    height: 35px;
}
.rating {
    width: 140px;
	height: 26px;
}
.tag {
    font-size: 20px;
    color: #f00;
}
.byline {
    font-family: 'Armata', sans-serif;
    display: inline;
    width: 98%;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.sec-head {
    font-size: 21px;
    width: 90%;
    margin: 5px auto 13px auto;
    font-weight: bold;
    text-indent: 16px;
    background-color: #1e1e1e;
    color: #fff;
    line-height: 49px;
}
.sec-sub-head {
    font-size: 21px;
    width: 90%;
    margin: 5px auto 13px auto;
    font-weight: bold;
    text-indent: 16px;
    color: #1aa709;
    line-height: 49px;
}
.scale, .cap, .sports-bet, .mobile-apps, .deposits, .payouts, .strategy, .news, .future, .question {
    background-color: #1aa709;
    float: left;
    width: 50px;
    height: 49px;
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 3px solid;
}
.scale{
    background-image: url(images/scales.png);
    background-size: 70%;
}
.cap {
    background-image: url(images/cap.png);
    background-size: 70%;
}
.sports-bet {
    background-image: url(images/sports-bet.png);
    background-size: 70%;
}
.mobile-apps {
    background-image: url(images/mobile-apps.png);
    background-size: 70%;
}
.deposits {
    background-image: url(images/deposits.png);
    background-size: 70%;
}
.payouts {
    background-image: url(images/payouts.png);
    background-size: 70%;
}
.strategy {
    background-image: url(images/strategy.png);
    background-size: 70%;
}
.news {
    background-image: url(images/news.png);
    background-size: 70%;
}
.future {
    background-image: url(images/future.png);
    background-size: 70%;
}
.question {
    background-image: url(images/question.png);
    background-size: 70%;
}
.box1 .sec-head {
    width: 100%;
    margin: 0px auto 13px auto;
    font-weight: bold;
    text-indent: 25px;
    border-bottom: 4px solid #1aa709;
    color: #fdfdfd;
    line-height: 36px;
    box-shadow: 0px 0px 0px 0px #000000;
}
.article-box {
    width: 340px;
    height: 220px;
    margin: 0px auto;
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 5px -1px #000;
}
.article-box:before {
    display: block;
    position: relative;
    background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0.55) 39%, rgba(0,0,0,0.9) 57%, rgba(0,0,0,0.9) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(23%, rgba(0,0,0,0)), color-stop(39%, rgba(0,0,0,0.55)), color-stop(57%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0.9))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0.55) 39%, rgba(0,0,0,0.9) 57%, rgba(0,0,0,0.9) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0.55) 39%, rgba(0,0,0,0.9) 57%, rgba(0,0,0,0.9) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0.55) 39%, rgba(0,0,0,0.9) 57%, rgba(0,0,0,0.9) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0.55) 39%, rgba(0,0,0,0.9) 57%, rgba(0,0,0,0.9) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
    top: 0px;
    left: 0px;
    width: 340px;
    height: 220px;
    content: '';
}
.news-img-1 {
        background-image: url(images/fd-xuk.jpg);        
}
.news-img-2{
        background-image: url(images/uk-sbks.jpg);     
}
.news-img-3 {
        background-image: url(images/fixing.jpg)
}
.news-img-4 {
        background-image: url(images/fd-cya.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: 3px solid #1aa709;
    text-decoration: none;
    box-shadow: inset 0px 0px 17px 3px #1aa709;
}
.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;
}
.read a:hover {
    text-decoration: none;
}
.read2 {
    position: relative;
    top: 0px;
    width: 161px;
    margin: 36px auto 30px 36px;
    text-align: center;
    border-radius: 4px;
    padding: 14px;
    background-color: #1aa709;
    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: #1aa709;
}
.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 #1aa709;
    margin: 0px auto;
}
.archive-title a {
    font-family: 'Armata', sans-serif;
    font-size: 16px;
    color: #1aa709;
    line-height: 19px;
    text-align: left;
}
.archive-title a:hover {
    color: #b93d3d;
    text-decoration: underline;
}
.archive-read {
    float: right;
    background-color: #1aa709;
    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: 0 auto;
}
.rating-bar{
    background: #c7c7c7;
    padding: 1px;
}
.rating-bar-header {
    font-family: 'Armata', sans-serif;
    padding: 1px;
    color: #000;
    font-size: 12px;
    color: #1aa709;
    margin-top: 9px;
}
.rating-bar span {
  display:block;
  height:15px;
}
.rating-bar, .rating-bar span {
  border-radius:4px; 
    box-shadow: 0px 2px 3px -1px #000;
}
.green-txt { 
    color: #1aa709;
}
.blue{ background:blue; }
.red{ background:red; }
.green{ background: #1aa709; }
.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%; }
.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%; }
}
.payments {
    width: auto;
    height: 40px;
    margin: 23px auto 21px auto;
}
.pmt-box {
    width: 60px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 0px 5.8px;
    border: 1px solid #ccc;
    float: left;
    box-shadow: 0px 2px 6px -3px #000;
}
.pmt-side-box {
    width: 200px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 9px 22px;
    float: right;
}
.pt-btc {
  background-image: url(images/pt-bc.jpg);
}
.pt-master {
  background-image: url(images/pt-master.jpg);
}
.pt-entro {
  background-image: url(images/pt-entro.jpg);
}
.pt-amex {
  background-image: url(images/pt-amex.jpg);
}
.pt-bwt {
  background-image: url(images/pt-bwt.jpg);
}
.pt-nt {
  background-image: url(images/pt-nt.jpg);
}
.pt-pp {
  background-image: url(images/pt-pp.jpg);
}
.pt-psc {
  background-image: url(images/pt-psc.jpg);
}
.pt-skr {
  background-image: url(images/pt-skr.jpg);
}
.pt-chk {
  background-image: url(images/pt-chk.jpg);
}
.pt-wt {
  background-image: url(images/pt-wt.jpg);
}
.pt-visa {
  background-image: url(images/pt-visa.jpg);
}
.pt-wu {
  background-image: url(images/pt-wu.jpg);
}
.pt-mg {
  background-image: url(images/pt-mg.jpg);
}
.pt-ap {
  background-image: url(images/pt-ap.jpg);
}
.dfs {
  background-image: url(images/dfs.jpg);
}
.mobiles {
  background-image: url(images/mobile-btng.png);
}
.wide-banner {
    width: 728px;
    height: 90px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 30px auto;
}
.wb-bo {
  background-image: url(images/betonline728-main.gif);
}
.wb-bo-mlb {
  background-image: url(images/betonline728-mlb.gif);
}
.wb-bo-nba {
  background-image: url(images/betonline728-nba.gif);
}
.wb-bo-cfb {
  background-image: url(images/betonline728-cfb.gif);
}
.wb-bo-main {
  background-image: url(images/betonline728-main.gif);
}
.wb-sb {
  background-image: url(images/sportsbetting728-nfl.gif);
}
.wb-sb-mlb {
  background-image: url(images/sportsbetting728-mlb.gif);
}
.wb-sb-nba {
  background-image: url(images/sportsbetting728-nba.gif);
}
.wb-sb-main {
  background-image: url(images/sportsbetting728-main.gif);
}
.wb-fd {
  background-image: url(images/5dimes728-nfl.gif);
}
.wb-fd-mlb {
  background-image: url(images/5dimes728-mlb.gif);
}
.wb-fd-main {
  background-image: url(images/5dimes728-main.gif);
}
.url {
    font-size: 14px;
    color: #1aa709;
    font-weight: bold;
    line-height: 16px;
}
.Ribbon {
    background-color: #1aa709;
    color: #cecece;
    font-size: 12px;
    display: inline-block;
    width: 162px;
    position: relative;
    text-decoration: none;
    padding: 0 9px 6.5px;
    text-align: center;
    top: -33px;
    left: 30px;
}
.Ribbon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1aa709 transparent transparent transparent;
  border-width: 40.5px 90px 0 90px;
  position: absolute;
  top: 100%;
  left: 0;
}
.Ribbon-inner {
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
    height: 100%;
    padding: 17px 10px 0px;
}
.Ribbon-inner:before, .Ribbon-inner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1aa709 transparent transparent transparent;
  border-width: 36px 81px 0 81px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 5;
}
.Ribbon-inner:before {
  border-color: #fff transparent transparent transparent;
  border-width: 36px 81px 0 81px;
  margin-top: 0;
}
.lookat {
    font-size: 19px;
    color: #ece225;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}
.big-btn {
    font-family: 'Armata', sans-serif;
    text-align: center;
    width: 70%;
    margin: 5px auto;
    border-radius: 4px;
    padding: 15px;
    background-color: #CF0000;
    font-size: 22px;
    line-height: 20px;
    text-shadow: 1px 1px #000;
    box-shadow: 0px 2px 5px -1px #000;
    color: #fff;
}
.big-btn:hover {    
    background-color: #018704;
    box-shadow: 0px 2px 5px -1px #000;
    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;
}
.side-spot {
    width: 95%;
    margin: 10px auto;
    border-bottom: 1px solid #1e1e1e;
}
.side-spot-top {
    width: 100%;
}
.side-spot-img {
    float: left;
    width: 160px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px 5.8px;
    border: 1px solid #ccc;
    float: left;
    box-shadow: 0px 2px 6px -3px #000;
}
.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);
}
.side-spot-txt {
    float: left;
}
.side-spot-ul li {
    list-style: none;
    line-height: 30px;
    margin: -11px 0px 26px -36px;
    font-family: 'Armata', sans-serif;
    font-size: 18px;
    color: #000;
    text-align: left;
}
.side-spot-ul li a {
    list-style: none;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    font-family: 'Armata', sans-serif;
    font-size: 14px;
    color: #0029ff;
    text-align: left;
}
.side-spot-btn {
    width: 85%;
    margin: 24px auto 17px auto;
    padding: 5px;
    background-color: #CF0000;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px #000;
    border-radius: 4px;
    box-shadow: 0px 2px 6px -1px #000;
}
.side-spot-btn:hover {
    background-color: #018704;
    -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;
}
.side-spot-btn a {
    padding: 5px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}
.side-spot-rated5 {
    width: 140px;
    height: 28px;
    background: url(images/5-stz.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
}
.side-spot-rated4 {
    width: 140px;
    height: 28px;
    background: url(images/4-stz.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
}
.side-rank {
    font-family: 'Armata', sans-serif;
    width: 30px;
    height: 30px;
    border-radius: 10%;
    background: -moz-linear-gradient(270deg, #C7C7C7 0%, #F5F5F5 30%, #c7c7c7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C7C7C7), color-stop(30%, #F5F5F5), color-stop(100%, #c7c7c7));
    background: -webkit-linear-gradient(270deg, #C7C7C7 0%, #F5F5F5 30%, #c7c7c7 100%);
    background: -o-linear-gradient(270deg, #C7C7C7 0%, #F5F5F5 30%, #c7c7c7 100%);
    background: -ms-linear-gradient(270deg, #C7C7C7 0%, #F5F5F5 30%, #c7c7c7 100%);
    background: linear-gradient(180deg, #C7C7C7 0%, #F5F5F5 30%, #c7c7c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7C7C7', endColorstr='#c7c7c7',GradientType=0 );
    border: 3px solid #1e1e1e;
    position: relative;
    color: #020101;
    text-shadow: 1px 1px #fff;
    top: 136px;
    line-height: 30px;
    left: -8px;
    margin-top: -33px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    z-index: 222;
    box-shadow: 0px 0px 0px 4px #fcfcfc;
}
.side-table {
    margin: -23px auto 0px auto;
}
#side-table {
    width: 99.2%;
    margin: -23px auto 0px auto;
    background-color: #e8e7e7;
    box-shadow: 0px 2px 6px -1px #000;
    padding: 2px;
}
#side-table th.rotate {
    height: 154px;
    white-space: nowrap;
}
#side-table th.rotate > div {
    transform: /* Magic Numbers */ translate(-2px, 51px) /* 45 is really 360 - 45 */ rotate(288deg);
    width: 60px;
}
#side-table th.rotate > div > span {
    padding: 7px 13px;
    font-size: 14px;
}
.checkmark {
    font-weight: bold;
    font-size: 16px;
    color: #09b309;
}
.ex {
    font-weight: bold;
    font-size: 16px;
    color: #a70909;
}
#side-table th {
    color: #000;
}
#side-table td {
    text-align: center;
}
#side-table .bg {
    background-color: #f3f1f1;
}
#side-table .bg1 {
    background-color: #fdfdfd;
}
#side-table .bg2 {
    background-color: #e6bdbd;
}
#side-table .bg3 {
    background-color: #bed3e8;
}
#side-table .bg4 {
    background-color: #f7f9d4;
}
#side-table .bg5 {
    background-color: #ceffc8;
}
.side-tbl-logo {
    width: 60px;
    height: 20px;
}
.side-tbl-logo2b {
    background-image: url(images/betonline-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 76px;
    height: 30px;
    background-size: 100%;
}
.side-tbl-logo3b {
    background-image: url(images/sportsbetting-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 76px;
    height: 30px;
    background-size: 91%;
}
.side-tbl-logo4b {
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 76px;
    height: 30px;
    background-size: 100%;
}
.logo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 200px;
    height: 200px;
    float: right;
    margin: 5px 65px 5px 10px;
}
.yankees {
    background-image: url(images/yankees-logo.jpg);
}
.mets {
    background-image: url(images/mets-logo.jpg);
}
.jets {
    background-image: url(images/jets-logo.jpg);
}
.rangers {
    background-image: url(images/rangers-logo.jpg);
}
.bills {
    background-image: url(images/bills-logo.jpg);
}
.islanders {
    background-image: url(images/islanders-logo.jpg);
}
.giants {
    background-image: url(images/giants-logo.jpg);
}
.nets {
    background-image: url(images/nets-logo.jpg);
}
.cuse {
    background-image: url(images/cuse-logo.jpg);
}
.ncaa {
    background-image: url(images/ncaa-logo.jpg);
}
.olym {
    background-image: url(images/olympics.jpg);
}
.betting-types {
    width: 160px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 10px 18px 10px 8px;
    float: right;
    border-radius: 3px;
    border: 2px solid #000;
    box-shadow: 0px 2px 6px -1px #000;
}
.spread {
    background-image: url(images/spread.jpg);
}
.straight {
    background-image: url(images/straight.jpg);
}
.over-under {
    background-image: url(images/over-under.jpg);
}
.logo1b {
    background-image: url(images/bovada-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 148px;
    height: 43px;
}
.logo2b {
    background-image: url(images/betonline-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 148px;
    height: 43px;
}
.logo2ba {
    background-image: url(images/betonline-logo-sm-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 148px;
    height: 43px;
}
.logo3b {
    background-image: url(images/sportsbetting-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 148px;
    height: 43px;
}
.logo4b {
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 148px;
    height: 43px;
}
.logo5b {
    background-image: url(images/bet365132-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin:3px auto;
    width: 148px;
    height: 43px;
}
.rating-box {
    width: 150px;
}
.url, .bonus-header {
    text-align: left;
    text-indent: 16px;
}
.bonus-header {
    background-color: #363636;
    color: #fff;
}
.wdth1 {
    max-width: 900px;
}
.wdth2 {
    max-width: 1200px;
}
.wdth3 {
    max-width: 800px;
}
.list {
    list-style: none;
    margin: 0px 0px 0px -21px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}
.list2 {
    list-style: none;
    margin: 0px;
    margin-left: 60px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}
.lrg-red {
    color: #F00;
    font-weight: bold;
}
.table-chart {
    width: 90%;
    margin: -13px auto 37px 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;
}
.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;
}
.flex-table li a {
    display: block;
    font-family: 'Armata', sans-serif;
    text-align: center;
    width: 41%;
    margin: 5px auto;
    border-radius: 4px;
    padding: 15px;
    background-color: #CF0000;
    font-size: 22px;
    line-height: 3px;
    text-shadow: 1px 1px #000;
    box-shadow: 0px 2px 5px -1px #000;
    color: #fff;
}
.flex-table li a:hover {
    background-color: #018704;
    box-shadow: 0px 2px 5px -1px #000;
    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;
}
.rank {
    font-family: 'Coda', cursive;
    max-width: 70px;
    font-size: 200%;
    line-height: 49px;
    color: #3a2828;
    text-indent: -9px;
}

.flex-table .th {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 45px;
    color: #000000;
    border-bottom: 2px solid #000;
}
.flex-table .th1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 45px;
    max-width: 70px;
    color: #000000;
    border-bottom: 2px solid #000;
}
.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;
    line-height: 45px;
    color: #000000;
    border-bottom: 2px solid #000;
}
.flex-table .join {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
sup {
    font-size: 13px;
    color: #1aa709;
}
.table-brand {
}
.table-rated5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/5-stz.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    opacity: 0.8;
}
.table-rated4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/4-stz.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    opacity: 0.8;
}
.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-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: -15px;
    z-index: 2222222;
}
#nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: 2px solid #1aa709;
    border-bottom: 2px solid #1aa709;
}
#nav ul li {
    text-align: center;
}
#nav ul li a {
    font-family: 'Armata', sans-serif;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 42px;
    text-decoration: none;
    background-color: #1f1f1f;
}
#nav ul li a:hover {
    color: #fff;
    background-color: #717171;
    -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;
}
#nav ul li:last-of-type a {
  border-right: 0px;
}
#nav ul li ul li {
    text-align: left;
}
#nav ul li ul li a {
    padding-left: 0.5em;
    font-size: 16px;
}
#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: #1f1f1f;
    line-height: 2em;
    color: #fff;
    border-top: 1px solid #1aa709;
    border-bottom: 1px solid #1aa709;
}
#nav label:after {
    position: absolute;
    right: 0.3em;
    top: 0.1em;
    content: "\2261";
    font-size: 3.3em;
    color: #fff;
}
@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: 2.65em;
    left: 0;
    display: block;
    width: 27.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 (min-width: 1300px) {
        body {
    }
}
@media (max-width: 1290px) {
    #nav ul li a {
        font-size: 15px;
    }
    .cya {
        display: none;
    }
@media (max-width: 1180px) {
	#box1 .section-sub-header {
    	font-size: 183%;
	}
    header {
        background-size: 100%;
    }
    .header-banner {
        height: 95px;
    }
    .tag {
        display: none;
    }
}
@media (max-width: 1070px) {
    #nav ul li a {
        font-size: 14px;
        padding-left: 22px;
    }
    .header-banner {
        background-size: 93%;
    }
}
@media (max-width: 940px) {
    #nav ul li a {
        font-size: 12px;
        padding-left: 15px;
    }
    .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, .cell5, .cell6, .cell7 {
		-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%;
	}
    .archive-read {
        float: none;
        margin: 10px auto;
        max-width: 188px;
    }
	.table-chart {
		max-width: 480px;
		margin: 10px auto 10px auto;
	}
}
@media all and (max-width:768px) {
    .section-header {
        width: 90%;
        margin: 0px auto;
        font-size: 28px;
        line-height: 28px;
        text-indent: 0px;
        text-align: center;
    }
    header {
        background-size: 125%;
        background-position: left top;
    }
    .table-brand {
        margin: 0px auto;
    }
    .logo {
        float: none;
        margin: 10px auto;
    }
    .logo2, .logo3 {
        float: none;
        margin: 10px auto;
    }
    .logo1b, .logo2b, .logo4b, .logo5b {
        posistion: relative;
        top: -36px;
        left: 0px;
    }
    .fb-like {
        float: none;
        margin: 4px auto 23px auto;
    }
    .logo3b {
        position: relative;
        top: -4px;
        left: 0px;
    }
    .section-sub-header, .cell2 .section-sub-header {
		text-indent: 0px;
		line-height: 56px;
		font-size: 300%;
	}
    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;
    }
    .tag2 {
        display: none;
    }
    .side-box {
        margin-top: 0px;
    }
    .table-rated5, .table-rated4 {
        background-size: 41%;
    }
    .box1 .section-header {
        text-indent: 0px;
        text-align: center;
    }
    .sec-head {
        font-size: 18px;
    }
    .wide-banner {
        width: 250px;
        height: 250px;
    }
    .wb-bo {
      background-image: url(images/betonline250-main.gif);
    }
    .wb-bo-mlb{
      background-image: url(images/betonline250-mlb.gif);
    }
    .wb-bo-nba{
      background-image: url(images/betonline250-nba.gif);
    }
    .wb-bo-cfb{
      background-image: url(images/betonline250-cfb.gif);
    }
    .wb-bo-main{
      background-image: url(images/betonline250-main.gif);
    }
    .wb-sb {
      background-image: url(images/sportsbetting250-nfl.gif);
    }
    .wb-sb-mlb {
      background-image: url(images/sportsbetting250-mlb.gif);
    }
    .wb-sb-nba {
      background-image: url(images/sportsbetting250-nba.gif);
    }
    .wb-sb-main {
      background-image: url(images/sportsbetting250-main.gif);
    }
    .wb-fd {
      background-image: url(images/5dimes250-nfl.gif);
    }
    .wb-fd-mlb {
      background-image: url(images/5dimes250-mlb.gif);
    }
    .wb-fd-main {
      background-image: url(images/5dimes250-main.gif);
    }
}
@media all and (max-width:480px) {
	.logo {
		float: none;
        margin: 10px auto;
	}
    .bv-sm, .bo-sm, .sb-sm, .dms-sm, .b365-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: 52%;
    }
    .side-box {
        margin-top: 10px;
    }
    h1 {
        text-indent: 0px;
        text-align: center;
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .track-box {
        margin-top: 2px;
    }
	.fltrt {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.table-flag {
		margin: 0px auto;
	}
    .section-header, .section-sub-header, .sec-head {
        float: none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        line-height: 49px;
        font-size: 83%;
        text-indent: 0px;
    }
    .box1 .sec-head {
        float: none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        line-height: 49px;
        font-size: 100%;
        text-indent: 0px;
    }
    .flex-table li a {
        font-size: 15px;
    }
    header {
        background-size: 225%;
        background-position: left top;
    }
    .pmt-side-box, .pmt-side-box {
        float: none;
        margin: 10px auto;
    }
}
