/*Custom Template built by Webtech Evolution Limited - Palmerston North - NZ: © 2018.Template URI: https: //webtech.kiwiPhone: +64 6 354 8336Author Design: Mike Oliver - mike@webtech.kiwiClient: ProFabVersion: 1.0*/
/* RESET */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tfoot,article, aside, canvas, details, figcaption, figure, footer, header, hgroup,menu, nav, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
nav ul {  list-style: none; }
blockquote, q {  quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {  content: '';  content: none; }
a {  margin: 0;  padding: 0;  font-size: 100%;  vertical-align: baseline;  text-decoration: none;  color: inherit; }
a:hover {  text-decoration: none; }
ins {  background-color: #008c98;  color: #000;  text-decoration: none; }
mark {  background-color: #008c98;  color: #000;  font-style: italic;  font-weight: bold; }
del {  text-decoration: line-through; }
abbr[title], dfn[title] {  border-bottom: 1px dotted;  cursor: help; }
hr {  display: block;  height: 1px;  border: 0;  border-top: 1px solid #ccc;  margin: 0;  padding: 0; }
input, select {  vertical-align: middle; }
input, select, textarea {  outline: none}
body {  font: 12px/1.231 sans-serif;  *font-size: small; }
select, input, textarea, button {  font: 99% sans-serif; }
pre, code, kbd, samp {  font-family: monospace, sans-serif; }
body, select, input, textarea {  color: #444; }
h1,h2,h3,h4,h5,h6 {  font-weight: normal; }
html {  overflow-y: scroll; }
ul, ol {  margin-left: 0; }
ol {  list-style-type: decimal; }
li {  list-style: none; }
nav ul, nav li {  margin: 0; }
small {  font-size: 85%; }
strong, th {  font-weight: bold; }
td, td img {  vertical-align: top; }
sub {  vertical-align: sub;  font-size: smaller; }
sup {  vertical-align: super;  font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea {  overflow: auto; }
.ie6 legend, .ie7 legend {  margin-left: -7px; }
input[type="radio"] {  vertical-align: text-bottom; }
input[type="checkbox"] {  vertical-align: bottom; }
.ie7 input[type="checkbox"] {  vertical-align: baseline; }
.ie6 input {  vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button {  cursor: pointer; }
button, input, select, textarea {  margin: 0; }
:: -moz-selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
:: selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
button {  width: auto;  overflow: visible; }
.ie7 img {  -ms-interpolation-mode: bicubic; }
.ir {  display: block;  text-indent: -999em;  overflow: hidden;  background-repeat: no-repeat;  text-align: left;  direction: ltr; }
.hidden {  display: none;  visibility: hidden; }
.visuallyhidden {  position: absolute !important;  clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible {  visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020";  display: block;  height: 0;  visibility: hidden; }
.clearfix:after {  clear: both; }
.clearfix {  zoom: 1; }
/* ======================================================================== Component: Grid ========================================================================== */
/* * 1. Makes grid more robust so that it can be used with other block elements like lists */
.col {  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap;  flex-wrap: wrap;  /* 1 */
 margin: 0;  padding: 0;  list-style: none; }
/* * DEPRECATED * Micro clearfix * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit */
.col:before, .col:after {  content: "";  display: block;  overflow: hidden; }
.col:after {  clear: both; }
/* * Grid cell * 1. Space is allocated solely based on content dimensions * 2. Makes grid more robust so that it can be used with other block elements * 3. DEPRECATED Using `float` to support IE9 */
.col > * {  /* 1 */
 -ms-flex: none;  -webkit-flex: none;  flex: none;  /* 2 */
 margin: 0;  /* 3 */
 float: left; }
/* * Remove margin from the last-child */
.col > * >: last-child {  margin-bottom: 0; }
/* Grid gutter ========================================================================== */
/* * Default gutter */
/* Horizontal */
.col {  margin-left: -25px; }
.col > * {  padding-left: 25px; }
[class*='col'] {  box-sizing: border-box; }
/* * Widths */
/* Whole */
.col-1-1 {  width: 100%; }
/* Halves */
.col-1-2, .col-2-4, .col-3-6, .col-5-10 {  width: 50%; }
/* Thirds */
.col-1-3, .col-2-6 {  width: 33.333%; }
.col-2-3, .col-4-6 {  width: 66.666%; }
/* Quarters */
.col-1-4 {  width: 25%; }

.top-d .col-1-4 {width:100%}

.col-3-4 {  width: 75%; }
/* Fifths */
.col-1-5, .col-2-10 {  width: 20%; }
.col-2-5, .col-4-10 {  width: 40%; }
.col-3-5, .col-6-10 {  width: 60%; }
.col-4-5, .col-8-10 {  width: 80%; }
/* Sixths */
.col-1-6 {  width: 16.666%; }
.col-5-6 {  width: 83.333%; }
/* Tenths */
.col-1-10 {  width: 10%; }
.col-3-10 {  width: 30%; }
.col-7-10 {  width: 70%; }
.col-9-10 {  width: 90%; }
body{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 35px;
	color: #424242;
}
p {
	padding: 20px 0;
}

p.mod-articles-category-title {
    font-family: 'Playfair Display';
    font-size: 28px;
    text-align: center;
}

.header {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
}

.wbg-img {
	height: 100%;
	background-size: cover;
	display: flex;
	align-items: center;
}

.banner .square {
	max-width: 50%;
}
.banner h1 {
	font-size: 64px;
	font-family: Playfair Display;
	color: #fff;
}
.banner .btn {
	margin-top: 80px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: Open Sans;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	background-image: url(../images/arrow-right.svg);
	background-position: right 32%;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.wbg-text.uk-container {
	position: relative;
	z-index: 10;
}

.container {
	max-width: 100%;
  max-width: 1200px;
	margin: 0 auto;
}

.container a {
  text-decoration: underline;
}

.footer a {
  text-decoration: none;
}


.container90 {
	max-width: 90%;
	margin: 0 auto;
}
.banner .slideshow-item::after {
	content: "";
	background: rgba(0,0,0,.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.slideshow-navs {
	position: absolute;
	bottom: 10%;
	width: 100%;
}
.banner {
	position: relative;
}
.uk-slideshow-nav li.uk-active::before {
	display: block;
	font-family: Playfair Display;
	color: #fff;
	position: absolute;
	font-size: 64px;
	font-weight: normal;
	bottom: -6px;
	right: -70px;
	content: "";
}
.wbg-text.uk-container {
	width: 100%;
  margin-top:100px;
}
.uk-slideshow-nav li.uk-active:nth-child(1)::before {
	content: "1";
}
.uk-slideshow-nav li.uk-active:nth-child(2)::before {
	content: "2";
}
.uk-slideshow-nav li.uk-active:nth-child(3)::before {
	content: "3";
}
.uk-slideshow-nav li.uk-active:nth-child(4)::before {
	content: "4";
}
.uk-slideshow-nav li.uk-active:nth-child(5)::before {
	content: "5";
}
ul.uk-slideshow-nav.uk-dotnav {
	border-bottom: 1px solid #fff;
	max-width: 90%;
	position: relative;
}
ul.uk-slideshow-nav.uk-dotnav::after {
	content: "";
	width: 1px;
	height: 40px;
	position: absolute;
	right: -20px;
	background: #fff;
	bottom: -18px;
}
.slideshow-navs .uk-container {
	position: ;
}

ul.uk-slideshow-nav.uk-dotnav li a {
    padding: 0;
    margin: 0;
    height: 0;
    border: none;
}
ul.uk-slideshow-nav.uk-dotnav li {
    padding: 0;
    width: 20%;
}
ul.uk-slideshow-nav.uk-dotnav li.uk-active {
    background: #fff;
    height: 4px;
}
.header {
	padding-top: 20px;
}

.logo img {
  height:120px;
}

.header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
	background: #424242;
	padding-top: ;
}
.header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed .logo img {
	max-height: 60px;
	position: relative;
	margin-top: -15px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: none;
}
.uk-navbar-nav > li > a {
	font-family: Open Sans;
	font-weight: bold;
	text-transform: none;
	color: #fff;
	font-size: 14px;
}
.uk-navbar-nav.nav.menu {
	margin-left: auto;
}
.top-a h3 {
	font-family: Playfair Display;
	font-size: 48px;
	line-height: 1.4;
}
.top-a {
	padding-top: 100px;
	padding-bottom: 50px;
}
.top-a .moduletable {
	max-width: 75%;
}
.top-b h3 {
	font-family: Playfair Display;
	font-size: 48px;
}
.top-b {
	background: rgba(234, 232, 229, 0.24);
	padding-top: 150px;
	padding-bottom: 50px;
}
.top-c {
    background: rgba(234, 232, 229, 0.24);
    padding-bottom: 50px;
}

.top-c .image-top {
  margin-bottom: 40px;
}

.border-img::after {
	border: 1px solid #fff;
	content: "";
	display: block;
	width: 93%;
	height: 90%;
	position: absolute;
	top: 4%;
	left: 3%;
}
.border-img {
	position: relative;
	display: inline-block;
}
.icons {
	display: none;
}
.testimonials2 h3 {
	font-family: Playfair Display;
	font-size: 48px;
	line-height: 1;
	max-width: 80%;
}
.top-d {
	padding-top: 200px;
	padding-bottom: 200px;
}
.testimonial-box {
	border: 1px solid #EAE8E5;
	max-width: 90%;
}
.testimonial-box h3 {
	font-size: 16px;
}
.testimonial-box {
	font-size: 14px;
	line-height: 22px;
	color: #424242;
	padding: 30px;
	box-sizing: border-box;
}
.testimonial-name {
	padding: 0;
	font-size: 14px;
}
.nav-left {
	background: url(../images/nav-left.svg);
	height: 17px;
	width: 9px;
	display: block;
	background-repeat: no-repeat;
}
.nav-right {
	background: url(../images/nav-right.svg);
	height: 17px;
	width: 9px;
	display: block;
	background-repeat: no-repeat;
}
.nav-sep {
	background: url(../images/nav-sep.svg);
	height: 38px;
	width: 15px;
	display: block;
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	margin: 0 15px;
}
.testimonial-arrows > * {
	display: inline-block;
}
.testimonial-arrows {
	margin-top: 30px;
}
.top-e h3 {
	font-family: Playfair Display;
	font-size: 48px;
	color: #424242;
}
.top-e {
    padding-left: 10%;
    padding-bottom: 100px;
    padding-top:100px;
}
.sigFreeContainer {
    position: relative;
}
.gallery-arrows {
    position: absolute;
    bottom: 0;
    width: 123px;
    height: 60px;
    background: #fff;
}
.gallery-arrows > * {
    display: inline-block;
}
.gallery-arrows .nav-sep {
    opacity: .4;
    margin-left: 20px;
    margin-right: 20px;
}
.top-e .uk-slider.uk-slider-container {
    position: relative;
}
.gallery-img {
    height: 475px;
    display: block;
    background-position: center;
    background-size: cover;
    margin-right: 2%;
}
.gallery-arrows .nav-left {
    margin-left: 20px;
}
.top-f {
    background: rgba(234, 232, 229, 0.24);
	padding: 180px 0;
	text-align: center;
}
.toplarge-text h3 {
    font-family: 'Playfair Display';
    font-size: 40px;
    line-height: 1.5;
    background: #FAF9F9;
    padding: 30px;
    max-width: 85%;
    margin: 0 auto;
    margin-top: -176px;
    z-index: 10;
    position: relative;
    text-align: center;
}
.gray-btn {
    background: #424242;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #fff;
	padding: 16px 64px;
	transition: .4s ease;
}
.formControls .btn-primary:hover, .formControls .btn-primary:focus {
	opacity: .8;
	color: #fff;
	transition: .4s ease;
}
.gray-btn:hover {
	opacity: .8;
	color: #fff;
}
.wbg_img {
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    align-items: center;
    display: flex;
}
.inner-banner .container {
    width: 100%;
    text-align: left;
    z-index: 100;
    position: relative;
}
.inner-banner h1 {
    font-family: Playfair Display;
    color: #fff;
    font-size: 65px;
}

.main h3 {
    font-family: Playfair Display;
    font-size: 36px;
    margin-top:30px;
}

.item-page {
    max-width: 75%;
    margin: 40px 0;
}
.wbg_img::after {
	content: "";
	background: rgba(0,0,0,.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.footer li, .footer li a, .footer h3 {
	font-size: 14px;
	font-family: Open Sans;
}
.footer h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
.footer {
	padding-top: 150px;
	padding-bottom: 100px;
}

.footer1 img {
  max-height: 120px;
}

.oval {
	background: url(../images/oval.svg);
	display: block;
	width: 115px;
	height: 22px;
	background-repeat: no-repeat;
}
.formControls .btn-primary {
	color: #fff;
	background-color: #424242;
	border: none;
	border-radius: 0;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding: 16px 64px;
}
.formContainer {
    padding: 100px 0;
}
.item-page.full {
    max-width: 100%;
}
a.gallery-img2 {
    max-width: 100%;
    height: 350px;
    display: block;
    background-size: cover;
    margin-bottom: 20px !important;
    position: relative;
    background-position: center;
}
a.gallery-img2:before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    left: 5%;
    top: 5%;
    position: absolute;
}
.custom.image-left .col-5-10, .custom.image-right .col-5-10 {
    display: flex;
    align-items: center;
}
.custom.image-left .col-5-10, .custom.image-right .col-5-10 {
    padding: 0;
}
.custom.image-left .uk-grid, .custom.image-right .uk-grid {
    margin: 0;
}
.imagerighttext, .imagelefttext {
    padding: 40px 100px;
}
.custom.image-right, .custom.image-left {
    background: rgba(234, 232, 229, 0.24);
    margin-bottom: 100px;
}
.imagerighttext h3, .imagelefttext h3 {
    font-family: 'Playfair Display';
    font-size: 28px;
}
.col-5-10.img-border:before {
    content: "";
    display: block;
    width: 92%;
    height: 90%;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    left: 4%;
}
.custom.image-left .col-5-10, .custom.image-right .col-5-10 {
    padding: 0;
}
.col-5-10.img-border {
    position: relative;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
    color: #fff;
    outline: none;
    opacity: .5;
}
.custom.image-right .uk-grid {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.uk-categories > div:nth-child(odd) {
	flex-direction: row-reverse;
}
.content-top .custom.image-left {
	margin-bottom: 0;
}
.content.content-top {
	padding-top: 100px;
}
.uk-categories .uk-width-1-2 {
	display: flex;
	align-items: center;
}
.default2-content {
	padding: 50px;
}
.categories-img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.categories-img {
	width: 100%;
	position: relative;
}
.categories-img::after {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 7%;
	left: 5%;
	width: 90%;
	height: 83%;
}
.uk-categories {
	padding-top: 100px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumbs {
	padding: 30px 0;
}
.items-leading.clearfix > div:nth-child(2n) .blog-item {
	flex-direction: row-reverse;
}
.items-leading.clearfix > div {
	margin: 50px 0;
}
.content-blog {
	display: flex;
	align-items: center;
}
.items-leading.clearfix > div.leading-0 {
	margin-top: 0;
}
.blogimg {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.itemimg::after {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 7%;
	left: 5%;
	width: 90%;
	height: 83%;
}
.itemimg {
	position: relative;
}
.page-header.item-title a {
	text-decoration: none;
}
.content-top .imagerighttext h3, .content-top .imagelefttext h3 {
	font-size: 36px;
}
.content-top .imagerighttext, .content-top .imagelefttext {
	padding: 50px;
}