@charset "utf-8";
/* CSS Document */
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(https://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrDrvev4WAjW489CRDHIkJ90.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(https://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrCGXDOnx9ptx3UTSPTrfsgk.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(https://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrAZ98xO_Wnt-JIem4AuLGfs.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(https://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrE1G989qbVg6RT5ly5jB8V8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(https://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrD86pq2NkPzVgw_9lpT6RGI.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: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(https://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrDAdhzWOYhqHvOZMRGaEyPo.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 {
    color: #3C3C3C;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
.container {
    max-width: 1000px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0px;
    box-shadow: 0px 0px 14px -2px #848484;
}
header {
    background-color: #000;
    background: url(images/header_image.jpg) no-repeat;
    background-position: center center;
    margin-top: -60px;
}
.header-banner {
    max-width: 1000px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: 47px 106px;
    background-size: 44%;
    position: relative;
    z-index: 444;
    height: 203px;
}
.content {
    max-width: 735px;
	order: 2;
	flex-grow: 5;
    position: relative;
    z-index: 222;
    background-image: url(images/bg1.gif);
    background-repeat: repeat-x;
    margin-top: 10px;
    margin-right: 10px;
}
.content p {
	margin-left: 15px;
	margin-right: 15px;
}
.side-nav {
	order: 1;
	flex-grow: 1;
	background-color: #fff;
}
.nav-box {
	width: 95%;
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
    position: relative;
    z-index: 222;
    background: #276299 url(images/leftmenu_bg.gif) 0 0 repeat-x;
}
.nav-header {
    display: block;
    padding-left: 25px;
    color: #fff;
    background: #392C4B;
    clear: both;
    font: bold 12px/30px Arial, Helvetica, sans-serif;
}
footer {
    max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
a {
    color: #0903f5;
    text-decoration: none;
}
a:hover {
    color: #f00;
    text-decoration: underline;
}
.container .side-nav ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0px;
	padding: 0px;
    padding-left: 10px;
}
.container .side-nav li {
	overflow: hidden;
    display: block;
    padding: 0 0 0 10px;
    background: url(images/leftmenu_divider.gif) 0 bottom repeat-x;
}
.container .side-nav li a {
    display: block;
    clear: both;
    height: 1%;
    padding: 9px 0 9px 20px;
    color: #fff;
    font-weight: bold;
    background: url(images/arrow1.gif) 0 10px no-repeat;
    text-decoration: none;
}
.container .side-nav li a:hover {
	color: #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.container .side-nav .side-banners {
	width: 160px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.fltrt, .float-rt {
	float: right;
	margin-left: 8px;
}
.fl-left {
    float: left;
    margin-right: 12px;
    margin-left: 17px;
}
h1 {
    font-size: 24px;
    display: block;
    padding: 11px 0 10px 60px;
    margin-top: 0px;
    color: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: url(images/welcome_icon.gif) 0 0 no-repeat;
}
.reviewBlock {
    width: 100%;
    clear: both;
    margin-bottom: 12px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.heading_1 {
    display: block;
    color: #C3C3C3;
    width: 250px;
    text-align: center;
    padding: 0 0 0 10px;
    text-indent: -10px;
    font: bold 18px/39px Arial, Helvetica, sans-serif;
    background: url(images/heading_1_bg.gif) 0 0 no-repeat;
}
.heading_1 span {
    display: block;
    padding: 0 0 0 0;
    background: url(images/heading_1_bg.gif) right 0 no-repeat;
}
.heading_4 {
    display: block;
    color: #324568;
    text-shadow: #ECF9FF 0 1px 0;
    text-transform: uppercase;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
}
#topOnlinePoker {
    width: 100%;
    padding: 0 0 1px 0;
    clear: both;
}
.chart {
    width: 100%;
    clear: both;
    background: #E0DCD9 url(images/chart_bg.gif) 0 30px repeat-x;
    border-bottom: #8D8B89 1px solid;
}
.chart tr.heading td {
    color: #A7A7A7;
    font-weight: bold;
    text-transform: uppercase;
    background: #2D2D2D url(images/chart_heading_bg.gif) 0 0 repeat-x;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 12px;
}
.chart td {
    color: #000;
    font-weight: bold;
    padding: 5px 0 5px 18px;
    text-align: left;
    background: url(images/divider.gif) bottom left repeat-x;
}
td {
    font: 12px/18px Arial, Helvetica, sans-serif;
    color: #3C3C3C;
    font-weight: normal;
}
.chart td a {
    color: #000;
    text-decoration: none;
}
.reviewListing {
    width: auto;
    color: #6E6B6B;
    font-family: Georgia, "Times New Roman", Times, serif;
    border: #CDD0D1 1px solid;
    position: relative;
    background: #fff url(images/gray_bg.gif) 0 0 repeat-x;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.heading_2 {
    display: block;
    color: #000;
    font-style: normal;
    font: bold 24px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: -5px;
    padding-left: 10px;
    margin-top: 0px;
}
.main-content {
    background-image: url(images/bg1.gif);
    background-repeat: repeat-x;
    float: right;
}
.main-content #rightPanel2 .reviewBlock .reviewListing p {
    margin-bottom: 8px;
}
.casino_img {
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
}
.reviewListing a {
    color: #000;
    text-decoration: underline;
}
.reviewBlock .reviewListing .fontSize18 {
    color: #006;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 19px;
    margin-top: 3px;
}
.fontSize16 {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#rightPanel2 #welcome2 ul li {
    margin-left: 36px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.fontSize18 {
    font-size: 18px;
    line-height: 24px;
}
.leftBox {
    width: 263px;
    float: left;
}
.heading_3 {
    display: block;
    padding-left: 25px;
    color: #fff;
    background: #392C4B;
    clear: both;
    font: bold 12px/30px Arial, Helvetica, sans-serif;
}
.leftmenu {
    width: 100%;
    clear: both;
    background: #276299 url(images/leftmenu_bg.gif) 0 0 repeat-x;
}
.copyright {
    color: #D7D9DA;
    text-transform: none;
    font-weight: normal;
    margin: 33px 0px;
}
#footer {
    width: 100%;
    clear: both;
    padding: 1px 0 0 0;
    margin-top: 0px;
    background: -moz-linear-gradient(270deg, #d9d9d9 0%, #ffffff 22%, #ffffff 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(22%, #ffffff), color-stop(100%, #ffffff)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #d9d9d9 0%, #ffffff 22%, #ffffff 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #d9d9d9 0%, #ffffff 22%, #ffffff 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #d9d9d9 0%, #ffffff 22%, #ffffff 100%); /* ie10+ */
    background: linear-gradient(180deg, #d9d9d9 0%, #ffffff 22%, #ffffff 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
    height: 106px;
    line-height: 5px;
}
.fb-like {
    width: 100px;
    height: 20px;
    margin-left: 15px;
    margin-top: 8px;
}
.footerMenu {
    padding: 32px 0 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #CF0202;
    background: url(images/footer_logo.gif) right 15px no-repeat;
}
.footerMenu a {
    color: #050000;
    padding: 0 10px 0 15px;
    margin-left: 10px;
    background: url(images/arrow.gif) 0 0 no-repeat;
}
.footerMenu a:hover {
    color: #f000;
}
.reviewListing .poker-logo {
    float: right;
    margin-right: 4px;
    margin-bottom: 6px;
    margin-left: 8px;
    margin-top: 4px;
    border: 2px solid #FDB100;
    border-radius: 10px;
    box-shadow: 5px 7px 2px #8C4600;
}
p {
    margin-right: 15px;
    margin-left: 15px;
    line-height: 20px;
    padding-top: 8px;
}
.fontSize30 {
    font-size: 30px;
    line-height: 36px;
}
.poker-logo {
    float: right;
    margin-right: 4px;
    margin-bottom: 6px;
    margin-left: 8px;
    margin-top: 4px;
    border: 2px solid #FDB100;
    border-radius: 10px;
    box-shadow: 5px 7px 2px #8C4600;
}
.fontSize24 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -.05em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.bold {
  font-weight: bold;
}
/*-----TopNav------*/

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#nav {
  position: relative;
  width: 100%;
  margin: 0px auto;
    margin-top: 39px;
  background: -moz-linear-gradient(270deg, #2b455f 0%, #2b455f 42%, #251a33 62%, #251a33 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b455f), color-stop(42%, #2b455f), color-stop(62%, #251a33), color-stop(100%, #251a33)); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, #2b455f 0%, #2b455f 42%, #251a33 62%, #251a33 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, #2b455f 0%, #2b455f 42%, #251a33 62%, #251a33 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, #2b455f 0%, #2b455f 42%, #251a33 62%, #251a33 100%); /* ie10+ */
background: linear-gradient(180deg, #2b455f 0%, #2b455f 42%, #251a33 62%, #251a33 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b455f', endColorstr='#251a33',GradientType=0 ); /* ie6-9 */
}
#nav ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav ul li a {
    font-family: 'Ubuntu Condensed', sans-serif;
    display: block;
    color: #e6e6e6;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    text-shadow: 1px 1px #000;
}
#nav ul li a:hover, #nav ul li a:active {
    color: #fff;
    text-shadow: 1px 1px #000;
    text-decoration: underline;
    background: -moz-linear-gradient(270deg, #f67117 0%, #c01103 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f67117), color-stop(100%, #c01103)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #f67117 0%, #c01103 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #f67117 0%, #c01103 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #f67117 0%, #c01103 100%); /* ie10+ */
    background: linear-gradient(180deg, #f67117 0%, #c01103 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67117', endColorstr='#c01103',GradientType=0 ); /* ie6-9 */
}
#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: 4.4em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    cursor: pointer;
    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;
    margin: 0px auto;
    max-width: 1000px;
  }
  #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;
  }
}
/*-----EndImportStyles------*/
.side-banner {
  width: 160px;
  height: 600px;
  margin: 5px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.bv {
	background-image: url(images/bovada160-poker.gif);
}
.bo {
	background-image: url(images/betonline160-poker.gif);
}
.sb {
	background-image: url(images/sportsbetting160-poker.gif);
}
.dimes {
	background-image: url(images/5dimes160-main.gif);
}
.side-banner-header {
	width: 95%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #3a3a3a;
}
/*  media   */
@media (min-width: 936px) {
	body {
		background: #000;
	}
}
@media (max-width: 936px) {
	.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%;
	}
	.container .side-nav li a {
		text-align: center;
		font-size: 16px;
	}
	.side-banner {
		width: 250px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		height: 250px;
	}
	.bo {
		background-image: url(images/betonline250-poker.gif);
	}
	.sb {
		background-image: url(images/sportsbetting250-poker.gif);
	}
	.dimes {
		background-image: url(images/5dimes250-main.gif);
	}
	.nav-header {
		font-size: 18px;
	}
}
@media (max-width: 728px) {
	.content {
		max-width: 100%;
		order: 1;
		flex-grow: 1;
	}
	header {
        background-image: none;
        background-color: #000;
        margin-top: -53px;
	}
    .header-banner {
        background-position: center bottom;
        height: 134px;
        margin-bottom: -61px;
    }
	.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%;
	}
	.container .content .sidebox {
		width: 95%;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.container .content .sidebox .sidebox-header {
		width: 100%;
	}
  .container .content h1 {
    font-size: 16px;
  }
  .container .content h1 {
    font-size: 34px;
    text-align: center;
    text-indent: 0px;
  }
  .welcome_heading2 {
    font-size: 28px;
    text-align: center;
    text-indent: 0px;
  }
  .chart table th {
    background-color: #3a3a3a;
    color: #fff;
    font-size: 10px;
    line-height: 60px;
  }
  .playnow_btn a {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 10px 3px;
  }
  .cya  {
    display: none;
  }
  .welcome_mid2 .tips_mid_heading {
    text-align: center;
    text-indent: 0px;
  }
  .payment-type-box {
    float: none;
    margin: 10px auto;
  }
  .table-logo {
    width: 120px;
    height: 72px;
  }
  .rating {
    float: none;
    top: -11px;
    left: 103px;
  }
}
@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 {
		font-size: 32px;
	}
  .chart table td {
    font-size: 10px;
  }
  footer {
    line-height: 54px;
    font-size: 10px;
  }
  .logo-box {
    background-size: 84%;
  }
    .header-banner {
        background-size: 80%;
    }
}
