html, body {
    background-color:#dedede;
    margin:0;
    padding:0;
}

body {
    background:url('../images/bg_container_2.png') no-repeat 0 248px fixed;
    background-size:contain;
    min-height:100vh;
}
body.noBg {
    background:transparent;
}

body.homepage {
    background:#262626;
}

body * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

a {
    outline: none !important;
    text-decoration:none !important;
}

.g-recaptcha.small {
    display:inline-block;
    -moz-transform:scale(0.77);
    -ms-transform:scale(0.77);
    -o-transform:scale(0.77);
    -moz-transform-origin:0;
    -ms-transform-origin:0;
    -o-transform-origin:0;
    -webkit-transform:scale(0.77);
    transform:scale(0.77);
    -webkit-transform-origin:0 0;
    transform-origin:0;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.77,M12=0,M21=0,M22=0.77,SizingMethod='auto expand');
}

.g-recaptcha.medium {
    display:inline-block;
    -moz-transform:scale(0.89);
    -ms-transform:scale(0.89);
    -o-transform:scale(0.89);
    -moz-transform-origin:0;
    -ms-transform-origin:0;
    -o-transform-origin:0;
    -webkit-transform:scale(0.89);
    transform:scale(0.89);
    -webkit-transform-origin:0 0;
    transform-origin:0;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.89,M12=0,M21=0,M22=0.89,SizingMethod='auto expand');
}

header {
    background-color:rgba(0, 0, 0, 0.75);
    position: relative;
    z-index:10;
    height:77px;
}
body.homepage header {
    background-color:rgba(0, 0, 0, 0.5);
}
header .inner {
    padding:5px 0;
}
header .logo {
    display:inline-block;
    height:65px;
}
header .logo img {
    display:block;
    height:100%;
    width:auto;
}
header .form-inline {
    display:inline-block;
}
header .user {
    display:inline-block;
    margin:5px 10px 0 0;
    color:#fff;
    vertical-align:top;
}
header .user span {
    font-weight:bold;
    color:#c60000;
}
header .user .fa {
    font-size:16px;
    margin-left:5px;
    cursor:pointer;
}
header .bottom-row-buttons {
    margin-top:7px;
}

header .profile-funds, header .logout-lang {
    display:inline-block;
}
header .profile-funds > .btn, header .logout-lang > .btn {
    display:block;
    margin-bottom:5px;
}
body.miniHeader header .profile-funds > .btn, body.miniHeader header .logout-lang > .btn {
    display:inline-block;
    margin-bottom:0;
}

body.miniHeader header .user-related-buttons {
    display:inline-block;
}
body.miniHeader header .bottom-row-buttons {
    margin-top:0;
    display:inline-block;
}

footer {
    text-align:center;
    padding:20px 0;
    font-size:12px;
    color:#fff;
}

/*
.homepage footer {
    position:absolute;
    width:100%;
    text-align:center;
    bottom:0;
    z-index:1;
}
*/

.modal .nav-tabs {
    margin-bottom:1em;
}

.miniHeader header {
    height:40px;
}
.miniHeader header .logo {
    height:30px;
}

#signup-form .help-block {
    font-size:80%;
}
.input-group-addon-captcha {
    padding:4px;
}
.input-group-addon-captcha .captchaDiv {
    height: 20px;
    width: 102px;
    overflow:hidden !important;
}

#homepageOptions {
    position:relative;
    text-align:center;
    padding-top:40px;
    z-index:0;
}

#homepageOptions .item {
    display:inline-block;
    margin:15px;
    text-align:center;
    cursor:pointer;
}
#homepageOptions .item .title {
    margin-top:-1em;
    display:block;
    text-indent:-11px;
    text-transform:uppercase;
    font-size:16px;
    font-weight:bold;
}
#homepageOptions .item:hover .title {
    color:#777;
}

#homepageContent {
    width: 100vw;
    height: 250px;
    z-index: 1000;
    position: absolute;
    bottom: 20px;
}

#homepageContent .centeredTable {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
#homepageContent .centeredTable > .centeredCell {
    display: table-cell;
    vertical-align: middle;
}
#homepageContent .coin {
    display:inline-block;
    width:200px;
    height:200px;
    margin:20px;
    padding:0 20px;
    background:url('../images/golden_coin.png') no-repeat 0 center;
    background-size:cover;
    font-size:24px;
    color:#262626;
    line-height:200px;
    cursor:pointer;
    opacity:.8;
    text-transform:uppercase;
    transition: opacity .1s ease-in-out;
}
#homepageContent .coin:hover {
    opacity:1;
}

#mainContent {
    position: relative;
    z-index:0;
}
body.homepage:not(.intermediate) #mainContent {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
body.homepage.intermediate #mainContent {
    top:-77px;
    margin-bottom:-77px;
    z-index:inherit;
}
.miniHeader #mainContent {
/*
    top:-40px;
    margin-bottom:-40px;
*/
}
#mainContent .bannerPlaceholder {
    height: 150px;
    background-color:rgba(71, 68, 123, .5);
}
body.homepage #mainContentDiv #contentBannerSlider {
    position: relative;
    top: -77px;
    margin-bottom:-197px;
}
#contentBannerSlider, #fullBannerSlider {
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
}
#contentBannerSlider .slick-dots {
    margin:0;
    padding:0;
    display:inline-block;
    list-style: none;
    position:absolute;
    bottom:50px;
    right:20px;
    z-index:20;
    width:auto;
    text-align:right;
}
#contentBannerSlider .slick-dots li button::before {
    font-size:16px;
    color:#fff;
    text-shadow:0 0 2px rgba(0, 0, 0, .5);
}
body.homepage .slick-dots {
    display:none !important;
}
#contentBannerSlider img, #fullBannerSlider img {
    display:block;
    overflow:hidden;
    width:100%;
}

#fly-menu {
    position:relative;
    background-color:rgba(0, 0, 0, .75);
    box-shadow:0 0 30px 10px rgba(0, 0, 0, .75);
    font-variant:small-caps;
    font-size:18px;
    font-weight:bold;
    margin-top:-40px;
    height:80px;
    z-index:1000;
    text-align:center;
}
#fly-menu ul.menu {
    width:100%;
    height:40px;
    line-height:40px;
    position:relative;
    display:inline-block;
    text-align:center;
    margin:0;
    padding:0;
    list-style:none;
    border-bottom:1px solid #fff;
}
#fly-menu ul.menu > li {
    display:inline-block;
    width:auto;
}
#fly-menu ul.menu > li > a {
    display: block;
    width: auto;
    text-decoration: none;
}
#fly-menu ul.menu > li:hover, #fly-menu ul.menu > li.active {
    background-color:#fff;
}
#fly-menu ul.menu > li:hover > a, #fly-menu ul.menu > li.active > a {
    color:#262626;
}
#fly-menu ul.menu > li:hover .submenu, #fly-menu ul.menu > li.active .submenu {
    visibility:visible;
    opacity:1;
    transition-property:opacity;
    transition-duration:0.33s;
}
#fly-menu .submenu {
    visibility: hidden;
    opacity:0;
    display:block;
    position:absolute;
    left:-10px;
    right:-10px;
    height:80px;
    line-height:40px;
    font-size:15px;
    margin:0;
    padding:0;
    text-align:center;
    transition-property:opacity;
    transition-duration:0.33s;
}
#fly-menu .submenu ul {
    display:inline-block;
    padding:0;
    list-style:none;
}
#fly-menu .submenu ul li {
    display:inline-block;
    position:relative;
}
#fly-menu ul.menu a, #fly-menu .submenu ul a {
    display:block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#dedede;
    padding:0 5px;
}
#fly-menu .submenu ul a {
    padding:0 10px 40px;
    color:#666;
}
#fly-menu .submenu ul li:after {
    position:absolute;
    top:0;
    right:-5px;
    content:"|";
}
#fly-menu .submenu ul li:last-child:after {
    content:"";
}
#fly-menu .submenu ul li:hover a, #fly-menu .submenu ul li.active a {
    color:#fff;
}


#sitemenu-providers {
    position: absolute;
    bottom:0;
    width:100%;
    z-index:10;
}
#sitemenu, #sitemenu-icons {
    position: relative;
    text-align:center;
}
#providers {
    text-align:center;
    background-color:rgba(0, 0, 0, 0.75);
}
#sitemenu .menu {
    background-color:rgba(0, 0, 0, 0.75);
    border-radius:3px 3px 0 0;
    border-bottom:1px solid rgba(255, 255, 255, .15);
    display:inline-block;
    margin:0;
    padding:0 5px;
    list-style: none;
}
#providers .menu {
    display:inline-block;
    margin:0;
    padding:0;
    list-style: none;
}
#sitemenu .menu li, #providers .menu li {
    display:inline-block;
}
#sitemenu .menu li a, #providers .menu li a {
    display:inline-block;
    padding:0 7px;
    text-transform: uppercase;
    font-size:14px;
    font-weight:bold;
    line-height:40px;
    color:#777;
}
#sitemenu .menu li.active a, #sitemenu .menu li a:hover,
#providers .menu li.active a, #providers .menu li a:hover {
    text-decoration:none;
    color:#fff;
}
#sitemenu-icons .sitemenu-icon {
    position:relative;
    height:200px;
    margin:30px;
}
#sitemenu-icons .sitemenu-icon .img {
    background:url('../images/golden_coin.png') no-repeat 0 0;
    background-size:contain;
    position:relative;
    display:block;
    width:100%;
    height:100%;
    z-index:1;
    opacity:.8;
    transition: opacity .1s ease-in-out;
}
#sitemenu-icons .sitemenu-icon:hover .img {
    opacity:1;
}
#sitemenu-icons .sitemenu-icon a {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    line-height:200px;
    font-size:24px;
    z-index:2;
    color:#777;
    font-weight:bold;
    transition: opacity .1s ease-in-out;
}

#sitemenu-icons .sitemenu-icon:hover a {
    color:#555;
}


/* GameList */
#gameList {
    position: relative;
    text-align:center;
    margin:0 -10px;
    padding:0 10px;
    padding-bottom:20px;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius:0 0 3px 3px;
    box-shadow:0 0 3px 0 rgba(0, 0, 0, .5);
}
#gameList h1 {
    padding-top:20px;
    margin-top:0;
    font-variant:small-caps;
    font-size:36px;
    font-weight:bold;
    color:#fff;
    text-shadow:0 0 2px rgba(0, 0, 0, .5);
}
#gameList .no-games {
    margin:0;
    padding:70px 0 50px;
    color:#fff;
    font-size:24px;
    text-shadow:0 0px 12px rgba(255, 255, 255, .5);
}
#gameList .no-games span {
    color:#c60000;
}
#gameList > .loader {
    position:absolute;
    top:50px;
    width:100%;
    font-size:128px;
    color:rgba(255, 255, 255, .8);
    display:none;
    z-index:20;
}
#gameList > .games {
    position:relative;
    z-index:10;
}
#gameList > .games .categories, #gameList > .games .subcategories {
    padding:20px 30px 0;
}
#gameList > .games .categories a, #gameList > .games .subcategories a {
    display:inline-block;
    padding:5px 10px;
    background-color:rgba(255, 255, 255, .15);
    color:#fff;
    border-radius:2px;
}
#gameList > .games .categories a.active, #gameList > .games .subcategories a.active,
#gameList > .games .categories a:hover, #gameList > .games .subcategories a:hover {
    background-color:rgba(255, 255, 255, .5);
    color:#fff;
}

#gameList > .games > .categories a, #gameList > .games > .subcategories a {
    color:#fff;
}
#gameList .game {
    position:relative;
    display:inline-block;
    width:calc(20% - 5px);
    padding:20px 10px 0;
}
#gameList .game.show-loader * {
    pointer-events: none;
}
#gameList .game a.play {
    display:block;
    text-decoration:none !important;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}
#gameList .game a.play .img {
    position:relative;
    display:block;
    width:100%;
    height:140px;
    transition: opacity .5s ease-in-out;
}
#gameList .game a.play .img .loader {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, .75);
    opacity:0;
    transition:all .5s ease-in-out;
}
#gameList .game.show-loader a.play .img .loader {
    opacity:1;
}
#gameList .game a.play .img .loader .fa {
    font-size:32px;
    line-height:140px;
}
#gameList .game a.play img {
    display:block;
    width:100%;
    height:100%;
}
#gameList .game a.play img.thumbnail {
    margin-bottom:0;
}
#gameList .game:not(.show-loader) a.play:hover img {
    opacity:0.85;
}
#gameList .game a.play .title {
    display:block;
    margin-top:5px;
    height:16px;
    overflow:hidden;
    text-overflow: ellipsis;
    text-align:left;
    white-space:nowrap;
    text-transform: uppercase;
    transition: opacity .5s ease-in-out;
}
#gameList .game a.play .title .new {
    float:right;
    font-size:11px;
    line-height:16px;
    height:16px;
    padding:0 5px;
    background-color:#c60000;
    color:#fff;
}
#gameList .game .play4fun {
    position:absolute;
    top:30px;
    left:0;
    width:100%;
}
#gameList .game .play4fun a {
    display:inline-block;
    border:2px solid #fff;
    padding:6px 10px;
    border-radius:4px;
    font-size:12px;
    line-height:12px;
    text-transform: uppercase;
    font-weight:bold;
    color:#c60000;
    background-color:#fea8a7;
}
#gameList .game .play4fun a:hover {
    border:2px solid #fea8a7;
    background-color:#c60000;
    color:#fff;
    text-decoration:none;
}
#gameList.loading .game a.play .img, #gameList .game.loading a.play .img,
#gameList.loading .game a.play .title, #gameList .game.loading a.play .title {
    opacity:0;
}
#gameList .game a.play .onlinePlayers {
    position: absolute;
    bottom: 5px;
    left: 8px;
    height: 20px;
    color: rgba(255, 255, 255, 1);
    text-shadow:0 0 2px rgba(0, 0, 0, .8);
    pointer-events: none;
    z-index: 2;
}
#gameList.list .game a.play .onlinePlayers {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    line-height:15px;
    padding:0 2px 0 0;
    background-color: rgba(255, 255, 255, .85);
    color:rgba(0, 0, 0, .75);
    pointer-events: none;
    z-index: 2;
}

#ifholder {
    position:absolute;
    top:40px;
    left:0;
    right:0;
    bottom:5px;
}

#exception-notification, #success-notification, #error-notification {
    margin-top:100px;
    padding:35px;
    text-align:center;
    background-color:rgba(255, 255, 255, 0.5);
    border-radius:2px;
    box-shadow:0 0 3px 0 rgba(0, 0, 0, .5);
    text-align:center;
    text-transform:uppercase;
}
#exception-notification h3, #success-notification h3, #error-notification h3 {
    color:#c60000;
    font-size:20px;
    margin:0 0 1em;
}
#exception-notification p.error, #success-notification p.info, #error-notification p.info {
    color:#000;
    margin:0 0 2em;
    font-size:16px;
}

#success-notification {
    background-color:rgba(92, 184, 92, 0.5);
}
#error-notification {
    background-color:rgba(184, 92, 92, 0.5);
}
#success-notification h3, #success-notification p.info, #error-notification h3, #error-notification p.info {
    color:#fff;
}

body.bare.signed-out {
    width:100vw;
    height:100vh;
    overflow:hidden;
}

body.bare.signed-out .slick-dots {
    display:none !important;
}

#gameHolder {
    position:absolute;
    top:40px;
    left:0;
    right:0;
    bottom:0px;
    overflow:hidden;
}

@media (max-width: 1199px) {
    #gameList > .games .categories a, #gameList > .games .subcategories a {
        padding:4px 7px;
        font-size:12px;
    }
    #gameList .game a.play .img {
        height:114px;
    }
}

#onTopBtn {
    top: calc(100vh - 17rem) !important;
}
#showMoreGamesContainer {
    margin-top: 60px !important;
}

.games {
    width: 100%;
}

.search-games {
    z-index: 2000;
    width: 20%;
}

.wrapp-gamesList {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.filter-search {
    display: inline-block !important;
}