.modal { 
	overflow-y: auto; 
}
.list-limit {
	padding-bottom: 50px;
}
.list-limit h1 {
	padding-top: 00px;
	padding-bottom: 20px;
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 900;
	width: 80%;
}
.map-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 750px;
	overflow: hidden;
}
.map-jp {
	position: absolute;
	top: 0;
	left: 0;
	height: 750px;
	width: 750px;
	background: url(../../img/map-gen.png) no-repeat left top;
}
#content.bootstrap .map-jp h3, .map-jp h3 {
	margin: 0;
	margin-top: 80px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.2em;
	height: inherit;
	background-color: rgba(255,255,255,0.50)
}
.jqSimpleConnect {
    z-index: 1;
}
.loc, .pro {
	position: absolute;
}
.loc {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: rgb(49, 49, 49);
	width: 10px;
	height: 10px;
}
.pro {
	width: 150px;
	height: 150px;
	border: #313131 solid 2px;
	border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
	background-size: cover;
	background-position: center;
	z-index: 99;
	overflow: hidden;
}
.pro:hover {
	cursor: pointer;
}
.pro img {
	position: absolute;
	bottom: -32px;
	left: 32px;
	width: 60px;
	z-index: 100
}
.pro img:hover {
	-webkit-animation-name: flash;
	animation-name: flash;
	animation-duration: 1s;
}
@-webkit-keyframes flash {
 from, 50%, to {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
 @keyframes flash {
 from, 50%, to {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
@-webkit-keyframes bounceIn {
 from,  20%,  40%,  60%,  80%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
 to {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes bounceIn {
 from,  20%,  40%,  60%,  80%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
 to {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
}
}
 @keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
#productImgLimited h2 {
	margin-top: 0;
	font-weight: bold;
}
#productImgLimited .modal-body {
	background: url(../../img/jmap_vectorized.png) bottom right no-repeat;
	min-height: 300px;
}
#productImgLimited .modal-body img#limitedImg {
	-webkit-box-shadow: 0px 0px 31px 7px rgba(189,183,189,1);
	-moz-box-shadow: 0px 0px 31px 7px rgba(189,183,189,1);
	box-shadow: 0px 0px 31px 7px rgba(189,183,189,1);
}
.priceproduct {
	display: inline-block;
	width: auto;
	height: 38px;
	background-color: #102b91;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	border-left: 1px solid #102b91;
	/* This makes room for the triangle */
	margin-left: 19px;
	position: relative;
	color: white;
	font-weight: 300;
	font-size: 22px;
	line-height: 38px;
	padding: 0 10px 0 10px;
	margin-top: 20px;
	
	
	 -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay:0.5s;
  -webkit-animation-delay:0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode:forwards;
   animation-fill-mode:forwards;

}

/* Makes the triangle */
.priceproduct:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #102b91;
}
/* Makes the circle */
.priceproduct:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: -5px;
	top: 13px;
}
@-webkit-keyframes pulse{
  0%{
    opacity: 0;
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(0) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: rotate(0) scale(1);
  }
}
#productImgLimited .fly-right-cart {
    position: absolute;
    right: 0px;
    bottom: 0px;
	left:0px;
	top: 0px;
	width: 70px;
    height: 70px;
}
.number{
	font-size: 48px;
	color: white;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
