head, body {
    background-color:#000;
    margin:0;
    padding:0;
}
.position-relative {
    position:relative;
}
body {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}
* {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;
}
.password-recovery {
    color: #999;
}
.link {
    color: #bf2924;
    cursor: pointer;
}
.site-text-color {
    color: #ff3737;
}
.btn-embosed {
    color: #818181;
    background: rgb(41,41,41);
    background: -moz-linear-gradient(top, rgba(41,41,41,1) 0%, rgba(21,21,21,1) 100%);
    background: -webkit-linear-gradient(top, rgba(41,41,41,1) 0%,rgba(21,21,21,1) 100%);
    background: linear-gradient(to bottom, rgba(41,41,41,1) 0%,rgba(21,21,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#191919',GradientType=0 );
    border-color: #000;
    border-bottom-color: #2b2b2b;
    font-weight:bold;
    font-size:16px;
    min-width:100px;
    text-transform: uppercase;
}
.btn-embosed:hover, .sign-in-box.show-form .btn-embosed {
    color: #ff3737;
    background: rgb(15,15,15);
    background: -moz-linear-gradient(top, rgba(15,15,15,1) 0%, rgba(29,29,29,1) 100%);
    background: -webkit-linear-gradient(top, rgba(15,15,15,1) 0%,rgba(29,29,29,1) 100%);
    background: linear-gradient(to bottom, rgba(15,15,15,1) 0%,rgba(29,29,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#191919',GradientType=0 );
    border-color: #000;
    border-top-color: #2b2b2b;
}
header {
    height: 100px;
    margin-bottom:1px;
}
.miniHeader header {
    height:50px;
}
header .navbar {
    margin-bottom:0;
    background-color:#000;
    border-color:#000;
    border-radius:0;
}
header .player-info {
    position:absolute;
    top:32px;
    right:25px;
    font-size:16px;
    color:#c9c9c9;
}
.miniHeader header .player-info {
    top:7px;
    line-height:35px;
}
header #sign-out-btn {
    margin-left:1em;
}
.miniHeader header #sign-out-btn {
    display:none;
}
header .nav {
    margin:21px 0;
    color: #999;
}
header .sign-in-box {
    position:absolute;
    top:32px;
    right:0;
    z-index:1000;
}
header .sign-in-box #header-login-btn {
    position: relative;
    right:25px;
    z-index:1001;
}
header .sign-in-box form {
    opacity:0;
    display:none;
    background: rgb(41,41,41);
    background: -moz-linear-gradient(top, rgba(41,41,41,1) 0%, rgba(21,21,21,1) 100%);
    background: -webkit-linear-gradient(top, rgba(41,41,41,1) 0%,rgba(21,21,21,1) 100%);
    background: linear-gradient(to bottom, rgba(41,41,41,1) 0%,rgba(21,21,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#191919',GradientType=0 );
    position: absolute;
    right:0;
    top:-15px;
    padding-top:70px;
    border-radius:2px;
    box-shadow:0 0 5px 2px rgba(0, 0, 0, .5);
    transition: opacity .2s ease-in-out;
}
header .sign-in-box.show-form form {
    opacity:1;
    display:block;
}
.miniHeader header .nav {
    margin:0;
}
.miniHeader .langDropdown {
    display:none;
}
header .navbar-nav > li > span.alike {
    position: relative;
    display: block;
    padding: 15px;
    line-height:20px;
}
header .logo {
    display:inline-block;
    width:200px;
    height:60px;
    margin:20px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.miniHeader header .logo {
    width:200px;
    height:50px;
    margin:0;
}
header form {
    background-color:#e7e7e7;
    padding:25px;
    min-width:250px;
}
.menu {
    margin-bottom:30px;
    text-align:center;
}
.menu ul {
    display:inline-block;
    list-style: none;
    margin:0;
    padding:0;
}
.menu ul li {
    display:block;
    float:left;
}
.menu .menu-row ul li {
    display:inline-block;
    float:none;
}
.menu ul li a {
    display:block;
    padding:5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #999;
}
.menu ul li a:hover, .menu ul li.active a {
    color: #fff;
}
.menu .main-menu a {
    text-transform: uppercase;
    font-size: 20px;
    color: #ddd;
    text-shadow: 1px 1px 0 #555;
    font-weight: bold;
}
.menu .main-menu a:hover, .menu .main-menu li.active a {
    color: #ff3737;
}
.menu .menu-row {
    background: rgb(54,54,54);
    background: -moz-linear-gradient(top, rgba(54,54,54,1) 0%, rgba(25,25,25,1) 100%);
    background: -webkit-linear-gradient(top, rgba(54,54,54,1) 0%,rgba(25,25,25,1) 100%);
    background: linear-gradient(to bottom, rgba(54,54,54,1) 0%,rgba(25,25,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#191919',GradientType=0 );
    padding:5px 10px 1px;
    border-radius:2px;
    border-width:1px;
    border-color:#5e5e5e #1c1c1c #1f1f1f #363636;
}

#contentBannerSlider {
    height:278px;
    overflow:hidden;
}
#gameHolder {
    position:absolute;
    top:50px;
    left:0;
    right:0;
    bottom:5px;
}

#contentBannerSlider {
    margin:0;
    padding:0;
    width:100%;
    margin:0 auto 30px;
}
#contentBannerSlider .slick-list {
    overflow:hidden;
    height:278px;
}
.slick-dots {
    padding:0;
    display:none !important;
    list-style: none;
    bottom:-20px !important;
    z-index:20;
    margin:0 auto;
    width:100%;
}
.slick-dots li {
    width:10px !important;
    height:10px !important;
}
.slick-dots li button {
    display:inline-block;
    vertical-align:baseline;
    border-radius:5px;
    margin:0 5px;
    height:10px !important;
    width:10px !important;
    background:#ff37377c !important;
}
.slick-dots li button::before {
    font-size:10px !important;
    line-height:10px !important;
    color:transparent !important;
}
.slick-dots li.slick-active button {
    background-color:#ff3737 !important;
}
.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
    z-index:100;
    display:none !important;
}
.slick-prev::before, .slick-next::before {
    font-size:40px !important;
    /*color:#f125b9 !important;*/
}
.slick-prev {
    left:5px !important;
}
.slick-next {
    right:5px !important;
}
#contentBannerSlider img {
    display:block;
    overflow:hidden;
    width:100%;
}
.centeredContent {
    width:100vw;
    height:100vh;
}
.centeredContent .centeredTable {
    width:100%;
    height:100%;
    display:table;
    text-align:center;
}
.centeredContent .centeredTable > .centeredCell {
    display:table-cell;
    vertical-align:middle;
}
.signed-out .signin-container {
    width:450px;
    margin:0 auto;
}
.signed-out .signin-container .logo {
    display:block;
    width:400px;
    height:200px;
    margin:0 auto;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:contain;
}
.signed-out .signin-container #signin-form {
    margin:2em 4em;
}

#gameHolder {
    position:absolute;
    top:50px;
    left:0;
    right:0;
    bottom:0px;
    overflow:hidden;
}
/* GameList */
#gameList {
    position: relative;
    text-align:center;
}
#gameList .row {
    margin-right: -3px;
    margin-left: -3px;
}
#gameList .col-lg-1, #gameList .col-lg-10, #gameList .col-lg-11, #gameList .col-lg-12, #gameList .col-lg-2, #gameList .col-lg-3, #gameList .col-lg-4, #gameList .col-lg-5, #gameList .col-lg-6, #gameList .col-lg-7, #gameList .col-lg-8, #gameList .col-lg-9, #gameList .col-md-1, #gameList .col-md-10, #gameList .col-md-11, #gameList .col-md-12, #gameList .col-md-2, #gameList .col-md-3, #gameList .col-md-4, #gameList .col-md-5, #gameList .col-md-6, #gameList .col-md-7, #gameList .col-md-8, #gameList .col-md-9, #gameList .col-sm-1, #gameList .col-sm-10, #gameList .col-sm-11, #gameList .col-sm-12, #gameList .col-sm-2, #gameList .col-sm-3, #gameList .col-sm-4, #gameList .col-sm-5, #gameList .col-sm-6, #gameList .col-sm-7, #gameList .col-sm-8, #gameList .col-sm-9, #gameList .col-xs-1, #gameList .col-xs-10, #gameList .col-xs-11, #gameList .col-xs-12, #gameList .col-xs-2, #gameList .col-xs-3, #gameList .col-xs-4, #gameList .col-xs-5, #gameList .col-xs-6, #gameList .col-xs-7, #gameList .col-xs-8, #gameList .col-xs-9 {
    padding-right: 3px;
    padding-left: 3px;
}
#gameList h1 {
    color: #ffea00;
    font-size: 28px;
    display: block;
    font-variant: small-caps;
    margin: .5em auto 1em;
}
#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:#bf2924;
}
#gameList .game {
    width:100%;
    padding:0 0 15px;
    text-align:left;
}
#gameList.list .game {
    width:33.333333333%;
    padding:15px 10px 0;
}
.homepage .box .box-body .game {
    margin-bottom:1em;
}
.homepage .box .box-body .table th {
    font-variant:small-caps;
}
#gameList .game.show-loader *, :not(#gameList) .game.show-loader {
    pointer-events: none;
}
#gameList .game a.play, :not(#gameList) .game a.play {
    display:block;
    text-decoration:none !important;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}
#gameList.list .game a.play {
    border: 1px solid #d5d5d5;
    background-color: #fff;
    height: 52px;
}
#gameList.list .game a.play:hover {
    background-color: #f4f4f4;
}
#gameList .game a.play .img, :not(#gameList) .game a.play .img {
    position:relative;
    display:block;
    width:100%;
    height:123px;
}
#gameList.list .game a.play .img {
    position:relative;
    float: left;
    display:block;
    width:75px;
    height:50px;
}
#gameList .game a.play .img .loader, :not(#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;
    text-align: center;
}
#gameList .game.show-loader a.play .img .loader, :not(#gameList) .game.show-loader a.play .img .loader {
    opacity:1;
}
#gameList .game a.play .img .loader .fa, :not(#gameList) .game a.play .img .loader .fa {
    font-size:32px;
    line-height:120px;
}
#gameList .game a.play img {
    display:block;
    width:100%;
    height:100%;
}
.game-img-border {
    border:1px solid rgba(141, 141, 141, .3);
}
.game:hover .game-img-border {
    border-color:rgba(255, 55, 55, .75);
}
img.lazyImage {
    opacity:0;
    transition: opacity .5s ease-in-out;
}

#gameList .game a.play .img .new {
    position:absolute;
    top:5px;
    right:5px;
    font-size:11px;
    line-height:16px;
    border-radius:0 0 0 2px;
    height:16px;
    padding:0 5px;
    background-color:#ff3737;
    text-shadow:1px 1px 0 rgba(0, 0, 0, .75);
    color:#fff;
}
#gameList .game a.play .onlinePlayers {
    position: absolute;
    bottom: 0;
    left: 4px;
    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;
}
#gameList.list .game a.play img.thumbnail {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#gameList .game a.play .title, :not(#gameList) .game a.play .title {
    display:block;
    margin-top:5px;
    height:16px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
#gameList .game:hover a.play .title, :not(#gameList) .game:hover a.play .title, .game:hover .game-text {
    color:#ff3737;
}
#gameList.list .game a.play .title {
    position: relative;
    margin: 0 10px 0 90px;
    display: block;
    height: 100%;
    line-height: 50px;
    color: #262626;
    overflow:hidden;
    text-overflow: ellipsis;
    text-align:left;
    white-space:nowrap;
    text-transform: uppercase;
}
#gameList .game a.play .title .new, :not(#gameList) .game a.play .title .new {
    position: absolute;
    right: 10px;
    font-size:11px;
    line-height:16px;
    height:16px;
    padding:0 5px;
    background-color:#ff3737;
    color:#fff;
}
#gameList.list .game a.play .title .new {
    position: absolute;
    right: 0;
    top: 15px;
    font-size:11px;
    line-height:20px;
    padding:0 5px;
    background-color:#ff3737;
    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:#ff3737;
    background-color:#fea8a7;
}
#gameList .game .play4fun a:hover {
    border:2px solid #fea8a7;
    background-color:#ff3737;
    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;
}

.search-games {
    float: right;
    margin: 15px 0;
    width: 20%;
}

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