/* 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: #aaaaaa;
    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: 161px;
    background-color: #923333;
}
.header-banner {
    max-width: 237px;
    height: 130px;
    margin: -12px auto 2px 6%;
    background-image: url(images/top-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 118%;
}
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: -13px;
    background-color: #fdfdfd;
}
a {
    color: #913333;
    text-decoration: none;
}
a:hover {
    color: #D20000;
    text-decoration: underline;
}
.bold {
    font-weight: bold;
    color: #8d1926;
    font-size: 16px;
}
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: 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: 0px;
    color: #3a2828;
    font-size: 150%;
    line-height: 33px;
    margin-left: 40px;
    margin-top: 23px;
}
.box1 {
    width: 93%;
    margin: 14px auto 43px auto;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 2px 4px 5px -3px #000000;
    background-color: #f5f5f5;
    border: 1px solid #e6e4e4;
}
.review-box {
    width: 95%;
    margin: 14px auto 43px auto;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0px 0px 63px -24px #000000;
    background-color: #ffffff;
}
.box1 p {
    padding: 0px 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: #313131;
}
.review-box p {
    padding: 0px 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: #000;
}
.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-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;
}
.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 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    min-height: 160px;
    min-width: 300px;
    max-width: 1200px;
    position: relative;
    margin: 5px;
}
.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;
}
.cell-header {
    width: 100%;
    background-color: #d7b100;
    font-size: 150%;
    color: #000;
    text-align: center;
    line-height: 150%;
}
.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 #923333;
    border-radius: 3px;
    box-shadow: 0px 2px 5px -1px #000;
}
.side-cell-banner-header {
    font-family: 'Armata', sans-serif;
    color: #ffffff;
    font-size: 124%;
    font-weight: bold;
    text-align: left;
    background-color: #923333;
    text-align: center;
    border-top: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
    margin: 21px auto;
    line-height: 46px;
    box-shadow: 0px 2px 5px -1px #000;
    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: 39px;
    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: #df0000;
    font-size: 216%;
    margin-left: 22px;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px #313131;
}
.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: 41px;
}
.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;
}
.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: 24px;
    width: 94.9%;
    margin: 5px auto 13px auto;
    font-weight: bold;
    text-indent: 1px;
    border-bottom: 3px solid #923333;
}
.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: 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: 0 auto;
}
.rating-bar{
    background: #c7c7c7;
    padding: 1px;
}
.rating-bar-header {
    font-family: 'Armata', sans-serif;
    padding: 1px;
    color: #000;
    font-size: 12px;
    color: #923333;
    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;
}
.blue{ background:blue; }
.red{ background:red; }
.green{ background:green; }
.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;
    margin: 0px 5.8px;
    border: 1px solid #ccc;
    float: left;
    box-shadow: 0px 2px 6px -3px #000;
}
.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);
}
.url {
    font-size: 14px;
    color: #923333;
    font-weight: bold;
    line-height: 16px;
}
.Ribbon {
    background-color: #923333;
    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: #923333 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: #923333 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: 41%;
    margin: 5px auto;
    border-radius: 4px;
    padding: 15px;
    background: -moz-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #02D106), color-stop(99%, #018704), color-stop(100%, #018704)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* ie10+ */
    background: linear-gradient(90deg, #02D106 0%, #018704 99%, #018704 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02D106', endColorstr='#018704',GradientType=1 ); /* ie6-9 */
    font-size: 22px;
    line-height: 20px;
    text-shadow: 1px 1px #000;
    box-shadow: 0px 2px 5px -1px #000;
    color: #fff;
}
.big-btn:hover {    
    background: -moz-linear-gradient(0deg, #018704 0%, #02D106 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #018704), color-stop(100%, #02D106)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #018704 0%, #02D106 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #018704 0%, #02D106 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #018704 0%, #02D106 100%); /* ie10+ */
    background: linear-gradient(90deg, #018704 0%, #02D106 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018704', endColorstr='#02D106',GradientType=1 ); /* ie6-9 */
    box-shadow: 0px 2px 5px -1px #000;
    text-decoration: underline;
    -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 #923333;
}
.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: 41%;
    margin: -5px auto 9px auto;
    padding: 5px;
    background: -moz-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #02D106), color-stop(99%, #018704), color-stop(100%, #018704)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* ie10+ */
    background: linear-gradient(90deg, #02D106 0%, #018704 99%, #018704 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02D106', endColorstr='#018704',GradientType=1 ); /* ie6-9 */
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px #000;
    border-radius: 4px;
    box-shadow: 0px 2px 6px -3px #000;
}
.side-spot-btn:hover {
    background: -moz-linear-gradient(0deg, #018704 0%, #02D106 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #018704), color-stop(100%, #02D106)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #018704 0%, #02D106 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #018704 0%, #02D106 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #018704 0%, #02D106 100%); /* ie10+ */
    background: linear-gradient(90deg, #018704 0%, #02D106 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018704', endColorstr='#02D106',GradientType=1 ); /* ie6-9 */
}
.side-spot-btn a {
    padding: 5px;
    color: #fff;
}
.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: 41%;
    background: -moz-linear-gradient(270deg, #D4AE04 0%, #D4AE04 6%, #F7CB05 33%, #B09004 92%, #B09004 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4AE04), color-stop(6%, #D4AE04), color-stop(33%, #F7CB05), color-stop(92%, #B09004), color-stop(100%, #B09004));
    background: -webkit-linear-gradient(270deg, #D4AE04 0%, #D4AE04 6%, #F7CB05 33%, #B09004 92%, #B09004 100%);
    background: -o-linear-gradient(270deg, #D4AE04 0%, #D4AE04 6%, #F7CB05 33%, #B09004 92%, #B09004 100%);
    background: -ms-linear-gradient(270deg, #D4AE04 0%, #D4AE04 6%, #F7CB05 33%, #B09004 92%, #B09004 100%);
    background: linear-gradient(180deg, #D4AE04 0%, #D4AE04 6%, #F7CB05 33%, #B09004 92%, #B09004 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D4AE04', endColorstr='#B09004',GradientType=0 );
    border: 3px solid #ffffff;
    position: relative;
    color: #020101;
    text-shadow: 1px 1px #fff;
    top: 84px;
    line-height: 30px;
    left: -14px;
    margin-top: -33px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    z-index: 222;
    box-shadow: 0px 0px 0px 2px #e1b804;
}
#side-table {
    width: 98%;
    margin: -68px auto 0px auto;
}
#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: #923333;
}
#side-table th {
    background-color: #923333;
    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;
}
.logo {
    background-image: url(images/uk-logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 340px;
    height: 220px;
}
.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;
}
.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;
}
.lrg-red {
    color: #F00;
    font-weight: bold;
}
.table-chart {
    width: 84%;
    margin: 10px 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: -moz-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #02D106), color-stop(99%, #018704), color-stop(100%, #018704)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #02D106 0%, #018704 99%, #018704 100%); /* ie10+ */
    background: linear-gradient(90deg, #02D106 0%, #018704 99%, #018704 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02D106', endColorstr='#018704',GradientType=1 ); /* ie6-9 */
    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: -moz-linear-gradient(0deg, #018704 0%, #02D106 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #018704), color-stop(100%, #02D106)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #018704 0%, #02D106 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #018704 0%, #02D106 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #018704 0%, #02D106 100%); /* ie10+ */
    background: linear-gradient(90deg, #018704 0%, #02D106 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018704', endColorstr='#02D106',GradientType=1 ); /* ie6-9 */
    box-shadow: 0px 2px 5px -1px #000;
    text-decoration: underline;
    -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;
    background-color: #923333;
    line-height: 45px;
    color: #ffffff;
}
.flex-table .th1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #923333;
    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: #923333;
    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 {
}
.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: 80%;
    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: 80%;
    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/uk-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/uk-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: -13px;
    z-index: 2222222;
}
#nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
}
#nav ul li a {
    font-family: 'Armata', sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    line-height: 42px;
    text-decoration: none;
    padding-left: 35px;
    background-color: #923333;
}
#nav ul li a:hover {
    color: #ccc;
    -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 a {
    padding-left: 0.5em;
    font-size: 19px;
}
#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: #923333;
    line-height: 2em;
    color: #fff;
}
#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.25em;
    left: 0;
    display: block;
    width: 12.5em;
    z-index: 200;
  }
  #nav ul li ul li {
    text-align: left;
  }
  #nav ul li ul li ul {
    z-index: 300;
    top: 0px;
    left: 12.4em;
  }
  #nav ul li ul li ul li a {
    padding-left: 30px !important;
  }
  #nav ul li:hover > ul {
    display: block !important;
  }
  #nav label {
    display: none;
  }
}
/*-------------------------End-NAV-Styles-------------------------*/
@media (min-width: 1300px) {
        body {
        background-image: url(images/bg.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
    }
}
@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: 100%;
    }
}
@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;
    }

}
@media all and (max-width:480px) {
	.logo, .logo6, .bc-advant, .kd {
		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: 35px;
		font-size: 130%;
	}
    .flex-table li a {
        font-size: 15px;
    }
    header {
        background-size: 225%;
        background-position: left top;
    }
}
