

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

/*span.swiper-pagination-bullet.active span.bullet-text {
    color: #005085 !important;
    opacity: 1 !important;
}*/

.swiper-pagination-bullet.swiper-pagination-bullet-active span.bullet-text {
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-left: 2px solid #9e1d29 !important;
/*font-weight: bold !important;*/
}

.product-slider .swiper-pagination-bullet-active {
color: #9e1d29 !important;
border-left: 2px solid #9e1d29 !important;
/*font-weight: bold !important;*/
}

.bullet-number span.bullet-text {
    color: #9e1d29 !important;
}



@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.5)
	}
	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes sk-stretchdelay {
	0%,
	100%,
	40% {
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5)
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}


.page-content {
	margin: 1.5em 0 0
}

.button {
	display: inline-block;
	text-transform: uppercase
}

.button {
	position: relative;
	margin: 0;
	padding: 15px 35px;
	font-size: 12px;
	color: #9e1d29;
	background-color: #fff
}

.product-slider.slider-fun .swiper-slide:nth-of-type(2n) .swiper-slide__right{
	order:2 !important;
}
.product-slider.slider-fun .swiper-slide:nth-of-type(2n) .swiper-slide__left{
	order:1 !important;
}
@media (min-width:320px) {
	.button {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.button {
		font-size: 16px
	}
}

.button:after,
.button:before {
	position: absolute;
	content: "";
	top: 0;
	left: -6px;
	bottom: 0;
	width: 3px;
	background-color: #fff;
	-webkit-transition: .2s;
	transition: .2s
}

.button:after {
	left: auto;
	right: -6px
}

.button:hover {
	color: #005085
}

.button:hover:after,
.button:hover:before {
	width: 7px
}

.blue__link {
	margin-left: 6px
}

.blue__link {
	color: #fff
}

.blue__link,
.blue__link:after,
.blue__link:before {
	background-color: #005085
}

.blue__link:hover {
	color: #fff
}

.page-content {
	margin: 0
}

.product-slider {
	position: relative;
	margin-top: 0px !important;
}

@media (max-width:991.98px) {
	.product-slider {
		margin-top: 20px !important;
	}
}

.product-slider .swiper-container {
	width: 100%;
	max-height: 775px
}

.product-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	text-align: center;
	background: no-repeat;
	background-position: 82px 34px;
	background-image: url(//duraplan.co.nz/surfaceform/wp-content/themes/surface-theme/dist/css/../images/Vector_Smart_Object_light.png)
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-position: 50%;
		background-size: cover;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
		padding-bottom: 0
	}
}

.product-slider .swiper-slide__left {
	width: 51%
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.product-slider .swiper-slide__left .swiper-slide__left-content {
	margin-left: 29%;
	margin-top: 0%
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left .swiper-slide__left-content {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 20px
	}
}

.product-slider .swiper-slide__left h2 {
	font-size: 28px;
	line-height: 20px;
	color: #9e1d29;
	font-weight: 600;
	margin-bottom: 45px
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left h2 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left h2 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left h2 {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left h2 {
		margin-bottom: 20px
	}
}

.product-slider .swiper-slide__left h5 {
	color: #9e1d29;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 22px
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left h5 {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left h5 {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left h5 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left h5 {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left h5 {
		margin-bottom: 15px
	}
}


.home .swiper-slide .blue__link, .blue__link:after, .blue__link:before {
background-color: #fff;
}
.home .swiper-slide a.blue__link.button {
color: #9e1d29;
background: #fff;
}

.custom-button:after, .custom-button:before {
background-color: #9e1d29 !important;
}

.custom-button {
color: #fff !important;
background: #9e1d29 !important;
}


.product-slider .swiper-slide__left p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	max-width: 375px;
	margin: 0 auto
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left p {
		line-height: 30px
	}
}

@media (max-width:575.98px) {
	.product-slider .swiper-slide__left p {
		max-width: 70%
	}
}

.product-slider .swiper-slide__left a {
	margin-top: 45px
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left a {
		margin-top: 20px
	}
}

.product-slider .swiper-slide__right {
	width: 49%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__right {
		width: 80%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		min-height: 250px
		margin-left:20px;
	}
}

.product-slider .swiper-pagination-bullet {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	margin: 0!important;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 54px;
	width: 50%;
	color: #9e1d29;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	opacity: 1;
	border-radius: 0;
	background: 0 0;
	border-left: 2px solid #9e1d2952;
}
/*added*/
.product-slider .swiper-wrapper {
    flex-wrap: nowrap;
}

@media (max-width:575.98px) {
	.product-slider .swiper-pagination-bullet {
		border-left: 1px solid #9e1d294a;
	}
	.product-slider .swiper-pagination-bullet-active{
		border-left: 1px solid #9e1d29 !important;
	}
}

.product-slider .swiper-pagination-bullet .bullet-number {
	margin-top: 20px;
	margin-left: 13px
}

.product-slider .swiper-pagination-bullet .bullet-text {
	opacity: 0
}

@media (max-width:991.98px) {
	.product-slider .swiper-pagination-bullet .bullet-text {
		display: none
	}
}

.product-slider .swiper-pagination-bullet:hover .bullet-text {
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 1;
	color: #9e1d29
}

.product-page__title {
	min-height: 55vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.product-page__title {
		min-height: 50vh
	}
}

.product-page__title h2 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2%;
	text-transform: capitalize
}

@media (min-width:320px) {
	.product-page__title h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.product-page__title h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.product-page__title h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.product-page__title h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.product-page__title h2 {
		text-align: center
	}
}

.product-page__title p {
	margin: 19px 0 0;
	padding: 0 0 10px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	width: 50%
}

@media (min-width:320px) {
	.product-page__title p {
		font-size: calc(.438vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.product-page__title p {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.product-page__title p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-page__title p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.product-page__title p {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.product-page__title p {
		text-align: center
	}
}

.product-page__category-section {
	padding-top: 75px;
	padding-bottom: 25px
}

@media (max-width:991.98px) {
	.product-page__category-section {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media (max-width:575.98px) {
	.product-page__category-section {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.product-page__category-section .product-page__category-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-page__category-section .product-page__category__image {
	height: 85%;
	margin: -17% auto 0;
	min-height: 50vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.product-page__category-section .product-page__category__image {
		min-height: 40vh
	}
}

@media (max-width:575.98px) {
	.product-page__category-section .product-page__category__image {
		min-height: 35vh
	}
}

.product-page__category-section .product-page__category-container__item {
	width: 49%;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 60px
}

@media (max-width:767.98px) {
	.product-page__category-section .product-page__category-container__item {
		width: 100%
	}
}

.product-page__category-section .product-page__category-container__item:hover {
	margin-top: -10px;
	margin-bottom: 70px
}

.product-page__category-section .product-page__category-container__item:hover h5 {
	color: #0094d4
}

.page-404 {
	padding-top: 43vh;
	min-height: 100vh
}

@media (max-width:1199.98px) {
	.page-404 {
		padding-top: 35vh
	}
}

@media (max-width:575.98px) {
	.page-404 {
		padding-top: 35vh
	}
}

.page-404 .page-404__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10vh
}

@media (max-width:575.98px) {
	.page-404 .page-404__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.page-404 .page-404__text {
	color: #747477;
	font-size: 40px;
	line-height: 46px;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 0 10%;
	max-width: 500px
}

@media (min-width:320px) {
	.page-404 .page-404__text {
		font-size: calc(1.25vw + 36px)
	}
}

@media (min-width:1920px) {
	.page-404 .page-404__text {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.page-404 .page-404__text {
		line-height: calc(1.5vw + 41.2px)
	}
}

@media (min-width:1920px) {
	.page-404 .page-404__text {
		line-height: 70px
	}
}

@media (max-width:575.98px) {
	.page-404 .page-404__text {
		text-align: center;
		margin: 0
	}
}








