/* latin-ext */
@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 400;
  src: local('Economica'), local('Economica-Regular'), url(https://fonts.gstatic.com/s/economica/v4/ivOlup5oBnODGd64nVDAFBJtnKITppOI_IvcXXDNrsc.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: 'Economica';
  font-style: normal;
  font-weight: 400;
  src: local('Economica'), local('Economica-Regular'), url(https://fonts.gstatic.com/s/economica/v4/jObgDQiPUtmACAaaK3pMG1tXRa8TVwTICgirnJhmVJw.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: #d4d4d4;
    font-size: 85%;
    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 6px -1px #000;
}
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;
    background-color: #fff;
}
.header-banner {
    max-width: 550px;
    margin-right: auto;
    margin-left: 20px;
    height: 8.2em;
    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;
    background-color: #ffffff;
    box-shadow: 2px 4px 5px -3px #000000;
}
a {
    color: #008800;
	text-decoration: none;
	font-weight: bold;
    color: #512b6b;
}
a:hover {
    color: #D20000;
}
.bold {
    font-weight: bold;
    color: #512b6d;
    font-size: 16px;
}
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: #000;
}
h1 {
    font-family: 'Economica', sans-serif;
    text-align: left;
    text-indent: 43px;
    color: #3a2828;
    font-size: 300%;
    line-height: 29px;
}
.box1 {
    width: 93%;
    margin: 14px auto 43px auto;
    padding-top: 8px;
    padding-bottom: 8px;
    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;
}
.box2 {
	width: 749px;
    margin: 14px auto;
	padding-top: 8px;
	padding-bottom: 8px;
    border-radius: 3px;
    box-shadow: 4px 7px 5px -3px #000000;
}
.box2 p {
    color: #fff;
    font-size: 131%;
    padding: 0px 10px;
}
.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 48%;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
    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 32%;
		-ms-flex: 1 1 32%;
		flex: 1 1 32%;
    min-height: 160px;
    position: relative;
	margin: 5px;
    color: #002d00;
	border-radius: 3px;
}
.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;
}
.section-header {
    font-family: 'Economica', sans-serif;
    color: #3a2828;
    font-size: 260%;
    margin-top: -17px;
    margin-left: 57px;
    margin-right: 25px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}
.box1 .section-header {
    font-family: 'Economica', sans-serif;
    color: #fff;
    font-size: 260%;
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 6px;
    font-weight: bold;
    text-align: left;
    background-color: #512b6d;
    line-height: 42px;
    text-indent: 20px;
    padding-bottom: 5px;
}
.box3 .section-header2 {
    font-family: 'Economica', sans-serif;
    color: #fff;
    font-size: 260%;
    margin: 0px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    background-color: #512b6d;
    line-height: 42px;
    text-indent: 20px;
}
.box1 ul {
    margin: 0px;
}
.box1 li {
    list-style: none;
}
.section-sub-header {
    font-family: 'Economica', sans-serif;
    color: #444444;
    font-size: 222%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 25px;
}
.box1 .section-sub-header {
    font-family: 'Economica', sans-serif;
    color: #444444;
    font-size: 222%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 42px;
}
.section-sub-header2 {
    font-family: 'Economica', sans-serif;
    color: #fff;
    font-size: 180%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    text-indent: 65px;
}
#box1 .section-sub-header {
    font-family: 'Economica', 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: 'Economica', sans-serif;
}
.cell2 .section-sub-header {
    color: #3a2828;
    font-size: 220%;
    text-align: left;
    text-indent: 2px;
    font-style: italic;
    line-height: 42px;
    border-bottom: 2px solid #3a2828;
    margin: 12px 39px;
}
.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: #ffed19;
    width: 148px;
    height: 61px;
    border: 2px solid #3a2828;
    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: #3a2828;
    transition: all 0.5s;
}
.join:hover {
    background-color: #512b6d;
    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;
}
.logo5 {
    background-image: url(images/bet365132-logo.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: 48%;
}
.logo4b {
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 45px;
}
.logo5b {
    background-image: url(images/bet365132-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 59px;
}
.rating-box {
    width: 150px;
}
#bars td {
    font-family: 'Abel', sans-serif;
    text-align: right;
    font-size: 0.7em;
    color: #512b6b;
}
#bars {
    color: #fff;
    width: 150px;
    margin-left: 8px;
    border-radius: 3px;
    box-shadow: 0px 5px 5px -1px #828080;
    border: 1px solid #c7c7c7;
}
#bars .rating {
    font-family: 'Economica', sans-serif;
    color: #545454;
    font-size: 1.2em;
    text-align: center;
}
.avg-rate {
    font-family: 'Economica', sans-serif;
    text-align: center;
    padding: 8px 8px;
    font-size: 1.4em;
    color: #512b6b;
    width: 111px;
    margin: 0px 0px 0px 16px;
}
.avg-rate-no {
    font-family: 'Economica', sans-serif;
    color: #2c752c;
    font-size: 2em;
    margin: 0px 0px 9px 8px;
    text-align: center;
}
.table-chart {
    width: 100%;
    margin: 10px 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: #512b6d;
    text-decoration: none;
    width: 100%;
    font-size: 105%;
    line-height: 49px;
    display: block;
    background-color: #ffed19;
    margin: 7px 5px 7px -6px;
    border: 2px solid #512b6c;
    border-radius: 3px;
    box-shadow: 0px 2px 5px -1px #000;
    transition: all 0.5s;
}
.flex-table li a:hover {
    background-color: #512b6d;
    color: #fff;
}
.review-tbl {
    margin-top: 9px;
    margin-bottom: 26px;
}
#pros th {
    font-family: 'Economica', sans-serif;
    background-color: #512b6c;
    color: #fff;
    font-size: 29px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
}
#pros {
    box-shadow: 0px 5px 5px -1px #828080;
}
#pros td {
    font-family: 'Economica', sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    padding-left: 7px;
}
#pros td a {
    color: #000;
}
.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: #3a2828;
    line-height: 45px;
    color: #fff;
}
.flex-table .th1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #3a2828;
    line-height: 45px;
    max-width: 70px;
    color: #fff;
}
.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: #3a2828;
    line-height: 45px;
    color: #fff;
}
.flex-table .join {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
sup {
    font-size: 11px;
    color: #512b6c;
}
.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-flag-no {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/non-usa-flag.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.table-join {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 16px;
}
.table-join a:hover {
    color: #f6a645;
}
.table-rev {
    text-align: center;
    font-size: 16px;
}
.table-rev:hover, .table-join:hover {
}
.current-odds {
    width: 466px;
    margin: 0px auto;
	target-name: new;
}
.flag-label {
    width: 47px;
    height: 35px;
    background: url(images/usa-flag.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -24px;
    position: relative;
    top: 26px;
    left: -6px;
}
.flag-label-no {
    width: 47px;
    height: 35px;
    background: url(images/non-usa-flag.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -24px;
    position: relative;
    top: 26px;
    left: -6px;
}
.logo {
    float: right;
    width: 167px;
    height: 134px;
    margin: 0px 77px 10px 16px;
    background-image: url(images/bc-logo.png);
    background-repeat: no-repeat;
    opacity: 1;
}
.bv-sm {
    background-image: url(images/bovada200-breeders-cup.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 200px;
    float: left;
    margin: 6px 27px;
}
.bo-sm {
    background-image: url(images/betonline200-racebook.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 200px;
    float: left;
    margin: 6px 27px;
}
.sb-sm {
    background-image: url(images/sportsbetting200-racebook.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 200px;
    float: left;
    margin: 6px 27px;
}
.dms-sm {
    background-image: url(images/5dimes250-racebook.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 200px;
    float: left;
    margin: 6px 27px;
}
.b365-sm {
    background-image: url(images/bet365-200-racebook.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 200px;
    float: left;
    margin: 6px 27px;
}
.tag {
    font-size: 0.6em;
    color: #2c752c;
    text-shadow: 0px 0px #000;
    font-family: 'Economica', sans-serif;
}
.tag2 {
    font-family: 'Economica', sans-serif;
    font-size: 65%;
    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;
}
.bovada {
	background-image: url(images/bovada728-racebook.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-racebook.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.sportsbetting {
	background-image: url(images/sportsbetting728-racebook.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;
}
/*--------------------------NAV-Styles-------------------------*/
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#nav {
    position: relative;
    top: -19px;
    z-index: 2222222;
}
#nav ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav ul li a {
    font-family: 'Economica', 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: #512b6d;
}
#nav ul li a:hover {
    color: #F00;
}
#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: #512b6d;
    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: 1400px) {
        body {
    }
}
@media (max-width: 1290px) {
    #nav ul li a {
        font-size: 15px;
    }
@media (max-width: 1180px) {
	#box1 .section-sub-header {
    	font-size: 183%;
	}
    .tag {
        display: none;
    }
}
@media (max-width: 1070px) {
    #nav ul li a {
        font-size: 14px;
        padding-left: 22px;
    }
}
@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 {
        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: 10px;
	}
	.bovada {
		background-image: url(images/bovada250-racebook.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-racebook.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 250px;
		height: 250px;
		background-color: transparent;
	}
	.sportsbetting {
		background-image: url(images/sportsbetting250-racebook.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 250px;
		height: 250px;
	}
    .b365{
        background-image: url(images/bet365250-racebook.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 {
		-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;
	}
}
@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;
    }
    .table-brand {
        margin: 0px auto;
    }
    .logo1b, .logo2b, .logo4b, .logo5b {
        posistion: relative;
        top: -36px;
        left: 0px;
    }
    .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: 20px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .tag2 {
        display: none;
    }
    .side-box {
        margin-top: 0px;
    }
    .table-rated5, .table-rated4 {
        background-size: 41%;
    }
}
@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 {
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		line-height: 35px;
		font-size: 200%;
	}
    .flex-table li a {
        font-size: 15px;
    }
}
