/*!
 * Theme Name: Sweet As Tours
 * Theme URI: http://rdstudios.co.nz
 * Description: Sweet As Tours
 * Version: 1.0
 * Author: RD Studios
 * Author URI: http://rdstudios.co.nz
 */


@font-face {
    font-family: 'lubalin';
    src: url('fonts/lubalin_graph_bold-webfont.eot');
    src: url('fonts/lubalin_graph_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lubalin_graph_bold-webfont.woff2') format('woff2'),
         url('fonts/lubalin_graph_bold-webfont.woff') format('woff'),
         url('fonts/lubalin_graph_bold-webfont.ttf') format('truetype'),
         url('fonts/lubalin_graph_bold-webfont.svg#lubalin_graphbold') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'lubalin';
    src: url('fonts/lubalin_graph_book_regular-webfont.eot');
    src: url('fonts/lubalin_graph_book_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lubalin_graph_book_regular-webfont.woff2') format('woff2'),
         url('fonts/lubalin_graph_book_regular-webfont.woff') format('woff'),
         url('fonts/lubalin_graph_book_regular-webfont.ttf') format('truetype'),
         url('fonts/lubalin_graph_book_regular-webfont.svg#lubalin_graph_bookregular') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'lubalin';
    src: url('fonts/lubalin_graph_demi_regular-webfont.eot');
    src: url('fonts/lubalin_graph_demi_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lubalin_graph_demi_regular-webfont.woff2') format('woff2'),
         url('fonts/lubalin_graph_demi_regular-webfont.woff') format('woff'),
         url('fonts/lubalin_graph_demi_regular-webfont.ttf') format('truetype'),
         url('fonts/lubalin_graph_demi_regular-webfont.svg#lubalin_graph_demiregular') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'lubalin';
    src: url('fonts/lubalin_graph_regular-webfont.eot');
    src: url('fonts/lubalin_graph_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lubalin_graph_regular-webfont.woff2') format('woff2'),
         url('fonts/lubalin_graph_regular-webfont.woff') format('woff'),
         url('fonts/lubalin_graph_regular-webfont.ttf') format('truetype'),
         url('fonts/lubalin_graph_regular-webfont.svg#lubalin_graphregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'lubalin';
    src: url('fonts/lubalingraitctee-webfont.eot');
    src: url('fonts/lubalingraitctee-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lubalingraitctee-webfont.woff2') format('woff2'),
         url('fonts/lubalingraitctee-webfont.woff') format('woff'),
         url('fonts/lubalingraitctee-webfont.ttf') format('truetype'),
         url('fonts/lubalingraitctee-webfont.svg#lubalingraitcteeregular') format('svg');
    font-weight: 300;
    font-style: normal;

}
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "lubalin", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #000;
  background-color: white;
  line-height: 1.5;
  font-weight: 300;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
}

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #8cc541;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #8cc541;
  color: white;
  text-shadow: none;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 20px;
}

.white h1, 
.white h2, 
.white h3, 
.white h4 
 {
  color: #123e56;
 }
/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: white;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}
.white-bottom-border,
.blue-bottom-border,
.white-top-border,
.blue-top-border {
  position: relative;
}
.white-bottom-border:after,
.blue-bottom-border:after,
.white-top-border:after,
.blue-top-border:after {
  width: 100%;
  height: 10px;
  content: '';
  background-image: url(images/whiteseperator2.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  display: block;
}
.white-bottom-border:after {
  bottom: -4px;
}
.white-top-border:after {
  background-image: url(images/whiteseperator1.png);
  top: -4px;
}
.blue-bottom-border:after {
  background-image: url(images/blueseperator2.png);
  bottom: -4px;
}
.blue-top-border:after {
  background-image: url(images/blueseperator1.png);
  top: -4px;
}



.logo {
  float: left;
  width: 20%;
  margin-bottom: -5%;
  z-index: 2;
  position: relative;

  margin: 0 auto;
  position: absolute;
  display: inline-block;
  float: none;
  width: 150px;
  text-align: center;
  float: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

}
.nav {
  width: 100%; 
  font-size: 0.85em;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #123e56;
  z-index: 99;
  height:0;
  overflow: scroll;
  transition: 500ms;
  font-weight: 700;

}
.nav.open {
  height: 100%;
}
.nav > ul {
  position: relative;
  right: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 20px;
}
.nav > ul.dropdown-menu {
  display: block;
}
.nav > ul > li {
  color: #123e56;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0; 
  padding: 6px 4px;
  position: relative;
  font-size: 1.6em;
  width: 100%;
}
.nav > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.nav ul li a:hover {
    text-decoration: none;
}
.nav ul li:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2px;
  transition: 500ms;
  background-color: #123e56;

}
.nav ul li:hover {
}
.nav ul li:hover:after {
  width: 50%;
  transition: 500ms;
  background-color: #8cc541;
}

.show-menu {
  width: 34px;
  height: 34px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;

  float: right;
  top: 28px;
  right: 20px;
  z-index: 9999999;
  background: #fff;
}

.show-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #123e56;
  border-radius: 0;
  opacity: 1;

  left: 15%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.show-menu span:nth-child(1) {
  top: 25%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.show-menu span:nth-child(2) {
  top: 47%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.show-menu span:nth-child(3) {
  top: 69%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.show-menu.open span {
    background: #8cc541;
}

.show-menu {
  position: fixed;
}

.show-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18%;
  left: 8px;
}

.show-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.show-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 69%;
  left: 8px;
}


.banner-wrap {
  float: left;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  z-index: -1;
}
.banner-wrap .item {
  width: 100%;
  height: 40vw;
  max-height: 700px;
  min-height: 400px
}
.item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nz-image {
  position: absolute;
  height: 80%;
  top: 10%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-wrap .carousel-caption {
  position: absolute;
  width: 65%;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  bottom: auto;
  line-height: 1.7;
}
.banner-wrap .carousel-caption h1 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.button-wrap {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.button {
  display: inline-block;
  position: relative;
  float: none;
  padding: 10px 7px;
  font-size: 0.7em;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  box-sizing: border-box;
  margin-right: 0;
  cursor: pointer;
}

.button-wrap a:last-of-type .button {
  margin-right: 0;
}
.button.closed {
  background: #fff;
  color: #123e56;
  text-shadow: none;
  font-weight: 900;
  border: 2px solid #fff;
  transition: 500ms;
  cursor: pointer;
}
.button.closed:hover {
  background: #8cc541;
  border: 2px solid #8cc541;
  color: #fff;
}

.button.open {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  text-shadow: none;
  font-weight: 900;
  transition: 500ms;
  cursor: pointer;
}
.button.open:hover {
  background: #8cc541;
  color: #fff;
  border: 2px solid #8cc541;
}
.blog .button.open {
  background: none;
  border: 2px solid #123e56;
  color: #123e56;
}
.blog .button.open:hover {
  background: #8cc541;
  color: #fff;
  border: 2px solid #8cc541;
}
.blog .button.closed {
  background: #123e56;
  border: 2px solid #123e56;
  color: #fff;
}
.blog .button.closed:hover {
  background: #8cc541;
  color: #fff;
  border: 2px solid #8cc541;
}
.social {
  float: right;
  clear: right;
}
.desktop-social {
  display: none;
}
.mobile-social {
  float: none;
  clear: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  width: auto;
  display: inline-block;
  position: relative;
  margin-top: 20px; 
  margin-bottom: 30px;
}
.social img {
  width: 32px;
  height: auto;
}

.header-wrapper,
.banner-wrap,
.body-wrap,
.footer-wrap {
  float: left;
  clear: both;
  width: 100%;
}
.section {
  padding: 80px 0;
}
.section-1 {
  background-image: url(images/section-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-2,
.section-4 {
  background: #123e56;
  color: #fff;
}
.section-3 {
  background-image: url(images/section-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-circle {
  position: relative;
  width: 100%;

  border-radius: 0%;
  padding-bottom: 50%;
  margin-bottom: 20px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.home-circle .home-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

}
.home-circle .home-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  transition: 500ms;
}
.home-circle .home-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  font-weight: 700;
  z-index: 3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6), 0 -1px 2px rgba(0, 0, 0, .6);
}
.home-circle .home-title:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .6), 0 -1px 2px rgba(0, 0, 0, .6);
}
.home-circle:hover .home-dark {
  background: rgba(0,0,0,0);
}
.center {
  text-align: center;
}
.section-2 h1,
.section-2 h2, 
.section-2 h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;

}
.section-3 h1,
.section-3 h2, 
.section-3 h3 {
  font-weight: 700;
  color: #123e56;
  margin-bottom: 30px;

}

.section .text {
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
}
.calendar-wrap {
  font-weight: 300;
  font-size: 0.7em;
  float: left;
  width: 100%;
}
.footer-wrap {
  background: #123e56;
  padding: 20px 0;
  color: #fff;
}
#testi-carousel .carousel-inner {
  overflow: hidden;
}
#testi-carousel .carousel-caption {
  position: relative;
  left: 0;
}
#testi-carousel .carousel-indicators {
  bottom: -10px;
}
#testi-carousel h1 {
  font-weight: 700;
  margin-bottom: 20px
}
#testi-carousel .text {
  font-size: 1.3em;
  position: relative;
  font-weight: 300;
}
#testi-carousel .text:after,
#testi-carousel .text:before {
  content: '';
  width: 32px;
  height: 23px;
  background-image: url(images/open-speech.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
}
#testi-carousel .text:after {
  background-image: url(images/closed-speech.png);
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.testi-by {
  margin-bottom: 20px;
}
#testi-carousel .text {
  width: 90%;
  margin: 0 auto;
}
.right, .left {
  text-align: center;
}
.sidebar .SimpleCalendar {
  width: 100%;
  margin-bottom: 30px;
}
.sidebar {
  background: #8cc541;
  display: inline-block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align:  center;
}
.button.sidebar-button {
  width: 100%;
  background-color: #123e56;
  border-color: #123e56;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.6em;
  margin-bottom: 20px
}
.button.sidebar-button:hover {
  background: #8cc541;
  color: #123e56;
}
.no-gutter > [class*='col-'],
.no-gutter > .row-same-height > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.section-5 [class*='col-'] {
  margin-bottom: 30px;
}
.section-5 .no-gutter [class*='col-'] {
  margin-bottom: 0;
}
.blog-title {
  margin-bottom: 0;
}
.blog-date {
  margin: 3px 0 15px;
  position: relative;
}
.blog-date:after {
  position: absolute;
  height: 2px; 
  width: 40%;
  background: #000;
  left: 0;
  bottom: -8px;
  content: '';
}
.blog-text {
  font-weight: 300;
  margin-bottom: 10px;
}
.blog-image {
  padding-bottom: 65%;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #8cc541;
}
.daterangepicker td.off.disabled, .daterangepicker td.off.end-date.disabled, .daterangepicker td.off.in-range.disabled, .daterangepicker td.off.start-date.disabled,
.daterangepicker option.disabled, .daterangepicker td.disabled {
  background: #F00;
  color: #fff;
}
.daterangepicker .calendar td {
  border-radius: 0;
}
input,
input[type="text"],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #123e56;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1.3em;
  color: #123e56;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  outline: none; 
}
textarea {
  height: 150px;
}

.select-wrap {
  position: relative;
}
.select-wrap:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: '';
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.c-cell {
  position: relative;
}
.input-before {
  position: absolute;
  padding: 8px 10px 10px 10px;
  top: 0;
  opacity: 0;
  display: inline-block;
  background: #123e56;
  border: 1px solid #123e56;
  color: #fff;
  width: auto;
  transition: 500ms;
  font-size: 1.3em;
}
.input-before.active {
  top: -40px;
  opacity: 1;
}
.accommodation-preference-other {
  display: none;
}
input.contact-button {
  width: auto;
  position: relative;
  display: inline;
  margin: 0 auto;
  float: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background-color: #8cc541;
  border: none;
  transition: 500ms;
  font-weight: 700;
  text-transform: uppercase;
}
input.contact-button:hover {
  background-color: #123e56;
}
.message-wrap {
  display: none;
}

.message {
  padding: 10px;
  line-height: 2;
  margin-bottom: 20px;
  border: 1px solid #b70000;
  background: rgba(183, 0, 0, 0.35);
  color: #fff;
  font-weight: 700;
}
/************

TRANSITIONS

*************/
@-webkit-keyframes FadeIn { 
  0% { opacity:0;}
  100% { opacity:1;}
}
@-webkit-keyframes FadeInMove { 
  0% { opacity:0; top: 100px;}
  100% { opacity:1; top: 0;}
}
@-webkit-keyframes MoveUp { 
  0% { opacity:0; bottom: -220px;}
  100% { opacity:1; bottom: 20px;}
}

div.nz-image {
  opacity: 0;
  -webkit-animation: FadeIn 0.7s ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
.section-1 .container a > div {
opacity: 0;
-webkit-animation: FadeInMove 0.7s ease-in-out;
-webkit-animation-fill-mode: forwards;
}
.banner-wrap .carousel-caption {
  bottom: -220px;
  -webkit-animation: MoveUp 2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
.section-1 .container a:nth-child(1) >  div {
  -webkit-animation-delay: 1.5s
}
.section-1 .container a:nth-child(2) >  div {
  -webkit-animation-delay: 1.9s
}
.section-1 .container a:nth-child(3) >  div {
  -webkit-animation-delay: 2.1s
}
article .ngg-galleryoverview {
  overflow: visible;
}
.gal-thumb {
  margin-bottom: 15px;
  transition: 500ms 
}
.gal-thumb:hover {
  -webkit-transform: scale(1.1);
  transition: 500ms 
}

.fancybox-wrap {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav ul.dropdown-menu {
    position: relative;
    width: 100%;
    background: rgba(255,255,255,0.5);
    text-align: center;
    display: block;
    padding: 5px 0;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

 
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

  .nav ul li {
    margin: 0 10px; 
  }

  .show-menu {
    display: none;
  }
  .header-container {
    height: auto;
  }
  .social.desktop-social {
    margin-top: 12px;
    margin-right: 10px;
  }
  .nav ul {
    margin-top: 18px;
  }
  .nav {
    width: 80%;
    position: relative;
    float: right;
    font-size: 0.85em;
    clear: right;
    background: none;
    height: auto;
    overflow: visible;
  }
  .nav ul {
    position: relative;
    right: 0;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .nav ul li {
    color: #123e56;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 10px;
    -webkit-flex: 1 1 auto;
    -webkit-align-items: center;
    flex: 1 1 auto;
    align-items: center;
    margin: 0;
    font-size: 0.8em;
    padding: 6px;
    position: relative;
    margin: 0 2.5px;
    background: #efefef;
    margin-bottom: 5px;
  }

  .nav ul li a {
    color: #123e56;
    text-transform: uppercase;
    text-decoration: none;
  }
  .nav ul li a:hover {
      text-decoration: none;
  }
  .nav ul li:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2px;
    transition: 500ms;
    background-color: #123e56;

  }
  .nav ul li:hover {
  }
  .nav ul li:hover:after {
    width: 50%;
    transition: 500ms;
    background-color: #8cc541;
  }
  .desktop-social {
    display: block;
  }
  .mobile-social {
    display: none;
  }
  .logo {
    float: left;
    width: 20%;
    margin-bottom: -5%;
    z-index: 2;
    position: relative;
    left: 0;
    -webkit-transform: none;
    -moz-transform:  none;
    -ms-transform:  none;
    -o-transform:  none;
    transform:  none;

  }
  .banner-wrap .carousel-caption h1 {
    font-size: 2.2em;
  }
  .banner-wrap .carousel-caption {
    top: 50%;
  }
  .button {
    display: inline-block;
    padding: 15px;
    line-height: 1;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer;
    float: none;
  }
  .b-left .button {
    float: left;
  }
  .home-circle {
    position: relative;
    width: 100%;
    border-radius: 100%;
    padding-bottom: 100%;
  }
  .home-circle .home-image {
    background-position: center;
  }
  .calendar-wrap {
    font-weight: 300;
    font-size: 0.7em;
    float: left;
    width: 100%;
  }
  .banner-wrap .carousel-caption {
    width: 70%;
    text-align: left;
    position: absolute;
    left: auto;
    right: auto;
    bottom: 20px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  .banner-wrap .carousel-caption .button {
    float: left;
  }
  .nz-image {
    height: 90%;
    top: 5%;
    background-position: right center;
    width: 90%;
    right: 0;
    box-sizing: border-box;
  }
  .item .container {
    position: relative;
    height: 100%;
  }
  .right {
    text-align: right;
  }
  .left {
    text-align: left;
  }
  .nav ul.dropdown-menu {
    display: none;
    font-size: 1em;
  }

  .nav ul.dropdown-menu {
    position: absolute;
    display: none;
    z-index: 99999999;
    width: 100%;
    white-space: initial;
    padding: 4px;
    margin-top: 0;
    box-shadow: none;
    border: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }
  .nav li.menu-item-has-children:hover ul.dropdown-menu {
    display: inline-block;
  }
  .nav .dropdown-menu li {
    font-size: 0.9em;
    margin: 0;
    margin-bottom: 4px;
    width: 100%;
  }
  .nav .dropdown-menu li:last-of-type {
    margin: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

  .social.desktop-social {
    margin-top: 22px;
    margin-right: 10px;
  }
  .nav ul {
    margin-top: 18px;
  }
  .nav {
    width: 80%
  }

  .nav ul li {
    font-size: 1em;
  }
  .banner-wrap .carousel-caption h1 {
    font-size: 2.8em;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .social.desktop-social {
    margin-top: 22px;
    margin-right: 10px;
  }
  .nav ul {
    margin-top: 18px;
  }
  .nav {
    width: 65%
  }
  .banner-wrap .carousel-caption h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1;
  }

}


/**
 * partials/print
 * ---
 * Print version
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
