/*   
Theme Name: your-clean-template-3 (uncommented)
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*GENERAL*/
body {
	font-family: Arial, sans-serif;
	font-size: 17px;
	line-height: 23px;
	background: #eeeff4;
	display: flex;
    min-height: 100vh;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    color: #000;
}
main {
    flex: 1;
}
a {
	color: #0b45f5;
}
a:hover {
	color: #2F8F41;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
h1,h2,h3,h4,.h2,.h3,.h4 {
    color: #000;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.1em;
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
h2,.h2 {
    font-size: 1.5em;
    margin: 1.5em 0 .5em;
}
h3,.h3  {
    font-size: 1.3em;
    margin: 1.5em 0 0.5em;
}
h4,.h4 {
    font-size: 1.2em;
    margin: 1.5em 0 0.5em;
}
.cta-btn {
	display: block;
	text-align: center;
	background: #2F8F41;
	border-color: #2F8F41;
	color: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
}
.cta-btn:hover,
.cta-btn:focus,
.cta-btn:focus:hover,
.cta-btn:active {
	background: #42b056;
	border-color: #42b056;
	text-decoration: none;
	color: #fff;
}
.cta-big {
	font-size: 17px;
	padding: 12px 15px;
	margin: 25px 0;
}
.section h2:first-child {
	margin-top: 0;
}
table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ccc;
    background: #fff;
    border-spacing: 0;
    line-height: 1.3em;
    border-collapse: collapse;
    font-size: 15px;
}
.table-responsive table {
	margin-top: 0;
	margin-bottom: 0;
}
table td,table th {
    border: 1px solid #ccc;
    padding: 7px 12px
}
table th {
    text-align: left;
    background: #eee
}
.chars-table th {
	width: 220px;
}
.table-divider {
	width: 120px;
}
.table-divider span {
	display: block;
}
.table-divider span:first-child {
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
.table-divider span:last-child {
	padding-top: 4px;
}
.casinos-table-logo {
	width: 150px;
}
table div.field_type-star_rating_field ul.star-rating {
	font-size: 20px;
}
.fa-star-o:before,
.fa-star:before {
	color: #f6b804;
}
.table-rating {
	width: 150px;
}
div.field_type-star_rating_field ul.star-rating li {
	margin-right: 3px !important;
}
div.field_type-star_rating_field ul.star-rating li:last-child {
	margin-right: 0 !important;
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

/*HEADER*/
header {
	background: #000;
}
.navbar-default {
	margin-bottom: 0;
	border-radius: 0;
	background: #000;
	border:  none;
}
.navbar-default .navbar-nav>li>a {
	color: rgba(255,255,255,.7);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
    background-color: #1d2327;
}
.navbar-default .navbar-brand {
	padding: 8px 0;
	margin-right: 30px;
}

.navbar-nav>li>.list_dropdown-toggle {
    position: relative;
    display: flex;
    padding: 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}
.list_dropdown-toggle a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
}
.list_dropdown-toggle a:hover {
	color: #fff;
}
.dropdown-menu {
    background: #000;
}
.dropdown-menu>li>a {
    font-size: 17px;
    line-height: 1.5em;
    color: rgba(255,255,255,.6);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: transparent;
    color: #fff;
}
.navbar-nav>li>.list_dropdown-toggle {
    position: relative;
    display: flex;
    padding: 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}
.icon_dropdown-toggle {
    color: rgba(255,255,255,.7);
}

/*BREADCRUMBS*/
.breadcrumbs {
	padding-top: 15px;
	font-size: 14px;
}

/*PROMO*/
#headline.slot-headline {
	position: relative;
	min-height: 320px;
	padding-left: 320px;
}
#headline.slot-headline .page-thumb {
	display: block;
	position: absolute;
	border-radius: 4px;
	top: 0;
	left: 0;
}
.headline-cta {
	margin-bottom: 8px;
}
#headline.slot-headline small {
	display: block;
	text-align: center;
}

/*TOC TAGS*/
.toc,.games-tags {
	position: relative;
	margin: 15px 0 0 0;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
}
.games-tags {
	margin-top: 0;
	margin-bottom: 20px;
}
.games-tags div {
	font-weight: bold;
	margin-bottom: 10px;
}
.toc ul,.games-tags ul {
	position: relative;
	white-space: nowrap;
	overflow-x: scroll;
	margin: 0;
	padding: 0;
}
.toc ul li,.games-tags ul li {
	display: inline-block;
	margin-right: 10px;
}
.toc ul li a,.games-tags ul li a {
	display: block;
	padding: 9px 15px;
	border-radius: 4px;
	background: rgb(236, 239, 241);
	color: rgb(22, 33, 54);
	border: 1px solid rgb(22, 33, 54);
	font-size: 15px;
}
.toc ul li a:hover,.games-tags ul li a:hover {
	background: #42b056;
	border-color: #42b056;
	text-decoration: none;
	color: #fff;
}

/*Winners*/
.winners-list {
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	margin: 0;
	background: #000;
	color: #fff;
	border-radius: 4px;
}
.winners-list li {
	width: 150px;
	font-size: 13px;
}
.winners-list li a {
	color: #fff;
}
.winners-list li a:hover,
.winners-list li a:focus,
.winners-list li a:focus:hover,
.winners-list li a:active {
	text-decoration: none;
}
.winners-list li hr {
	margin-top: 4px;
	margin-bottom: 4px;
	opacity: .2;
}
.winners-list li span {
	display: block;
}
.winners-list li img {
	margin-bottom: 6px;
	border-radius: 4px;
}
.win-amount {
	font-weight: bold;
	font-size: 14px;
	color: #42b056;
}
.win-casino {}
.win-email {
	opacity: .5;
}

/*CONTENT*/
#content {
	margin-top: 30px;
}
#content h2:first-child {
	margin-top: 0;
}
.items-grid {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.items-grid li {
	width: 200px;
	margin-bottom: 15px;
}
.items-grid li a {
	display: block;
	position: relative;
}
.items-grid li a img {
	border-radius: 4px;
}
.items-grid li a .slot-item-name {
	display: block;
	margin-top: 5px;
}
.items-grid li a .cta-btn {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 90%;
	height: 40px;
	line-height: 28px;
	margin: auto;
	display: none !important;
}
.items-grid li a:hover .cta-btn {
	display: block !important;
}
.casinos {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 30px;
}
.content-area {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
}
.articles-grid {
	padding: 0;
	list-style: none;
}
.articles-grid li a {
	display: block;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
}
.articles-grid li a span {
	display: block;
	margin-top: 8px;
}
.slotcover {
	border-radius: 4px;
	margin: 10px 0 20px 0;
}

/*TOP GAMES GRID*/
#top-games {
	margin-bottom: 30px;
}
#top-games .h2 {
	margin-top: 0;
}
.topgames-grid li {
	width: 23%;
}
.topgames-grid li a {
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	text-align: center;
}
.topgames-grid li a:hover {
	text-decoration: none;
}
.topgames-grid li a .cta-btn {
	width: 180px;
}
.topgames-grid li a hr {
	margin: 8px 0;
}
.topgame-metrics div {
	color: #000;
	opacity: .6;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.topgames-grid li a:hover .topgame-metrics div {
	color: #000;
	opacity: .6;
}

/*DEMO GAME*/
#demo .panel-default {
	margin-bottom: 30px;
}
#demo .panel-heading {
	background: #000;
	border-bottom: none;
	color: #fff;
}
#demo .panel-title {
    margin: 0;
}
#iframeHolder {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 6px solid #000;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.responsive-iframe {
    position: relative;
    top: 0;
    /* align-items: stretch; */
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 500px;
    border: none !important;
    z-index: 10;
}
#iframeHolder .layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6)
}
#iframeHolder.panel-body {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    /* align-items: center; */
    min-height: 500px;
    /* height: 100%; */
    padding: 0;
}
.iframeBtns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
#PlayButton {
    font-size: 17px;
    height: 50px;
    border-radius: 4px;
    border: none;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 50px;
    white-space: nowrap;
    width: 200px;
    cursor: pointer;
	font-weight: bold;
}
.PlayButtonRed {
    font-size: 17px;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border:  none;
    border-radius: 4px;
    background: #2F8F41;
    color: #fff;
    margin-top: 10px;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    color: #fff !important;
	font-weight: bold;
}
.iframe-bonus {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #000;
    padding:  15px;
    text-align: center;
    color: #fff;
}
.iframe-bonus-btn {
    background: #2F8F41;
    padding: 5px 15px;
    display: inline-block;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
	font-weight: bold;
}
.panel-actions {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
}
.panel-actions a {
    display: block;
    width: 20px;
    height: 20px;
    color: #333;
}
.panel-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
.activeframe-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.play-money-demo {
	display: block;
	position: relative;
    background: #2F8F41;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 47px;
    margin-bottom: 5px;
    z-index: 10;
    border-radius: 4px;
}
.play-money-demo:hover,
.play-money-demo:focus,
.play-money-demo:focus:hover,
.play-money-demo:active {
	background: #42b056;
	text-decoration: none;
	color: #fff;
}

/*promocode*/
#promocode {
	position: relative;
	background: #000;
	margin-bottom: 30px;
	padding: 30px 20px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
}
#promocode .h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}
.promocode-area {
	font-weight: bold;
	font-size: 25px;
	margin: 15px 0;
}
#copyText {
	position: relative;
    width: 210px;
    font-size: 17px;
    text-align: left;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    margin: 0 auto;
    border: 2px dashed #5e5e5e;
    border-radius: 4px;
    color: #409042;
}
#copyText:after {
	display: block;
	position: absolute;
	content: "";
	background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBkYXRhLW5hbWU9IjEiPjxwYXRoIGQ9Ik0zMDguNTEgNDUwSDgwLjU5YTE1IDE1IDAgMCAxLTE1LTE1VjE0My45M2ExNSAxNSAwIDAgMSAxNS0xNWgyMjcuOTJhMTUgMTUgMCAwIDEgMTUgMTVWNDM1YTE1IDE1IDAgMCAxLTE1IDE1Wk05NS41OSA0MjBoMTk3LjkyVjE1OC45M0g5NS41OVoiIGZpbGw9IiNlNWU1ZTUiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0zODkuNDQgMzY5LjA3aC04MC45M2ExNSAxNSAwIDAgMSAwLTMwaDY1LjkzVjc4SDE3Ni41MnY2NS45MmExNSAxNSAwIDAgMS0zMCAwVjYzYTE1IDE1IDAgMCAxIDE1LTE1aDIyNy45MmExNSAxNSAwIDAgMSAxNSAxNXYyOTEuMDdhMTUgMTUgMCAwIDEtMTUgMTVaIiBmaWxsPSIjZTVlNWU1IiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+) no-repeat center center;
	width: 32px;
    height: 32px;
    right: 10px;
    top: 8px;
    opacity: .5;
}
#copyText:hover,
#copyText:focus {
    border: 2px dashed #aaa;
	color: #42b056;
}
#copyText:hover:after,
#copyText:focus:after {
	opacity: .8;
}
.promocode-area .cta-big {
	margin: 12px auto 0 auto; 
	width: 210px; 
    border: 2px solid #2F8F41;;
}
.promocode-area .cta-big:hover,
.promocode-area .cta-big:focus,
.promocode-area .cta-big:focus:hover,
.promocode-area .cta-big:active {
	border-color: #42b056;
	background: #42b056;
}
.promocode-line {
	display: block;
	margin: 8px 0;
}
.promocode-line:last-child {
	margin-bottom: 0;
}

.slot-chars {
	margin-bottom: 30px;
}

/*symbols*/
#symbols {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}
#symbols-table {
	font-size: 17px;
}
#symbols-table th,
#symbols-table td {
	text-align: center;
}
#symbols-table th:first-child,
#symbols-table td:first-child {
	width: 180px;
	padding: 4px 8px;
}

#pros-cons {
	margin-bottom: 30px;
}
.pros-cons-block {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    border: none;
    height: 100%;
}
.pros-title, .cons-title {
    position: relative;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
}
.pros-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBkYXRhLW5hbWU9IjEiPjxwYXRoIGQ9Ik0zNDguNDUgNDMyLjdIMjYxLjhhMTQxLjUgMTQxLjUgMCAwIDEtNDkuNTItOC45bC02Ny41LTI1LjA3YTE1IDE1IDAgMCAxIDEwLjQ1LTI4LjEybDY3LjQ5IDI1LjA3YTExMS43OSAxMTEuNzkgMCAwIDAgMzkuMDggN2g4Ni42NWExNC4yMSAxNC4yMSAwIDEgMCAwLTI4LjQyIDE1IDE1IDAgMCAxIDAtMzBoMjAuNDVhMTQuMjEgMTQuMjEgMCAxIDAgMC0yOC40MiAxNSAxNSAwIDAgMSAwLTMwaDIwLjQ0YTE0LjIxIDE0LjIxIDAgMCAwIDEwLjA1LTI0LjI2IDE0LjA4IDE0LjA4IDAgMCAwLTEwLjA1LTQuMTYgMTUgMTUgMCAwIDEgMC0zMGgyMC40NWExNC4yMSAxNC4yMSAwIDAgMCAxMC0yNC4yNiAxNC4wOSAxNC4wOSAwIDAgMC0xMC00LjE3SDI2OC4xNUExNSAxNSAwIDAgMSAyNTUgMTc2Ljc0YTEwMC4yIDEwMC4yIDAgMCAwIDkuMi0yOS4zM2MzLjM5LTIxLjg3LS43OS00MS42NC0xMi40Mi01OC43NmExMi4yOCAxMi4yOCAwIDAgMC0yMi4zMyA3Yy40OSA1MS4zOC0yMy4yNSA4OC43Mi02OC42NSAxMDhhMTUgMTUgMCAxIDEtMTEuNzItMjcuNjFjMTguNzItOCAzMi4zNi0xOS43NSA0MC41NS0zNS4wOCA2LjY4LTEyLjUxIDEwLTI3LjY1IDkuODMtNDVDMTk5LjMxIDc3IDIxMSA2MSAyMjkuMTggNTUuMzRzMzYuODEuNzggNDcuNDUgMTYuNDZjMjQuNzEgMzYuMzYgMjAuMjUgNzQuMSAxMy40OCA5Ny4yMWgxMTkuNjhhNDQuMjEgNDQuMjEgMCAwIDEgMTkuNTkgODMuODQgNDQuMjcgNDQuMjcgMCAwIDEtMjAuNDQgNTguNDIgNDQuMjcgNDQuMjcgMCAwIDEtMjAuNDUgNTguNDMgNDQuMjMgNDQuMjMgMCAwIDEtNDAgNjNaIiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJNMTU1IDQxMC40OUg2OS4xM2ExNSAxNSAwIDAgMS0xNS0xNVYxODkuODZhMTUgMTUgMCAwIDEgMTUtMTVIMTU1YTE1IDE1IDAgMCAxIDE1IDE1djIwNS42M2ExNSAxNSAwIDAgMS0xNSAxNVptLTcwLjg0LTMwSDE0MFYyMDQuODZIODQuMTNaIiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+) green;
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.cons-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBkYXRhLW5hbWU9IjEiPjxwYXRoIGQ9Ik0yNDIuMjggNDI3LjM5YTQzLjg1IDQzLjg1IDAgMCAxLTEzLjEtMmMtMTguMjItNS42OS0yOS44Ny0yMS42NC0yOS42OS00MC42Mi4xNi0xNy4zNS0zLjE1LTMyLjUtOS44My00NS04LjE5LTE1LjMzLTIxLjgzLTI3LjEzLTQwLjU1LTM1LjA4QTE1IDE1IDAgMSAxIDE2MC44MyAyNzdjNDUuNCAxOS4yNiA2OS4xNCA1Ni42IDY4LjY1IDEwOGExMi4yOCAxMi4yOCAwIDAgMCAyMi4zMyA3YzI4LjM0LTQxLjcxIDMuNDctODcuNjMgMy4yMi04OC4wOWExNSAxNSAwIDAgMSAxMy4xMi0yMi4yN2gxNDEuNjRhMTQuMjIgMTQuMjIgMCAwIDAgMC0yOC40M2gtMjAuNDVhMTUgMTUgMCAxIDEgMC0zMEExNC4yIDE0LjIgMCAwIDAgNDAzLjU1IDIwOWExNC4yMyAxNC4yMyAwIDAgMC0xNC4yMS0xNC4yMUgzNjguOWExNSAxNSAwIDAgMSAwLTMwIDE0LjIxIDE0LjIxIDAgMSAwIDAtMjguNDJoLTIwLjQ1YTE1IDE1IDAgMCAxIDAtMzAgMTQuMjEgMTQuMjEgMCAxIDAgMC0yOC40MkgyNjEuOGExMTEuNjkgMTExLjY5IDAgMCAwLTM5LjA3IDdsLTY3LjUgMjUuMDdBMTUgMTUgMCAwIDEgMTQ0Ljc4IDgybDY3LjUtMjUuMDdBMTQxLjUgMTQxLjUgMCAwIDEgMjYxLjggNDhoODYuNjVhNDQuMjUgNDQuMjUgMCAwIDEgNDAgNjMgNDQuMjcgNDQuMjcgMCAwIDEgMjAuNDUgNTguNDMgNDQuMjcgNDQuMjcgMCAwIDEgMjAuNDQgNTguNDIgNDQuMjEgNDQuMjEgMCAwIDEtMTkuNTkgODMuODRIMjkwLjExYzYuNzcgMjMuMTEgMTEuMjMgNjAuODUtMTMuNDggOTcuMjJhNDEuMjEgNDEuMjEgMCAwIDEtMzQuMzUgMTguNDhaIiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJNMTU1IDMwNS44NUg2OS4xM2ExNSAxNSAwIDAgMS0xNS0xNVY4NS4yMWExNSAxNSAwIDAgMSAxNS0xNUgxNTVhMTUgMTUgMCAwIDEgMTUgMTV2MjA1LjY0YTE1IDE1IDAgMCAxLTE1IDE1Wm0tNzAuODQtMzBIMTQwVjEwMC4yMUg4NC4xM1oiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvZz48L3N2Zz4=) red;
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.pros-cons-block ul li {
    margin-bottom: 8px;
}
.pros-cons-block ul li:last-child {
	margin-bottom: 0;
}

.download {
	background: #fff;
    padding: 20px;
    border-radius: 4px;
	margin-bottom: 30px;
}
.download .cta-big {
	margin:  12px 0;
}

/*Screens*/
#screenshots {
	margin-top: 30px;
}
#screenshot-table {
    border: none;
    margin: 0;
    background: transparent;
}
#screenshot-table td {
    position: relative;
    padding: 5px;
    border:  none;
    width: 25%;
}
#screenshot-table td img {
    border-radius: 4px;
}
#screenshot-table h3 {
    position: absolute;
    display: inline-block;
    background: #000;
    padding: 5px;
    margin: 0;
    font-size: 15px;
    max-width: 90%;
    bottom: 15px;
    color: #fff;
}

/*Comments*/
#comments {
	margin-top: 30px;
}
.comment-list {
	margin-top: 20px;
	margin-bottom: 35px;
}
.comment {
	background: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 15px;
}
.comment-heading {
	position: relative;
}

.reviews-list li img {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.comment-headline {
	overflow: hidden;
}
.comment-headline .avatar {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.comment-headline span {
	display: block;
}
.comment-body {
	margin-top: 10px;
}
.comment-footer {
	padding-left: 65px;
}
#commentform {
	background: #fff;
	border-radius: 6px;
	padding: 30px;
}
#commentform label {
	font-weight: normal;
}
#commentform .form-control {
	font-size: 16px;
	border: 1px solid #ddd;
	background: rgb(236, 239, 241);
}
#commentform input[type="text"] {
	height: 45px;
}
#commentform input[type="submit"] {
	width: 100%;
	border: none;
	font-size: 17px;
    padding: 12px 15px;
}
.no-comments {
    background: lightgrey;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 0;
}

.screenshots {
	margin-top: 30px;
}

/*FAQ*/
.faq {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	margin-top: 30px;
}
.faq .panel-default {
	margin-bottom: 25px;
}
.faq .panel-default:last-child {
	margin-bottom: 0;
}
.faq .panel-group {
	margin-bottom: 0;
}

.related-games {
	margin-top: 30px;
}

aside .widget_custom_html {
	background: #000;
	border-radius: 4px;
}
aside .widget_custom_html .widgettitle {
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px;
    font-weight: bold;
}
aside .widget_custom_html .custom-html-widget {
	padding: 10px 20px 25px 20px;
}
.rec-casino {
	position: relative;
	text-align: center;
}
.rec-casino a:hover,
.rec-casino a:focus,
.rec-casino a:focus:hover,
.rec-casino a:active {
	text-decoration: none;
}
.rec-casino img {
	margin-bottom: 20px;
}
.rec-bonus {
	font-weight: bold;
	display: block;
	font-size: 17px;
	background: green;
	color: #fff;
	padding: 8px;
	margin: 5px;
	border-radius: 4px;
}
.rec-bonus.fs {
	background: #5fd3a8;
	color: #000;
}
.rec-bonus.money {
	background: #ed3833;
}
.rec-casino .cta-big {
	margin-bottom: 0;
}

.related-games ul {
	list-style: none;
	padding: 0;
}
.related-games ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px;
	font-size: 17px;
	line-height: 23px;
	border:  none;
	box-shadow: none;
	color: #000;
}
.related-games ul li a:after {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLXJpZ2h0IiBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwb2x5bGluZSBwb2ludHM9IjkgMTggMTUgMTIgOSA2Ii8+PC9zdmc+) no-repeat center center;
	right: 15px;
	top: 15px;
}
.related-games ul li a:hover {
	background: #2F8F41;
	color: #fff;
	text-decoration: none;
}

footer {
	margin-top: 2em;
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .nav-pills>li {
	margin-right: 10px;
}
footer .nav-pills>li:last-child {
	margin-right: 0;
}
footer .nav-pills>li>a {
	color: rgba(255,255,255,.7);
	border: 1px solid rgba(255,255,255,.7);
}
footer .nav-pills>li>a:hover,
footer .nav-pills>li>a:focus,
footer .nav-pills>li>a:focus:hover,
footer .nav-pills>li>a:active {
	background: #42b056;
	border-color: #42b056;
	text-decoration: none;
	color: #fff;
}
footer .small {
	margin-top: 25px;
	display: block;
	color: rgba(255, 255, 255, .8);
}
footer .socials {
	padding: 0;
	margin: 0;
	margin-top: 25px;
	display: flex;
	justify-content: left;
	align-items: center;
	list-style: none;
}
footer .socials li {
	margin-right: 15px;
}
footer .social {
	display: block;
	width: 25px;
	height: auto;
}
footer .social.vk {
	width: 35px;
}
footer .social.youtube {
	width: 30px;
}

.footer-disclaimer {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.footer-disclaimer img {
    opacity: .2;
    padding: 0 10px
}

/*BONUSES*/
.bonuses-list {
	list-style: none;
	padding: 0;
}
.bonuses-list li {
	display: flex;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.bonuses-list li:last-child {
	margin-bottom: 0;
}
.bonus-img {
	display: flex;
	align-items: center;
	min-height: 100px;
	background: #000;
	padding: 10px;
}
.bonus-cta,.bonus-desc {
	padding: 15px;
}
.bonus-desc {
	width: 100%;
	text-align: left;
}
.bonus-desc .h4 {
	font-size: 1.1em;
}
.bonus-cta {
	text-align: center;
}
.bonus-cta .cta-btn {
	margin-bottom: 8px;
	width: 120px;
	font-size: 17px;
}

@media screen and (max-width: 1170px) {
	.container {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.winners-list {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.winners-list li {
		display: inline-block;
		margin-right: 15px;
	}
}
@media screen and (max-width: 860px) {
	.items-grid li {
		width: 48%;
	}
	.items-grid li a img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border:  none;
    }
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .dropdown-submenu .list_dropdown-toggle a{
        color: rgba(0,0,0,1);
    }
    .list_dropdown-toggle{
        display: flex;
        align-items: center;
    }
    .navbar-nav>li:first-child>.list_dropdown-toggle{
        border-top: 1px solid rgba(255, 255, 255, .3);
    }
    .navbar-nav>li>.list_dropdown-toggle {
        padding-left: 15px;
        padding-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);;
    }
    .navbar-nav>li>.list_dropdown-toggle>a {
        color: rgba(255, 255, 255, .7);
        padding: 0 !important;
    }
    .navbar-nav>li>.list_dropdown-toggle>a:hover,
    .navbar-nav>li>.list_dropdown-toggle>a:focus {
        color: #fff;
        text-decoration: none;
    }
    .navbar-nav>li>.list_dropdown-toggle .removed-link {
        padding: 0;
        color: #fff;
    }
    .dropdown-menu>li>.list_dropdown-toggle>a{
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
    }
    .dropdown-submenu .dropdown-menu{
        padding: 0 0 0 15px;
        margin-top: 0;
        border: none;
    }
    .dropdown-submenu .dropdown-menu {
        display: none;
        background: unset;
        padding: 0 0 0 15px;
    }
    .navbar-nav li>.dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 100%;
        background: unset;
        position: relative;
        box-shadow: unset;
        padding: 0;
        border: none;
        border-radius: 0;
        float: none;
        background: #000;
    }
    .navbar-nav li>.dropdown-menu>li>a,
    .navbar-nav li>.dropdown-menu>li>.removed-link {
        font-size: 17px;
        padding: 15px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        color: rgba(255, 255, 255, .7);
    }
    .navbar-nav li>.dropdown-menu>li>a:focus, .navbar-nav li>.dropdown-menu>li>a:hover{
        color: #fff;
    }
    .list_dropdown-toggle{
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, .7);;
    }
    .list_dropdown-toggle.active .icon_dropdown-toggle{
        transform: rotate(180deg);
        border-left: none;
        border-right: 1px solid rgba(255, 255, 255, .3);
    }
    .icon_dropdown-toggle{
        width: 50px;
        height: 50px;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, .3);
        position: absolute;
        right: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_dropdown-toggle .caret {
        margin: 0;
        color: rgba(255, 255, 255, .7);
    }
    /*.navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid #ddd;
    }*/
    .navbar-default .navbar-nav li a{
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
	.casinos-table {
		border:  none;
	}
	.casinos-table-thead {
		display: none;
	}
	.casinos-table tr {
		display: flex;
	    justify-content: space-around;
	    flex-wrap: wrap;
	    margin-bottom: 1em;
	    padding: 0.5em 0.5em 1em 0.5em;
	    border: 1px solid #ddd;
	    border-radius: 5px;
	}
	.casinos-table tr td:nth-child(1) {
		width: 100%;
    	border: none;
    	text-align: center;
	}
	.casinos-table tr td:nth-child(2),
	.casinos-table tr td:nth-child(3) {
		display: block !important;
		text-align: center;
	    margin: 15px 0;
	    border-radius: 5px;
	    position: relative;
	    padding: 25px 15px 15px 15px !important;
	    background: #eee;
	    font-weight: bold;
	}
	.casinos-table tr td:nth-child(2),
	.casinos-table tr td:nth-child(3),
	.casinos-table tr td:nth-child(4),
	.casinos-table tr td:nth-child(5) {
		width: 43%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 5px;
	}
	.casinos-table tr td:nth-child(4),
	.casinos-table tr td:nth-child(5) {
		padding: 0;
		border:  none;
	}
	.casinos-table tr td .cta-btn {
		width: 100% !important;
		padding: 13px;
	}
	.casinos-table tr td:nth-child(2):after,
	.casinos-table tr td:nth-child(3):after {
	    content: attr(data-title);
	    position: absolute;
	    top: -7px;
	    left: 7px;
	    color: #fff;
	    background: #000;
	    padding: 3px;
	    z-index: 999;
	    font-size: 13px;
	    font-weight: 100;
	}
	.table-divider span:first-child,
	.table-divider span:last-child {
		padding: 0;
		display: block;
		width: 100%;
		text-align: center;
		border:  none;
	}
	#pros-cons .row > div:first-child {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 600px) {
	#headline.slot-headline {
		padding: 0;
		min-height: auto;
	}
	#headline.slot-headline .page-thumb {
		position: relative;
		margin-bottom: 15px;
	}
	.casinos-table tr td:nth-child(2), .casinos-table tr td:nth-child(3), .casinos-table tr td:nth-child(4), .casinos-table tr td:nth-child(5) {
		width: 100%;
	}
	.casinos-table tr td:nth-child(5) {
		margin: 15px 0;
	}
	#symbols-table th:first-child, #symbols-table td:first-child {
		width: auto;
	}
	.bonuses-list li {
		flex-wrap: wrap;
	}
	.bonus-img {
		width: 30%;
		min-height: 80px;
	}
	.bonus-desc {
		width: 70%;
	}
	.bonus-desc .h4 {
	    font-size: 1em;
	}
	.bonus-cta {
		width: 100%;
	}
	.bonus-cta .cta-btn {
		width: 100%;
		padding: 10px 15px;
	}
}