 body,div#sidebar{
	 background:#000;
	 overflow:hidden
	 }
	 div#info-wrap,div#sidebar{
		 font-family:PFDinTextCondPro,Arial,sans-serif
		 }
		 div#map,div#sidebar,div#sidebar-border{
			 bottom:0;
			 position:absolute;
			 top:0
			 }
 @font-face {
	font-family: 'PFDinTextCondPro';
	src: url('../fonts/2B84B5_0_0.eot');
	src: url('../fonts/2B84B5_0_0.eot?#iefix') format("embedded-opentype"), url('../fonts/2B84B5_0_0.woff') format("woff"), url('../fonts/2B84B5_0_0.ttf') format("truetype");
	font-weight: bold;
	font-style: normal
}
@font-face {
	font-family: 'PFDinTextCondPro';
	src: url('../fonts/2B84B5_1_0.eot');
	src: url('../fonts/2B84B5_1_0.eot?#iefix') format("embedded-opentype"), url('../fonts/2B84B5_1_0.woff') format("woff"), url('../fonts/2B84B5_1_0.ttf') format("truetype");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'PFDinTextCondPro';
	src: url('../fonts/2B84B5_2_0.eot');
	src: url('../fonts/2B84B5_2_0.eot?#iefix') format("embedded-opentype"), url('../fonts/2B84B5_2_0.woff') format("woff"), url('../fonts/2B84B5_2_0.ttf') format("truetype");
	font-weight: normal;
	font-style: italic
}
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body {
	padding: 0;
	margin: 0;
	background: #000;
	overflow: hidden;
}
div#map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 375px;
	z-index: -1;
}
div#sidebar {
	width: 360px;
	position: absolute;
	top: 56px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	padding: 15px 10px 0px 15px;
	font-family: 'PFDinTextCondPro', Arial, sans-serif;
	color: #fff;
	overflow: hidden;
}
div#sidebar-border {
	width: 15px;
	background-repeat: repeat-y;
	background-image: url('../images/border.png');
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 385px;
}
div#sidebar-wrap > span.tooltip {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    background-clip: padding-box;
    border-color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    border-style: solid;
    border-width: 4px;
    color: #F0CB0B;
    display: none;
    font: 18px 'PFDinTextCondPro', Arial, sans-serif;
    padding: 1px 6px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 999;
		max-width:100px;
		white-space: pre-wrap;      /* CSS3 */
		white-space: -moz-pre-wrap; /* Firefox */
		white-space: -pre-wrap;     /* Opera <7 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		word-wrap: break-word;      /* IE */
}
div#logo {
	width: 390px;
	height: 98px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	background: url('../images/logo.png') no-repeat;
}
ul.key {
	list-style-type: none;
	margin: 0;
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	-ms-column-gap: 10px;
	-o-column-gap: 10px;
	column-gap: 10px;
	columns: 2;
}
ul.key > li,
ul.key > li > a {
	color: #B08948;
	font-size: 18px;
	height: 32px;
	cursor: pointer;
	text-decoration: none;
}
ul.key > li > a {
	display: block;
}
ul.key > li:hover,
ul.key > li:hover > a {
	color: #F0CB0B;
}
ul.key > li > i,
ul.key > li > a > i {
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 6px;
	line-height: 25px;
}
ul.key > li > div, ul.key > li > a > div {
	line-height: 21px;
	white-space: nowrap;
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
ul.controls > li > div, ul.controls > li > a > div {
	width: 148px;
}
ul.key > li > div.pill {
	background-color:#97702F;
	box-shadow: 1px 1px 3px #000000 inset;
	margin-left:5px;
	padding:2px 3px 0px 4px;
	color:#fff;
	border-radius:7px;
	font-size: 16px;
	line-height: 17px;
	max-width: 15px;
	float: left;
	text-align: center;
}
ul.key > li:after {
	clear: both;
}
ul.key > li.layer-disabled > div {
	text-decoration: line-through;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
ul.key > li.layer-disabled {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
ul.key > li.layer-disabled > i {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
ul.controls {
	margin-top: 10px;
	font-weight: bold;
}
ul.key  li.none {
	cursor: default;
}
div#note {
	/* background: url('../../files/img/stock.png') no-repeat; */
	color: #000;
	font-size: 18px;
	text-align: center;	
	margin-top: 12px;
	margin-bottom: 5px;	 
	margin-left: 50px;	
	height: 70px;
	line-height: 45px;
}
div#note span#note-msg {
	/* display: inline-block; */
	vertical-align: middle;
	margin-left: -112px;
	line-height: normal;     	
}
div#note a {
	color: #fff;
	font-family: 'Anton', sans-serif;
	text-decoration: none;
}
div#note a:hover {
	color: #fecc6c;
	text-decoration: underline;
}
div#sfw {
	font-size: 14px;
	text-align: center;
}
div#sfw a {
	color: #B08948;
	text-decoration: none;
}
div#sfw a.original {
	font-size: 12px;
	display: none;
}
div#sfw a:hover {
	color: #F0CB0B;
	text-decoration: underline;
}
div#lang {
	text-align:center;
}
div#lang-switcher {
	margin: 25px auto 0;
}
div#lang-switcher .dd-select {
	background:rgba(0, 0, 0, 0) !important;
	border: solid 1px #635540;
	color: #635540;
}
div#lang-switcher .dd-pointer-down {
	border-top: solid 5px #635540;
}
div#lang-switcher .dd-pointer-up {
	border-bottom: solid 5px #635540 !important
}
div#lang-switcher .dd-selected-image, div#lang-switcher .dd-option-image {
	opacity: 0.5;
}
div#lang-switcher .dd-options {
	background:rgba(0, 0, 0, 0) !important;
	border: solid 1px #635540;
	box-shadow: none;
	line-height: 22px;
}
div#lang-switcher .dd-options > li {
	border-bottom: solid 1px #635540;
}
div#lang-switcher .dd-options > li:last-child {
	border-bottom: none;
}
div#lang-switcher .dd-option {
	background:rgba(0, 0, 0, 0.9) !important;
	color: #635540;
	border: none;
}
div#lang-switcher .dd-option:hover {
	background: rgba(33, 29, 24, 0.95) !important;
	color: #907854;
}
div#lang-switcher .dd-selected-text, div#lang-switcher .dd-option-text {
	cursor: pointer;
}
div#copyright {
	font-size: 13px;
	text-align: center;
	color: #999;
	margin-top: 15px;
	margin-bottom: 5px;
}
div#copyright.absolute {
	width: 380px;
	position: absolute;
	bottom: 5px;
	left: 0;
	padding-left:5px;
}
div#copyright a,
div#copyright a:visited,
div#copyright a:active {
	color: #bbb;
	text-decoration: none;
}
div#copyright a:hover {
	color: #ddd;
	text-decoration: underline;
}
div#info-wrap {
	position: absolute;
	left: 380px;
	bottom: 0;
	padding-bottom: 0;
	width: 620px;
	font-family: 'PFDinTextCondPro', Arial, sans-serif;
	color: #fecb5c;
	z-index: 2;
	display: none;
}
div#info-wrap a {
	color: #B08948;
}
div#info { /*Info in basso a sx */
	width: 520px;
	margin-left: 2px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	padding-bottom: 24px;
	padding-left: 18px;
	bottom:0;	
	font-size: 16px;
	line-height: 21px;
	cursor: default;
}
div#info-fade-intro {
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	width: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7));
}
div#info-fade-outro {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 80px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
div#info h1 {
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 5px 0;
	color: orange;
	font-size: 16px;
	/* text-align: center; */
}
.activeEasyButton {
	background-color: rgba(128,128,128,0.5) !important;
}
div#note-popup input, div#note-popup textarea {
	font-family: 'PFDinTextCondPro', Arial, sans-serif;
	color: #F0CB0B;
	background: rgba(0, 0, 0, 0);
	border: none;
	width:100%;
	font-size:18px;
	padding-left:10px;
	display:table-cell;
}
div#note-popup button {
	font-family: 'PFDinTextCondPro', Arial, sans-serif;
	color:#000000;
	background-color:#97702F;
	border-color:#B08948;
	margin-left:5px;
	padding:2px 3px 0px 4px;
	border-radius:7px;
	font-size:18px;
	cursor:pointer;
}
div#note-popup button:disabled {
	opacity: 0.5;
}
div#note-popup div.note-row {
	width:100%;
	display:table;
}
div#note-popup label.label {
	display:table-cell;
	width:1px;
	font-weight:bold;
}
div#note-popup label.top {
	vertical-align: top;
	padding-top: 4px;
}
div#info.hideMonsters span {
	display: none;
}
div#title {
	position: absolute;
	width: 200px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 1;
	background: url('../images/paper.png') no-repeat;
	font-family: 'PFDinTextCondPro', Arial, sans-serif;
	color: #000;
	font-size: 24px;
	text-align: center;
	line-height: 52px;
}
div#warn {
	display: none;
}
div#hide-sidebar {
	display: block;
	position: absolute;
	left: 390px;
	top: 56px;
	background: rgba(0, 0, 0, .7) url(../images/sidebarhide.png) no-repeat 0px 3px;
	border-bottom-right-radius: 8px;
	width: 28px;
	height: 32px;
	cursor: pointer;
}
div#hide-sidebar.show-sidebar {
	left: 0px;
	background-position: -22px 3px;
}
div#popup-wrap {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	/*vertical-align: middle;*/
	max-width: auto;
	margin: 0 auto;
	z-index: 8;
}
div#popup-wrap #popup-border {
	position: relative;
	background: #0E0E0F;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}
div#popup-wrap #popup-content {
	position: relative;
	border: 1px solid #393128;
	padding: 20px;
	color: #796C56;
	max-height: auto;
	font-family: 'PFDinTextCondPro', Arial, sans-serif;
}
div#popup-wrap #popup-content a {
	color: #ffec9f;
	text-decoration: none;
}
div#popup-wrap #popup-content a:hover {
	text-decoration: underline;
}
div#popup-wrap h1 {
	text-transform: uppercase;
	margin: -0.35em 0 0.25em;
	font-size: 2em;
	text-align: center;
	color: #635540;
}
div#popup-wrap h3 {
	margin: 0;
	padding: 0;
}
div#popup-wrap hr {
	height: 1px;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #635540), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #635540, rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #635540, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #635540, rgba(0, 0, 0, 0));
	background: linear-gradient(left, rgba(0, 0, 0, 0), #635540, rgba(0, 0, 0, 0));
	border: 0;
}
div#popup-wrap img#popup-close {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 20px;
	height: 20px;
	z-index: 10;
	cursor: pointer;
}
@media all and (max-width: 768px) {
	div#logo {
		width: 140px;
		height: 72px;
		background: url('../images/logo-small.png') no-repeat;
		margin-left: 20px;
	}
	div#sidebar {
		width: 180px;
	}
	div#hide-sidebar {
		left: 210px;
	}
	div#sidebar-border {
		left: 205px;
	}
	div#map {
		left: 205px;
	}
	ul.key {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		-ms-column-gap: 0px;
		-o-column-gap: 0px;
		column-gap: 0px;
		columns: 1;
	}
	div#note {
		display: none;
	}
	div#sfw, div#copyright {
		width: auto;
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	div#copyright {
		display: none;
	}
	div#popup-wrap {
		display: block;
		max-width: 95%;
		width: 95%;
		max-height: 95%;
		height: 95%;
		margin: 8px auto 0 auto;
		overflow: hidden;
	}
	div#popup-wrap #popup-border {
		max-height: 100%;
		height: 100%;
	}
	div#popup-wrap #popup-content {
		max-height: none;
		height: calc(100% - 52px);
	}
	div#info-wrap {
		left: 205px;
		width: calc(100% - 205px);
	}
	div#info-fade-intro {
		width: 10px;
	}
	div#info h1 {
		font-size: 17px;
		padding: 8px 0 2px 0;
	}
	div#info {
		width: calc(100% - 18px);
		padding-right: 8px;
		padding-bottom: 5px;
		max-height: 60px;
		overflow: auto;
		font-size: 15px;
		margin-left: 10px;
		line-height: normal;
		margin-right:0px !important;
	}
	div#info-fade-outro {
		display: none;
	}
	.leaflet-label {
		display: none !important;
	}
}
@media all and (max-width: 768px) and (orientation:portrait) {
	div#warn {
		display: block;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 200px;
		height: 46px;
		z-index: 1000;
		background: url('../images/paper.png') no-repeat;
		font-family: 'PFDinTextCondPro', Arial, sans-serif;
		color: #000;
		font-size: 16px;
		overflow: hidden;
		text-align: center;
		padding-top:8px;
		box-shadow: 0 1px 7px rgba(0, 0, 0, .65);
		cursor: pointer;
	}
}
i.assassino { background-image:url('../img/icons/assassino.png'); }
i.derviscio { background-image:url('../img/icons/derviscio.png'); }
i.elementalista { background-image:url('../img/icons/elementalista.png'); }
i.esploratore { background-image:url('../img/icons/esploratore.png'); }
i.guerriero { background-image:url('../img/icons/guerriero.png'); }
i.ipnotizzatore { background-image:url('../img/icons/ipnotizzatore.png'); }
i.mistico { background-image:url('../img/icons/mistico.png'); }
i.negromante { background-image:url('../img/icons/negromante.png'); }
i.paragon { background-image:url('../img/icons/paragon.png'); }
i.ritualista { background-image:url('../img/icons/ritualista.png'); }
i.cityP { background-image:url('../img/icons/cityP.png'); }
i.cityF { background-image:url('../img/icons/cityF.png'); }
i.cityN { background-image:url('../img/icons/cityN.png'); }
i.cityR { background-image:url('../img/icons/cityR.png'); }
i.dungeon { background-image:url('../img/icons/dungeon.png'); }
i.quest { background-image:url('../img/icons/quest.png'); }
i.fornacedellasofferenza { background-image:url('../img/icons/elite.png'); }
i.tombe { background-image:url('../img/icons/elite.png'); }
i.shared_blu { background-image:url('../img/icons/shared_blu.png'); }
i.coopP { background-image:url('../img/icons/coopP.png'); }
i.coopF { background-image:url('../img/icons/coopF.png'); }
i.coopN { background-image:url('../img/icons/coopN.png'); }
i.coopT { background-image:url('../img/icons/coopT.png'); }
i.shared_verde { background-image:url('../img/icons/shared_verde.png'); }
i.shared_rosso { background-image:url('../img/icons/shared_rosso.png'); }
i.shared_giallo { background-image:url('../img/icons/shared_giallo.png'); }
i.tesoro { background-image:url('../img/icons/tesoro.png'); }
i.avventuraS { background-image:url('../img/icons/as.png'); }
i.aree { background-image:url('../img/icons/aree.png'); }
i.areeT { background-image:url('../img/icons/Danger.png'); }
i.vortex { background-image:url('../img/icons/vortice.png'); }
i.teleport { background-image:url('../img/icons/-portal.png'); }
i.avampostoP { background-image:url('../img/icons/avampostoP.png'); }
i.avampostoF { background-image:url('../img/icons/avampostoF.png'); }
i.avampostoN { background-image:url('../img/icons/avampostoN.png'); }
i.avampostoT { background-image:url('../img/icons/avampostoT.png'); }
i.aspenL { background-image:url('../img/icons/aspenwoodL.png'); }
i.aspenK { background-image:url('../img/icons/aspenwoodK.png'); }
i.ingressoK { background-image:url('../img/icons/ingressoAK.png'); }
i.ingressoL { background-image:url('../img/icons/ingressoAL.png'); }
i.viaggio { background-image:url('../img/icons/viaggio.png'); }
i.abaddon { background-image:url('../img/icons/abaddon.png'); }
.leaflet-container {
	background: #222;
} /* tooltip info */
.leaflet-label {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	background-clip: padding-box;
	border-color: rgb(0, 0, 0);
	border-color: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	border-style: solid;
	border-width: 4px;
	color: #F0CB0B;
	display: block;
	font: 16px 'PFDinTextCondPro', Arial, sans-serif;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	white-space: nowrap;
	z-index: 6;
}
.leaflet-label.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
}
.leaflet-label:before,
.leaflet-label:after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: none;
	position: absolute;
	top: 5px;
}
.leaflet-label:before {
	border-right: 6px solid black;
	border-right-color: inherit;
	left: -10px;
}
.leaflet-label:after {
	border-left: 6px solid black;
	border-left-color: inherit;
	right: -10px;
}
.leaflet-label-right:before,
.leaflet-label-left:after {
	content: "";
}
.leaflet-popup {
	display: none !important;
}
.leaflet-container .leaflet-control-search {
	position: relative;
	float: left;
	color: #1978cf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(0, 0, 0, .3);
	z-index: 1000;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .65);
	margin-left: 10px;
	margin-top: 10px;
}
.leaflet-control-search.search-exp {
	box-shadow: 0 1px 7px rgba(0, 0, 0, .65);
	background: rgba(0, 0, 0, .4);
}
.leaflet-control-search .search-input {
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #666;
	border-radius: 4px;
	height: 18px;
	padding: 0 18px 0 2px;
	margin: 3px 2px 3px 3px;
	width: 120px;
}
.leaflet-control-search .search-input:focus {
	outline: none;
}
.leaflet-control-search.search-load .search-cancel {
	visibility: hidden;
}
.leaflet-control-search .search-cancel {
	width: 22px;
	height: 18px;
	position: absolute;
	right: 22px;
	margin: 3px 0;
	visibility: hidden;
}
.leaflet-control-search .search-button {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	background: url(../images/search.png) no-repeat 2px 2px;
	border-radius: 4px;
}
.leaflet-control-search .search-button:hover {
	background: url(../images/searchhover.png) no-repeat 2px 2px;
	background-color: rgba(0, 0, 0, .3);
}
.leaflet-control-search .search-tooltip {
	position: absolute;
	top: 100%;
	right: 0;
	float: left;
	min-width: 120px;
	max-height: 200px;
	max-width: 300px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .65);
	background-color: rgba(0, 0, 0, .5);
	z-index: 1010;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 5px;
	border-radius: 4px;
}
.leaflet-control-search .search-tip {
	margin: 0px;
	padding: 2px 4px;
	display: block;
	color: #999;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	font-family: 'PFDinTextCondPro', Arial, sans-serif;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 290px;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
	background-color: rgba(0, 0, 0, .2);
	color: #ddd;
}
.leaflet-control-search .search-alert {
	display: none !important;
}
div.leaflet-bar a.leaflet-control-zoom-in,
div.leaflet-bar a.leaflet-control-zoom-out {
	background-color: rgba(0, 0, 0, .3);
	color: #B08948;
}
div.leaflet-bar a.leaflet-control-zoom-in:hover ,
div.leaflet-bar a.leaflet-control-zoom-out:hover {
	background-color: rgba(0, 0, 0, .5);
	color: #F0CB0B;
}
div.leaflet-bar a {
	border-color: #B08948 !important;
}
div.leaflet-bar a.leaflet-disabled,
div.leaflet-bar a.leaflet-disabled:hover {
	background-color: rgba(0, 0, 0, .2);
	color: #999;
}
.leaflet-control-fullscreen a {
	background: rgba(0, 0, 0, .3) url(../images/fullscreen.png) no-repeat 0 0;
	background-size: 52px 52px;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a {
	background-position: 0 -26px;
}
.leaflet-control-fullscreen a:hover {
	background-color: rgba(0, 0, 0, .5);
	background-position: -26px 0;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a:hover {
	background-color: rgba(0, 0, 0, .5);
	background-position: -26px -26px;
}
/* Leaflet Easy Button v1 Styles */
.leaflet-bar button {
  background-color: rgba(0, 0, 0, .3);
  border: none;
  border-bottom: 1px solid #B08948;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #B08948;
 font-size:18px;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	color: #F0CB0B;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.easy-button-button .button-state{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

button.easy-button-button {
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
div#restoreDiv {
	font-family: 'PFDinTextCondPro', Arial, sans-serif;
	color: #AF834E;
	z-index: 1;
	position:absolute;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .65);
	background: rgba(0, 0, 0, .4);
	padding-left: 5px;
}
div#restoreDiv > div> button {
	background: none;
	color: #AF834E;
	border: none;
}
li#show-all {
	display: none;
}
li#show-counts {
	display: none;
}
li#show-monsters {
	display: none;
}
