/* ================================================= */
/* ============= begin svg location map ============ */
/* ================================================= */


@-webkit-keyframes bounce {
	0%, 100% {
		transform:scale(1)
		transform-origin:50% 100%;
	}

	20% {
		transform:scale(1.3);
		transform-origin:50% 200%;
	}
	
	50% {
		transform:scale(1.4);
		transform-origin:50% 210%;
	}
	
	80% {
		transform:scale(1.3);
		transform-origin:50% 200%;
	}
	
}

@-moz-keyframes bounce {
	0%, 100% {
		transform:scale(1)
		transform-origin:50% 100%;
	}

	20% {
		transform:scale(1.3);
		transform-origin:50% 200%;
	}
	
	50% {
		transform:scale(1.4);
		transform-origin:50% 210%;
	}
	
	80% {
		transform:scale(1.3);
		transform-origin:50% 200%;
	}
	
}

@-o-keyframes bounce {
	0%, 100% {
		transform:scale(1)
		transform-origin:50% 100%;
	}

	20% {
		transform:scale(1.3);
		transform-origin:50% 200%;
	}
	
	50% {
		transform:scale(1.4);
		transform-origin:50% 210%;
	}
	
	80% {
		transform:scale(1.3);
		transform-origin:50% 200%;
	}
	
}

@keyframes bounce {
	0%, 100% {
		transform:scale(1)
		transform-origin:50% 100%;
	}

	20% {
		transform:scale(1.3);
		transform-origin:50% 250%;
	}
	
	50% {
		transform:scale(1.4);
		transform-origin:50% 260%;
	}
	
	80% {
		transform:scale(1.3);
		transform-origin:50% 250%;
	}
	
}

/*.bounce, .pin:hover {
	position: absolute;
	bottom: 0;
	animation: bounce .45s infinite ease-in-out;
}*/

#map-container { /*  wrapper to set max size of map elements*/
    /*max-width: 850px; */ /* commentess tout for larger map on homepage */
     margin: 0 auto;
	line-height: initial; /* to fix responsive pin alignment */
}

#locations-map-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	font-size: xx-small; /* to fix responsive pin alignment */
}

/*  map TOOLTIP */

#map-tt {position:absolute; z-index:10; display:block; text-align:center; background:#fff;
	border-top-left-radius: 14px; border-bottom-right-radius: 14px; 
 }
#map-ttcont {display:block; padding:10px; margin-left:0; padding-bottom:10px; background:none; color:#000; }

#map-tt h3{
	font-family: 'Poppins', sans-serif;
	color: #7D014E;
	font-weight: 600;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    font-size: .9em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#map-ttcont p { 
	font-size: .8em;
	line-height: 1em;
	padding:0px 10px 5px 10px; 
	margin: 0;
}

/* -- map pins --*/

.pin {
	position: absolute;
	width: 2%;
	padding-bottom: 2.5%;
	float: left;
	height: 0;
	z-index:5;
}

.pin.global { width: 1.5% }

.pin img{ 
	height: auto;
  	max-width: 100%;
	width:50px; 
}

/* Global Pins */
#pin-raleigh-nc {left:25.5%; top:32.5%;}
#pin-universal-city-tx {left:20.5%; top:34.5%;}
#pin-nagoya { right: 11.75%; top: 30%; }
#pin-tobu { right: 11.5%; top: 30.75%; }
#pin-anjo { right: 11.5%; top: 31%; }
#pin-tahara { right: 11.25%; top: 31.25%;  }
#pin-okazaki { right: 11%; top: 31%; }
#pin-fukui { right: 11.75%; top: 29.5%; }
#pin-shanghai { top: 33.5%; right: 16.5%; }
#pin-suzhou { top: 33.5%; right: 17%; }
#pin-tianjin { top: 27.5%; right: 17.5%; }
#pin-guangzhou { right: 18.5%; top: 39%; /*right: 18%; top: 37.5%; */ }
#pin-nantong { top: 32.5%; right: 16.75%; }
#pin-bangkok { top: 46%; right: 21.75%; }
#pin-chonburi { top: 47%; right: 21.5%; }




/* US Pins */
#pin-us-nc {left:67%; top:42%;}
#pin-us-tx {left:44.5%; top:69%;}


/* SVG path and shapes styles */
.state-border{fill:#608195;}
.state-item {opacity:1;fill:#cee2f0;}
.has-location{opacity:1; fill: #bfdcf1;}


/* ================================================= */
/* ============== end svg location map ============= */
/* ================================================= */
