.noclick_overlay {
	z-index:111;
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height:100%;
	  background: rgba(0, 0, 0, 0);
	  display:none;
}
html {
	font-family: "Helvetica Neue",Arial,sans-serif;
	color:#333333;
	text-align:center;
} body {
	background-color:#666666;
	background-image:url('images/open_sky.jpg');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
    background-attachment: fixed;
	text-align:center;
	cursor: default;
}
 .fb-like, .fb-like span iframe[style] {
	border: 1px solid white;
} .redtext {
	color:red;
} .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
} divx:not(.selectable) {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

area { border:0px;
  margin-left:auto;
  margin-right:auto;

 } .hide {
	 display:none;
	 } 
	 a {

} a:link, a:visited {
	color:#0099ff;
	text-decoration:none;
} a:hover {
	color:#0066cc;
	text-decoration:none;
}  a:active {
} .youricon {
	height:24px;
	width:24px;
	border-radius:12px;
}
 progress {
	 display:inline-block;
	 width:250px;
 } .invisitable {
	 border:0;
	 margin-left:auto;
	 margin-right:auto;
} img {
	border:0px;
	display: in-line block;
	vertical-align:text-middle;
} /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
} .textleft {
	text-align:left !important;
} .textcenter {
	text-align:center !important;
} .margincenter {
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 11;
  top: 50px;
  right: 0;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  overflow: visible;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}.inline { 
	display:inline-block;
	padding: 5px !important;
}.w50p { 
	width:50px;
	padding: 5px !important;
} .darkbga {
	background-color: rgba(50,50,50,0.9);
	padding: 5px !important;
} .greyborder {
	border: 1px solid grey !important;
} .round5 {
	border-radius: 5px;
	padding: 5px !important;
} .pad5 {
	padding: 5px !important;
}
.wrap {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:65px;
	border:0px;
	width:1048px;
	text-align:center;
	display:block;
	clear:both;
} .main {
	margin-bottom:30px;
	border:0px;
	width:1048px;
	height:842px;
	margin-left:auto;
	margin-right:auto;
} .avaleft {	float:left;	max-width:200px;}
.hr {
    border: 0;
    height: 1px;
    background: #333333;
	width:1260px;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.image {
	width:1078px;
    vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}
.info {
	text-align:left;
	  border-radius: 25px;
	  background: rgba(0, 0, 0, 0.65);
	  color:white;
	  padding:15px;
} form {
     display:inline;
     margin:0px;
     padding:0px;
}


.error:hover .shakehover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s !important;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite !important;
} .error {
	background-color:#5A1000 !important;
    border: 1px solid #ff0000 !important;
    box-shadow: 0 0 3px #ff0000 !important;
}  .error:hover {
    outline: none;
    border-color: #ff0000 !important;
    box-shadow: 0 0 8px #ff0000 !important;
} .errortext {
	margin-top:5px !important;
} .os {
	font-family: 'Oswald', sans-serif !important;
}


.pagenote:hover .shakehover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s !important;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite !important;
} .pagenote {
	background-color:#333300 !important;
    border: 1px solid #FFFF00 !important;
    box-shadow: 0 0 3px #FFFF00 !important;
}  .pagenote:hover {
    outline: none;
    border-color: #FFFF00 !important;
    box-shadow: 0 0 8px #FFFF00 !important;
} .pagenotetext {
	margin-top:5px !important;
} .hero_right {
	display:block;
	float:right;
	height:152px;
	width:152px;
	background-size: cover;
	background-position: top;
}  .char_left {
	display:block;
	float:left;
	height:142px;
	width:142px;
	background-size: cover;
	background-position: top;
} .transbg {
	  background: rgba(0, 0, 0, 0) !important;
} .cover {
	background-size: cover;
} .contain {
	background-size: contain;
} .text_left {
	text-align: left !important;
} .text_right {
	text-align: right !important;
}


.success:hover .shakehover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s !important;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite !important;
} .success {
	background-color:#225421 !important;
    border: 1px solid #00ff00 !important;
    box-shadow: 0 0 3px #00ff00 !important;
}  .success:hover {
    outline: none;
    border-color: #00ff00 !important;
    box-shadow: 0 0 8px #00ff00 !important;
} .successtext {
	margin-top:5px !important;
} .text11 {
	font-size:11px !important;
	}



@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.clear {
	display:block;
	clear:both;
} .overline {
	text-decoration: overline;
}



 .guarantees {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-15px;
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#005577;
	width:46%;
	padding:2%;
	display:block;
	float:left;
} .menu {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	font-family: "Arial Black", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	line-height: 26.4px;
	font-size:32px;
	font-weight:bold;
	color:#333333;
	    text-shadow: 1px 1px 3px #000000;
} .foot {
	text-align:center;
	margin-top:10px;
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size:16px;
	color:#888888;
	width:100%;
	position: fixed; 
	bottom: 0;
} .right {
	text-align:right;
} .flright {
	float:right !important;
} .fright {
	float:right !important;
} .fleft {
	float:left;
}  .left {
	text-align:left;
	float:left;
	margin-left:20px;
} .content {
	color:#333333;
	padding:30px;
	text-align:left;
	font-size:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:91%;
	background-color:#bbbbbb;
	border-radius: 8px 30px 30px;
} .block {
	width:22%;
	padding-top: 16.5%;
	background-color:white;
	color:#222222;
	text-align:left;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	display:inline-block;
	position: relative;
	border-radius: 8px 50px 30px;
} .block > .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	padding:15px 10px 15px 15px;
	background-color:#bbbbbb;
	border-radius: 8px 40px 30px;
	color:#444444;
	font-family: "Arial Black", "Helvetica Neue", Helvetica, sans-serif;
	font-size:28px;
}  .block > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin:25px;
	height:158px;
	width:227px;
	border-radius: 8px 40px 30px;
	border:1px solid #888888;
} .quoteblock {
	width:46%;
	padding-top: 16.5%;
	background-color:white;
	color:black;
	text-align:left;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	display:inline-block;
	position: relative;
	border-radius: 8px 40px 30px;
	
} .quoteblock > .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin:25px;
	padding:15px;
	color:#222222;
	background-color:#bbbbbb;
	border-radius: 8px 40px 30px;
} .quoteblock:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
} .quoteblock:after {
    display: block;
    padding-right: 10px;
    content: "\201D";
    font-size: 80px;
    position: absolute;
    right: -8px;
    bottom: -65px;
    color: #7a7a7a;
} .signature {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #222222;
} .title {
	margin-left:35px;

	font-weight:bold;
	text-decoration: none;
	display:block;
	clear:both;
	padding:0;
} .title:before {
    content: "-";
}	.news {
	color:#333333;
	padding:0px 30px 30px;
	text-align:left;
	font-size:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:91%;
	background-color:#bbbbbb;
	border-radius: 8px 30px 30px;
} .news:before {
    content: "News";
	font-family: "Arial Black", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
	font-weight:bold;
    position: relative;
    left: -20px;
    top: -14px;
    color: #444444;
	padding:8px;
	padding-top:0px;
	padding-bottom:2px;
	border-radius: 8px 30px 20px;
	background-color:white;
}  		#container {  height: 170px;  text-align: justify;  -ms-text-justify: distribute-all-lines;  text-justify: distribute-all-lines;  /* just for demo */  max-width: 900px;  margin-top:20px;  margin-left:auto;  margin-right:auto;  font-size:15px;  color:white;}.box1,.box2,.box3,.box4 {	min-width:200px	;  width: 23%;  margin-bottom:10px;  color:white;}	.box1,.box2,.box3,.box4,.box5 {  min-height: 100%;  vertical-align: top;  display: inline-block;  *display: inline;  zoom: 1	-moz-border-radius:10px;  /* for Firefox */	-webkit-border-radius:10px; /* for Webkit-Browsers */	border-radius:10px; /* regular */    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */    background: rgba(0, 0, 0, 0.6);}.stretch {  width: 100%;  display: inline-block;  font-size: 0;  line-height: 0}.box5 {  width: 74%;} .hiddenbox {  min-height: 100%;  vertical-align: top;  display: inline-block;  *display: inline;  zoom: 1} .boxinner {	padding:10px;	padding-top:5px;} .boxttl {	width: 100%;	border-bottom: 1px solid white;  font: 400 16px/1.8 "Lato", sans-serif;} .textin {    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */    background: rgba(255, 255, 255, 0.4);	text-align:center;	margin-bottom:5px;  font: 400 14px/1.7 "Lato", times;}	



.inputstable {
	vertical-align: top !important;
}.inputstable td {
	vertical-align: top !important;
} .inputstable input {
	float:right !important;
	margin:3px;
	margin-right:6px;
}
















@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');

* {
  outline: none;
}.timestamp {
	display:inline-block;
}

strong {
  font-weight: 600;
}

.page {
  width: 100%;
  height: 100vh;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #212121;
  color: #fff;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 100;
}

main {
  padding: 10px 20px 0;
  display: flex;
  flex-direction: column;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  bottom:0;
  margin-bottom:16px;
  padding-top:16px;
  vertical-align: text-top;
} .clearer {
  clear:both;
  display:block;  
  height:50px;
}

main > div {
  margin: auto;
  min-width: 600px;
}

main h2 span {
  color: #BF7497;
}

main p {
  line-height: 1.5;
  font-weight: 200;
  margin: 20px 0;
}

main small {
  font-weight: 300;
  color: #ccc;
}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 100;
}
#nav-container .bg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 50px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 100;
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  padding: 0px 20px;
  margin-top:50px;
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
	background-image:url('images/night_sky.png');
	color:#bbb;
  }
  .nav_content {
  background-color:black;
  font-family: 'Oswald', sans-serif;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#nav-content li a {
  padding: 1px 1px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
  font-size:17px;
  font-family: 'Oswald', sans-serif;
}


#nav-content li:not(.small) + .small {
  margin-top: auto;
  font-family: 'Oswald', sans-serif;
}

.small {
  display: flex;
  align-self: center;
  width:300px;
  height:119px;
  max-width:300px;
  max-height:119px;
  vertical-align:text-middle;
  text-align:center;
  text-shadow: 1px 1px 3px #ffffff;
  margin-left: -8px;
  margin-top:15px;
  padding:15px;
}

.small a {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.small a + a {
  margin-left: 15px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}






* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}
 .hud { 
}









.slidecontainer {
  width: 90%; /* Width of the outside container */
  font-size:13px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 50%; /* Full-width */
  height: 10px;
  border-radius: 5px;  
  outline: none; /* Remove outline */
  opacity: 0.8; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  display:inline-block;
  background-color:black;
} .readout {
	width:8%;
  display:inline-block;
  background-color:rgba(0,0,0,0);
  font-family: 'Oswald', sans-serif;
  font-size:17px;
} .troops_max {
  width:7%;
  display:inline-block;
  background-color:rgba(0,0,0,0);
  font-family: 'Oswald', sans-serif;
  font-size:17px;
} .max_button {
  font-size:13px;
  display:inline-block;
  font-family: 'Oswald', sans-serif;
  height:18px;
  width:63px;
  background-image:url('buttons/button_bg.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
	
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider_inf::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_inf.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_inf::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_inf.png');
} 


.slider_cav::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_cav.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_cav::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_cav.png');
} 



.slider_ran::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_ran.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_ran::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_ran.png');
} 



.slider_spe::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_spe.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_spe::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_spe.png');
} 



.slider_hev::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_hev.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_hev::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_hev.png');
} 



.slider_sig::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_sie.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_sig::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_sie.png');
} 


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider_send_inf::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_send_inf.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_send_inf::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_send_inf.png');
} 


.slider_send_cav::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_send_cav.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_send_cav::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_send_cav.png');
} 



.slider_send_ran::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_send_ran.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_send_ran::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_send_ran.png');
} 



.slider_send_spe::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_send_spe.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_send_spe::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_send_spe.png');
} 



.slider_send_hev::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_send_hev.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_send_hev::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_send_hev.png');
} 



.slider_send_sig::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/troop_send_sie.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_send_sig::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/troop_send_sie.png');
} 








.slider_food::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/rss_food.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_food::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/rss_food.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
} 


.slider_wood::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/rss_wood.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_wood::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/rss_wood.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
} 


.slider_stone::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/rss_stone.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_stone::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
  background: url('imgs/rss_stone.png');
} 


.slider_ore::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/rss_ore.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_ore::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('imgs/rss_ore.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
} 



.slider_coin1::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px;
  border-radius: 50%; 
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('maps/coin1_425674927388229643.png');
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}.slider_coin1::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #000000; /* Green background */
  cursor: pointer;
  background: url('maps/coin1_425674927388229643.png');
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
} 








.margins {
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}







.cursor_left {
cursor: url(imgs/arrow_left.png) 1 12, w-resize;	
} .cursor_down {
cursor: url(imgs/arrow_down.png) 12 24, s-resize;	
} .cursor_up {
cursor: url(imgs/arrow_up.png) 12 1, n-resize;	
} .cursor_right {
cursor: url(imgs/arrow_right.png) 24 12, e-resize;	
} .cursor_up_left {
cursor: url(imgs/arrow_up_left.png) 2 2, nw-resize;	
} .cursor_up_right {
cursor: url(imgs/arrow_up_right.png) 22 2, e-resize;	
} .cursor_down_left {
cursor: url(imgs/arrow_down_left.png) 2 22, sw-resize;	
} .cursor_down_right {
cursor: url(imgs/arrow_down_right.png) 22 22, se-resize;	
}.cursor_up_left_up {
cursor: url(imgs/arrow_up_left_up.png) 10 1, n-resize;	
} .cursor_up_left_down {
cursor: url(imgs/arrow_up_left_down.png) 1 10, w-resize;	
} .cursor_up_right_up {
cursor: url(imgs/arrow_up_right_up.png) 14 1, n-resize;	
} .cursor_up_right_down {
cursor: url(imgs/arrow_up_right_down.png) 1 11, e-resize;	
} .cursor_down_left_up {
cursor: url(imgs/arrow_down_left_up.png) 1 14, w-resize;	
} .cursor_down_left_down {
cursor: url(imgs/arrow_down_left_down.png) 11 24, s-resize;	
} .cursor_down_right_up {
cursor: url(imgs/arrow_down_right_up.png) 24 14, ne-resize;	
} .cursor_down_right_down {
cursor: url(imgs/arrow_down_right_down.png) 14 24, s-resize;	
} 
 .cursor_crosshair {
cursor: crosshair;	
} 


th {
	font-size:14px;
  font-family: 'Oswald', sans-serif;
	
} .inv_qua {
	background-color:#555;
	border-radius: 2px;
	font-size:12px;
	text-align:center;
	margin-bottom:3px;
	padding:1px !important;
	color:#fff !important;
	text-decoration:none !important;
} .usable_item { 
	display: inline-block;
	text-align:center;
	border-radius: 5px;
	padding:2px !important;
	background-size:     contain !important;    
    background-position: left 0px top 0px; 
	background: url('imgs/arrow_bg.png') no-repeat;
} .usable_item:hover { 
	background: #222 url('imgs/arrow_bg2.png') no-repeat;
} .usable_item:hover > span { 
	color:#00ff00 !important;
} .usable_item:link span { 
	color:#00ff00;
}


.text_12 {
	font-size:12px;
} .darkertext {
	color:#bbb !important;
}











.morale_bar {
	padding:0;
	margin:0;
	border:0;
	display:inline-block;
	font-size:14px;
} .morale_bar_center {
	background-color:white;
	width:3px;
	height:24px;
	display:inline-block;
} .morale_bar_left {
	width:90px;
	height:22px;
	display:inline-block;
	border-radius: 7px 0px 0px 7px;
	border:1px solid grey;
	overflow:hidden;
	background-color:#6e5759;
	background-image: url('imgs/linesbg2.png');
	background-size:cover;
} .morale_bar_left2 {
	float:right;
	height:20px;
	padding:0;
	margin:0;
	border:0;
	background-color:#ff0000;
	background-image: linear-gradient(#ff0000, #880000);
	border-radius: 1px 0px 0px 1px;
} .morale_bar_right {
	width:90px;
	background-color:#596e57;
	height:22px;
	display:inline-block;
	border-radius: 0px 7px 7px 0px;
	border:1px solid grey;
	overflow:hidden;
	background-image: url('imgs/linesbg.png');
	background-size:cover;
} .morale_bar_right2 {
	float:left;
	height:20px;
	padding:0;
	margin:0;
	border:0;
	background-color:#00ff00;
	background-image: linear-gradient(#00ff00, #008800);
	border-radius: 0px 1px 1px 0px;
}