
/* ======INTERACTTIVES =============*/


/* ======ANTHRAX =============*/

/*Anthrax target buttons */

/*====INHALATION====*/
.antPoint a img {
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	opacity: 1;
	position: absolute;
	top: 37%;
	left: 60%;
	border: 1px solid teal;
}
.antPoint a img:hover {
	opacity: .6;
}
.inhalation_label{
	position: absolute;
	top: 37%;
	left: 60%;
	background: rgba(0,0,0,.5);
	color: white;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
}


/*====INTESTINAL====*/
.antPoint2 a img {
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	opacity: 1;
	position: absolute;
	top: 60%;
	left: 20%;
	border: 1px solid teal;
}
.antPoint2 a img:hover {
	opacity: .6;
}

.intestinal_label{
	position: absolute;
	top: 60%;
	left: 20%;
	background: rgba(0,0,0,.5);
	color: white;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
}


/*===CUTANEOUS=====*/
.antPoint3 a img {
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	opacity: 1;
	position: absolute;
	top: 15%;
	left: 20%;
	border: 1px solid teal;
}
.antPoint3 a img:hover {
	opacity: .6;
}
.cutaneous_label {
	position: absolute;
	top: 15%;
	left: 20%;
	background: rgba(0,0,0,.5);
	color: white;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
}
/*=========================================*/

#vidBombBlast, #vidBombBlast2, #vidBombBlast3 {
background:url(img/interactive/inhalation.png) no-repeat;
max-width: 100%;
height: auto;
display: block;
}
/*======================================*/



/*Video Popups*/
#vidPopup {
	position: absolute;
	z-index: 0;
	width: auto;
	padding: 0;
	display: none;
	background-color: rgba(0,0,0,.6);
	margin: 0 auto;
	margin-right: 15px;
	border: 1px solid rgba(255,255,255,.25);
	color: rgb(255,255,255);
	top: 0;
}

#vidPopup2 {
	position: absolute;
	z-index: 0;
	width: auto;
	padding: 0;
	display: none;
	background-color: rgba(0,0,0,.6);
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,.25);
	color: rgb(255,255,255);
	top: 0;
}

#vidPopup3 {
	position: absolute;
	z-index: 0;
	width: auto;
	padding: 0;
	display: none;
	background-color: rgba(0,0,0,.6);
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,.25);
	color: rgb(255,255,255);
	top: 0;
}


#vidBombBlast {
/* background:url(img/interactive/pipe_bomb_blast.png) no-repeat; */
max-width: 100%;
height: auto;
display: block;
}

#city {
min-width: 250px;
height: auto;
display: block;
}

/*======================*/

.closeBox {
	position: absolute;
	color: rgb(204,204,204);
	font-size: .75em;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 5px;
	margin-top: -5px;	
}

.closeVid {
	position: absolute;
	color: rgb(255,255,255);
	right: 8px;
	cursor: pointer;
	padding: 10px;
	width: 44px;	
	text-align: center;
	font-size: 18px;
	text-decoration:none;
	opacity:.65;
	font-stretch:extra-expanded;
	height: 44px;
	font-weight: 600;
	font-family: Arial,serif;
}

.closeVid:hover {
	color: rgb(255,255,255);
	opacity: 1;
}


.vidpadding{
	padding-left:0;
	padding-right:0;
	margin: 0 auto;	
}

@media (max-width: 760px) {

	/*====INHALATION====*/
.antPoint a img {
	left: 20%;
}
.inhalation_label{
	left: 20%;
}
}