/*
---------- Contents ----------
0. Reset
1. General
2. Header
3. Footer
4. Content
    4.1. Single table
    4.2. Games
    4.3. Faq
    4.4. Gallery
    4.5. Popup
    4.6. Sitemap
    4.7. Show less
    4.8. All devices
    4.9. Table
    4.10 Tooltip
    4.11 Page Top
    4.12 Youtube
    4.13 Author
5. Sidebar
6. Archive
7. Page
8. Single
9. Single Casino
10. Listing
11. Single Game
12. Bonuses
*/
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular-.ttf") format("ttf");
}
/*
@font-face {
    font-family:'FontAwesome';
    font-display: fallback;
    src:url('../fonts/fontawesome-webfont.eot');
    src:url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
html,body,p,a,h1,h2,h3,h4,h5,h6,ul,ol,li,img,blockquote,form,input,textarea,select,button {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-decoration: none;
    font-size: 1em;
}
/*
* {
    -webkit-transition: all .1s ease,opacity .1s ease-in;
    -moz-transition: all .1s ease,opacity .1s ease-in;
    -ms-transition: all .1s ease,opacity .1s ease-in;
    -o-transition: all .1s ease,opacity .1s ease-in;
    transition: all .1s ease,opacity .1s ease-in
}
*/


/* -------------------- 1. General -------------------- */

html {
    width: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
}
body {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    overflow-x: hidden;
}
.container {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
main {
    padding-top: 10px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
h1 {
    font-size: 26px;
    line-height: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
@media all and (min-width: 1024px){
    h1 {
        font-size: 29px;
        line-height: 29px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 23px;
    }
    h4 {
        font-size: 21px;
    }
    h5 {
        font-size: 19px;
    }
    h6 {
        font-size: 17px;
    }
}
.error404 h1 {
    margin-bottom: 15px;
}
blockquote {
    margin: 0 10px;
    padding: 0.5em 10px;
}
blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-style: italic;
}
blockquote:after {
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.5em;
    font-style: italic;
}
blockquote p {
    display: inline;
    line-height: 1.3em;
    font-size: 1.25em;
}
img {
    max-width: 100%;
    height: auto;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    border: 1px solid transparent;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    clip: auto !important;
    clip-path: none;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 5px 0;
}
.btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 11px 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.btn:hover {
    opacity: 0.9;
    transform: scale(1.025);
}
.btn-nobg {
    background: none;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
}
.checkbox-wrap {
    cursor: pointer;
    display: block;
    position: relative;
}
.checkbox-wrap .check {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.checkbox-wrap input:checked + .check {
    border: 1px solid transparent;
}
.checkbox-wrap input:checked + .check::after {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}
.checkbox-wrap input {
    display: none;
}
.checkbox-wrap .count {
    margin-left: 5px;
    font-weight: bold;
}
.ratings {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ratings p {
    margin: 0 !important;
}
.ratings .value {
    display: inline-block;
    line-height: 1.5em;
    margin-right: 3px;
}
.post-ratings img {
    width: 16px;
}
.ratings .stars {
    display: inline-block;
}
.ratings .legend {
    display: block;
    font-weight: normal;
    width: 100%;
}

.fa {
    display:inline-block;
    /*font:normal normal normal 14px/1 FontAwesome;*/
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position: relative;
    width: 20px;
    height: 20px;
}

.fa:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(150deg) brightness(105%) contrast(101%);
}
.fa-fb:before{
    background-image: url(../img/facebook.svg);
    /*content:"\f09a"*/
}
.fa-tw:before{
    background-image: url(../img/twitter.svg);
    /*content:"\f099"*/
}
.fa-yt:before{
    background-image: url(../img/youtube.svg);
    /*content:"\f167"*/
}
.fa-ig:before{
    background-image: url(../img/instagram.svg);
    /*content:"\f16d"*/
}

@media all and (max-width: 812px) {
    .alignright {
        max-width: 250px;
    }
}
@media all and (max-width: 719.98px){
    .hide-xs {
        display: none;
    }
}
@media all and (max-width: 479.98px){
    .alignright {
        max-width: 150px;
    }
}
@media all and (min-width: 720px) and (max-width: 1023.98px) {
    .hide-sm {
        display: none;
    }
    .alignright {
        max-width: 250px;
    }
}
@media all and (min-width: 1024px) and (max-width: 1279.98px) {
    .hide-md {
        display: none;
    }
}
@media all and (min-width: 1280px) {
    .hide-lg {
        display: none;
    }
}
@media all and (min-width: 1024px){
    .full-width {
        padding: 15px 0;
    }
}
/* -------------------- 2. Header -------------------- */

header .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding-right: 6px;
    padding-left: 2%;
    box-sizing: border-box;
}
header .logo-container {
    display: flex;
    align-items: center;
}
header .logo-container a {
    display: block;
}
header #navToggle {
    font-size: 25px;
    line-height: 25px;
    margin: 5px 5px 5px 20px;
    cursor: pointer;

}
header .menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 3;
}
header .menu-container.active {
    left: 0;
}
.menu-container #closeMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 75px;
    height: 75px;
    font-size: 70px;
    cursor: pointer;
}
.menu-container .menus {
    flex: 1 1 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
}
.menu-container nav {
    display: flex;
    justify-content: center;
}
.menu-container nav ul {
    width: 100%;
}
.menu-container nav li {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;*/
    width: 100%;
}
.expand {
    display: block;
    line-height: 22px;
    font-size: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    position: relative;
    float: right;
}
.expand span {
    display: block;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border-top: 2px solid transparent;
}
.expand span:first-of-type {
    transform: rotate(90deg);
}
.active > .expand span:first-of-type {
    transform: rotate(0deg);
}
.menu-container nav a {
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px; /*25px*/
    padding-right: 5px; /*25px*/
}
.menu-container nav .menu > li:not(.current-menu-item) > a{
    padding-bottom: 2px;
}
.menu-container nav .sub-menu {
    display: none;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
.menu-container nav .sub-menu a {
    font-size: 20px;
    font-weight: normal;
}
.menu-container .menu > .current-menu-item > a {
    border: 2px solid transparent;
}
.menu-container nav .sub-menu .sub-menu {

    border: 4px solid transparent;
}
.langs {
    border-radius: 50%;
    margin: 50px auto 25px auto;
}
.lang {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    /*margin-right: 5px;*/
}
.lang.current {
    width: 40px;
    height: 40px;
    background-size: 42px 42px;
    margin: 0 auto;
    display: block;
}
.de, .de-de {
    background-image: url("../img/flag-de.svg");
}
.fr {
    background-image: url("../img/flag-fr.svg");
}
.en-au {
    background-image: url("../img/en-au.png");
}
.en-ca, .fr-ca {
    background-image: url("../img/en-ca.png");
}
.fr-ch, .de-ch {
    background-image: url("../img/ch.png");
}
.de-at {
    background-image: url("../img/de-at.png");
}
.pt-br {
    background-image: url("../img/pt-br.png");
}
.en-sg {
    background-image: url("../img/en-sg.png");
}
.langs .sub-menu {
    display: none;
}
.langs nav .sub-menu {
    padding-left: 0;
}

@media all and (max-width: 1024px) {
    .langs .current {
        display: none;
    }
    .langs nav > ul > li {
        position: relative;
    }
    .langs nav .sub-menu {
        display: flex;
    }
    .langs nav .sub-menu li {
        display: inline-block;
    }
    .langs nav .sub-menu li .lang {
        width: 30px;
        height: 30px;
    }
    .langs nav .sub-menu li a {
        padding: 0 5px;
    }
    /*
    .langs nav .sub-menu.active {
        display: block;
        margin-top: 5px;
        position: absolute;
    }
    .langs nav .sub-menu.active li {
        text-align: center;
    }
    .langs nav .sub-menu.active a {
        padding-left: 0;
        padding-right: 0;
    }*/
}

.breadcrumbs {
    font-size: 1em;
    /*margin: 15px auto;*/
}
.breadcrumbs li {
    display: inline-block;
}
@media all and (orientation: portrait) {
    .menu-container .menus {
        justify-content: space-evenly;
    }
}
@media all and (min-width: 1024px) {
    header {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
    }
    header .container {
        padding: 0;
        width: 96%;
    }
    header .logo-container {
        display: block;
        margin-right: 25px;
    }
    #navToggle {
        display: none;
    }
    header .menu-container {
        position: relative;
        left: 0;
    }
    .menu-container nav {
        align-items: flex-end;
    }
    .menu-container #closeMenu {
        display: none;
    }
    .menu-container .menus {
        flex: auto;
        flex-direction: row;
        overflow-y: visible;
        justify-content: space-between;
    }
    .menu-container nav li {
        display: inline-block;
        position: relative;
        width: auto;
    }
    .expand {
        display: none;
    }
    .menu-container nav a {
        font-size: 16px;
        display: block;
    }
    .menu-container nav .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        /*left: -25%;*/
        left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        /*width: 150%;*/
        width: auto;
        z-index: 1;
    }
    .menu-container nav .sub-menu .sub-menu {
        padding-left: 0;
        border: none;
    }
    .menu-container nav li:hover > .sub-menu{
        display: block;
    }
    .menu-container nav .sub-menu li {
        display: block;
    }

    .menu-container nav .sub-menu li:first-of-type {
        border-top: 10px solid transparent;
    }
    .menu-container nav .sub-menu li:first-of-type::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: -18px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: none;
    }
    .menu-container nav .sub-menu li:last-of-type {
        border-bottom: 10px solid transparent;
    }
    .menu-container nav .sub-menu .menu-item-has-children::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -16px;
        margin-top: -8px;
        width: 0;
        height: 0;
        border: 8px solid transparent;

    }
    .menu-container nav .sub-menu .menu-item-has-children:hover::after {
        border-left:8px solid transparent;
        z-index: 2;
    }
    /* ----- 3rd lvl ----- */
    .menu-container nav .sub-menu .sub-menu {
        display: none;
        position: absolute;
        top: -25px;
        left: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
        width: 150%;
        z-index: 1;
    }
    .menu-container nav .sub-menu .sub-menu li:first-of-type {
        border-top: 10px solid transparent;
    }
    .menu-container nav .sub-menu .sub-menu li:first-of-type::before {
        display: none;
    }
    .menu-container nav .sub-menu a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
        text-align: center;
    }
    .langs {
        margin: 0;
    }
    /*
    .menu-container .langs .sub-menu {
        width: 200%;
    }
    */
    .menu-container .langs .sub-menu li span {
        line-height: 20px;
        height: 20px;
    }
}
/* -------------------- 3. Footer -------------------- */
footer {
    padding: 2rem 0;
}
footer .container {
    display: flex;
    flex-direction: column;
}
.footer-menu-container {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-menu {
    display: block;
    margin: 3rem auto;
}
.footer-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-menu ul li {
    flex-basis: 50%;
    width: 50%;
}
.footer-menu ul li a {
    display: block;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.75em;
}
.footer-menu ul li a:hover {
    text-decoration: none;
}
footer .info-container {
    padding-left: 15px;
    padding-right: 15px;
}
footer .info-container .logo {
    display: block;
    width: 33%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
footer .info-container .logo img {
    display: block;
    width: 100%;
    height: auto;
}
footer .socials {
    margin: 25px auto;
}
footer .socials ul li {
    display: inline-block;
    margin-right: 10px;
}
footer .partners-container {
    padding-left: 15px;
    padding-right: 15px;
}
footer .partners-container ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
footer .partners-container ul li {
    margin-right: 15px;
}
footer .socials li img,
footer .partners-container li img {
    display: block;
    /*height: 60px;*/
}
footer .partners-container p {
    margin: 2rem auto;
    font-size: 1em;
}

@media all and (min-width: 1024px){
    footer .container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    footer .info-container {
        order: 1;
        flex-grow: 1;
    }
    footer .info-container .logo {
        margin-top: 0;
    }
    footer .footer-menu-container {
        order: 2;
        flex-grow: 1;
    }
    .footer-menu-container .footer-menu {
        margin: 0 auto;
    }
    footer .partners-container {
        order: 3;
        margin-top: 25px;
    }
    footer .info-container .logo {
        width: auto;
    }
    footer .info-container .logo img {
        width: auto;
    }
    .footer-menu ul li {
        margin-top: 0.5em;
    }
    .footer-menu ul li a {
        font-size: 1em;
        line-height: 1.5em;
    }
    footer .socials li img,
    footer .partners-container li img {
        height: 40px;
    }
}
@media all and (min-width: 1280px){
    footer .container {
        flex-wrap: nowrap;
    }
    footer .info-container {
        order: 1;
        width: 25%;
    }
    footer .footer-menu-container {
        order: 2;
        width: 25%;
    }
    footer .partners-container {
        order: 3;
        width: 50%;
        margin-top: 0;
    }
}

/* -------------------- 4. Content -------------------- */

article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
.archive-content h1,
.archive-content h2,
.archive-content h3,
.archive-content h4,
.archive-content h5,
.archive-content h6{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
article p,
.archive-content p {
    line-height: 1.5em;
    margin-bottom: 5px;
}
article div + p,
article div + ul,
article div + ol,
.archive-content div + p,
.archive-content div + ul,
.archive-content div + ol{
    margin-top: 15px;
}
.archive-content .loop-container:first-child {
    margin-top:-10px;
}
.archive-content .loop-container:last-child {
    margin-bottom:-20px;
}
/*
article .content-block p:first-of-type,
article .content-block ul:first-of-type,
article .content-block ol:first-of-type {
    padding-top: 25px;
}
*/
article ul li {
    line-height: 1.5em;
    margin-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
}
article .contents li {
    list-style: none;
}
article ol {
    padding-left: 20px;
}
article ol > li {
    line-height: 1.5em;
    margin-bottom: 5px;
    list-style: decimal;
    list-style-position: outside;
}
article .white {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 25px;
}
/* ---------- 4.1 Single table ---------- */
main .single-table {
    padding: 8px 12px; /*21px 18px*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(220,200,200,1);
    margin-top: 15px;
    margin-bottom: 15px;
}
main .single-table .thumb {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
}
main .single-table .img {
    position: relative;
    overflow: hidden;
    height: 100px;
    border-radius: 3px;
}
main .single-table .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
main .single-table .title {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.deposit,
div.bonus,
span.bonus {
    font-size: 20px;
    font-weight: bold;
    /*flex-basis: 50%;*/
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.legend {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.single-table .button {
    width: 100%;
}
.single-table .button .btn {
    display: block;

}
@media all and (min-width: 1024px) {
    .archive-content .loop-container:first-child {
        margin-top:-20px;
    }
    main .single-table .thumb {
        width: 25%;
        padding-left: 0;
        padding-right: 0;
    }
    main .single-table .title {
        width: 18%;
    }
    main .single-table .deposit {
        width: 17%;
    }
    .single-table .deposit, .single-table .bonus {
        margin-top: 15px;
    }
    main .single-table .bonus {
        width: 20%;
    }
    main .single-table .button {
        width: 20%;
    }
    main .single-table .button .btn {
        display: inline-block;
        float: right;
    }
}
/* ---------- # 4.1 Single table ---------- */
/* ---------- 4.2 Games ---------- */
.games-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 25px -10px 0 -10px;
}
.games-container .block-title {
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    margin-top:0;
    margin-bottom: 15px;
    padding: 0 10px;
}
.games-container .item {
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.games-container .item p {
    display: none;
}
.games-container .item > a{
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
}
.games-container .item .thumb {
    position: relative;
    overflow: hidden;
    /*height: 175px;*/
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.games-container .item img {
    display: block;
    width: 100%;
    /*position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.games-container .item .title {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    /*margin-top: auto;*/
}
@media all and (min-width: 720px) {
    .games-container .item {
        width: 33.33%;
    }
    .games-container .item .title {
        padding: 10px 20px 20px 20px;
    }
}
@media all and (min-width: 1024px) {
    .games-container .item {
        width: 25%;
    }
    .games-container .item .title {
        /*padding: 15px 25px 25px 25px;*/
        padding: 15px;
    }
}
@media all and (min-width: 1280px) {

}
/* ---------- # 4.2 Games ---------- */
/* ---------- 4.3 FAQ ---------- */
.faq {
    margin-bottom: 25px;
    padding-top: 25px;
}
.faq .accordeon-item {
    padding: 10px 20px;
    border: 1px solid transparent;
    border-bottom: none;
}
.faq .accordeon-item-title {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    border: none;
}
.faq .accordeon-item-title i {
    font-style: normal;
    display: inline-block;
    height: 21px;
    width: 15px;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: rotate(90deg);
    float: right;
}
.faq .accordeon-item-title.opened i {
    transform: rotate(270deg);
}
.faq .accordeon-item-title.opened:before {
    transform: rotate(270deg);
}
.faq .accordeon-item:last-of-type {
    border-bottom: 1px solid transparent;
}
.faq .accordeon-item-info {
    margin-top: 10px;
    display: none;
}
@media all and (min-width: 720px){
    .faq .accordeon-item-title {
        font-size: 16px;
    }
}
@media all and (min-width: 1024px){
    .faq .accordeon-item-title {
        font-size: 20px;
    }
}
/* ---------- # 4.3 FAQ ---------- */
/* ---------- 4.4. Gallery ---------- */
.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.gallery-item {
    width: 25%;
    box-sizing: border-box;
    padding: 5px;

}
.gallery-item img {
    height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid transparent;
    padding: 3px;
    -webkit-transition: all .5s ease,opacity .5s ease-in;
    -moz-transition: all .5s ease,opacity .5s ease-in;
    -ms-transition: all .5s ease,opacity .5s ease-in;
    -o-transition: all .5s ease,opacity .5s ease-in;
    transition: all .5s ease,opacity .5s ease-in
}
.gallery-item img:hover {
    transform: scale(1.1);
}
/* ---------- # 4.4. Gallery ---------- */
/* ---------- 4.5. Popup ---------- */
.popup-container {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.popup-container.active {
    display: block;
}
.popup-content {
    top: 5%;
    position: relative;
    display: block;
    padding: 10px !important;
    border: 4px solid transparent;
    border-radius: 6px;
    width: 90%;
    margin: 0 auto;
}
.popup-close {
    position: absolute;
    z-index: 2;
    top: -14px;
    right: -14px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    border: 4px solid transparent;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.popup-content .title {
    font-size: 20px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 15px;
}
.popup-content .top-casinos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.popup-content .top-casinos .item {
    width: 50%;
}
.popup-content .top-casinos .item-inner {
    cursor: pointer;
    padding: 0 5px;
}
.popup-content .item .thumb {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px;
    margin: 0 auto;
}
.popup-content .item .thumb .img {
    border-radius: 5px;
    display: block;
    width: 100%;
}
.popup-content .item .play {
    padding: 0 5px;
}
@media all and (min-width: 480px){
    .popup-content .top-casinos .item {
        width: 33%;
    }
    .popup-content .top-casinos .item-inner {
        padding: 0 10px;
    }
}
@media all and (min-width: 720px){
    .popup-content {
        top: 10%;
        width: 90%;
        max-width: 720px;
    }
    .popup-content .top-casinos .item-inner {
        padding: 0 15px;
    }

}
/* ---------- # 4.5. Popup ---------- */

/* ---------- 4.6. Sitemap ---------- */

.htsm-container {
    margin-top: 20px;
}
.htsm-row {
    display: block;
    margin-bottom: 1em;
    overflow: hidden;
    background: rgba(255,255,255,.03);
    padding: 20px;
    box-shadow: 1px 1px 5px #000;
}
.htsm-row ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.htsm-row ul li {
    list-style-position: inside;
    width: 50%;
}
.htsm-row ul li:hover {
    text-decoration: underline;
}

/* ---------- # 4.6. Sitemap ---------- */

/* ---------- 4.7. Show less ---------- */

.show-less {
    overflow: hidden;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: relative;
    padding-bottom: 1.4em;
}
.show-less .toggle-action,
.page-top .toggle-action {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.show-less .toggle-action button {
    background: none;
    position: relative;
    height: 1.5em;
    width: 100%;
    text-align: left;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
}
/*
.show-less.expanded .toggle-action {
    bottom: 1.4em;
}
*/
.show-less.expanded .toggle-action button::after{
    content: "SHOW LESS \f0d8";
    font-family:'FontAwesome',Roboto, sans-serif;;
    font-weight: bold;
    position: absolute;
    font-size: 0.75em;
    top: 0;
    left: 0;
}
.show-less.collapsed .toggle-action button::after{
    content: "SHOW MORE \f0d7";
    font-family:'FontAwesome',Roboto, sans-serif;;
    font-weight: bold;
    position: absolute;
    font-size: 0.75em;
    top: 0;
    left: 0;
}

/* ---------- # 4.7. Show less ---------- */

/* ---------- 4.8. All Devices ---------- */

.all-devices {
    border: 1px dashed transparent;
    text-align: center;
    padding: 25px 40px;
}
.all-devices .thumb {
    max-width: 150px;
    margin: 10px auto;
}
.all-devices .text {
    margin: 10px auto;
    font-weight: bold;
}

/* ---------- # 4.8. All Devices ---------- */

/* ---------- 4.9. Table ---------- */
.table {
    width: 100%;
    border-collapse: collapse;
}
.table thead {
}
.table th {
    padding: 10px;
    text-align: left;
    font-weight: bold;
}
.table tbody tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.table tbody td {
    padding: 10px;
    font-weight: bold;
}
/* ---------- # 4.9. Table ---------- */

/* ---------- 4.10. Tooltip ---------- */

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tooltip .sign {
    position: absolute;
    bottom: 0;
    left: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    width: 12px;
    height: 12px;
    background-color: #ff9140;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #31647A;
    -moz-box-shadow: 0px 1px 3px 3px #eee;
    -webkit-box-shadow: 0px 1px 3px 3px #eee;
    box-shadow: 0px 1px 3px 3px #eee;
    text-align: center;
    border-radius: 6px;
    padding: 16px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* ---------- # 4.10. Tooltip ---------- */

/* ---------- 4.11. Page top ---------- */
.page-top {
    overflow: hidden;
    /*-webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;*/
    position: relative;
    padding-bottom: 1.8em;
}
.page-top h1{
    margin: 0;
}
.page-top .ratings {
    margin: 0;
}
.page-top .info {
    overflow: hidden;
}
.page-top .info > img {
    float: right;
    margin-left: 7px;
    width: 35%;
}
/*
.page-top .contents li {
    display: inline-block;
    margin-right: 7px;
}
*/
.page-top .contents li {
    list-style: none;
}
.page-top .toggle-action button::after {
    line-height: 1.5em;
}
.page-top .toggle-action button {
    background: none;
    position: relative;
    height: 3em;
    width: 100%;
    text-align: left;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
}
.page-top.collapsed {
    height: 200px;
}
.page-top.expanded .toggle-action button::after {
    content: "SHOW LESS \f0d8";
    font-family:'FontAwesome',Roboto, sans-serif;
    font-weight: bold;
    position: absolute;
    font-size: 0.75em;
    bottom: 0;
    left: 40%;
}
.page-top.collapsed .toggle-action button::after {
    content: "SHOW MORE \f0d7";
    font-family:'FontAwesome',Roboto, sans-serif;
    font-weight: bold;
    position: absolute;
    font-size: 0.75em;
    bottom: 0;
    left: 40%;
}
.page-top .toggle-action {
    background: linear-gradient(to top,#FFF 40%,rgba(255,255,255,0) 100%);
}
@media all and (min-width: 720px){
    .page-top {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .page-top .title-container {
        width: 100%;
    }
    .page-top .info {
        width: 75%;
        order: 2;
    }
    .page-top .contents-container {
        width: 25%;
        order: 1;
    }
    .page-top .contents li {
        /*display: block;*/
        width: 100%;
    }

}
/* ---------- # 4.11. Page top---------- */

/* ---------- 4.12 Youtube ---------- */

.youtube {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.youtube img {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*
.to-hide {
    display: none;
}*/
.youtube .ytplay {
    position: absolute;
    width: 80px;
    margin: 0;
    top: 50%;
    /*margin-top: -25px;*/
    left: 50%;
    /*margin-left: -40px;*/
    cursor: pointer;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}
.youtube .ytplay:hover {
    transform: scale(1.2);
    opacity: .9
}

@media all and (min-width: 720px) {
    .youtube {
        height: 500px;
    }
}


/* ---------- # 4.12 Youtube ---------- */
/* ---------- 4.13 Author ---------- */
.author-block {
    background: #fbfbfb;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    width: 100%;
    padding: 24px 18px;
    box-sizing: border-box;
}
.author-info {
    display: flex;
    font-weight: 700;
    margin-bottom: 32px;
}
.author-about {
    line-height: 1.7;
    font-size: .9em;
}
.author-info__image {
    border-radius: 50%;
    margin-right: 16px;
    height: 75px;
    width: 75px;
}
.author-name {
    margin-bottom: 8px;
    font-size: 1.2em;
    color: #19A2DD;
}
.author-social .social-icon {
    margin-right: 12px;
}
.author-social .social-icon .fa {
    color: #19A2DD;
}

/* ---------- # 4.13 Author ---------- */
/* -------------------- 5. Sidebar-------------------- */

.sidebar {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
    border-radius: 5px;
    align-self: flex-start;
}
.sidebar h2 {
    border-bottom: 1px solid transparent;
    margin-bottom: 12px;
    padding: 24px 10px;
}
.game .sidebar h2 {
    padding: 10px;
}
.sidebar .posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sidebar ul.posts li {
    flex: 0 1 50%;
    width: 50%;
    list-style: none;
}
.sidebar .posts .post {
    padding: 15px;
    display: block;
}
.sidebar .posts .wp-post-image {
    display: block;
    width: 100%;
    height: auto;
}
.post .meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
.post .readmore {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.sidebar .games {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sidebar .games li {
    list-style: none;
    width: 100%;
}
.sidebar .games .game {
    display: flex;
    flex-direction: row;
}
.sidebar .games .game .thumb {
    width: 35%;
}
.sidebar .games .game .img {
    width: 100%;
}
.sidebar .games .game .meta {
    width: 65%;
    box-sizing: border-box;
    padding-left: 25px;
}
.sidebar .games .game h3 {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.sidebar .games .game .btn {
    display: inline-block;
    padding: 8px 20px;
    width: auto;
    font-size: 12px;
    line-height: 12px;
    border-width: 1px;
}
@media all and (min-width: 720px) {
    .sidebar .games li {
        width: 50%;
    }
}
@media all and (min-width: 1024px) {
    .sidebar {
        margin-top: 0;
        width: 23%;
        margin-left: 2%;
        padding-bottom: 15px;
    }
    .game .sidebar {
        width: 33%;
        padding-top: 0;
        margin-top: 15px;
    }
    .sidebar h2 {
        font-size: 1.1em;
        padding-bottom: 5px;
    }
    .sidebar ul.posts li {
        flex: 0 1 100%;
        flex-basis: 100%;
        width: 100%;
    }
    .sidebar .posts h3 {
        font-size: 1.2em;
    }
    .sidebar .posts .post .meta {
        font-size: 0.75em;
        align-content: center;
    }
    .sidebar .games li {
        width: 100%;
    }
}
@media all and (min-width: 1280px) {
    .game .sidebar {
        width: 23%;
    }
}
/* -------------------- # 5. Sidebar -------------------- */
/* -------------------- 6. Archive -------------------- */
.posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
}
.archive main .page-title {
    flex-basis: 100%;
    margin-bottom: 15px;
}
.archive article {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}
.archive-content {
    background-color: #fff;
    padding: 10px 10px 20px 10px;
    border-radius: 5px
}
.archive article .post-content {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.archive article .post-content h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.archive article .post-content .post-thumb {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}
.archive article .post-content .post-thumb .wp-post-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}
.archive article .post-content .text {
    margin-bottom: 25px;
}
.archive article .post-content .meta {
    margin-top: auto;
}
.archive-content .loop-container {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 0;
}
.archive-content ul li {
    line-height: 1.5em;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 5px;
}
.archive-content ol {
    padding-left: 20px;
}
.archive-content ol > li {
    line-height: 1.5em;
    margin-bottom: 5px;
    list-style: decimal;
    list-style-position: outside;
}
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pagination span {
    display: inline-block;
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 5px;
    cursor: pointer;
}
.pagination span:hover {
    background: #EC4F4F;
}
.pagination span a{
    display: block;
}
.pagination span:hover a {
    color: #fff;
}
.pagination span.page {
    border: 1px solid #ccc;
}
.pagination span.current {
    border-color: rgba(0,0,0,0);
    background: #EC4F4F;
    color: #fff;
}
@media all and (min-width: 480px) {
    .archive article {
        width: 50%;
        padding: 0 15px;
    }
    .archive article .text {
        display: none;
    }
}
@media all and (min-width: 720px) {
    .archive article {
        width: 33.333%;
    }
}
@media all and (min-width: 1024px) {
    .archive article {
        width: 25%;
    }
}
@media all and (min-width: 1280px) {
    .archive article .text {
        display: block;
    }
}

/* -------------------- # 6. Archive -------------------- */

/* -------------------- 8. Single, Page -------------------- */

.single article,
.page article {
    padding: 5px 10px 25px 10px;
    border-radius: 5px;
}
.single article .post-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single article .post-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.has-sidebar {
    display: flex;
    flex-direction: column;
}
@media all and (min-width: 1024px) {
    .has-sidebar {
        flex-direction: row;
        justify-content: space-between;
    }
    .single article {
        flex: 1 1 25%;
    }
    .single article,
    .page article {
        padding-top: 10px;
    }
    .has-sidebar article {
        width: 75%;
    }
}
.page-template-default h2,
.single article h2,
.archive-content h2 {
    margin: 0.5em 0;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    position: relative;
}
.page-template-default h3,
.single article h3,
.archive-content h3 {
    margin: 0.5em 0;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    position: relative;
}
.page-template-default h4,
.single article h4,
.archive-content h4 {
    margin: 0.5em 0;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    position: relative;
}
.page-template-default article h2::before,
.single article h2::before,
.archive-content h2::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 26px;
    border-top: 3px solid transparent;
}

/* -------------------- # 8. Single, Page -------------------- */
/* -------------------- 9. Single Casino -------------------- */

.single-casino main,
.single-casinos main {
    background: none;
}

.single-casino .thumb,
.single-casinos .thumb{
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    box-sizing: border-box;
}
.single-casino .info-block .thumb,
.single-casinos .info-block .thumb {
    flex-basis: 100%;
    width: 100%;
}
.single-casino .thumb img,
.single-casinos .thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.single-casino .bonuses,
.single-casinos .bonuses {
    display: flex;
    flex-direction: row;
}
.list-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}
.list-wrap ul {
    padding: 15px 10px;
}
.list-wrap ul li {
    position: relative;
    list-style: none;
}
.list-wrap li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}
.single-casino .info-block .btn,
.single-casinos .info-block .btn{
    width: 100%;
}
.term .items ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.info-block .items li {
    margin-right: 10px;
    margin-top: 10px;
    list-style: none;
}
.info-block .games a,
.info-block .providers a,
.info-block .games span,
.info-block .providers span {
    display: block;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.info-block .items img {
    display: block;
    height: 30px;
    width: auto;
}
@media all and (min-width: 720px) {
    .contents {
        float: left;
        margin: 0 18px 5px 0;
    }
    .content-block .contents {
        margin-top: 10px;
        width: 25%;
    }
    .contents + h2 {
        display: flex;
    }
    .single-format-aside .contents,
    .archive .contents {
        margin-top: 5px;
    }
    .single-casino .contents ~ .single-table,
    .single-casinos .contents ~ .single-table{
        clear: both;
    }
    .single-casino .terms,
    .single-casinos .terms{
        display: flex;
        flex-direction: column;
    }
    .single-casino .terms .games,
    .single-casinos .terms .games{
        order: -1;
    }
    .single-casino .terms .btn,
    .single-casinos .terms .btn {
        order: 0;
        margin-top: 25px;
    }

}

@media all and (min-width: 1024px) {

    .single-casino.single-format-standard article,
    .single-casinos.single-format-standard article {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .single-casino .content-block,
    .single-casinos .content-block {
        width: 70%;
        margin-top: 0;
        order: 1;
    }
    .single-casino .content-block .info-top,
    .single-casinos .content-block .info-top {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .single-casino .info-block,
    .single-casinos .info-block {
        width: 30%;
        order: 2;
        margin-left: -1px;
    }
    .single-casino .info-block,
    .single-casinos .info-block {
        padding: 10px;
    }
    .single-casino .content-block,
    .single-casinos .content-block {
        padding: 0px 10px 50px 0px;
    }

}
@media all and (min-width: 1280px) {
    .single-casino .content-block,
    .single-casinos .content-block {
        width: 75%;
    }
    .single-casino .info-block,
    .single-casinos .info-block {
        width: 25%
    }
}
/* -------------------- 9. # Casino -------------------- */

/* -------------------- 10. Listing -------------------- */

.list-container {
    display: flex;
    flex-direction: column;
}
.list-container .filter {
    border-radius: 5px;
    padding: 30px 30px 10px 30px;
    margin-bottom: 12px;
}
.list-container .term {
    margin-bottom: 20px;
}
.list-container .filter input[type="checkbox"] {
    border: 1px solid transparent;
    border-radius: 2px;
}
.list-container .filter.games ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-container .filter.games ul li {
    width: 50%;
    margin-bottom: 10px;
}
.filters .terms .count {
    font-weight: bold;
    float: right;
}
.filters .term li {
    margin-bottom: 5px;
}
.filters .term h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.filters .lens {
    display: inline-block;
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    line-height: 16px;
    font-size: 32px;
    font-weight: bold;
    float: right;
}
article .loop-container {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 0;
}
article .loop-container:last-child {
    margin-bottom: -10px;
}
.listing {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 25px 10px 5px 10px;
}
.listing .casino-item {
    padding: 5px 10px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.listing .casino-item:nth-last-child(2) {
    margin-bottom: 0 !important;
}
.listing .casino-item .thumb {
    display: flex;
    width: 100%;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.listing .casino-item .num {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50%;
    left: -15px;
    margin-top: -15px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    border: 2px solid transparent;
}
.listing .casino-item .thumb .img {
    position: relative;
    overflow: hidden;
    height: 100px;
    border-radius: 3px;
    width: 100%;
}
.casino-item .thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.listing .casino-item .title {
    display: none;
    position: absolute;
    line-height: 20px;
    top: -1px;
    left: 0;
    height: 101%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    border-radius: 5px;
}
.listing .casino-item:hover .title {
    display: flex;
}
.listing .casino-item:hover .num {
    border: 2px solid transparent;
}
.casino-item .thumb:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}
.listing .casino-item .deposit,
.listing .casino-item .bonus {
    width: 50%;
}
.listing .casino-item .buttons {
    width: 100%;
    display: flex;
    box-sizing: border-box;
}
.listing .casino-item .button {
    width: 50%;
    text-align: center;
}

/* ----- small table ----- */

.loop-container.small {
    padding: 0;
    margin: 0;
}
.loop-container.small .listing {
    padding-left: 0;
    padding-right: 0;
}
.loop-container.small .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: -10px;
    font-size: 0.8em;
}
.loop-container.small .deposit,
.loop-container.small .bonus {
    margin-top: 10px;
}
.loop-container.small .buttons .btn {
    border-width: 1px;
}

/* ----- # small table ----- */

/* ----- Tiles ----- */

.tiles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.tile {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-bottom: 15px;
}
.tile .thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tile .tile-content {
    padding: 5px;
}
.tile .tile-content h3 {
    font-size: 30px;
}
.tile .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
.tile .buttons .button {
    width: 48%;
}
.tile .buttons .button .btn-nobg {
    border-color: transparent;
}

/* ----- # Tiles ----- */

.loop .more {
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
.loop .show {
    display: none;
}
.loop .more .btn {
    width: auto;
    padding: 15px 25px;
    margin: 0 auto;
    border: 3px solid transparent;
}
.loop .more .btn:hover {
    transform: scale(1);
}
@media all and (min-width: 720px) {
    .list-container {
        flex-direction: row;
    }
    .list-container .filters {
        width: 28%;
        margin-right: 2%
    }
    .list-container .filter {
        padding: 15px 5px 5px 15px;
    }
    .list-container .filter.games ul li {
        width: 100%;
    }
    .list-container .listing {
        width: 70%;
    }
    .listing .casino-item {
        align-items: center;
        padding-left: 15px
    }
    .listing .casino-item:hover {
        -moz-box-shadow: 0px 2px 14px 6px #eee;
        -webkit-box-shadow: 0px 2px 14px 6px #eee;
        box-shadow: 0px 2px 14px 6px #eee;
    }
    .listing .casino-item .thumb {
        width: 30%;
        padding-left: 25px;
    }
    .listing .casino-item .deposit,
    .listing .casino-item .bonus {
        width: 24%;
    }
    .listing .casino-item .buttons {
        width: 22%;
        flex-direction: column;
        padding: 0 10px;
    }
    .listing .casino-item .buttons .button {
        width: 100%;
    }
    /* ----- small table ----- */
    .loop-container.small .listing .img {
        height: 60px;
    }
    .loop-container.small .deposit,
    .loop-container.small .bonus {
        font-size: 13px;
        margin-top: 0;
        width: 18%
    }
    .loop-container.small .buttons {
        width: 34%;
        flex-direction: row;
        align-items: center;
    }
    .loop-container.small .buttons .button {
        width: 50%;
        display: inline-block;
    }
    .loop-container.small .btn {
        font-size: 12px;
        padding: 6px 3px;
    }
    /* ----- Tiles ----- */
    .tiles {
        flex-direction: row;
    }
    .tile {
        width: 32%;
        margin-right: 2%;
    }
    .tile:nth-child(3n) {
        margin-right: 0;
    }
    .tile .tile-content {
        padding: 5px 10px;
    }
    .tile .tile-content h3 {
        font-size: 26px;
    }
}
@media all and (min-width: 1024px) {

    .list-container .filters {
        width: 29%;
        margin-right: 1%;
    }
    .listing .casino-item .thumb {
        width: 26%;
    }
    .listing .casino-item .list-wrap {
        width: 17%;
        box-sizing: border-box;
        margin: 0;
    }
    .listing .casino-item .list-wrap ul {
        background: none;
    }
    .has-sidebar .listing .list-wrap ul li {
        font-size: 12px;
        line-height: 13px;
        white-space: nowrap;
    }
    .listing .casino-item .deposit,
    .listing .casino-item .bonus,
    .listing .casino-item .buttons {
        width: 19%;
    }
    .loop-container.small .buttons .btn {
        font-size: 10px;
    }
    /* ----- small table ----- */
    .loop-container.small .list-wrap ul {
        padding: 5px 5px 5px 10px;
        font-size: 13px;
    }
    .loop-container.small .list-wrap li {
        margin: 0;
        line-height: 1.2em;
    }
    /* ----- Tiles ----- */
    .tile,
    .tile:nth-child(3n){
        width: 23.5%;
        margin-right: 2%;
    }
    .tile:nth-child(4n) {
        margin-right: 0;
    }

}
@media all and (min-width: 1280px) {

    .list-container .filters {
        width: 19%;
        margin-right: 1%;
    }
    .list-container .listing {
        width: 80%;
    }
    .listing .casino-item .list-wrap {
        width: 16%;
    }
    .listing .casino-item .deposit {
        width: 14%;
    }
    .listing .casino-item .bonus {
        width: 15%;
        margin-right: 1%;
    }
    .listing .casino-item .buttons {
        width: 28%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .listing .casino-item .buttons .button {
        width: 48%;
    }
    .loop-container.small .buttons .btn {
        font-size: 14px;
    }

}

/* -------------------- 10. # Listing -------------------- */

/* -------------------- 11. Single Game -------------------- */

.single .game article {
    background: none;
    padding: 0;
    border-radius: 0;
}
.iframe-info-block {
    display:-webkit-flex;
    display: flex;
    flex-direction: column;
}
/* ---------- Iframe area ---------- */
.asp-ratio {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-block.has-iframe {
    position: relative;
}/*
.fullscreen .iframe-block.has-iframe {
    position: static;
}*/
.fullscreen .iframe-block.has-iframe.portrait {
    position: fixed;
    width: 100%;
    height: 100%;
}
.fullscreen .iframe-block.has-iframe.portrait iframe {
    display: none;
}
.iframe-block .game-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    filter: blur(2px) brightness(60%);
}
.iframe-block .orientation {
    position: absolute;
    height: 60%;
    width: 60%;
    top: 20%;
    left: 20%;
    z-index: 1;
    display: none;
}
.iframe-block .game-button {
    position: absolute;
    width: 100%;
    height: auto;
    top: 30%;
    left: 0;
    z-index: 2;
    text-align: center;
}
.iframe-block.portrait .btn-play {
    display: none;
}
.iframe-block.portrait .orientation {
    display: block;
}
.iframe-block .game-button .btn {
    width: auto;
    padding: 15px 25px;
}
.iframe-block .game-sidebar {
    width: 20%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.iframe-block.landscape .game-sidebar {
    display: block;
}
.iframe-block.landscape .play-button {
    display: none;
}
.iframe-block .game-sidebar-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
.iframe-block .game-sidebar-inner p {
    font-weight: bold;
    font-size: 20px;
}
.iframe-block .game-sidebar-inner p.welcome-bonus {
    font-size: 16px;
}
.iframe-block.landscape .game-sidebar + .asp-ratio {
    width: 80%;
    margin-left: 20%;
    padding-top: 45%;
    z-index: 0;
}
.fullscreen .iframe-block.landscape .game-sidebar + .asp-ratio {
    padding-top: 56.25%;
}
@media all and (min-width: 812px) {
    .fullscreen .iframe-block.landscape .game-sidebar + .asp-ratio {
        padding-top: 45%;
    }
}
.iframe-block .game-panel {
    display: none;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}
.iframe-block .game-panel .btn-fullscreen {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-left: 20px;
    border-radius: 50%;
    flex: 0 0 40px;
    outline: none;
}
.iframe-block .game-panel .btn-fullscreen span {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.iframe-block .game-panel .btn-fullscreen:active {
    outline: none;
}
.iframe-block .btn-fullscreen span:last-of-type {
    display: none;
}
.iframe-block .btn-fullscreen svg {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.iframe-block .btn-fullscreen:hover svg {
    transform: scale(1.2);
}
.iframe-block .game-panel .btn {
    display: none;
}
.iframe-block .game-panel .btn:hover {
    transform: scale(1);
}
.close-iframe {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    z-index: 9999;
    zoom: 1.1;
    display: none;
    align-items: center;
    justify-content: center;
}
.fullscreen .close-iframe{
    display: flex;
}
.fullscreen {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    zoom: 1;
    background: rgba(0,0,0,0.9);
}
/*
.mobile .fullscreen {
    background: greenyellow;
}
*/
.fullscreen .iframe-block.desctop .game-panel {
    display: flex;
}
.fullscreen .game-panel .btn {
    display: block;
}

/* ---------- # Iframe area ---------- */

.game .info-block {
    margin-top: 25px;
}
.game .options {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.game .options li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}
.game .options li .name {
    text-transform: uppercase;
}
.game .options li .value {
    font-weight: bold;
    text-align: right;
}
.game .content-block {
    padding: 0 10px 10px 10px;
    margin-top: 15px;
}

@media all and (min-width: 720px) {
    .game .title-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .iframe-block .game-button {
        top: 40%;
    }
    .game .options {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .game .options li {
        width: 50%;
    }
}
@media all and (min-width: 1024px){
    .game .has-sidebar .content-block {
        width: 65%;
    }
}
@media all and (min-width: 1280px){
    .game .has-sidebar .content-block {
        width: 75%;
    }
}
.fullscreen .info-block {
    display: none;
}
.fullscreen .iframe-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.iframe-container #game-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
}

@media all and (min-width: 1024px) {

    .iframe-info-block {
        flex-direction: row;
    }
    .iframe-info-block .iframe-block {
        width: 65%;
    }
    .iframe-block .game-panel {
        display: flex;
        background: none;
        position: relative;
    }
    .iframe-block .game-panel .btn-fullscreen {
        position: relative;
        z-index: 2;
        bottom: 60px;
    }
    .iframe-info-block.fullscreen .iframe-block {
        width: 800px;
        margin: 3% auto 0 auto;
    }
    .fullscreen .iframe-container #game-iframe {
        padding: 10px;
        box-sizing: border-box;
    }
    .fullscreen .iframe-block .game-panel .btn-fullscreen {
        bottom: 0;
    }
    .fullscreen .iframe-block .game-panel .btn-fullscreen span {
        display: none;
    }
    .fullscreen .iframe-block .game-panel .btn-fullscreen span:last-of-type {
        display: block;
    }
    .game .info-block {
        width: 35%;
        padding-left: 15px;
        margin-top: 0;
    }
    .game .options li {
        width: 100%;
    }
}
@media all and (min-width: 1280px) {
    .iframe-info-block .iframe-block {
        width: 75%;
    }
    .game .info-block {
        width: 25%;
    }
    .iframe-info-block.fullscreen .iframe-block {
        width: 1024px;
    }
}
/* -------------------- 11. # Single Game -------------------- */

/* -------------------- 12. Bonuses -------------------- */
@media (min-width: 1024px) {
    main .bonuses .single-table .title {
        width: 28%; /*18*/
        box-sizing: border-box;
        padding: 0 10px;
    }
    main .bonuses .single-table .deposit {
        width: 12%; /*17*/
    }
    main .bonuses .single-table .bonus {
        width: 15%; /*20*/
    }
}
/* -------------------- 12. # Bonuses -------------------- */