html {
    margin: 0;
    padding: 0;
    /*font: 14px/16px 'titilliumWebRegular';*/
    font: 14px/16px 'BungeeInlineRegular';


    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

    height: 100%;
}
html.bordered-frame {
    border: 1px solid black !important;
    height: calc(100% - 2px) !important;
}
body {
    margin: 0;
    padding: 0;
    background: #000000;
    height: 100%;
}
body.legacy-ui {
    overflow: hidden;
}
#mainContainer {
    width: 100%;
    height: 100%;
   /* min-width: 700px;*/
}
#mainContent {
    position: relative;
    margin: 0 auto;
    /*width: 700px;*/
    width: 870px;
    /*min-width: 700px;*/
    max-width: 100%;
    min-width: 870px;
    height: 500px;
    /*background: #ffffff;*/
    overflow: hidden;
    transform-origin: 0 0;
}
#purchaseFrame {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#mainContainer.legacy-ui #mainContent {
    /*width: 700px;*/
    width: 450px;
    min-width: 450px;
}
.clear {
    clear: both;
}
.horizontal-line {
    border-top: 1px solid #23b7bb;
    margin: 5px auto;
}
.scroll-holder {
    /*overflow: hidden;*/
    max-height: 100%;
}
.scroller {
    /*width: 100%;*/
    /*width: 98%;*/
    width: 99%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
    position: relative;
    left: -3px;
}
.scroller > div {
    /*display: block !important;*/
}

.not-displayed {
    display: none;
}
.disabled {
    pointer-events: none;
    filter: brightness(70%);
}
.allow-select {
    user-select: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}
/*.button:hover {*/
    /*filter: brightness(150%);*/
/*}*/
/* blocker */
/* loader */
#loading {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    z-index: 3;
    background: black;
    /*background: url('../images/alien_on_welcome_screen.png') center 120px no-repeat, black;
    background: url('../images/alien_on_welcome_screen_bord.png') center 120px no-repeat, black;*/
}
#loading .description {
    margin: 20px auto;
    font: 14px/16px 'BungeeInlineRegular';
    color: white;
    width: 50%;
    min-width: 200px;
    text-align: center;
}
#loading .progress {
    margin: 25% auto 0 auto;
    max-width: 40%;
    min-width: 200px;
    height: 20px;
    text-align: center;
    background: white;
    overflow: hidden;
}
#loading .progress > span {
    display: none;
    font: 14px/20px 'BungeeInlineRegular';
    color: white;
    text-shadow: 1px 1px 0 green, -1px 1px 0 green, 1px -1px 0 green, -1px -1px 0 green;
}
#loading .progress:after {
    width: 50%;
    background: rgba(0,174,239,1);
    /*background: linear-gradient(to right, rgba(0,80,0,0.5) 0%, rgba(0,80,0,1) 30%, rgba(0,80,0,1) 70%, rgba(0,80,0,0.5) 100%);
    background: linear-gradient(to right, rgba(0, 174, 239,0.5) 0%, rgb(0, 174, 239) 30%, rgb(0, 174, 239) 70%, rgba(0, 174, 239,0.5) 100%);*/
    background: linear-gradient(to right, rgba(0, 112, 255,0.5) 0%, rgb(0, 112, 255) 30%, rgb(0, 112, 255) 70%, rgba(0, 112, 255,0.5) 100%);
    /*background: linear-gradient(to right, rgba(17,53,19,0.5) 0%, rgb(17,53,19) 30%, rgb(17,53,19) 70%, rgba(17,53,19,0.5) 100%);*/
    /*animation: infiniteStretch 1s infinite;*/
    animation: repeatLoad 1s infinite linear;
    border-radius: 0;
}
#loading .spaceship {
    position: absolute;
    top: 20px;
    left: calc(50% - 40px);
    /*top: 20px;
    left: 20px;*/
    width: 80px;
    height: 80px;
    /*background: url('../images/spaceship_main_w_shaddow-min.png');*/
    background: url('../images/spaceship_new2.png');
    background-size: 100% 100%;
    animation: spaceshipLoop 6s infinite ease-out;
    cursor: pointer;
}
#mainContainer.legacy-ui #loading .spaceship {
    animation: spaceshipLoopNarrow 6s infinite ease-out;
}
#loading .spaceship .pilot {
    display: none;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 10px);
    width: 20px;
    height: 17px;
    background: url('../images/alien_pilot.png') center center no-repeat;
}
#loading .spaceship:hover .pilot{
    display:block;
}
#loading .spaceship.frantic1 {
    animation: spaceshipLoop 5s infinite ease-out;
}
#loading .spaceship.frantic2 {
    animation: spaceshipLoop 4s infinite ease-out;
}
#loading .spaceship.frantic3 {
    animation: spaceshipLoop 3s infinite ease-out;
}
#loading .spaceship.frantic4 {
    animation: spaceshipLoop 2s infinite ease-out;
}
#mainContainer.legacy-ui #loading .spaceship.frantic1 {
    animation: spaceshipLoopNarrow 5s infinite ease-out;
}
#mainContainer.legacy-ui #loading .spaceship.frantic2 {
    animation: spaceshipLoopNarrow 4s infinite ease-out;
}
#mainContainer.legacy-ui #loading .spaceship.frantic3 {
    animation: spaceshipLoopNarrow 3s infinite ease-out;
}
#mainContainer.legacy-ui #loading .spaceship.frantic4 {
    animation: spaceshipLoopNarrow 2s infinite ease-out;
}
@keyframes spaceshipLoop {
    /*0%       { transform: translate(0, 0);}
    25%      { transform: translate(-280px, 180px);}
    50%      { transform: translate(0, 400px);}
    75%      { transform: translate(280px, 180px);}
    100%     { transform: translate(0, 0);}*/
    0%       { transform: translate(-250px, 0);}
    25%      { transform: translate(-250px, 350px);}
    50%      { transform: translate(250px, 350px);}
    75%      { transform: translate(250px, 0px);}
    100%     { transform: translate(-250px, 0);}
}
@keyframes spaceshipLoopNarrow {
    /*0%       { transform: translate(0, 0);}
    25%      { transform: translate(-280px, 180px);}
    50%      { transform: translate(0, 400px);}
    75%      { transform: translate(280px, 180px);}
    100%     { transform: translate(0, 0);}*/
    0%       { transform: translate(-180px, 0);}
    25%      { transform: translate(-180px, 350px);}
    50%      { transform: translate(180px, 350px);}
    75%      { transform: translate(180px, 0px);}
    100%     { transform: translate(-180px, 0);}
}
@keyframes infiniteStretch {
    0%      { transform: scaleX(0); }
    100%    { transform: scaleX(1); }
}
@keyframes repeatLoad {
    0%      { transform: translateX(-100%); }
    100%    { transform: translateX(200%); }
}
/* end loader */
/* Content */
.header {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 50px;

    background: black;
    text-align: center;
    z-index: 1;
}
.header .currency, .current-aliens, .aliens-taken, .current-level {
    /*display: inline-block;*/
    /*font: 14px/25px 'titilliumWebRegular';*/
    font: 14px/25px 'BungeeInlineRegular';
    color: white;
}
.header .currency {
    width: 450px;
}
#mainContainer.legacy-ui .header .currency{
    width: auto;
}
.header .header-content {
    position: relative;
    top: 0;
    /*margin: 0 auto;*/
    height: 100%;
    max-width: 100%;
}
#mainContainer.legacy-ui .header .header-content {
    margin: 0 auto;
    width: 400px;
}
.header .currency > span, .current-aliens, .aliens-taken, .current-level {
    /*font: 14px/16px 'titilliumWebBold';*/
    font: 14px/16px 'BungeeInlineRegular';
    color: white;
}
.header .currency > span {
    /*display: inline-block;
    width: 50px;*/
}
.header .currency .mps {
    display: inline-block;
    font: 12px/16px 'BungeeInlineRegular';
    color: white;
    /*width: 50px;*/
}
.current-aliens {
    position: absolute;
    top: 51px;
    left: 0;
    /*right: 0;*/
    right: 420px;
    margin: 0 auto;
    /*width: 119px;*/
    /*height: 25px;*/
    /*width: 171px;*/
    width: 157px;
    height: 35px;
    padding: 4px 4px 2px 28px;
    background: url('../images/aliens_resued_empty.png');

    font: 10px/12px 'BungeeInlineRegular';
    z-index: 1;
    text-align: center;
    color: #000000;
}
.current-aliens .bar-holder {
    left: 37px;
    top: 29px;
    position: absolute;
}
.current-aliens .icon {
    width: 37px;
    height: 37px;
    position: absolute;
    background: url('../images/icons_sprite_aliens.png');
    top: 2px;
    left: 3px;
    background-size: auto 100%;
}
.current-aliens .icon.alien {
    background-position-x: 0px;
    width: 29px;
    left: 6px;
}
.current-aliens .icon.microorg {
    background-position-x: -32px;
    width: 37px;
}
.current-aliens .icon.cream {
    background-position-x: -108px;
    width: 35px;
}
.current-aliens .icon.medicine {
    background-position-x: -70px;
}
.current-aliens .title{
    margin-left: 8px;
}
#mainContainer.legacy-ui .current-aliens {
    right: 0px;
}
.button.settings{
    font: 11px/16px 'BungeeInlineRegular';
    color: white;
    position: absolute;
    top: 2px;
    right: 14px;
}
#mainContainer.legacy-ui .button.settings {
    right: 36px;
}
.button.help{
    font: 11px/16px 'BungeeInlineRegular';
    color: white;
    position: absolute;
    top: 23px;
    right: 14px;
}
#mainContainer.legacy-ui .button.help {
    right: 36px;
}
input[type="file"] {
    display: none !important;
}
.current-aliens, .aliens-taken, .current-level, .currency{
    /*display: inline-block;*/
}
.units-spawned {
    position: absolute;
    top: 53px;
    left: calc(50% - 200px + 35px - 260px);
    width: 84px;
    font: 9px/12px 'BungeeInlineRegular';
    z-index: 1;
    text-align: center;
}
.events-opener-holder {
    position: absolute;
    top: 65px;
    left: 325px;
    width: 110px;
    height: 51px;
    font: 9px/12px 'BungeeInlineRegular';
    z-index: 1;
}
.events-opener-holder .events-opener:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.events-opener-holder .events-opener{
    position: absolute;
    width: 110px;
    height: 51px;
    background: url('../images/events_icon_on_gameplay.png');
}
.events-opener-holder .events-opener .text{
    position: absolute;
    top: 21px;
    left: 54px;
    font: 12px/14px 'BungeeInlineRegular';
}
.events-opener-holder .timer{
    position: absolute;
    top: 7px;
    left: 31px;
    width: 57px;
    height: 15px;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 19px;
    padding-right: 2px;
    font: 10px/12px 'titilliumWebBold';
    text-align: right;
}
.events-opener-holder .klicaj{
    top: 26px;
    right: -11px;
}
.quarantene-boosters-opener{
    position: absolute;
    bottom: 7px;
    left: 340px;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 2px;
    padding-right: 2px;
    font: 10px/12px 'titilliumWebBold';
    text-align: center;
    z-index: 1;
    border: 1px solid black;
    padding-bottom: 2px;
}
#mainContainer.legacy-ui .quarantene-boosters-opener{
    bottom: 23px;
    right: 26px;
    left: auto;
}
.quarantene-boosters-opener:hover{
    cursor: pointer
}
.quarantene-boosters-opener .text{
    font: 10px/10px 'titilliumWebSemiBold';
}
.quarantene-boosters-opener .timer{
    font: 10px/10px 'titilliumWebBold';
}
.quarantene-info-popup{
    position: absolute;
    bottom: 7px;
    left: 333px;
    background: rgba(255, 255, 255, 1.0);
    padding-left: 2px;
    padding-right: 2px;
    font: 9px/12px 'titilliumWebBold';
    text-align: left;
    z-index: 2;
    border: 1px solid black;
    padding-bottom: 2px;
    width: 102px;
}
#mainContainer.legacy-ui .quarantene-info-popup {
    bottom: 23px;
    right: 26px;
    left: auto;
}
.quarantene-info-popup .title{
    font: 10px/12px 'titilliumWebBold';
}
.quarantene-info-popup .text{
    margin-top: 3px;
     font: 9px/11px 'titilliumWebSemiBold';
 }
.quarantene-info-popup .timer{
    font: 10px/12px 'titilliumWebBold';
    text-align: center;
    margin-top: 2px;
}
#rolling-intro-popup{
    position: absolute;
    /*top: 123px;*/
    /*left: 21px;*/
    background: rgba(255, 255, 255, 1.0);
    padding-left: 2px;
    padding-right: 2px;
    /*font: 9px/12px 'titilliumWebBold';*/
    font: 14px/16px 'BungeeInlineRegular';
    z-index: 2;
    border: 1px solid black;
    padding-bottom: 2px;
    /*width: 279px;*/
    width: 100%;
    color: white;
    text-align: center;
    height: 100%;
    background: black;
}
#rolling-intro-popup .title-icon{
    width: 296px;
    height: 174px;
    background: url('../images/starting_img_AR.png');
    margin: 0 auto;
}
#rolling-intro-popup .text{
    margin-top: 20px;
}
#rolling-intro-popup .click-to-continue{
    margin-top: 39px;
    font: 12px/12px 'titilliumWebRegular';
    text-align: right;
    margin-right: 13%;
}
.left-widget-holder{
    /*display: none;*/
    position: absolute;
    left: 5px;
    top: 200px;
    /*background: yellow;*/
    width: 52px;
    /*height: 100px;*/
    z-index: 1;
}
.left-widget-holder > div{
    margin-top: 4px;
}

.event-boosters-holder{
    position: absolute;
    left: 5px;
    /*top: 200px;*/
    top: 141px;
    width: 52px;
    z-index: 1;
}
.event-boosters-holder .boosters-items-holder{
    margin-left: 15px;
    height: 95px;
    /*height: 127px;*/
}
.event-boosters-holder .boosters-items-holder > .booster{
    margin-top: 4px;
    width: 29px;
    height: 29px;
    background: url('../images/boosters_empty_icon.png');
    text-align: center;
    position: relative;
}
.event-boosters-holder .boosters-items-holder > .booster .bar-holder{
    background: url('../images/voting_bar_bg.png');
    /*width: 191px;*/
    width: 29px;
    height: 28px;
    position: relative;
    left: 0px;
    top: 0px;
    position: absolute;
    transform: rotate(90deg);
    color: red;
    background: none;

}
.popup-holder.event-boosters .progress-widget{
    margin-top: 2px;
    padding-bottom: 5px;
}
.event-boosters-holder .boosters-items-holder > .booster .bar-holder .progress-bar{
    position: relative;
    width: 27px;
    height: 26px;
    /*background: #23b7bb;*/
    /*background: black;*/
    background: none;
    left: 2px;
    top: 1px;
}
.event-boosters-holder .boosters-items-holder > .booster .bar-holder .progress-bar::after{
    border-radius: 0;
    left: -1px;
    width: calc(100% + 1px);
    /*background: #23b7bb;*/
    /*background: url('../images/bar_entering_event.png');*/
    /*background-size: 100% 100%;*/
    background: rgba(0, 0, 0, 0.7);
}
/*.event-boosters-holder .boosters-items-holder > .booster:hover{*/
    /*cursor: pointer;*/
    /*transform: scale(1.1);*/
/*}*/
.event-boosters-holder .boosters-items-holder > .booster .value{
    /*font: 12px/14px 'titilliumWebSemiBold';*/
    font: 12px/15px 'titilliumWebBold';
}
.event-boosters-holder .boosters-items-holder > .booster .type{
    font: 11px/12px 'titilliumWebSemiBold';
}
.event-boosters-holder .boosters-items-holder > .booster .type.smaller{
    /*font: 8px/7px 'titilliumWebSemiBold';*/
    font: 10px/12px 'titilliumWebSemiBold';
}
.event-boosters-holder .event-boosters-opener{
    width: 61px;
    height: 62px;
    background: url('../images/Event_icon_enter_big.png');
    margin-top: 15px;
    position: relative;
}
.event-boosters-holder .event-boosters-opener:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.event-boosters-holder .event-timer-holder{
    background: rgba(255, 255, 255, 0.47);
    width: 58px;
    height: 24px;
    font: 9px/10px 'titilliumWebRegular';
    text-align: left;
    padding-left: 4px;
    margin-top: 3px;
}

.event-boosters-holder .event-timer-holder .timer-value{
    font: 10px/12px 'titilliumWebBold';
}


.stats-opener {
    /*position: absolute;*/
    /*top: 241px;*/
    background: url('../images/icon_stats.png');
    left: calc(1%);
    width: 51px;
    height: 51px;
    z-index: 1;
}
.stats-opener.events-lower {
    margin-top: 151px !important;
}
.stats-opener:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.produced-weapons-opener {
    /*position: absolute;*/
    /*top: 184px;*/
    background: url('../images/icon_produced_weapons.png');
    /*left: calc(50% - 200px + 35px - 260px);*/
    left: calc(1%);
    width: 51px;
    height: 51px;
    font: 9px/12px 'BungeeInlineRegular';
    z-index: 1;
    text-align: center;
}
.produced-weapons-opener:hover {
    cursor: pointer;
    transform: scale(1.2);
}
.training-opener {
    /*position: absolute;*/
    /*top: 184px;*/
    background: url('../images/icon_PR_training.png');
    /*left: calc(50% - 200px + 35px - 260px);*/
    left: calc(1%);
    width: 51px;
    height: 51px;
    font: 9px/12px 'BungeeInlineRegular';
    z-index: 1;
    text-align: center;
    position: relative;
}
.training-opener:hover {
    cursor: pointer;
    transform: scale(1.2);
}
#mainContainer.legacy-ui .units-spawned {
    /*left: calc(50% - 200px + 35px);*/
    left: calc(50% - 200px - 15px);
}
.units-spawned > span {
    display: inline-block;
    /*width: 40px;*/
    text-align: left;
}
.world-switch {
    position: absolute;
    top: 20px;
    /*left: 167px;*/
    left: 0px;
    width: 84px;
    height: 19px;
    color: white;
    z-index: 1;
    cursor: pointer;
    background: url('../images/button_switch_base1.png');
    font: 9px/18px 'BungeeInlineRegular';
    text-align: center;
}
.world-name {
    position: absolute;
    top: 0px;
    /*left: 167px;*/
    left: 0;
    width: 84px;
    height: 19px;
    z-index: 1;
    cursor: pointer;
    font: 12px/18px 'BungeeInlineRegular';
    text-align: center;
    color: #f7931e;
}
.world-switch:hover {
    cursor: pointer;
    color: #f7931e;
}
.show-mini-game {
    position: absolute;
    top: 53px;
    right: calc(50% - 300px);

    width: 40px;
    height: 40px;
    background: greenyellow;
    z-index: 1;
    cursor: pointer;
}
.current-level{
    width: 450px;
    font: 17px/17px 'BungeeInlineRegular';
    margin-top: 6px;
    color: #23b7bb;
}
#mainContainer.legacy-ui .current-level{
    width: auto;
}
.current-level.orange{
    color: #f7931;
}
/* gamearea */
.animation-holder {
    position: absolute;
    /*width: 100%;*/
    width: calc(100% - 420px);
    top: 50px;
    height: 450px;
    /*background: red;*/
}
#mainContainer.legacy-ui .animation-holder {
    width: 100%;
}
.game-bg {
    width: 450px;
    height: 450px;
    position: absolute;
    left: 50%;
    right: 0;
    margin: 0 auto;
    margin-left: -225px;
    background: url('../images/bg_paper_1280.jpg') center;
}
#mainContainer.legacy-ui .game-bg {
    width: 700px;
    margin-left: -350px;
}
#mainContent.world-1 .game-bg {
    background: url('../images/arctic_bg.jpg') center;
}
#mainContent.world-2.moon .game-bg {
    background: url('../images/background_moon.jpg') center;
}
#mainContent.world-2.venus .game-bg {
    background: url('../images/background_venus.jpg') center;
}
#mainContent.world-2.mars .game-bg {
    background: url('../images/background_mars.jpg') center;
}
#zoom {
    position: absolute;
    top: 4px;
    right: 10px;
    font: 9px/9px 'BungeeInlineRegular';
}
#gameArea, #staticArea {
    position: absolute;
    width: 450px;
    height: 450px;
    left: 50%;
    right: 0;
    margin: 0 auto;
    margin-left: -225px;
}
#mainContainer.legacy-ui #gameArea,
#mainContainer.legacy-ui #staticArea {
    /*margin-left: -350px;
    width: 700px;
    height: 450px;*/
}
/*game area end*/
.shield-info{
    margin: 0 auto;
    border: 1px solid black;
    position: absolute;
    left: 0px;
    bottom: 25px;
    font: 10px/12px 'BungeeInlineRegular';
    padding: 3px;
    padding-bottom: 0px;
    text-align: left;
    background: rgba(255, 255, 255, 0.56);
    pointer-events: none;
}
.shield-info .shield-data-holder{
    border-bottom: 1px solid black;
    padding-bottom: 2px;
}
.shield-info .value{
    display: inline-block;
    vertical-align: top;
    color: #f7931e;
    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}
.shield-info .value .unit-img{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 80% 75%;
}
.shield-info .shield-immune, .shield-info .fence-immune{
    font: 10px/15px 'BungeeInlineRegular';
}
.menu-bottom {
    position: absolute;
    bottom: 0px;
    right: 0;
    /*right: -7px;*/
    margin: 0 auto;
    width: 414px;
    max-width: 100%;
    height: 22px;
    /*text-align: center;*/
    z-index: 1;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#mainContainer.legacy-ui .menu-bottom {
    left: 0;
    width: 451px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}
.menu-bottom > .menu-item {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 5px;
    width: 77px;
    height: 24px;
    /*font: 14px/27px 'titilliumWebRegular';*/
    font: 12px/19px 'BungeeInlineRegular';
    /*color: black;*/
    /*background: lightblue;*/
    /*border: 1px solid black;*/
    background: url('../images/lab/prestige_button.png');
    /*font: 11px/12px 'BungeeInlineRegular';*/
    color: #ffffff;
    text-align: center;
}
.menu-bottom > .menu-item.achievements {
    width: 109px;
    background-size: 100% auto;
    position: relative;

}
.menu-bottom > .menu-item.achievements .klicaj{
}
.menu-bottom > .menu-item.active {
     color: #f7931e;
}
.menu-bottom > .menu-item:hover {
    /*filter: brightness(120%);*/
    cursor: pointer;
    color: #f7931e;
}
.menu-bottom .klicaj{
    position: absolute;
    top: 0px;
    width: 18px;
    height: 18px;
    background: url('../images/action_button.png');
}
.menu-bottom .klicaj.upgrades{
    /*left: 84px;*/
    left: 78px;
}
#mainContainer.legacy-ui .menu-bottom .klicaj.upgrades {
    left: 97px;
}
.menu-bottom .klicaj.unlocks{
    /*left: 192px;*/
    /*left: 178px;*/
    left: 172px;
}
#mainContainer.legacy-ui .menu-bottom .klicaj.unlocks {
    left: 192px;
}
.menu-bottom .klicaj.prestige{
    left: 268px;
}
#mainContainer.legacy-ui .menu-bottom .klicaj.prestige {
    left: 289px;
}
.sub-curtain{
    width: calc(100% + 20px);
    height: 100%;
    background: black;
    opacity: 0.6;
    position: fixed;
    top: 2px;
    left: -20px;
}
.sub-curtain.spec1{
    z-index: 2;
}
/* for several popups liek confirmation*/
.sub-curtain:not(:first-child){
    /*width: 420px;*/
    max-width: 100%;
    /*height: 450px;*/
    height: 500px;
    background: black;
    opacity: 0.8;
    /*position: fixed;*/
    position: absolute;
    /*top: 50px;*/
    top: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}
#mainContainer.legacy-ui .sub-curtain:not(:first-child){
    width: 420px;
    height: 450px;
    position: fixed;
    top: 50px;
}
#popup-attach-point {
    position:relative;
    max-width: 100%;
}
#mainContainer.legacy-ui #popup-attach-point {
    position: static;
    max-width: none;
}
#animations-attach-point {
    position:absolute;
    top: 50px;
    width: 100%;
    max-width: 450px;
}
#mainContainer.legacy-ui #animations-attach-point {
    max-width: none;
}
.compatibility-issues {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: calc(100% - 100px);
    margin: 0 auto;
    background: black;
    color: white;
    padding: 100px 10% 0 10%;
    font: 14px/18px 'MontserratSemiBold';

    text-align: center;
}
.popup-holder{
    /*position: fixed;*/
    /*margin: 0 auto;
    left: 0;
    right: 0;*/
    position: absolute;
    right: 0;
    z-index: 1;
    width: 400px;
    max-width: calc(100% - 20px);
    height: 430px;
    background: white;
    padding: 10px;
    /*border-radius: 5px;*/
    top: 50px;
}
#mainContainer.legacy-ui .popup-holder {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.loading-popup {
    position: absolute;
    right: 0;
    top: 50px;
    width: 400px;
    max-width: calc(100% - 20px);
    height: 430px;
    padding: 10px;

    background: rgba(0,0,0,0.9);
    color: white;
    text-align: center;
    z-index: 3;
}
#mainContainer.legacy-ui .loading-popup {
    width: 100%;
    height: 100%;
    padding: 0;
}
.loading-popup .close {
    position: absolute;
    right: 9px;
    top: 4px;
    border: none;
    font: 26px/27px 'BungeeInlineRegular';
}
.loading-popup .close:hover {
    cursor: pointer;
}

.loading-popup p {
    margin-top: 30%;
}
.popup-holder.transparent{
    /*background: rgba(255, 255, 255, 0.3);*/
    background: rgba(245, 234, 221, 0.3);
}

#mainContent.world-0 .popup-holder {
    /*background: #d5b791;*/
    background: #f5eadd;;
    /*box-shadow: 0 -6px 7px rgb(0, 0, 0);*/
    box-shadow: 0 -6px 7px rgb(0, 0, 0), inset 0px 7px 4px -5px;
}
#mainContent.world-1 .popup-holder {
    background: rgb(118, 196, 245);
    /*box-shadow: 0 -6px 7px rgb(0, 0, 0);*/
    box-shadow: 0 -6px 7px rgb(0, 0, 0), inset 0px 7px 4px -5px;
}
#mainContainer.legacy-ui .popup-holder{
    /*background: rgba(255, 255, 255, 1);*/
    background: rgba(245, 234, 221, 1);
}
#mainContainer.legacy-ui .popup-holder.transparent{
    /*background: rgba(255, 255, 255, 0.3);*/
    background: rgba(245, 234, 221, 0.3);
}
#mainContainer.legacy-ui #mainContent.world-1 .popup-holder {
    background: rgb(118, 196, 245);
}
#mainContainer.legacy-ui #mainContent.world-1 .popup-holder.transparent {
    background: rgba(118, 196, 245, 0.3);
}
.popup-holder.welcome{
    z-index: 2;
    top: 0px;
    height: 480px;
}
.popup-holder.welcome .note{
    font: 11px/18px 'MontserratSemiBold';
    margin-top: 25px;
    display: inline-block;
}
.popup-holder.miniGame{
    /*z-index: 2;*/
    font: 10px/10px 'BungeeInlineRegular';
    padding-left: 10px;
}
#mainContainer.legacy-ui .popup-holder.miniGame {
    padding-left: 7px;
}
.popup-holder.achievements{

}
.popup-holder.achievements .tabs-holder .tab{
    position: relative;
}
.popup-holder.achievements .tabs-holder .tab:nth-child(1){
    width: 139px !important;
    font: 12px/22px 'BungeeInlineRegular';
}
.popup-holder.achievements .tabs-holder .tab:nth-child(2){
    width: 117px !important;
    font: 12px/22px 'BungeeInlineRegular';
    margin-left: 11px;
}



.popup-header.training .get-more-shards{
    background: black;
    display: inline-block;
    color: white;
    font: 12px/16px 'BungeeInlineRegular';
    margin-left: 66px;
    vertical-align: top;
    height: 16px;
}
.popup-header.training .get-more-shards:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-header.training .get-more-shards .shards-icon{
    display: inline-block;
    background: url('../images/shard_icon_trigger-min.png');
    width: 7px;
    height: 13px;
    position: relative;
    top: 1px;
    background-size: auto 100%;
    margin-left: 7px;
    margin-right: 7px;
}
.popup-holder.training{

}
.popup-header.training .question_mark {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('../images/question_box.png');
    transform: scale(0.8);
}
.popup-header.training .question_mark:hover {
    cursor: pointer;
}
.popup-holder.training .tabs-holder .tab{
    position: relative;
}
.popup-holder.training .tabs-holder .tab:nth-child(1){
    width: 139px !important;
    font: 12px/22px 'BungeeInlineRegular';
}
.popup-holder.training .tabs-holder .tab:nth-child(2){
    width: 117px !important;
    font: 12px/22px 'BungeeInlineRegular';
    margin-left: 11px;
}
.popup-holder.training .lock-icon{
    position: absolute;
    top: 69px;
    left: 356px;
    width: 47px;
    height: 66px;
    background: url('../images/lock_max_size.png');
    background-size: 100% 100%;
}
.popup-holder.training .completed-icon {
    width: 17px;
    height: 17px;
    background: url('../images/lab/collected_button.png');
    position: absolute;
    background-size: 100% 100%;
}
.popup-holder.training .items-locked{
    position: absolute;
    left: 96px;
    top: 115px;
    width: 244px;
}
.popup-holder.training .items-locked .item .subtext{
    font: 11px/15px 'titilliumWebRegular';
}
.popup-holder.training .items-locked .completed-icon{
    display: inline-block;
    top: 0px;
    margin-left: 3px;
}
.popup-holder.training .items-locked .item.second .completed-icon{
    top: 16px;
}
.popup-holder.training .locked-image{
    width: 409px;
    height: 232px;
    background: url('../images/training_unlock_screen.png');
    margin-top: 99px;
    margin-left: -5px;
}
.popup-holder.training .tabs-holder .stats-subsection .gain-info .unit-name{
    display: inline-block;
}
.popup-holder.training .tabs-holder .stats-subsection .gain-info .value{
    display: inline-block;
}
.popup-holder.training .content-holder{
    margin-top: 9px;
    display: none;
}
.popup-holder.training .content-holder.active{
    display: block;
}
.popup-holder.training .content-holder.practice{
    /*font: 9px/12px 'BungeeInlineRegular';*/
    font: 14px/16px 'titilliumWebBold';
}
.popup-holder.training .content-holder.practice .scroller{
    height: 331px;
}
.popup-holder.training .content-holder.practice > .title{
    /*font: 9px/16px 'BungeeInlineRegular';*/
    /*border-bottom: 1px solid #23b7bb;*/
    font: 12px/12px 'titilliumWebBold';
}
.popup-holder.training .content-holder.practice > .title.locked{
    padding-bottom: 2px;
    border-bottom: 1px solid #23b7bb;
}
.popup-holder.training .content-holder.practice .selection-subholder{
    font: 8px/10px 'BungeeInlineRegular';
    border-top: 1px solid #23b7bb;
    padding-top: 6px;
    margin-top: 3px;
}
.popup-holder.training .content-holder.practice .selection-subholder .section{
    display: inline-block;
    margin-left: 11px;
    vertical-align: top;
}
.popup-holder.training .content-holder.practice .selection-subholder .section:nth-child(1){
    margin-left: 0px;
}
.popup-holder.training .content-holder.practice .selection-subholder .section .title{
    margin-bottom: 6px;
    /*font: 10px/10px 'BungeeInlineRegular';*/
    font: 12px/10px 'titilliumWebBold';
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown-holder{
    position: relative;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown{
    border: 1px solid black;
    width: 130px;
    padding: 0px 5px;
    font: 9px/13px 'BungeeInlineRegular';
    padding-right: 0px;
    background: white;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown:hover{
    cursor: pointer;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown-content{
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 5px;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown-content .option{
    background: white;
    padding: 2px 14px;
    /*font: 9px/13px 'BungeeInlineRegular';*/
    font: 11px/13px 'titilliumWebSemiBold';
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown-content .option:hover{
    /*background: green;*/
    background: #23b7bb;
    cursor: pointer;
}
.popup-holder.training .content-holder.practice .selection-subholder .section.attribute .dropdown{
    width: 88px;
}
.popup-holder.training .content-holder.practice .selection-subholder .section.level .dropdown{
    width: 88px;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown > div{
    display: inline-block;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown .left{
    width: 100px;
    /*text-align: center;*/
    /*font: 9px/18px 'BungeeInlineRegular';*/
    /*font: 9px/18px 'MontserratSemiBold';*/
    font: 12px/19px 'titilliumWebSemiBold';
}
.popup-holder.training .content-holder.practice .selection-subholder .section.attribute .dropdown .left,
.popup-holder.training .content-holder.practice .selection-subholder .section.level .dropdown .left{
    width: 58px;
    text-transform: capitalize;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown .right{
    background: black;
    width: 30px;
    height: 20px;
    vertical-align: top;
    text-align: center;
    color: white;
    position: relative;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown .right .white-arrow-down{
    width: 10px;
    height: 8px;
    background: url('../images/arrow_white_down.png');
    position: absolute;
    top: 6px;
    left: 10px;
}
.popup-holder.training .content-holder.practice .selection-subholder .dropdown-content .first{
    width: 130px;
}
.popup-holder.training .content-holder.practice .stats-subholder{
    margin-top: 20px;
    width: 50%;
    /*font: 10px/13px 'MontserratSemiBold';*/
    font: 11px/13px 'titilliumWebSemiBold';
    display: inline-block;
    vertical-align: top;
}
.popup-holder.training .content-holder.practice .stats-subholder .boost-text{
    text-transform: capitalize;
}
.popup-holder.training .content-holder.practice .stats-subholder .subtitle {
    /*font: 10px/10px 'BungeeColorRegular';*/
    /*font: 12px/10px 'titilliumWebBold';*/
    font: 12px/10px 'BungeeColorRegular';
    margin-bottom: 6px;
}
.popup-holder.training .content-holder.practice .send-to-train-subholder{
    margin-top: 20px;
    width: 50%;
    /*font: 9px/13px 'MontserratSemiBold';*/
    font: 11px/14px 'titilliumWebSemiBold';
    display: inline-block;
    vertical-align: top;
}
.popup-holder.training .content-holder.practice .send-to-train-subholder .subtitle{
    font: 12px/10px 'BungeeColorRegular';
    margin-bottom: 6px;
}
.popup-holder.training .content-holder.practice .send-to-train-subholder .send-to-train{
    padding: 2px 3px;
    background: black;
    color: white;
    text-align: center;
    width: 100px;
    margin-top: 6px;
}
.popup-holder.training .content-holder.practice .send-to-train-subholder .send-to-train:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.training .content-holder.practice .send-to-train-subholder .send-to-train:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.training .content-holder.practice .practice-field-holder {
    font: 8px/10px 'BungeeColorRegular';
    margin-top: 4px;
    position: relative;
    border-top: 1px solid #23b7bb;
    padding-top: 4px;
}
.popup-holder.training .content-holder.practice .practice-field-holder > .title{
    /*font: 13px/20px 'MontserratSemiBold';*/
    font: 15px/20px 'titilliumWebBold';
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-header > .title{
    font: 13px/20px 'MontserratSemiBold';
    padding-left: 7px;
    border-bottom: 1px solid black;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-header > .title > .unit-name{
    font: 14px/14px 'titilliumWebBold';
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-header > .title .current-info{
    /*font: 11px/20px 'MontserratSemiBold';*/
    font: 12px/18px 'titilliumWebSemiBold';
    font-style: italic;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-header > .title .current-info .attribute-name{
    text-transform: capitalize;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-header > .remove{
    font: 11px/20px 'MontserratSemiBold';
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-status{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #f7931e;
    /*font: 11px/14px 'BungeeColorRegular';*/
    font: 13px/14px 'titilliumWebBold';
}
.popup-holder.training .content-holder.practice .practice-field-holder .time-to-complete{
    margin-top: -2px;
    margin-bottom: 8px;
    font: 11px/11px 'MontserratSemiBold';
}
.popup-holder.training .content-holder.practice .practice-field-holder .time-to-complete > span{
    font: 13px/11px 'titilliumWebBold';
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry{
    border: 1px solid black;
    position: relative;
    margin-bottom: 10px;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-header{
    background: white;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-header .title{

}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-header .remove{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 3px;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-header .remove:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-info{
    font: 10px/13px 'MontserratSemiBold';
    padding-top: 3px;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-info .left{
    display: inline-block;
    padding-left: 7px;
    width: 170px;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-info .left .subtitle{
    /*font: 10px/13px 'MontserratSemiBold';*/
    font: 12px/13px 'titilliumWebBold';
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-info .left .waiting-to-start{
    margin-top: 2px;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-info .right{
    display: inline-block;
    padding-left: 7px;
    width: 190px;
    vertical-align: top;
    padding-bottom: 5px;
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-info .right .subtitle{
    /*font: 10px/13px 'MontserratSemiBold';*/
    /*font: 13px/11px 'titilliumWebBold';*/
}
.popup-holder.training .content-holder.practice .practice-field-holder .practice-entry .practice-info .right .subtitle .sub-subtitle{
    font: 13px/11px 'titilliumWebBold';
}
.popup-holder.training .content-holder.pr-squad{
    font: 10px/11px 'MontserratSemiBold';
}
.popup-holder.training .content-holder.pr-squad .scroller{
    height: 289px;
}
.popup-holder.training .content-holder.pr-squad > .title{
    /*font: 9px/17px 'BungeeInlineRegular';*/
    font: 12px/17px 'titilliumWebBold';
    display: inline-block;
}
.popup-holder.training .content-holder.pr-squad > .current-boost{
    font: 9px/13px 'BungeeInlineRegular';
    display: inline-block;
    border: 1px solid black;
    margin-left: 36px;
    height: 14px;
}
.popup-holder.training .content-holder.pr-squad > .current-boost .text{
    display: inline-block;
    background: white;
    padding: 0 10px;
}
.popup-holder.training .content-holder.pr-squad > .current-boost .value{
    display: inline-block;
    background: black;
    color: white;
    padding: 0 7px;
    position: relative;
    top: -1px;
    height: 15px;
    font: 10px/14px 'BungeeInlineRegular';
}
.popup-holder.training .content-holder.pr-squad .entry{
    font: 10px/14px 'BungeeColorRegular';
}
.popup-holder.training .content-holder.pr-squad .entry > div{
    display: inline-block;
}
.popup-holder.training .content-holder.pr-squad .entry > .squad-unit-info{
    width: 191px;
    font: 10px/11px 'MontserratSemiBold';
    vertical-align: top;
}
.popup-holder.training .content-holder.pr-squad .entry > .squad-unit-info .title{
    font: 13px/12px 'BungeeColorRegular';
    padding-bottom: 2px;
}
.popup-holder.training .content-holder.pr-squad .entry > .squad-unit-info .unit-desc{
    font: 11px/10px 'titilliumWebSemiBold';
}
.popup-holder.training .content-holder.pr-squad .entry > .squad-unit-info .effect{
    margin-top: 2px;
}
.popup-holder.training .content-holder.pr-squad .entry > .squad-unit-info .arrow-icon{
    width: 7px;
    height: 10px;
    background: url('../images/green_arrow_down.png');
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
}
.popup-holder.training .content-holder.pr-squad .entry > .squad-unit-info .unit-effect-text{
    display: inline-block;
    width: calc(100% - 10px);
    /*font: 10px/11px 'BungeeColorRegular';*/
    font: 11px/12px 'titilliumWebBold';
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder{
    width: 100px;
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 5px;
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .effect-text{
    /*font: 10px/10px 'BungeeColorRegular';*/
    font: 13px/8px 'titilliumWebBold';
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .effect-text .value{
    /*font: 10px/10px 'MontserratSemiBold';*/
    font: 12px/10px 'titilliumWebSemiBold';
    margin-left: 3px;
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .cost .value{
    font: 12px/7px 'titilliumWebSemiBold';
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .value{
    font: 10px/7px 'BungeeColorRegular';
    vertical-align: top;
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .cost{
    /*height: 13px;*/
    height: 11px;
    padding-top: 4px;
    font: 10px/10px 'BungeeColorRegular';
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .cost-text{
    vertical-align: top;
    font: 13px/7px 'titilliumWebBold';
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .hire{
    width: 107px;
    text-align: center;
    color: white;
    background: black;
    margin-top: 3px;
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .hire:not(.completed):hover{
    cursor: pointer;
    color: #f7931e;;
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .hire.completed{
    border: 1px solid red;
    border-top: 2px solid red;
    color: red;
    background: none;
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .icon.shards{
    display: inline-block;
    background: url('../images/shard_icon_trigger-min.png');
    width: 7px;
    height: 13px;
    position: relative;
    top: -2px;
    background-size: auto 100%;
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .arrow-icon{
    width: 7px;
    height: 10px;
    background: url('../images/green_arrow_down.png');
}
.popup-holder.training .content-holder.pr-squad .entry > .status-holder .unit-effect-text{
    font-weight: bold;
    font-size: 9px;
}
.popup-holder.training .content-holder.pr-squad .entry .icon-holder{
    width: 81px;
    position: relative;
}
.popup-holder.training .content-holder.pr-squad .entry .icon-holder .icon{
    width: 61px;
    height: 58px;
    background: url('../images/pr_squad_sprite.png');
    background-size: auto 100%;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(1) .icon-holder .icon{
    width: 60px;
    background-position: 0px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(2) .icon-holder .icon{
    background-position: 550px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(3) .icon-holder .icon{
    background-position: 490px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(4) .icon-holder .icon{
    background-position: 429px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(5) .icon-holder .icon{
    background-position: 366px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(6) .icon-holder .icon{
    background-position: 305px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(7) .icon-holder .icon{
    background-position: 243px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(8) .icon-holder .icon{
    background-position: -429px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(9) .icon-holder .icon{
    background-position: -491px;
}
.popup-holder.training .content-holder.pr-squad .entry:nth-child(10) .icon-holder .icon{
    width: 60px;
    background-position: -551px;
}
.popup-holder.training .content-holder.pr-squad .entry .icon-holder .completed-icon{
    color: #f7931e;
    width: 20px;
    height: 20px;
    background: url('../images/lab/collected_button.png');
    position: absolute;
    top: -4px;
    right: 17px;
}
.popup-holder.training .content-holder.pr-squad .entry > .effect{
    margin-top: 4px;
}
.popup-holder.training .content-holder.pr-squad .entry > .effect .arrow-icon{
    width: 7px;
    height: 10px;
    background: url('../images/green_arrow_down.png');
    display: inline-block;
    vertical-align: top;
}
.popup-holder.training .content-holder.pr-squad .entry > .effect.unit-effect-text{
    display: inline-block;
    width: 175px;
}
.popup-holder.training .content-holder.pr-squad .post-text{
    margin-top: 15px;
    font: 10px/11px 'MontserratSemiBold';
}
.popup-holder.miniGame .top-holder{
    font: 12px/14px 'BungeeColorRegular';
    /*margin-top: 7px;
    padding-bottom: 4px;*/
    margin-bottom: 3px;
}
.popup-holder.miniGame .top-holder > div{
    display: inline-block;
    /*width: calc(50% - 5px);*/
}
.popup-holder.miniGame .top-holder > .left-holder{
    /*width: calc(50% - -15px);*/
    /*width: calc(50% - -389px);*/
}
.popup-holder.miniGame .top-holder > .right-holder{
    text-align: right;
    width: 46%;
}
.popup-holder.miniGame .middle-holder{
    margin-top: -3px;
    font: 10px/12px 'BungeeInlineRegular';
    position: relative;
}
.popup-holder.miniGame .middle-holder .icon{
    width: 22px;
    height: 22px;
    background: url('../images/unlocks_icons_sprite_new4.png');
    background-size: auto 100%;
    vertical-align: top;
}
.popup-holder.miniGame .middle-holder .icon.small{
    /*background-size: 100% 100%;*/
    transform: scale(0.7) !important;
    /*margin-top: -4px;*/
    margin-top: -6px;
}
.popup-holder.miniGame .middle-holder .entry .text{

}
.popup-holder.miniGame .middle-holder .entry .value{
    color: #23b7bb;
}
.popup-holder.miniGame .middle-holder .entry .data:not(.spec) .value{
    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}
.popup-holder.miniGame .middle-holder .entry .data.spec > *{
    display: inline-block;
    color: black;
}
.popup-holder.miniGame .middle-holder .entry .data.spec .text{
    margin-left: -7px;
}
.popup-holder.miniGame .middle-holder .entry .arrow-right-icon{
    width: 59px;
    height: 7px;
    background: url('../images/unlocks_arrow_right.png');
    position: relative;
    top: -4px;
}
.popup-holder.miniGame .middle-holder > .entry{
    display: inline-block;
    /*width: 100px;*/
    width: 93px;
    padding-bottom: 2px;
}
.popup-holder.miniGame .middle-holder > .entry:nth-child(3),
.popup-holder.miniGame .middle-holder > .entry:nth-child(7){
    width: 120px;
}
.popup-holder.miniGame .middle-holder .arrow-small{
    background: url('../images/arrow_green_unlocks.png');
    width: 13px;
    height: 10px;
    /*display: inline-block;*/
    /*position: absolute;*/
    /*left: 100px;*/
}
/*.popup-holder.miniGame .middle-holder > .arrow-small.upper{*/
    /*top: 10px;*/
/*}*/
/*.popup-holder.miniGame .middle-holder > .arrow-small.small{*/
    /*top: 20px;*/
/*}*/
.popup-holder.miniGame .middle-holder  .arrow-small.left{
    margin-right: 5px;
}
.popup-holder.miniGame .middle-holder  .arrow-small.right{
    margin-left: 3px;
}
.popup-holder.miniGame .middle-holder > .vertical-line{
    position: absolute;
    /*background: url('../images/blue_line_unlocks_vertical.png');*/
    background: url('../images/blue_line_vertical_unlocks.png');
    width: 1px;
    height: 61px;
    left: 111px;
    top: -3px;
}
.popup-holder.miniGame .middle-holder .break-line-horizontal{
    position: absolute;
    /*background: url('../images/blue_line_unlocks_horizontal.png');*/
    background: url('../images/blue_line_horizontal_unlocks.png');
    /*width: 276px;*/
    width: 286px;
    height: 1px;
    left: 113px;
    top: 26px;
}
.popup-holder.miniGame .middle-holder .entry .icon{
margin-right: 2px;
}
.popup-holder.miniGame .middle-holder > .entry > *{
    display: inline-block;
}
.popup-holder.miniGame .middle-holder > .entry > *{
    display: inline-block;
}
.popup-holder.miniGame .horizontal-line{
    margin-top: -2px;
}
.popup-holder.miniGame .main-holder{
    /*height: 273px*/;
    height: 296px;
    overflow: hidden;
    padding-right: 0;
    width: 100%;
    left: 0;
}
.popup-holder.miniGame .main-holder > *{
    display: inline-block;
    width: calc(50% + 3px);
}
.popup-holder.miniGame .main-holder .actions-holder {
    margin-top: 5px;
}
.popup-holder.miniGame .main-holder .generators-holder,
.popup-holder.miniGame .main-holder > .actions-holder {
    width: calc(50% - 4px);
}
.popup-holder.miniGame .main-holder .generators-holder .entry,
.popup-holder.miniGame .main-holder .actions-holder .entry {
    padding: 3px;
    margin-bottom: 2px;
    position: relative;
    padding-top: 2px;
}
.popup-holder.miniGame .main-holder .actions-holder .entry[data-type=reveal_new_area] {
    margin-top: 16px;
}
.popup-holder.miniGame .main-holder .generators-holder .entry .state,
.popup-holder.miniGame .main-holder .actions-holder .entry .state{
    text-align: center;
    margin-top: -11px;
    background: black;
    /*width: 42px;*/
    float: right;
    padding: 1px;
    margin-right: 14px;
    color: white;
}
.popup-holder.miniGame .main-holder .generators-holder .entry .state{
    width: 42px;
}
.popup-holder.miniGame .main-holder .generators-holder .entry .state.small,
.popup-holder.miniGame .main-holder .actions-holder .entry .state.small{
    margin-right: 39px;
}
.popup-holder.miniGame .main-holder .actions-holder .entry .state{
    margin-right: 0px;
}
.popup-holder.miniGame .main-holder .generators-holder .entry .state:hover,
.popup-holder.miniGame .main-holder .actions-holder .entry .state:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.miniGame .main-holder .generators-holder .entry .state.started,
.popup-holder.miniGame .main-holder .actions-holder .entry .state.started{
    color: #f7931e;
}
.popup-holder.miniGame .main-holder .generators-holder .entry .state.started:hover,
.popup-holder.miniGame .main-holder .actions-holder .entry .state.started:hover{
    color: white;
}
.popup-holder.miniGame .main-holder .generators-holder .entry .state.stopped,
.popup-holder.miniGame .main-holder .actions-holder .entry .state.stopped{
    color: white;
}
.popup-holder.miniGame .main-holder .generators-holder .entry .state.stopped:hover,
.popup-holder.miniGame .main-holder .actions-holder .entry .state.stopped:hover{
    color: #f7931e;
}
.popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder .data > *,
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .data > * {
    display: inline-block;
}
.popup-holder.miniGame .main-holder .generators-holder .bar-holder,
.popup-holder.miniGame .main-holder .actions-holder .bar-holder{
    left: 0px;
    width: 176px;
}
.popup-holder.miniGame .main-holder .generators-holder .bar-holder.small,
.popup-holder.miniGame .main-holder .actions-holder .bar-holder.small{
    width: 151px;
}
.popup-holder.miniGame .main-holder .generators-holder .bar-holder.big,
.popup-holder.miniGame .main-holder .actions-holder .bar-holder.big{
    width: 197px;
    height: 14px;
}
.popup-holder.miniGame .main-holder .generators-holder .bar-holder .percentage-display,
.popup-holder.miniGame .main-holder .actions-holder .bar-holder .percentage-display{
    text-align: center;
    position: relative;
    top: -8px;
    color: white;
}
.popup-holder.miniGame .main-holder .actions-holder .bar-holder .percentage-display{
    color: black;
}
.popup-holder.miniGame .main-holder .generators-holder .progress-bar,
.popup-holder.miniGame .main-holder .actions-holder .progress-bar {
    transition: none;
    transform-origin: 0 0;
    transform: scaleX(0);
    border-right: 6px solid white;

    background: rgba(1,1,1,0.2);
}
.popup-holder.miniGame .main-holder .generators-holder .progress-bar.small,
.popup-holder.miniGame .main-holder .actions-holder .progress-bar.small{
    position: relative;
    width: 147px;
    height: 8px;
    /*background: #23b7bb;
    /*background: rgba(35, 183, 187, 0.3);*/
    left: 2px;
    top: 2px;
}
.popup-holder.miniGame .main-holder .generators-holder .bar-holder .bar-filler.small,
.popup-holder.miniGame .main-holder .actions-holder .bar-holder .bar-filler.small {
    position: absolute;
    width: 147px;
    height: 8px;
    background: #23b7bb;
    /*background: rgba(35, 183, 187, 0.5);*/
    left: 2px;
    top: 2px;
}
.popup-holder.miniGame .main-holder .generators-holder .progress-bar,
.popup-holder.miniGame .main-holder .actions-holder .progress-bar{
    position: relative;
    width: 172px;
    height: 8px;
    /*background: #23b7bb;
    /*background: #28e077;*/
    /*background: rgba(35, 183, 187, 0.3);*/
    /*background: red;*/
    left: 2px;
    top: 2px;
    /*border-right: 4px solid white !important;*/
}
.popup-holder.miniGame .main-holder .generators-holder .bar-filler,
.popup-holder.miniGame .main-holder .actions-holder .bar-filler{
    position: absolute;
    width: 172px;
    height: 8px;
    background: #23b7bb;
    /*background: rgba(35, 183, 187, 0.5);*/
    left: 2px;
    top: 2px;
    color: #ffffff;
    font: 9px/7px 'MontserratSemiBold';
    text-align: center;
}
.popup-holder.miniGame .main-holder .actions-holder .bar-filler.reveal-a-secret {
    background: #28e077;
}
.popup-holder.miniGame .main-holder .actions-holder .bar-filler.unlocks {
    background: #f7931e;
}
.popup-holder.miniGame .main-holder .generators-holder .bar-filler.big,
.popup-holder.miniGame .main-holder .actions-holder .bar-filler.big{
    position: absolute;
    width: 193px;
    height: 10px;
    /*background: #23b7bb;
    background: rgba(35, 183, 187, 0.5);
    background: #28e077;
    background: rgba(35, 183, 187, 0.5);*/
    left: 2px;
    top: 2px;
    font: 9px/9px 'MontserratSemiBold';
}
.popup-holder.miniGame .main-holder .generators-holder .bar-filler.big.unlocks,
.popup-holder.miniGame .main-holder .actions-holder .bar-filler.big.unlocks{
    /*background: rgba(0, 128, 0, 0.85);
    background: #f7931e;
    background: rgba(35, 183, 187, 0.5);*/
}
.popup-holder.miniGame .main-holder .generators-holder .progress-bar.resourcesNeeded,
.popup-holder.miniGame .main-holder .actions-holder .progress-bar.resourcesNeeded,
.popup-holder.miniGame .main-holder .generators-holder .bar-filler.resourcesNeeded,
.popup-holder.miniGame .main-holder .actions-holder .bar-filler.resourcesNeeded{
    background: yellow;
    background: red;
}
.popup-holder.miniGame .main-holder .bar-holder{
    background: black !important;
}
.popup-holder.miniGame .main-holder  .progress-bar:before {
    border-right: 2px solid white !important;
}
.popup-holder.miniGame .main-holder  .progress-bar:after {
    background: none;
    /*border-right: 2px solid white !important;*/
    border-radius: 0px;
    transition: none;
}
.popup-holder.miniGame .main-holder .generators-holder .progress-bar.big,
.popup-holder.miniGame .main-holder .actions-holder .progress-bar.big{
    width: 193px;
    height: 10px;
}
.popup-holder.miniGame .main-holder .generators-holder .progress-bar.big.unlocks,
.popup-holder.miniGame .main-holder .actions-holder .progress-bar.big.unlocks{
    /*background: yellow;
    background: #f7931e;*/
}
.popup-holder.miniGame .main-holder .generators-holder .progress-bar.big.reveal-a-secret,
.popup-holder.miniGame .main-holder .actions-holder .progress-bar.big.reveal-a-secret{
    /*background: #28e077;*/
}
.popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder .data,
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .data{
    margin-bottom: -3px;
}
.popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder .data[data-type=catch_rate] {
    position: absolute;
    top: 12px;
    right: 10px;
    font: 9px/10px 'MontserratSemiBold';
}
.popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder .data[data-type=catch_rate] .value {
    margin-top: -2px;
}
.popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder .data > *,
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .data > *{
    vertical-align: middle;
}
.popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder /*.data*/ .icon,
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder /*.data*/ .icon {
    width: 20px;
    height: 19px;
    background: url('../images/unlocks_icons_sprite_new4.png');
    background-size: auto 100%;
    vertical-align: middle;
    transform: scale(0.7);
}
.entry .icon.popularity{
    background-position-x: 0px !important;
}
.data .icon.popularity{
    background-position-x: -1px !important;
}
.entry .icon.aliens{
    background-position-x: -28px !important;
    width: 25px !important;
    height: 25px !important;
}
.data .icon.aliens{
    background-position-x: -25px !important;
    height: 22px !important;
    width: 22px !important;
}
.entry .icon.cash{
    /*background-position-x: -40px !important;*/
    /*background-position-x: -38px !important;*/
    background-position-x: -45px !important;
}
.data .icon.cash{
    background-position-x: -39px !important;
}
.entry .icon.hackers{
    /*background-position-x: -61px !important;*/
    /*background-position-x: -56px !important;*/
    background-position-x: -68px !important;
}
.data .icon.hackers{
    background-position-x: -58px !important;
}
.entry .icon.alien_tech{
    /*background-position-x: -81px !important;*/
    /*background-position-x: -74px !important;*/
    background-position-x: -88px !important;
}
.data .icon.alien_tech{
    background-position-x: -76px !important;
}
.data.spec .icon.alien_tech{
    background-position-x: -89px !important;
}
.entry .icon.documents{
    /*background-position-x: -101px !important;*/
    /*background-position-x: -94px !important;*/
    background-position-x: -110px !important;
}
.data .icon.documents{
    background-position-x: -96px !important;
}
.data.spec .icon.documents{
    background-position-x: -112px !important;
}
 .popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder .data .icon.catch_rate,
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .data .icon.catch_rate{
    width: 19px;
    height: 19px;
    background: url('../images/question_box.png');
}
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder {
    position: relative;
    pointer-events: none;
}
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .keys-collected {
    position: absolute;
    top: 2px;
    right: -1px;
    right: 0px;
    font: 9px/10px 'MontserratSemiBold';
}
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .keys-collected .keys {
    margin-top: -1px;
    margin-right: -6px;
}
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .keys-collected > div {
    display: inline-block;
    /*vertical-align: middle;*/
}
.popup-holder.miniGame .question_mark{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('../images/question_box.png');
    transform: scale(0.8);
}
.popup-holder.miniGame .question_mark:hover{
    cursor: pointer;
}
.popup-holder.miniGame .main-holder .locked-overlay .question_mark{
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('../images/question_box.png');
    right: 2px;
    bottom: 2px;
    transform: scale(0.8);
}
.popup-holder.miniGame .main-holder .question_mark{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('../images/question_box.png');
    transform: scale(0.8);
}
.popup-holder.miniGame .main-holder .locked-overlay .question_mark:hover,
.popup-holder.miniGame .main-holder .question_mark:hover{
    cursor: pointer;
    transform: brightness(130%);
}
.popup-holder.miniGame .main-holder .gain-entries-holder /*.data*/ .icon.keys, .popup-holder.miniGame .main-holder .gain-entries-holder .entry .icon.keys{
    /*width: 9px;*/
    /*height: 16px;*/
    width: 22px;
    height: 18px;
    background: url('../images/key_icon.png') no-repeat;
    /*background-size: auto;*/
    background-size: 100% 100%;
    background-position-x: -3px;
}
.popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder .data .arrow.down,
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .data .arrow.down {
    width: 7px;
    height: 10px;
    background: url('../images/unlocks_arrow_down.png');
    margin-left: 3px;
}
.popup-holder.miniGame .main-holder .generators-holder .gain-entries-holder .data .arrow.up,
.popup-holder.miniGame .main-holder .actions-holder .gain-entries-holder .data .arrow.up {
    width: 7px;
    height: 10px;
    background: url('../images/unlocks_arrow_up.png');
    margin-left: 4px;
}
.popup-holder.miniGame .main-holder .generators-holder .overlay-header,
.popup-holder.miniGame .main-holder .actions-holder .overlay-header{
    color: white;
    text-align: center;
    position: absolute;
    top: 0px;
    width: 95%;
    height: 12px;
    background: black;
}
.popup-holder.miniGame .main-holder .generators-holder .overlay-header.big,
.popup-holder.miniGame .main-holder .actions-holder .overlay-header.big{
   width: 197px;
}
.popup-holder.miniGame .main-holder .generators-holder .overlay-header .mission-info,
.popup-holder.miniGame .main-holder .actions-holder .overlay-header .mission-info{
    color: white;
    display: inline-block;
    font: 10px/13px 'BungeeInlineRegular';
}
.popup-holder.miniGame .main-holder .generators-holder .overlay-header .lock-icon,
.popup-holder.miniGame .main-holder .actions-holder .overlay-header .lock-icon{
    width: 13px;
    height: 16px;
    background: url('../images/lock_max_size.png');
    position: absolute;
    right: 45px;
    background-size: 100% 100%;
    z-index: 4;
    top: 3px;
}
.popup-holder.miniGame .main-holder .generators-holder .locked-overlay,
.popup-holder.miniGame .main-holder .actions-holder .locked-overlay{
    position: absolute;
    top: 12px;
    width: 186px;
    height: calc(100% - 28px);
    z-index: 3;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    background: linear-gradient(to right, black, #23b7bb 15%, white 100%);
}
.popup-holder.miniGame .main-holder .generators-holder .locked-overlay.big,
.popup-holder.miniGame .main-holder .actions-holder .locked-overlay.big{
    width: 197px;
}
.popup-holder.miniGame .main-holder .right-holder{
    vertical-align: top;
}
.popup-holder.miniGame .main-holder .right-holder .billboard{
    width: 198px;
    height: 144px;
    text-align: left;
    background: linear-gradient(to right, #ffffff, #999999);
    border: 1px solid black;
    margin-bottom: 4px;
    margin-left: 2px;
    font: 11px/14px 'MontserratSemiBold';
}
.popup-holder.miniGame .main-holder .right-holder .billboard .locked{
    color: #f7931e;
    text-align: center;
    margin-top: 25px;
}
.popup-holder.miniGame .main-holder .right-holder .billboard .item{
    padding-bottom: 5px;
}
.popup-holder.miniGame .main-holder .right-holder .billboard .item.fixed{
    margin-bottom: 6px;
    color: #f7931e;
}
.popup-holder.miniGame .main-holder .right-holder .billboard .item.fixed.hidden{
    display: none;
}
.popup-holder.miniGame .main-holder .right-holder .billboardEntries {
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 0;
}
.popup-holder.welcome .welcome-header{
    margin-top: 26px;
    font: 17px/17px 'BungeeInlineRegular';
    color: #23b7bb;
    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}
.popup-holder.welcome .text{
    margin-top: 20px;
    /*font: 12px/19px 'BungeeInlineRegular';*/
    font: 12px/18px 'MontserratSemiBold';
}
.popup-holder.welcome .alien-icon{
    margin: 0 auto;
    margin-top: 15px;
    width: 111px;
    height: 97px;
    background: url('../images/alien_on_welcome_screen.png');
}
.popup-holder.welcome .play-button{
    margin: 0 auto;
    font: 15px/24px 'BungeeInlineRegular';
    width: 88px;
    height: 25px;
    background: url('../images/upgrades_button_empty.png');
    color: white;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 25px;
}
.popup-holder.welcome .play-button:hover{
    color: #f7931e;
    cursor: pointer;
}
.popup-holder.localStorage,
.popup-holder.corruptedState,
.popup-holder.loadIssue,
.popup-holder.suggestLoadOnline {
    z-index: 2;
    top: 0;
    height: auto;
}
.popup-holder.suggestLoadOnline {
    height: 480px;
}
.popup-holder.loadIssue {
    z-index: 4;
}
.popup-holder.localStorage h2,
.popup-holder.loadIssue h2,
.popup-holder.corruptedState h2,
.popup-holder.suggestLoadOnline h2 {
    font: 14px/16px 'BungeeInlineRegular';
}
.popup-holder.localStorage .text,
.popup-holder.loadIssue .text,
.popup-holder.corruptedState .text,
.popup-holder.suggestLoadOnline .text {
    /*font: 12px/19px 'BungeeInlineRegular';*/
    font: 12px/15px 'MontserratSemiBold';
}
.popup-holder.corruptedState .button:not(.close),
.popup-holder.loadIssue .button:not(.close),
.popup-holder.suggestLoadOnline .button:not(.close) {
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    background: url('../images/button_empty_green.png');
    font: 11px/14px 'BungeeInlineRegular';
    background-size: 100% 100%;
    border: none;
}
.popup-holder.corruptedState .button.ignore,
.popup-holder.loadIssue .button.ignore,
.popup-holder.suggestLoadOnline .button.ignore {
    background: url('../images/button_empty_red.png');
    background-size: 100% 100%;
}
.popup-holder:not(.miniGame) .tabs-holder{
    margin-top: 3px;
}
.popup-holder .tabs-holder > div{
    display: inline-block;
    margin-left: 8px;
    color: white;
    background: url('../images/upgrades_button_empty.png');
    text-align: center;
    line-height: 24px;
    background-size: 100% 100%;
    padding: 0px 9px;
    width: 100px;
    height: 24px;
}
.popup-holder:not(.miniGame) .tabs-holder > div:nth-child(2){
    padding-left: 6px;
    width: 77px !important;
}
.popup-holder.upgrades .tabs-holder > div{
    margin-left: 10px;
    width: 74px;
    font: 12px/22px 'BungeeInlineRegular';
}
.popup-holder .tabs-holder > div:nth-of-type(1){
    margin-left: -1px; !important;
}
.popup-holder .tabs-holder > div:hover, .popup-holder .tabs-holder > div.active{
    cursor: pointer;
    color: #f7931e;
}
.popup-header .header-names{
    margin-top: 11px;
}
.popup-holder > .header-names > *{
    display: inline-block;
}
.popup-holder > .popup-header{
    padding-bottom: 7px;
    font: 16px/16px 'BungeeInlineRegular';
    /*border-bottom: 1px solid black;*/
}
.popup-holder.miniGame > .popup-header .tabs-holder{
    display: inline-block;
    position: relative;
    top: -2px;
}
.popup-holder.miniGame > .popup-header .secrets,
.popup-holder.miniGame > .popup-header .weapon-city{
    display: inline-block;
    margin-left: 9px;
    color: white;
    background: url('../images/upgrades_button_empty.png');
    text-align: center;
    background-size: 100% 100%;
    padding: 0px 9px;
    width: 100px;
    height: 20px;
    font: 12px/21px 'BungeeInlineRegular';
    vertical-align: top;
    position: relative;
}
.popup-holder.miniGame > .popup-header .secrets:hover,
.popup-holder.miniGame > .popup-header .weapon-city:hover{
    color: #f7931e;
    cursor: pointer;
}
.popup-holder.miniGame > .popup-header .secrets.active,
.popup-holder.miniGame > .popup-header .weapon-city.active{
    color: #f7931e;
}
/*.popup-holder.miniGame .connections_background{*/
    /*background: url('../images/weapon_city_connections.png');*/
    /*width: 389px;*/
    /*height: 270px;*/
    /*position: absolute;*/
    /*top: 108px;*/
/*}*/
.popup-holder.miniGame .weapon-city-holder{
    position: absolute;
    top: 33px;
    width: 96%;
    height: 88%;
    z-index: 4;
    padding-top: 8px;
}
.popup-holder.miniGame .weapon-city-holder .icon {
    width: 20px;
    height: 19px;
    background: url('../images/unlocks_icons_sprite_new4.png');
    background-size: auto 100%;
    vertical-align: middle;
    transform: scale(0.7);
    display: inline-block;
}
.popup-holder.miniGame .weapon-city-holder .icon.cash{
    background-position-x: -38px !important;
    position: relative;
    top: -2px;
    left: -4px;
}
.popup-holder.miniGame .weapon-city-holder .icon.shard,
.popup-holder.miniGame .weapon-city-holder .icon.shards{
    background: url('../images/shard_icon_trigger-min.png');
    width: 11px;
    height: 18px;
    position: relative;
    top: -1px;
}
.popup-holder.miniGame .weapon-city-holder .subtitle{
    font: 13px/12px 'BungeeInlineRegular';
    margin-left: 10px;
}
.popup-holder.miniGame .weapon-city-holder .mission-text{
    margin-top: 4px;
    font: 11px/13px 'MontserratSemiBold';
    padding-bottom: 7px;
}
.popup-holder.miniGame .weapon-city-holder.weapons .mission-text{
    display: none;
}
.popup-holder.miniGame .weapon-city-holder.first .mission-text{
    margin-top: 12px;
    font: 11px/14px 'MontserratSemiBold';
}
.popup-holder.miniGame .weapon-city-holder .clip-header{
    background: url('../images/voting_support_button.png') no-repeat;
    width: 93px;
    height: 19px;
    color: white;
    text-align: center;
    font: 10px/19px 'BungeeInlineRegular';
    position: absolute;
    top: 144px;
    z-index: 1;
    left: 10px;
}
.popup-holder.miniGame .weapon-city-holder.third .clip-header{
    width: 105px;
    background-size: 100% auto;
}
.popup-holder.miniGame .weapon-city-holder .connections-background-holder{
    width: 389px;
    height: 230px;
    position: absolute;
    bottom: 32px;
}
.popup-holder.miniGame .weapon-city-holder .connections-background{
    background: url('../images/headman_main.png') no-repeat;
    width: 372px;
    height: 228px;
    position: absolute;
    bottom: -12px;
    background-size: 100% 100%;
    left: 13px;
}
.popup-holder.miniGame .weapon-city-holder .connections-background.blurred{
    opacity: 0.1;
}
.popup-holder.miniGame .weapon-city-holder .unlock-text{
    width: 86%;
    margin: 0 auto;
    margin-top: 27px;
    font: 11px/13px 'MontserratSemiBold';
}
.popup-holder.miniGame .weapon-city-holder .progress-widget{
    width: 191px;
    height: 30px;
    position: absolute;
    left: 101px;
    top: 145px;
    z-index: 1;
}
.popup-holder.miniGame .weapon-city-holder.third .progress-widget{
    left: 125px;
}
.popup-holder.miniGame .weapon-city-holder.second .progress-widget{
    left: 120px;
}
.popup-holder.miniGame .weapon-city-holder .progress-widget .progress-value{
    text-align: center;
    font: 11px/10px 'MontserratSemiBold';
}
.popup-holder.miniGame .weapon-city-holder .progress-widget .bar-holder{
    background: url('../images/voting_bar_bg.png');
    width: 191px;
    height: 16px;
    position: relative;
    left: 0px;
    top: 2px;
}
.popup-holder.miniGame .weapon-city-holder .progress-widget .progress-bar{
    position: relative;
    width: 185px;
    height: 11px;
    /*background: #23b7bb;*/
    background: black;
    left: 4px;
    top: 2px;
}
/*places found section*/
.popup-holder.miniGame .weapon-city-holder .places-found-section .progress-widget{
    width: 159px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 25px;
}
.popup-holder.miniGame .weapon-city-holder .places-found-section .progress-widget .bar-holder{
    background: url('../images/voting_bar_bg.png');
    width: 156px;
    height: 15px;
    position: relative;
    left: 0px;
    top: 0px;
}
.popup-holder.miniGame .weapon-city-holder .places-found-section .progress-widget .progress-bar{
    width: 150px;
}


.popup-holder.miniGame .weapon-city-holder .progress-widget .progress-bar:after {
    border-radius: 0;
    left: -1px;
    width: calc(100% + 1px);
    background: #23b7bb;
}
.popup-holder.miniGame .connections-background-holder .lock-icon{
    margin: 0 auto;
    margin-top: 106px;
    background: url('../images/weapon_city_lock.png');
    width: 39px;
    height: 55px;
    position: absolute;
    left: 181px;
}
.popup-holder.miniGame .weapon-city-holder.second .buttons-holder{
    text-align: center;
    padding: 3px 2px;
    margin-top: 4px;
}
.popup-holder.miniGame .weapon-city-holder.second .buttons-holder .button{
    text-align: center;
    background: #1ed8d7;
    padding: 1px 16px;
    margin-left: 8px;
    margin-right: 8px;
    font: 12px/19px 'BungeeInlineRegular';
}
.popup-holder.miniGame .weapon-city-holder.second .buttons-holder .button:hover{
    cursor: pointer;
    /*color: #f7931e;*/
    color: white;
}
.popup-holder.miniGame .weapon-city-holder.third .decision-widget{
    width: 284px;
    margin: 0 auto;
    text-align: center;
    font: 11px/19px 'MontserratSemiBold';
}
.popup-holder.miniGame .weapon-city-holder.second .decision-widget{
    font: 10px/19px 'MontserratSemiBold';
}
.popup-holder.miniGame .weapon-city-holder.second .decision-text{
    /*margin-left: 50px;*/
    text-align: center;
    font: 11px/11px 'MontserratSemiBold';
}
.popup-holder.miniGame .weapon-city-holder.third .decision-widget .decision-percentage-result{
    font: 15px/12px 'BungeeInlineRegular';
}
.popup-holder.miniGame .weapon-city-holder.third .decision-widget .next-decision-coming{
    display: inline-block;
    margin-top: 3px;
}
.popup-holder.miniGame .weapon-city-holder.second .legend-holder{
    margin-left: 30px;
    font-size: 11px;
    line-height: 14px;
    margin-top: 3px;
}
.popup-holder.miniGame .weapon-city-holder.fourth .continue{
    font: 12px/12px 'BungeeInlineRegular';
    border: 1px solid black;
    background: #1ed8d7;
    padding: 1px 3px;
    width: 90px;
    margin: 0 auto;
    margin-top: 14px;
    text-align: center;
}
.popup-holder.miniGame .weapon-city-holder.fourth .continue:hover{
    color: white;
    cursor: pointer;
}
.popup-holder.miniGame .weapon-city-holder.fourth .decision-widget{
    /*font: 11px/13px 'BungeeInlineRegular';*/
    font: 11px/13px 'MontserratSemiBold';
    width: 284px;
    margin: 0 auto;
    text-align: center;
    margin-top: 12px;
}
.popup-holder.miniGame .weapon-city-holder.fourth .decision-widget.wider{
    width: 384px;
    text-align: left;
}
.popup-holder.miniGame .weapon-city-holder.fourth .decision-widget .subText{
    font: 11px/14px 'MontserratSemiBold';
    display: inline-block;
    margin-top: 3px;
}
.popup-holder.miniGame .weapon-city-holder.fourth .decision-widget .congrats{
    font: 12px/14px 'MontserratSemiBold';
    font-weight: bold;
}
.popup-holder.miniGame .mission-section{
    margin-top: 0px;
    margin-left: 30px;
    font: 11px/11px 'MontserratSemiBold';
}
.popup-holder.miniGame .weapon-city-holder.fifth .mission-section{
    font-weight: bold;
}
.popup-holder.miniGame .mission-section.wider{
    width: 383px;
    margin-left: 9px;
}
.popup-holder.miniGame .mission-section .hire{
    /*border: 1px solid black;*/
    padding: 1px 4px;
    font: 10px/13px 'BungeeInlineRegular';
    display: inline-block;
    margin-top: 5px;
    background: url('../images/voting_support_button.png');
    background-size: auto;
    width: 58px;
    background-size: 100% 100%;
    color: white;
    text-align: center;
    height: 14px;
}
.popup-holder.miniGame .mission-section .icon.cash{
    position: relative;
    top: -2px;
    left: -4px;
}
.popup-holder.miniGame .mission-section .hire:hover{
    background: black;
    color: white;
    cursor: pointer;
}
.popup-holder.miniGame .places-found-section{
    position: absolute;
    top: 136px;
    right: 8px;
    width: 157px;
    text-align: center;
    font: 11px/12px 'MontserratSemiBold';
}
.popup-holder.miniGame .places-found-section .progress-widget{
    top: 22px;
}
.popup-holder.miniGame .secret-resources-holder{
    position: absolute;
    left: -15px;
    top: 67px;
    width: 102px;
    text-align: center;
}
.popup-holder.miniGame .secret-resources-holder .title{
    color: white;
    background: #312f2c;
    padding: 2px 4px;
    font: 9px/10px 'BungeeInlineRegular';
    width: 83px;
}
.popup-holder.miniGame .secret-resources-holder .title .question_mark{
    position: absolute;
    top: -5px;
    right: -3px;
    width: 15px;
    height: 15px;
    background: url('../images/question_box_white_bg.png');
    transform: scale(1.0);
}
.popup-holder.miniGame .secret-resources-holder .data-holder{
    font: 10px/12px 'BungeeInlineRegular';
}
.popup-holder.miniGame .location-info-holder{
    position: absolute;
    /*top: 68px;*/
    top: 62px;
    right: 13px;
    width: 290px;
    text-align: center;
}
.popup-holder.miniGame .location-info-holder.weapons{
    top: 37px;
}
.popup-holder.miniGame .location-info-holder > .name{
    display: block;
    text-align: right;
    margin-right: -1px;
    font: 11px/11px 'BungeeInlineRegular';
}
.popup-holder.miniGame .location-info-holder > div{
    display: inline-block;
    vertical-align: top;
}
.popup-holder.miniGame .location-info-holder > .left{
    padding-right: 3px;
    text-align: right;
    width: 217px;
    font: 11px/15px 'MontserratSemiBold';
    margin-right: -9px;
}
.popup-holder.miniGame .location-info-holder.factory > .left{
    margin-top: -2px;
}
/*.popup-holder.miniGame .location-info-holder > .left > div{*/
    /*display: inline-block;*/
/*}*/
.popup-holder.miniGame .location-info-holder.weapons > .left{
    font: 11px/11px 'MontserratSemiBold';
}
.popup-holder.miniGame .location-info-holder > .left .open-arctic-first,
.popup-holder.miniGame .location-info-holder > .left .buy-factory-first{
    color: red;
}
.popup-holder.miniGame .location-info-holder > .left > .name{
    font: 11px/15px 'BungeeInlineRegular';
}
.popup-holder.miniGame .location-info-holder > .left > .effect{
    margin-top: 2px;
    font: 11px/15px 'MontserratSemiBold';
}
.popup-holder.miniGame .location-info-holder.factory > .left > .open-arctic-first{
    font: 11px/8px 'MontserratSemiBold';
}
.popup-holder.miniGame .location-info-holder.weapons > .left > .buy-factory-first{
    font: 11px/11px 'MontserratSemiBold';
}
.popup-holder.miniGame .location-info-holder.factory > .left > .name{
    line-height: 11px;
}
.popup-holder.miniGame .location-info-holder.factory > .left > .effect{
    font: 11px/11px 'MontserratSemiBold';
}
.popup-holder.miniGame .location-info-holder.weapons > .left > .effect{
    font: 11px/11px 'MontserratSemiBold';
    padding-bottom: 2px;
}
.popup-holder.miniGame .location-info-holder > .left > .effect-duration{
    display: inline-block;
    padding-bottom: 1px;
}
.popup-holder.miniGame .location-info-holder > .right{
    float: right;
    /*width: 69px;*/
    width: 49px;
    text-align: right;
}
.popup-holder.miniGame .location-info-holder > .right > div{
    display: inline-block;
}
/*.popup-holder.miniGame .location-info-holder > .right .build-factory{*/
    /*padding: 2px 8px;*/
    /*background: black;*/
    /*color: white;*/
    /*!*margin-top: 4px;*!*/
/*}*/
.popup-holder.miniGame .location-info-holder > .right .build-factory{
    padding: 2px 0px;
    background: black;
    color: white;
    width: 50px;
    text-align: center;
    font: 10px/11px 'BungeeInlineRegular';
}
.popup-holder.miniGame .location-info-holder.weapons > .right .build-factory{
    font: 9px/10px 'BungeeInlineRegular';
}
.popup-holder.miniGame .location-info-holder > .right .building-time-data-holder{
    padding-top: 2px;
}
.popup-holder.miniGame .location-info-holder > .right .build-factory:hover{
    color: #f7931e;
    cursor: pointer;
}
.popup-holder.miniGame .tab-holder{
    position: absolute;
    top: 148px;
    left: 4px;
    width: 282px;
}
.popup-holder.miniGame .tab-holder > div{
    display: inline-block;
    background: url('../images/upgrades_button_empty.png') no-repeat;
    text-align: center;
    color: white;
    width: 119px;
    height: 20px;
    line-height: 21px;
    background-size: 100% 100%;
}
.popup-holder.miniGame .tab-holder > div.active,
.popup-holder.miniGame .tab-holder > div:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.miniGame .tab-holder > .build-weapon-city{
    width: 136px;
}
.popup-holder.miniGame .tab-holder > .produce-weapons{
    margin-left: 15px;
}
.popup-holder.miniGame .lower-text {
    position: absolute;
    top: 167px;
    left: 6px;
    font: 11px/11px 'MontserratSemiBold';
    font-weight: bold;
}
.popup-holder.miniGame .weapon-city-holder .continue-to-factory{
    font: 12px/12px 'BungeeInlineRegular';
    border: 1px solid black;
    background: #1ed8d7;
    padding: 1px 3px;
    width: 90px;
    margin: 0 auto;
    position: absolute;
    top: 149px;
    left: 56px;
    text-align: center;
}
.popup-holder.miniGame .weapon-city-holder .continue-to-factory:hover{
    color: white;
    cursor: pointer;
}
.popup-holder.miniGame .map-holder{
    /*border: 2px solid black;*/
    width: 98%;
    /*height: 60%;*/
    height: 56%;
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: 3px;
}
.popup-holder.miniGame .map-holder .map-inner-holder{
    background: url('../images/map_scouting.png');
    width: 386px;
    height: 193px;
    margin: 0 auto;
}
.popup-holder.miniGame .map-holder .map-inner-holder .tiles-holder .tile{
    display: inline-block;
    width: 77px;
    height: 63px;
}
.popup-holder.miniGame .map-holder .map-inner-holder .tiles-holder .tile:not(.disabled):not(.incorrect):not(.selected):not(.correct):hover{
    background: yellow;
    opacity: 0.4;
    cursor: pointer;
}
.popup-holder.miniGame .map-holder .map-inner-holder .tiles-holder .tile.selected{
    background: yellow;
    opacity: 0.4;
}
.popup-holder.miniGame .map-holder .map-inner-holder .tiles-holder .tile.selected:hover{
    cursor: default;
}
.popup-holder.miniGame .map-holder .map-inner-holder .tiles-holder .tile.correct{
    background: green;
    opacity: 0.6;
}
.popup-holder.miniGame .map-holder .map-inner-holder .tiles-holder .tile.incorrect{
    background: red;
    opacity: 0.5;
}
.popup-holder.miniGame .location-info-holder .tile{
    width: 50px;
    height: 50px;
    background: url('../images/factories.png') no-repeat;
    background-size: auto 100%;
}
.popup-holder.miniGame .location-info-holder .tile.weapons{
    width: 50px;
    height: 50px;
    background: url('../images/weapons_sprite_new.png') no-repeat;
    background-size: auto 100%;
}
.popup-holder.miniGame .location-info-holder .progress-widget{
    width: 68px;
    height: 17px;
    position: static;
    left: 101px;
    top: 141px;
    z-index: 1;
}
.popup-holder.miniGame .location-info-holder .progress-widget .progress-value{
    text-align: center;
    font: 10px/10px 'MontserratSemiBold';
}
.popup-holder.miniGame .location-info-holder .progress-widget .bar-holder{
    background: url('../images/voting_bar_bg.png');
    width: 68px;
    height: 9px;
    position: relative;
    left: 0px;
    top: 0px;
}
.popup-holder.miniGame .location-info-holder .progress-widget .progress-bar{
    position: relative;
    width: 64px;
    height: 5px;
    /*background: #23b7bb;*/
    background: black;
    left: 2px;
    top: 2px;
}
.popup-holder.miniGame .weapon-city-holder .factory-holder{
    width: 98%;
    /*height: 60%;*/
    height: 217px;
    margin: 0 auto;
    position: absolute;
    bottom: 14px;
}
.popup-holder.miniGame .weapon-city-holder .weapons-holder{
    width: 98%;
    /*height: 60%;*/
    height: 217px;
    margin: 0 auto;
    position: absolute;
    bottom: 14px;
}
.popup-holder.miniGame .weapon-city-holder .lower-action-holder > div{
    display: none;
}
.popup-holder.miniGame .weapon-city-holder .lower-action-holder > div.active{
    display: block;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder{
    background: rgba(0, 0, 0, 0.8);
    width: 386px;
    height: 218px;
    margin: 0 auto;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder{
    padding: 5px 15px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile{
    display: inline-block;
    width: 114px;
    height: 100px;
    background: white;
    margin-left: 7px;
    background: url('../images/factories.png') no-repeat;
    position: relative;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.first{
    background-position-x: 7px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.second{
    background-position-x: -112px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.third{
    background-position-x: -226px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.fourth{
     background-position-x: -340px;
 }
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.fifth{
    background-position-x: -459px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.sixth{
    background-position-x: -574px;
}

.popup-holder.miniGame .weapon-city-holder.weapons .tile.small{
    background: url('../images/weapons_sprite_new.png') no-repeat;
    background-size: auto 100%;
}
.popup-holder.miniGame .weapon-city-holder.weapons .tile.small.first{
    background-position-x: 1px;
}
/*.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.second{*/
.popup-holder.miniGame .weapon-city-holder.weapons .tile.small.second{
    background-position-x: -53px;
}
.popup-holder.miniGame .weapon-city-holder.weapons .tile.small.third{
    background-position-x: -107px;
}
.popup-holder.miniGame .weapon-city-holder.weapons .tile.small.fourth{
    background-position-x: -161px;
}
.popup-holder.miniGame .weapon-city-holder.weapons .tile.small.fifth{
    background-position-x: -216px;
}
.popup-holder.miniGame .weapon-city-holder.weapons .tile.small.sixth{
    background-position-x: -269px;
}



.popup-holder.miniGame .weapon-city-holder.factory .tile.small.first{
    background-position-x: 1px;
}
/*.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.second{*/
.popup-holder.miniGame .weapon-city-holder.factory .tile.small.second{
    background-position-x: -54px;
}
.popup-holder.miniGame .weapon-city-holder.factory .tile.small.third{
    background-position-x: -109px;
}
.popup-holder.miniGame .weapon-city-holder.factory .tile.small.fourth{
    background-position-x: -164px;
}
.popup-holder.miniGame .weapon-city-holder.factory .tile.small.fifth{
    background-position-x: -220px;
}
.popup-holder.miniGame .weapon-city-holder.factory .tile.small.sixth{
    background-position-x: -275px;
}





.popup-holder.miniGame .weapon-city-holder .tile.first{
    background-position-x: 7px;
}
/*.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.second{*/
.popup-holder.miniGame .weapon-city-holder .tile.second{
    background-position-x: -56px;
}
.popup-holder.miniGame .weapon-city-holder .tile.third{
    background-position-x: -113px;
}
.popup-holder.miniGame .weapon-city-holder .tile.fourth{
    background-position-x: -165px;
}
.popup-holder.miniGame .weapon-city-holder .tile.fifth{
    background-position-x: -220px;
}
.popup-holder.miniGame .weapon-city-holder .tile.sixth{
    background-position-x: -274px;
}

.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile:nth-child(3n+1){
    margin-left: 0px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile:nth-child(n + 4){
    margin-top: 4px;
}
/*.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile:not(.disabled):hover,*/
/*.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.selected{*/
    /*background: yellow;*/
    /*opacity: 0.4;*/
    /*cursor: pointer;*/
/*}*/
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.correct{
    background: green;
    opacity: 0.4;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile.incorrect{
    background: red;
    opacity: 0.4;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-holder .tile .collected-button{
    width: 20px;
    height: 20px;
    background: url('../images/collected_button.png');
    position: absolute;
    top: -5px;
    right: -4px;
}
.popup-holder.miniGame .tiles-holder .tile .weapon-amount-holder{
    width: 33px;
    height: 20px;
    background: #312f2c;
    position: absolute;
    top: 78px;
    left: 7px;
    text-align: center;
    color: white;
    font: 10px/18px 'BungeeInlineRegular';
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder{
    position: absolute;
    top: 6px;
    left: 27px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile{
    display: inline-block;
    width: 104px;
    height: 100px;
    background: rgba(128, 128, 128, 0.8);
    margin-left: 16px;
    margin-top: -1px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:not(.alreadyBuilt):hover{
    cursor: pointer;
    border: 4px solid #23b7bb;
    width: 96px;
    height: 92px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:hover{
    cursor: pointer;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile.alreadyBuilt{
    background: none;
    /*pointer-events: none;*/
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile.selected:not(.alreadyBuilt) {
    border: 4px solid #23b7bb;
    width: 96px;
    height: 92px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:nth-child(3n+1){
    margin-left: 0px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:nth-child(n + 4){
    margin-top: 4px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:nth-child(2){
    margin-left: 14px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:nth-child(3){
    margin-left: 18px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:nth-child(5){
    margin-left: 14px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:nth-child(6){
    margin-left: 18px;
}
.popup-holder.miniGame .factory-holder .factory-inner-holder .tiles-overlay-holder .overlayTile:not(.alreadyBuilt) .lock-icon{
    margin: 0 auto;
    background: url('../images/weapon_city_lock.png');
    width: 39px;
    height: 55px;
    margin-top: 24px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile .lock-icon{
    margin: 0 auto;
    background: url('../images/weapon_city_lock.png');
    width: 39px;
    height: 55px;
    margin-top: 24px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder{
    background: rgba(0, 0, 0, 0.8);
    width: 386px;
    height: 218px;
    margin: 0 auto;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-holder{
    padding: 5px 15px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-holder .tile{
    display: inline-block;
    width: 114px;
    height: 100px;
    background: white;
    margin-left: 7px;
    background: url('../images/weapons_sprite_new.png') no-repeat;
    position: relative;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.first{
    background-position-x: 7px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.second{
    background-position-x: -111px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.third{
    background-position-x: -226px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.fourth{
    background-position-x: -340px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.fifth{
    background-position-x: -459px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.sixth{
    background-position-x: -574px;
}


.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-holder .tile:nth-child(3n+1){
    margin-left: 0px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-holder .tile:nth-child(n + 4){
    margin-top: 4px;
}









.produced-weapons-holder{
    background: rgba(0, 0, 0, 0.8);
    width: 386px;
    height: 288px;
    margin: 0 auto;
    position: Absolute;
    top: 100px;
    left: 24px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
}
.produced-weapons-holder .title{
    color: white;
    padding-left: 21px;
    padding-top: 5px;
}
.produced-weapons-holder .active-icon{
    background: url('../images/active_icon.png') no-repeat;
    width: 44px;
    height: 36px;
}
.produced-weapons-holder .weapon-info-icon{
    background: url('../images/more_info_icon.png') no-repeat;
    width: 22px;
    height: 19px;
    position: absolute;
    top: 1px;
    right: 4px;
}
.produced-weapons-holder .close{
    color: white;
    width:10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 11px;
}
.produced-weapons-holder .close:hover{
    cursor: pointer;
}
.produced-weapons-holder .all-entries-holder{
    width: 356px;
    height: 218px;
    margin: 0 auto;
    margin-top: 10px;
}
.produced-weapons-holder .all-entries-holder .entry-holder{
    display: inline-block;
    margin-left: 7px;
    width: 114px;
    vertical-align: top;
    position: relative;
}
.produced-weapons-holder .all-entries-holder .entry-holder:disabled{
    opacity: 0.6;
}
.produced-weapons-holder .all-entries-holder .entry-holder .use-button {
    display: inline-block;
    background: url('../images/upgrades_button_empty.png') no-repeat;
    background-size: auto;
    text-align: center;
    color: white;
    width: 105px;
    height: 18px;
    line-height: 23px;
    background-size: 100% 100%;
    margin-left: 5px;
    font: 10px/18px 'BungeeInlineRegular';
}
.produced-weapons-holder .all-entries-holder .entry-holder .use-button:not(.disabled):hover {
    cursor: pointer;
    color: #f7931e;
}
/*.produced-weapons-holder .all-entries-holder .entry-holder .use-button.disabled {*/
    /*pointer-events: none;*/
/*}*/
.produced-weapons-holder .all-entries-holder .entry{
    display: inline-block;
    width: 114px;
    height: 100px;
    background: white;
    /*margin-left: 7px;*/
    background: url('../images/weapons_sprite_new.png') no-repeat;
    position: relative;
}
.produced-weapons-holder .all-entries-holder .entry.first{
    background-position-x: 7px;
}
.produced-weapons-holder .all-entries-holder .entry.second{
    background-position-x: -112px;
}
.produced-weapons-holder .all-entries-holder .entry.third{
    background-position-x: -226px;
}
.produced-weapons-holder .all-entries-holder .entry.fourth{
    background-position-x: -341px;
}
.produced-weapons-holder .all-entries-holder .entry.fifth{
    background-position-x: -459px;
}
.produced-weapons-holder .all-entries-holder .entry.sixth{
    background-position-x: -574px;
}
.produced-weapons-holder .all-entries-holder .entry-holder:nth-child(3n+1){
    margin-left: 0px;
}
.produced-weapons-holder .all-entries-holder .entry-holder:nth-child(n + 4){
    margin-top: 10px;
}
.produced-weapons-holder .all-entries-holder .weapon-amount-holder{
    width: 33px;
    height: 20px;
    background: #312f2c;
    position: absolute;
    top: 78px;
    left: 7px;
    text-align: center;
    color: white;
    /*font: 12px/20px 'BungeeInlineRegular';*/
    font: 14px/20px 'titilliumWebBold';
}








/*.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-holder .tile:not(.disabled):hover,*/
/*.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-holder .tile.selected{*/
/*background: yellow;*/
/*opacity: 0.4;*/
/*cursor: pointer;*/
/*}*/
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-holder .tile.correct{
    background: green;
    opacity: 0.4;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-holder .tile.incorrect{
    background: red;
    opacity: 0.4;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder{
    position: absolute;
    top: 6px;
    left: 27px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile{
    display: inline-block;
    width: 104px;
    height: 100px;
    background: rgba(128, 128, 128, 0.8);
    margin-left: 16px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile.alreadyBuilt{
    background: none;
    /*pointer-events: none;*/
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile:not(.alreadyBuilt):hover{
    cursor: pointer;
    border: 4px solid #23b7bb;
    width: 96px;
    height: 92px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile.alreadyBuilt:hover{
    cursor: pointer;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile.selected {
    border: 4px solid #23b7bb;
    width: 96px;
    height: 92px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile:nth-child(2) {
    margin-left: 14px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile:nth-child(3n+1){
    margin-left: 0px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile:nth-child(n + 4){
    margin-top: 3px;
}
.popup-holder.miniGame .weapons-holder .weapons-inner-holder .tiles-overlay-holder .overlayTile:nth-child(5){
    margin-left: 15px;
}




















.popup-holder > .popup-header .question_mark{
    vertical-align: top;
    margin-left: 4px;
    margin-top: -2px;
}
.popup-holder .content-holder {
    width: 100%;
    height: 274px;
}
.popup-holder.achievements{
    font: 11px/14px 'MontserratSemiBold';
}
.popup-holder.achievements .complete-them{
    font: 12px/14px 'MontserratSemiBold';
    font-weight: bold;
}
.popup-holder.achievements .content-holder{
    display: none;
}
.popup-holder.achievements .content-holder .scroller{
    height: 112%;
    padding-top: 3px;
}
.popup-holder.achievements .content-holder.active{
    display: block;
}
.popup-holder.achievements .tabs-holder{
    padding-bottom: 14px;
}
.popup-holder.achievements .content-holder .middle-holder{
    font: 15px/24px 'BungeeInlineRegular';
    padding-bottom: 2px;
}
.popup-holder.achievements .content-holder.raiding-goals .middle-holder{
    /*font: 11px/24px 'BungeeInlineRegular';*/
    font: 13px/24px 'titilliumWebBold';
    padding-bottom: 2px;
    text-align: right;
}
.popup-holder.achievements .content-holder .middle-holder > div{
    display: inline-block;
    background: black;
    color: white;
    padding: 1px 5px;
    margin-left: 5px;
    font: 15px/19px 'BungeeInlineRegular';
}
.popup-holder.achievements .content-holder.raiding-goals .middle-holder > div{
    display: inline-block;
    background: black;
    color: white;
    padding: 1px 3px;
    margin-left: 5px;
    font: 11px/16px 'BungeeInlineRegular';
}
.popup-holder.achievements .content-holder.raiding-goals .middle-holder .tier-button.active{
    color: #f7931e;
}
.popup-holder.achievements .content-holder .middle-holder > div:hover{
    cursor: pointer;
    color: #f7931e;
}



.popup-holder.achievements .content-holder .tier-holder.minimized{
    background: rgba(247, 147, 30, 0.5);
    padding: 6px 6px;
}

.popup-holder.achievements .content-holder .tier-holder.minimized .collected-icon{
    color: #f7931e;
    width: 20px;
    height: 20px;
    background: url('../images/lab/collected_button.png');
    position: absolute;
    top: 6px;
    right: 23px;
}
.popup-holder.achievements .content-holder .tier-holder.not-shown{
    background: black;
    /*background: rgba(0, 0, 0, 0.3);*/
    width: 100%;
    height: 245px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.popup-holder.achievements .content-holder .tier-holder.not-shown .unlock-text{
    color: white;
    display: inline-block;
    width: 199px;
    margin-top: 64px;
    line-height: 20px;
}
.popup-holder.achievements .content-holder .tier-holder.not-shown .unlock-text .complete-more{
    color: #f7931e;
    font: 14px/14px 'MontserratSemiBold'
}
.popup-holder.achievements .content-holder .tier-holder.not-shown .lock-icon {
    position: relative;
    margin: 0 auto;
    background: url('../images/weapon_city_lock.png');
    width: 39px;
    height: 55px;
    /*position: absolute;*/
    /*left: 181px;*/
    top: 57px;
}
.popup-holder.achievements .content-holder .tier-number{
    font: 13px/16px 'BungeeInlineRegular';
    padding-bottom: 3px;
    margin-top: 10px;
}
.popup-holder.achievements .content-holder .mission-entry{
    position: relative;
    margin-bottom: 5px;
    padding: 3px;
    /*background: #23b7bb;*/
    background: rgba(35, 183, 187, 0.73)
}
.popup-holder.achievements .content-holder .mission-entry:last-child{
    margin-bottom: 17px;
}
.popup-holder.achievements .content-holder .mission-entry.normal{
    height: 55px;
}
.popup-holder.achievements .content-holder .mission-entry.collapsed{
    height: 20px;
}
.popup-holder.achievements .content-holder .mission-entry .title{
    width: 228px;
    font: 12px/14px 'titilliumWebBold';
}
.popup-holder.achievements .content-holder .mission-entry .text{
    font: 11px/14px 'titilliumWebSemiBold';
}
.popup-holder.achievements .content-holder .mission-entry .bar-holder{
    /*margin: 0 auto;*/
    width: 360px;
    height: 4px;
    position: absolute;
    left: 10px;
    bottom: 4px;
    top: auto;
    background: white;
}
.popup-holder.achievements .content-holder .mission-entry .progress-bar{
    position: relative;
    width: 360px;
    height: 4px;
    background: white;
    left: 0px;
    top: 0px;
}
.popup-holder.achievements .content-holder .mission-entry .progress-bar:after{
    border-radius: 0;
    left: -1px;
    width: calc(100% + 1px);
    background: #f7931e;
}
.popup-holder.achievements .content-holder .mission-entry .reward-holder{
    width: 136px;
    position: absolute;
    top: 2px;
    right: 4px;
}
.popup-holder.achievements .content-holder .mission-entry .reward-holder .icon.shards{
    background: url('../images/shard_icon_trigger-min.png');
    width: 11px;
    height: 18px;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
}
.popup-holder.achievements .content-holder .mission-entry .reward-holder .reward-text,
.popup-holder.achievements .content-holder .mission-entry .reward-holder .reward-amount{
    display: inline-block;
    position: relative;
}
.popup-holder.achievements .content-holder .mission-entry .reward-holder .reward-amount{
    background: white;
    padding: 1px 0px;
    /*padding: 1px 20px;*/
    margin-left: 4px;
    width: 84px;
    text-align: center;
    font: 13px/14px 'titilliumWebBold';
    height: 15px;
}
.popup-holder.achievements .content-holder .mission-entry .reward-holder .collect{
    background: black;
    color: white;
    padding: 0px 10px;
    position: relative;
    top: 3px;
    left: 57px;
    display: inline-block;
    font: 13px/13px 'titilliumWebBold';
}
.popup-holder.achievements .content-holder .mission-entry .reward-holder .collect:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.achievements .content-holder .mission-entry .collected-icon{
    cursor: pointer;
    color: #f7931e;
    width: 20px;
    height: 20px;
    background: url('../images/lab/collected_button.png');
    position: absolute;
    top: -4px;
    right: -6px;
}
#mainContent.world-2.moon .popup-holder:not(.transparent){
    background: #dcdcdc;
}
#mainContent.world-2.venus .popup-holder:not(.transparent){
    background: #fddf84;
}
#mainContent.world-2.mars .popup-holder:not(.transparent){
    background: #d75e31;
}
.popup-holder.event-boosters .tabs-holder{

}
.popup-holder.event-boosters .content-holder{
    display: none;
}
.popup-holder.event-boosters .content-holder.active{
    display: block;
}
.popup-holder.event-boosters .tabs-holder .tab.boosters {
    font: 11px/18px 'BungeeInlineRegular';
    width: 80px;
    height: 18px;
}
.popup-holder.event-boosters .tabs-holder .tab.more-rockets{
    font: 10px/18px 'BungeeInlineRegular';
    width: 103px !important;
    height: 18px;
}
.popup-holder.event-boosters .content-holder .bar-holder{
    background: url('../images/voting_bar_bg.png');
    /*width: 191px;*/
    width: 221px;
    height: 16px;
    position: relative;
    left: 0px;
    top: 5px;
}
.popup-holder.event-boosters .progress-widget{
    margin-top: 2px;
    padding-bottom: 5px;
}
.popup-holder.event-boosters .content-holder.boosters .progress-bar{
    position: relative;
    width: 214px;
    height: 13px;
    background: #23b7bb;
    background: black;
    left: 4px;
    top: 1px;
}
.popup-holder.event-boosters .content-holder.boosters .progress-bar::after{
    border-radius: 0;
    left: -1px;
    width: calc(100% + 1px);
    /*background: #23b7bb;*/
    background: url('../images/bar_entering_event.png');
    background-size: 100% 100%;
}
.popup-holder.event-boosters .content-holder.boosters .progress-widget .left{
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
.popup-holder.event-boosters .content-holder.boosters .progress-widget .left .subtitle{
    font: 11px/7px 'titilliumWebBold';
    margin-top: 5px;
}
.popup-holder.event-boosters .content-holder.boosters  .progress-widget .right{
    display: inline-block;
    width: 150px;
    position: relative;
    top: -5px;
}
.popup-holder.event-boosters .content-holder.boosters  .progress-widget .right .top{
    padding-left: 20px;
    font: 13px/13px 'BungeeInlineRegular';
}
.popup-holder.event-boosters .content-holder.boosters  .progress-widget .right .top .value{
    display: inline-block;
    vertical-align: top;
    color: #23b7bb;
    text-shadow: 1px 1px 0
    black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
    /*font: 14px/13px 'BungeeInlineRegular';*/
    font: 14px/13px 'titilliumWebBold';
}
.popup-holder.event-boosters .content-holder.boosters  .progress-widget .right .top .rocket-icon{
    width: 22px;
    height: 22px;
    background: url('../images/rocket_icon_mid.png');
    display: inline-block;
    margin-top: -4px;
}
.popup-holder.event-boosters .content-holder.boosters .progress-widget .right .collect{
    width: 88px;
    height: 17px;
    background: url('../images/upgrades_button_empty.png');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    font: 10px/17px 'BungeeInlineRegular';
}
.popup-holder.event-boosters .content-holder.boosters .progress-widget .right .collect:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder{
    border-top: 1px solid #23b7bb;
    padding-top: 10px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .active-boosters-section{
    display: inline-block;
    font: 11px/11px 'BungeeInlineRegular';
    vertical-align: top;
    margin-top: -2px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .active-boosters-section .top > div{
    display: inline-block;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .active-boosters-section .maxed-text{
    font: 12px/16px 'titilliumWebBold';
    position: absolute;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .total-balance-holder{
    display: inline-block;
    /*margin-left: 215px;*/
    vertical-align: top;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .total-balance-holder .text{
    display: inline-block;
    width: 81px;
    font: 10px/11px 'BungeeInlineRegular';
    text-align: right;
    margin-right: 7px;
    margin-top: -2px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .total-balance-holder .balance-holder{
    width: 86px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid black;
    background: white;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .total-balance-holder .balance-holder .rocket-icon{
    width: 22px;
    height: 22px;
    background: url('../images/rocket_icon_mid.png');
    display: inline-block;
    margin-top: -3px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .total-balance-holder .balance-holder .value{
    margin-left: 23px;
    display: inline-block;
    position: relative;
    top: -7px;
    color: #23b7bb;
    text-shadow: 1px 1px 0
    black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder{
    height: 286px;
    margin-top: 5px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section{
    padding-bottom: 16px;
}
/*.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section:nth-child(n + 1){*/
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section:not(:first-child){
    border-top: 1px solid #23b7bb;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .timer{
    /*font: 9px/16px 'BungeeInlineRegular';*/
    font: 10px/16px 'titilliumWebBold';
    margin-bottom: -6px;
    position: absolute;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .title{
    /*font: 12px/16px 'BungeeInlineRegular';*/
    font: 11px/16px 'titilliumWebSemiBold';
    margin-top: 2px;
    margin-bottom: -5px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .title .active-note {
    display: inline-block;
    width: 44px;
    height: 10px;
    font: 10px/16px 'titilliumWebSemiBold';
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .entry{

}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .booster{
    margin-top: 7px;
    width: 29px;
    height: 29px;
    background: url('../images/boosters_empty_icon.png');
    text-align: center;
    display: inline-block;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .booster .value{
    /*font: 12px/14px 'titilliumWebBold';*/
    font: 12px/15px 'titilliumWebBold';
    /*font: 12px/16px 'BungeeInlineRegular';*/
}
/*.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .booster .value.smaller{*/
    /*font: 10px/16px 'BungeeInlineRegular';*/
/*}*/
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section  .booster .type{
    font: 11px/12px 'titilliumWebSemiBold';
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section  .booster .type.smaller {
    font: 10px/10px 'titilliumWebSemiBold';
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .entry{
    width: 59px;
    height: 18px;
    display: inline-block;
    background: white;
    border: 1px solid black;
    position: relative;
    vertical-align: top;
    margin-left: 14px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .entry .gain-amount{
    text-align: center;
    font: 11px/12px 'titilliumWebBold';
    position: relative;
    top: -2px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .entry .buy-more{
    width: 50px;
    height: 18px;
    background: url('../images/upgrades_button_empty.png');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    font: 13px/18px 'BungeeInlineRegular';
    position: absolute;
    top: 13px;
    left: 10px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .entry .buy-more:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .entry .buy-more .value{
    display: inline-block;
    vertical-align: top;
    font: 11px/18px 'BungeeInlineRegular';
    /*margin-left: 21px;*/
    text-align: right;
    /*padding-right: 24px;*/
    width: 32px;
    position: absolute;
    left: -4px;
}
.popup-holder.event-boosters .content-holder.boosters .main-holder .sections-holder .section .entry .buy-more .rocket-icon{
    width: 22px;
    height: 22px;
    background: url('../images/rocket_icon_mid.png');
    display: inline-block;
    position: absolute;
    right: 0px;
}
.popup-holder.event-boosters .content-holder.boosters .note{
    font: 10px/16px 'titilliumWebBold';
    /*margin-top: 25px;*/
    margin-top: 8px;
    padding-bottom: 10px;
}


.popup-holder.event-boosters .content-holder.more-rockets  .total-balance-holder{
    /*margin-left: 215px;*/
    margin-top: 20px;
    border-bottom: 1px solid #23b7bb;
    padding-bottom: 8px;
}
.popup-holder.event-boosters .content-holder.more-rockets .total-balance-holder .text{
    display: inline-block;
    width: 81px;
    font: 10px/11px 'BungeeInlineRegular';
    text-align: right;
    margin-right: 7px;
    margin-top: -2px;
    margin-left: 13px;
}
.popup-holder.event-boosters .content-holder.more-rockets .total-balance-holder .balance-holder{
    width: 86px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid black;
    background: white;
}
.popup-holder.event-boosters .content-holder.more-rockets .total-balance-holder .balance-holder .rocket-icon{
    width: 22px;
    height: 22px;
    background: url('../images/rocket_icon_mid.png');
    display: inline-block;
    margin-top: -3px;
}
.popup-holder.event-boosters .content-holder.more-rockets .total-balance-holder .balance-holder .value{
    /*margin-left: 23px;*/
    display: inline-block;
    position: relative;
    top: -7px;
    color: #23b7bb;
    text-shadow: 1px 1px 0
    black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
    text-align: right;
    width: 60px;
}
.popup-holder.event-boosters .content-holder.more-rockets .total-balance-holder > .alien-shards-info{
    background: url('../images/alien_shard_shop-min.png');
    width: 80px;
    height: 27px;
    position: absolute;
    left: 289px;
    top: 67px;
    background-size: 100% 100%;
}
.popup-holder.event-boosters .content-holder.more-rockets .total-balance-holder > .alien-shards-info > .value{
    position: absolute;
    margin-top: 9px;
    margin-left: 29px;
    font-family: 'BungeeInlineRegular';
}
.popup-holder.event-boosters .content-holder.more-rockets .get-more-shards{
    height: 13px;
    /*padding: 3px;*/
    background: black;
    color: white;
    position: absolute;
    top: 323px;
    right: 51px;
    font: 11px/12px 'BungeeInlineRegular';
    padding-left: 4px;
    padding-right: 4px;
}
.popup-holder.event-boosters .content-holder.more-rockets .get-more-shards > div{
    display: inline-block;
}
.popup-holder.event-boosters .content-holder.more-rockets .get-more-shards > .text{
    margin-left: 3px;
    margin-right: 3px;
}
.popup-holder.event-boosters .content-holder.more-rockets .get-more-shards > .icon-shards{
    display: inline-block;
    background: url('../images/shard_icon_trigger-min.png');
    background-size: auto;
    width: 9px;
    height: 15px;
    vertical-align: middle;
    background-size: 100% 100%;
    /*margin-left: 8px;*/
}
.popup-holder.event-boosters .content-holder.more-rockets > .get-more-shards:hover{
    /*background: url('../images/plus_icon_hover_effect.png');*/
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder{
    margin-top: 31px;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry{
    height: 21px;
    width: 308px;
    background: white;
    margin: 0 auto;
    margin-top: 18px;
    border: 1px solid black;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry > div{
    display: inline-block;
    vertical-align: middle;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry .gain-amount{
    background: url('../images/rocket_shop.png');
    width: 89px;
    height: 33px;
    margin-top: -6px;
    margin-left: -6px;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry .gain-amount .value {
    width: 62px;
    text-align: center;
    font: 13px/36px 'BungeeInlineRegular';
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry .title{
    width: 151px;
    text-align: center;
    font: 11px/12px 'BungeeInlineRegular';
    vertical-align: top;
    margin-top: -2px;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry .right{
    display: inline-block;
    width: 71px;
    height: 22px;
    background: url('../images/upgrades_button_empty.png');
    background-size: 100% 100%;
    color: white;
    position: relative;
    top: -2px;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry .right:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry .right .icon-shards{
    display: inline-block;
    /*background: url('../images/shard_icon_trigger-min.png');*/
    background: url('../images/alien_shard_steps.png');
    width: 14px;
    height: 25px;
    vertical-align: middle;
    background-size: 100% 100%;
    margin-left: 8px;
    margin-top: -2px;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry .right .value{
    font: 13px/21px 'BungeeInlineRegular';
    margin-left: 5px;
    display: inline-block;
    width: 28px;
    text-align: left;
    padding-left: 10px;
}
.popup-holder.event-boosters .content-holder.more-rockets .entries-holder .entry .right .value{
    font: 13px/21px 'BungeeInlineRegular';
    margin-left: 5px;
    display: inline-block;
    width: 28px;
    text-align: left;
    padding-left: 10px;
}
.popup-holder.event-boosters .content-holder.more-rockets .note{
    font: 10px/12px 'titilliumWebBold';
    margin-top: 102px;
}



.popup-holder.prestige-rewards .prestige-points{
    font: 12px/13px 'BungeeInlineRegular';
}
.popup-holder.prestige-rewards .prestige-points .lower {
    font: 11px/12px 'titilliumWebBold';
}
.popup-holder.prestige-rewards .estimate {
    position: absolute;
    top: 31px;
    /*top: 11px;*/
    right: 11px;
    font: 11px/13px 'BungeeInlineRegular';
}
.popup-holder.prestige-rewards .estimate.transparent {
    top: 11px;
}
.popup-holder.prestige-rewards .prestige-now {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 109px;
    height: 24px;
    padding: 3px;
    border: 0;

    /*background: url('../images/lab/prestige_button.png');*/
    background: url('../images/lab/prestige_button_big.png');

    font: 11px/12px 'BungeeInlineRegular';
    color: #ffffff;

    text-align: center;
    position: absolute;
    right: 10px;
    top: 46px;
}
.popup-holder.prestige-rewards .prestige-now.transparent {
    top: 26px;
}
.popup-holder.prestige-rewards .prestige-now:hover {
    color: #f7931e;
}

.popup-holder.prestige-rewards .event-rewards-section{
    margin-top: 11px;
}
.popup-holder.prestige-rewards .event-rewards-section .top{

}
.popup-holder.prestige-rewards .event-rewards-section .top .left{
    width: 280px;
    display: inline-block;
}
.popup-holder.prestige-rewards .event-rewards-section .top .left .subtitle{
    font: 13px/16px 'BungeeInlineRegular';
}
.popup-holder.prestige-rewards .event-rewards-section .top .left .text{
    font: 11px/15px 'titilliumWebSemiBold';
}
.popup-holder.prestige-rewards .event-rewards-section .top .right{
    display: inline-block;
    width: 92px;
    background: white;
    text-align: center;
    border: 1px solid black;
}
.popup-holder.prestige-rewards .event-rewards-section .top .right .text{
    font: 12px/13px 'titilliumWebRegular';
}
.popup-holder.prestige-rewards .event-rewards-section .top .right .end-value{
    font: 11px/13px 'titilliumWebBold';
    color: red;
}
.popup-holder.prestige-rewards .event-rewards-section .areas-completed{
    width: 360px;
    height: 42px;
    background: url('../images/milestones_on_prestige_tab.png');
    margin-top: 13px;
}
.popup-holder.prestige-rewards .event-rewards-section .areas-completed .info-container-holder{
    width: 400px;
}
.popup-holder.prestige-rewards .event-rewards-section .areas-completed .info-container-holder .info-div{
    width: 90px;
    height: 130px;
    display: inline-block;
    margin-left: -11px;
    vertical-align: top;
    position: relative;
}
.popup-holder.prestige-rewards .event-rewards-section .areas-completed .info-container-holder .info-div .completed-sign {
    width: 15px;
    height: 15px;
    background: url('../images/lab/collected_button.png');
    position: absolute;
    right: 24px;
    top: -5px;
    background-size: 100% 100%;
}
.popup-holder.prestige-rewards .event-rewards-section .areas-completed .info-container-holder .info-div:nth-child(3){
    margin-left: 22px;
}
.popup-holder.prestige-rewards .event-rewards-section .areas-completed .info-container-holder .info-div:nth-child(4){
    /*width: 82px;*/
    margin-left: 25px;
}
.popup-holder.prestige-rewards .event-rewards-section .areas-completed .info-container-holder .info-div .area-value{
    text-align: center;
    margin-top: 46px;
    font: 12px/10px 'titilliumWebSemiBold';
}
.popup-holder.prestige-rewards .event-rewards-section .areas-completed .info-container-holder .info-div .reward{
    text-align: center;
    margin-top: 4px;
    font: 12px/13px 'titilliumWebSemiBold';
}
.popup-holder.prestige-rewards .about-the-event-section{
    margin-top: 49px;
}
.popup-holder.prestige-rewards .about-the-event-section .subtitle{
    margin-bottom: 19px;
    font: 11px/16px 'BungeeInlineRegular';
}
.popup-holder.prestige-rewards .about-the-event-section > .left{
    display: inline-block;

    width: 189px;

    height: 124px;

    background: url('../images/event_enter_cover_image_sprite.png');

    vertical-align: top;
}
.popup-holder.prestige-rewards .about-the-event-section > .right {
    display: inline-block;
    width: 194px;
    font: 11px/13px 'titilliumWebSemiBold';
    padding-left: 9px;
}
.popup-holder.prestige-rewards .about-the-event-section .plaquete {
    background: url('../images/upgrades_button_empty.png');
    width: 90px;
    height: 19px;
    position: relative;
    background-size: 100% 100%;
    color: white;
    font: 9px/18px 'BungeeInlineRegular';
    text-align: center;
    transform: rotate(338deg);
    left: -8px;
}
.popup-holder.prestige-rewards .note {
    font: 10px/11px 'titilliumWebSemiBold';
    margin-top: 14px;
    font-style: italic;
}














.popup-holder.help .content-holder {
    /*padding-top: 13px;*/
    padding-top: 6px;
    height: 392px;
    font: 13px/18px 'titilliumWebRegular';
    position: absolute;
    display: none;
    border-top: 1px solid #23b7bb;
    margin-top: 5px;
}
.popup-holder.help .content-holder.main {
    width: 95%;
}
.popup-holder.help .logoAR{
    width: 404px;
}
.popup-holder.help a{
    font: 13px/18px 'titilliumWebBold';
    color: black;
    /*text-decoration: none;*/
}
.popup-holder.help .content-holder.active {
   display: block;
}
.popup-holder.help .tabs-holder {
    font: 12px/22px 'BungeeInlineRegular';
}
/*.popup-holder.help .tab-holder > .tab{*/
    /*display: inline-block;*/
    /*color: white;*/
    /*background: url('../images/upgrades_button_empty.png');*/
    /*text-align: center;*/
    /*line-height: 24px;*/
    /*background-size: 100% 100%;*/
    /*padding: 0px 9px;*/
    /*padding-left: 9px;*/
    /*width: 100px;*/
    /*height: 24px;*/
/*}*/

.popup-holder.help .content-holder.active .inner-tab-holder{

}
.popup-holder.help .content-holder.active .inner-tabs-holder .tab{
    display: inline-block;
    background: url('../images/upgrades_button_empty.png');
    text-align: center;
    color: white;
    background-size: 100% 100%;
    padding: 0px 9px;
    font: 12px/22px 'BungeeInlineRegular';
    margin-left: 8px;
}
.popup-holder.help .content-holder.active .inner-tabs-holder .tab:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.help .content-holder.active .inner-tabs-holder .tab.active{
    color: #f7931e;
}
.popup-holder.help .content-holder .inner-content-holder{
    position: absolute;
    display: none;
}
.popup-holder.help .content-holder .inner-content-holder.how-to-play{
    margin-top: 7px;
}
.popup-holder.help .content-holder .inner-content-holder .entry{
    border: 1px solid black;
    width: 98%;
    margin-top: 7px;
}
.popup-holder.help .content-holder .inner-content-holder .entry:hover{
    cursor: pointer;
}
.popup-holder.help .content-holder .inner-content-holder .entry .title{
    font: 13px/18px 'titilliumWebBold';
    padding-right: 23px;
}
.popup-holder.help .content-holder .inner-content-holder .entry .title .arrow{

}
.popup-holder.help .content-holder .inner-content-holder .entry .title .arrow i{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 0px;
    right: 10px;
}
/*.popup-holder.help .content-holder .inner-content-holder .entry .title .arrow i.up{*/
.popup-holder.help .content-holder .inner-content-holder .entry.active .title .arrow i{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 8px;
}
/*.popup-holder.help .content-holder .inner-content-holder .entry .title .arrow i.down{*/
.popup-holder.help .content-holder .inner-content-holder .entry .title .arrow i{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 4px;
}
.popup-holder.help .content-holder .inner-content-holder .entry .text{
    display: none;
    font: 11px/12px 'titilliumWebRegular';
    padding-top: 4px;
}
.popup-holder.help .content-holder .inner-content-holder .entry .text.active{
    display: block;
    padding-bottom: 5px;
}
.popup-holder.help .content-holder .inner-content-holder.active{
    display: block;
}
.popup-holder.help .tabs-holder > .tab{
    line-height: 21px;
    height: 20px;
}
.popup-holder.help .tabs-holder > div:nth-of-type(1) {
    width: 140px;
}
.popup-holder.help .tabs-holder > div:nth-of-type(2) {
    width: 140px !important;
}
.popup-holder.help .content-holder .subheader{
    font: 13px/18px 'MontserratSemiBold';
    padding-top: 5px;
    /*padding-bottom: 7px;*/
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: -8px;
}
.popup-holder.help .content-holder .subheader1{
    font: 13px/18px 'MontserratSemiBold';
    padding-top: 5px;
    /*padding-bottom: 7px;*/
    font-weight: bold;
}
.popup-holder.help .content-holder .subheader2{
    padding-top: 6px;
    padding-bottom: 2px;
    font-weight: bolder;
    margin-bottom: -14px;
}
.popup-holder.upgrades .content-holder .scroll-holder, .popup-holder.help .content-holder .scroll-holder {
    /*height: 303px;*/
    height: 290px;
}
.popup-holder.settings .content-holder .scroll-holder {
    height: 303px;
    max-height: 103%;
}
.popup-holder .content-holder .entry{
    padding: 2px 4px;
    width: 102%;
    font: 11px/16px 'BungeeInlineRegular';
    position: relative;
    margin-top: 7px;
}
.popup-holder.upgrades .content-holder .entry .name{
    text-align: center;
    margin-left: -7px;
}
.popup-holder.settings .content-holder .scroller{
    height: 298px;
}
.popup-holder.settings .content-holder .entry{
    /*width: 389px;*/
    width: 383px;
    border: 1px solid #23b7bb;
}
.popup-holder.settings .content-holder .entry input{
    width: 100px;
}
.popup-holder .content-holder .entry > .locked-overlay.locked{
    position: absolute;
    width: 100%;
    height: 96%;
    background: rgba(0, 0, 0, 0.80);
    left: 0;
}
.popup-holder.transparent .content-holder .entry > .locked-overlay.locked{
    background: rgba(0, 0, 0, 0.4);
}
.popup-holder .content-holder .entry > .locked-overlay.locked > .locked-text{
    position: absolute;
    left: 278px;
    top: 26px;
    color: white;
    font: 12px/16px 'BungeeInlineRegular';
    text-align: center;
    /*width: 120px;*/
    width: 114px;
}
.popup-holder .content-holder .entry > .locked-overlay.locked > .lock-icon{
    width: 27px;
    height: 36px;
    background: url('../images/lock_max_size.png');
    position: absolute;
    left: 253px;
    top: 27px;
    background-size: 100% 100%;
}
.popup-holder .content-holder.basic .scroller .entry.unit2{
    height: 88px;
}
.popup-holder .content-holder.advanced .scroller .entry.unit2{
    height: 95px;
}
.popup-holder .content-holder  .entry .upgrades-content > div{
    display: inline-block;
}
.popup-holder .content-holder  .entry .upgrades-content{
    border-top: 1px solid #23b7bb;
    padding-top: 10px;
    /*width: calc(100% - 90px);*/
    display: inline-block;
}
.popup-holder .content-holder  .entry .upgrades-content {
    width: calc(100% - 68px);
    display: inline-block;
}
.popup-holder .content-holder.basic  .entry .upgrades-content {
    width: 180px;
}
.popup-holder .content-holder.basic .entry > div {
    vertical-align: top;
}
.popup-holder .content-holder  .entry .stats-content {
    width: 100px;
    padding-top: 10px;
    border-top: 1px solid #23b7bb;
    text-align: center;
}
.popup-holder .content-holder  .entry .stats-content > .info-item{
    width: 100px;
    text-align: center;
}
.popup-holder .content-holder  .entry .stats-content > .info-item > div{
    display: inline-block;
    /*width: 42px;*/
}
.popup-holder .content-holder  .entry .stats-content > .info-item > .value{
    margin-left:5px;
}
.popup-holder .content-holder  .entry .stats-content > div{
    display: inline-block;
}
.popup-holder .button:not(.buy-amount){
    padding: 2px;
    /*border: 1px solid black;*/
    margin-left: 8px;
    display: inline-block;
}
.popup-holder .content-holder  .entry .upgrades-content .button{
    background: black;
    color: white;
    /*width: calc(100% - 4px);*/
    width: 69px;
    border-radius: 0;
    margin-left: 0;
    padding: 2px 1px;
    font: 11px/16px 'BungeeInlineRegular';
}
.popup-holder .content-holder  .entry .upgrades-content .button.tutButtonBlink{
    animation: tutButtonBlink 1.2s 4 ease-out;
    color: greenyellow;
    border: 2px solid greenyellow;
}
.popup-holder .tutButtonTextSizeBlink{
    animation: tutButtonTextSizeBlink 1.2s infinite ease-out;
    color: greenyellow;
}
.popup-holder .content-holder  .entry .upgrades-content .button.buy-upgrade:not(.maxed):hover{
    color: #f7931e;
    filter: brightness(100%);
}
.popup-holder .content-holder.advanced  .entry .upgrades-content .button {
    width: 74px;
    width: calc(100% - 4px);
}
.popup-holder .content-holder  .entry .upgrades-content .button.maxed{
    color: green;
    filter: brightness(150%);
}
.popup-holder .content-holder .entry .upgrades-content .button.maxed:hover{
    cursor: default;
}
.popup-holder.prestige .content-holder{
    padding-top: 13px;
}
.popup-holder.general .content-holder{
    height: 400px;
    margin-top: 35px;
    font: 11px/14px 'MontserratSemiBold';
}
.popup-holder.general .content-holder b{
    font-size: 13px;
    line-height: 20px;
}
.popup-holder.general{
    z-index:2;
}
.popup-holder.general .scroll-holder{
    /*width: 365px;*/
    height: 400px;
    padding-right: 20px;
}
.popup-holder.general .content-holder .scroller{
    padding-left: 8px;
}
.popup-holder.upgrades .header-names > div{
    display: inline-block;
    width: 76px;
    text-align: center;
}
.popup-holder.upgrades .basic .header-names > div:nth-child(3) {
    width: 140px;
    margin-left: 7px;
}
.popup-holder.upgrades .advanced .header-names > div {
    width: 81px;
}
.popup-holder.upgrades .content-holder .entry > div{
    display: inline-block;
}
.popup-holder.upgrades .content-holder .entry .upgrades-content > div{
    display: inline-block;
    width: 75px;
    text-align: center;
}
.popup-holder.upgrades .content-holder.advanced .entry .upgrades-content > div {
    width: 79px;
    width: calc(25% - 2px);
    margin-right: 2px;
}
.popup-holder.upgrades .content-holder .entry .entry-info{
    vertical-align: top;
    /*width: 83px;*/
    width: 79px;
    margin-right: 5px;
}
.popup-holder.upgrades .content-holder.advanced .entry .entry-info {
    width: 63px;
}
.popup-holder .content-holder.boosters {
    font: 13px/16px 'BungeeInlineRegular';
}
.popup-holder .content-holder.boosters .question_mark {
    /*position: absolute;*/
    width: 19px;
    height: 19px;
    background: url('../images/question_box.png');
    display: inline-block;
    /*right: 2px;*/
    /*bottom: 2px;*/
    transform: scale(0.8);
}
.popup-holder .content-holder.boosters .top-info-holder{

}
.popup-holder .content-holder.boosters .top-info-holder > div{
    display: inline-block;
}
.popup-holder .content-holder.boosters .top-info-holder > .info-text{
    width: 236px;
    vertical-align: top;
    margin-left: 31px;
}
.popup-holder .content-holder.boosters .top-info-holder > .alien-shards-info{
    background: url('../images/alien_shard_shop-min.png');
    width: 84px;
    height: 36px;
}
.popup-holder .content-holder.boosters .top-info-holder > .alien-shards-info > .value{
    position: absolute;
    margin-top: 14px;
    margin-left: 29px;
    font-family: 'BungeeColorRegular';
}
.popup-holder .content-holder.boosters .top-info-holder > .get-more-shards{
    background: url('../images/plus_icon_get_more_alien_shards-min.png');
    width: 16px;
    height: 16px;
    position: relative;
    top: -18px;
    left: 1px;
}
.popup-holder .content-holder.boosters .top-info-holder > .get-more-shards:hover{
    background: url('../images/plus_icon_hover_effect.png');
    cursor: pointer;
}
.popup-holder .content-holder.boosters .top-info-holder > .ufo-icon{
    background: url('../images/spaceship_main_w_shaddow-min.png');
    width: 30px;
    height: 30px;
    background-size: 100%;
}
.popup-holder .content-holder.boosters .bottom-info-holder{
    position: absolute;
    top: 391px;
}
.popup-holder .content-holder.boosters .bottom-info-holder > div{
    display: inline-block;
}
.popup-holder .content-holder.boosters .bottom-info-holder .info-text{
    /*width: 351px;*/
    /*vertical-align: top;*/
    /*font: 10px/19px 'BungeeInlineRegular';*/
    width: 349px;
    vertical-align: top;
    font: 9px/13px 'BungeeInlineRegular';
    margin-top: 2px;
}
.popup-holder .content-holder.boosters .bottom-info-holder .ufo-icon{
    background: url('../images/spaceship_main_w_shaddow-min.png');
    width: 30px;
    height: 30px;
    background-size: 100%;
}
.popup-holder.upgrades .content-holder.boosters .main-holder{
    /*background: url('../images/time_machine_main_resized.png');*/
    background: url('../images/time_machine_main_2.png');
    /*width: 334px;*/
    /*height: 346px;*/
    width: 267px;
    height: 277px;
    background-size: 100% 100%;
    position: absolute;
}
.popup-holder .content-holder.boosters .main-holder.flicker {
    animation: flicker 1.6s 1 ease-out;
}
.popup-holder .content-holder.boosters .main-holder .electricity{
    background: url('../images/electicity_time_machine_animated_resized.png');
    width: 416px;
    height: 355px;
    position: absolute;
    /*left: -69px;*/
    /*top: -11px;*/
    left: -80px;
    top: -123px;
}
.popup-holder .content-holder.boosters .main-holder .electricity {
    animation: electricityFlicker 1s 5 ease-out;
}
@keyframes electricityFlicker{
    0% {opacity: 0; scale(0.1)}
    20% {opacity: 0.3; scale(1)}
    50% {opacity: 0.8; scale(0.5)}
    80% {opacity: 0.6; scale(1)}
    100% {opacity: 1; scale(0.1)}
}
@keyframes flicker{
    0% {opacity: 1; scale(0.1)}
    20% {opacity: 0.6; scale(1)}
    50% {opacity: 0.0; scale(0.5)}
    80% {opacity: 0.6; scale(1)}
    100% {opacity: 1; scale(0.1)}
}
.popup-holder.upgrades .content-holder.boosters .main-holder .title{
    background: white;
    padding: 4px 16px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 2px;
    font: 13px/13px 'BungeeInlineRegular';
    border: 1px solid black;
}
.popup-holder.upgrades .content-holder.boosters .main-holder .arm{
    background: url('../images/arm_karen_resized.png');
    width: 33px;
    height: 25px;
    position: absolute;
    /*left: 155px;*/
    /*top: 285px;*/
    left: 148px;
    top: 172px;
}
.popup-holder.upgrades .content-holder.boosters .main-holder .handle{
    background: url('../images/handle_on_time_machine_resized.png');
    width: 35px;
    height: 36px;
    position: absolute;
    left: 60px;
    top: 210px;
}
.popup-holder.upgrades .content-holder.boosters .main-holder .karen{
    background: url('../images/karen_2.png');
    width: 55px;
    height: 77px;
    position: absolute;
    /*top: 272px;*/
    /*left: 174px;*/
    top: 157px;
    left: 167px;
}
.popup-holder .content-holder.boosters .steps-holder{
    background: url('../images/time_machine_bg_steps1-min.png');
    width: 335px;
    height: 347px;
    margin: 0 auto;
    position: relative;
}
.popup-holder .content-holder.boosters .steps-holder .pedestal{
    background: url('../images/time_machine_base-min.png');
    width: 128px;
    height: 43px;
    position: relative;
    margin: 0 auto;
    top: 226px;
}
.popup-holder .content-holder.boosters .steps-holder .house{
    background: url('../images/time_machine_capsule-min.png');
    width: 102px;
    height: 117px;
    margin: 0 auto;
    position: relative;
    top: 89px;
}
.popup-holder .content-holder.boosters .steps-holder .electricity{
    background: url('../images/time_machine_electricity-min.png');
    width: 97px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    top: -84px;
    left: -11px;
}
.popup-holder .content-holder.boosters .steps-holder .karen{
    background: url('../images/karen-min.png');
    width: 55px;
    height: 58px;
    position: relative;
    top: -44px;
    left: 172px;
}
.popup-holder .content-holder.boosters .steps-holder .house-items{
    margin-top: 31px;
}
.popup-holder .content-holder.boosters .steps-holder .title {
    position: absolute;
    top: 1px;
    left: 1px;
    border: 1px solid black;
    padding: 2px 10px;
    font: 16px/16px 'BungeeInlineRegular';
    background: white;
}
.popup-holder .content-holder.boosters .steps-holder .step-info {
    position: absolute;
    top: 32px;
    left: 91px;
    font: 13px/16px 'BungeeInlineRegular';
}
.popup-holder .content-holder.boosters .steps-holder .instructions {
    position: absolute;
    top: 52px;
    /*left: 57px;*/
    /*width: 244px;*/
    left: 39px;
    width: 268px;
    font: 13px/16px 'BungeeColorRegular';
}
.popup-holder .content-holder.boosters .steps-holder .middle-table{
    background: url('../images/time_machine_unlock_costs_bg-min.png');
    width: 98px;
    height: 32px;
    margin: 0 auto;
    position: relative;
    top: 89px;
}
.popup-holder .content-holder.boosters .steps-holder .middle-table.special{
    top: 113px;
}
.popup-holder .content-holder.boosters .steps-holder .middle-table .text{
    display: inline-block;
    margin-left: 22px;
    font: 13px/14px 'BungeeColorRegular';
    padding-top: 1px;
}
.popup-holder .content-holder.boosters .steps-holder .middle-table .bulb-icon{
    background: url('../images/alien_tech_icon_time machine_unlock_cost-min.png');
    width: 15px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 22px;
}
.popup-holder .content-holder.boosters .steps-holder .middle-table .value{
    position: absolute;
    top: 10px;
    left: 38px;
    width: 33px;
    text-align: center;
    font-family: 'BungeeColorRegular';
}
.popup-holder .content-holder.boosters .steps-holder .middle-table .build{
    background: url('../images/time_machine_build-min.png');
    width: 73px;
    height: 19px;
    position: relative;
    margin: 0 auto;
    top: 28px;
    color: white;
    text-align: center;
    font: 12px/19px 'BungeeInlineRegular';
}
.popup-holder .content-holder.boosters .steps-holder .middle-table .build.collect{
    top: -2px;
    background: url('../images/upgrades_button_empty.png');
    background-size: 100% 100%;
    width: 117px;
    margin-left: -11px;
    font: 11px/18px 'BungeeInlineRegular';
}
.popup-holder .content-holder.boosters .steps-holder .middle-table .build:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder .content-holder.boosters .steps-holder .middle-table .arrow.down {
    width: 7px;
    height: 10px;
    background: url('../images/unlocks_arrow_down.png');
    margin-left: 3px;
    position: absolute;
    top: 8px;
    left: 68px;
}
.popup-holder .content-holder.boosters .go-to-future-holder{
    position: absolute;
    top: 79px;
    left: 117px;
}
.popup-holder .content-holder.boosters .go-to-future-holder .text{
    width: 72px;
    vertical-align: top;
    top: 4px;
    font: 10px/12px 'BungeeInlineRegular';
    position: relative;
    margin-left: 7px;
}
.popup-holder .content-holder.boosters .go-to-future-holder .options-holder{
    position: relative;
    top: 6px;
    max-width: 227px;
    margin-left: -5px;
}
.popup-holder .content-holder.boosters .go-to-future-holder > div{
    display: inline-block;
    vertical-align: top;
}
.popup-holder .content-holder.boosters .go-to-future-holder .options-holder > .option{
    padding: 2px 9px;
    background: black;
    margin-left: 6px;
    color: white;
    position: relative;
    margin-bottom: 2px;
}
.popup-holder .content-holder.boosters .go-to-future-holder .options-holder > .option.active{
    color: #f7931e;
}
.popup-holder .content-holder.boosters .go-to-future-holder .options-holder > .option.disabled{
    /*opacity: 0.5;*/
}
.popup-holder .content-holder.boosters .go-to-future-holder .options-holder > .option:hover {
    cursor: pointer;
    color: #f7931e;
}
.popup-holder .content-holder.boosters .go-to-future-holder .options-holder > .option > div{
    display: inline-block;
    font-family: 'BungeeColorRegular';
}
.popup-holder .content-holder.boosters .go-to-future-holder .options-holder > .option .shard-icon{
    background: url('../images/shard_icon_trigger-min.png');
    width: 11px;
    height: 18px;
    position: absolute;
    /*right: 5px;*/
}
.popup-holder .content-holder.boosters .steps-holder .shard-icon-big{
    /*background: url('../images/shard_icon_trigger-min.png');*/
    background: url('../images/alien_shard_steps.png');
    width: 14px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 5px;
}
.popup-holder .content-holder.boosters .go-to-future-holder .options-holder > div{
    display: inline-block;
}
.popup-holder .content-holder.boosters .trigger-holder{
    position: absolute;
    top: 140px;
    left: 264px;
}
.popup-holder .content-holder.boosters .info-text.time-warp{
    width: 118px;
    font: 10px/11px 'BungeeInlineRegular';
    border: 1px solid black;
    position: absolute;
    top: 129px;
    right: 8px;
    padding: 3px;
    background: white;
}
.popup-holder .content-holder.boosters .estimated-gains {
    position: absolute;
    top: 253px;
    left: 285px;
    font: 9px/19px 'BungeeInlineRegular';
}
.popup-holder .content-holder.boosters .time-warp {
    display: inline-block;
    vertical-align: top;
}
.popup-holder .content-holder.boosters  .trigger-item-holder{
    /*margin-top: 170px;*/
    position: absolute;
    left: 268px;
    top: 233px;
}
.popup-holder .content-holder.boosters .trig{
    background: url('../images/trigger_button-min.png');
    width: 73px;
    height: 19px;
    color: white;
    font: 12px/18px 'BungeeInlineRegular';
    text-align: center;
}.popup-holder .content-holder.boosters .trig:hover {
     cursor: pointer;
     color: #f7931e;
 }
.popup-holder .content-holder.boosters .handle{
    /*background: url('../images/trigger_handle-min.png');*/
    background: url('../images/handle_on_time_machine_resized.png');
    /*width: 91px;*/
    /*height: 91px;*/
    width: 35px;
    height: 36px;
    color: white;
    font: 12px/18px 'BungeeInlineRegular';
    text-align: center;
    /*margin-top: -73px;*/
    /*margin-left: 40px;*/
    margin-top: -41px;
    margin-left: 62px;
}
.popup-holder .content-holder.boosters .handle.rotateHandle{
    animation-name: rotateHandle;
    animation-duration: 0.26s;
    transform-origin: 1px 30px;
}
.popup-holder .content-holder.boosters  .handle:hover{
    cursor: pointer;
}
.popup-holder.to-future{
    background: rgba(35, 183, 187, 0.95);
    padding: 0px;
    height: 330px;
    margin-top: 35px;
    z-index: 3;
    /*border-radius: 6px;*/
    border: 1px solid black;
    margin-right: 9px;
}
.popup-holder.to-future .content-holder > .title{
    background: white;
    text-align: center;
    width: 120px;
    height: 24px;
    font: 13px/25px 'BungeeInlineRegular';
    border: 2px solid black;
}
.popup-holder.to-future .subtitle{
    text-align: center;
    /*width: 91%;*/
    width: 66%;
    margin: 0 auto;
    margin-top: 25px;
    font: 13px/16px 'BungeeColorRegular';
    margin-left: 41px;
}
.popup-holder.to-future .promotion-holder{
    width: 166px;
    margin: 0 auto;
    margin-top: -5px;
}
.popup-holder.to-future .promotion-holder .title{
    background: url('../images/promo_name_frame.png');
    width: 163px;
    height: 16px;
    font: 10px/16px 'titilliumWebBold';
    text-align: center;
}
.popup-holder.to-future .promotion-holder .timer{
    background: url('../images/frame_below_popular_best_value.png');
    width: 92px;
    height: 20px;
    font: 10px/12px 'titilliumWebBold';
    background-size: 100% 100%;
    margin-left: 29px;
}
.popup-holder.to-future .promotion-holder .timer > div{
    display: inline-block;
}
.popup-holder.to-future .promotion-holder .timer > .clock-icon{
    background: url('../images/promo_time_left_icon.png');
    width: 15px;
    height: 18px;
}
.popup-holder.to-future .promotion-holder .timer > .value {
    vertical-align: top;
    margin-left: 4px;
    font: 12px/19px 'titilliumWebBold';
}
.popup-holder.to-future .items-holder{
    /*margin-left: 24px;*/
    margin-left: 38px;
    margin-top: 37px;
}
.popup-holder.to-future .items-holder .item{
    margin-top: 12px;
    position: relative;
}
.popup-holder.to-future .items-holder .item > div{
    display: inline-block;
    vertical-align: top;
}
.popup-holder.to-future .items-holder .item .extra-value{
    background: url('../images/extra_shards_frame.png');
    width: 37px;
    height: 18px;
    position: absolute;
    left: 61px;
    top: -1px;
    text-align: center;
    font: 11px/18px 'BungeeInlineRegular';
}
.popup-holder.to-future .items-holder .item .extra-title{
    font: 10px/12px 'titilliumWebSemiBold';
    position: absolute;
    top: 36px;
    left: 236px;
    /*right: 68px;*/
    /*background: rgba(255, 255, 255, 0.4);*/
    padding: 1px 3px;
    background: url('../images/frame_below_popular_best_value.png');
    background-size: auto;
    width: 68px;
    height: 12px;
    background-size: 100% 100%;
    /*margin-left: 29px;*/
}
.popup-holder.to-future .items-holder .item .value-holder{
    background: url('../images/alien_shard_shop-min.png');
    width: 84px;
    height: 36px;
}
.popup-holder.to-future .items-holder .item .value-holder .value {
    text-align: center;
    margin-left: 22px;
    margin-top: 15px;
    font-family: 'BungeeColorRegular';
}
.popup-holder.to-future .items-holder .item .right-holder{
    background: white;
    height: 26px;
    margin-top: 8px;
    border: 1px solid black;
    width: 222px;
}
.popup-holder.to-future .items-holder .item .right-holder > div{
    display: inline-block;
    vertical-align: top;
}
.popup-holder.to-future .items-holder .item .right-holder .title{
    width: 112px;
    font: 11px/13px 'BungeeInlineRegular';
    margin-left: 14px;
    text-align: center;
}
.popup-holder.to-future .items-holder .item .right-holder .price{
    background: url('../images/alien_shard_shop_buy_button-min.png');
    width: 53px;
    height: 21px;
    position: relative;
    top: 3px;
    color: white;
    /*text-align: center;*/
    font: 12px/20px 'BungeeInlineRegular';
    margin-left: 25px;
    text-align: center;
    background-size: 100% auto;
}
.popup-holder.to-future .items-holder .item .right-holder .price:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.to-future .items-holder .item .right-holder .price .kred-icon {
    width: 13px;
    height: 12px;
    background: url('../images/kred_icon.png');
    margin-top: 5px;
    display: inline-block;
    /*margin-left: 6px;*/
    margin-right: 2px;
}
.popup-holder.to-future .items-holder .item .right-holder .price .value {
    display: inline-block;
    position: relative;
    vertical-align: top;
    /*top: -2px;*/
    /*left: 3px;*/
    font: 11px/20px 'BungeeColorRegular';
}
.popup-holder.to-future .sub-info{
    width: 88%;
    margin: 0 auto;
    margin-top: 16px;
    text-align: center;
    font: 12px/15px 'BungeeInlineRegular';
}
.popup-holder.after-time-warp{
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 0px;
    height: 330px;
    /*height: 330px;*/
    min-height: 230px;
    margin-top: 35px;
    z-index: 3;
}
.popup-holder.after-time-warp .content-holder > .title{
    color: #f7931e;
    text-align: center;
    margin-top: 40px;
    padding: 0px 14px;
    padding-bottom: 13px;
}
.popup-holder.after-time-warp .content-holder .section{
    margin-top: 10px;
}
.popup-holder.after-time-warp .content-holder .section > div{
    display: inline-block;
    vertical-align: top;
}
.popup-holder.after-time-warp .content-holder .section .title{
    border: 1px solid black;
    text-align: center;
    width: 93px;
    padding: 2px 0;
}
.popup-holder.after-time-warp .content-holder .section .stats{
    margin-left: 43px;
    margin-top: 14px;
}
.popup-holder.after-time-warp .content-holder .section .data-item{

}
.popup-holder.after-time-warp .content-holder .section .data-item > div{
    display: inline-block;
}
.popup-holder.after-time-warp .content-holder .section .data-item > .gain-title{
    margin-left: 5px;
}
.popup-holder > .close{
    position: absolute;
    right: 9px;
    top: 4px;
    border: none;
    font: 26px/27px 'BungeeInlineRegular';
}
.menu-item, .button:hover{
    cursor: pointer;
}
.popup-holder > .close{
    position: absolute;
    right: 9px;
    top: 1px;
}
.popup-holder.prestige .button{
    /*display: inline-block;*/
    /*text-align: center;*/
}
.popup-holder.prestige .prestige-points {
    display: inline-block;
    vertical-align: top;
    font: 12px/13px 'BungeeInlineRegular';
}
.popup-holder.prestige .prestige-points .current-points,
.popup-holder.prestige .prestige-points .current-bonus{
    color: #23b7bb;
    text-shadow: 1px 1px 0
    black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
    font: 13px/13px 'BungeeColorRegular';
}
.popup-holder.prestige .estimate {
    position: absolute;
    top: 31px;
    /*top: 11px;*/
    right: 11px;
    font: 11px/13px 'BungeeInlineRegular';
}
.popup-holder.prestige .estimate.transparent {
    top: 11px;
}
.popup-holder.prestige .prestige-now {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 109px;
    height: 24px;
    padding: 3px;
    border: 0;

    /*background: url('../images/lab/prestige_button.png');*/
    background: url('../images/lab/prestige_button_big.png');

    font: 11px/12px 'BungeeInlineRegular';
    color: #ffffff;

    text-align: center;
    position: absolute;
    right: 10px;
    top: 46px;
}
.popup-holder.prestige .prestige-now.transparent {
    top: 26px;
}
.popup-holder.prestige .prestige-now:hover {
     color: #f7931e;
}
.popup-holder.prestige .horizontal-line {
    margin: 7px 0px 0px 0px;
}
.popup-holder.prestige .button.reset-skills{
    display: inline-block;
    text-align: center;
    padding: 3px 6px;
    background: url('../images/button_empty.png');
    background-size: 100% 100%;
    color: #ffffff;
    font: 11px/21px 'BungeeInlineRegular';
    border: none;
    height: 24px;
    left: 0px;
    position: absolute;
    top: 83px;
}
.popup-holder.prestige .button.reset-skills:hover{
    color: #f7931e;
}
.popup-holder.prestige .next-skill-cost {
    width: 200px;
    margin: 4px auto 13px 95px;
    font: 11px/12px 'BungeeInlineRegular';
    text-align: center;
}
.popup-holder.prestige .button.convert-aliens{
    width: 107px;
    width: 103px;
    text-align: center;
    margin-left: 10px;
    padding: 3px 6px;
    background: url('../images/aliens_to_skills_convert2.png');
    background-size: auto;
    background-size: 100% 100%;
    color: #ffffff;
    font: 12px/16px 'BungeeInlineRegular';
    border: none;
    height: 24px;
    height: 25px;
    right: 9px;
    position: absolute;
    top: 83px;
}
.popup-holder.prestige .button.convert-aliens.tutButtonBlink{
    animation: tutButtonBlink 1.2s 4 ease-out;
    /*color: greenyellow;*/
    /*border: 2px solid greenyellow;*/
}
.popup-holder.prestige .button.convert-aliens:hover{
    color: #f7931e;
}
.popup-holder.prestige .button.convert-aliens .button-text{
    color: white;
    text-align: right;
    font: 11px/24px 'BungeeInlineRegular';
}
.popup-holder.prestige .button.convert-aliens.tutButtonTextSizeBlink .button-text{
    color: greenyellow !important;
}
.popup-holder.prestige .button.convert-aliens .button-text:hover{
    color: #f7931e;
}
.popup-holder.prestige .skill-section {
    position: relative;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
.popup-holder.prestige .skill-section:nth-of-type(2) {
    /*margin: 0 5%;*/
    /*margin: 0 calc((100% - 357px) / 2);*/
}
.popup-holder.prestige .section-titles {
    margin-bottom: 20px;
}
.popup-holder.prestige .section-titles .skill-section {
    text-align: center;
    position: relative;
    top: 12px;
}
.popup-holder.prestige .section-titles .skill-section:not(:first-child) {
    width: 30%;
}
.popup-holder.prestige .section-skills {
    /*height: 281px;*/
    height: 242px;
}
.popup-holder.prestige .section-skills .skill {
    position: relative;
    width: 119px;
    height: 50px;
    margin: 0 auto 7px auto;
}
.popup-holder.prestige .section-skills .skill:hover {
    cursor: pointer;
}
.popup-holder.prestige .section-skills .skill:first-child {
    margin-top: -1px;
}
.popup-holder.prestige .section-skills .skill.last {
    margin-bottom: -1px;
}
.popup-holder.prestige .section-skills .skill-section {
    background: url('../images/lab/black_line.png') center;
    background-repeat: repeat-y;
}
.popup-holder.prestige .skill-section[data-skill-type=utility] .skill {
    background: url('../images/lab/utility_button_empty.png');
}
.popup-holder.prestige .skill-section[data-skill-type=offensive] .skill {
    background: url('../images/lab/offensive_button_empty.png');
}
.popup-holder.prestige .skill-section[data-skill-type=defensive] .skill {
    background: url('../images/lab/defensive_button_empty.png');
}

.popup-holder.prestige .section-skills .skill .title {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 109px;
    height: 26px;
    font: 12px/13px 'BungeeInlineRegular';
    color: #ffffff;
    text-align: center;
}
.popup-holder.prestige .section-skills .skill .progress {
    position: absolute;
    top: 5px;
    left: 40px;
    width: 46px;
    height: 13px;
    font: 10px/11px 'BungeeInlineRegular';
    color: #ffffff;
    text-align: center;
}
.popup-holder.prestige .skill-section .skill .title:hover{
    color: #f7931e;
}
.popup-holder.prestige .section-skills .skill .all-owned {
    position: absolute;
    top: 2px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: url('../images/lab/collected_button.png');
}
.popup-holder.prestige .section-skills .group-lock {
    position: absolute;
    width: calc(100% - 4px);
    background: url('../images/lock_max_size.png') center no-repeat, rgba(0,0,0, 0.6);
    border: 2px solid #8cc63f;
    border-bottom: none;
}
.popup-holder.prestige.transparent .section-skills .group-lock {
    background: url('../images/lock_max_size.png') center no-repeat, rgba(0,0,0, 0.4);
}
.popup-holder.prestige .section-skills .group-lock.small {
    background-size: 31% 78%;
}
.popup-holder.prestige .section-skills .skill.last + .group-lock {
    border-bottom: 2px solid;
}
.popup-holder.prestige .section-skills .scroller {
    overflow-x: hidden;
}
.popup-holder.prestige .skill-section[data-skill-type=utility] .group-lock {
    border-color: #8cc63f !important;
}
.popup-holder.prestige .skill-section[data-skill-type=offensive] .group-lock {
    border-color: #23b7bb !important;
}
.popup-holder.prestige .skill-section[data-skill-type=defensive] .group-lock {
    border-color: #f7931e !important;
}
.popup-holder.settings .button:not(.close) {
     padding: 3px 6px;
     background: url('../images/lab/prestige_button.png');
     background-size: 100% 100%;

     color: #ffffff;
     font: 12px/16px 'BungeeInlineRegular';
     border: none;
 }
.popup-holder.settings .content-holder{
    margin-top: 13px;
}
.popup-holder.settings .account-id {
    margin-top: 5px;
    margin-right: 24px;

    font: 9px/10px 'BungeeInlineRegular';
    display: inline-block;
    float: right;
    text-align: center;
}

.popup-holder.settings .autosave {
    position: absolute;
    top: 12px;
    right: 36px;
    font: 10px/14px 'BungeeInlineRegular';
}
.popup-holder.settings .autosave span {
    display: inline-block;
    min-width: 30px;
    text-align: right;
}
.popup-holder.settings .save-online,
.popup-holder.settings .load-online{
    margin: 5px 10px;
    width: 107px;
    text-align: center;
}
.popup-holder.settings .save-online:hover,
.popup-holder.settings .load-online:hover {
    color: #f7931e;
    cursor: pointer;
}
.popup-holder.settings .load-online {
    margin: 0;
}
.popup-holder.settings .action {
    width: 107px;
    text-align: center;
    margin-left: 10px;
}
.popup-holder.settings .action:hover{
    color: #f7931e;
    cursor: pointer;
}
.popup-holder.settings .line {
    border-top: 1px solid #23b7bb;
    /*margin-top: 17px;*/
}
.popup-holder.settings .tabs-holder{
    margin-top: 12px;
}
.popup-holder.settings .tabs-holder .tab{
    font: 13px/20px 'BungeeInlineRegular';
    height: 20px;
}
.popup-holder.settings .content-subholder{
    display: none;
}
.popup-holder.settings .content-subholder.active{
    display: block;
}
.popup-holder.settings .entries-holder{
    margin-top: 8px;
    padding-bottom: 75px;
}
.popup-holder.settings .entry > div{
    display: inline-block;
}
.popup-holder.settings .entry .setting{
    display: inline-block;
    width: 12px;
    height: 12px;
    /*border-radius: 4px;*/
    border: 1px solid black;
    margin-right: 11px;
    /*vertical-align: top;*/
    /*vertical-align: middle;*/
    position: relative;
    top: 3px;
}
.popup-holder.settings .entry .setting:hover{
    background: #f7931e;
    cursor: pointer;
}
.popup-holder.settings .entry .setting.active{
    /*background: greenyellow;*/
    background: #23b7bb;
}
.popup-holder.settings .entries-holder .entry .text{
    /*font: 16px/16px 'BungeeInlineRegular';*/
    /*font: 11px/19px 'BungeeInlineRegular';*/
    font: 12px/19px 'titilliumWebBold';
    display: inline;
}
.popup-holder.settings .entries-holder .entry .text.bigger{
    font: 14px/19px 'titilliumWebBold';
}
.popup-holder.settings .entries-holder .entry .error-message{
    color: red;
    font-style: normal;
    font: 9px/16px 'BungeeInlineRegular';
}
.popup-holder.settings .entries-holder .entry .text > .hint{
    /*font-style: normal;*/
    /*font: 9px/16px 'BungeeInlineRegular';*/
    font: 11px/16px 'titilliumWebSemiBold';
    font-style: italic;
}
.popup-holder.settings .entries-holder .entry .value-text{
    font: 12px/16px 'titilliumWebBold';
}
.popup-holder .scroll-arrow{
    width: 22px;
    height: 14px;
    margin: 0 auto;
    /*background: pink;*/
    position: absolute;
    background: url('../images/scroller_22_14.png');
    top: 387px;
    left: 200px;
}
.not-displayed{
    display:none !important;
}
.tab{
    display:none;
}
.tab.active{
    display: inline-block;
}
.header-names{
    padding-left: 88px;
    margin-top: 10px;
}
.popup-holder.upgrades .content-holder.advanced .header-names {
    padding-left: 68px;
}
.popup-holder.upgrades .content-holder.advanced .header-names > div:nth-child(1){
    margin-left: 3px;
}
.popup-holder.upgrades .content-holder.advanced .header-names > div:nth-child(2){
    margin-left: -2px;
}
.popup-holder.upgrades .content-holder.advanced .header-names > div:nth-child(4){
    margin-left: -4px;
}
.popup-holder .buy-amount{
    position: absolute;
    top: 6px;
    left: 171px;
    width: 56px;
    /*height: 13px;*/
    background: url('../images/buy_max_button_empty.png');
    color: #f7931e;
    font: 11px/13px 'BungeeInlineRegular';
    text-align: center;
}
.popup-holder .content-holder.basic .raider-header{
    position: absolute;
    top: 91px;
    left: 14px;
}
.popup-holder .content-holder.advanced .raider-header{
    position: absolute;
    top: 91px;
    left: 9px;
}
.popup-holder .content-holder.basic .buy-all-holder{
    margin-left: 86px;
}
.popup-holder .content-holder.advanced .buy-all-holder{
    margin-left: 63px;
}
.popup-holder .buy-all-holder > div{
    display: inline-block;
}
.popup-holder .buy-all{
    /*position: absolute;*/
    /*top: 6px;*/
    /*left: 171px;*/
    width: 56px;
    height: 13px;
    background: url('../images/buy_max_button_empty.png');
    font: 11px/13px 'BungeeInlineRegular';
    text-align: center;

    color: white;
}
.popup-holder .content-holder.basic .buy-all-holder .buy-all{
    margin-left: 10px;
    border: none;
}
.popup-holder .content-holder.advanced .buy-all-holder .buy-all{
    margin-left: 17px;
    border: none;
}
.popup-holder .buy-all:hover{
    cursor: pointer;
    color: #f7931e;
}
.popup-holder.upgrades .content-holder{
    display: none;
    margin-top: 14px;
}
.popup-holder.upgrades .content-holder.active{
    display: block;
}
.popup-holder.upgrades .after-upgrade-value{
    color: #23b7bb;
    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}
/*.popup-holder.stats{*/
    /*z-index: 2;*/
/*}*/
.popup-holder.stats .content-holder{
    /*padding-top: 10px;
    border-top: 1px solid #23b7bb;
    margin-top: 10px;*/
    height: 390px;
    display: none;
}
.popup-holder.stats .content-holder.first .scroller{
    height: 362px;
    margin-top: 6px;
}
.popup-holder.stats .content-holder.active{
    display: block;
}
.popup-holder.stats .content-holder .scroller{
    overflow-y: auto;
    margin-top: 6px;
}
.popup-holder.stats .content-holder .entry{
    font: 11px/13px 'BungeeInlineRegular';
    margin-top: 0;
}
.popup-holder.stats .entry {
    width: auto;
}
.popup-holder.stats .entry.section {
    font: 13px/15px 'BungeeColorRegular';
    color: #23b7bb;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
    text-align: center;
    margin-top: 3px;
}
.popup-holder.stats .entry > div {
    display: inline-block;
}
.popup-holder.stats .entry > .text {
    padding: 0 5px;
    width: 215px;
    text-align: right;
    font: 12px/14px 'titilliumWebBold';
}
.popup-holder.stats .mp-hint{
    font: 11px/16px 'titilliumWebSemiBold';
    font-style: italic;
    text-align: left;
    margin-top: 2px;
}
.popup-holder.stats .entry > .value {
    /*font: 14px/14px 'titilliumWebBold';*/
    font: 12px/14px 'titilliumWebBold';
    padding-left: 20px;
}
.unit-img{
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.unit-img.wider{
    background-size: 100% auto;
}
.unit-img.higher{
    background-size: auto 100%;
}
.orange{
    color: #f7931e;
}
.blue{
    color: #23b7bb;
}
.secret-weapon-used-holder{
    position: absolute;
    /*top: 94px;
    left: 0;
    right: 420px;*/
    top: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
    height: 40px;
    z-index: 1;
    font: 12px/14px 'MontserratSemiBold';
    background: rgba(0, 0, 0, 0.8);
    padding: 2px 4px;
}
.secret-weapon-used-holder > div{
    display: inline-block;
    color: white;
}
.secret-weapon-used-holder .tile {
    width: 40px;
    height: 40px;
    background: url('../images/weapons_sprite_new.png') no-repeat;
    background-position-x: 0%;
    background-size: auto;
    background-size: auto 100%;
}
.secret-weapon-used-holder .tile.small.first{
    background-position-x: 0px;
}
/*.popup-holder.miniGame .weapons-holder .weapons-inner-holder  .tile.second{*/
.secret-weapon-used-holder .tile.small.second{
    background-position-x: -44px;
}
.secret-weapon-used-holder .tile.small.third{
    background-position-x: -85px;
}
.secret-weapon-used-holder .tile.small.fourth{
    background-position-x: -129px;
}
.secret-weapon-used-holder .tile.small.fifth{
    background-position-x: -173px;
}
.secret-weapon-used-holder .tile.small.sixth{
    background-position-x: -216px;
}
.secret-weapon-used-holder .text-holder{
    vertical-align: top;
    font: 9px/14px 'MontserratSemiBold';
    width: 129px;
    text-align: center;
}
.secret-weapon-used-holder .text-holder > div{
    text-align: center;
}
.secret-weapon-used-holder .triggered {
    display: inline-block;
    /*font: 11px/14px 'MontserratSemiBold';*/
}
.secret-weapon-used-holder .valid-text {
    /*font: 11px/14px 'MontserratSemiBold';*/
    /*margin-top: 14px;*/
    position: Absolute;
    top: 27px;
    left: 72px;
}
/* confirmation popup */
.confirmation-popup{
    margin: 0 auto;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 300px;
    background: white;
    padding: 10px;
    padding-right: 26px;
    border-radius: 5px;
    text-align: center;
    z-index: 2;
    font: 17px/17px 'BungeeInlineRegular';
    /*font: 10px/14px 'MontserratSemiBold';*/
}
.confirmation-popup{
    top: 200px;
}
.confirmation-popup .value{
    font: 12px/14px 'MontserratSemiBold';
    font-weight: bold;
}
.confirmation-popup .close{
    position: absolute;
    right: 11px;
    top: 5px;
}
.confirmation-popup .close:hover{
    cursor: pointer;
}
.confirmation-popup .text-holder {
    font: 10px/14px 'MontserratSemiBold';
}
.confirmation-popup .button {
    display: inline-block;
    padding: 3px 5px;
    background: url('../images/lab/prestige_button.png');
    background-size: 100% 100%;
    color: #ffffff;
    font: 20px/24px 'BungeeInlineRegular';
}
.confirmation-popup .button:hover {
    color: #f7931e;
}
.confirmation-popup .button.no {
    margin-left: 50px;
}
.confirmation-popup .text-holder > div {
    margin-bottom: 20px;
}
.confirmation-popup .text-holder .pending-prestige-points,
.confirmation-popup .text-holder .prestige-bonus {
    color: #f7931e;
}
/* end confirmation popup*/
/* animations start */
#animations-attach-point .animation {
    z-index: 1;
    pointer-events: none;
}
.scale_in_out_text {
    position: absolute;

    left: 350px;
    top: 250px;

    font: 12px/20px 'BungeeInlineRegular';
    color: #ffffff;

    text-align: center;

    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}
#animations-attach-point .animation .shard-icon.small{
    display: inline-block;
    background: url('../images/shard_icon_trigger-min.png');
    width: 11px;
    height: 18px;
    position: relative;
    top: 4px;
}
.scale_in_out_text.aliens {
    left: 160px;
    top: 190px;
    color: green;
}
#mainContainer.legacy-ui .scale_in_out_text.aliens {
    left: 280px;
}
.scale_in_out_text.new-area {
    left: 155px;
    top: 100px;
    color: #f7931e;
    font: 11px/15px 'BungeeInlineRegular';
    animation: scaleInOutNewLevel 2.0s ease-out;
}
.scale_in_out_text.secret-weapon-used {
    left: 120px;
    top: 270px;
    color: #f7931e;
    font: 18px/24px 'BungeeInlineRegular';
    animation: scaleInOutNewLevel 2.0s ease-out;
}
.scale_in_out_text.weapon-currency-added {
    left: 146px;
    top: 270px;
    color: greenyellow;
    font: 10px/24px 'BungeeInlineRegular';
    animation: scaleInOutNewLevel 2.0s ease-out;
}
#mainContainer.legacy-ui .scale_in_out_text.new-area {
    left: 120px;
}
.scale_in_out_text.funny-text {
    color: #23b7bb;
    animation: scaleInOutSmall 3.0s ease-out;
}
.scale_in_out_text.ufo-reward {
    /*color: #23b7bb;*/
    color: yellow;
}
.anim_scaleInOut {
    animation: scaleInOut 5.0s ease-out;
}
/*.anim_scaleInOutShorter {*/
    /*animation: scaleInOut 2.0s ease-out;*/
/*}*/
/*.anim_scaleInOutAliensRescued {*/
    /*animation: scaleInOut 3.0s ease-out;*/
/*}*/
/*.anim_scaleInOutSecretResources {*/
    /*animation: scaleInOut 2.0s ease-out;*/
/*}*/
.anim_scaleInOutWarning {
    color: red;
    animation: flickerSize 1.0s ease-out 3;
}
.anim_flash {
    /*animation: flash 2.2s ease-out;*/
    animation: flash 3.0s ease-out;
}
.anim_flash_faster {
    /*animation: flash 2.2s ease-out;*/
    animation: flash 1.5s ease-out;
}
.flash_area {
    position: absolute;
    background: white;
    /*width: 100%;*/
    /*height: 100%;*/
    width: 450px;
    height: 450px;
    opacity: 0;
    pointer-events: none;
}
#animations-attach-point .saving-game {
    position: absolute;
    left:0;
    right: 0;

    /*background: black;*/
    width: 100%;
    height: 50px;
    opacity: 1;
    /*bottom: 0;*/
    top: 470px;
    z-index: 3;
    pointer-events: none;
}
#mainContainer.legacy-ui #animations-attach-point .saving-game {
    left: auto;
    right: auto;
    bottom: 0;
    top: auto;
}
#animations-attach-point .saving-game.saved-online span{
    bottom: 45px;
}
#animations-attach-point .saving-game span {
    position: absolute;
    display: inline-block;
    width: 250px;
    /*left: 50%;*/
    bottom: 23px;
    /*margin-left: -125px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    text-align: center;
    font: 15px/25px 'BungeeInlineRegular';
    text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}
#mainContainer.legacy-ui #animations-attach-point .saving-game span {
    left: 50%;
    right: auto;
    margin: auto;
    margin-left: -125px;
}
@keyframes scaleInOut {
    0%      { opacity: 1.0; transform: translate(0, 0) scale(1.0); }
    100%    { opacity: 0.0; transform: translate(0, -32px) scale(1.5); }
}
@keyframes scaleInOutNewLevel {
    0%      { opacity: 1.0; transform: translate(0, 0) scale(1.0); }
    100%    { opacity: 1.0; transform: translate(0, -32px) scale(1.5); }
}
@keyframes scaleInOutSmall {
    0%      { opacity: 1.0; transform: translate(0, 0) scale(1.0); }
    100%    { opacity: 0.0; transform: translate(0, -10px) scale(1.1); }
}
@keyframes flickerSize {
    0%      { transform: scale(1.0); }
    50%    { transform: scale(1.1); }
    100%    { transform: scale(1.0); }
}
@keyframes flash {
    0%      { opacity: 0;}
    50%    { opacity: 1.00;}
    100%    { opacity: 0;}
}
@keyframes oneWayFlash {
    0%      { opacity: 0;}
    2%    { opacity: 1.00;}
    100%    { opacity: 1.00;}
}
@keyframes oneWayFlashSpec1 {
    0%      { opacity: 0;}
    2%    { opacity: 1.00;}
    4%    { opacity: 0.5;}
}

@keyframes cycleBarFill {
    0% { transform: scaleX(0);}
    /***100% {transform: translateX(126px);}*/
    100% {transform: scaleX(1);}
}
/*animations end */
/* tooltip helper */
#popup-tooltip {
    position: absolute;
    display: none;

    background: white;
    min-width: 100px;
    max-width: 250px;
    padding: 5px;
    /*padding: 10px;*/


    /*font: 11px/13px 'BungeeInlineRegular';*/
    font: 11px/13px 'MontserratSemiBold';
    color: #000000;
    box-shadow: 0 -1px 2px rgba(0,0,0, 0.5), 0 1px 2px rgba(0,0,0, 0.5);
    border: 1px solid #000000;
    z-index: 3;
}

#popup-tooltip.generic {
    max-width: 400px;
}
#popup-tooltip.shown {
    display: block;
}
#popup-tooltip .name {
    font: 11px/13px 'BungeeInlineRegular';
    margin-bottom: 5px;
}
#popup-tooltip .desc {
    margin-bottom: 5px;
    font: 10px/13px 'MontserratSemiBold';
}
#popup-tooltip .specialization {
    margin-bottom: 5px;
    font: 10px/13px 'MontserratSemiBold';
    color: #f7931e;
}
#popup-tooltip .desc > div {
    color: #f7931e;
    margin-bottom: 5px;
    font: 10px/13px 'MontserratSemiBold';
}
#popup-tooltip .current {
}
#popup-tooltip .increase {
    color: #8cc63f;
}
#popup-tooltip .buy-info {
    color: grey;
}
#popup-tooltip .hint {
    margin-top: 10px;
    font-size: 9px;
}
#popup-tooltip.shown .time-warp .data-item > div{
    display: inline-block;
}
#popup-tooltip.shown .time-warp .data-item > .gain-title{
     margin-left: 4px;
}
#popup-tooltip .time-warp .name {
    margin-top: 5px;
    margin-bottom: 0;
}
#popup-tooltip .time-warp .desc > div{
    font: 12px/16px 'BungeeInlineRegular';
}
#popup-tooltip .time-warp .note {
    font: 10px/13px 'MontserratSemiBold';
    font-style: italic;
}

.popup-holder .button.skins{
    position: absolute;
    top: 76px;
    left: 21px;
    width: 53px;
    height: 21px;
    background: url('../images/button_empty_buy_skin_button.png');
    color: white;
    font: 12px/20px 'BungeeInlineRegular';
    text-align: center;
}
/*.popup-holder .skins:hover {*/
    /*cursor: pointer;*/
    /*color: #f7931e;*/
/*}*/
.content-holder.skins .entries-holder{
    margin-top: 19px;
}
.content-holder.skins .entries-holder > .entry{
    position: relative;
    display: inline-block;
    width: 112px;
    height: 200px;
    background: white;
    margin-left: 7px;
    border: 2px solid black;
    /*border-radius: 4px;*/
    vertical-align: top;
    text-align: center;
}
.content-holder.skins .entries-holder > .entry.active{
    border: 2px solid #f7931e;
}
.content-holder.skins .entries-holder > .entry .collected-button{
    width: 20px;
    height: 20px;
    background: url('../images/collected_button.png');
    position: absolute;
    top: -10px;
    right: -10px;
}
.content-holder.skins .entries-holder > .entry .mini-header{
    height: 31px;
    font: 14px/22px 'BungeeColorRegular';
    /*font: 16px/16px 'titilliumWebBold';*/
}
.content-holder .entries-holder > .entry .image{
    margin: 0 auto;
    background: url('../images/skin_packs_sprite.png');
    width: 112px;
    height: 81px;
}
.content-holder .entries-holder > .entry .image.skaters{
    background-position-x: 0px;
}
.content-holder .entries-holder > .entry .image.weirdos{
    background-position-x: -112px;
}
.content-holder .entries-holder > .entry .image.shittypigs{
    background-position-x: -224px;
}
.content-holder .entries-holder > .entry .gains-holder {
    margin-top: 14px;
    font: 12px/20px 'BungeeColorRegular';
    /*font: 14px/19px 'titilliumWebBold'*/
}
.content-holder .entries-holder > .entry .price-holder{
    width: 53px;
    height: 21px;
    background: url('../images/button_empty_buy_skin_button.png');
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 4px;
    line-height: 21px;
    /*line-height: 21px;*/
}
.content-holder .entries-holder > .entry .price-holder:hover{
    cursor: pointer;
    filter: brightness(127%);
}
.content-holder .entries-holder > .entry .price-holder .kred-icon{
    width: 13px;
    height: 12px;
    background: url('../images/kred_icon.png');
    margin-top: 5px;
}
.content-holder .entries-holder > .entry .price-holder .price{
    margin-left: 4px;
    font: 12px/20px 'BungeeInlineRegular';
    position: relative;
    top: -1px;
}
.content-holder .entries-holder > .entry .price-holder > *{
    display: inline-block;
}
.content-holder .disclaimer{
    text-align: center;
    /*margin-top: 37px;*/
    margin-top: 19px;
    /*font: 11px/16px 'BungeeColorRegular';*/
    font: 13px/16px 'titilliumWebBold';
}
.mini-popup-holder{
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: lightblue;
    font: 9px/15px 'BungeeInlineRegular';
    width: 150px;
    padding: 20px 7px 7px 7px;
    z-index: 2;
}
.mini-popup-holder .close {
    padding: 2px;
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 0px;
    font: 10px/15px 'BungeeInlineRegular';
}
.unlock-popup-holder{
    position: absolute;
    /*left: 48px;*/
    /*left: 167px;*/
    /*right: 40px;*/
    right: 24px;
    top: 250px;
    background: rgba(35, 183, 187, 0.95);
    /*font: 10px/15px 'BungeeInlineRegular';*/
    font: 10px/15px 'MontserratSemiBold';
    width: 350px;
    padding: 15px 7px 15px 7px;
    z-index: 2;
    /*margin-top: 7px;*/
}
#mainContainer.legacy-ui .unlock-popup-holder {
    right: 40px;

}
.unlock-popup-holder .text{
    padding-bottom: 13px;
}
.unlock-popup-holder .buttons-holder{
    text-align: center;
    font: 10px/15px 'BungeeInlineRegular';
}
.unlock-popup-holder .buttons-holder > div{
    display: inline-block;
}
.unlock-popup-holder .buttons-holder  .button{
    padding: 2px;
    border: 1px solid black;
    margin-left: 20px;
    background: black;
    color: white;
}
.unlock-popup-holder .buttons-holder.unlocks  .button{
    margin-left: 0px;
}
.unlock-popup-holder .buttons-holder > .note{
    font: 8px/15px 'BungeeInlineRegular';
}
.unlock-popup-holder .buttons-holder  .button:hover{
    background: black;
    color: #f7931e;
}
.unlock-popup-holder .close {
    padding: 1px 7px;
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 0px;
    font: 17px/21px 'BungeeInlineRegular';
}
.unlock-popup-holder .note {
    margin-top: 4px;
    font: 9px/15px 'BungeeInlineRegular';
}
.unlock-popup-holder .title {
    font: 12px/14px 'BungeeInlineRegular';
    padding-bottom: 4px;
}
.unlock-popup-holder .gain-holder{
    margin-left: 35px;
    margin-right: 35px;
    width: 100px;
    vertical-align: top;
}
.unlock-popup-holder .gain-holder .button{
    padding: 2px;
    border: 1px solid black;
    background: black;
    color: white;
}
.unlock-popup-holder .or-sign{
    /*display: inline-block;*/
    position: absolute;
    top: 123px;
    left: 171px;
    font: 15px/15px 'BungeeInlineRegular';
}


.event-end-popup-holder{
    position: absolute;
    z-index: 2;
    width: 292px;
    background: #363549;
    padding: 10px;
    top: 175px;
    left: 67px;
    border: 1px solid white;
}
.event-end-popup-holder .close{
    color: white;
    position: absolute;
    right: 10px;
    top: 5px;
    font: 17px/16px 'BungeeInlineRegular';
}
.event-end-popup-holder .close:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.event-end-popup-holder > .title{
    color: #f7931e;
    font: 16px/16px 'BungeeInlineRegular';
}
.event-end-popup-holder > .subtitle{
    margin-top: 18px;
    color: white;
    /*font: 12px/16px 'BungeeInlineRegular';*/
    font: 11px/14px 'titilliumWebSemiBold';
}
.event-end-popup-holder > .middle-holder{
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: white;
}
.event-end-popup-holder > .middle-holder .mp-bonus{
    color: #23b7bb;
    font: 16px/16px 'BungeeInlineRegular';
}
.event-end-popup-holder > .middle-holder .next-in{
    font: 12px/12px 'titilliumWebSemiBold';
    margin-top: 7px;
}
.event-end-popup-holder > .middle-holder .next-in-value{
    font: 12px/12px 'titilliumWebSemiBold';
    margin-top: 4px;
    color: #f7931e;
    margin-bottom: 25px;
}
.event-end-popup-holder > .unlock-immediately{
    /*position: absolute;*/
    /*left: 0px;*/
    /*bottom: 0px;*/
    border-top: 1px solid #23b7bb;
    /*border-right: 1px solid #23b7bb;*/
    position: relative;
    /*width: 280px;*/
    margin-bottom: -10px;
    margin-top: 9px;
    /*margin-left: -10px;*/
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 8px;
}
.event-end-popup-holder > .unlock-immediately .unlock-icon{
    width: 15px;
    height: 21px;
    background: url('../images/unlock_premium_content.png');
    display: inline-block;
    vertical-align: top;
}
.event-end-popup-holder > .unlock-immediately .center{
    display: inline-block;
    width: 214px;
    margin-left: -4px;
    font: 9px/12px 'titilliumWebRegular';
    color: white;
    padding-right: 15px;
    text-align: center;
}
.event-end-popup-holder > .unlock-immediately .center .premium {
    color: #f7931e;
    display: inline-block;
    vertical-align: top;
    font: 12px/12px 'titilliumWebBold';
}
.event-end-popup-holder > .unlock-immediately .center .text {
    display: inline-block;
    width: 136px;
    margin-left: 6px;
    font: 9px/11px 'titilliumWebSemiBold';
}
.event-end-popup-holder > .unlock-immediately .center .rocket-icon{
    width: 12px;
    height: 12px;
    background: url('../images/rocket_icon_small.png');
    display: inline-block;
    position: relative;
    top: 3px;
    background-size: 100% 100%;
}
.event-end-popup-holder > .unlock-immediately .right{
    /*display: inline-block;*/
    width: 53px;
    height: 18px;
    background: url('../images/upgrades_button_empty.png');
    background-size: 100% 100%;
    color: white;
    /*position: relative;*/
    /*top: -5px;*/
    display: inline-block;
    margin-top: 3px;
}
.event-end-popup-holder > .unlock-immediately .right:hover{
    cursor: pointer;
    color: #f7931e;
}
.event-end-popup-holder > .unlock-immediately .right .icon-shards{
    display: inline-block;
    background: url('../images/shard_icon_trigger-min.png');
    width: 8px;
    height: 15px;
    vertical-align: middle;
    background-size: 100% 100%;
    margin-left: -9px;
    margin-top: -2px;
}
.event-end-popup-holder > .unlock-immediately .right .value{
    font: 12px/19px 'BungeeInlineRegular';
    margin-left: 5px;
}
.event-end-popup-holder > .unlock-immediately .get-more-shards{
    display: inline-block;
    padding: 1px;
    border: 1px solid white;
    margin-left: 9px;
    position: relative;
    top: -2px;
    font: 10px/12px 'titilliumWebSemiBold';
}
.event-end-popup-holder > .unlock-immediately .get-more-shards:hover{
    cursor: pointer;
    color: #f7931e;
}






















.events-popup-holder{
    position: absolute;
    z-index: 2;
    width: 350px;
    /*height: 375px;*/
    background: #363549;
    padding: 10px;
    /*padding-top: 5px;*/
    top: 65px;
    left: 34px;
}
.events-popup-holder .close{
    color: white;
    position: absolute;
    right: 10px;
    top: 5px;
    font: 17px/16px 'BungeeInlineRegular';
}
.events-popup-holder .close:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.events-popup-holder > .title{
    color: #f7931e;
    font: 16px/16px 'BungeeInlineRegular';
}
.events-popup-holder > .subtitle{
    margin-top: 18px;
    color: white;
    /*font: 12px/16px 'BungeeInlineRegular';*/
    font: 12px/15px 'titilliumWebSemiBold';
}
.events-popup-holder > .middle-holder{
    margin-top: 25px;
}
.events-popup-holder > .middle-holder .left{
    display: inline-block;
    width: 189px;
    height: 124px;
    background: url('../images/event_enter_cover_image_sprite.png');
    vertical-align: top;
}
.events-popup-holder > .middle-holder .left.moon{

}
.events-popup-holder > .middle-holder .left.venus{
    background-position-x: -189px;
}
.events-popup-holder > .middle-holder .left.mars{
    background-position-x: -378px;
}
.events-popup-holder > .middle-holder .left .plaquete{
    background: url('../images/upgrades_button_empty.png');
    width: 90px;
    height: 19px;
    position: relative;
    background-size: 100% 100%;
    color: white;
    font: 9px/18px 'BungeeInlineRegular';
    text-align: center;
    transform: rotate(338deg);
    left: -8px;
}
.events-popup-holder > .middle-holder .right{
    display: inline-block;
    width: 150px;
    /*font: 10px/13px 'BungeeInlineRegular';*/
    font: 10px/13px 'titilliumWebSemiBold';
    color: white;
    padding-left: 9px;
}
.events-popup-holder > .middle-holder .right .item.first{
    margin-top: 32px;
}
.events-popup-holder > .middle-holder .right .item .title{
    color: #f7931e;
    display: inline-block;
    font: 11px/13px 'titilliumWebSemiBold';
}
.events-popup-holder > .middle-holder .right .item .text{
    color: white;
    display: inline-block;
    padding-left: 3px;
}
.events-popup-holder > .lower-subtitle{
    margin-top: 26px;
    color: white;
    font: 13px/16px 'BungeeInlineRegular';
}
.events-popup-holder > .lower-holder{
    margin-top: 12px;
}
.events-popup-holder > .lower-holder .left{
    width: 61px;
    height: 62px;
    background: url('../images/Event_icon_enter_big.png');
    display: inline-block;
    vertical-align: top;
}
.events-popup-holder > .lower-holder .right{
    display: inline-block;
    width: 266px;
    padding-left: 13px;
}
.events-popup-holder > .lower-holder .right .condition{
    color: white;
    /*font: 9px/12px 'BungeeInlineRegular';*/
    font: 10px/12px 'titilliumWebSemiBold';
}
.events-popup-holder > .lower-holder .right .enter-section{
    margin-top: 11px;
    position: relative;
}
.events-popup-holder > .lower-holder .right .enter-section.time{
    margin-top: 0px;
    font: 15px/16px 'BungeeInlineRegular';
    color: white;
}
.events-popup-holder > .lower-holder .right .enter-section .type-of-value{
    color: white;
    /*font: 8px/11px 'BungeeInlineRegular';*/
    font: 10px/11px 'titilliumWebSemiBold';
    display: inline-block;
}
.events-popup-holder > .lower-holder .right .enter-section .increase-now{
    color: white;
    background: black;
    font: 12px/12px 'titilliumWebBold';
    padding: 1px 17px;
    display: inline-block;
    margin-left: 17px;
}
.events-popup-holder > .lower-holder .right .enter-section .rocket-text{
    color: white;
    font: 9px/12px 'titilliumWebRegular';
}
.events-popup-holder > .lower-holder .right .enter-section.time .rocket-text{
    padding-bottom: 4px;
}
.events-popup-holder > .lower-holder .right .enter-section .increase-now:hover{
    color: #f7931e;
    cursor: pointer;
}
.events-popup-holder > .lower-holder .right .enter-section .bar-holder{
    background: url('../images/voting_bar_bg.png');
    width: 191px;
    height: 16px;
    position: relative;
    left: 0px;
    top: 2px;
}
.events-popup-holder > .lower-holder .right .enter-section .progress-bar{
    /*width: 204px;*/
    /*height: 13px;*/
    /*margin-top: 4px;*/
    /*background: url('../images/bar_entering_event.png');*/

    position: relative;
    width: 185px;
    height: 11px;
    background: #23b7bb;
    background: black;
    left: 4px;
    top: 2px;
}
.events-popup-holder > .lower-holder .right .enter-section .progress-bar::after{
    border-radius: 0;
    left: -1px;
    width: calc(100% + 1px);
    background: url('../images/bar_entering_event.png');
    background-size: 100% 100%;
    /*background: #23b7bb;*/
}
.events-popup-holder > .lower-holder .right .enter-section .progress-text{
    color: white;
    font: 11px/12px 'titilliumWebSemiBold';
    margin-top: 3px;
    margin-left: 54px;
}
.events-popup-holder > .lower-holder .right .enter-section .progress-text > div{
    display: inline-block;
}
.events-popup-holder > .lower-holder .right .enter-section .progress-text > .value{
    display: inline-block;
}
.events-popup-holder > .lower-holder .right .enter-section .progress-text > .value > div{
    display: inline-block;
}
.events-popup-holder > .lower-holder .right .enter-section .enter{
    width: 63px;
    height: 19px;
    background: url('../images/upgrades_button_empty.png');
    color: white;
    background-size: 100% 100%;
    text-align: center;
    font: 11px/19px 'BungeeInlineRegular';
    position: absolute;
    left: 211px;
    /*top: 14px;*/
    top: 17px;
}
.events-popup-holder > .lower-holder .right .enter-section.time .enter{
    top: 32px;
}
.events-popup-holder > .lower-holder .right .enter-section .enter:hover{
    cursor: pointer;
    color: #f7931e;
}
.events-popup-holder > .lower-holder .right .enter-section .locked-icon{
    width: 13px;
    height: 16px;
    background: url('../images/lock_max_size.png');
    background-size: 100% 100%;
    position: absolute;
    right: -14px;
    top: 10px;
}
.events-popup-holder > .lower-holder .right .enter-section.time .locked-icon{

    top: 32px;
}
.events-popup-holder > .unlock-immediately{
    /*position: absolute;*/
    /*left: 0px;*/
    /*bottom: 0px;*/
    border-top: 1px solid #23b7bb;
    border-right: 1px solid #23b7bb;
    position: relative;
    width: 280px;
    margin-bottom: -10px;
    margin-top: 9px;
    margin-left: -10px;
    padding-left: 10px;
}
.events-popup-holder > .unlock-immediately .unlock-icon{
    width: 15px;
    height: 21px;
    background: url('../images/unlock_premium_content.png');
    display: inline-block;
    vertical-align: top;
}
.events-popup-holder > .unlock-immediately .center{
    display: inline-block;
    width: 184px;
    margin-left: 7px;
    font: 9px/12px 'titilliumWebRegular';
    color: white;
    padding-right: 15px;
}
.events-popup-holder > .unlock-immediately .center .premium {
    color: #f7931e;
    display: inline-block;
    vertical-align: top;
    font: 9px/12px 'titilliumWebSemiBold';
}
.events-popup-holder > .unlock-immediately .center .text {
    display: inline-block;
    width: 136px;
    margin-left: 6px;
}
.events-popup-holder > .unlock-immediately .center .rocket-icon{
    width: 12px;
    height: 12px;
    background: url('../images/rocket_icon_small.png');
    display: inline-block;
    position: relative;
    top: 3px;
    background-size: 100% 100%;
}
.events-popup-holder > .unlock-immediately .right{
    display: inline-block;
    width: 53px;
    height: 18px;
    background: url('../images/upgrades_button_empty.png');
    background-size: 100% 100%;
    color: white;
    position: relative;
    top: -5px;
}
.events-popup-holder > .unlock-immediately .right:hover{
    cursor: pointer;
    color: #f7931e;
}
.events-popup-holder > .unlock-immediately .right .icon-shards{
    display: inline-block;
    background: url('../images/shard_icon_trigger-min.png');
    width: 8px;
    height: 15px;
    vertical-align: middle;
    background-size: 100% 100%;
    margin-left: 8px;
}
.events-popup-holder > .unlock-immediately .right .value{
    font: 11px/12px 'BungeeInlineRegular';
    margin-left: 5px;
}
.events-popup-holder  .get-more-shards{
    display: inline-block;
    padding: 1px;
    border: 1px solid white;
    margin-left: 9px;
    /*position: relative;*/
    /*top: -2px;*/
    font: 10px/12px 'titilliumWebSemiBold';
    color: white;
    position: absolute;
    bottom: 7px;
    right: 18px;
}
.events-popup-holder  .get-more-shards:hover{
    cursor: pointer;
    color: #f7931e;
}


/* end tooltip helper
/* END Content */





/* PROGRESS BARS */


.progress-bar {
    position: relative;
}
.progress-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    width: 0;
    background-color: #fff;

    will-change: transform;
    transition: transform 500ms;
    transform-origin: 0 0;
}
.progress-bar[data-progress]:after {
    width: 100%;
    border-radius: 3px;
}
.milestone_bar.progress-bar[data-progress]:after {
    border-radius: 0px;
}
.progress-bar[data-progress*="e"]:after,
.progress-bar[data-progress^="0.0"]:after,
.progress-bar[data-progress="0"]:after {
    transform: scaleX(0.0);
}
.progress-bar[data-progress^="0.01"]:after {
    transform: scaleX(0.01);
}
.progress-bar[data-progress^="0.02"]:after {
    transform: scaleX(0.02);
}
.progress-bar[data-progress^="0.03"]:after {
    transform: scaleX(0.03);
}
.progress-bar[data-progress^="0.04"]:after {
    transform: scaleX(0.04);
}
.progress-bar[data-progress^="0.05"]:after {
    transform: scaleX(0.05);
}
.progress-bar[data-progress^="0.06"]:after {
    transform: scaleX(0.06);
}
.progress-bar[data-progress^="0.07"]:after {
    transform: scaleX(0.07);
}
.progress-bar[data-progress^="0.08"]:after {
    transform: scaleX(0.08);
}
.progress-bar[data-progress^="0.09"]:after {
    transform: scaleX(0.09);
}
.progress-bar[data-progress^="0.1"]:after {
    transform: scaleX(0.10);
}
.progress-bar[data-progress^="0.11"]:after {
    transform: scaleX(0.11);
}
.progress-bar[data-progress^="0.12"]:after {
    transform: scaleX(0.12);
}
.progress-bar[data-progress^="0.13"]:after {
    transform: scaleX(0.13);
}
.progress-bar[data-progress^="0.14"]:after {
    transform: scaleX(0.14);
}
.progress-bar[data-progress^="0.15"]:after {
    transform: scaleX(0.15);
}
.progress-bar[data-progress^="0.16"]:after {
    transform: scaleX(0.16);
}
.progress-bar[data-progress^="0.17"]:after {
    transform: scaleX(0.17);
}
.progress-bar[data-progress^="0.18"]:after {
    transform: scaleX(0.18);
}
.progress-bar[data-progress^="0.19"]:after {
    transform: scaleX(0.19);
}
.progress-bar[data-progress^="0.2"]:after {
    transform: scaleX(0.20);
}
.progress-bar[data-progress^="0.21"]:after {
    transform: scaleX(0.21);
}
.progress-bar[data-progress^="0.22"]:after {
    transform: scaleX(0.22);
}
.progress-bar[data-progress^="0.23"]:after {
    transform: scaleX(0.23);
}
.progress-bar[data-progress^="0.24"]:after {
    transform: scaleX(0.24);
}
.progress-bar[data-progress^="0.25"]:after {
    transform: scaleX(0.25);
}
.progress-bar[data-progress^="0.26"]:after {
    transform: scaleX(0.26);
}
.progress-bar[data-progress^="0.27"]:after {
    transform: scaleX(0.27);
}
.progress-bar[data-progress^="0.28"]:after {
    transform: scaleX(0.28);
}
.progress-bar[data-progress^="0.29"]:after {
    transform: scaleX(0.29);
}
.progress-bar[data-progress^="0.3"]:after {
    transform: scaleX(0.30);
}
.progress-bar[data-progress^="0.31"]:after {
    transform: scaleX(0.31);
}
.progress-bar[data-progress^="0.32"]:after {
    transform: scaleX(0.32);
}
.progress-bar[data-progress^="0.33"]:after {
    transform: scaleX(0.33);
}
.progress-bar[data-progress^="0.34"]:after {
    transform: scaleX(0.34);
}
.progress-bar[data-progress^="0.35"]:after {
    transform: scaleX(0.35);
}
.progress-bar[data-progress^="0.36"]:after {
    transform: scaleX(0.36);
}
.progress-bar[data-progress^="0.37"]:after {
    transform: scaleX(0.37);
}
.progress-bar[data-progress^="0.38"]:after {
    transform: scaleX(0.38);
}
.progress-bar[data-progress^="0.39"]:after {
    transform: scaleX(0.39);
}
.progress-bar[data-progress^="0.4"]:after {
    transform: scaleX(0.40);
}
.progress-bar[data-progress^="0.41"]:after {
    transform: scaleX(0.41);
}
.progress-bar[data-progress^="0.42"]:after {
    transform: scaleX(0.42);
}
.progress-bar[data-progress^="0.43"]:after {
    transform: scaleX(0.43);
}
.progress-bar[data-progress^="0.44"]:after {
    transform: scaleX(0.44);
}
.progress-bar[data-progress^="0.45"]:after {
    transform: scaleX(0.45);
}
.progress-bar[data-progress^="0.46"]:after {
    transform: scaleX(0.46);
}
.progress-bar[data-progress^="0.47"]:after {
    transform: scaleX(0.47);
}
.progress-bar[data-progress^="0.48"]:after {
    transform: scaleX(0.48);
}
.progress-bar[data-progress^="0.49"]:after {
    transform: scaleX(0.49);
}
.progress-bar[data-progress^="0.5"]:after {
    transform: scaleX(0.50);
}
.progress-bar[data-progress^="0.51"]:after {
    transform: scaleX(0.51);
}
.progress-bar[data-progress^="0.52"]:after {
    transform: scaleX(0.52);
}
.progress-bar[data-progress^="0.53"]:after {
    transform: scaleX(0.53);
}
.progress-bar[data-progress^="0.54"]:after {
    transform: scaleX(0.54);
}
.progress-bar[data-progress^="0.55"]:after {
    transform: scaleX(0.55);
}
.progress-bar[data-progress^="0.56"]:after {
    transform: scaleX(0.56);
}
.progress-bar[data-progress^="0.57"]:after {
    transform: scaleX(0.57);
}
.progress-bar[data-progress^="0.58"]:after {
    transform: scaleX(0.58);
}
.progress-bar[data-progress^="0.59"]:after {
    transform: scaleX(0.59);
}
.progress-bar[data-progress^="0.6"]:after {
    transform: scaleX(0.60);
}
.progress-bar[data-progress^="0.61"]:after {
    transform: scaleX(0.61);
}
.progress-bar[data-progress^="0.62"]:after {
    transform: scaleX(0.62);
}
.progress-bar[data-progress^="0.63"]:after {
    transform: scaleX(0.63);
}
.progress-bar[data-progress^="0.64"]:after {
    transform: scaleX(0.64);
}
.progress-bar[data-progress^="0.65"]:after {
    transform: scaleX(0.65);
}
.progress-bar[data-progress^="0.66"]:after {
    transform: scaleX(0.66);
}
.progress-bar[data-progress^="0.67"]:after {
    transform: scaleX(0.67);
}
.progress-bar[data-progress^="0.68"]:after {
    transform: scaleX(0.68);
}
.progress-bar[data-progress^="0.69"]:after {
    transform: scaleX(0.69);
}
.progress-bar[data-progress^="0.7"]:after {
    transform: scaleX(0.70);
}
.progress-bar[data-progress^="0.71"]:after {
    transform: scaleX(0.71);
}
.progress-bar[data-progress^="0.72"]:after {
    transform: scaleX(0.72);
}
.progress-bar[data-progress^="0.73"]:after {
    transform: scaleX(0.73);
}
.progress-bar[data-progress^="0.74"]:after {
    transform: scaleX(0.74);
}
.progress-bar[data-progress^="0.75"]:after {
    transform: scaleX(0.75);
}
.progress-bar[data-progress^="0.76"]:after {
    transform: scaleX(0.76);
}
.progress-bar[data-progress^="0.77"]:after {
    transform: scaleX(0.77);
}
.progress-bar[data-progress^="0.78"]:after {
    transform: scaleX(0.78);
}
.progress-bar[data-progress^="0.79"]:after {
    transform: scaleX(0.79);
}
.progress-bar[data-progress^="0.8"]:after {
    transform: scaleX(0.80);
}
.progress-bar[data-progress^="0.81"]:after {
    transform: scaleX(0.81);
}
.progress-bar[data-progress^="0.81"]:after {
    transform: scaleX(0.81);
}
.progress-bar[data-progress^="0.82"]:after {
    transform: scaleX(0.82);
}
.progress-bar[data-progress^="0.83"]:after {
    transform: scaleX(0.83);
}
.progress-bar[data-progress^="0.84"]:after {
    transform: scaleX(0.84);
}
.progress-bar[data-progress^="0.85"]:after {
    transform: scaleX(0.85);
}
.progress-bar[data-progress^="0.86"]:after {
    transform: scaleX(0.86);
}
.progress-bar[data-progress^="0.87"]:after {
    transform: scaleX(0.87);
}
.progress-bar[data-progress^="0.88"]:after {
    transform: scaleX(0.88);
}
.progress-bar[data-progress^="0.89"]:after {
    transform: scaleX(0.89);
}
.progress-bar[data-progress^="0.9"]:after {
    transform: scaleX(0.90);
}
.progress-bar[data-progress^="0.91"]:after {
    transform: scaleX(0.91);
}
.progress-bar[data-progress^="0.92"]:after {
    transform: scaleX(0.92);
}
.progress-bar[data-progress^="0.93"]:after {
    transform: scaleX(0.93);
}
.progress-bar[data-progress^="0.94"]:after {
    transform: scaleX(0.94);
}
.progress-bar[data-progress^="0.95"]:after {
    transform: scaleX(0.95);
}
.progress-bar[data-progress^="0.96"]:after {
    transform: scaleX(0.96);
}
.progress-bar[data-progress^="0.97"]:after {
    transform: scaleX(0.97);
}
.progress-bar[data-progress^="0.98"]:after {
    transform: scaleX(0.98);
}
.progress-bar[data-progress^="0.99"]:after {
    transform: scaleX(0.99);
}
.progress-bar[data-progress^="1"]:after {
    transform: scaleX(1);
}


/* END PROGRESS BARS*/

/* media queries*/

@media screen and (max-width: 400px) {
    .units-spawned {
        width: 200px;
        text-align: center;
        display: inline-block;
        top: 85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .menu-bottom > .menu-item {
        width: max-content;
        font: 12px/19px 'BungeeInlineRegular';
    }
    .header .currency  {
        margin-top: 5px;
        margin-left: 15px;
        font: 10px/16px 'BungeeInlineRegular';
    }
    .header .currency > span {
        font: 10px/16px 'BungeeInlineRegular';
    }
}
.bar-holder{
    position: relative;
    width: 151px;
    height: 12px;
    left: -28px;
    top: 2px;
    background: black;
}
.aliens-rescued.progress-bar{
    position: relative;
    width: 147px;
    height: 7px;
    background: #23b7bb;
    left: 2px;
    top: 2px;
}
#mainContent .aliens-rescued.progress-bar:after {
    border-radius: 0;
    left: -1px;
    width: calc(100% + 1px);
}
.progress-bar {
    position: relative;
}
.progress-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    width: 0;
    background-color: black;

    will-change: transform;
    transition: transform 500ms;
    transform-origin: 0 0;
}
.progress-bar[data-progress]:after {
    width: 100%;
    border-radius: 3px;
}
.milestone_bar.progress-bar[data-progress]:after {
    border-radius: 0px;
}

.progress-bar[data-progress*="e"]:after,
.progress-bar[data-progress^="0.0"]:after,
.progress-bar[data-progress="0"]:after {
    transform: scaleX(0.0);
}
.progress-bar[data-progress^="0.01"]:after {
    transform: scaleX(0.01);
}
.progress-bar[data-progress^="0.02"]:after {
    transform: scaleX(0.02);
}
.progress-bar[data-progress^="0.03"]:after {
    transform: scaleX(0.03);
}
.progress-bar[data-progress^="0.04"]:after {
    transform: scaleX(0.04);
}
.progress-bar[data-progress^="0.05"]:after {
    transform: scaleX(0.05);
}
.progress-bar[data-progress^="0.06"]:after {
    transform: scaleX(0.06);
}
.progress-bar[data-progress^="0.07"]:after {
    transform: scaleX(0.07);
}
.progress-bar[data-progress^="0.08"]:after {
    transform: scaleX(0.08);
}
.progress-bar[data-progress^="0.09"]:after {
    transform: scaleX(0.09);
}
.progress-bar[data-progress^="0.1"]:after {
    transform: scaleX(0.10);
}
.progress-bar[data-progress^="0.11"]:after {
    transform: scaleX(0.11);
}
.progress-bar[data-progress^="0.12"]:after {
    transform: scaleX(0.12);
}
.progress-bar[data-progress^="0.13"]:after {
    transform: scaleX(0.13);
}
.progress-bar[data-progress^="0.14"]:after {
    transform: scaleX(0.14);
}
.progress-bar[data-progress^="0.15"]:after {
    transform: scaleX(0.15);
}
.progress-bar[data-progress^="0.16"]:after {
    transform: scaleX(0.16);
}
.progress-bar[data-progress^="0.17"]:after {
    transform: scaleX(0.17);
}
.progress-bar[data-progress^="0.18"]:after {
    transform: scaleX(0.18);
}
.progress-bar[data-progress^="0.19"]:after {
    transform: scaleX(0.19);
}
.progress-bar[data-progress^="0.2"]:after {
    transform: scaleX(0.20);
}
.progress-bar[data-progress^="0.21"]:after {
    transform: scaleX(0.21);
}
.progress-bar[data-progress^="0.22"]:after {
    transform: scaleX(0.22);
}
.progress-bar[data-progress^="0.23"]:after {
    transform: scaleX(0.23);
}
.progress-bar[data-progress^="0.24"]:after {
    transform: scaleX(0.24);
}
.progress-bar[data-progress^="0.25"]:after {
    transform: scaleX(0.25);
}
.progress-bar[data-progress^="0.26"]:after {
    transform: scaleX(0.26);
}
.progress-bar[data-progress^="0.27"]:after {
    transform: scaleX(0.27);
}
.progress-bar[data-progress^="0.28"]:after {
    transform: scaleX(0.28);
}
.progress-bar[data-progress^="0.29"]:after {
    transform: scaleX(0.29);
}
.progress-bar[data-progress^="0.3"]:after {
    transform: scaleX(0.30);
}
.progress-bar[data-progress^="0.31"]:after {
    transform: scaleX(0.31);
}
.progress-bar[data-progress^="0.32"]:after {
    transform: scaleX(0.32);
}
.progress-bar[data-progress^="0.33"]:after {
    transform: scaleX(0.33);
}
.progress-bar[data-progress^="0.34"]:after {
    transform: scaleX(0.34);
}
.progress-bar[data-progress^="0.35"]:after {
    transform: scaleX(0.35);
}
.progress-bar[data-progress^="0.36"]:after {
    transform: scaleX(0.36);
}
.progress-bar[data-progress^="0.37"]:after {
    transform: scaleX(0.37);
}
.progress-bar[data-progress^="0.38"]:after {
    transform: scaleX(0.38);
}
.progress-bar[data-progress^="0.39"]:after {
    transform: scaleX(0.39);
}
.progress-bar[data-progress^="0.4"]:after {
    transform: scaleX(0.40);
}
.progress-bar[data-progress^="0.41"]:after {
    transform: scaleX(0.41);
}
.progress-bar[data-progress^="0.42"]:after {
    transform: scaleX(0.42);
}
.progress-bar[data-progress^="0.43"]:after {
    transform: scaleX(0.43);
}
.progress-bar[data-progress^="0.44"]:after {
    transform: scaleX(0.44);
}
.progress-bar[data-progress^="0.45"]:after {
    transform: scaleX(0.45);
}
.progress-bar[data-progress^="0.46"]:after {
    transform: scaleX(0.46);
}
.progress-bar[data-progress^="0.47"]:after {
    transform: scaleX(0.47);
}
.progress-bar[data-progress^="0.48"]:after {
    transform: scaleX(0.48);
}
.progress-bar[data-progress^="0.49"]:after {
    transform: scaleX(0.49);
}
.progress-bar[data-progress^="0.5"]:after {
    transform: scaleX(0.50);
}
.progress-bar[data-progress^="0.51"]:after {
    transform: scaleX(0.51);
}
.progress-bar[data-progress^="0.52"]:after {
    transform: scaleX(0.52);
}
.progress-bar[data-progress^="0.53"]:after {
    transform: scaleX(0.53);
}
.progress-bar[data-progress^="0.54"]:after {
    transform: scaleX(0.54);
}
.progress-bar[data-progress^="0.55"]:after {
    transform: scaleX(0.55);
}
.progress-bar[data-progress^="0.56"]:after {
    transform: scaleX(0.56);
}
.progress-bar[data-progress^="0.57"]:after {
    transform: scaleX(0.57);
}
.progress-bar[data-progress^="0.58"]:after {
    transform: scaleX(0.58);
}
.progress-bar[data-progress^="0.59"]:after {
    transform: scaleX(0.59);
}
.progress-bar[data-progress^="0.6"]:after {
    transform: scaleX(0.60);
}
.progress-bar[data-progress^="0.61"]:after {
    transform: scaleX(0.61);
}
.progress-bar[data-progress^="0.62"]:after {
    transform: scaleX(0.62);
}
.progress-bar[data-progress^="0.63"]:after {
    transform: scaleX(0.63);
}
.progress-bar[data-progress^="0.64"]:after {
    transform: scaleX(0.64);
}
.progress-bar[data-progress^="0.65"]:after {
    transform: scaleX(0.65);
}
.progress-bar[data-progress^="0.66"]:after {
    transform: scaleX(0.66);
}
.progress-bar[data-progress^="0.67"]:after {
    transform: scaleX(0.67);
}
.progress-bar[data-progress^="0.68"]:after {
    transform: scaleX(0.68);
}
.progress-bar[data-progress^="0.69"]:after {
    transform: scaleX(0.69);
}
.progress-bar[data-progress^="0.7"]:after {
    transform: scaleX(0.70);
}
.progress-bar[data-progress^="0.71"]:after {
    transform: scaleX(0.71);
}
.progress-bar[data-progress^="0.72"]:after {
    transform: scaleX(0.72);
}
.progress-bar[data-progress^="0.73"]:after {
    transform: scaleX(0.73);
}
.progress-bar[data-progress^="0.74"]:after {
    transform: scaleX(0.74);
}
.progress-bar[data-progress^="0.75"]:after {
    transform: scaleX(0.75);
}
.progress-bar[data-progress^="0.76"]:after {
    transform: scaleX(0.76);
}
.progress-bar[data-progress^="0.77"]:after {
    transform: scaleX(0.77);
}
.progress-bar[data-progress^="0.78"]:after {
    transform: scaleX(0.78);
}
.progress-bar[data-progress^="0.79"]:after {
    transform: scaleX(0.79);
}
.progress-bar[data-progress^="0.8"]:after {
    transform: scaleX(0.80);
}
.progress-bar[data-progress^="0.81"]:after {
    transform: scaleX(0.81);
}
.progress-bar[data-progress^="0.81"]:after {
    transform: scaleX(0.81);
}
.progress-bar[data-progress^="0.82"]:after {
    transform: scaleX(0.82);
}
.progress-bar[data-progress^="0.83"]:after {
    transform: scaleX(0.83);
}
.progress-bar[data-progress^="0.84"]:after {
    transform: scaleX(0.84);
}
.progress-bar[data-progress^="0.85"]:after {
    transform: scaleX(0.85);
}
.progress-bar[data-progress^="0.86"]:after {
    transform: scaleX(0.86);
}
.progress-bar[data-progress^="0.87"]:after {
    transform: scaleX(0.87);
}
.progress-bar[data-progress^="0.88"]:after {
    transform: scaleX(0.88);
}
.progress-bar[data-progress^="0.89"]:after {
    transform: scaleX(0.89);
}
.progress-bar[data-progress^="0.9"]:after {
    transform: scaleX(0.90);
}
.progress-bar[data-progress^="0.91"]:after {
    transform: scaleX(0.91);
}
.progress-bar[data-progress^="0.92"]:after {
    transform: scaleX(0.92);
}
.progress-bar[data-progress^="0.93"]:after {
    transform: scaleX(0.93);
}
.progress-bar[data-progress^="0.94"]:after {
    transform: scaleX(0.94);
}
.progress-bar[data-progress^="0.95"]:after {
    transform: scaleX(0.95);
}
.progress-bar[data-progress^="0.96"]:after {
    transform: scaleX(0.96);
}
.progress-bar[data-progress^="0.97"]:after {
    transform: scaleX(0.97);
}
.progress-bar[data-progress^="0.98"]:after {
    transform: scaleX(0.98);
}
.progress-bar[data-progress^="0.99"]:after {
    transform: scaleX(0.99);
}
.progress-bar[data-progress^="1"]:after {
    transform: scaleX(1);
}


.zero-opacity{
    opacity: 0;
}
.discord-icon{
    display: inline-block;
    width: 90px;
    height: 27px;
    background: url('../images/discLogo.jpg');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 104px;
}
.smaller9 {
     font-size: 9px;
}
.smaller10 {
    font-size: 10px;
}
.red{
    color: red !important;
}
.rotating{
    -webkit-animation-name: rotate; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: rotate;
    animation-duration: 0.3s;
    transform-origin: 25px 20px;
}
/* Standard syntax */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-22deg);
    }
    50% {
        transform: rotate(-45deg);
    }
    75% {
        transform: rotate(-73deg);
    }
    100%{
        transform: rotate(-90deg);
    }
}
@keyframes rotateHandle {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(22deg);
    }
    50% {
        transform: rotate(45deg);
    }
    75% {
        transform: rotate(73deg);
    }
    100%{
        transform: rotate(90deg);
    }
}
.tut-arrow{
    position: absolute;
    width: 20px;
    height: 46px;
    background: url('../images/arrow_test_orange_2.png');
    transform: scale(0.7);
    z-index: 2;
}

.tut-arrow.up{
    transform: scale(0.7) rotate(0deg);
    animation: tutArrowUp 1.0s ease-in-out infinite;
}
.tut-arrow.right{
    transform: scale(0.7) rotate(90deg);
    animation: tutArrowRight 1.0s ease-in-out infinite;
}
.tut-arrow.down{
    transform: scale(0.7) rotate(180deg);
    animation: tutArrowDown 1.0s ease-in-out infinite;
}
.tut-arrow.left{
    transform: scale(0.7) rotate(270deg);
    animation: tutArrowLeft 1.0s ease-in-out infinite;
}
@keyframes tutArrow {
    0%     { transform: scale(0.7); }
    50%    { transform: scale(1.0); }
}
/*@keyframes tutArrowUp {*/
    /*0%     { transform: scale(0.3) rotate(-90deg); }*/
    /*50%    { transform: scale(0.5) rotate(-90deg); }*/
/*}*/
/*@keyframes tutArrowDown {*/
    /*0%     { transform: scale(0.3) rotate(-270deg); }*/
    /*50%    { transform: scale(0.5) rotate(-270deg); }*/
/*}*/
/*@keyframes tutArrowRight {*/
    /*0%     { transform: scale(0.3) rotate(0deg); }*/
    /*50%    { transform: scale(0.5) rotate(0deg); }*/
/*}*/
/*@keyframes tutArrowLeft {*/
    /*0%     { transform: scale(0.3) rotate(-180deg); }*/
    /*50%    { transform: scale(0.5) rotate(-180deg); }*/
/*}*/
@keyframes tutArrowUp {
    0%     { transform: scale(0.7) rotate(0deg); }
    50%    { transform: scale(1.0) rotate(0deg); }
}
@keyframes tutArrowDown {
    0%     { transform: scale(0.7) rotate(180deg); }
    50%    { transform: scale(1.0) rotate(180deg); }
}
@keyframes tutArrowRight {
    0%     { transform: scale(0.7) rotate(90deg); }
    50%    { transform: scale(1.0) rotate(90deg); }
}
@keyframes tutArrowLeft {
    0%     { transform: scale(0.7) rotate(270deg); }
    50%    { transform: scale(1.0) rotate(270deg); }
}
.tut-text{
    position: absolute;
    left: 10px;
    bottom: 27px;
    background: rgba(255, 255, 255, 0.90);
    padding: 2px 4px;
    /*font: 11px/16px 'BungeeInlineRegular';*/
    font: 11px/14px 'titilliumWebBold';
    border: 1px solid black;
    border-radius: 4px;
    max-width: 254px;
    padding-right: 5px;
}
@keyframes tutButtonBlink{
    /*0% {opacity: 1; scale(0.1)}*/
    /*20% {opacity: 0.6; scale(1)}*/
    /*50% {opacity: 0.0; scale(0.5)}*/
    /*80% {opacity: 0.6; scale(1)}*/
    /*100% {opacity: 1; scale(0.1)}*/
    0% {border-color: rgba(173, 255, 47, 1)}
    20% {border-color: rgba(173, 255, 47, 0.5)}
    50% {border-color: rgba(173, 255, 47, 0)}
    80% {border-color: rgba(173, 255, 47, 0.5)}
    100% {border-color: rgba(173, 255, 47, 1)}
}
@keyframes tutButtonTextSizeBlink{
    0%     { transform: scale(0.8) }
    50%    { transform: scale(1.0) }
    /*100%    { transform: scale(1.0) }*/
}
.blue-with-border-text{
    color: #23b7bb;
    text-shadow: 1px 1px 0
    black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}
.text12{
    font-size: 12px !important;
}
.text14{
    font-size: 14px !important;
}
.text15{
    font-size: 15px !important;
}

.bungeeColor{
    font-family: 'BungeeColorRegular';
}
.higherZIndex3{
    z-index: 3 !important;
}
.higherZIndex4{
    z-index: 4 !important;
}
span.bold{
    font-weight: bold;
}
.effect-background-holder{
    position: absolute;
    width: 450px;
    height: 450px;
    left: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
}
.effect-background-holder.bomb {
    background: url('../images/flashbang_effect.png');
    animation: flash 0.7s ease-out;
    /*animation-iteration-count: 2;*/
}
.effect-background-holder.backpackExplosives {
    background: url('../images/Asset72.png');
    background-size: 100% 100%;
    /*animation: oneWayFlash 120s ease-out;*/
    animation: flash 2s ease-out;
    animation-iteration-count: 2;
}
.effect-background-holder.freezeRay {
    background: url('../images/Asset51.png');
    background-size: 100% 100%;
    /*animation: oneWayFlashSpec1 120s ease-out;*/
    /*animation: oneWayFlashSpec1 120s ease-out;*/
    animation: flash 2s ease-out;
    animation-iteration-count: 4;
}
/*.effect-background-holder.immunityShield {*/
    /*background: url('../images/Asset51.png');*/
    /*background-size: 100% 100%;*/
    /*animation: oneWayFlashSpec1 120s ease-out;*/
/*}*/
.klicaj{
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('../images/action_button.png');
    right: -9px;
    top: -2px;
}