/*
Theme Name: Slots Theme
Theme URI: http://www.flytonic.com/themes/slots-theme/
Description: Online casino and slots affiliate responsive Wordpress theme from Flytonic.
Author: Flytonic
Author URI: http://www.flytonic.com/
Version: 1.02
Tags: flytonic, slots, onlione casino, casino, gambling, affiliate theme, review theme, affiliate review, responsive, wordpress

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
	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}


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


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

body {
	background:#222 url(images/bg3.png) repeat;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #046cb6;
	text-decoration: none;
}

a:hover {
	color: #999;
}

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

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


span.hilite {
	color: #2CA5E4;
}

span.pros-list{
	color: #5b5b5b;
	font-size: 11px !important;
	  text-align: left !important;
}
span.pros-list ul {
	padding: 0px 0px 0px 0px;
}
span.pros-list ul li {
	/* line-height:0px; */
	padding: 0px 0px 0px 0px;
	text-indent:0px;
	margin-bottom:4px;
	background:none;
	list-style:none;
}


span.wagering-list{
	color: #5b5b5b;
	font-size: 11px !important;
}


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


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

h1 {
	font-size:1.7em;
	margin: 5px 0 0px;
}

h2 {
	font-size:1.7em;
	margin: 5px 0 0px;
}

h3 {
	font-size:1.6em;
	font-weight:normal;
	margin: 5px 0 0px;

}

h4 {
	font-size:1.4em;
	font-weight:normal;
	margin: 5px 0 0px;
}

h5 {
	font-size:1.2em;
	font-weight:normal;
}

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

h1.entry-title,
h2.entry-title  {
	margin-bottom:8px;
}

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

#outerwrap {
	width:1020px;
	overflow:hidden;
	margin:0 auto;
}

.wrap {
	overflow:hidden;
	margin:0 auto;
}

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

 /* Flytonic Buttons */


.undertable-button {
    background:#2980b9; /* for non-css3 browsers */
 	color:#FFF !important;
 	line-height:1em;
 	padding:7px 0px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
 	text-shadow: 0 1px 3px #666;
	text-decoration: none !important;
	box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.33);
	background-image: -moz-linear-gradient(top, #2980b9 33%, #2980b9 100%);
	background-image: -webkit-linear-gradient(top, #2980b9 33%, #2980b9 100%);
	display: inline-block;
	width: 100%;
	margin: 0px 0px 0px 0px !important;
	border-color:#2477ad;
	font-weight:600;
	font-size:14px !important;
}


a.visbutton {
    background:#00c381; /* for non-css3 browsers */
 	color:#FFF !important;
 	line-height:1em;
 	padding:7px 0px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
 	text-shadow: 0 1px 3px #666;
	text-decoration: none !important;
	box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.33);
	background-image: -moz-linear-gradient(top, #2ecc71 33%, #2ecc71 100%);
	background-image: -webkit-linear-gradient(top, #2ecc71 33%, #2ecc71 100%);
	display: inline-block;
	width: 90%;
	margin: 0px 0px 0px 0px !important;
	border-color:#6aab0d;
	font-weight:600;
	font-size:14px !important;

}

a.visbutton-review {
    background:#2ecc71; /* for non-css3 browsers */
 	color:#FFF !important;
 	line-height:1em;
 	padding:7px 0px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
 	text-shadow: 0 1px 3px #666;
	text-decoration: none !important;
	box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.33);
	background-image: -moz-linear-gradient(top, #2ecc71 33%, #2ecc71 100%);
	background-image: -webkit-linear-gradient(top, #2ecc71 33%, #2ecc71 100%);
	display: inline-block;
	width: 90%;
	margin: 0px 0px 0px 0px !important;
	border-color:#6aab0d;
	font-weight:600;
	font-size:14px !important;

}
a.visbutton.gray {
	background:#e6e6e6; /* for non-css3 browsers */
	border-color: #a9a9a9;
	background-image: -moz-linear-gradient(top, #fefefe 0%, #d4d4d4 100%);
	background-image: -webkit-linear-gradient(top, #fefefe 0%, #d4d4d4 100%);
	color: #575757!important;
	text-shadow: 0 1px 3px #fff;
}

a.visbutton.orange {
	background:#fc74816; /* for non-css3 browsers */
	border-color: #ae3e12;
	background-image: -moz-linear-gradient(top, #e95319 33%, #c74816 100%);
	background-image: -webkit-linear-gradient(top, #e95319 33%, #c74816 100%);
}

a.visbutton.size1 {
	padding:10px 0;
	width:117px;
}

a.visbutton.size2 {
	width:80px;
	margin:0 0 5px 0;
	padding:7px 3px;
}


a.visbutton.lg {
	padding:12px 0;
	font-weight:bold;
	margin:0;
	width:150px;
	font-size:16px !important;
	text-transform:uppercase;
}

a.visbutton.sm {
	padding:5px 10px;
	font-weight:700;
	font-size:11px !important;
	margin:5px auto 0 auto;
}

a.visbutton.lground {
	padding:15px 0;
	width:250px;
	font-weight:bold;
	font-size:28px !important;
	text-transform:uppercase;
	font-style:italic;
		border-radius:25px;
	-moz-border-radius: 25px;
	font-family: Arial, Helvetica, sans-serif;

}

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.marz {
	margin:0!important;
}

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

 /* Rating Stars */

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

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

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

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

 /* Rating Stars Big */

span.ratebig {
	display:block;
	height:30px;
	width:186px;
	background:url(images/bigstars.png) -2px -33px;
}

span.ratetotalbig {
	display:block;
	height:30px;
	width:186px;
	background:url(images/bigstars.png) -2px -2px;
}

span.ratebig.cen {
	margin:0 auto;
}

span.ratebig.mbottom {
	margin-bottom:12px;
}

 /* Excerpts */

.excerptlist {
	margin-bottom:25px;
	padding:15px 15px 0 15px;
	border:1px solid #e6e6e6;
}

.articleexcerpt {
	margin-bottom:25px;
	padding:0 0 15px 150px;
	background:url(images/slotlist_border.png) repeat-x bottom;
	overflow:hidden;
	line-height:1.7em;
	position:relative;
}

.articleexcerpt p {
	margin:0 0 2px 0;
}

.articleexcerpt p.rmore {
	margin:0;
	float:right;
	font-style:italic;
	font-size:.9em;
}

.articleexcerpt .thumb {
	position:absolute;
	left:0;
	padding-bottom:15px;
}

.articleexcerpt h3 {
	margin:0 0 5px 0;
	font-size:1.3em;
}

 /* Other Common Classes */

.bylines {
	color:#ababab;
	font-size:12px;
	margin:0 0 6px 0;
	font-style:italic;
}

blockquote {
	padding:8px 8px 8px 16px;
	background:#f2f2f2;
	border-left:4px solid #e1e1e1;
	font-style:italic;
	margin-bottom:20px;
	font-size:1.1em;
	color:#777;
}

.clearboth {
	clear:both;
}

.meta {
	color:#555;
	font-size:11px;
	font-weight:600;
	margin-bottom:32px;
	padding-left:2px;
}

.tagging {
	font-size:12px;
}

.pagebreaker {
	border-bottom:1px solid #ddd;
	padding:30px 0 0 0;
	margin-bottom:30px;
}

.blogarticles {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}

/* Breadcrumbs */

.breadcrumb {
	padding:15px 15px 0 15px;
	font-size:10px;
	color:#666;
	font-weight:bold;
	background-color:#f5f6f8;
}

.current_crumb {
	font-weight:normal;
}

/* 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;
	font-weight: 300;
	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;
}


/* Author Bios */

.authorbio {
	padding:15px;
	background:#F9F9F9;
	border:1px solid #E5E5E5;
	margin:30px 0; overflow:hidden;
}

.authorbio h3 {
	margin:0 0 5px 0; font-size:14px;
}

.authorbio img {
	float:left;
	margin:0 12px 0 0;
 	border:2px solid #DDD;
}
.authorbio span {
	font-size:.9em;
	font-style:italic;
}

.authorbio p {
	padding:0 0 5px 0;
}

/* Pagination */

.pagination {
	clear:both;
	padding:30px 0;
	line-height:13px;
	margin:0 0 15px 0;
}

.pagination span,
.pagination a {
	display:block;
	float:left;
	margin: 2px 7px 2px 0;
	padding:9px 9px 9px 9px;
	text-decoration:none;
	width:auto;
	color:#046cb6;
	background: #fff;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;}

.pagination a:hover {
	color:#fff;
	background: #046cb6;
}

.pagination .current {
	padding:9px 9px 9px 9px;
	background: #046cb6;
	color:#fff;
}

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

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

.main-content .bannerAd {
	padding:15px 0;
}

a.totop,
a.totop:visited {
	position:fixed;
	bottom:0;
	right:30px;
	width:50px;
	height:37px;
	display:block;
	background:url(images/totop.png) no-repeat;
}

a.totop:hover{
	opacity: 0.85;
}

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

#comments { padding-top:50px; }
#respond{padding:15px 15px 15px 15px; background:#f8f8f8; }
#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:#555; 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 #046cb6; }
ol.commentlist .bypostauthor  span.avatar { border:solid 2px #046cb6;}
.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:#046cb6;
	color:#fff;
	padding:4px;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
}

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

#commentform #submit {
	float:right;
	margin-right:20px;
	background:#046cb6;
	color:#fff;
	border:0;
	padding:8px;
	text-align:center;
	display:block;
	width:100px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

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

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

header.main-header {
	padding:15px 15px 0px 15px;
	overflow:hidden;
	background:#0488b8; /* for non-css3 browsers */
	background-image: -moz-linear-gradient(top, #1db4db 25%, #0488b8 100%);
	background-image: -webkit-linear-gradient(top, #1db4db 25%, #0488b8 100%);
	border-top:4px solid #057da9;
	border-bottom:4px solid #e9e9e9;
}

.header-logo {
	text-align: center;
	padding:0 20px 15px 0;
	}

.header-logo img{
	width: 200px;
	float:left;
}

.header-logo h1 {
	line-height:1.1em;
	font-size:2.4em;
	margin:0;
	padding:0;
}

.headerwidgets {
	overflow:hidden;
	padding:0 0 15px 0;
	}

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

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

.header-logo a, .header-logo a:visited {
	color:#fff;
}

.header-logo a:hover {
	color:#eee;
}


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

nav.navbar {
	overflow:hidden;
	background:#fff;
	border:1px solid #eee;
	clear:both;
	padding:0 20px;
}

.nav {

	display: block;
	width:100%;
	margin:0;
}

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

.nav li span {
	border-right:1px solid #ccc;
	line-height:18px;
	padding:2px 14px;
}

.nav li li span {
	border:0;
}

.nav li {
	float: left;
 	font-size:1.3em;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
}

.nav li a,
.nav li a:visited {
	display:block;
	color:#424242;

}

.nav li a:hover,
.nav li a:active,
.nav li:active,
.nav li:hover {
	color:#046cb6;
}

.nav li ul {
	position: absolute;
	left: -999em;
	width:180px;
	margin:0;
	line-height: 18px;
	z-index:5;
	background:#1db4db;
	padding:5px 15px 15px 15px;
	border-top:1px solid #fff;
}

.nav li li {
	width: 180px;
	margin:0;
	font-size:1.0em;
	font-weight:normal;
	border-bottom:1px solid #eee;
	border-right:0;
}

.nav li li span {
	padding:2px 0;
}

.nav li li a,
.nav li li a:visited {
	display:block;
	color:#fff;
	text-transform:none;
	padding:6px 0;
}

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

.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 li ul,
.nav li.current-menu-item li ul,
.nav li.current-menu-parent li ul {
	margin: -32px 0 0 180px;
	visibility:hidden;
}

.nav li li:hover ul {
	visibility:visible;
}

.nav li.current-menu-item a,
.nav li.current-menu-parent a  {
	color:#046cb6;
}

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

.nav li li.current-menu-item a,
.nav li li.current-menu-parent a  {
	color:#111;
}

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

.nav li li a:hover,
.nav li li li a:hover {
	color:#111;
}

.selectnav {
	display: none;
}

.gpwa {
	float:right;
	text-align:right;
	padding:0px 10px 10px 0px;
}

.header-bottom-wrapper {
	width: 100%;
	margin: 10px;
}

.header-bottom-wrapper  .smedia{
	float: right;
	margin-right: 20px;
}


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

.container {
	background:#fff;
	overflow:hidden;
	width:100%;
}

.main-content {
	background:#f5f6f8;
	float:left;
	width:616px;
	padding:25px 25px 25px 15px;
	font-size:1.3em;
	line-height: 1.7em;
}

.leftside .main-content {
	float:right;
	padding:35px 15px 25px 25px;
}

.main-content.full {
	float:none;
	width:96%;
	padding:15px 2%;

}

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

.main-content ul li {
	line-height:1.2em;
	padding: 0 0 0 19px;
	text-indent:-1px;
	margin-bottom:12px;
	background:url(images/sidebullet.png) no-repeat left top;
	list-style:none;
}

.main-content ol {
	padding: 0 0 9px 32px;
}

.main-content ol li {
	line-height:1.2em;
	padding:0;
	margin-bottom:7px;
	list-style:decimal outside;
}

/* Top Sites Shortcod Table */

.midsites tr {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
      -webkit-appearance: none;
      -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.midsites {
    table-layout: auto !important;
	border-collapse: separate;
	border-spacing: 0 15px !important;
	margin-bottom: 0px;
	margin-left:auto;
    margin-right:auto;
	margin-top: 0px;
	width:100%;
	border:0px solid #e6e6e6;
	font-size:12px;
}



.midsites img {
    width: 100px !important;
	height: auto !important;
}

.midsites tr {
	background: #fff;
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
}
/*
.midsites tr.alt {
	background:#eee;
}
*/

.midsites th {
	padding:5px 0px 5px 0px;
	background:#2980b9;
	color:#ffffff;
}

.midsites td.rankcol {
	width:10%;
}

.midsites td.logocol {
	width:120px !important;
	position:relative;
	padding: 0px 0px 0px 0px !important;
	line-height: 0px !important;
}

.midsites a.casinolistlogo{
margin-bottom: -5px !important;
}


@media only screen and (max-width: 780px) {
.midsites {
    width: 90% !important;
	text-align: center;
	}
 .midsites thead {
    display: none;
	}

 .midsites tr {
    margin-bottom: .625em;
  }

  .midsites td {
    display: block;
	border: none !important;

    font-size: 1em;
  }
.midsites td.logocol {
	width:100% !important;
	padding-bottom:10px;
	padding-top:10px;
}
.midsites td.listcol {
	width:90% !important;
	padding-left:15px;
}
.midsites td.bonuscol {
	width:100% !important;
}
.midsites td.visitcol {
	width:100% !important;
	padding: 0px 0px 0px 0px !important;
}
.midsites span.hilite {
	font-size:16px !important;
}
}

.midsites td.logocol #exclusive {
	position: absolute;
	top: 2px;
	right: -8px;
	width: 30px;
}

.midsites td.logocol2 {
	width:15%;
}

.midsites td.bonuscol {
	width:40%;
	line-height:15px !important;
}
.midsites td.listcol {
padding-top:5px !important;
}


.midsites td.bonuscol2 {
	width:14%;
}

.midsites td.rating2 {
	width:22%;
}

.midsites td.reviewcol {
	width:19%;
}

.midsites td.reviewcol2 {
	width:17%;
}

.midsites td.visitcol {
	width:19%;
	width:22%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px !Important

}

.midsites td.casinoname {
	text-align:left;
	width:22%;
}

.midsites span {
	font-size:16px;
	font-weight:bold;
}

.midsites td {
	text-align:center;
    text-overflow: ellipsis
}

.midsites span.rank {
	padding:4px 8px;
	background: #046cb6;
	color:#fff;
	font-size:14px;
}

.midsites .bonus-amount {
	color: #046cb6;
	font-size: 12px;
}

.midsites .maximum-stake {
	color: #ce3e06;
	font-size: 12px;
}

.desktop {
	display:block;
}

.mobile {
	display:none;
}


 i.fas.fa-check-circle {
    color: #00c381 !important;
  }
 i.fas.fa-info-circle {
    color: #00c381 !important;
  }
/* In Post Featured Product */

.featuredblock {
	padding:15px;
	margin-bottom:25px;
	overflow:hidden;
	background:#fafbdb;
	border:1px solid #eede22;
}

.featuredblock .left {
	float:left;
	width:160px;
}

.featuredblock .logo {
	margin-bottom:8px;
}

.featuredblock .right {
	float:right;
	width:410px;
}

.featuredblock  h4 {
	margin-bottom:12px;
	font-size:22px;
}

.featuredblock  h4 a,
.featuredblock  h4 a:visited {
	color:#111;
}

.featuredblock  h4 a:hover {
	color:#999;
}

.featuredblock .playnow {
	float:right;
}

.featuredblock  .bottom {
 	clear:both;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:6px 10px;
	background:#fde86c;
}

ul.features {
	padding:0 162px 6px 25px;
	margin:0;
}

ul.features li {
	list-style:url(images/featbullet.png) outside;
	margin:0 0 12px 0;
	padding:0;
}

/* Slots Listings */

.slotsmiddle {
	overflow:hidden;
	margin-bottom:15px;
}

.slotsblock {
	width:130px;
	float:left;
	padding:10px 10px 0 10px;
	text-align:center;
	font-weight:bold;
	line-height:1.1em;
	height:140px;
}

img.slotscreen {
	display:block;
	width:100%;
	height:104px;
	margin-bottom:8px;
}

/* Casino Post Template */

/* Mobile code start */

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

div.reviewboxright{
 float:none !important;
margin-top:0px !important;
width:100% !important;
}

div.review-bg{
    background-image: url("https://kasinosankarit.com/wp-content/uploads/2019/09/casino-bg.png"), repeating-linear-gradient(45deg,transparent,transparent 8px,rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 10px);
    padding: 80px 20px 80px 20px !important;
	text-align: center !important;
	color: #ffffff !important;
}

div.review-logo{
padding-bottom: 0px !important;
padding-top: 0px !important;
padding-left: 5px !important;
padding-right: 5px !important;
}
}
/* Mobile code end */

/* New Casino Post Template */

div.review-bg{
    background-image: url("https://kasinosankarit.com/wp-content/uploads/2019/09/casino-bg.png"), repeating-linear-gradient(45deg,transparent,transparent 8px,rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 10px);
    padding: 80px 80px 80px 80px;
	text-align: center;
	color: #ffffff !important;
	margin-top:-26px;
}

div.reviewbox{
float:none !important;

}

div.review-logo{
padding-bottom: 0px !important;
padding-top: 0px !important;
padding-left: 0px;
padding-right: 0px;
border:none;
position:static;
}

div.review-menu{
padding-bottom: 10px !important;
padding-top: 10px !important;
background-color:#2980b9;
}
div.review-pros{
}
div.reviewboxright{
display:inline-block;
margin: auto;
margin-top:0px;
width:450px;
float:none !important;
}
div.reviewboxright h1{
color: #ffffff;
}

div.reviewbigbonusinfo{
font-size:22px !important;
font-weight:700 !important;
}
div.reviewwageringinfo{
margin-bottom: 5px;
}

div.reviewbuttonbig{
}

/* New Casino Post Template end */

.topreviewarea {
	margin:20px 20px 0px 20px;
	padding:20px;
	background:#fafbdb;
	border:1px solid #eede22;
	overflow:hidden;
	font-size:1.3em;
}

.topreviewarea .logoleft {
	float:left;
	width:160px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align:center;
	border: 5px solid #fff;
}

.topreviewarea .summary {
	float:left;
	width:460px;

}

.topreviewarea .rating {
	float:right;
	width:250px;
	text-align:center;
}

.topreviewarea h4 {
	font-weight:bold;
	font-size:20px;
	margin-bottom:8px;
}

.procontable {
	margin-bottom:25px;
	border:1px solid #e6e6e6;
}


.procontable .con {
	background:url(images/cons.png) no-repeat 15px center;
	padding:15px 10px 15px 45px;
}

.procontable .pro {
	background:url(images/plus.png) no-repeat 15px center;
	padding:15px 10px 15px 45px;
}

.procontable .alt {
	background-color:#f4f4f4;
}

.licensetable {
	margin: 30px 0;
}

.licensetable img{
	margin-top: 10px;
}

ul.casinoinfo {
	border:1px solid #e6e6e6;
	margin:0 0 25px 0 !important;
	padding:15px 15px 9px 15px !important;
}

ul.casinoinfo li {
	list-style:none;
	padding:0 0 6px 0;
	margin:0 0 6px 0;
	border-bottom:1px solid #e6e6e6;
}

ul.casinoinfo li span {
	font-weight:bold;
	padding-right:4px;
}

.bonusarea {
	margin-bottom:10px;
	overflow:hidden;
}

.casinobonus {
	overflow:hidden;
	margin:0 15px 15px 15px;
	padding:10px;
	background:#0488b8;
	width:250px;
}

.casinobonus .top {
	overflow:hidden;
	padding-bottom:8px;
}

.casinobonus .top .bamount {
	float:left;
	width:140px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	line-height:1.1em;
}

.casinobonus .top .getbonus {
	float:right;
	width:100px;
}

.casinobonus .bottom {
	overflow:hidden;
	background:#ddf2f8;
	color:#111;
}

.casinobonus .bottom .bcode {
	float:left;
	width:156px;
	padding:6px 0 4px 8px;
	font-weight:bold;
	font-size:12px;
}

.casinobonus .bottom .minfo {
	float:right;
	width:80px;
	padding:4px 0 6px 0;
}

/** Slots Post Template **/

.slotstop {
	margin:20px 20px 0 20px;
	overflow:hidden;
	font-size:1.3em;
}

.topleft {
	float:left;
	width:470px;
}

.topleft .slotimage {
	padding:5px;
	border:1px solid #ccc;
}

.topright {
	float:left;
	width:510px;
}

.topright h2 {
	margin-bottom:8px;
	font-size:18px;
	padding-top:14px;
}

.slotsummary {
	border:1px solid #e6e6e6;
}

.slotrow {
	padding:6px 15px;
	overflow:hidden;
}

.slotrow.alt {
	background:#eee;
}

.slotrow .left {
	width:28%;
	float:left;
	font-weight:bold;
	color:#222;
	font-size:12px;
}

.slotrow .right {
	width:69%;
	float:right;
	color:#777;
	font-size:12px;
}

.toplay {
	margin-bottom:25px;
	padding:15px;
	background:#f4f4f4;
	border:1px solid #e6e6e6;
	overflow:hidden;
}

.toplay .left {
	float:left;
	width:120px;
}

.toplay .right {
	float:right;
	width:150px;
}

.toplay .logo {
	width:120px;
	height:60px;
}

.toplay .left span {
	display:block;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.toplay .right .bonus {
	display:block;
	margin-bottom:8px;
	font-weight:bold;
	font-size:16px;
	padding:0;
}

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

.sidebar {
	float:left;
	padding:25px 15px 15px 25px;
	width:320px;
	font-size:1.3em;
	background:#fff;
}

.leftside .sidebar {
	padding:35px 25px 15px 15px;
}

.sidebar h3 {
	font-size:1.6em;
	margin-bottom:20px;
}

.sidebar ul {
	padding: 15px 15px 1px 30px;
	border:1px solid #e6e6e6;
}


.sidebar li {
	line-height:1.2em;
	padding:0;
	text-indent:-1px;
	margin-bottom:14px;
	list-style:disc outside;
}

.sidebar ol {
	margin: 0;
	padding: 5px 0px 15px 25px;
}

.sidebar ol li{
	list-style:decimal outside;
	margin: 0px 0px 10px 0px;
}


.sidebar .bannerwidget {
	display: block;
	margin:0 auto 25px auto;
	float:none;
	text-align:center;
}

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

.sidebar .widget {
	margin-bottom:25px;
}

/* 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;
}

/* Search Widget */

.searchform {
	margin:0;
	overflow:hidden;
}


.searchinput {
	background:#f5f5f5;
	border:1px solid #b3b3b3;
	color:#a8a8a8;
	padding:8px;
	margin:0;
	width:200px;
	display:block;
	float:left;
}

.searchsubmit {
    background:#71b410; /* for non-css3 browsers */
 	color:#FFF !important;
 	line-height:33px !important;
 	padding:0 20px;
	height:33px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
 	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
	text-decoration: none !important;
	box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.33);
	background-image: -moz-linear-gradient(top, #7ece0c 33%, #71b410 100%);
	background-image: -webkit-linear-gradient(top, #7ece0c 33%, #71b410 100%);
	display:inline-block;
	margin:0 0 0 10px;
	border-color:#6aab0d;
	font-weight:600;
	font-size:14px !important;
	float:left;
}

.searchsubmit:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	color:#FFF !important;
	text-decoration:none;
	cursor:pointer;
}

/* Newsletter Widget */

.newsletter {
	padding:15px 15px 0 15px;
	border:1px solid #e6e6e6;
}

.newsletterform {
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
}

.newsletter .newsimage {
	float:right;
	margin:0 0 15px 12px;
}

.newsletter span{
	line-height:1.2em;
	font-size:12px;
	font-weight:bold;
}

.newsletter p.counter {
	margin:0 0 15px 0;
	padding:0;
}

.newsletterform .newsletterinput {
	background:#f6f7f9;
	border:1px solid #d7dbde;
	color:#b0b0b0;
	padding:10px;
	margin:0 auto 15px auto;
	width:264px;
	display:block;
	font-size:12px;
}

.newsletterform .submitbutton {
	 background:#71b410; /* for non-css3 browsers */
 	color:#FFF !important;
 	line-height:1em;
 	padding:9px 20px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
 	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
	text-decoration: none !important;
	box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.33);
	background-image: -moz-linear-gradient(top, #7ece0c 33%, #71b410 100%);
	background-image: -webkit-linear-gradient(top, #7ece0c 33%, #71b410 100%);
	display:block;
	margin:0 0 15px 0;
	border-color:#6aab0d;
	font-weight:600;
	font-size:14px !important;
}

.newsletterform .submitbutton:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
	color:#FFF !important;
	text-decoration:none;
	cursor:pointer;
}

.newsletter .nlimage {
	float:right;
	margin:0 0 10px 15px;
}



/* Top Casinos Widget */

.casinoswidget {
	border:1px solid #e6e6e6;
}

.casinorow {
	overflow:hidden;
	background:#fff url(images/midsites_tdbg.png) bottom repeat-x;
	border-bottom:#e6e6e6;
	padding:15px;
}

.casinorow.alt {
	background:#eee;
}

.casinorow .logo {
	float:none;
	width:150px;
	text-align:center;
}

.casinorow .bonus {
	float:left;
	width:98px;
	margin-left:10px;
	text-align:center;
	font-weight:bold;
}

.casinorow .visit {
	float:right;
	width:86px;
	text-align:center;
}

/* Featured Casino Widget */

.featwidget {
	padding: 15px;
	border:1px solid #e6e6e6;
}

.featwidget .logo {
	margin-bottom:8px;
	margin:0 auto;
	text-align:center;
	display:block;
}

.featwidget span.bonus {
	display:block;
	text-align:center;
	margin:0 0 8px 0;
	font-size:1.4em;
	font-weight:bold;
}

.featwidget span.summary {
	display:block;
	margin:0 0 15px 0;
}

.featwidget .top {
	margin:10px 0;
}

/* Review Listings Widget */

.slotlist {
	padding:15px 15px 0 15px;
	border:1px solid #e6e6e6;
}

.slotlistrow {
	margin-bottom:15px;
	padding-bottom:15px;
	background: url(images/slotlist_border.png) bottom repeat-x;
	overflow:hidden;
}

.slotlist h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}

.slotlist .screen {
	float:left;
	width:100px;
	text-align:center;
}

.slotlist .screen img {
	margin-bottom:6px;
}

.slotlist .info {
	float:right;
	width:170px;
}

/* Social Media Widget */

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

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

/*** Promo Widget ***/

.toppromos {
	overflow:hidden;
	padding:10px 5px;
	border-bottom:1px solid #ddd;
	border-top:2px solid #f3f3f3;
}

.toppromos .logo {
	float:left;
	width:90px;
	text-align:center;
	padding:0;
}

.toppromos .promo{
	float:right;
	width:186px;

}

.toppromos .promo h4 {
	font-size:16px;
	margin:0;
	color:#fff;
}

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

footer.main-footer {
	background:#191919;
	font-size:1.1em;
	margin:0 auto;
	color:#8c8e8d;
	border-top:1px solid #e2e2e2;
	padding:0 15px;
}

.main-footer a,
.bottom-footer a,
.main-footer a:visited,
.bottom-footer a:visited {
	color:#bfbfbf;
	text-decoration:none;
}

.main-footer a:hover,
.bottom-footer a:hover {
	color:#bfbfbf;
	text-decoration:underline;
}

.footerwidget h3 {
	margin:0 0 8px 0;
	font-size:12px;
	color:#eee;
	text-transform:uppercase;
}

.main-footer .widgetarea {
	overflow:hidden;
	padding:20px 0;
}

.footerwidget {
	width:21%;
	padding:10px 2%;
	float:left;
}


.footerwidget ul {
	padding: 10px 5px 0 0;
}

.footerwidget li {
	line-height:1.2em;
	padding:0;
	text-indent:0;
	margin-bottom:9px;
	list-style:none;
}

footer.bottom-footer {
	padding:20px 15px 20px 15px;
	overflow:hidden;
	background:#111;
	border-top:1px solid #333;
	color:#8c8e8d;
	text-align:center;
	font-size:1.1em;
}

.podium-holder {
	background: url("images/podium.png") no-repeat scroll right center transparent;
	background-size: 100%;
	position:static;
	height:250px;
	width:600px;
	margin-top: 90px;
}
.podium-first {
	position: relative;
	top: -91px;
	left: 36%;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 325px;
}
.podium-second {
	position: relative;
    top: -343px;
    left: 30px;
    color: #fff;
    width: 200px;
	text-align:center;
}
.podium-third {
	position: relative;
    top: -492px;
    left: 390px;
    color: #fff;
    width: 200px;
    text-align: center;
}
.podium-title {
	color:gray;
	font-weight:bold;
    margin-bottom: 0 !important;
}
.podium-holder img {
	width:124px;
	height:93px;
	border-radius: 8px;
}
.podium-holder a, .podium-holder a:visited {
    color: #fff;
}
.podium-positions {
	margin-top:90px;
}
.podium-positions p {
	margin-bottom:0px !important;
	line-height: 1.3;
}
#add-promo {
	float: right;
}
#new-promo {
	height: 60px;
}
#bonustabletabs {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
#bonustabletabs .ui-tabs-panel {
	padding: 0;
}
#bonustabletabs .ui-tabs-nav {
	white-space: nowrap;
	overflow-x: auto
}
#bonustabletabs .ui-tabs-nav li {
	float: none;
	display: inline-block;
}

/*.counter-wrap {
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	width: auto;
	margin-right: 72px;
}
.counter-wrap img{
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}
.counter {
	display: block;
	float: left;
	font-size: 36px;
	line-height: 55px;
	margin-bottom: 15px;
	font-weight: bold;
	color: white;
}
.counter-label {
    color: white;
    text-align: center;
    font-size: 1.5em;
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: bold;
}
*/

#scrolltabs .scroll_tab_left_button::before {
  content: "";
  padding: 0px;
}

#scrolltabs .scroll_tab_right_button::before {
  content: "";
  padding: 0px;
}

#scrolltabs div.scroll_tab_inner {
  height: 40px;
  background: url(images/toolbar-bg.jpg) repeat-x;
}

#scrolltabs div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat -25px -40px;
  color: #FFFFFF;
  cursor: pointer;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_first {
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat -40px -40px;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_over {
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat -25px 0px !important;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_first.scroll_tab_over {
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat -40px 0px !important;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat 0px -160px;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_left_finisher.scroll_tab_over {
  background-position: 0px -120px !important;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_left_finisher.tab_selected {
  background-position: 0px -200px;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat right -160px;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_right_finisher.scroll_tab_over {
  background-position: right -120px !important;
}

#scrolltabs div.scroll_tab_inner li.scroll_tab_right_finisher.tab_selected {
  background-position: right -200px;
}

#scrolltabs .scroll_tab_left_button {
  height: 40px;
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat 0px -40px;
}

#scrolltabs .scroll_tab_left_button.scroll_arrow_over {
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat 0px 0px;
}

#scrolltabs .scroll_tab_left_button.scroll_arrow_disabled {
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat 0px -80px;
}

#scrolltabs .scroll_tab_right_button {
  height: 40px;
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat -474px -40px;
}

#scrolltabs .scroll_tab_right_button.scroll_arrow_over {
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat -474px 0px;
}

#scrolltabs .scroll_tab_right_button.scroll_arrow_disabled{
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat -474px -80px;
}

#scrolltabs div.scroll_tab_inner li.tab_selected {
  background: transparent url(images/scroll_tab_bg.jpg) no-repeat -25px -80px;
}

#scrolltabs div.scroll_tab_inner li.tab_selected.scroll_tab_first {
  background-position: -40px -200px;
}

#scrolltabs li {
  background: none;
}

#scrolltabs li a{
  color: white;
}

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


@media screen and (min-width:481px) and (max-width:768px) {


#outerwrap,
.container,
.wrap {
	width:100%;
}

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

#sidebar1 {
	display:none;
}

.main-content {
	float:none;
	width:96%;
	padding:25px 2%;
}

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

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

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

#reviewsidebar {
	float:none;
 	padding-top:20px;
 	width:96%;
	padding:15px 2%;
}

/* Navigation */

.js #nav {
	display: none;
}

.js .selectnav {
	display: block;
}

.js .selectnav {
	display: block;
	width:97%;
	margin:5px 1.5% 5px 1.5%;
	padding:3px 10px;
	font-size:14px;
	color:#333;
	text-transform:uppercase;
	background:#f5f5f5;
	border:2px solid #e6e6e6;

}

/* Slots Page */

.topleft {
	float:none;
	width:100%;
	padding-bottom:10px;
}

.topleft .slotimage {
	margin:0 auto;
	display:block;
}

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

.slotrow .left {
	width:38%;
}

.slotrow .right {
	width:59%;
}

#slotssidebar {
	padding-top:0;
	float:none;
	width:80%;
}

.toplay .left {
	float:left;
	width:35%;
}

.toplay .right {
	float:right;
	width:60%;
}

.toplay .logo {
	margin:0 auto;
	display:block;
}

/* Casino Post Template */


.topreviewarea .logoleft {
	float:none;
	width:100%;
	margin-right:0;
	padding-bottom:15px;
}

.topreviewarea .summary {
	width:56%;
	float:none;
	width:100%;
	padding-bottom:15px;
}

.topreviewarea .rating {
	float:none;
	clear:both;
	width:100%;
}

#casinosidebar {
	width:89%;
}

.procontable {
	margin-bottom:25px;
	border:1px solid #e6e6e6;
}


.procontable .con {
	background:url(images/cons.png) no-repeat 15px center;
	padding:15px 10px 15px 45px;
}

.procontable .pro {
	background:url(images/plus.png) no-repeat 15px center;
	padding:15px 10px 15px 45px;
}

.procontable .alt {
	background-color:#f4f4f4;
}

ul.casinoinfo {
	border:1px solid #e6e6e6;
	margin:0 0 25px 0 !important;
	padding:15px 15px 9px 15px !important;
}

ul.casinoinfo li {
	list-style:none;
	padding:0 0 6px 0;
	margin:0 0 6px 0;
	border-bottom:1px solid #e6e6e6;
}

ul.casinoinfo li span {
	font-weight:bold;
	padding-right:4px;
}

/* Featured Shortcode */


.featuredblock .left {
	float:none;
	width:160px;
	padding-bottom:10px;
}

.featuredblock .right {
	float:none;
	width:100%;
}

.desktop {
	display:none;
}

.mobile {
	display:block;
}

.header-bottom-wrapper {
	margin: 10px 0px;
}

.header-bottom-wrapper  .smedia{
	float: none;
	margin-right: 0px;
}

.header-bottom-wrapper  .smedia img{
	width: 48px;
	height: 48px;
}

/* Footer */

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

.main-footer .rightfooter {
	width:96%;
	float:none;
	padding:0 2%;

}

.footerwidget {
	width:42%;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

.top-footer .about,
.top-footer .share {
	width:100%;
	float:none;
	padding:10px 0;
}

.counter {
	float:left;
}

.counter p {
	float:none;
	margin: 10px 0px 0px 10px;
}

.counter img {
	float:none;
	padding-left: 40px;
}

.gpwa {
	float:left;
	margin-top: 40px;
}

.gpwa img {
	width:150px;
}

.midsites span {
    font-size: 14px;
}

}

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


#outerwrap,
.container,
.wrap {
	width:100%;
}

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

#sidebar1 {
	display:none;
}

.main-content {
	float:none;
	width:92%;
	padding:25px 4%;
}

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

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

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

/* Navigation */

.js #nav {
	display: none;
}

.js .selectnav {
	display: block;
}

.js .selectnav {
	display: block;
	width:97%;
	margin:5px 1.5% 5px 1.5%;
	padding:3px 10px;
	font-size:16px;
	color:#333;
	text-transform:uppercase;
	background:#f5f5f5;
	font-weight:bold;
	border:2px solid #e6e6e6;

}

/* Excerpts */

.articleexcerpt {
	padding:0 0 15px 0px;
}

.articleexcerpt .thumb {
	position:inherit;
	padding:4px 4px 12px 4px;
	margin:0 auto 8px auto;
	float:none;
	text-align:center;
	display:block;
}

.articleexcerpt .articleimg {
	text-align:center;
	display:block;
	margin:0 auto 8px auto;
}

.articleexcerpt h3 {
	clear:both;

}

/* Slots Page */

.topleft {
	float:none;
	width:100%;
	padding-bottom:10px;
}

.topleft .slotimage {
	margin:0 auto;
	display:block;
	width:90%;
	height:200px;
}

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

.slotrow .left {
	width:48%;
}

.slotrow .right {
	width:49%;
}

#slotssidebar {
	padding-top:0;
	float:none;
	width:85%;
}

.toplay .left {
	float:left;
	width:35%;
}

.toplay .right {
	float:right;
	width:60%;
}

.toplay .logo {
	margin:0 auto;
	display:block;
	width:100%;
}

/* Casino Post Template */


.topreviewarea .logoleft {
	float:none;
	width:100%;
	margin-right:0;
	padding-bottom:15px;
}

.topreviewarea .summary {
	width:56%;
	float:none;
	width:100%;
	padding-bottom:15px;
}

.topreviewarea .rating {
	float:none;
	clear:both;
	width:100%;
}

#casinosidebar {
	width:89%;
}

/* Featured Shortcode */


.featuredblock .left {
	float:none;
	width:160px;
	padding-bottom:10px;
	text-align:center;
}

.featuredblock .right {
	float:none;
	width:100%;
}

.featuredblock .playnow {
	float:none;
	padding-bottom:10px;
}

ul.features {
	padding:0 0 6px 25px;
	margin:0;
}

/* 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;
}

.footerwidget.mr {
	padding-right:0;
}

.footerwidget.ml {
	padding-left:0;
}

.top-footer .about,
.top-footer .share {
	width:100%;
	float:none;
	padding:10px 0;
}

.hideme {
	display:none;
}

.desktop {
	display:none;
}

.mobile {
	display:block;
}

.header-bottom-wrapper {
	margin: 10px 0px;
}

.header-bottom-wrapper div {
	width:100%;
	float:none;
	text-align:center;
	margin-bottom: 12px;
}
header-bottom-wrapper  .smedia{
	float: none;
	margin-right: 0px;
}

.header-bottom-wrapper  .smedia img{
	width: 48px;
	height: 48px;
}

.counter-wrapper {
    left: -82% !important;
}

.counter {
	float:none;
}

.counter p {
	float:none;
	display:inline-block;
	font-size:1.6em;
}

.counter img {
	float:none;
	display:inline-block;
	width:90px;
}

.gpwa {
	float:none;
	margin-top: 10px;
}

.gpwa img {
	width:150px;
}

.midsites span {
    font-size: 12px;
}

}
