@charset "utf-8";
@font-face {
    font-family: maszyna;
    src: url('../fonts/MaszynaAEG/MaszynaAEG.eot') format('embedded-opentype'),
    url('../fonts/MaszynaAEG/MaszynaAEG.woff') format('woff'),
    url('../fonts/MaszynaAEG/MaszynaAEG.ttf') format('truetype'),
    url('../fonts/MaszynaAEG/MaszynaAEG.svg') format('svg');
}

pre {
    white-space: -moz-pre-line; /* Mozilla */
    white-space: -pre-line; /* Opera 4-6 */
    white-space: -o-pre-line; /* Opera 7 */
    white-space: pre-line; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

@font-face {
    font-family: Urbana;
    src: url('../fonts/urbana/urbana.eot') format('embedded-opentype'),
    url('../fonts/urbana/urbana.woff') format('woff'),
    url('../fonts/urbana/urbana.ttf') format('truetype'),
    url('../fonts/urbana/urbana.svg') format('svg');
}

@font-face {
    font-family: mcgreg;
    src: url('../fonts/mcgreg/mcgreg.eot') format('embedded-opentype'),
    url('../fonts/mcgreg/mcgreg.woff') format('woff'),
    url('../fonts/mcgreg/mcgreg.ttf') format('truetype'),
    url('../fonts/mcgreg/mcgreg.svg#McGregorTTEFNRegular') format('svg');
}

*, body, h1, h2, h3, p, quote, small, form, input, ul, li, ol, label {
    /* Page reset */
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #111;
    -webkit-font-smoothing: antialiased;
    background: none;
}


/* map style */

.map-bg {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#miniMap #miniMap_open {
    background: #5b4533 none repeat scroll 0 0;
    border: 1px solid #161616;
    border-radius: 5px;
    color: gold;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    left: -60px;
    line-height: 40px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 8;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
}
#miniMap #miniMap_open:hover {
    color: #f0ad4e;
    left: -70px;
}
#miniMap .miniMapHex {
    width: 0.292em;
    height: 0.342em;
    position: absolute;
    cursor: pointer;
}
#miniMap .border {
    fill: none;
    stroke: #000;
    stroke-width: 1px;
    pointer-events: none;
}

/* CITY */
.cityAlly {
    background: url(../images/background/jednostki1.png) no-repeat -88px -822px;
    height: 35px;
    position: absolute;
    width: 48px;
}
.cityAxis {
    background: url("../images/background/jednostki1.png") no-repeat -43px -822px;
    height: 35px;
    position: absolute;
    width: 48px;
}
.mark_as_green {
    color: #2e8b57;
    font-weight: bold;
}
.mark_as_red {
    color: #ed1c24;
    font-weight: bold;
}
.commando {
    background-image: url("../images/sprite.png");
    background-position: 0 0;
    height: 42px;
    position: absolute;
    width: 48px;
    z-index: 104;
}
#miniMap {
    position: absolute;
    border: 1px solid;
    height: 460px;
    width: 460px;
    display: none;
    font-size: 12px;
    z-index: 9;
    bottom: 0px;
    right: 0px;
}

.grid-test {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#infoFaster {
    height:20px;
}

.faster {
    cursor: pointer;
}

.map-grid {
    background: url("../images/background/hex-grid-48x42.png") repeat scroll 0 0 transparent;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.tile {
    background-image: url("../images/jednostki1.png");
    background-position: 0 0;
    height: 42px;
    position: absolute;
    width: 48px;
    margin-top: 5px;
    z-index: 11;
}
.tile_active {
    background: url("../images/sprite.png") -144px 0px no-repeat;
    height: 42px;
    position: absolute;
    width: 48px;
    z-index: 100;
    color: white;
}
.tile_attack, .tile_torpeda, .tile_glebinowe, .tile_oplot {
    background-image: url("../images/sprite.png");
    background-position: -96px -122px;
    height: 42px;
    position: absolute;
    width: 48px;
    z-index: 105;
    color: white;
    opacity: 0.7;
}

.tile_torps {
    background-image: url("../images/sprite.png");
    background-position: -96px -122px;
    height: 42px;
    position: absolute;
    width: 48px;
    z-index: 105;
    color: blue;
    opacity: 0.2;
}

.tile_Saper {
    background-image: url("../images/sprite.png");
    background-position: 0 0;
    height: 42px;
    position: absolute;
    width: 48px;
    z-index: 105;
    color: white;
}


.tile_moveto, .desant_unit, .tile_desant, .settle_city {
    background: url("../images/sprite.png") -144px -123px no-repeat;
    height: 42px;
    position: absolute;
    width: 48px;
    z-index: 104;
}



/* map style */




.unitsListCity {
    height: 200px;
    width: 70%;
    overflow: auto;
    margin: 0 auto;
}

input[type=number] {
  background-color: #3CBC8D;
  color: black !important;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    background-color: rgb(77, 56, 40);
    background-image: url(../images/bg_top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
#infoTooltip{display:none;position:absolute;border:1px solid #333;background-color:#800;border-radius:5px;padding:10px;color:#fff;font-size:12px Arial;z-index:200;}



/* NOWE */
#popwindow_overlay {
    background: url(../images/images/main/overlay.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;

}

.infoCity {
	position: absolute;
    left: 10px;
    top: 10px;
    cursor: help;
	
}
.info {
	position: relative;
    top: 4px;
}
#popwindowWindow {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.staty_gracza_txt{
	top: 33px;
    position: relative;
}

.start_koniec_txt{
	top: 18px;
    position: relative;
}

#closeTxt{   
	position: relative;
    margin: 0 auto;
    bottom: 0px;
    width: 144px;
    height: 36px;
    background: green;
}	
	
#sendStartWorld{
	cursor:pointer;
	
}
#game_popwindow {
    height: 371px;
    right: 0%;
    position: fixed;
    top: 50%;
    width: 493px;
    z-index: 101;
    display: none;
    overflow-x: hidden;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
	overflow: hidden;
}
#trayBody{
	width: 550px;
    margin:0 auto;
    overflow: auto;
    height: 400px;
}
.repairDiv, #repairDivN{
	width: 50px;
    height: 50px;
    position: absolute;
    left: 75px;
    top: 32px;
	background: url(../images/jednostki1.png) -460px -801px no-repeat;
	line-height: 51px;
    font-size: 17px;
    text-align: center;
    color: gold;
    font-family: mcgreg;
}

.minusC, .plusC {
    width: 15px;
    cursor: pointer;
    margin: 2px;
}


.repairDiv{
	cursor:pointer;
}
#repairDivN{
	cursor:not-allowed;
}

.useFaster, .buyFaster {
    width:80px;
    cursor:pointer;
}

.fasterArea{
    width: 80%;
    margin: 0 auto;
}

.repairDiv:hover, #repairDivN:hover{
	background: url(../images/jednostki1.png) -510px -751px no-repeat;
}

.alerton{
	top: 0px;
    margin:0 auto;
    position: relative;
	left: 0px;
}

.dropzone, .dropzoneInact, #writeDropArea {
    width: 50px;
    height: 44px;
    border: solid 1px;
}

#writeDropArea {
	cursor:pointer;
}

#upSilo{
	width: 100px;
    cursor: pointer;
}
#game_popwindow h1.popwindow_title {
    background: url("../images/popTitle.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #e0c289;
    display: none;
    float: left;
    font-family: mcgreg;
    font-size: 18px;
    height: 81px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    line-height: 55px;
}

#cityPlane{
	position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: black;
    z-index: 9;
	display:none;
	color:white;
	
}

#generalClass {
    height: 400px;
    overflow: hidden auto;
    width: 100%;
}

.generalClassification {
    width: 100%;
}

#game_popwindow div.popwindow_content {
    background: url("../images/popContent.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 13px 13px;
    color: #e0c289;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
}
.newPlayer{
	width: 200px;
    height: 120px;
    float: left;
}

h1.windowTitle {
    background: url(../images/popTitle.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #e0c289;
    font-family: mcgreg;
    font-size: 18px;
    height: 81px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    line-height: 55px;
    border-radius: 15px 15px 0 0;
}

.rawMaterials{
	position: absolute;
    height: 100%;
    width: 11.66% !important;
    left: 76%;
    top: 30px;
}

.windowBody {
    text-align: center;
    max-height: 410px;
    border-radius: 0px 0px 15px 15px;
}

/* Box płatności */
.bigger_menu {
    color: #b7a27b;
    cursor: pointer;
    font-family: mcgreg;
    font-size: 18px;
    height: 22px;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
    text-transform: none;
    width: 115px;
}

.platnosc_box {
    float: left;
    height: 228px;
    margin-left: 12px;
    position: relative;
    width: 273px;
    margin-top: 10px;
}

.min,.minPanel,.minNoActive  {
    position: relative !important;
    cursor: pointer;
}

/* STARE */
.content {
    position: relative;
    width: 1137px;
    margin: 0 auto;
    min-height: 450px;
}

#content {
    position: relative;
    top: 15px;
    height: 50px;
    float: left;
    width: 100%;
}

header {
    position: relative;
}

header .flags {
    position: relative;
    float: left;
    background-image: url(../images/flag_bg.png);
    height: 30px;
    margin: 20px 0;
    width: auto;
}

header .flaga1,
header .flaga2,
header .flaga3,
header .flaga4,
header .flaga5,
header .flaga6,
header .flaga7 {
    position: relative;
    float: left;
    margin: 6px;
    border: 1px solid #000;
    cursor: pointer;
}

header .flaga1 {
    margin-left: 15px;
}

header .flaga7 {
    margin-right: 15px;
}

.flaga1 {
    background: url(../images/sprite1.png) 0px 0px no-repeat;
    width: 26px;
    height: 16px;
}

.flaga1.active, .flaga1:hover {
    background: url(../images/sprite1.png) -32px 0px no-repeat;
    width: 26px;
    height: 16px;
}

.flaga2 {
    background: url(../images/sprite1.png) 0px -16px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga2.active, .flaga2:hover {
    background: url(../images/sprite1.png) -32px -16px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga3 {
    background: url(../images/sprite1.png) 0px -32px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga3.active, .flaga3:hover {
    background: url(../images/sprite1.png) -32px -32px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga4 {
    background: url(../images/sprite1.png) 0px -48px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga4.active, .flaga4:hover {
    background: url(../images/sprite1.png) -32px -48px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga5 {
    background: url(../images/sprite1.png) 0px -80px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga5.active, .flaga5:hover {
    background: url(../images/sprite1.png) -32px -80px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga6 {
    background: url(../images/sprite1.png) 0px -64px no-repeat;
    width: 32px;
    height: 16px;
}

.flaga6.active, .flaga6:hover {
    background: url(../images/sprite1.png) -32px -64px no-repeat;
    width: 32px;
    height: 16px;
}

.flaga7 {
    background: url(../images/sprite1.png) 0px -96px no-repeat;
    width: 24px;
    height: 16px;
}

.flaga7.active, .flaga7:hover {
    background: url(../images/sprite1.png) -32px -96px no-repeat;
    width: 24px;
    height: 16px;
}

header .reg .social .ico:hover {
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

footer .right ul li:hover > a {
    color: #FFF;
}

.box .btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    cursor: pointer;
}
.box .btn_bottom_center:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    cursor: pointer;
}
.box .gracz:hover > .rect {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.box .gracz:hover {
    background-color: rgba(149, 126, 89, 0.6);
    cursor: pointer;
}

header .reg {
    position: relative;
    float: right;
    height: 30px;
    margin: 20px 0;
    width: auto;
}

header .reg p {
    position: relative;
    float: left;
    color: #b7a27b;
    line-height: 20px;
}

nav#menu ul img.star2 {
    position: relative;
    vertical-align: middle;
    height: 19px;
    display: inline-block;
}

header .log_btn {
    float: left;
    width: 120px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #e0c289;
    text-transform: uppercase;
    font-size: 1em;
    text-shadow: 0 0 3px #222;
    background-image: url(../images/reg_btn_off.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    font-weight: 400;
    margin-left: 15px;
}

.rejestracja_btn:hover, .log_btn:hover {
    background-image: url(../images/reg_btn_on.jpg);
    color: #2e2016;
    cursor: pointer;
}

header .reg .social {
    float: left;
}

header .reg .social .ico {
    position: relative;
    float: left;
    width: 29px;
    height: 29px;
    margin-left: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #b7a27b;
}

.fb {
    background-image: url(../images/fb.png);
}

.tw {
    background-image: url(../images/tw.png);
}

.tb {
    background-image: url(../images/tb.png);
}

.mainFoto {
    position: relative;
    height: 236px;
    margin: 0px 0 30px 0;
    padding: 10px;
    background-image: url(../images/wood_bg.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 0 6px #000;
}

nav#menu {
    height: 45px;
    width: 100%;
    border-radius: 12px;
    float: left;
    font-size: 1.1em;
    background-image: url(../images/menu_bg.jpg);
    background-size: cover;
    box-shadow: 0 0 6px #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

nav#menu ul li {
    display: inline-block;
    line-height: 45px;
    color: #b7a27b;
    cursor: pointer;
	width: 16%;
    text-align: center;
}

nav#menu ul li:hover {
    background-image: url(../images/menu_hover.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}

nav#menu ul li:first-child {
    border-radius: 10px 0 0 10px;
}

.rejestracja_btn {
    float: right;
    width: 170px;
    height: 45px;
	top:20px;
    border-radius: 12px;
    line-height: 45px;
    text-align: center;
    color: #e0c289;
    text-transform: uppercase;
    font-size: 1.2em;
    text-shadow: 0 0 3px #222;
    background-image: url(../images/reg_btn_off.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    font-weight: 400;
    cursor: pointer;
	position:relative;
}

.clear {
    display: block;
    width: 100%;
    clear: both;
}

.w50, .w100 {
    position: relative;
    width: 50%;
    margin-top: 20px;
    box-sizing: border-box;
    min-height: 300px;
    float: left;
    padding: 20px;
}

.w100 {
    width: 100%;
    min-height: 0;
    margin-top: 0;
}

.w50 .caption, .w100 .caption {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.red{
	color:red;
}

.w50.p2 {
    margin-top: 0;
    padding: 0 20px;
}

.w50 .box {
    position: relative;
    display: block;
    background-image: url(../images/wiadomosc_bg.jpg);
    -webkit-background-size: cover;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 100%;
    height: 350px;
    padding: 10px;
    border-radius: 15px;
    float: left;
    box-shadow: 0 0 12px #000;
}

.box .pinlt,
.box .pinrt {
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/pin.png);
}

.box .pinlt {
    left: 15px;
}

.box .pinrt {
    right: 15px;
}

.box .col {
    position: relative;
    margin-top: 10px;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    height: 300px;
}

.box .col.w1 {
    width: 50%;
}

.box .col.w2 {
    width: 100%;
}

.box .col img {
    border: 5px solid #8e735c;
}

.box .col h1 {
    font-size: 1.2em;
    font-weight: 600;
    color: #e0c289;
    margin-top: 10px;
}

.box .col .date {
    color: #FFF;
    font-size: 0.8em;
}

.box .col p {
    color: #FFF;
    margin: 12px 0 0 0;
    font-size: 0.9em;
    line-height: 1.4em;
}

.box .btn {
    position: absolute;
    bottom: -31px;
    height: 40px;
    font-size: 0.8em;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 10px 10px 0 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}
.box .btn_bottom_center{
    position: absolute;
    bottom: -31px;
    height: 40px;
    font-size: 0.8em;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 10px 10px 0 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}
.box .btn_bottom_center {
    bottom: 0;
    left: 50%;
    margin-left: -79px;
}

.box .gracz {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    clear: both;
}

.box .gracz .rect {
    position: relative;
    float: left;
    line-height: 40px;
    height: 26px;
    width: 20px;
    margin: 3px 5px;
    border: 2px solid #8e735c;
    background-color: #4c3928;
}

.box .gracz h3 {
    float: left;
    color: #e0c289;
    line-height: 36px;
    font-size: 0.8em;
    margin-left: 0px;
    width: 155px;
}

.box .gracz .star {
    position: relative;
    float: left;
    height: 20px;
    width: 20px;
    line-height: 40px;
    margin: 10px 10px;
    background-image: url(../images/star.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#main {
    color: #e0c289;
    z-index: 9 !important;
}

.box .gracz p {
    color: #FFF;
    line-height: 40px;
    margin: 0;
    font-size: 0.9em;
}

.box2 {
    color: #FFF;
}

.box2 h2 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2em;
    color: #e0c289;
    margin-bottom: 10px;
}

.box2 p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.box2 img {
    position: relative;
    float: right;
    padding: 10px;
    width: 150px;
}

.w16 {
    position: relative;
    display: inline-block;
    width: 165px;
    margin: 0 10px;
    text-align:center;
    height: 75px;
    background-color: rgba(142, 115, 92, 0.2);
}

footer {
    top: 80px;
    position: relative;
    width: 1137px;
    height: 160px;
    border-top: 2px solid rgba(176, 155, 117, 0.3);
    margin: 0 auto;
}

footer .left,
footer .right {
    font-size: 0.9em;
    position: relative;
    padding: 12px 0;
    color: #e0c289;
}

footer .left {
    float: left;
}

footer .right {
    float: right;
}

footer .right ul li {
    float: left;
    border-left: 1px solid #e0c289;
    padding: 0 5px;
}

footer .right ul li:first-child {
    border: none;
}

footer#first {
    position: relative;
    width: 100%;
    height: 60px;
    border-top: 2px solid rgba(176, 155, 117, 0.3);

}

footer#first .left,
footer#first .right {
    font-size: 0.9em;
    position: relative;
    padding: 12px 0;
    color: #e0c289;
}

footer#first .left {
    float: left;
}

footer#first .right {
    float: right;
}

footer#first .right ul li {
    float: left;
    border-left: 1px solid #e0c289;
    padding: 0 5px;
}

footer#first .right ul li:first-child {
    border: none;
}

#best_player {
    position: absolute;
    top: 19px;
    left: 182px;
    width: 227px;
    height: 30px;
    font-family: mcgreg;
    font-size: 25px;
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}

#messages {
    position: absolute;
    top: 19px;
    left: 182px;
    width: 227px;
    height: 30px;
    font-family: mcgreg;
    font-size: 25px;
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}

#ogrze {
    position: absolute;
    top: 24px;
    left: 504px;
    width: 160px;
    height: 22px;
    font-family: mcgreg;
    font-size: 20px;
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}

#partners {
	position: relative;
    top: 24px;
    height: 22px;
    font-family: mcgreg;
    font-size: 20px;
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}

.box_rej, .box_log {
    height: 280px;
}

.boxPlayer {
    background: url(../images/rej_log_bg.jpg) no-repeat;
    height: 371px;
    overflow: auto;
    left: 100%;
    position: fixed;
    top: 20%;
    width: 493px;
    z-index: 101;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;

}

.popup_screen, .popup_film, .overlaypopup, .popup_platnosci, .overlaypopupPlayer {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0.5;
    display: none;
    height: 100%;
}

/* całkiem wyłącz te stare zasłony, skoro mamy BS modal */
#overlay_screen,
#boxpopup_screen,
#overlay_film,
#boxpopup_film {
    display: none !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* porządek warstw dla BS */
.modal {
    z-index: 2050 !important;
    
}

.modal-content {
    background: url(../images/popContent.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 15px;
    background-color: transparent;
}

.modal-backdrop {
    z-index: 2040 !important;
}

.box_screen, .box_film {
    height: 500px;
    overflow: auto;
    left: 100%;
    position: fixed;
    top: 5%;
    width: 660px;
    z-index: 101;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: url(../images/popContent.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#registerButton {
    position: absolute;
    top: 320px;
    left: 180px;
    width: 120px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #e0c289;
    text-transform: uppercase;
    font-size: 1em;
    text-shadow: 0 0 3px #222;
    background-image: url(../images/reg_btn_off.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

#przypomnij_haslo {
    position: absolute;
    top: 250px;
    left: 154px;
    width: 180px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #e0c289;
    text-transform: uppercase;
    font-size: 1em;
    text-shadow: 0 0 3px #222;
    background-image: url(../images/reg_btn_off.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

#zmien-haslo {
    margin-top: 20px;
    width: 180px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #e0c289;
    text-transform: uppercase;
    font-size: 1em;
    text-shadow: 0 0 3px #222;
    background-image: url(../images/reg_btn_off.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

#reg_act {
    position: absolute;
    top: 40px;
    color: #e0c289;
    width: 500px;
    height: 70px;
    line-height: 18px;
    font-size: 12px;
}

#boxpopup_rev p {
    position: absolute;
    color: #e0c289;
    width: 452px;
    height: 30px;
    line-height: 12px;
    font-size: 12px;
    padding: 20px;
}

#reg_act p {
    padding: 25px;
    font-size: 15px;
}

.rej_log {
    padding: 10px;
    font-family: mcgreg;
    font-size: 18px;
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}

.login_txt, .mail_txt, .mail2_repead, .haslo_txt, .haslo2_txt {
    position: absolute;
    left: 24px;
    width: 170px;
    height: 20px;
    line-height: 21px;
    text-align: right;
    font-size: 16px;
    color: #e0c289;
    font-family: mcgreg;
}

.username_txt, .pass_txt {
    position: absolute;
    left: 0px;
    width: 170px;
    height: 20px;
    line-height: 21px;
    text-align: right;
    font-size: 16px;
    color: #e0c289;
    font-family: mcgreg;
}

#token_bg {
    background: url(../../../../token) no-repeat;
    position: absolute;
    top: 270px;
    left: 74px;
    width: 120px;
    height: 20px;
}
#token_bgRe {
    background: url(../../../../token) no-repeat;
    position: relative;
    /* top: 270px; */
    /* left: 74px; */
    width: 120px;
    height: 20px;
}
#token_bg_rev {
    background: url(../../../../token) no-repeat;
    position: absolute;
    top: 180px;
    left: 74px;
    width: 120px;
    height: 20px;
}

#login, #haslo, #repeadhaslo, #mail, #mail_repead, #token, #mail_rev, #token_rev {
    position: absolute;
    left: 210px;
    width: 180px;
    height: 20px;
    line-height: 21px;
    text-align: left;
    font-size: 16px;
    border: none;
    padding-left: 5px;
}

#firstPass, #secondPass, #tokenChange {
    width: 180px;
    height: 20px;
    line-height: 21px;
    text-align: left;
    font-size: 16px;
    border: none;
    padding-left: 5px;
}

#username, #password {
    position: absolute;
    left: 180px;
    width: 180px;
    height: 20px;
    line-height: 21px;
    text-align: left;
    font-size: 16px;
    border: none;
    padding-left: 5px;
}

#login, .login_txt, #username, .username_txt {
    top: 115px;
}

#mail, .mail_txt, #password, .pass_txt, #mail_rev {
    top: 145px;
}

#mail_repead, .mail2_repead {
    top: 175px;
}

#haslo, .haslo_txt {
    top: 205px;
}

#repeadhaslo, .haslo2_txt {
    top: 240px;
}

#token {
    top: 270px;
}

#token_rev {
    top: 180px;
}

.close,.closeTooltip,#closeWyloguj{
    position: absolute;
    top: 9px;
    right: 5px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: url(../images/sprite1.png) 0px -206px no-repeat;
    z-index: 1;
}
#closeOknoJednostki{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: url(../images/sprite1.png) 0px -206px no-repeat;
    z-index: 8;
}
.close_txt {
    position: absolute;
    top: 248px;
    left: 357px;
}

#oficer {
    background: url(../images/oficer.png) no-repeat;
    width: 328px;
    height: 320px;
    position: absolute;
    bottom: 0px;
    left: 300px;
    z-index: 3;
}

#stojak {
    background: url(../images/stojak.png) no-repeat;
    width: 513px;
    height: 500px;
    position: absolute;
    bottom: 0px;
}

#tablica_sc {
    background: url(../images/tablica_sc.jpg) no-repeat;
    width: 376px;
    height: 317px;
    position: absolute;
    top: 36px;
    left: 25px;
}

nav#dowodzenie {
    position: relative;
    width: 1025px;
    height: 40px;
    top: 4px;
    border-radius: 12px;
    background: url(../images/menu_bg.jpg);
    background-size: cover;
    box-shadow: 0 0 6px #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

nav#dowodzenie ul {
    display: inline-block;
    line-height: 45px;
    color: #b7a27b;
    padding: 0 20px;
    height: 40px;
    top: 0;
    width: 93%;
    left: 0;
    position: absolute;
}

nav#dowodzenie ul li {
    display: inline-block;
    line-height: 45px;
    color: #b7a27b;
    padding: 0 20px;
    cursor: pointer;
}

nav#dowodzenie ul li:hover {
    background-image: url(../images/menu_hover.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}

nav#dowodzenie ul li:first-child {
    border-radius: 10px 0 0 10px;
}

nav#dowodzenie ul img.star2 {
    position: relative;
    vertical-align: middle;
    height: 19px;
    display: inline-block;
}

#form_change_world {
    width: 350px;
    height: 31px;
	    top: 25px;
    position: relative;
}

#form_change_world p {
    float: left;
    color: #ffffff;
    font-size: 12px;
    padding: 8px;
}

select#soflow, select#soflow-color, select#soflow-color1 {
    -webkit-appearance: button;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/strzalka_select.jpg), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: none;
    color: #555;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    float: left;
}

select#soflow-color, select#soflow-color1 {
    color: #e0c289;
    height: 30px;
    background-image: url(../images/strzalka_select.jpg), -webkit-linear-gradient(#5a4432, #5a4432 40%, #5a4432);
    background-color: #5a4432;
    padding-left: 4px;
}

nav#gra {
    position: relative;
    width: 100%;
    height: 35px;
    top: 2px;
    text-align: center;
    font-family: mcgreg;
    font-size: 20px;
    color: #b7a27b;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
}

nav#gra ul li {
    display: inline-block;
    line-height: 34px;
    color: #b7a27b;
    padding: 0 20px;
    cursor: pointer;
    border-right: 2px solid #b7a27b;
}

.no_border {
    border: none;
}

.submit_zmiana, #zapisz_miasto, #submit_pass, #btn_formMission, #odbierzNagrode {
    cursor: pointer;
    background-image: url(../images/reg_btn_off.jpg);
    width: 114px;
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    margin-left: 15px;
    text-shadow: 0 0 3px #222;
	text-align:center;
}

.endWorld, .multiban, #sendStartWorld {
    cursor: pointer;
    background-image: url(../images/reg_btn_off.jpg);
    width: 180px;
    height: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    text-align: center;
    margin: 2px;
}


#faqForm {
    cursor: pointer;
    background-image: url(../images/reg_btn_off.jpg);
    width: 183px;
    height: 24px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    margin-left: 15px;
    text-shadow: 0 0 3px #222;
    text-align: center;
}

#akcja {
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 185px;
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    margin: 0 auto;
    line-height: 31px;
}

.active {
    color: #f6c770 !important;
}

#twoje_jednostki {
    position: absolute;
    left: 472px;
    width: 195px;
    height: 22px;
    font-family: mcgreg;
    font-size: 22px;
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}

#strzalka {
    height: 40px;
    width: 100%;
    top: 0px;
    position: relative;
    background: url(../images/strzalka.png) 0px 10px no-repeat;
}

#radio {
    height: 300px;
    width: 100%;
    top: 10px;
    position: absolute;
    background: url('../images/popContent.jpg') repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #e0c289;
    float: left;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    display: none;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 2px 2px 15px #000, -2px -2px 15px #000;
}

#odbudowa {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 90px;
    cursor: pointer;
}

#odbudowa_stolica {
    position: absolute;
    top: 24px;
    left: 30px;
    width: 90px;
    cursor: pointer;
}

#city_odbudowa-panel {
    position: absolute;
    top: 10px;
    left: 115px;
    color: #c6c6c6;
    font-size: 12px;
    text-align: center;
}

#radio_txt {
    position: absolute;
    top: 13px;
    left: 472px;
    width: 195px;
    height: 22px;
    font-family: mcgreg;
    font-size: 22px;
    color: #e0c289;
    text-align: center;
    text-transform: uppercase;
}

#unit_list {
    width: 89%;
    height: 39px;
    top: 40px;
    position: relative;
    border: 1px solid #5b4533;
    margin: 0 auto;
}

#sojusznicy {
	color:#B7A27B;
	font-size:12px;
	position:absolute;
	right: 374px;
    top: 45px;
	width:227px;
	z-index:8;
}

#unit_list::before {
    content: "";
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/unit_list.png) 0 0 no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    margin: 0 auto;
}

#unit_icon {
    position: relative;
    top: 34px;
    width: 443px;
    height: 30px;
    margin: 0 auto;
}

#przeciwlotnicze, #piechota, #pancerne, #flota, #lotnictwo, #artyleria,#goToCity {
    position: relative;
    border: none;
    margin: 0 15px 0 15px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    float: left;
}

#przeciwlotnicze {
    background: url(../images/jednostki1.png) -99px -857px no-repeat;
}

#piechota {
    background: url(../images/jednostki1.png) 0 -857px no-repeat;
}

#pancerne {
    background: url(../images/jednostki1.png) -67px -857px no-repeat;
}

#flota {
    background: url(../images/jednostki1.png) -130px -857px no-repeat;
}

#lotnictwo {
    background: url(../images/jednostki1.png) -31px -857px no-repeat;
}

#artyleria {
    background: url(../images/jednostki1.png) -163px -857px no-repeat;
}

.hex {
    position: absolute;
    z-index: 4;
    width: 46px;
    height: 33px;
    background-repeat: no-repeat;
}

.hex_m {
    position: absolute;
    background: url(./images/jednostki1.png) -276px -792px no-repeat;
    width: 46px;
    height: 33px;
    z-index: 2;
}

.czerwony {
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 3px;
    background: url(../images/sprite3.png) -46px 0 no-repeat;
}

.zielony {
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 3px;
    background: url(../images/sprite3.png) -49px 0 no-repeat;
}

.zolty {
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 3px;
    background: url(../images/sprite3.png) -55px 0 no-repeat;
}

.niebieski {
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 3px;
    background: url(../images/sprite3.png) -52px 0 no-repeat;
}

.city_container {
    padding: 15px 0px 0px 11px;
    width: 240px;
    height: 150px;
    float: left;
}

.city {
    width: 46px;
    height: 33px;
}

#center-panel {
    position: relative;
    top: 70px;
    height: 70px;
}

#center-panel table {
    background-image: url(../images/panel/jednostki.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 58px;
    font-size: 9px;
    width: 362px;
    border: none;
    color: #c6c6c6;
    float: left;
    margin: 4px 0 0 18px;
}

#center-panel .sztab {
    background-image: url(../images/panel/sztab.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 58px;
    font-size: 9px;
    width: 362px;
    border: none;
    color: #c6c6c6;
    float: left;
    margin: 4px 0 0 18px;
}

#city_panel {
    margin: 0px auto;
    min-height: 71px;
    width: 250px;
    height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: absolute;
    z-index: 5;
    background: url(../images/panel_miasto.png);
}

#city_nazwa {
    width: 230px;
    color: #c6c6c6;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 20px;
}

#city_nacja {
    width: 230px;
    color: #c6c6c6;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 120px;
}

#city_miasto {
    width: 100px;
    height: 100px;
}

#city_mission-panel {
    position: absolute;
    top: 45px;
    left: 112px;
    width: 126px;
    color: #c6c6c6;
    font-size: 12px;
    text-align: center;
}

#city_mission-panel a {
    font-family: urbana;
    color: #c6c6c6;
    font-size: 14px;
    text-align: center;
}

#center-panel table tr {
    float: left;
}

#center-panel table tr td.title {
    width: 47px;
    float: left;
    background: none;
    color: #FFFFFF;
    font-size: 8px;
    text-align: center;
}

#center-panel table tr td {
    float: left;
    padding: 0 2px 0 0;
    text-align: center;
    width: 48px;
}

#center-panel table tr.b td {
    margin-top: 4px;
}

#center-panel table tr.naglowek_panel {
    height: 28px;
    width: 362px;
}

#center-panel table tr.naglowek_panel .title {
    width: 47px;
    float: left;
    background: none;
    color: #FFFFFF;
    font-size: 8px;
    text-align: center;
    padding-top: 7px;
}

#center-panel table tr.naglowek_panel td {
    height: 24px;
    width: 48px;
    padding: 1px 2px 1px 0;
}

#send_mess_map {
    cursor: pointer;
}

#unit_on {
    position: relative;
    width: 15px;
    height: 10px;
    top: -10px;
    background: url(../images/sprite1.png) 0px -116px no-repeat;
    left: 371px;
}

#pogoda {
    position: absolute;
    right: 45px;
    top: 0px;
    cursor: help;
    width: 88px;
    height: 78px;
    text-align: left;
    line-height: 16px;
    z-index: 2;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
}

#pogoda_bg {
    position: absolute;
    right: 45px;
    top: 0px;
    cursor: help;
    width: 88px;
    height: 78px;
    text-align: left;
    line-height: 16px;
    background: url(../images/bg_pogoda.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    z-index: 1;
}

#powieksz {
    position: absolute;
    left: 470px;
    top: 406px;
    cursor: pointer;
    width: 88px;
    height: 38px;
    text-align: center;
    line-height: 39px;
    background: url(../images/bg_powieksz.png);
    color: #fefefe;
    font-size: 12px;
    vertical-align: middle;
}

#button_up {
    cursor: pointer;
    position: absolute;
    top: 74px;
    left: 490px;
    width: 38px;
    height: 20px;
    background: url(../images/sprite1.png) 0px -186px no-repeat;
}

#button_down {
    cursor: pointer;
    position: absolute;
    top: 130px;
    left: 490px;
    width: 38px;
    height: 19px;
    background: url(../images/sprite1.png) 0 -166px no-repeat;
}

#button_right {
    cursor: pointer;
    position: absolute;
    top: 92px;
    left: 528px;
    width: 20px;
    height: 38px;
    background: url(../images/sprite1.png) -20px -128px no-repeat;
}

#button_left {
    cursor: pointer;
    position: absolute;
    top: 92px;
    left: 470px;
    width: 20px;
    height: 38px;
    background: url(../images/sprite1.png) 0px -128px no-repeat;
}

#pokaz_podloza {
    position: absolute;
    width: 88px;
    height: 38px;
    top: 406px;
    left: 471px;
    text-align: center;
    line-height: 39px;
    background: url(../images/bg_powieksz.png);
    color: #fefefe;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

#ukryj_podloza {
    position: absolute;
    width: 88px;
    height: 38px;
    top: 406px;
    left: 471px;
    text-align: center;
    line-height: 39px;
    background: url(../images/bg_powieksz.png);
    color: #fefefe;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

#find_city {
    position: absolute;
    width: 88px;
    height: 38px;
    top: 356px;
    left: 471px;
    text-align: center;
    line-height: 39px;
    background: url(../images/bg_powieksz.png);
    color: #fefefe;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

#sektor {
    position: absolute;
    top: 40px;
    left: 487px;
    height: 14px;
    width: 40px;
    text-align: center;
    color: #fefefe;
}

.circle {
    z-index: 4 !important;
    border: 1px solid #000;
    width: 32px !important;
    height: 32px !important;
}
@keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

#alarma {
    display: none;
    background: url(../images/alarm.png) no-repeat;
    width: 40px;
    height: 40px;
    overflow: auto;
    cursor: pointer;
    top: 35px;
    right: 145px;
    position: fixed;
    z-index: 100;
}

#finanse_gracza {
    position: relative;
    top: -50px;
    left: 0;
    width: 300px;
    z-index: 4;
    background: url(../images/bg_alert.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: auto;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #e0c289;
    font-size: 13px;
    padding: 25px 50px 25px 25px;
}

#sponsor_info {
    position: absolute;
    top: 47px;
    left: 671px;
    font-size: 12px;
    width: 233px;
}

#sponsor_info a {
    color: #e0c289;
}

#sponsor_info1 {
    position: absolute;
    top: 70px;
    left: 671px;
    width: 233px;
    font-size: 12px;
}

#sponsor {
    cursor: pointer;
    color: #e0c289;
    position: absolute;
    top: 0px;
    right: 20px;
}
.sponsor{
	text-align: center;
	padding:5px;
	cursor:pointer;
}
#new_sponsor {
    cursor: pointer;
    color: #e0c289;
    top: 14px !important;
    right: 45px !important;
}

#pagon {
    width: 75px;
    height: 29px;
    position: absolute;
    top: 0px;
    left: 5px;
    cursor: pointer;
}

#logout {
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 114px;
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    position: relative;
    top: 40px;
    left: 33%;
    line-height: 28px;
    text-shadow: 0 0 3px #222;
	padding:10px;
}


.submit {
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 114px;
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    position: absolute;
    top: 200px;
    left: 190px;
    line-height: 28px;
    text-shadow: 0 0 3px #222;
}
.submitImage {
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 76px;
    height: 20px;
    top: 20px;
    font-size: 11px;
    color: #e0c289;
    text-transform: uppercase;
    position: relative;
    top: 11px;
    left: 35px;
    line-height: 20px;
    text-shadow: 0 0 3px #222;
}
#logout:hover, .submit_zmiana:hover, .add:hover, #zapisz_miasto:hover, #submit_pass:hover, #usuwanie_link:hover, #muza:hover, #zarowa:hover, .zapisz_urlop:hover, #zapisz_tury:hover, #zapisz_turyns:hover, .zapisz_raporty:hover, #dodaj_post:hover, #akcja:hover, .button_sell:hover, #registerButton:hover, .submit:hover, #przyspiesz:hover, #sponsor_continue:hover, #moreSponsorButton:hover, #replace_button:hover, #przypomnij_haslo:hover, #zmien-haslo:hover, #sendMessageDialog:hover, #sendMessage:hover, #application:hover, .writeMessage:hover, #delMessage:hover,#send:hover, .napraw:hover,#usun_fota:hover, .submit_fota:hover, .btn:hover,#odbierzNagrode:hover, #backToSectionList:hover, #edit_motto:hover, #faqForm:hover {
    background-image: url(../images/reg_btn_on.jpg);
    color: #2e2016;
    cursor: pointer;
}

#sponsor_continue {
    width: 240px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}

#przypomnij {
    position: absolute;
    top: 300px;
    left: 160px;
    width: 169px;
    height: 17px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    color: #e0c289;
}

#data_panel {
    width: 54px;
    height: 20px;
    position: absolute;
    top: 17px;
    left: 240px;
    font-size: 18px;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
    color: #e0c289;
}

#data-silo {
    width: 100%;
    height: 100%;
    color: white;
}

#silo-m {
    padding: 5%;
    height: 83%;
}

#small_info {
    width: 204px;
    height: 14px;
    position: absolute;
    top: 47px;
    left: 467px;
    font-size: 12px;
    text-align: center;
}

#plus-surka, #minus-surka {
    position: absolute;
    left: 30px;
    line-height: 18px;
    cursor: pointer;
    height: 20px;
    font-size: 20px;
    width: 20px;
    background: #5b4533 none repeat scroll 0 0;
    border: 1px solid #161616;
    border-radius: 5px;
    text-align: center;
}

#plus-surka {
    top: 5px;
}

#minus-surka {
    top: 35px;
}

#sponsor_panel {
    width: 233px;
    height: 17px;
    position: absolute;
    top: 17px;
    left: 671px;
    font-size: 18px;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
    color: #e0c289;
}

#gold_change_panel a {
    font-size: 12px;
}


#tury_info_panel2 {
    position: absolute;
    top: 88px;
    font-size: 12px;
    width: 237px;
}

#tury_info_panel2 a {
    font-size: 12px;
}

.messageBox {
    position: absolute;
    font-size: 10px;
    top: 0px;
    left: 139px;
    width: 43px;
    height: 28px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    line-height: 14px;
    background: url(../images/sprite1.png) 0px -333px no-repeat;
}

#messAll, #rapAll {
    width: 20px;
    position: absolute;
    border: solid 1px #e0c289;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
	display:none;
}

#messAll {
    top: 15px;
    left: 168px;
    background: #4d3827;
}

#rapAll {
    top: 15px;
    left: 130px;
    background: #691f09;
}

#wiadomosci_przycisk {
    position: absolute;
    font-size: 18px;
    font-family: mcgreg;
    top: 0px;
    left: 360px;
    width: 15px;
    height: 8px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

#raporty_przycisk {
    position: absolute;
    font-size: 18px;
    font-family: mcgreg;
    top: 12px;
    left: 360px;
    width: 15px;
    height: 8px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

#panel_gry {
    color: #ffffff;
    cursor: default;
    position: fixed;
    bottom: 0px;
    width: 1142px;
    height: 112px;
    background: url(../images/tlo_pasek.jpg) no-repeat;
    font-size: 16px;
    z-index: 4;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px 15px 0 0;
    box-shadow: 2px 2px 15px #000, -2px -2px 15px #000;
    margin: 0 auto;
    display: none;
}

#panel_gry small {
    font-size: 12px;
}

#gold_bank a, #replace, #tury_info_panel2 a, #sponsor_info1 a {
    color: #e0c289;
}

#replace {
    cursor: pointer;
}

#left_margin {
    position: fixed;
    width: 6%;
    height: 112px;
}

#right_margin {
    position: fixed;
    width: 6%;
    height: 112px;
}

#pagon_info {
    display: none;
    position: relative;
    top: 0px;
    left: 20px;
    width: 300px;
    z-index: 4;
    background: url(../images/bg_alert.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: auto;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #e0c289;
    font-size: 13px;
    padding: 25px 50px 25px 25px;
}

#data_info {
    position: absolute;
    top: 48px;
    left: 199px;
    width: 136px;
    font-size: 10px;
    line-height: 15px;
}

#data_info strong, #gold_info1 strong {
    font-size: 12px;
}

#gold_info {
    position: absolute;
    top: 17px;
    left: 335px;
    font-size: 18px;
    width: 132px;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
    color: #e0c289;
}

#gold_info1 {
    position: absolute;
    top: 48px;
    left: 335px;
    font-size: 12px;
    width: 132px;
    font-weight: bold;
}

#gold_bank {
    position: absolute;
    top: 70px;
    left: 335px;
    font-size: 12px;
    width: 132px;
    height: 42px;
}

#gold_bank a {
    font-size: 12px;
}

#credit_info {
    position: absolute;
    top: 17px;
    left: 467px;
    font-size: 18px;
    width: 204px;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
    color: #e0c289;
}

#finanse {
    position: absolute;
    top: 3px;
    left: 100px;
    height: 40px;
    width: 40px;
    background: url(../images/sprite1.png) -38px -193px no-repeat;
    cursor: pointer;
    z-index: 1;
}

.timerK {
    position: absolute;
    top: 3px;
    left: 100px;
    height: 15px;
    width: 56px;
    cursor: wait;
    z-index: 1;
    top: 5px;
}

#gold_change_panel {
    position: absolute;
    top: 70px;
    left: 467px;
    font-size: 12px;
    width: 204px;
}

#panel_edit {
    position: fixed;
    width: 22px;
    height: 22px;
    background: url(../images/sprite1.png) -3px -306px no-repeat;
    z-index: 102;
    cursor: pointer;
}

.activeEdit {
    background: url(../images/sprite1.png) -3px -278px no-repeat !important;
}

.activeEdit2 {
    background: url(../images/sprite1.png) -3px -306px no-repeat !important;
}

#panel_edit2 {
    position: fixed;
    width: 22px;
    height: 22px;
    background: url(../images/sprite1.png) -3px -281px no-repeat;
    z-index: 8;
    cursor: pointer;
}

#panel_edit {
    left: 0px;
    bottom: 0px;
}

#panel_edit2 {
    left: 0px;
    top: 0px;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

#radio_edit {
    top: 14px;
    right: 10px;
    position: fixed;
    z-index: 8;
    cursor: pointer;
    width: 88px;
    height: 78px;
    background: url(../images/bg_radio.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
}

#radio_edit span {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
    color: yellowgreen;
    top: 10px;
    left: 10px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
	font-family: mcgreg;
}

#stopa {
    position: absolute;
    left: 490px;
    top: 22px;
    width: 376px;
    height: 20px;
    text-align: left;
}

#tura_priv {
    height: 13px;
    position: absolute;
    top: 20px;
	left:120px;
    font-size: 11px;
    width: 35px;
}

#radio_body .nav {
    overflow: hidden;
    position: relative;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding-left: 40px;
}

#radio_body span {
    margin: 5px;
}

#radio_body .nav li {
    width: 130px;
    float: left;
}

#radio_body {
    position: absolute;
    top: 48px;
    width: 97%;
}

#radio_body .nav li.last {
    margin-right: 0;
}

#radio_body .nav li a {
    display: block;
    color: #e0c289;
    font-size: 10px;
    text-align: center;
}

#radio_body .nav li a:hover {
    background-color: #111;
}

#radio_body > ul li {
    color: #FF0;
}

#radio_body ul li a {
    display: inline;
    color: red;
}

#radio_body ul li a:hover {
    background: red;
    color: #FFF;
}

#radio_body ul li.nav1 a.current, #radio_body ul.featured li a:hover, #radio_body ul li.nav2 a.current, #radio_body ul.core li a:hover, #radio_body ul li.nav3 a.current, #radio_body ul.jquerytuts li a:hover, #radio_body ul li.nav4 a.current, #radio_body ul.classics li a:hover {
    color: #FFF;
}

#tab1 li, #tab2 li, #tab3 li {
    width: 97%;
    padding: 6px;
}

.sb {
    margin-top: 10px;
    text-align: left;
    padding-left: 40px;
}

.sb ul {
    height: 185px;
    overflow: auto;
}

.add {
    cursor: pointer;
    background: url(../images/przycisk_zmiana.jpg);
    width: 114px;
    height: 31px;
    font-size: 14px;
    color: #b7a27b;
    text-transform: uppercase;
    position: absolute;
    top: 214px;
    left: 630px;
    line-height: 28px;
    text-shadow: 0 0 3px #222;
}

.sound {
    position: absolute;
    top: 222px;
    left: 750px;
}

#tab1 {
    position: relative;
}

.nav1 {
    border-right: 1px solid #e0c289;
}

.nav3 {
    border-left: 1px solid #e0c289;
}

.sb > ul > li {
    border-bottom: 1px solid #5b4533;
    padding: 4px;
}

.sb > ul > li:nth-child(2n) {
    background: url(../images/bg_p.png);
}

.date {
    font-size: 12px;
    text-align: center;
    color: #927d5e;
}

.sbUser_1 {
    color: green;
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
}
.use, .useS {
    cursor: pointer;
}

.sbUser_2 {
    color: #ff6666;
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
}

.msg {
    color: #e0c289;
    font-size: 12px;
}

.shout {
    width: 505px;
    height: 50px;
    margin: 5px 7px 15px;
    top: 210px;
    left: 100px;
    position: absolute;
    padding-left: 5px;
    background: #5a4432;
    color: #fff;
}

.next_page {
    position: absolute;
    width: 9px;
    height: 15px;
    top: 12px;
    right: 0px;
    background: url(../images/sprite1.png) -31px -113px no-repeat;
	cursor:pointer;
}

.rev_page {
    position: absolute;
    width: 9px;
    height: 15px;
    left: 0px;
    top: 12px;
    background: url(../images/sprite1.png) -23px -113px no-repeat;
	cursor:pointer;
}

#mapa {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.pancerz_j {
    color: yellow;
    font-size: 10px;
    z-index: 3;
    width: 46px;
    height: 33px;
    text-align: center;
    line-height: 50px;
}

.ilosc_tur {
    position: relative;
    top: 8px;
    left: 17px;
    color: yellow;
    font-family: urbana;
    width: 11px;
    height: 14px;
    font-size: 11px;
    background: #414141;
    border-radius: 6px;
}

#plus-minus-tury .cyfra {
    width: 52px;
    height: 15px;
    clear: both;
    float: left;
    text-align: center;
    color: #cecece;
    background: #000;
    line-height: 15px;
    border: inset 1px #cac1a4;
    font-size: 10px;
}

#plus-minus-tury .tury {
    width: 52px;
    float: left;
    margin: 2px 5px 0px 0px;
}

#bottom-panel .cyfra {
    width: 30px;
    height: 15px;
    clear: both;
    float: left;
    text-align: center;
    color: #cecece;
    background: #000;
    line-height: 15px;
    border: inset 1px #cac1a4;
    font-size: 10px;
}

#przycisk_napraw {
    background-image: url(../images/panel/bt_01.png);
    width: 52px;
    height: 26px;
    cursor: pointer;
}

#plus-minus-tury {
    width: 52px;
    margin-top: 10px;
}

#bottom-panel {
    position: relative;
    top: 70px;
    height: 42px;
    overflow: hidden;
    width: 390px;
    padding-left: 6px;
}

#bottom-panel .cyfra {
    width: 28px;
    clear: none;
}

#desant {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -550px no-repeat;
}

#desant:hover {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -510px -550px no-repeat;
}

#mission-panel {
    position: relative;
    top: 70px;
    width: 396px;
}

#mine_panel {
    margin: 0px auto;
    min-height: 71px;
    width: 250px;
    height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: absolute;
    z-index: 5;
    background: url(../images/panel_miasto.png);
}

#minepanc_activ {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -0px no-repeat;
}

#minepanc_no_activ {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -750px no-repeat;
}

#minepiech_activ {
    position: absolute;
    top: 0px;
    left: 55px;
    width: 50px;
    height: 50px;
    background: url(../images/jednostki1.png) -460px -50px no-repeat;
}

#minepiech_no_activ {
    position: absolute;
    top: 0px;
    left: 55px;
    width: 50px;
    height: 50px;
    background: url(../images/jednostki1.png) -460px -600px no-repeat;
}

#minepanc_activ:hover {
    background: url(../images/jednostki1.png) -510px -0px no-repeat;
}

#minepiech_activ:hover {
    background: url(../images/jednostki1.png) -510px -50px no-repeat;
}

#mina_pow {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -450px no-repeat;
}

#mina_pow_no_activ {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 50px;
    height: 50px;
    background: url(../images/jednostki1.png) -510px -650px no-repeat;
}

#mina_pod {
    position: absolute;
    top: 0px;
    left: 55px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -400px no-repeat;
}

#mina_pod_no_activ {
    position: absolute;
    top: 0px;
    left: 55px;
    width: 50px;
    height: 50px;
    background: url(../images/jednostki1.png) -460px -700px no-repeat;
}

#mina_pow:hover {
    background: url(../images/jednostki1.png) -510px -450px no-repeat;
}

#mina_pod:hover {
    background: url(../images/jednostki1.png) -510px -400px no-repeat;
}

#morale {
    position: absolute;
    top: 27px;
    left: 242px;
    width: 26px;
    height: 14px;
    text-align: center;
    color: #cecece;
    background: #000;
    line-height: 15px;
    border: inset 1px #cac1a4;
    font-size: 10px;
}

#most {
    position: absolute;
    top: 0px;
    left: 205px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -500px no-repeat;
}

#no_most {
    position: absolute;
    top: 0px;
    left: 205px;
    width: 50px;
    height: 50px;
    background: url(../images/jednostki1.png) -510px -700px no-repeat;
}

#most:hover {
    position: absolute;
    top: 0px;
    left: 205px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -510px -500px no-repeat;
}

#napraw {
    width: 54px;
    margin: 14px 3px 0px 4px;
}

#odbudowa {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 90px;
    cursor: pointer;
}

#odbudowa_stolica {
    position: absolute;
    top: 24px;
    left: 30px;
    width: 90px;
    cursor: pointer;
}

#okno_jednostki {
    position: absolute;
    left: 69px;
    top: 470px;
    width: 180px;
    height: 400px;
    border: 1px solid #616161;
    text-align: left;
    line-height: 16px;
    padding: 5px;
}

#okno_jednostki span {
    width: 33px;
    height: 33px;
}

#ruch, #atak {
    margin: 5px 0px 0px 0px;
    cursor: pointer;
}

#ruch_atak {
    width: 374px;
    height: 20px;
    background-image: url(../images/ruch_strzal.png);
}

#ruch img, #atak img {
    padding-left: 10px;
}

#szata_left {
    position: absolute;
    top: 293px;
    left: 0px;
    width: 234px;
    height: 417px;
    z-index: 2;
    background: black;
    opacity: 0.5;
}

#szata_right {
    position: absolute;
    top: 293px;
    left: 652px;
    width: 700px;
    height: 417px;
    z-index: 2;
    background: black;
    opacity: 0.5;
}

#szata_bottom {
    position: absolute;
    top: 710px;
    left: 0px;
    width: 100%;
    height: 1100px;
    z-index: 2;
    background: black;
    opacity: 0.5;
}

#szata_center {
    position: absolute;
    top: 293px;
    left: 252px;
    width: 400px;
    height: 415px;
    z-index: 2;
}

#sztab_panel {
    margin: 0px auto;
    min-height: 71px;
    width: 250px;
    height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: absolute;
    z-index: 5;
    background: url(../images/panel_miasto.png);
}

#sztaby {
    position: absolute;
    top: 2px;
    left: 10px;
    width: 136px;
    color: #FFFFFF;
}

#zanurzony {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -350px no-repeat;
}

#zanurzony:hover {
    background: url(../images/jednostki1.png) -510px -350px no-repeat;
}

#zasieki {
    position: absolute;
    top: 0px;
    left: 105px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -100px no-repeat;
}

#zasieki_no {
    position: absolute;
    top: 0px;
    left: 105px;
    width: 50px;
    height: 50px;
    background: url(../images/jednostki1.png) -510px -600px no-repeat;
}

#zasieki:hover {
    background: url(../images/jednostki1.png) -510px -100px no-repeat;
}

#zeby {
    position: absolute;
    top: 0px;
    left: 155px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -460px -150px no-repeat;
}

.tabelka {
    border-collapse: collapse;
    position: relative;
    top: 5px;
    left: 30px;
}

.tytul, #napraw, #plus-minus-tury, .ruch, .atak {
    float: left;
    overflow: hidden;
    height: 60px;
}

.rowArea{
    position: relative;
    width:100%;
}
.tytul {
    width: 137px;
    height: 50%;
    text-align: center;
    color: #c6c6c6;
    font-size: 9px;
    text-align: center;
    margin-top: 15px;
    margin-left: 15px;
}

.tytul .top, .tytul .bottom, .tytul .center {
    width: 137px;
    float: left;
}

.tytul .center span {
    float: left;
    width: 95px;
}

.tytul .center span.text {
    width: 100px;
    line-height: 17px;
    text-align: center;
}

.tytul .center span.srobka {
    background-image: url(../images/panel/batalion-srobka.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 14px;
    width: 16px;
}

.tytul .center span.srobka.left {
    margin-left: 3px;
}

.ruch span, .atak span, .tura_tab span, #plus-minus-tury .tury span, .doswiadczenie span.tabliczka {
    background-image: url(../images/panel/bg-tabliczka1.jpg);
    background-position: 1px 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 8px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    width: 52px;
}

.ruch, .atak {
    float: left;
    width: 52px;
    margin-top: 10px;
}

#ruch_txt,#strzal_txt,#widocznosc_txt {
    position: absolute;
    top: 4px;
    width: 73px;
    height: 14px;
    background: none;
    color: #FFFFFF;
    font-size: 8px;
    text-align: center;
    line-height: 14px;
}
#ruch_txt {
    left: 11px;
}
#strzal_txt {
    left: 139px;
}
#widocznosc_txt {
    left: 262px;
}

#doswiadczenie_txt,#pancerz_txt,#morale_txt,#dostepne_tury_txt {
    position: absolute;
    top: 28px;
    width: 74px;
    height: 14px;
    background: none;
    color: #FFFFFF;
    font-size: 8px;
    text-align: center;
    line-height: 13px;
}
#doswiadczenie_txt{
    left:11px;
}
#pancerz_txt {
    left: 119px;
    width:45px;
}

#morale_txt {
    left: 198px;
    width:42px;
}

#dostepne_tury_txt {
    left: 275px;
}

#tactic {
    background: url(../images/tactic.png);
    height: 24px;
    width: 382px;
    margin-top:3px;
}

#top-panel, #center-panel, #bottom-panel {
    float: left;
    width: 100%;
}

#top-panel {
    min-height: 80px;
    overflow: hidden;
    font-size: 9px;
    padding-left: 6px;
    border-bottom: solid 1px #303539;
}

#top-panel .top {
    background: url(../images/panel/batalion-gora.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 3px;
}

#top-panel .center {
    background: url(../images/panel/batalion-center.jpg);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    min-height: 28px;
}

#extra .center {
    text-align: center;
}
#top-panel .bottom {
    background: url(../images/panel/batalion-dol.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 4px;
}

#zasieg_ruchu,#zasieg_strzalu, #zasieg_widzenia {
    position: absolute;
    top: 1px;
    width: 35px;
    height: 15px;
    text-align: center;
    color: #cecece;
    background: #000;
    line-height: 15px;
    border: inset 1px #cac1a4;
    font-size: 10px;
}
#zasieg_ruchu{
    left: 87px;
}
#zasieg_strzalu {
    left: 216px;
}
#zasieg_widzenia
{
    left: 343px;
}
#doswiadczenie {
    position: absolute;
    top: 27px;
    left: 87px;
    width: 26px;
    height: 14px;
    text-align: center;
    color: #cecece;
    background: #000;
    line-height: 15px;
    border: inset 1px #cac1a4;
    font-size: 10px;
}

#dostepne_tury {
    position: absolute;
    top: 27px;
    left: 352px;
    width: 26px;
    height: 14px;
    text-align: center;
    color: #cecece;
    background: #000;
    line-height: 15px;
    border: inset 1px #cac1a4;
    font-size: 10px;
}

#pancerz {
    position: absolute;
    top: 27px;
    left: 167px;
    width: 26px;
    height: 14px;
    text-align: center;
    color: #cecece;
    background: #000;
    line-height: 15px;
    border: inset 1px #cac1a4;
    font-size: 10px;
}

#extra {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 376px;
    color: white;
	height:72px;
	overflow:auto;
}

#sztaby_glob {
    position: absolute;
    top: 51px;
    left: 10px;
    width: 146px;
    height: 30px;
}

#zeby_no {
    position: absolute;
    top: 0px;
    left: 155px;
    width: 50px;
    height: 50px;
    background: url(../images/jednostki1.png) -460px -650px no-repeat;
}

#zeby:hover {
    background: url(../images/jednostki1.png) -510px -150px no-repeat;
}

.container {
    width: 100%;
    height: 100%;
    float: left;
}

.city_container {
    padding: 15px 0px 0px 11px;
    width: 240px;
    height: 150px;
    float: left;
}

.doswiadczenie {
    width: 100px;
    float: left;
    margin: 5px 5px 0px 6px;
}

.doswiadczenie span.tabliczka {
    width: 69px;
    float: left;
    margin-right: 1px;
    margin-top: 2px;
    background-image: url(../images/panel/bg-tabliczka2.jpg);
}

.doswiadczenie.morale, .doswiadczenie.pancerz {
    width: 71px;
}

.doswiadczenie.morale span.tabliczka, .doswiadczenie.pancerz span.tabliczka {
    width: 40px;
    background-image: url(../images/panel/bg-tabliczka1.jpg);
}

.doswiadczenie.dostepne {
    margin: 5px 0px 0px 0px;
}

.naprawPancerz {
    background-image: url(../images/panel/tabliczka_02.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 8px;
    height: 24px;
    padding-top: 5px;
    padding-right: 4px;
    text-align: center;
    vertical-align: middle;
    width: 47px;
}

.mine_container {
    padding: 15px 0px 0px 11px;
    width: 240px;
    height: 150px;
    float: left;
}

.plus-minus {
    width: 52px;
    float: left;
}

.plus-minus #plus {
    float: left;
    cursor: pointer;
}

.plus-minus #minus {
    float: right;
    cursor: pointer;
}

div::-webkit-scrollbar, p::-webkit-scrollbar, ul::-webkit-scrollbar, textarea::-webkit-scrollbar  {
    width: 15px;
    cursor:pointer;
}

div::-webkit-scrollbar-track, p::-webkit-scrollbar-track, ul::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e0c289;
}

div::-webkit-scrollbar-thumb, p::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
    background-color: #e0c289;
}

.clUnits{
	margin: 0 auto;
}


.clUnits td {
    height: 38px;
    width: 48px;
	position: relative !important;
}


.c1 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) 0 -891px no-repeat;
    z-index: 5;
}

.c2 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -46px -891px no-repeat;
    z-index: 5;
}

.c3 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -92px -891px no-repeat;
    z-index: 5;
}

.c4 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -138px -891px no-repeat;
    z-index: 5;
}

.c5 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -184px -891px no-repeat;
    z-index: 5;
}

.c6 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -230px -891px no-repeat;
    z-index: 5;
}

.c7 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -276px -891px no-repeat;
    z-index: 5;
}

.c8 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -322px -891px no-repeat;
    z-index: 5;
}

.c9 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -368px -891px no-repeat;
    z-index: 5;
}

.c10 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -414px -891px no-repeat;
    z-index: 5;
}

.c11 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) 0 -924px no-repeat;
    z-index: 5;
}

.c12 {
    width: 46px;
    height: 33px;
    background: url(../images/jednostki1.png) -46px -924px no-repeat;
    z-index: 5;
}

.wezel {
    position: absolute;
    background: url(../images/jednostki1.png) -278px -825px no-repeat;
    cursor: pointer;
    width: 49px;
    height: 45px;
    z-index: 101;
}

.loReload {
    position: absolute;
    background: url(../images/jednostki1.png) -285px -868px no-repeat;
    cursor: pointer;
    width: 49px;
    height: 45px;
    z-index: 101;
}

.reloadUnit{
	cursor: pointer;
}
.hex_range {
    cursor: pointer;
    position: absolute;
    background: url(../images/jednostki1.png) -230px -792px no-repeat;
    width: 46px;
    height: 33px;
    z-index: 5;
}

.hex_attack {
    cursor: pointer;
    position: absolute;
    background: url(../images/jednostki1.png) -322px -792px no-repeat;
    width: 46px;
    height: 33px;
    z-index: 10;
}

.overlaypopup {
    background: #000000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0.5;
    display: none;
    height: 2254px;
}

.box_battle {
    background: url(../images/raport_bg.png) no-repeat;
    color: #888888;
    height: 522px;
    left: 100%;
    position: fixed;
    right: 30%;
    top: 2%;
    width: 400px;
    z-index: 101;
}

#sklad {
    cursor: pointer;
    width: 14px;
    position: absolute;
    left: 24px;
    top: 34px;
}

#close_info, #close_finanse, #boxclose_mess {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/sprite1.png) 0 -206px no-repeat;
}

#cancel {
    position: absolute;
    width: 88px;
    height: 38px;
    top: 306px;
    left: 471px;
    text-align: center;
    line-height: 39px;
    background: url(../images/bg_powieksz.png);
    color: #fefefe;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

.popup_ustawienia, .popup_faq, .popup_faqSearch {
    background: #000000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 89;
    opacity: 0.5;
    display: none;
    height: 100%;
}

.box_ustawienia {
    height: 620px;
    overflow: auto;
    left: 100%;
    position: fixed;
    top: 2%;
    width: 557px;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/ustawienia_bg.jpg) no-repeat;
    color: #fff;
    font-size: 12px;
}

.box_faq,.box_faqSearch {
    height: 600px;
    overflow: auto;
    left: 100%;
    position: fixed;
    top: 2%;
    width: 1157px;
    z-index: 90;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/popContent.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 12px;
}

#zamknij_ustawienia, #zamknij_promocje, .zamknij_faq, .zamknij_faqSearch {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/sprite1.png) 0px -206px no-repeat;
}

#ustawienia_ogolne {
    position: relative;
    width: 33%;
	float:left;
    height: 22px;
    cursor: pointer;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
    color: #b7a27b;
    font-size: 18px;
    text-align: center;
}

#ustawienia_dzwieki {
    position: relative;
    width: 33%;
	float:left;
    height: 22px;
    cursor: pointer;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
    color: #b7a27b;
    font-size: 18px;
    text-align: center;
}

#ustawienia_gry {
    position: relative;
    width: 33%;
	float:left;
    height: 22px;
    cursor: pointer;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
    color: #b7a27b;
    font-size: 18px;
    text-align: center;
}

#password_edit{
	text-align:left;
}


#zapisz_ustawienia {
    position: absolute;
    bottom: 10px;
    right: 6px;
    width: 150px;
    cursor: pointer;
    height: 30px;
}

#ustawienia_body1 {
    position: relative;
    top: 20px;
    width: 94%;
    height: 460px;
    overflow-x: auto;
	padding:3%;
}

#ustawienia_body2 {
    position: relative;
    top: 20px;
    width: 94%;
    height: 460px;
	overflow-x: auto;
	padding:3%;
}

#ustawienia_body3 {
    position: relative;
    top: 20px;
    width: 94%;
    height: 460px;
	overflow-x: auto;
	padding:3%;
}

#zapisz_miasto {
    position: absolute;
    top: 0px;
    left: 350px;
}

#miasto_edit {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 5px;
    line-height: 33px;
}

#pass_edit {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 85px;
    line-height: 33px;
}

#submit_pass {
    position: absolute;
    top: 32px;
    left: 350px;
    text-align: center;
}

#delete_player {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 320px;
}

#changeLang {
    width: 100%;
    height: 40px;
    position: relative;
}

.flagsOption {
    position: relative;
    float: left;
    background-image: url(../images/flag_bg.png);
    height: 30px;
    margin: 20px 0;
    width: 100%;
}

#usuwanie_link {
    position: absolute;
    top: 66px;
    left: 0;
    width: 114px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    line-height: 28px;
    text-align: center;
}

#usuwanie_div {
    position: absolute;
    top: 120px;
    left: 0;
	padding:5%;
}

#form_miasto, #form_pass, #form_pass1, #old_form_pass {
    width: 170px;
    height: 16px;
    text-align: center;
    color: #ffd700;
    background: black;
}

#form_pass {
    position: absolute;
    left: 180px;
    top: 40px;
}

#form_pass1 {
    position: absolute;
    left: 180px;
    top: 73px;
}

#old_form_pass {
    position: absolute;
    left: 180px;
    top: 7px;
}

#before_input_miasto {
    position: absolute;
    top: 7px;
    left: 180px;
    width: 170px;
    height: 18px;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
    z-index: -1;
}

#old_before_input_pass {
    position: absolute;
    top: 7px;
    left: 180px;
    width: 170px;
    height: 18px;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
    z-index: -1;
}

#before_input_pass {
    position: absolute;
    top: 40px;
    left: 180px;
    width: 170px;
    height: 18px;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
    z-index: -1;
}

#before_input_pass1 {
    position: absolute;
    top: 73px;
    left: 180px;
    width: 170px;
    height: 18px;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
    z-index: -1;
}

#delete_player h2, #raporty_edit h2, #tury_edit h2, #urlop_edit h2, #changeLang h2 {
    color: #ffd700;
    font-size: 13px;
}

#muza_edit {
    width: 70%;
    margin: 0 auto;
    height: 31px;
    line-height: 30px;
    text-align: right;
	padding:2%;
}

#zarowa_edit {
    width: 70%;
    height: 31px;
    line-height: 30px;
    text-align: right;
	margin: 0 auto;
}

#muza, #zarowa {
    width: 114px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    line-height: 28px;
    text-align: center;
	float:right;
}

.button_sell {
    background-image: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    cursor: pointer;
    font-size: 14px;
    height: 31px;
    line-height: 28px;
    margin: 10px auto;
    text-align: center;
    text-shadow: 0 0 3px #222;
    text-transform: uppercase;
    width: 160px;
}

#raporty_edit {
    position: relative;
    top: 20px;
}

#tury_edit {
    position: relative;
    top: 70px;
    width: 100%;
    height: 100px;
    float: left;
}

#urlop_edit {
    position: relative;
    top: 80px;
    width: 100%;
    height: 130px;
    float: right;
}

#turki_edit{
	position: relative;
}
.zapisz_raporty {
    position: absolute;
    top: 34px;
    left: 350px;
    width: 131px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    line-height: 28px;
    text-align: center;
}

#zapisz_tury {
    position: relative;
    top: -50px;
    left: 33%;
	width:131px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    line-height: 28px;
    text-align: center;
}

#zapisz_turyns {
    position: absolute;
    top: 64px;
    left: 350px;
    width: 131px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    line-height: 28px;
    text-align: center;
}

.zapisz_urlop {
    width: 131px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    line-height: 28px;
    text-align: center;
}

#form_urlop{
	height: 70px;
    width: 55%;
    margin: 0 auto;
}
.schema{
	position: relative;
	width: 33%;
	float:left;
}

.schema1{
	position: relative;
    width: 33%;
    float: left;
}

/*
#first_schema {
    position: absolute;
    top: 50px;
    left: 3%;
    width: 30%;
    height: 100px;
}

#second_schema {
    position: absolute;
    top: 50px;
    left: 35%;
    width: 30%;
    height: 100px;
}

#three_schema {
    position: absolute;
    top: 160px;
    left: 3%;
    width: 30%;
    height: 100px;
}

#four_schema {
    position: absolute;
    top: 160px;
    left: 35%;
    width: 30%;
    height: 100px;
}


#five_schema {
    position: absolute;
    top: 260px;
    left: 3%;
    width: 30%;
    height: 100px;
}

#six_schema {
    position: absolute;
    top: 260px;
    left: 35%;
    width: 30%;
    height: 100px;
}

#seven_schema {
    position: absolute;
    top: 350px;
    left: 3%;
    width: 30%;
    height: 100px;
}


#eight_schema {
    position: absolute;
    top: 350px;
    left: 35%;
    width: 30%;
    height: 100px;
}

*/

#info_urlop {
    display: none;
    position: absolute;
    top: -150px;
    left: 150px;
    background: olive;
    z-index: 1;
}

#info_urlop_on {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 120px;
}

#tury_nos {
    position: absolute;
    top: 25px;
    height: 150px;
    width: 330px;
}

#muza_txt {
    color: #ffd700;
    font-weight: bolder;
	padding: 0px 15px 0 15px;
}

#zarowa_txt {
    color: #ffd700;
    font-weight: bolder;
	padding: 0px 15px 0 15px;
}

#tury_no_active {
    width: 100%;
    height: 80px;
    padding-top: 20px;
}

#pogoda_opis {
    display: none;
    position: relative;
    top: 10px;
    left: -350px;
    width: 300px;
    z-index: 4;
    background: url(../images/bg_alert.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: auto;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #e0c289;
    font-size: 13px;
    padding: 25px;
}

/*panel wiadomosci*/
/*new*/
#messageWindow {
    height: 420px;
    width: 770px;
    margin: 0px 0px 0px 15px;
}

#playerMessageList {
    position: absolute;
    top: 80px;
    height: 420px;
    width: 260px;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
	font-size:11px;
}

#navMessage {
    position: absolute;
    top: 81px;
    left: 285px;
    height: 30px;
    width: 495px;
    background: url(../images/popTitle.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 13px 13px 0 0;
    box-shadow: 2px 2px 15px #000, -2px -2px 15px #000;
    z-index: 2;
}

#messageBody {
    position: absolute;
    top: 111px;
    left: 285px;
    height: 255px;
    width: 495px;
    overflow: auto;
    background: url(../images/tab_1200.jpg) -2px;
    border-collapse: collapse;
    border-spacing: 0;
    /* -webkit-border-radius: 0 0 13px 13px; */
    -moz-border-radius: 0 0 13px 13px;
    /* border-radius: 0 0 13px 13px; */
    box-shadow: 2px 2px 15px #000, -2px -2px 15px #000;
    z-index: 1;
}

.myWords {
    position: relative;
    width: 435px;
    margin: 10px 0px 0px 8px;
    padding: 10px;
    background: url(../images/bg_p.png);
    text-align: left;
}

.callerWords {
    position: relative;
    width: 435px;
    margin: 10px 0px 0px 22px;
    padding: 10px;
    background: url(../images/naglowek_tabela_jednostki.png);
    text-align: left;
}

#formMessage {
    position: absolute;
    top: 366px;
    left: 285px;
    width: 495px;
    height: 135px;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 0 0 13px 13px;
    -moz-border-radius: 0 0 13px 13px;
    border-radius: 0 0 13px 13px;
    box-shadow: 2px 2px 15px #000, -2px -2px 15px #000;
}

#deleteMessage {
    height: 30px;
    width: 150px;
    position: absolute;
    left: 355px;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
}

.koperta, #koperta_samouczek {
    position: absolute;
    top: 6px;
    right: 20px;
}
#koperta, #koperta_samouczek {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 2s;
	width: 21px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 39px;
    font-size: 20px;
    line-height: 12px;
    color: yellowgreen;
	display: none;
}

.authorDialog,.authorAlert,.battleRaport {
    position: relative;
    padding: 5px;
    text-align: left;
    margin: 5px;
    cursor: pointer;
    z-index: 0;
    width: 90%;
    height: 12px;
}

#topicArea{
    margin-top: 20px;
    overflow: hidden auto;
    height: 370px;
}

.fasterArea table,.fasterArea  th,.fasterArea  td {
    border: 1px solid;
}

.faster_0 {
    background:olive;
    color: black;
}

.faster_1 {
    background:orange;
    color: black;
}

.faster_2 {
    background:blue;
    color: black;
}

.faster_3 {
    background:green;
    color: black;
}

.faster_4 {
    background:purple;
    color: black;
}

.faster_5 {
    background:gold;
    color: black;
}

.faster_6 {
    background:lightcoral;
    color: black;
}

.faster_7 {
    background:darkkhaki;
    color: black;
}

.faster_8 {
    background:lightsalmon;
    color: black;
}

.iconFaster {
    width:50px;
    height:50px;  
}

.iconNum0{
    background: url(../images/bg_p.png) no-repeat;
}

.iconNum1{
    background: url(../images/bg_p.png) no-repeat;
}

.iconNum2{
    background: url(../images/bg_p.png) no-repeat;
}

.iconNum3{
    background: url(../images/bg_p.png) no-repeat;
}

.iconNum4{
    background: url(../images/bg_p.png) no-repeat;
}

.iconNum5{
    background: url(../images/bg_p.png) no-repeat;
}

.authorDialog{
	background: url(../images/bg_p.png);
}
.battleRaportBG{
    background: red;
    opacity:0.4;
	width: 100%;
	height: 100%;
	position: absolute;
	  z-index: -1;
}

.battleRaportBGBold{
    background: red;
    opacity:0.4;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
    font-weight:bold;
    padding: 2%;
}

.authorAlertBG{
    background: yellow;
	opacity:0.4;
	width: 100%;
	height: 100%;
	position: absolute;
	  z-index: -1;
}
#sendMessage, #sendMessageDialog {
    top: 100px;
    /* margin: 0 auto; */
    position: absolute;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 185px;
    height: 31px;
    left: 146px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    line-height: 28px;
    text-shadow: 0 0 3px #222;
}

#addresseUser {
    width: 190px;
    position: absolute;
    top: 10px;
    left: 150px;
    /* margin-bottom: 10px; */
    background: #4d3828;
    color: #ffd700;
}

#application, .writeMessage, #delMessage {
    position: absolute;
    width: 150px;
    text-align: center;
    height: 24px;
    line-height: 26px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
}

#application {
    top: 3px;
    left: 20px;
}

.writeMessage {
    position: relative;
    top: 15px;
    left: 15px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-size: 9px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
}

#delMessage {
    top: 3px;
    right: 20px;
}

.dateOfMessage {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 9px;
}

/*old*/
#urlop_txt {
    width: 100%;
}

#top_mess {
    width: 500px;
    height: 259px;
    margin-left: 50px;
}

#nowa_wiadomosc {
    position: absolute;
    top: 66px;
    left: 246px;
    width: 150px;
    height: 16px;
    color: #900900;
    font-family: urbana;
    font-size: 14px;
    text-align: center;
}

#od_txt {
    position: absolute;
    top: 83px;
    left: 146px;
    width: 24px;
    height: 14px;
    color: #900900;
    font-family: urbana;
    font-size: 12px;
    text-align: center;
}

#do_txt {
    position: absolute;
    top: 83px;
    left: 258px;
    width: 24px;
    height: 14px;
    color: #900900;
    font-family: urbana;
    font-size: 12px;
    text-align: center;
}

#temat_txt {
    position: absolute;
    top: 100px;
    left: 143px;
    width: 54px;
    height: 14px;
    color: #900900;
    font-family: urbana;
    font-size: 12px;
    text-align: center;
}

#wyslij {
    position: absolute;
    top: 266px;
    left: 417px;
    border: 0;
    color: #900900;
    width: 62px;
    height: 20px;
    margin: 5px 0 5px 0;
    background: none;
    cursor: pointer;
    font-family: urbana;
    font-size: 16px;
}

#data_mess {
    position: absolute;
    top: 83px;
    left: 360px;
    width: 135px;
    height: 14px;
    color: #900900;
    font-family: urbana;
    font-size: 14px;
}

#autor {
    position: absolute;
    top: 84px;
    left: 174px;
    width: 66px;
    height: 9px;
    color: #900900;
    text-align: center;
    font-family: Times New Roman;
    font-size: 10px;
}

#adresat {
    position: absolute;
    top: 84px;
    left: 287px;
    width: 66px;
    height: 9px;
    color: #900900;
    font-family: Times New Roman;
    font-size: 10px;
    font-weight: bold;
}

.tr_forum {
    border-top: 1px solid #6b553c;
    border-bottom: 1px solid #6b553c;
    text-align: left;
}

.temat {
    cursor: pointer;
    text-align: left;
    padding: 15px 0 15px 20px;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.tematCat {
    cursor: pointer;
}

.topicDescription, .sectionDescription {
    margin-right: auto;
}

.temat:hover {
    color: white;
}

#temat {
    position: absolute;
    top: 101px;
    left: 199px;
    width: 246px;
    height: 9px;
    color: #900900;
    font-family: 'Times New Roman';
    font-size: 10px;
    font-weight: bold;
}

#tresc {
    position: absolute;
    top: 118px;
    left: 164px;
    width: 316px;
    height: 146px;
    color: #900900;
    font-family: 'Times New Roman';
    font-size: 12px;
    font-weight: bold;
}

/*okno alertÃ³w*/
#alert_window {
    width: 600px;
    min-height: 140px;
    max-height: 300px;
    text-align: center;
    background: url(../images/bg_alert.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: auto;
    position: absolute;
    margin: 0 auto;
    top: 200px;
    left: 250px;
    z-index: 10;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
}

#no {
    position: absolute;
    top: 6px;
    right: 7px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/sprite1.png) 0 -206px no-repeat;
}

.p_alert {
    min-height: 34px;
    background: url(../images/bg_p.png);
    position: absolute;
    top: 50px;
    width: 600px;
    left: 0;
    color: #fff;
    padding-top: 28px;
    font-size: 12px;
}

.table_style a, .table_forum a {
    text-decoration: none;
}
#forumNaw
{
    position:relative;
}
/*zakÅ‚Ä…dka forum*/
.table_forum {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	overflow-x:auto;
}

#forum {
    width: 96%;
    color: #e0c289;
    font-size: 13px;
    margin: 0 auto;
    text-align: left;

}

#dodaj_kom {
    width: 41px;
    height: 29px;
    cursor: pointer;
    background: url(../images/sprite1.png) -149px -145px no-repeat;
}

#dodaj_kom:hover, .unitM {
    background: url(../images/sprite1.png) -149px -174px no-repeat;
}

.first {
    background: url(../images/bg_p.png);
    padding: 15px;
    text-align: center;
}

.second {
    padding: 15px;
    text-align: center;
}

.forum_row {
    text-align: left;
}

#pasek_txt {
    position: absolute;
    top: 30px;
    width: 190px;
    height: 27px;
    line-height: 29px;
}

#pasek_forum {
    width: 100%;
    height: 82px;
    bottom: 10px;
    position: relative;
}

#pasek_kostki {
    position: absolute;
    top: 30px;
    display: flex;
    right: 0;
    gap: 5px;
}

#dodaj_post {
    position: absolute;
    top: 160px;
    right: 20px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 170px;
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    line-height: 29px;
    text-shadow: 0 0 3px #222;
    text-align: center;
}

#backToSectionList{
    position: absolute;
    top: 200px;
    left: 20px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 200px;
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    line-height: 29px;
    text-shadow: 0 0 3px #222;
    text-align: center;
}

.newPost {
    height: 15px;
    width: 15px;
    text-align: center;
    font-family: mcgreg;
}

.closePost {
    height: 15px;
    width: 15px;
    text-align: center;
    font-family: mcgreg;
}

.first_kreska {
    background: url(../images/kreska.png) no-repeat, url(../images/bg_p.png);
    background-position-y: 10px;
}

.kreska_jednostki {
    background: url(../images/kreska.png) no-repeat;
    background-position-y: 10px;
    width: 1px;
}

.second_kreska {
    background: url(../images/kreska.png) no-repeat;
    background-position-y: 10px;
}

.p_forum {
    background: url(../images/bg_p.png);
    padding: 20px;
    width: 850px;
    text-align: left;
}

.p_forum_temat {
    background: url(../images/bg_p.png);
    padding: 20px;
    width: 850px;
    color: #fff;
}

h3 {
    color: #ffd700;
    text-align: center;
}

.przyciski_forum {
    position: absolute;
    top: 10px;
    right: 80px;
    flex-direction: row;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.przyciski_forum_odp {
    position: relative;
    display: flex;
    gap: 10px;
}

.edit_, .edit_temat {
    width: 41px;
    height: 29px;
    background: url(../images/sprite1.png) -67px 0 no-repeat;
    cursor: pointer;
}

.edit_:hover, .edit_temat:hover {
    background: url(../images/sprite1.png) -67px -29px no-repeat;
}

.delete_, .deleteCom {
    width: 41px;
    height: 29px;
    background: url(../images/sprite1.png) -108px 0 no-repeat;
    cursor: pointer;
}

.delete_:hover, .deleteCom:hover {
    background: url(../images/sprite1.png) -108px -29px no-repeat;
}

.blockAutor {
    width: 41px;
    height: 29px;
    background: url(../images/sprite1.png) -149px 0 no-repeat;
    cursor: pointer;
}

.blockAutor:hover, #zamknij_temat:hover {
    background: url(../images/sprite1.png) -149px -29px no-repeat;
}

#temat_list {
    position: relative;
    top: 30px;
}

#dodaj_komentarz {
    width: 150px;
    height: 30px;
}

#wiadomosc_edit, #wiadomosc_add, #wiadomosc_dodaj, #motto_add {
    width: 460px;
    min-height: 90px;
    background: #5a4432;
    color: white;
    padding: 15px;
}

#descriptionMessage {
    width: 460px;
    height: 60px;
    background: #5a4432;
    color: white;
    padding: 5px;
    margin-top: 10px;
}

#zamknij_edit_forum, #zamknij_add_forum {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/sprite1.png) 0px -206px no-repeat;
}

#submit_edit_forum, #submit_edit_temat, #submit_add_temat, #submit_dodaj_kom, #add_motto {
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 114px;
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    margin-left: 15px;
    text-shadow: 0 0 3px #222;
}

#submit_dodaj_kom {
    width: 150px;
}

#submit_edit_forum:hover, #submit_edit_temat:hover, #submit_add_temat:hover, .logowanie:hover, .logowanieOff:hover, #submit_dodaj_kom:hover, #add_motto:hover {
    background-image: url(../images/reg_btn_on.jpg);
    color: #2e2016;
}

.logowanieOff:hover {
    cursor: not-allowed;
}

.srobka_right_down, .srobka_right_down_tabele {
    bottom: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/sprite1.png) 0px -260px no-repeat;
}

.srobka_left_up, .srobka_left_up_tabele {
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/sprite1.png) 0px -260px no-repeat;
}

#icon_alert {
    position: absolute;
    top: 5px;
    left: 280px;
    background: url(../images/sprite1.png) -64px -62px no-repeat;
    width: 40px;
    height: 62px;
}

#powrot_forum {
    color: #3c3128;
    cursor: pointer;
    width: 212px;
    height: 29px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px;
    text-shadow: 0 0 3px #222;
    background: url(../images/sprite1.png) -192px 0px no-repeat;
    text-align: center;
}

#zamknij_temat {
    width: 41px;
    height: 29px;
    background: url(../images/sprite1.png) -149px 0 no-repeat;
    position: relative;
    top: -29px;
    left: 230px;
}

#div_count {
    color: white;
    font-size: 10px;
    margin-left: 3px;
}

#otworz_temat {
}

#temat_edit1, #temat_add {
    width: 490px;
    margin-bottom: 10px;
    background: #4d3828;
    color: #ffd700;
    padding: 4px;
}

#simple-accordion, #simple-accordionSearch {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden auto;
    height:420px;
}

/* pÅ‚atnoÅ›ci */
.box_platnosci {
    height: 620px;
    overflow: auto;
    left: 100%;
    position: fixed;
    top: 2%;
    width: 620px;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/platnosci_bg.jpg) no-repeat;
    color: #fff;
    font-size: 12px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
}

#zamknij_platnosci {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/sprite1.png) 0px -206px no-repeat;
}

.bank {
    cursor: pointer;
    color: #e0c289;
}

/*logowanie alerty*/
.messagebox {
    /*    position:absolute;width:200px;height:50px;border:1px solid #c93;background:#ffc;
    line-height: 45px;
    text-align: center;*/
}

.messageboxok {
    position: absolute;
    width: 200px;
    height: 50px;
    border: 1px solid #349534;
    background: #C9FFCA;
    color: #008000;
    line-height: 45px;
    text-align: center;
}

.messageboxerror {
    border: 1px solid #C00;
    background: #F7CBCA;
    font-weight: 700;
    line-height: 45px;
    color: #C00;
    text-align: center;
}

#msgbox {
    position: absolute;
    top: 238px;
    left: 140px;
}

#top_platnosci {
    background: url(../images/gora_platnosci.png);
    width: 650px;
    height: 108px;
    top: 0px;
    left: 0px;
    position: relative;
}

#body_platnosci {
    margin-top: 15px;
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    align-items: stretch;
}

#bankMenu{
    width: 100%;
    display: flex;
    gap: 30px;
    margin: 0 auto;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

#bottom_platnosci {
    background: url(../images/dol_platnosci.png);
    width: 650px;
    height: 98px;
    bottom: 50px;
    left: 0px;
    position: relative;
}

#temat_wiadomosci {
    text-align: center;
}

#setka {
    position: relative;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 200px;
}

#dwie_setki {
    position: absolute;
    top: 0px;
    left: 330px;
    width: 320px;
    height: 200px;
}

#cztery_i_pol {
    position: relative;
    top: 10px;
    left: 0px;
    width: 320px;
    height: 200px;
}

#szesc_setek {
    position: absolute;
    top: 210px;
    left: 330px;
    width: 320px;
    height: 200px;
}

#kod_sms {
    position: absolute;
    top: 272px;
    left: 0px;
    width: 252px;
    height: 81px;
    text-align: center;
}

#set1 {
    background: url(../images/tlo1a.png) 0 28px no-repeat;
}

#set2 {
    background: url(../images/tlo.png) no-repeat;
}

#set4 {
    background: url(../images/tlo.png) no-repeat;
}

#set6 {
    background: url(../images/tlo.png) no-repeat;
}

.procenty {
    position: absolute;
    right: 7px;
    top: 15px;
    width: 50px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    font-family: mcgreg;
    color: #191919;
}

.wartosc {
    width: 70px;
    height: 80px;
    text-align: left;
    position: absolute;
    top: 30px;
    left: 35px;
    color: #ffffff;
    font-family: mcgreg;
    font-size: 20px;
}

.kwota {
    position: absolute;
    top: 136px;
    left: 43px;
    width: 50px;
    height: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.zakup {
    position: absolute;
    bottom: 10px;
    left: 2px;
    text-align: center;
    width: 250px;
}

.zakup_sklep {
    cursor: pointer;
}

.skrzynia_100 {
    background: url(../images/skrzynki.png) 0px 0px no-repeat;
    width: 156px;
    height: 150px;
    position: absolute;
    left: 96px;
    top: 42px;
}

.skrzynia_200 {
    background: url(../images/skrzynki.png) -160px 0px no-repeat;
    width: 156px;
    height: 150px;
    position: absolute;
    left: 96px;
    top: 42px;
}

.skrzynia_450 {
    background: url(../images/skrzynki.png) -2px -160px no-repeat;
    width: 156px;
    height: 150px;
    position: absolute;
    left: 96px;
    top: 42px;
}

.skrzynia_600 {
    background: url(../images/skrzynki.png) -160px -160px no-repeat;
    width: 156px;
    height: 150px;
    position: absolute;
    left: 96px;
    top: 42px;
}

.skrzynia_1000 {
    background: url(../images/skrzynki.png) -320px 0px no-repeat;
    width: 156px;
    height: 150px;
    position: absolute;
    left: 96px;
    top: 42px;
}

.skrzynia_2000 {
    background: url(../images/skrzynki.png) -320px -160px no-repeat;
    width: 156px;
    height: 150px;
    position: absolute;
    left: 96px;
    top: 42px;
}

.big_int {
    font-family: urbana;
    font-size: 36px;
    color: #00f100;
    line-height: 38px;
}

.buy, #buyBones {
    color: #ffffff;
    cursor: pointer;
}

#buy_txt{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    overflow-y: auto;
    flex: 0 0 250px;
}

.bannerekFlex{
    width: 490px;
    height: 140px;
}

.bannerekFlex2{
    width: 320px;
    height: 320px;
}

.buyn {
    background: url("../images/tlo2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    cursor: auto;
    height: 351px;
    left: 166px;
    margin-top: 18px;
    position: relative;
    width: 252px;
    display: none;
}

#top_pl {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 252px;
    height: 40px;
    color: #fff;
    font-family: mcgreg;
    font-size: 20px;
    text-align: center;
}

#step1 {
    position: absolute;
    top: 45px;
    left: 20px;
    width: 252px;
    height: 20px;
    text-align: left;
    color: #fff;
    font-weight: bolder;
}

#step2 {
    position: absolute;
    top: 208px;
    left: 20px;
    width: 252px;
    height: 30px;
    text-align: left;
    color: #fff;
    font-weight: bolder;
}

#code_qr {
    position: absolute;
    top: 68px;
    left: 2px;
    width: 120px;
    height: 120px;
}

#code_txt {
    position: absolute;
    left: 122px;
    top: 60px;
    width: 130px;
    height: 138px;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
}

#code2_txt {
    position: absolute;
    left: 10px;
    top: 224px;
    width: 230px;
    height: 44px;
    color: #fff;
    text-align: left;
    font-size: 12px;
}

#send_qr {
    position: absolute;
    left: 2px;
    top: 50px;
    width: 249px;
    height: 26px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

#send_code {
    cursor: pointer;
}

#cash_logo {
    position: absolute;
    top: 70px;
    left: 35px;
}

#pay_logo {
    position: absolute;
    top: 70px;
    left: 54px;
}

#przycisk_online {
    font-family: mcgreg;
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
}

#przycisk_online2 {
    position: absolute;
    top: 25px;
    width: 560px;
    font-family: mcgreg;
    font-size: 20px;
    text-align: center;
}

/*dowodzenie*/
#first_dowodzenie {
    background: url(../images/dowodzenie_bg.jpg);
    width: 100%;
    height: 190px;
    position: relative;
    top: 0px;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #fff;
    margin: 60px 0px 40px 0px;
}

#first_dowodzenie h2 {
    font-size: 17px;
    color: #ffd700;
    text-align: left;
    padding: 6px 0 0px 12px;
}

#first_dowodzenie p {
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding: 5px 0 0 12px;
}

.second_dowodzenie {
    background: url(../images/backgroundrepeaty.png) repeat-y;
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #fff;
	margin-bottom:20px;
}

.second_dowodzenie h2 {
    font-size: 17px;
    color: #ffd700;
    text-align: center;
    padding: 15px;
    box-shadow: 0 6px 15px #000;
}

.second_dowodzenie p {
    font-size: 12px;
    padding: 10px;
}

.worldPanelList {
    width: 100%;
    display: flex;
    height: 85%;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.swiat {
    width: 320px;
    margin-top: 25px;
    padding: 15px;
    box-shadow: 0 6px 15px #000;
}

.opis_trudnosci {
    display: none;
    position: relative;
    width: 200px;
    left: 0px;
    top: -180px;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    background: url(../images/bg_alert.png);
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #fff;
    padding: 25px;
    z-index: 1;
}

.logowanie,.logowanieOff {
    width: 180px;
    height: 30px;
    margin:0 auto;
    text-align: center;
    color: #e0c289;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    background-image: url(../images/reg_btn_off.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    cursor:pointer;
}

#fabryki {
    position: relative;
    top: 50px;
}

#fabryki_menu {
    position: relative;
    height: 100px;
    margin: 0 auto;
	padding-top: 10px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 40px;
}

#dropArea{
	margin: 0 auto;
    display: flex;
}

#productionQueue{
	position: fixed;
    bottom: 20px;
    left: 145px;
    background: #5b4533;
    z-index: 8;
    width: 240px;
    height: 70px;
	text-align: center;
    color: #e0c289;
	display:none;
}
.unitList{
	position: relative;
    left: 0%;
    width: 47px;
    height: 46px;
    cursor: help;
}

.titleDiv{
	margin: 0 auto;
    width: 200px;
    text-align: center;
	color:#e0c289;
}
.timerKU{
	position: absolute;
    bottom: 0px;
	font-size: 12px;
    color: gold;
}

#fabryki_koszary, #fabryki_czolgi, #fabryki_dziala, #fabryki_hangar, #fabryki_stocznia, #fabryki_kadra,.fabryki_lista, .faqMenu {
    font-size: 18px;
    font-family: mcgreg;
    color: #b7a27b;
    text-align: center;
    cursor: pointer;
}
.fabryki_lista{
	width: 14.28%;
}
.active_fabryki {
    color: #f6c770 !important;
}

.block {
    cursor: not-allowed !important;
}

#tooltip {
    width: 40px;
    position: absolute;
    border: 4px double #000;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    display: none;
    z-index: 6;
    background: url(../images/paper017.jpg);
    padding: 2px;
	
}

#tooltip span {
    width: 100px;
    height: 20px;
}

.tooltip {
    margin: 0 auto;
    width: 49px;
    height: 42px;
	cursor:help;
}

.tooltip_okienko {
    overflow: auto;
	left: 65px;
    top: 70px;
    position: fixed;
    width: 330px;
    z-index: 8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/platnosci_bg.jpg) no-repeat;
    color: #fff;
    font-size: 12px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    height: 400px;
}

.noFav {
    color: yellow;
}

.tooltip_okienkoInz {
    display:none;
	overflow: auto;
    left: 58px;
    position: fixed;
    top: 0px;
    width: 280px;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/platnosci_bg.jpg) no-repeat;
    color: #fff;
    font-size: 12px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    height: 260px;
}

.tooltip_okienkoInz h1 {
    position: absolute;
    top: 20px;
    width: 100%;
    font-family: mcgreg;
    font-size: 22px;
    color: #e0c289;

}

#tooltip_okienko {
    overflow: auto;
	left: 65px;
    top: 70px;
    position: fixed;
    width: 330px;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/platnosci_bg.jpg) no-repeat;
    color: #fff;
    font-size: 12px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    height: 400px;
}

.opisInz {
    position: absolute;
    left: 160px;
    top: 90px;
    height: 130px;
    text-align: left !important;
}
#refreshMap{
	position: fixed;
    top: 36px;
    left: 50px;
    width: 39px;
    height: 35px;
    z-index: 3;
    cursor: pointer;
    background: url(../images/sprite1.png) -408px -66px no-repeat;
}
.tooltip_okienko_male {
    display: none;
    overflow: auto;
    position: fixed;
    top: 20px;
    left: 450px;
    width: 400px;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/platnosci_bg.jpg) no-repeat;
    color: #fff;
    font-size: 12px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    height: 300px;
}

#fabryki p {
    padding: 3px;
    color: #e0c289;
    text-align: center;
}

.naglowek_tabeli {
    background: url(../images/naglowek_tabeli.png);
    color: #fff;
    height: 50px;
}

.padding_top {
    height: 30px;
}

.padding_bottom {
    height: 30px;
}

.body_table {
    height: 50px;
    border-bottom: 1px solid #6b553c;
}

.table_style {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    background: url(../images/tab_1200.jpg);
    color: #e0c289;
    font-size: 12px;
}

.buduj, .budujSponsor {
    border: 0;
    background: url(../images/sprite1.png) -106px -87px no-repeat;
    cursor: pointer;
    width: 42px;
    height: 29px;
    position: relative;
    margin: 0 auto;
}

.buduj:hover, .budujSponsor:hover {
    background: url(../images/sprite1.png) -106px -58px no-repeat;
}

.error_build {
    border: 0;
    background: url(../images/sprite1.png) -106px -116px no-repeat;
    width: 42px;
    height: 29px;
    position: relative;
    margin: 0 auto;
    cursor: not-allowed !important;
}

.nazwa_fabryki {
    top: 34px;
    font-family: mcgreg;
    font-size: 15px;
    color: #f6c770;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-shadow: 2px 2px 2px #000;
}

.nazwa_sklep {
    top: 34px;
    font-family: mcgreg;
    font-size: 15px;
    color: #f6c770;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-shadow: 2px 2px 2px #000;
}

.grafika_fabryki {
    position: absolute;
    width: 150px;
    height: 140px;
    top: 75px;
    left: 30px;
    float: left;
}

.opis_fabryki {
    position: absolute;
    width: 140px;
    height: 100px;
    top: 74px;
    left: 180px;
    text-align: center;
	overflow: auto;
}

.opis_male {
    position: relative;
    width: 140px;
    height: 95px;
    top: 90px;
    left: 175px;
    text-align: left;
    clear: both;
    padding: 5px 5px 5px 10px;
}

.grafika_male {
    position: absolute;
    width: 150px;
    height: 140px;
    top: 100px;
    left: 420px;
}

.grafika_sklep {
    position: absolute;
    width: 150px;
    height: 140px;
    top: 85px;
    left: 10px;
}

.tabelka_fabryki {
    font-size: 10px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    position: absolute;
    top: 200px;
}

.tabelka_fabryki tr {
    border-bottom: 1px solid #6b553c;
}

.tabelka_fabryki td {
    font-size: 10px;
    text-align: left;
    padding-left: 20px;
}

.tabelka_mala {
    font-size: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    position: absolute;
    top: 80px;
    left: 186px;
}

.tabelka_mala tr {
    border-bottom: 1px solid #6b553c;
}

.tabelka_mala td {
    font-size: 10px;
    text-align: center;
    padding: 5px;
}

.opis_jednostki {
    position: absolute;
    top: 80px;
    width: 260px;
    height: 200px;
}

.naglowek_tabela_mala {
    background: url(../images/naglowek_tabela_jednostki.png);
}

.naglowek_tabela_jednostki {
    background: url(../images/naglowek_tabela_jednostki.png);
    height: 50px;
}

.first_kreska_fabryki {
    background: url(../images/kreska_20.png) no-repeat;
    background-position-y: 4px;
}

.zasiegi {
    background: url(../images/zasiegi_bg.png);
}

.table_style caption {
    height: 40px;
    font-family: mcgreg;
    font-size: 23px;
    background: url(../images/strzalka.png) no-repeat;
    margin: 40px 0 5px 0;
}

.up_down {
    position: relative;
    top: 105px;
    left: 545px;
    width: 42px;
    height: 30px;
    background: url(../images/sprite1.png) -149px -86px no-repeat;
}

#end {
    color: #e0c289;
    text-align: center;
    position: relative;
}

#buy_gold {
    cursor: pointer;
}

.no_bud {
    position: relative;
    height: 50px;
    margin-top: 50px;
    text-align: center;
    color: #e0c289;
}

/* sztaby */
.sztaby {
    cursor: pointer;
    float: left;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    background: url(../images/jednostki1.png) -600px -25px no-repeat;
}

.sztaby_u {
    position: absolute;
    left: 40px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    background: url(../images/jednostki1.png) -600px -75px no-repeat;
}

.sztaby_del {
    position: absolute;
    left: 40px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    background: url(../images/jednostki1.png) -600px -75px no-repeat;
}

.sztaby_activ {
    position: absolute;
    left: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    background: url(../images/jednostki1.png) -600px -50px no-repeat;
}

.sztaby_ocz {
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    background: url(../images/jednostki1.png) -600px -25px no-repeat;
}

.sztaby_no_activ {
    position: absolute;
    left: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    background: url(../images/jednostki1.png) -600px -0px no-repeat;
}

.sztab_fin {
    cursor: pointer;
    background: url(../images/jednostki1.png) -414px -660px no-repeat;
    width: 46px;
    height: 33px;
    float: left;
}

.jednostka_fin {
    position: relative;
    width: 46px;
    height: 42px;
    top: 0px;
    margin: 0px 10px 0 10px;
}

.sztab_szczegoly {
    border-collapse: collapse;
    border-spacing: 0;
    background: url(../images/tab_1200.jpg);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #e0c289;
    font-size: 12px;
    padding: 40px;
    position: relative;
    width: 87%;
    margin: 0 auto;
	margin-bottom: 20px;
}

#sztaby_body {
    position: relative;
    background: #4d3828;
    color: #e0c289;
    font-size: 13px;
    margin-top: 55px;
}

.sztaby_name {
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 320px;
    background: url(../images/sprite1.png) -67px 0 no-repeat;
    height: 29px;
    width: 42px;
}

.sztaby_name:hover {
    background: url(../images/sprite1.png) -67px -29px no-repeat;
}

.sztab_txt {
    position: relative;
    min-height: 200px;
    width: 50%;
    text-align: left;
}

.tabela_sztabowa {
    text-align: center;
    width: 390px;
    border-collapse: collapse;
    border-spacing: 0;
    position: absolute;
    top: 0;
    left: 600px;
}

.bottom_border {
    height: 30px;
    border-bottom: 1px solid #826a4c;
}

.right_border {
    border-right: 1px solid #826a4c;
}

.sztaby_adm {
    width: 50px;
    height: 16px;
    text-align: center;
    background: url(../images/przycisk_zmiana.jpg);
    background-position: -1px;
    font-size: 10px;
    color: #b7a27b;
    text-transform: uppercase;
    line-height: 18px;
    text-shadow: 0 0 3px #222;
    margin: 0 auto;
}

.sztaby_adm_del:hover, .sztaby_adm:hover {
    background: url(../images/reg_btn_on.jpg);
    color: #2e2016;
    cursor: pointer;
}

.sztaby_adm_add:hover {
    background: url(../images/reg_btn_on.jpg);
    color: #2e2016;
    cursor: pointer;
}

.sztaby_adm_del, .sztaby_adm_add {
    cursor: pointer;
    width: 70px;
    height: 18px;
    text-align: center;
    top: 0px;
    left: 372px;
    background: url(../images/przycisk_zmiana.jpg);
    background-position: -1px;
    font-size: 10px;
    color: #b7a27b;
    text-transform: uppercase;
    line-height: 20px;
    text-shadow: 0 0 3px #222;
    position: absolute;
    margin: 5px;
}

.sztaby_adm_del {
    left: 460px;
}

.dodanie_css {
    height: 30px;
    padding-left: 5px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #826a4c;
}

.jednostki-dodane {
    padding-top: 15px;
}

.input_sztaby {
    width: 180px;
    text-align: center;
    color: #fff;
    height: 24px;
    background: url(../images/naglowek_tabela_jednostki.png);
}

.podwodne_info {
    position: absolute;
    top: 200px;
    left: 165px;
}

.artyleria_okretowa {
    position: absolute;
    top: 212px;
    left: 126px;
}

/* sklep */
#sklep {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    background: url(../images/tab_1200.jpg);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #e0c289;
    font-size: 12px;
    padding: 40px;
    margin-top: 170px;
}

.kup_teraz, .wystaw_na_mape {
    font-size: 10px;
    text-align: center;
}

.wystaw_na_mape {
    width: 50px;
    margin: 0px 15px 0px 15px;
    color: #e0c289;
    font-size: 12px;

}

.submit_wystaw {
    border: 0;
    background: none;
    cursor: pointer;
    color: #e0c289;
    font-size: 12px;
}

/* wiadomoÅ›ci */
td.mess_topic {
    cursor: pointer;
    height: 20px;
    width: 90%;
}

td.mess_delete {
    height: 20px;
    width: 10%;
}

#mess {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 486px;
}

#mess_tekst {
    position: absolute;
    top: 10px;
    left: 100px;
    width: 418px;
}

#del_all {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 13px;
    height: 13px;
}

.goToCoords {
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#send {
    position: absolute;
    top: 15px;
    right:32px;
    width: 90px;
    height: 20px;
    text-transform: uppercase;
    font-size: 9px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    text-shadow: 0 0 3px #222;
}

#pancerz_przed1 {
    position: absolute;
    top: 355px;
    left: 235px;
    width: 70px;
    height: 10px;
}

#pancerz_przed2 {
    position: absolute;
    top: 160px;
    left: 235px;
    width: 70px;
    height: 10px;
}

#punktygracza_przed1 {
    position: absolute;
    top: 430px;
    left: 235px;
    width: 70px;
    height: 10px;
}

#punktygracza_przed2 {
    position: absolute;
    top: 250px;
    left: 235px;
    width: 70px;
    height: 10px;
}

#punktygracza_po1 {
    position: absolute;
    top: 464px;
    left: 30px;
    width: 70px;
    height: 10px;
}

#punktygracza_po2 {
    position: absolute;
    top: 464px;
    left: 230px;
    width: 70px;
    height: 10px;
}

.dane_okno {
    background: url(../images/sprite3.png) -45px -3px no-repeat;
    color: #e2d2bb;
    text-align: center;
    font-size: 7px;
    padding-top: 5px;
}

.box_mess {
    background: url(../images/tlo_skrzynka.png) no-repeat;
    height: 500px;
    overflow: auto;
    left: 100%;
    padding: 0 0 0 10px;
    position: fixed;
    top: 2%;
    width: 600px;
    z-index: 101;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

#boxsave {
    background: url(../images/zapisz.gif) repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 18px;
    width: 44px;
    position: absolute;
    top: 65px;
    left: 360px;
    z-index: 1;
}

#tab_0_1 {
    position: absolute;
  top: 145px;
  left: 28px;
  width: 150px;
  height: 140px;
}

#tab_0_2 {
    top: 60px;
    left: 364px;
    width: 150px;
    height: 140px;
}

#tab_1_1 {
    position: absolute;
  top: 134px;
  left: 9px;
  width: 184px;
  height: 15px;
  text-align: center;
  color: #e2d2bb;
}

#tab_1_2 {
    position: absolute;
    top: 134px;
    left: 346px;
    width: 184px;
    height: 15px;
    text-align: center;
    color: #e2d2bb
}

#tab_2_1 {
      position: absolute;
  top: 280px;
  left: 11px;
  width: 184px;
  height: 18px;
  text-align: center;
  color: #e2d2bb;
}

#tab_2_2 {
    position: absolute;
    top: 280px;
    left: 346px;
    width: 184px;
    height: 18px;
    text-align: center;
    color: #e2d2bb
}

#tab_3_1 {
    top: 159px;
    left: 186px;
}

#tab_3_2 {
    top: 159px;
    left: 312px;
}

#tab_4_1 {
    top: 189px;
    left: 186px;
}

#tab_4_2 {
    top: 189px;
    left: 312px;
}

#tab_5_1 {
    top: 249px;
    left: 186px;
}

#tab_5_2 {
    top: 249px;
    left: 312px;
}

#tab_6_1 {
    top: 219px;
    left: 186px;
}

#tab_6_2 {
    top: 219px;
    left: 312px;
}

#tab_7_1 {
    top: 354px;
    left: 186px;
}

#tab_7_2 {
    top: 354px;
    left: 312px;
}

#tab_8_1 {
    top: 379px;
    left: 186px;
}

#tab_8_2 {
    top: 379px;
    left: 312px;
}

#tab_9_1 {
    top: 429px;
    left: 186px;
}

#tab_9_2 {
    top: 429px;
    left: 312px;
}

#tab_10_1 {
    top: 404px;
    left: 186px;
}

#tab_10_2 {
    top: 404px;
    left: 312px;
}

#tab_11_1 {
    position: absolute;
    top: 374px;
    left: 20px;
    width: 380px;
    color: #e2d2bb;
    font-size: 13px;
    padding-top: 3px;
}

.styl_tab {
    color: #e2d2bb;
    text-align: center;
    font-size: 11px;
    width: 42px;
    height: 18px;
    background: url(../images/sprite3.png) -45px -20px no-repeat;
    position: absolute;
	line-height: 19px;
}

#raport_bojowy {
    position: absolute;
    top: 455px;
    left: 9px;
    width: 522px;
    height: 125px;
    overflow: auto;
    color: #e0c289;
    font-size: 11px;
}

#doswiadczenie_przed1 {
    position: absolute;
    top: 380px;
    left: 235px;
    width: 70px;
    height: 10px;
}

#doswiadczenie_przed2 {
    position: absolute;
    top: 190px;
    left: 235px;
    width: 70px;
    height: 10px;
}

#doswiadczenie_po1 {
    position: absolute;
    top: 442px;
    left: 30px;
    width: 70px;
    height: 10px;
}

#doswiadczenie_po2 {
    position: absolute;
    top: 442px;
    left: 230px;
    width: 70px;
    height: 10px;
}

#morale_przed1 {
    position: absolute;
    top: 405px;
    left: 235px;
    width: 70px;
    height: 10px;
}

#morale_przed2 {
    position: absolute;
    top: 220px;
    left: 235px;
    width: 70px;
    height: 10px;
}

#morale_po1 {
    position: absolute;
    top: 486px;
    left: 30px;
    width: 70px;
    height: 10px;
}

#morale_po2 {
    position: absolute;
    top: 486px;
    left: 230px;
    width: 70px;
    height: 10px;
}

#boxclose {
    background: url(../images/close_pop.png) repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: 360px;
}

/* wymiana złota na kredyty */
#golden {
    position: absolute;
    top: 70px;
    left: 10px;
    width: 76px;
    height: 71px;
    background: url(../images/sprite3.png) -117px 0px no-repeat;
    text-align: center;
}

#suwak {
    position: absolute;
    top: 110px;
    left: 172px;
    width: 150px;
}

#credits {
    position: absolute;
    top: 70px;
    left: 400px;
    width: 88px;
    height: 71px;
    background: url(../images/sprite3.png) -208px 0px no-repeat;
    text-align: center;
}

#currentValue_gold, #currentValue_credits {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    font-family: mcgreg;
    font-size: 35px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;

}

#wymiana_zlota {
    height: 100px;
}

#replace_button {
    top: 150px;
    position: absolute;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 310px;
    height: 31px;
    left: 90px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    line-height: 28px;
    text-shadow: 0 0 3px #222;
}

#goldSmall {
    background: url(../images/sprite3.png) -90px -66px no-repeat;
    width: 32px;
    height: 32px;
    left: 136px;
    top: 104px;
    position: absolute;
}

#creditsSmall {
    background: url(../images/sprite3.png) -54px -66px no-repeat;
    width: 32px;
    height: 32px;
    left: 324px;
    top: 104px;
    position: absolute;
}

/* kadra */
.editPersonnel {
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    line-height: 28px;
    text-shadow: 0 0 3px #222;
    position: relative;
    margin: 0 auto;
}

.editPersonnel:hover {
    background-image: url(../images/reg_btn_on.jpg);
    color: #2e2016;
    cursor: pointer;
}

/* promocja */
.box_promocja {
    height: 400px;
    overflow: auto;
    left: 100%;
    position: fixed;
    top: 15%;
    width: 500px;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
}

#wynik_losowania {
    width: 500px;
    height: 340px;
    text-align: center;
}

#wynik_losowania p {
    padding: 180px 20px 20px 20px;
}

#nazwa_promocji {
    width: 500px;
    height: 60px;
    line-height: 62px;
    font-family: mcgreg;
    font-size: 27px;
    color: #00f100;
}

#opis_promocji1 {
    height: 107px;
    color: #fff;
    width: 479px;
    padding: 10px;
    line-height: 24px;
    font-size:12px;
}

#opis_promocji2 {
    position: absolute;
    top: 280px;
    color: #fff;
    width: 500px;
    height: 120px;
    line-height: 24px;
    font-size:12px;
}

#przycisk_promocji {
    position: absolute;
    left: 176px;
    width: 150px;
    height: 37px;
    top: 390px;
    cursor: pointer;
    color: #fff;
    line-height: 40px;
}

#close_prom {
    position: absolute;
    left: 176px;
    width: 150px;
    height: 37px;
    top: 363px;
    cursor: pointer;
    color: #fff;
    line-height: 40px;
}

.gold {
    font-size: 19px;
    color: #00f100;
}

#biore_za_gold {
    background: url(../images/background_gold.png) no-repeat;
    position: relative;
    left: 107px;
    width: 280px;
    height: 38px;
    line-height: 34px;
    color: #3f2415;
    font-weight: bold;
    cursor: pointer;
}

.promocja_jednostki {
    display: none;
    position: absolute;
    z-index: 5;
    top: 130px;
    left: 122px;
    width: 200px;
    background: url(../images/bg_alert.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: auto;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #e0c289;
    font-size: 13px;
    padding: 25px;
}

#panel_sterowania {
    background: url(../images/background_mapka.jpg);
    position: relative;
    height: 200px;
    top: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
}

.worldList {
    float: left;
    padding: 15px;
}

/* UNITS */
.units {
    height: 43px;
    position: absolute;
    width: 49px;
}
.fields {
    height: 43px;
    position: absolute;
    width: 49px;
}
.field-1{
	background: url(../images/jednostki1.png) -412px -786px no-repeat;
}
.field-12 {
	background: url(../images/jednostki1.png) -240px -820px no-repeat;
}
.field-13 {
    background: url(../images/jednostki1.png) -183px -820px no-repeat;
}
.field-14 {
	background: url(../images/jednostki1.png) -210px -859px no-repeat;
}
.field-15 {
	background: url(../images/jednostki1.png) -277px -934px no-repeat;
}
.field-17 {
	background: url(../images/jednostki1.png) -329px -820px no-repeat;
}
.field-18 {
	background: url(../images/jednostki1.png) -375px -822px no-repeat;
}
.unit_panel {
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    height: 294px;
    width: 396px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 104;
}

.ally {
    background: url('../images/units_bg/panel_miasto.png');
    width: 250px;
    height: 150px;
}

.enemy {
    background: url('../images/units_bg/panel_miasto.png');
    width: 250px;
    height: 150px;
}

.silo {
    background: url('../images/units_bg/panel_miasto.png');
    width: 250px;
    height: 150px;
}

.background_1 {
    background: url('../images/units_bg/tlopiechota.png');
}
.background_2 {
    background: url('../images/units_bg/tloczolg.png');
}
.background_3 {
    background: url('../images/units_bg/tloartyleria.png');
}
.background_4 {
    background: url('../images/units_bg/tlolotnictwo.png');
}
.background_5 {
    background: url('../images/units_bg/tlookretpodwodny.png');
}
.background_6 {
    background: url('../images/units_bg/tlookret.png');
}
.background_7 {
    background: url('../images/units_bg/tloartyleria.png');
}

.other_city_panel {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/units_bg/panel_miasto.png');
    width: 250px;
    height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 104;
}

.field_panel {
    width: 250px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 104;
    text-align: center;
}


.unit-1 {
    background: url(../images/jednostki2.png) -0px -0px no-repeat;
}

.unit-2 {
    background: url(../images/jednostki2.png) -49px -0px no-repeat;
}

.unit-3 {
    background: url(../images/jednostki2.png) -98px -0px no-repeat;
}

.unit-4 {
    background: url(../images/jednostki2.png) -147px -0px no-repeat;
}

.unit-5 {
    background: url(../images/jednostki2.png) -196px -0px no-repeat;
}

.unit-6 {
    background: url(../images/jednostki2.png) -245px -0px no-repeat;
}

.unit-7 {
    background: url(../images/jednostki2.png) -294px -0px no-repeat;
}

.unit-8 {
    background: url(../images/jednostki2.png) -343px -0px no-repeat;
}

.unit-9 {
    background: url(../images/jednostki2.png) -392px -0px no-repeat;
}

.unit-10 {
    background: url(../images/jednostki2.png) -441px -0px no-repeat;
}

.unit-11 {
    background: url(../images/jednostki2.png) -0px -43px no-repeat;
}

.unit-12 {
    background: url(../images/jednostki2.png) -49px -43px no-repeat;
}

.unit-13 {
    background: url(../images/jednostki2.png) -98px -43px no-repeat;
}

.unit-14 {
    background: url(../images/jednostki2.png) -147px -43px no-repeat;
}

.unit-15 {
    background: url(../images/jednostki2.png) -196px -43px no-repeat;
}

.unit-16 {
    background: url(../images/jednostki2.png) -245px -43px no-repeat;
}

.unit-17 {
    background: url(../images/jednostki2.png) -294px -43px no-repeat;
}

.unit-18 {
    background: url(../images/jednostki2.png) -343px -43px no-repeat;
}

.unit-19 {
    background: url(../images/jednostki2.png) -392px -43px no-repeat;
}

.unit-20 {
    background: url(../images/jednostki2.png) -441px -43px no-repeat;
}

.unit-21 {
    background: url(../images/jednostki2.png) -0px -86px no-repeat;
}

.unit-22 {
    background: url(../images/jednostki2.png) -49px -86px no-repeat;
}

.unit-23 {
    background: url(../images/jednostki2.png) -98px -86px no-repeat;
}

.unit-24 {
    background: url(../images/jednostki2.png) -147px -86px no-repeat;
}

.unit-25 {
    background: url(../images/jednostki2.png) -196px -86px no-repeat;
}

.unit-26 {
    background: url(../images/jednostki2.png) -245px -86px no-repeat;
}

.unit-27 {
    background: url(../images/jednostki2.png) -294px -86px no-repeat;
}

.unit-28 {
    background: url(../images/jednostki2.png) -343px -86px no-repeat;
}

.unit-29 {
    background: url(../images/jednostki2.png) -392px -86px no-repeat;
}

.unit-30 {
    background: url(../images/jednostki2.png) -441px -86px no-repeat;
}

.unit-31 {
    background: url(../images/jednostki2.png) -0px -129px no-repeat;
}

.unit-32 {
    background: url(../images/jednostki2.png) -49px -129px no-repeat;
}

.unit-33 {
    background: url(../images/jednostki2.png) -98px -129px no-repeat;
}

.unit-34 {
    background: url(../images/jednostki2.png) -147px -129px no-repeat;
}

.unit-35 {
    background: url(../images/jednostki2.png) -196px -129px no-repeat;
}

.unit-36 {
    background: url(../images/jednostki2.png) -245px -129px no-repeat;
}

.unit-37 {
    background: url(../images/jednostki2.png) -294px -129px no-repeat;
}

.unit-38 {
    background: url(../images/jednostki2.png) -343px -129px no-repeat;
}

.unit-39 {
    background: url(../images/jednostki2.png) -392px -129px no-repeat;
}

.unit-40 {
    background: url(../images/jednostki2.png) -441px -129px no-repeat;
}

.unit-41 {
    background: url(../images/jednostki2.png) -0px -172px no-repeat;
}

.unit-42 {
    background: url(../images/jednostki2.png) -49px -172px no-repeat;
}

.unit-43 {
    background: url(../images/jednostki2.png) -98px -172px no-repeat;
}

.unit-44 {
    background: url(../images/jednostki2.png) -147px -172px no-repeat;
}

.unit-45 {
    background: url(../images/jednostki2.png) -196px -172px no-repeat;
}

.unit-46 {
    background: url(../images/jednostki2.png) -245px -172px no-repeat;
}

.unit-47 {
    background: url(../images/jednostki2.png) -294px -172px no-repeat;
}

.unit-48 {
    background: url(../images/jednostki2.png) -343px -172px no-repeat;
}

.unit-49 {
    background: url(../images/jednostki2.png) -392px -172px no-repeat;
}

.unit-50 {
    background: url(../images/jednostki2.png) -441px -172px no-repeat;
}

.unit-51 {
    background: url(../images/jednostki2.png) -0px -215px no-repeat;
}

.unit-52 {
    background: url(../images/jednostki2.png) -49px -215px no-repeat;
}

.unit-53 {
    background: url(../images/jednostki2.png) -98px -215px no-repeat;
}

.unit-54 {
    background: url(../images/jednostki2.png) -147px -215px no-repeat;
}

.unit-55 {
    background: url(../images/jednostki2.png) -196px -215px no-repeat;
}

.unit-56 {
    background: url(../images/jednostki2.png) -245px -215px no-repeat;
}

.unit-57 {
    background: url(../images/jednostki2.png) -294px -215px no-repeat;
}

.unit-58 {
    background: url(../images/jednostki2.png) -343px -215px no-repeat;
}

.unit-59 {
    background: url(../images/jednostki2.png) -392px -215px no-repeat;
}

.unit-60 {
    background: url(../images/jednostki2.png) -441px -215px no-repeat;
}

.unit-61 {
    background: url(../images/jednostki2.png) -0px -258px no-repeat;
}

.unit-62 {
    background: url(../images/jednostki2.png) -49px -258px no-repeat;
}

.unit-63 {
    background: url(../images/jednostki2.png) -98px -258px no-repeat;
}

.unit-64 {
    background: url(../images/jednostki2.png) -147px -258px no-repeat;
}

.unit-65 {
    background: url(../images/jednostki2.png) -196px -258px no-repeat;
}

.unit-66 {
    background: url(../images/jednostki2.png) -245px -258px no-repeat;
}

.unit-67 {
    background: url(../images/jednostki2.png) -294px -258px no-repeat;
}

.unit-68 {
    background: url(../images/jednostki2.png) -343px -258px no-repeat;
}

.unit-69 {
    background: url(../images/jednostki2.png) -392px -258px no-repeat;
}

.unit-70 {
    background: url(../images/jednostki2.png) -441px -258px no-repeat;
}

.unit-71 {
    background: url(../images/jednostki2.png) -0px -301px no-repeat;
}

.unit-72 {
    background: url(../images/jednostki2.png) -49px -301px no-repeat;
}

.unit-73 {
    background: url(../images/jednostki2.png) -98px -301px no-repeat;
}

.unit-74 {
    background: url(../images/jednostki2.png) -147px -301px no-repeat;
}

.unit-75 {
    background: url(../images/jednostki2.png) -196px -301px no-repeat;
}

.unit-76 {
    background: url(../images/jednostki2.png) -245px -301px no-repeat;
}

.unit-77 {
    background: url(../images/jednostki2.png) -294px -301px no-repeat;
}

.unit-78 {
    background: url(../images/jednostki2.png) -343px -301px no-repeat;
}

.unit-79 {
    background: url(../images/jednostki2.png) -392px -301px no-repeat;
}

.unit-80 {
    background: url(../images/jednostki2.png) -441px -301px no-repeat;
}

.unit-81 {
    background: url(../images/jednostki2.png) -0px -344px no-repeat;
}

.unit-82 {
    background: url(../images/jednostki2.png) -49px -344px no-repeat;
}

.unit-83 {
    background: url(../images/jednostki2.png) -98px -344px no-repeat;
}

.unit-84 {
    background: url(../images/jednostki2.png) -147px -344px no-repeat;
}

.unit-85 {
    background: url(../images/jednostki2.png) -196px -344px no-repeat;
}

.unit-86 {
    background: url(../images/jednostki2.png) -245px -344px no-repeat;
}

.unit-87 {
    background: url(../images/jednostki2.png) -294px -344px no-repeat;
}

.unit-88 {
    background: url(../images/jednostki2.png) -343px -344px no-repeat;
}

.unit-89 {
    background: url(../images/jednostki2.png) -392px -344px no-repeat;
}

.unit-90 {
    background: url(../images/jednostki2.png) -441px -344px no-repeat;
}

.unit-91 {
    background: url(../images/jednostki2.png) -0px -387px no-repeat;
}

.unit-92 {
    background: url(../images/jednostki2.png) -49px -387px no-repeat;
}

.unit-93 {
    background: url(../images/jednostki2.png) -98px -387px no-repeat;
}

.unit-94 {
    background: url(../images/jednostki2.png) -147px -387px no-repeat;
}

.unit-95 {
    background: url(../images/jednostki2.png) -196px -387px no-repeat;
}

.unit-96 {
    background: url(../images/jednostki2.png) -245px -387px no-repeat;
}

.unit-97 {
    background: url(../images/jednostki2.png) -294px -387px no-repeat;
}

.unit-98 {
    background: url(../images/jednostki2.png) -343px -387px no-repeat;
}

.unit-99 {
    background: url(../images/jednostki2.png) -392px -387px no-repeat;
}

.unit-100 {
    background: url(../images/jednostki2.png) -441px -387px no-repeat;
}

.unit-101 {
    background: url(../images/jednostki2.png) -0px -430px no-repeat;
}

.unit-102 {
    background: url(../images/jednostki2.png) -49px -430px no-repeat;
}

.unit-103 {
    background: url(../images/jednostki2.png) -98px -430px no-repeat;
}

.unit-104 {
    background: url(../images/jednostki2.png) -147px -430px no-repeat;
}

.unit-105 {
    background: url(../images/jednostki2.png) -196px -430px no-repeat;
}

.unit-106 {
    background: url(../images/jednostki2.png) -245px -430px no-repeat;
}

.unit-107 {
    background: url(../images/jednostki2.png) -294px -430px no-repeat;
}

.unit-108 {
    background: url(../images/jednostki2.png) -343px -430px no-repeat;
}

.unit-109 {
    background: url(../images/jednostki2.png) -392px -430px no-repeat;
}

.unit-110 {
    background: url(../images/jednostki2.png) -441px -430px no-repeat;
}

.unit-111 {
    background: url(../images/jednostki2.png) -0px -473px no-repeat;
}

.unit-112 {
    background: url(../images/jednostki2.png) -49px -473px no-repeat;
}

.unit-113 {
    background: url(../images/jednostki2.png) -98px -473px no-repeat;
}

.unit-114 {
    background: url(../images/jednostki2.png) -147px -473px no-repeat;
}

.unit-115 {
    background: url(../images/jednostki2.png) -196px -473px no-repeat;
}

.unit-116 {
    background: url(../images/jednostki2.png) -245px -473px no-repeat;
}

.unit-117 {
    background: url(../images/jednostki2.png) -294px -473px no-repeat;
}

.unit-118 {
    background: url(../images/jednostki2.png) -343px -473px no-repeat;
}

.unit-119 {
    background: url(../images/jednostki2.png) -392px -473px no-repeat;
}

.unit-120 {
    background: url(../images/jednostki2.png) -441px -473px no-repeat;
}

.unit-121 {
    background: url(../images/jednostki2.png) -0px -516px no-repeat;
}

.unit-122 {
    background: url(../images/jednostki2.png) -49px -516px no-repeat;
}

.unit-123 {
    background: url(../images/jednostki2.png) -98px -516px no-repeat;
}

.unit-124 {
    background: url(../images/jednostki2.png) -147px -516px no-repeat;
}

.unit-125 {
    background: url(../images/jednostki2.png) -196px -516px no-repeat;
}

.unit-126 {
    background: url(../images/jednostki2.png) -245px -516px no-repeat;
}

.unit-127 {
    background: url(../images/jednostki2.png) -294px -516px no-repeat;
}

.unit-128 {
    background: url(../images/jednostki2.png) -343px -516px no-repeat;
}

.unit-129 {
    background: url(../images/jednostki2.png) -392px -516px no-repeat;
}

.unit-130 {
    background: url(../images/jednostki2.png) -441px -516px no-repeat;
}

.unit-131 {
    background: url(../images/jednostki2.png) -0px -559px no-repeat;
}

.unit-132 {
    background: url(../images/jednostki2.png) -49px -559px no-repeat;
}

.unit-133 {
    background: url(../images/jednostki2.png) -98px -559px no-repeat;
}

.unit-134 {
    background: url(../images/jednostki2.png) -147px -559px no-repeat;
}

.unit-135 {
    background: url(../images/jednostki2.png) -196px -559px no-repeat;
}

.unit-136 {
    background: url(../images/jednostki2.png) -245px -559px no-repeat;
}

.unit-137 {
    background: url(../images/jednostki2.png) -294px -559px no-repeat;
}

.unit-138 {
    background: url(../images/jednostki2.png) -343px -559px no-repeat;
}

.unit-139 {
    background: url(../images/jednostki2.png) -392px -559px no-repeat;
}

.unit-140 {
    background: url(../images/jednostki2.png) -441px -559px no-repeat;
}

.unit-141 {
    background: url(../images/jednostki2.png) -0px -602px no-repeat;
}

.unit-142 {
    background: url(../images/jednostki2.png) -49px -602px no-repeat;
}

.unit-143 {
    background: url(../images/jednostki2.png) -98px -602px no-repeat;
}

.unit-144 {
    background: url(../images/jednostki2.png) -147px -602px no-repeat;
}

.unit-145 {
    background: url(../images/jednostki2.png) -196px -602px no-repeat;
}

.unit-146 {
    background: url(../images/jednostki2.png) -245px -602px no-repeat;
}

.unit-147 {
    background: url(../images/jednostki2.png) -294px -602px no-repeat;
}

.unit-148 {
    background: url(../images/jednostki2.png) -343px -602px no-repeat;
}

.unit-149 {
    background: url(../images/jednostki2.png) -392px -602px no-repeat;
}

.unit-150 {
    background: url(../images/jednostki2.png) -441px -602px no-repeat;
}

.unit-151 {
    background: url(../images/jednostki2.png) -0px -645px no-repeat;
}

.unit-152 {
    background: url(../images/jednostki2.png) -49px -645px no-repeat;
}

.unit-153 {
    background: url(../images/jednostki2.png) -98px -645px no-repeat;
}

.unit-154 {
    background: url(../images/jednostki2.png) -147px -645px no-repeat;
}

.unit-155 {
    background: url(../images/jednostki2.png) -196px -645px no-repeat;
}

.unit-156 {
    background: url(../images/jednostki2.png) -245px -645px no-repeat;
}

.unit-157 {
    background: url(../images/jednostki2.png) -294px -645px no-repeat;
}

.unit-158 {
    background: url(../images/jednostki2.png) -343px -645px no-repeat;
}

.unit-159 {
    background: url(../images/jednostki2.png) -392px -645px no-repeat;
}

.unit-160 {
    background: url(../images/jednostki2.png) -441px -645px no-repeat;
}

.unit-161 {
    background: url(../images/jednostki2.png) -0px -688px no-repeat;
}

.unit-162 {
    background: url(../images/jednostki2.png) -49px -688px no-repeat;
}

.unit-163 {
    background: url(../images/jednostki2.png) -98px -688px no-repeat;
}

.unit-164 {
    background: url(../images/jednostki2.png) -147px -688px no-repeat;
}

.unit-165 {
    background: url(../images/jednostki2.png) -196px -688px no-repeat;
}

.unit-166 {
    background: url(../images/jednostki2.png) -245px -688px no-repeat;
}

.unit-167 {
    background: url(../images/jednostki2.png) -294px -688px no-repeat;
}

.unit-168 {
    background: url(../images/jednostki2.png) -343px -688px no-repeat;
}

.unit-169 {
    background: url(../images/jednostki2.png) -392px -688px no-repeat;
}

.unit-170 {
    background: url(../images/jednostki2.png) -441px -688px no-repeat;
}

.unit-171 {
    background: url(../images/jednostki2.png) -0px -731px no-repeat;
}

.unit-172 {
    background: url(../images/jednostki2.png) -49px -731px no-repeat;
}

.unit-173 {
    background: url(../images/jednostki2.png) -98px -731px no-repeat;
}

.unit-174 {
    background: url(../images/jednostki2.png) -147px -731px no-repeat;
}

.unit-175 {
    background: url(../images/jednostki2.png) -196px -731px no-repeat;
}

.unit-176 {
    background: url(../images/jednostki2.png) -245px -731px no-repeat;
}

.unit-177 {
    background: url(../images/jednostki2.png) -294px -731px no-repeat;
}

.unit-178 {
    background: url(../images/jednostki2.png) -343px -731px no-repeat;
}

.unit-179 {
    background: url(../images/jednostki2.png) -392px -731px no-repeat;
}

.unit-180 {
    background: url(../images/jednostki2.png) -441px -731px no-repeat;
}

.unit-181 {
    background: url(../images/jednostki2.png) -0px -774px no-repeat;
}

.unit-182 {
    background: url(../images/jednostki2.png) -49px -774px no-repeat;
}

.unit-183 {
    background: url(../images/jednostki2.png) -98px -774px no-repeat;
}

.unit-184 {
    background: url(../images/jednostki2.png) -147px -774px no-repeat;
}

.unit-185 {
    background: url(../images/jednostki2.png) -196px -774px no-repeat;
}

.unit-186 {
    background: url(../images/jednostki2.png) -245px -774px no-repeat;
}

.unit-187 {
    background: url(../images/jednostki2.png) -294px -774px no-repeat;
}

.unit-188 {
    background: url(../images/jednostki2.png) -343px -774px no-repeat;
}

.unit-189 {
    background: url(../images/jednostki2.png) -392px -774px no-repeat;
}

.unit-190 {
    background: url(../images/jednostki2.png) -441px -774px no-repeat;
}

.unit-191 {
    background: url(../images/jednostki2.png) -0px -817px no-repeat;
}

.unit-192 {
    background: url(../images/jednostki2.png) -49px -817px no-repeat;
}

.unit-193 {
    background: url(../images/jednostki2.png) -98px -817px no-repeat;
}

.unit-194 {
    background: url(../images/jednostki2.png) -147px -817px no-repeat;
}

.unit-195 {
    background: url(../images/jednostki2.png) -196px -817px no-repeat;
}

.unit-196 {
    background: url(../images/jednostki2.png) -245px -817px no-repeat;
}

.unit-197 {
    background: url(../images/jednostki2.png) -294px -817px no-repeat;
}

.unit-198 {
    background: url(../images/jednostki2.png) -343px -817px no-repeat;
}

.unit-199 {
    background: url(../images/jednostki2.png) -392px -817px no-repeat;
}

.unit-200 {
    background: url(../images/jednostki2.png) -441px -817px no-repeat;
}

.unit-201 {
    background: url(../images/jednostki2.png) -0px -860px no-repeat;
}

.unit-202 {
    background: url(../images/jednostki2.png) -49px -860px no-repeat;
}

.unit-203 {
    background: url(../images/jednostki2.png) -98px -860px no-repeat;
}

.unit-204 {
    background: url(../images/jednostki2.png) -147px -860px no-repeat;
}

.unit-205 {
    background: url(../images/jednostki2.png) -196px -860px no-repeat;
}

.unit-206 {
    background: url(../images/jednostki2.png) -245px -860px no-repeat;
}

.unit-207 {
    background: url(../images/jednostki2.png) -294px -860px no-repeat;
}

.unit-208 {
    background: url(../images/jednostki2.png) -343px -860px no-repeat;
}

.unit-209 {
    background: url(../images/jednostki2.png) -392px -860px no-repeat;
}

.unit-210 {
    background: url(../images/jednostki2.png) -441px -860px no-repeat;
}

.unit-211 {
    background: url(../images/jednostki2.png) -0px -903px no-repeat;
}

.unit-212 {
    background: url(../images/jednostki2.png) -49px -903px no-repeat;
}

.unit-213 {
    background: url(../images/jednostki2.png) -98px -903px no-repeat;
}

.unit-214 {
    background: url(../images/jednostki2.png) -147px -903px no-repeat;
}

.unit-215 {
    background: url(../images/jednostki2.png) -196px -903px no-repeat;
}

.unit-216 {
    background: url(../images/jednostki2.png) -245px -903px no-repeat;
}

.unit-217 {
    background: url(../images/jednostki2.png) -294px -903px no-repeat;
}

.unit-222 {
    background: url(../images/jednostki2.png) -343px -903px no-repeat;
}

.unit-223 {
    background: url(../images/jednostki2.png) -392px -903px no-repeat;
}

.unit-224, .unit-225 {/* silos */
    background: url(../images/jednostki2.png) -441px -903px no-repeat;
}

.reloadMaterials {/* surowiec */
    background: url(../images/jednostki2.png) -0px -946px no-repeat;
}

.green {
    color: green;
}

.red {
    color: red;
}

/* END UNITS */
.tabela_losowanie td {
    height: 35px;
    width: 48px;
}

#nextDraw {
    cursor: pointer;
    position: relative;
    top: 70px;
    width: 200px;
    height: 50px;
    margin: 0 auto;
}

#moreSponsorTxt {
    display: none;
}

#moreSponsorButton {
    width: 350px;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    text-shadow: 0 0 3px #222;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    margin: 0 auto;
}

.hide {
    display: none;
}

.paginingButtonActive, .paginingButton {
    background: #4d3828;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
}

.skip {
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: 5px;
}

.paginingButtonActive {
    color: #fff;
    border: 1px solid #fff;
    cursor: default;
}

.paginingButton {
    color: #e0c289;
    border: 1px solid #e0c289;
    cursor: pointer;
}

.answer {
    display: none;
}

.kupZloto {
    border: 0;
    width: 50px;
    height: 29px;
    position: relative;
    float: left;
    left: 8px;
}

#senseDol{
	width: 750px;
    height: 108px;
    bottom: -8px;
    margin: 0 auto;
    background: black;
    z-index: 8;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    font-family: mcgreg;
    color: #e0c289;
	padding:10px;
}

.reklama728_90{
	position: relative;
    z-index: -1;
}



#banerGl{
    position: relative;
    height: 108px;
    width: 750px;
    margin: 0 auto;
    z-index: 1;
    border: 1px solid;
    text-align: center;
	padding:10px;
	font-family: mcgreg;
    color: #e0c289;
}
#banerPan{
	position: absolute;
    top: 60px;
    right: 9px;
    height: 100px;
    width: 480px;
    border: 1px solid;
    text-align: center;
    padding: 10px;
    font-family: mcgreg;
    color: #e0c289;
}
.absolute{
	position: absolute;
    width: 100%;
    line-height: 90px;
    padding: 0 !important;
    text-align: center !important;
	color: #e0c289 !important;
}
.reklama500_50 .absolute{
	position: absolute;
    width: 100%;
    line-height: 47px;
    text-align: center !important;
    color: #e0c289 !important;
}

.reklama470_90{
	padding: 0 !important;
	position: relative;
}

.reklama500_50{
	padding: 0px 0px 20px 0px;
    position: relative;
}

#anuluj {
    border: 0;
    background: url(../images/sprite1.png) -106px -116px no-repeat;
    cursor: pointer;
    width: 42px;
    height: 29px;
    position: relative;
    margin: 0 auto;
}

#anuluj:hover {
    background: url(../images/sprite1.png) -148px -116px no-repeat;
}

.actionTable {
    width: 200px;
}

#no_post {
    background: red;
    margin: 0 auto;
    color: white;
    width: 450px;
    padding: 20px;
    margin-bottom: 25px;
}

#promocja_button {
    position: absolute;
    top: 35px;
    right: 140px;
    cursor: pointer;
    background: url(../images/sprite1.png) -191px -29px no-repeat, url(../images/ogien.gif) -117px -348px no-repeat;
    width: 76px;
    height: 46px;
    line-height: 24px;
    text-align: center;
    z-index: 1;
    color: black;
    padding: 5px 0px 0px 75px;
    font-size: 11px;
    font-weight: bold;
	animation: tlo 3000ms linear 1s infinite normal forwards;
    -webkit-animation:tlo 3000ms linear 1s infinite normal forwards;
}


@keyframes tlo{
	0% { background-color:transparent; }
	50% { background-color:#ccac00; }
	100% { background-color:transparent; }
}
@-webkit-keyframes tlo{
	0% { background-color:transparent; }
	50% { background-color:#ccac00; }
	100% { background-color:transparent; }
}

#timerP{
	top: 16px;
    left: 73px;
    width: 73px;
    height: 23px;
    position: absolute;
    text-align: right;
}



#topBox {
    position: absolute;
    top: 4px;
    left: 20px;
    cursor: pointer;
    width: 110px;
    height: 52px;
    text-align: center;
    z-index: 2;
    text-transform: none;
    line-height: 86px;
    font-size: 18px;
}

#wt {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 44px;
    height: 48px;
    background: black url(../images/sprite1.png) -453px 0px no-repeat;
    line-height: 80px;
}

#gt {
    position: absolute;
    top: 0px;
    left: 0px;
     width: 44px;
    height: 48px;
    background: black url(../images/sprite1.png) -404px 0px no-repeat;
	line-height: 80px;
}

.topBox {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 90%;
    margin: 0 auto;
}

/* style dotyczące profilu gracza
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	color:white;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-autocomplete {
    position: absolute;
    overflow: scroll;
    top: 0;
    left: 0;
    cursor: default;
    height: 100px;
    font-size: 12px;

}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-menu-item a {
    font-weight: normal;
    margin: -1px;
    position: relative;
    padding-left: 2em;
}

.ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

#profil_gracza {
    width: 600px;
    height: 500px;
}

#tytul_txt {
    width: 186px;
    height: 34px;
    position: absolute;
    top: 30px;
    left: 108px;
    color: #00f100;
    text-align: left;
    font-size: 26px;
    font-family: mcgreg;
}

#avek_ramka {
    background: url(../images/profil/bg_fota.png);
    top: 142px;
    left: 33px;
    width: 205px;
    height: 245px;
    position: absolute;
}

#avatar_gracza {
    width: 150px;
    height: 201px;
    position: absolute;
    top: 22px;
    left: 27px;
    color: black;
    text-align: center;
    font-size: 9px;
}

#kampanie {
    width: 150px;
    height: 38px;
    position: absolute;
    top: 378px;
    left: 60px;
    color: #fff;
    text-align: left;
    cursor: pointer;
    background: url(../images/bg_p.png);
}

#kampanie_przycisk {
    width: 150px;
    height: 15px;
    position: absolute;
    top: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#nick_txt {
    width: 154px;
    height: 20px;
    position: absolute;
    left: 290px;
    color: #00f100;
    text-align: left;
}

#nick_profil {
    width: 154px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 290px;
    color: #fff;
    text-align: left;
}

#punkty_txt {
    width: 140px;
    height: 20px;
    position: absolute;
    left: 480px;
    color: #00f100;
    text-align: left;
}

#punkty_profil {
    width: 156px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 480px;
    color: #fff;
    text-align: left;
}

#motto_txt {
    width: 320px;
    height: 34px;
    position: absolute;
    top: 150px;
    left: 290px;
    color: #fff;
    text-align: left;
    line-height: 34px;
    padding-left: 10px;
    background: url(../images/bg_p.png);
}

#motto_profil {
    width: 300px;
    height: 82px;
    position: absolute;
    top: 190px;
    left: 300px;
    color: #fff;
    text-align: left;
    font-size: 11px;
    overflow: hidden;
}

#ocena_txt {
    width: 320px;
    height: 34px;
    position: absolute;
    top: 283px;
    left: 290px;
    color: #fff;
    text-align: left;
    line-height: 34px;
    padding-left: 10px;
    background: url(../images/bg_p.png);
}

#ocena_profil {
    width: 320px;
    height: 82px;
    position: absolute;
    top: 324px;
    left: 300px;
    color: #fff;
    text-align: left;
    font-size: 11px;
}

#odznaczenia_txt {
    width: 574px;
    height: 34px;
    position: absolute;
    top: 422px;
    left: 35px;
    padding-left: 10px;
    color: #fff;
    text-align: left;
    line-height: 34px;
    background: url(../images/bg_p.png);
}

#odznaczenia_profil {
    width: 360px;
    height: 110px;
    position: absolute;
    top: 469px;
    left: 120px;
    color: #fff;
    text-align: left;
}

#profil_kampanie {
    display: none;
    width: 610px;
    height: 522px;
}

#profil_kampanie_body {
    height: auto;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    border-bottom-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
    width: 608px;
}

#profil_kampanie_top {
    width: 610px;
    height: 125px;
}

#profil_kampanie_bottom {
    width: 610px;
    height: 65px;
    bottom: 0px;
    position: absolute;
}

#profil_gracza_przycisk {
    width: 150px;
    height: 38px;
    position: relative;
    top: 13px;
    left: 230px;
    cursor: pointer;
    background: url(../images/profil/background_przycisk1.png) no-repeat;
}

#srobal {
    width: 14px;
    height: 14px;
    position: relative;
    top: 41px;
    left: 11px;
    background: url(../images/profil/sprite.png) no-repeat;
}

#srobar {
    width: 14px;
    height: 14px;
    position: relative;
    top: -11px;
    left: 583px;
    background: url(../images/profil/sprite.png) no-repeat;
}

#kampanie_przycisk1 {
    float:left;
	cursor:pointer;
}

.background_header {
    background: url(../images/profil/background_header.png) no-repeat;
    width: 610px;
    height: 70px;
    position: relative;
}

.nazwa_kampanii_txt {
    position: absolute;
    width: 200px;
    height: 20px;
    top: 22px;
    left: 70px;
    color: #00f100;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
}

.nazwa_kampanii {
    position: absolute;
    width: 200px;
    height: 20px;
    top: 32px;
    left: 70px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.zdobyte_punkty_txt {
    position: absolute;
    width: 136px;
    height: 20px;
    top: 21px;
    left: 304px;
    color: #00f100;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
}

.zdobyte_punkty {
    position: absolute;
    width: 134px;
    height: 20px;
    top: 31px;
    left: 304px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.strona_txt {
    position: absolute;
    width: 86px;
    height: 20px;
    top: 18px;
    left: 471px;
    color: #00f100;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
}

.strona {
    position: absolute;
    width: 100px;
    height: 20px;
    top: 31px;
    left: 470px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

#kampanie_txt {
    top: 85px;
    font-family: mcgreg;
    color: #00f100;
    font-size: 27px;
}

#gracz_login {
    position: absolute;
    top: 26px;
    left: 360px;
    color: #fff;
    text-align: left;
    font-size: 23px;
}

.szczegoly_txt {
    position: absolute;
    width: 200px;
    height: 20px;
    top: 2px;
    left: 74px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
}

.wyprodukowano_txt {
    position: absolute;
    width: 140px;
    height: 17px;
    top: 120px;
    left: 3px;
    color: #00f100;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}

.zniszczono_txt {
    position: absolute;
    width: 140px;
    height: 17px;
    top: 160px;
    left: 3px;
    color: #00f100;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}

.ws {
    position: absolute;
    top: 120px;
    left: 220px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.zs {
    position: absolute;
    top: 160px;
    left: 220px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.wc {
    position: absolute;
    top: 120px;
    left: 280px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.zc {
    position: absolute;
    top: 160px;
    left: 280px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

#zegarek {
    position: absolute;
    top: 70px;
    width: 235px;
    height: 15px;
    font-size: 12px;
}

#zegarek input {
    background: none;
    color: #ffffff;
    width: 60px;
    border: hidden;
    font-size: 12px;
}

.wf {
    position: absolute;
    top: 120px;
    left: 340px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.zf {
    position: absolute;
    top: 160px;
    left: 340px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.wpp {
    position: absolute;
    top: 120px;
    left: 400px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.zpp {
    position: absolute;
    top: 160px;
    left: 400px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.wp {
    position: absolute;
    top: 120px;
    left: 460px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.zp {
    position: absolute;
    top: 160px;
    left: 460px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.wa {
    position: absolute;
    top: 120px;
    left: 520px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.za {
    position: absolute;
    top: 160px;
    left: 520px;
    text-align: left;
    width: 36px;
    height: 16px;
    color: #fff;
    font-weight: bold;
}

.wsi {
    position: absolute;
    top: 112px;
    left: 184px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -628px 0px no-repeat;
}

.zsi {
    position: absolute;
    top: 152px;
    left: 184px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -628px 0px no-repeat;
}

.wci {
    position: absolute;
    top: 112px;
    left: 244px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -662px 0px no-repeat;
}

.zci {
    position: absolute;
    top: 152px;
    left: 244px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -662px 0px no-repeat;
}

.wfi {
    position: absolute;
    top: 112px;
    left: 304px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -628px -35px no-repeat;
}

.zfi {
    position: absolute;
    top: 152px;
    left: 304px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -628px -35px no-repeat;
}

.wppi {
    position: absolute;
    top: 112px;
    left: 364px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -664px -35px no-repeat;
}

.zppi {
    position: absolute;
    top: 152px;
    left: 364px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -664px -35px no-repeat;
}

.wpi {
    position: absolute;
    top: 112px;
    left: 424px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -630px -70px no-repeat;
}

.zpi {
    position: absolute;
    top: 152px;
    left: 424px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -630px -70px no-repeat;
}

.wai {
    position: absolute;
    top: 112px;
    left: 484px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -665px -71px no-repeat;
}

.zai {
    position: absolute;
    top: 152px;
    left: 484px;
    width: 33px;
    height: 33px;
    background: url(../images/jednostki1.png) -665px -71px no-repeat;
}

.szczegoly_kampanii {
    width: 610px;
    height: 200px;
    display: none;
    position: relative;
}

.more {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 570px;
    background: url(../images/profil/plus.png) no-repeat;
    cursor: pointer;
    z-index: 1;
}

.minus {
    background: url(../images/profil/minus.png) no-repeat;
}

.spinka {
    position: absolute;
    top: 18px;
    left: 34px;
    width: 33px;
    height: 34px;
    background: url(../images/profil/sprite.png) -13px 2px no-repeat;
}

.puchar {
    position: absolute;
    top: 18px;
    left: 268px;
    width: 30px;
    height: 34px;
    background: url(../images/profil/sprite.png) -110px -1px no-repeat;
}

.flaga {
    position: absolute;
    top: 17px;
    left: 437px;
    width: 28px;
    height: 36px;
    background: url(../images/profil/sprite.png) -83px 0px no-repeat;
}

.ksiazka {
    position: absolute;
    top: 0px;
    left: 31px;
    width: 39px;
    height: 25px;
    background: url(../images/profil/sprite.png) -44px 0px no-repeat;
}


#uploadImage {
    font-size: 9px;
}

#uploadPreview {
    position: relative;
    z-index: 1;
}

.order_niem {
    display: none;
    height: 225px;
    width: 375px;
    background: url(../images/profil/background_ordery.png) no-repeat;
    z-index: 2;
    position: fixed;
    top: 250px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    float: right;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
}

.order_niem img, .order_pol img {
    float: left;
    padding-top: 25px;
}

.emots{
	border:0;
	width:28px;
	height:30px;
	background: url(../images/emots.png) no-repeat;
}


.order_pol {
    display: none;
    height: 225px;
    width: 375px;
    background: url(../images/profil/background_ordery.png) no-repeat;
    z-index: 2;
    position: fixed;
    top: 250px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
}

#nick_points {
    width: 620px;
    background: url(../images/bg_p.png);
    height: 34px;
    position: absolute;
    top: 100px;
}

.small_button {
    font-size: 9px;
    text-align: center;
    background: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    text-transform: uppercase;
    line-height: 17px;
    text-shadow: 0 0 3px #222;
    cursor:pointer;
    padding: 0 4px 0 4px;
}
.small_button:hover {
    background: url(../images/reg_btn_on.jpg);
    color: #2e2016;
}

#edit_motto {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9px;
    text-align: center;
    background: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    text-transform: uppercase;
    line-height: 17px;
    text-shadow: 0 0 3px #222;
    width:40px;
}

#new_motto {
    width: 280px;
    height: 82px;
    font-size: 11px;
}

#add_motto {
    cursor: pointer;
}

#motto_text {
    width: 280px;
    height: 82px;
}

#oficerProfil {
    width: 32px;
    position: absolute;
    height: 34px;
    top: 0px;
    left: 250px;
    background: url(../images/profil/sprite.png) -144px 0px no-repeat;
}

#pucharProfil {
    width: 32px;
    position: absolute;
    height: 34px;
    top: 0px;
    left: 446px;
    background: url(../images/profil/sprite.png) -110px 0px no-repeat;
}

#megafonProfil {
    width: 30px;
    position: absolute;
    height: 34px;
    top: 150px;
    left: 255px;
    background: url(../images/profil/sprite.png) -174px 0px no-repeat;
}

#ocenaProfil {
    width: 30px;
    position: absolute;
    height: 34px;
    top: 282px;
    left: 255px;
    background: url(../images/profil/sprite.png) -82px 0px no-repeat;
}

#odznaczeniaProfil {
    width: 32px;
    position: absolute;
    height: 34px;
    top: 421px;
    left: 5px;
    background: url(../images/profil/sprite.png) 0px -42px no-repeat;
}

#gallery {
    width: 376px;
    height: 322px;
}

#formChangePassword {
    background: url(../images/popContent.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 13px;
    color: #e0c289;
    height: 260px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    width: 45%;
    box-shadow: 0 0 6px #000;
}

/* honeypot, pułapka na boty dla formularzy */ 
.hp-wrap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.noLogText {
    display: none;
    position: relative;
    width: 200px;
    left: 0px;
    top: -130px;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    background: url(../images/bg_alert.png);
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
    color: #fff;
    padding: 25px;
    z-index: 1;
}

.ger {
    position: absolute;
    height: 114px;
    width: 180px;
    left: 210px;
    background: url(../images/sprite1.png) -195px -201px no-repeat;
	cursor:pointer;
}

.noGer {
    height: 95px;
    width: 200px;
    position: relative;
    float: right;
}

.pol {
    position: absolute;
    height: 114px;
    width: 180px;
    left: 10px;
    background: url(../images/sprite1.png) -194px -79px no-repeat;
	cursor:pointer;
}

.noPol {
    height: 95px;
    width: 180px;
    position: relative;
    left: 0px;
    float:left;
}

#artillery_r {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -459px -200px no-repeat;
}

#artillery_r:hover {
    background: url(../images/jednostki1.png) -509px -200px no-repeat;
}

#artillery_z {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jednostki1.png) -509px -200px no-repeat;
}

#artillery_z:hover {
    background: url(../images/jednostki1.png) -459px -200px no-repeat;
}

.active_point {
	height: 43px;
	position: absolute;
	width: 49px;
	z-index: 102;
	text-align: center;
	line-height: 72px;
	font-size: 10px;
	cursor:pointer;
}

.playerUnitMark {
    background: url(../images/sprite.png) 0px -123px no-repeat;
    height: 43px;
    position: absolute;
    width: 49px;
    z-index: 100;
    color: #eee600;
}


#close_panel {
    position: absolute;
    top: -5px;
    right: -7px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/sprite1.png) 0 -206px no-repeat;
}

.tekstUnits {
    padding: 15px 50px 0px 15px;
    font-weight: bold;
}

#cityBox {
    background: url(../images/units_bg//miasto_duze.png) no-repeat;
    width: 234px;
    height: 128px;
    margin: 14px 8px 8px 14px;
}

#cityName {
    position: absolute;
    width: 215px;
    height: 16px;
    bottom: 15px;
    left: 18px;
    text-align: center;
}

.unitAlly {
    position: absolute;
    top: 10px;
    width: 162px;
    left: 43px;
    height: 36px;
    text-align: center;
}

.unitEnemy {
    position: absolute;
    top: 10px;
    width: 162px;
    left: 43px;
    height: 36px;
    text-align: center;
}

.unitM {
    position: absolute;
    top: 45px;
    left: 194px;
    width: 41px;
    height: 29px;
    cursor: pointer;
    background: url(../images/sprite1.png) -149px -145px no-repeat;
}

.searchUnit {
    background: url(../images/sprite.png) -48px -122px no-repeat;
    height: 42px;
    position: absolute;
    width: 48px;
    opacity: 0.4;
    z-index: -1;
}
#deactivate{position:absolute; top:4px;width:37px; height:36px; left:300px;cursor:pointer;background:url(../images/jednostki1.png) -560px 0px no-repeat;}

.boxRaport {
    background: url(../images/raport_bg.jpg) no-repeat;
    color: #888888;
    height: 509px;
    left: 100%;
    width: 540px;
    margin-top: 80px;
}


/* 
styl do migajacego backgrounda

#activeWindow:before, #activeWindow:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

#activeWindow:after {
	filter: blur(50px);
}

koniec stylu
*/


#changeLangIngame{
position: absolute;
  top: 230px;
}
#buduj_miasto{cursor:pointer;background: url(../images/b_miasto.png); width:100px;height:20px; position:absolute; top:10px; left:10px;}
.rapDel{
position: absolute;
  left: 410px;
  /* top: 20px; */
  cursor: pointer;
}
#koszta{position: absolute;
top: 52px;
left: 6px;
width: 247px;cursor:auto;}
#koszta td{width:20%;}
#koszta_water{position: absolute;
top: 52px;
left: 4px;
width: 100px;
cursor: auto;}
#koszta_water td{width:50%;}
#rep_all{
	position: absolute;
	top: 65px;
	left: 10px;
	width: 50px;
	height: 50px;
	background: url(../images/jednostki1.png) -460px -800px no-repeat;
	cursor: pointer;
}
#rep_all_ok{
	position: relative;
	top: 10px;
	cursor: pointer;
	margin: 0 auto;
	background: url(../images/reg_btn_off.jpg);
	width: 190px;
	height: 31px;
	font-size: 14px;
	color: #e0c289;
	text-transform: uppercase;
	line-height: 28px;
	text-shadow: 0 0 3px #222;
}
#rep_all:hover{background: url(../images/jednostki1.png) -510px -750px no-repeat;}
#unter{position:absolute;top:0px; left:5px;width:50px; height:50px;cursor:pointer;}
#sonar{position:absolute;top:0px; left:55px;width:50px; height:50px;cursor:pointer;background:url(../images/jednostki1.png) -460px -250px no-repeat;}
#sonar_no{position:absolute;top:0px; left:55px;width:205px; height:50px;cursor:default;background:none;}
#noSonar{position:absolute;top:0px; left:55px;width:50px; height:50px;background:url(../images/jednostki1.png) -460px -250px no-repeat;}
#sonar:hover{background:url(../images/jednostki1.png) -510px -250px no-repeat;}
#wynurzony{position:absolute;top:0px; left:0px;width:50px; height:50px;cursor:pointer;background:url(../images/jednostki1.png) -460px -300px no-repeat;}
#wynurzony:hover{background:url(../images/jednostki1.png) -510px -300px no-repeat;}
#zanurzony{position:absolute;top:0px; left:0px;width:50px; height:50px;cursor:pointer;background:url(../images/jednostki1.png) -460px -350px no-repeat;}
#zanurzony:hover{background:url(../images/jednostki1.png) -510px -350px no-repeat;}

#oplot{position:absolute;top:0px; left:155px;width:50px; height:50px;cursor:pointer;background:url(../images/jednostki1.png) -510px -800px no-repeat;}
#oplot:hover{background:url(../images/jednostki1.png) -460px -850px no-repeat;}
#noOplot{position:absolute;top:0px; left:155px;width:50px; height:50px;background:url(../images/jednostki1.png) -510px -800px no-repeat;}


#bomby{position:absolute;top:0px; left:105px;width:50px; height:50px;cursor:pointer;background:url(../images/jednostki1.png) -460px -400px no-repeat;}
#bomby:hover{background:url(../images/jednostki1.png) -510px -400px no-repeat;}
#noBomby{position:absolute;top:0px; left:105px;width:50px; height:50px;background:url(../images/jednostki1.png) -460px -400px no-repeat;}

#torpedy{position:absolute;top:0px; left:205px;width:50px; height:50px;cursor:pointer;background:url(../images/jednostki1.png) -563px -899px no-repeat;}
#torpedy:hover{background:url(../images/jednostki1.png) -511px -899px no-repeat;}
#noTorpedy{position:absolute;top:0px; left:205px;width:50px; height:50px;background:url(../images/jednostki1.png) -563px -899px no-repeat;}


.check{
    position: absolute;
    right: 5px;
    top: 5px;
}
.connectUnit
{
    position: absolute;
    top: 5px;
    right: 15px;
    height: 17px;
    width: 50px;
    cursor: pointer;
	text-align:center;
}

.loadLandingCraft
{
    position: absolute;
    top: 25px;
    right: 0px;
    height: 38px;
    width: 100px;
    cursor: pointer;
	text-align:center;
}

.administrationNaw {
    font-size: 18px;
    font-family: mcgreg;
    color: #b7a27b;
    cursor: pointer;
}

#administracjaMenu {
    display: flex;
    height: 23px;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

#trescAdm {
    width: 1100px;
    height: 300px;
    position: relative;
    text-align: left;
    top: 20px;
    float: none;
    margin: 0 auto;
}
#menum
{
	height:30px;
	position:absolute;
	top:160px;
	width: 100%;
    display: flex;
}
.polFlag
{
    width: 40px;
    height: 24px;
    background: url(../images/sprite1.png ) -48px -135px no-repeat;
    margin: 0 auto;
}

.niemFlag
{
    width: 40px;
    height: 24px;
    background: url(../images/sprite1.png ) -48px -159px no-repeat;
    margin: 0 auto;
}
.opisImage
{
    position: absolute;
    bottom: 14px;
    left: 0px;
    height: 20px;
    width: 250px;
    color: #e0c289;
}
#tab_data
{
    position: absolute;
    top: 104px;
    left: 197px;
    height: 14px;
    font-size: 12px;
    width: 148px;
    color: #e0c289;
}
.vacation
{
    position: absolute;
    font-size: 11px;
    top: 50px;
    /* color: #e0c289; */
    left: 118px;
    width: 124px;
}
.kupiona{width:14px; height:16px;color:#c6c6c6;text-align:center;cursor:default;position:absolute; top:34px; left:136px;}
.sklad{cursor:pointer;width:14px;position:absolute;left:24px;top:34px;}
.napraw
{
    margin: 0 auto;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    width: 270px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    color: #e0c289;
    text-transform: uppercase;
    line-height: 21px;
    text-shadow: 0 0 3px #222;
}
.unitListCity
{
    width: 350px;
    margin: 0 auto;
    overflow: auto;
    height: 150px;
    margin-bottom: 20px;
}
.newsSingle
{
    text-align: left;
    padding-left: 10px;
}
#coordsData
{
    width: 100px;
    height: 28px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 8;
    background: black;
    font-size:11px;
    color: white;
    text-align: center;
}
#dalej
{
    height: 130px;
    width: 125px;
    position: relative;
    margin:0 auto;
    background: url(../images/sprite3.png ) -25px -145px no-repeat;
}
#dalej_txt
{
    cursor: pointer;
    top: 57px;
    font-size: 15px;
    position: relative;
}

.submit_fota {
    position: relative;
    top: 15px;
    left: 33px;
    height: 15px;
    width: 81px;
    font-size: 9px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    text-transform: uppercase;
    line-height: 17px;
    text-shadow: 0 0 3px #222;
}
#uploadImage
{
    position: relative;
    top: 2px;
    left: 2px;
    height: 15px;
    width: 146px;
    font-size: 9px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    text-transform: uppercase;
    line-height: 17px;
    text-shadow: 0 0 3px #222;
}
#usun_fota {
    height: 15px;
    width: 46px;
    position: absolute;
    top: 190px;
    left: 100px;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    color: #e0c289;
    text-transform: uppercase;
    line-height: 17px;
    text-shadow: 0 0 3px #222;
}

.opis_order {
    width:450px;
    font-size: 13px;
}

.jconfirm{
    background: black;
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px; left: 0px;
    z-index: 99998;
}
.jconfirm-box{
    width: 600px;
    min-height: 140px;
    max-height: 300px;
    text-align: center;
    background: url(../images/bg_alert.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: auto;
    margin: 0 auto;
    top: 200px;
    z-index: 10;
    box-shadow: 3px 3px 15px #000,-3px -3px 15px #000;
    color: #e0c289;
}
.titleAlert
{
    font-family: mcgreg;
    font-size: 18px;
    height: 30px;
    padding-top: 20px;
}
.contentAlert
 {
    /* */
    height: 30px;
 }
.buttons
{
    height: 30px;
}
.btn
{
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    background: url(../images/reg_btn_off.jpg);
    height: 31px;
    font-size: 14px;
    color: #e0c289;
    text-transform: uppercase;
    line-height: 23px;
    text-shadow: 0 0 3px #222;
}

#alert_upload{
    animation: color-change 1s infinite;
}

@keyframes color-change {
    0% { color: red; }
    50% { color: orange; }
    100% { color: red; }
  }

#forum a {color: #ff6666;}
#noDeactivate{
    position: absolute;
    top: 5px;
    left: 270px;
    font-size: 11px;
}
#misje{
    width: 100px;
    height: 30px;
    top: 60px;
    position: absolute;
    cursor: pointer;
	line-height:32px;
	
}


#noweGorneMenu{
	position: fixed;
    width: 100%;
    height: 30px;
    border-radius: 12px;
    background: url(../images/menu_bg.jpg);
    background-size: cover;
    box-shadow: 0 0 6px #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9;
	color:#e0c289;
	box-shadow: 3px 3px 15px #000, -3px -3px 15px #000;
}


#noweLeweMenu{
	position: fixed;
	top:52px;
    width: 50px;
    height: 300px;
    z-index: 8;
	color:#e0c289;
}
#nowePraweMenu{
	position: fixed;
	top:40px;
	right:0px;
    width: 50px;
    height: 300px;
    z-index: 8;
	color:#e0c289;
}
#nowyNazwa{
	width: 23.66%;
    height: 100%;
    float: left;
	left:2%;
	position: absolute;
}
.podGrupa{
	border: 1px solid white;
	background:black;
	padding:2px;
	margin:2px;
	width:90%;
	text-align:center;
	cursor:pointer;
	
}
.podGrupaBC{
	border: 1px solid white;
	background:black;
	padding:2px;
	margin:2px;
	width:90%;
	text-align:center;
	cursor:help;
}
#noweStatystyki{
	width: 16.66%;
    height: 100%;
    position: absolute;
    left: 26.66%;
}
#nowyDatownikGry{
	width: 16.66%;
    height: 100%;
    left: 43.32%;
    position: absolute;
}
#nowyDatownikSponsor{
	width: 16.66%;
    height: 100%;
    position: absolute;
    left: 59.98%;
}
#licznikZloto{
	position: absolute;
    height: 100%;
    width: 11.66%;
    left: 76.64%;
}
#licznikKasa{
	position: absolute;
    height: 100%;
    width: 11.66%;
    left: 88.3%;
}
.pagon{
	width: 20%;
    height: 100%;
    float: left;
}


.miniSztaba{
	width: 41px;
    height: 16px;
    float: left;
    position: absolute;
	background: url(../images/sprite1.png) 4px -365px no-repeat;
}

#miniKasa{
	width: 26px;
    height: 16px;
    float: left;
    position: absolute;
	background: url(../images/sprite3.png) 4px -284px no-repeat;
}

.leweMenu{
	background: #5b4533 none repeat scroll 0 0;
    border: 1px solid #161616;
    border-radius: 5px;
    color: #e0c289;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    left: -15px;
    line-height: 40px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 8;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
}
.leweMenu:hover{
	left: 0px;
	color: gold;
}

.praweMenu{
	background: #5b4533 none repeat scroll 0 0;
    border: 1px solid #161616;
    border-radius: 5px;
    color: #e0c289;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    right: -5px;
    line-height: 40px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 8;
    font-family: mcgreg;
    text-shadow: 2px 2px 2px #000;
}
.praweMenu:hover{
	right: 0px;
	color: gold;
}
.ikonaJednostki{
	width: 10%;
}
.nazwaJednostki{
	width: 20%;
}
.kategoriaJednostki{
	width: 20%;
}
.produkcjaJednostki{
	width: 10%;
}
.wymaganiaJednostki{
	width: 20%;
}
.dzialanieJednostki{
	width: 20%;
}
#podgrupaDatownik{
	background:url("../images/bg_alert.png");
	border-radius:10px;
	box-shadow:#000000 3px 3px 15px, #000000 -3px -3px 15px;
	color:#E0C289;
	cursor:auto;
	display:none;
	height:85px;
	padding:25px;
	position:absolute;
	width:72%;
	font-size:13px;
}
#panelWyloguj{
    background: url(../images/bg_alert.png);
    border-radius: 10px;
    box-shadow: #000000 3px 3px 15px, #000000 -3px -3px 15px;
    color: #E0C289;
    cursor: auto;
    display: none;
    height: 100px;
    padding: 25px;
    position: absolute;
    top: 300px;
    width: 340px;
    font-size: 13px;
    left: 50px;
}

#sponsorUnitList{
	top: 70px;
    position: fixed;
    z-index: 8;
    left: 50px;
	background: url(../images/bg_alert.png);
    border-radius: 10px;
    box-shadow: #000000 3px 3px 15px, #000000 -3px -3px 15px;
    color: #E0C289;
    cursor: auto;
    display: block;
	width: 379px;
    height: 100px;
	display:none;
}
#ldz{
	position: fixed;
    left: 0px;
    bottom: 0px;
    background: olive;
    width: 100px;
    height: 100px;
	z-index:1000;
}
#cookieInfo{
	position: fixed;
    bottom: 0;
    color: #FFF;
    background: #F00;
    padding: 10px;
    display: block;
    width: 100%;
	
}
#closeCookie{
	cursor: pointer;
    font-weight: 700;
    width: 100px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}
#yourMission{
	width: 100%;
    height: 200px;
    padding: 5px;
}
#imageMission{
	height:100px;
	width:60px;
	float:left;
}
#prepareMission{
	width: 100%;
    height: 200px;
    padding: 5px;
	
	
}
.buttonCity{
	width: 60px;
    height: 40px;
    position: relative;
    margin-left: 190px;
    text-align: center;
    color: #e0c289;
}
#upGold{
	width: 300px;
    height: 300px;
    position: fixed;
    right: 80px;
    top: 50px;
    background: olive;
    display:none;
	z-index:100;
}
#getGold{
	cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 150px;
    text-align: center;
}
#odbierzNagrode{
    width: 280px;
    margin: 0 auto;
    height: 20px;
    line-height: 21px;
    margin-top: 15px;
}
.zegarek1{
	position: absolute;
    top: 66px;
    right: 79px;
    font-size: 12px;
    font-weight: bold;
    height:10px;
    width:50px;
}
.zegarek2{
	position: absolute;
    top: 66px;
    right: 19px;
    font-size: 12px;
    font-weight: bold;
    height:10px;
    width:50px;
}
.num{
	float: left;
    width: 20px;
    text-align: right;
}
#tabela{
	height: 370px;
    width: 600px;
    overflow-x: auto;
	padding-top: 10px;
}
#tabelaShop {
	height: 250px;
    width: 600px;
    overflow-x: auto;
} 
#forumDiv{
	height: 300px;
    overflow-x: auto;
	margin-top: 90px;
}

#infoTxt{
	padding:10px;
	overflow:auto;
	height:250px;
}
#technologyBlock{
	width: 600px;
    height: 400px;
    margin: 10px 0px 0px 150px;
    top: 100px;
    position: relative;
    overflow: auto;
}

.city_panel{
	position: absolute;
    top: 108px;
    left: 760px;
    width: 396px;
    height: 294px;
    background: url(../images/units_bg/tlopiechota.png);
}


#closeCity{
	bottom: 20px;
    left: 50px;
    position: absolute;
	cursor:pointer;
}

.buildUpTB{
	cursor:pointer;
	
}
#building_1{
	width: 100%;
    min-height: 150px;
    text-align: center;
	background: olive;
    padding-bottom: 2%;
}

#building_2{
	background: orange;
	text-align: center;
    min-height: 150px;
	position: relative;
    padding-bottom: 2%;
}

.even{
    font-weight:bold;
    background: indianred;
}
 
#building_3{
	background: pink;
	text-align: center;
    min-height: 150px;
	position: relative;
    padding-bottom: 2%;
} 

#building_4{
	min-height: 150px;
    background: green;
	text-align: center;
	position: relative;
    padding-bottom: 2%;
	
}
#building_5{
	background: grey;
    min-height: 150px;
	text-align: center;
	position: relative;
    padding-bottom: 2%;
}

.oknoInz {
	width:130px;
	height:150px;
	float:left;
}

#editCityName {
	text-align:left;
}

.section {
	cursor:pointer;
    position: relative;
    display:flex;
    gap:5px;
    justify-content: flex-end;
}

#buildSilo {
	cursor: pointer;
    width: 25%;
    text-align: center;
}

.faqMenuArea {
    position: relative;
    margin: 0 auto;
    padding: 10px;
    -moz-border-radius: 20px;
    display: flex;
    width: 96%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
}

.accordion {
    cursor: pointer;
    padding: 15px;
    width: 98%;
    font-size: 13px;
    background: url(../images/bg_p.png);
    border-top: 1px solid #6b553c;
    color: #b7a27b;
}
  
.panel {
    padding: 10px;
    font-size: 13px;
    display: none;
    overflow: hidden;
    line-height: 18px;
}

#searchFormArea {
    width: 35%;
}
#frazy {
    padding: 4px;
}

#tableTopBox {
    margin-bottom: 20px;
}

.shopUnit {
    padding: 5px;
    box-shadow: 0 6px 15px #000;
}

#shopUnitsList {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 0 auto 20px;
}

#free_code {
    color: #b7a27b;
    cursor: pointer;
    font-family: mcgreg;
    font-size: 18px;
    height: 22px;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
    text-transform: none;
}

#input_code {
    width: 130px;
    margin-right: 10px;
    font-size: 10px;
    padding: 4px;
}

#send_free_code {
    cursor: pointer;
}
@media screen and (min-width:1281px) and (max-width:2000px) {

}
@media screen and (min-width:1025px) and (max-width:1280px) {

}
@media screen and (min-width:800px) and (max-width:1024px) {

}
@media screen and (orientation:landscape) and (min-width:600px) and (max-width:800px) {
   
}
@media screen and (orientation:portrait)  and (min-width:600px) and (max-width:800px) {
    
}
@media screen and (min-width:480px) and (max-width:600px) {
   
}
@media screen and (orientation:portrait) and (min-width:320px) and (max-width:480px) {
    #game_popwindow {
		width: 90% !important;
	}
	.content{
		width: 90%;
	}
	.add {
		width: 70px;
		height: 31px;
		top: 215px;
		left: 260px;
	}
	.shout {
		width: 75%;
		height: 50px;
		margin: 5px;
		left: 0px;
	}
	.sound {
		top: 250px;
		left: 290px;
	}
	#radio_txt {
		display:none;
	}
	#radio_body .nav {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0px;
	}
	
}