﻿@charset "UTF-8";
/*!
 *	Theme Name:	Kiwi Campers
 *	Description:	WordPress theme for exclusive use by the Kiwi Campers website.
 *	Author:			Daniel O'Connor (Avatar Ltd.)
 *	Version:		1
 */
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #fff;
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  font: 16px/1 "Raleway", sans-serif;
}

a {
  color: #9bc61f;
}
a:hover {
  color: #006da3;
}

#header #happy-deals-link {
  border: 1px solid #ddd;
  border-radius: 0.5em;
  color: inherit;
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: center;
  padding: 1em 3.7em;
  text-decoration: none;
}
#header #happy-deals-link h3 {
  color: #a1cc14;
  font-family: "Basic", sans-serif;
  font-size: 1.8em;
  line-height: 1;
  margin: 0 0 0.2em;
}
#header #happy-deals-link:hover {
  border-color: #a1cc14;
}
#header #happy-deals-link:after {
  clear: both;
  content: "";
  display: block;
}

.btn-link-small,
.btn {
  background: #f59d00 !important;
  border: 0;
  border-radius: 0.25em;
  -moz-box-shadow: 0 -0.25em #e79300 inset !important;
  -webkit-box-shadow: 0 -0.25em #e79300 inset !important;
  box-shadow: 0 -0.25em #e79300 inset !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: bold;
  line-height: 1;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2) !important;
  height: auto;
}
.btn:hover,
.btn-link-small:hover {
  background: #e79300;
  -moz-box-shadow: 0 -0.25em #d98000 inset;
  -webkit-box-shadow: 0 -0.25em #d98000 inset;
  box-shadow: 0 -0.25em #d98000 inset;
  color: #fff;
}

.image {
  background-color: #eee;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.image img {
  bottom: -99999em;
  display: block;
  left: -99999em;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: -99999em;
  top: -99999em;
}

a[href$='.jpg'] .image:before,
a[href$='.jpeg'] .image:before,
a[href$='.gif'] .image:before,
a[href$='.png'] .image:before {
  background: #ffa300;
  border-radius: 2em;
  color: #ffcd26;
  content: '\f067';
  display: block;
  font-family: "FontAwesome";
  font-size: 1.5em;
  left: 50%;
  margin: -1em 0 0 -1em;
  opacity: 0;
  padding: 0.5em 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 50%;
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: 2em;
  z-index: 2;
}
a[href$='.jpg']:hover .image:before,
a[href$='.jpeg']:hover .image:before,
a[href$='.gif']:hover .image:before,
a[href$='.png']:hover .image:before {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#lightbox {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}
#lightbox:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#lightbox img {
  border-radius: 0.25em;
  display: inline-block;
  height: auto;
  margin: 0 auto;
  max-height: 90%;
  max-width: 90%;
  position: relative;
  vertical-align: middle;
  width: auto;
  z-index: 2;
}

body .content {
  font-size: 14px;
}
.content > :last-child {
  margin-bottom: 0;
}
.content p {
  line-height: 1.75;
  margin-bottom: 1.5em;
}
.content em {
  font-style: italic;
}
.content strong {
  font-weight: bold;
}
.content ol, .content ul {
  margin-bottom: 1.5em;
}
.content ul li {
  line-height: 1.5;
  margin-bottom: 0.75em;
  padding: 0 1em 0 2.375em;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li:before {
  background: #ffa300;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #ffcd26;
  content: '\f00c';
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 0.75em;
  line-height: 1;
  margin: 0 1.16667em 0 -3.16667em;
  padding: 0.5em 0;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  width: 2em;
}
.content ol li {
  counter-increment: ol;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: 2em;
}
.content ol li:before {
  content: counter(ol);
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
.content .alignleft,
.content .alignright,
.content .aligncenter,
.content .alignnone {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}
.content .alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.content .alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.content .aligncenter {
  display: block;
  margin: 0 auto 1.5em auto;
}
.content .alignnone {
  display: block;
  margin-bottom: 1.5em;
}
.content h2 {
  color: #9bc61f;
  font-family: "Basic", sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}
.content a[href*='terms-and-conditions']:before {
  background: #9bc61f;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #fff;
  content: '\f15b';
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 1;
  margin-right: 0.5em;
  padding: 0.5em 0;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  width: 2em;
}

#header:after {
  clear: both;
  content: "";
  display: block;
}
#header > div {
  margin: 0 auto;
  width: 70em;
}
#header > div:after {
  clear: both;
  content: "";
  display: block;
}
#header #logo {
  float: left;
  width: 19em;
}
#header #logo img {
  display: block;
  margin: 0 auto;
  width: auto;
}
#header #curiosities {
  display: table;
  height: 9.5em;
  float: right;
  line-height: 1 !important;
}
#header #curiosities li {
  display: table-cell;
  padding-left: 3em;
  vertical-align: middle;
}
#header #curiosities li:first-child {
  padding-left: 0;
}
#header #kiwi-deals-link {
  border: 1px solid #ddd;
  border-radius: 0.5em;
  color: inherit;
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: center;
  padding: 1em 3.7em;
  text-decoration: none;
}
#header #kiwi-deals-link h3 {
  color: #9bc61f;
  font-family: "Basic", sans-serif;
  font-size: 1.8em;
  line-height: 1;
  margin: 0 0 0.2em;
}
#header #kiwi-deals-link:hover {
  border-color: #9bc61f;
}
#header #kiwi-deals-link:after {
  clear: both;
  content: "";
  display: block;
}
#header .phone span {
  font-size: 0.875em;
}
#header .phone strong {
  color: #9bc61f;
  display: block;
  font-family: "Basic", sans-serif;
  font-size: 2em;
  margin-top: 0.125em;
}
#header nav {
  background: #9bc61f url(../kiwicampers-images/horizon2.png) center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 0.5em 0.5em 0 0;
  clear: right;
  float: right;
  padding: 0 0.75em;
  width: 51em;
}
#header nav ul {
  display: table;
  width: 100%;
}
#header nav li {
  display: table-cell;
  position: relative;
}
#header nav li:hover .sub-menu {
  display: block;
}
#header nav a {
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 1.25em 0.5em;
  text-align: center;
  text-decoration: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-weight: 700;
}
#header nav a:hover {
  background: #7c9e19;
}
#header nav a:active {
  background: #7c9e19;
}
#header nav .sub-menu {
  background: #9bc61f;
  display: none;
  left: 0;
  padding: 0.25em 0;
  position: absolute;
  top: 100%;
  width: auto;
  z-index: 3;
}
#header nav .sub-menu li {
  display: block;
}
#header nav .sub-menu li:nth-last-child(n+6), #header nav .sub-menu li:nth-last-child(n+6) ~ * {
  width: 16em;
}
#header nav .sub-menu li:nth-last-child(n+6):nth-child(even), #header nav .sub-menu li:nth-last-child(n+6) ~ *:nth-child(even) {
  margin-left: 16em;
  margin-top: -4em;
}
#header nav .sub-menu a {
  padding: 1.5em 2em;
  text-align: left;
}

main:after {
  clear: both;
  content: "";
  display: block;
}

#slider {
  background: #333;
  padding: 2em 0;
  position: relative;
}
#slider > div {
  margin: 0 auto;
  width: 70em;
}
#slider .slideshow {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#slider li {
  opacity: 0;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
#slider li.active {
  opacity: 1;
}
#slider img {
  bottom: -99999em;
  display: block;
  height: auto;
  left: -99999em;
  margin: auto;
  position: absolute;
  right: -99999em;
  top: -99999em;
  width: 100%;
}
#slider figcaption {
  background: #9bc61f;
  border-radius: 6em 0 0 0;
  bottom: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 1.25em 1.5em 1.25em 3em;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 2;
}

/* #booking-form {
  margin-right: auto;
  position: relative;
  width: 19em;
  z-index: 2;
}
#booking-form h2 {
  background: #9bc61f;
  -moz-border-radius: 0.14286em 0.14286em 0 0;
  -webkit-border-radius: 0.14286em 0.14286em 0 0;
  border-radius: 0.14286em 0.14286em 0 0;
  color: #fff;
  font-family: "Basic", sans-serif;
  font-size: 1.75em;
  padding: 0.75em 0;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

label {
  display: block;
  margin-bottom: 0.75em;
}
label span:first-child {
  background: #ffa300;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0.33333em 2em 0 0;
  -webkit-border-radius: 0.33333em 2em 0 0;
  border-radius: 0.33333em 2em 0 0;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  max-width: 100%;
  padding: 0.5em 2.5em 0.5em 1em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

form {
  background: #ffcd26;
  -moz-border-radius: 0 0 0.25em 0.25em;
  -webkit-border-radius: 0 0 0.25em 0.25em;
  border-radius: 0 0 0.25em 0.25em;
  padding: 1.75em 2em;
}
form > label:last-of-type {
  margin-bottom: 1em;
}

select,
input[type='text'],
input[type='email'],
input[type='date'],
input[type='time'],
input[type='number'],
textarea {
  background: #fff;
  border: 0;
  -moz-border-radius: 0 0.25em 0.25em 0.25em;
  -webkit-border-radius: 0 0.25em 0.25em 0.25em;
  border-radius: 0 0.25em 0.25em 0.25em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font: inherit;
  line-height: 1;
  margin: 0;
  min-height: 2em;
  padding: 0.5em 0.75em;
  width: 100%;
}

textarea {
  line-height: 1.5;
  padding: 0.75em;
}

.date-time {
  padding-left: 1em;
}
.date-time:after {
  clear: both;
  content: "";
  display: block;
}
.date-time label {
  float: left;
  position: relative;
  width: 45%;
}
.date-time label:first-child {
  left: -1em;
  width: 55%;
}
.date-time label span {
  width: 100%;
}
.date-time select,
.date-time input[type='date'],
.date-time input[type='time'],
.date-time input[type='number'] {
  -moz-border-radius: 0 0 0.25em 0.25em;
  -webkit-border-radius: 0 0 0.25em 0.25em;
  border-radius: 0 0 0.25em 0.25em;
}

button {
  width: 100%;
} */

#banner {
  background: #333 url(../kiwicampers-images/lake-wanaka-nz.jpeg) center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#banner > div {
  margin: 0 auto;
  padding: 5em 0;
  width: 70em;
}
#banner h1 {
  color: #fff;
  font-family: "Basic", sans-serif;
  font-size: 2.5em;
  position: relative;
  z-index: 2;
}
#banner .attachment-post-thumbnail {
  bottom: -99999em;
  display: block;
  height: auto;
  left: -99999em;
  margin: auto;
  position: absolute;
  right: -99999em;
  top: -99999em;
  width: 100%;
}

#content > div {
  margin: 0 auto;
  padding: 3em 0;
  width: 70em;
}
#content > div:after {
  clear: both;
  content: "";
  display: block;
}
#content .content p[style='font-size:90%;'] {
  display: none;
}

.page-template-page-vehicle #info {
  float: left;
  width: 32em;
}
.page-template-page-vehicle #info .content {
  margin-bottom: 2em;
}
.page-template-page-vehicle #book-now {
  display: block;
  font-size: 1.25em;
  margin-bottom: 1.5em;
}
.page-template-page-vehicle #vehicle-meta {
  clear: both;
}
.page-template-page-vehicle #vehicle-meta section {
  margin-bottom: 2em;
}
.page-template-page-vehicle #vehicle-meta section:nth-child(3n-2) {
  clear: both;
  margin-left: 0;
}
.page-template-page-vehicle #vehicle-meta section:last-child {
  margin-bottom: 0;
}
.page-template-page-vehicle #vehicle-meta h2 {
  color: #9bc61f;
  font-family: "Basic", sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}
.page-template-page-vehicle #vehicle-meta dl {
  line-height: 1.5;
}
.page-template-page-vehicle #vehicle-meta dl:after {
  clear: both;
  content: "";
  display: block;
}
.page-template-page-vehicle #vehicle-meta dt {
  clear: left;
  float: left;
  font-weight: bold;
  margin-bottom: 0.75em;
  width: 40%;
}
.page-template-page-vehicle #vehicle-meta dt:last-of-type {
  margin-bottom: 0;
}
.page-template-page-vehicle #vehicle-meta dd {
  float: left;
  margin-bottom: 0.75em;
  width: 60%;
}
.page-template-page-vehicle #vehicle-meta dd:last-of-type {
  margin-bottom: 0;
}
.page-template-page-vehicle #vehicle-meta ul:after {
  clear: both;
  content: "";
  display: block;
}
.page-template-page-vehicle #vehicle-meta li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  line-height: 1.5;
  margin-bottom: 0.75em;
  padding: 0 1em 0 2.375em;
  width: 50%;
}
.page-template-page-vehicle #vehicle-meta li:nth-child(odd) {
  clear: both;
}
.page-template-page-vehicle #vehicle-meta li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.page-template-page-vehicle #vehicle-meta li:before {
  background: #ffa300;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #ffcd26;
  content: '\f00c';
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 0.75em;
  line-height: 1;
  margin: 0 1.16667em 0 -3.16667em;
  padding: 0.5em 0;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  width: 2em;
}
.page-template-page-vehicle #photos {
  float: right;
  margin: -10em 0 3em 0;
  width: 35em;
}
.page-template-page-vehicle #photos > a {
  display: block;
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}
.page-template-page-vehicle #photos > a img {
  border-radius: 0.25em;
  display: block;
  height: auto;
  width: 100%;
}
.page-template-page-vehicle #photos .gallery {
  clear: both;
  margin-bottom: 3em;
}
.page-template-page-vehicle #photos .gallery:after {
  clear: both;
  content: "";
  display: block;
}
.page-template-page-vehicle #photos .gallery li {
  float: left;
  margin: 0 0 2em 1em;
  width: 11em;
}
.page-template-page-vehicle #photos .gallery li:nth-child(3n-2) {
  margin-left: 0;
}
.page-template-page-vehicle #photos .gallery .image {
  border-radius: 0.25em;
  height: 9em;
}
.page-template-page-vehicle #vehicle-menu {
  background: #08c url(../kiwicampers-images/horizon2.png) center top no-repeat;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.page-template-page-vehicle #vehicle-menu > div {
  margin: 0 auto;
  padding: 3em 0;
  width: 70em;
}
.page-template-page-vehicle #vehicle-menu h2 {
  font-family: "Basic", sans-serif;
  font-size: 2em;
  margin-bottom: 1em;
}
.page-template-page-vehicle #vehicle-menu ul:after {
  clear: both;
  content: "";
  display: block;
}
.page-template-page-vehicle #vehicle-menu li {
  float: left;
  margin: 0 0 2em 2em;
  width: 16em;
}
.page-template-page-vehicle #vehicle-menu li:nth-child(4n-3) {
  clear: both;
  margin-left: 0;
}
.page-template-page-vehicle #vehicle-menu li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.page-template-page-vehicle #vehicle-menu a {
  background: #007ab8;
  border-radius: 0.25em;
  -moz-box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
  color: inherit;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-template-page-vehicle #vehicle-menu a:hover {
  background: #006da3;
}
.page-template-page-vehicle #vehicle-menu a .image {
  height: 10em;
}
.page-template-page-vehicle #vehicle-menu a span {
  display: block;
  padding: 1.25em 2em;
}

.page-template-page-faq .content h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.page-template-page-faq .content h2:before {
  background: #ffa300;
  border-radius: 2em;
  color: #ffcd26;
  content: '\f128';
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 1;
  margin-right: 0.5em;
  padding: 0.25em 0;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  width: 1.5em;
}

.page-template-page-contact #send-message {
  float: right;
  margin-top: -10em;
  position: relative;
  width: 25em;
  z-index: 2;
}
.page-template-page-contact #send-message h2 {
  background: #9bc61f;
  -moz-border-radius: 0.14286em 0.14286em 0 0;
  -webkit-border-radius: 0.14286em 0.14286em 0 0;
  border-radius: 0.14286em 0.14286em 0 0;
  color: #fff;
  font-family: "Basic", sans-serif;
  font-size: 1.75em;
  padding: 0.75em 0;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.page-template-page-contact #send-message label span:first-child {
  font-size: 0.875em;
}
.page-template-page-contact #send-message select,
.page-template-page-contact #send-message input[type='text'],
.page-template-page-contact #send-message input[type='email'],
.page-template-page-contact #send-message input[type='date'],
.page-template-page-contact #send-message input[type='time'],
.page-template-page-contact #send-message input[type='number'],
.page-template-page-contact #send-message textarea {
  padding: 0.75em 1em;
}
.page-template-page-contact .content {
  float: left;
  margin-bottom: 2em;
  width: 39em;
}
.page-template-page-contact #contact-info {
  width: 25em;
}

.page-template-page-location .content {
  float: left;
  margin-bottom: 2em;
  width: 27em;
}
.page-template-page-location iframe {
  background: #eee;
  border: 0;
  float: right;
  height: 35em;
  width: 40em;
}
.page-template-page-location #contact-info {
  width: 27em;
}

#contact-info {
  clear: left;
  float: left;
  margin-bottom: 2em;
}
#contact-info h2 {
  color: #9bc61f;
  font-family: "Basic", sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}
#contact-info dl {
  line-height: 1.5;
}
#contact-info dl:after {
  clear: both;
  content: "";
  display: block;
}
#contact-info dt {
  clear: left;
  color: #9bc61f;
  float: left;
  font-weight: bold;
  margin-bottom: 1em;
  width: 7em;
}
#contact-info dd {
  float: left;
  margin-bottom: 1em;
}

#locations {
  float: left;
  width: 17em;
}
#locations h2 {
  color: #9bc61f;
  font-family: "Basic", sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}
#locations .button {
  display: block;
  margin-bottom: 0.5em;
}

#features:after {
  clear: both;
  content: "";
  display: block;
}
#features li:nth-child(even) {
  background: #08c url(../kiwicampers-images/horizon2.png) center top no-repeat;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#features li:nth-child(even) h2 {
  color: #fff;
}
#features li:nth-child(even) .button {
  background: #fff;
  -moz-box-shadow: 0 -0.25em #ddd inset;
  -webkit-box-shadow: 0 -0.25em #ddd inset;
  box-shadow: 0 -0.25em #ddd inset;
  color: #333;
  text-shadow: none;
}
#features li:nth-child(even) .button:hover {
  background: #ddd;
  -moz-box-shadow: 0 -0.25em #ccc inset;
  -webkit-box-shadow: 0 -0.25em #ccc inset;
  box-shadow: 0 -0.25em #ccc inset;
}
#features section {
  margin: 0 auto;
  padding: 3em 0;
  position: relative;
  width: 70em;
}
#features section > div:first-child {
  margin-right: auto;
  width: 33.5em;
}
#features section > .image {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  bottom: 3em;
  position: absolute;
  right: 0;
  top: 3em;
  width: 33.5em;
}
#features .carousel-container {
  bottom: 3em;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 3em;
  width: 33.5em;
}
#features #icarousel {
  height: 20em;
  height: 100%;
  margin: 0 auto;
  -moz-perspective: 24em;
  -ms-perspective: 24em;
  -o-perspective: 24em;
  -webkit-perspective: 24em;
  perspective: 24em;
  position: relative;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 20em;
}
#features #icarousel .slide {
  border: 0;
  height: 100%;
  width: 100%;
}
#features #icarousel .image {
  -moz-border-radius: 0.25em 0.25em 0 0;
  -webkit-border-radius: 0.25em 0.25em 0 0;
  border-radius: 0.25em 0.25em 0 0;
  height: 18.5em;
}
#features #icarousel figcaption a {
  background: #ffa300;
  -moz-border-radius: 0 0 0.25em 0.25em;
  -webkit-border-radius: 0 0 0.25em 0.25em;
  border-radius: 0 0 0.25em 0.25em;
  -moz-box-shadow: 0 -0.25em #e79300 inset;
  -webkit-box-shadow: 0 -0.25em #e79300 inset;
  box-shadow: 0 -0.25em #e79300 inset;
  color: #fff;
  display: block;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#features #icarousel figcaption a:hover {
  background: #e79300;
  -moz-box-shadow: 0 -0.25em #d98000 inset;
  -webkit-box-shadow: 0 -0.25em #d98000 inset;
  box-shadow: 0 -0.25em #d98000 inset;
}
#features h2 {
  color: #9bc61f;
  font-family: "Basic", sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}
#features .content {
  margin-bottom: 1.5em;
}

#segues > div {
  margin: 0 auto;
  padding: 3em 0;
  width: 70em;
}
#segues ul:after {
  clear: both;
  content: "";
  display: block;
}
#segues li {
  float: left;
  margin-left: 2em;
  width: 16em;
}
#segues li:first-child {
  margin-left: 0;
}
#segues section {
  border-radius: 0.5em;
  color: #fff;
  padding: 2em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#segues h2 {
  font-family: "Basic", sans-serif;
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
#segues .content {
  margin-bottom: 1.5em;
}
#segues .button {
  background: rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
#segues .button:hover {
  background: rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -0.25em rgba(0, 0, 0, 0.1) inset;
}

#camping-our-way {
  background: #23b0e6 url(../kiwicampers-images/silver-fern.png) center no-repeat;
}

#rankers {
  background: #dc3699 url(../kiwicampers-images/rankers-nz.png) center no-repeat;
}
#rankers img {
  display: block;
  margin: 0 auto;
}

#kiwi-campers {
  background: #7cb703 url(../kiwicampers-images/kiwi-campers-swirl.png) center no-repeat;
}

#drivesafe {
  background: #f0a400 url(../kiwicampers-images/drivesafe.png) center no-repeat;
}

#footer > div {
  margin: 0 auto;
  padding: 3em 0;
  text-align: justify;
  width: 70em;
}
#footer > div:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#footer > div > div {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
#footer dl {
  font-size: 0.875em;
  line-height: 1.75;
}
#footer dl:after {
  clear: both;
  content: "";
  display: block;
}
#footer dt {
  clear: left;
  color: #9bc61f;
  float: left;
  font-weight: bold;
  margin-bottom: 0.5em;
  width: 7em;
}
#footer dd {
  float: left;
  margin-bottom: 0.5em;
}
#footer p {
  font-size: 0.875em;
  line-height: 1.75;
  margin-bottom: 0.5em;
}
#footer a[href*='facebook']:before,
#footer a[href*='google']:before,
#footer a[href*='twitter']:before {
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  color: #fff;
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 1;
  margin: -0.25em 0.5em -0.25em 0;
  padding: 0.25em 0;
  text-align: center;
  text-decoration: none;
  width: 1.5em;
}
#footer a[href*='google']:before {
  background: #dd4b39;
  content: "\f0d5";
}
#footer a[href*='facebook']:before {
  background: #3a5795;
  content: "\f09a";
}
#footer a[href*='twitter']:before {
  background: #55acee;
  content: "\f099";
}
#footer strong {
  font-weight: bold;
}

/* ----- Booking Steps ----- */

#footer a {
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
.progress-bar-step .step_number {
    height: 45px;
    line-height: 2.9;
}
.progress-bar-step.current {
    background: #9bc61f;
}
.form-box .row {
    padding: 4px 0;
}
.btn-link-small {
  margin-bottom: 5px;
}
.topdiv:nth-child(2n+1) {
    background-color: #e5f3fa !important;
}
.DescText {
    color: #9bc61f;
}
.vehicle-title {
    font-size: 18px;
    font-weight: 700;
}
label {
    margin-bottom: 3px !important;
}
.results-price {
	line-height: 1.3 !important;
}

@-moz-keyframes navexpand {
  25% {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: transparent;
  }
  100% {
    color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    width: 10.66666em;
  }
}
@-webkit-keyframes navexpand {
  25% {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: transparent;
  }
  100% {
    color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    width: 10.66666em;
  }
}
@keyframes navexpand {
  25% {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: transparent;
  }
  100% {
    color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    width: 10.66666em;
  }
}
@media only screen and (max-width: 1184px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1110px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1036px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 962px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 888px) {
  body {
    font-size: 16px;
  }
  body .content {
	font-size: 14px;
  }

  #header > div {
    text-align: center;
    width: auto;
  }
  #header #logo {
    display: inline-block;
    float: none;
    padding: 1em 0 0.75em 0;
    width: auto;
  }
  #header #logo img {
    height: 7.5em;
  }
  #header #curiosities {
    background: #9bc61f;
    color: #fff;
    display: block;
    height: auto;
    float: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  #header #curiosities:after {
    clear: both;
    content: "";
    display: block;
  }
  #header #curiosities li {
    float: left;
    padding: 1em 0;
    width: 50%;
  }
  #header #curiosities li:last-child {
    display: none;
  }
  #header .phone strong {
    color: inherit;
    font-size: 1em;
    padding-top: 0.25em;
  }
  #header .phone a {
    color: inherit;
  }
  #header nav {
    background: transparent;
    margin: 3.1875em 0.75em;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  #header nav:before {
    background: #cceeff;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    color: #9bc61f;
    content: '\f0C9';
    display: block;
    cursor: pointer;
    display: inline-block;
    height: 1em;
    font-family: "FontAwesome";
    font-size: 1.5em;
    padding: 0.5em 0;
    width: 2em;
	box-sizing: content-box;
  }
  #header nav.active:before {
    -moz-animation: navexpand 0.3s forwards;
    -webkit-animation: navexpand 0.3s forwards;
    animation: navexpand 0.3s forwards;
    position: fixed;
    right: 0.5em;
    top: 2.125em;
    z-index: 8;
  }
  #header nav:after {
    background: rgba(255, 255, 255, 0.75);
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: -99999em;
    -moz-transition: opacity 0.3s linear 0.3s;
    -o-transition: opacity 0.3s linear 0.3s;
    -webkit-transition: opacity 0.3s linear 0.3s;
    transition: opacity 0.3s linear 0.3s;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  #header nav.active:after {
    opacity: 1;
    top: 0;
  }
  #header nav.active ul {
    opacity: 1;
    top: 0;
  }
  #header nav ul {
    background: #9bc61f;
    display: block;
    height: 100%;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: -99999em;
    -moz-transition: opacity 0.3s linear 0.3s;
    -o-transition: opacity 0.3s linear 0.3s;
    -webkit-transition: opacity 0.3s linear 0.3s;
    transition: opacity 0.3s linear 0.3s;
    width: 16em;
    z-index: 10;
  }
  #header nav li {
    display: block;
  }
  #header nav li.menu-item-has-children:before {
    background: #007ab8;
    -moz-border-radius: 6em;
    -webkit-border-radius: 6em;
    border-radius: 6em;
    color: #fff;
    content: '\f063';
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "FontAwesome";
    padding: 0.5em 0;
    position: absolute;
    right: 0.75em;
    text-align: center;
    top: 0.75em;
    width: 2em;
  }
  #header nav li.menu-item-has-children:after {
    content: "";
    cursor: pointer;
    display: block;
    height: 3.5em;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5em;
  }
  #header nav li.active > a {
    border-bottom: 0;
  }
  #header nav li.active .sub-menu {
    max-height: 50em;
  }
  #header nav a {
    border-bottom: 0.25em solid #007ab8;
  }
  #header nav a:hover {
    background: #0081c2;
  }
  #header nav .sub-menu {
    display: block !important;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    position: static;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header nav .sub-menu li {
    margin: 0 !important;
    width: auto !important;
  }
  #header nav .sub-menu a {
    background: #007ab8;
    border-bottom-color: #006da3;
    padding: 1.25em 0;
    text-align: center;
  }
  #header nav .sub-menu a:hover {
    background: #0074ad;
  }

  #slider {
    padding: 1em;
  }
  #slider > div {
    width: auto;
  }
  #slider figcaption {
    display: none;
  }

  #banner > div {
    padding: 3em 0;
    text-align: center;
    width: auto;
  }
  #banner h1 {
    font-size: 2em;
  }

  #content > div {
    padding: 2em 0;
    width: auto;
  }

  .page-template-page-vehicle #info {
    float: none;
    width: auto;
  }
  .page-template-page-vehicle #vehicle-meta {
    margin-bottom: 2em;
  }
  .page-template-page-vehicle #vehicle-meta dt {
    float: none;
    margin-bottom: 0;
    width: auto;
  }
  .page-template-page-vehicle #vehicle-meta dd {
    float: none;
  }
  .page-template-page-vehicle #vehicle-meta li {
    float: none;
    margin-bottom: 0.75em !important;
    width: auto;
  }
  .page-template-page-vehicle #photos {
    float: none;
    margin: 0;
    width: auto;
  }
  .page-template-page-vehicle #photos .gallery {
    margin-bottom: 0;
    padding-right: 1em;
  }
  .page-template-page-vehicle #photos .gallery li {
    margin: 0 0 1em 0 !important;
    position: relative;
    width: 50%;
  }
  .page-template-page-vehicle #photos .gallery li:nth-child(even) {
    left: 1em;
  }
  .page-template-page-vehicle #photos .gallery .image {
    height: auto;
    padding-top: 75%;
  }
  .page-template-page-vehicle #vehicle-menu > div {
    padding: 2em;
    width: auto;
  }
  .page-template-page-vehicle #vehicle-menu ul {
    padding-right: 1em;
  }
  .page-template-page-vehicle #vehicle-menu li {
    margin: 0 0 1em 0 !important;
    position: relative;
    width: 50%;
  }
  .page-template-page-vehicle #vehicle-menu li:nth-child(odd) {
    clear: both;
  }
  .page-template-page-vehicle #vehicle-menu li:nth-child(even) {
    left: 1em;
  }
  .page-template-page-vehicle #vehicle-menu a .image {
    height: auto;
    padding-top: 75%;
  }
  .page-template-page-vehicle #vehicle-menu a span {
    font-size: 0.875em;
    line-height: 1.5;
    padding: 1em 0;
  }

  .page-template-page-faq .content h2 {
    font-size: 1.25em;
    padding-left: 2em;
  }
  .page-template-page-faq .content h2:before {
    margin-bottom: -1.5em;
    margin-left: -2em;
  }

  #booking-form {
    font-size: 0.875em;
    width: auto;
  }

  .page-template-page-location #content > div {
    padding: 0;
  }
  .page-template-page-location iframe {
    float: none;
    height: 18em;
    width: 100%;
  }
  .page-template-page-location #contact-info {
    float: none;
    padding: 2em;
    width: auto;
  }
  .page-template-page-location #contact-info dt {
    float: none;
    margin-bottom: 0.25em;
    width: auto;
  }
  .page-template-page-location #contact-info dd {
    float: none;
  }

  .page-template-page-contact #send-message {
    float: none;
    font-size: 0.875em;
    margin: -1em -1em 2em -1em;
    width: auto;
  }
  .page-template-page-contact #send-message textarea {
    height: 10em;
  }
  .page-template-page-contact #send-message input[type='submit'] {
    width: 100%;
  }
  .page-template-page-contact #send-message img {
    display: none;
  }
  .page-template-page-contact #contact-info {
    float: none;
    width: auto;
  }
  .page-template-page-contact #contact-info dt {
    float: none;
    margin-bottom: 0.25em;
    width: auto;
  }
  .page-template-page-contact #contact-info dd {
    float: none;
  }
  .page-template-page-contact #locations {
    float: none;
    width: auto;
  }

  #features section {
    padding: 2em;
    width: auto;
  }
  #features section > div:first-child {
    width: auto;
  }
  #features section > .image {
    display: none;
  }
  #features .carousel-container {
    bottom: 0;
    height: 15.5em;
    margin: 2em -2em 0 -2em;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
  }
  #features #icarousel {
    width: 75%;
  }
  #features #icarousel .image {
    height: 12.5em;
  }
  #features .button {
    display: block;
  }

  #segues > div {
    padding: 1em;
    width: auto;
  }
  #segues li {
    float: none;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    width: auto;
  }
  #segues .button {
    line-height: 1.5;
  }

  #footer {
    background: #eee;
    font-size: 0.875em;
  }
  #footer > div {
    padding: 2em;
    width: auto;
  }
  #footer > div > div {
    display: block;
    margin-bottom: 1em;
  }
  #footer > div > div:last-child {
    margin-bottom: 0;
  }
}
