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 top;
}

@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: 100vw;  
  height: 100vh; 	
  background: url("../../assets/img/main/city/zzcHeroMobileR.jpg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 25px;	
}

@media (min-width: 768px) {
  #hero {
	width: 100vw; 
	height: 80vh;	  
    background: url("../../assets/img/main/city/zzcHeroR.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/city/ZhuZhuCity_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}  
}
@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;	
}

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

@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: -580px;	
}
}
@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: -800px;
}
}
@media only screen and (min-width: 960px) and (min-height: 600px){
	.vidPad{
	margin-top: -200px;
}
}
@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: -330px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 1366px){
	.vidPad{
	margin-top: -800px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 1440px){
	.vidPad{
	margin-top: -880px;
}
}
@media only screen and (min-width: 1280px) and (min-height: 800px){
	.vidPad{
	margin-top: -300px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 768px){
	.vidPad{
	margin-top: -240px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 1024px){
	.vidPad{
	margin-top: -450px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 900px){
	.vidPad{
	margin-top: -340px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 1024px){
	.vidPad{
	margin-top: -410px;
}
}
@media only screen and (min-width: 1600px) and (min-height: 900px){
	.vidPad{
	margin-top: -300px;
}
}
@media only screen and (min-width: 1680px) and (min-height: 1050px){
	.vidPad{
	margin-top: -370px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1080px){
	.vidPad{
	margin-top: -310px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1200px){
	.vidPad{
	margin-top: -400px;
}
}

.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--*/
#hamsterSection{
	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: -300px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 375px) and (min-height: 667px){
	.toysIntro{
	 margin-top: -320px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 414px) and (min-height: 736px){
	.toysIntro{
	 margin-top: -330px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 480px) and (min-height: 800px) {
	.toysIntro{
	 margin-top: -310px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 568px) and (min-height: 320px){
	.toysIntro{
	 margin-top: -10px;
	 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: -450px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 640px) and (min-height: 360px) {
	.toysIntro{
	 margin-top: -10px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 667px) and (min-height: 375px) {
	.toysIntro{
	 margin-top: -170px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 736px) and (min-height: 414px){
	.toysIntro{
	 margin-top: 10px;
	 padding: 0 0 10px 0;
}
}	
@media only screen and (min-width: 768px) and (min-height: 1024px) {
	.toysIntro{
	 margin-top: -270px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 800px) and (min-height: 480px) {
	.toysIntro{
	 margin-top: -20px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 800px) and (min-height: 1280px) {
	.toysIntro{
	 margin-top: -520px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 960px) and (min-height: 600px) {
	.toysIntro{
	 margin-top: -15px;
	 padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 1024px) and (min-height: 600px){
	.toysIntro{
	 margin-top: -20px;
}
}
@media only screen and (min-width: 1024px) and (min-height: 768px){
	.toysIntro{
	 margin-top: -20px;
}
}
@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: -520px;
}
}
@media only screen and (min-width: 1280px) and (min-height: 800px){
	.toysIntro{
	 margin-top: -20px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 768px){
	.toysIntro{
	 margin-top: -20px;
}
}
@media only screen and (min-width: 1366px) and (min-height: 1024px){
	.toysIntro{
	 margin-top: -100px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 900px){
	.toysIntro{
	 margin-top: -20px;
}
}
@media only screen and (min-width: 1440px) and (min-height: 1024px){
	.toysIntro{
	 margin-top: -50px;
}
}
@media only screen and (min-width: 1600px) and (min-height: 900px){
	.toysIntro{
	 margin-top: -20px;
}
}
@media only screen and (min-width: 1680px) and (min-height: 1050px){
	.toysIntro{
	 margin-top: -20px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1024px){
	.toysIntro{
	 margin-top: -20px;
}
}
@media only screen and (min-width: 1920px) and (min-height: 1200px){
	.toysIntro{
	 margin-top: -50px;
}
}

/*DOWNLOAD COPY*/
.downCopy{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 12px;
  color: #00e8fd;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -.5px;
  padding-left: 30px;	
}


/*GALLERY PAD*/
.gridPad{
	margin-top: -25px;
}	
@media only screen and (min-width: 320px) and (min-height: 568px){
	.gridPad{
	margin-top: -200px;
}
}
@media only screen and (min-width: 360px) and (min-height: 640px){
	.gridPad{
	margin-top: -250px;
}
}
@media only screen and (min-width: 375px) and (min-height: 667px){
	.gridPad{
	margin-top: -240px;
}
}
@media only screen and (min-width: 414px) and (min-height: 736px){
	.gridPad{
	margin-top: -230px;
}
}
@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: -20px;
}
}
@media only screen and (min-width: 600px) and (min-height: 960px){
	.gridPad{
	margin-top: -280px;
}
}
@media only screen and (min-width: 600px) and (min-height: 1024px){
	.gridPad{
	margin-top: -380px;
}
}
@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: -80px;
}
}
@media only screen and (min-width: 736px) and (min-height: 414px){
	.gridPad{
	margin-top: -20px;
}
}
@media only screen and (min-width: 768px) and (min-height: 1024px){
	.gridPad{
	margin-top: -150px;
}
}
@media only screen and (min-width: 800px) and (min-height: 480px){
	.gridPad{
	margin-top: -10px;
}
}
@media only screen and (min-width: 800px) and (min-height: 1280px){
	.gridPad{
	margin-top: -400px;
}
}
@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: -350px;
}
}
@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;
}
}

.bioSection {
  align-content: center;
  background-color: #3fb0e4;	
  height: 280px;
  width: 100vw; 	
  margin-top: 20px; 	
}
@media screen and (min-width: 600px) {
  .bioSection {
    height: 240px;
	width: 100vw;
	margin-top: 25px;   
  }
}

@media screen and (min-width: 768px) {
  .bioSection {
    height: 260px;
	width: 100vw;   
  }
}

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

@media screen and (min-width: 1280px) and (min-width:800px) {
  .bioSection { 
    height: 220px;
	width: 100vw;
	padding: 10px;  
  }
}
.bioPad{
	padding-top: 10px;
}

.bioThumbHolder{
  height: 80px;
  margin: 5px 5px 20px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;  	
}

@media screen and (min-width: 600px) {
  .bioThumbHolder {
    height: 80px;
    margin: 0px 5px 20px 5px;
  }
}

@media screen and (min-width: 800px) {
  .bioThumbHolder {
    height: 90px;
    margin: -5px 5px 20px 5px;
  }
}

@media screen and (min-width: 1024px) {
  .bioThumbHolder {
    height: 200px;
      margin: -24px 5px 20px 5px;
  }
}

.bioSquigs{
	background-image: url("../img/downloads/thumbs/bioThumb_squigs.png");
}
.bioPip{
	background-image: url("../img/downloads/thumbs/bioThumb_pip.png");
}
.bioChunk{
	background-image: url("../img/downloads/thumbs/bioThumb_chunk.png");
}
.bioNums{
	background-image: url("../img/downloads/thumbs/bioThumb_nums.png");
}
.bioScoodles{
	background-image: url("../img/downloads/thumbs/bioThumb_scoodles.png");
}
.bioJilly{
	background-image: url("../img/downloads/thumbs/bioThumb_jilly.png");
}
.bioSophie{
	background-image: url("../img/downloads/thumbs/bioThumb_sophie.png");
}
.bioCarly{
	background-image: url("../img/downloads/thumbs/bioThumb_carly.png");
}

.bannerSection {
  align-content: center;
  background-color: #3fb0e4;	
  height: 90px;
  width: 100vw; 	
  margin-top: 25px; 	
}

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

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

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

.bannerHolder {
  align-content: center;	
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;	
  height: 90px;	
}

@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/city/banner01_full.jpg");
  }

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

.bannerThree {
    background-image: url("../../assets/img/city/banner03_full.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;
	}		
}
	

.primePolice {
  background-image: url("../../assets/img/city/city_police.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}	
.primeFire {
  background-image: url("../../assets/img/city/city_firetruck.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.primeWheel {
  background-image: url("../../assets/img/city/city_wheel.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.primeCStarter {
  background-image: url("../../assets/img/city/city_starter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.primeCar {
  background-image: url("../../assets/img/city/city_car.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;		
	}	
}	


/*BOXES*/
.boxHolder{
		height: 0px;
	}	
	
@media (min-width: 768px){
	.boxHolder{
		height: 230px;
}
}	
	
@media (min-width: 992){
	.boxHolder{
		height: 230px;
}
}	
	
.boxPolice {
  background-image: url("../../assets/img/city/city_box_police.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxFire {
  background-image: url("../../assets/img/city/city_box_firetruck.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxWheel {
  background-image: url("../../assets/img/city/city_box_wheel.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}	
.boxCStarter {
  background-image: url("../../assets/img/city/city_box_starter.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxCar {
  background-image: url("../../assets/img/city/city_box_pinkCoupe.jpg");
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
	
.downIcon {
  background-image: url("../../assets/img/city/ins_icon.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5em;
  width: 1.5em;
  display: inline;
  vertical-align: bottom;	
}

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

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

.basePad{
	padding-bottom: 50px;	
}

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

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

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

.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;		  
}
}
	