#ultimateKit{
    position: absolute;
    z-index: 1500;
    top: 0;
    left: 0;
    right: 0;
}
#ultimateKit .ultimate{
    margin: 0 auto;
    position: relative;
    background: red;
    background: url("../images/new/warClicks/shop/ultimate_kit.png?v=2");
    width: 526px;
    height: 528px;
    margin-top: 15px;
    margin-left: 328px;
}
#ultimateKit .ultimate .close{
    position: absolute;
    top: 36px;
    right:19px;
    height: 44px;
    width: 44px;
    background: url("../images/close.png") 0 0;
}
#ultimateKit .ultimate .close:hover{
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    filter: brightness(146%);
    transform:scale(1.17);
}
#ultimateKit .ultimate .ultimate-button{
    position: absolute;
    bottom: 45px;
    right: 185px;
    height: 46px;
    width: 163px;
    background: url("../images/new/warClicks/shop/ultimate_button.png");
}
#ultimateKit .ultimate .ultimate-button:hover{
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    filter: brightness(146%);
}
#ultimateKit .button.buy-item-pack {
    left: 0;
    position: absolute;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#ultimateKit .popup-curtain {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: calc(100% - 45px);
    background: rgba(0,0,0,0.6);
}
#ultimateKit #buy_popup {
    z-index: 2;
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: -100px;
    top: 190px;
    padding: 20px;
    background: #c2b49b;
    box-shadow: 0 0 5px black;
    text-align: center;
}
#ultimateKit #buy_popup .header {
    text-align: center;
    font: 12px/14px 'OpenSansRegular';
    margin-bottom: 10px;
}
#ultimateKit #buy_popup .close {
    right: -18px;
    top: -18px;
    position: absolute;
    width: 38px;
    height: 37px;
    background: url("../images/trainingCamp/x.png") 0 0;
}
#ultimateKit #buy_popup .close:hover {
    opacity: 0.7;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#starterPack #buy_popup > a {
    display: inline-block;
    font: bold 11px/14px 'openSansRegular';
    width: 200px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
#ultimateKit #buy_popup > a.paypal {
    border-radius: 5px;
    height: 40px;
    background: none;

}
#ultimateKit #buy_popup > a.paysafecard {
    width: 180px;
    height: 45px;
    padding: 7px 10px 9px 10px;
    border-radius: 5px;
    background: #ffffff;
}
#ultimateKit  #buy_popup a:hover {
    opacity: 0.9;

}
#ultimateKit  #buy_popup > a img {
    max-width: 100%;
}


/* EVENT KIT ADDED */

#eventKit{
    position: absolute;
    z-index: 1500;
    top: 0;
    left: 0;
    right: 0;
}
#eventKit .event-kit{
    margin: 0 auto;
    position: relative;
    background: #3f4651;
    width: 250px;
    margin-top: 100px;
    margin-left: 356px;
    padding: 20px;
    height: 300px;
    box-shadow: 0 0 7px black;
}
#eventKit .event-kit .close{
    position: absolute;
    top: 6px;
    right:19px;
    height: 44px;
    width: 44px;
    background: url("../images/close.png") 0 0;
}
#eventKit .event-kit .close:hover{
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    filter: brightness(146%);
    transform:scale(1.17);
}
#eventKit .title {
    margin-top: 38px;
    color: #ffffff;
    font: 16px/18px 'titilliumWebSemiBold';
    text-align: center;
}
#eventKit .kit-reward {
    /*margin-left: 56px;*/
    padding: 20px;
    color: #ffffff;
    font: 18px/23px 'titilliumWebSemiBold';
    text-align: center;
    /*width: 100px;*/
    background: #777;
}
#eventKit .kit-reward .icon {
    transform: scale(1.2);
    margin-left: 5px;
}
#eventKit .icon.time-warp {
    width: 20px;
    height: 20px;
    background: url("../images/new/eventGame/organization/tw_icon.png");
    background-size: 100% 100%;
}

#eventKit .event-kit .event-button{
    position: absolute;
    bottom: 25px;
    left: 64px;
    height: 46px;
    width: 163px;
    background: url("../images/new/warClicks/shop/ultimate_button.png");
}
#eventKit .event-kit .event-button:hover{
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    filter: brightness(146%);
}

#eventKit .item-cost {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    font: 18px/23px 'titilliumWebSemiBold';
}
#eventKit .button.buy-item-pack {
    left: 0;
    position: absolute;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#eventKit .popup-curtain {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: calc(100% - 45px);
    background: rgba(0,0,0,0.6);
}
#eventKit #buy_popup {
    z-index: 2;
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: -100px;
    top: 190px;
    padding: 20px;
    background: #c2b49b;
    box-shadow: 0 0 5px black;
    text-align: center;
}
#eventKit #buy_popup .header {
    text-align: center;
    font: 12px/14px 'OpenSansRegular';
    margin-bottom: 10px;
}
#eventKit #buy_popup .close {
    right: -18px;
    top: -18px;
    position: absolute;
    width: 38px;
    height: 37px;
    background: url("../images/trainingCamp/x.png") 0 0;
}
#eventKit #buy_popup .close:hover {
    opacity: 0.7;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#eventKit #buy_popup > a {
    display: inline-block;
    font: bold 11px/14px 'openSansRegular';
    width: 200px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
#eventKit #buy_popup > a.paypal {
    border-radius: 5px;
    height: 40px;
    background: none;

}
#eventKit #buy_popup > a.paysafecard {
    width: 180px;
    height: 45px;
    padding: 7px 10px 9px 10px;
    border-radius: 5px;
    background: #ffffff;
}
#eventKit  #buy_popup a:hover {
    opacity: 0.9;

}
#eventKit  #buy_popup > a img {
    max-width: 100%;
}

#game_holder #eventKit .icon.kreds.big {
    margin-right: 5px;
    margin-left: -8px;
}