/* latin-ext */
@font-face {
  font-family: 'Marcellus SC';
  font-style: normal;
  font-weight: 400;
  src: local('Marcellus SC'), local('MarcellusSC-Regular'), url(https://fonts.gstatic.com/s/marcellussc/v5/ke8iOgUHP1dg-Rmi6RWjbLE_iNacKKg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Marcellus SC';
  font-style: normal;
  font-weight: 400;
  src: local('Marcellus SC'), local('MarcellusSC-Regular'), url(https://fonts.gstatic.com/s/marcellussc/v5/ke8iOgUHP1dg-Rmi6RWjbLE_htac.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    background-color: #324748;
    font-size: 85%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0px 0px 0px 0px;
    color: #3a2828;
} 
.container {
    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 {
    -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;
    height: 100px;
    margin-top: 0px;
    max-width: 1300px;
    background-image: url(images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: right -7px;
    box-shadow: inset 0px 0px 15px 9px #324748;
}
.header-banner {
    max-width: 550px;
    margin-right: auto;
    margin-left: 20px;
    height: 8.7em;
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    position: relative;
    top: 0px;
    z-index: 5555555;
}
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: 31px;
}
a {
    color: #c19455;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #D20000;
}
.bold {
    font-weight: bold;
    color: #ed174f;
    font-size: 16px;
}
.bold1 {
    font-weight: bold;
    color: #c19455;
}
p {
    margin-left: 39px;
    margin-right: 39px;
}
footer {
    max-width: 1400px;
        -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: 45px;
    height: 45px;
    color: #3a2828;
    margin-bottom: 14px;
    font-size: 13px;
}
footer p {    
    color: #767576;
}
h1 {
    font-family: 'Marcellus SC', serif;
    text-align: left;
    color: #fff;
    line-height: 36px;
    font-size: 225%;
    margin-left: 39px;
}
.article-box {
    width: 340px;
    height: 220px;
    margin: 12px;
    border: 4px solid #c19455;
    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%);
    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)));
    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%);
    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%);
    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%);
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    top: 30px;
    left: 0px;
    width: 340px;
    height: 220px;
    content: '';
    opacity: .8;
}
.news-img-1 {
        background-image: url(images/mckinzie.jpg);        
}
.news-img-2{
        background-image: url(images/c-chrome.jpg);     
}
.news-img-3 {
        background-image: url(images/horses.jpg)
}
.news-img-4 {
        background-image: url(images/cd-gate.jpg)
}
.news-img-5 {
        background-image: url(images/mendelssohn.jpg)
}
.news-img-6 {
        background-image: url(images/justify.jpg)
}
.news-section {
    margin-top: 30px;
}
.article-header { 
    position: relative;
    top: -83px;
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
    line-height: 20px;
    text-align: center;
    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;
}
.archive-box2 {
    width: 70%;
    padding: 6px 19px;
    margin: 4px 0px;
    border-bottom: 1px solid #ccc;
}
#post-odds {
	max-width: 500px;
	margin: 20px auto;
}
#tbl2 {
	width: 90%;
	margin: 20px auto;
}
#tbl2 th {
	background-color: #c19455;
	text-align: center;
}
#tbl2 td {
	text-align: center;
	font-size: 14px;
}
.box1 {
    width: 93%;
    margin: 53px auto 43px auto;
    padding-top: 8px;
    padding-bottom: 15px;
    border-radius: 3px;
    box-shadow: 2px 4px 5px -3px #000000;
    background-color: #ececec;
    border: 1px solid #d0d0d0;
}
#box1 {
    width: 93%;
    margin: 25px auto 43px auto;
    border-radius: 3px;
}
.box1 p {
    padding: 0px 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: #313131;
}
.box1 .bold{
    color: #ed174f;
    font-size: 15px;
    text-indent: 54px;
}
.box3 {
    width: 93%;
    margin: 24px auto 43px auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
}
.box3 p {
    color: #fff;
    font-size: 131%;
}
.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, .cell3 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 68%;
        -ms-flex: 1 1 68%;
        flex: 1 1 68%;
    min-height: 160px;
    min-width: 300px;
    max-width: 1200px;
    position: relative;
    margin: 5px;
    border-radius: 3px;
}
.cell4 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 22%;
        -ms-flex: 1 1 22%;
        flex: 1 1 22%;
    position: relative;
    max-width: 277px;
    padding-bottom: 20px;
}
.cell5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 47%;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
    max-width: 228px;
    position: relative;
    margin: 5px;
    color: #002d00;
    border-radius: 3px;
}
.cell8 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 49%;
        -ms-flex: 1 1 49%;
        flex: 1 1 49%;
    position: relative;
    margin: 31px 5px -14px 5px;
    color: #002d00;
    border-radius: 3px;
    max-width: 600px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: inset 0px 3px 126px -4px #c3b492;
}
.row-bg1 {
    background-image: url(images/row-bg1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    box-shadow: inset 0px 0px 100px 24px #324748;
}
.row-bg2 {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 7px -1px #000;
    margin-top: 48px;
}
.clear {
    clear: both;
}
.section-header {
    font-family: 'Marcellus SC', serif;
    color: #fff;
    font-size: 200%;
    margin-top: 31px;
    margin-left: 57px;
    margin-right: 25px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}
.cell8 .section-header {
    font-family: 'Marcellus SC', serif;
    color: #324748;
    font-size: 240%;
    margin-top: 31px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: center;
}
.row-bg2 .section-header {
    font-family: 'Marcellus SC', serif;
    color: #324748;
    font-size: 200%;
    margin-top: 11px;
    margin-left: 57px;
    margin-right: 25px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}
.box1 .section-header, .box1 .section-header3, .box2 .section-header {
    font-family: 'Marcellus SC', serif;
    color: #fff;
    font-size: 166%;
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
}
.box1 .section-header, .box2 .section-header {
    background-color: #c19455;
    text-shadow: 1px 1px #000;
}
.box1 .section-header3 {
    background-color: #324748;
    text-shadow: 1px 1px #000;
    margin-bottom: 10px;
    font-size: 145%;
}
.box3 .section-header2 {
    font-family: 'Marcellus SC', serif;
    color: #ececec;
    font-size: 206%;
    margin: 0px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    background-color: #c19556;
    line-height: 37px;
    text-indent: 20px;
    text-shadow: 1px 1px #000;
    border-bottom: 2px solid #fff;
}
.box1 .section-header2 {
    font-family: 'Marcellus SC', serif;
    color: #324748;
    font-size: 173%;
    margin: 0px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    line-height: 37px;
    text-indent: 20px;
    text-shadow: 1px 1px #000;
    border-bottom: 2px solid #fff;
}
.box1 ul {
    margin: 0px 0px 19px -14px;
}
.box1 li {
    list-style: none;
}
#main-list ul {
    margin: 0px 0px 19px -14px;
}
.box1 #main-list li {
    list-style: none;
    margin: 0px 0px 5px 6px;
    font-weight: bold;
}
.section-sub-header {
    font-family: 'Marcellus SC', serif;
    color: #444444;
    font-size: 222%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 25px;
}
.box1 .section-sub-header {
    font-family: 'Marcellus SC', serif;
    color: #444444;
    font-size: 180%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 42px;
}
.section-sub-header2 {
    font-family: 'Marcellus SC', serif;
    color: #324748;
    font-size: 164%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 30px;
}
.cell8 .section-sub-header2 {
    font-family: 'Marcellus SC', serif;
    color: #324748;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 8px;
    text-indent: 0px;
}
#box1 .section-sub-header {
    font-family: 'Marcellus SC', 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: 'Marcellus SC', serif;
}
.cell2 .section-sub-header {
    color: #ffc97d;;
    font-size: 150%;
    text-align: left;
    text-indent: 2px;
    line-height: 42px;
    margin: 12px 39px;
}
.cell4 .section-header {
    font-family: 'Marcellus SC', serif;
    color: #f1f1f1;
    font-size: 200%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 13px;
    text-shadow: 1px 1px #000;
}
.social {
    float: right;
    width: 180px;
    height: 34px;
    margin: -80px 87px 0px 0px;
}
.basics-left {
    color: #c19455;
    font-size: 16px;
    font-family: 'Marcellus SC', serif;
    text-align: left;
    text-indent: 30px;
}
.basics-right {
    color: #ed174f;
    font-size: 18px;
    font-family: 'Marcellus SC', serif;
    text-align: left;
    text-indent: 30px;
    font-weight: bold;
}
.btn-box {
    width: 166px;
    margin: -7px 0px 9px -13px;
    padding: 10px;    border-radius: 3px;
    height: 35px;
}
.rating {
    width: 140px;
    height: 26px;
}
.join {
    float: left;
    background-color: #ed174f;
    width: 148px;
    height: 61px;
    border: 2px solid #c19556;
    border-radius: 3px;
    box-shadow: 4px 5px 10px -1px #828080;
    position: relative;
    top: -4px;
    left: 7px;
    text-align: center;
    line-height: 59px;
    font-size: 157%;
    color: #fff;
    transition: all 0.5s;
}
.join:hover {
    background-color: #2d9a02;
    color: #fff;
}
.logo1 {
    background-image: url(images/bovada-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 47px;
    margin-bottom: 5px;
}
.logo2 {
    background-image: url(images/betonline-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 47px;
    margin-bottom: 5px;
}
.logo3 {
    background-image: url(images/sportsbetting-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 47px;
    margin-top: 5px;
}
.logo4 {
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 47px;
    margin-bottom: 5px;
}
.logo1b {
    background-image: url(images/bovada-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 49px;
}
.logo2b {
    background-image: url(images/betonline-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 55px;
}
.logo3b {
    background-image: url(images/sportsbetting-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 56px;
    background-size: 38%;
}
.logo4b {
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 45px;
}
.bovada-logo {
    background-image: url(images/bovada200-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    width: 200px;
    height: 95px;
    margin: 0px 46px 0px 15px;
}
.betonline-logo {
    background-image: url(images/betonline200-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    width: 200px;
    height: 95px;
    margin: 0px 46px 0px 15px;
}
.sbetting-logo {
    background-image: url(images/sportsbetting200-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    width: 200px;
    height: 95px;
    margin: 0px 46px 0px 15px;
}
.banner125 {
    background-repeat: no-repeat;
    background-position: center center;
    width: 125px;
    height: 125px;
    float: left;
    margin: 9px 24px 0px 59px;
}
.bvda {
    background-image: url(images/bovada125-kentucky-derby.gif);
}
.betonl {
    background-image: url(images/betonline125-kd19.gif);
}
.sptsbtg {
    background-image: url(images/sportsbetting125-kd19.gif);
}
.fived {
    background-image: url(images/5dimes125-racebook.gif);
}
.banner250 {
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 250px;
    float: right;
    margin: 9px 16px 0px 20px;
}
.bvda250 {
    background-image: url(images/bovada250-kentucky-derby.gif);
}
.betonl250 {
    background-image: url(images/betonline250-kd19.gif);
}
.sptsbtg250 {
    background-image: url(images/sportsbetting250-kd19.gif);
}
.fived250 {
    background-image: url(images/5dimes250-racebook.gif);
}
.bb {
    background-image: url(images/bb.png);
}
.rating-box {
    width: 150px;
}
#bars td {
    font-family: 'Marcellus SC', serif;
    text-align: right;
    font-size: 1em;
    color: #ed174f;
}
#bars {
    color: #fff;
    width: 150px;
    margin-left: 8px;
    border-radius: 3px;
    box-shadow: 4px 5px 10px -1px #828080;
    border: 1px solid #c7c7c7;
}
#bars .rating {
    font-family: 'Marcellus SC', serif;
    color: #3a2828;
    font-size: 1.2em;
    text-align: center;
}
.avg-rate {
    font-family: 'Marcellus SC', serif;
    text-align: center;
    padding: 8px 8px;
    font-size: 1.4em;
    color: #3a2828;
    width: 111px;
    margin: 0px 0px 0px 16px;
}
.avg-rate-no {
    font-family: 'Marcellus SC', serif;
    color: #ed174f;
    font-size: 2em;
    margin: 0px 0px 9px 8px;
    text-align: center;
}
#wagers {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0px 2px 9px -2px #000;
}
#wagers2 {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0px 2px 9px -2px #000;
}
#jockeys {
    max-width: 700px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0px 2px 9px -2px #000;
    font-size: 85%;
}
#wagers th, #jockeys th {
    font-family: 'Marcellus SC', serif;
    background-color: #c19455;
    color: #fff;
    font-size: 132%;
    text-shadow: 1px 1px #000;
}
#jockeys li {
    text-align: left;
}
#history {
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0px 2px 9px -2px #000;
}
#history th {
    background-color: #ed174f;
    color: #fff;
    font-size: 132%;
}
.bgt1 {
    background-color: #ccc;
}
.bgt2 {
    background-color: #dfdede;
}
#dir  {
    margin-top: 5px;
}
#dir .bold {
    color: #ed174f;
    font-size: 11px;
    margin-left: -38px;
}
#dir .section-header3 {
    background-color: #c19455;
    text-shadow: 1px 1px #000;
    width: 237px;
    font-size: 17px;
}
.map {
    width: 70%;
    margin: 20px auto;
}
#us-map{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
path:hover, circle:hover {
  stroke: #002868 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #ccc !important;
  cursor: pointer;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
    margin-top: -400px;
}
.tbl-row-bg {
    background-color: #e8e8e8;
}
.tc-winner {
    width: 40px;
    height: 24px;
    float: right;
    margin: 0px 0px 0px 0px;
    background-image: url(images/tc-winner.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#winners table {
    background-color: #fff;
    border-radius: 3px;
}
#winners th {
    background-color: #c19455;
    color: #fff;
    text-shadow: 1px 1px #000;
}
#winners td {
}
.list {
    list-style: none;
    margin-left: 15px;
}
#field {
    max-width: 300px;
    margin: 25px auto;
    border-radius: 3px;
}
#field td {
    font-size: 15px;
    font-weight: bold;
}
#field2 {
    max-width: 800px;
    margin: 25px auto;
    background-color: #fff;
}
#field2 th {
    background-color: #c19455;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px #000;
    border-bottom: 3px solid #fff;
}
#field2 td {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.jockey {
    color: #ccc;
    text-align: center;
    font-size: 16px;
    margin-top: -14px;
}
.cell5 img {
    border: 6px solid #c19455;
}
.cell8 img {
    box-shadow: 0px 3px 8px -1px #000;
}
.weather {
    max-width: 600px;
    margin: 20px auto;
}
.jock-box {
    float: right;
    margin: 0px 0px 0px 0px;
}
.cell8 a {
    color: #ff0000;
}
.cell8 a:hover {
    color: #000;
}
.t-crown {
    background-image: url(images/triple-crown.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 169px;
    float: right;
    margin: -2px 83px;
}
.tote {
    background-image: url(images/toteboard.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 133px;
    float: right;
    margin: -2px 31px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 13px -2px #000;
}
.window {
    background-image: url(images/window.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 133px;
    float: right;
    margin: -2px 31px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 13px -2px #000;
}
.ticket {
    background-image: url(images/ticket.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 133px;
    float: right;
    margin: -2px 31px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 13px -2px #000;
}
.table-chart {
    width: 80%;
    margin: 0px auto;
    max-width: 1000px;
    box-shadow: 2px 4px 5px -3px #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;
}
.flex-table li a {
    color: #ff0000;
    text-decoration: none;
    width: 100%;
    font-size: 105%;
    line-height: 60px;
    display: block;
}
.flex-table li a:hover {
    color: #ccc;
}
.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: #c19455;
    line-height: 45px;
    color: #ececec;
}
.flex-table .th1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #c19455;
    line-height: 45px;
    max-width: 70px;
    color: #ececec;
}
.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: #c19455;
    line-height: 45px;
    color: #ececec;
}
.flex-table .join {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
sup {
    font-size: 11px;
    color: #F00;
}
.table-brand {
}
.table-rated5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/5-bc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 61%;
    opacity: 0.8;
}
.table-rated45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/45-bc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 61%;
    opacity: 0.8;
}
.table-rated4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/4-bc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 61%;
    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-join a:hover {
    color: #f6a645;
}
.table-rev {
    text-align: center;
    font-size: 16px;
}
.table-rev:hover, .table-join:hover {
    background-color: #f00;
    text-decoration: none;
}
.current-odds {
    width: 466px;
    margin: 0px auto;
}
.logo {
    float: right;
    width: 217px;
    height: 140px;
    margin: 0px 77px 10px 16px;
    background-image: url(images/kd.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
}
.logo2 {
    float: right;
    width: 217px;
    height: 140px;
    margin: 0px 77px 10px 16px;
    background-image: url(images/kd-lite.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
}
.feat-pic {
    float: right;
    width: 260px;
    height: 189px;
    margin: 0px 77px 10px 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
    box-shadow: 0px 3px 7px -1px #000;
}
.article-pic {
    float: right;
    width: 340px;
    height: 220px;
    margin: 0px 77px 10px 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
    box-shadow: 0px 3px 7px -1px #000;
}
.cd-weather {
    background-image: url(images/c-downs-weather.jpg);
}
.hats {
    background-image: url(images/derby-hats.jpg);
}
.c-downs-stands {
    background-image: url(images/cd-stands.jpg);
}
.old-cd {
    background-image: url(images/old-cd.jpg);
}
.c-downs-circle {
    background-image: url(images/c-downs-circle.jpg);
}
.trp-crn {
    float: right;
    width: 230px;
    height: 169px;
    margin: 0px 77px 10px 16px;
    background-image: url(images/triple-crown.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
}
.bv-sm {
    background-image: url(images/bovada250-kentucky-derby.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 250px;
    float: left;
    margin: 6px 27px;
}
.bo-sm {
    background-image: url(images/betonline250-kd19.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 250px;
    float: left;
    margin: 6px 27px;
}
.sb-sm {
    background-image: url(images/sportsbetting250-kd19.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 250px;
    float: left;
    margin: 6px 27px;
}
.dms-sm {
    background-image: url(images/5dimes250-racebook.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 250px;
    float: left;
    margin: 6px 27px;
}
.tag {
    font-size: 0.6em;
    color: #2c752c;
    text-shadow: 0px 0px #000;
    font-family: 'Marcellus SC', serif;
}
.tag2 {
    font-family: 'Marcellus SC', serif;
    font-size: 66%;
    color: #565d56;
    font-style: normal;
    text-shadow: 0px 0px;
    margin-left: 20px;
}
.banner {
    width: 728px;
    height: 90px;
    border: 3px outset #e6e6e6;
    margin: 1px auto;
    box-shadow: 2px 4px 5px -3px #000000;
}
.banner2 {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px outset #e6e6e6;
    margin: 1px auto;
    box-shadow: 2px 4px 5px -3px #000000;
}
.betonline2 {
        background-image: url(images/betonline250-kd19.gif);
        background-repeat: no-repeat;
        background-position: center center;
        width: 250px;
        height: 250px;
        background-color: transparent;
}
.banner3 {
    width: 468px;
    height: 60px;
    border: 3px outset #e6e6e6;
    margin: 1px auto;
    box-shadow: 2px 4px 5px -3px #000000;
}
.bovbit {
    background-image: url(images/bovada468-bitcoin.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.bovada {
    background-image: url(images/bovada728-kentucky-derby.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.dimes {
    background-image: url(images/5dimes728-racebook.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.betonline {
    background-image: url(images/betonline728-kd19.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.sportsbetting {
    background-image: url(images/sportsbetting728-kd19.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.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-dimes {
    background-image: url(images/5dimes200-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 200px;
    margin-top: 0px;
}   
.betonline2 {
    background-image: url(images/betonline250-racebook.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.byline {
    margin-left: 40px;
    color: #8c8c8c;
}
/*--------------------------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;
}
#nav ul li a {
    font-family: 'Marcellus SC', serif;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    padding-left: 9px;
    background-color: #c19455;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}
#nav ul li a:hover {
    color: #ccc;
}
#nav ul li:last-of-type a {
  border-right: 0px;
}
#nav ul li ul li a {
    padding-left: 0.5em;
    font-size: 16px;
    text-align: left;
    line-height: 35px;
}
#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: 16px;
    margin: 0;
    cursor: pointer;
    background: #c19557;
    line-height: 2em;
    color: #c19557;
}
#nav label:after {
    position: absolute;
    right: 0.3em;
    top: 0.1em;
    content: "\2261";
    font-size: 3.3em;
    color: #fff;
}
@media (min-width: 1049px) {
  #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: 19.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: 1400px) {
        body {
    }
}
@media (max-width: 1290px) {
    #nav ul li a {
        font-size: 15px;
        text-align: left;
    }
    .box1 .section-header {
        font-size: 179%;
    }
}
@media (max-width: 1180px) {
    #box1 .section-sub-header {
        font-size: 183%;
    }
    .tag {
        display: none;
    }
}
@media (max-width: 1070px) {
    #nav ul li a {
        padding-left: 5px;
    }
}
@media (max-width: 940px) {
    #nav ul li a {
        font-size: 19px;
    }
    .rank {
        max-width: 478px;
    }
}
@media (max-width: 888px) {
    .row {
        max-width: 100%;
         -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    header {
        background-image: none;
    }
    #headings {
        display: none;
    }
    .box2 {
        width: 300px;
    }
    .banner {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .bovada {
        background-image: url(images/bovada250-kentucky-derby.gif);
        background-repeat: no-repeat;
        background-position: center center;
        width: 250px;
        height: 250px;
    }
    .dimes {
        background-image: url(images/5dimes250-racebook.gif);
        background-repeat: no-repeat;
        background-position: center center;
        width: 250px;
        height: 250px;
    }
    .betonline, .betonline2 {
        background-image: url(images/betonline250-kd19.gif);
        background-repeat: no-repeat;
        background-position: center center;
        width: 250px;
        height: 250px;
        background-color: transparent;
    }
    .sportsbetting {
        background-image: url(images/sportsbetting250-kd19.gif);
        background-repeat: no-repeat;
        background-position: center center;
        width: 250px;
        height: 250px;
    }
    .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, .cell8 {
        -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%;
    }
    .table-chart {
        max-width: 480px;
        margin: 10px auto 10px auto;
    }
    .social {
        margin: -55px 6px 0px 0px;
    }
}
@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;
    }
    #field td {
        font-size: 12px;
    }
        .table-brand {
        margin: 0px auto;
    }
    .logo1b, .logo2b, .logo4b, .logo5b {
        posistion: relative;
        top: -36px;
        left: 0px;
    }
    .logo3b {
        position: relative;
        top: -4px;
        left: 0px;
    }
    .trp-crn, .feat-pic, .jock-box, .article-pic {
        float: none;
        margin: 20px auto;
    }
    .byline {
        margin: 15px auto;
        width: 33%;
    }
    .section-sub-header, .cell2 .section-sub-header {
        text-indent: 0px;
        line-height: 26px;
        font-size: 150%;
        text-align: center;
    }
    h1 {
        text-indent: 0px;
        text-align: center;
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .tag2 {
        display: none;
    }
    .side-box {
        margin-top: 0px;
    }
    .table-rated5, .table-rated4 {
        background-size: 41%;
    }
    #history {
        font-size: 10px;
    }
    .box1 .section-header, .box1 .section-header3, .box1 .section-header, .box3 .section-header2, .box2 .section-header {
        text-indent: 0px;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        padding: 10px;
    }
    .box1 .section-sub-header, .section-sub-header {
        text-indent: 0px;
        text-align: center;
    }
    .phone-logo {
        display: none;
    }
    .banner250, .bovada-logo, .betonline-logo, .sbetting-logo, .fived-logo, .banner125 {
        float: none;
        margin: 10px auto;
    }
}
@media all and (max-width:480px) {
    .logo, .logo6, .bc-advant, .kd {
        float: none;
        margin: 10px auto;
    }
    .bv-sm, .bo-sm, .sb-sm, .dms-sm, .tote, .window, .t-crown   {
        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;
    }
    .header-banner {
        background-size: 123%;
    }
    h1 {
        text-indent: 0px;
        text-align: center;
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .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 {
        float: none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        line-height: 35px;
        font-size: 200%;
    }
    .flex-table li a {
        font-size: 15px;
    }
    #wagers, #wagers .bold, #jockeys, #jockeys .bold {
        font-size: 80%;
    }
    .box2 {
        width: 99%;
        max-width: 380px;
    }
	#tbl2 td {
		font-size: 10px;
	}
}
