
.treasurelayer 
{
	position: fixed;
	width: 90%;
	height: 85%;
	background:#c9c9c9;
	top: 50%;
	left: 50%;
	margin-left: -40%;
	z-index: 9999;
	min-width: 1200px;
	display: none;
	border-radius: 12px;
	overflow: hidden;

	background: -webkit-linear-gradient(#aaa, #eee); 
	background: -o-linear-gradient(#aaa, #eee); 
	background: -moz-linear-gradient(#aaa, #eee); 
	background: linear-gradient(#aaa, #eee); 
  }

.treasurelayer .leftinfo
{
	width: 350px;
	top: 0;
	bottom:0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.treasurelayer .leftinfo.off
{	
	left: -345px;
}

.treasurelayer .leftinfo .treasuretitle
{
	background: rgba(4,9,23);
	background: rgba(4,9,23,0.55);
	color: #fff;
	font-size: 24px;
	line-height: 1.25em;
	padding:30px 40px ;
}

.treasurelayer .leftinfo .treasureintro
{
	background: rgba(162,124,67,0.9);
	color: #fff;
	font-size: 16px;
	line-height: 1.75em;
	padding: 35px 30px 35px 40px;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 280px;

}
.treasurelayer .leftinfo .treasureintro .treasureintrowrapper
{
	height: 100%;
}

.treasurelayer .leaflet-container img.leaflet-image-layer
{
	max-width: none !important;
}

.treasurelayer .leftinfo .treasureintro p
{
	padding-bottom: 1.25em;
	text-indent: 2em;
}

.treasurelayer .leftinfo .treasureintro h4
{
	font-size: 16px;
	padding-top: 0.5em;
	padding-bottom: 0.75em;
	text-align: center;
	font-weight: bold;
}

.treasurelayer .leaflet-container
{
	background: none;
}


.treasurelayer  .tools 
{
	position:absolute;
	width:49px;
	bottom:15px;
	right:20px;
	z-index: 10
}

.treasurelayer  .tools li
{
	margin:10px 0;
}

.treasurelayer .tools .zoom 
{
	height:88px;
}

.treasurelayer  .tools .zoom span
{
	background:url(../images/mapicon.png;vpn_img) no-repeat;
	display:block;
	height:44px;
	cursor:pointer;
}

.treasurelayer  .tools .zoom span.zoomin
{
	background-position:0 -122px;
}

.treasurelayer  .tools .zoom span.zoomout
{
	background-position:0 -166px;
}

.treasurelayer  .tools .zoom span.zoomin:hover
{
	background-position:0 -218px;
}

.treasurelayer  .tools .zoom span.zoomout:hover
{
	background-position:0 -262px;
}

.treasurelayer  .tools .iconswitch
{
	text-align: center;
	cursor: pointer;
}

.treasurelayer  .tools .iconswitch span
{
	display: inline-block;
	height: 34px;
	width: 34px;
	background:url(../images/v2/treasure/iconmarker.png;vpn_img) no-repeat -6px -8px;
	zoom:1;
}

.treasurelayer .tools .iconswitch.off span
{
	background:url(../images/v2/treasure/iconmarker.png;vpn_img) no-repeat -87px -8px;
}

.treasurelayer  .tools .gameLink
{
	text-align: center;
}

.treasurelayer  .tools .gameLink a
{
	display: inline-block;
    height: 36px;
    width: 36px;
	background:url(../images/icon.png;vpn_img) no-repeat -56px -173px;
	zoom:1;
	border:1px solid #8f8362;
	border-radius: 36px;
}

.treasurelayer .tools .gameLink:hover a
{
	background-position: -56px -209px;
}

.treasurelayer .dynamicdot:hover .dynamicround
{
	animation: none;
	-webkit-animation:  none ;
	-o-animation: none ;
	-moz-animation:  none ;

}

.treasurelayer .dynamicdot .dynamicround
{
	position: absolute;
	width: 36px;
	height: 36px;
	left: 17px;
	top: 17px;
	background: url(../images/v2/treasure/round.png;vpn_img) no-repeat center center;

	animation: rotate1  10s linear 0s infinite ;
	-webkit-animation:  rotate1 10s  linear 0s infinite ;
	-o-animation:  rotate1  10s  linear 0s infinite ;
	-moz-animation:  rotate1  10s  linear 0s infinite ;

}

.treasurelayer .dynamicdot .dynamicbg
{
	width: 70px;
	height: 70px;
	background: url(../images/v2/treasure/roundbg.png;vpn_img) no-repeat center center;
	background-size: cover; 

	animation: zoom1  1s linear 0s infinite alternate;
	-webkit-animation:  zoom1  1s  linear 0s infinite alternate;
	-o-animation:  zoom1  1s  linear 0s infinite alternate;
	-moz-animation:  zoom1  1s  linear 0s infinite alternate;
}


.treasurelayer .close
{
	background: url(../images/v2/treasure/close.png;vpn_img) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.treasurelayer .shutoff
{
	width: 24px;
	height: 50px;
	position: absolute;
	right: -24px;
	top: 0px;
	z-index: 1;
	background: rgba(4,9,23) url(../images/v2/treasure/arrow.png;vpn_img) no-repeat -6px 11px;
	background: rgba(4,9,23,0.55) url(../images/v2/treasure/arrow.png;vpn_img) no-repeat -10px 11px;
}

.treasurelayer .shutoff.off
{
	background: rgba(4,9,23) url(../images/v2/treasure/arrow.png;vpn_img) no-repeat -6px -42px;
	background: rgba(4,9,23,0.55) url(../images/v2/treasure/arrow.png;vpn_img) no-repeat -10px -42px;
}

.treasurelayer #treasuredetail
{
	width: 100%;
	height: 100%;
}


.treasurelayer .leaflet-popup-content-wrapper, .treasurelayer .leaflet-popup-tip
{
	background: rgb(31,23,21);
	background: rgba(31,23,21,0.8);
	color: #fff;
}


.treasurelayer .leaflet-popup-content h4
{
	font-size: 22px;
	line-height: 1.2em;
}


.treasurelayer .leaflet-popup-content p
{
	margin: 15px 0 0 0;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.5em;
}

.treasurelayer .leaflet-popup-content
{
	padding: 10px;
}


.treasurelayer .jspDrag
{
	background: #795828;
}

.treasurelayer .morepic 
{	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 350px);
	text-align: center;
	z-index: 1;
}

.treasurelayer .morepic.off
{
	width: 100%;
}

.treasurelayer .morepic ul
{
	display: inline-block;
	padding: 0 0 20px 0;
}

.treasurelayer .morepic li
{
	display: inline;
	margin: 5px;
	cursor: pointer;
}


.treasurelayer .morepic li img
{
	width: 80px;
	height: 80px;
	border:1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	vertical-align: top;
}


.treasurelayer .morepic li:hover img
{
	border-color: rgba(255,255,255,1);
	opacity: 0.9;
}

.treasurelayer .morepic li.return
{
	background: url(../images/v2/treasure/return.png;vpn_img) center center no-repeat ;
	height: 80px;
	width: 80px;
	display: inline-block;
	border-radius: 50%;
}
.treasurelayer .morepic li.return:hover
{
	background-color:rgba(255,255,255,0.5);
}

.hasmasklayer
{
	overflow-y: hidden;
}



@keyframes zoom1
{
	0% {transform:scale(1.1); opacity: 1 }
	100% {transform:scale(0.9); opacity: 0.5  }

}

@-moz-keyframes zoom1 
{
	0% {transform:scale(1.1); opacity: 1 }
	100% {transform:scale(0.9); opacity: 0.5  }
}

@-webkit-keyframes zoom1 
{
	0% {transform:scale(1.1); opacity: 1 }
	100% {transform:scale(0.9); opacity: 0.5  }
}

@-o-keyframes zoom1 
{
	0% {transform:scale(1.1); opacity: 1 }
	100% {transform:scale(0.9); opacity: 0.5  }
}