/*
Theme Name: CasinoMaster
Theme URI: https://casinomaster.com
Author: CasinoMaster
Author URI: https://casinomaster.com
Description: CasinoMaster
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CasinoMaster
Tags: CasinoMaster
*/

/* reset --------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

sub {
	vertical-align: sub;
	font-size: 80%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-text-size-adjust: none;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	outline: none;
}

::selection {
	background: #1a1b20; 
	color: #fcc009;
}

::-moz-selection {
	background: #1a1b20;
	color: #fcc009;
}

::-webkit-input-placeholder { 
  color: #b1b3b7;
}
::-moz-placeholder { 
  color: #edf0f4;
}
:-ms-input-placeholder { 
  color: #b1b3b7;
}
:-moz-placeholder { 
  color: #edf0f4;
}

/* default --------------------------------------------------------------------------*/

body {
	width: 100%;
	min-width: 300px;
	font-family: 'Overpass', 'Roboto', Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #4b4b4b;
	font-weight: 400;
	background: #fff;
}

hr {
	display: none;
}

b, strong {
	font-weight: 800;
}

em, i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

input, textarea, select {
	font: 14px 'Overpass', Arial, Tahoma, Verdana, sans-serif;
	color: #4b4b4b;
}

textarea {
	overflow: auto;
	resize: none;
}

a,
a * {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

img {
	border: 0px;
}

a.wide {
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 2px solid #6aaa3b;
	text-decoration: none !important;
}

a.wide:hover {
	color: #fff !important;
	border: 2px solid #6aaa3b;
	background: #6aaa3b;
}

/* content --------------------------------------------------------------------------*/

div.main {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

div.flex {
	display: flex;
}

header {
	width: 100%;
	float: left;
	background: url('images/header.png') no-repeat center top #1a1b20;
	z-index: 2;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: #1a1b20;
    -webkit-animation: fadein 0.4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.4s; /* Firefox < 16 */
        -ms-animation: fadein 0.4s; /* Internet Explorer */
         -o-animation: fadein 0.4s; /* Opera < 12.1 */
            animation: fadein 0.4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.sticky + div.content {
  padding-top: 210px;
}

header div.header1 {
	border-bottom: 1px solid #2e3239;
	float: left;
	width: 100%;
	font-size: 14px;
}

.sticky div.header1 {
	width: 170px;
}

header div.header1 div.logo {
	height: 101px;
	float: left;
	background: url('images/logo.png') no-repeat left center;
	width: 265px;
	background-size: 100%;
}

.sticky div.header1 div.logo {
	height: 60px;
	width: 150px;
}

header div.header1 div.logo a {
	float: left;
	width: 100%;
	height: 100%;
}

header div.header1 span.slogan {
	color: #9fa2ad;
	font-size: 12px;
	color: #9fa2ad;
	padding: 41px 0 0 15px;
	float: left;
}

.sticky div.header1 span.slogan {
	display: none;
}

header div.header2 .toggle-nav, header div.header2 .mobile-search {
	display: none;
}

header div.header1 div.lang {
	float: right;
	position: relative;
	padding: 0 0 10px 0;
}

.sticky div.header1 div.lang {
	display: none;
}

header div.header1 div.lang span.current {
	border: 1px solid #3c414a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #1b1c21 url('images/trigger.png') no-repeat calc(100% - 20px) center;
	background-size: 10px;
	padding: 11px 80px 11px 20px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	margin: 27px 0 0 0;
	float: right;
}

header div.header1 div.lang span.current:hover {
	border: 1px solid #575b63;
}

header div.header1 div.lang ul.lang {
	position: absolute;
	background: #1b1c21;
	z-index: 99999;
	right: 0;
	margin: 85px 0 0 0;
	padding: 15px 20px;
	display: none;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(170,182,203,0.29);
	-moz-box-shadow: 0px 0px 0px 1px rgba(170,182,203,0.29);
	box-shadow: 0px 0px 0px 1px rgba(170,182,203,0.29);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 300px;
	column-count: 2;
}

header div.header1 div.lang:hover ul.lang {
	display: initial;
}

header div.header1 div.lang ul.lang li {
	padding: 4px 0;
}

header div.header1 div.lang ul.lang a {
	color: #fff;
	font-size: 13px;
}

header div.header1 div.lang ul.lang a:hover {
	text-decoration: underline;
}

header div.header1 div.lang ul.lang a span {
	margin-left: 10px !important;
}

header a.button {
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3c4048;
	color: #fff;
	padding: 12px 20px;
	margin: 27px 0 0 10px;
	font-weight: 700;
}

header a.button:hover {
	background: #575b63;
}

header div.header2 {
	float: left;
	width: 100%;
}

.sticky div.header2 {
	width: calc(100% - 200px);
}

header div.header2 div.header2elements {
	display: flex;	
    width: 100%;
	float: left;
}

header div.header2 nav {
}

header div.header2 nav ul {
	float: left;
}

header div.header2 nav ul li {
	float: left;
	padding: 0;
	border-left: 1px solid #2e3239;
	position: relative;
}

header div.header2 nav ul li:last-of-type {
	border-right: 1px solid #2e3239;
}

header div.header2 nav ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 39px 30px 34px 80px;
    float: left;
    line-height: 10px;
}

.sticky div.header2 nav ul li a {
	padding: 11px 20px 9px 55px;
	font-size: 15px;
	line-height: 40px;
}

header div.header2 nav ul li a:hover {
	color: #0fbbe8;
}

header div.header2 nav ul li:first-of-type a {
	background: url('images/icon1.png') no-repeat 30px center;
	background-size: 32px;
}

.sticky div.header2 nav ul li:first-of-type a {
	background: url('images/icon1.png') no-repeat 20px center;
	background-size: 20px;
}

header div.header2 nav ul li:first-of-type a:hover {
	color: #5ab460;
}

header div.header2 nav ul li:nth-of-type(2) a {
	background: url('images/icon2.png') no-repeat 30px center;
	background-size: 32px;
}

.sticky div.header2 nav ul li:nth-of-type(2) a {
	background: url('images/icon2.png') no-repeat 20px center;
	background-size: 20px;
}

header div.header2 nav ul li:nth-of-type(2) a:hover {
	color: #1dacb7;
}

header div.header2 nav ul li:nth-of-type(3) a {
	background: url('images/icon3.png') no-repeat 30px center;
	background-size: 32px;
}

.sticky div.header2 nav ul li:nth-of-type(3) a {
	background: url('images/icon3.png') no-repeat 20px center;
	background-size: 20px;
}

header div.header2 nav ul li:nth-of-type(3) a:hover {
	color: #fcc009;
}

header div.header2 nav ul li:nth-of-type(4) a {
	background: url('images/icon4.png') no-repeat 30px center;
	background-size: 32px;
}

.sticky div.header2 nav ul li:nth-of-type(4) a {
	background: url('images/icon4.png') no-repeat 20px center;
	background-size: 20px;
}

header div.header2 nav ul li:nth-of-type(4) a:hover {
	color: #ff8c23;
}

header div.header2 nav ul li:nth-of-type(5) a {
	background: url('images/icon6.png') no-repeat 30px center;
	background-size: 32px;
}

.sticky div.header2 nav ul li:nth-of-type(5) a {
	background: url('images/icon6.png') no-repeat 20px center;
	background-size: 20px;
}

header div.header2 nav ul li:nth-of-type(5) a:hover {
	color: #a1a9b7;
}

header div.header2 nav ul li select {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	border: none;
	padding: 9px 60px 9px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #575b63 url('images/trigger.png') no-repeat calc(100% - 15px) center;
	background-size: 10px;
	color: #fff;
	width: auto;
	display: none;
}

header div.header2 nav ul li ul.menu {
	position: absolute;
	background: #1b1c21;
	z-index: 99999;
	left: 0;
	margin: 83px 0 0 0;
	display: none;
	min-width: 580px;
    column-count: 2;
    border-top: 1px solid #2e3239;
    padding: 15px 0;
}

.sticky div.header2 nav ul li ul.menu {
	margin: 61px 0 0 0;
}

header div.header2 nav ul li:hover ul.menu {
	display: initial;
}

header div.header2 nav ul li ul.menu li {
	padding: 0 30px;
	background: none;
	border: none;
	width: 100%;
}

header div.header2 nav ul li ul.menu a, .sticky div.header2 nav ul li ul.menu a {
	color: #fff;
	font-size: 14px;
    padding: 7px 0;
	background: none;
	line-height: 20px;
}

header div.header2 nav ul li ul.menu a:hover {
	text-decoration: underline;
	color: #ccd3d9;
}

header div.header2 fieldset {
	padding: 20px 0 20px 30px;
	position: relative;
	flex: 1;
}

.sticky div.header2 fieldset {
	display: none;
}

header div.header2 fieldset input.search-input {
	background: #575b63;
	color: #fff;
	height: 42px;
	padding: 12px 60px 10px 20px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

header div.header2 fieldset button.search-submit {
	width: 42px;
	height: 42px;
	background: url('images/search.png') no-repeat calc(100% - 20px) center;
	background-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 20px 0 0 0;
	opacity: 0.5;
	cursor: pointer;
	border: none;
}

header div.header2 fieldset input.search-input:focus + button.search-submit, header div.header2 fieldset input.search-input:hover {
	opacity: 1;
}

div.content div.col1 {
	float: left;
	width: calc(100% - 300px);
	padding: 0 30px 0 0;
}

div.content {
	float: left;
	width: 100%;
	background: #fff;
	padding: 40px 0;
}

div.content h1 {
	font-size: 32px;
	color: #333;
	line-height: 32px;
	width: 100%;
	font-weight: 800;
	letter-spacing: -0.5px;
}

div.content h1 span {
	color: #6aaa3b;
}

div.content h2 {
	font-size: 28px;
	color: #333;
	line-height: 32px;
	font-weight: 800;
	letter-spacing: -0.5px;
	padding: 30px 0 0 0;
}

div.content h3 {
	font-size: 22px;
	color: #333;
	line-height: 24px;
	font-weight: 800;
	letter-spacing: -0.5px;
	padding: 30px 0 0 0;
}

div.content h4, div.content h5 {
	font-size: 20px;
	color: #333;
	line-height: 24px;
	font-weight: 800;
	letter-spacing: -0.5px;
	padding: 30px 0 0 0;
}

div.content p {
	font-size: 16px;
	line-height: 28px;
	width: 100%;
	padding: 27px 0 0 0;
	text-align: justify;
}

div.content table {
	width: 100%;
	margin: 27px 0 0 0;
	line-height: 30px;
}

div.content table td {
	background: #eff3f5;
	padding: 10px 20px;
	border: 3px solid #fff;
	vertical-align: middle;
}

div.content table td.country {
	white-space: nowrap;
	vertical-align: middle;
}

div.content table td.country a {
	color: #333;
	font-weight: bold;
}

div.content table td.country img {
	margin-right: 6px;
}

div.content table th {
	background: #575b63;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	border: 3px solid #fff;
}

div.content p img.alignleft, div.content img.alignleft {
	float: left;
	padding: 2px 30px 30px 0;
	max-width: 35%;
	height: auto;
}

div.content p img.aligncenter, div.content img.aligncenter {
	max-width: 100%;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.content img.bonusleft {
	padding: 32px 30px 30px 0;
}

div.content p img.alignright {
	float: right;
	padding: 2px 0 30px 30px;
	max-width: 35%;
	height: auto;
}

div.content p span.block1 {
    background: #eff3f5;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    color: #495e62;
}

div.content .center {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

div.content p a, div.content ul li a {
    color: #6aaa3b;
    font-weight: 800;
    text-decoration: underline;
}

div.content p a:hover, div.content ul li a:hover {
    color: #111;
}

div.content ul, div.content ol {
	font-size: 15px;
	line-height: 28px;
	padding: 24px 0 0 0;
}

div.content ul li, div.content ol li  {
	padding: 3px 0 3px 25px;
	background: url('images/dot.png') no-repeat left center;
}

div.content div.pros {
	float: left;
	width: 100%;
	margin: 30px 0 35px 0;
	border: 3px solid #6aaa3b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.content div.pros h2 {
	color: #fff;
	font-size: 20px;
	width: 100%;
	padding: 10px 30px;
	background: #6aaa3b url('images/check1.png') no-repeat calc(100% - 50px) -10px;
	background-size: 75px;
}

div.content div.pros p {
	padding: 27px 30px 0 30px;
}

div.content div.pros ul {
	float: left;
	width: 100%;
	padding: 20px 30px;	
}

div.content div.pros ul li {
	background: url('images/check2.png') no-repeat center left;
	background-size: 20px;
	padding: 7px 0 7px 37px;
}

div.content div.tip {
	float: left;
	width: 100%;
	margin: 30px 0 35px 0;
	border: 3px solid #1dacb7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.content div.tip span.head {
	color: #fff;
	font-size: 20px;
	width: 100%;
	padding: 10px 30px;
	float: left;
	line-height: 32px;
	font-weight: 800;
	letter-spacing: -.5px;
	background: #1dacb7;
}

div.content div.tip span.text {
	font-size: 15px;
	line-height: 28px;
	float: left;
	width: 100%;
	padding: 25px 30px;
}

div.content span.homebox {
	float: left;
	width: calc(25% - 15px);
	padding: 88px 20px 20px 20px;
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	min-height: 270px;
	margin: 0 20px 35px 0;
	transition: transform .2s;
}

div.content span.homebox:hover {
  transform: scale(1.07); 
}

div.content span.homebox span.title {
	color: #333;
	font-size: 20px;
	float: left;
	width: 100%;
	line-height: 24px;
	font-weight: 800;
	letter-spacing: -.5px;
	margin: 0 0 20px 0;
}

div.content span.homebox1 {
	background: url('https://www.casinomaster.com/wp-content/themes/theme/images/icon1.png') no-repeat center 20px;
	background-size: 48px;
	border: 1px solid #5dbb64;
	border-top: 10px solid #5dbb64;
}

div.content span.homebox2 {
	background: url('https://www.casinomaster.com/wp-content/themes/theme/images/icon2.png') no-repeat center 20px;
	background-size: 48px;
	border: 1px solid #1dacb7;
	border-top: 10px solid #1dacb7;
}

div.content span.homebox3 {
	background: url('https://www.casinomaster.com/wp-content/themes/theme/images/icon4.png') no-repeat center 20px;
	background-size: 48px;
	border: 1px solid #fc8a22;
	border-top: 10px solid #fc8a22;
}

div.content span.homebox4 {
	background: url('https://www.casinomaster.com/wp-content/themes/theme/images/icon6.png') no-repeat center 20px;
	background-size: 48px;
	border: 1px solid #6e747d;
	border-top: 10px solid #6e747d;
	margin: 0 0 35px 0;
}

a.homebox {
	color: #4b4b4b !important;
	font-weight: normal !important;
}

div.bordercasinos {
	float: left; 
	width: 100%; 
	border-left: 1px solid #6aaa3b;
	border-top: 10px solid #6aaa3b;
	padding: 0 0 0 30px;
}

div.borderbonuses {
	float: left; 
	width: 100%; 
	border-left: 1px solid #1dacb7;
	border-top: 10px solid #1dacb7;
	padding: 0 0 0 30px;
	margin: 30px 0 0 0;
}

div.bordergames {
	float: left; 
	width: 100%; 
	border-left: 1px solid #fc8a22; 
	border-top: 10px solid #fc8a22; 
	padding: 0 0 0 30px;
	margin: 30px 0 0 0;
}

div.borderpayments {
	float: left; 
	width: 100%; 
	border-left: 1px solid #6e747d; 
	border-top: 10px solid #6e747d; 
	padding: 0 0 0 30px;
	margin: 30px 0 0 0;
}

div.content div.borderbonuses p a, div.content div.borderbonuses ul li a {
	color: #1dacb7 !important;
}

div.content div.bordergames p a, div.content div.bordergames ul li a {
	color: #fc8a22 !important;
}

div.content div.borderpayments p a, div.content div.borderpayments ul li a {
	color: #6e747d !important;
}

div.content div.borderbonuses p a:hover, div.content div.borderbonuses ul li a:hover, div.content div.bordergames p a:hover, div.content div.bordergames ul li a:hover, div.content div.borderpayments p a:hover, div.content div.borderpayments ul li a:hover {
    color: #111 !important;
}

div.content div.faq {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	border: 3px solid #8f8f8f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.content div.faq:first-of-type {
	margin: 30px 0 0 0;
}

div.content div.faq:last-of-type {
	margin: 20px 0 35px 0;
}

div.content div.faq em {
	color: #fff;
	font-size: 20px;
	width: 100%;
	padding: 10px 30px;
	float: left;
	line-height: 32px;
	font-weight: 800;
	letter-spacing: -.5px;
	background: #8f8f8f;
	font-style: initial;
}

div.content div.faq span {
	font-size: 15px;
	line-height: 28px;
	float: left;
	width: 100%;
	padding: 25px 30px;
}

div.content div.rankbox {
	float: left;
	width: 100%;
	background: #fff;
	margin: 30px 0 0 0;
	/* -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); */
	/* -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); */
	/* box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); */
	border: 1px solid #c8cbcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 30px;
	display: flex;
}

div.content div.rankbox div.clogo {
	float: left;
	border: 1px solid #c8cbcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin: 0 30px 0 0;
	max-height: 154px;
}

div.content div.rankbox div.clogo img {
	/* transition: all .4s ease-in-out; */
	float: left;
	padding: 35px 15px;
}

div.content div.rankbox div.cnews {
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 30px 0 0;
	width: 300px;
}

div.content div.rankbox div.cnews img {
	transition: all .4s ease-in-out;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}

div.content div.rankbox div.dets {
	float: left;
	padding: 0 30px 0 0;
}

div.content div.rankbox div.dets div.detsheader {
	float: left;
	width: 100%;
}

div.content div.rankbox div.dets div.detsheader div.notes {
	float: left;
}

div.content div.rankbox div.dets div.detsheader img.flag {
	width: 22px;
	height: 18px;
	float: left;
	margin: 4px 15px 0 0;
}

div.content div.rankbox div.dets div.detsheader a.title {
	color: #333;
	font-size: 25px;
	font-weight: 800;
	line-height: 25px;
	float: left;
	letter-spacing: -0.5px;
	margin: 2px 25px 5px 0;
}

div.content div.rankbox div.dets div.detsheader a.title:hover {
	text-decoration: underline;
}

div.content div.rankbox div.dets div.detsheader div.stars {
	float: left;
	width: 91px;
	height: 14.4px;
	background: url('images/stars.png') no-repeat left bottom;
	background-size: 91px;
	margin: 5px 0 0 0;
}

div.content div.rankbox div.dets div.detsheader div.starsbg {
	float: left;
	height: 14.4px;
	background: url('images/stars.png') no-repeat left top;
	background-size: 91px;
}

div.content div.rankbox div.dets div.detsheader div.note {
	color: #333;
	font-size: 25px;
	line-height: 24px;
	float: left;
	margin: 2px 15px 0 10px;
}

div.content div.rankbox div.dets div.detsheader a.opinion {
	background: #adb1b8;
	background: -moz-linear-gradient(top, #adb1b8 0%, #8d9096 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #adb1b8), color-stop(100%, #8d9096));
	background: -webkit-linear-gradient(top, #adb1b8 0%, #8d9096 100%);
	background: -o-linear-gradient(top, #adb1b8 0%, #8d9096 100%);
	background: -ms-linear-gradient(top, #adb1b8 0%, #8d9096 100%);
	background: linear-gradient(to bottom, #adb1b8 0%, #8d9096 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb1b8', endColorstr='#8d9096', GradientType=0 );
	color: #fff;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 0;
	line-height: 20px;
	padding: 1px;
}

div.content div.rankbox div.dets div.detsheader a.opinion span {
	float: left;
	width: 100%;
	padding: 1px 9px;
	color: #333;
	background: #f6f7f9;
	background: -moz-linear-gradient(top, #f6f7f9 0%, #e7e9ec 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f7f9), color-stop(100%, #e7e9ec));
	background: -webkit-linear-gradient(top, #f6f7f9 0%, #e7e9ec 100%);
	background: -o-linear-gradient(top, #f6f7f9 0%, #e7e9ec 100%);
	background: -ms-linear-gradient(top, #f6f7f9 0%, #e7e9ec 100%);
	background: linear-gradient(to bottom, #f6f7f9 0%, #e7e9ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f9', endColorstr='#e7e9ec', GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.content div.rankbox div.dets div.detsheader a.opinion:hover span {
	background: #e7e9ec;
	background: -moz-linear-gradient(top, #e7e9ec 0%, #f6f7f9 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e7e9ec), color-stop(100%, #f6f7f9));
	background: -webkit-linear-gradient(top, #e7e9ec 0%, #f6f7f9 100%);
	background: -o-linear-gradient(top, #e7e9ec 0%, #f6f7f9 100%);
	background: -ms-linear-gradient(top, #e7e9ec 0%, #f6f7f9 100%);
	background: linear-gradient(to bottom, #e7e9ec 0%, #f6f7f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e9ec', endColorstr='#f6f7f9', GradientType=0 );
}

div.content div.rankbox div.dets div.text {
	float: left;
	width: 100%;
	padding: 25px 0 0 0;
	font-size: 15px;
	line-height: 23px;
}

div.content div.rankbox div.buttons {
	float: right;
}

div.content div.rankbox div.buttons div.b1, div.content div.col2 div.box div.buttons div.b1 {
	border: 1px dashed #aaacae;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	text-align: left;
	padding: 18px 20px;
	position: relative;
	width: 100%;
}

div.content div.col2 div.box div.buttons div.b1 {
	width: calc(100% - 40px);
	margin: 0 20px;
}

div.content div.rankbox div.buttons div.b1 div.bonusicons {
	position: absolute;
	background: #fff;
	top: 0;
	right: 0;
	margin: -14px 10px 0 0;
	border: 2px solid #fff;
}

div.content div.rankbox div.buttons div.b1 span.bonusicon1 {
	width: 26px;
	height: 26px;
	background: url('images/bonusicons.png') no-repeat left top;
	background-size: 52px;
	float: left;
	margin: 0 0 0 3px;
}

div.content div.rankboxsmall {
	margin: 20px 0 0 0;
}

div.content div.rankboxsmall div.clogo img {
	padding: 10px 15px;
	width: 120px;
}

div.content div.rankbox div.dets {
	width: 100%;
}

div.content div.rankboxsmall div.dets div.text {
	padding: 8px 0 0 0;
}

div.content div.rankboxsmall div.buttons a.button {
	margin: 3px 0 0 0 !important;
}

div.content div.rankboxsmall div.dets div.detsheader {
	float: none !important;
}

.tooltip {
   	display: inline;
    position: relative;
	white-space: nowrap;
	cursor: help;
}

.tooltip:hover:after {
  	background: #333;
	border-radius: 3px;
    bottom: 34px;
    color: #fff;
    content: attr(value);
    right: -10px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 28px;
    content: "";
    left: 30%;
    position: absolute;
    z-index: 99;
}

div.content div.rankbox div.buttons div.b1 span.bonusicon2 {
	width: 26px;
	height: 26px;
	background: url('images/bonusicons.png') no-repeat right top;
	background-size: 52px;
	float: left;
	margin: 0 0 0 3px;
}

div.content div.rankbox div.buttons span.text1 {
	color: #7c7c7c;
	font-size: 13px;
	line-height: 22px;
	float: left;
	width: 100%;
}

div.content div.rankbox div.buttons span.text2 {
	color: #6aaa3b;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -0.5px;
	float: left;
	width: 100%;
	white-space: nowrap;
}

div.content div.rankbox div.buttons a.button {
	background: #6aaa3b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 13px 30px 11px 30px;
	float: right;
	margin: 10px 0 0 0;
	border-bottom: 2px solid #4c7f23;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

div.content div.rankbox div.buttons a.button:hover {
	background: #5a9c30;
	border-bottom: 2px solid #3f6f1b;
}

div.content div.secondtext {
	float: left;
	width: 100%;
}

div.col1 div.bonuses {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	padding: 0;
	margin: 0 -10px;
}

div.col1 div.bonuses div.bonusbox, div.col2 div.bonusbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c8cbcf;
	width: calc(25% - 20px);
	margin: 20px 10px 0 10px;
	position: relative;
}

div.col1 div.bonuses div.bonusboxwide {
    width: calc(100% - 20px);
    margin: 20px 10px 0 10px;
    display: table;
    vertical-align: middle;
    float: left;
}

div.col1 div.bonuses div.bonusboxwide:first-of-type {
	margin-top: 30px;
}

div.col2 div.bonusbox  {
	width: 100%;
	float: left;
}

div.col1 div.bonuses div.bonusbox a, div.col2 div.bonusbox a {
	color: #333;
	float: left;
	width: 100%;
} 

div.col1 div.bonuses div.bonusboxwide a.first, div.col1 div.bonuses div.bonusboxwide a.second {
	display: table-cell;
	vertical-align: middle;
}

div.col1 div.bonuses div.bonusboxwide a.first {
	width: 150px;
}

div.col1 div.bonuses div.bonusboxwide a.second {
	width: 36%;
}

div.col1 div.bonuses div.bonusbox a.search {
	padding: 10px 20px;
	font-weight: bold;
	display: inline-block;
}

div.col1 div.bonuses div.bonusbox a img, div.col2 div.bonusbox a img {
	margin: 5px 5px 10px 5px;
	width: calc(100% - 10px);
	float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.col1 div.bonuses div.bonusboxwide a img {
	width: 150px;
}

div.col1 div.bonuses div.bonusbox a span, div.col2 div.bonusbox a span {
	float: left;
	width: 100%;
	padding: 20px 20px 5px 20px;
	line-height: 24px;
	font-weight: 800;
	min-height: 90px;
}

div.col1 div.bonuses div.bonusbox a span {
	padding: 10px 20px 20px 20px;
	min-height: auto;	
}

div.col1 div.bonuses div.bonusbox a span.gamename {
	padding: 0px 10px 9px 10px;
	min-height: auto;
	text-align: center;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400 !important;
	font-size: 13px;
}

div.col1 div.bonuses div.bonusbox a span.play {
	position: absolute;
	z-index: 9999;
	background:#6aaa3b;
	color:#fff;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 20px 7px;
	float: left;
	margin: 20px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
	width: auto;
	left: 50%;
	top: 31%;
	transform: translate(-50%,-50%);
	display: none;
}

div.col1 div.bonuses div.bonusbox a:hover span.play {
	display: initial;
	text-decoration: none !important;
}

div.col1 div.bonuses div.bonusbox a span.newstitle {
	min-height: auto;
	padding-bottom: 20px;
}

div.col1 div.bonuses div.bonusbox a:hover img.gamepicture {
	filter: brightness(0.5);
}

div.col1 div.bonuses div.bonusboxwide a span {
	width: 30%;
	display: table-cell;
	float: none;
	padding: 20px 0 20px 20px;
}

div.col1 div.bonuses div.bonusbox a span:hover, div.col2 div.bonusbox a span:hover {
	text-decoration: underline;
}

div.col1 div.bonuses div.bonusbox div.bonusamount, div.col2 div.bonusbox div.bonusamount {
	color: #7c7c7c;
	font-size: 13px;
	float: left;
	width: 100%;
	padding: 0 20px 15px 20px;
	line-height: 20px;
	letter-spacing: -0.1px;
}

div.col1 div.bonuses div.bonusboxwide div.bonusamount {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	float: none;
	padding: 0 0 0 30px;
}

div.col1 div.bonuses div.bonusbox div.bonusamount strong, div.col2 div.bonusbox div.bonusamount strong {
	font-weight: 400;
}

div.col1 div.bonuses div.bonusboxwide div.starcont {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
	padding: 0 0 0 30px;
}

div.col1 div.bonuses div.bonusbox div.stars, div.col2 div.bonusbox div.stars {
	float: left;
	width: 70px;
	height: 11.1px;
	background: url('images/stars.png') no-repeat left bottom;
	background-size: 70px;
	margin: 0 0 0 20px;
}

div.col1 div.bonuses div.bonusboxwide div.stars {
	margin: 0;
}

div.col1 div.bonuses div.bonusbox div.stars div.starsbg, div.col2 div.bonusbox div.stars div.starsbg {
	float: left;
	height: 11.1px;
	background: url('images/stars.png') no-repeat left top;
	background-size: 70px;
}

div.col1 div.bonuses div.bonusbox div.buttons, div.col2 div.bonusbox div.buttons {
	float: left;
	width: 100%;
	padding: 20px;
	margin: 30px 0 0 0;
	border-top: 1px solid #c8cbcf;
}

div.col1 div.bonuses div.bonusboxwide div.buttons {
	padding: 0 20px 0 20px;
	margin: 0 20px 0 0;
	border-top: none;
	display: table-cell;
	float: none;
	width: auto;
	vertical-align: middle;
}

div.col1 div.bonuses div.gamebox div.buttons, div.col2 div.gamebox div.buttons {
	padding: 0 30px 30px 30px;
	margin: 0;
	border: none;
}

div.col1 div.bonuses div.bonusbox div.buttons a.button, div.col2 div.bonusbox div.buttons a.button {
	background: #6aaa3b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 13px 20px 11px 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #4c7f23;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

div.col1 div.bonuses div.bonusbox div.buttons a.button:hover, div.col2 div.bonusbox div.buttons a.button:hover {
	background: #5a9c30;
	border-bottom: 2px solid #3f6f1b;
}

div.content div.col2 {
	float: left;
	width: 300px;
}

div.content div.col2nopadding {
	padding: 0;
}

div.content div.col2regularnews div.boxranking {
	margin: 0 !important;
}

div.content div.col2regularnews div.block {
	margin: 30px 0 0 0 !important;
}

div.content div.col1nopadding {
	padding-top: 0;
}

div.content div.col2 div.block {
	float: left;
	width: 100%;
	background: #eff3f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 30px 0 0 0;
	border-top: 1px solid #dde0e1;
	border-left: 1px solid #dde0e1;
}

div.content div.col2bonuses div.block {
	margin: 30px 0 0 0;
}

div.content div.col2 div.firstblock {
	margin: 0;
}

div.content div.col2 div.block span.header {
	font-size: 20px;
	font-weight: 800;
	color: #333;
	float: left;
	width: 100%;
	border-bottom: 1px solid #c8cbcf;
	padding: 20px 30px;
}

div.content div.col2 div.block span.header a {
	color: #333;
}

div.content div.col2 div.block ul {
	float: left;
	width: 100%;
	margin: 20px 0 -10px 0;
	line-height: 22px;
	padding: 0 30px 30px 30px;
}

div.content div.col2 div.block ul li {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #dbdee3;
	background: none !important;
}

div.content div.col2 div.block ul li:last-of-type {
	border: none;
}

div.content div.col2 div.block ul li a {
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

div.content div.col2 div.block ul li a:hover {
	text-decoration: underline;
}

div.content div.col2 div.box {
	float: left;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c8cbcf;
	text-align: center;
}

div.content div.col2 div.box2 {
	margin: 30px 0 0 0;
}

div.content div.col2 div.box div.clogo {
    float: left;
    border: 1px solid #c8cbcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 45px 30px;
    margin: 30px;
	width: calc(100% - 60px);
}

div.content div.col2 div.box div.clogo img {
    transition: all .4s ease-in-out;
    width: 135px;
	display: inline-block;
	display: table;
	margin: 0 auto;
}

div.content div.col2 div.box div.notes {
	display: inline-block;
	padding-bottom: 20px;
}

div.content div.col2 div.box div.stars {
	float: left;
    width: 141px;
    height: 22px;
    background: url('images/stars.png') no-repeat left bottom;
    background-size: 140px;
    margin: 0;
}

div.content div.col2 div.box div.stars div.starsbg {
    float: left;
    height: 22px;
    background: url('images/stars.png') no-repeat left top;
    background-size: 141px;
}

div.content div.col2 div.box div.note {
    color: #333;
    font-size: 24px;
    line-height: 24px;
    float: left;
    margin: 3px 0 0 20px;
}

div.content div.col2 div.box div.charts {
	border-top: 1px solid #c8cbcf;
	float: left;
	width: 100%;
	padding: 0 30px 30px 30px;
}

div.content div.col2 div.box div.charts2 {
	padding: 0 30px 30px 30px;
}

div.content div.col2 div.box div.charts div.line {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 15px;
}

div.content div.col2 div.box div.charts div.line span.lineleft {
	float: left;
}

div.content div.col2 div.box div.charts div.line span.lineright {
	float: right;
	font-weight: 800;
}

div.content div.col2 div.box div.charts div.chart {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	float: left;
	width: 100%;
	height: 8px;
	background: #e1e3e7;
	margin: 5px 0 0 0;
}

div.content div.col2 div.box div.charts div.chart div.chartbg {
	float: left;
	background: #6aaa3b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	height: 8px;
}

div.content div.col2 div.box div.buttons {
	float: left;
	width: 100%;
	margin: 30px 0;
}

div.content div.col2 div.box div.buttons2 {
	margin: 0 0 30px 0;
}

div.content div.col2 div.box div.buttons span.text1 {
    color: #7c7c7c;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    float: left;
    width: 100%;
}

div.content div.col2 div.box div.buttons span.text2 {
    color: #6aaa3b;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: -0.5px;
    float: left;
    width: 100%;
    text-align: center;
}

div.content div.col2 div.box div.buttons a.button {
	background: #6aaa3b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 13px 20px 11px 20px;
	display: inline-block;
	border-bottom: 2px solid #4c7f23;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	width: calc(100% - 40px);
	margin: 20px 20px 0 20px;
}

div.content div.col2 div.box div.buttons a.button:hover {
	background: #5a9c30;
	border-bottom: 2px solid #3f6f1b;
}

div.content div.col2 div.box div.buttons2 a.button {
    margin: 0 20px 0 20px;
}

div.content div.col2 div.box div.b1 div.bonusicons {
	position: absolute;
	background: #fff;
	top: 0;
	right: 0;
	margin: -14px 10px 0 0;
	border: 2px solid #fff;
}

div.content div.col2 div.box div.b1 span.bonusicon1 {
	width: 26px;
	height: 26px;
	background: url('images/bonusicons.png') no-repeat left top;
	background-size: 52px;
	float: left;
	margin: 0 0 0 3px;
}

div.content div.col2 div.box div.b1 span.bonusicon2 {
	width: 26px;
	height: 26px;
	background: url('images/bonusicons.png') no-repeat right top;
	background-size: 52px;
	float: left;
	margin: 0 0 0 3px;
}

div.content div.col2 div.gamebox {
	padding: 20px 30px;
}

div.content div.col2 div.gamebox table {
	margin: 0;
	line-height: 17px;
	font-size: 13px;
}

div.content div.col2 div.gamebox table td {
	background: #fff;
	border: none;
	padding: 10px 0;
	border-bottom: 1px solid #dde0e1;
}

div.content div.col2 div.gamebox table tr:last-of-type td {
	border: none;
}

div.content div.col2 div.gamebox table td:first-of-type {
	text-align: left;
}

div.content div.col2 div.gamebox table td:last-of-type {
	text-align: right;
	font-weight: bold;
}

div.content div.col2 div.gamebox table td.wide {
	text-align: left;
}

div.content div.col2 div.gamebox table a {
	color: #333;
	font-weight: bold;
}

div.content div.col2 div.gamebox table a:hover {
	text-decoration: underline;
}

div.content div.col2 div.boxranking {
	margin: 0;
	text-align: left;
}

div.content div.col2bonuses div.boxranking {
	margin: 0;
}

div.content div.col2 div.boxranking2 {
	margin: 30px 0 0 0;
}

div.content div.col2 div.boxranking span.header {
	padding: 20px 30px;
	font-size: 20px;
	font-weight: 800;
	color: #333;
	float: left;
	width: 100%;
	border-bottom: 1px solid #c8cbcf;
	margin-bottom: 10px;
}

div.content div.col2 div.boxranking div.cas {
	float: left;
	width: 100%;
	padding: 20px 30px 0 30px;
}

div.content div.col2 div.boxranking div.cas:last-of-type {
	padding-bottom: 30px;
}

div.content div.col2 div.boxranking div.cas div.slogo {
    float: left;
    border: 1px solid #c8cbcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
	width: 55px;
	height: 55px;
    padding: 15px 5px;
    margin: 0 20px 0 0;
}

div.content div.col2 div.boxranking div.cas div.slogo img {
	width: 100%;
}

div.content div.col2 div.boxranking div.cas a.name {
	color: #333;
	font-size: 15px;
	font-weight: 800;
	display: inline-block;
	width: calc(100% - 90px);
}

div.content div.col2 div.boxranking div.cas a.name:hover {
	text-decoration: underline;
}

div.content div.col2 div.boxranking div.notes {
	display: inline-block;
	padding-bottom: 0;
}

div.content div.col2 div.boxranking div.stars, div.content div.col2 div.block div.cotw div.stars {
	float: left;
    width: 70px;
    height: 11.4px;
    background: url('images/stars.png') no-repeat left bottom;
    background-size: 70px;
    margin: 0;
}

div.content div.col2 div.boxranking div.stars div.starsbg, div.content div.col2 div.block div.cotw div.stars div.starsbg {
    float: left;
    height: 11.4px;
    background: url('images/stars.png') no-repeat left top;
    background-size: 70px;
}

div.content div.col2 div.block div.cotw div.stars {
    background: url('images/stars2.png') no-repeat left bottom;
    background-size: 70px;
    margin: 6px 0 0 0;
}

div.content div.col2 div.block div.cotw div.stars div.starsbg {
    background: url('images/stars2.png') no-repeat left top;
    background-size: 70px;
}

div.content div.col2 div.boxranking div.note {
    color: #333;
    font-size: 15px;
    line-height: 15px;
    float: left;
    margin: 0 0 0 10px;
}

div.content div.col2 div.block div.cotw {
	padding: 30px;
	float: left;
}

div.content div.col2 div.block div.cotw a.name {
	color: #333;
	font-size: 15px;
	font-weight: 800;
	float: left;
	margin: 0 15px 0 0;
}

div.content div.col2 div.block div.cotw a.name:hover {
	text-decoration: underline;
}

div.content div.col2 div.block div.cotw p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
	padding: 20px 0 0 0;
}

div.content div.col2 div.block div.cotw a.button {
	background: #6aaa3b;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 20px 7px 20px;
	float: left;
	margin: 20px 0 0 0;
	border-bottom: 2px solid #4c7f23;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

div.content div.col2 div.block div.cotw a.button:hover {
	background: #5a9c30;
	border-bottom: 2px solid #3f6f1b;
}

div.content div.col2 div.filterblock {
	background: #fff;
	border: 1px solid #c8cbcf;
	margin-bottom: 30px;
}

div.content div.col2 div.head {
	float: left;
	width: 100%;
	padding: 20px 30px 20px 70px;
	line-height: 38px;
	border-top: 1px solid #dde0e1;
	cursor: pointer;
}

div.content div.col2 div.head span {
	float: left;
	width: 100%;
	background: url('images/trigger2.png') no-repeat right center;
	background-size: 10px 6px;
}

div.content div.col2 div.head:first-of-type {
	border: none;
}

div.content div.col2 div.block ul.filterlist {
    padding: 0 20px;
    max-height: 236px;
    overflow: auto;
    width: calc(100% - 40px);
    margin: 0 10px 20px 10px;
}

div.content div.col2 div.block ul.filterlist li {
	border: none;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	background: none !important;
}

div.content div.col2 div.block ul.filterlist li a {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 2px 0;
	transition: all .3s ease-in-out;
}

div.content div.col2 div.block ul.filterlist li.active a {
    background: #575b63;
    color: #fff;
    padding: 2px 0px 2px 10px;
}

div.content div.col2 div.block ul.filterlist li a:hover {
	background: #eff3f5;
	text-decoration: none;
	padding: 2px 0 2px 10px;
}

div.content div.col2 div.block div.iconpayment {
	background: url('images/payment-methods.png') no-repeat 30px center;
	background-size: 24px;
}

div.content div.col2 div.block div.icongames {
	background: url('images/games.png') no-repeat 30px center;
	background-size: 24px;
}

div.content div.col2 div.block div.iconlicenses {
	background: url('images/licenses.png') no-repeat 30px center;
	background-size: 24px;
}

div.content div.col2 div.block div.iconcurrencies {
	background: url('images/deposits.png') no-repeat 30px center;
	background-size: 24px;
}

div.content div.col2 div.block div.iconlanguages {
	background: url('images/languages.png') no-repeat 30px center;
	background-size: 24px;
}

div.content div.col2 div.block ul li label {
	float: left;
	margin: 4px 20px 0 0;
	cursor: pointer;
}

div.content div.col2 div.block ul li input.checkbox[type="checkbox"] {
    display: none;
}

div.content div.col2 div.block ul li input.checkbox[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
	border-top: 1px solid #908e8e;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0px 1px 21px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 4px 10px 4px 0;
}

div.content div.col2 div.block ul li input.checkbox[type="checkbox"] + label span {
    background-color: #fff;
	margin-top: 1px;
}

div.content div.col2 div.block ul li input.checkbox[type="checkbox"]:checked + label span {
    background: #fff url('images/check.png') no-repeat center center;
	background-size: 12px;
}

div.content div.pagercont {
	float: left;
	width: 100%;
	text-align: center;
}

div.content div.pager {
	margin: 30px 0 0 0;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c8cbcf;
	display: inline-block;
}

div.content div.pager a {
	color: #333;
	font-size: 16px;
	font-weight: 800;
	padding: 10px 15px;
	line-height: 20px;
	float: left;
	margin: 3px;
}

div.content div.pager span {
	float: left;
	padding: 10px 15px;
	line-height: 20px;
	float: left;
	margin: 3px;
}

div.content div.pager span.current {
	background: #1a1b20;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.content div.pager a:hover {
	color: #fff;
	background: #575b63;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

footer {
	float: left;
	width: 100%;
	background: #202228;
	color: #9ea0a7;
}

footer div.foot {
	font-size: 13px;
	padding: 30px 0;
}

div.content div.col1 div.filters {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	font-size: 15px;
	/*background: #eff3f5;
	padding: 20px 30px;
	border-top: 1px solid #dde0e1;
	border-left: 1px solid #dde0e1;
	border-radius: 3px;*/
}

div.content div.col1 div.filter-wrap {
	display: inline-block;
	width: 100%;
}

div.content div.col1 div.cdetails {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    background: #eff3f5;
    padding: 10px 30px 30px 30px;
    border-top: 1px solid #dde0e1;
    border-left: 1px solid #dde0e1;
    border-radius: 3px;
	font-size: 15px;
	line-height: 24px;
}

div.content div.col1 div.cdetails div.cline {
	float: left;
	width: 100%;
	padding: 20px 0;
    border-bottom: 1px solid #dde0e1;
}

div.content div.col1 div.cdetails div.cline:last-of-type {
    padding: 20px 0 0 0 ;
    border-bottom: none;
}

div.content div.col1 div.cdetails div.cline div.cleft {
	float: left;
	width: 20%;
}

div.content div.col1 div.cdetails div.cline div.iconpayment {
	background: url('images/payment-methods.png') no-repeat top left;
	background-size: 24px;
	padding-left: 40px;
}

div.content div.col1 div.cdetails div.cline div.iconlimits {
	background: url('images/limits.png') no-repeat top left;
	background-size: 24px;
	padding-left: 40px;
}

div.content div.col1 div.cdetails div.cline div.icongames {
	background: url('images/games.png') no-repeat top left;
	background-size: 24px;
	padding-left: 40px;
}

div.content div.col1 div.cdetails div.cline div.iconcurrencies {
	background: url('images/deposits.png') no-repeat top left;
	background-size: 24px;
	padding-left: 40px;
}

div.content div.col1 div.cdetails div.cline div.iconlicenses {
	background: url('images/licenses.png') no-repeat top left;
	background-size: 24px;
	padding-left: 40px;
}

div.content div.col1 div.cdetails div.cline div.iconlanguages {
	background: url('images/languages.png') no-repeat top left;
	background-size: 24px;
	padding-left: 40px;
}

div.content div.col1 div.cdetails div.cline div.cright {
	float: left;
	width: 80%;
	padding: 0 0 0 20px;
}

div.content div.col1 div.cdetails div.cline div.cright a {
	font-weight: bold;
	color: #333;
}

div.content div.col1 div.cdetails div.cline div.cright a:hover {
	text-decoration: underline;
}

div.content div.col1 div.filters span.method {
	float: left;
	padding: 0 20px 0 0;
	font-weight: 800;
}

div.content div.col1 div.filters label {
	float: left;
	margin: 0 20px 0 0;
	cursor: pointer;
}

div.content div.col1 div.filters input.checkbox[type="checkbox"] {
    display: none;
}

div.content div.col1 div.filters input.checkbox[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
	border-top: 1px solid #908e8e;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0px 1px 21px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 2px 10px 0 0;
}

div.content div.col1 div.filters input.checkbox[type="checkbox"] + label span {
    background-color: #fff;
}

div.content div.col1 div.filters input.checkbox[type="checkbox"]:checked + label span {
    background: #fff url('images/check.png') no-repeat center center;
	background-size: 12px;
}

div.content div.col1 div.filters input.checkbox[type="checkbox"]:checked + label {

}

.filtered .filter-item { display:none !important; }
.filtered .filter-item.selected { display:flex !important; }
.filtered .bonuses .filter-item.selected { display:block !important; }

.yasr-container-custom-text-and-overall {
	text-align: center;
	border: 1px solid #dde0e1;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	line-height: 24px;
	clear: both;
}

#yasr-custom-text-before-overall {
    display: inline-block !important;
    padding-right: 10px !important;
	vertical-align: middle !important;
    line-height: 24px;
	font-size: 15px;
}

.yasr-overall-rating {
	display: inline-block;
}

.yasr-rater-stars {
	margin: 3px 0 -1px 0;
}

div#toc_container {
    margin: 0 auto;
    padding: 20px;
    margin-top: 30px !important;
	margin-right: 30px !important;
	margin-bottom: 30px !important;
	border: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #dde0e1 !important;
	border-left: 1px solid #dde0e1 !important;
	max-width: 50% !important;
}

ul.breadcrumbs {
	line-height: 18px !important;
	font-size: 13px !important;
	clear: both;
	margin: auto;
    margin-top: auto;
	text-align: center;
	border: 1px solid #dde0e1;
	border-top: 0;
	padding: 15px 0 !important;
}

ul.breadcrumbs li {
	display: inline;
	padding: 0 10px 0 18px !important;
	background: url('images/arrow2.png') no-repeat center left !important;
}

ul.breadcrumbs li:first-of-type {
	background: none;
	padding: 0 10px 0 0;
}

ul.breadcrumbs li:last-of-type {
	text-decoration: underline;
}

ul.breadcrumbs li a {
	color: #333 !important;
	font-weight: 700;
}

ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

.iframe-container, .game-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	margin: 30px 0 0 0;
}
 
.iframe-container iframe, .game-container object {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.slot-container {
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
	background: #1a1b20;
	position: relative;
}

.slot-container img.bg {
	width: 100%;
	filter: grayscale(100%);
	opacity: 0.2;
   	filter: alpha(opacity=20);
}

.slot-container div.message {
	background: #fff;
	position: absolute;
	padding: 30px;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 70%;
	z-index: 999;
	text-align: center;
}

.slot-container div.message span.text {
	font-size: 15px;
	text-align: center;
	float: left;
	width: 100%;
}

.slot-container div.message div.bonusbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c8cbcf;
	width: calc(25%);
	margin: 20px 10px 0 10px;
	clear: both;
	display: inline-block;
}

.slot-container div.message div.bonusbox:hover {
	background: #1a1b20;
	border: 1px solid #1a1b20;
}

.slot-container div.message div.bonusbox a {
	color: #333;
} 

.slot-container div.message div.bonusbox a img {
	margin: 10px;
	width: calc(100% - 20px);
	float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.slot-container div.message div.bonusbox:hover a img {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);
}

.slot-container div.message div.bonusbox a span.gamename {
	padding: 0 10px 0 10px;
	min-height: auto;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slot-container div.message div.bonusbox:hover a span.gamename {
	color: #fff;
}

div#toc_container p.toc_title a, div#toc_container ul.toc_list a {
	font-weight: 400 !important;
}

.live-search-box {
	display: inline-block;
	width: 250px;
	padding: 10px 20px;
	color: #666;
	border-top: 1px solid #908e8e;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid	#a0a0a0;
	border-bottom: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0px 1px 21px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin: -8px 0 0 0;
}

.live-search-box::-webkit-input-placeholder { 
  color: #333;
}

.live-search-box::-moz-placeholder { 
  color: #333;
}

.live-search-box:-ms-input-placeholder { 
  color: #333;
}

.live-search-box:-moz-placeholder { 
  color: #333;
}

/* rwd --------------------------------------------------------------------------*/

@media (max-width: 1420px) { 

	.header2 div.web {
		padding: 0;
	}
	
	div.content {
		padding: 30px 0;
	}
		
	header div.header2 nav ul li:first-of-type a {
		background: url('images/icon1.png') no-repeat 20px center;
		background-size: 24px;
	}


	header div.header2 nav ul li:nth-of-type(2) a {
		background: url('images/icon2.png') no-repeat 20px center;
		background-size: 24px;
	}

	header div.header2 nav ul li:nth-of-type(3) a {
		background: url('images/icon3.png') no-repeat 20px center;
		background-size: 24px;
	}

	header div.header2 nav ul li:nth-of-type(4) a {
		background: url('images/icon4.png') no-repeat 20px center;
		background-size: 24px;
	}

	header div.header2 nav ul li:nth-of-type(5) a {
		background: url('images/icon5.png') no-repeat 24px center;
		background-size: 20px;
	}

	header div.header2 nav ul li a {
		font-size: 17px;
		padding: 27px 20px 27px 60px;
		line-height: 28px;
	}

	header div.header2 fieldset {
		padding: 20px 0 20px 20px;
	}

	header div.header2 fieldset input.searchbutton {
		margin: 0 20px 0 0;
	}
	
	header div.header2 nav ul li ul.menu {
		margin: 81px 0 0 0;
		display: none;
	}

	header div.header2 nav ul li:hover ul.menu {
		display: initial;
	}

}

@media (max-width: 1300px) {

	div.content div.col1 {
		padding: 0 30px 0 0;
	}
	
	div.content div.rankbox div.dets div.detsheader div.second {
		float: left;
		width: 100%;
		margin: 10px 0 0 0;
	}
	
	div.content div.rankbox div.dets div.detsheader a.opinion {
		margin: 0;
	}
	
	div.content div.rankbox div.clogo {
		display: table;
	}
	
	div.content div.rankbox div.clogo img {
		width: 150px;
	}
	
	div.content div.rankboxsmall div.clogo img {
		width: 120px;
	}
	
}

@media (max-width: 1160px) {
	
	div.content h1 {
		font-size: 30px;
		line-height: 30px;
	}

	div.content h2 {
		font-size: 24px;
		line-height: 24px;
		padding: 25px 0 0 0;
	}

	div.content h3, div.content h4 {
		font-size: 18px;
		line-height: 18px;
		padding: 25px 0 0 0;
	}

	div.content p {
		font-size: 15px;
		line-height: 24px;
		padding: 25px 0 0 0;
	}
	
	div.content div.pros p {
		padding: 25px 30px 0 30px;
	}
	
	div.content table {
		font-size: 15px;
		margin: 25px 0 0 0;
		line-height: 24px !important;
	}
	
	div.content ul {
		font-size: 15px;
		line-height: 24px;
		padding: 15px 0 0 0;
	}

	div.content ul li  {
		padding: 6px 0 6px 25px;
	}

	div.content div.rankbox {
		margin: 20px 0 0 0;
		padding: 20px;
	}

	div.content div.rankbox div.dets div.text {
		padding: 20px 0 0 0;
		font-size: 15px;
		line-height: 22px;
	}
	
	div.content div.rankboxsmall div.dets div.text {
		padding: 8px 0 0 0;
	}
	
	div.content div.rankbox div.clogo {
		margin: 0 20px 0 0;
	}
	
	div.content div.rankbox div.dets {
		padding: 0 20px 0 0;
	}
	
	div.content div.rankbox div.buttons span.text2 {
		line-height: 38px;
	}
	
	div.content div.col2 div.box div.clogo {
		padding: 30px 20px;
		margin: 20px;
		width: calc(100% - 40px);
	}
	
	div.content div.col2 div.box div.notes {
		padding-bottom: 10px;
	}
	
	div.content div.col2 div.box div.charts {
		padding: 0 20px 20px 20px;
	}
	
	div.content div.col2 div.box div.charts2 {
		padding: 0 20px 20px 20px;
	}
	
	div.content div.col2 div.box div.buttons {
		margin: 20px 0;
	}
	
	div.content div.col2 div.box2 {
		margin: 20px 0 0 0;
	}
	
	div.content div.col2bonuses div.boxranking {
		margin: 0;
	}
	
	div.content div.col2 div.boxranking span.header {
		padding: 15px 20px;
		font-size: 20px;
	}
	
	div.content div.col2 div.boxranking div.cas {
		padding: 10px 20px 0 20px;
	}
	
	div.content div.col2 div.gamebox {
		padding: 10px 20px;
	}
	
	div.content div.col2 div.boxranking div.cas:last-of-type {
		padding-bottom: 10px;
	}
	
	div.content div.col2 div.block span.header {
		font-size: 20px;
	}
	
	div.content div.col2 div.block span.header {
		padding: 15px 20px;
	}

	div.content div.col2 div.block ul {
		margin: 10px 0 -10px 0;
		padding: 0 20px 20px 20px;
	}	

	div.content div.col2regularnews div.block {
		margin: 20px 0 0 0 !important;
	}
	
	div.content div.col2bonuses div.block {
		margin: 20px 0 0 0;
	}
	
	div.content div.col2 div.block div.cotw {
		padding: 20px;
	}
	
	div.col1 div.bonuses div.bonusbox, div.col2 div.bonusbox {
		width: calc(33.333333% - 20px);
		margin: 20px 10px 0 10px;
	}
	
	div.col1 div.bonuses div.bonusboxwide {
		width: calc(100% - 20px);
	}

	div.col2 div.bonusbox {
		width: 100%;
	}
	
	div.col1 div.bonuses div.bonusbox a span, div.col2 div.bonusbox a span, div.col1 div.bonuses div.bonusbox a.search {
		padding: 5px 20px 15px 20px;
		font-size: 15px;
		line-height: 24px;
	}
	
	div.col1 div.bonuses div.bonusboxwide a span {
		padding: 15px 0 15px 10px;
	}
	
	div.col1 div.bonuses div.bonusbox div.stars, div.col2 div.bonusbox div.stars {
		margin: 0 0 0 20px;
	}
	
	div.col1 div.bonuses div.bonusboxwide div.stars {
		margin: 0;
	}
	
	div.col1 div.bonuses div.bonusbox div.buttons, div.col2 div.bonusbox div.buttons {
		padding: 20px;
		margin: 20px 0 0 0;
	}
	
	div.col1 div.bonuses div.gamebox div.buttons, div.col2 div.gamebox div.buttons {
		padding: 0 20px 20px 20px;
		margin: 0;
	}
	
	div.content p img.alignleft {
		padding: 7px 20px 20px 0;
	}

	div.content p img.alignright {
		padding: 7px 0 20px 20px;
	}
	
	div.content img.bonusleft {
		padding: 30px 20px 20px 0;
	}
	
	div.content div.rankbox div.cnews {
		margin: 0 20px 0 0;
		width: 220px;
	}
	
	div.content div.pager {
		margin: 20px 0 0 0;
	}
	
	div.content div.pager a {
		font-size: 14px;
		padding: 7px 10px;
		margin: 2px;
	}

	div.content div.pager span {
		font-size: 14px;
		padding: 7px 10px;
		margin: 2px;
	}
	
	div.content div.col2 div.box div.buttons2 {
		margin: 0 0 20px 0;
	}

	div.content div.col2 div.box div.buttons2 a.button {
		margin: 0 20px 0 20px;
	}
	
	div.content div.col1 div.filters {
		margin: 20px 0 0 0;
		/*padding: 10px 20px;*/
		font-size: 15px;
	}

	div.content div.col1 div.filters label {
		float: left;
		margin: 0 20px 0 0;
		cursor: pointer;
	}

	div.content div.col1 div.filters input.checkbox[type="checkbox"] {
		display: none;
	}

	div.content div.col1 div.filters input.checkbox[type="checkbox"] + label span {
		width: 16px;
		height: 16px;
		margin: 4px 7px 0 0;
	}

	div.content div.col1 div.cdetails {
		margin: 25px 0 0 0;
		padding: 0 20px 20px 20px;
	}
	
	.yasr-container-custom-text-and-overall {
		margin: 25px 0 0 0;
	}
	
	.slot-container div.message {
		padding: 20px;
		width: 80%;
	}
	
	.slot-container div.message div.bonusbox {
		margin: 20px 5px 0 5px;
	}
	
	.slot-container div.message span.text {
		font-size: 13px;
		line-height: 20px;
	}
	
}

@media (max-width: 1100px) { 

	header div.header2 fieldset {
		display: none;
	}
	
	header div.header1 .mobile-search {
		display: block;
		float: right;
		height: 102px;
		width: 48px;
		background: url('images/search.png') no-repeat center right;
		background-size: 28px 28px;
		padding: 0;
	}	
	
	header div.header1 .mobile-search-active {
		opacity: 0.5;
	}
	
	header div.header1 .mobile-search-hide {
		display: none;
	}
	
	header div.showsearch fieldset {
		display: initial;
	}	

	header div.header1{
		border-bottom: none;
		width: 100%;
	}
	
	header div.header2 fieldset {
		padding: 0 0 20px 0;
	}	

	header div.header2 fieldset button.search-submit {
		margin: 0;
	}

	.sticky {
		width: 100%;
		float: left;
		background: url('images/header.png') no-repeat center top #1a1b20;
		z-index: 2;
		position: relative;
	}

	header div.header1 .toggle-nav {
		display: block;
		float: right;
		height: 102px;
		width: 48px;
		background: url('images/menu.png') no-repeat center right;
		background-size: 28px 28px;
		padding: 0;
	}	
	
	header div.header1 .close {
		background: url('images/close.png') no-repeat center right;
		background-size: 28px 28px;
	}	
	
	header div.header2 nav  {
		display: none;
	}
	
	header div.header2 nav ul li select {
		display: initial;
	}
	
	header div.header2 nav.visible {
		display: block;
		float: left;
		width: 100%;
		max-width: 100%;
		border: none;	
		background: #1a1b20;
	}
	
	header div.header2 nav ul {
		position: relative;
		z-index: 2;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	header div.header2 nav ul li {
		float: left !important;
		padding: 20px 0;
		width: 100% !important;
		border: none;
		border-top: 1px solid #393c46;
		text-align: center !important;
	}
	
	header div.header2 nav ul li:last-of-type {
		border-right: none;
	}
	
	header div.header2 nav ul li a {
		font-size: 18px;
		line-height: 28px;
		float: none;
	}
	
	header div.header1 span.slogan {
		display: none;
	}
	
	div.content div.rankbox div.clogo img {
		width: 100px;
	}
	
	div.content div.rankbox div.dets div.detsheader a.title {
		font-size: 22px;
		margin: 3px 15px 5px 0;
	}
	
	div.content div.rankbox div.dets div.detsheader div.note {
		font-size: 18px;
		line-height: 22px;
		margin: 4px 15px 0 10px;
	}
	
	div.col1 div.bonuses div.bonusbox {
		width: calc(50% - 20px);
	}
	
	div.col1 div.bonuses div.bonusboxwide {
		width: calc(100% - 20px);
	}
	
	div.col1 div.bonuses div.bonusboxwide a.first, div.col1 div.bonuses div.bonusboxwide a img {
		width: 130px;
	}
	
	div.col2 div.bonusbox {
		width: 100%;
	}
	
	div.col1 div.bonuses div.bonusboxwide div.bonusamount, div.col1 div.bonuses div.bonusboxwide div.starcont {
		padding: 0 0 0 20px;
	}
	
	header div.header2 nav ul li ul.menu {
		margin: 20px 0 -20px 0;
		display: initial;
		position: relative;
		column-count: 1;
	}
	
	header div.header2 nav ul li ul.menu li {
		line-height: 17px;
	}

}

@media (max-width: 940px) {

	div.content div.col1 {
		width: 100%;
		padding: 0;
	}

	div.content div.col2 {
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	div.content div.col2 div.block, div.content div.col2 div.boxranking2 {
		margin: 20px 0 0 0;
	}
	
	div.content div.col2 div.firstblock {
		margin: 0;
	}
	
	div.content div.col2 div.filterblock {
		margin: 0 0 20px 0;
	}
	
	div.content span.homebox {
		width: calc(50% - 10px);
		min-height: 280px;
		margin: 0 20px 20px 0;
	}
	
	div.content span.homebox2 {
		margin: 0 0 20px 0;
	}
	
	div.content span.homebox3 {
		margin: 0 20px 30px 0;
	}
	
	div.content span.homebox4 {
		margin: 0 0 30px 0;
	}
	
}

@media (max-width: 800px) { 
	
	header a.button {
		display: none;
	}

	header div.header1 div.lang {
		display: none;
	}
	
	header div.header1 div.logo {
		height: 70px;
		background: url('images/logo.png') no-repeat left center;
		background-size: auto auto;
		width: 170px;
		background-size: 100%;
	}
	
	header div.header1 .mobile-search {
		height: 70px;
		width: 22px;
		background: url('images/search.png') no-repeat center right;
		background-size: 22px 22px;
		padding: 0;
		margin: 0 20px 0 0;
	}	

	header div.header1 .toggle-nav {
		height: 70px;
		width: 22px;
		background: url('images/menu.png') no-repeat center right;
		background-size: 22px 22px;
	}	
	
	header div.header1 .close {
		background: url('images/close.png') no-repeat center right;
		background-size: 22px 22px;
	}	
	
	div.content div.col1 div.cdetails div.cline div.cleft {
		width: 100%;
	}
	
	div.content div.col1 div.cdetails div.cline div.cright {
		width: 100%;
		padding: 10px 0 0 0;
	}
	
	div.content p span.block1 {
		padding: 20px;
	}
	
}

@media (max-width: 730px) {
		
	div.content div.rankbox {
		display: block;
	}
	
	div.content div.newsbox {
		display: flex;
	}
	
	div.content div.rankbox div.clogo {
		width: 100%;
		display: block;
		padding: 5px;
	}
	
	div.content div.rankbox div.cnews {
		width: 180px;
		padding: 0px;
	}
	
	div.content div.rankbox div.clogo a {
		float: left;
		width: 100%;
		line-height: 10px;
	}
		
	div.content div.rankbox div.clogo img {
		float: none;
		display: inline-block;
		width: 100px;
		padding: 0;
	}
	
	div.content div.rankbox div.cnews img {
		width: 100%;
	}
	
	div.content div.rankbox div.dets {
		padding: 20px 0 0 0;
		width: 100%;
	}
	
	div.content div.rankbox div.ndets {
		padding: 0;
		width: calc(100% - 180px);
	}
	
	div.content div.rankbox div.buttons {
		float: left;
		width: 100%;
		padding: 20px 0 0 0;
	}
	
	div.content div.rankbox div.buttons span.text1, div.content div.rankbox div.buttons span.text2 {
		text-align:	left;
		width: auto;
		clear: both;
	}
	
	div.content div.rankbox div.buttons a.button {
		float: left;
		margin: 0 0 0 20px;
		width: auto;
	}
	
	div.content div.rankbox div.buttons div.b1 {
		float: left;
		width: auto;
	}
	
	div.content div.col2 div.box div.clogo {
		padding: 10px 10px;
	}	
	
	div.content p, div.content div.rankbox div.dets div.text {
		text-align: justify;
	}
	
	footer div.foot {
		padding: 20px 0;
		line-height: 18px;
		font-size: 12px;
	}
	
	div.content div.rankbox div.dets div.detsheader img.flag {
		margin: 3px 13px 0 0;
	}
	
	.filtered .filter-item.selected { display:block !important; }
	
	div.col1 div.bonuses div.bonusboxwide {
		width: calc(50% - 20px);
		display: block;
		float: left;
	}

	div.col1 div.bonuses div.bonusboxwide:first-of-type {
		margin-top: 20px;
	}

	div.col1 div.bonuses div.bonusboxwide a.first, div.col1 div.bonuses div.bonusboxwide a.second {
		display: inline-block;
	}

	div.col1 div.bonuses div.bonusboxwide a.first {
		width: 100%;
	}

	div.col1 div.bonuses div.bonusboxwide a.second {
		width: 100%;
	}

	div.col1 div.bonuses div.bonusboxwide a img {
		width: calc(100% - 20px);
	}

	div.col1 div.bonuses div.bonusboxwide a span {
		width: 100%;
		display: block;
		float: left;
		padding: 20px 20px 5px 20px;
	}

	div.col1 div.bonuses div.bonusboxwide div.bonusamount {
		display: block;
		width: 100%;
		float: left;
		padding: 0 20px 15px 20px;
	}

	div.col1 div.bonuses div.bonusboxwide div.starcont {
		display: block;
		width: 100%;
		padding: 0;
	}

	div.col1 div.bonuses div.bonusboxwide div.stars {
		margin: 0 0 0 20px;
	}

	div.col1 div.bonuses div.bonusboxwide div.buttons {
		padding: 20px;
		margin: 20px 0 0 0;
		border-top: 1px solid #c8cbcf;
		display: block;
		float: left;
		width: 100%;
	}

	div.content div.pager a {
		font-size: 13px;
		padding: 5px;
	}

	div.content div.pager span {
		font-size: 13px;
		padding: 5px;
	}
	
	div.content table td, div.content table th  {
		padding: 5px 15px;
	}
	
	.live-search-box {
		width: 100%;
		margin: 10px 0 0 0;
	}

	header div.header2 nav ul li ul.menu {
		min-width: auto;
	}
		
}

@media (max-width: 640px) {
	
	#header div.buttons {
		display: none;
	}
	
	.toggle-nav {
		width: 60px;
		height: 80px;
		background: url('images/menu.png') no-repeat center center;
	}
	
	#header div.logo {
		height: 70px;
		background: url('images/logo.png') no-repeat center left;
		background-size: 144px;
	}

	#header div.logo a {
		font-size: 24px;
		line-height: 20px;
		padding: 21px 0 0 60px;
	}

	#header div.logo p {
		font-size: 13px;
		padding: 0 0 0 60px;
	}
	
	div.content h1 {
		font-size: 24px;
		line-height: 26px;
	}

	div.content h2 {
		font-size: 22px;
		line-height: 22px;
	}

	div.content h3, div.content h4 {
		font-size: 17px;
		line-height: 17px;
	}

	div.content p, div.content div.col2 div.block div.cotw p, div.content ul, div.content table {
		font-size: 14px;
		line-height: 20px !important;
	}
	
	div.content div.col2 div.block div.cotw p {
		padding: 10px 0 0 0;
	}	
	
	div.content div.rankbox div.dets div.text {
		font-size: 13px;
		line-height: 19px;
	}
	
	div.content div.rankbox div.dets div.detsheader a.title {
		font-size: 20px;
	}
	
	div.content div.rankbox div.buttons span.text2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	div.content div.rankbox div.dets div.detsheader div.polish {
		background: url('images/poland.png') no-repeat;
		background-size: 20px;
		padding: 1px 0 1px 30px;
	}	
	
	div.content div.col2 div.box div.charts div.line {
		font-size: 14px;
	}
	
	div.content div.col2 div.block ul li a {
		font-size: 14px;
	}
	
	div.content {
		padding: 20px 0;
	}
	
	div.content p {
		padding: 20px 0 0 0;
	}
	
	div.content div.pros p {
		padding: 20px 20px 0 20px;
	}
	
	div.content table {
		margin: 20px 0 0 0;
		line-height: 30px;
	}
	
	div.content ul {
		padding: 10px 0 0 0;
	}
	
	div.content div.rankbox div.dets div.detsheader img.flag {
		margin: 2px 13px 0 0;
	}
	
	div.col1 div.bonuses div.bonusbox a span, div.col2 div.bonusbox a span, div.col1 div.bonuses div.bonusbox a.search {
		font-size: 14px;
		line-height: 20px;
	}
	
	div.content div.pager ul li a {
		font-size: 15px;
		padding: 4px 8px;
	}
	
	div.content div.pager ul li a span {
		display: none;
	}		
	
	div.content div.col1 div.filters {
		font-size: 13px;
		line-height: 24px;
	}
	
	div.content div.col1 div.filters label {
    	margin: 0 15px 0 0;
	}

	div.content div.col1 div.filters span.method {
		padding: 0 15px 0 0;
	}	
	
	div.content div.col1 div.cdetails {
		font-size: 14px;
		line-height: 20px;
	}
	
	div.content div.col1 div.cdetails div.cleft {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	div.content img.bonusleft {
		padding: 25px 20px 20px 0;
	}
	
	div#toc_container {
		margin-top: 20px !important;
		max-width: 100% !important;
		width: 100% !important;
		font-size: 13px !important;
		line-height: 20px !important;
	}
	
	div#toc_container li {
		padding: 3px 0;
	}
	
	.slot-container div.message div.bonusbox {
		display: none;
	}
	
	div.content div.pros, div.cotent div.tip {
		margin: 25px 0;
	}
	
	div.content div.faq {
		margin: 20px 0 0 0;
	}

	div.content div.faq:first-of-type {
		margin: 25px 0 0 0;
	}

	div.content div.faq:last-of-type {
		margin: 20px 0 25px 0;
	}

	div.content div.pros h2 {
		font-size: 18px;
		padding: 10px 20px;
		background: #6aaa3b url('images/check1.png') no-repeat calc(100% - 20px) -10px;
		background-size: 60px;
	}
	
	div.content div.tip span.head {
		font-size: 18px;
		padding: 10px 20px;
	}
	
	div.content div.faq em {
		font-size: 16px;
		padding: 10px 20px;
		line-height: 20px;
	}
	
	div.content div.tip span.text, div.content div.faq span {
		font-size: 14px;
		line-height: 20px;
		padding: 20px;
	}

	div.content div.pros ul {
		padding: 20px;	
	}
	
}

@media (max-width: 600px) {
	
	div.content div.rankbox div.buttons div.b1 {
		width: 100%;
		padding: 10px 20px;
	}
	
	div.content div.rankbox div.buttons a.button {
		margin: 10px 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 15px;
		padding: 8px 15px 7px 15px;
	}

	div.content div.col2 div.block div.cotw a.button {
		width: 100%;
		text-align: center;
	}
	
	div.content div.rankbox div.dets div.detsheader a.title {
		font-size: 18px;
		margin-top: 1px;
	}
	
	div.col1 div.bonuses div.bonusbox div.buttons a.button, div.col2 div.bonusbox div.buttons a.button {
		text-align: center;
		font-size: 15px;
		padding: 8px 15px 7px 15px;
		width: 100%;
	}
	
	div.content p img.alignleft {
		padding: 0 0 30px 0;
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	div.content p img.alignright {
		padding: 0 0 30px 0;
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	div.content div.newsbox {
		display: block;
	}
	
	div.content div.rankbox div.cnews {
		width: 100%;
	}
	
	div.content div.rankbox div.ndets {
		margin: 20px 0 0 0;
		width: 100%;
	}
	
}

@media (max-width: 450px) {

	div.content div.rankbox div.buttons div.b1 {
		width: 100%;
	}
	
	div.content div.rankbox div.buttons a.button {
		margin: 15px 0 0 0;
		padding: 10px 20px 8px 20px;
	}
	
	div.content div.rankbox div.dets div.detsheader a.opinion {
		margin: 0 20px 5px 0;
	}
	
	div.content div.rankbox div.dets div.detsheader div.lang {
		margin: 0;
	}
	
	div.col1 div.bonuses div.bonusbox {
		/*width: 100%;*/
	}
	
	div.col1 div.bonuses div.bonusbox div.buttons a.button, div.col2 div.bonusbox div.buttons a.button {
		padding: 10px 20px 8px 20px;
	}
	
	div.col1 div.bonuses div.bonusbox a span, div.col2 div.bonusbox a span {
		min-height: auto;
	}
	
}


@media (max-width: 360px) {
		
	.toggle-nav {
		width: 60px;
		height: 70px;
	}
	
	#header div.logo {
		height: 70px;
		background: url('images/logo.png') no-repeat center left;
		background-size: 40px;
	}

	#header div.logo a {
		font-size: 20px;
		line-height: 10px;
		padding: 23px 0 0 50px;
	}

	#header div.logo p {
		font-size: 13px;
		padding: 0 0 0 50px;
	}
	
}


























