/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
 
 #vmap .mainwind .iconscity.active + .title{
display:block!important
}
.list-rp{
	padding: 100px 0;
}
.svg-map .region ul li.blue:before, .svg-map .region ul li.pink:before, .svg-map .region ul li.green:before, .svg-map .setting ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    border: 4px solid #fe0070;
    top: 0px;
}
.svg-map .region ul{
    margin:0;
}
 .svg-map .region ul li.green:before, .svg-map .setting ul li:nth-child(3):before {
    border: 4px solid #7fc200;
}
.svg-map .region ul li.blue:before, .svg-map .setting ul li:nth-child(2):before {
    border: 4px solid #0098db;
}
.svg-map .region ul li.pink, .svg-map .setting ul li {
    color: #fe0070;
}
.svg-map .region ul li.green, .svg-map .setting ul li:nth-child(3) {
    color: #7fc200;
}
.svg-map .region ul li.blue, .svg-map .setting ul li:nth-child(2) {
    color: #0098db;
}
.svg-map .region ul li a{
    font-size:18px;
	font-weight:500;
}
.svg-map .region ul li a:hover{
    border:none;
}
.svg-map .region ul li.pink a{
    color: #fe0070;
}
.svg-map .region ul li.green a{
    color: #7fc200;
}
.svg-map .region ul li.blue a{
    color: #0098db;
}
 .svg-map .setting ul li{
    display:inline-block;
	list-style: none;
    margin-right: 20px;
}
 .svg-map .region ul li{
	list-style: none;
	padding:5px 0;
}
 .svg-map .setting{
    padding:20px 0;
}
.header-map{
	text-align:center;
}
.jqvmap-label
{
	z-index:99;
	position: absolute;
	display: none;
	border-radius: 3px;
	background: #292929;
	color: #ccc;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 6px;
}
.jqvmap-label strong
{
	color:#fff;	
	display:inline-block
}

.jqvmap-label ul
{
	margin:0;
	text-align:left;
	padding:2px 10px 2px 20px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}



#vmap .mainwind {
	display: table;
	position: absolute;
}
#vmap .mainwind .iconscity {
	width: 17px;
	height: 17px;
	position: absolute;
	bottom: 0px;
	cursor: pointer;
	z-index: 988;
}
#vmap .close{
	line-height: 24px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 100px;
    text-align: center;
    line-height: 12px;
    line-height: 23px;
    -webkit-box-shadow: 0px 0px 13px #b1b3b3;
    box-shadow: 0px 0px 13px #b1b3b3;
    
}
#vmap .close .fa{
    font-size: 12px;
    position: relative;
    top: -1px;
}
#vmap .mainwind .title {
	background: white;
	border:0;
	margin-left: 30px;
border-radius: 5px;
    padding: 15px 20px;
	max-width: 250px;
	display: none;
	padding-right: 20px;
	z-index: 999;
	position: relative;
    -webkit-box-shadow: 0px 0px 13px rgba(157, 158, 158, 0.37);
    box-shadow: 0px 0px 13px rgba(157, 158, 158, 0.37);
}
#vmap .mainwind .title:before{
    border: 12px solid transparent;
    border-right: 12px solid white;
    content: "";
    position: absolute;
    bottom: 5px;
    left: -21px;
    z-index: -1;
}
#vmap .mainwind .title h6{
font-size: 15px;
line-height: 18px;
text-transform: none;
margin: 5px 0;
}
.mainwind.pink h6,
.mainwind.blue h6, 
.mainwind.green h6 {
color: black;
}    
#vmap .mainwind.green .title h6 span{
   color: #7fc200;
}  
#vmap .mainwind.blue .title h6 span{
   color: #0098db;
}  
#vmap .mainwind.pink .title h6 span{
    color: #fe0070;
}   
    
#vmap .mainwind.pink .marker{
border: 6px solid #fe0070;   
}    
#vmap .mainwind.blue .marker{
border: 6px solid #0098db;   
}
#vmap .mainwind.green .marker{
border: 6px solid #7fc200;   
} 
#vmap .mainwind .marker{
border-radius: 10px;   
} 
    

#vmap .mainwind:hover .nameschool {
	display: block;
}
#vmap .mainwind {
	display: table;
	position: absolute;
}
#vmap {
	width: 1000px;
	height: 625px;
	margin: 0px auto;
	position: relative;
	overflow: visible !important;
}

#vmap .button{
    margin: 15px 0 5px;
}
#vmap .button a{
font-weight: 700;
    line-height: 30px;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 8px;
    color: white;
    display: inline-block;
    margin: 0 10px 0 0;
 
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
#vmap .mainwind.blue .button a{
     background-color: rgb(0, 167, 237);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 167, 237)), to(rgb(0, 125, 179)));
    background: linear-gradient(to bottom, rgb(0, 167, 237) 0%, rgb(0, 125, 179) 100%);   
}
#vmap .mainwind.green .button a{
   background: rgb(98, 215, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 215, 0, 1)), to(rgba(70, 172, 0, 1)));
    background: linear-gradient(to bottom, rgba(98, 215, 0, 1) 0%, rgba(70, 172, 0, 1) 100%);  
}
#vmap .mainwind.pink .button a{
    background: rgb(253,0,139);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(253,0,139,1)),to(rgba(224,5,100,1)));
    background: linear-gradient(to bottom, rgba(253,0,139,1) 0%,rgba(224,5,100,1) 100%); 
}
#vmap .button a:hover{
      -webkit-box-shadow: none;
      box-shadow: none;  
}
.svg-map .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
.svg-map .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -5px;
}
.svg-map .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail:before,
.svg-map .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail:after,
.jqvmap-zoomin, .jqvmap-zoomout {
	display: none;
}