/*
	Landed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Loader */

	body.landing:before, body.landing:after {
		display: none !important;
	}

/* Icon */

	.icon.alt {
		color: inherit !important;
	}

	.icon.major.alt:before {
		color: #ffffff !important;
	}

/* Banner */

	#banner:after {
		background-color: rgba(23, 24, 32, 0.95);
	}

/* Footer */

	#footer .icons .icon.alt:before {
		color: #ffffff !important;
	}
	textarea{
		overflow: hidden;
	}

@media screen and (max-width: 1280px) {
	
	.NZstock_txt{
		font-size:0.8em;
	}
}

@media screen and (max-width: 980px) {
	
	.NZstock_txt{
		font-size:1em;
	}
}
@media screen and (max-width: 736px) {
	
	.NZstock_txt{
		font-size:0.9em;
		line-height: 1.6em;
	}
}
@media screen and (max-width: 480px) {
	
	.NZstock_txt{
		font-size:1em;
		line-height: 2em;
	}
}

.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.swiper-pagination-bullet-active{
	background: #E44C65;
}
.swiper-pagination{
	position: absolute;
	z-index: 20;
	left:50%;
	margin-left: -2.5em;
	bottom: 10px;
}
 .swiper-pagination-switch {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.3em;
  background: #222;
  margin-right: 0.3em;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #E13652;
}