body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

.gameFullscreen.background {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
    z-index:100000;
    width:100%;
    height:100%;
}
#casino .gameContainer {
    background: #f00;
    margin: 0 0 20px 0;
}
#casino .gameContainer .navigation {
    height: 28px;
}
#casino .gameContainer .navigation h2 {
    font-size: 20px;
    line-height: 28px;
    float: left;
    margin: 0;
    padding: 0;
}
#casino .gameContainer .navigation span {
    line-height: 28px;
    padding: 0 15px 0 0;
}
#casino .gameContainer .navigation .fullscreen,
#casino .gameContainer .navigation .normalscreen {
    float: right;
    cursor: pointer;
}
#casino .gameContainer .navigation .normalscreen {
    display: none;
}
#casino .gameContainer.fullscreen .navigation .normalscreen {
    display: block;
}
#casino .gameContainer.fullscreen .navigation .fullscreen {
    display: none;
}
#casino .gameContainer iframe {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}
#casino .gameContainer.fullscreen {
    position: fixed;
    width: 98%;
    height: 94% !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200000;
}
#casino.container {
    width: 737px;
    min-height: 100%;
    position: relative;
}
#getcharwidths {
    position: absolute;
    top: -1000px !important;
    left: -1000px !important;
    white-space: nowrap;
    visibility: hidden;
}
#casino .games {
    position: relative;
    padding: 0 0 0 34px;
}
#casino .gamesHome{
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

#casino .games .prevent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
#casino .games .noresult {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    text-align: center;
    display: none;
    opacity: 0;
}
#casino .games .noresult.display {
    opacity: 1;
}
#casino .games .game {
    display: none;
    position: relative;
    float: left;
    width: 182px;
    height: 182px;
    overflow: hidden;
    min-height: 100px;
    padding: 9px;
    margin: 10px 34px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


#casino .games .homeGame {
    display: none;
    position: relative;
    float: left;
    width: 165px;
    height: 182px;
    overflow: hidden;
    min-height: 100px;
    padding: 9px;
    margin: 10px 5px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#casino .games .game.initial {
    opacity: 0;
}
#casino .games .game.faded {
    opacity: 0.2;
}
#casino .games .game span.fa-4x {
    display: block;
    width: 180px;
    height: 126px;
    text-align: center;
    line-height: 126px;
}
#casino .games .game .favourite {
    position: absolute;
    display: block;
    width:24px;
    height:24px;
    line-height: 24px;
    font-size: 24px;
    top: 146px;
    right: 10px;
    text-decoration: none;
    background-size: cover;
}
#casino .games .game .favourite.on {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}
#casino .games .game .favourite.zoom {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
}
#casino .games .game .playnow {
    width: inherit;
    padding: 30px 0 0;
    height: 90px;
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    opacity: 0;
}
#casino .games .game .playnow.hover {
    opacity: 1;
}
#casino .games .game .playnow span {
    display: block;
    margin: 0 auto;
    color: #ffffff;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
}
#casino .games .game .playnow a:hover {
    text-decoration: none;
}
#casino .games .game .playnow .real {
    margin-bottom: 10px;
    background: linear-gradient(to bottom, rgba(255,221,0,1) 0%, rgba(255,181,0,1) 50%, rgba(255,167,0,1) 100%);
    border: 1px solid #ffd200;
    color: #0042ee;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#casino .games .game .playnow .free {
    width: 109px;
    line-height: 24px;
    font-size: 12px;
    background: linear-gradient(to bottom, #A3E3FF 0%, #50C0FF 50%, #1499FF 100%);
    border: 1px solid #75D6FE;
    color: #0042ee;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#casino .games .game img {
    position: relative;
    width: 180px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}

#casino .games .homeGame img {
    position: relative;
    width: 165px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}

#casino .games .game img.zoom {
    top: -7px;
    left: -7px;
    width: 194px;
    opacity: 0.4;
}
#casino .games .game-name {
    position: absolute;
    top: 140px;
    width: 150px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
#casino .games .game .game-name span.complete {
    display: none;
}
#casino .games .game.hover .game-name {
    color: white;
}
#casino .games .game .provider {
    position: absolute;
    top: 157px;
    font-size: 11px;
}
#casino .games .game.hover .provider {
    color: white;
}
#casino .games .game .provider:hover {
    text-decoration: underline;
}
#casino .lastplayed {
    border: 1px solid #000;
    background: #fff;
    margin: 10px 9px 15px 9px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 3px 2px 0px rgba(0,0,0,0.1);
}
#casino .lastplayed.collapsed {
    height: 0px;
    overflow: hidden;
}
#casino .lastplayed.initial {
    opacity: 0;
}
#casino .lastplayed>span {
    width: 100px;
    padding: 20px 0 0 0;
    float: left;
    text-align: center;
}
#casino .lastplayed div.left {
    float: right;
    width: 19px;
    height: 78px;
    line-height: 78px;
    cursor: pointer;
}
#casino .lastplayed .center {
    width: 574px;
    height: 68px;
    overflow: hidden;
    float: right;
    margin: 7px 5px 3px 0;
}
#casino .lastplayed ul {
    position: relative;
    width: 1140px;
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
}
#casino .lastplayed ul.left {
    left: 0;
}
#casino .lastplayed ul.right {
    left: -570px;
}
#casino .lastplayed ul li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 5px;
    width: 88px;
    height: 61px;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.1);
}
#casino .lastplayed ul li img.hover {
    opacity: 0.5;
}
#casino .lastplayed ul li .playnow {
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 61px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
}
#casino .lastplayed ul li .playnow.hover {
    opacity: 1;
}
#casino .lastplayed ul li .playnow span {
    font-size: 20px;
    color: #fff;
    line-height: 61px;
}
#casino .lastplayed ul li .playnow span:first-child {
    font-size: 40px;
    color: #fc421f;
}
#casino .lastplayed ul li.empty {
    line-height: 58px;
    font-size: 61px;
    text-align: center;
}
#casino .lastplayed ul li img {
    width: 88px;
}
#casino .lastplayed div.right {
    float: right;
    width: 19px;
    height: 78px;
    line-height: 78px;
    cursor: pointer;
}
#casino .menu {
    display: table;
    width: 100%;
    height: 38px;
}
#casino .menu ul {
    display: table-row;
    width: 100%;
    height: 100%;
    list-style: none;
}
#casino .menu ul li {
    display: table-cell;
    list-style: none;
    text-align: center;
    vertical-align: middle;
}
#casino .menu ul li a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
}
#casino .submenu {
    text-align: center;
}
#casino .submenu.hide {
    opacity: 0;
}
#casino .submenu ul {
    list-style: none;
    padding: 0;
}
#casino .submenu ul li {
    display: inline-block;
    padding: 0 15px;
}
#casino .submenu ul li input {
    margin: 0 10px 0 0;
    cursor: pointer;
}
#casino .submenu ul li label {
    cursor: pointer;
}
#sortby, #provider, #search {
    height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid #D8CED9;
}
#casino .options {
    text-align: center;
}
#casino .top {
    position: absolute;
    width: inherit;
    z-index: 1000;
    text-align: center;
    pointer-events: none;
}
#casino .top.initial {
    top: 200px !important;
    bottom: auto;
}
#casino .top .inner {
    position: relative;
    left: 770px;
    height: 43px;
    width: 43px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    pointer-events: all;
}
#casino .top .inner.initial {
    position: relative;
    left: 50%;
    margin-left: -25px;
    height: 50px;
    width: 48px;
    border: 1px solid #fff;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.1);
}
#casino .top .inner.initial span span {
    line-height: 50px;
}
#casino .top .inner span span:first-child {
    opacity: 0;
}

/* LimitCheck */

#limitsCheck{
    display: none;
    position: absolute;
    background-color: rgba(200,200,200,0.5);
    width: 100%;
    height: 100%;
    z-index: 100;

}
.lcmessage{
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    width: 350px;
    height: 170px;
    background-color: white;
    padding: 20px;
}

.lcmessage .title{
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-family: arial, verdana;
    font-size: 18px;
    color: #444;
}

.lcmessage .msg{
    font-family: arial, verdana;
    font-size: 16px;
    color: #444;
    text-align: center;
    width: 100%;
}

.lcmessage .options {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.lcmessage .options .button{
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: arial, verdana;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    float: none;
}

.lcmessage .options .red{
    background-color: darkred;
}

.lcmessage .options .green{
    background-color: darkolivegreen;
}

.singleGame .full_screen {
    position: absolute;
    top: 39px;
    right: 10px;
    cursor: pointer;
}
.singleGame .single_game_full_screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.singleGame .frameCasinoGame_full_screen {
    width: 100%;
    height: 100% !important;
}

.cookies-bar {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    font-size: 17px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    border-top: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
    box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
    opacity: 0.94;
}

.cookies-bar a {
    font-size: 17px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

.cookies-bar .buttonBar {
    background-color: #0a97b5;
    width: 90px;
    height: 35px;
    line-height: 34px;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px 1px #1d8cb0;
    cursor: pointer;
    text-align: center;
    border: 0;
    border-radius: 7px;
}

.hide {
    display: none;
}