@charset "utf-8";
/* CSS Document */
body {
    background-color: #333333;
    margin: 0px 0px 0px 0px;
    background-image: url(images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.container {
    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;
}
header {
    max-width: 1000px;
    -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;
}
.header-banner {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    height: 144px;
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
nav {
    max-width: 1000px;
    -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;
    margin-bottom: -6px;
}
.content {
    max-width: 1000px;
    -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;
}
footer {
    max-width: 1000px;
    -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;
    height: 45px;
    color: #999;
    margin-bottom: 14px;
    font-size: 13px;
}
h1 {
    font-family: 'Russo One', sans-serif;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 12px;
    margin-bottom: 18px;
    color: #333333;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    vertical-align: middle;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
/*-----ImportStyles---------------------------*/
a {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 16px;/* text-shadow: 1px 1px #FCDC39; */
}
a:hover {
    opacity: .75;
    text-decoration: underline;
}
.heading {
    color: #50514F;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFCFF;
}
.intro {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 28px;
    background-color: #FFFCFF;
}
.intro p {
    font-size: 16px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-left: 15px;
    margin-right: 15px;
    color: #333;
}
.intro .section-header {
    font-size: 24px;
    font-family: 'Russo One', sans-serif;
    color: #333333;
}
.intro .section-sub-header {
    font-size: 16px;
    font-weight: bold;
    text-indent: 11px;
}
.content-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: #666666;
    padding-top: 8px;
    padding-bottom: 28px;
}
.content-box-header {
    font-family: 'Russo One', sans-serif;
    color: #333333;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFF;
    line-height: 34px;
    text-indent: 12px;
    background: -moz-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FF75), color-stop(33%, #F8FF75), color-stop(100%, #FFCE1F));
    background: -webkit-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -o-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -ms-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: linear-gradient(180deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FF75', endColorstr='#FFCE1F', GradientType=0 );
    background-color: #ffce1f;
    padding: 4px 14px 4px 14px;
    margin-top: -20px;
    box-shadow: 0px 2px 2px #333;
    border-radius: 4px;
}
.content-box p {
    font-size: 16px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-left: 15px;
    margin-right: 15px;
    color: #FFF;
}
.intro .intro-wrap .intro-header {
    font-family: 'Russo One', sans-serif;
    background: -moz-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FF75), color-stop(33%, #F8FF75), color-stop(100%, #FFCE1F));
    background: -webkit-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -o-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -ms-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: linear-gradient(180deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FF75', endColorstr='#FFCE1F', GradientType=0 );
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    line-height: 34px;
    text-indent: 12px;
    background-color: #333;
    padding: 4px 14px 4px 14px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}
.content-box p {
    font-size: 16px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
}
.content-box .content-box-sub-header {
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-indent: 11px;
    color: #FFCD1F;
    text-shadow: 1px 1px #000;
}
.spotlight-box .spotlight-box-sub-header {
    font-family: 'Russo One', sans-serif;
    font-size: 24px;
    text-indent: 11px;
}
.content-box p a {
    color: #FFFFFF;
    text-shadow: 0px 0px 1px #FDDB36;
}
.spotlight-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #FFF;
}
.spotlight-box-header {
    font-family: 'Russo One', sans-serif;
    color: #333333;
    background: -moz-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FF75), color-stop(33%, #F8FF75), color-stop(100%, #FFCE1F));
    background: -webkit-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -o-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -ms-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: linear-gradient(180deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FF75', endColorstr='#FFCE1F', GradientType=0 );
    margin-top: -20px;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFF;
    line-height: 34px;
    text-indent: 12px;
    background-color: #C30;
    padding: 4px 14px 4px 14px;
    box-shadow: 0px 2px 2px #EAEAEA;
    border-radius: 4px;
}
.spotlight-box p {
    font-size: 16px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-left: auto;
    margin-right: auto;
}
.feature-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 7px;
    padding-top: 8px;
    padding-bottom: 18px;
    padding: 0px 15px 0px 15px;
}
.feature-box-header {
    font-family: 'Russo One', sans-serif;
    color: #FDD933;
    margin-bottom: 0px;
    font-size: 24px;
    margin-right: auto;
    text-align: left;
    max-width: 680px;
    text-indent: 40px;
    background: -moz-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 3%, rgba(51,51,51,0.3) 46%, rgba(51,51,51,0) 88%, rgba(51,51,51,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(51,51,51,1)), color-stop(3%, rgba(51,51,51,1)), color-stop(46%, rgba(51,51,51,0.3)), color-stop(88%, rgba(51,51,51,0)), color-stop(100%, rgba(51,51,51,0)));
    background: -webkit-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 3%, rgba(51,51,51,0.3) 46%, rgba(51,51,51,0) 88%, rgba(51,51,51,0) 100%);
    background: -o-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 3%, rgba(51,51,51,0.3) 46%, rgba(51,51,51,0) 88%, rgba(51,51,51,0) 100%);
    background: -ms-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 3%, rgba(51,51,51,0.3) 46%, rgba(51,51,51,0) 88%, rgba(51,51,51,0) 100%);
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 3%, rgba(51,51,51,0.3) 46%, rgba(51,51,51,0) 88%, rgba(51,51,51,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1 );
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99050C', endColorstr='#D40611', GradientType=1 );
    line-height: 74px;
    text-shadow: 1px 2px #000;
}
.feature-box p {
    font-size: 16px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    padding-top: 8px;
    padding-bottom: 8px;
}
.feature-box p a {
    color: #FF0606;
    text-shadow: 0px 0px 1px #000;
}
.feature-box .feature-box-sub-header {
    font-size: 16px;
    font-weight: bold;
    text-indent: 11px;
    color: #FFF;
}
.feature-box .tag {
    font-size: 18px;
    font-family: 'Russo One', sans-serif;
    color: #000;
}
.table-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.table-box-header {
    font-family: 'Russo One', sans-serif;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
.table-box p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.table-box .table {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    margin-top: 15px;
    padding: 0px 10px 0px 10px;
}
.table-box .table .table-row {
    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;
    position: relative;
    background: -moz-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(3%, #d1d1d1), color-stop(28%, #F0F0F0), color-stop(69%, #f0f0f0), color-stop(96%, #D1D1D1), color-stop(100%, #D1D1D1));
    background: -webkit-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
    background: -o-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
    background: -ms-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
    background: linear-gradient(0deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#D1D1D1', GradientType=0 );
    margin-bottom: 15px;
    border-radius: 5px;
}
.table-box .table .table-row .rank {
    width: 50px;
}
.table-box .table .table-row .logo1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url(images/bovada-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 80px;
    margin-left: 25px;
}
.table-box .table .table-row .logo2 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url(images/betonline-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 80px;
    margin-left: 25px;
}
.table-box .table .table-row .logo3 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url(images/sportsbetting-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 80px;
    margin-left: 25px;
}
.table-box .table .table-row .logo4 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 80px;
    margin-left: 25px;
}
.table-box .table .table-row .logo5 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url(images/bet365132-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 80px;
    margin-left: 25px;
}
.table-box .table .table-row .description {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    font-size: 16px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 80px;
    height: 80px;
    width: 63%;
}
.table-box .table .table-row .review {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10%;
    line-height: 80px;
    height: 80px;
    text-align: center;
}
.table-box .table .table-row .review a {
    color: #900;
    font-family: "Arial Black", Gadget, sans-serif;
}
.table-box .table .table-row .play {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 15%;
    line-height: 80px;
    height: 80px;
    text-align: center;
    overflow: visible;
}
.table-box .table .table-row .play a {
    font-family: 'Russo One', sans-serif;
    background-color: #ff1f7f;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 22px 12px 22px;
    font-weight: normal;
    text-shadow: 1px 1px #FFF;
}
.table-box .table .table-row .play a:hover {
    opacity: 1;
    background-color: #ffce1f;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px #FFF;
}
.list {
    list-style: none;
    font-size: 100%;
    color: #0c0c0c;
    background-color: #ffcd1f;
    margin-left: 13px;
    width: 265px;
    border-radius: 3px;
    padding: 9px;
    font-family: 'Russo One', sans-serif;
    box-shadow: 0px 4px 6px -3px #000;
}
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    margin-right: 25px;
}
.ribbon span {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-shadow: 1px 1px 1px #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: -moz-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FF75), color-stop(33%, #F8FF75), color-stop(100%, #FFCE1F));
    background: -webkit-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -o-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -ms-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: linear-gradient(180deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FF75', endColorstr='#FFCE1F', GradientType=0 );
    background-color: #ffce1f;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
    font-family: Arial, Helvetica, sans-serif;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #990000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #990000;
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #990000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #990000;
}
.feature-box .ribbon-wrapper {
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
}
.banner {
    height: 122px;
}
.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;
}
.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;
}
.splash {
    background-image: url(images/sports-betting-collage300x200.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    height: 200px;
    width: 300px;
    border: 7px solid #ccc;
}
.logo {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    margin-right: 15px;
    height: 152px;
    width: 180px;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 12px;
}
.logob {
    background-image: url(images/logo2.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    margin-right: 15px;
    height: 152px;
    width: 180px;
    margin-top: 12px;
}
.dp-logo {
    background-image: url(images/direct-pay-logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    margin-right: 15px;
    height: 152px;
    width: 202px;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 12px;
}
.logo-wrapper {
    height: 71px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.spotlight-box .spotlight-wrap {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px 0px 15px;
}
.intro .intro-wrap {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px 0px 15px;
}
.content-wrap {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px 0px 15px;
}
.banner-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}
.banner-bar .banner-box {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: block;
    height: 130px;
    width: 204px;
    max-width: 204px;
    margin-top: 11px;
    margin-bottom: 11px;
    background: -moz-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(3%, #d1d1d1), color-stop(28%, #F0F0F0), color-stop(69%, #f0f0f0), color-stop(96%, #D1D1D1), color-stop(100%, #D1D1D1));
    background: -webkit-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
    background: -o-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
    background: -ms-linear-gradient(90deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
    background: linear-gradient(0deg, #D1D1D1 0%, #D1D1D1 4%, #f0f0f0 31%, #F0F0F0 72%, #d1d1d1 97%, #d1d1d1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#D1D1D1', GradientType=0 );
    background-color: #FFFFFF;
    margin-right: 11px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    margin-left: 4px;
    border-radius: 5px;
    position: relative;
}
.banner-bar .box-a {
    background-image: url(images/bovada125-sports.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 125px;
    width: 125px;
    float: left;
    text-indent: 99px;
}
.banner-bar .box-b {
    background-image: url(images/betonline125-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 125px;
    width: 125px;
    float: left;
}
.banner-bar .box-c {
    background-image: url(images/sportsbetting125-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 125px;
    width: 125px;
    float: left;
}
.banner-bar .box-d {
    background-image: url(images/5dimes125-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 125px;
    width: 125px;
    float: left;
}
.banner-bar .banner-box .banner-btn-box {
    text-align: center;
    padding-top: 14px;
}
.banner-btn {
    font-family: 'Russo One', sans-serif;
    background-color: #ff1f7f;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 50px 5px 50px 5px;
    padding-bottom: 50px;
    margin-top: 10px;
    font-weight: normal;
    text-shadow: 0px 0px #ff1f7f;
}
.banner-btn:hover {
    opacity: 1;
    background: -moz-linear-gradient(270deg, #ffce1f 0%, #ffce1f 5%, #F8FF75 45%, #C9A318 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffce1f), color-stop(5%, #ffce1f), color-stop(45%, #F8FF75), color-stop(100%, #C9A318));
    background: -webkit-linear-gradient(270deg, #ffce1f 0%, #ffce1f 5%, #F8FF75 45%, #C9A318 100%);
    background: -o-linear-gradient(270deg, #ffce1f 0%, #ffce1f 5%, #F8FF75 45%, #C9A318 100%);
    background: -ms-linear-gradient(270deg, #ffce1f 0%, #ffce1f 5%, #F8FF75 45%, #C9A318 100%);
    background: linear-gradient(180deg, #ffce1f 0%, #ffce1f 5%, #F8FF75 45%, #C9A318 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce1f', endColorstr='#C9A318', GradientType=0 );
    color: #000;
}
.banner-bar .banner-box .banner-btn-box ul {
    list-style: none;
    line-height: 66px;
    height: 66px;
}
.intro-box {
    width: 200px;
    background-color: #333;
    float: right;
    margin: 8px -15px 8px 8px;
}
.intro-logo-dimes {
    background-image: url(images/5dimes197-logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 95px;
}
.intro-logo-betonline {
    background-image: url(images/betonline160-logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 95px;
}
.intro-logo-bovada {
    background-image: url(images/bovada160-logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 95px;
    background-color: #333;
}
.intro-logo-sportsbetting {
    background-image: url(images/sportsbetting160-logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 95px;
}
.intro-logo-betttsf {
    background-image: url(images/bet365200-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 95px;
}
.intro-row-name {
    line-height: 35px;
    height: 35px;
    text-align: center;
    background: -moz-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FF75), color-stop(33%, #F8FF75), color-stop(100%, #FFCE1F));
    background: -webkit-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -o-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -ms-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: linear-gradient(180deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FF75', endColorstr='#FFCE1F', GradientType=0 );
    background-color: #ffce1f;
    width: 100%;
}
.intro-row-url {
    line-height: 35px;
    height: 35px;
    text-align: center;
    background-color: #333333;
}
.intro-row-url a {
    color: #FCDF3E;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}
.intro-row-url a:hover {
    color: #FB0000;
}
.intro-box .rated5 {
    height: 35px;
    width: 200px;
}
.rated5 {
    background-image: url(images/5-stacks.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 62px;
    width: 200px;
    margin-right: 32px;
}
.rated4 {
    background-image: url(images/4-stacks.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 62px;
    width: 200px;
    margin-right: 32px;
    background-color: #404040;
}
.logo-box-sb {
    background-image: url(images/sportsbetting200-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 200px;
    margin-right: 200px;
}
.logo-box-bo {
    background-image: url(images/betonline200-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 200px;
    margin-right: 200px;
}
.logo-box-bv {
    background-image: url(images/bovada200-sports.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 200px;
    margin-right: 200px;
}
.logo-box-btsf {
    background-image: url(images/bet365200.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 200px;
    margin-right: 200px;
}
.logo-box-dimes {
    background-image: url(images/5dimes200-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 200px;
    margin-top: 0px;
}
.intro-row-name a {
    color: #000;
    font-size: 15px;
}
.spotlight-wrap p a {
    text-shadow: 1px 1px #333333;
}
.nav .menu-bar {
    font-family: 'Russo One', sans-serif;
    background: -moz-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FF75), color-stop(33%, #F8FF75), color-stop(100%, #FFCE1F));
    background: -webkit-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -o-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -ms-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: linear-gradient(180deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FF75', endColorstr='#FFCE1F', GradientType=0 );
    background-color: #ffce1f;
    padding-left: 4%;
}
.nav .menu-bar .menu-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    float: left;
    padding: 12px;
}
.nav .menu-bar .menu-button:hover {
    opacity: .5;
}
/*--------------------------NAV-Styles-------------------------*/
@-webkit-keyframes bugfix {
 from {
 padding: 0;
}
 to {
 padding: 0;
}
}
#nav {
    position: relative;
}
#nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
}
#nav ul li a {
    display: block;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 16px 13px 13px 0px;
    margin: 0;
    margin-bottom: 6px;
    text-shadow: 1px 1px 1px #FFF;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, sans-serif;
    background: -moz-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FF75), color-stop(33%, #F8FF75), color-stop(100%, #FFCE1F));
    background: -webkit-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -o-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -ms-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: linear-gradient(180deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FF75', endColorstr='#FFCE1F', GradientType=0 );
    background-color: #ffce1f;
}
#nav ul li a:hover {
    color: #ccc;
    opacity: 1;
}
#nav ul li:last-of-type a {
    border-right: 0px;
}
#nav ul li ul li a {
    padding-left: 1.5em;
}
#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: -moz-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FF75), color-stop(33%, #F8FF75), color-stop(100%, #FFCE1F));
    background: -webkit-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -o-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: -ms-linear-gradient(270deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
    background: linear-gradient(180deg, #F8FF75 0%, #F8FF75 33%, #FFCE1F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FF75', endColorstr='#FFCE1F', GradientType=0 );
    background-color: #ffce1f;
    line-height: 2em;
    color: #000;
}
#nav label:after {
    position: absolute;
    right: 1em;
    top: .2em;
    content: "\2261";
    font-size: 1.8em;
    color: #000;
}

@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.6em;
    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;
}
}
.grow {
    white-space: nowrap;
    min-width: 160px;
}

@media (min-width: 936px) {
body {
}
}

@media (max-width: 728px) {
.header-banner {
    height: 78px;
    max-width: 99%;
    background-size: 98%;
}
.row {
    max-width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.table-box .table .table-row {
    max-width: 420px;
}
.table-box .table .table-row .description, .play {
    max-width: 100%;
    text-align: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.table-box .table .table-row .description {
    line-height: 30px;
}
}

@media all and (max-width:480px) {
.container .content h1, .content-box-header, .spotlight-box-header {
    font-size: 25px;
    text-indent: 0px;
    text-align: center;
    line-height: 35px;
}
.content-box .content-box-sub-header, .tag {
    font-size: 18px;
    text-indent: 0px;
    text-align: center;
    line-height: 25px;
}
.intro-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
}
