@charset "utf-8";
/* CSS Document */
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/pEobIV_lL25TKBpqVI_a2w.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 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
.container {
    max-width: 1040px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 0px 9px -3px #000;
    background-color: #f5f5f5;
}
header {
    background-color: #434343;
    border-bottom: 10px solid #dec400;
}
.header-wrapper {
    max-width: 1067px;
    margin: 0px auto;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 79%;
}
.header-banner {
    height: 100px;
    max-width: 519px;
	margin-left: 20px;
	margin-right: auto;
	background-image: url(images/top-banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.content {
    max-width: 820px;
	order: 1;
	flex-grow: 4;
}
.content p {
	margin-left: 15px;
	margin-right: 15px;
}
.side-nav {
	order: 2;
	flex-grow: 1;
    margin-top: 10px;
    width: 200px;
}
.row {
	max-width: 980px;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
.cell2 {
	background-color: #666;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 49%;
		-ms-flex: 1 1 49%;
		flex: 1 1 49%;
	border: 1px solid #ccc;
	margin: 2px;
} 
.cell3 {
	background-color: #666;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 32%;
		-ms-flex: 1 1 32%;
		flex: 1 1 32%;
	border: 1px solid #ccc;
	margin: 2px;
} 
.nav-box {
	width: 95%;
	margin-right: auto;
	border-radius: 3px;
	overflow: hidden;
}
.nav-header {
    color: #acacac;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 138%;
    line-height: 33px;
    padding: 5px 0px;
    background-color: #434343;
    border-bottom: 10px solid #dec400;
    text-shadow: 2px 2px #000;
}
.state-nav-header {
    font-size: 167%;
    color: #dec000;
    padding-bottom: 5px;
}
footer {
    background-color: #434343;
    border-top: 6px solid #dec400;
	margin-left: auto;
	margin-right: auto;
	line-height: 60px;
	text-align: center;
    font-size: 80%;
	color: #ccc;
}
a {
	color: #434343;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #dec400;
	text-decoration: none;
}
hr {
	width: 50%;
}
.container .content h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 250%;
    line-height: 80px;
    text-indent: 15px;
    margin: 0px;
}
.container .side-nav ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.container .side-nav li {
	overflow: hidden;
}
.container .side-nav li a {
    color: #000;
    font-size: 124%;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: left;
    border-top: 1px solid #dec400;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
    padding-left: 2px;
    font-weight: normal;
}
.container .side-nav li a:hover {
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #dec400;
}
.container .side-nav .side-banners {
	width: 160px;
	margin: 15px auto;
	height: 600px;
}
.big-red, .green-bg {
    font-family: 'Oswald', sans-serif;
    font-size: 150%;
    color: #434343;
    font-weight: bold;
}
.bg1 {
	background-color: #d7d7d7;
    box-shadow: 1px 2px 13px -3px #000;
}
.bg2 {
    background-color: #f0f0f0;
    padding-bottom: 1px;
}
.sb-box {
    width: 98%;
    margin: 35px auto;
    padding-bottom: 10px;
    background-color: #d7d7d7;
    border-radius: 3px;
    box-shadow: 1px 1px 9px -2px #000;
    border: 1px solid #ccc;
}
.poker-room-headline {
    font-family: 'Oswald', sans-serif;
    color: #434343;
    font-size: 180%;
    text-indent: 0px;
    border-bottom: 3px solid #dec400;
    margin: 0px;
    line-height: 44px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.bc-advant {
    width: 213px;
    height: 98px;
    background-image: url(images/bitcoin-advantages.png);
    background-repeat: no-repeat;
    background-size: 99%;
    opacity: 1;
    margin: 0px auto;
}
/*-----ImportStyles------*/
/*-----EndImportStyles------*/
.feature-banner {
    width: 200px;
    height: 200px;
    float: right;
    margin: 16px 14px;
}
.bov {
	background-image: url(images/bovada200-bitcoin.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bet {
	background-image: url(images/betonline200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.sbtg {
	background-image: url(images/sportsbetting200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dms {
	background-image: url(images/5dimes200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.side-banner-header {
    color: #acacac;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 39px;
    padding: 5px 0px;
    background-color: #434343;
    border-bottom: 10px solid #dec400;
}
.top-pic {
	background-image: url(images/bitcoins.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 280px;
	height: 236px;
	float: right;
	margin: 10px 10px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px -3px;
}
.btn-box {
    width: 80%;
    max-width: 290px;
    height: 47px;
    margin: 25px auto;
    border: 2px solid;
    background-color: #434343;
    box-shadow: 2px 2px 9px -2px #000;
    border: 3px solid #676767;
    background-color: #434343;
    overflow: visible;
    border-radius: 3px;
}
.btn {
	width: 85%;
    height: 40px;
    font-size: 200%;
    line-height: 40px;
    position: relative;
    background: -moz-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #DB0000), color-stop(100%, #5E0000));
	background: -webkit-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
	background: -o-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
	background: radial-gradient(ellipse at center, #DB0000 0%, #5E0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0000', endColorstr='#5E0000',GradientType=1 );
    background-color: #dec400;
    color: #fff;
    padding: 10px 10px;
    border: 3px solid #c4b220;
    box-shadow: 2px 2px 9px -2px #000;
    margin: 0px auto;
    text-align: center;
    top: -10px;
    border-radius: 3px;
    text-shadow: 2px 2px #000;
}
.btn:hover {
	background: -moz-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5E0000), color-stop(100%, #DB0000));
	background: -webkit-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -o-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: radial-gradient(ellipse at center, #5E0000 0%, #DB0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E0000', endColorstr='#DB0000',GradientType=1 );
}
.fb-like {
    width: 100px;
    height: 20px;
    margin-left: 15px;
    margin-top: -10px;
}
.heading th {
	color: #FFF;
    background-color: #434343;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	padding-right: 4px;
	padding-left: 4px;
}
.heading td {
	color: #FFF;
	background-color: #0C101B;
    font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}
.selections td {
	color: #151515;
    font-family: 'Oswald', sans-serif;
	padding-right: 4px;
	padding-left: 8px;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
.selections td a {
	color: #FF0000;
	font-size: 15px;
	padding-right: 4px;
	padding-left: 2px;
}
.black {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.options {
    background-color: #d7d7d7;
	border-radius: 3px;
    box-shadow: 2px 2px 9px -2px #000;
}
.options tr:hover {
    background-color: #434343;
}
.options thead .heading th {
	color: #FFF;
    background-color: #434343;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	padding-right: 4px;
	padding-left: 4px;
}
.options tbody .selections td {
	color: #151515;
    font-family: 'Oswald', sans-serif;
	padding-right: 4px;
	padding-left: 8px;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
.options tbody .selections td a {
    color: #f5f5f5;
    font-size: 17px;
    background: -moz-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #DB0000), color-stop(100%, #5E0000));
    background: -webkit-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -o-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -ms-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: radial-gradient(ellipse at center, #DB0000 0%, #5E0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0000', endColorstr='#5E0000',GradientType=1 );
    background-color: red;
    padding: 4px 15px;
    border: 2px solid #c4b220;
    border-radius: 3px;
    line-height: 29px;
    text-shadow: 3px 2px #000;
}
.options tbody .heading td {
	color: #FFF;
	background-color: #0C101B;
    font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}
.options tbody .selections td .onsite {
	text-decoration: none;
	color: #F00;
	font-size: 20px;
	font-style: italic;
}
.options tbody .selections .black {
    font-size: 22px;
	color: #C00;
}
/*  media   */
@media (min-width: 936px) {
	body {
	background: #d7d7d7;
	background: -moz-linear-gradient(270deg, #494949 0%, #949494 24%, #949494 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(24%, #949494), color-stop(100%, #949494)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #494949 0%, #949494 24%, #949494 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #494949 0%, #949494 24%, #949494 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #494949 0%, #949494 24%, #949494 100%); /* ie10+ */
	background: linear-gradient(180deg, #494949 0%, #949494 24%, #949494 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#949494',GradientType=0 ); /* ie6-9 */
	}
	.bv {
		background-image: url(images/bovada160-bitcoin.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.bo {
		background-image: url(images/betonline160-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.sb {
		background-image: url(images/sportsbetting160-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.dimes {
		background-image: url(images/5dimes160-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
}
@media (max-width: 1040px) {
	.content {
		max-width: 100%;
		order: 1;
		flex-grow: 1;
	}
	.side-nav {
		order: 2;
		flex-grow: 1;
		background-color: #fff;
	}
	.container .side-nav ul {
		display: flex;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.container .side-nav li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 32%;
		-ms-flex: 1 1 32%;
		flex: 1 1 32%;
		border: 1px solid #9B0000;
	}
	.container .side-nav li a {
		text-align: center;
		font-size: 16px;
	}
	.container .side-nav .side-banners {
		width: 300px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		height: 250px;
	}
	.bv {
		background-image: url(images/bovada250-sports.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.bo {
		background-image: url(images/betonline250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.sb {
		background-image: url(images/sportsbetting250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.dimes {
		background-image: url(images/5dimes250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.nav-header {
		font-size: 18px;
	}
}
@media (max-width: 888px) {
	.options tbody .selections td {
    	text-align: center;
	}
	.options tbody .selections td a {
    	font-size: 14px;
    	display: block;
	}
}
@media (max-width: 728px) {
	.content {
		max-width: 100%;
		order: 1;
		flex-grow: 1;
	}
	.row {
		max-width: 100%;
		flex-grow: 1;
	} 
	.container .row .cell2 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.container .row .cell3 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.side-nav {
		order: 2;
		flex-grow: 1;
		background-color: #fff;
	}
	.container .side-nav ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.container .side-nav li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 49%;
		    -ms-flex: 1 1 49%;
		        flex: 1 1 49%;
		border: 1px solid #9B0000;
	}
	.container .content .sidebox {
		width: 95%;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.container .content .sidebox .sidebox-header {
		width: 100%;
	}

	.header-wrapper {
		background-image: none;
	}
}
@media all and (max-width:480px) {
	.container .side-nav li {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.container .content h1 {
		text-align: center;
    	line-height: 45px;
    	text-indent: 0px;
	}
	.big-red, .green-bg {
		text-align: center;
    	line-height: 26px;
    	text-indent: 0px;
	}
	.blue-box {
		width: 98%;
	}
	.blue-box .big-red {
		text-align: center;
    	line-height: 42px;
    	text-indent: 0px;
	}
	.blue-box li {
	    font-size: 110%;
	}
	.poker-room-headline {
	    line-height: 29px;
	}
	.fb-like {
		float: none;
		margin:10px auto;
	}
	.top-pic {
		float: none;
		margin:10px auto;
	}
	.options tbody .selections .black {
	    font-size: 15px;
	    color: #C00;
	}
	.header-banner {
	    height: 94px;
	    width: 404px;
	    margin-left: 47px;
	    margin-right: auto;
	    background-size: 100%;
	    background-position: right center;
	}
	.feature-banner {
	    width: 200px;
	    height: 200px;
	    float: none;
	    margin: 16px auto;
	}
}