/*
Theme Name: SOSGame Theme
Theme URI: https://www.sosgame.com/
Author: Manoj
Description: SOSGame Theme.
Version: 1.0
Text Domain: sosgame
*/
.grecaptcha-badge {
    visibility: hidden;
}

.note {
    color: #ff0000;
    font-size: 12px;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("../eot/proxima-nova-regular-webfont.eot");
    src: url("../eot/proxima-nova-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff/proxima-nova-regular-webfont.woff") format("woff"), url("../ttf/proxima-nova-regular-webfont.ttf") format("truetype"), url("../svg/proxima-nova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaSB';
    src: url("../eot/proxima-nova-semibold-webfont.eot");
    src: url("../eot/proxima-nova-semibold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff/proxima-nova-semibold-webfont.woff") format("woff"), url("../ttf/proxima-nova-semibold-webfont.ttf") format("truetype"), url("../svg/proxima-nova-semibold-webfont.svg#proxima_nova_ltsemibold") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaB';
    src: url("../eot/proxima-nova-bold-webfont.eot");
    src: url("../eot/proxima-nova-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff/proxima-nova-bold-webfont.woff") format("woff"), url("../ttf/proxima-nova-bold-webfont.ttf") format("truetype"), url("../svg/proxima-nova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    direction: ltr;
    font-family: 'ProximaNova', 'Open Sans', 'Arial', sans-serif;
}

html, body {
    margin: 0;
    background: #fff;
    line-height: 1.5;
    font-size: 12pt;
    color: #272727;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow: auto;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

i {
    font-style: normal;
}

a {
    color: #0d77be;
}

a:hover, a:focus {
    text-decoration: none;
    color: #cf0f4a;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
}

h1, h1 a, h2, h2 a {
    font-size: 20pt;
    font-weight: 500;
    color: #4d4d4d;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'ProximaNovaSB', 'Helvetica', 'Arial', sans-serif;
}

.h4, h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
}

p {
    margin: 0 0 15px;
}

ul {
    padding: 0;
    list-style: disc;
    margin: 0 0 20px;
}

label {
    margin: 0;
}

input[type="text"], input[type="email"], select, textarea {
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

textarea {
    height: 125px;
}

input:focus, textarea:focus, select:focus {
    outline: 0;
}

input[type="submit"] {
    box-shadow: none;
    border-width: 0;
    display: inline-block;
    margin: 0 0 15px;
}

header {
    background: #fff url(../png/header-bg.png) no-repeat left bottom;
    background-size: 33% 100%;
    width: 100%;
}

#header {
    position: relative;
    width: 100%;
    padding: 0px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

#header:after {
    content: '';
    display: table;
    clear: both;
}

.header-left {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}

.header-right {
    float: right;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}

.navbar-left {
    width: 100%;
}

.navbar-left .search {
    position: relative;
    width: 120px;
    height: 50px;
    transition: width .5s;
    overflow: hidden;
    float: right;
    color: #fff;
}

.social {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    display: inline-block;
    float: right;
}

.social:after, #header:after {
    content: '';
    display: table;
    clear: both;
}

.social li {
    display: inline-block;
    margin: 0;
}

.social a {
    font-size: 0.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    text-align: center;
    background: #333;
    color: #fff;
    margin-left: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social a:hover {
    background: #ff0000;
}

.search-wrap {
    position: relative;
    clear: both;
}

.search-container {
    width: 100%;
    max-width: 240px;
    display: inline-block;
    height: 100%;
    padding: 0px;
    position: relative;
    margin-left: 25px;
    float: right;
}

.search-container .search-icon {
    position: relative;
    width: 100%;
    height: 34px;
    cursor: pointer;
    transition: .5s;
    font-size: 16px;
    letter-spacing: .05em;
    color: #fff;
    display: block;
    font-weight: 400;
}

.search-container .search-icon {
    width: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.search-open:focus, .search-open:hover {
    color: #fff;
    text-decoration: none;
}

.search-container .search-close {
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    transition: .5s;
    font-size: 16px;
    letter-spacing: .05em;
    color: #fff;
    padding-top: 14px;
    display: block;
    padding-left: 40px;
    font-weight: 400;
}

.search-container .search-close:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 13px;
    width: 18px;
    height: 20px;
    background: transparent;
    border: none;
    border-right: 2px solid #fff;
    border-radius: 0;
    transition: .5s;
    transform: rotate(45deg);
}

.search-container .search-close:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 13px;
    width: 18px;
    height: 20px;
    background: transparent;
    border: none;
    border-right: 2px solid #fff;
    border-radius: 0;
    transition: .5s;
    transform: rotate(-45deg);
}

.search-container .search-icon:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 12px;
    width: 13px;
    height: 13px;
    background: transparent;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition: .5s;
}

.search-container .search-icon:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 21px;
    width: 12px;
    height: 9px;
    background: transparent;
    border-left: 3px solid #ccc;
    border-radius: 0;
    transform: rotate(-45deg);
    transition: .5s;
}

.search-container .loader {
    display: none;
    width: 20px;
    height: 20px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    left: 12px;
    top: 25px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.search-container .loader:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 0;
    line-height: 20px;
}

.search-container input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 36px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 23px;
}

.search-container input:-ms-input-placeholder {
    color: #fff
}

.search-container input::placeholder {
    color: #fff
}

.autocomplete {
    overflow: hidden;
    z-index: 99;
    width: 100%;
    top: 35px;
    left: 0;
    right: 0;
    background: #fff;
    position: absolute;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    -webkit-overflow-scrolling: touch;
}

.autocomplete-suggestions {
    cursor: default;
    overflow: auto;
    color: #26292D;
    width: 100% !important;
    position: static !important;
    padding: 10px 0 44px;
    max-height: 300px;
    z-index: 9999;
}

.autocomplete-suggestion {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
    border-width: 0;
}

.autocomplete-suggestion .content {
    padding: 0 20px;
    width: 100%;
    height: 24px;
    cursor: pointer;
}

.autocomplete-suggestion .content .img-container {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 16px;
    float: left;
}

.autocomplete-suggestion .content img {
    width: auto;
    height: 32px;
}

.autocomplete-suggestion .content .title {
    line-height: 24px;
    float: left;
    width: 62%;
    height: 100%;
    overflow: hidden;
    margin-left: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
}

.autocomplete-suggestion .content .category {
    line-height: 24px;
    float: right;
    max-width: 120px;
    text-transform: capitalize;
}

.autocomplete-suggestions .autocomplete-no-suggestion {
    padding: 6px 20px;
    line-height: 24px;
    margin-bottom: -44px;
}

.autocomplete-suggestion:last-of-type {
    padding: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    margin: 26px 0 0;
}

.autocomplete-suggestion .view-all {
    color: #26292D;
    text-transform: uppercase;
    border-top: 1px solid #D8D8D8;
    text-align: center;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

.container, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 1399px) {
    .container {
        max-width: 1170px;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1270px;
        width: 100%;
    }
}

/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
    padding: 0;
}

.navbar-expand-sm {
    float: right;
    width: 96%;
    margin-top: 10px;
}

.w3_navigation {
    border-top: none;
    position: relative;
}

.navbar-collapse {
    padding: 0;
    justify-content: flex-end;
}

.navbar-nav > li {
    float: left;
    position: relative;
}

.navbar-nav > li:after {
    content: '|';
    position: absolute;
    top: 3px;
    left: 0;
}

.navbar-nav > li:first-child:after {
    content: ''
}

.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
    color: #ff0000;
    background: none;
}

.navbar-default .navbar-nav > li > a {
    color: #040404;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-expand-sm .navbar-nav > li:first-child > .nav-link {
    padding-left: 0;
}

.navbar-expand-sm .navbar-nav > li:last-child > .nav-link {
    padding-right: 0;
}

.navbar-nav > li > a {
    margin: 0;
    padding: .5em 1em;
    line-height: 1em;
    text-transform: none;
    font-size: 16px;
    font-family: 'ProximaNovaSB';
}

.logo-container {
    z-index: 999;
    text-align: center;
}

.logo-container img {
    height: 70px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.logo-container .slogan {
    display: block;
    text-transform: uppercase;
    font-size: 0.6em;
    color: #fff;
    line-height: 1;
    margin: 6px auto 2px;
    letter-spacing: 0.3px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ff0000;
}

.main-menu {
    position: relative;
    margin-top: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 0px;
    margin: 0 10px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 0.3em 0.5em;
    color: #fff;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 15px;
    opacity: 1;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    color: #ff0000;
    opacity: 1;
}

.main-menu .navigation > li:hover > a:before, .main-menu .navigation > li.current > a:before {
    width: 100%;
}

.main-menu .navigation > li > ul {
    position: absolute;
    list-style: none;
    left: 0px;
    top: 100%;
    width: 200px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background: #f8f8f8;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li > a {
    border-bottom: 1px solid #ccc;
    position: relative;
    display: block;
    padding: 7px 28px;
    line-height: 1.35;
    font-weight: 400;
    font-size: 15px;
    color: #242424;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a {
    border-width: 0;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #ffef6b;
    background: #770422;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    background: #f8f8f8;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 28px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #242424;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #ffef6b;
    background: #770422;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu .navigation > li.menu-item::before, .main-menu .navigation > li.menu-item::after, .main-menu .navigation > li > .menu__link::before, .main-menu .navigation > li > .menu__link::after {
    content: '';
    position: absolute;
    background: #da3743;
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.main-menu .navigation > li.menu-item::before, .main-menu .navigation > li.menu-item::after {
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.main-menu .navigation > li.menu-item::before {
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.main-menu .navigation > li.menu-item::after {
    right: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.main-menu .navigation > li > .menu__link::before, .main-menu .navigation > li > .menu__link::after {
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.main-menu .navigation > li > .menu__link::before {
    top: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.main-menu .navigation > li > .menu__link::after {
    bottom: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.main-menu .navigation > li.menu-item > .menu__link::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation > li.menu-item--current > .menu__link::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu .navigation > li.menu-item::before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation > li.menu-item--current::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation > li.menu-item > .menu__link::before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation > li.menu-item--current > .menu__link::before {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation > li.menu-item--current::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation > li.menu-item--current::before,
.main-menu .navigation > li.menu-item--current::after,
.main-menu .navigation > li.menu-item--current > .menu__link::before,
.main-menu .navigation > li.menu-item--current > .menu__link::after, .navigation > li .menu__item:hover::before, .navigation > li .menu__item:hover::after,
.main-menu .navigation > li > .menu__link:hover::before, .main-menu .navigation > li > .menu__link:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

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

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    padding-right: 5px;
}

.aligncenter {
    display: block;
    margin: 0 auto 1em;
}

.margint {
    margin-top: -72px;
}

.navbar-default .navbar-toggle {
    z-index: 999;
}

nav.menu--miranda {
    margin-top: 15px;
}

.logo-container h1 {
    margin-bottom: 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 5px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    text-align: left;
    margin-top: 10px;
    line-height: 1;
}

.games-wrapper .breadcrumb {
    float: right;
}

section {
    position: relative;
}

.section-sm {
    padding: 10px 0;
}

section h1, section h2 {
    font-size: 1.3em;
    line-height: 1.35;
    margin-bottom: 5px;
    font-family: 'ProximaNovaSB';
    font-weight: 400;
}

section h2 {
    background: #f5f6f8;
    padding-left: 24px;
    line-height: 2em;
    position: relative;
}

section h2:before {
    content: '';
    background: #ff0000;
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.blue-bg h2, section.games h2, section.intro h2, h2.nobdr, .games-container h2 {
    background: none;
    padding-left: 0;
}

section.blue-bg h2:before, section.games h2:before, section.intro h2:before, h2.nobdr:before, .games-container h2:before {
    background: none;
    position: relative;
    width: 0;
    right: 0;
}

section.intro {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
}

section.intro h2 {
    padding-top: 30px;
}

section.games {
    background: #fff;
    padding: 20px 0
}

section.blue-bg {
    background: #000 url(../jpg/game-bg-1.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 30px;
}

section.blue-bg h2, section.games h2, section.intro h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
    font-family: 'ProximaNovaSB';
}

section.intro h2 {
    margin-bottom: 0;
}

section.blue-bg h4, section.games h4 {
    font-size: 1.5em;
    line-height: 52px;
    font-family: 'ProximaNovaSB';
    margin-bottom: 0;
}

section.blue-bg h4, section.games h4, section.blue-bg p, section.games p {
    color: #fff;
    font-family: 'ProximaNova';
}

section.games h2, section.games h4, section.games p {
    color: #000;
}

.red-buttons, .games-list, .white-buttons {
    list-style: none;
    margin: 30px auto;
    padding: 0;
    width: 100%;
    max-width: 540px;
}

.red-buttons:after, .games-list:after, .white-buttons:after {
    content: '';
    display: table;
    clear: both;
}

.red-buttons li {
    width: 30%;
    float: left;
    text-align: center;
    margin-left: 5%;
}

.red-buttons li:first-child {
    margin-left: 0;
}

.red-buttons li a {
    font-size: 1.1rem;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 120px;
    line-height: 120px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
}

.red-buttons li a:hover, .red-buttons li a:focus {
    box-shadow: 0px 0px 50px #ff0000;
    text-shadow: 0px 0px 5px #fff;
}

.games-list {
    max-width: none;
    margin: 0 auto;
    background: #000;
    padding-left: 3px;
    padding-bottom: 3px;
}

.games-list li {
    width: 16.666667%;
    float: left;
}

.games-list a {
    display: block;
    padding: 3px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: -3px;
    margin-left: -3px;
}

.games-list a.more span {
    position: absolute;
    background: rgba(255, 0, 0, 0.75);
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    text-transform: uppercase;
    line-height: 28vh;
    font-weight: bold;
}

.games-list a.more:hover span {
    background: #ff0000;
}

.white-buttons {
    max-width: none;
}

.white-buttons li {
    width: 33.33334%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.white-buttons li:last-child, .white-buttons li:nth-child(3) {
    border-right-width: 0;
}

.white-buttons li:nth-child(4), .white-buttons li:nth-child(5), .white-buttons li:nth-child(6) {
    border-bottom-width: 0;
}

.white-buttons img {
    height: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

.white-buttons h4 {
    text-transform: uppercase;
    font-family: 'ProximaNovaB';
    margin-bottom: 10px;
}

.white-buttons p {
    font-family: 'ProximaNovaB';
    margin-bottom: 10px;
    font-size: 15px;
}

.white-buttons a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'ProximaNovaB';
    font-weight: bold;
    text-decoration: underline;
}

.white-buttons a:hover {
    text-decoration: none;
}

header.isStuck .social, header.isStuck .logo-container .slogan, header.isStuck .search-container {
    display: none;
}

header.isStuck .logo-container img {
    height: 40px;
}

header.isStuck .logo-container .slogan {
    font-size: 0.5em;
}

.content ul, .content ol {
    margin-bottom: 15px;
}

.games-container h2 {
    position: relative;
    text-transform: uppercase;
    background: #f5f6f8;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    font-size: 16pt;
    line-height: 52px;
    color: #4d4d4d;
    margin: 0 0 2px;
    text-align: center;
    border-bottom: 0 solid #ccc;
    font-family: 'ProximaNovaB';
}

.games-container.small h2 {
    margin: 0 -15px 10px;
}

.games-container h2 strong:before {
    content: '';
    background: url(../png/28.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

section h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-family: 'ProximaNovaSB';
    color: #4d4d4d;
}

section.news h3 {
    padding: 10px 0
}

.slotTypes {
    height: 100%;
    margin: 0px auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.slotTypes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slotTypes li {
    margin-bottom: 15px;
}

.slotTypes a {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    line-height: 1.1;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 17pt;
    font-weight: 400;
    text-transform: uppercase;
    padding: 11px 15px 10px 70px;
    background: #eeac0d;
    background: -moz-linear-gradient(left, #eeac0d 0%, #f3b846 100%);
    background: -webkit-linear-gradient(left, #eeac0d 0%, #f3b846 100%);
    background: linear-gradient(to right, #eeac0d 0%, #f3b846 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeac0d', endColorstr='#f3b846', GradientType=1);
}

.slotTypes a small {
    display: block;
    text-transform: none;
    font-size: 9.5pt;
    text-shadow: 1px 1px 1px #fbc24f;
    color: #5e4949;
}

.slotTypes .icon a:before {
    content: '';
    width: 70px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
}

.slotTypes .icon-free a:before {
    background: url(../png/icon-slot.png) no-repeat center center;
}

.slotTypes .icon-realmoney a:before {
    background: url(../png/icon-real-money.png) no-repeat center center;
}

.slotTypes .icon-mobile a:before {
    background: url(../png/icon-mobile.png) no-repeat center center;
}

.slotTypes a:hover {
    color: #fff;
    background: #770422;
    background: -moz-linear-gradient(left, #770422 0%, #a7012c 100%);
    background: -webkit-linear-gradient(left, #770422 0%, #a7012c 100%);
    background: linear-gradient(to right, #770422 0%, #a7012c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#770422', endColorstr='#a7012c', GradientType=1);
}

.slotTypes a:hover small {
    color: #eeac0d
}

#content section > h1 {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 300;
    font-size: 2em;
}

.home #content section > h1 {
    margin-bottom: 20px;
}

.gameImage + .stickybar {
    margin-bottom: 0;
}

#content section > h1 + .meta {
    background: #f5f6f8;
    margin: 0 0 15px;
    padding: 10px 15px;
    font-size: 13px;
}

#content section > h1 + .meta .breadcrumb {
    margin-bottom: 0;
    float: right;
    margin-top: 0;
}

#content section.slots {
    padding: 0 10px;
    background: #f5f6f7;
    margin-bottom: 10px;
}

.gamebox {
    margin-bottom: 15px;
    position: relative;
}

.home .gamebox {
    margin-bottom: 0;
}

#content section.slots h3 {
    color: #432f39;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'ProximaNovaSB';
    margin: 0;
}

.gamebox a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gamebox .img-container {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#games .gamebox .img-container {
    height: auto;
    position: relative;
}

.gamebox .img-container > img {
    height: auto;
    width: 100%;
}

.gamebox .img-container .star-rating {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 5em;
    text-align: right;
    margin: 0;
}

.homeSlots .gamebox .img-container > img {
    width: 100%;
    max-height: 130px;
}

.gamebox.side .img-container {
    height: 70px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gamebox.side .img-container img {
    height: 100%;
}

.gamebox .img-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 5px 10px;
}

.gamebox .img-hover ul, .gamesSidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gamebox .img-hover li {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 8pt;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.gamebox .img-hover li.mobile, .gamebox .img-hover li.no-mobile {
    position: relative;
    padding-left: 36px;
    text-transform: uppercase;
    font-size: 10pt;
    text-align: left;
    height: 20px;
}

.gamebox .img-hover li.mobile:before {
    content: '';
    background: url(../png/icon-mobile-yn.png) no-repeat 0px;
    width: 30px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.gamebox .img-hover li.no-mobile:before {
    content: '';
    background: url(../png/icon-mobile-yn.png) no-repeat -30px 0px;
    width: 30px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.gamebox .img-hover li:first-child {
    width: 20%;
    text-align: left;
}

.gamebox .img-hover li:last-child {
    width: 30%;
    text-align: right;
}

.gamebox .img-hover ul:after, .gamesSidebar:after {
    content: '';
    display: table;
    clear: both;
}

.gamebox a .overlay-container {
    z-index: 9;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: height .2s linear;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: -50px;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.gamebox .overlay-container img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.gamebox a:hover .overlay-container {
    height: 100%;
    bottom: 0;
}

.gamebox a:hover .overlay-container img {
    display: block
}

.view-all {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
}

.showBtn {
    font-size: 9pt;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #f5f6f7;
    padding: 0 20px;
    line-height: 3;
    border-radius: 7px;
    font-weight: 700;
    border: 1px solid #eee;
}

#sidebar .showBtn {
    margin-bottom: 0;
}

#sidebar .view-all {
    margin: 10px auto 0;
    background: #f5f6f7;
    font-size: 9pt;
    padding: 5px;
    font-weight: 400;
}

.readReview {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}

.meta .author, .meta .date {
    display: inline-block;
    margin-right: 5px;
}

.news {
    background: #fff;
}

.news h2 {
    color: #432f39;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 10px;
}

.news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.news-container {
}

.news-container .img-container {
    width: 40%;
    float: left;
    height: 70px;
    overflow: hidden;
}

.news-container .img-container img {
    height: auto;
    width: 100%;
}

.news-container .text-container {
    width: 52%;
    float: right;
    margin-right: 3%;
}

.news h4, .news h4 a {
    color: #434343;
    font-size: 11pt;
    line-height: 1.35
}

.news ul:after, .news-container:after {
    content: '';
    display: table;
    clear: both;
}

.news h4 a:hover {
    color: #cf0f4a;
}

.news.type2 .news-container {
    margin-bottom: 20px;
}

.news.type2 .news-container .img-container {
    width: 100%;
    float: none;
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: 185px;
}

.news.type2 .news-container .img-container img {
    height: auto;
    width: 100%;
}

.news.type2 .news-container .text-container {
    width: 100%;
    float: none;
    margin: 5px 0 10px
}

.news.type2 .news-container .text-container h4 {
    font-weight: bold;
}

.news.type2 .news-container .img-container .meta {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
}

.news.type2 .news-container .img-container .meta .author img {
    width: 20px;
    height: 20px;
}

.news.type2 .news-container .img-container .meta .author a {
    color: #fff;
    padding: 0 3px;
}

.sidebar-news {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-news li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
}

.sidebar-news h4 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.sidebar-news .meta .author img {
    width: 16px;
    height: 16px;
}

.sidebar-news .showBtn {
    margin-bottom: 0;
}

.wp-pagenavi {
    margin: 10px auto 20px;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    margin: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: #363a41;
    color: #fff;
}

#authorbox {
    margin: 10px 0px 30px;
    padding: 10px;
    background-color: #f5f6f7;
    font-size: 14px;
    border-bottom: 2px solid #999999;
    color: #000
}

#authorbox .author {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

#authorbox .author .authorAvatar {
    width: 20%;
    float: left;
    margin: 0 15px 15px 0
}

#authorbox .author .authorInfo {
    font-size: 13px;
    line-height: 1.5em;
    width: 78%;
    float: right
}

#authorbox .author:last-child {
    border-width: 0
}

#authorbox:after {
    content: ' ';
    display: table;
    clear: both
}

.author {
    border-bottom: 0px solid #ccc
}

.author:after {
    content: ' ';
    display: table;
    clear: both
}

.author .authorAvatar {
    float: left;
    margin: 0 30px 10px 0
}

.authorAvatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-title {
    margin-bottom: 10px;
}

.author-title:after {
    content: '';
    display: table;
    clear: both;
}

.author-title h2.authorName, .author-title h2.authorName {
    width: 50%;
    float: left;
    border-width: 0;
}

.author-title h2 em {
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.author-title .social {
    float: right;
    margin-right: 15px;
}

h2.authorName {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
    padding: 0;
}

h2.authorName a {
    color: #f2143e;
}

.author .social a {
    margin-right: 5px;
}

#author-info {
    padding: 0 19px 40px 20px;
    position: relative;
    margin-bottom: 20px;
}

#author-info img, #author-info-page img {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    width: 60px
}

#author-info-page {
    border-bottom: 1px dotted #ccc;
    float: left;
    margin: 20px 19px 0 20px;
    padding-bottom: 20px;
    position: relative;
}

#author-text {
    color: #999;
    float: left;
    font: italic 14px/20px helvetica, arial, sans-serif;
    width: 88%;
}

#author-info:after {
    content: '';
    display: table;
    clear: both;
}

#content section.siteAuthor {
    background: #f5f6f7;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px auto;
    clear: both;
    border: 1px solid #e2e6ea;
}

.siteAuthor img, .siteAuthor h4 {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

.siteAuthor img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

.siteAuthor h4 {
    font-size: 14px;
    font-weight: 400;
}

.siteAuthor h4 strong {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.siteAuthor p {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0
}

.siteAuthor .social {
    text-align: right;
}

.siteAuthor .social a {
    font-size: 14px;
    margin: 5px 5px 5px 0;
    display: inline-block;
    border: 1px solid #1b77c0;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    background: #1b77c0;
    color: #fff;
    padding: 0;
}

.siteAuthor .social a:hover {
    background: #a4012b;
    border-color: #a4012b;
    color: #fff;
    text-decoration: none;
}

.authorsList .siteAuthor .social a {
    font-size: 18px;
    margin: 0;
}

.authorsList .siteAuthor .social {
    text-align: left;
}

.author-bio .siteAuthor {
    padding: 15px 0;
}

.siteAuthor .col-sm-2 {
    width: 15%;
    text-align: center;
    float: left;
}

.siteAuthor .col-sm-10 {
    width: 85%;
    float: left;
}

#authorbox li {
    width: 25%;
}

#authorbox li.siteAuthor h4 {
    font-size: 14px;
}

#authorbox li.siteAuthor .img-container {
    width: 25%;
    float: left;
}

#authorbox li.siteAuthor .text-container {
    width: 72%;
    float: right;
}

#authorbox:after {
    content: '';
    display: table;
    clear: both;
}

a.authorBtn, a.authorBtn:visited {
    font-size: 13px;
    border: 1px solid #eee;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0;
    text-align: center;
    background: #f7f7f7;
    color: #333;
    width: 100%;
    max-width: 128px;
}

a.authorBtn:hover, a.authorBtn:focus {
    color: #fff;
    text-decoration: none;
    background: #a4022c;
}

.single section.gameReview h2 {
    background: none;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 32px;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#sidebar ul:after {
    content: '';
    display: table;
    clear: both;
}

.entry-content ul, .entry-content ol {
    margin-left: 20px;
}

iframe {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
    width: 100%;
}

.embeded-container {
    text-align: center;
    vertical-align: middle;
}

section.author-bio {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 0 15px;
    margin-bottom: 20px;
}

#wpcomm .wpdiscuz-front-actions {
    padding: 0;
}

/*-- =============================== Toggle ================================ --*/
.accordion {
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    border: 1px solid #e2e6ea;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fff
}

.accordion-box {
    cursor: pointer;
    font-size: 14px;
    padding: 0px;
    position: relative
}

.accordion-box h3, .accordion-box a {
    color: #434343;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 35px;
    text-align: left;
}

.accordion-box h3 {
    font-family: 'ProximaNova';
    margin: 0;
    line-height: 2.25;
    cursor: pointer;
    font-size: 12pt;
    padding-left: 40px;
}

.accordion-box h3:before, h5.dt-sc-toggle-accordion:before {
    content: '+';
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0px;
    width: 30px;
    height: 100%;
    background: none;
    line-height: 1.75;
    font-size: 14pt;
    text-align: center;
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
}

.accordion-box.active h3:before, h5.dt-sc-toggle-accordion.active:before {
    content: '-';
    background: #fafafa;
    font-family: FontAwesome;
    line-height: 1.25;
    -webkit-border-radius: 7px 0 0 0;
    -moz-border-radius: 7px 0 0 0;
    border-radius: 7px 0 0 0;
}

.accordion_text {
    color: #434343;
    display: none;
    overflow: hidden;
    padding: 20px 10px 20px 40px;
    border-top: 1px solid #e2e6ea;
}

.dt-sc-toggle-frame h5.dt-sc-toggle, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame .dt-sc-toggle-content {
    background: #fff;
}

.dt-sc-toggle-frame h5.dt-sc-toggle a, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
    border-left-color: #f5f6f7;
}

.dt-sc-toggle-frame .dt-sc-toggle-content .block {
    border-left-color: #fff;
}

.dt-sc-toggle-frame {
    border: 1px solid #e2e6ea;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.dt-sc-toggle-frame .dt-sc-toggle-content, .dt-sc-toggle-frame {
    border-top: 1px solid #e2e6ea;
}

.dt-sc-toggle-frame .dt-sc-toggle-content .block {
    padding: 5px 10px 25px 20px;
}

.dt-sc-toggle-frame h5.dt-sc-toggle a, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a, .dt-sc-toggle-frame h5.dt-sc-toggle.active a {
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.dt-sc-toggle-frame .dt-sc-toggle-content {
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

.dt-sc-toggle-frame .dt-sc-toggle-content .block {
    -webkit-border-radius: 0 0 0 7px;
    -moz-border-radius: 0 0 0 7px;
    border-radius: 0 0 0 7px;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle a, .dt-sc-toggle-frame .dt-sc-toggle-content .block {
    border-left-width: 30px;
}

.dt-sc-toggle-frame h5.dt-sc-toggle a, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame .dt-sc-toggle-content .block {
    padding: 8px 15px 8px 15px;
}

.star-rating {
    margin-top: 1px;
    margin-bottom: 5px;
}

.star-wrapper {
    position: relative;
    height: 1.2rem;
    width: 6.9375rem;
    font-size: 1.5rem;
}

.star-wrapper.small {
    height: 1.5rem;
    width: 7rem;
    font-size: 1.1rem;
}

.star-wrapper .all-stars {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, .12);
    height: 1.5rem;
    white-space: nowrap;
}

.star-wrapper .all-stars {
    color: rgba(0, 0, 0, .12);
    white-space: nowrap;
}

.star-wrapper .all-stars:before {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 11pt;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: .15rem;
}

.star-wrapper .all-stars.filled {
    color: #ff0000;
    overflow: hidden;
    background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#games .gamebox .star-wrapper.small {
    width: 4rem
}

.meta .author img {
    width: 20px;
    height: 20px;
    text-align: left;
}

.review-container {
    margin: 0px 0;
}

.single-casinos .review-container {
    margin: 20px 0 0;
}

.review-container h1 {
    margin-bottom: 5px;
    padding: 0;
}

.review-container .meta {
    margin-bottom: 10px;
}

.review-container .meta .author, .review-container .rating {
    display: inline-block;
    margin: 0;
    font-size: 9pt;
    vertical-align: middle;
}

.review-container .meta .author {
    margin-right: 25px;
    float: left
}

.review-container .meta .rating {
    float: left;
    font-size: 1.75em;
    font-weight: 600;
}

.review-container .meta .author img {
    width: 90px;
    height: auto;
    margin-right: 5px;
}

.review-container .meta .rating .author {
    width: 100%;
    float: none;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.review-container .meta .rating .author .fa {
    background: #1b77c0;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.review-container .star-rating {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    margin-right: 15px;
}

.feature-devices {
    font-size: 8pt;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 10px;;
}

.feature-devices ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.feature-devices li {
    display: inline-block;
}

.feature-devices li span {
    display: block;
    margin-left: 5px;
    font-size: 12pt;
}

.meta:after {
    content: '';
    display: table;
    clear: both;
}

.games-wrapper .review-container .meta div.rate-wrapper {
    float: right;
    width: 66%;
}

.games-wrapper .review-container .meta div.author {
    width: 30%;
    float: left;
}

.games-wrapper .review-container .meta .author {
    margin: 0;
}

.games-wrapper .review-container .meta .rating {
    float: none;
    font-size: 1em;
    line-height: 1.5;
}

.games-wrapper .review-container .star-rating {
    margin-right: 0;
}

.games-wrapper .star-wrapper .all-stars:before {
    font-size: 16pt;
}

.fa-android {
    color: #a3c439;
}

.fa-apple {
    color: #000000
}

.fa-windows {
    color: #00adef;
}

.fa-tablet {
    color: #4c2c3d;
}

.fa-desktop {
    color: #4c2c3d;
}

.sticky-container .feature-payout {
    text-transform: uppercase;
    position: relative;
    text-align: right;
    margin: 10px 5%;
    width: 50%;
}

.sticky-container .feature-payout div {
    padding-left: 50px;
    font-size: 14pt;
    text-align: left;
    font-family: 'ProximaNovaB';
    line-height: 1.35;
    vertical-align: middle;
}

.sticky-container .feature-payout small {
    display: block;
    font-size: 8pt;
    font-family: 'ProximaNova'
}

.sticky-container .feature-payout .rate {
    background: url(../png/icon-payout-rate.png) no-repeat 0 0;
    margin-right: 15px
}

.sticky-container .feature-payout .time {
    background: url(../png/icon-payout-time.png) no-repeat 0 0;
    margin-bottom: 15px;
}

.hits, .review-container .misses {
    background: #fff;
    border: 1px solid #4ea600;
    margin-top: 15px;
    min-height: 175px;
}

.misses {
    background: #fff;
    border-color: #ff0000
}

.hits h3, .review-container .misses h3 {
    text-align: left;
    background: #4ea600;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14pt;
    text-transform: uppercase;
    line-height: 2;
    padding: 0 15px;
    font-family: 'ProximaNovaSB';
    position: relative;
}

.hits h3 .fa, .review-container .misses h3 .fa {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
}

.misses h3 {
    background: #ff0000
}

.hits ul, .review-container .misses ul {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
}

.hits li, .review-container .misses li {
    position: relative;
    padding-left: 26px;
    font-size: 12pt;
    margin-bottom: 5px;
    line-height: 1.5
}

.hits li:before, .review-container .misses li:before {
    color: #4ea600;
    content: '\f087';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}

.review-container .misses li:before {
    color: #ff0000;
    content: '\f088';
    font-family: FontAwesome;
}

.support-info {
    margin: 30px 0;
}

.casino-info h3 {
    font-size: 1.75em;
    font-family: 'ProximaNovaB';
    margin-bottom: 5px;
}

.review-logo {
    text-align: center;
    border: 1px solid #e2e6ea;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 0;
}

.review-logo img {
    display: block;
    margin: 0 auto 10px;
}

.review-logo .bonus-text {
    text-transform: uppercase;
    font-size: 9pt;
    margin-bottom: 5px;
}

.review-logo .bonus-text strong {
    font-size: 18pt;
    padding: 0 5px;
    vertical-align: middle;
}

.review-logo .bonus-text small {
    font-size: 9pt;
    display: block;
}

.review-logo .small {
    font-size: 8pt;
    margin-bottom: 5px;
    line-height: 1;
}

.playBtn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.1;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 13pt;
    font-family: 'ProximaNovaSB';
    text-transform: uppercase;
    padding: 10px;
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
    width: 100%;
    max-width: 200px;
    margin: 15px auto 0px;
}

.playBtn:hover, .playBtn:focus {
    color: #fff;
    background: #e73827;
    background: -moz-linear-gradient(top, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    background: -webkit-linear-gradient(top, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    background: linear-gradient(to bottom, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73827', endColorstr='#f85032', GradientType=0);
}

.screenshot img {
    width: 100%;
}

.screenshot {
    margin-bottom: 20px;
    padding: 10px;
}

.side-table {
    width: 100%;
    font-size: 11pt;
    border: 1px solid #ddd;
    margin: 10px auto;
}

.side-table tr {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.side-table1 tr:nth-child(odd) {
    background-color: #f5f6f8
}

.side-table th {
    text-align: left;
    padding: 5px;
    width: 45%;
    background-color: #fff;
    font-weight: 700;
    font-family: 'ProximaNovaSB';
}

.single-casinos .side-table th {
    width: 32%;
}

.side-table td {
    text-align: left;
    padding: 5px;
}

.side-table .fa {
    margin-right: 5px;
    font-size: 18px;
}

.games-wrapper .side-table th {
    width: 40%;
}

.sidebar-widget {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
}

.single-games .sidebar-widget {
    margin-top: 0;
}

.sidebar-widget h3 {
    font-family: 'ProximaNovaSB';
    font-size: 14pt;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
}

.sidebar-widget.full {
    padding: 0;
    background: #f5f6f8;
    margin-bottom: 20px;
    margin-top: 0;
}

.sidebar-widget.full ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_categories .sidebar-widget.full {
    padding: 0 15px 15px;
}

.toc_widget_list li, .widget_nav_menu li {
    margin-bottom: 5px;
    padding: 3px 3px 3px 20px;
    position: relative;
    margin-left: 0px;
}

.toc_widget_list li:before, .widget_nav_menu li:before {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
}

.sidebar-widget.full h3 {
    padding: 15px;
    margin-bottom: 0px;
    font-size: 16px;
}

.toc_widget h3, .widget_nav_menu h3 {
    position: relative;
    padding: 15px 15px 15px 30px;
    background: #eeeeee;
    margin-bottom: 10px
}

.toc_widget h3:before, .widget_nav_menu h3:before {
    content: '\f03a';
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
}

.widget_nav_menu h3:before {
    content: '\f0c9'
}

.sidebar-widget .side-content {
    padding: 0px 15px 15px;
    font-size: 14px;
}

.sidebar-widget p {
    margin-bottom: 0;
    font-size: 11pt;
}

.stickybar {
    width: 100%;
    background: #fff;
    padding: 8px;
    text-align: center;
    margin-bottom: 0;
    box-shadow: 1px 1px 10px #aaa;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.stickybar .sticky-container {
    height: 100%;
    position: relative;
    width: 100%;
    background: #000000;
    background: -moz-linear-gradient(-25deg, #000000 0%, #000000 40%, #ffffff 40%);
    background: -webkit-linear-gradient(-25deg, #000000 0%, #000000 40%, #ffffff 40%);
    background: linear-gradient(110deg, #000000 0%, #000000 40%, #ffffff 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

.gamesSidebar li:last-child .gamebox {
    margin-bottom: 0;
}

.sidebar-widget .view-all {
    margin-bottom: 0;
    font-size: 14px;
    padding: 0 0 5px 0;
}

.stickybar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.stickybar ul:after, .gamebox:after {
    content: '';
    display: table;
    clear: both;
}

.stickybar li {
    margin: 0;
    width: 58%;
    position: relative;
    padding: 10px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.stickybar li:first-child {
    width: 40%;
}

.stickybar .sticky-logo {
    width: 40%;
    float: left;
    margin-right: 2%;
    text-align: left;
}

.stickybar .sticky-logo a {
    display: inline-block;
}

.stickybar .sticky-logo img {
    height: 110px;
    width: auto;
}

.stickybar .bonus-container {
    width: 55%;
    float: right;
    color: #fff;
}

.stickybar .bonus-container h3, .stickybar .bonus-container a {
    color: #fff;
    margin: 0 auto;
    line-height: 1;
}

.stickybar .bonus-container h3 {
    text-align: center;
}

.stickybar .bonus-text, .stickybar .bonus-text small {
    display: inline-block;
    text-transform: none;
    font-size: 14pt;
    text-align: center;
    line-height: 1.35;
    color: yellow;
    margin-bottom: 0;
}

.stickybar .bonus-text small {
    line-height: 1
}

.stickybar .button-play {
    margin: 0 auto;
    width: 50%;
    text-align: right;
}

.stickybar .button-play .playBtn {
    margin: 5px 0;
    padding: 10px 40px;
    font-size: 18pt;
    font-family: 'ProximaNova';
    max-width: 100%;
}

.stickybar .button-play small {
    display: block;
    text-transform: none;
    font-size: 9pt;
    margin-top: 5px;
}

.stickybar .button-play .playBtn small {
    display: block;
    text-transform: none;
    font-size: 9pt;
    text-shadow: 1px 1px 1px #fbc24f;
    color: #eee;
    margin-top: 0;
}

.stickybar .button-play .playBtn:hover small {
    color: #ddd;
}

.stickybar .button-play .rate-total {
    text-align: center;
}

.stickybar .rating {
    text-align: right;
}

.stickybar .rating:after {
    content: '';
    display: table;
    clear: both;
}

.stickybar .star-rating {
    display: block;
    margin: 0;
    text-align: right;
    font-size: 18pt;
    font-weight: bold;
}

.stickybar .star-rating .star-wrapper.small {
    height: 2.5rem;
    width: 14rem;
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 5px;
}

.single-casinos .stickybar .star-rating .star-wrapper.small {
    width: 13rem;
}

.stickybar .star-wrapper .all-stars:before {
    letter-spacing: 0.5rem;
}

.stickybar .bonus-text strong {
}

.stickybar .star-wrapper .all-stars:before {
    font-size: 28pt;
}

.star-wrapper .all-stars {
    height: 1.2rem;
}

.stickybar .feature-payout li {
    display: block;
    width: 100%;
    float: none;
}

.sticky-wrapper, .games-wrapper {
    padding: 40px 0;
    box-shadow: inset 0 5px 15px #eee;
    background: #f7f7f7;
}

#stickybar {
    display: block;
}

#stickybar.fixed {
    padding: 0;
    margin: 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0px -1px 6px #dcdcdc;
    display: block;
}

#stickybar.fixed .readReview {
    display: none;
}

#stickybar.fixed .button-play {
    padding: 0px;
}

#stickybar.fixed li {
    padding: 0;
}

#stickybar.fixed .sticky-logo {
    width: 38%;
    text-align: center;
}

#stickybar.fixed .bonus-container {
    width: 60%;
}

#stickybar.fixed .playBtn {
    padding: 5px 30px;
    margin-left: 10px;
}

#stickybar.fixed .button-play .fa {
    padding-left: 10px;
    font-size: 2.75em;
}

#stickybar.fixed p {
    margin-bottom: 3px;
}

.games-wrapper .stickybar .sticky-container {
    background: #fff;
}

.games-wrapper .stickybar .sticky-logo {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
}

.games-wrapper .stickybar ul {
    display: block;
    text-align: center;
}

.games-wrapper .stickybar li:first-child, .games-wrapper .stickybar li {
    width: 100%;
    float: none
}

.games-wrapper .stickybar .bonus-text {
    display: block;
    width: 100%;
    color: #000;
    margin: 0px auto;
}

.games-wrapper .stickybar .bonus-text small {
    font-size: 11pt;
    color: #000;
}

.games-wrapper .stickybar .bonus-text a {
    color: #bbb;
}

.games-wrapper .stickybar .button-play small {
    display: none;
}

.games-wrapper .stickybar .button-play {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.games-wrapper .stickybar h2 {
    background: #f5f6f8;
    line-height: 1.35;
    padding: 10px 5px;
    font-size: 1.15em;
}

.games-wrapper .stickybar .bonus-text strong {
    color: #ff0000;
    font-size: 20pt;
}

#sidebar .review-container {
    padding: 20px 10px 10px;
    margin-bottom: 10px
}

#sidebar .review-container .meta {
    margin-top: 5px;
}

#sidebar .button-play {
    margin: 0 auto 15px;
}

#sidebar.game h3 {
    text-align: center;
    margin-bottom: 15px;
}

#sidebar .gamebox {
    margin-bottom: 15px;
}

#sidebar ul li:last-child .gamebox {
    margin-bottom: 0;
}

.sticky-container .star-wrapper .all-stars {
    height: 2.5rem
}

.gamebox h4 {
    text-align: center;
    font-size: 15px;
}

.gamebox .playBtn {
    margin: 10px auto 0
}

#content section.game.review-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

#content section.gameReview {
    padding: 0;
}

#content section.gameReview .content {
    padding: 0 15px;
}

.gameReview h1 {
    margin: 20px 0 10px;
    line-height: 1.35;
}

.gamewrapper {
    background: #000;
}

.gameImage {
    position: relative;
    margin-bottom: 0px;
    min-height: 300px;
}

.gameFooter {
    background: #23282d;
    padding: 10px 10px;
    margin-bottom: 0;
}

.gameFooter ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.gameFooter li {
    margin: 0 10px;
    float: right;
}

.gameFooter:after {
    content: '';
    display: table;
    clear: both;
}

.gameFooter li a {
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.gameFooter li a:hover {
    color: #eeac0d;
}

.gamewrapper iframe {
    margin: 0 auto;
    text-align: center;
    display: block;
    box-shadow: none;
    border-width: 0;
}

.gameImage .embeded-container img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 740px;
}

.tags-wrapper {
    background: #fff;
    padding: 15px;
    font-weight: normal;
    line-height: 1.5;
    font-size: 15px;
}

.tags-wrapper strong {
    font-size: 18px;
}

.post-ratings {
    font-size: 12px;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.gameButton {
    position: absolute;
    top: 33%;
    display: inline-block;
    padding: .875em 0 1.25em 0;
    font-size: 1.125em;
    line-height: 1.125em;
    width: 100%;
    text-align: center;
}

.gameButton a {
    display: inline-block;
    background: rgba(32, 29, 32, .7);
    border: 1px solid #e1b74e;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    padding: 32px 0;
}

.gameButton a span {
    color: #fff;
    display: block;
    margin-top: 10px;
}

section.game.review-container .playBtn {
    padding: 10px 30px;
    display: inline-block;
    width: auto;
    margin-left: 20px;
}

section.game.review-container .stickybar {
    border-width: 0;
}

section.game.review-container .stickybar li {
    width: 33.333334%;
}

section.game.review-container .button-play {
    border: 1px solid #f1b32f;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

section.game.review-container .button-play .fa {
    color: #f1b32f;
    font-size: 3em;
}

section.game.review-container .stickybar li:first-child {
    background: #000;
}

section.game.review-container .stickybar li:first-child:after {
    content: '';
    background: url(../png/sticky-bg-dark.png) no-repeat 0px 0px;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -25px;
    background-size: auto 100%;
}

section.game.review-container .stickybar h4 {
    color: #c7cdcf;
    text-transform: uppercase;
    text-align: left;
}

section.game.review-container .stickybar .feature-devices {
    text-align: left;
}

section.game.review-container .stickybar .feature-devices span {
    font-size: 16pt;
    margin: 3px 5px 0;
}

section.game.review-container .stickybar .feature-devices span.fa-apple, section.game.review-container .stickybar .feature-devices span.fa-tablet, section.game.review-container .stickybar .feature-devices span.fa-desktop {
    color: #fff;
}

section.game.review-container .stickybar small {
    text-transform: none;
}

section.game.review-container .playBtn:hover small {
    color: #fff;
}

section.games-content {
    margin-top: 30px;
}

section.games-content .stickybar .sticky-container {
    height: 100%;
    position: relative;
    width: 100%;
    background: #000000;
    background: -moz-linear-gradient(-25deg, #000000 0%, #000000 55%, #ffffff 55%);
    background: -webkit-linear-gradient(-25deg, #000000 0%, #000000 55%, #ffffff 55%);
    background: linear-gradient(110deg, #000000 0%, #000000 55%, #ffffff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

section.games-content .stickybar .button-play {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

section.games-content .stickybar .sticky-logo {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: left;
}

section.games-content .stickybar h4 {
    color: #fff;
}

section.games-content .stickybar .bonus-text {
    font-size: 18pt;
    line-height: 1.35;
    margin-bottom: 0;
}

section.games-content .stickybar .bonus-text small {
    font-size: 12px;
    margin: 0;
    display: block;
}

#content section.casinoBox {
    padding: 15px;
    text-align: center;
}

#content section.casinoBox img {
    width: auto;
    height: 65px;
}

.casinoBox .rating-container .star-rating {
    width: 50%;
    float: left;
    text-align: left;
}

.casinoBox .rating-container .terms-text {
    width: 50%;
    float: right;
    text-align: right;
}

.casinoBox .rating-container:after {
    content: '';
    display: table;
    clear: both;
}

.casinoBox .bonus-text {
    line-height: 1.35;
    font-size: 11pt;
    margin-top: 10px;
}

.casinoBox .bonus-text small {
    display: block;
}

.casinoBox .bonus-text strong {
    font-size: 15pt;
}

.gamesList {
    margin-top: 20px;
}

.gamesList h2 {
    margin-bottom: 0;
}

.gamesList ul {
    list-style: none;
    margin: 0;
    background: #fcfcfc;
    padding: 15px;
    border: 1px solid #f5f6f8;
}

.gamesList li {
    width: 25%;
    float: left;
    margin-bottom: 5px;
    padding: 3px 3px 3px 20px;
    position: relative;
}

.gamesList li:before {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
}

.gamesList ul:after {
    content: '';
    display: table;
    clear: both;
}

.mobile-devices.col-6 li:first-child {
    margin-left: 0;
}

.mobile-devices.col-6 li p {
    font-size: 10pt;
    margin-bottom: 0;
}

.mobile-devices.col-6 h3, .mobile-devices.col-6 h3 a {
    font-size: 12pt;
}

.mobile-devices.col-6 h3, .mobile-devices.col-6 img {
    width: 95%;
}

#games ul, #gamesNoFilter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#games li, #gamesNoFilter li {
    width: 30%;
    float: right;
    text-align: right;
    margin: 0;
}

#games li:first-child, #gamesNoFilter li:first-child {
    width: 70%;
    float: left;
    text-align: left;
}

#games .gamebox li:first-child, #gamesNoFilter .gamebox li:first-child {
    height: 24px;
    overflow: hidden;
}

#games ul:after, #gamesNoFilter ul:after {
    content: '';
    display: table;
    clear: both;
}

#games .star-wrapper .all-stars, #gamesNoFilter .star-wrapper .all-stars {
    text-align: left;
}

#games .star-wrapper .all-stars:before, #gamesNoFilter .star-wrapper .all-stars:before {
    font-size: 9pt;
    letter-spacing: 0.15em;
}

#games .title, #gamesNoFilter .title {
    padding: 5px;
    font-size: 12pt;
}

#games .gamebox, #gamesNoFilter .gamebox {
    border: 1px solid #dbdbdb;
}

.contentLoader {
    display: block;
    margin: 20px auto;
    text-align: center;
}

#games .contentLoader, #gamesNoFilter .contentLoader {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.filters {
    margin-bottom: 20px;
}

#noFilterOptions.filters h2 {
    background: none;
    margin: 0;
    width: 70%;
    float: left;
}

.filters ul {
    list-style: none;
    margin: 0;
    background: #f5f6f7;
    padding: 10px 10px;
}

#noFilterOptions.filters ul {
    width: 30%;
    float: right;
}

#noFilterOptions.filters li {
    padding: 0 10px;
}

.filters li {
    float: left;
    position: relative;
    font-size: 10pt;
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 0;
}

.filters li a {
    display: block;
    padding: 32px 0 0 0;
    position: relative;
}

.filters li a:before {
    content: '';
    background: url(../png/icon-tabs.png) no-repeat 0px 0px;
    width: 42px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.filters li a.new:before {
    background-position: 0px 0px;
}

.filters li a.popular:before {
    background-position: -43px 0px;
    width: 26px;
}

.filters li a.rated:before {
    background-position: -69px 0px;
    width: 40px;
}

.filters li a.mobile:before {
    background-position: -109px 0;
    width: 40px;
}

.filters li a.all:before {
    background-position: -149px;
    width: 30px;
}

.filters li a.upcoming:before {
    background-position: -204px;
    width: 30px;
}

.filters li a.reset:before {
    background-position: -179px 0;
    width: 26px;
}

.filters li a:hover, .filters li a:focus, .filters li a.current {
    color: #cf0f4a
}

.filters ul:after, #noFilterOptions.filters:after {
    content: '';
    display: table;
    clear: both;
}

.viewall {
    text-align: center;
    background: #f5f6f7;
    padding: 10px 10px;
    margin: 5px auto 15px;
    font-size: 11pt;
    display: block;
    max-width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.viewall:hover, .viewall:focus, .viewall a:hover, .viewall a:focus, .viewall:hover a, .viewall:focus a {
    color: #fff;
    background: #ff0000;
}

#moreGames {
    display: none;
}

#games .gamebox a, #gamesNoFilter .gamebox a {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

#games .star-wrapper .all-stars {
    height: 1.5rem;
}

.casinoTable {
    margin: 15px auto;
}

.casinoTable table {
    width: 100%
}

.casinoTable h2 {
    text-align: center;
    text-transform: uppercase;
}

.casinoTable thead {
    background: #f5f6f7;
}

.casinoTable table tbody tr:nth-child(even) {
    background: #f5f6f7
}

.casinoTable table tbody tr:nth-child(odd) {
    background: #FFF
}

.casinoTable th {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
}

.casinoTable td {
    text-align: center;
    padding: 10px;
}

.casinoTable td.logo img {
    max-height: 70px;
}

.casinoTable td.rank {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
}

.casinoTable td.bonus .bonus-text {
    font-size: 9pt;
    line-height: 1.3
}

.bonus-text p {
    margin: 0;
}

.casinoTable td.bonus .bonus-text strong {
    font-weight: 400;
    font-size: 14pt;
    display: block;
    font-weight: 700;
}

.casinoTable td.bonus .bonus-text small {
    font-size: 10pt
}

.casinoTable td.bonus .bonus-text small strong {
    font-size: 12pt;
    line-height: 1;
}

.casinoTable td.rate a {
    display: block;
    text-transform: uppercase;
    font-size: 10pt;
}

.casinoTable .star-rating {
    margin: 0px auto 5px;
    display: block;
    text-align: left;
    max-width: 134px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

.casinoTable .feature-devices {
    text-align: center;
}

.casinoTable .button-play {
    margin: 0 auto;
}

.casinoTable .button-play .playBtn {
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16pt;
    font-family: 'ProximaNova';
    max-width: 222px;
}

.casinoTable .button-play small {
    display: block;
    text-transform: none;
    font-size: 9pt;
    margin-top: 5px;
}

.casinoTable .button-play .playBtn small {
    display: block;
    text-transform: none;
    font-size: 9pt;
    text-shadow: 1px 1px 1px #fbc24f;
    color: #5e4949;
    margin-top: 0;
}

.casinoTable .star-wrapper .all-stars:before {
    font-size: 18pt;
}

.searchcontainer {
    background: #000;
    padding: 10px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.searchcontainer .searchBox {
    background: #fff;
    border: 1px solid #e2e6ea;
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.searchBox input {
    width: 89%;
    height: 34px;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    background: none;
    border-width: 0;
    float: left
}

.searchBox input:-ms-input-placeholder {
    color: #fff
}

.searchBox input::placeholder {
    color: #fff
}

.searchBox button {
    background: #fff;
    outline: none;
    border-width: 0;
    color: #000;
    display: inline-block;
    float: left;
    height: 34px;
}

.searchBox:after {
    content: '';
    display: table;
    clear: both;
}

.filter-container {
    padding: 15px;
}

.software-icons {
    max-width: 70px;
    margin: 3px;
}

.single-casinos .software-icons {
    max-width: 60px;
}

.img-hover .software-icons {
    max-width: 20px;
    margin-right: 5px;
}

.form-label {
    margin: 10px 0 10px;
}

.news-container .meta {
    font-size: 10px;
    margin-bottom: 5px;
}

h4.panel-title, .form-label label {
    font-size: 1rem;
    text-transform: none;
}

.softwarebox table {
    width: 100%;
}

.softwarebox table img {
    width: 50px;
}

.softwarebox td {
    padding: 5px 10px;
}

.softwarebox table tr {
    border-bottom: 1px solid #eee
}

.softwarebox table tr:last-of-type {
    border-width: 0;
}

.softwarebox h4 {
    font-weight: bold;
    font-size: 10pt;
}

.softwarebox .playBtn {
    font-size: 10pt;
    padding: 5px 10px;
    margin: 0 auto;
}

.viewallBtn .showBtn {
    background: #e5e6e7;
    padding: 5px 0;
}

.form-label label {
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-label label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #e2e6ea;
}

.form-label label:hover input ~ .checkmark {
    background-color: #ccc;
}

.form-label label input:checked ~ .checkmark {
    background-color: #ff0000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-label label input:checked ~ .checkmark:after {
    display: block;
}

.form-label label .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel-default {
    border-color: #fff;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 10px 15px 10px 0;
    border-width: 0;
}

.panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 10px;
}

.panel-title > a.collapsed:before {
    float: left !important;
    content: "\f067";
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
    text-decoration: none;
}

.no-demo .gameFooter {
    display: none;
}

#image-code {
    display: none;
}

@media (max-width: 640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

footer {
    text-align: center;
    background: #d5d5d5;
    padding: 40px 0px 0;
    box-shadow: inset 0px 5px 25px #aaa;
    margin: 0px auto 0;
    font-size: 9pt;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

footer li {
    float: none;
    margin: 5px 0px;
}

footer a {
    color: #0a0a0a;
    font-size: 13px;
}

footer a:hover {
    color: #0a0a0a;
    text-decoration: underline;
}

footer .footer-widget {
    text-align: left;
}

footer .footer-widget ul {
    display: block;
}

footer .footer-widget h3 {
    font-size: 12pt;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #0a0a0a;
    padding-bottom: 5px;
    font-weight: 700;
    background: none;
    padding: 0;
    padding-bottom: 5px;
}

footer .footer-widget h3:before {
    content: '';
    position: relative;
    width: 0;
}

footer .footer-widget li {
    padding: 3px 3px 3px 20px;
    margin: 0
}

footer .footer-bottom {
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    margin-top: 30px;
}

footer .footer-bottom small {
    font-size: 12px;
}

footer .logo-container img {
    height: 100px;
}

footer .logo-container .slogan {
    font-size: 0.9em;
    color: #0a0a0a;
    font-weight: 700;
}

.footer-bottom p {
    margin: 0;
}

.ui-to-top {
    display: block;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 2%;
    overflow: hidden;
    border: none;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 44px;
    text-align: center;
    font-size: 42px;
}

.ui-to-top:hover, .ui-to-top:focus {
    outline: none;
    color: #fff;
    background: #ff0000;
}

.rd-mobilemenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    text-align: left;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.rd-mobilemenu.active {
}

.rd-mobilepanel * + h2 {
    margin-top: 0
}

.rd-mobilemenu_ul {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 48px 0 76px;
    color: #434343;
    background: #f5f6f8;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px); /* -moz-transition: .3s cubic-bezier(.55, 0, .1, 1);-o-transition: .3s cubic-bezier(.55, 0, .1, 1);-webkit-transition: .3s cubic-bezier(.55, 0, .1, 1);transition: .3s cubic-bezier(.55, 0, .1, 1) */
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.rd-mobilemenu_submenu > li, .rd-mobilemenu_ul > li {
    border-bottom: 1px solid #e2e6ea
}

.rd-mobilemenu_submenu > li:last-child, .rd-mobilemenu_ul > li:last-child {
    border-bottom-width: 0
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    color: #333
}

.rd-mobilemenu_ul a.active {
    background: #770422;
    color: #fff
}

.rd-mobilemenu_ul a:hover {
    background: #770422;
    color: #FFF
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px FontAwesome;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, .1)
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078'
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px
}

.rd-mobilemenu_ul:after {
    content: '';
    display: table;
    height: 20px
}

.rd-mobilepanel, .rd-mobilepanel_title {
    display: none;
    color: #000;
    position: fixed
}

.rd-mobilepanel {
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 99;
    width: 0;
    position: absolute;
}

.rd-mobilepanel_title {
    top: 4px;
    left: 56px;
    right: 56px;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rd-mobilepanel_toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    padding: 5px;
    background: none;
    border: 0px solid #003333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: all .3s ease;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform-origin: 1.71px center;
    -ms-transform-origin: 1.71px center;
    -o-transform-origin: 1.71px center;
    -webkit-transform-origin: 1.71px center;
    transform-origin: 1.71px center
}

.rd-mobilepanel_toggle span:after {
    top: 8px
}

.rd-mobilepanel_toggle span, .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    width: 20px;
    height: 3px;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.rd-mobilepanel_toggle.active span:after, .rd-mobilepanel_toggle.active span:before {
    top: 0;
    width: 15px
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg)
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg)
}

.sthold {
    width: 100%;
    margin-top: 10px;
}

.stcol {
    width: 48%;
    margin: 5px 0;
    float: left;
}

.stcol.right {
    float: right;
}

.mapbox {
    background-color: #FAFAFA;
    padding: 10px;
    border: 1px solid #CECECE;
    float: left;
    margin: 15px 0 10px 15px;
    width: 92%;
    min-height: 100px;
}

.mapbox h2, .mapbox h3 {
    display: block;
    color: #444;
    font-size: 26px;
    min-height: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #cecece;
}

.mapbox h3 {
    font-weight: 400;
    font-size: 18px;
}

.mt10 {
    margin-top: 10px;
}

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

.readmore {
    padding-bottom: 0;
}

.readmore.toggle-opened {
    padding-bottom: 1.5em;
}

.showmore-button {
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    border: 1px solid #eee;
    margin-top: 15px;
    font-weight: bold;
    font-size: 13px;
}

.casino-icons, .casino-small-icons, .currency-icons {
    margin: 0 2px 8px 2px;
    max-height: 28px;
    width: auto;
}

.casino-small-icons {
    max-height: 24px;
    margin: 0 2px 4px 2px;
}

.currency-icons {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    max-height: 32px;
}

section .noHead h2, section .noHead h1 {
    background: none;
    line-height: 1.5;
    margin: 20px 0 5px;
    padding: 0;
}

section.search-results {
}

.search-results .img-container {
    width: 15%;
    float: left;
}

.search-results .img-container img {
    width: 100%;
    height: auto;
}

.search-results .text-container {
    width: 82%;
    float: right;
}

.search-results article {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.search-results article:last-of-type {
    border-width: 0;
}

.search-results article:after, #games:after, #gamesNoFilter:after {
    content: '';
    display: table;
    clear: both;
}

.search-results article h4 {
    margin-bottom: 5px;
}

.filterToggle {
    display: none;
    background: #f5f6f7;
    font-size: 10pt;
    line-height: 3;
}

.casinoSidebar {
}

.casinoSidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.casinoSidebar li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.casinoSidebar li:last-of-type {
    margin-bottom: 0;
    padding: 0;
    border-width: 0;
}

.casinoSidebar div.logo {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.casinoSidebar div.bonus-container {
    width: 50%;
    float: right;
    padding: 0 5px;
}

.casinoSidebar li:after {
    content: '';
    display: table;
    clear: both;
}

.casinoSidebar .playBtn {
    font-size: 10pt;
    margin-top: 5px;
    padding: 5px;
    max-width: 120px;
}

.casinoSidebar .star-rating {
    display: block;
    text-align: left;
    width: 80px;
    margin: auto;
}

.casinoSidebar .bonus-text {
    line-height: 1;
}

.faq {
    margin: 10px 0 20px;
    counter-reset: section;
}

#main-header.isStuck {
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
}

.admin-bar #main-header.isStuck {
    top: 32px;
}

.faq ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.faq li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    position: relative;
}

.faq li:last-of-type {
    padding-bottom: 0;
    border-width: 0;
}

.faq li a:before {
    width: 28px;
    height: 28px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 5px;
    color: #fff;
    font-size: 14px;
    background: #3c4043;
    line-height: 25px;
    font-weight: 700;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    counter-increment: section;
    content: counter(section);
}

.faq li a {
    display: block;
    padding: 0 15px 0 50px;
    line-height: 28px;
    position: relative;
}

.faq li a:hover:before {
    background: #cf0f4a;
}

.faq.col2 li {
    width: 50%;
    float: left;
}

.backLink {
    display: inline-block;
    background: #f5f6f7;
    border: 1px solid #eee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 10px 0;
    padding: 0 10px;
    line-height: 2.5;
    font-size: 10pt;
    font-weight: 600;
}

.backLink .fa {
    padding-right: 5px;
}

.slot-icons a {
    display: block;
    text-align: center;
    margin: 5px auto;
    font-weight: 600;
}

.slot-icons img {
    margin-bottom: 5px;
}

.softwarebox {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.softwarebox img {
    margin-bottom: 0px;
    width: 100%;
}

.softwarebox h4 {
    text-align: center;
    font-size: 10pt;
    font-weight: 600;
    line-height: 2.5;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.softwarebox span.count {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0000;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    font-family: ProximaNovaB;
    line-height: 24px;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.slot-image {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}

#sidebar .softwarebox h4 {
    background: none;
}

.breadcrumb h6, .breadcrumb a {
    display: inline-block;
    font-size: 13px;
    margin-top: 0;
    text-transform: capitalize;
    color: #000;
}

.breadcrumb a:hover, .breadcrumb a:focus {
    color: #ff0000;
}

.breadcrumb .fa {
    padding: 0 5px;
    font-size: 13px;
}

.homeSlots ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.homeSlots li {
    width: 20%;
    float: left;
    padding: 5px;
}

.homeSlots li .gamebox {
    border: 1px solid #ddd;
    padding: 3px;
}

.homeSlots {
    text-align: center;
}

.homeSlots .gamebox .img-container {
    height: auto;
}

#content section.homeSlots {
    padding: 0;
}

.homeSlots ul:after {
    content: '';
    display: table;
    clear: both;
}

.homeSlots .gamewrap {
    position: relative;
    overflow: hidden
}

.homeSlots .gamebox .img-hover li {
    width: 20%;
}

.homeSlots .gamebox .img-hover li:last-child {
    width: 76%;
}

.homeSlots .gamebox h4 {
    margin: 0px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.1;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homeSlots .view-all {
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    background: #f5f6f7;
    padding: 5px 15px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.homeSlots .view-all:hover {
    color: #ff0000;
}

.homeSlots .gamebox a .overlay-container {
    bottom: -42px;
}

.homeSlots .gamebox a:hover .overlay-container {
    bottom: 0;
}

.homeSlots .gamebox .soft-icon {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -5px;
    height: 28px;
    display: none;
}

.homeSlots .gamebox .soft-icon .software-icons {
    max-width: 50px;
    margin: 3px;
    margin-top: -10px;
    height: auto;
}

#content section.homeSlots {
    border-width: 0px;
}

#content section.homeSlots.purple {
    background: #E1C4FE;
    border-color: #930BFF;
}

#content section.homeSlots.blue {
    background: #B0F7FF;
    border-color: #0094FF;
}

#content section.homeSlots.green {
    background: #48E8AD;
    border-color: #11B263;
}

#content section.homeSlots.yellow {
    background: #FFDE59;
    border-color: #F2B705;
}

#content section.homeSlots h3, #content section.homeSlots h4 {
    color: #000;
}

#content section.homeSlots.purple .view-all {
    background: #930BFF;
    color: #fff;
}

#content section.homeSlots.blue .view-all {
    background: #0094FF;
    color: #fff;
}

#content section.homeSlots.green .view-all {
    background: #11B263;
    color: #fff;
}

#content section.homeSlots.yellow .view-all {
    background: #F2B705;
    color: #fff;
}

#content section.homeSlots.purple:hover {
    background: #930BFF;
    border-color: #E1C4FE;
}

#content section.homeSlots.blue:hover {
    background: #0094FF;
    border-color: #B0F7FF;
}

#content section.homeSlots.green:hover {
    background: #11B263;
    border-color: #48E8AD;
}

#content section.homeSlots.yellow:hover {
    background: #F2B705;
    border-color: #FFDE59;
}

#content section.homeSlots.purple:hover .view-all {
    background: #E1C4FE;
    color: #000;
}

#content section.homeSlots.blue:hover .view-all {
    background: #B0F7FF;
    color: #000;
}

#content section.homeSlots.green:hover .view-all {
    background: #48E8AD;
    color: #000;
}

#content section.homeSlots.yellow:hover .view-all {
    background: #FFDE59;
    color: #000;
}

#content section.homeSlots.purple:hover h3, #content section.homeSlots.purple:hover h4,
#content section.homeSlots.blue:hover h3, #content section.homeSlots.blue:hover h4,
#content section.homeSlots.green:hover h3, #content section.homeSlots.green:hover h4,
#content section.homeSlots.yellow:hover h3, #content section.homeSlots.yellow:hover h4 {
    color: #fff;
}

.small-icons {
    margin: 5px 0 15px 15px;
    float: none;
    width: 300px;
    background: #f5f6f7;
    padding: 5px;
    border: 1px solid #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.small-icons.fright {
    float: right;
}

.small-icons .mobile-box {
    height: auto !important;
    text-align: center;
    padding: 6px 2px 3px;
    margin: 1px;
}

.small-icons li:last-child .mobile-box {
    border-bottom-width: 1px;
}

.small-icons .mobile-devices h3 span {
    display: none;
}

.small-icons .mobile-devices li {
    width: 50%;
    float: left;
    margin: 0;
}

.small-icons .mobile-devices h3, .small-icons .mobile-devices h4 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100% !important;
    line-height: 20px;
    text-align: left;
    font-family: 'ProximaNovaSB';
}

.small-icons .mobile-devices.small.col-6 img {
    width: 20px;
    margin-bottom: 0px;
}

.small-icons .mobile-devices.small.col-6 .img-container {
    width: 25%;
    float: left;
}

.small-icons .mobile-devices.small.slots .img-container {
    width: 25%;
}

.small-icons .mobile-devices.small.slots .img-container img {
    width: auto;
    height: auto;
    max-width: 26px;
}

.small-icons .mobile-devices.small.col-6 .text-container {
    width: 72%;
    float: right;
    text-align: left;
}

.small-icons .mobile-devices.small.slots .text-container {
    width: 72%;
}

.small-icons h4 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.small-icons h4.bdr {
    margin-top: 0px;
    background: #5171a5;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

#jump_toc {
    position: relative;
    display: none;
    height: 200px;
    overflow: hidden;
    background: #f5f6f7;
    border: 1px solid #eeac0d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 15px 20px;
    width: 100%;
    max-width: 300px;
    float: left;
    margin: 0 20px 20px 0;
}

#jump_toc.right {
    float: right;
    margin: 0 0px 20px 20px;
}

#jump_toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#jump_toc li {
    margin-bottom: 5px;
}

#jump_toc li:last-child {
    margin-bottom: 0;
}

#jump_toc a {
    display: block;
    font-size: 14px;
}

#jump_toc > ul > li > a {
    font-weight: 600;
}

#jump_toc > ul > li > ul {
    margin-left: 20px;
}

#jump_toc a.toggle-button {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-shadow: 0 1px 1px #e9eef2;
    font-size: 16pt;
    background: rgba(250, 250, 250, 0.75);
}

#jump_toc.opened {
    height: auto;
}

#jump_toc.opened a.toggle-button {
    background: none;
}

.mobile-devices {
    margin: 0 0 20px;
}

.mobile-devices ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-devices ul:after, .mobile-devices li:after, .box_inner:after, .mobile-box:after, .dt-sc-toggle-frame-set:after, section:after {
    content: '';
    display: table;
    clear: both;
}

.mobile-devices li {
    float: left;
    margin-left: 0.5%;
    margin-bottom: 1%;
    width: 19%;
    margin-right: 0.5%;
}

.mobile-box {
    background: #fff;
    border: 1px solid #5171a5;
    padding: 5px;
}

.mobile-devices h3, .mobile-devices h3 a {
    text-transform: uppercase;
    font-size: 10pt;
    color: #5171a5;
    text-align: center;
    margin-top: 10px;
    font-family: 'ProximaNova';
    margin-bottom: 0;
}

.mobile-devices h3 a:hover {
    color: #000;
}

.mobile-devices .img-container {
    width: 100%;
    float: none
}

.mobile-devices .img-container img {
    display: inline-block;
    width: 100%;
}

.mobile-devices .text-container {
    width: 100%;
    float: none;
    font-size: 11pt;
    font-weight: 400;
    text-align: center;
}

.mobile-devices li p {
    font-size: 11pt;
    color: #434343;
}

.mobile-devices.small.col-6 img {
    width: auto;
}

.mobile-devices.small.col-6 .img-container, .mobile-devices.small.col-6 .text-container {
    width: 100%;
    float: none;
}

.mobile-devices li:hover .mobile-box {
    background: #f5f6f8;
}

.mobile-devices li.alt {
    display: none;
}

.mobile-devices.show li.alt {
    display: block;
}

.mobile-devices .alt-footer {
    text-align: center;
    background: #f5f6f7;
    margin-left: 0.5%;
    margin-right: 0.5%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.35;
    padding: 5px 0 5px;
}

blockquote {
    border-radius: 3px;
    position: relative; /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 60%; /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #f5f6f7;
    font-size: 1.5em;
    border-width: 0;
}

/* -- create the quotation marks -- */
blockquote:before,
blockquote:after {
    font-family: FontAwesome;
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #f5f6f7;
    font-size: 34px;
}

blockquote:before {
    content: "\f10d";
    margin-right: 15px;
    right: 100%;
}

blockquote:after {
    content: "\f10e";
    margin-left: 15px;
    left: 100%;
}


.wpcf7 p {
    margin-bottom: 0;
    margin-top: 15px;
}

span.wpcf7-list-item {
    display: block;
}

.modal button.close {
    color: red;
    margin-top: -5px;
    font-size: 26px;
}

.modal input[type="submit"] {
    display: block;
    margin: 10px auto;
}

#report .modal-dialog {
    max-width: 300px;
}

.modal label {
    font-size: 14px;
    margin: 5px 0 5px;
}

.modal input[type="text"], .modal input[type="email"], .modal select, .modal textarea {
    display: block;
    width: 100%;
}

.popup-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 65, 97, 0.6);
    z-index: 2000;
}

.games-container {
    margin-bottom: 20px;
}

.games-container .gamesTitle {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.games-container .gamesTitle li {
    float: right;
    width: 74.5%
}

.games-container .gamesTitle li:last-child {
    float: left;
    width: 24%
}

.games-container .gamesTitle:after {
    content: '';
    padding: 0;
    margin: 0;
}

.games-container .gamesTitle .gamesTotal {
    background: #f5f6f8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: -moz-linear-gradient(-25deg, #f5f6f8 0%, #f5f6f8 45%, #ff0000 46%, #ff0000 100%);
    background: -webkit-linear-gradient(-25deg, #f5f6f8 0%, #f5f6f8 45%, #ff0000 46%, #ff0000 100%);
    background: linear-gradient(115deg, #f5f6f8 0%, #f5f6f8 45%, #ff0000 46%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f8', endColorstr='#ff0000', GradientType=1);
    color: #fff;
    font-family: 'ProximaNovaSB';
    height: 50px;
    line-height: 50px;
}

#fullScreen1 {
    background: rgba(0, 0, 0, 0.5);
}

.games-container .gamesTitle .gamesTotal > div {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 1;
    color: #000;
}

.games-container .gamesTitle .gamesTotal > div strong {
    display: block;
    font-size: 18px;
}

.games-container .gamesTitle .gamesTotal > span, .games-container .gamesTitle .gamesTotal > a {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#gamewrapper.fullscreen {
    position: fixed;
    z-index: 2100;
    top: 3%;
    left: 2%;
    width: 100%;
    background: #fff;
    max-width: 96%;
    padding: 5px !important;
}

body.admin-bar #gamewrapper.fullscreen {
    top: 7%
}

#gameframe {
    padding-top: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border: none;
}

#gamewrapper.fullscreen .feature-devices span {
    font-size: 10pt;
}

#gamewrapper.fullscreen .stickybar.fixed {
    position: relative !important;
    display: none;
}

#gamewrapper.fullscreen .gameFooter, #gamewrapper.fullscreen .button-play .fa {
    display: none;
}

#gamewrapper.fullscreen .button-play {
    padding: 0;
}

#gamewrapper.fullscreen .stickybar .button-play .playBtn, #gamewrapper.fullscreen .stickybar.fixed .playBtn {
    font-size: 14pt;
    padding: 15px 15px;
    margin: 0;
}

#gamewrapper.fullscreen .stickybar h4 {
    font-size: 14px;
}

#gamewrapper.fullscreen .stickybar small {
    font-size: 12px;
}

#gamewrapper.fullscreen .stickybar small:last-child {
    display: none;
}

#gamewrapper.fullscreen .stickybar {
    margin: 0;
    width: 100% !important;
    display: none;
}

#gamewrapper.fullscreen .stickybar .sticky-logo {
    width: 38%;
}

#gamewrapper.fullscreen .stickybar .bonus-container {
    width: 60%;
}

#gamewrapper.fullscreen .stickybar .readReview {
    display: none;
}

#gamewrapper.fullscreen .stickybar .button-play {
    border-width: 0;
}

#gamewrapper.fullscreen .stickybar .playBtn {
    width: 100%;
    margin-left: 0;
}

.gameHeader {
    display: none;
    padding: 5px 0;
}

.gameHeader:after {
    content: '';
    display: table;
    clear: both;
}

.gameHeader h3 {
    float: left
}

.gameHeader .played {
    float: right
}

.gameFooter .played {
    float: none
}

.gameHeader .played .count, .gameHeader .played .rate,
.gameFooter .played .count, .gameFooter .played .rate {
    font-weight: 600;
    font-size: 14px;
    background: #f5f6f7;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gameHeader .played .count small, .gameFooter .played .count small {
    font-size: 12px;
}

.gameFooter .played .count, .gameFooter .played .rate {
    height: 22px;
    line-height: 18px;
}

.gameHeader .rate em, .gameFooter .rate em {
    font-size: 11px;
}

#gamewrapper.fullscreen .gameHeader {
    display: block;
}

section.game.review-container .stickybar li:last-child {
    padding: 0;
}

.jumpTag {
    display: block;
    text-align: center;
    margin: 5px auto;
    font-size: 13px;
    background: #5171a5;
    padding: 5px;
    color: #fff;
}

.jumpTag:hover, .jumpTag:focus {
    background: #cf0f4a;
    color: #fff;
}

.clear {
    clear: both
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.userrate {
    margin: 10px auto;
    background: #f5f6f7;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.userrate.userrate--center {
    text-align: center;
}

section.games-content .userrate {
    margin: 0px auto 10px;
}

.userrate small {
    margin-left: 10px;
    font-size: 12px;
    color: #777;
}

.searchcontainer input {
    border-width: 0;
}

ul.inline-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: 10px;
}

.inline-list li {
    float: left;
    position: relative;
}

.inline-list li:after {
    content: '|';
    margin: 0 5px;
}

.inline-list li:last-of-type:after {
    content: '';
    margin-right: 0;
}

.footmenu {
    text-align: center;
    margin: 20px auto;
}

.deskHide {
    display: none;
}

.mobileHide {
    display: block;
}

.gamesList li a {
    display: block;
}

.userrate em {
    font-size: 12px;
}

.hits p, .misses p {
    display: none;
}

.footerIcons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

footer .copyright {
    margin-top: 20px;
}

footer .copyright .footerIcons li {
    float: left;
    margin: 0;
    margin-right: 25px;
}

footer .copyright .footerIcons li:last-child {
    margin-right: 0;
}

.dmca-badge {
    margin-top: 15px;
    display: block;
}

#toTop {
    display: block;
    text-decoration: none;
    position: fixed;
    bottom: 70px;
    right: 2%;
    overflow: hidden;
    border: none;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 44px;
    text-align: center;
    font-size: 42px;
}

#toTop:hover {
    outline: none;
    background: #ff0000;
}

.review-logo .bonus-text small strong {
    display: block;
    line-height: 1;
}

.stickybar .bonus-text small strong {
    font-size: 11pt;
    margin: 0 5px;
    line-height: 1;
}

section.game.review-container .stickybar p small {
    display: none;
}

.casinoBox .bonus-text small {
    display: none;
}

.featuredContainer {
    height: 250px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    position: relative;
    background-color: #333;
    margin-bottom: 15px;
}

#content section.padtop {
    padding-top: 15px;
}

.featuredImage {
    height: 100%;
}

.featuredContainer img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    border-radius: 4px 4px 0 0;
}

.featuredText {
    position: absolute;
    bottom: 0;
    padding: 90px 100px 10px;
    height: 100%;
    width: 100%;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .5));
}

.featuredContainer h1 {
    text-align: center;
    font-size: 45px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .9);
    font-family: 'ProximaNova';
    margin-bottom: 10px;
}

.content {
    width: 100%;
}

.content p {
    margin: 0 0 15px;
}

.featuredText .meta {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}

.featuredText .meta .author img {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    left: auto;
    top: auto;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    transform: none;
}

.featuredText .meta .date, .featuredText .meta .author a, .featuredText .meta .author {
    color: #ddd;
}

.featuredText .meta .fa {
    color: #fff;
}

.featuredText .meta .date {
    margin-left: 10px;
}

.featuredText .meta .author {
    margin: 0;
}

.casinos-container:after {
    content: '';
    display: table;
    clear: both;
}

.casinos-container {
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 10px #aaa;
}

.casinos-container h2 {
    color: #fff;
}

#content .casinos-container section.casinoBox {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

#content section.homeSlots h4 {
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    white-space: nowrap;
}

.mobile-supported {
    display: block;
}

.no-mobile-supported {
    display: none;
}

.userReviews {
    margin-bottom: 20px;
}

.text-input, .wpcr3_ftext, .wpcr3_rating_stars {
    margin-bottom: 10px;
}

.rr_review_form {
    background: #f7f7f7;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    border: 2px dashed #ccc;
}

.rr_review_form .form_table .rr_form_row .rr_form_heading {
    padding-right: 15px;
    vertical-align: top;
    border-width: 0;
}

.rr_review_form .form_table .rr_form_row .rr_form_input {
    vertical-align: middle;
    padding-bottom: 0;
    border-width: 0;
}

.rr_review_form .form_table .rr_form_row .rr_form_input input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

.rr_review_form .form_table .rr_form_row .rr_form_input textarea {
    width: 100%;
    height: 150px;
}

.review-head {
    border-bottom: 3px solid #eee;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

.review-head p {
    font-size: 12px;
    margin-bottom: 0;
}

.review-head .stars {
    font-size: 22px;
}

.rr_star {
    font-size: 30px;
}

.aggregate {
    font-size: 18px;
    line-height: 44px;
    vertical-align: middle;
    position: relative;
    display: table;
    background: #393B44;
    width: 100%;
    max-width: 600px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.aggregate .stars {
    font-size: 36px;
    vertical-align: bottom;
    line-height: 0.5em;
    display: table-cell;
}

.testimonial_group .full-testimonial .rr_review_name {
    text-align: left !important;
}

.testimonial_group .full-testimonial .rr_date {
    font-size: 13px !important;
    float: right !important;
    margin-right: 10px;
}

.review-head .review-info {
    width: 100%;
}

.testimonial_group {
    width: 100%;
}

.testimonial_group .full-testimonial .rr_review_text {
    padding: 10px;
}

.testimonial_group .full-testimonial {
    float: none !important;
    width: 100% !important;
    padding: 8px !important;
    background: #f7f7f7;
    margin-bottom: 2px;
}

.testimonial_group .full-testimonial .rr_review_text .drop_cap {
    display: none;
}

.userReviews .testimonial_group .testimonial {
    float: none;
    width: 100%;
    padding: 8px 20px;
    background: #f9f9f9;
    margin-bottom: 15px;
}

.userReviews .testimonial_group .testimonial .rr_review_name {
    text-align: left;
    padding-right: 10%;
    font-style: normal;
    font-size: 14px;
}

.userReviews .testimonial_group .testimonial .rr_date {
    font-size: 11px;
    font-style: italic;
}

.rateBtn, .exitButton {
    font-weight: 600;
    font-size: 14px;
    background: #f5f6f7;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 22px;
    line-height: 20px;
    margin-left: 0;
}

.rateBtn {
    float: right;
    background: #fff;
    line-height: 2;
    height: auto;
    margin: -3px 0 0 5px;
}

.exitButton {
    background: #eeac0d;
    color: #fff;
}

.rateBtn:hover, .rateBtn:focus {
    color: #fff;
    background: #e73827;
    color: #fff;
    background: -moz-linear-gradient(top, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    background: -webkit-linear-gradient(top, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    background: linear-gradient(to bottom, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73827', endColorstr='#f85032', GradientType=0);
}

.exitButton:focus, .exitButton:hover {
    background: #000;
    color: #fff;
}

.form_table {
    width: 100%;
}

footer .social a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 18px;
}

.userrate:after {
    content: '';
    display: table;
    clear: both;
}

.userrate strong {
    font-weight: 400;
}

#device-orientation {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0px 0px;
}

#device-orientation img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
}

#device-orientation p {
    text-align: center;
    font-size: 14px;
    margin: 5px auto 10px;
    text-transform: uppercase;
}

.subfeatured .main-story, .subfeatured #featured-main {
    height: 400px;
}

.subfeatured .sub-story {
    height: 200px;
}

.subfeatured .main-text h3 {
    font-size: 32px;
}

.subfeatured .sub-text h3 {
    font-size: 14px;
}

.subfeatured .sub-text p {
    display: none;
}

#featured-main {
    background: #000;
    -ms-box-shadow: 0 2px 7px -3px #000;
    -moz-box-shadow: 0 2px 7px -3px #000;
    -o-box-shadow: 0 2px 7px -3px #000;
    -webkit-box-shadow: 0 2px 7px -3px #000;
    box-shadow: 0 2px 7px -3px #000;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 460px;
    z-index: 11;
    margin-bottom: 30px;
}

#featured-main a:hover, .cat-dark-top a:hover, .carousel-wrapper a:hover {
    text-decoration: none;
}

.main-story {
    float: left;
    overflow: hidden;
    position: relative;
    width: 57%;
    height: 460px;
}

.main-story img {
    float: left;
    line-height: 0;
    opacity: 0.8;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    margin-left: -25px;
    min-width: 745px !important;
}

.main-story:hover img {
    opacity: 0.5;
}

.main-story-shade {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-story-shade:before {
    content: '';
    -moz-box-shadow: 0 0 150px 5px #000 inset;
    -ms-box-shadow: 0 0 150px 5px #000 inset;
    -o-box-shadow: 0 0 150px 7px #000 inset;
    -webkit-box-shadow: 0 0 100px 8px #000 inset;
    box-shadow: 0 0 150px 5px #000 inset;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.main-text {
    color: #fff;
    float: left;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.main-text h3 {
    color: #fff;
    float: left;
    font-size: 50px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 4% 5px;
    text-align: center;
    text-decoration: none;
    -moz-text-shadow: 1px 1px 2px #000;
    -ms-text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
    width: 92%;
}

h3 strong {
    font-weight: 500;
}

.main-byline {
    color: #ddd;
    float: left;
    font: 400 20px/20px 'ProximaNovaB', serif;
    font-style: italic;
    text-align: center;
    -moz-text-shadow: 1px 1px 2px #000;
    -ms-text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
    width: 100%;
}

.main-excerpt {
    float: left;
    font: 400 14px/18px helvetica, arial, sans-serif;
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    -moz-text-shadow: 1px 1px 2px #000;
    -ms-text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
    -moz-transition: max-height .4s;
    -ms-transition: max-height .4s;
    -o-transition: max-height .4s;
    -webkit-transition: max-height .4s;
    transition: max-height .4s;
    width: 100%;
}

.main-story:hover .main-excerpt {
    max-height: 200px;
}

.comment-bubble {
    /*background: url(images/comment-tri.png) no-repeat right bottom;*/
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 22px;
    z-index: 50;
}

span.comment-count {
    color: #fff;
    float: left;
    font: 700 10px/10px 'ProximaNovaB', sans-serif;
    padding: 3px 6px;
}

.sub-story {
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 21.4%;
    height: 230px;
}

.sub-story img {
    float: left;
    line-height: 0;
    opacity: .65;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: 100%;
    height: 100%;
}

.sub-story:hover img {
    opacity: 0.5;
}

.sub-story .main-byline {
    display: block;
    text-align: center;
    font-size: 13px;
}

.sub-text {
    padding: 10px 10px 8px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sub-text h3 {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 4px;
    -moz-text-shadow: 1px 1px 2px #000;
    -ms-text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
}

.sub-text p {
    color: #fff;
    float: left;
    font: 13px/17px helvetica, arial, sans-serif;
    max-height: 0px;
    overflow: hidden;
    -moz-transition: max-height .4s;
    -ms-transition: max-height .4s;
    -o-transition: max-height .4s;
    -webkit-transition: max-height .4s;
    transition: max-height .4s;
}

.entry-meta {
    font-size: 11px;
    margin-bottom: 3px;
}

.sub-story:hover .sub-text p {
    max-height: 100px;
}

.desktop_view {
    display: block;
}

.mobile_view {
    display: none;
}

#sidebar #menu-blog-menu li, #sidebar #menu-news-menu li {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#sidebar #menu-blog-menu li:last-child, #sidebar #menu-news-menu li:last-child {
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sidebar .menu a {
    font-size: 14px;
    color: #0d77be;
    font-weight: 700;
}

#sidebar .menu a:hover {
    color: #cf0f4a;
    text-decoration: none;
}

h2.no-bg {
    background: none;
    margin-bottom: 10px;
    line-height: 1.35;
}

.columns2 .col-lg-3 {
    width: 50%;
}

.columns3 .col-lg-3 {
    width: 33.333334%;
}

.columns4 .col-lg-3 {
    width: 25%;
}

.full-screen-container {
    background: #000;
}

.full-screen-container:after {
    content: '';
    display: table;
    clear: both;
}

.full-screen-container .gameHeader {
    background: #000;
    padding: 5px 15px;
}

.full-screen-container .gameHeader h3 {
    font-size: 18px;
}

.full-screen-container .gameHeader button {
    margin-left: 20px;
    color: red;
    opacity: 1;
}

.full-screen-container .gameHeader .played {
    float: none;
}

.full-screen-container .gameHeader {
    width: 125px;
    float: left;
    height: 100vh;
}

.full-screen-container {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
}

.full-screen-container .gameHeader .game-casinos {
    position: relative;
}

.full-screen-container .gameHeader .played .count {
    height: auto;
}

.full-screen-container .gameHeader h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 20px auto 40px;
    float: none;
}

.full-screen-container .gameHeader button {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    position: absolute;
    top: -15px;
    left: -20px;
    z-index: 9;
    background: #8c8c8c;
    padding: 2px 7px;
    border-radius: 50%;
    display: block;
    line-height: 1;
}

.full-screen-container .embeded-container iframe {
    min-height: 92vh;
    height: 92vh;
}

.full-screen-container .embeded-container {
    min-height: 92vh;
    height: 92vh;
    background: #000;
    float: none;
    margin-left: 125px;
    width: auto;
    padding: 0;
}

.full-screen-container .gameHeader .stickybar {
    border: none;
    background: none;
}

.full-screen-container .gameHeader .stickybar ul {
    display: block;
}

.full-screen-container .gameHeader .stickybar li:first-child {
    width: 100%;
    background: none;
}

.full-screen-container .gameHeader .stickybar li:first-child:after {
    background: none;
    position: relative;
    right: auto;
    width: 0;
    height: 0;
}

.full-screen-container .gameHeader .stickybar .bonus-container {
    display: none;
}

.full-screen-container .gameHeader .stickybar .sticky-logo {
    width: 100%;
    float: none;
    margin: 20px auto;
    text-align: center;
}

.full-screen-container .gameHeader .stickybar li {
    width: 100%;
    background: none;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

.full-screen-container .gameHeader .stickybar .bonus-text, .full-screen-container .gameHeader .stickybar .bonus-text small {
    display: none;
}

.full-screen-container .gameHeader .stickybar .button-play .fa, .full-screen-container .gameHeader .readReview, .full-screen-container .gameHeader .stickybar .button-play .playBtn small {
    display: none;
}

.full-screen-container .gameHeader .stickybar .button-play .playBtn {
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
    letter-spacing: 0.8px;
}

.full-screen-container .gameHeader .stickybar .button-play {
    margin: 20px auto;
}

.casinos-container > .row > p {
    display: none;
}

.sticky-container .button-play .fa {
    display: none;
}

.noplay {
    display: block;
    text-align: center;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 42px;
}

.noplay-container {
    position: relative;
    text-align: center;
    background: #fff url(../jpg/3-01-01.jpg) repeat-y left top;
    background-size: 100% auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.noplay-container:before {
    content: '';
    background: url(../png/3-01-011.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.noplay-mask {
    padding: 20px 20px 50px;
    border: 46px solid #441415;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.hor-border, .ver-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hor-border:before {
    background: url(../png/border-5.png) repeat-x left top;
    content: '';
    position: absolute;
    top: 1.5%;
    left: 1.5%;
    width: 97%;
    height: 14px;
}

.hor-border:after {
    background: url(../png/border-5.png) repeat-x left top;
    content: '';
    position: absolute;
    bottom: 1.5%;
    left: 1.5%;
    width: 97%;
    height: 14px;
}

.ver-border:before {
    background: url(../png/border-5.png) repeat-y left top;
    content: '';
    position: absolute;
    top: 2%;
    left: 1.5%;
    width: 14px;
    height: 96%;
}

.ver-border:after {
    background: url(../png/border-5.png) repeat-y left top;
    content: '';
    position: absolute;
    top: 2%;
    right: 1%;
    width: 14px;
    height: 96%;
}

.noplay-container .noplay-content {
    position: relative;
}

.noplay-container h3 {
    color: #ff0000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
}

.noplay-container ul {
    display: inline-block;
    list-style: none;
    margin: 30px auto;
    padding: 0;
    max-width: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.noplay-container li {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    float: left;
    color: #fff;
}

.noplay-container li.bg-text {
    background: url(../png/120646-oq73ca-186.png) no-repeat left top;
    color: #151515;
    width: 162px;
    height: 120px;
    background-size: 100% 100%;
    text-transform: uppercase;
    float: left;
    vertical-align: middle;
    padding: 20px;
    font-size: 0.75rem;
    font-weight: bold;
}

.noplay-container li.bg-text {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.noplay-container li.bg-text > div {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.noplay-container ul:after {
    content: '';
    display: table;
    clear: both;
}

.noplay-container .col-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.noplay-container p {
    background: #ff6e02;
    margin-bottom: 20px;
    background: -moz-linear-gradient(left, #ff6e02 0%, #ffff00 50%, #ff6e02 100%);
    background: -webkit-linear-gradient(left, #ff6e02 0%, #ffff00 50%, #ff6e02 100%);
    background: linear-gradient(to right, #ff6e02 0%, #ffff00 50%, #ff6e02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e02', endColorstr='#ff6e02', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
}

.noplay-container p strong {
    font-size: 2.25rem;
    vertical-align: text-bottom;
    line-height: 1;
}

.clickBtn {
    text-align: center;
    background: white;
    position: relative;
}

.clickBtn a {
    background: url(../png/3-01-0113.png) no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    max-width: 500px;
    font-family: 'Oswald', sans-serif;
    height: 105px;
    display: inline-block;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: bolder;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffe400;
    font-size: 1.5rem;
}

.clickBtn a:hover {
    text-decoration: none;
    color: #fff;
}

.ui-datepicker {
    background: #eee;
}

.mobile-versions a {
    display: inline-block;
    margin-left: 5px;
}

.mobile-versions img {
    width: 20px;
    height: auto;
}

/* TABLE */
.casino-table.table-bordered {
    border: 1px solid #6a848d;
    border-bottom-width: 0;
}

.table-responsive {
    overflow: visible;
}

.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #6a848d;
    border-collapse: collapse !important;
    border-radius: 0px;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 12px 8px;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th {
    border-top: none;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
    border-right: none;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #6a848d;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.fixed-table-container.table-no-bordered {
    border: 1px solid transparent;
}

.fixed-table-footer, .fixed-table-header {
    overflow: hidden;
}

.fixed-table-footer {
    border-top: 1px solid #6a848d;
}

.fixed-table-body {
    height: 100%;
}

.fixed-table-container table {
    width: 100%;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
}

.fixed-table-container thead th:focus {
    outline: 0 solid transparent;
}

.fixed-table-container thead th:first-child:not([data-not-first-th]) {
    border-left: none;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
    display: inline-block;
}

.fixed-table-container thead th .both {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.fixed-table-container thead th .asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
}

.fixed-table-container thead th .desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

.fixed-table-container tbody td:first-child {
    border-left: none;
}

.fixed-table-container tbody .selected td {
    background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container input[type="radio"], .fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination ul.pagination li.page-intermediate a {
    color: #c8c8c8;
}

.fixed-table-pagination ul.pagination li.page-intermediate a:before {
    content: '\2B05';
}

.fixed-table-pagination ul.pagination li.page-intermediate a:after {
    content: '\27A1';
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #6a848d;
}

.bootstrap-table .table > thead.thead-dark > tr > th {
    border-bottom: 1px solid #212529;
}

.bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
}

.bootstrap-table .pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.fixed-table-toolbar:after, .fixed-table-pagination:after {
    content: "";
    display: block;
    clear: both;
}

.bootstrap-table.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100% !important;
    background: #FFF;
}

.casino-table {
    text-align: center;
    text-transform: uppercase;
    border-collapse: collapse;
    border-spacing: 0;
}

.casino-table .thead-light tr {
    background: #243743;
    background: -moz-linear-gradient(left, #243743 0%, #386477 100%);
    background: -webkit-linear-gradient(left, #243743 0%, #386477 100%);
    background: linear-gradient(to right, #243743 0%, #386477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243743', endColorstr='#386477', GradientType=1);
}

.casino-table tbody tr {
    background: #243743;
    background: -moz-linear-gradient(left, #243743 0%, #386477 100%);
    background: -webkit-linear-gradient(left, #243743 0%, #386477 100%);
    background: linear-gradient(to right, #243743 0%, #386477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243743', endColorstr='#386477', GradientType=1);
}

.casino-table .thead-light th {
    color: #fff;
    border-color: #6a848d;
    background-color: transparent
}

.casino-table td, .casino-table th {
    border: none;
    position: relative;
}

.casino-table td {
    line-height: 1.2;
    border-bottom: 1px solid #6a848d;
}

.casino-table td small {
    display: block;
    font-size: 11px;
}

.casino-table td.rate {
    color: #fff;
    font-size: 1.5em;
}

.casino-table td.rate .fa {
    color: #46bd42
}

.casino-table td.rate a {
    font-size: 11px;
}

.casino-table td.devices {
    color: #a3bdbf;
    font-size: 1.75em;
    font-weight: 700;
}

.casino-table td.bonus {
    font-size: 0.8em;
    text-transform: none;
    color: #262626;
    font-weight: 700;
    text-align: center;
    font-weight: 400;
}

.casino-table td.bonus strong {
    color: #ff0000;
    font-size: 1.75em;
    display: block;
    font-weight: 400;
}

.casino-table td.bonus p {
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}

.casino-table .logo-rank img {
    max-height: 65px;
    display: inline-block;
    padding: 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.casino-table .logo-rank span.rank {
    position: absolute;
    left: -16px;
    top: 33%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #6a848d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    z-index: 99;
    background: #fff;
    color: #6a848d;
}

.casino-table .logo-rank span.rank.rank1 {
    color: transparent;
    border-color: #ff0000;
    background: #fff url(../svg/crown.svg) 3px 3px;
    text-align: center;
    background-size: 28px;
}

.casino-table .button {
    margin: 0 auto;
    text-align: center;
    max-width: 160px;
}

.casino-table .button a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 160px;
    display: inline-block;
}

.casino-table .button a.play {
    background: #ff0000;
    line-height: 2.25;
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
}

.casino-table .button a.play:hover, .casino-table .button a.play:focus {
    background: #e73827;
    color: #fff;
    background: -moz-linear-gradient(top, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    background: -webkit-linear-gradient(top, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    background: linear-gradient(to bottom, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73827', endColorstr='#f85032', GradientType=0);
}

.casino-table .button small {
    text-align: center;
    letter-spacing: 0;
    display: block;
    margin: 3px 10px;
    color: #9fa7aa
}

.casino-table .button1 small a {
    float: right;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    max-width: none;
    display: inline-block;
    color: #9fa7aa
}

.casino-table.table-striped tbody tr:nth-of-type(odd) {
    background: #27363f;
    background: -moz-linear-gradient(left, #27363f 0%, #202e37 100%);
    background: -webkit-linear-gradient(left, #27363f 0%, #202e37 100%);
    background: linear-gradient(to right, #27363f 0%, #202e37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27363f', endColorstr='#202e37', GradientType=1);
}

.casino-table .star-wrapper .all-stars {
    height: 1.5rem;
}

.casino-table .star-wrapper.small {
    height: 1.5rem;
    width: 7.7rem;
    font-size: 1.1rem;
}

.readmore:after {
    content: '';
    display: table;
    clear: both;
}

.layered-box {
    margin-bottom: 15px;
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 15px;
}

.layered-box .title {
    margin-bottom: 10px;
}

.layered-box p:last-of-type {
    margin: 0;
}

.layered-box img {
    float: right;
    margin: 0 0 0.5em 0.5em;
    max-width: 275px;
}

.layered-box:after {
    content: '';
    display: table;
    clear: both;
}

#comments {
    margin: 30px 0;
}

#comments h3 {
    color: black;
    background: none;
    border-bottom: 5px solid #f3f3f3;
    text-align: center;
    padding: 6px;
    margin-bottom: 15px;
    font-family: 'ProximaNovaB';
    text-transform: uppercase;
}

#comments #wpcomm .wpdiscuz-form-top-bar {
    display: none;
}

#comments #wpcomm {
    border-width: 0;
}

#comments #wpcomm .wc-form-wrapper {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 15px 15px 15px 200px;
}

#comments #wpcomm .wc-form-wrapper:before {
    content: '';
    background: url(../png/rating-bg.png) no-repeat center top;
    background-size: auto 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
    height: 120px;
}

#comments #wpcomm .wc-thread-wrapper {
    padding: 15px;
    background: #F9F9F9;
    margin-top: 0;
    border: 1px solid #eee;
    border-top-width: 0;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

#comments #wpcomm .wpdiscuz-front-actions .wpdiscuz-sort-buttons {
    padding: 10px 15px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    border: 1px solid #eee;
    border-bottom-width: 0;
}

.casinodetails {
    margin: 20px 0;
}

.casinodetails h3 {
    border-bottom: 5px solid #f3f3f3;
    margin-bottom: 0;
    background: #f3f3f3;
    font-weight: normal;
    font-family: 'ProximaNova';
    padding: 5px 10px;
}

.casinodetails .side-table {
    border-width: 0;
}

.casinodetails .side-table tr {
    border-bottom: 1px dashed #ccc;
}

.side-table span.yes {
    color: green
}

.side-table span.no {
    color: red;
}

.casinos-container .votecontent {
    background: #fff;
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
    background: rgba(3, 124, 193, 0.25);
    border: 1px solid rgba(3, 124, 193, 0.5);
}

.casinos-container .votecontent p {
    font-size: 13pt;
    font-weight: bold;
    margin: 10px auto;
}

.casinos-container strong {
    display: block;
    font-weight: normal;
    letter-spacing: 0.06em;
}

.casinos-container .votecontent strong.average {
    padding: 15px 0 10px;
    line-height: 30px;
    font-size: 30px;
    color: #777;
    font-family: 'ProximaNovaB';
}

.casinos-container .votecontent img {
    width: 18px;
    margin: 2px;
}

.casinos-container .votecontent strong.average span {
    color: #ff0000;
}

.casinos-container .rating-container, .casinos-container .readReview {
    display: none;
}

.casinos-container .playBtn {
    margin: 0 auto
}

.casinos-container .bonus-text {
    margin: 0 auto;
    line-height: 1.1;
    color: #ff0000;
    font-family: 'ProximaNovaB';
}

.casinos-container .casinoBox img {
    max-width: 130px
}

.casinos-container h3 {
    margin-bottom: 10px;
    font-size: 12pt;
}

.graph-item {
    margin-top: 15px;
    padding: 8px;
    background: #fff;
    box-shadow: 1px 1px 10px #aaa;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.graph-item h3 {
    background: #f5f6f8;
    line-height: 1.35;
    padding: 10px 5px;
    text-align: center;
    font-size: 1.15em;
}

.chartwrapper {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px;
    margin: 15px auto;
}

.chartwrapper h3 {
    border-bottom: 5px solid #f3f3f3;
    margin-bottom: 0;
    background: #f3f3f3;
    font-weight: normal;
    font-family: 'ProximaNova';
    padding: 5px 10px;
}

.chartwrapper small {
    font-size: 12px;
    line-height: 1.35;
    padding: 10px 15px;
    display: block;
}

.chartdata {
    padding: 10px;
}

.casino-table tbody td.games {
    width: 50%;
}

.home .casino-table tbody td.games {
    width: 38%;
}

.game-thumb img {
    max-width: 75px;
}

.game-thumb a {
    display: inline-block;
    margin: 2px;
    position: relative;
}

.game-thumb a span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.counterwrapper {
    margin: -5px auto 20px;
}

.counterwrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.counterwrapper li {
    width: 33.33333334%;
    float: left;
}

.counterwrapper ul:after {
    content: '';
    display: table;
    clear: both;
}

.counterBlock {
    margin: 0px auto;
    background: #fcfcfc;
    padding: 25px 0;
}

.counterBlock h3 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 21px;
}

.counterBlock .counter {
    display: block;
    text-align: center;
    font-size: 5em;
    font-weight: 400;
    border: 5px solid #f50057;
    width: 150px;
    margin: 10px auto 0;
    border-radius: 50%;
    height: 150px;
    line-height: 135px;
    color: #f50057;
    font-family: Oswald;
}

.counterBlock.provider {
    background: #f7f7f7;
}

.counterBlock.casinos {
    background: #f1f1f1;
}

.info ul, .most_played ul {
    list-style: none;
    margin: 15px auto;
    padding: 0;
    width: 100%;
}

.info ul:after, .most_played ul:after {
    content: '';
    display: table;
    clear: both;
}

.info li, .most_played li {
    width: 49%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-right: 1%;
}

.info li .fa {
    width: 30px;
    text-align: center;
    margin-right: 5px;
}

.most_played li {
    width: 33.333334%;
    margin-right: 0;
    font-weight: bold;
}

.software-heading {
    line-height: 1.5;
    vertical-align: middle;
    font-size: 1.75em;
    font-family: 'ProximaNovaB';
    margin: 20px auto 30px;
}

.software-heading:after {
    content: '';
    display: table;
    clear: both;
}

.software-image__container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.software-image {
    float: left;
    vertical-align: middle;
    display: inline-block;
    padding: 20px 0;
}

.software-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}

.software-info::after {
    content: '';
    flex: auto;
}

.software-info-item {
    box-sizing: border-box;
    margin: 10px 10px 0 0;
    width: calc(1 / 3 * 100% - (1 - 1 / 3) * 10px);
    background: #f5f6f8;
    padding: 10px 0;
    border: 1px solid #eeeeee;
    text-align: center;
    border-radius: 7px;
}

.software-info-item.software-info-item--top-section {
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 55px 0;
}

.software-info-item:nth-child(3n) {
    margin-right: 0;
}

.software-info-item:nth-child(-n+3) {
    margin-top: 0;
}

.software-info-item__name {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
}

.software-info-item__value {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.software-info-item__value i {
    margin-right: 10px;
    font-size: 20px;
}

.software-info-item__value.software-info-item__value--large {
    font-size: 28px;
    padding: 0 0 30px;
}

.software-info-item__value.software-info-item__value--large-2x {
    font-size: 34px;
}

.software-info-item__value.software-info-item__value--link {
    font-size: 18px;
}

.software-content__meta-description {
    display: none;
}

.softrating .star-wrapper.small {
    max-width: 80px;
}

.single-casinos .review-container h1 {
    font-size: 24px;
    line-height: 1.35;
}

.content #toc_container p.toc_title + ul.toc_list {
    margin-left: 20px;
}

.content #toc_container.have_bullets li {
    padding-left: 0;
}

.mini-sidebar .sidebar-widget {
    margin-top: 0;
}

.info li.full-width {
    width: 100%;
    clear: both;
}

section.games-banner {
    margin-bottom: 20px;
}

.games-banner h3 {
    line-height: 1.5;
    padding-left: 50px;
    font-family: 'Germania One';
    font-size: 1.85em;
    font-weight: 400;
}

.sthold {
    width: 100%;
    margin-top: 10px;
}

.stcol {
    width: 48%;
    margin: 5px 0;
    float: left;
}

.stcol.right {
    float: right;
}

.mapbox {
    background-color: #FAFAFA;
    padding: 10px;
    border: 1px solid #CECECE;
    float: left;
    margin: 15px 0 10px 15px;
    width: 92%;
    min-height: 100px;
}

.mapbox h2, .mapbox h3 {
    display: block;
    color: #444;
    font-size: 22px;
    min-height: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #cecece;
    padding-left: 24px;
}

.mapbox h3 {
    font-weight: 400;
    font-size: 18px;
}

.mapbox.stmap ul.page-list {
    margin-left: 10px;
}

.footer-top {
    background: #eee;
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
}

section.footer-top h2:before {
    position: relative;
}

section.author-bio.tpad {
    margin-top: 20px;
}

.homeSlots.small {
    float: right
}

.homeSlots.small > ul > li {
    width: 100%;
    float: none;
}

.homeSlots.small .gamebox .overlay-container img {
    max-width: 100px;
}

.homeSlots.small .gamebox .img-container > img {
    max-height: none;
    margin-left: 0;
}

.single-post .homeSlots.small {
    max-width: 350px;
}

#age_content {
    position: absolute;
    z-index: 9999;
    width: 98%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 0 1%;
}

#age_content > div {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    z-index: 100;
    text-align: center;
    padding: 30px;
    width: 100%;
}

#age_content p {
    color: #fff;
    line-height: 2em;
    font-size: 18px;
    font-family: 'Oswald';
    margin-bottom: 10px;
}

#age_content p + p {
    margin-top: 10px;
}

#fancyTabWidget {
    margin: 20px auto 30px;
}

.fancyTab {
    text-align: center;
    padding: 15px 0;
    background-color: #eee;
    box-shadow: 0 0 0 1px #ddd;
    top: 15px;
    transition: top .2s;
    position: relative;
}

.fancyTab.active {
    transition: top .2s;
}

.whiteBlock {
    display: none;
}

.fancyTab.active .whiteBlock {
    display: block;
    height: 2px;
    bottom: -2px;
    background-color: #fff;
    width: 99%;
    position: absolute;
    z-index: 1;
}

.fancyTab {
    font-size: 0.75em;
    font-weight: 300;
    transition: .2s;
    color: #333;
}

.fancyTabs {
    margin: 0;
    float: left;
}

.inst {
    float: right;
}

#fancyTabWidget nav {
    border-bottom: 2px solid #ddd;
}

#fancyTabWidget nav:after {
    content: '';
    display: table;
    clear: both;
}

.fancyTab {
    padding-top: 20px;
    top: 0px;
    padding-bottom: 0;
}

.fancyTab .icon {
    text-align: center;
    display: block;
    margin-bottom: 0px;
}

.fancyTab .icon img {
    max-width: 38px;
    opacity: 0.4;
}

.fancyTab.active .icon img, .fancyTab:focus .icon img, .fancyTab:hover .icon img {
    opacity: 1;
}

.fancyTab:focus {
    outline: none;
}

.fancyTabContent {
    border-color: transparent;
    box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
    padding: 30px 15px 15px;
    position: relative;
    background-color: #fff;
}

.nav-tabs > .fancyTab.active, .nav-tabs > .fancyTab.active:focus, .nav-tabs > .fancyTab.active:hover {
    border-width: 0;
}

.nav-tabs > .fancyTab:hover {
    background-color: #f9f9f9;
    box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > .fancyTab.active:hover {
    background-color: #fff;
}

.nav-tabs > .fancyTab:hover {
    border-color: transparent;
}

.nav-tabs > .fancyTab:hover {
    border-right: 1px solid transparent;
}

.nav-tabs > .fancyTab {
    margin-right: 0;
    border-top: 0;
    padding-bottom: 2px;
    margin-bottom: -30px;
}

.nav-tabs > .fancyTab {
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px;
    width: auto;
    font-size: 0.9em;
}

.nav-tabs > .fancyTab:last-child {
    border-right: 1px solid transparent;
}

.nav-tabs > .fancyTab.active:last-child {
    border-right: 0px solid #ddd;
    box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
    box-shadow: 0 0 0 1px #ddd;
}

.fancyTab.active {
    background: #fff;
}

.fancyTabContent .mobile-slots {
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    padding: 10px;
    border-radius: 15px;
    background: #fafafa;
}

.fancyTabContent .mobile-slots img {
    border-radius: 15px;
}

.fancyTabContent .mobile-slots a + a {
    background: #fcfcfc;
    font-size: 1.1em;
    color: #000;
    line-height: 2;
    display: block;
    text-align: center;
    font-weight: 700;
}

.fancyTabContent h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

#slotsRTPSoftware {
    margin: 20px auto;
    width: 100%;
    max-width: 640px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

#slotsRTPSoftware h2 {
    font-family: 'ProximaNovaB';
    text-transform: uppercase;
    padding: 15px 0;
    position: relative;
    background: #0276c1;
    color: #fff;
    margin: 0px auto;
}

#slotsRTPSoftware h2:before {
    position: relative;
}

#slotsRTPSoftware ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#slotsRTPSoftware li img {
    max-width: 75px;
    width: 100%;
    height: auto;
}

#slotsRTPSoftware ul li {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 5px 10px 5px;
    margin: 0px 0;
}

#slotsRTPSoftware ul li:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 98%;
    margin: 0 auto;
}

#slotsRTPSoftware ul li:hover:before {
    background: #fff;
}

#slotsRTPSoftware:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    background: -webkit-repeating-linear-gradient(45deg, transparent 0px, transparent 10px, #fff 10px, #fff 20px), -webkit-linear-gradient(to bottom, #fcfcfc, #fcfcfc);
    background: -o-repeating-linear-gradient(45deg, transparent 0px, transparent 10px, #fff 10px, #fff 20px), -o-linear-gradient(to bottom, #fcfcfc, #fcfcfc);
    background: -moz-repeating-linear-gradient(45deg, transparent 0px, transparent 10px, #fff 10px, #fff 20px), -moz-linear-gradient(to bottom, #fcfcfc, #fcfcfc);
    background: repeating-linear-gradient(45deg, transparent 0px, transparent 10px, #fff 10px, #fff 20px), linear-gradient(to bottom, #fcfcfc, #fcfcfc);
}

#slotsRTPSoftware .header {
    padding: 10px;
}

#slotsRTPSoftware li .title, #slotsRTPSoftware li .rtp {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'ProximaNovaB';
}

#slotsRTPSoftware li .title, #slotsRTPSoftware li .title a {
    text-align: left;
    font-size: 15px;
}

#slotsRTPSoftware .soft-logo {
    position: relative;
    margin: 0px;
    text-align: center;
}

#slotsRTPSoftware .soft-logo img {
    width: 100%;
    max-width: 200px;
}

#slotsRTPSoftware ul li:after {
    content: '';
    display: table;
    clear: both;
}

#slotsRTPSoftware .playBtn {
    margin: 0;
}

#moreRtps {
    display: block;
    margin: 10px auto 0px;
    text-align: center;
    position: relative;
}

#slotsRTP {
    margin: 20px auto;
    width: 100%;
    max-width: 640px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

#slotsRTP h2 {
    font-family: 'ProximaNovaB';
    text-transform: uppercase;
    padding: 15px 0;
    position: relative;
    background: #0276c1;
    color: #fff;
    margin: 0px auto;
}

#slotsRTP th {
    color: #000;
    position: relative;
}

#slotsRTP td {
    padding: 10px;
}

#slotsRTP td img {
    max-width: 75px;
    width: 100%;
    height: auto;
}

#slotsRTP tr {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 5px 10px 5px;
    margin: 0px 0;
}

#slotsRTP .header {
    padding: 10px;
}

#slotsRTP td .title, #slotsRTP td .rtp {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'ProximaNovaB';
}

#slotsRTP td .title, #slotsRTP td .title a {
    text-align: left;
    font-size: 15px;
}

#slotsRTP .soft-logo {
    position: relative;
    margin: 0px;
    text-align: center;
}

#slotsRTP .soft-logo img {
    width: 100%;
    max-width: 200px;
}

#slotsRTP .playBtn {
    margin: 0;
}

#moreRtps {
    display: block;
    margin: 10px auto 0px;
    text-align: center;
    position: relative;
}

.viewBtn a {
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px 10px;
    margin: 5px auto 15px;
    font-size: 11pt;
    display: block;
    max-width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.viewBtn a:hover {
    color: #fff;
    background: #ff0000;
}

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

#decorativeNumList2.decorativeBox {
    border-top-width: 0;
}

.decorativeBox h2 {
    margin-top: 0;
}

.decorativeBox > p {
    padding: 0 30px;
    margin-top: 15px;
}

.decorativeWrap p {
    margin-top: 10px;
}

div.decorativeList, .decorativeNumList {
    width: auto;
    margin: 20px auto 0px;
    position: relative;
    counter-reset: section;
}

.decorativeContent {
    border-color: #ddd;
    margin: 0;
    padding: 0 30px 30px 60px;
    counter-increment: section;
    position: relative;
}

.decorativeList .decorativeContent:after {
    content: counter(section);
    left: 5px;
    margin-left: 5px;
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #4d4d4d;
    text-align: center;
    color: white;
    font-size: 120%;
    line-height: 33px;
    font-weight: 700;
    border-radius: 50%;
    top: 0px;
}

.decorativeList .decorativeContent:before {
    content: '';
    border-left: 2px solid #4d4d4d;
    left: 22px;
    margin-left: 5px;
    position: absolute;
    width: 2px;
    height: 130%;
    top: 0;
}

.decorativeList .decorativeContent:last-child:before {
    border-width: 0;
}

.decorativeContent {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

div.decorativeList .decorativeContent:last-child {
    border-width: 0;
    margin-bottom: 0;
}

.decorativeNumList .decorativeContent:last-child {
    margin-bottom: 0;
}

div.decorativeList .decorativeContent img, .decorativeNumList .decorativeContent img {
    width: 120px;
    height: auto;
    margin: 0 0 15px 15px;
    float: right;
}

.decorativeNumList .decorativeContent {
    padding-left: 90px;
    border-bottom-width: 0;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-bottom: 0;
}

.decorativeNumList .decorativeContent:before {
    content: counter(section, decimal-leading-zero);
    font-weight: bold;
    font-size: 4rem;
    margin-right: 0.5rem;
    font-family: 'Abril Fatface', serif;
    line-height: 1;
    position: absolute;
    left: 15px;
    color: #4d4d4d
}

.decorativeContent h3 {
    margin-top: 0;
}

.decorativeContent p:last-child {
    margin-bottom: 0;
}

.decorativeBoxWrap {
}

.decorativeBoxWrap.cols-1 .decorativeContent {
    border-top: 1px solid #ddd;
    border-bottom-width: 0;
    padding: 30px;
    margin-bottom: 0;
}

.decorativeBoxWrap.cols-1 .decorativeContent img {
    width: 120px;
    height: auto;
    margin: 0 15px 15px 0;
    float: left;
}

.decorativeBoxWrap.cols-2 {
    margin: 0 2.5%
}

.decorativeBoxWrap.cols-2:after, .decorativeWrap:after {
    content: '';
    display: table;
    clear: both;
}

.decorativeBoxWrap.cols-2 .decorativeContent {
    width: 45%;
    float: left;
    padding: 20px;
    margin: 0 2.5% 30px;
    border: 1px solid #ccc;
}

.decorativeBoxWrap.cols-2 .decorativeContent h3 {
    text-align: center;
}

.decorativeBoxWrap.cols-2 .decorativeContent img {
    width: auto;
    height: 80px;
    margin: 10px auto;
    display: block;
    float: none;
}

ul.pros, ul.cons {
    list-style: none;
    margin: 0;
}

ul.pros li, ul.cons li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

ul.pros li:before, ul.cons li:before {
    content: '\f164';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: green;
    font-size: 110%;
}

ul.cons li:before {
    content: '\f165';
    color: red;
}


#box {
    width: 100%;
    display: inline-block;
    counter-reset: section;
    margin-bottom: 15px;
    color: #3A3B3D;
}

#box ol li {
    padding-top: 0px;
    padding-bottom: 5px;
}

#box .wrap img.alignright {
    clear: right;
    margin-left: 30px;
    margin-top: -30px;
}

#box.step {
    overflow: hidden;
    border: none !important;
}

#box.num .wrap {
    margin-left: 0 !important;
}

#box.step .wrap {
    margin-left: 25px !important;
}

.box-container {
    border: none !important;
    width: 100% !important;
    float: left !important;
}

#box.step .wrap h3 {
    line-height: 24px !important;
    margin-top: 0 !important;
    top: -3px !important;
}

#box .wrap h3 {
    line-height: 50px !important;
}


#box ol li {
    padding-top: 0px;
    padding-bottom: 5px;
}

#box.step .wrap, #box.num .wrap {
    margin-left: 80px;
}

#box.num .box-container {
    margin-bottom: 5px;
}

#box.step {
    padding: 25px;
    background: #f7f7f7;
    border: 1px solid #ddd
}

#box.step .box-container {
    padding: 10px;
    border: none;
}

#box.step .wrap {
}

.wrap img.alignright {
    float: right;
}

.wrap img.alignleft {
    float: left;
    margin-right: 10px;
}

.box-container {
    padding: 25px;
    width: auto;
    position: relative;
    counter-increment: section;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.box-container .box-step::before {
    content: '';
    border-left: 2px solid #305BA6;
    left: 22px;
    margin-left: 5px;
    position: absolute;
    width: 2px;
    height: 130%;
    top: 0;
}

.box-container .box-step:after {
    content: counter(section);
    left: 5px;
    margin-left: 5px;
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #305BA6;
    text-align: center;
    color: white;
    font-size: 120%;
    line-height: 33px;
    font-weight: 700;
    border-radius: 50%;
    top: 0;
}

.box-container:last-child .box-step:before {
    border-left: 0;
}

.box-container .box-num:before {
    content: counter(section, decimal-leading-zero);
    width: 50px;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #FF233B;
    font-weight: 700;
    letter-spacing: -1.15px;
    border-radius: 8px;
}

#box .wrap h3 {
    font-weight: 600;
    color: #000;
    line-height: 36px;
    padding: 0;
    margin: 5px 0 20px 0;
}


.box-container .box-step::before {
    top: 24px !important;
    left: 0 !important;
    border-left: 2px solid #ff233b !important;
}

.box-container .box-step:after {
    background-color: #ff233b !important;
    left: -17px !important;
    top: 2px !important;
    line-height: 35px !important;
}


@media (max-width: 1200px) {
    .fancyTab .hidden-xs {
        font-size: 22px;
        display: block;
    }
}

@media (max-width: 992px) {
    .fancyTab .hidden-xs {
        font-size: 18px;
        font-weight: normal;
    }
}

@media (max-width: 768px) {
    .fancyTab {
        font-size: 18px;
    }

    .nav > li.fancyTab {
        padding: 15px 0;
        margin-bottom: inherit;
    }

    .nav-tabs > li.fancyTab {
        border-right: 1px solid transparent;
        padding-bottom: 0;
    }

    .fancyTab .hidden-xs {
        font-size: 11px;
        font-weight: normal;
    }

    .fancyTabContent .mobile-slots img {
        border-radius: 5px;
    }

    .fancyTabContent .mobile-slots {
        border-radius: 5px;
        padding: 0;
    }

    .fancyTabContent .mobile-slots a + a {
        font-size: 0.7em;
        line-height: 1.35;
        font-weight: 400;
    }
}

@media (max-width: 479px) {
    .nav-tabs > .fancyTab {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    .fancyTab .hidden-xs {
        font-size: 11px;
        font-weight: normal;
    }

    .fancyTab.active:after {
        left: 28px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 5px solid #fff;
    }

    .fancyTab.active:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 12px solid #ddd;
        left: calc(50% - 10px);
    }

    .fancyTabContent .mobile-slots img {
        border-radius: 3px;
    }

    .fancyTabContent .mobile-slots {
        border-radius: 3px;
    }
}

/*--responsive--*/
/* portrait */
@media screen and (max-width: 767px) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone 3 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone 5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone X */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* iphone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .lpsGameStarted #device-orientation {
        display: block !important
    }
}

/* landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone 3 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 1) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone 5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone X */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

/* iphone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .lpsGameStarted #device-orientation {
        display: none !important
    }
}

@media (max-width: 1280px) {
    .logo-container h1 a {
        font-size: 37px;
    }

    .logo-container span {
        font-size: 62px;
    }

    .navbar-nav > li > a {
        font-size: 15px;
    }

    .main-menu .menu-item {
        margin: 1.5em 1.8em;
    }
}

@media (max-width: 1080px) {
    .main-menu .menu-item {
        margin: 1.2em .6em;
    }

    .logo-container {
        left: 35.6%;
        top: 1%;
    }

    .gamesSidebar .gamebox .img-container {
        height: auto;
    }

    .casinoSidebar div.logo, .casinoSidebar div.bonus-container {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .gamesList li {
        width: 50%;
    }

    .gamesSidebar .gamebox .img-hover li {
        height: 20px;
        overflow: hidden;
    }

    #games .gamebox .img-container {
        height: auto;
    }

    .mobile-devices li {
        float: left;
        margin-left: 0%;
        margin-bottom: 1%;
        width: 33.333334%;
    }

    #games .gamebox a, #gamesNoFilter .gamebox a {
        font-size: 13px;
    }

    .mobile-box {
        padding: 5px;
    }

    #stickybar .feature-devices {
        margin-bottom: 0;
    }

    #stickybar.fixed {
        width: 100% !important;
        left: 0;
    }

    #stickybar .feature-devices span {
        font-size: 12pt;
        margin: 3px 3px 0;
    }

    #stickybar .button-play .fa {
        display: none;
    }

    #stickybar.fixed .button-play .fa {
        display: inline-block;
    }

    #stickybar .playBtn {
        padding: 10px 10px;
        margin-left: 0px;
        font-size: 15pt;
    }

    .hor-border:before, .hor-border:after {
        width: 96%;
    }

    .container {
        width: 100%;
    }
}

@media (max-width: 1050px) {
    .navbar-nav > li > a {
        font-size: 13px;
    }

    .main-menu .menu-item {
        margin: 0em;
    }

    .logo-container h1 a {
        font-size: 30px;
    }

    body {
        padding-top: 0
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: inline-block;
        width: 40px;
        background: 0 0;
        left: auto;
        right: 15px;
        height: 40px;
        top: 15px;
    }

    header.isStuck .rd-mobilepanel, header.isStuck .rd-mobilemenu {
        top: 5px;
    }

    .rd-mobilemenu {
        display: none;
    }

    .rd-mobilemenu.active {
        display: block;
    }

    .rd-mobilemenu.active .rd-mobilemenu_ul {
        top: 0px;
        padding-top: 0;
        background: #fff;
        list-style: none;
        margin: 0;
    }

    .navbar-left .search {
        position: absolute;
        left: 0px;
        top: 10px;
        text-indent: -999px;
        width: 50px;
    }

    .search-container.active {
        width: 100%;
        z-index: 999;
        left: 0;
    }

    .navbar-right, .header-right {
        display: none;
    }

    .navbar-left {
        width: 100%;
        float: none !important;
    }

    .header-left {
        float: none;
        width: 100%;
        -webkit-border-radius: 0 0 7px 7px;
        -moz-border-radius: 0 0 7px 7px;
        border-radius: 0 0 7px 7px;
    }

    .logo-container {
        position: relative;
        text-align: center;
        left: auto;
    }

    .section-sm {
        padding: 10px 0;
    }

    .mobile-devices.col-3 li {
        width: 49%;
    }

    section h1, section h2, section h1 a, section h2 a {
        font-size: 16pt;
        line-height: 1.35;
        margin: 15px 0 5px;
    }

    section.blue-bg h2, section.games h2, section.intro h2 {
        margin-top: 0;
    }

    .mobile-slots {
        margin-bottom: 20px;
    }

    .news li {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .news-container .text-container {
        width: 56%;
    }

    .margint {
        margin-top: 0;
    }

    .stickybar li {
        width: 60%;
    }

    .stickybar li:first-child {
        width: 40%;
    }

    .stickybar .button-play .playBtn {
        padding: 10px 20px;
    }

    .stickybar .bonus-text strong {
        font-size: 16pt;
        margin: 0;
        line-height: 1.2;
    }

    .hits, .misses {
        margin-bottom: 15px;
    }

    section.game.review-container .button-play .fa {
        display: none;
    }

    section.game.review-container .button-play {
        border-width: 0;
        padding: 0;
    }

    section.game.review-container .playBtn {
        margin-left: 0;
    }

    section.game.review-container .stickybar .feature-devices span {
        font-size: 12pt;
        margin: 3px 4px 0;
    }

    .columns3 .col-lg-3 {
        width: 50%;
    }

    .columns4 .col-lg-3 {
        width: 33.333334%;
    }

    header {
        background: #000 url(../png/header-bg.png) no-repeat left bottom;
        background-size: 100% 100%;
    }

    .red-buttons li a {
        height: 60px;
        line-height: 60px;
    }

    .sticky-container .feature-payout {
        width: 35%;
    }

    .stickybar .button-play {
        width: 65%;
    }

    .casino-table tbody td.games {
        width: 50%;
    }

    .game-thumb img {
        max-width: 75px;
    }

    .games-banner h3 {
        padding-left: 0;
        font-size: 1.5em;
    }
}

@media (max-width: 1024px) {
    .logo-container h1 a {
        font-size: 28px;
    }

    .logo-container span {
        font-size: 55px;
    }

    .menu__list {
        margin-left: 16px;
    }

    .featuredText {
        padding: 30px 75px;
    }

    .no-mobile .mobile-supported {
        display: none;
    }

    .no-mobile .no-mobile-supported {
        display: block;
    }

    .gameImage.no-mobile .no-mobile-supported .embeded-container img {
        width: 100%;
        height: 100%;
    }

    .homeSlots li {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .menu__list {
        margin-left: 0;
    }

    .container {
        max-width: 100%;
    }

    .main-menu .menu-item {
        margin: 1.2em 0.4em;
    }

    .navbar-nav > li > a {
        font-size: 13px;
    }

    .logo-container span {
        font-size: 50px;
    }

    .logo-container h1 a {
        font-size: 22px;
    }

    .news-container .img-container {
        width: 25%;
    }

    .news-container .text-container {
        width: 72%;
        margin-right: 0;
    }

    .mobile-box {
        min-height: 0;
    }

    .mobile-devices li p {
        display: none;
    }

    .gamesList li, .gamesSidebar li {
        width: 33.3333334%;
        float: left;
        margin-bottom: 0;
        padding: 10px;
    }

    .embeded-container {
        min-height: 0;
    }

    .gamesSidebar:after {
        content: '';
        display: table;
        clear: both;
    }

    .gamesSidebar .gamebox .img-container {
        height: auto;
    }

    .casinoSidebar div.logo {
        width: 50%;
        float: left;
    }

    .casinoSidebar div.bonus-container {
        width: 50%;
        float: right;
    }

    section.game.review-container .playBtn {
        margin-left: 0;
        padding: 10px 15px;
        font-size: 14pt;
    }

    #games li:first-child, #gamesNoFilter li:first-child, #games li, #gamesNoFilter li {
        width: 100%;
        float: none;
        text-align: left;
    }

    .mobile-devices li, .mobile-devices.col-3 li {
        width: 16.666667%;
        padding: 3px;
    }

    .mobile-devices.col-6 .img-container, .mobile-devices.col-6 .text-container, .mobile-devices.col-3 .img-container, .mobile-devices.col-3 .text-container {
        width: 100%;
        float: none;
        text-align: center;
    }

    .mobile-devices.col-6 img, .mobile-devices.col-3 img, .mobile-devices.small.col-6 img {
        width: 50px;
    }

    .mobile-devices.col-6 h3, .mobile-devices.col-6 h3 a, .mobile-devices.col-3 h3, .mobile-devices.col-3 h3 a {
        font-size: 8pt;
    }

    .mobile-devices.col-6 h3 span, .mobile-devices.col-3 h3 span {
        display: none;
    }

    .filters li {
        font-size: 8pt;
        padding: 5px;
        width: 14.2857%;
    }

    .filters li:last-child {
        text-align: right;
        line-height: 20px;
        width: 100%;
        float: none;
        clear: both;
    }

    #games .gamebox .img-container {
        height: auto;
    }

    .games-container > .row > .col-sm-3, .games-container > .row > .col-sm-9 {
        width: 100%;
        float: none
    }

    .filterToggle {
        display: block;
    }

    .toggleContainer {
        display: none;
    }

    .casinoTable .button-play .playBtn {
        font-size: 14pt;
        padding: 10px;
    }

    .casinoTable td.logo img {
        max-height: 50px;
    }

    .casinoTable td.rate a {
        font-size: 9pt;
    }

    .mobile-devices h3, .mobile-devices h3 a {
        font-size: 8pt;
    }

    .slotTypes {
        display: block;
        max-width: 320px;
        text-align: center;
    }

    #stickybar h4 {
        font-size: 14px;
    }

    .featuredText {
        padding: 90px 50px 10px;
    }

    .featuredContainer h1 {
        font-size: 36px;
    }

    body.admin-bar #gamewrapper.fullscreen {
        top: 0;
    }

    #content section.game.review-container.lpsGameStarted {
        padding: 0;
    }

    #gamewrapper.fullscreen .stickybar, #gamewrapper.fullscreen .userrate {
        display: none;
    }

    #fullscreen {
        display: none !important;
    }

    #gamewrapper.lpsGameStarted {
        position: fixed;
        width: 100%;
        z-index: 9999999999;
        top: 0;
        left: 0;
    }

    #gamewrapper.lpsGameStarted .gameHeader {
        background: #fff;
        padding: 5px 10px;
        display: block;
    }

    #gamewrapper.lpsGameStarted .gameHeader button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: red;
        color: #fff;
        border-width: 0;
        position: absolute;
        right: 15px;
        top: 0;
        width: 40px;
        height: 40px;
    }

    #gamewrapper.lpsGameStarted .gameHeader .played {
        float: right;
        margin-right: 40px;
    }

    .stickybar ul {
        display: block;
    }

    .stickybar li:first-child {
        background: none;
    }

    .stickybar .sticky-logo img {
        width: 150px;
    }

    .breadcrumb, .button-play .fa {
        display: none;
    }

    .stickybar .sticky-logo, .stickybar .bonus-container {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .stickybar .button-play .playBtn {
        font-size: 12pt;
        font-weight: bold;
    }

    .stickybar {
        border-width: 0;
    }

    .white-buttons li {
        width: 50%;
    }

    .white-buttons li:last-child, .white-buttons li:nth-child(3) {
        border-right-width: 1px;
    }

    .white-buttons li:nth-child(4), .white-buttons li:nth-child(5), .white-buttons li:nth-child(6) {
        border-bottom-width: 1px;
    }

    .white-buttons li:nth-child(2), .white-buttons li:nth-child(4), .white-buttons li:nth-child(6) {
        border-right-width: 0px;
    }

    .white-buttons li:nth-child(5), .white-buttons li:nth-child(6) {
        border-bottom-width: 0px;
    }

    .hide-sm {
        display: none;
    }

    .red-buttons li a {
        height: auto;
        line-height: 1.35;
        padding: 10px;
    }

    section.blue-bg h2, section.games h2, section.intro h2, section h3 {
        margin-top: 15px;
    }

    .sticky-wrapper {
        padding: 10px 0px;
    }

    .stickybar li {
        width: 55%;
        float: right;
        display: inline-block;
    }

    .stickybar li:first-child {
        width: 40%;
        float: left;
    }

    .sticky-container .feature-payout, .stickybar .button-play {
        width: 100%;
        float: none;
    }

    .sticky-container .feature-payout div {
        width: 45%;
        float: left;
    }

    .game-thumb img {
        max-width: 60px;
    }

    .software-info {
        margin: 5px 0 0 0;
    }

    .software-info-item {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .software-info-item.software-info-item--top-section {
        padding: 15px 0;
        border: 1px solid #eeeeee;
    }

    .software-info-item__name {
        font-size: 12px;
        line-height: 14px;
    }

    .software-info-item__value {
        font-size: 14px;
        line-height: 18px;
    }

    .software-info-item__value.software-info-item__value--large {
        font-size: 20px;
        padding: 0 0 10px;
    }

    .software-info-item__value i {
        font-size: 18px;
    }

    .software-info-item__value.software-info-item__value--link {
        font-size: 14px;
    }

    #content section.software-content .meta {
        display: none;
    }

    .software-content__meta-description {
        display: block;
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        width: 100%;
    }

    .star-wrapper .all-stars:before {
        font-size: 9pt;
    }
}

@media screen and (max-width: 1002px) and (min-width: 768px) {
    #featured-main {
        height: 290px;
    }

    .main-story {
        width: 58.3222370173%;
        height: 290px;
    }

    .main-story img {
        margin-left: 0;
        min-width: 476px !important;
        width: 100%;
    }

    .main-text {
        width: 428px;
    }

    .main-text h3 {
        font-size: 32px;
    }

    .sub-story {
        border-left: none;
        margin-left: .133155792277%;
        width: 20.5392809587%;
        height: 145px;
    }

    .sub-text {
        width: 100%;
    }

    .sub-text h3 {
        font-size: 12px;
    }

    .subfeatured .main-story, .subfeatured #featured-main {
        height: auto;
    }
}

@media (max-width: 800px) {
    .logo-container h1 a {
        font-size: 21px;
    }

    .logo-container span {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .main-menu .menu-item {
        margin: 1.2em 0em;
    }

    .navbar-nav > li > a {
        padding: .8em 0.8em;
    }

    .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    p {
        margin-bottom: 10px;
    }

    .logo-container {
        position: initial;
        float: none;
        text-align: center;
    }

    #content {
        padding-top: 5px;
    }

    #header {
        position: relative;
    }

    header.isStuck {
        top: 0 !important
    }

    .search-open {
        padding: 0;
        margin: 0;
    }

    .navbar-left .search {
        position: absolute;
        width: 44px;
        height: 44px;
    }

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

    .slotTypes {
        display: block;
        text-align: center;
    }

    .slotTypes ul {
        display: inline-block;
    }

    footer .footer-widget {
        margin-bottom: 20px;
        text-align: center;
    }

    img.alignright, img.alignleft {
        max-width: 35%;
        height: auto;
    }

    img.alignright {
        margin: 0 0 0.5em 0.5em
    }

    img.alignleft {
        margin: 0 0.5em 0.5em 0
    }

    .margint {
        margin-top: 0px;
    }

    .news-container {
        padding: 10px;
    }

    .news h2 {
        font-size: 24px;
        margin-bottom: 0
    }

    .news.type2 .news-container {
        margin-bottom: 0;
    }

    .news-container .img-container, .news-container .text-container {
        width: 100%;
        float: none;
    }

    .news-container .img-container {
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .news-container .img-container img {
        width: 100%;
        height: auto;
    }

    .mobile-box {
        min-height: 0px;
    }

    .mobile-slots {
        margin-bottom: 20px;
    }

    .accordion-box h3 {
        line-height: 1.35;
        padding: 5px 10px 5px 40px;
    }

    .menu__list {
        background: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #fd6239;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-toggle {
        margin: 1em 0 0;
        position: absolute;
        margin: 0;
        top: 20px;
        left: 25px;
        background: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #790322;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .main-menu .menu-item {
        margin: 1em;
        font-size: 14px;
    }

    .navbar-nav > li:nth-child(3) {
        margin-right: 1em !important;
    }

    .main-menu .menu-item:last-child {
        margin-right: 1em;
    }

    .dropdown-menu {
        text-align: center;
        background: transparent;
        float: none;
        width: 100%;
    }

    .dropdown-menu > li > a {
        color: #f5f5f5 !important;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #333 !important;
    }

    div#bs-example-navbar-collapse-1 {
        background: rgba(0, 0, 0, 0.83);
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 999;
        left: 0;
        border: 1px solid #656363;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 0px 5px 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #1ca0de;
    }

    .stickybar li:first-child, .stickybar li {
        width: 100%;
        float: none
    }

    .stickybar li:first-child:after {
        background: none;
        position: relative;
        width: 0;
        height: 0;
    }

    .stickybar li:first-child {
        background: #000;
    }

    #stickybar.fixed .stickybar li:first-child {
        width: 65%;
    }

    .stickybar .bonus-text strong {
        display: inline-block;
    }

    .stickybar .sticky-logo img {
        width: 150px;
        height: auto;
    }

    .gameButton {
        top: 8%;
    }

    .gameButton a {
        max-width: 200px;
    }

    section.game.review-container .stickybar li, section.game.review-container .stickybar ul {
        width: 100%;
        float: none;
        display: block;
    }

    section.game.review-container .stickybar li:after {
        clear: both;
        display: table;
    }

    section.game.review-container .stickybar li:first-child {
        height: auto;
    }

    section.game.review-container .stickybar h4, section.game.review-container .stickybar .feature-devices {
        text-align: center;
    }

    section.game.review-container .stickybar .feature-devices {
        display: none;
    }

    section.game.review-container .stickybar h4 {
        margin-top: 10px;
    }

    #stickybar.fixed .playBtn {
        padding: 10px 5px;
        margin-left: 0;
        font-size: 18px;
        display: block;
    }

    .stickybar .bonus-text strong {
        font-size: 18pt;
        margin: 0;
        line-height: 45px;
    }

    #stickybar.fixed .button-play small {
        display: none;
    }

    #stickybar.fixed li:first-child {
        height: auto;
        width: 60%;
        float: left;
    }

    #stickybar.fixed .bonus-text {
        padding-top: 5px;
        font-size: 12px;
    }

    #stickybar.fixed .bonus-text strong {
        line-height: 1;
    }

    #stickybar.fixed .bonus-text small {
        font-size: 7pt;
    }

    #stickybar.fixed .bonus-text small:last-of-type {
        display: none;
    }

    #stickybar.fixed li {
        width: 40%;
        float: right;
    }

    #stickybar.fixed .bonus-text strong {
        font-size: 18px;
    }

    #stickybar.fixed .bonus-text p strong:first-child {
        display: inline;
        font-size: 10pt;
        font-weight: 400;
        padding-right: 5px;
    }

    #stickybar.fixed .bonus-text p strong:last-child {
        line-height: 1.3;
    }

    #stickybar.fixed .sticky-logo {
        width: 38%;
        float: left;
    }

    #stickybar.fixed .bonus-container {
        width: 60%;
        float: right;
    }

    #stickybar.fixed .bonus-text + p, #stickybar.fixed .feature-payout, #stickybar.fixed .button-play .rate-total {
        display: none;
    }

    #stickybar.fixed .button-play {
        width: 85%;
        float: none;
        margin: 0 auto
    }

    #stickybar.fixed .star-rating .star-wrapper.small {
        width: 8rem;
    }

    #stickybar.fixed .star-wrapper .all-stars:before {
        font-size: 18pt;
        letter-spacing: 0.15rem;
    }

    #stickybar.fixed .star-rating .star-wrapper.small, #stickybar.fixed .star-wrapper .all-stars {
        line-height: 1.5rem;
        height: 1.5rem;
    }

    #stickybar.fixed .star-rating {
        font-size: 12px;
        text-align: center;
    }

    #stickybar.fixed .bonus-container h3 {
        margin-top: 10px;
    }

    .gamebox.side h4 {
        margin-top: 10px;
    }

    .mobile-devices.col-6 li:first-child {
        margin-left: 0%
    }

    .filters li {
        width: 16.66667%;
        padding: 5px 10px;
    }

    .filters li.all {
        display: none;
    }

    .filters li:last-child {
        width: 100%;
        float: none;
        text-align: right;
        clear: both;
        line-height: 24px;
    }

    .homeSlots .gamebox .img-container {
        height: auto;
    }

    .casinoTable table, .casinoTable thead, .casinoTable tbody, .casinoTable th, .casinoTable td, .casinoTable tr {
        display: block
    }

    .casinoTable {
        border-width: 0
    }

    .casinoTable thead {
        display: none !important
    }

    .casinoTable tr {
        margin: 10px 0px;
        border: 2px solid #d7d7d7;
        background: none repeat scroll 0 0 #FFFFFF;
        position: relative;
    }

    .brand {
        height: 80px;
        padding-top: 10px
    }

    .brand-bg img {
        height: 60px;
        width: auto;
        max-width: none;
    }

    .rank {
        margin-top: 15px
    }

    .casinoTable td {
        margin: 0 auto;
        border: none;
        position: relative;
        white-space: normal;
        text-align: center;
        padding: 0 0px 5px;
    }

    .casinoTable td.bonus-text {
        padding-top: 0
    }

    .casinoTable td.brandcol {
        padding-bottom: 0px
    }

    .casinoTable .bonus-text strong {
        font-size: 24px;
        line-height: 1.2em
    }

    .casinoTable td.rank {
        font-size: 22pt;
        padding: 10px 10px 0;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        color: #fff;
        display: none;
    }

    .casinoTable td.logo {
        padding-top: 10px;
    }

    .gamesList li, .gamesSidebar li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        padding: 0 0 0 20px;
    }

    .sidebar-widget.full {
        padding: 0;
    }

    #content section.casinoBox, #content section, #content section.game.review-container {
        padding: 0 10px;
    }

    section.game.review-container .stickybar li:first-child:after {
        background: none;
        position: relative;
    }

    section.game.review-container .button-play .fa {
        vertical-align: middle;
        display: none;
    }

    section h1, section h2 {
        margin: 15px 0 5px;
        font-size: 14pt;
    }

    section h2 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #content section > h1 {
        font-size: 1.5em;
    }

    #content section > h1 + .meta {
        margin: 0;
        margin-bottom: 10px;
    }

    .mobile-devices li, .mobile-devices.col-3 li {
        width: 32.33333%;
        padding: 3px;
    }

    .mobile-devices h3, .mobile-devices h3 a {
        font-size: 10pt;
    }

    .meta .breadcrumb, .breadcrumb {
        display: none;
    }

    .review-container .meta .author {
        margin-right: 15px;
    }

    .feature-devices {
        text-align: center;
    }

    .casino-icons, .casino-small-icons, .currency-icons {
        margin: 0 2px 8px 2px;
        max-height: 25px;
    }

    .author-bio .siteAuthor {
        text-align: left;
    }

    .siteAuthor .social {
        text-align: right;
    }

    .small-icons {
        margin: 5px auto;
        float: none;
        max-width: 100%;
    }

    .review-container p {
        margin-bottom: 0px;
    }

    section.game.review-container .button-play {
        border-width: 0;
        padding: 0;
    }

    #jump_toc {
        float: none;
        max-width: 100%;
        margin: 15px auto;
    }

    .faq.col2 li {
        width: 100%;
        float: none;
    }

    .review-container .meta .rating {
        margin: 0;
    }

    .review-container .star-rating {
        width: 5.5em;
    }

    #main-header {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background: #000;
    }

    .header-left {
        padding: 5px 0 0;
        max-width: 100%;
        -ms-flex: 0 0 24%;
        flex: 0 0 100%;
    }

    html.lpsHead {
        margin-top: 0 !important;
    }

    html #wpadminbar {
        display: none !important;
    }

    section h2.nobdr, section .readmore h2 {
        line-height: 1.5;
        margin-top: 10px;
        padding: 5px 5px 5px 20px;
    }

    .deskHide {
        display: block;
    }

    .mobileHide {
        display: none;
    }

    .gamesSidebar .gamebox .img-container {
        height: auto;
    }

    .view-all {
        margin-bottom: 20px;
        background: #f5f6f7;
        padding: 5px 10px;
        border: 1px solid #ddd;
    }

    section.game.review-container .stickybar li {
        padding: 5px;
    }

    #gamewrapper.fullscreen {
        top: 2%;
    }

    .gameHeader .played .count {
        height: 22px;
        line-height: 22px;
    }

    .userrate {
        margin: 5px auto;
    }

    #gamewrapper.fullscreen .userrate {
        margin: 0 auto
    }

    section.game.review-container .stickybar small {
        font-size: 12px;
    }

    .gameFooter {
        margin-bottom: 0px;
    }

    .review-container {
        margin-bottom: 0px;
    }

    .hits {
        margin-bottom: 10px;
    }

    .review-container .misses {
        margin-bottom: 0;
    }

    .deskHide .sidebar-widget {
        border-width: 0;
        padding: 10px 0 0;
    }

    .page-template-template-casinos .deskHide .sidebar-widget {
        border-width: 1px;
        padding: 10px;
    }

    .side-table {
        margin: 0px auto;
        font-size: 11pt;
    }

    .hits, .misses {
        height: auto !important;
    }

    .siteAuthor .col-sm-2 {
        width: 20%;
        float: left
    }

    .siteAuthor .col-sm-10 {
        width: 80%;
        float: left;
    }

    .siteAuthor .col-sm-6 {
        width: 50%;
        float: left;
    }

    .games-container h2, .games-container.small h2 {
        margin: 0;
        line-height: 1.2;
        padding: 10px 0px;
        background: none;
        text-align: center;
        text-transform: none;
    }

    .slot-providers .col-xs-6 {
        width: 33.333334%
    }

    .container.mobilepad {
    }

    .row.mobilepad {
    }

    .col-md-9.mobilepad, .col-md-3.mobilepad, .col-sm-12.mobilepad {
    }

    #sidebar .view-all {
        margin: 5px;
    }

    #content section, #content section.game.review-container {
        padding: 0;
        border-width: 0;
    }

    #gamewrapper.fullscreen {
        width: 99%;
        height: 100%;
    }

    section.game.review-container .stickybar {
        border: 1px solid #e2e6ea
    }

    .sidebar-widget h3 {
        margin-bottom: 5px;
    }

    #content section.casinoBox {
        padding: 10px;
        border: 1px solid #e2e6ea;
        margin-bottom: 0;
    }

    .casinos-container {
        padding: 10px 15px;
    }

    .casinos-container .col-small {
        padding: 5px;
    }

    #content section.author-bio, #content section.gamesList {
        border: 1px solid #e2e6ea;
        padding: 10px;
    }

    .review-logo {
        margin-bottom: 10px;
    }

    .software-icons {
        max-width: 65px;
        margin: 0 2px 5px;
    }

    .games-container {
    }

    .games-container .row {
        margin: 0 -5px;
    }

    .games-container .col-xs-6 {
        padding: 0 5px;
        width: 33.33334%;
    }

    .gamebox {
        margin-bottom: 10px;
    }

    .casinoTable tr {
        display: inline-block;
        width: 31.333334%;
        margin: 1%;
        border: 1px solid #e2e6ea;
    }

    .casinoTable td.bonus .bonus-text small, .casinoTable .button-play .playBtn small {
        display: none;
    }

    .casinoTable {
        margin: 5px auto 15px;
    }

    .casinoTable .button-play .playBtn {
        font-size: 12pt;
    }

    .sidebar-widget h3 {
        padding: 0;
    }

    .review-container .feature-payout li {
        width: 48%;
    }

    .gamesList li {
        width: 50%;
    }

    #featured-main {
        background: #fff;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 11;
        margin-bottom: 30px;
    }

    .main-story {
        height: auto;
        float: none;
        margin-bottom: 15px;
    }

    .siteAuthor, .siteAuthor .social {
        text-align: center;
    }

    .siteAuthor .social a {
        width: 44px;
        height: 44px;
        font-size: 18px;
        line-height: 40px;
    }

    .three-items .subfeatured .main-story, .subfeatured #featured-main {
        height: auto;
        margin-bottom: 0;
    }

    .sidebar-right {
        margin-top: 20px;
    }

    #featured-main img {
        margin-left: 0;
        min-width: 100% !important;
    }

    .main-text {
        position: relative;
        width: 100%;
        padding: 0;
        text-align: left;
        float: none;
        left: auto;
        color: #000;
    }

    .main-text h3 {
        font-size: 24px;
    }

    .main-byline {
        font-size: 12px;
    }

    .sub-story {
        width: 100%;
        height: auto;
    }

    .sub-text {
        padding: 10px 6.2893081761% 8px;
        width: 87.4213836478%;
    }

    .sub-text small {
        display: none;
    }

    .sub-text h3 {
        font-size: 14px;
    }

    #featured-main h4 a {
        color: #000;
    }

    #featured-main h4 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    #featured-main .featured-category {
        padding-right: 10px;
    }

    #featured-main .entry-meta {
        color: #777;
        font-style: italic;
        font-size: 12px;
    }

    /*
    .games-container .row{margin:0;}
    .games-container .col-xs-6{padding:0;margin:0 2% 0 0;width:32%;}
    .games-container .col-xs-6:nth-child(3n-3), .games-container .col-xs-6:nth-child(3n-3) {margin-right: 0;}
    .gamebox {margin-bottom: 10px;}
    .games-container.small h2{margin-bottom:10px;}
    .games-container .col-sm-12{padding:0;}
    .viewall{margin: 0 auto 10px;}
    .games-container > .row > .col-sm-3, .games-container > .row > .col-sm-9{padding:0;}
    */
    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: block;
    }

    #content section.gameReview .content {
        padding: 0;
    }

    .gameReview h1 {
        margin: 0 0px;
        padding: 0;
        margin-bottom: 5px;
    }

    .featuredContainer {
        height: 120px;
        margin-bottom: 0px;
        margin: -5px -10px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .featuredText {
        padding: 20px 20px 10px;
    }

    .featuredContainer h1 {
        font-size: 22px;
        margin-bottom: 10px;
        font-family: 'ProximaNovaSB';
    }

    #content section.gameReview {
        padding: 0;
        border-width: 0;
    }

    .single section.gameReview h2 {
        margin: 20px 0 0;
    }

    .casinoTable table tbody tr:nth-child(even) {
        background: #fff;
    }

    .games-container > .row > .col-sm-3, .games-container > .row > .col-sm-9 {
        margin: 0;
        padding: 0 5px;
    }

    .featuredText .meta {
        font-size: 9px;
        color: #eee;
    }

    .featuredText .meta .author img {
        width: 16px;
        height: 16px;
    }

    section.news h3 {
        padding: 10px 0 0;
        font-weight: bold;
        font-size: 16pt;
    }

    .news h4, .news h4 a, #featured-main h4 a {
        font-size: 12pt;
        line-height: 1.35;
        font-weight: bold;
    }

    #content .casinos-container section.casinoBox {
        padding: 5px;
    }

    #gamewrapper.fullscreen .stickybar, #gamewrapper.fullscreen .userrate {
        display: none;
    }

    #fullscreen {
        display: none !important;
    }

    #gamewrapper.lpsGameStarted {
        position: fixed;
        width: 100%;
        z-index: 9999999999;
        top: 0;
        left: 0;
    }

    #gamewrapper.lpsGameStarted .gameHeader {
        background: #fff;
        padding: 5px 10px;
        display: block;
    }

    #gamewrapper.lpsGameStarted .gameHeader button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: red;
        color: #fff;
        border-width: 0;
        position: absolute;
        right: 15px;
        top: 0;
        width: 40px;
        height: 40px;
    }

    #gamewrapper.lpsGameStarted .gameHeader .played {
        float: right;
        margin-right: 40px;
    }

    .clickBtn a {
        max-width: 420px;
        bottom: -40px;
    }

    .noplay-container p {
        font-size: 1.25rem;
        vertical-align: text-bottom;
    }

    .noplay-container .noplay-content {
        margin-bottom: 20px;
    }

    .noplay-mask {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 20px;
    }

    .noplay-container p {
        margin-bottom: 15px;
    }

    .hor-border:before, .hor-border:after {
        width: 96%;
    }

    .white-buttons li {
        width: 50%;
    }

    section.blue-bg h4, section.games h4 {
        font-size: 1.3em;
        line-height: 1.35;
    }

    .white-buttons img {
        height: 24px;
        width: auto;
    }

    .red-buttons li a {
        padding: 10px 15px;
        word-break: break-word;
        font-size: 1rem;
    }

    .bootstrap-table .table {
        border-bottom-width: 0;
    }

    .stickybar .sticky-container {
        background: #fff;
    }

    .gameHeader .stickybar .sticky-container {
        background: #000;
    }

    .gameHeader .stickybar .sticky-container .bonus-text h4 {
        display: none;
    }

    .gameHeader .stickybar .sticky-container .bonus-textsmall {
        font-size: 12px;
    }

    .sticky-container .feature-payout, .stickybar .button-play {
        width: 50%;
        float: left;
        margin: 0;
    }

    .sticky-container .feature-payout div {
        width: 100%;
        float: none;
    }

    .casino-info h3 {
        line-height: 1.5;
    }

    .games-container .gamesTitle li, .games-container .gamesTitle li:last-child {
        float: none;
        width: 100%
    }

    .games-container .gamesTitle .gamesTotal {
        height: 40px;
        line-height: 40px;
        margin: 5px 0 10px;
    }

    #comments #wpcomm .wc-form-wrapper {
        padding: 10px;
    }

    #comments #wpcomm .wc-form-wrapper:before {
        background: none;
        position: relative;
    }

    section.games-content .stickybar .sticky-container {
        background: #000;
    }

    .games-wrapper .stickybar h2 {
        margin-top: 0;
    }

    .games-wrapper .stickybar .bonus-text {
        margin: 0 auto;
    }

    .games-wrapper .stickybar .bonus-text small {
        margin: 0;
    }

    .games-wrapper .stickybar li {
        padding: 5px 10px;
    }

    .games-wrapper .stickybar .button-play .playBtn {
        width: 100%
    }

    .games-wrapper .stickybar {
        margin: 10px auto
    }

    .full-screen-container .gameHeader .stickybar .button-play {
        margin: 20px auto;
        width: 100%;
        float: none;
    }

    .full-screen-container .gameHeader .stickybar .button-play .playBtn {
        letter-spacing: 0em;
        font-size: 12px;
    }

    .homeSlots li {
        width: 33.3333334%
    }

    .red-buttons, .games-list, .white-buttons {
        margin: 0 auto;
    }

    .white-buttons li {
        padding: 20px 0;
        border-bottom-color: rgba(255, 255, 255, 0.5);
    }

    .casino-table td.bonus strong, .casino-table td small {
        display: inline-block;
    }

    .casino-table .logo-rank span.rank {
        left: -15px;
        top: 10%;
    }

    footer .footer-widget li {
        width: 50%;
        float: left;
        text-align: left;
    }

    footer .footer-widget ul:after {
        content: '';
        display: block;
        clear: both;
    }

    footer {
        padding: 20px 0px 0;
        margin: 20px auto 0;
    }

    footer .logo-container {
        margin-bottom: 20px;
    }

    footer .widget_nav_menu {
        border: 1px solid #0a0a0a;
    }

    footer .footer-widget h3 {
        padding: 5px;
    }

    footer .footer-widget ul {
        padding: 0 10px;
    }

    footer .copyright {
        margin-top: 0;
    }

    footer .copyright .footerIcons li {
        margin-right: 10px;
    }

    footer .copyright .footerIcons li img {
        height: 32px;
        width: auto;
    }

    .casino-table tbody td.games {
        width: 100%;
    }

    .game-thumb img {
        max-width: 70px;
    }

    section.intro h2 {
        padding-top: 0px;
    }

    section.blue-bg h2, section.games h2, section.intro h2 {
        line-height: 1;
    }

    section h2.software-heading {
        line-height: 1.35;
        font-size: 1.25em;
        margin: 15px 0;
        padding: 0;
    }

    section h2.software-heading img {
        max-width: 80px;
    }

    .mapbox {
        background-color: #FAFAFA;
        padding: 10px;
        border: 1px solid #CECECE;
        float: left;
        margin: 15px 0 10px 15px;
        width: 92%;
        min-height: 100px;
        text-align: left;
    }

    .mapbox h2, .mapbox h3 {
        font-size: 20px;
    }

    .mapbox h3 {
        font-weight: 400;
        font-size: 18px;
    }

    .stcol {
        width: 100%;
        margin: 5px 0;
        float: none;
    }

    footer a, footer .toc_widget_list li:before, footer .widget_nav_menu li:before {
        line-height: 2em;
    }

    .homeSlots .gamebox .img-hover li:last-child {
        width: 72%;
    }

    .full-screen-container .gameHeader h3 {
        font-size: 10px;
    }

    .full-screen-container .gameHeader .stickybar .sticky-logo {
        margin: 20px auto 10px;
    }

    .full-screen-container {
        position: relative;
        z-index: 9999;
    }

    .full-screen-container .gameHeader {
        width: 115px;
    }

    #age_content p {
        line-height: 1.5em;
    }

    #slotsRTPSoftware li .title, #slotsRTPSoftware li .title a {
        font-size: 13px;
    }

    #slotsRTPSoftware li .rtp {
        font-size: 15px;
    }

    #slotsRTPSoftware .soft-logo img {
        max-width: 240px;
    }

    #slotsRTPSoftware h2 {
        font-size: 20px;
    }

    #slotsRTPSoftware .playBtn {
        font-size: 11px;
        padding: 10px 5px;
    }

    #slotsRTPSoftware h2 {
        margin-top: 10px;
    }

    #slotsRTP td .title, #slotsRTP td .title a {
        font-size: 13px;
    }

    #slotsRTP td .rtp {
        font-size: 15px;
    }

    #slotsRTP .soft-logo img {
        max-width: 240px;
    }

    #slotsRTP h2 {
        font-size: 20px;
    }

    #slotsRTP .playBtn {
        font-size: 11px;
        padding: 10px 5px;
    }

    #slotsRTP h2 {
        margin-top: 10px;
    }

    .decorativeContent {
        padding-right: 20px;
    }

    .decorativeContent h3 {
        text-align: left;
    }

    #decorativeNumList2 .decorativeContent h3 {
        padding-left: 44px;
    }

    .decorativeBoxWrap.cols-2 .decorativeContent {
        width: 95%;
        float: none;
        margin-bottom: 15px;
    }

    .decorativeBoxWrap.cols-1 .decorativeContent img, div.decorativeList .decorativeContent img, .decorativeNumList .decorativeContent img {
        float: none;
        margin: 10px auto;
        display: block;
    }

    .decorativeBoxWrap.cols-1 .decorativeContent {
        padding: 20px;
    }

    .decorativeNumList .decorativeContent:before {
        font-size: 3rem;
    }

    .decorativeNumList .decorativeContent {
        padding-left: 20px;
        padding-top: 20px;
    }

    .decorativeList .decorativeContent:before {
        height: 110%;
    }
}

@media (max-width: 479px) {
    .casino-table thead {
        display: none !important;
    }

    .gamebox .img-hover li:first-child {
        display: none;
    }

    .gamebox .img-hover li:last-child {
        width: 100%;
        float: none
    }

    .fixed-table-container {
        border-width: 0;
    }

    #slotsRTPSoftware .soft-logo img, #slotsRTP .soft-logo img {
        max-width: 200px;
    }

    #slotsRTPSoftware h2, #slotsRTP h2 {
        font-size: 16px;
    }

    .bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th {
        padding: 0;
    }

    .casino-table tbody, .casino-table {
        display: block;
        width: 100%;
    }

    .casino-table tbody tr {
        margin-bottom: 10px;
        border: 1px solid #6a848d;
        padding: 5px;
    }

    .casino-table tbody tr {
        display: inline-block;
        width: 48%;
        margin: 1%;
    }

    .casino-table tbody td {
        width: 100%;
        display: inline-block;
        border-width: 0;
    }

    .casino-table tbody td.button {
        width: 100%;
        float: none;
        display: block;
    }

    .casino-table td.bonus strong {
        display: inline-block;
        font-size: 1.5em;
        font-weight: 600;
        margin: 5px auto 0;
    }

    .casino-table td small {
        display: inline-block;
    }

    .casino-table td.logo-rank small {
        display: block;
    }

    .casino-table .button a {
        max-width: 80%;
    }

    .col-xs-6 {
        width: 100%;
        float: none
    }

    .noplay-container li.bg-text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .noplay-mask {
        padding: 20px;
        border-width: 28px;
    }

    .noplay-container li.bg-text {
        padding: 30px;
        width: 200px;
        height: 175px;
        font-size: 1rem;
    }

    .clickBtn a {
        max-width: 95%;
        bottom: -42px;
    }

    .hor-border:before {
        top: 1%;
        width: 96%
    }

    .hor-border:after {
        bottom: 1%;
        width: 96%
    }

    .mobile-devices li, .mobile-devices.col-3 li {
        width: 49%;
        padding: 3px;
    }

    .games-container .col-xs-6 {
        width: 50%;
        float: left
    }

    .mobile-box {
        min-height: 0;
        height: auto !important;
    }

    .stickybar .button-play .playBtn {
        padding: 10px 10px;
        font-size: 11pt;
        max-width: none;
        width: auto;
        display: inline-block;
    }

    .stickybar .button-play small, .stickybar .button-play .playBtn small {
        display: none;
    }

    .review-container .feature-payout li {
        width: 45%;
    }

    .gamesList li {
        width: 100%;
        float: none;
    }

    .filters li {
        float: left;
        width: 16.6667%;
        padding: 5px 5px;
        font-size: 7.5pt;
    }

    .mobile-devices.col-6 li:first-child {
        margin-left: 0;
    }

    .col-small {
        width: 50%;
        float: left
    }

    .casinoBox .rating-container .star-rating, .casinoBox .rating-container .terms-text {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
    }

    .casinoBox .rating-container .star-wrapper.small {
        height: 1rem;
        width: 5rem;
        font-size: 1.1rem;
        text-align: left;
        display: inline-block;
    }

    .casinoBox .playBtn {
        margin: 0 auto
    }

    .casinoBox .bonus-text p {
        margin-bottom: 5px;
    }

    .casinoBox .bonus-text {
        margin-top: 5px;
    }

    .mobile-devices li {
        width: 49%;
    }

    #games .gamebox .img-container {
        height: auto;
    }

    .filters li a:before {
        zoom: 0.8;
        -moz-transform: scale(0.8);
        -moz-transform-origin: 0 0;
    }

    #stickybar.fixed .playBtn {
        font-size: 14px;
        text-transform: none;
    }

    .gameFooter {
        text-align: center;
    }

    .gameFooter ul {
        float: none;
        margin: 0 auto;
    }

    .gameFooter li {
        margin: 0 5px;
    }

    .review-container h1 {
        text-align: center;
    }

    .gamesSidebar .gamebox .img-container {
        height: auto;
    }

    .stickybar .bonus-text strong {
        line-height: 1.35
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0;
        font-size: 21px;
    }

    .slot-providers .col-xs-6 {
        width: 50%
    }

    .siteAuthor .col-sm-2, .siteAuthor .col-sm-10, .siteAuthor .col-sm-6 {
        width: 100%;
        float: none;
    }

    .siteAuthor img, .siteAuthor h4, .siteAuthor .social {
        text-align: center;
        margin-top: 5px;
    }

    .small-icons.fright {
        float: none;
    }

    .casinoTable tr {
        display: inline-block;
        width: 48%;
        margin: 1%;
    }

    #content section.padtop {
        padding-top: 5px;
    }

    .featuredContainer {
        height: 109px;
        margin-bottom: 0;
        margin: -5px -10px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .featuredText {
        padding: 5px 10px 5px;
    }

    .featuredContainer h1 {
        margin-bottom: 0;
        font-family: 'ProximaNovaSB';
    }

    .rateBtn span {
        display: none;
    }

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

    #gamewrapper.fullscreen .stickybar, #gamewrapper.fullscreen .userrate {
        display: block;
    }

    input[type="text"], input[type="email"], select, textarea {
        width: 100%;
    }

    .white-buttons li {
        width: 100%;
        float: none;
        border-right-width: 0 !important;
    }

    .white-buttons li:nth-child(5) {
        border-bottom-width: 1px;
    }

    .sticky-container .feature-payout, .stickybar .button-play {
        width: 100%;
        float: none;
        margin: 0;
    }

    .sticky-container .feature-payout div {
        width: 45%;
        float: left;
    }

    .stickybar .button-play {
        text-align: center;
    }

    #stickybar .playBtn {
        width: 60%;
    }

    #stickybar.fixed .bonus-container h3, #stickybar.fixed .rating {
        display: none;
    }

    #stickybar.fixed li {
        width: 35%;
    }

    #stickybar.fixed li:first-child {
        width: 65%;
    }

    #stickybar.fixed .playBtn {
        margin: 6px auto;
    }

    .homeSlots li {
        width: 50%;
    }

    section.intro img {
        max-height: 100px;
    }

    .info li, .most_played li {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #slotsRTPSoftware .playBtn {
        font-size: 10px;
        padding: 10px 5px;
    }

    #slotsRTPSoftware li .rtp, #slotsRTPSoftware li .title, #slotsRTPSoftware li .title a {
        font-size: 12px;
    }

    #slotsRTP .playBtn {
        font-size: 10px;
        padding: 10px 5px;
    }

    #slotsRTP td .rtp, #slotsRTP td .title, #slotsRTP td .title a {
        font-size: 12px;
    }
}
