.map-button-container .mapbutton{
    padding:0;
    width: 80px;
    height:80px;
    vertical-align: middle;
    text-align: center;
    border:5px solid rgba(255,255,255,0.5);
    border-radius: 40px;
    background-color: rgba(0,0,0,0.5);
    color:rgba(255,255,255,0.5);
    transition: border 0.5s;
}
.map-button-container .mapbutton:hover{
    background-color: rgba(0,0,0,1);
    color:rgba(255,255,255,1);
    border:10px solid rgba(255,255,255,1);
    border-radius: 40px;
    transition: border 0.5s;
}
.map-button-container .mapbutton span{
    font-size: 40px;
    line-height: 60px;
    width: 60px;
    height:60px;
    text-shadow: 2px 2px 2px #000;
}
.mapcontent{
    position: absolute;
    left:5%;
    top:95%;
    z-index:999;
    width: 0;
    height: 0;
    padding:0;
    overflow: hidden;
}
.mapcontentbg{
    position: absolute;
    left:0px;
    top:0px;
    z-index: 197;
    width:100%;
    height:100%;
    opacity: 0.5;
    background-color: black;
    border-radius: 30px;
}
.mapcontent img{
    position:absolute;
    left:0px;
    top:0px;
    z-index:198;
    width:100%;
    height:100%;
    opacity: 1;
    border-radius: 30px;
    border:3px solid #fff;
}
.mappoint{
    position: absolute;
    left:0px;
    top:0px;
    z-index: 199;
    width:100%;
    height:100%;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    border-radius: 30px;
    border:3px solid white;
}
.mappoint a .mapspot{
    position: absolute;
    width:1px;
    height:1px;
    text-align: left;
    list-style: none;
}
.mappoint a .mapspot .glyphicon.glyphicon-map-marker{
    position: absolute;
    left:-15px;
    top:-30px;
    width:24px;
    height:30px;
    display: block;
    font-size: 30px;
    color:rgba(255, 255, 255, 1);
    text-shadow: 0 0 1px #000, 2px 2px 5px #000;
    z-index:101;
}
.mappoint a .mapspot .glyphicon.glyphicon-map-marker.m-over{
    color:rgba(0, 194, 255, 1);
}
.mappoint a .mapspot .glyphicon.glyphicon-map-marker.active{
    color:rgba(255,0,0,1);
}
.mappoint a .mapspot .maptip{
    position: absolute;
    left:15px;
    bottom:5px;
    width:80px;
    height:20px;
    visibility:hidden;
    font-size: 1em;
    font-weight: bold;
    color:#fff;
    text-shadow: 0 0 1px #000, 2px 2px 5px #000;
    background-color: rgba(100,100,100,0.5);
    z-index:102;
}
.mappoint a .mapspot .maptip.m-over{
    visibility:visible;
}
.mappoint a .mapspot .maptip.active{
    visibility:visible;
}

#ptcenter{left:58%;bottom:48%;}
#ptmain{left:58%;bottom:82%;}
#ptservice{left:39%;bottom:81%;}
#ptrear{left:49%;bottom:92%;}
#ptnewa{left:80%;bottom:78%;}
#ptnewb{left:88%;bottom:82%;}
#ptannex{left:42%;bottom:34%;}
#pthealth{left:17%;bottom:30%;}
#ptculture{left:86%;bottom:22%;}
.mapbutton-group{
    position:absolute;
    width:100%;
    height:100%;
    border:3px solid #fff;
    border-radius: 30px;
}
.mapbtn{
    position:absolute;
    bottom:30px;
    width:120px;
    height:40px;
    padding:5px 0;
    color:#000;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    background-color: #ccc;
    border-radius: 10px;
    z-index:200;
}
.mapbtn:hover{
    font-weight: bold;
    background-color: #fff;
}
.mapbuttonfull{
    left:30px;
    display:block;
}
.mapbuttonreturn{
    left:30px;
    display:none;
}
