body {
	background-color:#FFF !important;
}

html{
  scroll-behavior: smooth;
}

/*@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}*/


h1 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

@media (min-width: 360px) {
  h1 {
	font-weight: 600;  
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-top: 0px;
  text-transform: uppercase;	
}

@media (min-width: 360px) {
  h2 {
	font-weight: 600;  
    font-size: 24px;
	padding-top: 0px;  
  }
}

@media (min-width: 414px) {
  h2 {
	font-weight: 600;  
    font-size: 26px;
	padding-top: 0px;  
  }
}

@media (min-width: 576px) {
  h2 {
    font-size: 32px;
	padding-top: 50px;  
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

.textColor{
	color: #000 !important;
}

p {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.2;	
}

@media (min-width: 360px) {
  p {
	font-weight: 500;  
    font-size: 13px;
	line-height: 1.3;  
  }
}

@media (min-width: 576px) {
  p {
	font-weight: 400;  
    font-size: 14px;
	line-height: 1.5;  
  }
}

@media (min-width: 768px) {
  p {
	font-weight: 500;  
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  p {
    font-size: 24px;
  }
}




#hero {
  width: 100%;  
  height: 100vh; 	
  background: url("../../assets/img/main/aqua/zzaHeroMobileR2.jpg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 25px;	
}

@media (min-width: 768px) {
  #hero {
	width: 100%; 
	height: 80vh;	  
    background: url("../../assets/img/main/aqua/zzaHeroR2.jpg");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
	margin-bottom: 25px;	  
  }
}

.logoHolder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


@media screen and (min-width: 768px) {
 .logoHolder {	
  background-image: url("../../assets/img/main/aqua/ZhuZhuAquarium_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
}
}

@media screen and (min-width: 800px) {
  .logoHolder {
    height: 160px;
  }
}
@media screen and (min-width: 992px) {
  .logoHolder {
    height: 200px;
  }
}
@media screen and (min-width: 960px) {
  .logoHolder {
    height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .logoHolder {
    height: 280px;
  }
}
@media screen and (min-width: 1920px) {
  .logoHolder {
    height: 300px;
  }
}

.heroSection {
  text-align: center;
  margin-top: 0px;
}

@media screen and (min-width: 480px) and (min-height: 800px) {
  .heroSection {
    text-align: center;
    margin-top: -18px;
	margin-right: 0px;  
  }
}
@media (min-width: 576px) {
  .heroSection {
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (min-width: 600px) and (min-height: 960px) {
  .heroSection {
    text-align: center;
    margin-top: 30px;
	margin-right: 0px;  
  }
}
@media screen and (min-width: 768px) and (min-height: 1024px) {
  .heroSection {
    text-align: center;
    margin-top: -15px;
  }
}
@media screen and (min-width: 800px) and (min-height: 480px) {
  .heroSection {
    text-align: center;
    margin-top: -15px;
	margin-right: 0px;  
  }
}

@media screen and (min-width: 960px) and (min-height: 600px) {
  .heroSection {
    text-align: center;
    margin-top: -10px;
	margin-right: 0px;  
  }
}
@media screen and (min-width: 1024px) and (min-height: 600px) {
  .heroSection {
    text-align: center;
    margin-top: 0px;
	margin-right: 0px;  
  }
}
@media screen and (min-width: 1280px) and (min-height: 800px) {
  .heroSection {
    text-align: center;
    margin-top: -10px;
	margin-right: 0px;  
  }
}
@media screen and (min-width: 1366px) and (min-height: 768px) {
  .heroSection {
    text-align: center;
    margin-top: 5px;
	margin-right: 0px;  
  }
}
@media screen and (min-width: 1400px) and (min-height: 900px) {
  .heroSection {
    text-align: center;
    margin-top: 30px;
	margin-right: 0px;  
  }
}
@media screen and (min-width: 1600px) and (min-height: 900px) {
  .heroSection {
    text-align: center;
    margin-top: 60px;
	margin-right: 1px;  
  }
}
@media screen and (min-width: 1680px) and (min-height: 1050px) {
  .heroSection {
    text-align: center;
    margin-top: 80px;
	margin-right: 1px;  
  }
}
@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .heroSection {
    text-align: center;
    margin-top: 120px;
	margin-right: 1px;  
  }
}

.heroCopy {
  text-align: center;
  align-content: center;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .heroCopy {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .heroCopy {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .heroCopy {
    padding-top: 0px;
  }
}

/*INTRO*/
#mainCopy {
  text-align: center;
}

@media only screen and (min-width: 320px) and (min-height: 568px){
.introCopy {
  text-align: center;
  align-content: center;
  margin-top: -410px;	
}
}
@media only screen and (min-width: 360px) and (min-height: 640px) {
	.introCopy{
	margin-top: -465px;
	}
}
@media only screen and (min-width: 375px) and (min-height: 667px) {
	.introCopy{
	margin-top: -480px;
	}
}
@media only screen and (min-width: 414px) and (min-height: 736px) {
	.introCopy{
	margin-top: -530px;
	}
}
@media only screen and (min-width: 480px) and (min-height: 800px) {
	.introCopy{
	margin-top: -560px;
	}
}
@media only screen and (min-width: 568px) and (min-height: 320px){
	.introCopy{
	margin-top: -30px;
	}
}

@media only screen and (min-width: 600px) and (min-height: 960px) {
	.introCopy{
	margin-top: -650px;
	}
}
@media only screen and (min-width: 600px) and (min-height: 1024px) {
	.introCopy{
	margin-top: -730px;
	}
}
@media only screen and (min-width: 640px) and (min-height: 360px) {
	.introCopy{
	margin-top: -30px;
	}
}
@media only screen and (min-width: 667px) and (min-height: 375px) {
	.introCopy{
	margin-top: -40px;
	}
}
@media only screen and (min-width: 736px) and (min-height: 414px) {
	.introCopy{
	margin-top: -20px;
	}
}
@media only screen and (min-width: 768px) and (min-height: 1024px) {
	.introCopy{
	margin-top: -630px;
	}
}
@media only screen and (min-width: 800px) and (min-height: 480px) {
	.introCopy{
	margin-top: -180px;
	}
}
@media only screen and (min-width: 800px) and (min-height: 1280px) {
	.introCopy{
	margin-top: -830px;
	}
}
@media only screen and (min-width: 960px) and (min-height: 600px) {
	.introCopy{
	margin-top: -230px;
	}
}
/*PC*/
@media only screen and (min-width: 1024px) and (min-height: 600px) {
	.introCopy{
	margin-top: -220px;
	}
} 
@media only screen and (min-width: 1024px) and (min-height: 768px) {
	.introCopy{
	margin-top: -360px;
	}
}
@media only screen and (min-width: 1024px) and (min-height:1366px){
	.introCopy{
	margin-top: -830px;
	}
}
@media only screen and (min-width: 1024px) and (min-height:1440px){
	.introCopy{
	margin-top: -900px;
	}
}

@media only screen and (min-width: 1280px) and (min-height: 800px) {
	.introCopy{
	margin-top: -320px;
	}
}
@media only screen and (min-width: 1366px) and (min-height: 768px) {
	.introCopy{
	margin-top: -260px;;
	}
}
@media only screen and (min-width: 1366px) and (min-height: 1024px) {
	.introCopy{
	margin-top: -470px;;
	}
}
@media only screen and (min-width: 1440px) and (min-height:900px){
	.introCopy{
	margin-top: -360px;
	}
}
@media only screen and (min-width: 1440px) and (min-height:1024px){
	.introCopy{
	margin-top: -450px;
	}
}
@media only screen and (min-width: 1600px) and (min-height:900px){
	.introCopy{
	margin-top: -310px;
	}
}
@media only screen and (min-width: 1680px) and (min-height:1050px){
	.introCopy{
	margin-top: -400px;
	}
}
@media only screen and (min-width: 1920px) and (min-height: 1080px){
	.introCopy{
	margin-top: -360px;
	}
}
@media only screen and (min-width: 1920px) and (min-height: 1200px){
	.introCopy{
	margin-top: -450px;
	}
}

/*VIDEO HERO*/
.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

#videoHero {
  align-content: center;
  padding-top: 50px;	
  padding-bottom: 50px;
  margin-top: 50px;	
}

@media only screen and (min-width: 320px) and (min-height: 568px){
.vidPad{
	margin-top: -400px;
	margin-left: 5px;
}
}
@media only screen and (min-width: 360px) and (min-height: 640px){
	.vidPad{
	margin-top: -430px;
}
}
@media only screen and (min-width: 375px) and (min-height: 667px){
	.vidPad{
	margin-top: -450px;
}
}
@media only screen and (min-width: 414px) and (min-height: 736px){
	.vidPad{
	margin-top: -500px;
}
}

@media only screen and (min-width: 480px) and (min-height: 800px){
	.vidPad{
	margin-top: -530px;
	margin-left: 0px;		
}
}	
@media (min-width: 568px){
	.vidPad{
	margin-top: -100px;
	margin-left: 0px;		
}
}
@media only screen and (min-width: 600px) and (min-height: 960px){
	.vidPad{
	margin-top: -630px;
	margin-left: 0px;		
}
}
@media only screen and (min-width: 600px) and (min-height: 1024px){
	.vidPad{
	margin-top: -710px;
	margin-left: 0px;		
}
}
@media only screen and (min-width: 640px) and (min-height: 360px){
	.vidPad{
	margin-top: -80px;
}
}
@media only screen and (min-width: 667px) and (min-height: 375px){
	.vidPad{
	margin-top: -80px;
}
}
@media only screen and (min-width: 736px) and (min-height: 414px){
	.vidPad{
	margin-top: -70px;	
}
}	
@media only screen and (min-width: 768px) and (min-height: 1024px){
	.vidPad{
	margin-top: -560px;	
}
}
@media only screen and (min-width: 800px) and (min-height: 480px){
	.vidPad{
	margin-top: -140px;
}
}
@media only screen and (min-width: 800px) and (min-height: 1280px){
	.vidPad{
	margin-top: -780px;
}
}
@media only screen and (min-width: 960px) and (min-height: 600px){
	.vidPad{
	margin-top: -180px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 600px){
	.vidPad{
	margin-top: -180px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 768px){
	.vidPad{
	margin-top: -310px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 1366px){
	.vidPad{
	margin-top: -780px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 1440px){
	.vidPad{
	margin-top: -860px;
}
}
@media only screen and (min-width: 1280px) and (min-height: 800px){
	.vidPad{
	margin-top: -270px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 768px){
	.vidPad{
	margin-top: -220px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 1024px){
	.vidPad{
	margin-top: -410px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 900px){
	.vidPad{
	margin-top: -310px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 1024px){
	.vidPad{
	margin-top: -390px;
}
}
@media only screen and (min-width: 1600px) and (min-height: 900px){
	.vidPad{
	margin-top: -270px;
}
}
@media only screen and (min-width: 1680px) and (min-height: 1050px){
	.vidPad{
	margin-top: -350px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1080px){
	.vidPad{
	margin-top: -290px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1200px){
	.vidPad{
	margin-top: -380px;
}
}

.vidMask {
  border-radius: 10px 10px 10px 10px;	
  overflow: hidden;
  z-index: 1;
  width: 300px;	
}
@media (min-width: 414px){
 .vidMask {
  border-radius: 10px 10px 10px 10px;	
  overflow: hidden;
  z-index: 1;
  width: 380px;	
}
}
@media (min-width: 576px){
 .vidMask {
  border-radius: 12px 12px 12px 12px;	
  overflow: hidden;
  z-index: 1;
  width: 480px;	
}
}

@media (min-width: 768px){
 .vidMask {
  border-radius: 12px 12px 12px 12px;	
  overflow: hidden;
  z-index: 1;
  width: 640px;	
}
}

.vidScale {
	width: 300px; 
	height: 168.75px;
}
@media (min-width: 414px){
.vidScale {
	width: 380px; 
	height: 213.75px;
}
}
@media (min-width: 576px){
.vidScale {
	width: 480px; 
	height: 270px;
}
}
@media (min-width: 768px){
	.vidScale {
	width: 540px; 
	height: 303.75px;
}
}	
@media (min-width: 992px){
	.vidScale {
	width: 640px; 
	height: 360px;
}
}

/*--HAMSTERS--*/
#fishSection{
	align-content: center;
}

@media only screen and (min-width: 320px) and (min-height: 568px){
	.toysIntro{
	 margin-top: -250px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 360px) and (min-height: 640px){
	.toysIntro{
	 margin-top: -290px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 375px) and (min-height: 667px){
	.toysIntro{
	 margin-top: -300px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 414px) and (min-height: 736px){
	.toysIntro{
	 margin-top: -300px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 480px) and (min-height: 800px) {
	.toysIntro{
	 margin-top: -330px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 568px) and (min-height: 320px){
	.toysIntro{
	 margin-top: -20px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 600px) and (min-height: 960px) {
	.toysIntro{
	 margin-top: -370px;
	 padding: 0 0 10px 0;
}
}

@media only screen and (min-width: 600px) and (min-height: 1024px) {
	.toysIntro{
	 margin-top: -460px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 640px) and (min-height: 360px) {
	.toysIntro{
	 margin-top: -20px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 667px) and (min-height: 375px) {
	.toysIntro{
	 margin-top: -20px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 736px) and (min-height: 414px){
	.toysIntro{
	 margin-top: -30px;
	 padding: 0 0 10px 0;
}
}	
@media only screen and (min-width: 768px) and (min-height: 1024px) {
	.toysIntro{
	 margin-top: -280px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 800px) and (min-height: 480px) {
	.toysIntro{
	 margin-top: -10px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 800px) and (min-height: 1280px) {
	.toysIntro{
	 margin-top: -450px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 960px) and (min-height: 600px) {
	.toysIntro{
	 margin-top: -10px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 1024px) and (min-height: 600px){
	.toysIntro{
	 margin-top: 10px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 768px){
	.toysIntro{
	 margin-top: 10px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 1366px){
	.toysIntro{
	 margin-top: -450px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 1440px){
	.toysIntro{
	 margin-top: -500px;
}
}
@media only screen and (min-width: 1280px) and (min-height: 800px){
	.toysIntro{
	 margin-top: 10px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 768px){
	.toysIntro{
	 margin-top: 10px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 1024px){
	.toysIntro{
	 margin-top: -10px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 900px){
	.toysIntro{
	 margin-top: 10px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 1024px){
	.toysIntro{
	 margin-top: 1px;
}
}
@media only screen and (min-width: 1600px) and (min-height: 900px){
	.toysIntro{
	 margin-top: 10px;
}
}
@media only screen and (min-width: 1680px) and (min-height: 1050px){
	.toysIntro{
	 margin-top: 10px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1024px){
	.toysIntro{
	 margin-top: 10px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1200px){
	.toysIntro{
	 margin-top: 10px;
}
}

/*DOWNLOAD COPY*/
.downCopy{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 12px;
  color: #00e8fd;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -.5px;
  padding-left: 30px;	
}
@media (min-width: 768px) {
  .downCopy{
  font-size: 12px;
  padding-left: 24px;	
}
}
@media (min-width: 1920px) {
  .downCopy{
  font-size: 12px;
  padding-left: 30px;	
}
}

/*GALLERY PAD*/
.gridPad{
	margin-top: -25px;
}	
@media only screen and (min-width: 320px) and (min-height: 568px){
	.gridPad{
	margin-top: -170px;
}
}
@media only screen and (min-width: 360px) and (min-height: 640px){
	.gridPad{
	margin-top: -180px;
}
}
@media only screen and (min-width: 375px) and (min-height: 667px){
	.gridPad{
	margin-top: -190px;
}
}
@media only screen and (min-width: 414px) and (min-height: 736px){
	.gridPad{
	margin-top: -190px;
}
}
@media only screen and (min-width: 480px) and (min-height: 800px){
	.gridPad{
	margin-top: -210px;
}
}
@media only screen and (min-width: 568px) and (min-height: 320px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 600px) and (min-height: 960px){
	.gridPad{
	margin-top: -240px;
}
}
@media only screen and (min-width: 600px) and (min-height: 1024px){
	.gridPad{
	margin-top: -390px;
}
}
@media only screen and (min-width: 640px) and (min-height: 360px){
	.gridPad{
	margin-top: -20px;
}
}
@media only screen and (min-width: 667px) and (min-height: 375px){
	.gridPad{
	margin-top: -20px;
}
}
@media only screen and (min-width: 736px) and (min-height: 414px){
	.gridPad{
	margin-top: -70px;
}
}
@media only screen and (min-width: 768px) and (min-height: 1024px){
	.gridPad{
	margin-top: -180px;
}
}
@media only screen and (min-width: 800px) and (min-height: 480px){
	.gridPad{
	margin-top: -40px;
}
}
@media only screen and (min-width: 800px) and (min-height: 1280px){
	.gridPad{
	margin-top: -320px;
}
}
@media only screen and (min-width: 960px) and (min-height: 600px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 600px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 768px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 1366px){
	.gridPad{
	margin-top: -380px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 1440px){
	.gridPad{
	margin-top: -400px;
}
}
@media only screen and (min-width: 1280px) and (min-height: 800px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 768px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 1024px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 900px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 1024px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1600px) and (min-height: 900px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1680px) and (min-height: 1050px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1080px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1200px){
	.gridPad{
	margin-top: -10px;
}
}

.bannerHolder {
  align-content: center;
  background-color: #3fb0e4;	
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;	
  height: 90px;
  margin-top: 25px; 	
}

@media screen and (min-width: 576px) {
  .bannerHolder {
    height: 130px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 600px) {
  .bannerHolder { 
    height: 200px;
  }
}

@media screen and (min-width: 1280px) and (min-width:800px) {
  .bannerHolder { 
    height: 200px;
  }
}

.bannerOne {
    background-image: url("../../assets/img/aqua/aqua-banner1.jpg");
  }

.bannerTwo {
    background-image: url("../../assets/img/aqua/aqua-banner2.jpg");
  }

.bannerThree {
    background-image: url("../../assets/img/aqua/aqua-banner3.jpg");
  }
.bannerPad{
	margin-top: -70px;
}

#moveSection{
	margin-top: 25px;
}

#setSection{
	margin-top: 25px;
}

/* Divider */
hr.solid {
    border-top: 1px solid #999;
}

	.divPad{
		padding: 25px 0;
	}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}	
	
.vidSmall {
	width: 320px; 
	height: 180px;
	align-content: center;
	
}	
	
@media (min-width: 576px){
	.vidSmall {
	width: 320px; 
	height: 180px;		
}
} 

.vidMask2 {
  border-radius: 12px 12px 12px 12px;	
  overflow: hidden;
  z-index: 1;
  width: 320px;
;	
}




/*PRIME*/
#transport{
	align-content: center;
	padding: 40px 0 0 0;
}	

.primeHead{
	margin-top: -10px;
}	
@media screen and (min-width: 768px){
	.primeHead{
	margin-top: -50px;
}
}



.primePad{
	margin-bottom: 25px;
}	
	
@media (min-width: 768px){
	.primePad{
		
}	
}

.primePlus{
	padding-top: 50px;
	}	
	
.primeNudge{
	margin-top: -35px;
}

.primeHolder{
		height: 240px;
}	
	
@media (min-width: 768px){
	.primeHolder{
		height: 300px;
	}		
}

.primeBall {
  background-image: url("../../assets/img/aqua/prime_ball.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}	
.primeBoat {
  background-image: url("../../assets/img/aqua/prime_boat.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.primeSub {
  background-image: url("../../assets/img/aqua/prime_sub.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.primeStarter {
  background-image: url("../../assets/img/aqua/prime_starter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.primeCoral {
  background-image: url("../../assets/img/aqua/prime_coral.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}	
	

.primeCopy{
	margin-top: 10px;
	margin-bottom: 50px;
	}

@media screen and (min-width: 600px){
	.primeCopy{
	margin-top: -30px;		
	}	
}

@media screen and (min-width: 768px){
	.primeCopy{
	margin-top: 0px;		
	}	
}	

.primeFish{
	align-content: center;
	text-align: center;
	padding-top: 50px;
	}

/*BOXES*/
.boxHolder{
		height: 0px;
	}	
	
@media (min-width: 768px){
	.boxHolder{
		height: 230px;
}
}	
	
@media (min-width: 992){
	.boxHolder{
		height: 230px;
}
}	
	
.boxBall {
  background-image: url("../../assets/img/aqua/box_ball.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxBoat {
  background-image: url("../../assets/img/aqua/box_boat.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxSub {
  background-image: url("../../assets/img/aqua/box_sub.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}	
.boxStarter {
  background-image: url("../../assets/img/aqua/box_starter.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxCoral {
  background-image: url("../../assets/img/aqua/box_coral.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
	
.downIcon {
  background-image: url("../../assets/img/aqua/ins_icon.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6em;
  width: 1.6em;
  display: inline;
  vertical-align: bottom;
  padding: 0 25px 0 0;	
}

.downPad{
	margin-top: -180px;
}

	@media(min-width: 992px){
		.downPad{
	margin-top: -200px;
}
	}

.basePad{
	padding-bottom: 50px;	
}

/***********BUY******************/
#buySection{
	align-content: center;
	padding: 50px 0 70px 0;
}

.retailHolder{
	height: 80px;
	padding: 25px 0 100px 0;
}

@media(min-width: 768px){
	.retailHolder{
	height: 200px;
	padding: 25px 5px;
}
}

.retailAmz {
  background-image: url("../../assets/img/logos/amz_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.retailTag {
  background-image: url("../../assets/img/logos/target_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.retailWm {
  background-image: url("../../assets/img/logos/wm_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.retailFAO {
  background-image: url("../../assets/img/logos/fao_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}	
.retailHobby {
  background-image: url("../../assets/img/logos/hobby_logos.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}	
.retailBigLots {
  background-image: url("../../assets/img/logos/biglots_logos.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}	
.retailMeijer {
  background-image: url("../../assets/img/logos/meijer_logos.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}	

#toyAward{
  width: 100%;
  height: 25vh;
  background: url("../../assets/img/main/aqua/zzaToyMobileHoliday.jpg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 50px;	
}

@media (min-width: 768px){
	#toyAward
  {width: 100%;
  height: 20vh;
  background: url("../../assets/img/main/aqua/zzaToyHoliday.jpg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 5px;		  
}
}
	