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}

html {
	font-size: 10px; /* 10px browser default */
	font-family: Rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
}

body {
	background: #f1f1f3;
	color: #555;
	font-family: Rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
}

a {
	color: #303ea3;
	text-decoration: none;
}

a:hover {
	color: #999;
}

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

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

span.hilite {
	color: #b71101;
}

span.hilite2 {
	color: #329d00;
}

a.rreview, a.rreview:visited {
	color: #b51200;
	text-decoration: underline;
	font-size:12px; 
	text-transform:uppercase;
}

a.rreview:hover {
	color: #b51200;
	text-decoration: none;
}


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


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    color: #313649;
}

h1 {
	font-size:2em;
}

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

h3 {
	font-size:1.6em;
}

h4 {
	font-size:1.4em;
	font-weight:normal;
}

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

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

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

h2.yellowheading {
	background: #f6d456;
	padding:8px 15px;
	border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #edc041;
}

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

#outerwrap {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}

.wrap {
	width: 1200px;
	margin: 0px auto;
}

/* 4. Common Classes
   ----------------------------------------------------------------------------*/
   
 /* Flytonic Buttons */

a.visbutton {
    background: #303ea3; /* for non-css3 browsers */
    color: #ffffff;
    max-width: 400px;
    line-height:1em;
    border-radius:4px;
    -moz-border-radius:4px;
    padding: 10px;
    border-width: 1px;
    text-decoration: none !important;
    background-image: -moz-linear-gradient(top, #f7b101 33%, #fd8e00 100%);
    font-weight:700 !important;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.12),0 3px 7px rgba(0,0,0,.2)!important;
    -webkit-animation: pulse 5s cubic-bezier(.77,0,.175,1) 2s infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

a.visbutton.gray {
	background:#a8a8a8; /* for non-css3 browsers */
	border-color: #808080;
	background-image: -moz-linear-gradient(top, #afaeae 0%, #a8a8a8 100%);
	background-image: -webkit-linear-gradient(top, #afaeae 0%, #a8a8a8 100%);
	color:#fff !important;
}  
   
a.visbutton.size1 {
	padding:10px 0;
	width:117px;
}

a.visbutton.size2 {
	width:70px;
	margin:5px 0;
	display:block;
	font-size:12px !important;
}

a.visbutton.mb {
	margin:0 0 8px 0;
} 

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

a.visbutton.lg {
	padding:14px 22px;
	font-size:22px !important;
	text-transform:uppercase;
} 

a.visbutton.lg2 {
	font-size:16px !important;
} 

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

a.visbutton.cent2 {
	margin: 0 auto 0px auto;
	text-align:center;
	display:block;
} 
a.visbutton.cent2:before{
    right: 15px;
    position: relative;
    top: 1px;
    font-family: "Font Awesome 5";
    font: normal normal normal 23px/1 FontAwesome;
    content: "\f08e"!important;
}
a.visbutton:hover, 
a.visbutton:active, 
a.visbutton:visited {
	box-shadow:none;
	background:#0f131d
} 


 /* Rating Stars */
   
span.rate { 
	display:block;
	height:17px;
	width:103px;
	background:url(images/ratestars.png) -2px -20px;
}

span.ratetotal {
	display:block;
	height:17px;
	width:103px;
	background:url(images/ratestars.png) -2px -2px;
}   
   
span.rate.cen {
	margin:0 auto;
}

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

span.rate.fl {
	float:left;
}

 /* Excerpts */
 
.excerptlist {
	margin-bottom:0;
}

.articleexcerpt {
    margin-bottom: 20px;
    padding: 15px 15px 15px 160px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 43px rgba(28,34,49,.04);
    box-shadow: 0 12px 43px rgba(28,34,49,.04);
}

.articleexcerpt p {
	margin:0;
}

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

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

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

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

 /* Other Common Classes */

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

blockquote {
    line-height: 1.4em;
    color: #000;
    font-family: proxima_nova_rgbold,Arial,Helvetica;
    font-weight: 300;
    font-size: 24px;
    margin-left: 0;
    padding: 10px 0 10px 30px;
    border-left: 5px solid #294dd5;
    letter-spacing: .5px;
}

.clearboth {
	clear:both;
}

.meta {
	color:#777;
	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 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #838798;
    padding: 10px;
}

.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:#b51200;
	background: #fff; 
	text-decoration:none; 
	border-radius:4px; 
	-moz-border-radius:4px;}

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

.pagination .current {
	padding:9px 9px 9px 9px;
	background: #b51200;
	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: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 #b51200; }
ol.commentlist .bypostauthor  span.avatar { border:solid 2px #b51200;}
.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:#b51200; 
	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 { 
	background:#2a4dd5; 
	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 {
    height: 60px;
    padding: 24px 0;
    background: url(./images/bg.jpg) center 0 no-repeat;
    border-bottom: 1px solid #fff;
}

.header-logo {
	width:250px;
	display: flex;
	-webkit-justify-content: center;
	margin-bottom: 1rem;
	height: 42px;
	}
	
.header-logo h1 { 
		line-height:1.1em; 
		font-size:2.4em; 
		margin:0; 
		padding:0 0 0 0;
		border:0;
	}

.header-right {
	width: 900px;
	z-index: 2;
	top: -37px;
	float: right;
	left: 218px;
	position: relative;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.headerwidgets {
	float:right;
	overflow:hidden;
	margin-bottom:10px;
	}
	
	.headerwidgets .widget {
	float:right;
	padding:0 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 {
	 /* for non-css3 browsers */
} 

.nav {
	display: block;
	width:100%;
	margin:0;
	display: table;
	width: 100%;
	list-style-type: none;
	table-layout: fixed;
	font-size: xx-small;
}

.nav,
.nav ul {
    line-height: 20px;
    margin:0;
    padding:0;
    width: 100%;
 }
 
.nav li span {
	padding: 9px 10px;
	color: #d9d9d9;
	font-weight: 600;
	line-height: 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-size: 14px;
}

.nav li li span {
	border:0;
}

.nav li {
	float: left;
	margin:0;
	text-align: center;
	color: #fff;
}

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

.nav li a:active,
.nav li:active,
.nav li:hover {
	color:#fff;
box-shadow: 0 2px 0 0 #2a4dd5;
}	

.nav li ul {
	position: absolute;
	left: -999em;
	width:180px;
	margin:0;
	list-style: none;
	line-height: 18px;
	z-index:11;
	background: -webkit-gradient(linear,left top,right top,from(#0d1019),color-stop(0%,#0d1019),to(#1c2232));
}

.nav li li {
	width: 180px;
	margin:0;
	font-size:.9em;
	font-weight:normal;
	border-bottom: 1px solid #181e2d;
	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 {
box-shadow: 0 2px 0 0 #2a4dd5;

}	

.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:#fff;
	/* background:#2087c9; */
}


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

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

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

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

.selectnav { 
	display: none; 
}

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

.container {
	overflow:hidden;
	width: 1200px;
	margin: 15px auto 25px auto;
	-moz-border-radius:4px;
}

.topcontent {
	height:11px;
}

.bottomcontent {
	height:11px; 
	background:#f5f5f5 url(images/bodybg.gif) repeat;
	border-bottom:1px solid #fff;
}

.main-content {
	float:left;
	width:690px;
	padding:25px;
	font-size:1.3em;
	line-height: 1.7em;
}

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

.threecol .main-content {
	float:left;
	padding: 0px 15px;
	border:0;
	width: 698px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.main-content.full {
	float:none;
	width:95%;
	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/side_bullet.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 */
    .t_bet{
    width: 100%;
    font-weight: bold;
    line-height: 19px;
    height: 30px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(to right,#0d1019 0%,#0d1019 0%,#1c2232 100%);    }
    .t_cap{
    height: 30px;
    padding: 10px 0px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(to right,#0d1019 0%,#0d1019 0%,#1c2232 100%);
    }
    .t_bod{
            display: table;
    width: 100%;
    }
    
    .t_head{
        background: linear-gradient(to right,#0d1019 0%,#0d1019 0%,#1c2232 100%);
    padding: 5px;
    width: 100%;
    color: white;
    font-size: 12px;
    }
    .t_head_tr{
    border-bottom: 1px solid #f1f1f3;
    background-color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 900; 
    }
    .t_head_tr:nth-child(odd) {
  background: #f6f7fa;
}
    .head_num{
        text-align: center;
    font-family: museo sans cyrl;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    height: 75px;
    background-color: #9ea3b6;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }

    .t_logo{
            position: relative;
    top: 2px;
    width: 126px;
    height: 46px;
    }
    .t_bonus{
text-align: center;
        color:#313649;
        font-size: 12px;
        line-height: 20px; 
        font-weight: 800;
    }
.rating-table__btn_view {
    padding-right: 32px;
    background-color: #313649;
    -webkit-box-shadow: inset 0 -2px 0 #191c27;
    box-shadow: inset 0 -2px 0 #191c27;
}
.rating-table__btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 2px 2px rgba(33,33,33,.05);
}.rating-table__btn_view:before {
    right: 10px;
    margin-top: -8px;
    font-family: "Font Awesome 5";
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f06e"!important;
}

.rating-table__btn_site {
    padding-right: 20px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#30379e),color-stop(100%,#3047ab),to(#3047ab));
    background-image: -webkit-gradient(linear,left bottom,left top,from(#30379e),color-stop(100%,#3047ab),to(#3047ab));
    -webkit-box-shadow: -webkit-gradient(linear,left bottom,left top,from(#30379e),color-stop(100%,#3047ab),to(#3047ab));
    text-shadow: 0 2px 2px rgba(33,33,33,.05);
}
.rating-table__btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 2px 2px rgba(33,33,33,.05);
}.rating-table__btn_site:before {
    right: 16px;
    margin-top: -7px;
    font-family: "Font Awesome 5";
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067"!important;
}

.rating-table__btn:before {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
}
.midsites {
 border-collapse:collapse;
 margin: 0 0px 25px 0px;
 width:100%;
 border-left:1px solid #e4e4e4;
 border-bottom:4px solid #004e7f;
 font-size:11px;
 color:#333;
 line-height:1.4em;
}
.site-logo{
	width: 150px;
	height:30px;
	position: relative;
	top: 2px;
}

.size20{
	font-size: 20px;
	line-height: 24px;
	color: #3d8a4b;
	font-weight: 700;
}
.button-site{
	background-color: #ff910ae6;
	box-shadow: 0 5px 15px rgba(243, 154, 62, 0.17), inset 0 -2px 0 #de9a3a;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 2px 2px rgba(33,33,33,.05);
	width: 128px;
	left: 28px;
}
.button-site:before{
    right: 21px;
    height: 11px;
    font-size: 20px;
    margin-top: -12px;
    content: "\f345";
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    display: block;
    font-family: dashicons;
}
.grayreadmore{
	background-color: #3d8a4b;
	-webkit-box-shadow: inset 0 -2px 0 #191c27;
	box-shadow: inset 0 -2px 0 #285e32;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	display: block;
	width: 128px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 2px 2px rgba(33,33,33,.05);
}
.grayreadmore:before {
	position: absolute;
	top: 34%;
	display: block;
	right: 27px;
	width: 14px;
	height: 13px;
	margin-top: -5px;
	font-size: 17px;
	font-family: dashicons;
	content: "\f177";
	background-size: 14px auto;
}
.size11{
	font-size: 11px;
	line-height: 24px;
	color: #285e32;
	font-weight: 500;
}
.rank1
{
color:#3d8a4b
}
.midsites td {
	text-align:center;
	font-size:14px;
	height: 87px;
	border-bottom: 1px solid #fff;
}

.midsites td .logo {
	width:100px;
	height:40px;
}
.casinocol{
	width:160px;
}
.midsites th {
	padding:8px 3px;
	font-size: 11px;
	font-weight: 600;
	padding-top: 15px;
	background-color: #3d8a4b;
	padding-bottom: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	border-bottom:1px solid #fff;
}

span.bonusbig {
	font-size:18px;
	font-weight:bold;
}

span.ranked {
	font-weight:bold;
	font-size:18px;
}

span.smallrate {
	color:#555;
	font-size:11px;
}

span.small {
	font-size:11px;
	display:block; padding-bottom:6px;
}

td.rating {
	font-weight:bold;
	font-size:16px;
}

.midsites th.rankcol {
	width:7%;
}

.midsites th.sitecol {
	width:18%;
}

.midsites th.namecol {
	width:15%;
}

.midsites th.uscol {
	width:9%;
}

.midsites th.ratingcol {
	width:11%;
}

.midsites th.bonuscol {
	width:19%;
}

.midsites th.reviewcol {
	width:21%;
}

/* Featured Sites */

.featuredout {
	overflow:hidden;
}

.featureditem {
	float:left;
	border:1px solid #c0d1db;
	padding:15px;
	background:#f4f4f4;
	border-radius:5px;
	-moz-border-radius:5px;
	width:185px;
	margin:0 6px 20px 6px;
}

.featureditem .logotop {
	display:block;
	margin:0 auto 15px auto;
	height:72px;
}

.featureditem .bottom {
	border-radius:5px;
	-moz-border-radius:5px;
	background:#004e7f;
	padding:10px;

}

.brow1,.brow2,.brow3,.brow4 {
	color:#fff;
	padding:8px 0;
	text-align:center;
	border-bottom:1px solid #00416b;
	border-top:1px solid #0d5e93;
	height:24px;
}

.brow1 {
	font-size:18px;
	padding-top:0;
	border-top:0;
	font-weight:bold;
}

.brow2 {
	font-size:16px;
}

.brow3 {
	padding:4px 0;
	font-size:12px;
}

.brow4 {
	padding-bottom:0;
	border-bottom:0;
	height:28px;
}

.featureditem .usicon {
	vertical-align:text-bottom; 
	margin-left:5px;
}

/* In Content Menu */


.contentmenu {
	overflow:hidden;
	margin-bottom:5px;
}

.contentmenu .item {
	float:left;
	padding:.33%;
	width:29%;
	border:1px solid #7bb1d3;
	position:relative;
	margin:0 1.6% 20px 1.6%;
	border-radius:5px;
	-moz-border-radius:5px;
}

.contentmenu .item .menuimage {
border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
vertical-align: top;
width:100%;
height:150px;
}

.contentmenu .item .top .visbutton {
	position:absolute;
	display:none;
	top:70px;
	left:22%;
}

.contentmenu .item .top:hover .visbutton {
	display:inherit;
}

.contentmenu .item .top:hover .menuimage {
	opacity: 0.25;
}

.contentmenu .item h4 {
	margin:0;
	font-size:13px;
	font-weight:normal;
}

.item .bottom {
height:30px;
	background:#004e7f url(images/arrow_menu.png) no-repeat 15px 10px;
	padding:8px 8px 8px 38px;
	border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-bottom-radius-topleft: 5px;
  -moz-bottom-radius-topright: 5px;
}

.threecol .item .bottom {
	height:40px;
}

.item .bottom a {
	color:#fff;
}


.item a.visbutton {
 	padding:6px 2.5%;
 	border-width: 1px;
	margin:0;
	width:50%;
}

/* Casino Post Template */

.payment {
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: url(images/bg-forecast.jpg) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 27px 35px rgba(47,56,227,.2);
    box-shadow: 0 27px 35px rgba(47,56,227,.2);
}.payment_main {
    width: 100%;
    padding: 10px;
}.payment_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 15px;
    position: relative;
}.payment_logo {
    display: -webkit-box;
    display: -webkit-flex;
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 110px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 230px;
    flex: 0 0 200px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
    .payment_bonus_description {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 65%;
    background-color: rgba(33,33,33,.5);
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    color: #eee;
    font-size: 10px;
    position: relative;
    font-size: 12px;
    bottom: 98px;
    float: right;
    font-weight: 500;
}
    .payment_foot {
    right: 10px;
    top: 20px;
    position: relative;
    margin: 0 auto;
}
    .payment_action {
-webkit-box-flex: 0;
    -webkit-flex: 0 0 580px;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    position: relative;
    padding: 10px;
    width: 100%;
    bottom: 70px;
    margin: 0 auto;
    display: flex;
}
    .links-replace {
    cursor: pointer;
}
   .payment_btn:hover{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000000),color-stop(100%,#000000),to(#383838));
    background-image: linear-gradient(to top,#000000 0%,#000000 100%,#383838 100%);
    -webkit-box-shadow: 0 5px 15px rgba(8, 8, 8, 0.46), inset 0 -2px 0 #383838;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.46), inset 0 -2px 0 #000000;   }
    .payment_btn {
font-size: 12px;
    width: 100%;
    font-weight: 700;
    line-height: 16px;
    padding: 20px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#2f38e3),color-stop(100%,#3055fb),to(#3055fb));
    background-image: linear-gradient(to top,#2f38e3 0%,#3055fb 100%,#3055fb 100%);
    -webkit-box-shadow: 0 5px 15px rgba(47,57,228,.46), inset 0 -2px 0 #1a2396;
    box-shadow: 0 5px 15px rgba(47,57,228,.46), inset 0 -2px 0 #1a2396;
}
.btn {
    bottom:26px;
    font-size: 12px;
        width: 520px;
    font-weight: 700;
    line-height: 16px;
    position: relative;
    display: inline-block;
    padding: 20px 45px;
    padding-left: 25px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#2f38e3),color-stop(100%,#3055fb),to(#3055fb));
    background-image: linear-gradient(to top,#2f38e3 0%,#3055fb 100%,#3055fb 100%);
    -webkit-box-shadow: 0 5px 15px rgba(47,57,228,.46), inset 0 -2px 0 #1a2396;
    box-shadow: 0 5px 15px rgba(47,57,228,.46), inset 0 -2px 0 #1a2396;
}
    
.payment_bonus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px 10px 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(33,33,33,.5);
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    left: 225px;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    float: left;
    position: relative;
    width: 36%;
    bottom: 51px;
}.payment_bonus-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 5px;
    color: #fff;
}.payment_bonus-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #fd5853;
}
.rating-box {
    position: relative;
    vertical-align: middle;
    top: 5px;
    left: 80px;
    display: inline-block;
    color: #fff;
    float: left;
    font-family: "Font Awesome 5";
    font: normal normal normal 15px/1 FontAwesome;
}
.rating-box:before{
content: "\f006 \f006 \f006 \f006 \f006";
}
.rating-box .rating {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    display: flex;
    overflow:hidden;
    color: #ffffff;
  }
  .rating-box .rating:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.reviewouter {
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:15px;
	border:1px solid #ddd;
}

.threecol .reviewouter {
	border:0;
	padding:0;
}

.reviewleft {
	width:37%; 
	float:left;
}

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

.reviewleft .logoreview {
	display:block;
	margin:0 auto 20px auto;
}

.reviewleft .screenshot {
	width:100%;
}

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

.reviewleft h3 { 
	font-size:1.3em;
	border-radius: 4px;
  -moz-border-radius: 4px;
	background:#0b527e; /* for non-css3 browsers */
	background-image: -moz-linear-gradient(top, #1978b2 40%, #0b527e 100%);
	background-image: -webkit-linear-gradient(top, #1978b2 40%, #0b527e 100%);
	margin-bottom:0;
	color:#fff;
	padding:10px;
	border:1px solid #063958;
}

.reviewblock {
	background:#f5f5f5;
	border:1px solid #ececec;
	font-size:11px;
	padding:5px 15px 15px 15px;
}


.reviewblock ul {
	padding:6px 0 0 0;
	margin:0;
	font-weight:bold;
}

.reviewblock ul.pros li{
	list-style:none;
	background:url(images/hits.png) top left no-repeat;
	margin:0 0 10px 0;
	padding:0 0 10px 28px;
}

.reviewblock ul.cons li{
	list-style:none;
	background:url(images/misses.png) top left no-repeat;
	margin:0 0 12px 0;
	padding:0 0 10px 28px;
}

.reviewinfo { 
	padding:6px 0;
	border-bottom:1px solid #ececec;
	line-height:1.3em;
	font-weight:bold;
}

.reviewinfo span {
	font-weight:normal;
}

.topreview {
	padding-bottom:10px; 
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}

.topreview h2 {
	float:left;
	margin:0 8px 0 0;
}

h4.bonusbigg {
	display:block;
	margin-bottom:30px;
	font-size:22px;
	background:#f5f5f5;
	padding:7px 10px;
	border:1px solid #e5e5e5;
	font-weight:bold;
}

.rbdiv {
	background:#f4f4f4;
	padding:15px 15px 5px 15px;
	margin-bottom:25px;
}

.rbdiv h4 {
	color:#000;
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}

.rbblock {
	padding:15px;
	background:#fff;
	color:#666;
	font-size:11px;
	border:1px solid #dce0e4;
	margin-bottom:15px;
	font-weight:bold;
	line-height:1.3em;
}

.rbblock h5 {
	color:#333;
	font-size:14px;
	padding:5px 0 15px 0;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	line-height:23px;
}

.rbblock span.rank1 {
	background:#004e7f;
	color:#fff;
	border-radius:20px;
	-moz-border-radius:20px;
	padding:5px 10px;
}

.rbblock span.bigg {
	display:block;
	font-weight:bold;
	font-size:16px;
	padding-top:4px;
} 

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

.sidebar {
	float:left;
	padding: 0px;
	width:250px;
	font-size:1.2em;
}

.sidebar a, .sidebar a:visited {
	color:#666;
}

.sidebar a:hover {
	color:#666;
	text-decoration:underline;
}

.threecol #sidebar2 {
	float:left;
	width: 195px;
	padding-right: 10px;
}

.threecol #sidebar1 {
	float:right;
	width: 256px;
}
.sidebar h3:before{
    position: relative;
    top: 14px;
    left: -25px;
    display: block;
    width: 15px;
    height: 4px;
    content: '';
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #2a4dd5;
}
.sidebar h2:before {
    position: relative;
    top: 14px;
    left: -25px;
    display: block;
    width: 15px;
    height: 4px;
    content: '';
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #2a4dd5;
}
.sidebar h1:before {
    position: relative;
    top: 14px;
    left: -25px;
    display: block;
    width: 15px;
    height: 4px;
    content: '';
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #2a4dd5;
}
.sidebar h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	margin: 0px 4px 4px;
	padding: 0 0px 0px 34px;
	color: #313649;
}

.sidebar h4 { 
	font-size:1.1em;
	background:0;
	margin-bottom:8px;
	color:#555;
	padding:0 0 8px 0;
	font-weight:bold;
	border-bottom:1px solid #d5d5d5;
	text-align:left;
}

.sidebar ul {
	padding: 15px 15px 7px 15px;
	/* margin-bottom: 8px; */
	padding: 12px;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 12px 43px rgba(93, 105, 136, 0);
}

.sidebar li {
	line-height:1.2em;
	padding:0;
	text-indent:-1px;
	margin-bottom:12px;
	padding:0 8px 12px 0px;
	border-bottom:1px solid #e5e5e5;
	list-style:none;
	background:url(images/rb_bg.png) center bottom no-repeat;
}

.sidebar ol {
	margin: 0;  
	padding: 15px 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;
}

.sidebar .textwidget,
.sidebar .tagcloud {
	padding:15px;
}

.sidebar .widget {
	margin-bottom:25px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
.bookie-bonus__item {
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bookie-bonus__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 10px;
    background-color: #fff;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.bookie-bonus__body {
    padding: 25px 10px 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bookie-bonus__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fefefe;
}.bookie-bonus__sum {
    color: #f8a71b;
}
.bookie-bonus__desc {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #bec2c6;
}
.bookie-bonus__desc__rules {
    color: #bec2c6;
    font-size: 9px;
    margin-bottom: 10px;
    font-weight: 400;
}
.bookie-bonus__btn:hover{
	background:#3140e4;
	    box-shadow: 0 5px 15px rgb(47, 67, 236), 0 2px 0 #2a4dd5;

}
.bookie-bonus__btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 42px;
    display: inline-block;
    width: 100%;
    max-width: 176px;
    padding: 0 10px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff!important;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#f8a71b),color-stop(100%,#bb811c),to(#bb811c));
    background-image: linear-gradient(to top,#f8a71b 0%,#bb811c 100%,#bb811c 100%);
    -webkit-box-shadow: 0 5px 15px rgba(194,133,28,.46), 0 2px 0 #c38315;
    box-shadow: 0 5px 15px rgba(194,133,28,.46), 0 2px 0 #c38315;
    text-shadow: 0 2px 2px rgba(33,33,33,.05);
}
/* 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; 
	padding:15px; 
}


.searchinput {
	background:#fff; 
	border:1px solid #ddd;
	color:#bbb; 
	padding:7px 3%; 
	margin:0; 
	width:55%; 
	display:block;
	float:left;
	border-radius:4px;
	-moz-border-radius:4px;
}

.searchsubmit {
background:#fd8e00; /* for non-css3 browsers */
 		color:#061f67 !important;
		border-radius:4px;
	-moz-border-radius:4px;
 	line-height:1em;
 	padding:7px 3%;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
	text-decoration: none !important;
	background-image: -moz-linear-gradient(top, #f7b101 33%, #fd8e00 100%);
	background-image: -webkit-linear-gradient(top, #f7b101 33%, #fd8e00 100%);
	display:block;
	margin:0 0 0 4%;
	border-color:#db8619;
		font-weight:700 !important;
	font-size:14px !important;
		
	float:left;
}	
				   
.searchsubmit:hover { 
	filter: alpha(opacity=80);
	opacity: 0.8;
	text-decoration:none;
	cursor:pointer;
}

/* Newsletter Widget */

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

.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;
	color: #333;
}

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

.newsletterform .newsletterinput { 
	background:#fff; 
	border:1px solid #ddd;
	color:#bbb; 
	padding:7px 10px; 
	margin:0 auto 15px auto; 
	width:88%; 
		border-radius:4px;
	-moz-border-radius:4px;
	display:block;
	font-size:12px;
}

.newsletterform .submitbutton { 
	background:#fd8e00; /* for non-css3 browsers */
 		color:#061f67 !important;
		border-radius:4px;
	-moz-border-radius:4px;
 	line-height:1em;
 	padding:12px 20px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
	text-decoration: none !important;
	background-image: -moz-linear-gradient(top, #f7b101 33%, #fd8e00 100%);
	background-image: -webkit-linear-gradient(top, #f7b101 33%, #fd8e00 100%);
	display:block;
	margin:0 0 15px 0;
	border-color:#db8619;
		font-weight:700 !important;
	font-size:16px !important;
}

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

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


/* Top Casinos Widget */

.rakebackwidget {
	border-collapse: collapse; 
	border-spacing: 0;
	margin:0;
	width:100%;
}

.rakebackwidget th {
	color:#000;
	font-size:12px;
	padding:9px 3px;
	background:#c8c8c8;
}

.rakebackwidget td {
	padding:8px 3px;
	text-align:center;
	color:#000;
}

.rakebackwidget td.full {
	background:url(images/rb_bg.png) center center  no-repeat;
	padding:5px 0;
}

.rakebackwidget td.namecol {
	text-align:left;
	width:38%;
}

.rakebackwidget td.logocol {
	width:32%;
}

.rakebackwidget td.offercol {
	font-weight:bold;
	font-size:16px;
	width:22%;
}

.rakebackwidget td.rank {
	font-weight:bold;
	font-size:14px;
	width:9%;
}


/* Top Casinos Widget 2 */
.bookie-popular__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    padding: 12px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 43px rgba(28,34,49,.04);
    box-shadow: 0 12px 43px rgba(28,34,49,.04);
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}.bookie-popular__rating {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #313649;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}
.bookie-popular__btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    display: block;
    width: 55px;
    padding: 7px;
    height: 16px;
    margin: 0px 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #2a4dd5;
}
.bookie-popular__btn:hover{
	background-color:black;
}
.pay_buton:hover{
	background-color:black;
	color:white;
}
.siteswidget {
	border-collapse: collapse; 
	border-spacing: 0;
	margin:0;
	width:100%;
}

.siteswidget  th {
	color:#000;
	font-size:12px;
	padding:9px 3px;
	background:#c8c8c8;
}

.siteswidget  td {
	padding:8px 3px;
	text-align:center;
}

.siteswidget  th.sitecol {
	width:32%;
}

.siteswidget  th.uscol {
	width:13%;
}

.siteswidget  th.bonuscol {
	width:22%;
}

.siteswidget  th.revcol {
	width:33%;
}

/* Social Media Widget */

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

ul.smedia li {
	display:block; 
	float:left;
	padding:6px;
	list-style:0;
	background:0;
	margin:0;
	border:0;
}
.footer_bg{
	width: 100%;
	left:0px;
	position: absolute;
}

/* 8. Footer
   ----------------------------------------------------------------------------*/
   
footer.main-footer {
	background: #1a1c2b;
	font-size: 12px;
	position: relative;
	margin: 0 auto;
	color: #f8f8f8;
	border-top: 1px solid #e2e2e2;
}

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

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

.footerwidget h3 {
	margin:0 0 6px 0;
	font-size:12px;
	color:#eee;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:6px solid #003d66;
	padding-bottom:8px;
}

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

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

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

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

footer.bottom-footer {
	padding: 15px;
	overflow: hidden;
	background: url(./images/bg.jpg) center 0 no-repeat;
	position: relative;
	color: #f8f8f8;
	font-size: 11px;
}

.bottom-footer .leftside {
	width: 100%;
	float:left;
}

.bottom-footer .leftside ul {
	padding: 16px 0 6px 0;
	margin:0;
}

.bottom-footer .leftside li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	background: url(images/divider.png) right center no-repeat;
	line-height: 12px;
}

.bottom-footer .leftside li:last-child  {
	margin:0;
	padding:0; 
	background:0;
}

.bottom-footer .rightside {
	width:33%;
	float:right;
	text-align:right;
}

.bottom-footer ul.smedia {
	padding:0;
	margin:0;
}

.bottom-footer ul.smedia li {
	float:right;
	padding:0 6px;
}


/* 9. Media Queries
   ----------------------------------------------------------------------------*/
@media screen and (min-width:769px) and (max-width:1200px) {


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

.js .selectnav { 
	display: none; 
}



}

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

.container {border:none;}

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

.headerwidgets .bannerwidget img {
	margin:0 auto;
	display:block;
}

	.headerwidgets .widget {
	float:none;
	}

.headerwidgets .bannerwidget {
	float:none;
}

#sidebar1, #sidebar2 {
	display:none;
}

.main-content, 
.threecol .main-content{
	float:none;
	width:94%;
	padding:25px 3%;
}

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

.header-right {
	width:100%;
	float:none;
}

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

.reviewleft .logoreview {
	width:100%;
}

/* Navigation */

.js #nav { 
	display: none; 
}

.js .selectnav { 
	display: block; 
}
.rating{
	display:none;
}
.js .selectnav {
	display: block;
	width:97%;
	margin:5px 1.5% 5px 1.5%;
	padding:3px 10px;
	font-size:14px;
	color: #f1f1f3;
	text-transform:uppercase;
	background: #181a27;
	border:2px solid #e6e6e6;
	position: relative;
	top: 71px;
	right: 219px;
}

.reviewouter {
	border:0;
	padding:0;
}
.payment{
                height: 430px;
        }
        .payment_logo{
margin: 0 auto;
        }
        .payment_bonus_description{
    top: 25px;
            width: 97%;
    margin: 0 auto;
        }
        .payment_foot{
display: block;
            
        }
        .rating-box{
    top: 21px;
    float: none;
    left: 0px;
    display: table;
    margin: 0 auto;
    }
        .payment_action{
    top: 30px;
    margin: 10px;
    bottom: 0px;
    width: 100%;
    padding: 0px;
        }
        .btn{
    width: 100%;
    top: 20px;
            
        }
/* Footer */

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

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

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

}

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

.container {border:none;}

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

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

#sidebar1, #sidebar2 {
	display:none;
}
.t_bet_name{
	display:none;
}
.t_puan{
	display:none;
}
.t_review{
	display:none;
}
.rating-table__btn_view::before{
	display:none
}
    .payment_logo{
        
        margin: 0 auto;
    }
    .rating-box{
    top: 40px;
    margin: 0 auto;
    left: 0px;
    float: none;
    display: table;        
    }
   .payment_bonus_description{
                width: 95%;
           top: 50px;
        }
    .payment_action{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    top: 55px;
    }
        .btn{
    width: 100%;
    bottom: 0px;
            left: 48px;
        }
      .payment{
height: 500px;
    }
.rating-table__btn_view{font-size:12px;right: 5px;}
.main-content,
.threecol .main-content {
	float:none;
	width:92%;
	padding:25px 4%;
}

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

.header-right {
	width:100%;
	float:none;
}

.reviewouter {
	border:0;
	padding:0;
}

.reviewleft,
.reviewright {
	width:100%; 
	float:none;
}

/* Navigation */

.js #nav { 
	display: none; 
}

.js .selectnav { 
	display: block; 
}
.rating-table__td_action {
    width: 100%;
}
.rating-table__bonus {
	left:24px;
	font-size:12px;
	position:relative;
}
.rating-table__td_num {
    top: 0;
    bottom: 0;
    left: 0;
    width: 35px;
}
.rating-table__td {
    padding-right: 10px;
    padding-left: 10px;
}
.rating{
	display:none;
}
.js .selectnav {
	display: block;
	width:97%;
	margin:5px 1.5% 5px 1.5%;
	padding:3px 10px;
	font-size:16px;
	position: relative;
	color: #f1f1f3;
	text-transform:uppercase;
	background: #191b2a;
	font-weight:bold;
	border:2px solid #e6e6e6;
	top: 82px;
	right: 218px;
}


/* Excerpts */

.articleexcerpt { 
	padding:15px; 
}

.articleexcerpt .thumb {
	position:inherit;
	padding:0;
	margin:0 15px 5px 0 !important;
	float:left;
	left:0;
}

/* Shortcodes */

.featureditem {
	float:none;
	width:220px;
	margin:0 auto 20px auto;
}

.contentmenu .item {
	float:none;
	width:250px;
	margin:0 auto 20px auto;
}

/* Footer */

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

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

.bottom-footer .leftside {
	width:100%;
	float:none;
	padding-bottom:15px;
}

.bottom-footer .rightside {
	width:100%;
	float:none;
	text-align:center;
}

.hideme {
	display:none;
}

}