body {
    margin:0;
    background-color: #FFFFFF;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-weight: normal;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

.text-shadow {
    text-shadow: 0 1px 1px #161616;
}

.align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#games-panel-wrapper {
    overflow: hidden;
    background-color: #FFFFFF;
    position: relative;
    width: 1130px;
    height: 110px;
    margin: 0 auto 6px auto;
}

.adpanel-list-button {
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    height: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    position: absolute;
    display: none;
}

.games-panel-items {
    position: absolute;
    overflow: hidden;
}

.adpanel-list-item {
    -webkit-box-shadow: 0 7px 16px -7px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0 7px 16px -7px rgba(0, 0, 0, 0.86);
    box-shadow: 0 7px 16px -7px rgba(0, 0, 0, 0.86);
    width: 89px;
    height: 89px;
    cursor: pointer;
    opacity: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    border-radius: 6px;
    transition: transform .1s ease-in-out;
}

.adpanel-list-item:hover {
    transform: scale(1.1);
    background-color: #000;
}

.ad-item-icon-container {
    background-color: #FFFFFF;
    width: 78px;
    height: 78px;
    margin: auto;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.ad-item-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    position: absolute;
}

.ad-item-icon-new {
    width: 45px;
    height: 45px;
    margin: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.moregames-game-box {
    transition: transform .05s ease-in-out;
    width: 154px;
    height: 194px;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    margin: 0;
    right: 0;
    position: absolute;
    display: block;
    -webkit-box-shadow: 0 6px 16px -5px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0 6px 16px -5px rgba(0, 0, 0, 0.86);
    box-shadow: 0 6px 16px -5px rgba(0, 0, 0, 0.86);
}

.moregames-game-box:hover {
    transform: scale(1.15);
    border: 2px solid #000;
}

.moregames-game-box-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 0 auto;
}

.moregames-game-box-icon-new {
    width: 45px;
    height: 45px;
    margin: 0 0 0 5px;
    left: 0;
    right: 0;
    position: absolute;
}

.moregames-game-box-text-back {
    margin: 0 auto 0 auto;
    height: 40px;
    width: 150px;
    background-color: rgb(255, 255, 255);
}

.moregames-game-box:hover .moregames-game-box-text-back{
    background-color: rgb(0, 0, 0);
}

.moregames-game-box:hover .moregames-game-box-text {
    color: rgb(255, 255, 255);
}

.moregames-game-box-text {
    font-family: sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    margin: 0 auto 0 auto;
}

.loader {
    margin: auto;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;

}

#loader-timeout {
    font-family: sans-serif;
    color: #1518ff;
    position: absolute;
    text-align: right;
    margin: auto;
    right: 0;
    bottom: 0;
}

.loader-skip-btn {
    display: none;
    opacity: 0;
    cursor: pointer;
    margin-top: 2px;
    font-family: sans-serif;
    font-weight: bold;
    color: #000;
    position: relative;
}

.loader-skip-btn:hover {
    text-decoration: underline;
}

.app-outer {
    position: relative;
    height: 100%;
    min-width: 1240px;
}

.app-inner-wrapper {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.panel-top-games {
    clear: both;
    margin-bottom: 4px;
}

#center-content {
    display: inline-block;
    clear:both;
    min-height: 600px;
}

#center-game-content {
    float: left;
    margin: 0 5px 0 5px;
}

#game_view_content {
    display: none;
}

.genres-list > li > a {
    background-color: #000;
    color: #FFFFFF;
    font-weight: bold;
}
.genres-list > li > a:hover {
    background-color: #FFFFFF;
    color: #000;
}