/**
 * JRS Booking v1.0.0
 * https://github.com/intercitygroup/dolphincruises#readme
 * Copyright (c) 2017 - InterCity Group <web-dev@intercitygroup.co.nz>
 * MIT License
 */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

html {
  font-size: 16px;
  height: 100%;
  line-height: 1;
  overflow-x: hidden
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #212121;
  font-family: "Ubuntu", sans-serif, Helvetica, Arial;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0
}

::-moz-selection {
  background: #253480;
  color: #fff
}

::selection {
  background: #253480;
  color: #fff
}

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

.wrapper {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    padding: 0;
    width: 990px
  }
}

.icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em
}

.animate-cascade-down-0,
.animate-cascade-down-1,
.animate-cascade-down-2,
.animate-cascade-down-3,
.animate-cascade-down-4,
.animate-cascade-down-5 {
  -webkit-animation: resetTranslate 0.6s cubic-bezier(0.2, 1, 0.3, 1) 1s forwards;
  animation: resetTranslate 0.6s cubic-bezier(0.2, 1, 0.3, 1) 1s forwards;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: hidden
}

.animate-cascade-down-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s
}

.animate-cascade-down-2 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s
}

.animate-cascade-down-3 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s
}

.animate-cascade-down-4 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s
}

.animate-cascade-down-5 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s
}

@-webkit-keyframes resetTranslate {
  0% {}
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }
}

@keyframes resetTranslate {
  0% {}
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }
}

.main-header {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 15
}

@media only screen and (min-width: 768px) {
  .main-header {
    height: 80px
  }
}

.main-header-logo {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  vertical-align: top
}

@media only screen and (min-width: 768px) {
  .main-header-logo {
    font-size: 2.5rem;
    height: 80px;
    line-height: 80px
  }
}

.main-logo-link {
  display: block;
  padding: 0 15px;
  position: relative
}

.main-logo-link:hover {
  text-decoration: none
}

.main-logo-img {
  color: #fff;
  font-size: 1rem;
  height: auto;
  line-height: 1;
  vertical-align: middle;
  width: 128px
}

@media only screen and (min-width: 768px) {
  .main-logo-img {
    font-size: 1.5rem;
    width: 160px
  }
}

.main-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 1000
}

.nav-list {
  display: none;
  font-size: 0;
  margin: 0;
  padding: 0 30px;
  vertical-align: top
}

@media only screen and (min-width: 768px) {
  .nav-list {
    display: inline-block
  }
}

.nav-list-extra {
  font-size: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 0
}

.nav-item {
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  vertical-align: middle
}

.nav-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0078d0;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  margin: 0 20px 0 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .nav-link {
    height: 80px;
    line-height: 80px
  }
}

@media only screen and (min-width: 1440px) {
  .nav-link {
    margin: 0 30px 0 0
  }
}

.nav-link:before {
  background: #253480;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%
}

.nav-link:hover,
.nav-link:focus,
.nav-link.-active {
  color: #253480;
  text-decoration: none
}

.nav-link:hover:before,
.nav-link:focus:before,
.nav-link.-active:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.nav-link .icon {
  font-size: 1.5em;
  margin: 0 5px 0 0;
  vertical-align: middle
}

.nav-list-extra .nav-link {
  margin: 0;
  padding: 0 10px
}

.nav-list-extra .nav-link:before {
  display: none
}

@media only screen and (min-width: 1440px) {
  .nav-list-extra .nav-link {
    margin: 0 0 0 10px
  }
}

main {
  padding: 50px 0 100px;
}

.footer {
  background: #253480;
  background: -webkit-gradient(linear, left top, right bottom, from(#0069b7), to(#253480));
  background: linear-gradient(to bottom right, #0069b7 0%, #253480 100%);
  padding: 20px 0
}

@media only screen and (min-width: 1024px) {
  .footer {
    padding: 20px
  }
}

.footer-logo-link {
  display: inline-block;
  padding: 10px 15px
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0 10px 10px
}

.footer-list-item {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 5px 0;
  padding: 5px 10px
}

.footer-list-item.-featured {
  font-weight: 300;
  font-size: 1.5rem
}

.footer-list-item.-featured .footer-link:hover {
  text-decoration: none
}

.footer-link {
  color: #fff;
  display: inline-block;
  text-decoration: none
}

.footer-link:hover {
  text-decoration: underline
}

/*

CL Bookings Updates

*/
