#content {
	background: transparent;
	width: 1000px;
	margin: 60px 0px 170px 300px;
}

#productwrapper {
	display: block;
	position: relative;
	margin: 150px 100px 100px 140px;
}

a {
  text-decoration: none;
  color: #000;
}

#warning {
  overflow: hidden;
  display: inline-block;
    transition:all linear 0.4s;
  position: relative;
  float: left;
  background-color: rgba(255, 192, 65, 1);
  border-radius: 7px 7px 0px 0px;
  width: 220px;
  height: 90px;
  margin: 70px 20px 20px 0px;
}

#warning:hover {
  background-image: url(../images/warning.png) ;
  background-color: rgba(255, 192, 65, .3);
  width: 700px;
  height: 500px;
}

#warning .label {
  position: absolute;
  top: 17px;
  left: 37px;
  text-align: center;
  font-size: 35px;
  line-height: 30px;
  color: rgba(255, 255, 255, .6);
  z-index: 8000;
}

#warning:hover .label {
  opacity: 0;
}

@media only screen and (max-device-width: 1240px) {
  /* define mobile specific styles come here */
  #warning { 
  background-image: url(../images/warning.png) ;
  background-color: rgba(255, 192, 65, .3);
  width: 700px;
  height: 500px;
  }

  #warning .label { 
  display: none;
  }
}

#box {
	display: inline-block;
    transition:all linear 0.2s;
	position: relative;
	float: left;
	background-color: rgba(255, 192, 65, .3);
  border-radius: 7px 7px 0px 0px;
	width: 220px;
	height: 90px;
	margin: 70px 20px 20px 0px;
}

#box:hover {
	background-color: rgba(255, 192, 65, 1);
}

#box .tw {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	color: #000;
	z-index: 8000;
}

#box .eng {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 10px;
  font-size: 12px;
	color: #000;
	z-index: 8000;
}

#box .eng2 {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  z-index: 8000;
}

#box .icon {
  position: absolute;
  top: -35px;
  left: 41px;
  width: 137px;
  height: 73px;
  z-index: 7000;
}

.popclick {
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .8);
  visibility: hidden;
  opacity: 0;
  z-index: 99999;

  transition: all 400ms ease;

}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0px 0px 60px;
  background-color: rgba(255, 192, 65, 1);
  height: 470px;
  width: 800px;

  transition: all 400ms ease;

-webkit-box-shadow: 0px 0px 104px 11px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 104px 11px rgba(255,255,255,1);
box-shadow: 0px 0px 104px 11px rgba(255,255,255,1);
}

.popup h2 {
  color: #fff;
}

.popup p {
  color: #000;
  line-height: 14px;
  font-size: 13px;
  margin-left: 75px;
  margin-top: -8px;
}

.popup .infolabel {
  position: absolute;
  text-align: justify;
  text-align-last: justify;
  line-height: 14px;
  font-size: 13px;
  width: 52px;
  height: 300px;
  margin-top: -8px;
  margin-left: 1px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  transition: all 400ms ease;
}
.popup .close:hover {
  color: #fff;
  transition: all 400ms ease;
}

.popup .image {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  right: -19px;
  width: 367px;
  height: 328px;
  z-index: 9000;
}

.popup .p3 {
  position: absolute;
  bottom: 85px;
  left: 46px;
  padding:  5px 15px 5px 15px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0);
  opacity:  1;
}

/*-Small menu within popup box-*/

.smallpop {
  opacity: 0;
  width: 65px;
  height: 18px;
  position: relative;
  top: 65px;
  left: -8px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  transition: all 400ms ease;
}

.midpop {
  opacity: 0;
  width: 75px;
  height: 18px;
  position: relative;
  top: 65px;
  left: 0px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  transition: all 400ms ease;
}

.bigpop {
  opacity: 0;
  width: 380px;
  height: 240px;
  position: relative;
  top: -175px;
  left: 50px;
  background-color: rgba(255,255,255,0.95);
  border-radius: 4px;
  text-align: left;
  vertical-align: middle;
  transition: all 400ms ease;
}

.fda {
  opacity: 0.6;
  background-image: url(../images/product_fda.png);
  display: block; 
  position: absolute; 
  left: 55px;
  bottom: 25px;
  width: 75px;
  height: 50px;
  border-radius: 8px;
  transition: all 200ms ease;
}

.fda {
  text-decoration: none;
  color: #000;
}

.fda:hover {
  opacity: 1;
  background-color: rgba(255,255,255,0.7);
}

.fda:hover .midpop  {
  opacity: 1;
  top: 53px;
}

.sheet {
  opacity: 0.6;
  background-image: url(../images/product_sheet.png);
  display: block; 
  position: absolute; 
  left: 135px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  transition: all 200ms ease;
}

.sheet {
  text-decoration: none;
  color: #000;
}

.sheet:hover {
  opacity: 1;
  background-color: rgba(255,255,255,0.7);
}

.sheet:hover .smallpop  {
  opacity: 1;
  top: 53px;
}

.pill {
  opacity: 0.6;
  background-image: url(../images/product_pill.png);
  display: block; 
  position: absolute; 
  left: 55px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  transition: all 200ms ease;
  text-decoration: none;
  color: #000;
}

.pill:hover {
  opacity: 1;
  background-color: rgba(255,255,255,0.7);
}

.pill:hover .bigpop  {
  opacity: 1;
  left: 65px;
}



