body{
  margin: 0;
}

.bannerSize{
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid black;
}

#animations{
	opacity: 1;
}

#storeLocator{
	z-index: 1;
	opacity: 1;
}

#map{
	position: relative;
	width: 300px;
	height: 200px;
}

.footer{
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 50px;
  background-image: url(images/footerbg.jpg);
}

#enterzipcode{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	margin-left: 10px;
}

#zipCode{
	width: 76px;
	height: 31px;
	margin-top: 9px;
	box-sizing: border-box;
	border: 2px solid #b7be11;
	margin-left: 8px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #252525;
}

#goBTN{
	width: 38px;
	max-height: 31px;
	background-color: #b7be11;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #3f3a3c;
	box-sizing: border-box;
	border: 2px solid white;
	padding-top: 3px;
	padding-bottom: 5px;
	cursor: pointer;
	position: relative;
	bottom: 31px;
	left: 245px;
}



#background{
	z-index: 1;
	background-image: url(images/background.jpg);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#newIcon{
	z-index: 2;
	background-image: url(images/new-icon.png);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#mealkit{
	z-index: 2;
	width: 300px;
	height: 250px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
}

#mapBackground{
  background: url('images/map.png');
  width: 300px;
  height: 250px;
  opacity: 0;
}

#logo{
	z-index: 2;
	background-image: url(images/logo.png);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#copy_01{
	z-index: 2;
	background-image: url(images/copy_01.png);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#copy_02{
	z-index: 2;
	background-image: url(images/copy_02.png);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#logo{
	z-index: 2;
	background-image: url(images/logo.png);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#icon_1{
	z-index: 2;
	background-image: url(images/icon_1.png);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#icon_2{
	z-index: 2;
	background-image: url(images/icon_2.png);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#cta{
	z-index: 9;
	background-image: url(images/cta.png);
	background-size: contain;
	width: 300px;
	height: 250px;
	opacity: 1;
	position: absolute;
}

#findmorestores{
	z-index: 10;
	background-image: url(images/findmorestores.png);
	width: 300px;
	height: 59px;
	position: absolute;
	background-size: contain;
	top: 250px;
	cursor: pointer;
}

#preloader {
            background-color: #FFFFFF;
			z-index: 100;
}
