@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	background: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	outline: none !important;
	text-decoration: underline;
	color: #000;
}
a:visited {
	outline: none !important;
	text-decoration: underline;
	color: #000;
}
a:hover {
	outline: none !important;
	text-decoration: underline;
	color: #000;
}
/*header*/
.header_contents {
	border-radius: 5px 5px 0 0;
	margin-top: 10px;
}
header .header_tag {
	font-size: 50px;
	line-height: 90px;
	color: #dcdcdc;
	font-weight: bold;
	background-color: #FDE359;
}
header .header_tag span {
	color: #fed217;
}
header img {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-default {
	background: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AA0000;
	border-bottom-color: #AA0000;
	background-color: #000;
}
.nav {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.navbar-nav li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AA0000;
	color: #FFF;
}
.navbar-nav li:last-child {
	border-right: none;
}
.container-fluid {
	padding: 0;
}
.navbar-collapse {
	padding: 0;
}
.nav li a:link {
	padding: 3px 32px;
	text-decoration: none;
	color: #FFF;
}
.nav li a:visited {
	padding: 3px 32px;
	text-decoration: none;
	color: #FFF;
}
.nav li a:hover {
	padding: 3px 32px;
	text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #fed217;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fed217;
	transition: all 0.3s ease 0s;
}
.dropdown-menu {
	width: 214px !important;
	top: 149%;
}
.dropdown-menu li {
	border: none;
}
.dropdown-menu li a:link {
	padding: 3px 10px;
	color: #000;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: none !important;
}
/*header*/

/*content_area*/
.content_wrap {
	padding: 15px;
}
.content_area {
	display: block;
}
.content_area .left {
	border: solid 1px #d0d0d0;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}
.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.col-sm-9 {
	width: 78%
}
.col-sm-3 {
	width: 22%
}
.spacer {
	line-height: 30px;
}
.featured_box .col-sm-9 {
	width: 72%;
}
.featured_box .col-sm-3 {
	width: 23%;
	margin-left: 15px;
}
.content_wrap .col-sm-3 {
	padding-left: 0;
}
.main_heading {
	display: block;
}
.content_area .header_tag {
	display: block;
	font-size: 22px;
	color: #00000D;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	font-weight: bold;
	line-height: 34px;
	background-color: #FDE359;
	padding: 5px;
	border: thin solid #A0A0A4;
	border-radius: 5px;
	margin-top: 10px;
}
h1, h2 {
	display: block;
	font-size: 22px;
	color: #000;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	font-weight: bold;
}
.content_area p {
	display: block;
	font-size: 15px;
	color: #5D5D5D;
	line-height: 24px;
	padding-top: 10px;
	text-align: justify;
	margin-bottom: 6px;
}
.featured_block {
	display: block;
}
.featured_block .header_tag {
}
.featured_box {
	border: solid 1px #d5d5d5;
	padding: 10px;
	background-color: #eee;
	border-radius: 5px;
	margin-top: 10px;
}
.featured_block .head_2 {
	display: block;
	font-size: 20px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
}
.featured_box p {
	padding-bottom: 10px;
}
.featured_block span {
	color: #007F00;
}
.read_button {
	display: block;
	margin-right: 13px;
	background: #000;
	border: solid 1px #263048;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px 20px;
	float: left;
	margin-right: 15px;
	color: #FFF;
}
.read_button:hover {
	background: #6f7576;
	border: solid 1px #000;
	color: #FFF;
}
.read_button a {
	color: #FFF;
	text-decoration: none;
}
.read_button a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:focus, a:hover {
	transition: all 0.3s ease 0s;
}
.review_button {
	display: block;
	margin-right: 13px;
	background: #6f7576;
	border: solid 1px #263048;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px 20px;
	float: left;
	margin-right: 15px;
	color: #FFF;
}
.review_button:hover {
	background: #000;
	border: solid 1px #6f7576;
	color: #FFF;
}
.review_button a {
	color: #FFF;
	text-decoration: none;
}
.review_button a:hover {
	color: #FFF;
	text-decoration: underline;
}
.more_block {
	display: block;
	padding-top: 18px;
}
.more_block .header_tag {
}
.more_block .table .bonus {
	color: #ff0000;
}
.more_block .table a:link {
	color: #000;
	text-decoration: underline;
}
.more_block .table a:visited {
	color: #000;
	text-decoration: underline;
}
.more_block .table a:hover {
	color: #000000;
	text-decoration: underline;
}
.more_block .table .rate {
	padding-top: 2px;
}
.table-responsive {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 0 5px;
}
thead th {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #000;
}
tbody td {
	background-color: #eee;
}
tr td:first-child, tr th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
tr td:last-child, tr th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.table-responsive {
	margin-bottom: -5px;
	padding: 0px;
	width: auto;
}
.right {
	background: #fff;
	border: solid 1px #d0d0d0;
	border-radius: 5px;
	margin-bottom: 15px;
}
.right .head_casino {
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 14px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	padding-top: 2px;
	padding-bottom: 2px;
	border: thin solid #000;
	border-radius: 5px 5px 0 0;
	background-color: #AA0000;
}
.right ul {
	font-size: 15px;
	color: #fde35b;
}
.right ul li {
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AA0000;
	background-color: #000;
}
.right ul li a {
	color: #FFF;
	text-decoration: none;
}
.right ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
.right ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.ad_block {
	padding: 30px 40px 190px;
}
.ad_block img {
	max-width: 100% !important;
	margin: 0 auto;
	display: block;
}
/*footer*/
.footer p {
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
	color: #999999;
	text-align: center;
	padding-top: 0px;
	padding-top: 20px;
	display: block;
	text-align: center;
	min-height: 60px;
}
.footer a:link {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.img-responsive {
	max-width: 100% !important;
}
 @media (min-width: 768px) and (max-width: 1200px) {
.nav {
	font-size: 14px;
}
.nav li a {
	padding: 3px 17px;
}
.content_area .header_tag {
	font-size: 22px;
}
.table > thead > tr > th {
	font-size: 12px;
}
.table-responsive {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right ul {
	font-size: 12px;
}
.featured_block .head_2 {
	font-size: 16px;
}
.content_area p {
	font-size: 13px;
	line-height: 22px;
}
.ad_block {
	padding: 20px 20px 190px;
}
header .header_tag {
	font-size: 22px;
}
.more_block .table .head_table {
	font-size: 12px;
}
.more_block .table .bonus {
	font-size: 12px;
}
.more_block .table {
	font-size: 12px;
}
.more_block .table a {
	font-size: 12px;
}
.content_wrap .col-sm-3 {
	padding-left: 0;
}
.read_button, .review_button {
	font-size: 12px;
}
.content_area p {
	font-size: 12px;
	line-height: 20px;
}
.dropdown-menu {
	font-size: 12px;
	width: 158px !important;
}
.dropdown-menu li a {
	padding: 3px 11.6px;
}
}
@media(max-width: 767px) {
.table-responsive {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
.table a {
	font-size: 12px;
}
.table {
	position: relative;
	width: 100% !important;
}
.navbar-toggle {
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-collapse {
	padding-left: 15px;
	padding-right: 15px;
}
.nav {
	padding-top: 0;
}
.nav li:hover {
	background: #fed217;
	transition: all 0.3s ease 0s;
}
.nav li:hover a {
	color: #fff !important;
}
.nav li a {
	padding: 3px 20px;
}
.nav {
	margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.featured_box button {
	font-size: 12px;
}
.dropdown-menu {
	width: 100% !important;
}
.nav li a {
	padding: 6px 20px !important;
}
.featured_box .col-sm-9 {
	width: 75%
}
.featured_box .col-sm-3 {
	width: 25%;
}
.featured_box .col-sm-3 img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.col-sm-9 {
	width: 100%;
}
.col-sm-3 {
	width: auto;
	margin-top: 10px;
	margin-left: 15px;
}
}
@media (max-width: 640px) {
.more_block .table .bonus {
	line-height: 15px;
	font-size: 12px;
	line-height: 10px;
}
.more_block .table span {
	display: block;
}
.more_block .table .head_table {
	font-size: 12px;
	line-height: 10px;
}
.table a {
	font-size: 12px;
	line-height: 14px;
}
.table > thead > tr > th {
	font-size: 12px;
}
header .header_tag {
	font-size: 18px;
}
.content_area .header_tag {
	font-size: 22px;
}
.content_area p {
	font-size: 12px;
}
.featured_block .head_2 {
	font-size: 13px;
}
.read_button, .review_button {
	width: 100%;
	margin-top: 10px;
}
.more_block .table a {
	font-size: 12px;
}
.featured_block .head_2 {
	padding-top: 10px;
}
.content_area p {
	line-height: 20px;
}
.featured_box .col-sm-9 {
	width: 100%
}
.featured_box .col-sm-3 {
	width: auto;
}
.featured_box .col-sm-3 img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.col-sm-9 {
	width: 100%;
}
.col-sm-3 {
	width: auto;
	margin-top: 10px;
	display: block;
}
}
