/*********************
GENERAL STYLES
*********************/
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Proxima Nova', 'Arial', sans-serif;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.2;
    color: #fbfbfb;
    background: #252525;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
    -webkit-font-smoothing: antialiased; 
}

.wrap {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto; 
}

p {
    -ms-word-break: break-all;
    -ms-word-wrap: break-all;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig"; 
}

* {
    -webkit-transition: all 0.1s ease, opacity 0.1s ease-in;
    -moz-transition: all 0.1s ease, opacity 0.1s ease-in;
    -ms-transition: all 0.1s ease, opacity 0.1s ease-in;
    -o-transition: all 0.1s ease, opacity 0.1s ease-in;
    transition: all 0.1s ease, opacity 0.1s ease-in;
}

/* scrollbar */

::-webkit-scrollbar {
	width: auto;
}
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
	background: #888; 
}
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

q {	
	display: block;
    width: 100%;
    border: none;
    background: none;
    color: #a8feb6 !important;
    font-size: 1.125em;
    line-height: 1.5em;
	float: right;
	margin: 0.5em 0;
}
q:before {
    color: #a8feb6;
    content: "\201C";
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.3em;
}
q:after {
    color: #a8feb6;
    content: "\201D";
    font-size: 4em;
    line-height: 0.1em;
    margin-top: 0.5em;
    float: right;
}

.ml-0,
.ml-1,
.ml-2{
	margin-left: 0 !important;
}
.ml-3{
	margin-left: 20px !important;
}
.ml-4{
	margin-left: 40px !important;
}
.ml-5{
	margin-left: 60px !important;
}
.ml-6{
	margin-left: 80px !important;
}

/*********************
ADDITIONAL STYLES
*********************/

.centered{
    text-align: center;
}
.greyscale,
.panel-links img,
.loop-container.games .item a:hover img,
#gameThumb img,
.payments img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(1);
    filter: gray;
}

.payments img{
	-webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    filter: grayscale(0.5);
}
.greyscale:hover,
.panel-links li:hover img,
.panel-links li.current img,
.loop-container.casinos .line .item-inner:hover .col-7 img{
    filter: none;
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.d-none{
	display: none !important;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
    color: #a8feb6;
    text-decoration: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
    text-decoration: underline;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); 
}

.btn,
.wpcf7-submit{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin: 0;
    border: none;
    border-radius: 6px;
    font-size: 1.125em;
    padding: 0.375em 1em;
    font-weight: 700;
    text-shadow: 0 -0.0625em 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover,
.btn:active,
.wpcf7-submit:hover,
.wpcf7-submit:active{
	top: 2px;
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
}

.btn-green,
.wpcf7-submit{
  background-color: #01b33b;
  box-shadow: 0px 3px 0px 0px #007419;
}
.btn-green:hover,
.wpcf7-submit:hover{
  background-color: #4dc975;
}

.btn-grey{
    background-color: #444;
    box-shadow: 0px 3px 0px 0px #282828;
}
.btn-grey:hover {
  background-color: #565656;
}

.btn-load-more{
    font-size: 1em;
}
.btn-load-more i{
    margin-left: 0.125em;
}

/*************************
H1, H2, H3, H4, H5 STYLES
*************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    font-weight: normal;
    color: #a8feb6;
    margin: 0.5em 0;
	text-align: left;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; 
}

h1, .h1 {
	font-size: 1.5em;
}

h2, .h2 {
	font-size: 1.25em;
}

h3, .h3 {
	font-size: 1.125em; 
}

h4, .h4 {
	font-size: 1em;
	font-weight: 700;
}

h5, .h5 {
	font-size: 1em;
}

/*********************
HEADER STYLES
*********************/

#header{
    height:50px;
    background-color: #1e2123;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
#header nav {
    z-index: 10;
    text-shadow: none;
}
#header nav .hideshow{
    position: relative;
    display: none;
}
#header nav .hideshow ul {
    position: absolute
}
#header nav .hideshow .more {
    font-size: 6px;
    color: #fff;
    cursor: pointer;
}
#header nav .hideshow .more:hover{
    background: none;
}
#header nav .hideshow .more i{
    margin-right: 2px;
}
#header nav ul li ul li a,
#header nav ul li ul li button {
    float: left;
    clear: both;
    width: 100%
}
.ddArrow {
    width: 34px;
    height: 100%;
    position: absolute;
    right: -4px;
    top: 0
}
.ddArrow i {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
    font-size: 14px;
    color: #fff;
}
#header ul li .ddArrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0
}
#header ul li .ddArrow i {
    -webkit-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
    -moz-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
    -o-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
    -ms-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
    transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
    float: right;
}

#siteLogo{
    display: inline-block;
    height: 40px;
}
#siteLogo img{
    height: 100%;
    width: auto;
}

#langMenu{
	position: fixed;
	top: 0; 
	left: 0; 
	right: auto;
	z-index: 999999;
}

#langMenu ul{
	margin: 0;
}
#langMenu ul.sub{
	display: none;
	background-color: #1e2123;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding: 5px 0;
}
#langMenu li{
	position: relative;
	display: block;
	width: 44px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	background-size: auto 30px;
    background-position: center;
    background-repeat: no-repeat;
	text-align: left;
	cursor: pointer;
}
#langMenu li a{
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
} 

#langMenu > ul > li{
	float: right;
	text-align: right;
	height: 50px;
	line-height: 50px;
	background-position: center;
}

#langMenu .searchBtn{
	width: 34px;
}

#langMenu .opened > .sub{
	display: block;
}

#langMenu i:before{
	content: " ";
}

#langMenu li.de{
    background-image:url('../images/hexcasino-de.png');
}
#langMenu li.fr{
    background-image:url('../images/hexcasino-fr.png');
}
#langMenu li.nl{
    background-image:url('../images/hexcasino-nl.png');
}
#langMenu li.fi{
    background-image:url('../images/hexcasino-fi.png');
}
#langMenu li.en{
    background-image:url('../images/hexcasino-ca.png');
}
#langMenu li.sv{
    background-image:url('../images/hexcasino-se.png');
}
#langMenu li.ru{
    background-image:url('../images/hexcasino-ru.png');
    display:none;
}
#langMenu li.no{
    background-image:url('../images/hexcasino-no.png');
}
#langMenu li.ja{
    background-image:url('../images/hexcasino-jp.png');
}
#langMenu li.en-nz{
    background-image:url('../images/hexcasino-en-nz.png');
}
#langMenu li.en-gb{
    background-image:url('../images/hexcasino-en-gb.png');
}
#langMenu li.ro{
    background-image:url('../images/hexcasino-ro.png');
}
#langMenu li.en-za{
    background-image:url('../images/hexcasino-en-za.png');
}
#langMenu li.es{
    background-image:url('../images/hexcasino-es.png');
}
#langMenu li.de-at{
    background-image:url('../images/hexcasino-de-at.png');
}
#langMenu li.ar{
    background-image:url('../images/hexcasino-ar.png');
}
#langMenu li.en-ie{
    background-image:url('../images/hexcasino-en-ie.png');
}
#langMenu li.pl{
    background-image:url('../images/hexcasino-pl.png');
}
#langMenu li.en-ke{
    background-image:url('../images/hexcasino-en-ke.png');
}
#langMenu li.en-tz{
    background-image:url('../images/hexcasino-en-tz.png');
}
#langMenu li.en-gh{
    background-image:url('../images/hexcasino-en-gh.png');
}
#langMenu li.en-rw{
    background-image:url('../images/hexcasino-en-rw.png');
}
#langMenu li.en-ug{
    background-image:url('../images/hexcasino-en-ug.png');
}
#langMenu li.en-ng{
    background-image:url('../images/hexcasino-en-ng.png');
}
#langMenu li.en-in{
    background-image:url('../images/hexcasino-en-in.png');
}
#langMenu li.th{
    background-image:url('../images/hexcasino-th.png');
}
#langMenu li.en-au{
    background-image:url('../images/hexcasino-en-au.png');
}
#langMenu li.fr-ca{
    background-image:url('../images/hexcasino-fr-ca.png');
}
#langMenu li.sk{
    background-image:url('../images/hexcasino-sk.png');
}
#langMenu li.sl{
    background-image:url('../images/hexcasino-sl.png');
}
#langMenu li.de-ch{
    background-image:url('../images/hexcasino-de-ch.png');
}
#langMenu li.nb-no{
    background-image:url('../images/hexcasino-no.png');
}

.searchBtn{
    background-image:url('../images/hex-search.png');
}
.searchBtn.opened{
    background-image:url('../images/hex-search-close.png');
}

#searchContainer{
    position: absolute;
    right: 0;
    z-index: 1000;
    width: 30%;
    min-width: 300px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    display:none;
}

#tags{
    margin-bottom:0;
    line-height: 32px;
    height: 32px;
	padding: 0 30px 0 1em;
    border-radius:0 !important;
    background-color:rgba(50,50,50,0.9) !important;
    color: #bfbfc0;
    border: 1px solid #575757;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline: 0;
}
#tags.working{
	background-image: url('../images/ring.svg');
	background-repeat: no-repeat;
	background-position: center right 3px;
	background-size: 26px;
}
#searchClose{
    display: none;
    float: right;
    width: 32px;
    height: 32px;
    margin-top: -32px;
    border:none !important;
    background-color: transparent !important;
    background-image: url('../images/hex-search-close.png');
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.ui-autocomplete{
    position:fixed !important;
    top:82px !important;
    padding: 0 5px !important;
    background:rgba(50,50,50,0.8) !important;
    opacity: 0;
    display: none;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.ui-autocomplete.opened {
    opacity: 1;
}
.ui-menu .ui-menu-item{
    border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.1);
	list-style-image: none !important;
}
.ui-menu .ui-menu-item:hover{
    background:rgba(50,50,50,1) !important;
}
.ui-menu .ui-menu-item:last-child{
    border-bottom:0;
}
.ui-menu .ui-menu-item a{
    line-height: 2em;
    height: 2em;
    overflow:hidden;
    font-size: 1em;
    color: #fff;
}
.ui-menu .ui-menu-item img{
    float:left;
    height:1.75em;
    width:auto;
    border-radius:4px;
    margin: 0.125em 0.75em 0.125em 0; 
}

/*********************
CONTENT STYLES
*********************/

.home .content h1, 
.home .content h2{
    text-align: center;
}

.row{
    display: block;
    overflow: hidden;
    width: 100%;
}
.full-width{
    width: 100% !important;
}

.content h1:first-child,
.content h2:first-child,
.content h3:first-child{
    margin: 0 0 0.5em 0;
}
.content h1:first-child{
    color: #fff;
}
.content p{
    text-align: justify;
    margin: 0 0 1em 0;
	font-size: 0.9375em;
}
.content ul,
.content ol {
    margin: 0 0 1em 1em;
}
.content ul li:before {
    position: relative;
    top: -0.25em;
    font-family: 'FontAwesome';
    font-size: 0.5em;
    color: #a8feb6;
    content: "\f111";
    padding-right: 1em;
}
.content ul.payments li:before{
	content: none;
}
.content ol{
	list-style: decimal outside;
	padding-left: 1em;
}
.content li:not(:last-child){
	margin-bottom: 0.5em;
}
.content ul.payments li:not(:last-child){
	margin-bottom: 0;
}
.content ul.inline{
	text-align: center;
}
.content ul.inline li{
	width: 50%;
	text-align: left;
	display: inline-block;
	padding: 0 0.5em 0.5em 0.5em;
	margin-bottom: 0;
}
.content ul.inline li:before{
	content: '\2714';
	top: 0;
	padding-right: 0.5em;
	font-size: 1em;
	vertical-align: baseline;
}
.content ul.toggle{
	padding: 10px;
    background: #212121;
    border: 1px solid #575757;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.content ul.toggle li.toggle-btn{
	color: #a3afb9;
    text-align: center;
    font-size: 1.5em;
	line-height: 1;
	cursor: pointer;
}
.content ul.toggle li.toggle-btn:hover{
	color: #a8feb6;
}
.content ul.toggle li.toggle-btn:before{
	display: none;
}
.content ul.toggle li.toggle-btn > *{
	display: inline-block;
	transform: rotate(90deg);
}
.content ul.toggle li.toggle-btn.active > *{
	transform: rotate(-90deg);
}
.content ul.toggle .h-3,
.content ul.toggle .h-4,
.content ul.toggle .h-5,
.content ul.toggle .h-6{
	display: none;
}
.content table{
	margin-bottom: 1em;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.content table td,
.content table th{
	padding: 0.5em 1.5em;
	border: 1px solid #575757;
}
.content table th{
	font-weight: normal;
	background: #434343;
}

#notice{
	position: relative;
	padding: 10px 0;
	background: #434343;
}
#notice .wrap{
	padding: 0 20px 0 45px;
	background: url('../images/notice.png') no-repeat;
	background-size: 30px;
	background-position: left center;
	min-height: 30px;
}
#notice .close{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #c5c5c5;
}
#notice .close:hover{
	color: #fff;
}

.panel-links{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5em;
	font-size: 0.75em;
}
.panel-links ul{
    display: table;
    width: 100%;
    overflow-x: auto;
    margin: 0 0 10px 0;
}
.panel-links.slide{
    position: relative;
}
.panel-links.slide ul{
	position: absolute;
    z-index: 1;
	padding: 0 20px;
}
.panel-links.slide i{
    display: block;
}
.panel-links li{
    display: table-cell;
    text-transform: uppercase;
    text-align: center;
    padding: 0.25em 0.75em;
    border-bottom: 1px solid #6b6b6b;
	white-space: nowrap;
}
.panel-links li:before{
    display: none !important;
}
.panel-links li:hover,
.panel-links li.current{
    border-bottom: 1px solid #02de4a;
}
.panel-links li:hover a,
.panel-links i:hover,
.panel-links li.current a{
    color: #02de4a;
}
.panel-links i{
    display: none;
    position: absolute;
    top: 0;
    z-index: 2;
    min-width: 30px;
    width: 30px;
    height: 27px;
    cursor: pointer;
    color: #9a9a9a;
    font-size: 18px;
    padding: 4px 6px;
    background: #252525;
}
.panel-links i.fa-caret-left{
    left: 0;
}
.panel-links i.fa-caret-right{
    right: 0;
	text-align: right;
}
.panel-links img{
    height: 90%;
    width: auto;
    margin-right: 5px;
    vertical-align: top;
}
.panel-links a{
    display: block;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #9a9a9a;
    
}
.panel-links a{
    text-decoration: none !important;
}

.panel-links .show-more{
	display: none !important;
}

.video-box{
    display: block;
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0 auto 1em auto;
    padding: 0;
    background: #212121;
    border: 1px solid #575757;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.video-box figcaption{
    padding: 0.5em 1em;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875em;
}

.rating{
    float: left;
}
.rating p{
    float: left;
    margin: 0 0.25em 0 0;
    text-transform: uppercase;
    height: 18px;
    color: #9c9c9c;
}
.rating p:last-child{
	margin: 0 0 0 0.25em;
	text-transform:lowercase;
	font-style: italic;
}
.post-ratings{
    float: left;
    width: auto;
    height: 18px;
}
.post-ratings img{
    float: left;
    height: 1em;
}

/* archive/taxonomy */

.archive .heading{
	display: block;
	overflow: hidden;
}

.archive .content h1,
.single.blog h1{ 
    color: #fff;
    background-image: url('../images/hline.png');
    background-repeat: repeat-x;
    background-position-y: bottom;
	margin: 0;
}
.archive.blog .content h1{
	background-image: none;
}

.archive .rating,
.single.blog .rating{
	padding: 0.25em 0 1em 0;
}

.archive img.archicon{
    display: none;
    float: right;
    width: 30%;
    max-width: 120px;
    margin: 0 0 1em 1em;
}

/* hex */
/*
.hex-wrapper{
    display: block;
    position: relative;
    float: none;
    margin: 0 auto;
    width: 55px;
    height: 100px;
}
.hex-wrapper .hex-frame{
    width: 110px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    display: table;
    background: url('../images/hex-frame.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    vertical-align: middle;
}
.hex-wrapper .hex{
    position: absolute;
    z-index: 1;
    left: -4px;
    top: 4px;
    width: 118px;
    height: 92px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}
.hex-wrapper .hex-inner-one{
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hex-wrapper .hex-inner-two{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
*/

/* loops */

.loop-container{
    display: block;
    width: 100%;
    /*overflow: hidden;*/
    font-size: 1.25em;
}

.load-more-container{
    text-align: center;
    margin-bottom: 1em;
}

/* - casinos */

.loop-container *{
	transition: none;
}	
.loop-container.casinos:not(.side){
	margin: 0 0 0.5em;
}
.loop-container.casinos a:hover,
.loop-container.casinos a:active,
.loop-container.casinos a:focus,
.loop-container.casinos a:visited{
    text-decoration: none !important;
}
.loop-container.casinos .line-1{
	display: inline-block;
	font-size: 1.125em;
	font-weight: 700;
	color: #fff;
}
.loop-container.side .line-1{
	height: 1.125em;
	line-height: 1.125em;
	font-size: 1em;
	overflow: hidden;
}
.loop-container.casinos .line-1.small {
    font-size: .875em;
}
.loop-container.casinos .line-2 {
    font-size: .875em;
    color: #cbcbcb;
}

.loop-container.casinos .btn-grey {
    background-color: #787878;
}
.loop-container.casinos .card{
	width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
}
.loop-container.casinos .card .item-inner {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 10px;
	background-color: #434343;
    background-image: url('../images/ribbon-grey-vertical.png');
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 5px top;
	border: 1px solid #575757;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.loop-container.casinos .card .col-3,
.loop-container.casinos .card .col-4,
.loop-container.casinos .card .col-5,
.loop-container.casinos .card .col-6{
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,0.5);
    border-top: 1px solid rgba(255,255,255,0.1);
}
.loop-container.casinos .card .col-3{
	padding: 0 0 5px;
	border-top: none;
}
.loop-container.casinos .card .col-4{
	border-bottom: none;
}
.loop-container.casinos .number {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #272727;
    border: 1px solid #575757;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
	font-size: 0.875em;
}
.loop-container.casinos .card .number{
	position: absolute;
	top: 5px;
}
.loop-container.casinos .card.first .item-inner, 
.loop-container.casinos .card .item-inner:hover {
    background-image: url('../images/ribbon-green-vertical.png');
}
/*
.loop-container.casinos .card .hex-wrapper {
	top: 3px;
    left: 50%;
    margin: 10px auto 10px -75px;
    width: 75px;
    height: 135px;
}
.loop-container.casinos .card .hex-wrapper .hex-frame {
    width: 150px;
    height: 135px;
}
.loop-container.casinos .card .hex-wrapper .hex {
    left: -5px;
    top: 5px;
    width: 160px;
    height: 125px;
}
*/
.loop-container.casinos .card .col-2 {
    width: 60%;
	margin : -1px auto 0 auto;
    background: #393939;
    border: 1px solid #575757;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.loop-container.casinos .card .col-2 .line-1{
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1.125em;
	color: #02de4a;
}
.loop-container.casinos .card .col-4 .line-1,
.loop-container.casinos .card .col-4 .line-2{
	font-size: 1em;
    font-weight: 400;
    width: auto;
    color: #fff;
}
.loop-container.casinos .card .col-5 .line-1{
	font-size: 1.25em;
}
.loop-container.casinos .card  .btn {
    width: 70%;
	margin-bottom: 5px;
}
.loop-container.casinos .payments {
    display: block;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}
/*
.loop-container.casinos .card .payments{
	height: 30px;
	overflow: hidden;
}*/
.loop-container.casinos .card ul.payments:before{
	
}
.loop-container.casinos .card .payments li{
	display: inline-block;
	margin: 2px;
}
.loop-container.casinos .card .payments img {
    height: 26px;
    width: 40px;
	vertical-align: top;
}

.loop-container.games .btn span {
    display: none;
}

.loop-container.casinos table{
	width: 100%;
	border-collapse: separate; 
	border-spacing: 0 10px;
	margin: -10px 0 0;
	font-size: 0.875em;
	box-shadow: none;
}
.loop-container.casinos table tr:hover td{
	background-color: #555;
}
.loop-container.casinos table th,
.loop-container.casinos table td{
	max-width: 300px !important;
	background-color: #434343;
	padding: 5px 10px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	vertical-align: middle;
}
.loop-container.casinos table th{
	font-size: 0.75em;
	height: auto;
}
.loop-container.casinos table td{
	height: 50px;
}
.loop-container.casinos table tr td:first-child,
.loop-container.casinos table tr th:first-child{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.loop-container.casinos table tr td:last-child,
.loop-container.casinos table tr th:last-child,
.loop-container.casinos table .col-3{
	border-right: 1px solid rgba(255,255,255,0.1);
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.loop-container.casinos table td.col-0{
	width: 40px;
	background-image: url('../images/ribbon-grey-horizontal.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
}
.loop-container.casinos table th.col-0,
.loop-container.casinos table td.col-0{
	border-right: none;
}
.loop-container.casinos table th.col-1,
.loop-container.casinos table td.col-1{
	position: relative;
	min-width: 65px;
	border-left: none;
}
.loop-container.casinos table .col-4,
.loop-container.casinos table .col-5,
.loop-container.casinos table .col-6,
.loop-container.casinos table .col-7{
	display: none;
}
.loop-container.casinos button:not(.btn),
.loop-container.avials button:not(.btn){
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*
.loop-container.casinos table .hex-wrapper {
	position: absolute;
	top: -3px;
	left: 0;
	width: 58px;
    height: 54px;
	margin: 0;
}
.loop-container.casinos table .hex-wrapper .hex-frame {
    width: 58px;
    height: 54px;
}
.loop-container.casinos table .hex-wrapper .hex {
	left: -3px;
    top: 3px;
    width: 64px;
    height: 48px;
}
*/
.loop-container.casinos table .col-1 .line-1{
	display: none;
}
.loop-container.casinos table .col-2 .line-1 {
    color: #02de4a;
}
.loop-container.casinos table .btn{
	font-size: 1em;
	width: 100%;
}
.loop-container.casinos table .btn span{
	display: none;
}
.loop-container.casinos .col-7 img {
    width: 40px;
    height: auto;
    vertical-align: middle;
}
.loop-container.casinos table .number{
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-left: -4px;
}
.loop-container.casinos table .payments{
	display: block;
	width: auto;
	max-width: 120px;
	overflow: hidden;
	margin: 0 auto;
	
}
.loop-container.casinos table .payments li{
	display: block;
	float: left;
	margin: 2px;
}
.loop-container.casinos table .payments img {
    height: 22px;
    width: 34px;
	vertical-align: middle;
}

/*
.loop-container.casinos .col-1 .thumbnail{
	position: absolute;
	top: -1px;
	left: 6px;
	width: 54px;
	height: 50px;
	background-color: #434343;
	background-image: url('../images/nothumb.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
	-webkit-mask:  url('../images/frame.svg') no-repeat center;
	mask: url('../images/frame.svg') no-repeat center;
}
.loop-container.casinos .col-1 .frame{
	position: absolute;
	top: -3px;
	left: 4px;
	width: 58px;
	height: 54px;
}
.loop-container.casinos .col-1{
	position: relative;
}
.loop-container.casinos.side .col-1 .thumbnail{
	left: 2px;
}
.loop-container.casinos.side .col-1 .frame{
	left: 0;
}
.loop-container.casinos .card .col-1{
	min-height: 160px;
}
.loop-container.casinos .card .col-1 .thumbnail{
	width: 146px !important;
	height: 135px !important;
	top: 50%;
	left: 50%;
	margin: -67.5px auto auto -73px;
}
.loop-container.casinos .card .col-1 .frame{
	width: 150px !important;
	height: 139px !important;
	top: 50%;
	left: 50%;
	margin: -69.5px auto auto -75px;
}
*/

.thumb-hex{
	position: relative;
}
.thumb-hex > *{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.thumb-hex .thumb{
	top: 2%;
	left: 2%;
	width: 96%;
	height: 96%;
	background-color: #434343;
	background-image: url('../images/nothumb.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
	-webkit-mask:  url('../images/frame.svg') no-repeat center;
	mask: url('../images/frame.svg') no-repeat center;
}

.loop-container.casinos .line .thumb-hex{
	position: absolute;
	top: -3px;
	left: 3px;
	width: 58px;
	height: 54px;
}

.loop-container.casinos .card .thumb-hex{
	width: 150px;
	height: 140px;
	margin: 10px auto 5px auto;
}

/* - bonuses */

.loop-container.bonuses{
    max-width: 880px;
    margin: 0 auto 0.5em auto !important;
}
.loop-container.bonuses .line .line-2{
	text-transform: lowercase;
    display: none;
}
.loop-container.bonuses .line-1{
	white-space: nowrap;
}

/* - games */
	
.loop-container.games .item,
.loop-container.avials .item{
	position: relative;
    display: block;
	float: left;
	width: 49%;
	max-width: none;
	margin: 0;
	margin-right: 2%;
	margin-bottom: 0.5em;
    background: #434343;
    border: 1px solid #575757;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.loop-container.games .item:nth-child(2n-2){
	margin-right: 0;
}

.loop-container.games .item .thumbnail,
.loop-container.avials .item .thumbnail{
    font-size: 0;
}
.loop-container.games .item img,
.loop-container.avials .item img{
    width: 100%;
    height: auto;
    max-height: 180px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.loop-container.games .item a{
    text-decoration: none;
    color:#fff;
}
.loop-container.games .item p{
    font-size: 0.625em;
    margin: 0.375em 0;
    padding: 0 0.25em;
    text-align: center;
    text-transform: uppercase;
    height: 1em;
    overflow: hidden;
}

.loop-container.games .item .button{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    margin-top: -30px;
    margin-left: -80px;
    vertical-align: middle;
    text-align: center;
    display: none;
}
.loop-container.games .item a:hover .button{
    display: block;
}

.loop-container.games .item .btn{
    font-size: 0.75em;
    vertical-align: middle;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

/* - avials */

.loop-container.avials .item{
	padding: 6px;
	width: 48%;
	margin: 0 1% 0.5em 1%;
}
.loop-container.avials .item:nth-child(3n-3){
	margin-right: 0;
}
.loop-container.avials .thumbnail{
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.loop-container.avials .button{
	border-top: 1px solid rgba(255,255,255,0.1);
}
.loop-container.avials img{
	margin-bottom: 5px;
}
.loop-container.avials .btn{
	width: 100%;
	margin: 5px 0 2px 0;
	padding: 0.25em 0.5em;
	font-size: 0.875em;
}
	
/**********************
******** SINGLE *******
**********************/

.popup-container{
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,50,55,0.95);
    text-align: center;
}
.popup-content{
    position:fixed;
    top: 10%;
    left: 50%;
    z-index: 101;
    display: block !important;
    background: #434343;
    padding: 10px !important;
    border: 1px solid #575757;
    border-radius: 6px;
}
.popup-close{
    position: absolute;
    z-index: 102;
    top: -14px;
    right: -14px;
    display: block;
    width: 28px;
    height: 28px;
    background: #01b33b;
    border: 1px solid #007419;
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
}
.popup-close i{
    font-size: 20px;
    margin: 2px auto 0 auto;
    color: #fff;
}

#avial .popup-content{
	max-width: 760px;
	background: #212121;
	padding: 10px 20px !important;
}
#avial .popup-content > .h3{
	display: block;
	max-width: 460px;
	margin: 0 auto 0.5em auto;
	text-align: center;
}
#avial .popup-content > p{
	text-align: right;
	margin: 0.25em 0;
}
#avial .popup-content > p i{
	font-size: 0.75em;
}

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

    /* - games */

.single-game .heading{
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.single-game .loop-container.casinos .heading{
	border-bottom: none;
} 

#gameContainer{
    border-top: none;
    padding: 0 0 13px 0;
}
.single-game .topbar{
    border-bottom: none;
    padding: 10px 0 5px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}

#serviceButtons{
    float: right;
    margin: 0;
}
#serviceButtons li{
    display: inline-block;
    margin-right: 5px;
    font-size: 0.75em;
    line-height: 18px;

    color: #9c9c9c;
    text-transform: uppercase;
    cursor: pointer;
}
#serviceButtons li:hover,
#serviceButtons li:hover i{
    color: #fff;
}
#serviceButtons li:before{
    display: none !important;
}
#serviceButtons i{
    margin-left: 2px;
}

#gameContainer,
#gameThumb > :first-child{
    transition: none;
}
#gameContainer.popup-content{
    top: 3%;
    border-bottom: none;
}
#gameThumb{
    position: relative;
}
#gameThumb img{
    width: 100%;
    height: auto;
}
#gameThumb .mask{
	z-index: 1;
	height: 99%;
}
#gameButtons{
	z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    margin-left: -120px;
	margin-top: -50px;
    text-align: center;
}
#gameButtons button:first-child{
    margin-bottom: 7px;
}
#gameButtons .btn,
#gameContainer .btn.full-width{
    font-size: 0.875em;
	white-space: normal;
}
#gameButtons span{
	display: block;
	font-size: 0.875em;
	color: #a8feb6;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
.popup-content #gameButtons{
    font-size: 1em;
}

#videoContainer{
    display: none;
    width: 80%;
    max-width: 960px;
    transition: none;
}
#videoContainer iframe{
    width: 100%;
    transition: none;
}

#issueContainer{
    display: none;
    width: 96%; 
    max-width: 350px;
    background: #212121;
    padding: 20px !important;
    transition: none;
}
#issueContainer h2{
    margin: 0;
}
#issueContainer h3{
    color: #fff;
}
#issueContainer p{
    color: #c5c5c5;
}
#issueContainer li{
    padding: 0.125em 0;
}
#issueContainer label{
    margin-left: 0.5em;
    text-transform: uppercase;
    cursor: pointer;
}
#issueReportExplane{
    display: none;
    margin: 1em 0;
}
#issueReportExplane p{
    margin: 0.5em 0;
}
#issueReportExplaneArea{
    margin-bottom: 0;
}

.content.single-game h1
/*.single-game .loop-container.games .item*/{
    margin-bottom: 0;
}
    
.single .most-played h2{
    text-align: center;
}

.single .most-played .load-more-container{
    display: none !important;
}

/* casinos */
    
#casino_heading{
    background: #141b1f url('../images/casino-heading-bg.png');
    background-size: 100px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 10px 0;
	font-size: 0.875em;
}
#casino_heading h1{
    margin: 0;
    color: #fff;
    text-shadow: 0 0.0625em 0 rgba(0,0,0,0.5);
    line-height: 1;
	text-align: center;
	font-size: 1.5em;
}
#casino_heading h1.closed{
	color: #d40d0e;
}
#casino_heading p{
    margin: 0;
}
#casino_heading .rating img{
    width: 1.25em;
    height: auto;
}
#casino_heading > .inner{
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#casino_heading > .inner > div{
    /*float: none;*/
    padding: 15px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-top: 1px solid rgba(255,255,255,0.1);
}
#casino_heading > .inner > div.col-1{
    border-top: none;
	position: relative;
}
#casino_heading > .inner > div.col-2{
    font-size: 1.125em;
	text-align: center;
}
#casino_heading > .inner > div.col-3{
    border-bottom: none;
}
#casino_heading .thumb-hex{
	width: 140px;
    height: 130px;
	margin: 0 auto 0.5em auto;
}
/*
#casino_heading .hex-wrapper{
    left: 50%;
    margin: 0 auto 0.5em -100px;
    width: 100px;
    height: 180px;
}
#casino_heading .hex-wrapper .hex-frame{
    width: 200px;
    height: 180px;
}
#casino_heading .hex-wrapper .hex{
    left: -5px;
    top: 5px;
    width: 210px;
    height: 170px;
}
*/
#casino_heading .rating,
#casino_heading .bonus{
    float: none;
    text-align: center;
}
#casino_heading .bonus{
	margin: 0 0 1em 0;
}
#casino_heading .post-ratings{
    display: inline-block;
    float: none;
}
#casino_heading .rating p{
   display: block;
   float: none;
}
#casino_heading .rating b{
    color: #01b33b;
}
#casino_heading .col-2 ul{
	display: inline-block;
	text-align: left;
}
#casino_heading .col-2 ul li:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.75em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    margin-right: 1em;
    color: #01b33b;
}
#casino_heading .col-2 ul li.error{
	color: #d40d0e;
}
#casino_heading .col-2 ul li.error:before{
	content: "\f00d";
	color: #d40d0e;
}
#casino_heading .heading p{
    color: #59666c;
    font-weight: 700;
}
#casino_heading .devices img{
    float:left;
    width: auto;
    height: 3em;
    margin-right: 1em;
}
#casino_heading .devices p{
    line-height: 1.5em;
    color: #aeb0b1;
}

#casino_heading .col-3 p{
    color: #c3c3c3;
    text-transform: uppercase;
    font-size: 0.75em;
    margin-bottom: 0.5em;
    text-align: center;
}
#casino_heading .bonus a{
	color: #fff;
}
#casino_heading .bonus a:hover,
#casino_heading .bonus a:active,
#casino_heading .bonus a:focus{
	color: inherit;
	text-decoration: none;
	color: #fff;
}
#casino_heading .bonus .btn{
    width: 90%;
    font-size: 1.25em;
	margin: 0.5em 0;
	white-space: normal;
}
#casino_heading .bonus span{
	display: inline-block;
    font-size: 1.75em;
    font-weight: 700;
    text-shadow: 0 0.0625em 0 rgba(0,0,0,0.5);
    line-height: 1;
	margin: 0 auto 10px auto;
}
#casino_heading .payments{
    width: 100%;
    text-align: center;
    margin: 0.5em auto 0 auto;
    /*min-width: 200px;*/
}
#casino_heading .payments li{
    display:inline-block;
	padding: 0 2px;
}
#casino_heading .payments img{
    width: 30px;
	height: 20px;
}

/* blog */

/* pages */

.content iframe{
	width: 100%;
	margin: 0 0 1em 0;
}

.important{
    color: red;
}
.wpcf7-form label{
    line-height: 1.5;
}
.wpcf7-recaptcha{
    margin-bottom: 3px;
}

.wpcf7-response-output,
.screen-reader-response{
	padding: 15px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 4px;
} 
.wpcf7-mail-sent-ok{
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	text-shadow: none;
}
.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.screen-reader-response{
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	text-shadow: none;
}

.wpcf7-spam-blocked,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing{
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.wpcf7 .screen-reader-response{
	display: none !important;
}
.tg{
	text-align: justify;
	transition: height 0.7s;
}
.tg-btn{
	text-align: right;
	margin: 0.5em 0;
}
.tg-btn span:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	content:"\f0fe";
	margin-left: 0.25em;
}
.tg-btn span,
.tg-btn span:after{
	font-size: 0.875em;
	text-transform: uppercase;
	color: #02de4a;
	cursor: pointer;
}
.tg-btn span:hover{
	text-decoration: underline;
}

.faq dt, .faq dd{
	margin-bottom: 5px;
	border: 1px solid #575757;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.faq dt{
	margin-top: -1px;
	padding: 10px 20px 10px 0;
	background: #434343;
	background-size: 16px;
	cursor: pointer;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.faq dt:before{
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	width: 40px;
	text-align: center;
}

.faq dt.closed{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.faq dt.closed:before{
	content: "\f105";
}

.faq dd{
	display: block;
	margin-top: -6px;
	padding: 20px;
	background-color: rgba(0,0,0,0.1);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.faq dd.closed{
	display: none;
}

figure.figure-shortcode{
	display: inline-block;
	width: 100%;
	background: #434343;
	margin-bottom: 1em;
	border: 1px solid rgba(255,255,255,.1);
    border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
figure.figure-shortcode > *{
	vertical-align: top;
	
}
figure.figure-shortcode > *:first-child{
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
figure.figure-shortcode figcaption{
	padding: 5px 10px;
	text-align: center;
}

/* pagenavi */

.wp-pagenavi {
    display: inline-block;
    line-height: 1.5em;
    /*height: 2.5em;*/
    width:100%;
    margin:0 auto 1em auto;
}
.wp-pagenavi:last-child {
    margin-bottom: 1em;
}
.wp-pagenavi a, .wp-pagenavi span.pages,
.wp-pagenavi span.extend, .wp-pagenavi span.current  {
    float: left;
	display: block;
    min-width: 2em;
    line-height: 1.5em;
    height: 2em;
    margin: 0 .233em;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 2em;
    border-radius: 2em;
    background: #151d20;
	color: #cbcbcb;
    font-size: 0.875em;
    font-weight: 400;
	text-align: center;
}
.wp-pagenavi span.pages{
    display:none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current{
    color:#fff;
    text-decoration: none;
	border: 1px solid rgba(255,255,255,0.05);
	background: #2c3336;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */

/* tabli */

.tabli{
	display: block;
	width: auto;
	overflow: auto;
	margin-bottom: 1em;
}
.tabli > *{
	margin-bottom: 0 !important;
}
.tabli.container-float-left{
	float: left;
	margin-right: 1em;
}
.tabli.container-float-right{
	float: right;
	margin-left: 1em;
}
.tabli.content-full-width,
.tabli.content-full-width > *,
.tabli.content-center,
.tabli.content-left,
.tabli.content-right{
	width: 100%;
}
.tabli.content-center > *,
.tabli.content-left > *,
.tabli.content-right > *{
	display: inline-block;
}
.tabli.content-center{
	text-align: center;
}
.tabli.content-left{
	text-align: left;
}
.tabli.content-right{
	text-align: right;
}

.popover{
	position: relative;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
.popover-link{
	display: inline-block;
	border-bottom: 1px dashed #cbcbcb;
	color: #cbcbcb;
	font-size: 0.65em;
	font-weight: 400 !important;
	cursor: pointer;
}
.popover-box{
	display: none;
	min-width: 150px;
	position: absolute;
	z-index: 100;
	top: calc(100% + 10px);
	padding: 10px;
	font-size: small;
	background: #606060;
	border: 1px solid #575757;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
	color: #fff;
}
.popover-box.opened{
	display: block;
}
.popover-box:before{
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	width: 0; 
	height: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #606060;
}
.popover-box > span{
	display: block;
	padding-bottom: 5px;
	margin: 0 !important;
	color: #02de4a;
	font-weight: 600;
	font-size: 1em !important;
	text-transform: uppercase;
}
.popover *{
	text-align: center !important;
}
.popover-box p:last-child{
	margin: 0 !important;
}
.loop-container.casinos .card .popover{
	margin: -10px auto 10px auto;
}
.loop-container.casinos .line .popover{
	margin: -7px auto 0 auto;
}
#top-casinos-sidebar .loop-container.casinos .line .popover{
	margin: -10px auto 0 auto;
}
.loop-container.casinos .line .popover-link{
	
}
#casino_heading .bonus .popover{
	margin: -10px auto 10px auto;
}
#casino_heading .bonus .popover span{
	font-size: 0.875em;
}
#casino_heading .bonus .popover p{
	text-transform: inherit;
	color: #fff;
}

/*********************
******* SIDEBAR ******
*********************/

#sidebar_right{
    width: 100%;
}

.widget{
    /*max-width: 480px;*/
    margin: 0 auto 1em auto;
}
.widget:last-child{
    margin-bottom: 0;
}
.widget_hex_games_details .inner,
.widget_hex_games_details .widget-title{
    display: block;
    max-width: 480px;
    margin: 0 auto !important;
}

.widget-title{
    color: #fff;
    text-align: center;
	text-transform: uppercase;
    font-size: 1.125em;
}

/* widget games details */

.widget_hex_games_details{
    background: #212121;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #575757;
}

.widget_hex_games_details .widget-title{
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.widget_hex_games_details .widget-title i{
    margin-right: 4px;
}

.widget_hex_games_details .row{
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0;
    text-align: center;
}
.widget_hex_games_details .row:last-child{
    border-bottom: none;
    padding: 10px 0 5px 0;
}

.widget_hex_games_details .btn{
    width: 100%;
}

.widget_hex_games_details .row-1 img{
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 10px auto;
}
.widget_hex_games_details .row-3 img{
    width: 100%;
    max-width: 40px;
    height: auto;
}

.widget_hex_games_details .row ul{
    display: table;
    width: 100%;
    margin: 0;
}
.widget_hex_games_details .row ul li{
    display: table-cell;
    padding: 0 10px;
}
.widget_hex_games_details .row-2 ul li{
    border-right: 1px solid rgba(0,0,0,0.5);
    border-left: 1px solid rgba(255,255,255,0.1);
}
.widget_hex_games_details .row-2 ul li:first-child{
    border-left: none;
}
.widget_hex_games_details .row-2 ul li:last-child{
    border-right: none;
}
.widget_hex_games_details .row-3 ul{
    width: auto;
    margin: 0 auto;
}
.widget_hex_games_details .row-3 ul li{
    display: table-cell;
    padding: 0 3px;
}
.widget_hex_games_details .row-5 table{
	width: 100%;
}
.widget_hex_games_details .row-5 table th,
.widget_hex_games_details .row-5 table td{
	padding: 0 10px;
}

.widget_hex_games_details .row a,
.widget_hex_games_details .row ul li span{
    font-size: 0.875em;
    color: #c5c5c5;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    display: block;
    width: 100%;
    white-space: nowrap;
}
.widget_hex_games_details .row ul li span:first-child{
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    text-shadow: 0 2px 0 #000;
}
.widget_hex_games_details .row-5 a{
	display: inline-block;
	width: auto;
}

.widget_hex_casinos_details,
#top-casinos-sidebar,
#latest-posts-sidebar{
    /*overflow: hidden;*/
    margin-bottom: 1em;
    padding: 10px;
    background: #212121;
    border: 1px solid #575757;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    
}
#top-casinos-sidebar .inner,
#latest-posts-sidebar .inner{
    margin: 0 auto;
}
#top-casinos-sidebar .title,
#latest-posts-sidebar .title{
    text-align: center;
    margin: -10px auto 10px auto;
}
.widget_hex_casinos_details .widget-title,
#top-casinos-sidebar .inner-title,
#latest-posts-sidebar .inner-title{
    display: inline-block;
    width: 90%;
    padding: 10px;
    background: #434343;
    color: #eaeaea;
    font-weight: 700;
	font-size: 0.875em;
	line-height: 1.1;
    border-right: 1px solid #575757;
    border-bottom: 1px solid #575757;
    border-left: 1px solid #575757;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#top-casinos-sidebar .scroll-link{
    text-align: center;
}

#top-casinos-sidebar .scroll-link a{
    color: #fff;
    text-transform: uppercase;
}
#top-casinos-sidebar .loop-container{
	overflow: inherit;
}
/* latest posts widget */

#latest-posts-sidebar ul{
	margin: 0;
}
#latest-posts-sidebar ul li{
	border-bottom: 1px solid rgba(0,0,0,0.5);
    border-top: 1px solid rgba(255,255,255,0.1);
	padding: 0.25em;
}
#latest-posts-sidebar ul li:before{
	position: relative;
    top: -0.125em;
    font-family: 'FontAwesome';
    font-size: 0.75em;
    color: #a8feb6;
	content: "\f24a";
    padding-right: 0.5em;
}
#latest-posts-sidebar ul li:first-child{
	border-top: none;
}
#latest-posts-sidebar ul li:last-child{
	border-bottom: none;
}

/* widget casinos details */

.widget_hex_casinos_details .widget-title{
    display: block;
    margin: -10px auto 1em auto;
    font-size: 1em;
    text-transform: inherit;
}
.widget_hex_casinos_details table{
    border-collapse: separate;
    margin: 0 auto 1em auto;
}
.widget_hex_casinos_details table th,
.widget_hex_casinos_details table td{
    padding: 0.5em;
    vertical-align: top;
}
.widget_hex_casinos_details table th{
    text-align: left;
    font-weight: 400;
    border-right: 1px solid rgba(0,0,0,0.5);
}
.widget_hex_casinos_details table td{
    border-left: 1px solid rgba(255,255,255,0.1);
	color: #aeb0b1;
}
.widget_hex_casinos_details .btn{
    width: 100%;
}

#post-not-found a{
    text-transform: uppercase;
}

.404 h1,
.404 h2,
.404 h3,
.404 p{
	text-align: center !important;
}
.404 h1{
	margin: 1.25em 0 1.5em 
}
.404 h2,
.404 h3{
	color: #fff !important;
}

/*********************
FOOTER STYLES
*********************/

.footer {
    clear: both;
    background: #151d20;
    padding-top: 1em;
}
.footer ul,
.footer p{
    margin: 0 0 1em 0;
}
.footer .row.first{
    border-bottom: 1px solid rgba(0,0,0,0.7);
}
.footer .row.second{
    border-top: 1px solid rgba(255,255,255,0.07);
    text-align: center;
}
.footer .first .sub{
    float: left;
    width: 100%;
    padding: 0 0.5em;
}
.footer .first .sub p{
    color: #a3afb9;
    text-align: justify;
}
.footer .first .sub img{
    float: left;
    margin: 0 0.25em 0.25em 0;
	max-width: 180px;
}
.footer .first ul.footer-links{
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}
.footer .first ul.footer-links li{
    display: inline-block;
    padding: 0 0.25em;
}
.footer .second ul.footer-links{
    display: inline-block;
    margin: 1em 0;
	text-align: center;
}
.footer ul.footer-links li a{
    color: #fbfbfb;
}
.footer .first ul.footer-links li:first-child{
    display: block;
    text-align: center;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}
.footer .second ul.footer-links li{
    display: inline-block;
    padding: 0 0.25em;
    text-transform: uppercase;
}

#socialsMenu{
    text-align: center;
}
#socialsMenu li {
    float: none;
    display: inline-block;
    width: 31px;
    height: 36px;
    border-right: 0;
    background-size: 100% 100%;
    margin-left: 0.25em;
    padding: 0;
    cursor: pointer;
}
#socialsMenu li.fb{
    background-image:url('../images/fb-hex-icon.svg');
}
#socialsMenu li.gp{
    background-image:url('../images/gplus-hex-icon.svg');
}
#socialsMenu li.pn{
    background-image:url('../images/pin-hex-icon.svg');
}
#socialsMenu li.tw{
    background-image:url('../images/tw-hex-icon.svg');
}
#socialsMenu li.yt{
    background-image:url('../images/yt-hex-icon.svg');
}
#socialsMenu li.fb:hover{
    background-image:url('../images/fb-hex-icon-hover.svg');
}
#socialsMenu li.gp:hover{
    background-image:url('../images/gplus-hex-icon-hover.svg');
}
#socialsMenu li.pn:hover{
    background-image:url('../images/pin-hex-icon-hover.svg');
}
#socialsMenu li.tw:hover{
    background-image:url('../images/tw-hex-icon-hover.svg');
}
#socialsMenu li.yt:hover{
    background-image:url('../images/yt-hex-icon-hover.svg');
}
#socialsMenu li a{
    display: block;
    height: 100%;
    text-indent: -99999px;
}
#aprovalsMenu{
    text-align: center;
}
#aprovalsMenu li{
    display: inline-block;
    height: 20px;
    margin: 0 0 5px 5px;
}
#aprovalsMenu img{
    height: 100%;
    width: auto;
	max-width: inherit !important;
}
#topcontrol {
	bottom: 10px !important;
	right: 10px !important;
}
#topcontrol img{
    width: 40px;
	height: 40px;
}

.zopim{
	right: 0 !important;
	bottom: 0 !important;
}

@media (min-width: 568px) { 
	
	#aprovalsMenu li{
        height: 30px;
    }

    /* loop */
    	
	.loop-container.games .item{
        width: 32%;
    }
    .loop-container.games .item:nth-child(2n-2){
        margin-right: 2%;
    }
    .loop-container.games .item:nth-child(3n-3){
        margin-right: 0;
    }
	
	/* - casinos */
	
	.loop-container{
		font-size: 1em;
	}
	.loop-container.casinos:not(.side) table .col-3{
		border-right: 1px solid rgba(0,0,0,0.5);
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.loop-container.casinos:not(.side) table .col-4,
	.loop-container.casinos.bonuses table .col-3{
		display: table-cell;
		border-right: 1px solid rgba(255,255,255,0.1);
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	
	.single-game .loop-container.casinos table .col-4,
	.loop-container.casinos.blogs table .col-4{
		border-right: 1px solid rgba(255,255,255,0.1);
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	.loop-container.casinos.bonuses table .col-4{
		border-right: 1px solid rgba(0,0,0,0.5);
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.loop-container.casinos table .btn span{
		display: inline-block;
	}
	.loop-container.casinos table .btn i{
		display: none;
	}
	
	.loop-container.avials .item{
		width: 31.33%;
		padding: 6px;
		margin: 0 1% 0.5em 1%;
	}
	.loop-container.avials .btn{
		font-size: 1em;
	}
	.loop-container.avials .item:nth-child(2n-2){
		//margin-right: 2%;
	}
	.loop-container.avials .item:nth-child(3n-3){
		//margin-right: 0;
	}
	
	/* - bonuses */
    
    /* single */
    
	/* - games */
    
    .similar-games .loop-container.games .item{
        width: 32%;
		margin-bottom: 0;
    }
    .similar-games .loop-container.games .item:last-child{
        display: none;
    }
	
	/* - casinos */
	
	#casino_heading > .inner{
		flex-direction: row;
	}
    #casino_heading > .inner > div{
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        border-bottom: none;
        border-top: none;
    }
    #casino_heading > .inner > div.col-1{
        width: 25%;
    }
    #casino_heading > .inner > div.col-2{
        width: 45%;
		text-align: left;
    }
    #casino_heading > .inner > div.col-3{
        width: 30%;
    }
    #casino_heading .col-2 ul{
		display: block;
	}
	/*
	#casino_heading .bonus .btn{
		margin: 0.75em 0;
	}*/
	#casino_heading h1{
		text-align: left;
	}
	#casino_heading .thumb-hex {
		width: 90px;
		height: 85px;
	}
	#casino_heading .payments img{
		width: 18px;
		height: 12px;
	}
	
	#casino_heading > .inner > div.col-2{
		font-size: 0.9375em;
	}
	#casino_heading .bonus{
		font-size: 0.75em;
	}
	/* blogs */

	.single.blog .thumb{
		float: left;
		width: 40%;
		max-width: 200px;
		height: auto;
		margin: 0 1em 1em 0;
	}
	.single.blog .thumb{
		max-width: 300px;
	}
	
	.footer .first ul.footer-links{
		width: 33.33%
	}
	
	/* sidebar */
		
	#top-casinos-sidebar,
	#latest-posts-sidebar{
        width: 58%;
		float: right;
        margin: 0 0 1em 2%; 
    }
	.single #top-casinos-sidebar,
	.single #latest-posts-sidebar{
		width: 100%;
		float: none;
		margin: 0 auto 1em auto;
		max-width: 480px;
	}
	
	.content ul.left{
		display: block;
		width: auto;
		float: left;
		margin-right: 1em !important;
	}
	.content ul.right{
		display: block;
		width: auto;
		float: right;
		margin-left: 1em !important;
	}
}

@media (min-width: 680px) {
		
	#casino_heading > .inner > div.col-2{
		font-size: 1.125em;
	}
	#casino_heading .bonus{
		font-size: 0.9375em;
	}
}

@media (min-width: 768px) {
	
	/* content */

    .video-box{
		display: block;
        margin: 0 auto 16px auto;
        max-width: 640px;
        overflow: hidden;
		font-size: 0;
    }
    .video-box figcaption{
		font-size: 12px;
		font-style: italic;
		color: #aeb0b1;
	}
	.content ul.inline li{
		width: auto;
		text-align: center;
	}
	
	figure.figure-shortcode{
		width: auto;
		margin-right: 1em;
	}
    /* loop */
    
	/* - games */
		
	.loop-container.games .btn span{
		display: block;
	}
	.loop-container.games .btn i{
		display: none;
	}
	
	.loop-container.games .item{
        width: 23.5%;
    }
    .loop-container.games .item:nth-child(3n-3){
        margin-right: 2%;
    }
    .loop-container.games .item:nth-child(4n-4){
        margin-right: 0;
    }
	
	/* - casinos */
		
	.loop-container.casinos .card{
		float: left;
		width: 33.33%;
		padding: 15px 5px 5px;
	}
	.loop-container.casinos .card:nth-child(2) .item-inner {
		margin: -15px auto 0 auto;
	}
	.loop-container.casinos:not(.side) table{
		font-size: 1em;
	}
	.loop-container.casinos .card .thumb-hex{
		width: 110px;
		height: 100px;
	}
	.loop-container.casinos .card .payments img{
		width: 25px;
		height: 16px;
	}
	#top_casinos_sidebar .loop-container.casinos table .btn span {
		display: none;
	}
	#top_casinos_sidebar .loop-container.casinos table .btn i {
		display: inline-block;
	}
    /* single */
    
	/* - games */
		
	#gameButtons .btn,
	#gameContainer .btn.full-width{
        font-size: 1.125em;
    }
    .similar-games .loop-container.games .item{
        width: 23.5%;
    }
    .similar-games .loop-container.games .item:nth-child(3n-3){
		margin-right: 2%;
	}
	.similar-games .loop-container.games .item:nth-child(4n-4) {
		margin-right: 0;
	}
	.similar-games .loop-container.games .item:last-child{
        display: block;
    }
	
	/* - casinos */
	
	#casino_heading > .inner > div.col-2{
		font-size: 1.125em;
	}
	#casino_heading .bonus{
		font-size: 1em;
	}
	#casino_heading .thumb-hex {
		width: 110px;
		height: 100px;
	}
	
    /* sidebar */
	#top-casinos-sidebar,
	#latest-posts-sidebar{
        width: 100%;
	}
	
    .widget_top_casinos_sidebar .loop-container{
        max-width: 100% !important;
    }
	/*
	.widget_hex_casinos_details,
	.widget_hex_games_details{
		width: 49%;
		float: left;
	}*/

    /* footer */
    
    .footer .first .sub{
        width: 70%;
    }
    .footer .first .sub:first-child{
        width: inherit;
    }
    .footer .first ul.footer-links{
        width: 33.33% !important;
        padding: 0 0.25em;
        text-align: left;
    }
    .footer .first ul.footer-links li{
        display: block;
        padding: 0;
		margin: 0.125em 0;
    }
    .footer .first ul.footer-links li:first-child{
        display: inherit;
        text-align: left;
        padding-bottom: 1em;
    }
    .footer .first .sub:last-child,
    .footer .first ul.footer-links:last-child{
        width: 30%;
        padding: 0;
    }
    #socialsMenu,
    #aprovalsMenu{
        text-align: inherit;
    }
    #socialsMenu li {
        float: right;
        display: block;
    }
    #aprovalsMenu li{
        display: block;
        float: right;
        margin: 0 0 10px 10px;
    }
	
	#topcontrol {
		bottom: 40px !important;
		right: 40px !important;
	}
	#topcontrol img{
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 991.98px) {


	#content{
		padding: 50px 0;
	}
	#inner-content{
		padding: 10px 0;
	}
	#header{
        position: fixed;
        top: 0;
        width: 100%;
    }
    #header,
    #header nav.active {
        z-index: 999
    }
    #siteLogo{
        position: absolute;
        left: 50%;
        margin: 5px 0 5px -77px;
    }
    #navToggle {
        float: right;
        display: inline-block;
        font-size: 24px;
        vertical-align: top;
        color: #fff;
        cursor: pointer;
        margin-top: 12px;
        margin-right: 15px;
    }
    #menu-top_menu,
    .sub-menu {
        top: 50px;
        margin: 0;
        bottom: 0
    }
    #header nav {
        -webkit-transition: right .2s linear;
        -moz-transition: right .2s linear;
        -o-transition: right .2s linear;
        -ms-transition: right .2s linear;
        transition: right .2s linear;
        width: 265px;
        top: 50px;
        right: -330px;
        height: 100%;
        overflow: hidden;
        position: fixed!important
    }
    #header nav .container {
        padding: 0
    }
    #header nav.active {
        right: 0
    }
    #header nav.active ul.menu {
        right: 0;
        display: block
    }
    #header nav.subOpen {
        width: 330px
    }
    #header nav li {
        line-height: 24px;
        position: relative
    }
    #header nav ul.menu > li.menu-logo{
        display: none;
    }
    #header nav li a,
	#header nav li button {
        color: #bfbfc0 !important;
        font-weight: normal;
        text-decoration: none;
        padding: 15px 55px 15px 15px;
        display: block;
        font-size: 15px
    }
    #header nav li a:after{
        content: "";
        width: 96%;
        height: 1px;
        display: block;
        background: rgba(255,255,255,0.1);
        position: absolute;
        left: 4px;
        bottom: 0
    }
    #header nav ul.menu {
        -webkit-transition: right .3s linear;
        -moz-transition: right .3s linear;
        -o-transition: right .3s linear;
        -ms-transition: right .3s linear;
        transition: right .3s linear;
        position: fixed;
        background: #323232;
        width: 265px;
        right: -265px;
        border-right: 1px solid rgba(0,0,0,0.1);
    }
    #header nav ul.menu>li.current-menu-parent .ddArrow {
        border: none
    }
    #header nav ul.menu>li .sub-menu {
        z-index: 6;
        display: none;
        background: #464646;
        position: fixed;
        right: 65px;
        width: 265px;
        box-shadow: 1px 4px 6px 4px rgba(0, 0, 0, .4);
        -webkit-transition: right .3s linear;
        -moz-transition: right .3s linear;
        -o-transition: right .3s linear;
        -ms-transition: right .3s linear;
        transition: right .3s linear
    }
    #header nav ul.menu>li .sub-menu.open {
        right: 0;
        width: 330px
    }
    #header nav ul.menu>li .sub-menu .sub-menu {
        right: 65px
    }
    #header nav ul.menu li.active>.sub-menu {
        display: block
    }
    #header nav ul.menu>li.active .sub-menu li {
        width: 100%;
        overflow: hidden
    }
    #header nav ul.menu li.active>.wrapBtn a {
        background: #69c579;
        color: #fff
    }
    #header nav li.back {
        background: #78ca86;
    }
    #header nav li.back a,
	#header nav li.back button {
        text-indent: -99999px;
        color: #fff !important;
    }
	#header nav li.back button{
		background: none;
		border: none;
		margin: 0;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
    #header nav li.back .ddArrow {
        rigth: 0;
    }
    #header ul li.back .ddArrow i {
        -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        color: #fff;
        margin-top: 18px;
        margin-right: 24px;
    }
	#header ul li .ddArrow{
		border-left: 1px solid rgba(255,255,255,0.1);
		width: 55px;
	}
    #header ul li .ddArrow i {
        -webkit-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -moz-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -o-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -ms-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        margin-top: 18px;
        margin-right: 25px;
        color: #bfbfc0;
    }
    #header nav li.back .ddArrow {
        border: 0
    }
    .subOpen #menu-top_menu {
        width: 330px
    }
    #overlayNav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 998
    }
    #menu-top_menu .hideshow{
        display: none !important;
    }

	#tags{
		position: fixed;
		top: 50px;
		left: 0;
	}
	
	/*m767*/
	
	#notice{
		margin-top: 50px;
		margin-bottom: -50px;
	}
	
	.panel-links{
		width: 100%;
		overflow: hidden;
		margin-bottom: 0.5em;
	}
	.panel-links ul{
		display: block;
		overflow-x: hidden;
		padding: 0 10px;
		background: #212121;
		border: 1px solid #575757;
		border-radius: 6px;
		box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	}
	.panel-links li{
		display: block;
		min-width: 100%;
		text-transform: uppercase;
		margin-bottom: 0 !important;
	}
	.panel-links li:first-child{
		position: relative;
		border-bottom: none;
		padding: .25em  40px .25em 40px;
	}
	.panel-links li:first-child a{
		color: #9a9a9a;
	}
	.panel-links li:not(:first-child){
		display: none;
		border-top: 1px	 solid #6b6b6b;
		border-bottom: none !important;
	}
	.panel-links i.fa-caret-left,
	.panel-links i.fa-caret-right{
		display: none;
	}
	.panel-links .show-more{
		display: block !important;
		position: absolute;
		font-size: inherit;
		top: 0.125em;
		width: 30px; 
		height: 20px;
		line-height: 20px;
		right: 0;
		padding: 0;
		margin: 0 auto;
		border-bottom: none !important;
		color: #02de4a;
		background: transparent !important;
	}

	#avial .popup-content{
		width: 92%;
		left: 4%;
		top: 70px;
		padding: 10px !important;
	}
	#avial .popup-content >.h3{
		font-size: 1em;
	}
	#avial .popup-content > p{
		text-align: left;
		margin: 0;
	}
	
	/* loop */
	
		/* - casinos */
	
    /* single */
    
	/* - games */
    
    #serviceButtons li:last-child{
        display: none !important;
    }
	
	/* - casinos */
		
	#casino_heading .devices{
		display: none;
	}
	#casino_heading .col-2 ul{
		margin: 1em 0 0 0;
	}
		/* - avials */
	/*	
	.loop-container.avials .item{
		width: 49%;
		max-width: 240px;
		margin-bottom: 0.5em;
	}
	.loop-container.avials .item:nth-child(2n-2){
		margin-right: 0;
	}
	.loop-container.avials .btn{
		font-size: 0.75em;
	}*/
	
    /* sidebar */
    
	/* other */
	
	.zopim{
		left: 0 !important;
		bottom: 0 !important;
	}
}

@media (min-width: 992px) {
		
	body {
		font-size: 100%;
	}
	
	q{
		width: 33.33%;
		margin: 0.5em 0 0.5em 1em;
	}
	
	h1, .h1 {
		font-size: 2em;
	}

	h2, .h2 {
		font-size: 1.5em;
	}

	h3, .h3 {
		font-size: 1.25em; 
	}

	h4, .h4 {
		font-size: 1.125em;
	}

	h5, .h5 {
		font-size: 1em;
	}
	#inner-content{
		padding: 20px 0;
	}
	#siteLogo{
        float: left;
        margin: 5px 10px;
    }
        
    #navToggle{
        display: none;
    }
    #header nav{
        display: inline-block;
        margin: 0 auto;
    }
    #header nav ul {
        margin: 0;
        font-size: 0
    }
    #header nav ul.menu>li {
        height: 50px;
        text-transform: uppercase;
    }
	
    #header nav ul.menu > li.menu-logo{
        
    }
    #header nav ul.menu > li.menu-logo .wrapBtn{
        height: 65px;
        text-indent: -99999px;
        background: transparent url('../images/casinohex-logo.svg') no-repeat center;
        background-size: 100% 100%;
    }
    #header nav ul.menu > li.menu-logo .wrapBtn a{
        display: block;
        margin: 0px 15px;
    }
    #header nav ul.menu > li.menu-logo a:hover{
        background: none !important;
    }
    #header nav>ul>li>.wrapBtn>.ddArrow {
        background: none;
    }
    #header nav>ul>li>.wrapBtn>.ddArrow i {
        -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0);
        transform: rotate(0deg) scale(1) skew(0deg) translate(0) translateX(0)
    }
    #header nav ul>li {
        min-width: 70px;
        line-height: 43px;
        display: inline-block;
        text-align: center;
        position: relative;
        text-transform: capitalize
    }#header nav ul > li.hideshow{
		min-width: 50px;
		height: 43px;
	}
    #header nav ul.menu.desktop li:hover>ul.sub-menu,
    #header nav ul.menu li.active>ul.sub-menu,
    ul.menu.desktop .hideshow li:hover>ul.sub-menu,
    ul.menu.desktop .hideshow:hover>ul,
    ul.menu .hideshow.active>ul {
        display: block
    }
    #header nav:not(.mobileDevice) ul.menu.desktop > li:not(.hideshow):not(.menu-logo):hover > .wrapBtn,
    #header nav ul.menu > li.active > .wrapBtn,
    ul.menu.desktop .hideshow:hover > .more,
    ul.menu .hideshow.active > .more {
        min-width: 65px;
        color: #69c579;
        text-decoration: none;
        background: #323232;
    }
    ul.menu.desktop .hideshow:hover>.more{
        background: inherit;
		min-width: 50px;
    }
    #header nav:not(.mobileDevice) ul.menu.desktop > li:not(.hideshow):hover > .wrapBtn a,
    #header nav ul.menu > li.active > .wrapBtn a,
    #header nav ul#menu-top_menu.menu.desktop > li.sub:not(.hideshow):hover > .wrapBtn .ddArrow i,
    #header nav ul#menu-top_menu > li.sub.active > .wrapBtn .ddArrow i {
        color: #bfbfc0;
    }
    #header nav ul:not(.sub-menu) > li > .wrapBtn a {
        min-height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-decoration: none;
        margin: 0px 12px;
    }
    #header nav ul li .wrapBtn a {
        color: #fff
    }
    #header nav ul#menu-top_menu>li.sub>.wrapBtn a {
        margin: 0px 25px 0px 12px
    }
    #header nav ul#menu-top_menu>li.sub>.wrapBtn .ddArrow i {
        color: #fff
    }
    #header > nav ul.menu > li:not(.hideshow) > .wrapBtn > a:hover {
        text-decoration: none;
    }
    #header nav ul li ul.sub-menu,
    #header nav ul li ul.sub-menu ul.sub-menu,
    ul.menu .hideshow ul {
        display: none;
        background: #323232;
        position: absolute;
        top: 100%;
        z-index: 9999999
    }
    #header nav ul li ul.sub-menu ul.sub-menu {
        right: -100%;
        left: inherit;
        top: 0
    }
    #menu-top_menu .hideshow .more ~ ul ul {
        left: -100%;
        top: 0
    }
    #menu-top_menu .hideshow .more ~ ul li .ddArrow {
        left: 0
    }
    #header nav ul li ul.sub-menu {
        left: 0
    }
    header nav ul li ul.sub-menu,
    #menu-top_menu .hideshow ul {
        min-width: 235px;
        width: 100%
    }
    #header nav ul li ul.sub-menu li,
    #menu-top_menu .hideshow ul li {
        float: left;
        min-height: 39px;
        line-height: 39px;
        padding: 0;
        min-width: 150px;
        width: 100%;
        line-height: 30px
    }
    #header nav ul li ul.sub-menu li a,
    #menu-top_menu .hideshow ul li a {
        color: #bfbfc0;
        margin: 0;
        display: block;
        min-height: 39px;
        line-height: 39px;
        font-size: 14px;
        text-decoration: none;
        text-align: left;
        padding: 2px 33px 2px 12px;
        font-weight: normal
    }
    #menu-top_menu .hideshow ul li a{
        padding: 0 0 0 34px;
        text-align: right;
		margin: 0 !important;
		text-align: left;
    }
    #header nav ul li ul.sub-menu li ul.sub-menu li:last-child a:after {
        content: none
    }
    #header nav ul li ul.sub-menu li:not(:last-child) a:after,
    #menu-top_menu .hideshow ul li:not(:last-child) a:after{
        content: "";
        width: 96%;
        height: 1px;
        display: block;
        background: rgba(255,255,255,0.1);
        position: absolute;
        left: 4px;
        bottom: -1px
    }
    #header nav ul li ul.sub-menu>li:hover>div>a,
    #header nav ul li ul.sub-menu li:hover>a,
    #menu-top_menu .hideshow ul li:hover>.wrapBtn>a,
    #menu-top_menu .hideshow ul li:hover>.sub-menu>.wrapBtn>a {
        background: #69c579;
        color: #fff;
        border-radius: 0;
        text-decoration: none
    }
    #header ul li ul li:hover>.wrapBtn>.ddArrow i:after {
        background: #fff
    }
    #header nav ul li ul.sub-menu li:hover > .wrapBtn .ddArrow i,
    #menu-top_menu .hideshow .more ~ ul li:hover > .wrapBtn .ddArrow i {
        color: #fff
    }
    #header nav ul.menu .hideshow li:hover .wrapBtn {
        margin: 0
    }
    #header nav ul.menu .hideshow li:hover .wrapBtn a {
		/*
        margin: 0;
        padding: 0;
        width: 100%
		*/
    }
    #menu-top_menu .hideshow ul {
        right: 0
    }
    #header ul li .ddArrow i {
        -webkit-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -moz-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -o-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -ms-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        float: right;
        margin-right: 6px; /*9*/
        box-shadow: none;
        text-shadow: none;
        margin-top: 16px; /*18*/
    }
    #header nav ul li ul.sub-menu li .ddArrow,
    #menu-top_menu .hideshow .more ~ ul li .ddArrow {
        top: 0
    }
    #header nav ul li ul.sub-menu li .ddArrow i {
        -webkit-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -moz-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -o-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -ms-transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        transform: rotate(-90deg) scale(1) skew(0deg) translate(0) translateX(0);
        margin-top: 14px;
        color: #bfbfc0;
    }
    #menu-top_menu .hideshow .more ~ ul li .ddArrow i {
        -webkit-transform: rotate(90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -moz-transform: rotate(90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -o-transform: rotate(90deg) scale(1) skew(0deg) translate(0) translateX(0);
        -ms-transform: rotate(90deg) scale(1) skew(0deg) translate(0) translateX(0);
        transform: rotate(90deg) scale(1) skew(0deg) translate(0) translateX(0);
        margin-top: 18px;
        color: #bfbfc0;
    }
    #header nav li.back{
        display: none!important
    }
	
	#langMenu{
		position: absolute;
		top: 0; 
		right: 0;
		left: auto;
		z-index: 999999;
	}
	#langMenu li{
		width: 64px;
	}
	#langMenu > ul > li{
		float: left;
	}
	
	#langMenu .opened > i:before{
		content: "";
	}
	#langMenu .current.opened{
		background-position: 19px center;
	}
	#langMenu .sub li:hover{
		background-size: auto 27px;
	}
	#langMenu > ul > li.current{
		background-position: 10px center;
	}
	#langMenu i{
		margin-right: 10px;
	}
	#langMenu i:before{
		content: "\f078";
	}
	#langMenu .current.opened i{
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Safari */
		transform: rotate(180deg);
	}
	#notice .wrap{
		line-height: 30px;
	}
	
    /* content */
    
    .archive img.archicon{
        display: block;
    }
	
	.loop-container.games .item{
        width: 18.4%;
		margin-bottom: 1em;
    }
    .loop-container.games .item:nth-child(4n-4){
        margin-right: 2%;
    }
    .loop-container.games .item:nth-child(5n-5){
        margin-right: 0;
    }
	
	/* casinos */
	
	.loop-container.casinos:not(.side) table td{
		height: 70px;
	}
	.loop-container.casinos:not(.side) table td.col-1{
		min-width: 85px;
	}
	.loop-container.casinos:not(.side) table .number{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.loop-container.casinos:not(.side) .line .thumb-hex{
		width: 80px;
		height: 74px;
	}
	.loop-container.casinos:not(.side) table .col-4 {
		border-right: 1px solid rgba(0,0,0,.5);
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.single .loop-container.casinos:not(.bonuses) table .col-4, 
	.loop-container.casinos.blogs table .col-4 {
		border-right: 1px solid rgba(255,255,255,.1);
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	.loop-container.casinos:not(.side) table .col-5,
	.loop-container.casinos:not(.side) table .col-6,
	.loop-container.casinos:not(.side) table .col-7{
		display: table-cell;
	}
	/*
	.loop-container.casinos .card .col-4 .line-1,
	.loop-container.casinos .card .col-4 .line-2{
		font-size: 0.875em;
	}*/
	/*
	.loop-container.casinos .line-1.small{
		font-size: inherit;
	}*/
	.loop-container.casinos .card .thumb-hex {
		width: 150px;
		height: 140px;
	}
	.loop-container.casinos .card .payments img {
		width: 40px;
		height: 26px;
	}
    /* bonuses */
	
	.loop-container.bonuses .line .line-2 {
		display: block;
	}
	
	
    /* single */
    
    .single #main,
	.archive.blog #main{
        width: 70%;
        float: left;
        padding-right: 1em;
    }

	/* - games */

	/* - casinos */
	
	#casino_heading{
		font-size: 1em;
    }
	
	#casino_heading .thumb-hex{
		width: 160px;
		height: 150px;
	}
	#casino_heading .bonus span{
		font-size: 1.875em;
	}
	#casino_heading .payments img {
		width: 30px;
		height: 20px;
	}
	
	/* other */
		
    /* sidebar */
    
    .widget{
        float: none;
        width: 100% !important;
        margin-right: 0;
    }
    .widget_hex_games_details .inner,
    .widget_hex_games_details .widget-title{
        max-width: 100%;
    }
    
    #sidebar_right{
        width: 30%;
        float: left;
    }
    .widget_hex_games_details{
        background: #434343;
    }
    
    .widget_top_casinos_sidebar #top-casinos-sidebar,
	.widget_latest_posts_sidebar #latest-posts-sidebar{
        width: 100%;
		margin: 0 0 1em 0;
    }
    .widget_top_casinos_sidebar .loop-container{
        font-size: 1em !important;
    }
	
    /* footer */
    
    .footer .first .sub,
    .footer .first .sub:first-child{
        width: 40%;
    }
    .footer .first .sub:last-child,
    .footer .first ul.footer-links:last-child{
        width: 20%;
    }
	
	.footer .second ul.footer-links li{
        display: block;
        float: left;
        padding: 0 1em;
        border-left: 1px solid rgba(255,255,255,0.07);
        border-right: 1px solid rgba(0,0,0,0.7);
    }
    .footer .second ul.footer-links li:first-child{
        border-left: none;
    }
    .footer .second ul.footer-links li:last-child{
        border-right: none;
    }
		
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	
	#casino_heading > .inner> div.col-2 {
		font-size: 1em;
	}
	/*
	.loop-container.casinos .card .thumb-hex {
		width: 120px;
		height: 110px;
	}
	.loop-container.casinos .card .payments img{
		width: 25px;
		height: 16px;
	}*/
	.loop-container.casinos table th{
		font-size: 0.875em;
	}
	/*
	.loop-container.casinos table td,
	.loop-container.casinos:not(.side) table td{
		height: 50px;
	}*/
	
}

@media (min-width: 1200px) { 
	
	/* content */
	/*
    .archive .heading{ 
        width: 58%;
    }*/
	
	.archive .heading{ 
        float: left;
        width: 65%;
    }

    /* loop */
    
	.loop-container {
		font-size: 1.25em;
	}
	
	/* - games */
    #gameContainer .btn.full-width{
        font-size: 1.125em;
    }
    
    /* - casinos */
	
	#casino_heading .thumb-hex{
		width: 180px;
		height: 165px;
	}
	
	#casino_heading .bonus .btn{
		font-size: 1.5em;
	}
	#casino_heading .bonus span{
		font-size: 2.25em;
	}
	#casino_heading .payments img {
		width: 34px;
		height: 21px;
	}
	#casino_heading .col-3 p{
		font-size: .875em;
	}
    /* - bonuses */

    /* sidebar */
  
    #top-casinos-sidebar,
	#latest-posts-sidebar{
        width: 33%;
    }
	#top_casinos_sidebar .loop-container.casinos table .btn span {
		display: block;
	}
	#top_casinos_sidebar .loop-container.casinos table .btn i {
		display: none;
	}
    /* footer */
    
    #aprovalsMenu li{
        height: 40px;
    }
	#aprovalsMenu li:last-child{
		height: 30px;
	}	
}
