/*
Theme Name: Casinotown 2 Child
Theme URI: http://www.flytonic.com/product/casinotown2-theme/
Description: Child theme for Casinotown 2
Author: Flytonic
Author URI: http://www.flytonic.com/
Template: casinotown2
Tags: flytonic, casinotown2 theme, casino, gambling, wordpress, wordpress theme
Version: 1.01
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	1. HTML Reset

	2. Defaults
		- Typography
		- Headings
		- Other Objects
	3. Site Layout and Structure
	4. Common Classes
		-Excerpts
		-Comments
	5. Header
		-Site Header
		-Navigation
	6. Content Area
		-Shortcodes
		-Review Pages
    -Misc
	7. Sidebar
		-Widgets
	8. Footer
	9. Media Queries

*/


/* 1. HTML Reset

   normalize.css v2.1.2 | MIT License | git.io/normalize
   ----------------------------------------------------------------------------*/


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}/*q{quotes:\201C \201D \2018 \2019}*/small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body,figure{margin:0}
legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}



/* 2. Defaults
   ----------------------------------------------------------------------------*/

@font-face {
	font-display: swap;
	font-family: 'ez-toc-icomoon';
	src:url('fonts/ez-toc-icomoon.eot');
	src:url('fonts/ez-toc-icomoon.eot?#iefix') format('embedded-opentype'),
	url('fonts/ez-toc-icomoon.woff2') format('woff2'),
	url('fonts/ez-toc-icomoon.woff') format('woff'),
	url('fonts/ez-toc-icomoon.ttf') format('truetype'),
	url('fonts/ez-toc-icomoon.svg#ez-toc-icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* cairo-regular - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cairo-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/cairo-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cairo-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cairo-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/cairo-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cairo-v10-latin-regular.svg#Cairo') format('svg'); /* Legacy iOS */
  font-display: fallback !important;
}

/* cairo-700 - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cairo-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/cairo-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cairo-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cairo-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/cairo-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cairo-v10-latin-700.svg#Cairo') format('svg'); /* Legacy iOS */
  font-display: fallback !important;
}

/*html {
	font-size: 10px;
}*/

body {
	background: #0f0f0f url(images/bg.png);
	color: #fff;
	font-family: 'Cairo',sans-serif;
	line-height:1em;
}

a {
	color: #709a0a;
	text-decoration: none;
}

a:hover {
	color: #999;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	padding:0;
}

img {
	border:0;
}

.clearboth {
	clear:both;
}

span.hilite {
	color:#fff;
	font-weight:bold;
}


hr {
	padding:10px 0 0 0;
	margin-bottom:25px;
	border:0;
	border-bottom:1px solid #e5e5e5;
}

a.fulllink {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	filter: alpha(opacity=0);
	display:block;
}

/* Headings
   -----------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	/*font-weight: bold;*/
	line-height: 1.1em;
	margin: 0 0 20px;
}

h1 {
	font-size:1.9em;
	margin: 0 0 24px;
	border-bottom: 1px solid #000;
	padding-bottom:12px;
}

h2 {
	font-size:1.6em;
    font-weight: 400;	
}

h3 {
	font-size:1.4em;
	font-weight: 400;
}

h4 {
	font-size:1.2em;
	font-weight: 400;
}

h5 {
	font-size:1.1em;	
}

h6 {
	font-size:1.1em;
	font-weight:normal;	
}

h1.entry-title,
h2.entry-title  {
  color: #fff;
  font-size: 22px;
  padding: 13px 15px;
	margin: -15px -15px 8px -15px;
	background: #0a0a0a;
	background: -moz-linear-gradient(top,  #0a0a0a 0%, #171717 100%);
	background: -webkit-linear-gradient(top,  #0a0a0a 0%,#171717 100%);
	background: linear-gradient(to bottom,  #0a0a0a 0%,#171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#171717',GradientType=0 );
}



h1.altheading, h2.altheading, h3.altheading {
	background:#000;
	color:#fff;
	padding:10px 12px;
	margin-bottom:16px;

}

/* 3. Site Layout and Structure
   ----------------------------------------------------------------------------*/


#outerwrap {
	width: 1144px;
	/*overflow: hidden;*/
	/*width: 1240px;
	overflow: visible;*/
	overflow: visible;
	margin: 0 auto;
	padding: 0;
}

.wrap {
	width: 100%;
	margin:0 auto;
}

/* 4. Common Classes
   ----------------------------------------------------------------------------*/

 /* Flytonic Buttons */
a.visbutton {
    background: #7cb200; 
background: -moz-linear-gradient(top, #7cb200 0%, #46af00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7cb200 0%,#46af00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7cb200 0%,#46af00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 	color:#fff!important;
	border-radius:4px;
	-moz-border-radius:4px;
 	line-height:1em;
 	padding:13px 12px;
 	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	margin:0 .5em 0 .5em;
	font-size:14px !important;
	text-transform:uppercase;
	font-weight:bold;
}

a.visbutton.gray {
	background:#8f8f8e; /* for non-css3 browsers */
}

a.visbutton.size1 {
	padding:7px 0;
	width:80px;
	margin:0!important;
}

a.visbutton.fullbutton {
	width:100%;
	margin:0;
	padding:12px 0;
	-webkit-transform:scale(1.03,1); /* Safari and Chrome */
-moz-transform:scale(1.03,1); /* Firefox */
-ms-transform:scale(1.03,1); /* IE 9 */
 -o-transform:scale(1.03,1); /* Opera */
  transform:scale(1.03,1); /* W3C */
}


a.visbutton.lg {
	padding:16px 0;
	display:block;
	margin:0;
	width:200px;
	font-size:16px !important;
}

a.visbutton.sm {
	padding:10px 0;
	font-size:12px !important;
	width:75px;
}

a.visbutton.med {
	padding:11px 0;
	font-size:13px !important;
	display:block;
	margin:0 0 10px;
}

a.visbutton.cent {
	margin:0 auto;
	text-align:center;
	display:block;
}

a.visbutton:hover,
a.visbutton:active,
a.visbutton:visited {
	opacity: 0.85;
	box-shadow:none;
}

a.visbutton.marb {
	margin-bottom:6px!important;
}

a.visbutton.fright {
	margin:0!important;
	float:right;
}

 /* Rating Stars */

span.rate {
	display:block;
	height:16px;
	width:98px;
	background:url(images/ratestars.png) -2px -19px;
}

span.ratetotal {
	display:block;
	height:16px;
	width:98px;
	background:url(images/ratestars.png) -2px -2px;
}

span.rate.ratecen {
	margin:0 auto;
}

span.rate.mbottom {
	margin-bottom:8px;
}

span.rate.reviewrate{
	float:right;
	margin-top:7px;
}

 /* Excerpts */

.excerptlist{
	line-height:1.5em;
	overflow:hidden;
}

 .articleexcerpt p{
	margin:0;
	padding:0;
	line-height:1.5em;
}

.articleexcerpt{
	overflow:hidden;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #181818;
}

div.articleexcerpt:last-child {
  border:none;
  margin: 0px;
}

.articleexcerpt .title a{
	color: #fff;
}

.articleexcerpt img{
	width:125px;
	height:125px;
	margin:0 15px 0 0;
	padding: 5px;
  display:block;
  float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  background-color: #1a1a1a;
}

 .articleexcerpt h3{
	margin:0  0 5px;
	padding:0;
	color:#111;
	font-size:17px;
	font-weight:bold;
}

 .articleexcerpt h3 a, .articleexcerpt h3 a:visited{
	color:#fff;
}

 .articleexcerpt h3 a:hover{
	color:#ddd;
}

.articleexcerpt .bylines{
	font-size: 12px;
	margin: 0 0 14px;
	color: #777;
	line-height: 1.2em;
}

.bylines a, .bylines a:visited{color: #777;
}

 /* Other Common Classes */


.bylines{
	font-size:13px;
	margin-bottom:20px;
	color:#777;
}

blockquote {
    margin: 10px 20px 20px;
    padding: 10px 10px 5px 10px;
    border-left: 2px solid #ddd;
    color: #777;
    background: #f5f5f5;
    font-style: italic;
    border-radius: 5px;
    font-size: 1.1em;
 }

blockquote p {
	margin: 0 0 10px;
}

.main-content .bannerwidget{
	display: block;
	margin:20px auto;
	float:none;
	text-align:center;
}

.breadcrumb{
	margin-bottom:10px;
	font-size:1.1em;
	padding:10px;
	color:#999;
	background:#FFF;
	border:1px solid #ccc;
}

.current_crumb{
	font-weight:normal;
}

/** Pagination **/

.pagination {
	clear:both;
	padding:30px 0;
	line-height:13px;
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:14px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 7px 2px 0;
	padding:9px 9px 9px 9px;
	text-decoration:none;
	width:auto;color:#7cb200;
	text-decoration:none;
}

.pagination a:hover{
	color:#fff;
	background: #7cb200;
}

.pagination .current{
	padding:9px 9px 9px 9px;
 background: #7cb200; 
	color:#fff;
}

.pagination a.last{
	background:#999;
	color:#FFF;
}

.pagination a.last:hover{
	background:#333;
	color:#FFF;
}

/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.main-content img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	 max-width: 100%;
}

.main-content img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align:top;
}

/* Captions */

.wp-caption {
	margin-bottom:20px;
	border:1px solid #ccc;
	max-width: 96%;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #666;
	font-size: 12px;
	background:#f5f5f5;
	padding:10px 20px;
	margin:0;
	border-top:1px solid #ddd;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

.gallery {
   margin:0 0 20px 0;
	overflow:hidden;
}

.gallery-item {
   float: left;
   padding:0 12px 5px 12px;
   text-align: center;

}

.gallery-columns-4 .gallery-icon img {
 	width:120px;
	height:120px;
}

.gallery-columns-1 .gallery-icon img, .gallery-columns-2 .gallery-icon img  {
 	width:260px;
	height:195px;
}

.gallery .gallery-caption {
	border:0;
	padding:2px;
	background:#f1f1f1;
	font-style:italic;
	font-size:11px;
	margin:0;
}

.gallery .gallery-icon img {
	border: 1px solid #ccc;
	padding:4px;
}


/******************* Flytonic Comments ****************************************/

#comments { padding-top:30px; }

#respond:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden;	}
#commentform {padding:10px 0 0 0; margin:0;}
#commentform input, #commentform textarea, #commentform .rateinput {width: 200px; padding: 5px; margin:0;	border:2px solid #DDD; color:#888; display:block; font-size:11px; }
#commentform textarea {	width: 95%;	}
#commentform label { color:#ddd; font-weight:bold; font-size:11px; }
#commentform label span { font-weight:normal; color:#777;}
ol.commentlist {border-top:solid 1px #ddd; margin:0 0 35px 0 !important; padding:0 !important;}
ol.commentlist li {position:relative !important;;min-height:50px !important;; padding: 10px 10px 10px 82px!important;list-style: none !important; border-bottom:1px solid #ddd !important;;	}
ol.commentlist li .avatar{padding:4px;text-align:center;background:#fff;border:solid 1px #ccc;position:absolute;left:10px;top:10px;}
ol.commentlist li span.avatar img{margin:5px;}
ol.commentlist ul.children{margin:10px 0 0 0 !important;border-top:solid 1px #ddd; padding:0;}
ol.commentlist .thread-odd{background:#f8f8f8;}
ol.commentlist .thread-even .even{background:#fff;}
ol.commentlist .thread-even .odd{background:#f8f8f8}
ol.commentlist .thread-odd .odd{background:#fff;}
ol.commentlist .thread-odd .even{background:#f8f8f8}
.bypostauthor { border-top:2px solid #7cb200; }
ol.commentlist .bypostauthor  span.avatar { border:solid 2px #7cb200;}
.nocomments {text-align: center; margin: 0; padding: 0;	}
div.comment-author { font-size:1.1em; line-height:1em;  }
b.fn {font-weight:normal;}
span.says { display:none;}
div.comment-metadata{ font-size:.8em; margin-bottom:10px;color:#888;}
div.comment-metadata a, div.comment-metadata a:visited {color:#888;}
div.comment-metadata a:hover {color:#000;}
.reply {text-align:right;}

/** Comment Buttons **/

div.reply a.comment-reply-link, div.reply a.comment-reply-link:visited {
	background: #7cb200; 
	color:#fff;
	padding:4px;
	font-size:.8em;
}

div.reply a.comment-reply-link:hover {
	background:#999;
	color:#fff;
}

#commentform #submit {
	background:#7cb200;
	color:#fff;
	border:0;
	padding:8px;
	text-align:center;
	display:block;
	width:100px;
	font-size:12px;
	font-weight:bold;
}

#commentform #submit:hover {
	background:#999;
	cursor:pointer;
}


/* 5. Header
   ----------------------------------------------------------------------------*/


header.main-header {
	width:100%;
	padding:10px 0px;
	background:#0e0e0e;
}

.header-logo {
	float:left;
	padding:0 20px 0 15px;
	}

	.header-logo h2 {
		line-height:1.1em;
		font-size:30px;
		padding: 10px 0 0 10px;
		margin:0;
		text-transform:uppercase;
	}

.header-logo h2 a{
	color:#fff;
	text-decoration:none;
	}
.header-logo h2 a:hover{
	color:#eee;
	}

.headerwidgets {
	overflow:hidden;
	}

	.headerwidgets .widget {
	float:right;
	padding:5px 15px 5px 5px;
	}

.headerwidgets .bannerwidget {
	float:right;
	padding:5px 15px 5px 5px;
}

.headerwidgets .bannerwidget img {
    max-width: 100%;
	height:auto;
}


/* Navigation
   ------------------------------*/

nav.navbar {
	overflow:hidden;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #e0e0e0 50%, #d8d8d8 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e0e0e0 50%,#d8d8d8 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#e0e0e0 50%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d8d8d8',GradientType=0 );
	clear:both;
	padding:0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav {
	height:46px;
	display: block;
	margin:0;
	float:left;
}

.nav,
.nav ul {
    line-height:34px;
	margin:0;
	padding:0;
	list-style: none;
 }

.nav li {
	float: left;
 	font-size:13px;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px solid #c2c2c2;
	border-left:1px solid #e4e3e3;
}

.nav li:first-child{
	border-left:none;
}
.nav li:last-child{
	border-right:none;
}

.nav li a,.nav li a:visited {
	color:#444444;
	display:block;
	padding:6px 11px;
	
	-webkit-transform:scale(1.03,1); /* Safari and Chrome */
-moz-transform:scale(1.03,1); /* Firefox */
-ms-transform:scale(1.03,1); /* IE 9 */
 -o-transform:scale(1.03,1); /* Opera */
  transform:scale(1.03,1); /* W3C */
}

.nav li a:hover, .nav li a:active {
  background: #d8d8d8;
	background: -moz-linear-gradient(top,  #d8d8d8 0%, #e0e0e0 50%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top,  #d8d8d8 0%,#e0e0e0 50%,#fdfdfd 100%);
	background: linear-gradient(to bottom,  #d8d8d8 0%,#e0e0e0 50%,#fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#fdfdfd',GradientType=0 );
}

.nav li ul {
	position: absolute;
	left: -999em;
	width:180px;
	margin:0 0 0 -1px;
	line-height: 17px;
	background:#333;
	z-index:10;
}

.nav li li {
	width: 180px; margin:0;
	border:0;
	border-bottom:1px solid #444;
	font-size:12px;
	font-weight:normal;
}

.nav li li a, .nav li li a:visited {
	color:#fff;
	background:none;
	border-right:0;
}

.nav li li a:hover, .nav li li a:active {
	background:#222;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
left: auto;
}

.nav li.current-menu-item > a, .nav li.current-menu-parent > a {
	color:#444444;
	background:#d8d8d8;
	background: -moz-linear-gradient(top,  #d8d8d8 0%, #e0e0e0 50%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top,  #d8d8d8 0%,#e0e0e0 50%,#fdfdfd 100%);
	background: linear-gradient(to bottom,  #d8d8d8 0%,#e0e0e0 50%,#fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#fdfdfd',GradientType=0 );
}

.nav li li.current-menu-item a, .nav li li.current-menu-item a:visited {
	color:#444444;
}

.nav li li.current-menu-item a:hover {
	color:#fff;
}

.nav li.current-menu-item ul {
	margin-top:-1px;
}

.nav li li ul,  .nav li.current_menu_item li ul, .nav li.current_menu_parent li ul{
	margin: -30px 0 0 160px;
	visibility:hidden;
	font-size:1.0em;
}
.nav li li:hover ul {
	visibility:visible;
}

#mobile-menu-btn{
display: none;
  position: absolute;
  right: 2px;
  top:5px;
  z-index:10000;
  padding: 0 3px;
}

#mobile-menu{
		display: none;
}

#mobile-menu .menu-item-has-children .arrow{
	display: none;
}


/* 6. Content Area
   ----------------------------------------------------------------------------*/


.container, #main {
	overflow:hidden;
	clear:both;
	margin-top: 20px;
}

.page-template-template-slider .container, #main {	margin-top: 10px;}

.main-content {
	background: #0a0a0a;
	width: 70.2%;
	padding: 15px;
	font-size: 15px;
	line-height: 1.7em;
}

.sidebarplacement-right { float: left; margin: 0px 20px 15px 0px;}
.sidebarplacement-left { float: right; margin: 0px 0px 15px 20px; }

.leftside .main-content {
	float:right;
}

.main-content.fullwidth{width:1100px; }

.main-content ul,.main-content ol {
	margin: 0;
	padding: 0 0 6px 35px;
}

.main-content ul li{
	padding:0 0 12px 0;
	list-style:disc inside;
	text-indent:-.9em;
}

.main-content ol li{
	padding:0 0 12px 0;
	margin: 0;
	list-style:decimal;
}

.main-content h2.title{
	margin:20px 0 12px 0;
}

.main-content img.bannerAd {
	max-width:100%;
	height:auto;
}

/**Misc **/
.ft-curved-border {
	border: solid 1px #222;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  padding: 10px;
}

.ft-greybg-heading {
	padding: 10px;
	margin: 0px 0px 10px 0px;
  background-color: #1a1a1a;
}

/**Slider **/

.top-slider{
	display: block;
	overflow: hidden;
	background:#000;
	margin-bottom:10px;
}

.top-slider .slides, .top-slider ul, .top-slider ul.slides{
	padding: 0;
	margin: 0;
}

.top-slider ul li, .slides li{
	text-indent: 0;
	list-style: none;
	margin: 0;
	padding: 0
}
.slide-item{
	position: relative;
	display: block;
	overflow: hidden;
	height:325px;
}

.slide-item img{
	min-height:325px;
}

.top-slider .banner-image{

}

.banner-content{
	 position:absolute;
	 top:50px;
	 left:0;
	 text-align:center;
	 right:0;
	 margin:0 auto;
	 width:600px;
	 background-color:rgba(0, 0, 0, 0.7);
	 padding:20px;
	 border-radius:10px;
	 -moz-border-radius:10px;
}
.banner-content h2{
	font-size: 30px;
	margin-bottom: 10px;
}
.banner-content p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

.white-btn{
	background: #fff;
    border-radius: 4px;
    color: #606162 !important;
    display: inline-block;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 1em;
    margin-top:10px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid #bababb;
}

.white-btn:hover {
	background:#000;
	color:#fff!important;
}

.white-btn.lg{
	padding: 13px 30px;
	font-size: 16px;
}

.top-slider .flex-control-nav{
	position: absolute;
	right: 0;
	bottom: 20px;
	text-align: right;
	margin: 0;
	padding: 0 20px;
}
.top-slider .flex-control-nav li{
	margin-left: 5px;
}
.top-slider .flex-control-nav a{
	font-size: 0;
}


/**Featured Table **/

.featuredsite {
	overflow:hidden;
	margin-bottom:25px;
	padding:15px;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #222 0%, #000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #222 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #222 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.featleft {
	width:27%;
	float:left;
	overflow:hidden;
	height:160px;
}

.featleft img.logocomp {
	width:100%;
	height:auto;
	display:block;
	max-width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
}

.featright {
	width:70%;
	float:right;

}

.featright p{
	margin:0;
}

.feat_heading {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom: 1px solid #333;
	overflow:hidden;
	width:100%;
}

.feat_heading h4 {
	float:left;
	margin:0;
	font-size:20px;
}

.feat_heading span.rate{
	float:right;
}

.main-content .featright_bottom ul {
	padding:4px 0 0 4px;
	margin:0;
}

.main-content .featright_bottom li {
	margin:0 0 4px;
	padding:0 0 4px;
	border-bottom:1px solid #e5e5e5;
	list-style:none;
	text-indent:0;

}

.main-content .featright_bottom li:last-child {
	margin:0;
	padding:0;
	border:0;
}

.featbleft {
	float:left;
	width:70%;
}

.featbleft span {
	font-size:17px;
	display:block;
	margin-bottom:8px;
}

.featbright{
	float:right;
	padding-top:25px;
	width:27%;
}

.featright_bottom a.visbutton{

}

/** Game List **/

.gamelist_item_container {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.gamelist_item {
    width: 25%;
    padding: 10px 10px;
    float: left;
    text-align: center;
}

.gameitem_img {
    width: 100%;
    height: 125px;
    overflow: hidden;
    box-shadow: 20px 30px 40px -40px #000;
	border: 2px solid #2a2929;
}

.gameitem_img img {
    width: 100%;
    height: auto;
    min-height: 125px;
}

.gamelist_item span {
    font-weight: bold;
    font-size: 14px;
	text-transform:uppercase;
}

/** Comparison Table **/

.comptable{
	font-size:15px;
	line-height:1.1em;
	width:100%;
	border-collapse:separate;
	border-spacing: 0;
	margin-bottom:30px;

}

.comptable tr.topcomp {
	background:#000;
}

.comptable th{
	color:#FFF;
	padding:10px 2px;
	text-transform:uppercase;
	line-height: 1em;
	font-size:13px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
}

.comptable td {
    text-align: center;
    color: #666;
    line-height: 1.1em;
    padding: 8px 2px;
    font-weight: 700;
	border-bottom: 1px solid #222;
}

.comptable tr:nth-child(2n+1) td{
    background: #111;
}

.comptable img.logocomp {

	display:block;
	margin:0 auto;
	width:150px;
	height:auto;
	max-width:100%;
		border-radius:5px;
	-moz-border-radius:5px;
}


.rankcir {
	background:#808080;
	color:#fff;
	width:30px;
	height:30px;
	border-radius:15px;
	-moz-border-radius:15px;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	margin:0 auto;
	display:block;
}

.comptable .rankcol {
	width:10%;
}

.comptable .casinocol {
	width:25%;
}

.comptable .bonuscol {
	width:24%;
}

.comptable .ratecol {
	width:23%;
}

.comptable .visitcol {
	width:18%;
}

.comptable  a.visbutton {
	display:block;
	width:120px;
	margin:0 auto 8px;
	-webkit-transform:scale(1.03,1); /* Safari and Chrome */
-moz-transform:scale(1.03,1); /* Firefox */
-ms-transform:scale(1.03,1); /* IE 9 */
 -o-transform:scale(1.03,1); /* Opera */
  transform:scale(1.03,1); /* W3C */
}


/** Review Table **/

.reviewouter {
	padding: 10px;
	background: #0f0f0f;
	overflow: hidden;
	margin-bottom: 30px;
}

.reviewtop{
	overflow: hidden;
	display: block;
	background:#000;
	padding: 7px 10px;
	margin-bottom: 10px;
}

.reviewtop h1{
	color: #fff;
	font-size: 28px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	border:0;
}

.review-topcontent {
	background: #000;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.review-topcontent img.reviewlogo {
	float: left;
	display:block;
	width:200px;
	height:auto;
}

.review-topcontent .review-middle {
	float: left;
	padding: 10px 10px 5px;
	width: 350px;
}

.review-topcontent .review-middle h3 {
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-weight:bold;
	text-align:center;
}

.review-topcontent .review-right {
	float: right;
	width:110px;
	margin: 15px 10px 0 15px;
}

.review-topcontent .review-right a.visbutton{
font-size:16px !important;
padding:12px 0;
}

.rev-cencontent {
	width: 100%;
	background: #000;
	margin-bottom: 60px;
	padding:15px;
	overflow: hidden;
}

.rev-cencontent .widget-title-square h2 { font-size:20px;}

.rev-rightcontent {
	float: right;
	width: 50%;
	padding: 0 0 0 30px;
}

.rev-rightcontent h3 {
	font-size: 24px;
	color: #fff;
	margin: 0 0 18px;
	text-align: center;
}

.rev-rightcontent ul {
	float: left;
	display: block;
	width: 100%;
		margin:0 0 40px;
	padding:0;
}

 .rev-rightcontent ul li {
	margin-bottom: 15px;
	padding: 0 0 0 20px;
	color: #fff;
	list-style: none;
	text-indent: 0;
	position:relative;
	font-weight:bold;
}

.rev-rightcontent ul{
	margin:0 0 0;
}

.rev-rightcontent ul li:before {
	top: 6px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	color: #fff;
	font-size: 14px;
	font-family: 'FontAwesome';
	content: '\f14a';
	position: absolute;
	left: 0;
}

.rev-widget-pros {
	float: left;
	width: 48%;
	background: #000;
	padding: 15px 10px;
	position: relative;
	margin:0 0 25px 0;
}

.pro-cons-icon .fa-thumbs-up::before,.rev-widget-pros ul li:before  {
	color:green;
}

.pro-cons-icon .fa-thumbs-down::before,.rev-widget-cons ul li:before  {
	color:red;
}

.rev-widget-pros .pro-cons-icon {
	margin: -50px auto 0 auto;
	width: 62px;
	height: 62px;
	border: solid 9px #000;
	border-radius: 50%;
	-moz-border-radius:50%;
	background: #000;
}

.rev-widget-pros .pro-cons-icon i {
	text-align: center;
	font-size: 30px;
	color: #5F5E5E;
	display: block;
	line-height: 45px;
}

.rev-widget-pros h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	margin: 13px 0;
}

.rev-widget-pros ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rev-widget-pros ul li {
	display: block;
	margin: 0 0 5px;
	padding: 0 0 0 25px;
	color: #fff;
	position: relative;
	list-style: none;
text-indent: 0;
}

.rev-widget-pros ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 14px;
	position: absolute;
	left: 2px;
	top: 5px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.rev-widget-cons {
	float: right;
}

.rev-widget-cons ul li:before {
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 14px;
	position: absolute;
	left: 2px;
	top: 6px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.bottomrev {
	background: #222;
	padding: 15px;
	width: 100%;
	margin-top: 25px;
	clear:both;
	overflow:hidden;
}


.rev-image-info{
	float:left;
	display:block;
	width:50%;
}

.rev-image-info img {
	width:100%;
	height:auto;
}

.rev-image-info .weburl-link{
	clear:both;
	display:block;
	padding:5px 10px;
	background:#efefef;
	 color:#696969;
	 text-align:center;
	 font-size:14px;
 }

.reviewsummary{
	width:100%;
	border:1px solid #3e3e3e;
	font-size:.9em;
	color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
}

.reviewsummary td:first-child{
	text-align:left;
	background:#131313;
	border-right:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
	padding:5px 10px;
	width:36%;
}

.reviewsummary td{
	background:#232222;
	border-bottom:1px solid #3e3e3e;
	padding:5px 20px;
	width:64%;
}

.reviewsummary td.bonus{
	font-size:1.3em;
	font-weight:bold;
}

.ratevalue {
	font-weight:bold;
	color:#fff;
	float:right;
	padding:3px 10px 0;
}

/*      Game Review      */

.game_wrap{
	padding: 10px;
	background: #0F0F0F;
	overflow: hidden;
	margin-bottom:30px;
}

.game_wrap h1{
	margin:0 0 15px;
	padding:8px 15px;
	background:#000;
	color:#fff;
	border:0;
	font-size:22px;
}

.game_detblock {
	background:#000;
	padding:15px;
	overflow:hidden;
}

.game_detblock_col1 {
	float:left;
	width:50%;
}

.game_screen {
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}

.gamefeat_site {
	overflow:hidden;
	padding:10px;
	background: #1a1a1a;
}

.gamefeat_site .left_featgm {
	float:left;
	width:36%
}

.gamefeat_site .left_featgm img{
	max-width:100%;
	height:auto;
}

.gamefeat_site .right_featgm {
	float:right;
	width:58%;
}

.gamefeat_site .right_featgm span{
	display:block;
	font-weight:bold;
	font-size:18px;
	padding-bottom:4px;
}

.game_screen .gmrate_area{
	padding:5px 10px;
	overflow:hidden;
}

.game_screen .gmrate_text{
	display:block;
	float:left;
	padding-right:5px;
	font-weight:700;
}

.game_screen img {
	display:block;
	width:100%;
	height:auto;
}

.game_detblock_col2 {
	float:right;
	width:46%;
}

.game_detblock_col2 h4 {
	margin:0 0 15px;
	font-size:18px;
	padding:0;
	border:0;
}

ul.game_list1 li {
	display: block;
	color: #fff;
	position: relative;
	padding: 8px 0 8px 20px;
	border-bottom: solid 1px #333;
	list-style: none;
	text-indent: 0;
}

ul.game_list1 li::before {
    color: #fff;
    font-size: 14px;
    font-family: 'FontAwesome';
    content: '\f14a';
    position: absolute;
    left: 0;
}

ul.game_list1 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 4px solid #000;
}

ul.game_list1 li:last-child {
    border-bottom: none;
}

ul.game_list2 {
	margin:0;
	padding:0;
}

ul.game_list2 li{
	margin:0 0 6px;
	padding:0;
	list-style:none;
	color:#fff;
	text-indent:0;
}

ul.game_list2 li span{
	font-weight:bold;
}

.game_demoblock {
	background:#fff;
	padding:15px;
	overflow:hidden;
	border:1px solid #ddd;
}

.game_demoarea {
	text-align:center;
	background:#000;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.game_demoarea iframe, .game_demoarea object, .game_demoarea embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
}

.game_demoblock h4 {
	margin:0 0 10px;
	font-size:22px;
	padding:0;
	border:0;
}

.gamedemo_casino {
	padding:10px;
	overflow:hidden;
	background:#ddd;
}


.gamedemo_casino .gamedemo_logo{
	float:left;
	width:20%;
}

.gamedemo_casino .gamedemo_logo img{
	max-width:100%;
	height:auto;
}

.gamedemo_casino .gamedemo_bonus{
	float:left;
	width:55%;
	padding:10px 0 0 20px;
	font-weight:700;
	font-size:26px;
}

.gamedemo_casino .gamedemo_play{
	float:left;
	width:25%;
	padding:10px 0 0 20px;
}

.ratevaluegm {
	font-weight:bold;
	font-size:20px;
	display:block;
}

.ratevaluegm2 {
	font-size:14px;
}

/* 7. Sidebar
   ----------------------------------------------------------------------------*/


.sidebar {
	font-size: 14px;
	width: 320px;
	padding: 0px;
}

.sidebar-sidebarplacement-right { float: right; }

.sidebar-sidebarplacement-left { float: left; }


.sidebar li a {
	color:#fff;
}

.sidebar li a:hover {
	color:#666;
}

.sidebar h3 {
	margin:0;
	font-size:17px;
	margin: -5px -5px 0px -5px;
	padding: 10px 15px;
	color:#fff;
	background: #0a0a0a;
	background: -moz-linear-gradient(top,  #0a0a0a 0%, #171717 100%);
	background: -webkit-linear-gradient(top,  #0a0a0a 0%,#171717 100%);
	background: linear-gradient(to bottom,  #0a0a0a 0%,#171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#171717',GradientType=0 );
}

.sidebar h3.blue{
	background:#04045E;
}

.sidebar ul,.sidebar ol{
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	padding: 12px 0;
	margin: 0px;
	list-style:none;
	border-bottom:1px solid #1b1a1a;
	border-top:1px solid #2c2c2c;
}

.sidebar ul li:last-child {
	border-bottom:0;
}

.sidebar ul li:first-child {
	border-top:0;
}

.sidebar ul li a:before {
	content:"\203A";
  padding: 0px 5px;
  font-size: 20px;
}

.sidebar ol li{
	padding: 0 0 8px 0;
	margin: 0px 0px 8px 0;
	list-style:decimal inside;
	background:none;
}

.sidebar .widget{
	margin:0 0 25px 0;
	padding: 5px;
	background:#222222;
}

.sidebar .bannerAd{
	margin:10px auto;
	text-align:center;
	display:block;
}

.textwidget,
.tagcloud {
	margin-bottom:0;
}

/* Calendar Widget */

#wp-calendar {
	margin:0 auto;
}

#wp-calendar caption {
	font-size: 14px;
	margin: 0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px;
	text-align: center;
}


/* Category Widget */

.fly_cat .thumb {
	float:left;
	margin:0 10px 2px 0;
	width:100px;
	height:100px;
}

.fly_cat.right  .thumb{
	float:right;
	margin:0 0 2px 10px;
}

.fly_cat  h4 {
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	margin: 0;
	margin-bottom:4px;
}

.fly_cat span {
	display:block;
	color:#777;
	font-size:13px;
	line-height:1.3em;
}

.fly_cat {
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}


/* Social Media Widget */

ul.smedia {
	padding:0 10px;
	margin:0;
	overflow:hidden;
}

ul.smedia li {
	display:block;
	float:left;
	padding:6px;
	list-style:none;
	background:0;
	margin:0;
	border:0;
}

/************************** Top Sites Widget 1 ***********************/

.topsiteswidget {
	width:103.5%;
  margin-left: -5px;
	border-collapse:separate;
	border-spacing: 0;
	font-size:14px;
}

.topsiteswidget th {
	background:#0a0a0a;
	color:#fff;
	padding:10px 4px;
	text-transform:uppercase;
	font-size:12px;
}

.topsiteswidget td {
	padding:10px 4px;
	border-top:1px solid #2c2c2c;
	border-bottom:1px solid #1b1a1a;
	line-height: 1.1em;
}

.topsiteswidget tr:last-child td{
	border-bottom:0;
}

.topsiteswidget tr:first-child td{
	border-top:0;
}

a.revlink {
	text-decoration:underline;
	display:block;
	text-align:center;
	padding-top:5px;
	color:#fff;
}

a.revlink:hover {
	text-decoration:none;
}


.ts_casinocol {
	width:30%;
	-webkit-transform:scale(1.1,1); /* Safari and Chrome */
-moz-transform:scale(1.1,1); /* Firefox */
-ms-transform:scale(1.1,1); /* IE 9 */
 -o-transform:scale(1.1,1); /* Opera */
  transform:scale(1.1,1); /* W3C */
}

.ts_bonusocol {
	width:35%;
}

.topsiteswidget  img.ts_logo {
	width:100%;
	height:auto;
	display:block;
		-moz-border-radius:5px;
	border-radius:5px;
}

.topsiteswidget a.visbutton{margin:0 auto; display:block;}

/************************** Top Sites Widget 2 ***********************/


.topsiteswidget_v2 {
	padding: 15px 0px;
	overflow:hidden;
	border-top:1px solid #2c2c2c;
	border-bottom:1px solid #1b1a1a;
	position:relative;
}

.topsiteswidget_v2:first-child {
	border-top:0;
	margin:0;
}

.topsiteswidget_v2:last-child {
	border-bottom:0;
	margin:0;
}

.topsiteswidget_v2:hover {
	background:#3a3a3a;
}

.topsiteswidget_v2 .ts_logo{
	display:block;
	width:100%;
	height:auto;
	-moz-border-radius:5px;
	border-radius:5px;
}

.ts_left {
	width:47%;
	float:left;
}

.ts_right h4 {
	font-size:18px;
	margin:0px 0px 8px 0px;
}

.ts_right span{
	margin-bottom:10px;
	display:block;
}

.ts_right{
	width:47%;
	float:right;
}

.ts_right a.visbutton{margin:0;}


/************************** Feat Widget 1 ***********************/


.featsites {
	font-size:16px;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
}

.featsites span.hilite{
	display:block;
	padding:16px 0;
	font-size:20px;
	text-align:center;
}

.midtop {
	margin:0 auto;
	text-align:center;
}

.featsites h4{
	margin: 5px 0px 0px 0px;
	text-align:center;
	font-weight: normal;
font-size: 13px;
}

.featsites  img.casinologo{
	max-width:100%;
	height:auto;
	display:block;
		-moz-border-radius:5px;
	border-radius:5px;
	margin:0 auto;
}


/* Search Widget */

.searchform{
	position: relative;
}
.searchinput{
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	padding: 5px;
	background: #fff;
	min-height: 30px;
	line-height: 30px;
	color: #7f8080;
}
.searchsubmit{
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 0 !important;
	background: url(images/search-icon.png) center center no-repeat;
	width: 35px;
	height: 40px;
	border:0;
}


/* 8. Footer
   ----------------------------------------------------------------------------*/


footer.main-footer {
	width:100%;
	background:#1f1f1f;
	padding:20px 15px 10px;
	overflow:hidden;
}

.main-footer a {
	color:#ededed;
	text-decoration:none;
}

.main-footer a:hover {
	color:#ededed;
	text-decoration:underline;
}

.footerwidget {
	float:left;
	width:25%;
	padding:10px 8px 10px;
	color:#ededed;
	font-size:14px;
	line-height:1.4em;
}

.footerwidget h3{
	margin:0 0 15px;
	font-size:17px;
	color:#ededed;
}

.footerwidget ul{
	padding-bottom:8px;
}

.footerwidget  li{
	list-style:none;
	margin:0 0 8px 0;
}

.footerwidget ul li a:before {
	content:"\203A";
  padding: 0px 5px;
  font-size: 20px;
}

.footerwidget ul li a:hover {
  color: #666;
	text-decoration: none;
}

.bottomfooter{
	width:100%;
	text-align:center;
	padding:15px;
	background:#111;
	font-size:14px;
	color:#ededed;
	line-height:1.5em;
}

.bottomfooter a,
.bottomfooter a:visited {
	color:#ededed;
}


/* 9. Media Queries
   ----------------------------------------------------------------------------*/

 @media screen and (min-width:1px) and (max-width:1143px) {

 .wrap {position:relative;}

 .navbar {
	display:none;
}

  #mobile-menu-btn{
		display: block;
		background: #444;
		border: none;
		cursor: pointer;
		border-radius:5px;
		-moz-border-radius:5px;
	}

	#mobile-menu-btn:focus{
		outline: none;
	}
	#mobile-menu-btn i{
		display: block;
		width: 22px;
		height:3px;
		background: #eee;
		margin: 4px 0;
		padding:0;
	}
	#mobile-menu{
		display: none;
		position: relative;
		top:0;
		right:0;
		z-index:9999;
		width: 100%;
		background: #252525;
		box-shadow: 0px 0px 12px 0px #333;
	}
	#mobile-menu .logomobile{
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		padding: 10px 5px 10px 10px;
		text-align:center;
		line-height:1em;
	}

	#mobile-menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mobile-menu ul li{
		border-top: 1px solid #3d3e3e;
		position: relative;
		padding: 10px;
	}

	#mobile-menu .menu-item-has-children .arrow{
		content: "\25bc ";
		position: absolute;
		display: block;
		border-left: 1px solid #3d3e3e;
		top: 0;
		right:0;
		color: #fff;
		padding: 10px;
		cursor: pointer;
	}
	#mobile-menu .menu-item-has-children .arrow.up{
		display: none;
	}
	#mobile-menu .menu-icon-up > .arrow.down{
		display: none !important;
	}
	#mobile-menu .menu-icon-up > .arrow.up{
		display: block !important;
		background-color: #3c3c3c;
	}
#mobile-menu ul li a {
    position: relative;
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    z-index: 99999;
}

	#mobile-menu a:hover{
	color:#008268;
	}
	#mobile-menu ul ul{
		display: none;
		padding-left: 15px;
	}
	#mobile-menu ul ul a{
		padding-left: 30px;
	}
	#mobile-menu .open{
		display: block;
	}

 .featlogoarea {
    float:none;
    margin: 0 auto 15px;
}

.mainfeat {
    padding: 15px;
    overflow: hidden;
}

   .comptable .depcol,.comptable .payoutcol,  .comptable .bonuscol2{
    display:none;
}

.topsites .left {
    float: none;
    width: 100px;
    margin: 0 auto 5px;
}

.topsites .right {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
}



.review-topcontent .review-middle {
	padding: 15px 4%;
	width: 92%;
}

.review-topcontent img {
	float: none;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.review-topcontent  p, .review-topcontent h2 {
	text-align: center;
}

.rev-image-info, .rev-rightcontent{ width:100%; float:none;}

.rev-rightcontent{ padding:15px 0 0; }

.rev-widget-pros{
	margin:0 0 60px 0;
	float: none;
	width: 100%;
}

.rev-widget-cons{
	float: none;
	margin:0 0 25px 0;
}


.review-topcontent .review-right {
    float: none;
    border:0;
    width: 100%;
    padding: 10px 10px;
    margin:0;
	clear:both;
}

.rev-rightcontent ul {
   float:none;
    display: block;
    width: 100%;
	padding:10px;
    margin-bottom: 0px;
}

.review-topcontent img.reviewlogo {
    float: none;
	margin:0 auto 10px;
}

.review-topcontent .review-middle {
    float: none;
    padding: 5px 15px;
    width: 100%;
}

.review-topcontent .review-middle h3 {
    text-align: center;
}

.review-right a.visbutton {
	width:250px;
	padding:15px 0;
	margin:0 auto;
	display:block;
	font-size:20px!important;
}

.game_detblock_col1, .game_detblock_col2 {
    float: none;
    width: 100%;
}

 .game_detblock_col1{
	margin-bottom:20px;
 }

 }

  @media screen and (min-width:992px) and (max-width:1143px) {

 #outerwrap{
	width:992px;
	padding: 0 10px;
 }

 #mobile-menu{
		position: absolute;
		top:60px;
		width: 50%;
	}

 .wrap,.main-content.fullwidth{
	width:972px;
}


.main-content {
    width: 632px;
    padding: 10px;
	margin: 5px;
}

.header-logo {
	width:30%;
}

.header-logo img {
	max-width:100%;
}

.headerwidgets .bannerwidget {
	float:none;
}

.headerwidgets {
	width:68%;
}

.sidebar {
    margin-left: 5px;

}


.featlmidarea {
    width: 260px;
}

.leftbanner {
    padding: 0 10px 30px 40px;
    width: 380px;
}



.rightbanner {
    width: 360px;
}

.gamelist_item {
    width: 50%;
}

.gameitem_img {
    height: 150px;
}
.gameitem_img img {
    min-height: 150px;
}

  }


 @media screen and (min-width:768px) and (max-width:991px) {
 
 .banner-content{
	 width:80%;
}


 #outerwrap{
	width:768px;
	/*padding: 0 10px;*/
 }

#mobile-menu{
		position: absolute;
		top:60px;
		width: 50%;
	}

 .wrap,.main-content.fullwidth{
	width:100%;
}


.main-content {
    width: 100%;
    padding: 5px 10px;
	float:none;
	margin:0;
}

.header-logo {
	width:30%;
}

.header-logo img {
	max-width:100%;
}

.headerwidgets .bannerwidget {
	float:none;
	padding:5px 0 0 10px;
}

.headerwidgets {
	width:68%;
}

	.header-logo h2 {
	font-size:20px;
	}

.sidebar {
    margin:0;
    width: 100%;
}

.topsiteswidget_v2 .ts_logo {
   max-width:300px;
}

.topsiteswidget td {
    padding: 12px 15px;
}


.featlmidarea {
    width: 260px;
}

.leftbanner {
    padding: 0 10px 30px 40px;
    width: 380px;
}


.rightbanner {
    width: 360px;
}

.gamelist_item {
    width: 50%;
}

.gameitem_img {
    height: 150px;
}
.gameitem_img img {
    min-height: 150px;
}

.slide-item img {
    min-height: 275px;
}

.slide-item {
    height: 275px;
}



 }

 @media screen and (min-width:1px) and (max-width:767px) {
 
  .banner-content{
	 width:90%;
	 top: 20px;
}


 .topbannerarea {
    padding-top: 20px;
}

.leftbanner {
    float: left;
    padding: 0 30px 30px;
    width: 100%;
	text-align:center;
}

.leftbanner  a.visbutton.lg {
	margin:0 auto;
}

.rightbanner {
    float: none;
    width: 100%;
	padding:0;
}

.headerwidgets .bannerwidget {
	float:right;
	padding:5px;
}

.main-content {
    width: 100%;
    padding: 5px 10px;
	float:none;
	margin:0;
}

.featlmidarea {
    width: 220px;
}

	.header-logo h2 {
	font-size:18px;
	}

.sidebar {
	float:none;
	width:100%;
	margin:0;
}

.main-content,.main-content.fullwidth {
	width:100%;
	float:none;
	padding:15px 10px;
	margin-bottom:30px;
}

.gamedemo_casino .gamedemo_logo {
    float: none;
    width: 100%;
}

.gamedemo_casino .gamedemo_bonus {
    float: none;
    width: 100%;
    padding: 10px 0;
    text-align:center;
}

.gamedemo_casino .gamedemo_play {
    float: none;
    width: 100%;
    padding: 0;
}
.gamedemo_casino a.visbutton,.gamefeat_site a.visbutton{
    padding: 13px 12px;
    display: block;
    margin: 0;

}

.gamedemo_casino .gamedemo_logo img,.gamefeat_site .left_featgm img {
    margin:0 auto;
	display:block;
}

.gamefeat_site .left_featgm {
    float: none;
    width: 100%;
}

.gamefeat_site .right_featgm {
    float:none;
    width: 100%;
}

.gamefeat_site .right_featgm span {
   text-align:center;
}

.gamelist_item {
    width: 50%;
}

.gameitem_img {
    height: 150px;
}
.gameitem_img img {
    min-height: 150px;
}

.featleft {
    width: 100%;
    float: none;
    height: inherit;
}

.featleft img.logocomp {
    width: inherit;
    max-width: 300px;
    margin: 0 auto 15px;
}

.featright {
    width: 100%;
    float: none;
}

.featbleft {
    float: none;
    width: 100%;
    text-align: center;
}

.feat_heading h4 {
    float: none;
    margin: 0 0 15px;
    font-size: 20px;
	text-align:center;
}

.feat_heading span.rate {
    float: none;
}

.featbright {
    float: none;
    width: 100%;
}

.featright_bottom a.visbutton {
padding:14px 0;
}

 }


@media screen and (min-width:480px) and (max-width:767px) {

 #outerwrap{
	width:100%;
	/*padding: 0 5px;*/
 }

.wrap {
	width: 100%;
    /*padding: 0 20px;*/
}

.headerwidgets .bannerwidget img {
	width:100%;
}


.header-logo  {
	float:none;
	margin:0 auto;
	text-align:center;
	width:96%;
	padding:0 2% 5px 0;
}

nav.navbar {
	float:none;
	padding:0;
}


/* Navigation */


.topreview .left{
	float:none;
	width:100%;
	margin:0 auto;
}

.topreview .right{
	float:none;
	width:100%;
	margin:10px auto 0 auto;
}

/* Footer */


.footerwidget {
	width:44%;
	padding:10px 3%;
	float:left;
}

.slide-item img {
    min-height: 275px;
}

.slide-item {
    height: 275px;
}



}

@media screen and (min-width: 1px) and (max-width:479px){

 #outerwrap{
	width:100%;
	/*padding:0 4px;*/
 }


.wrap {
	width:100%;
}

.headerwidgets .bannerwidget img {
	width:100%;
}

.header-logo  {
	float:none;
	margin:0 auto;
	text-align:center;
	width:96%;
	padding:0 2% 5px 0;
}

nav.navbar {
	float:none;
	padding:0;
}

.topreview .left{
	float:none;
	width:100%;
	margin:0 auto;
}

.topreview .right{
	float:none; width:100%;
	margin:10px auto 0 auto;
}

.featlmidarea {
    float: none;
    width: 100%;
}

.featlbonusarea {
    float: none;
    width: 100%;
	padding-top:15px;
}

/* Footer */

.main-footer .widgetarea {
	width:95%;
	float:none;
	padding:0 2.5%;
	margin-bottom:20px;
}

.main-footer .rightfooter {
	width:95%;
	float:none;
	padding:0 2.5%;
}

.footerwidget {
	width:100%;
	padding:15px 0;
	float:none;
}

.revecol{
	display:none;
}

.comptable img.logocomp {
	width:80px;
}

.screenshots img {
	width:100%;
	margin:0 0 20px;
	float:none;
}

.reviewsummary td{
	padding:5px 4px;
}

.reviewouter,.bottomrev,.rev-cencontent {
	padding: 5px;
	}

.game_wrap,.game_detblock  {
    padding: 5px;
}

.gamelist_item {
    width: 100%;
    float: none;
}

.gameitem_img {
    height: 150px;
}

.gameitem_img img {
    min-height: 150px;
}

.comptable .rankcol {
	display:none;
}

.comptable a.visbutton {
    width: 100%;
}

.banner-content h2 {
    font-size: 24px;
}

.banner-content {
    width: 95%;
    top: 10px;
}

.slide-item img {
    min-height: 250px;
}

.slide-item {
    height: 250px;
}

}

.iframe-container{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-res{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featsites .hilite{
	line-height: 100%;
}

@media only screen and (max-width: 600px) {

	#sidebar1 ul li a{
		line-height: 130%;
	}
	form#searchform{
		display:none;
	}
}

.search.search-results .banner-area h1{
	 display: none; 
} 
body.search.search-results section > h1{
    margin-top: 0px;
    margin-bottom: 40px;
	/* display:none; */ 
} 
body .casino-list a.play{
    padding: 0px 7px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;	
}
.search.search-results .pagination{
	display: none; 
}

.search.search-results .main-content{
	padding-top:50px;
}

body.wp-admin{
	color:black;
}
body.wp-admin h1, body.wp-admin h2, body.wp-admin h3, body.wp-admin h4, body.wp-admin h5, body.wp-admin h6 {
	color:black;
}

section img {
    max-width:100%;
}
.play-box{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.play-box iframe{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
	.entry-content table{
		width:100%;
	}
}

.iframe-container{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-res{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

li.footer-top-links-li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    color: white;
}
ul.footer-top-links{
	text-align: center;
	padding-top: 8px;
    padding-bottom: 8px;
	display: block;
    clear: both;
}
footer #menu-footer > li.menu-item a{
    font-size: 15px;
}
footer #menu-footer {
    list-style-type: none !important;
/*     margin-left: -15px;
    margin-right: -15px; */
    margin-top: 20px;
    margin-bottom: 20px;
}
footer #menu-footer > li.menu-item {
    padding-left: 15px; 
    padding-right: 15px;
    list-style-type: none !important;
/*     display: table-cell; */
}

.menu-footer-container{
	border-top: 2px solid;
    margin-top: 15px;
}	

footer #menu-footer  li.menu-item {
    list-style-type: none !important;
    margin-bottom:10px;
}
footer #menu-footer ul.sub-menu{
	margin-top:10px;
}



@media only screen and (max-width: 600px) {
	body ul.footer-top-links{
		text-align: left;
	}
	body li.footer-top-links-li {
		line-height: 210%; 
		display:block;
	}	
} 

.rev-widget-pros ,.rev-widget-cons{
	display:none;
}
.rev-cencontent{
	display:none;
}


.one-casino-table .rankcol {
	display:none;
}

body.adding-widget #available-widgets{
    z-index: 1000;
}

body .main-content.fullwidth{
	width:100%;
}

.header-logo {
	background-image: url(images/bet_jizz_logo.jpeg);
    background-repeat: no-repeat;
    background-size: 90px;
    padding-left: 89px !important;
    background-position: 1px -6px;
    padding-bottom: 7px !important;
    padding-top: 19px !important;
} 
.header-logo h2{
    padding-top: 8px;
    padding-bottom: 6px;
	color: #656bc7;
}


@media only screen and (max-width: 600px){
	body .sidebar .widget{ 
		display:none;
	}
	
	body .header-logo{
		float: left;
		padding-left: 70px !important;
		padding-right: 70px !important;
		background-size: 60px;
		background-position: 10px;
		width: 280px;
		width:100%;
	}
	body .header-logo h2{
		padding-left: 0px !important;
		font-size:22px;
	}	

}

body .rate.ratecen{
	margin-bottom: 12px;
}


body td.depcol{
	color: #fff;
    font-size: 20px;
}

.iframe-container{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-res{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featsites .hilite{
	line-height: 100%;
}

@media only screen and (max-width: 600px) {

	#sidebar1 ul li a{
		line-height: 130%;
	}
	form#searchform{
		display:none;
	}
}
section img {
    max-width:100%;
}
.play-box{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.play-box iframe{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
	.entry-content table{
		width:100%;
	}
	#rmp-menu-search-box{
		display:none;
	}
	#mobile-menu-btn{
		display:none !important;
	}
	body button#rmp_menu_trigger-810{
		border: 1px solid white;
	}
}
.rev-widget-pros ,.rev-widget-cons{
	display:none;
}
.rev-cencontent{
	display:none;
}
.sidebar ul li a{
	line-height: 130%;
}

li.footer-top-links-li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    color: white;
}
ul.footer-top-links{
	text-align: center;
	padding-top: 8px;
    padding-bottom: 8px;
	display: block;
    clear: both;
}
footer #menu-footer {
    list-style-type: none !important;
/*     margin-left: -15px;
    margin-right: -15px; */
    margin-top: 20px;
    margin-bottom: 20px;
	text-align:center;
}
footer #menu-footer > li.menu-item {
    padding-left: 15px; 
    padding-right: 15px;
    list-style-type: none !important;
    /* display: table-cell; */
	display:inline-block;
}
footer #menu-footer > li.menu-item a{
    font-size: 15px;
}
.menu-footer-container{
	border-top: 2px solid;
    margin-top: 15px;
}			
			
body.wp-admin{
	color:black;
}
body.wp-admin h1, body.wp-admin h2, body.wp-admin h3, body.wp-admin h4, body.wp-admin h5, body.wp-admin h6 {
	color:black;
}


footer #menu-footer  li.menu-item {
    list-style-type: none !important;
    margin-bottom:10px;
}
footer #menu-footer ul.sub-menu{
	margin-top:10px;
}


@media only screen and (max-width: 600px) {
	ul.footer-top-links{
		text-align: left;
	}
	li.footer-top-links-li {
		line-height: 210%;
		display:block;
	}	
}

/* Top Sites Sidebar updates */

body .entry-content table{
	margin:auto;
    float: none;
    clear: both;
}
body .entry-content img{
	margin:auto;
	display: block;
    margin: auto;
    float: none;
    clear: both;
}
body .entry-content iframe{
    display: block;
    margin: auto;
    float: none;
    clear: both;
}
/*
.sidebar .topsiteswidget tr th:nth-child(2){
	display:none;
}
.sidebar .topsiteswidget tr td:nth-child(2){
	display:none;
}
*/

@media only screen and (min-width: 600px){
	body .main-content{
		width: 75%;
		margin-right: 2%;
	}
	body .sidebar{
		width: 23%;
	}
	body .topsiteswidget img.ts_logo{
		padding: 10px;
	}
}

body .sidebar h3{
	font-size: 22px;
    line-height: 32px;
    height: 51px;
}
body .topsiteswidget a.visbutton{
	margin-bottom:8px;
}


body a.visbutton{
	background: #2c3288 !important;
    color: #bd3031 !important;
}
body a{
	color:#7f87ff;
}
body a:hover{
	color:#7f87ff;
	text-decoration:underline;
}
body #nav a:hover{
	text-decoration:none;
}

body .rankcir{
	width: 33px;
    height: 33px;
    line-height: 33px;
    color: #000;
    font-weight: normal;
}
body a.revlink{
    font-weight: normal;
}
body a.revlink:hover{
	color:#fff !important; 
}
body .comptable th{
    font-weight: normal;
}


body span.hilite {
    color: #fff;
    font-weight: normal;
    line-height: 130%;
    font-size: 18px;
}
body td.depcol{
    font-weight: normal;
    line-height: 130%;
    font-size: 18px;
}

body table th.depcol {
    width: 13%;
}
body table.comptable th.bonuscol {
    width: 35%;
}


body .sidebar .widget{
	width: 264px;
    box-shadow: 1px 1px 12px #111;
}

body .sidebar .widget.fixed{ 
	position: fixed;
	top: 20px;
}
table.topsiteswidget{
	width: 104%;
}


body a.visbutton {
    background: #2a56a9 !important;
    color: #ffffff !important;
    font-weight: normal;
	text-shadow: 1px 1px 1px black;
}   

body span.hilite{
	color: #7f87ff !important;
}

body .ssttbutton-symbol {
    color: #ffffff;
}

@media only screen and (max-width: 600px){
	body .sidebar .widget{ 
		display:none;
	}
	
	body .header-logo{
		float: left;
		padding-left: 70px;
		padding-right: 70px;
		background-size: 60px;
		background-position: 10px;
		width: 280px;
		width:100%;
	}
	body .header-logo h2{
		padding-left: 0px;
		font-size:22px;
	}	
}

.one-casino-table .rankcol {
	display:none;
}

.one-casino-table{
    border-radius: 8px;
    background: #2b2a2b;
    border: 5px solid;	
	border-radius: 10px;
    background: #282829;
    border: 2px solid #676767;
    box-shadow: 7px 5px 0px #4c4b4b;
}
.one-casino-table td{
	border-bottom:0px;
}
.one-casino-table th{
	display: none;
}
.one-casino-table .rate.ratecen{
	/* display: none; */
	margin: auto;
}
.one-casino-table  a.revlink{
	display: none;	
}
.one-casino-table .casinocol{
	width:25%;
	padding:0px;
}
body .one-casino-table .casinocol img{
	width:auto;
	border-radius: 0px;
	height:auto !important;
	padding: 8px 0px;
}
.one-casino-table a.visbutton{
	width: 90%;
    padding-right: 10%;
    margin-bottom: 0px;
    height: 55px;
    line-height: 30px;
}
.one-casino-table .visitcol {
    width: 25%;
}
.one-casino-table td.depcol{
	/* display: none; */
	padding: 0px;
}

.one-casino-table span.hilite{
	padding-right: 15px;
    padding-left: 15px;
}
body .one-casino-table span.hilite{
	color: #d23b2a !important;
	
	display:block;
	text-shadow: 5px 4px 2px black;
	text-shadow: 4px 3px 3px black;
    color: #dccece !important;
}

@media only screen and (max-width: 600px){
	body td span.hilite{
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		display: block;
		line-height: 175%;
	}
	body .one-casino-table span.hilite{
		font-size: 14px;
		display: block;
		width:90%;
		margin: auto;
	}
	.hilite-td{
		width:60%;
	}
	body .one-casino-table .hilite-td{
		width:50%;
	}
	.one-casino-table .casinocol{
		width:25%;
	}
	.one-casino-table .visitcol{
		width:25%;
	}
	body .rate.ratecen{
		display:none;
	}
	body a.revlink{
		display:none;
	}
	body .comptable a.visbutton{
		margin-bottom:0px;
	}
	.one-casino-table a.visbutton{
		height: auto;
		line-height: 17px;
		width: 62px;
		padding: 13px 12px;
	}
	body .one-casino-table .casinocol img{
		height: auto !important;
	}
	body table.one-casino-table{
		border-radius:0px;
		border: 2px solid #676767;
		box-shadow:none;
		box-shadow: 3px 3px 1px #222;
		box-shadow: 4px 4px 1px #333;
	}
}
body table.one-casino-table{
	box-shadow: none;
	border-radius: 0px;
	box-shadow: 3px 3px 1px #222;
	box-shadow: 4px 4px 1px #333;	
	
	margin-top: 35px;
    margin-bottom: 40px !important;
}

body span.hilite{
	color: #fff !important;
	color: #eac846 !important;
	color: #477de2 !important;
	color: #547dca !important;
	color: #b79d3b !important;
}

.nav li{
    font-weight: 100;
    font-size: 15px;
}
.header-logo h2{
    font-weight: 100;
}
.nav li li a, .nav li li a:visited {
    text-shadow: 1px 1px 1px black;
    font-weight: 700;
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.topsiteswidget th{
    font-weight: 700;
	font-size: 13px;
}
body .sidebar h3{
    font-weight: 100;
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.header-logo {
		width: 100%;
	}

}
@media only screen and (min-width: 600px){
	body .sidebar {
		display:none;
	}
}
@media only screen and (min-width: 990px){
	body .sidebar {
		width: 23%;
		display:none; 
	}
}

@media only screen and (min-width: 600px){
	body .main-content {
		width: 100%;
		margin-right: 0;
	}
}
@media only screen and (min-width: 990px){
	body .main-content {
		width: 75%;
		margin-right: 2%;
	}
}


@media only screen and (max-width: 600px){
	header.main-header{
		background: linear-gradient(to bottom, #0a0a0a 0%,#272727 100%);	
		    /*border-bottom: 1px solid;*/
	}
	.page-template-template-slider .container, #main{
		margin-top: 0px;
	}
}

@media screen and (max-width: 991px) and (min-width: 600px){
	header.main-header{
		padding: 20px 0px;
	}
	.header-logo h2 {
		font-size: 28px;
	}
	#mobile-menu-btn {
		padding: 18px;
		border-radius: 0px;
		background: black;
		border: 1px solid #fff;
		height: 60px;
		position: fixed;
		top: 50px;
		right: 20px;
	}
}
a.visbutton.sm {
    font-size: 14px !important;
	-webkit-transform:scale(1.03,1); /* Safari and Chrome */
-moz-transform:scale(1.03,1); /* Firefox */
-ms-transform:scale(1.03,1); /* IE 9 */
 -o-transform:scale(1.03,1); /* Opera */
  transform:scale(1.03,1); /* W3C */
}

.header-logo h2 {
    color: #477de2;
}

#customize-controls .widget-title h3{
	color:black;
}
body .vh-pagination{
	display:none;
}

.gamelist_item_container .gamelist_item{
	min-height:200px;
}
.gamelist_item_container .gamelist_item.hidden{
	display:none; 
}
body .gamelist_item_container .view_more_games_btn2{
	display: block;
    margin: auto;
    width: fit-content;
    cursor: pointer;
    clear: both;
	margin-bottom: 20px;
    position: relative;
    top: 10px;
} 

/** NEW!! **/

table.show-more{
	margin: auto;
	margin-bottom: 50px;
}
body .entry-content table.show-more {
    margin: auto;
	margin-bottom: 50px;
}
table.show-more .tr-show-sub td{
	background: #EAEAEA !important;
	background: transparent !important;
	color:#000 !important;
	cursor: pointer;
	/* display:none; */
	position: relative;
	padding: 0px;
}
table.show-more .tr-show-sub td a{
	position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -20px;
    font-size: 13px !important;
    font-weight: 100;
}

table.show-more .tr-sub td {
	display: none;
	background: #111 !important;
}

table.show-more .tr-sub td .div-sub {
	display: none;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
    line-height: 175%;
    font-weight: 100;
    color: #bbb;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 10px;
}

/* body table.show-more tr:nth-child(2n+1) td {
    background: black;
}
body table.show-more tr:nth-child(6n + 5) td {
    background: #111;
} */


table.show-more .tr-sub td .div-sub h2,
table.show-more .tr-sub td .div-sub h3,
table.show-more .tr-sub td .div-sub h4,
table.show-more .tr-sub td .div-sub h5{
	margin-bottom: 5px;
	font-weight: 100;
}
table.show-more .tr-sub td .div-sub h3{
	font-size:23px;
}

table.show-more .tr-show-sub td a{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
	top: -16px;
    /* top: -1px; */  
	font-size: 16px !important;
    font-weight: 100;
    padding: 8px;
    background: #737373 !important;
    color: black !important;
    text-shadow: none;
    width: 120px;	
    border-radius: 4px;	
}
table.show-more .tr-show-sub{
	display:none;
}
table.show-more .tr-show-sub td{
	border:0px;
}

@media only screen and (max-width: 700px){
	table.show-more .tr-show-sub{
		display:none !important;
	}
	
	table.comptable .visitcol {
		width: 20%;
	}
	table.comptable .visitcol a.visbutton{
		width: 75%;
	}
	td.hilite-td {
		width: auto;
	}
	table.comptable .casinocol {
		width: 20%;
	}
}

body.adding-widget #available-widgets{
	z-index: 1000;
}
body #main .sidebar .newsletter-box.widget{
	position: fixed;
    bottom: 0px;
    top: auto;
    margin-bottom: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-top: 7px;
}
body #main .sidebar .newsletter-box.widget h3{
	height: auto;
    background: #222222;
    text-align: center;
	padding-top: 0px;
    margin: 0px;
	
	text-align: left;
    padding-left: 0px;
}
body #main .sidebar .newsletter-box.widget .es_lablebox{
	display:none;
}
body #main .sidebar .newsletter-box.widget .es_textbox_class{
	width: 100%;
    height: 30px;
	padding-left: 7px;
    padding-right: 7px;
    border-radius: 4px;
    box-shadow: none;
    height: 34px;
    border: 1px solid #222222;
    font-weight: 100;
}
body #main .sidebar .newsletter-box.widget #es_txt_button{
    background: #2a56a9 !important;
    color: #ffffff !important;
    font-weight: normal;
    text-shadow: 1px 1px 1px black;	
	border: 0px;
    display: block;
    margin: auto;
	border-radius: 4px;
	line-height: 1em;
	text-transform: uppercase;
	padding: 10px 0px;
    width: 100%;
	font-size: 15px;
}
#es_txt_button:hover, #es_txt_button:active, #es_txt_button:visited {
    opacity: 0.85;
    box-shadow: none;
}
body #main .sidebar .newsletter-box.widget .es_button{
	padding-top: 0px;
}

.es_widget_form .close-button {
    height: 30px;
    width: 30px;
	position: relative;
	box-sizing: border-box;
	line-height: 50px;
	display: inline-block;
  
	position: absolute;
	top: 0px;
	right: 0px;
	outline:0px !important;
}
.es_widget_form .close-button:before,
.es_widget_form .close-button:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
    margin-top: 4px;
    margin-left: -15px;
	display: block;
    height: 6px;
    width: 23px;
	background-color: #fff;
	transition: all 0.2s ease-out;
	outline:0px !important;
}
.es_widget_form .close-button:after {
	transform: rotate(45deg);
}
.es_widget_form .close-button:hover:before,
.es_widget_form .close-button:hover:after {
	transform: rotate(0deg);
}
body #main .sidebar .newsletter-box.widget{
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	padding-left:20px; 
	padding-right:20px;
}
body #main .sidebar .newsletter-box.widget.low h3{
	text-align: left;
    padding-left: 0px;
    width: 100%;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.es_widget_form .close-button.hover:before,
.es_widget_form .close-button.hover:after {
	transform: rotate(0deg);	
}
body .es_msg{
	line-height: 100%;
	color: #bd3031;	
    font-weight: 100;
	color: #ffbf00;
}
body #es_msg{
	line-height: 100%;
	color: #bd3031;
    font-weight: 100;
    color: #ffbf00;	
}
body .ssttbutton-symbol.fa-angle-double-up{
	width: 50px;
    height: 50px;
} 


@media only screen and (max-width: 600px){
	body .one-casino-table a.visbutton {
		height: auto;
		line-height: 18px;
		padding: 8px 9px;
	}
	.header-logo h2 a {
		font-size: 20px !important;
	}
}
body .nav li a,body .nav li a:visited{
	font-weight:700;
}
body a.revlink{
	color:#fff !important;
	text-decoration:none;
	padding-top: 5px;
    line-height: 120%;
	outline:0px;
}
body a.revlink:hover{
	text-decoration:underline;
}
.comptable .visitcol {
    padding-top: 20px;
    padding-bottom: 15px;
}

body a.visbutton{
	display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 0 15px;
    padding: 8px 0px 10px;
    border: 1px solid rgb(31,45,77);
    border-top-color: rgb(56,83,140);
    border-bottom-color: rgb(21,30,51);
    -webkit-border-radius: 4px;
    border-radius: 4px;
/*     font: normal normal bold 14px/1 "Coda", Helvetica, sans-serif;
 */    color: rgb(255, 255, 255);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(65, 98, 168);
    -webkit-box-shadow: 0 1px 10px 1px rgb(92,139,238) inset, 0 1px 0 0 rgb(29,44,77), 0 6px 0 0 rgb(31,48,83), 0 8px 4px 1px rgb(17,17,17);
    box-shadow: 0 1px 10px 1px rgb(92,139,238) inset, 0 1px 0 0 rgb(29,44,77), 0 6px 0 0 rgb(31,48,83), 0 8px 4px 1px rgb(17,17,17);
/*     text-shadow: 0 -1px 1px rgb(30,45,77); */
    outline: 0px;

}
body a.visbutton:hover{
	cursor: pointer;
	-webkit-box-shadow: 0 0 20px 1px rgb(135,173,255) inset, 0 1px 0 0 rgb(29,44,77) , 0 6px 0 0 rgb(31,48,83) , 0 8px 4px 1px rgb(17,17,17) ;
	box-shadow: 0 0 20px 1px rgb(135,173,255) inset, 0 1px 0 0 rgb(29,44,77) , 0 6px 0 0 rgb(31,48,83) , 0 8px 4px 1px rgb(17,17,17) ;	
	background:rgb(65, 98, 168) !important;	
}
body a.visbutton:active{
	margin: 5px 0 10px;
	-webkit-box-shadow: 0 1px 10px 1px rgb(92,139,238) inset, 0 1px 0 0 rgb(29,44,77) , 0 2px 0 0 rgb(31,48,83) , 0 4px 3px 0 rgb(17,17,17) ;
	box-shadow: 0 1px 10px 1px rgb(92,139,238) inset, 0 1px 0 0 rgb(29,44,77) , 0 2px 0 0 rgb(31,48,83) , 0 4px 3px 0 rgb(17,17,17) ;	
	background:rgb(65, 98, 168) !important;
	display:inline-block;
	margin-bottom: 3px;
}
.review-topcontent .review-right a.visbutton:active{
	display:block;
}
.comptable a.visbutton{
	padding-top:10px;
}

body a.visbutton{
    box-shadow: 0 0 20px 1px rgb(154, 37, 37) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
	
	background: rgb(168, 65, 65) !important;
	
	border: 1px solid rgb(77, 31, 31);
    border-top-color: rgb(140, 56, 56);
    border-bottom-color: rgb(51, 21, 21);
}
body a.visbutton:hover{
	background: rgb(168, 65, 65) !important;
	box-shadow: 0 0 20px 1px rgb(255, 135, 135) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
}
body a.visbutton:active{
	background: rgb(168, 65, 65) !important;
	box-shadow: 0 0 20px 1px rgb(255, 135, 135) inset, 0 1px 0 0 rgb(77, 29, 29), 0 2px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
}

body a {
    color: #a74040;
}
body span.hilite {
    color: #4572bf !important;
	display: block;
    padding-left: 30px;
    padding-right: 30px;
}
body table th.depcol{
	width: 25%;
	width: 20%;
    padding-right: 5%;
}
body table td.depcol{
	width: 25%;
	width: 20%;
    padding-right: 5%;
}
body .rankcir{
	box-shadow: 0 0 20px 1px rgb(154, 37, 37) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
    background: rgb(168, 65, 65) !important;
    border: 1px solid rgb(77, 31, 31);
    border-top-color: rgb(140, 56, 56);
    border-bottom-color: rgb(51, 21, 21);
}

body{
    font-size: 18px;
    line-height: 150%; 
}
.main-content{
    font-size: 18px;
    line-height: 150%; 	
}
h1.entry-title, h2.entry-title{
    font-weight: normal;
    font-size: 27px;
	color: #a84040;
}
.sidebar ul li a{
	font-size:16px;
}
body .sidebar ul li a:hover{
	text-decoration:none;
}
body .sidebar h3{
	color: #a84040;
}
body a:hover{
	color:#ea7974;
}
body .header-logo{
	    background-repeat: no-repeat;
    background-size: 90px;
    padding-left: 89px !important;
    background-position: 2px -8px;
    padding-bottom: 7px !important;
	padding-top: 12px !important;
}
.header-logo h2 a:hover{
	text-decoration:none;
}
.header-logo h2{
	/* visibility:hidden; */
	font-size: 35px;
	outline:0px;
    position: relative;
    top: 21px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
	text-align:left;
}
header a:hover{
	text-decoration:none;
}
header.main-header{
	padding: 12px 0px;
}

/* BRICKS */

.header-logo span {
    box-shadow: 0 0 20px 1px rgb(154, 37, 37) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
    background: rgb(168, 65, 65) !important;
    border: 1px solid rgb(77, 31, 31);
    border-top-color: rgb(140, 56, 56);
    border-bottom-color: rgb(51, 21, 21);
    display: inline-block;
	padding: 3px 5px;
	text-shadow: -1px 1px 1px black; 
	text-shadow: -1px 2px 1px black;

}
.header-logo h2{
	padding-top:0px;
	min-height:52px;
}
header.main-header {
    padding: 17px 0px;
	
	padding: 23px 0px;
    padding-bottom: 19px;
}


.header-logo h2 span.active{
	display: inline-block;
    box-shadow: 0 0 20px 1px rgb(164, 58, 58) inset, 0 1px 0 0 rgb(77, 29, 29), 0 2px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
    position: relative;
    top: 4px;
}

/* END - BRICKS */

.comptable th{
	border-bottom:0px;
}
.comptable td {
    background: #222;
	border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #1b1a1a;
}
.comptable tr:nth-child(2n+1) td {
    background: #222;
	border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #1b1a1a;
}
.comptable .visitcol {
    width: 18%;
    padding-right: 16px;
}
table.comptable{
	box-shadow: 0px 0px 9px grey;
	box-shadow: 0px 0px 6px grey;

}
.topsiteswidget td{
	text-align:center;
}
.one-casino-table a.visbutton{
	padding: 0px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
}
.nav li ul.sub-menu{
    background: #ccc;
}
.nav li li a, .nav li li a:visited{
	color: #444;
	font-size: 13px;
	font-weight:700;
	text-shadow: none;
}
body #nav ul.sub-menu a:hover{
	color: #ccc;
}
body #nav > li > a:hover{
	color: #444;
}
.one-casino-table .visitcol{
	width: 22%;
    padding-right: 0px;
}
.one-casino-table a.visbutton{
	width: 75%;
}

@media only screen and (max-width: 600px) {
	.one-casino-table .visitcol{
		padding-right: 16px;
	}
	.one-casino-table .visitcol a.visbutton {
		position: relative;
		top: -5px;
	}
	footer #menu-footer{
		text-align: left;
	}
	footer #menu-footer li.menu-item{
		text-align: left;
		display: block;
	}
	.header-logo span{
		display: inline-block;
		box-shadow: none;
		background: transparent !important;
		border: 0px;
		line-height: 130%;
	}
	.header-logo span.space{
		display:block;
		padding: 0px;
		margin: 0px;
		visibility: hidden;
	}
	body .header-logo h2{
	    font-size: 20px;
		text-align: center;	
		min-height:90px;
		padding-bottom: 0px;
	}
	body .header-logo{
		padding-top: 0px !important;
		background-position: 0px -3px;
		background-position: 0px 5px;
		padding-left: 93px !important;
	}
	header.main-header{
	    padding: 15px 0px;
		padding-bottom: 0px;	
	}
}

body table.comptable{
	margin-bottom: 25px;
}
body span.hilite {
	text-shadow: -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000;
	color: #fff !important;
	visibility:visible;
}

span.numeric {
	display: inline-block;
	
	
	color: #ecc01e;
	
	color: #d09130e3;
    color: #ff9b00e3;
	color: #bf463a;
	color: #a43838;
    font-size: 23px;
}


body .bylines{
	display:none;
}

body .featsites .hilite{
	line-height: 140%;
}

.inforeview{
    min-height: 300px;	
}   

@media only screen and (max-width: 600px) {

	body #content{
		padding-top: 30px;
	}
}


/* NEW - SQUARE */

.square{
	max-width: 400px;
	width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 55px;
	padding-bottom: 6px;
		
	box-shadow: 0px 0px 20px 0px #fdf6d7;
	box-shadow: 0px 0px 45px 0px #616161;
	box-shadow: 0px 0px 45px 0px #3c3c3c;
}
.square .rate.ratecen{
	margin-top: 10px;
	display:block;
}
.square .visbutton{
	width: 100%;
    margin-top: 8px;
	padding: 12px 0px;
	-webkit-transform:scale(1.03,1); /* Safari and Chrome */
-moz-transform:scale(1.03,1); /* Firefox */
-ms-transform:scale(1.03,1); /* IE 9 */
 -o-transform:scale(1.03,1); /* Opera */
  transform:scale(1.03,1); /* W3C */
}

.square span.hilite{
	margin-top: 25px;
}
.square .visbutton:active{
	margin-bottom: 15px !important;
	margin-top: 10px !important;
	
	position: relative;
    top: 5px;
}
.square.mobile{
	display:none;
}
@media only screen and (max-width: 600px) {
	.square.mobile{
		display:block;
	}

	.one-casino-table{
		display:none;
	}
}

body table.one-casino-table{
	box-shadow: 0px 0px 19px grey;
    border: 0px;
}
body .one-casino-table span.hilite{
    text-shadow: -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000;
    color: #fff !important;
}


@media only screen and (max-width: 600px) {
	span.numeric {
		color: #bb5454;	
		/* color: #de7c7c !important; */
	}
	body #content{
		padding-top: 30px;
	}
} 

#rmp_menu_trigger-810{
    outline: 0px !important;
    box-shadow: 0 0 20px 1px rgb(154, 37, 37) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
    border: 1px solid rgb(77, 31, 31);
    border-top-color: rgb(140, 56, 56);
    border-bottom-color: rgb(51, 21, 21);
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    font-size: 15px;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px black;
    border-radius: 4px;
	text-shadow: -1px 2px 1px black;
    background: #4265b7;
    background: #222 !important;
	background: #222 !important;
    border: 1px solid #4265b7;
    border-top-color: #4265b7;
    border-bottom-color: #4265b7;
    margin-bottom: 10px !important;
    box-shadow: 0 0 20px 6px #4265b7 inset, 0 1px 0 0 #4265b7, 0 6px 0 0 #1e2e54, 0 0px 8px 0px black;
    border: 0px !important;
    box-shadow: 0 0 20px 6px #4265b7 inset, 0 1px 0 0 #4265b7, 0 6px 0 0 #1e2e54, 0 4px 8px 1px #fff;	
    box-shadow: 0 0 20px 6px #4265b7 inset, 0 1px 0 0 #4265b7, 0 6px 0 0 #1e2e54, 0 5px 10px 2px #fff;
    box-shadow: 0 0 50px 1px rgb(154, 37, 37) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
    box-shadow: 0 0 50px 1px rgb(154, 37, 37) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 5px 10px 0px #fff;
}

button#rmp_menu_trigger-810{
	width: 45px !important;
	height: 45px !important;	
}	
.rmp-menu-inner, .rmp-menu-inner::before, .rmp-menu-inner::after{
	width: 100% !important;	
}
#rmp_menu_trigger-810 .rmp-menu-box{
    width: 23px;	
}

a, input, button, submit {
    outline: 0px !important;
}

/* SCROLL UP BUTTON */
@media only screen and (max-width: 800px){
	#ssttbutton{
		right: 10px !important;
	}
	#ssttbutton .fa-stack{
		text-align: right;	
	}
}
#ssttbutton .fa-circle:before {
    content: none;
}
#ssttbutton .ssttbutton-symbol.fa-angle-double-up.fa-stack-1x{
	opacity: 0.8;
	border-radius: 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: static;
    display: inline-block;
    background: black;
    color: #fff;
	box-shadow: 0px 0px 19px 0px #fff;
    border: 0px;
    background: transparent;
    color: black;
    box-shadow: 0 0 20px 4px rgb(0, 0, 0) inset, 0 0px 0 0 rgb(0, 0, 0), 0 0px 0 0 rgb(0, 0, 0), 0 2px 4px 1px rgb(16,17,17);
    
    background: #fff;	
	opacity: 0.85;
	box-shadow: 0 0 20px 1px rgb(0, 0, 0) inset, 0 0px 0 0 rgb(0, 0, 0), 0 0px 0 0 rgb(0, 0, 0), 0 3px 4px 1px rgb(17,17,17);	

/* 	    box-shadow: 0 0 76px 0px rgb(0, 0, 0) inset, 0 0px 0 0 rgb(0, 0, 0), 0 0px 0 0 rgb(0, 0, 0), 0 2px 7px -6px #fff;
 */
 
}
#ssttbutton .ssttbutton-symbol.fa-angle-double-up.fa-stack-1x:hover{
	opacity:1;
}
/* END - SCROLL UP BUTTON */




body .one-casino-table .casinocol img{
	padding: 20px 0px;
    padding-left: 10px;
}

/* .nav li.current-menu-item > a, .nav li.current-menu-parent > a{
	background: #222;
	color: #ccc;
} */
body #nav > li a:hover {
    color: #ccc;
}
#nav > li a:hover, #nav > li a:active {
    background: #222;
}
nav.navbar{
	box-shadow: 0px 0px 6px 3px #5f5f5f;
	border-radius: 0px;
    background: #ccc;
    margin-bottom: 40px;
}
.nav > li {
	border-left: 0px;
    border-right: 1px solid #444;
	background: #ccc;
    border-radius: 0px;
}
#nav{
	background: #ccc;
    border-radius: 0px;
}


body a.visbutton {
	box-shadow: 0 0 20px 1px rgb(154, 37, 37) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17), 0 6px 11px 1px rgb(255, 255, 255);
}

/*
#############################
#############################
#############################
#############################
#############################
#############################
#############################
#############################
*/
/* NEW DARK DESIGN */
body{
    background: #101010;	
}

/*#outerwrap{
	overflow: visible;
}*/
header.main-header{
	background: transparent
}
.page-template-template-slider .container, #main{
	overflow: visible;
}

footer.main-footer{
    background: transparent;
    /* border-top: 4px solid; */
    box-shadow: 0px 0px 19px grey;
    /* box-shadow: 0px 0px 898px 87px grey; */	
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	box-shadow: 0px 0px 6px 3px #5f5f5f;
	
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
}
h1.entry-title, h2.entry-title{
	box-shadow: 0px 0px 19px grey;
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	margin-left: 0px;
    margin-right: 0px;
	
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
}

body table.comptable{
	box-shadow: 0px 0px 19px grey;
	
	    box-shadow: 0px 0px 43px 7px #000000;
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
}
body .sidebar .widget{
	box-shadow: 0px 0px 19px grey;
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
}
@media only screen and (min-width: 990px){
	body .main-content {
		background: transparent;
		padding-left: 0px;
	}
}
html body table.one-casino-table{
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
}
html body.casino-template-default .main-content{
	padding-top:0px;
	background: transparent;
}

body .reviewouter{
	padding:0px;
	background: transparent;
	overflow: visible;
}
body .reviewtop{
	overflow: visible;
		
	padding:0px;
}
body .reviewtop h1{
	font-weight:400;
	margin-top: 0px;
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
	    background: linear-gradient(to bottom, #000 0%,#171717 100%);
}
html body .square{
	box-shadow: 0px 0px 6px 1px #5f5f5f !important;
	    box-shadow: 0px 0px 43px 7px #000000 !important;
    border-top: 1px solid #222;
}
body .reviewouter .top-wrapper{
	padding:0px;
}
body .top-wrapper .bottomrev{
	padding-left:0px;
}
body .top-wrapper .square{
	right:0px;
	background: linear-gradient(to bottom, #000 0%,#171717 100%);
}
body .sidebar a:hover{
	text-decoration:none !important; 
}
body .sidebar .widget-2.widget a.visbutton:active{
	margin-bottom: -5px;
}
body .sidebar .widget-2.widget{
	padding-bottom:13px;
}
body a.revlink{
	padding-top: 8px;	
}
html body.casino-template-default .reviewouter .entry-content{
	padding:0px;
}
html body .clearboth.top-review{
	width:100%;
}

body .block{
	margin-left:0px;
	margin-right:0px;
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
	background: linear-gradient(to bottom, #000 0%,#171717 100%);
}
body .rev-widget-pros {
    margin-left: 0px;
    margin-right: 0px;
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
	    background: linear-gradient(to bottom, #000 0%,#171717 100%);
}
body .rev-widget-pros .pro-cons-icon{
	box-shadow: 0px 0px 6px 1px #5f5f5f;
	
	    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;
}



html body .header-logo{
    background-position: 0px 10px;
    padding-left: 88px !important;
    padding-top: 24px !important;
    margin: auto !important;
    display: block;
    /* padding: 0px !important; */
    float: none;
    text-align: center;
    /* margin-bottom: 12px !important; */
    margin-top: 25px !important;
    /* background-image: none; */
    padding-bottom: 0px !important;
}
body header.main-header {
    padding: 6px 0px;
	padding-top: 30px;
}
.header-logo span{
    display: inline-block;
    padding: 3px 5px;
    text-shadow: -1px 2px 1px black;
    background: #4265b7;
    background: #222;
    border: 1px solid #4265b7;
    border-top-color: #4265b7;
    border-bottom-color: #4265b7;
    margin-bottom: 10px !important;
    box-shadow: 0 0 20px 1px #4265b7 inset, 0 1px 0 0 #4265b7, 0 6px 0 0 #1A2849, 0 0px 8px 0px black;

	
    display: inline-block;
    padding: 3px 5px;
    text-shadow: -1px 2px 1px black;
    background: #4265b7;
    background: #222;
    border: 1px solid #b74242;
    border-top-color: #b74242;
    border-bottom-color: #b74242;
    margin-bottom: 10px !important;
    box-shadow: 0 0 20px 1px #b74242 inset, 0 1px 0 0 #b74242, 0 6px 0 0 #3e1919, 0 0px 8px 0px black;
}
span.space {
    visibility: hidden;
    margin-right: 10px;
}
.header-logo h2{
	min-height:70px;
}
body nav.navbar{
	margin-bottom:60px;
}

h1.entry-title, h2.entry-title{
	color:#fff;
	background: linear-gradient(to bottom, #000 0%,#171717 100%);
}
body .sidebar h3{
	background: linear-gradient(to bottom, #000 0%,#171717 100%);
	color:#fff;
}
html body .square{
	background: linear-gradient(to bottom, #000 0%,#171717 100%);
}
@media only screen and (max-width: 600px){
	html body table.one-casino-table{
		display:none !important;
	}
}
@media only screen and (min-width: 990px){
	html body .main-content {
		width: 72%;
		margin-right: 3%;
	}	
	body .sidebar {
		width: 23%;
		display: none;
	}	
}
body span.numeric{
	color: #4173a8;
   /*font-size: 27px;*/
   font-size: 25px;
}

body span.hilite {
    text-shadow: -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000, -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000, -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000, -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000, -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000, -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000, -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000, -1PX -1PX 1px #000, -1PX 1PX 1px #000, 1PX -1PX 1px #000, 1PX 1PX 1px #000;
}
html body table.one-casino-table{
	background: transparent;
	border-top: 0px;
}
html body .comptable th{
	border-top: 0px;
	-webkit-transform:scale(1.1,1); /* Safari and Chrome */
-moz-transform:scale(1.1,1); /* Firefox */
-ms-transform:scale(1.1,1); /* IE 9 */
 -o-transform:scale(1.1,1); /* Opera */
  transform:scale(1.1,1); /* W3C */
}
body nav.navbar{
	box-shadow: 0px 0px 6px 2px #5f5f5f;
}


body .rev-widget-pros .pro-cons-icon{
	border-radius: 0%;
}


.nav li a, .nav li a:visited{
	color: #cacaca;
}
.nav > li{
	border-right: 1px solid #151515;
    background: linear-gradient(to bottom, #000 0%,#171717 100%);	
}
body nav.navbar{
    background: linear-gradient(to bottom, #000 0%,#171717 100%);
    box-shadow: 0px 0px 43px 7px #000000;
    border-top: 1px solid #222;	
}
.nav li.current-menu-item > a, .nav li.current-menu-parent > a{
    background: linear-gradient(to bottom, #000 0%,#171717 100%);
	color: #cacaca;	
}
#nav > li a:hover, #nav > li a:active {
    background: linear-gradient(to bottom, #101010 0%,#2d2d2d 100%);
}
.nav li ul.sub-menu{
	background: linear-gradient(to bottom, #000 0%,#171717 100%);
	box-shadow: 0px 0px 43px 7px #000000;
	border-top: 1px solid #222;	
}

.nav li li{
	border-bottom: 1px solid #151515;
}
.nav li li a, .nav li li a:visited {
    color: #cacaca;	
/* 	box-shadow: 0px 0px 43px 7px #000000; */
}
#related-casinos .square{
	background:transparent;
}
.comptable .visitcol{
	padding-right: 25px;
}
.comptable:not(.one-casino-table) a.visbutton{
	width:110px;
}
body .sidebar .widget{
    box-shadow: 0px 0px 43px 7px #000000 !important;
    border-top: 1px solid #222;
    background: transparent;	
}
body .sidebar h3{
    background: transparent;
    border-bottom: 1px solid #1b1b1b;	
}
.topsiteswidget td{
	border-bottom: 0px;
    border-top: 1px solid #1b1b1b;
	background: transparent;	
}
.comptable td{
	background: #0e0e0e;
}

.one-casino-table .visitcol{
	padding-top: 15px;
}

body form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit]{
    box-shadow: 0 0 20px 1px rgb(154, 37, 37) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17), 0 6px 11px 1px rgb(255, 255, 255);
    background: rgb(168, 65, 65) !important;
    border: 1px solid rgb(77, 31, 31);
    border-top-color: rgb(140, 56, 56);
    border-bottom-color: rgb(51, 21, 21);
    font-weight: normal;
    text-shadow: 1px 1px 1px black;
    color: #ffffff !important;
    font-size: 15px !important;
    text-transform: uppercase;
    border-radius: 4px;	
}
body form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit]:hover{
    background: rgb(168, 65, 65) !important;
    box-shadow: 0 0 20px 1px rgb(255, 135, 135) inset, 0 1px 0 0 rgb(77, 29, 29), 0 6px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);	
}
body form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit]:active{
    background: rgb(168, 65, 65) !important;
    box-shadow: 0 0 20px 1px rgb(255, 135, 135) inset, 0 1px 0 0 rgb(77, 29, 29), 0 2px 0 0 rgb(83, 31, 31), 0 8px 4px 1px rgb(17,17,17);
    margin-bottom: 0px;
    margin-top: 4px;
}
@media only screen and (max-width: 600px){

	.space.space3{
		display: block;
	}
	html body .header-logo{
		margin-top: 0px !important;
		padding-top: 10px !important;
		padding-bottom: 0px !important;
	}
	body .header-logo h2{
		top: 28px;
		font-size: 29px;
	}
	body header.main-header {
		padding-top: 10px;
	}
	.comptable .rankcol {
		display:none !important;
	}
}



@media only screen and (max-width: 350px){

	.header-logo span{
		padding: 1px 2px;
	}

}

.square .visbutton:active{
	margin-bottom: 13px !important;
}
body .one-casino-table td {
    background: linear-gradient(to bottom, #000 0%,#171717 100%);
	border-top: 1px solid #000000;
    border-bottom: 0px;
}

body .one-casino-table .casinocol img {
    padding: 30px 0px;
    padding-left: 10px;
}
html body table.one-casino-table {
    background: transparent;
    border-top: 0px;
    border: 0px;
    border-top: 1px solid #222;
	box-shadow: 0px 0px 43px 7px #000000;
}
body .main-content {
	background:transparent !important;
}


@media only screen and (max-width: 600px){

	html body table img.logocomp.mobile {
		padding: 20px 0px;
	}
	.comptable .visitcol {
		padding-right: 13px;
		padding-left: 12px;
	}
}
@media only screen and (max-width: 600px){
	body span.numeric {
		color: #4173a8;
		font-size:21px;
	}
}


.comptable tr{
    background: #0e0e0e;
}
.comptable tr:nth-child(2n+1){
    background: #222222;
}


body .sidebar .widget-2.widget a.visbutton:active {
    margin-bottom: 3px;
}

.widget .featsites a.visbutton{
	margin-bottom: 7px !important;
}
.widget .featsites a.visbutton:active{
	margin-bottom: 2px !important;
}
body #nav{
	background: transparent;
}


/* Custom Css */

@media screen and (max-width: 1143px) and (min-width: 992px){
	body .sidebar {
	    display: block !important;
	}
	html body .main-content {
		width: 72%;
		margin-right: 3%;
	}
	body .sidebar .widget {
	    width: 225px;
	    box-shadow: 1px 1px 12px #111;
	}
}
@media only screen and (max-width: 991px){
	html body .main-content {
		width: 100%;
		margin-right: 0%;
	}
	.main-content{
		background:#0a0a0a !important;
		padding: 5px 0px !important;
	}
	h1.entry-title, h2.entry-title{
		box-shadow:none;
		border: none;
		background: none;
		margin-top: 0;
    	margin-bottom: 0;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.main-footer .wrap{
	    width: 100%;
	}
}
@media screen and (max-width: 768px) {
  .main-content{
		background:#0a0a0a !important;
		padding: 5px 10px !important;
	}
}

/* Mobile Css */
@media screen and (min-width: 992px) {
		#topwidgets{
			display: none;
		}
	}
	
	#topwidgets h3{
		color:#fff;
		text-align: left;
		margin-left: 15px;
		font-size: 15px;
		margin-bottom: 10px;

	}
	#topwidgets .widget-2,#topwidgets .featured-review,.featsites h4{
		display: none;
	}
	#topwidgets .widget{
		padding: 10px;
	}
	#topwidgets figure{
		margin-bottom: 10px;
	}
	#topwidgets .featsites img{
		width: 150px;
		margin: unset;
    	margin-left: 10px;
	}
	#topwidgets .featsites{
		padding-top: 0;
    	padding-bottom: 0;
		background: #3e0834;
	}
	#topwidgets	.midtop{
		background: #3e0834;
	}
	#topwidgets{
		background: #3e0834;
	}

	#topwidgets .visbutton{
		width: 25%;
	    top: -2%;
	    position: absolute;
	    margin-top: 0;
	    left: 65%;
	}
	#topwidgets .hilite{
		/*margin-top: 5px;*/
		padding: 10px 0 0 0;
		width: 100%;
		text-align: center;
	}
	@media screen and (max-width: 460px) {
		#topwidgets .hilite{
			padding: 5px 0 0 0;
		}
	}
	@media screen and (max-width: 362px) {
		#topwidgets .visbutton{
			top: -4%;
		}
	}

/*My css start*/

body .comptable th {
    font-weight: 700 !important;
}
body span.hilite {
    font-weight: 700 !important;
}
body a.visbutton {
    font-weight: 700 !important;
}
body a.revlink {
    font-weight: 700 !important;
}
.name {
    width: 100%;
    float: left;
}
.inner {
    float: left;
}
body .rankcir{
    font-weight: 700 !important;
}