a:focus, a.hover {
	outline: none;
}
#mainleft{
}
#mainleft .map {
max-width: 1200px;
margin: auto;
width: 100%;
position: relative;
overflow: hidden;
display: none;
}
@media screen and (min-width: 768px) {
	#mainleft {padding-bottom: 0}
	#mainleft .map {display:block}
}
.facilities-distributors-heading{
	margin: 0; 
	padding: 0; 
	padding-top: 12px;
	margin-bottom: 7px;
}
.facilities-distributors-text{color:#fff}
#branchMap{
text-align: center;
max-width: 100%;
}
#mainleft .map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainleft .map li {
	text-indent: -9999px;
}

#mainleft .map a.loc {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 15;
}

#mainleft .map a.loc::before, #mainleft .map a.loc::after {
	content: "";
	box-sizing: border-box;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 100%;
}

#mainleft .map a.loc::before {
	background-color: #fff;
	animation: 4s map-marker-pulse ease-out infinite;
	transform-origin: center center;
	pointer-events: none;
}

#mainleft .map a.loc::after {
    background-image: url(https://www.promega.com/-/media/images/responsibility/cr-2018/corporate-mind/purple-location-.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@keyframes map-marker-pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	37.5% {
		transform: scale(5);
		opacity: 0;
	}
	100% {
		transform: scale(5);
		opacity: 0;
	}
}

#mainleft .map a.manufacturing::after {
    background-image: url(https://www.promega.com/-/media/images/responsibility/cr-2018/corporate-mind/green-location-.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#mainleft .map a.hq::after {
    background-image: url(https://www.promega.com/-/media/images/responsibility/cr-2018/corporate-mind/sol-location-.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#mainleft .sub {
    position: absolute;
    left: -9999px;
    height: 70px;
    background: #fff;
    width: 145px;
    text-indent: 0;
    border-radius: 12px;
    font-size: 16px;
    padding: 30px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    z-index: 200;
}
.alpha60 {
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
}
#mainleft .sub-content {
	line-height: 1.7;
	height: 100%;
	overflow: hidden
}
#mainleft .sub-content ul {
	margin-bottom: 1em;
}
#mainleft .branch-photog {
	float: right;
	margin: 0 0 1em 1em;
	display: block;
	max-width: 48%;
	max-height: 100%;
	height: auto;
	width: auto;
}
#mainleft .sub-content h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}

#mainleft .map .sub li {
	text-indent: 0;
	line-height: 1.7;
	padding: 0;
}
.close {
	float: right;
	width: 19px;
	height: 19px;
	display: block;
	background: url("/-/media/B313694C988045488A3F47F81817674F.ashx") no-repeat left top;
	text-indent: -9999px;	
}
.close::after {
	content: "\2715";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 19px;
	line-height: 19px;
	text-align: center;
}


.sub-active {
	left: auto;
	top: 25px;
	right: 25px;
}
#branch-map > ul{
height:0px;
width: 0px;
}
#madison {
	left: 25%;
	top: 36%;
}
#pbi {
	left: 17%;
	top: 39%;
}
#pbs {
	left: 17%;
	top: 38.5%;
}
#terso {
	left: 24.5%;
	top: 37%;
}
#uk {
	left: 47%;
	top: 32%;
}
#spain {
	left: 46.5%;
	top: 37.5%;
}
#promega-ag {
	left: 49%;
	top: 35%;
}
#france {
	left: 48%;
	top: 35%;
}
#benelux {
	left: 49%;
	top: 32%
}
#germany {
	left: 50%;
	top: 33%;
}
#eurohub {
	left: 49.5%;
	top: 33.5%;
}
#italy {
	left: 50%;
	top: 36%;
}
#denmark {
	left: 52%;
	top: 27%;
}
#sydney {
	left: 85%;
	top: 69%;
}
#melbourne {
	left: 84.5%;
	top: 71%;
}
#singapore {
	left: 73%;
	top: 55%;
}
#shanghai {
	left: 76.5%;
	top: 43%;
}
#beijing {
	left: 76%;
	top: 40%;
}
#korea {
	left: 79%;
	top: 39.5%;
}
#koreaManufacture{
	left: 79.5%;
	top: 40%;
}
#tokyo {
	left: 81%;
	top: 41%;
}
#osaka {
	left: 81%;
	top: 41%;
}
#brazil {
	left: 36%;
	top: 65%;
}
#india{
    left: 67%;
    top: 44%;
}

#tooltip {
	background: #b7e2e3;
	background: rgba(255, 255, 255, .7);
	-moz-border-radius: .375em;
	-webkit-border-radius: .375em;
	border-radius: .375em;
	font-size: 14px;
	/* font-family: arial; */
	padding: 4px 8px;
	display: inline-block;
	position: absolute;
	font-weight: bold;
	z-index: 30;
}
@media screen and (max-width: 799px){
#mainleft{
padding-left: 0;
padding-right: 0;
}
#mainleft .sub{
font-size: 11px;
}
}
@media screen and (max-width: 599px){
#mainleft{
padding-left: 0;
padding-right: 0;
}
#mainleft .branch-photog {
display: none;
}
}
