/*
Theme Name: MPO Base
Author: LM-WEB Solution
Description: MPO Base Theme By LM-WEB SOLUTION
Text Domain: mpobase
*/

/* [SITE LAYOUT] */

.site-breadcrumb {
    display: none;
}

body {
    background: #d8d8d8;
    background: url(images/tweed.png);
}

.container {
    max-width: 970px;
}

#page {
    /* 	margin-top: 30px;

margin-bottom: 30px; */
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
    background: #ffffff;
    position: relative;
}

/* [COLOR SCHEMA] */

.color-blue {
    color: #00aeef;
}

.color-red {
    color: #ff0000;
}

.color-green {
    color: #16cb03;
}

.color-black {
    color: #000000;
}

/* [SITE FONT SIZE] */

h1,
.h1 {
    font-size: 28px;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 26px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 16px;
    font-weight: bold;
}

h4,
.h4 {
    font-size: 14px;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 14px;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 14px;
    font-weight: 600;
}

/* [Helper] */

.no-underline {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

/* [SITE HEADER] */

header#masthead {
    margin-left: -15px;
    margin-right: -15px;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ca84a1 30%, #93013e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(30%, #ca84a1), color-stop(100%, #93013e));
    background: -webkit-linear-gradient(left, #ffffff 0%, #ca84a1 30%, #93013e 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #ca84a1 30%, #93013e 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #ca84a1 30%, #93013e 100%);
    background: linear-gradient(to right, #ffffff 0%, #ca84a1 30%, #93013e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#93013e', GradientType=1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

header#masthead .header-image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-width: 100%;
}

header#masthead .navbar {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: auto;
    min-height: initial;
    background: #fdeaea;
    background: -moz-linear-gradient(top, #fdeaea 0%, #f9bbbb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fdeaea), color-stop(100%, #f9bbbb));
    background: -webkit-linear-gradient(top, #fdeaea 0%, #f9bbbb 100%);
    background: -o-linear-gradient(top, #fdeaea 0%, #f9bbbb 100%);
    background: -ms-linear-gradient(top, #fdeaea 0%, #f9bbbb 100%);
    background: linear-gradient(to bottom, #fdeaea 0%, #f9bbbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeaea', endColorstr='#f9bbbb', GradientType=0);
}

header#masthead .navbar .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

header#masthead .navbar-default .navbar-nav>li:first-child>a {
    border-left: 1px solid #ccc;
}

header#masthead .navbar-default .navbar-nav>li>a {
    border-right: 1px solid #ccc;
}

header#masthead .navbar-default .navbar-nav>li>a {
    color: #9d0044;
}

header#masthead .navbar-default .navbar-nav>li>a:focus,
header#masthead .navbar-default .navbar-nav>li>a:hover,
header#masthead .navbar-default .navbar-nav>.active>a,
header#masthead .navbar-default .navbar-nav>.active>a:focus,
header#masthead .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
}

header#masthead .navbar-default .navbar-nav>.active>a,
header#masthead .navbar-default .navbar-nav>li>a:active,
header#masthead .navbar-default .navbar-nav>li>a:focus,
header#masthead .navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background: #d04b6c;
}

header#masthead .navbar-default .navbar-nav>li>a {
    padding: 10px 8px;
}

header#masthead .dropdown-menu>.active>a,
header#masthead .dropdown-menu>.active>a:focus,
header#masthead .dropdown-menu>.active>a:hover {
    background-color: #d04b6c;
}

header#masthead .no-site {
    vertical-align: bottom;
    margin-bottom: 18px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 3px;
}

header#masthead .navbar-default .navbar-nav>.open>a,
header#masthead .navbar-default .navbar-nav>.open>a:focus,
header#masthead .navbar-default .navbar-nav>.open>a:hover {
    background-color: #f9bbbb;
}

header#masthead .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #9d0044;
}

/* [FIXED BOOTSTRAP NAV PARENT] */

.navbar-default .navbar-nav>li.dropdown:hover .dropdown-menu {
    display: block;
}

/* [SITE MAIN] */

body.home #primary,
.home #secondary {
    padding-top: 15px;
}

#primary,
#secondary {
    padding-bottom: 15px;
}

#secondary {
    padding-top: 15px;
}

/* [SITE FOOTER] */

footer#colophon {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ff9cb8;
    background: -moz-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9cb8), color-stop(100%, #ff4c7f));
    background: -webkit-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -o-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -ms-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: linear-gradient(to bottom, #ff9cb8 0%, #ff4c7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9cb8', endColorstr='#ff4c7f', GradientType=0);
    color: #9d0044;
}

footer#colophon .site-info a {
    color: #9d0044;
}

/* [SITE WIDGET] */

#secondary .widget {
    background: #ffffff;
}

#secondary .widget-title {
    margin-top: 10px;
    margin-bottom: 10px;
    /* background: #98c8f3; */
    border-radius: 3px;
    padding: 5px 10px;
    color: #ffffff;
    background: #ff9cb8;
    background: -moz-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9cb8), color-stop(100%, #ff4c7f));
    background: -webkit-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -o-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -ms-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: linear-gradient(to bottom, #ff9cb8 0%, #ff4c7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9cb8', endColorstr='#ff4c7f', GradientType=0);
}

#secondary .widget-title:first-child {
    margin-top: 0px;
}

/* [SITE ARTICLE] */

article .entry-title a {
    color: #000;
}

article .entry-content>h1:first-child {
    margin-top: 0px;
}

/* [SITE-BREADCRUMB] */

.site-breadcrumb {
    padding: 10px 0px;
    color: #555;
    font-size: 85%;
}

.site-breadcrumb #breadcrumbs {
    margin-bottom: 0px;
}

/* [ALIGNMENT] */

.thumbnail-left {
    float: left;
    margin-right: 10px;
}

.thumbnail-right {
    float: right;
    margin-left: 10px;
}

.ads-responsive img {
    width: 100%;
    height: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

/* [THE BUTTON] */

.btn {
    max-width: 100%;
}

.btn-primary-pink.btn-sm {
    padding: 2px 8px;
}

.btn-primary-pink {
    color: #ffffff;
    border: 1px solid #9b2a6c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #d589ae;
    background: -moz-linear-gradient(top, #d589ae 0%, #9b2a6c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d589ae), color-stop(100%, #9b2a6c));
    background: -webkit-linear-gradient(top, #d589ae 0%, #9b2a6c 100%);
    background: -o-linear-gradient(top, #d589ae 0%, #9b2a6c 100%);
    background: -ms-linear-gradient(top, #d589ae 0%, #9b2a6c 100%);
    background: linear-gradient(to bottom, #d589ae 0%, #9b2a6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d589ae', endColorstr='#9b2a6c', GradientType=0);
}

.btn-primary-pink:active,
.btn-primary-pink:focus,
.btn-primary-pink:hover {
    color: #ffffff;
    background: #e8bfd3;
    background: -moz-linear-gradient(top, #e8bfd3 0%, #bc3483 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8bfd3), color-stop(100%, #bc3483));
    background: -webkit-linear-gradient(top, #e8bfd3 0%, #bc3483 100%);
    background: -o-linear-gradient(top, #e8bfd3 0%, #bc3483 100%);
    background: -ms-linear-gradient(top, #e8bfd3 0%, #bc3483 100%);
    background: linear-gradient(to bottom, #e8bfd3 0%, #bc3483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8bfd3', endColorstr='#bc3483', GradientType=0);
}

.btn-primary-green {
    color: #124b0c;
    border: 1px solid #4ca04c;
    padding: 10px 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #84fe98;
    background: -moz-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #84fe98), color-stop(100%, #26c642));
    background: -webkit-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -o-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -ms-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: linear-gradient(to bottom, #84fe98 0%, #26c642 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84fe98', endColorstr='#26c642', GradientType=0);
}

.btn-primary-green:active,
.btn-primary-green:focus,
.btn-primary-green:hover {
    color: #124b0c;
    background: #adffbb;
    background: -moz-linear-gradient(top, #adffbb 0%, #5ecd71 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #adffbb), color-stop(100%, #5ecd71));
    background: -webkit-linear-gradient(top, #adffbb 0%, #5ecd71 100%);
    background: -o-linear-gradient(top, #adffbb 0%, #5ecd71 100%);
    background: -ms-linear-gradient(top, #adffbb 0%, #5ecd71 100%);
    background: linear-gradient(to bottom, #adffbb 0%, #5ecd71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adffbb', endColorstr='#5ecd71', GradientType=0);
}

.btn-primary-green.btn-lg {
    font-size: 26px;
    padding: 10px 15px;
}

.btn-text-under {
    margin-top: -5px;
}

.btn-lmc.btn-sm {
    font-size: 18px;
}

.btn-lmc.btn-lg {
    font-size: 26px;
}

.btn-lmc {
    color: #124b0c;
    font-size: 22px;
    font-family: "HelveticaLT67";
    font-weight: normal;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    padding: 6px 30px;
    margin: 0 auto 8px auto;
    border: 1px solid #4ca04c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 2px 10px #000;
    -moz-box-shadow: 0 2px 10px #000;
    -webkit-box-shadow: 0 2px 10px #000;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

.btn-lmc:active,
.btn-lmc:focus,
.btn-lmc:hover {
    color: #124b0c;
    text-decoration: none;
    box-shadow: 0 2px 8px #000;
    -moz-box-shadow: 0 2px 8px #000;
    -webkit-box-shadow: 0 2px 8px #000;
}

.btn-style-1 {
    background: rgba(173, 255, 187, 1);
    background: -moz-linear-gradient(top, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(173, 255, 187, 1)), color-stop(100%, rgba(93, 204, 112, 1)));
    background: -webkit-linear-gradient(top, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    background: -o-linear-gradient(top, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    background: -ms-linear-gradient(top, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    background: linear-gradient(to bottom, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adffbb', endColorstr='#5dcc70', GradientType=0);
}

.btn-style-1:active,
.btn-style-1:focus,
.btn-style-1:hover {
    background: #84fe98;
    background: -moz-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #84fe98), color-stop(100%, #26c642));
    background: -webkit-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -o-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -ms-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: linear-gradient(to bottom, #84fe98 0%, #26c642 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84fe98', endColorstr='#26c642', GradientType=0);
}

.btn-style-1.btn-lmc {
    font-size: 22px;
    padding: 5px 10px;
}

.btn-style-1.btn-lmc.btn-sm {
    font-size: 18px;
    padding: 5px;
}

.btn-style-1.btn-lmc.btn-lg {
    font-size: 26px;
    padding: 10px 15px;
}

.btn-style-2 {
    color: #124b0c;
    border: 1px solid #4ca04c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #adffbb;
    background: -moz-linear-gradient(top, #adffbb 0%, #5ecd71 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #adffbb), color-stop(100%, #5ecd71));
    background: -webkit-linear-gradient(top, #adffbb 0%, #5ecd71 100%);
    background: -o-linear-gradient(top, #adffbb 0%, #5ecd71 100%);
    background: -ms-linear-gradient(top, #adffbb 0%, #5ecd71 100%);
    background: linear-gradient(to bottom, #adffbb 0%, #5ecd71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adffbb', endColorstr='#5ecd71', GradientType=0);
}

.btn-style-2:active,
.btn-style-2:focus,
.btn-style-2:hover {
    color: #124b0c;
    background: #84fe98;
    background: -moz-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #84fe98), color-stop(100%, #26c642));
    background: -webkit-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -o-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: -ms-linear-gradient(top, #84fe98 0%, #26c642 100%);
    background: linear-gradient(to bottom, #84fe98 0%, #26c642 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84fe98', endColorstr='#26c642', GradientType=0);
}

.btn-style-4,
.btn-style-3 {
    color: #ffffff;
    border: 1px solid #207ce5;
    background: #7fb9f0;
    background: -moz-linear-gradient(top, #7fb9f0 0%, #4d96ea 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fb9f0), color-stop(100%, #4d96ea));
    background: -webkit-linear-gradient(top, #7fb9f0 0%, #4d96ea 100%);
    background: -o-linear-gradient(top, #7fb9f0 0%, #4d96ea 100%);
    background: -ms-linear-gradient(top, #7fb9f0 0%, #4d96ea 100%);
    background: linear-gradient(to bottom, #7fb9f0 0%, #4d96ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fb9f0', endColorstr='#4d96ea', GradientType=0);
}

.btn-style-4:active,
.btn-style-4:focus,
.btn-style-4:hover,
.btn-style-3:active,
.btn-style-3:focus,
.btn-style-3:hover {
    color: #ffffff;
    background: #489cea;
    background: -moz-linear-gradient(top, #489cea 0%, #1f7be5 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #489cea), color-stop(100%, #1f7be5));
    background: -webkit-linear-gradient(top, #489cea 0%, #1f7be5 100%);
    background: -o-linear-gradient(top, #489cea 0%, #1f7be5 100%);
    background: -ms-linear-gradient(top, #489cea 0%, #1f7be5 100%);
    background: linear-gradient(to bottom, #489cea 0%, #1f7be5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#489cea', endColorstr='#1f7be5', GradientType=0);
}

.btn-style-4 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn-style-5 {
    background: rgba(173, 255, 187, 1);
    background: -moz-linear-gradient(top, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(173, 255, 187, 1)), color-stop(100%, rgba(93, 204, 112, 1)));
    background: -webkit-linear-gradient(top, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    background: -o-linear-gradient(top, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    background: -ms-linear-gradient(top, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    background: linear-gradient(to bottom, rgba(173, 255, 187, 1) 0%, rgba(93, 204, 112, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adffbb', endColorstr='#5dcc70', GradientType=0);
    display: block;
}

.btn-style-5:active,
.btn-style-5:focus,
.btn-style-5:hover {
    background: rgba(224, 255, 229, 1);
    background: -moz-linear-gradient(top, rgba(224, 255, 229, 1) 0%, rgba(119, 212, 135, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224, 255, 229, 1)), color-stop(100%, rgba(119, 212, 135, 1)));
    background: -webkit-linear-gradient(top, rgba(224, 255, 229, 1) 0%, rgba(119, 212, 135, 1) 100%);
    background: -o-linear-gradient(top, rgba(224, 255, 229, 1) 0%, rgba(119, 212, 135, 1) 100%);
    background: -ms-linear-gradient(top, rgba(224, 255, 229, 1) 0%, rgba(119, 212, 135, 1) 100%);
    background: linear-gradient(to bottom, rgba(224, 255, 229, 1) 0%, rgba(119, 212, 135, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0ffe5', endColorstr='#77d487', GradientType=0);
}

/* [CASINO REVIEWS POST] */

.casino-reviews-header {
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
}

.casino-reviews-logo {
    display: inline-block;
    max-width: 100%;
}

.casino-reviews-info {
    font-size: 28px;
}

.casino-reviews-header .casino-reviews-list {
    min-height: 142px;
}

.casino-reviews-info .list-unstyled {
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: 30px;
}

.casino-reviews-info .list-unstyled .fa {
    color: #84fe98;
}

.casino-reviews-preview {
    padding: 10px;
    min-height: 100px;
    background: rgba(0, 0, 0, .4);
    font-size: 24px;
}

.casino-reviews-preview a {
    color: #ffffff;
}

.casino-reviews-preview li {
    line-height: 40px;
}

/* [TABLE NORMAL] */

.table-top td,
.table-top th {
    vertical-align: top;
    padding: 6px;
}

/* [TABLE STYLE HERE] */

.table-best-casino thead th {
    color: #ffffff;
    background: #ff9cb8;
    background: -moz-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9cb8), color-stop(100%, #ff4c7f));
    background: -webkit-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -o-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -ms-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: linear-gradient(to bottom, #ff9cb8 0%, #ff4c7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9cb8', endColorstr='#ff4c7f', GradientType=0);
    text-align: center;
    vertical-align: middle !important;
}

.table-best-casino thead th:first-child {
    border-top-left-radius: 5px;
}

.table-best-casino thead th:last-child {
    border-top-right-radius: 5px;
}

.table-best-casino tbody td {
    background: #ffeeee;
    text-align: center;
    vertical-align: middle !important;
}

.table-best-casino tbody td:first-child {
    text-align: left;
}

.table-best-casino thead th.text-left,
.table-best-casino tbody td.text-left {
    text-align: left;
}

.table-widget thead th {
    background: #a8d0f5;
    background: -moz-linear-gradient(top, #a8d0f5 0%, #72acee 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #a8d0f5), color-stop(100%, #72acee));
    background: -webkit-linear-gradient(top, #a8d0f5 0%, #72acee 100%);
    background: -o-linear-gradient(top, #a8d0f5 0%, #72acee 100%);
    background: -ms-linear-gradient(top, #a8d0f5 0%, #72acee 100%);
    background: linear-gradient(to bottom, #a8d0f5 0%, #72acee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8d0f5', endColorstr='#72acee', GradientType=0);
    text-align: left;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.table-widget thead th:first-child {
    border-top-left-radius: 5px;
}

.table-widget thead th:last-child {
    border-top-right-radius: 5px;
}

/* [tablepress] */

.tablepress tbody>tr>td.column-1 {
    white-space: nowrap;
}

.widget table.tablepress thead th {
    border-radius: 3px;
    padding: 5px 10px;
    color: #ffffff;
    background: #ff9cb8;
    background: -moz-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9cb8), color-stop(100%, #ff4c7f));
    background: -webkit-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -o-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: -ms-linear-gradient(top, #ff9cb8 0%, #ff4c7f 100%);
    background: linear-gradient(to bottom, #ff9cb8 0%, #ff4c7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9cb8', endColorstr='#ff4c7f', GradientType=0);
}

/* [table casino info] */

.table-casino-info-item {
    display: block;
    border: 1px solid #ccc;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .6);
    padding: 4px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.table-casino-info-content {
    padding: 4px;
    border-radius: 6px;
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #fefefe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #dddddd 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #dddddd 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #dddddd 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#fefefe', GradientType=0);
}

.table-casino-info-list .column-middle {
    vertical-align: middle;
}

.table-casino-info-list .column-padding {
    padding-left: 10px !important;
}

.table-casino-info-list .logo {
    width: 120px;
}

.table-casino-info-list ul.list-table {
    display: table;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}

.table-casino-info-list ul.list-table>li {
    display: table-cell;
    min-width: 1%;
    /* padding-left: 5px;
	padding-right: 5px; */
}

.table-casino-info-list ul.list-table>li.column-md {
    width: 16%;
}

.table-casino-info-list ul.list-table>li.column-sm {
    width: 10%;
}

.table-casino-info-list ul.list-table>li.column-xs {
    width: 6%;
}

.table-casino-info-list ul.list-table>li.column-lg {
    width: 20%;
}

.table-casino-info-list .table-casino-info-content .column-1 {
    width: 100px;
}

.table-casino-info-list .table-casino-info-content .column-2 {
    width: 115px;
}

.table-casino-info-list .table-casino-info-content .column-3 {
    width: 160px;
}

.table-casino-info-list .table-casino-info-content .column-6 {
    width: 120px;
}

.table-casino-info-list ul.list-table>li.column-border {
    position: relative;
}

.table-casino-info-list ul.list-table>li.column-border:before {
    content: "";
    height: 60%;
    width: 1px;
    position: absolute;
    left: 1px;
    top: 20%;
    border-left: 1px solid #dadada;
}

.table-casino-info-item {
    position: relative;
}

.table-ribbon {
    position: absolute;
    left: -7px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 70px;
    height: 70px;
    text-align: right;
}

.table-ribbon .ribbon-new {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 90px;
    display: block;
    background: #03A9F4;
    background: linear-gradient(#03A9F4 0%, #0277BD 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 16px;
    left: -19px;
}

.table-ribbon .ribbon-new::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #0277BD;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0277BD;
}

.table-ribbon .ribbon-new::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #0277BD;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0277BD;
}

.table-ribbon .ribbon-bingo {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 90px;
    display: block;
    background: #EC407A;
    background: linear-gradient(#EC407A 0%, #D81B60 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 16px;
    left: -19px;
}

.table-ribbon .ribbon-bingo::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #D81B60;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #D81B60;
}

.table-ribbon .ribbon-bingo::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #D81B60;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #D81B60;
}

.review-icon-coin {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.review-icon-coin.review-on {
    background: url(images/table/Coin-icon-01.png) no-repeat;
}

.review-icon-coin.review-off {
    background: url(images/table/Coin-icon-02.png) no-repeat;
}

.table-casino-info-list:not(.table-small) .review-icon-coin {
    margin-right: 5px;
}

.table-casino-info-list:not(.table-small) .review-icon-coin:last-child {
    margin-right: 0px;
}

.table-casino-info-list .more-info {
    padding-left: 10px;
    padding-right: 10px;
}

.table-casino-info-list .more-info ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.table-casino-info-list .more-info>ul {
    border-top: 1px solid #dadada;
}

.table-casino-info-list .more-info>ul>li {
    padding: 10px 15px;
}

.icon-info {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.icon-info:before {
    content: "";
    position: absolute;
    background: url(images/table/info_icon.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.icon-info:after {
    content: "";
    position: absolute;
    background: url(images/table/info_icon-02.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.info-btn.collapsed .icon-info:before {
    opacity: 1;
}

.info-btn.collapsed .icon-info:after {
    opacity: 0;
}

.info-btn .icon-info:hover:before,
.info-btn .icon-info:active:before,
.info-btn .icon-info:focus:before,
.info-btn .icon-info:before {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
}

.info-btn .icon-info:hover:after,
.info-btn .icon-info:active:after,
.info-btn .icon-info:focus:after,
.info-btn .icon-info:after {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 1;
}

.btn-table {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: table;
    width: 100%;
    max-width: 100px;
    text-decoration: none !important;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0 auto;
    box-shadow: -1px 1px 4px rgba(0, 0, 0, .6);
}

.btn-table:after {
    content: "";
    display: table;
    clear: both;
}

.btn-table .btn-table-label {
    display: table-cell;
    width: 100%;
    padding: 4px 12px;
    border-right: 1px solid #318b40;
    font-weight: bold;
    white-space: nowrap;
}

.btn-table .fa {
    display: table-cell;
    border-left: 1px solid #8af29c;
    width: 1%;
    padding: 4px 8px;
}

.btn-table-green {
    background: #8ff3a0;
    background: -moz-linear-gradient(top, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ff3a0), color-stop(60%, #36e955), color-stop(100%, #2cd64a));
    background: -webkit-linear-gradient(top, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    background: -o-linear-gradient(top, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    background: -ms-linear-gradient(top, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    background: linear-gradient(to bottom, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ff3a0', endColorstr='#2cd64a', GradientType=0);
    border: 1px solid #266a00;
    color: #184200;
}

.btn-table-green:hover,
.btn-table-green:focus,
.btn-table-green:active {
    background: #8ff3a0;
    background: -moz-linear-gradient(top, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ff3a0), color-stop(60%, #36e955), color-stop(100%, #2cd64a));
    background: -webkit-linear-gradient(top, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    background: -o-linear-gradient(top, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    background: -ms-linear-gradient(top, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    background: linear-gradient(to bottom, #8ff3a0 0%, #36e955 60%, #2cd64a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ff3a0', endColorstr='#2cd64a', GradientType=0);
    border: 1px solid #266a00;
    color: #266a00;
}

.btn-table-dark-green {
    background: #70d79d;
    background: -moz-linear-gradient(top, #70d79d 0%, #02c25f 60%, #01b558 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ff3a0), color-stop(60%, #02c25f), color-stop(100%, #01b558));
    background: -webkit-linear-gradient(top, #70d79d 0%, #02c25f 60%, #01b558 100%);
    background: -o-linear-gradient(top, #70d79d 0%, #02c25f 60%, #01b558 100%);
    background: -ms-linear-gradient(top, #70d79d 0%, #02c25f 60%, #01b558 100%);
    background: linear-gradient(to bottom, #70d79d 0%, #02c25f 60%, #01b558 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d79d', endColorstr='#01b558', GradientType=0);
    border: 1px solid #009649;
    color: #005f2e;
}

.btn-table-dark-green:hover,
.btn-table-dark-green:focus,
.btn-table-dark-green:active {
    background: #70d79d;
    background: -moz-linear-gradient(top, #70d79d 0%, #02c25f 60%, #01b558 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ff3a0), color-stop(60%, #02c25f), color-stop(100%, #01b558));
    background: -webkit-linear-gradient(top, #70d79d 0%, #02c25f 60%, #01b558 100%);
    background: -o-linear-gradient(top, #70d79d 0%, #02c25f 60%, #01b558 100%);
    background: -ms-linear-gradient(top, #70d79d 0%, #02c25f 60%, #01b558 100%);
    background: linear-gradient(to bottom, #70d79d 0%, #02c25f 60%, #01b558 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d79d', endColorstr='#01b558', GradientType=0);
    border: 1px solid #009649;
    color: #005f2e;
}

.hover-content {
    position: relative;
    display: inline-block;
}

.hover-content .pop-hover-content {
    position: absolute;
    padding: 5px 15px;
    bottom: 100%;
    left: 50%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 100;
    white-space: nowrap;
    display: none;
}

.hover-content .pop-hover-content:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 100%;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 0 0;
    border-color: #ffffff transparent transparent transparent;
    z-index: 105;
}

.hover-content .pop-hover-content:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: calc(100% + 1px);
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #dddddd transparent transparent transparent;
    z-index: 101;
}

.hover-content:hover .pop-hover-content,
.hover-content:active .pop-hover-content,
.hover-content:focus .pop-hover-content {
    display: inline-block;
}

/* [table-casino-info-list small] */

.table-casino-info-list.table-small ul.list-table>li.column-lg {
    width: 18%;
}

.table-casino-info-list.table-small .btn-table .btn-table-label,
.table-casino-info-list.table-small .btn-table .fa {
    padding: 4px;
}

.table-casino-info-list.table-small .table-casino-info-content {
    padding-bottom: 0px;
}

.table-casino-info-list.table-small .logo {
    width: 90px;
}

/* [casino_boxed] */

.casino-boxed-container .panel-danger {
    border: 2px solid #ed1c24;
}

.casino-boxed-container .panel-success {
    border: 2px solid #00a651;
}

.casino-boxed-container .panel-warning {
    border: 2px solid #ff6c02
}

.casino-boxed-container .panel-danger .ribbon {
    background: #ed1c24;
}

.casino-boxed-container .panel-success .ribbon {
    background: #00a651;
}

.casino-boxed-container .panel-warning .ribbon {
    background: #ff6c02;
}

.casino-boxed-container .ribbon {
    position: absolute;
    padding: 10px;
    color: #ffffff;
    top: -5px;
    left: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.casino-boxed-container .ribbon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
}

.casino-boxed-container .panel-danger .ribbon:before {
    border-color: transparent transparent transparent #780007;
}

.casino-boxed-container .panel-success .ribbon:before {
    border-color: transparent transparent transparent #005c2d;
}

.casino-boxed-container .panel-warning .ribbon:before {
    border-color: transparent transparent transparent #9d4200;
}

.casino-boxed-container .title {
    margin-top: 0px;
}

.casino-boxed-container ul {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.btn-icon-info {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.btn-icon-info:before {
    content: "";
    position: absolute;
    background: url(images/table/info_icon.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.btn-icon-info:after {
    content: "";
    position: absolute;
    background: url(images/table/info_icon-02.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.btn-icon-info:hover:before,
.btn-icon-info:active:before,
.btn-icon-info:focus:before {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
}

.btn-icon-info:hover:after,
.btn-icon-info:active:after,
.btn-icon-info:focus:after {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 1;
}

.btn-icon-info.active:after {
    opacity: 1;
}

/* [panel-flip] */

.panel-flip {
    position: relative;
}

.panel-flip .panel-front,
.panel-flip .panel-back {
    -webkit-transition: transform .6s cubic-bezier(.39, .2, .37, 1.44);
    transition: transform .6s cubic-bezier(.39, .2, .37, 1.44);
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .6);
}

.panel-flip .panel-front,
.panel-flip.front .panel-front {
    transform: rotateY(0);
}

.panel-flip.back .panel-front {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.panel-flip .panel-back {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
}

.panel-flip.back .panel-back {
    transform: rotateY(0);
}

.panel-flip .panel-back,
.panel-flip.front .panel-back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.panel-flip .btn-icon-info {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.panel-flip .panel-body {
    background: #efefef;
    padding: 10px;
}

.panel-flip .panel-footer {
    background: #fff;
    border-top: 0;
    padding: 10px;
}

.panel-flip .panel-body,
.panel-flip.front .panel-body {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-bottom: 5px;
}

.panel-flip.back .panel-body {
    border-radius: 8px;
}

.panel-desc1 {
    height: 120px;
    overflow: hidden;
}

.panel-desc2 {
    height: 60px;
    overflow: hidden;
}

.panel-screenshot {
    margin-top: 15px;
    margin-bottom: 16px;
}

.panel-screenshot img {
    height: 50px;
    width: auto;
}

/* [REVIEWS ICON] */

.review-icon {
    background: url(images/eurosign.png) no-repeat;
    display: inline-block;
    width: 21px;
    height: 30px;
}

.review-icon.review-off {
    background-position: 0px 0px;
}

.review-icon.review-on {
    background-position: 0px -30px;
}

/* [SCREENSHOT-CONTENT] */

.screenshot-content .img-screenshot {
    max-height: 90px;
    max-width: 90px;
    border: 1px solid #999;
}

/* [single-casino_reviews] */

.single-casino_reviews .casino-reviews-content {
    margin-bottom: 15px;
}

.single-casino_reviews .casino-reviews-content>*:first-child {
    margin-top: 0px !important;
}

.single-casino_reviews .casino-reviews-content img {
    max-width: 100%;
}

.casino-reviews-content .widget-title {
    font-size: 26px;
}

.casino-reviews-content .su-posts-teaser-loop h2.su-post-title {
    font-size: 1em !important;
    line-height: 1.1em;
    margin: 0;
    margin-top: 0px !important;
    padding: 0;
}

.casino-reviews-content .su-posts-teaser-loop .su-post {
    margin-bottom: 1.5em;
    line-height: 1.2;
}

.casino-reviews-content .su-posts-teaser-loop .su-post:last-child {
    margin-bottom: inherit;
}

/* [PLUGIN: .su-list ul] */

#secondary .su-posts-teaser-loop h2.su-post-title {
    font-size: 1em;
    line-height: 1.1em;
}

#secondary .su-posts-teaser-loop+.more-post {
    margin-top: -15px;
}

#main .su-list ul {
    margin-left: 0px !important;
    padding-left: 1.3em !important;
}

#main .su-list ul li {
    padding-left: 1.5em !important;
    list-style-type: none !important;
}

.su-tabs.my-custom-tabs {
    background-color: #84ADEA;
}

.su-tabs.my-custom-tabs .su-tabs-nav span {
    font-size: 1.1em;
    padding: 10px;
}

.su-tabs.my-custom-tabs .su-tabs-nav span:hover,
.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current {
    background-color: #eaf7ff;
}

.su-tabs.my-custom-tabs .su-tabs-pane {
    padding: 10px;
    font-size: 14px;
    background-color: #eaf7ff;
}

#main .su-slider-slide-title {
    color: #010400;
    background: #44ce5c;
    font-family: "HelveticaLT67";
    font-size: 14px;
}

/* [ARCHIVE PAGE] */

.archive .archive-title {
    margin-top: 0px;
}

.archive article {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.archive article:last-child {
    border-bottom-color: transparent;
}

.archive article .entry-title {
    margin-top: 0px;
}

/* [Reviews Archive] */

.img-reviews-logo {
    background: #000;
    padding: 5px;
    max-width: 250px;
}

/* [SINGLE POST] */

.single-post article .entry-title {
    margin-top: 0px;
}

.single-post article .single-post-thumbnail {
    margin-bottom: 10px;
    max-width: 250px;
    height: auto;
}

.nav-single {
    margin-top: 15px;
}

.nav-single:after {
    content: "";
    display: table;
    clear: both;
}

.nav-single .nav-previous {
    float: left;
}

.nav-single .nav-next {
    float: right;
}

.single-blog-thumbnail {
    height: 200px;
    width: 250px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
}

.single-blog-thumbnail>img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0px;
    right: 0px;
    margin: auto;
}

/* [SINGLE PAGE] */

body.page article .entry-title {
    margin-top: 0px;
}

/* [CUSTOM PRIMARY] */

#primary h2,
#primary .h2 {
    margin-top: 30px;
}

#primary ol,
#primary ul {
    margin-top: 15px;
    margin-bottom: 20px;
}

/* [MODAL-GAME] */

.modal-game-button {
    text-decoration: none !important;
    outline: 0 !important;
}

.modal-game {
    margin-top: 90px;
}

.modal-game .modal-body {
    background: #000000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal-game .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-game .modal-header .close {
    position: absolute;
    background-color: #FFF;
    border-radius: 50%;
    padding: 5px 9px;
    box-shadow: 0px 1px 1px #000;
    top: -10px;
    right: -10px;
    opacity: 1;
}

.modal-game .game_popup_ovelay {
    width: 865px;
    height: 610px;
    cursor: pointer;
    color: #3c8a34;
    text-align: center;
    padding-top: 28%;
}

.modal-game .game_popup_ovelay .fa {
    font-size: 6em;
}

.modal-game .game-popup-play {
    width: 865px;
    height: 605px;
}

/* [ADS BANNER] */

.side-banner-left {
    position: absolute;
    top: 65px;
    right: calc(100% + 15px);
}

.side-banner-left .banner-wrap {
    position: fixed;
    transform: translateX(-100%);
}

.side-banner-right {
    position: absolute;
    top: 65px;
    left: calc(100% + 15px);
}

.side-banner-right .banner-wrap {
    position: fixed;
}

/* [menu-footer-menu] */

.menu-footer-menu-container {
    text-align: center;
}

#colophon .menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    display: inline-block;
}

#colophon .menu li {
    margin: 0;
    display: block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid;
}

#colophon .menu li:last-child {
    border-right: 0px;
}

/* [co icon] */

.co-icon {
    background: url(images/co2-neutral-green-logo.png) no-repeat top left;
    background-position: 0 -20px;
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 20px;
}

/* [wordfeud-menu] */

.wordfeud-menu {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
}

.wordfeud-menu:after {
    content: "";
    display: table;
    clear: both;
}

.wordfeud-menu .col-xs-6:nth-child(odd) {
    padding-right: 0px;
}

.wordfeud-menu .col-xs-6:nth-child(even) {
    padding-left: 0px;
}

.btn-word {
    position: relative;
    width: 100px;
    height: 60px;
    display: table;
    text-align: center;
    margin: 0 auto 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .8);
    background-color: #ff4e80;
}

.btn-word>span {
    display: table-cell;
    vertical-align: middle;
}

.btn-word.active,
.btn-word:hover,
.btn-word:focus,
.btn-word:active {
    color: #fff;
    background-color: #b32b5f;
}

.btn-word:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/btn-word-line.png);
}

.btn-word:after {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: 100px;
    height: 60px;
    background: url(images/btn-word-gradient.png) no-repeat top left;
    background-size: 100% 100%;
}

/* [TABLE] */

.table>thead>tr>th {
    background-color: #ddd;
}

/* [wpcf7-form] */

.wpcf7-form {
    max-width: 480px;
    width: 100%
}

.wpcf7-form label {
    display: block;
    width: 100%
}

/* [nesessary class] */

.list-inline-block {
    display: inline-block;
}

.mb0 {
    margin-bottom: 0px;
}

.mb-xs {
    margin-bottom: 5px;
}

.mt-xs {
    margin-top: 5px;
}

.line-style-2 {
    display: inline-block;
    line-height: 1em;
}

.line-style-2:after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-bottom: 4px;
    background: url(images/line-02.png) no-repeat;
    background-size: 100% 4px;
}

.nowrap {
    white-space: nowrap;
}

/* [REVIEW COIN ICON] */

.review-icon-coin-big {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 5px;
    vertical-align: middle;
}

.review-icon-coin-big.review-on {
    background: url(images/icon-coin-01.png) no-repeat;
}

.review-icon-coin-big.review-off {
    background: url(images/icon-coin-02.png) no-repeat;
}

/* COMPLIANCE */

.table-item-compliance {
    text-align: center;
    font-size: 12px;
    color: #333333;
    opacity: .84;
}

.casino-reviews-compliance-top {
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    padding-bottom: 10px;
    margin-top: 10px;
}

.home .casino-reviews-compliance-top {
    margin-top: -5px;
}

.casino-reviews-compliance-bottom {
    border-top: 1px solid rgba(0, 0, 0, .14);
    padding-top: 10px;
}

.casio-reviews-header-compliance {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-top: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    opacity: .8;
}

.button-compliance {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
}

.casio-reviews-header-compliance p,
.button-compliance p,
.table-item-compliance p,
.casino-reviews-compliance-top p,
.casino-reviews-compliance-bottom p {
    padding: 0;
    margin: 0;
}

/* END COMPLIANCE */

/* [MEDIA] */

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

    .container-fluid>.navbar-collapse .navbar-nav,
    .container-fluid>.navbar-header .navbar-nav,
    .container>.navbar-collapse .navbar-nav,
    .container>.navbar-header .navbar-nav {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-default .navbar-nav>li.dropdown .caret,
    .navbar-default .navbar-nav>li.dropdown:hover .dropdown-menu {
        display: none;
    }

    .navbar-default .navbar-nav>li.open.dropdown .dropdown-menu {
        display: inherit;
    }

    .toggle-caret {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        text-align: center;
    }
}

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

    /* .table-casino-info-list ul.list-table > li.column-border:before{
		content: none;
	}
	
	.table-casino-info-list .table-casino-info-content ul.list-table > li:not(:first-child){
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	.table-casino-info-list .table-casino-info-content ul.list-table > li.column-info-btn{
		position: absolute;
		width: auto;
		top: 8px;
		right: 4px;
	}
	
	.table-casino-info-list .more-info ul{
		display: block;
	}
	.table-casino-info-list .more-info ul.list-table > li{
		display: block;
		width: 100%;
		} */
    /* FIXED TABLE */
    .table-casino-info-list .table-casino-info-content .column-1,
    .table-casino-info-list .table-casino-info-content .column-2,
    .table-casino-info-list .table-casino-info-content .column-3,
    .table-casino-info-list .table-casino-info-content .column-4,
    .table-casino-info-list .table-casino-info-content .column-5,
    .table-casino-info-list .table-casino-info-content .column-6 {
        width: 1%;
        padding-left: 4px;
        padding-right: 4px;
    }

    /* FIXED COOKIE LAW */
    #cookieInformerBooklet .cookie-button,
    #cookieInformerBooklet .cookie-readmore {
        float: none !important;
        margin-top: 10px;
    }

    #cookieInformerBooklet .cookie-button {
        margin-left: 10px;
    }
}

@media screen and (max-width: 350px) {
    .table-casino-info-list {
        position: relative;
        left: -10px;
    }

    .table-casino-info-list .table-item-compliance {
        font-size: 9px;
    }

    .table-casino-info-list .column-middle {
        font-size: 11px;
    }

    .table-casino-info-list .column-middle .nowrap {
        position: relative;
        margin-top: -2px;
    }

    .table-casino-info-list .table-casino-info-content .column-1 {
        padding-left: 0;
    }

    .table-casino-info-list .table-casino-info-item {
        display: table;
    }

    .table-casino-info-list ul.list-table {
        width: 300px;
        font-size: 10px;
    }

    .table-casino-info-list li.column-7 {
        width: 100px;
    }
}

div#primary {
    background-color: #f7f7f7;
}

/* Sidebar */

#content>article>.row>.col-sm-4,
#main>#secondary {
    background-color: #f5f5f5;
}

.su-list ul li {
    position: relative;
    list-style-type: none !important;
    display: block !important;
    line-height: 1.3em;
    margin: 0 !important;
    padding: 4px 0 4px 2em !important;
}

.su-list ul {
    list-style: none !important;
    margin: 0 0 1.5em 0 !important;
    padding: 0 !important;
}

.su-list ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    text-align: center;
}

#main .su-list ul li i {
    left: -2px;
    transition: transform .1s ease;
}

#main .su-list ul li:hover a {
    text-decoration: none;
}

#main .su-list ul li:not(.current-page):hover i {
    transform: translateX(2px);
}

/* End Sidebar */

/* NEW DESIGN */

body {}

#page {
    border-radius: 0px;
    box-shadow: none;
    background: #ffffff;
    position: relative;
    border: 0px;
}

#content>article>.row>.col-sm-4,
#main>#secondary {
    background-color: #ffffff;
    border-left: 1px solid #ececec;
}

.navbar {
    background: #e7e7e7 !important;
}

img.header-image {
    margin: 30px 15px 30px 15px;
}

.widget table.tablepress thead th,
#secondary .widget-title {
    border-radius: 0;
    background: #cf4b6c !important;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1.1;
}

footer#colophon .site-info a {
    color: #ffffff;
}

header#masthead .navbar-default .navbar-nav>li>a {
    font-weight: 500;
}

#masthead>a:last-child {
    top: 19px !important;
    margin-right: 15px;
}

img.header-image {
    width: 291px;
    height: auto;
}

/* NEW TABLE */

.table-casino-info-item {
    display: block;
    border: 1px solid #e8e6e6;
    background-color: #e8e6e6;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 12px;
}

.table-casino-info-content {
    background: #e8e6e6 !important;
    border-radius: 0;
}

.btn-table-green {
    background: #43e65e !important;
    border: none !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.custom_mini_table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}

.custom_mini_table tr {
    border-top: 1px solid #ddd;
}

.custom_mini_table td {
    padding: 8px;
}

.custom_mini_table tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

.custom_mini_table tr:hover td {
    background-color: #f3f3f3;
}

/* END NEW DESIGN  */

/* Youtube Embed */

iframe {
    max-width: 100%;
}

/* End Youtube Embed */

footer#colophon {
    border-radius: 0 !important;
}

/* Review Overviw Box */

.casino-reviews-content .review-overview {
    position: relative;
    z-index: 99;
    float: left;
    clear: left;
    width: 270px;
    border-top: 1px solid #ececec;
    margin: 10px 20px 10px 0;
}

.casino-reviews-content .review-overview ul {
    display: block;
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

.casino-reviews-content .review-overview ul li {
    display: block;
    padding: 8px 8px 8px 16px;
    border: 1px solid #ececec;
    border-top: 0;
    position: relative;
}

.casino-reviews-content .review-overview ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(images/tick.png) no-repeat center;
}

.casino-reviews-content .review-overview ul li:last-child {
    border-bottom: 0;
}

.casino-reviews-content .review-overview .review-logo {
    border: 1px solid #ececec;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.casino-reviews-content .review-overview .review-logo img {
    max-width: 80%;
    max-height: 60px;
    margin: 10px 0;
}

.spacer {
    float: left;
    clear: left;
    width: 0px;
    height: 140px;
}

.casino-reviews-content .review-overview .button,
#review-sidebar .button {
    text-transform: uppercase;
    color: #fff;
    background: #126fda;
    /* Old browsers */
    background: -moz-linear-gradient(top, #126fda 0%, #0b4ac6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #126fda 0%, #0b4ac6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #126fda 0%, #0b4ac6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126fda', endColorstr='#0b4ac6', GradientType=0);
    /* IE6-9 */
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 10px;
    transition: .3s all;
}

.casino-reviews-content .review-overview .button:hover,
#review-sidebar .button:hover {
    text-decoration: none;
    background: #105bb7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #105bb7 0%, #0a40ad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #105bb7 0%, #0a40ad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #105bb7 0%, #0a40ad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#105bb7', endColorstr='#0a40ad', GradientType=0);
    /* IE6-9 */
}

#review-sidebar .button.red {
    background: #a90329;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #6d0019 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%, #6d0019 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%, #6d0019 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
    /* IE6-9 */
}

#review-sidebar .button.red:hover {
    background: #8e0223;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8e0223 0%, #6d0019 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8e0223 0%, #6d0019 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8e0223 0%, #6d0019 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e0223', endColorstr='#6d0019', GradientType=0);
    /* IE6-9 */
}

#review-sidebar .button.green {
    background: #007c04;
    /* Old browsers */
    background: -moz-linear-gradient(top, #007c04 0%, #005700 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #007c04 0%, #005700 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007c04 0%, #005700 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007c04', endColorstr='#005700', GradientType=0);
    /* IE6-9 */
}

#review-sidebar .button.green:hover {
    background: #006b00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #006b00 0%, #005700 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #006b00 0%, #005700 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #006b00 0%, #005700 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006b00', endColorstr='#005700', GradientType=0);
    /* IE6-9 */
}

#review-sidebar .button.orange {
    background: #e5b554;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5b554 0%, #febf04 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5b554 0%, #febf04 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5b554 0%, #febf04 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5b554', endColorstr='#febf04', GradientType=0);
    /* IE6-9 */
}

#review-sidebar .button.orange:hover {
    background: #e0aa53;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e0aa53 0%, #febf04 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e0aa53 0%, #febf04 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e0aa53 0%, #febf04 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0aa53', endColorstr='#febf04', GradientType=0);
    /* IE6-9 */
}

#review-sidebar .button.black {
    background: #45484d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

#review-sidebar .button.black:hover {
    background: #000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.casino-reviews-content .review-overview .compliance {
    text-align: center;
    font-size: 11px;
    color: #7a7a7a;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .casino-reviews-content .review-overview .mobile-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .casino-reviews-content .review-overview {
        float: none;
        width: 100%;
        margin: 0;
    }

    .casino-reviews-content .spacer {
        display: none;
    }
}

.su-tabs {
    clear: both;
}

#content>article>.row>.col-sm-4,
#main>#secondary {
    border-bottom: 1px solid #ececec;
}

.su-list ul li>i {
    position: static !important;
}

/* End Review Overview Box */

/* Compliance Button */

.button-compliance .review-overview {
    width: 100%;
}

/* End Compliance Button */

/* Topbar mobile optimization */

.table-casino-info-list>label select {
    display: none;
}

.table-casino-info-list>label .table-filter-button {
    background: transparent;
    border: 0;
    font-weight: 400;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.table-casino-info-list>label {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.table-casino-info-list>label .table-filter-button:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -7px;
    color: #ddd;
}

.table-casino-info-list>label .table-filter-button:focus {
    outline: none;
}

.table-casino-info-list>label .table-filter-button.active,
.table-casino-info-list>label .table-filter-button:hover {
    background: #ddd;
}

@media (max-width: 768px) {
    header#masthead .no-site {
        vertical-align: bottom !important;
        margin-bottom: 0 !important;
        display: inline-block !important;
        position: absolute !important;
        left: auto !important;
        right: 71px !important;
        top: 16px !important;
    }

    header#masthead img.header-image {
        width: 200px !important;
        height: auto !important;
        margin: 10px 15px 10px 15px !important;
    }

    .navbar-default .navbar-toggle {
        position: absolute !important;
        z-index: 99 !important;
        right: 0 !important;
        top: -52px;
    }

    #masthead>a:last-child {
        display: none !important;
    }

    .table-casino-info-list>label select {
        display: inline-block;
    }

    .table-casino-info-list>label .table-filter-button {
        display: none;
    }

    .table-casino-info-list>label select {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-appearance: none;
        appearance: none;
        border: 0;
        background: transparent;
        overflow: hidden;
        font-size: 16px;
        opacity: 0;
        cursor: pointer;
    }

    .table-casino-info-list>label {
        position: relative;
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
        font-family: sans-serif;
        background-color: #3f3f3f;
        border-radius: 5px;
        font-size: 15px;
        width: fit-content;
        cursor: pointer;
    }

    .table-casino-info-list>label:after {
        content: '';
        position: absolute;
        right: 15px;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: #3f3f3f;
    }
}

.mpo-modal-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpo-modal-popup h3 {
    margin: 0 0 10px 0;
}

.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: block;
    border: 2px solid #000;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 15px;
    opacity: 0.6;
    text-align: center;
    font-weight: bold;
    transition: opacity .3s ease;
}

.close-modal:hover {
    opacity: .8;
}

.mpo-modal-inner {
    background: #fff;
    max-width: 90%;
    width: 700px;
    padding: 35px;
    position: relative;
}

.open-info-popup {
    position: relative;
    top: 3px;
    display: inline-block;
    max-width: 15px;
    opacity: .6;
    margin-left: 5px;
}

.open-info-popup svg {
    width: 100%;
    height: auto;
}

/* End Topbar mobile optimization */

/* News Block */
.news-block {
    clear: both;
    margin: 35px 0;
    border: 0;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    background: #126fda;
    background: -moz-linear-gradient(top, #126fda 0%, #0b4ac6 100%);
    background: -webkit-linear-gradient(top, #126fda 0%, #0b4ac6 100%);
    background: linear-gradient(to bottom, #126fda 0%, #0b4ac6 100%);
}

.news-block .news-block-h2 {
    background: #0852a7;
    font-size: 26px !important;
    padding: 10px;
    margin: 0 !important;
}

.news-block .news-block-content>h2:first-child,
.news-block .news-block-content>h3:first-child,
.news-block .news-block-content>h1:first-child {
    margin-top: 0 !important;
}

.news-block .news-block-content {
    padding: 15px 10px;
}

/* End New Block */

.casino-reviews-compliance-bottom:before {
    content: '';
    width: 33px;
    height: 33px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    display: block;
    float: left;
    background: url(images/consent-18.png) no-repeat center;
    background-size: contain;
}
