/* START default.css */
@charset "utf-8";

/* ----- Default NZT CSS ----- */

/* Colour Reference */

/*

NZT Blue 
#005784
rgb(0, 88, 132)

NZT Blue Dark 
#294b58
rgb(41, 75, 88)

DOC Orange 
#ff9433
rgb(255, 148, 51)

Aqua
#6cc, #66cccc
rgb(102, 204, 204)

Aqua Dark
#005884
rgb(52, 135, 145)

World Heritage Dark 
#bf985c
rgb(191, 153, 93)

World Heritage Light 
#eec980
rgb(239, 201, 129)

Masterpiece
#855c5c
rgb(134, 92, 92)

Kiwi Classic
#274720
rgb(39, 72, 32)

Pure South
#008bd1
rgb( 0, 139, 209)

Sweet North
#b81f2d
rgb(184, 32, 46)

*/

* {
	margin:0;
	padding:0;
	border:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

::-moz-selection {
  background: #294b58;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #294b58;
  color: #FFF;
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

body{
	font-size: 20px;
    font-family: 'proxima-nova','helvetica','Arial',sans-serif;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: none;
    font-family: 'museo-slab', Helvetica, Arial, sans-serif;
    color: #006695;
    line-height: 1em;
}

/* Headings: note that Mobile gets a few special-snowflake sizes */

h1{
	font-size: 2.5em;
	margin: 40px 0;
	margin: 2rem 0;
}

h2{
	font-size: 1.5em;
	margin: 0 0 1.5rem 0;
}

h3{
	font-size: 1.25em;
	line-height: 1.1em;
	margin: 0 0 1.5rem 0;
}

h4{
	font-size: 1.25em;
	line-height: 1.1em;
	margin: 0 0 1.5rem 0;
	color: #000;
}

h5{
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 20px;
}

h6{
	font-size: 1.1em;
	line-height: 1.1em;
	color: #000;
	margin: 0 0 20px;
}

a{
	text-decoration: none;
}

.main a,
.main a:link,
.main a:visited,
.main a:hover,
.main a:active,
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active,
.top-header a,
.top-header a:link,
.top-header a:visited,
.top-header a:hover,
.top-header a:active,
.submit-btn,
.book-now{
    -webkit-transition: color 0.25s linear, background 0.25s linear;
   -moz-transition: color 0.25s linear, background 0.25s linear;
   -ms-transition: color 0.25s linear, background 0.25s linear;
   -o-transition: color 0.25s linear, background 0.25s linear;
   transition: color 0.25s linear, background 0.25s linear;
}

p{
	line-height: 1.4em;
	margin: 1em 0;
}

p a,
p a:link,
p a:visited{
	color: #005784;
}

p a:hover,
p a:active{
	color: #294b58;
}

p.gray,
p.gray a,
a.gray {
    color: #999;
}

p.aqua,
p.aqua a,
p.gray a.aqua {
    color: #005884;
}

p.gray a,
p.aqua a{
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

em{
	font-style: italic;
}

blockquote{
    border-left: 6px solid #005784;
	padding-left: 1.25em;
	margin-bottom: 2rem;
	display: block;
	font-family: 'museo-slab','helvetica','Arial',sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.4em;
	font-style: italic;
	color: #005784;
}

p.caption,
p.caption.leftAlone {
    background: #e0e0e0;
    margin-top: -15px;
    padding: 20px;
}

/* ----- Consistent elements ----- */

.main{
	margin-top: 103px;
}

.main .container{
	/* This adds a gap down the side for mobile devices */
	margin: 0 20px; 
}

.container{
	position: relative;
}

/* ----- Site-wide breadcrumbs ----- */

.breadcrumb .home,
.blog-posts-new .breadcrumb .home {

    width: 19px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 4px 8px 0 0;
    background: url("/themes/nzt/images/home-icon.png") no-repeat left top/100%;
}

.breadcrumb,
.top-blog-image + .blog-posts-new .breadcrumb {
    margin: 15px 0 25px;
	color: #ccc;
    font-size: 0.8em;
    line-height: 1.4rem;
}

.breadcrumb *,
.blog-posts-new .breadcrumb * {
    display: inline-block;
    vertical-align: middle;
    color:  #999;
    margin: 0 8px;
}

.breadcrumb a:hover,
.breadcrumb a:active{
	color: #000;
}

/* Site-wide top images */

.top-blog-image,
.top-image {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.top-blog-image,
.top-image img {
    width: 100%;
    height: auto;
    display: block;
}


/* ----- Buttons ----- */

.send-btn,
.fancy-more{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px 40px 15px 15px;
    font-family: 'proxima-nova','helvetica','Arial',sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
	text-transform: uppercase;
    height: auto;
    text-decoration: none;
	background: url(https://newzealandtrails.com/themes/nzt/images/right-white-arrow.png) no-repeat 97% center;
	border: 1px solid #a96729;
    border-bottom-width: 3px;
    letter-spacing: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.send-btn,
.fancy-more.orange {
    color: #FFF;
    background-color: rgb(255, 148, 51);
	border: 1px solid #a96729;
    border-bottom-width: 3px;
}

.fancy-more.aqua {
    color: #FFF;
    background-color: rgb(102, 204, 204);
	border: 1px solid #005884;
    border-bottom-width: 3px;
}

.fancy-more.blue {
    color: #FFF;
    background-color: rgb(0, 88, 132);
	border: 1px solid #294b58;
    border-bottom-width: 3px;
}

.send-btn:hover,
.send-btn:active,
.fancy-more.orange:hover,
.fancy-more.orange:active{
	background-color: #fb8113;
}

.fancy-more.aqua:hover,
.fancy-more.aqua:active{
	background-color: #73b5bb;
}

.fancy-more.blue:hover,
.fancy-more.blue:active{
	background-color: #2f647f;
}

/* ----- Blog Modifiers ----- */

.Blog .main h1, .Blog .main h2, .Blog .main h3, .Blog .main h5,
.Blog .main p a,
.Blog .main p a:link,
.Blog .main p a:visited{
	color: #005884;
}

.Blog .main p a:hover,
.Blog .main p a:active{
	color: #294b58;
}

.Blog .main blockquote {
    border-left: 6px solid #005884;
	color: #005884;
}

/* Blog author intros */

.user-details,
.blog-posts-new .user-details {
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.user-details .image,
.blog-posts-new .user-details .image {
    width: 72px;
    float: left;
    margin-right: 20px;
}

.user-details .image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 72px;
}

.user-details .right-content {
    overflow: hidden;
}

.user-details .right-content p {
    margin: 0 0 8px;
    line-height: 1.1em;
}

/* Specific overrides for the 'author' link at the top of Blog pages */

.user-details .right-content a.author,
.blog-posts-new .user-details .right-content p a,
.Blog .main .user-details .right-content a.author,:link, 
.Blog .main .user-details .right-content a.author,:visited,
.Blog .main .blog-posts-new .user-details .right-content p a:link, 
.Blog .main .blog-posts-new .user-details .right-content p a:visited {
    color: #000;
}

/* ----- Footer ----- */

footer{
	background: #005784;
	color: #FFF;
	margin-top: 80px;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px 20px;
	text-align: center;
}

footer .newsletter-form,
footer .social,
footer .footer-logos,
footer .footer-links{
	max-width: 100%;
}

footer .container{
	margin: 20px auto;
}

footer .col {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding-right: 10px;
    margin-bottom: 30px;
    padding-top: 30px;
}

footer .col:first-child{
	padding-top: 0px;
}

footer .social,
footer .footer-logos{
	width: 100%;
}

footer .footer-logos{
	width: 100%;
	padding: 20px 0px;
	background: rgba(255,255,255,0.8);
	margin: 0px;
	text-align: center;
}

.footer-logos img {
	margin: 10px 20px;
	width: auto;
}

footer .social{
	padding: 40px 0;
    /* background: url("/themes/nzt/images/footer-bg.jpg") no-repeat center top/cover; */
}

footer .social img{
	padding: 0 5px;
}

.footer_title{
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 2em;
	margin: 0 0 1rem 0;
}

.bottom_footer_title {
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
    color: #6cc;
    text-transform: uppercase;
}

footer .newsletter-form .field {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

footer .newsletter-form .input-field {
    font-family: 'proxima-nova','helvetica','Arial',sans-serif;
    display: block;
    width: 40%;
    background: #fff;
	color: #000;
    font-size: 1em;
    line-height: 1em;
    padding: 15px;
}

footer .newsletter-form .submit-btn {
	color: #FFF;
    display: inline-block;
    padding: 15px 40px 15px 15px;
    font-family: 'proxima-nova','helvetica','Arial',sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
	text-transform: uppercase;
    height: auto;
	background: url(https://newzealandtrails.com/themes/nzt/images/right-white-arrow.png) no-repeat 90% center;
    text-decoration: none;
    letter-spacing: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgb(102, 204, 204);
    cursor: pointer;
}

footer .newsletter-form .submit-btn:hover,
footer .newsletter-form .submit-btn:active{
	background-color: #73b5bb;
}

.footer-links img{
	width: 131px;
	height: 154px;
}

.footer-links ul li {
    list-style-type: none;
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
}

.footer-links ul li a,
.footer-links ul li a:link,
.footer-links ul li a:visited{
	color: #FFF;
	text-decoration: underline;
}

.footer-links ul li a:hover,
.footer-links ul li a:active{
	color: #6cc;
}

.bottom_footer_title,
.footer-links ul li{
	font-size: 0.7em;
}

footer .contact-info{
	padding: 0 20px;
}

footer .contact-info p{
	margin: 0;
}

footer .contact-info p a,
footer .contact-info p a:link,
footer .contact-info p a:visited{
	text-decoration: underline;
	color: #FFF;
}

footer .contact-info p a:hover,
footer .contact-info p a:active{
	color: #6cc;
}

.copyright{
	text-align: center;
	font-size: 0.7em;
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	padding: 0 20px;
}

.copyright a,
.copyright a:link,
.copyright a:visited,
.Blog .copyright a,
.Blog .copyright a:link,
.Blog .copyright a:visited{
	color: #FFF;
}

.copyright a:hover,
.copyright a:active,
.Blog .copyright a:hover,
.Blog .copyright a:active{
	color: #6cc;
}



/* END default.css */

/* START new.css */

@charset "utf-8";

/* ----- New css code for Silo Page ----- */

.container > .left-content {
    float: left;
    width: 70%;  
    padding-right: 20px;
}
.img-caption {
    display: block;
    margin-bottom: 35px;
}
.img-caption img {
    display: block;
    width: 100%;
}
.img-caption .caption {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: #e0e0e0;
    font-size: 1em;
    line-height: 1.2em;
    color: #000000;
}
.sidebar {
    float: left;
    width: 30%;  
}
.nav-sidebar {
    background: #ccdee6;
    margin-bottom: 50px;
}
.nav-sidebar h3 {
    color: #005884;
    padding: 15px 30px;
    font-size: 1.5em;
    margin: 0;
}

.nav-sidebar ul {
    background: #005884;
    margin: 0;
    padding: 5px 0;
}
.nav-sidebar ul li {
    display: block;
    padding: 15px 15px 15px 35px; 
    position: relative;
    list-style-type: none;
    color: #FFF;
    border-bottom: 1px solid #0e2f3d;
}
.nav-sidebar ul li:last-child { 
    border-bottom: 0px;
}
.nav-sidebar ul li:after {
    position: absolute;
    left: 18px;
    top: 50%;
    height: 5px;
    width: 5px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}
.nav-sidebar li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #FFF;
	max-width: 90%;
}
.nav-sidebar li a:after {
    position: absolute;
    right: -20px;
	bottom: 0px;
    height: 100%;
    width: 10px;
    background: url(https://newzealandtrails.com/themes/nzt/images/right-white-arrow.png) no-repeat right center;
    background-size: contain;    
    content: '';
}
.nav-sidebar li a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #5f96b2;
}

.box-img {
    background: #fec528;
    padding: 20px;
    margin-bottom: 50px;
}
.box-img img, .testimonials-box img {
    position: relative;
    margin-top: -40px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.box-img *:not(.fancy-more),
.Blog .main .box-img *:not(.fancy-more) {
    color: #fff;
}
.sidebar .box-img a.fancy-more {
	color: #FFF;
	background-color: #ff9433;
}
.box-img h5 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.box-img p {
    margin: 0 0 15px;
}
.box-img .fancy-more {
    margin: 0;
}


.testimonials-box {
    background: #fff1de url('imgs/testim-bg.jpg') no-repeat center center;
    margin-bottom: 40px;
    padding: 20px; 
}
.testimonials-box img {
    margin: -40px 0 40px;
}
.testimonials-box *:not(.fancy-more),
.Blog .main .testimonials-box *:not(.fancy-more) {
    color: #3f1b02;
}
.testimonials-box h5 {
    font-size: 1.3em;
}
 
.testimonials-box .stars {
    width: 180px;
    height: 26px;
    background: url(https://newzealandtrails.com//themes/nzt/images/home-2019/stars.png) no-repeat;
    margin-bottom: 20px;
}
.testimonials-box .name {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 10px;
}
.testimonials-box .fancy-more {
    float: right;
    margin: 0;
}
.sidebar > *:last-child {
    margin-bottom: 0;
}
.testim-content {
     position: relative;
}
.testim-content:before {
    position: absolute;
    left: -10px;
    top: -15px;
    width: 57px;
    height: 46px;
    background: url(imgs/quote-left.png) no-repeat left top;
    content: '';
    background-size: contain;
    z-index: 0;
}
.testim-content:after {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 57px;
    height: 46px;
    background: url(imgs/quote-right.png) no-repeat right bottom;
    content: '';
    background-size: contain;
    z-index: 0;
}

/* GEOIP CSS */
.local-info {
    display: none
}

.location-au .aus-local,
.location-nz .nz-local {
    display: inline-block
}

.location-au .ca-local,
.location-au .nz-local,
.location-au .uk-local,
.location-au .us-can-local,
.location-au .us-local {
    display: none
}

.location-gb .uk-local {
    display: inline-block!important
}

.location-gb .aus-local,
.location-gb .ca-local,
.location-gb .nz-local,
.location-gb .us-can-local,
.location-gb .us-local {
    display: none
}

.location-nz #usa-content {
    display: block;
    visibility: visible
}

.location-us .us-ca-local,
.location-us .us-can-local,
.location-us .us-local {
    display: inline-block!important
}

.location-us .aus-local,
.location-us .ca-local,
.location-us .nz-local,
.location-us .uk-local {
    display: none
}

.location-ca .ca-local,
.location-ca .us-can-local {
    display: inline-block!important
}

.location-ca .aus-local,
.location-ca .nz-local,
.location-ca .uk-local,
.location-ca .us-local {
    display: none
}
/* END GEOIP CSS */

#footer .newsletter-form {
    margin-bottom: 40px;
    background: rgba(0,102,149,.7);
    padding: 40px 0 60px;
}


#footer .two-cols {
    text-align: center;
    margin-bottom: 50px;
}

#footer.lazy-bg-loaded {
    background: url(../images/footer-bg.jpg) center top no-repeat;
    background-size: cover;
}

#footer .footer-links {
    padding: 40px 0 20px;
    background: rgba(0,102,149,.7);
}

.mobile-only {
	display: none;
}

/* END new.css */

/* START nav.css */

@charset "utf-8";

/* ----- Main Nav ----- */

.top-header {
    background: #000;
    font-size: 0;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0 15px;
}

.top-header a, .top-header p {
    color: #a3e0e0;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    position: relative;
    font-family: 'museo-slab', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
}

.top-header .right-content a{
	text-decoration: underline;
	line-height: 0;
}

.top-header a:hover {
		color: #FFF;
	}
	
.top-header a:before,
.top-header p:before {
	content: ' ';
	width: 5px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px;
	background: #a3e0e0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.top-header a:link,
.top-header a:visited{
	color: #a3e0e0;
}

.top-header a:hover,
.top-header a:active{
	color: #FFF;
}

.top-header .container *:first-child:before {
	display: none;
}

.main {
	margin-top: 100px;
}
.main .sub-nav {
	top: 103px;
}

.top-header .right-content {
    float: right;
    text-align: right;
}

.search-field {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.search-field .search-btn {
    width: 16px;
    height: 16px;
    background: url('/themes/nzt/images/nav-search.svg') no-repeat center center;
    background-size: auto;
    background-size: contain;
    cursor: pointer;
}

/* Actual nav */

header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0 auto;
	background: #006695;
	height: 43px;
	z-index: 99;
    top: 27px;
    background: #294b58;
    height: auto;
    padding: 0 15px;
}

#header .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 206px;
}

#header #nav {
	float: right;
	text-align: right;
	font-family: "museo-slab", "Helvetica", "Arial", sans-serif;
}

#nav .menu-nav {
	font-size: 0;
	line-height: 76px;
}

#nav .menu-nav .book-now {
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	color: #294b58;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 700;
	margin-left: 10px;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav .menu-nav .book-now:hover {
	background: #ff9433;
	color: #FFF;
}

#nav ul + ul {
	margin-top: 30px;
}
#nav .menu-nav .book-now.orange {
	background: #ff9433;
	color: #FFF;
}
#nav .menu-nav .book-now.orange:hover {
	background: #FFF;
	color: #ff9433;	
}

#nav:hover .btn {
	background: transparent;
}
#nav .btn {
	background: transparent;
	cursor: pointer;
}

#header+div {
	padding-top: 0px;
}	

#open-nav-button {
	display: none;
}

#header .logo {
	position: relative;
	z-index: 20;
	float: left;
	font-weight: 700;
	margin: 0 -25px 0 0;
	height: 76px;
	line-height: 76px;
	font-size: 0;
}

#nav ul {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
}
	

/* Subnav */
.main .sub-nav {
	display: none;
}	

.menu-nav > ul> li:first-child {
	border: 0;
}

.menu-nav > ul> li {
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	position: relative;
	font-weight: 700;
	font-family: "museo-slab", "Helvetica", "Arial", sans-serif;
	border-left: 1px solid #7f939b;
}

.menu-nav > ul> li > a {
	color: #FFF;
	display: block;
	position: relative;
	text-decoration: none;
}

.menu-nav > ul> li .submenu {
	position: absolute;
	top: 100%;
}

.menu-nav > ul> li.has-child > a {
	padding-right: 20px;
}
	
.menu-nav > ul> li.has-child > a:after {
	position: absolute;
	right: 5px;
	top: 50%;
	content: " ";
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.menu-nav > ul> li.has-child:hover > a:after {
	margin-top: -3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
	
.menu-nav > ul> li.has-child:hover:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 100%;
	width: 0;
	margin-top: 2px;
	z-index: 9999;
	height: 0;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-bottom: 18px solid #FFF;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-nav > ul> li > a:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 2px;
	width: 0%;
	content: '';
	background: #FFF;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
	
.menu-nav > ul> li:hover > a:before,
.menu-nav > ul> li.active > a:before {
	width: 100%;
}
	
.submenu ul {
	margin-bottom: 0;
}

.submenu ul li {
	display: block;
	font-family: "museo-slab", "Helvetica", "Arial", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #005884;
	padding: 0;
}

.submenu ul li a {
	color: #005884;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
	
.submenu ul li:hover a,
.submenu ul li.active a {
	color: #FFF;
	background: #005884;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.submenu ul li.featured-nav-link a {
	background: #ff9433;
	color: #FFF;
}

.submenu ul li.featured-nav-link:hover a {
	background: #fb8113;
}

.menu-nav > ul> li:hover .submenu {
	visibility: visible;
	overflow: visible;
	max-height: 3000px;
	padding: 10px 10px;
	margin-top: 20px;
	z-index: 999;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
}
	
.submenu .gallery img {
	display: block;
	min-width: 400px;
	margin-top: 10px;
}

.menu-nav > ul> li .submenu.our-trips {
	min-width: 553px;
	font-size: 0;
}
	
#nav .submenu ul {
	display: block;
}

.submenu .right-side img {
	max-width: 155px;
}

/* ----- Break Points ----- */

@media only screen and (min-width:320px) {

/* Nav */

	.menu-title {
	    display: none;
	}

	.top-header .container > * {
		display: none;
	}

	.top-header .container .right-content {
		display: block;
	}

	#nav ul,
	#nav .menu-nav .book-now {
		display: block;
	}

/* Hamberder */

	#nav #open-nav-button {
		display: inline-block;
		position: absolute;
		right: 0px;
		top: 50%;
		padding: 0;
		width: auto;
		height: 30px;
		padding-right: 47px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#nav #open-nav-button .menu-title {
		color: #FFF;
		font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
		font-size: 20px;
		line-height: 30px;
		font-weight: 700;
		margin: 0;
	}

	#nav #open-nav-button span {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		width: 35px;
		height: 30px;
		background: url('/themes/nzt/images/nav-hamburger.svg') no-repeat right center;
		background-size: contain;
	}

	#nav #open-nav-button.menu-opened span {
		background: url('https://newzealandtrails.com//themes/nzt/images/nav-close.svg') no-repeat right center;
		background-size: contain;
	}

	#nav .menu-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #10303a;
		text-align: left;
		padding: 25px 20px;
		overflow: hidden;
		max-height: 0px;
		visibility: hidden;
		opacity: 0;
		z-index: 0;
	}

	#nav .menu-nav.menu-opened {
		visibility: visible;
		z-index: 999;
		opacity: 1;
		max-height: calc(100vh - 103px);
		overflow: auto;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

/* End Hamberder */

	.menu-nav > ul> li,
	.menu-nav > ul> li:first-child {
		display: block;
		font-size: 24px;
		line-height: 28px;
		border: 0;
		padding: 15px 0;
		border-bottom: 1px solid #e1e5e6;
	}
	.menu-nav > ul> li > a {
		display: inline-block;
	}


/* Submenu */

	.menu-nav > ul> li .submenu {
		position: relative;
		top: 0;
	}

	.menu-nav > ul> li > a:before,
	.menu-nav > ul> li .submenu:after,
	.menu-nav > ul> li.has-child:hover:after {
		display: none;
	}

	.menu-nav > ul> li .submenu.our-trips {
		min-width: inherit;
	}
	.menu-nav > ul> li .submenu,
	.menu-nav > ul> li:hover .submenu {
		background: transparent;
		padding: 0 10px;
		display: block;
		width: 100%;
		margin-top: 10px;
		min-width: inherit;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	}
		
	.menu-nav > ul> li.has-child > a {
		padding-right: 30px;
	}
	.menu-nav > ul> li.has-child > a:after {
		padding: 5px;
		margin-top: -6px;
	}

	#nav .menu-nav .book-now {
		/* display: inline-block; */
		margin: 20px 0 0;
		font-size: 24px;
		line-height: 28px;
	}

	#nav ul + ul {
		margin-top: 0;
	}
		
	.submenu ul li {
		color: #b2e5e5;
		font-size: 18px;
		line-height: 22px;
	}
	.submenu ul li a {
		color: #b2e5e5;
		display: inline-block;
		vertical-align: top;
	}
	
	.submenu .left-links,
	.submenu .right-side {
		width: 100%;
		display: block;
		float: none;
		text-align: left;
		padding: 0;
		border: 0;
	}

	.submenu .right-side {
		display: none;
	}
	.SiloPage .left-content img {
		max-width: 100%;
	}
	.SiloPage .left-content .captionImage {
		max-width: 100%;
	}

}

@media only screen and (min-width:768px) {

	.menu-title {
	    display: block;
	}

	.top-header .container{
		max-width: 728px;
		margin: 0 auto;
	}

	/* .top-header .top-links,
	.local-info  {
	    display: inline-block;
	} */
	
	/* PULLED local-info, was causing drama */
	
	.top-header .top-links {
		display: inline-block;
	}

	h1{
		font-size: 2.5em;
		margin: 40px 0;
		margin: 2rem 0;
	}

	footer .newsletter-form .field {
	    width: 260px;
	    margin: 0 10px;
	}

	footer .newsletter-form .input-field {
	    width: 260px;
	    margin: 0;
	}

	footer .container .row{
		text-align: center;
	}

	footer .newsletter-form .submit-btn{
		margin-right: 0px;
	}

	.footer-logos img{
		margin: 10px 20px;
		height: 80px;
	}

	.footer_title{
		font-size: 2em;
	}

	footer .newsletter-info{
		max-width: 768px;
	}
}

@media only screen and (min-width:1026px) {

/*  unset mobile shit*/

	.top-header .container{
		max-width: 1024px;
	}

	#nav #open-nav-button,
	#nav #open-nav-button span {
		display: none;
	}

	.menu-title {
	    display: none;
	}

	.top-header .container > * {
	    display: inline-block;
	}

	.top-header .container .right-content {
		display: block;
	}
		
	#nav .menu-nav {
		position: unset;
		width: 100%;
		background: none;
		text-align: left;
		padding: 0;
		overflow: unset;
		max-height: unset;
		visibility: unset;
		opacity: 1;
		font-size: 0;
		line-height: 76px;
	}

	#nav .menu-nav .book-now {
		display: inline-block;
	}

	#nav .menu-nav.menu-opened {
		visibility: hidden;
	}	

	.menu-nav > ul> li,
	.menu-nav > ul> li:first-child {
		display: inline-block;
		font-size: inherit;
		font-size: 16px;
		line-height: inherit;
		border: 0;
		padding: 10px 3px 10px 0px;
		border-bottom: unset;
	}

	.menu-nav > ul> li > a {
		display: block;
	}

	.menu-nav > ul> li > a:before{
		display: inline-block;
	}

/* Submenu */

	.menu-nav > ul> li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 0;
		max-height: 0px;
		width: auto;
		display: inline-block;
		min-width: 220px;
		background: #FFF;
		text-align: left;
		z-index: -2;
		overflow: hidden;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: -webkit-transform .2s, opacity .2s, visibility 0s .2s;
		transition: transform .2s, opacity .2s, visibility 0s .2s;
	}

	.menu-nav > ul> li .submenu:after,
	.menu-nav > ul> li.has-child:hover:after {
		display: unset;
		position: unset;
		height: 30px;
		width: 100%;
		content: '';
	}

	.menu-nav > ul> li.has-child > a {
		padding-right: 20px;
	}

	.menu-nav > ul> li.has-child > a:after {
		margin-top: -5px;
		padding: 3px;
	}
	
	#nav .menu-nav .book-now {
		font-size: 16px;
		line-height: 20px;
		margin-top: unset;
		margin-left: 10px;
	}

	#nav ul + ul {
		margin-top: 30px;
	}

	.menu-nav > ul> li .submenu,
	.menu-nav > ul> li:hover .submenu {
		background: transparent;
		width: 100%;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
		position: absolute;
		top: 100%;
		left: 0;
		width: auto;
		display: inline-block;
		min-width: 220px;
		text-align: left;
	}

	.submenu .left-links{
		width: 64%;
		display: inline-block;
		vertical-align: top;
		border-right: 1px solid #005884;
		padding-right: 8px;
	}

	.submenu .right-side {
		width: 36%;
		display: inline-block;
		vertical-align: top;
		text-align: right;
		padding-top: 5px;
		padding-right: 10px;
	}

	.submenu ul li {
		display: block;
		font-size: 16px;
		line-height: 20px;
		color: #005884;
		padding: 0;
	}

	.submenu ul li a {
		color: #005884;
		display: block;
		vertical-align: middle;
	}

	#nav .menu-nav {
		font-size: 0;
		line-height: 76px;
	}	

	#header #nav {
		float: right;
		text-align: right;
		font-family: "museo-slab", "Helvetica", "Arial", sans-serif;
		max-height: 73px;
	}
	
/* end unset shit */

	.top-header a:before,
	.top-header p:before {
		margin: 0 5px;
	}

	
	#nav ul {
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		line-height: 20px;
	}
	
	.menu-nav > ul> li {
		font-size: 16px;
		line-height: 20px;
		display: inline-block;
		vertical-align: top;
		color: #FFF;
		position: relative;
		font-weight: 700;
		font-family: "museo-slab", "Helvetica", "Arial", sans-serif;
		padding: 10px 5px;
		border-left: 1px solid #7f939b;
	}
	
	.menu-nav > ul> li:first-child {
		border: 0;
	}
	
	.menu-nav > ul> li > a {
		color: #FFF;
		display: block;
		position: relative;
		text-decoration: none;
	}
	
	/* .menu-nav > ul> li.has-child > a {
		padding-right: 0px;
	} */

	.menu-nav > ul> li.has-child > a:after {
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -5px;
		content: ' ';
		border: solid #fff;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	
	.menu-nav > ul> li.has-child:hover > a:after {
		margin-top: -3px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	.menu-nav > ul> li.has-child:hover:after {
		position: absolute;
		content: '';
		left: 50%;
		top: 100%;
		width: 0;
		margin-top: 2px;
		z-index: 9999;
		height: 0;
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-bottom: 18px solid #FFF;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.menu-nav > ul> li > a:before {
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 2px;
		width: 0%;
		content: '';
		background: #FFF;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	
	.menu-nav > ul> li:hover > a:before,
	.menu-nav > ul> li.active > a:before {
		width: 100%;
	}
	
	.menu-nav > ul> li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 0;
		max-height: 0px;
		width: auto;
		display: inline-block;
		min-width: 220px;
		background: #FFF;
		text-align: left;
		z-index: -2;
		overflow: hidden;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: -webkit-transform .2s, opacity .2s, visibility 0s .2s;
		transition: transform .2s, opacity .2s, visibility 0s .2s;
	}
	
	.menu-nav > ul> li .submenu:after {
		position: absolute;
		height: 30px;
		width: 100%;
		content: '';
		left: 0;
		top: -25px;
	}
	
	.submenu ul {
		margin-bottom: 0;
	}
	
	.submenu ul li {
		display: block;
		font-family: "museo-slab", "Helvetica", "Arial", sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		color: #005884;
		padding: 0;
	}
	
	.submenu ul li a {
		color: #005884;
		text-decoration: none;
		padding: 5px 10px;
		display: block;
	}
	
	.submenu ul li:hover a,
	.submenu ul li.active a {
		color: #FFF;
		background: #005884;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	
	.submenu ul li.featured-nav-link a {
		background: #ff9433;
		color: #FFF;
	}
	
	.submenu ul li.featured-nav-link:hover a {
		background: #fb8113;
	}
	
	.menu-nav > ul> li:hover .submenu {
		max-height: 3000px;
		padding: 10px 10px;
		margin-top: 20px;
		opacity: 1;
		background: #FFF;
	}

	.menu-nav > ul> li .submenu.our-trips {
		min-width: 553px;
		font-size: 0;
	}

	.main {
		margin-top: 100px;
	}
	.main .sub-nav {
		top: 103px;
	}

}

@media only screen and (min-width:1380px) {

	.search-field {
	    margin-left: 20px;
	}

	.top-header .container{
		max-width: 1380px;
		margin: 0 auto;
	}	
	.top-header a::before, .top-header p::before {
	    margin: 0 12px;
	}

	.menu-nav > ul > li {
		padding: 10px 12px;
	}
}

/* END nav.css */


/* ----- Break Points ----- */

@media only screen and (min-width:320px) {


	body{
		font-size: 16px;
		min-height: 100%;
	}

	.main{
		max-width: 100%;
		margin: 103px auto 0;
		min-height: 100%;
	}

	.main .container{
		margin: 0 20px;
	}

	.container{
		max-width: 100%;
	}

	.top-header .container{
		max-width: 100%;
		margin: 0 auto;
	}	

	.top-header .container > * {
	    display: none;
	}

	.top-header .container .right-content {
	    display: block;
	}

	.top-header .top-links {
	    display: none;
	}

	.search-field {
	    display: inline-block;
	    vertical-align: middle;
	    margin-left: 20px;
	}

	h1{
		font-size: 2em;
		margin: 30px 0;
		margin: 2rem 0;
	}

	footer .newsletter-form,
	footer .social,
	footer .footer-links{
		/*width: 320px;*/
		margin: 0 auto;
	}

	footer .newsletter-form .field {
	    width: 80%;
	    width: calc(100% - 40px);
	    margin: 0 20px;
	}

	footer .newsletter-form .input-field {
	    width: 100%;
	    margin: 10px 0;
	}


	footer .container .row{
		text-align: right;
	}

	footer .newsletter-form .submit-btn{
		margin-right: 20px;
	}

	footer .social{
		width: 100%;
	}

	footer .social img{
		width: 50px;
		height: 50px;
	}

	.footer-logos img{
		margin: 5px 10px;
		height: 60px;
	}

	.footer_title{
		font-size: 1.5em;
	}

	footer .newsletter-info{
		max-width: 100%;
		margin: 0 20px;
	}

	footer .col {
	    width: 32%;
	    text-align: center;
	}

	footer .col:first-child{
		display: none;
	}
	
	.left-content img {
		width: 100% !important;
		height: auto;
	}
	
	.container > .left-content {
		width: 100%;
	}
	
	.sidebar {
		width: 100%;
	}
	
	.box-img img, .testimonials-box img	{
		margin-top: 0px;
	}

	.tablet {	
		display: none;
	}

}

@media only screen and (min-width:768px) {
	
	.top-header .container > * {
	    display: inline-block;
	}
	
	.top-header .top-links {
		display: inline-block;
	}

	.menu-title {
	    display: block;
	}

	body{
		font-size: 20px;
	}

	.main{
		max-width: 100%;
	}

	.container,
	.main .container,
	.top-header .container{
		max-width: 728px;
		margin: 0 auto;
	}

	h1{
		font-size: 2.5em;
		margin: 40px 0;
		margin: 2rem 0;
	}

	footer .newsletter-form .field {
	    width: 260px;
	    margin: 0 10px;
	}

	footer .newsletter-form .input-field {
	    width: 260px;
	    margin: 0;
	}

	footer .container .row{
		text-align: center;
	}

	footer .newsletter-form .submit-btn{
		margin-right: 0px;
	}

	.footer-logos img{
		margin: 10px 20px;
		height: 80px;
	}

	.footer_title{
		font-size: 2em;
	}

	footer .newsletter-info{
		max-width: 768px;
	}
	.box-img, .testimonials-box {
		width: 48%;
		display: inline-block;
		vertical-align: top;
	}
	.testimonials-box {
		float: right;
	}
	.box-img img, .testimonials-box img	{
		margin-top: 0px;
	}
	.container > .left-content {
		float: left;
		width: 70%;
		padding-right: 20px;
	}	
	.sidebar {
		float: left;
		width: 30%;
	}	

	.testimonials-box {
		float: right;
	}	
	.no-tablet {
		display: none;
	}	
	.tablet {
		display: block;
	}
	.nav-sidebar h3 {
		font-weight: 300;
		font-size: 1.2em;
	}
	
	.top-header .container .header-txt, .top-header .container .logo-txt {
		display: none;
	}
}

@media only screen and (min-width:1026px) {

	body{
		font-size: 20px;
	}

	.main{
		width: 1024px;
	}

	.container,
	.main .container{
		max-width: 1024px;
		margin: 0 auto;
	}

	.main .container{
		padding: 0 20px;
	}

	.menu-nav > ul > li {
		padding: 10px 3px 10px 5px;
	}

	.top-blog-image,
	.top-image {
	    max-width: 1024px;
	}

	footer .newsletter-form .input-field{
		width: 300px;
	}

	footer .container{
		max-width: 900px;
	}

	footer .newsletter-form .field{
	    width: 300px;
	}

	footer .newsletter-form .input-field {
	    width: 300px;
	    margin: 0;
	}

	.footer-logos img{
		height: 80px;
	}

	footer .social img{
		width: 35px;
		height: 35px;
	}

	footer .newsletter-info{
		max-width: 900px;
	}

	footer .col {
	    width: 24%;
	    text-align: left;
	}

	footer .col:first-child{
		display: inline-block;
	}

	.copyright{
		padding: 0;
	}
	.tablet {
		display: none;
	}
	.no-tablet {
		display: block;
	}
	.nav-sidebar h3 {
		font-weight: 700;
	}
	.box-img, .testimonials-box {
		width: 100%;
	}	
	.top-header .container {
		max-width: 1024px;
	}
	
	.top-header .container .header-txt, .top-header .container .logo-txt {
		display: inline-block;
	}

}

@media only screen and (min-width:1380px) {

	body{
		font-size: 20px;
	}

	.main{
		width: 1380px;
	}

	.container,
	.main .container,
	.top-header .container{
		max-width: 1380px;
		margin: 0 auto;
	}	

	.top-blog-image,
	.top-image {
	    max-width: 1380px;
	}

	footer .newsletter-form .field{
	    width: 310px;
	}

	footer .newsletter-form .input-field{
		width: 310px;
	}

	.footer-logos img{
		height: 120px;
	}

}