html {
	display: block;
	height: 100%; 

}
body { 
	overflow: scroll; 
	overflow-x: hidden;
	background: #ffffff;
}

a {
	color: #3b3632;
}
a:hover {
	color: #d2a93f;
}

img { max-width: 100%; }

h1 a, h2 a, h3 a, h4 a, a.btn {
	text-decoration: none !important;
}

.wrapper {
	position: fixed; 
	top: 0; left: 0; bottom: 0; right: 0; 
	width: 100%; height: 100%; 
	margin: 0; padding: 0; 
	overflow: auto; 
	background: rgb(254,254,254); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(226,226,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(49%,rgba(209,209,209,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(226,226,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(226,226,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */

}

.nav-select {
	text-align: center;
 	margin: 5px auto; 
 }

.btn {
	border-radius: 0; 
}

.btn-margin { 
	display: block; 
	margin: 0 20px 5px 20px;
}

.btn-half {
	display: inline-block; 
	width: 48.75%; 
	margin-bottom: 5px;
	word-wrap: break-word; 
	white-space: normal; 
}

.btn-tall {
	height: 60px; 
	line-height: 30px;
	vertical-align: middle;
}

.btn-inverse { 
	font-weight: bold;
	color: #ffffff;
	background: #222222; 
	text-shadow: 0 -1px 0 rgba(170,134,42,0.25);
}

.btn-warning { 
	font-weight: bold;
	color: #3b3632;
	background: #d2a93f; 
	text-shadow: 0 -1px 0 rgba(170,134,42,0.25);
}

.btn-warning:hover {
	color: #000000;
	background: #d6b86a;
}
.btn-inverse:hover {
	color: #ffffff;
	background: #111111;
}

.left-border {
	border-left: 1px solid #3b3632;
	padding-left: 10px;
}
	
	.header { 
		background: #ffffff;
		vertical-align: middle;
		height: 130px;
		padding-top: 20px;
	}

		.header img {
			max-height: 110px !important;
			margin: auto 0 10px 0;
		}

		body.nz .header .header-logo {
			padding: 10px 0 0 10px;
			width: 100%; min-width: 100%;
		}

		.header-nz-phone {
			margin: 10px 50px 10px 0;
			max-height: 120px;
		}

		.header .header-logo:hover {

		}

		.header .header-call-us {
			max-width: 40%;
			margin: 15px 30px 3px 0;
		}

		.header-call-us-button {
			margin-top: 20px !important;
		}

		.header .header-25-years {
			margin-bottom: 10px;
		}

			.header h4 {
				text-align: center;
			}


	.navigation { 
		position: relative;
		margin: 0; padding: 0;
		border-top: 2px solid #d2a93f;
		background: #3b3632; 
		z-index: 50;
	}

		.navigation .container {
			position: relative; 
		}

		.navigation ul {
			float: left; 
			margin: 0; padding: 0;
		}

			.navigation ul > li {
				list-style: none; 
				float: left; 
				margin: 0; padding: 0;
			}

				.navigation ul > li > a {
					display: block; 
					padding: 8px 25px; 
					color: #ffffff; 
					text-decoration: none;
				}
				.navigation ul > li > a:hover {
					color: #d2a93f; 
					text-decoration: none;
				}


				.navigation ul > li > ul {
					opacity: 0; visibility: hidden; 
					position: absolute; 
					width: 280px; 
					margin: 0; padding: 10px 0; 
					background: #3b3632; 
					background: rgba(59,54,50,0.93); 
					box-shadow: 0 0 15px #3b3632 inset;
					z-index: 200;
				} 

				.navigation ul > li:hover > ul {
					opacity: 1; visibility: visible; 
				}

					.navigation ul > li > ul > li {

					}

						.navigation ul > li > ul > li > a { 
							display: block; 
							width: 270px; 
							padding: 3px 0 3px 10px; 
						}

						.navigation ul > li > ul > li > a:hover { 
							background: #3b3632; 
						}


				.navigation ul > li > ul.media-list {
					left: 0; right: 0; 
					width: 100%;
					z-index: 202;
				} 


					.navigation ul > li > ul.media-list > li {
						display: block; 
						width: 48%; 
						/*float: left; clear: both;*/

					}

						.navigation ul > li > ul.media-list > li > a { 
							display: block; 
							width: 100%; height: 80px;
							margin: 0 0 5px 0; padding: 3px 0 3px 10px; 
						}

						.navigation ul > li > ul.media-list > li > a img {
							max-width: 80px; max-height: 80px; 
							float: left;
							margin-right: 15px;
						} 

	.main-content .container {
		background: #ffffff;
		/*padding: 0 20px 20px 20px; */
		box-shadow: 0 0 15px rgba(206,206,206,1);
	}

		.main-content a {
			text-decoration: underline; 
		}

	

		/* media queries */


		.home-features { 
			margin-top: 20px; 
			margin-bottom: 20px; 
			text-align: center; 
		}

			.home-features h3 {
				text-align: center; 
				border-bottom: 2px solid #d2a93f;
			}

		.home-images {
			text-align: center;
		}

			.thumbnail .span2, 
			.thumbnails > li.thumbnail.span2 {
				margin-left: 120px !important;
				/*margin-left: auto !important;*/
			}


			.gallery-thumb a {
				height: 210px; 
				overflow: hidden; 
				position: relative;
			}

				.gallery-thumb a h6 { 
					position: absolute; 
					bottom: 0; left: 2px; right: 2px; 
					text-align: center;
					text-decoration: none;
				}

				.gallery-thumb a:hover h6 { 
					color: #000000;
					text-decoration: none;
				}


	.footer {
		color: #feffff; 
		font-size: 12px;
		background: #3b3632;

	}

		.footer-inner {
			display: block;
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.footer-inner h1 {
			padding-left: 20px; 
			font-weight: normal; 
			letter-spacing: 2px;
		}

		.footer-inner h3 {
			padding-left: 20px; 
			font-weight: normal; 
			letter-spacing: 2px;
		}

		.footer-inner ul {
			margin: 0; padding: 10px 0;
		}

			.footer-inner li {
				list-style: none; 
				margin: 0; padding: 0;
			}

				.footer-inner li h4 {
					margin: 0; padding: 3px 8px; 
					/*font-weight: normal; */
					text-transform: uppercase;
					font-size: 12px;
				}

				.footer-inner li a {
					display: block; 
					padding: 1px 8px 
				}


		.footer-inner ul.first-border {
			border-left: 1px solid #feffff;
		}

		.footer-inner ul ul {
			display: none;
		}

		.footer-inner p {
			font-size: 14px;
			text-align: center; 
		}


			.footer-inner .text-left p {
				text-align: left;  
				padding: 0 15px;
			}

		.footer-inner a, 
		.footer-inner a:hover { 
			color: #feffff;
			text-decoration: none;
		}


	.copyright p {
		display: block;
		margin-top: 20px;
	}







					
#cerabox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1106;
	display: none;

	-webkit-transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	transform: scale(1);
	transform-origin: 50% 50%;
}

#cerabox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../img/cerabox.png);
}

#cerabox-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
	background: #000;
	opacity: .5;
}

#cerabox {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1101;
	display: none;
	opacity: 0;
	background: #fff;
	padding: 50px 30px 100px 30px;

	-moz-box-shadow: 0 0 30px -5px #333;
	-webkit-box-shadow: 0 0 30px -5px #333;
	box-shadow: 0 0 30px -5px #333;

	-webkit-transform: scale(1);
	-webkit-transform-origin: 0 0;
	transform: scale(1);
	transform-origin: 0 0;
}

#cerabox .cerabox-content {
	width: 100%;
	height: 100%;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	/*CSS3*/
}

#cerabox span.cerabox-error, #cerabox .cerabox-title span {
	padding: 10px;
	display: block;
	font-family: Helvetica;
	font-size: 12px;
	color: #000;
	line-height: normal;
}
#cerabox span.cerabox-error { text-align: justify; }
#cerabox .cerabox-title span { display: none; color: #fff; }

#cerabox .cerabox-title {
	z-index: 1102;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
	background: #000;
	background: rgba(0,0,0,.8);
	width: 100%;

	-webkit-transform: scale(1);
	-webkit-transform-origin: 0 100%;
	transform: scale(1);
	transform-origin: 0 100%;
}


#cerabox .cerabox-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: url(../img/cerabox.png) -42px 0px no-repeat;
	cursor: pointer;
	z-index: 1105;

	-webkit-transform: scale(1);
	-webkit-transform-origin: 100% 0;
	transform: scale(1);
	transform-origin: 100% 0;
}

#cerabox .cerabox-content img { max-height: 600px; }
#cerabox .cerabox-content img.image {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#cerabox .cerabox-content iframe.iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#cerabox a.cerabox-left, #cerabox a.cerabox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../img/blank.gif);
	z-index: 1104;
	display: none;
}

#cerabox a.cerabox-left {
	left: 0px;

	-webkit-transform: scale(1);
	-webkit-transform-origin: 0 50%;
	transform: scale(1);
	transform-origin: 0 50%;
}

#cerabox a.cerabox-right {
	right: 0px;

	-webkit-transform: scale(1);
	-webkit-transform-origin: 100% 50%;
	transform: scale(1);
	transform-origin: 100% 50%;
}

#cerabox a.cerabox-left span, #cerabox a.cerabox-right span {
	position: absolute;
	top: 50%;
	/*left: -9999px;*/
	width: 40px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 1104;
	display: block;
}

#cerabox a.cerabox-left:hover span, #cerabox.mobile a.cerabox-left span {
	background-image: url(../img/cerabox.png);
	background-position: -42px -40px;
	background-repeat: no-repeat;
	left: -20px;
}

#cerabox a.cerabox-right:hover span, #cerabox.mobile a.cerabox-right span {
	background-image: url(../img/cerabox.png);
	background-position: -42px -80px;
	background-repeat: no-repeat;
	right: -20px;
}

#cerabox .cerabox-content-protection {
	display: none;
	position: absolute;
	background: transparent url(../img/blank.gif);
	z-index: 1103;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/*IE6*/
#cerabox-loading.ceraboxbox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}



/*Mobile*/
#cerabox.mobile {
	/*width: 100% !important;
	height: 100% !important;*/
	background: #000;
}

#cerabox.mobile .cerabox-content {
	background: #fff;
	/*CSS3*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#cerabox.mobile .cerabox-content :first-child {
	background: #fff;
}

#cerabox.mobile .cerabox-close {
	top: 2px !important;
	right: 0 !important;
}

#cerabox.mobile a.cerabox-left span {
	left: 0 !important;
}

#cerabox.mobile a.cerabox-right span {
	right: 0 !important;
}

#cerabox.mobile a.cerabox-left, #cerabox.mobile a.cerabox-right {
	width: 10%;
}

/* @2x
-------------------------------------------------------------------------------*/
@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-pixel-ratio: 2) {

	#cerabox-loading div,
	#cerabox .cerabox-close,
	#cerabox a.cerabox-left:hover span, #cerabox.mobile a.cerabox-left span,
	#cerabox a.cerabox-right:hover span, #cerabox.mobile a.cerabox-right span {
		/* Reference the @2x Sprite */
		background-image: url('../img/cerabox@2x.png');
		/* Translate the @2x sprite's dimensions back to 1x */
		background-size: 82px auto;
	}
}






.modal-header, .modal-header h4, 
.ekko-lightbox .modal-header h4.modal-title { color: #ffffff !important; }