html {
    -webkit-touch-callout: none;
    -webkit-user-select  : none;
    -khtml-user-select   : none;
    -moz-user-select     : none;
    -ms-user-select      : none;
    -user-select         : none;

    background: #ecf0f1;

    cursor: url("../images/cursorDefault.ico") 1 1, default;

    overflow: auto;
}

body {
    position: relative;
    display: inline-block;

    width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;
}
[cursorType=default] {
    cursor: url('../images/new/warClicks/shop/rework/premium/cursorPointer_5.ico') 1 1, default;
}
[cursorType=pointer]:not(.disabled):not(.active):not(.selected):not(.radio):not(.hollow) {
    cursor: url('../images/new/warClicks/shop/rework/premium/cursorPointer_5.ico') 11 1, pointer;
}
[cursorType=text]:not(.disabled):not(.not-active) {
    cursor: url('../images/new/warClicks/shop/rework/premium/cursorText_5.ico') 14 14, text;
}
textarea, input, code {
    /*cursor: url("../images/cursorType.ico") 14 14, text;*/
    cursor: url('../images/new/warClicks/shop/rework/premium/cursorText_5.ico') 14 14, text;
}
a {
    color: #453a26;
    font-size: 14px;

    cursor: url("../images/cursorPointer.ico") 11 1, pointer;
}
select {
    cursor: url("../images/cursorPointer.ico") 11 1, pointer;
}
label {
    cursor: url("../images/cursorDefault.ico") 1 1, default;
}

ul {
    margin: 0;
}

/* --- general --- */
.opacity_0 {
    opacity: 0.0;
}
.opacity_1 {
    opacity: 1.0;
}
.transparent {
    opacity: 0.0;
}
.hidden {
    display: none;
}


/* --- colors --- */
.font_cw_black {
    color: #322d2d;
}
.font_cw_white {
    color: white;
}
.font_cw_red {
    color: #ee1d25 !important;
}
.font_cw_orange {
    color: #f7931e; !important;
}
.font_cw_gray_dark {
    color: #96876b;
}
.font_cw_gray_lite {
    color: #c3b49b;
}
.font_cw_cyan_dark {
    color: #004422;
}

.back_cw_black {
    background: #322d2d;
}
.back_cw_white {
    background: white;
}
.back_cw_grey_lite {
    background: #dadfe0;
}
.back_cw_red {
    background: #ee1d25;
}
.back_cw_orange {
    background: #f7931e;
}
.back_cw_gray_dark {
    background: #96876b;
}
.back_cw_gray_blue {
    background: #3f4651;
}
.back_cw_gray_lite {
    background: #c3b49b;
}

.border_cw_red {
    border-color: #ee1d25 !important;
}
.border_cw_gray_dark {
    border-color: #96876b !important;
}
/* --- END colors --- */

.font_cw_bold {
    font-weight: bold !important;
}


/* --- cursor --- */
.cursor:not(.cosmetic-popup-holder) {
    position: fixed;
    z-index: 2100;

    margin-left: -38px;
    margin-top: -38px;

    width: 76px;
    height: 76px;

    pointer-events: none;
}
.cursor.default {
    background: url("../images/cursor.png");
}
.cursor.pointer {
    background: url("../images/cursor.png") -76px 0;
}
.cursor.type {
    background: url("../images/cursor.png") -152px 0;
}
.cursor.target {
    position: absolute;
    z-index: 0;

    background: url("../images/cursor.png") -228px 0;
}
.cursor.target_base {
    background: url("../images/cursor.png") -228px 0;
}
/* --- END cursor --- */


#main_container {
    height: auto;
}

#gameBackground {
    width: 100%;
    height: 582px;
    max-height: 100%;
    background-size: auto 100% !important;

    margin-top: -69px;
}
/* TODO CHANGES THUS ONE */
#game_holder {
    overflow:hidden;

    position: relative;
    /*width: 1002px;*/
    width: 1000px;
    height: 550px;
    margin: 0 auto;
}

/* STATS PAGE */
#stats_holder {
    position: relative;

    min-width: 1000px;
    padding: 20px 0;
    background: rgba(255,255,255,0.1);
    padding-top: 0px;
}
#stats_holder .under-header{
    height: 234px;
    /*background: url("../../assets/images/new/warClicks/homepage/under_header_minimized.png?v=2") center;*/
    background: url("../../assets/images/new/warClicks/homepage/lower_header.png") center;
}
#stats_holder .under-header .quotes-text{
    /*color: white;*/
    color: black;
    margin: 0 auto;
    width: 850px;
    opacity: 0.8;
    font: 17px/25px 'titilliumWebRegular';
    position: relative;
    top: 15px;
    min-height: 50px;
}
#stats_holder .under-header .quotes-author{
    color: black;
    margin: 0 auto;
    width: 781px;
    opacity: 0.8;
    font: 15px/25px 'titilliumWebRegular';
    text-align: right;
    top: 15px;
    position: relative;
}

#stats_holder .under-header .ratings-holder {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 21px;
}
#stats_holder .under-header .ratings-holder .rating {
    flex: 0 1 160px;
    text-align: center;

    font: 14px/16px 'titilliumWebRegular';
    color: black;

}
#stats_holder .under-header .ratings-holder .rating .stars {
    margin: 0 auto;

    background: url('../images/new/warClicks/homepage/4stars_min.png');
    background-size: 100% 100%;
    margin-bottom: 5px;

    width: 128px;
    height: 30px;
}
#stats_holder #total_player_count {
    margin: 0 auto 10px auto;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    font: 18px/24px 'titilliumWebSemiBold';
    width: 169px;
    clear: both;
    /*margin-top: -102px;*/
    margin-top: -69px;
    background: url("../../assets/images/new/warClicks/homepage/total_players_tag_3.png") center no-repeat;
    height: 113px;
}
#stats_holder #total_player_count > span {
    display: inline-block;
    position: relative;
    top: 14px;
}
#stats_holder #total_player_count .total {
    font-size: 30px;
    line-height: 45px;
    margin-top: -5px;
    display: inline-block;
}
#stats_holder #total_player_count .text {
}
#stats_holder .stats_holder{
    float: left;
    margin-bottom: 32px;
}
#stats_holder .stats_holder:nth-child(even) {
    margin-left: 32px;
}
#stats_holder .stats_holder .stats {
    width: 482px;
    height: 470px;
}


/* ZA COMPETITION*/

.competitions_main_holder * {
    font: 15px/20px 'titilliumWebLight';
}
.competitions_main_holder{
    position: relative;
    width:700px;
    margin:40px auto;
}
.competitions_main_holder #prefork .read_more_button{
    background-color: #f4cd2a;
    padding: 6px 15px;
    display:inline-block;
    margin:20px 10px 40px 23px;
    font: 15px/20px 'titilliumWebRegular';
    text-decoration:none;
}
.competitions_main_holder #prefork .competitions-header{
    width: 700px;
    height: 400px;
    background: rgba(207, 214, 215, 0.6);
}
.competitions_main_holder #prefork .competitions-header .title-name{
    font: 63px/106px 'titilliumWebBold';
    background: #3f4651;
    color: white;
    text-align: center;
    margin-bottom: 24px;
}
.competitions_main_holder #prefork .competitions-header .trophy{
    width: 700px;
    height: 328px;
    background: url('../images/new/warZone/wz_splosno/trophy.png') center;
}

.competitions_main_holder #prefork .info_text{
    /*background-color:#9a8b73;*/
    padding: 0 20px;
    font: 15px/25px 'titilliumWebRegular';
}
.competitions_main_holder #prefork .info_text h4 {
    font: 13px/20px 'titilliumWebBold';
    text-transform: uppercase;
    margin-top: 17px;
}
.competitions_main_holder #prefork .read_more_button:hover {
    color: #857a66;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#competitions_stats_holder{
    width:680px;
    margin-left:10px;
    background: rgba(207, 214, 215, 0.6);
    height:1085px;
}
#competitions_stats_holder table td.reward {
    position: relative;
}
#competitions_stats_holder table td.trophy{
    text-align:center;
}
#competitions_stats_holder table td.trophy >div {
    margin-left: 14px;
}
#competitions_stats_holder .badge {
    display:inline-block;
    height: 56px;
    width: 32px;
    background: url('../images/badges_sprite.png') 0 0;
    transform: scale(0.5);
    position: absolute;
    top: -12px;
}
#competitions_stats_holder table tr.user-marked td {
    background: #eee7d4 !important;
}
.underlay0{
    position:absolute;
    z-index:-5;
    margin-top:-12px;
    width:700px;
    height:100%;
    margin-left:12px;
    border-radius:7px
}
.underlay1{
    position:absolute;
    z-index:-4;
    margin-top:-6px;
    width:700px;
    height:100%;
    margin-left:6px;
    border-radius:7px
}
.pageable th{
    font: 14px/16px 'openSansSemiBold';
}
#prefork{
    width:700px;
    margin-left:0px;
    /*background-color: #9a8b73;*/
    background: rgba(207, 214, 215, 0.6);
    padding-bottom: 6px;
    border-radius:7px;
    margin-bottom:20px;
}

.competitions_stats .w_60{
    width:60px;
    text-align:left
}
.competitions_stats .w_65{
    width:65px;
    text-align:left
}
.competitions_stats .w_100{
    width:100px;
    text-align:left
}
.competitions_stats .w_110{
    width:110px;
    text-align:left
}
.competitions_stats .w_120{
    width:120px;
    text-align:left
}
.competitions_stats .w_140{
    width:140px;
    text-align:left
}
.competitions_stats .w_150{
    width:150px;
    text-align:left
}
.competitions_stats .w_160{
    width:160px;
    text-align:left
}
.competitions_stats .w_170{
    width:170px;
    text-align:left
}

.competitions_stats .w_180{
    width:180px;
    text-align:left
}

.competitions_stats .w_210{
    width:210px;
    text-align:left
}
.competitions_stats .w_220{
    width:220px;
    text-align:left
}
.competitions_stats .w_230{
    width:230px;
    text-align:left
}
.competitions_stats .w_240{
    width:240px;
    text-align:left
}
.competitions_stats .w_260{
    width:260px;
    text-align:left
}
#competitions_stats_holder .competitions_stats_holder {
    margin-left:10px;
}
#competitions_stats_holder .competitions_stats_holder .competitions_stats {
    width: 700px;
    height: 870px;
}

#competitions_stats_holder .competitions_stats_holder .competitions_stats h3{
    font: 15px/17px 'openSansBold';
    text-align:center;
    padding-top:30px;
}

/* Za competition BUTTON HOLDER*/
#competitions_stats_holder .competitions_stats_page .button-holder {
    width: 700px;
    height: 150px;
    margin-bottom:37px;
    padding-top:20px;
}

#competitions_stats_holder .competitions_stats_page hr {
    margin-top: 13px;
    color: gray;
    opacity: 0.4;
    width: 665px;
    margin-left: 7px;
}
#competitions_stats_holder .competitions_stats_page .button-holder .button{
    border: solid 1px white;
    font: 13px/24px 'openSansRegular';
    padding: 4px 10px;
    display:inline-block;
    margin:7px;
    border-radius: 7px;
}
#competitions_stats_holder .competitions_stats_page .button-holder .button.active:not(.nav-button-center){
    font: 13px/24px 'openSansSemiBold';
    background-color: #FFFFFF;
}
#competitions_stats_holder .competitions_stats_page .button-holder .button:hover:not(.nav-button-center) {
    color: #857a66;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#competitions_stats_holder .competitions_stats_page .button-holder .no-border{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#competitions_stats_holder .competitions_stats_page .nav-holder {
    padding-bottom:8px;
}
#competitions_stats_holder .competitions_stats_page .button-holder .nav-button-left {
    text-decoration:none;
    background-color: #FFFFFF;
    width:115px;
    border:2px solid gray;
}
#competitions_stats_holder .competitions_stats_page .button-holder .nav-button-center {
    font: 14px/24px 'openSansRegular';
    border:none;
    background-color: #231f20;
    margin-left:64px;
    color:white;
    font-size: 15px;
}
#competitions_stats_holder .competitions_stats_page .button-holder .nav-button-center:hover {
    pointer-events:none;
}
#competitions_stats_holder .competitions_stats_page .button-holder .left-arrow-span {
    margin-right:4px;
}
#competitions_stats_holder .competitions_stats_page .button-holder .right-arrow-span {
    margin-left:10px;
}
#competitions_stats_holder .competitions_stats_page .button-holder .next-round-text {
    font: 13px/24px 'openSansRegular';
    margin-left:18px;
}
#competitions_stats_holder .competitions_stats_page .button-holder .left-button, .right-button {
    text-decoration:none;
}
#competitions_stats_holder .competitions_stats_page .button-holder .nav-button-right {
    text-decoration:none;
    background-color: #FFFFFF;
    width:115px;
    float:right;
    margin-right:27px;
    border:2px solid gray;
}
#competitions_stats_holder .competitions_stats_page .button-holder .hidden-left-button {
    pointer-events: none;
    opacity:0;
}
/*
END competition
*/
#stats_holder .stats_page {
    width: 1000px;
    margin: 0 auto;
}
#stats_holder .refresh-info {
    text-align: left;
    color: #ffffff;
    font-style: italic;
    font: 12px/12px 'MyriadPro';
    width: 1000px;
    margin: 0 auto 10px auto;
}
#stats_holder > div.stats-width {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    height: 638px;
    overflow-y: auto;
    margin-top: 73px;
    padding-bottom: 0px;
}
#stats_holder .stats {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: white;
    width: 318px;
    height: 618px;
    text-align: center;
    position: absolute;
}
.stats_holder .trophy{
    width:70px;
}
.stats_holder .country_name {
    width: 150px;
    padding-left: 6px;
}
.stats_holder .score{
    width:85px;
}
#stats_holder .podloga{
    width: 452px;
    height: 62px;
    background: url("../images/new/warClicks/homepage/hall_of_fame.png");
    position: relative;
    top: 30px;
    left: -67px;
    z-index: 100;
    text-align: center;
    font: 18px/45px 'openSansSemiBold';
    color:  #ffffff;
    text-transform: uppercase;
}
#stats_holder .stats.countries {
    left: 0;
    color: #857a66;
}
#stats_holder .stats.countries h3{
    text-align: left;
    margin-top: 90px;
}
#stats_holder .stats .heading-text{
    text-align:left;
    float:left;
    font: 15px/22px 'OpenSans-Light';
    margin: 0 0 0px 10px;
}
#stats_holder .stats .heading-text > img{
    width: 8px;
    height: 12px;
    background: url("../images/new/warClicks/homepage/triangle.png");
}
#stats_holder .stats .heading-text.active{
    color:black;
    font-family: 'OpenSansBold';
    font-size:14px;
}
#stats_holder .stats .heading-text:not(.active):hover{
    cursor: url("public_html/assets/images/cursorPointer.ico"), pointer;
    cursor: url("../images/cursorPointer.ico") 11 1, pointer;
    color: #ed1c24;
}
#stats_holder .stats .heading-text > img{
    margin-right:7px;
}
#stats_holder .stats > div:not(.podloga) {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 10px 0;
    width: 100%;
}
#stats_holder .stats-width .stats .active {
    display: block;
}
#stats_holder .stats.players {
    left: 34%;
    color: #857a66;
}
#stats_holder .stats.players h3{
    text-align: left;
    margin-top: 90px;
}
#stats_holder .stats.players,  .username:hover {
    color: #857a66;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#stats_holder .stats.players, .stats.fastest-growing .username:hover {
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#stats_holder .stats.fastest-growing {
    left: 68%;
    color: #857a66;
}
#stats_holder .stats.fastest-growing h3{
    text-align: left;
    margin-top: 90px;
}
#stats_holder .stats table {
    font: 14px/16px 'titilliumWebLight';

    color: #453a26;
    border-spacing: 0;
    border-collapse: collapse;
}
#stats_holder .stats h3 {
    padding: 0 0 0 0;
    font: 22px/24px 'titilliumWebRegular';

    text-align: center;
    margin: 90px 0 15px 10px;
    color: #453a26;
}
#stats_holder .stats table tr th {
    text-align: left;
    height: 38px;

    padding-bottom: 5px;
}
#stats_holder .stats table tr th.rank-column {
    text-align:left;
    width:60px;
}
#stats_holder .stats table tr th.user-country-column {
    width: 200px;
    text-align:left;
}
#stats_holder .stats table tr th.score-column {
    text-align:left;
    width:88px;
}
#stats_holder .stats table tr th {
    text-align: center;
    font: 13px/16px 'titilliumWebBold';
}
#stats_holder .stats table tr th:first-child {
    padding-left: 10px;
}
#stats_holder .stats table .trophy > div {
    margin-left:-6px;
}
#stats_holder .stats table tr th:last-child, .stats table tr td:last-child {
    padding-left: 10px;
}
#stats_holder .stats table td {
    text-align:left;
    vertical-align: middle;
    height: 35px;
}
.pagination_jump {
    width: 40px;
}
#view-more {
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #4bada4;
    width: 212px;
    border-radius: 12px;
}
#view-more a {
    display: inline-block;


    font: 18px/20px 'titilliumWebSemiBold';
    text-decoration: none;

    padding: 6px 0;

    width: 100%;
    height: 100%;
    color: white;
}
#view-more:hover {
    filter:brightness(120%);
}
.tweet_share, .fb_like {
    float: left;

    height: 20px;
}
.tweet_share {
    padding-right: 8px;
}
#fb_like_holder {
    opacity: 0;

    width: 0;
    height: 0;
}
#game_description {
    position: relative;

    width: 100%;
    min-width: 1000px;

    background: rgba(255,255,255,0.1);

    overflow-y: hidden;
}
#game_description .holder {
    position: relative;

    margin: 12px auto 51px auto;

    width: 1000px;
    max-width: 100%;
}
#game_description .holder .background {
    position: absolute;
    z-index: 10;

    width: 100%;
    height: 100%;
    background: rgba(207, 214, 215, 0.6);
}
#game_description .holder .background >div {
    position: absolute;

    left: 0;
    top: 0;
    border-radius: 3px;
}
#game_description .holder .background div:nth-child(1) {
    margin: 0 0 22px 22px;

    width: calc(100% - 22px);
    height: calc(100% - 22px);
}
#game_description .holder .background div:nth-child(2) {
    margin: 12px 2px 10px 10px;

    width: calc(100% - 12px);
    height: calc(100% - 22px);
}
#game_description .holder .background div:nth-child(3) {
    margin: 15px 5px 7px 7px;

    width: calc(100% - 12px);

    height: calc(100% - 22px);
}
#game_description .holder .background div:nth-child(4) {
    margin: 22px 12px 0 0;
    width: calc(100% - 12px);
    height: calc(100% - 22px);
    background: rgba(207, 214, 215, 0.6);
}
#game_description .holder .content {
    position: relative;
    z-index: 20;
    padding: 22px 0 0 0;
    text-align: center;
}
#game_description .holder .content >div:not(.cool-holder) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#game_description .holder .content .top .title {
    position: relative;

    margin-top: 40px;

    width: 100%;

    text-align: center;
    background: url("../images/desc_horiz_line.png") repeat-x;
}
#game_description .holder .content .top .title .title_description {
    font: 17px/18px 'titilliumWebSemiBold';
    padding-top: 8px;
}
#game_description .holder .content .top .title .coffee_cup {
    position: absolute;

    margin: -24px 24px;

    width: 169px;
    height: 158px;

    background: url("../images/coffee_mug.png");
}
#game_description .holder .content .top .title .title_name {
    font: 73px/111px 'titilliumWebBold';
    color: rgba(0,0,0, 0.9);
    background: #3f4651;
    color: white;
}
#game_description .holder .content .title-description {
     font: 32px/34px 'titilliumWebSemiBold';
     color: black;
     text-align: left;
 }
#game_description .holder .content .subtitle-description {
    margin-top: 6px;
    font: 16px/23px 'titilliumWebLight';
    color: black;
    text-align: left;
}

#game_description .holder .content .strange-icons{
    position: relative;
    width: 1000px;
    height: 266px;
}
#game_description .holder .content .strange-icons > a:nth-child(1) {
    position: absolute;
    left: 0%;
}
#game_description .holder .content .strange-icons > a:nth-child(2) {
    position: absolute;
    left: 335px;
}
#game_description .holder .content .strange-icons > a:nth-child(3) {
    position: absolute;
    left: 67%;
}

/*
#game_description .holder .content .strange-icons > a > div {
    background: url("../images/new/warClicks/homepage/help_blog_reddit_sprite.png");
    width: 319px;
    height: 220px;
    display: inline-block;
}
#game_description .holder .content .strange-icons > a > div:hover {
    background-position-y: 220px;
}
#game_description .holder .content .strange-icons .help{
}
#game_description .holder .content .strange-icons .blog{
    background-position-x: 638px;
}
#game_description .holder .content .strange-icons .reddit{
    background-position-x: 319px;
}
*/
#game_description .holder .content .middle {
    text-align: center;
}
#white-holder{
    background: white;
    position: relative;
    padding-top: 70px;
}
#white-holder .inner-holder{
    margin: 0 auto;
    width: 1000px;
}
#white-holder .inner-holder .title-description {
    font: 32px/34px 'titilliumWebSemiBold';
    color: black;
    text-align: left;
}
#white-holder .inner-holder .subtitle-description {
    margin-top: 11px;
    font: 16px/23px 'titilliumWebLight';
    color: black;
    text-align: left;
}
#white-holder .inner-holder .strange-icons{
      margin-top: 48px;
}
#white-holder .inner-holder .strange-icons.index{
    padding-bottom: 50px;
}
#white-holder .inner-holder .strange-icons > a > div {
    background: url("../images/new/warClicks/homepage/help_blog_reddit_sprite_minimized.png");
    width: 319px;
    height: 220px;
    display: inline-block;
    margin-bottom: 41px;
}
#white-holder .inner-holder .strange-icons > a > div:hover {
    background-position-y: 220px;
}
#white-holder .inner-holder .strange-icons .help{
}
#white-holder .inner-holder .strange-icons .blog{
    background-position-x: 638px;
    margin-left: 15px;
}
#white-holder .inner-holder .strange-icons .reddit{
    background-position-x: 319px;
    margin-left: 15px;
}
#game_description .holder .content .middle .horizontal-line {
    margin: 12px 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}
/*
#game_description .holder .content .middle .button {
    display: inline-block;

    margin: 8px 32px 32px 32px;

    width: 128px;

    font: bold 14px/32px 'openSansBold';
    color: black;
    text-align: center;

    border: 2px solid black;
    background: white;
}*/
#game_description .holder .icon  {
    margin-top: -2px;
    vertical-align: middle;
    width: 19px;
    height: 21px;
    display: inline-block;
    background: url("../../assets/images/new/warClicks/wc_splosno/sp_5_currency_icons_min.png");
}
#game_description .holder .icon.battle_stars {
    background-position: 0px;
}
#game_description .holder .icon.score {
    background-position: -38px;
}
#game_description .holder .icon.power_points {
    background-position: -76px;
}
#game_description .holder .icon.gold {
    background-position: -19px;
}
#game_description .holder .icon.pvp {
    background-position: -95px;
}
#game_description .holder .content .middle div:first-child {
    margin-left: 0px;
}
#game_description .holder .content .middle .button {
    display: inline-block;

    margin: 8px 32px 32px 32px;

    font: 15px/31px 'titilliumWebBold';
    color: black;
    text-align: center;
    padding: 0 32px;
    background: #f7931e;
}
#game_description .holder .content .middle .button:hover {
    color: white;
}
#game_description .holder .content .middle .button.selected {
    color: white;
    background: black;
}
#game_description .holder .content .middle .button:hover:not(.selected) {
    color: white;
    background: black;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#game_description .holder .content .bottom .description {
    position: relative;
    vertical-align: top;
    margin-top: 45px;
}
#game_description .holder .content .bottom .description .soldier {
    position:absolute;
    left: -87px;
    display: inline-block;
    float: left;
    width: 217px;
    height: 236px;

    background: url("../images/soldier_big.png");
}
#game_description .holder .content .bottom .description h1 {
    font: 32px/50px 'titilliumWebSemiBold';
    margin-left: 189px;
    width: 741px;
    text-align: center;
}
#game_description .holder .content .bottom .description .text {
    display: inline-block;
    text-align: left;
    /*width: 707px;
    margin-left: 81px;*/
    width: 741px;
    margin-left: 117px;
    font: 14px/16px 'titilliumWebRegular';
}
#game_description .holder .content .bottom .description .video-holder {
    margin-left: 117px;
    margin-top: 25px;
}
#game_description.help-section .holder .content .bottom .description .text {
    display: none;
}
#game_description .holder .content .bottom .description .text p {
    margin-top: 0px;
}
#game_description .holder .content .bottom .description .text .left{
    vertical-align: top;
    display: inline-block;
    width: 363px;
    margin-left: 0px;
}
#game_description .holder .content .bottom .description .text .right{
    vertical-align: top;
    display: inline-block;
    width: 343px;
    margin-left: 14px;
}
#game_description .holder .content .bottom .description .text >h2 {
    font-family: 'titilliumWebSemiBold';
}
#game_description .holder .content .bottom .description .text >h3 {
    /*text-decoration: underline;*/
}
#game_description .holder .content .bottom .description .text.selected {
    display: inline-block;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}
#game_description .holder .content .bottom .description .text.selected .icon.pvp {
    margin-left: 4px;
}
#game_description .holder .content .bottom .description .text h3 {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    padding-top: 20px;
}
#game_description .holder .content .bottom .description ul {
    margin: 5px 0;
    padding-left: 10px;
}
#game_description .holder .content .bottom .description ul li {
    margin: 10px 0;
}
#objOverlay {
    background: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 100;
}
#overlay {
    background: rgba(0,0,0,0.5);
    filter: alpha(opacity=50);
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}
/* COOL HOLDER FOR ads */
.cool-holder {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.cool-320 {
    position: absolute;
    top: 0px;
    height: 100px;
    width: 320px;
    right: 50%;
    margin-right: -490px;
}
.cool-468 {
    position: absolute;
    top: 42px;
    height: 60px;
    width: 468px;
    right: 50%;
    margin-right: -500px;
}
.cool-728 {
    /*width: 728px;*/
    width: auto;
    max-width: 1000px;
    margin: 0px auto;
}
.blocked-728 {
    background: url('../../assets/images/ad_block_banner_green.jpg') no-repeat center, #a0945a;
    border: solid 1px #000000;
    margin: 9px auto;
    height: 90px;
}

.cool-600-150 {
    position: absolute;
    top: 157px;
    left: calc(50% + 520px + 80px);
    z-index: 1;
    width: 150px;
    height: 600px;
}

@media screen and (max-width: 1500px) {
    .cool-600-150 {
        display: none;
    }
}

/* END COOL holder for ads*/



/* COMMON buttons, reusable classes etc. */


.button:hover {
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    filter: brightness(120%);
}
/* END reusable CSS, buttons, classes */

.current-page{
    color: white;
    font: 18px/17px 'titilliumWebBold';
}

label[for=tosConfirm].error {
    color: red;
}
label[for=tosConfirm].error * {
    color: red;
}