body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 8pt;
  font-weight: 300;
  color: #333;
}
body{
	width: 728px;
	height: 90px;
	color: #ffffff;
	margin:0;
	padding:0;
	font-weight: 300;
	text-align: center;
	color: #252525;
	position: relative;
}
a, a:hover, a:visited, a:active {
  text-decoration: none;
}
.main-container{
  opacity: 0;
	position: relative;
	width: 728px;
	height: 90px;
	background-color:#ffffff;
	overflow:hidden;
  border:1px solid #aaaabb;
  box-sizing: border-box;
  cursor: pointer;
}

#logo {
  position: absolute;
  width: 125px;
  height: 15px;
  bottom: 24px;
  right: 35px;
}
#frame1, #frame2, #frame3 {
  position: absolute;
  width: 728px;
  height: 90px;
  background-color: #eeeeee;
}

#lights-on, #lights-off{
  top: -30px;
  position: absolute;
  left: 0px;
  height: 120px;
  width: 213px;
}
#lights-on {
  opacity: 0;
}
#text-lightup, #text-lockdown {
  height: 45px;

  position: absolute;
  left: 40px;
  right: 0;
  margin: 0 auto;
  top: 18px;
  opacity: 0;
}
#text-lightup {
  width: 128px;
}
#text-lockdown {
  width: 151px;
}
#frame2 video {
  width: 213px;
  top: -10px;
  height: 120px;
  position: absolute;
  left: 0px;
}
#frame3 {
  opacity: 0;
}
#gradient {
  width: 728px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}

#text-get, #text-freegift {
  position: absolute;
}
#text-freegift {
  left: 345px;
  top: 26px;
  width: 211px;
  height: 35px;
}
#text-ultimatesec {
  width: 95px;
  height: 41px;
  top: 23px;
  position: absolute;
  left: 30px;
}
#products {
  position: absolute;
  top: -35px;
  left: 139px;
  width: 227px;
  height: 169px;
}
#cta {
  position: absolute;
  right: 37px;
  top: 17px;
  width: 125px;
  height: 22px;
}

#locator {
    display: none;
    position: absolute;
    bottom:-56px;
    left:-56px;
    z-index: 50;
  }
  #mapLogo{
  	margin-top:220px;
  	margin-bottom: 12px;
    width:200px;
    height:45px;
  }
  #mapCont{
  	width:300px;
  	height:600px;
  	position: absolute;
  	background-color: #eeeeee;
  	left:0px;
  	top:-600px;
  	z-index: 221;
  	text-align: center;
  }
  #map_canvas {
  	width:300px;
  	height:600px;
  	position: relative;;
  	z-index: 21;
  }
  #closeBTN {
  	color:#E0E0FF;
  	background-color:#4d4d4d;
  	line-height: 10px;
  	font-size: 10px;
  	border:solid 1px #E0E0FF;
  	padding:5px;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
		width:10px;
		height:10px;
		position: absolute;
		right:4px;
		top:3px;
		cursor: pointer;
		z-index: 22;
	}
	.feature {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	}
	.gm-style-iw + div {display: none;}

	#foWindow{
	  position: absolute;
	  top: 5px;
	  left:5px;
	  right:5px;
	  background-color: rgba(255, 255, 255, 0.9);
	  z-index: 500;
	  padding: 10px 5px;
	  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	  font-size: 14px;
	  font-weight: bold;
	  text-align: center;
	  text-transform: uppercase;
	}
	h4 {
	  margin-bottom:0;
	  padding-bottom: 0;
	  font-weight:bold;
	}
  .backgroundClick {
    position: absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
  }
