/* Normalize CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1px; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, button, input, select, textarea {
  font-family: sans-serif; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio:not([controls]), [hidden] {
  display: none; }

body, figure, form {
  margin: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

#map_canvas * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#map_canvas img {
  max-width: none; }

@font-face {
  font-family: 'kiro';
  src: url("/fonts/flat-it_-_kiro-regular-webfont.eot");
  src: url("/fonts/flat-it_-_kiro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/flat-it_-_kiro-regular-webfont.woff2") format("woff2"), url("/fonts/flat-it_-_kiro-regular-webfont.woff") format("woff"), url("/fonts/flat-it_-_kiro-regular-webfont.ttf") format("truetype"), url("/fonts/flat-it_-_kiro-regular-webfont.svg#kiro") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'kiro';
  src: url("/fonts/flat-it_-_kiro-bold-webfont.eot");
  src: url("/fonts/flat-it_-_kiro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/flat-it_-_kiro-bold-webfont.woff2") format("woff2"), url("/fonts/flat-it_-_kiro-bold-webfont.woff") format("woff"), url("/fonts/flat-it_-_kiro-bold-webfont.ttf") format("truetype"), url("/fonts/flat-it_-_kiro-bold-webfont.svg#kiro") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'kiro';
  src: url("/fonts/flat-it_-_kiro-light-webfont.eot");
  src: url("/fonts/flat-it_-_kiro-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/flat-it_-_kiro-light-webfont.woff2") format("woff2"), url("/fonts/flat-it_-_kiro-light-webfont.woff") format("woff"), url("/fonts/flat-it_-_kiro-light-webfont.ttf") format("truetype"), url("/fonts/flat-it_-_kiro-light-webfont.svg#kiro") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'kiro';
  src: url("/fonts/flat-it_-_kiro-extralight-webfont.eot");
  src: url("/fonts/flat-it_-_kiro-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/flat-it_-_kiro-extralight-webfont.woff2") format("woff2"), url("/fonts/flat-it_-_kiro-extralight-webfont.woff") format("woff"), url("/fonts/flat-it_-_kiro-extralight-webfont.ttf") format("truetype"), url("/fonts/flat-it_-_kiro-extralight-webfont.svg#kiro") format("svg");
  font-weight: 200;
  font-style: normal; }
/* COLOURS */
/* USAGE 
.button {@include border-radius(5px);}
*/
/* BASE CSS */
body {
  background: #fff;
  color: #383838; }

body, button, input, select, textarea, p, div, li {
  font-family: "kiro", arial, sans-serif; }

select {
  margin-bottom: 25px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #1fb4ae;
  font-family: "kiro", arial, sans-serif; }

h1, h2 {
  font-weight: 200;
  margin: 25px 0; }

a {
  text-decoration: none;
  color: #1fb4ae;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:visited {
    color: #1fb4ae; }
  a:hover, a:focus {
    color: #d31f28; }

blockquote {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0 60px;
  border: none;
  color: #919598; }
  blockquote p, blockquote div, blockquote li {
    font-size: 22px;
    color: #919598; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote:before, blockquote:after {
    position: absolute;
    top: 0;
    font-size: 120px;
    line-height: 85px;
    font-weight: 200; }
  blockquote:before {
    content: "\201C";
    left: 0; }
  blockquote:after {
    content: "\201D";
    right: 0; }

.quotes-wrap blockquote {
  margin-bottom: 80px;
  max-width: 500px; }

/* GENERAL CLASSES */
.container {
  margin: 0 auto;
  width: 100%;
  clear: both;
  padding: 0 40px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.last {
  margin-right: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.imgLeft {
  float: left;
  margin: 0 15px 15px 0; }

.imgRight {
  float: right;
  margin: 0 0 15px 15px; }

.imgCenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.hidden {
  display: none; }

.replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.nowrap {
  white-space: nowrap; }

.nomargin {
  margin: 0; }

.spacing-v100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.spacing-v50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.space-bot {
  padding-bottom: 50px; }

.checkwrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 29px; }
  .checkwrap input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    display: none; }
  .checkwrap label {
    font-weight: normal;
    font-size: 14px; }
  .checkwrap .fakecheck {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #333;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-radius: 3px; }
  .checkwrap input:checked + .fakecheck {
    background: url("/images/icn-success.png") center no-repeat; }

.btn {
  display: inline-block;
  padding: 6px 24px;
  background-color: #1fb4ae;
  border-radius: 4px;
  color: #fff;
  border: none;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
  font-family: "kiro", arial, sans-serif;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .btn:visited {
    color: #fff; }
  .btn:hover, .btn:focus {
    background-color: #ff8475;
    color: #fff; }
  .btn.large {
    font-size: 24px;
    padding: 5px 48px;
    border-radius: 6px; }
  .btn.huge {
    font-size: 24px;
    padding: 12px 48px;
    border-radius: 6px; }
  .btn.btn-block {
    display: block; }
  .btn.btn-red {
    background-color: #ff8475; }
    .btn.btn-red:hover, .btn.btn-red:focus {
      background-color: #1fb4ae; }

.flex-video {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mainstreet ul {
  list-style: none;
  padding: 0;
  margin: 15px 0; }
  .mainstreet ul li {
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 10px; }
    .mainstreet ul li:before {
      content: "\2022";
      position: absolute;
      left: 8px;
      top: 0;
      color: #1fb4ae;
      font-weight: bold;
      font-size: 28px;
      line-height: 26px; }
  .mainstreet ul.feat-list li {
    font-size: 24px;
    font-family: "kiro", arial, sans-serif; }
    .mainstreet ul.feat-list li:before {
      line-height: 36px; }

/* LAYOUT */
#main_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left; }

/* **********************
	HEADER
********************** */
.site-header {
  position: relative;
  padding: 20px 40px 20px; }
  .site-header {
    *zoom: 1; }
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  .site-header:after {
    clear: both; }

.site-logo {
  display: block;
  float: left;
  width: 295px;
  height: 42px;
  margin-top: 8px;
  background: url("/images/logo-pacboat.svg") 0 center no-repeat;
  background-size: contain; }

.site-nav {
  float: right;
  margin: 25px 0 0 0; }
  .site-nav .nav-bar {
    margin: 0; }
    .site-nav .nav-bar li {
      display: inline-block;
      float: none;
      text-align: center;
      font-weight: bold;
      font-family: "kiro", arial, sans-serif; }
      .site-nav .nav-bar li a {
        color: #1e1e1e; }
        .site-nav .nav-bar li a:hover, .site-nav .nav-bar li a:focus {
          color: #1fb4ae; }
      .site-nav .nav-bar li.active, .site-nav .nav-bar li.active a {
        color: #1fb4ae; }

.hdr-tel {
  position: absolute;
  top: 0;
  right: 40px;
  background: #4c87af;
  color: #FFFFFF;
  padding: 2px 20px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .hdr-tel:hover, .hdr-tel:focus {
    color: #ffffff;
    background: #ff8475; }

.header-loginout {
  float: right;
  margin: 25px 0 0 10px; }

/* FOOTER */
.site-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  background: #000000;
  text-align: center;
  font-size: 12px;
  line-height: 1.5; }
  .site-footer {
    *zoom: 1; }
  .site-footer:before, .site-footer:after {
    content: "";
    display: table; }
  .site-footer:after {
    clear: both; }
  .site-footer div, .site-footer p, .site-footer li, .site-footer a {
    color: #fff;
    color: rgba(255, 255, 255, 0.9); }
  .site-footer a:hover, .site-footer a:focus {
    color: #1fb4ae; }
  .site-footer ul {
    margin: 0; }
    .site-footer ul li {
      padding: 0; }

.footer-social, .footer-links {
  margin: 0 15px;
  padding: 0;
  list-style-type: none; }
  .footer-social li, .footer-links li {
    display: inline-block;
    line-height: 24px;
    font-size: 16px; }

.footer-social {
  float: left;
  line-height: 0; }
  .footer-social li {
    margin: 0 15px; }

.footer-links {
  float: right; }
  .footer-links a {
    display: block;
    padding: 0 15px; }

.icn-social {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/sprite-social.png?v=2") 0 0 no-repeat; }
  .icn-social.fb {
    background-position: 0 0; }
    .icn-social.fb:hover, .icn-social.fb:focus {
      background-position: 0 bottom; }
  .icn-social.tw {
    background-position: -24px 0; }
    .icn-social.tw:hover, .icn-social.tw:focus {
      background-position: -24px bottom; }
  .icn-social.yt {
    background-position: -48px 0; }
    .icn-social.yt:hover, .icn-social.yt:focus {
      background-position: -48px bottom; }
  .icn-social.gp {
    background-position: -72px 0; }
    .icn-social.gp:hover, .icn-social.gp:focus {
      background-position: -72px bottom; }
  .icn-social.icn-white.fb {
    background-position: 0 bottom; }
  .icn-social.icn-white.tw {
    background-position: -24px bottom; }
  .icn-social.icn-white.yt {
    background-position: -48px bottom; }
  .icn-social.icn-white.gp {
    background-position: -72px bottom; }
  .icn-social.icn-white:hover, .icn-social.icn-white:focus {
    opacity: 0.8; }

/* **********************
	BG VIDEO
********************** */
.video-banner {
  position: relative;
  height: 720px; }
  .video-banner > .row, .video-banner > .row > .columns {
    height: 100%; }

.video-bgplayer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*z-index: -1;*/
  overflow: hidden;
  background-color: #111;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#bg-video {
  bottom: 0;
  position: absolute;
  width: 100%; }

.overlay-30, .overlay-40, .overlay-50, .overlay-60, .overlay-70 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlay-70 {
  background: rgba(0, 0, 0, 0.7); }

.overlay-60 {
  background: rgba(0, 0, 0, 0.6); }

.overlay-50 {
  background: rgba(0, 0, 0, 0.5); }

.overlay-40 {
  background: rgba(0, 0, 0, 0.4); }

.overlay-30 {
  background: rgba(0, 0, 0, 0.3); }

.video-content {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }
  .video-content h1 {
    font-size: 74px;
    line-height: 1;
    margin-bottom: 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200; }

.video-content-inner {
  display: table-cell;
  vertical-align: middle; }

.feat-strip {
  padding: 120px 0; }

.feat-item {
  width: 100%;
  display: table; }

.feat-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle; }
  .feat-cell img {
    display: block;
    margin: 0 auto; }
  .feat-cell h2 {
    margin: 0 0 50px; }

.feat-stats {
  float: left;
  width: 45%;
  margin: 0 2.5%; }

.feat-data {
  float: left;
  width: 130px;
  border-right: 1px solid transparent;
  font-size: 42px;
  font-family: "kiro", arial, sans-serif; }
  .feat-data.blue {
    color: #1fb4ae;
    border-right-color: #1fb4ae; }
  .feat-data.coral {
    color: #ff8475;
    border-right-color: #ff8475; }
  .feat-data .num {
    font-size: 160px;
    line-height: 0.75; }

.feat-copy {
  margin: 0 0 0 165px; }

.bg-feat-sect {
  position: relative;
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .bg-feat-sect p, .bg-feat-sect div, .bg-feat-sect li, .bg-feat-sect h1, .bg-feat-sect h2, .bg-feat-sect h3, .bg-feat-sect h4, .bg-feat-sect h5, .bg-feat-sect h6 {
    color: #fff; }
  .bg-feat-sect h1, .bg-feat-sect h2 {
    font-size: 72px;
    margin-bottom: 40px; }
  .bg-feat-sect h3 {
    margin-bottom: 40px; }
  .bg-feat-sect > .row, .bg-feat-sect > .row > .columns {
    height: 100%; }
  .bg-feat-sect.locations {
    height: 605px; }
    .bg-feat-sect.locations h2 {
      color: #1fb4ae; }
    .bg-feat-sect.locations p, .bg-feat-sect.locations div, .bg-feat-sect.locations li {
      color: #383838; }

.page-banner {
  position: relative;
  height: 430px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-banner.tall {
    height: 720px; }
  .page-banner p, .page-banner div, .page-banner li, .page-banner h1, .page-banner h2, .page-banner h3, .page-banner h4, .page-banner h5, .page-banner h6 {
    color: #fff; }
  .page-banner > .row, .page-banner > .row > .columns {
    height: 100%; }
  .page-banner .bg-feat-cap-inner {
    font-size: 72px;
    font-weight: 200;
    text-align: center;
    font-family: "kiro", arial, sans-serif; }
    .page-banner .bg-feat-cap-inner h1 {
      font-size: 72px; }

.bg-feat-cap {
  display: table;
  height: 100%;
  width: 100%; }

.bg-feat-cap-inner {
  display: table-cell;
  vertical-align: middle; }
  .bg-feat-cap-inner .btn {
    margin-top: 30px; }
  .bg-feat-cap-inner p, .bg-feat-cap-inner div {
    text-align: left; }
  .bg-feat-cap-inner .align-center {
    text-align: center; }
  .bg-feat-cap-inner h1, .bg-feat-cap-inner h2, .bg-feat-cap-inner h3 {
    font-weight: 200; }
  .bg-feat-cap-inner h3 {
    font-size: 58px; }
  .bg-feat-cap-inner .banner-social {
    margin-top: 25px;
    text-align: center; }
    .bg-feat-cap-inner .banner-social .btn-social {
      margin: 0 2px; }

.columns.centered .bg-feat-cap-inner {
  text-align: center; }

.btn-social {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url("/images/sprite-social-round.png") 0 0 no-repeat;
  overflow: hidden;
  text-indent: 100%; }
  .btn-social.in {
    background-position: 0 0; }
    .btn-social.in:hover, .btn-social.in:focus {
      background-position: 0 bottom; }
  .btn-social.tw {
    background-position: -58px 0; }
    .btn-social.tw:hover, .btn-social.tw:focus {
      background-position: -58px bottom; }
  .btn-social.fb {
    background-position: -116px 0; }
    .btn-social.fb:hover, .btn-social.fb:focus {
      background-position: -116px bottom; }
  .btn-social.gp {
    background-position: -174px 0; }
    .btn-social.gp:hover, .btn-social.gp:focus {
      background-position: -174px bottom; }
  .btn-social.pn {
    background-position: -232px 0; }
    .btn-social.pn:hover, .btn-social.pn:focus {
      background-position: -232px bottom; }

.article-footer {
  padding-top: 20px;
  text-align: center;
  color: #c7c7c7; }

.article-social {
  padding-bottom: 30px;
  margin-bottom: 10px;
  position: relative;
  text-align: center; }
  .article-social:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    bottom: 0;
    background: #c7c7c7; }
  .article-social .btn-social {
    margin: 0 2px; }

.article-tags {
  font-weight: bold; }

.quote-slider {
  width: 100%;
  margin: 0 auto;
  height: 450px;
  overflow: hidden; }
  .quote-slider .slide-inner {
    padding: 90px 70px 0 70px; }
  .quote-slider p, .quote-slider div {
    font-size: 29px;
    line-height: 1.5;
    color: #92979a;
    font-weight: 300; }
  .quote-slider blockquote {
    padding: 0; }
    .quote-slider blockquote:before, .quote-slider blockquote:after {
      top: 45px;
      font-size: 130px;
      line-height: 0;
      font-weight: 300; }
    .quote-slider blockquote:before {
      left: -70px; }
    .quote-slider blockquote:after {
      right: -70px; }
  .quote-slider .dotnav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }

.quote-left, .quote-right {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 57px;
  margin-top: -26px; }

.quote-left {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA5CAYAAAAhmZssAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFGNDlGMDkzNTg0MTFFNUIxMkQ5MTQ2Qzc5NURFNjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFGNDlGMDgzNTg0MTFFNUIxMkQ5MTQ2Qzc5NURFNjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNkNFNEI3REY2QTQxMUU0QkZDNEZFRDBDREJDM0M0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNkNFNEI3RUY2QTQxMUU0QkZDNEZFRDBDREJDM0M0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm1U3ysAAALqSURBVHjavJnJaxRBFMYr7RwUD0rERHAiSEhAUUfivmZxi4Kg8aIx6knQgxe95Q/ILRc9KHpyQy8aQXCJy4waFReCUVFRRHDiQcWgiJiD2/fB1zA0JrN1vYIfBUlPfvNe13tdXak4ePioK2fs27O74GsPHTm2H9NGcDdwRgPSnZi6QTUIAiNpB6bjYAAsR5Y6AwPpdkwnwROwHtIh/jxhkF5G+hI0Q/o1/F3gUbpV0tdRqTcxpJsxnQFPwSpIP0avSXiKlNJXoDEaqZeIIW2TdBCsGUkaq1jpPQfegCZIB0e7PhGj9Dx4qzr9lO8zFeW2TNYmuAQ+gMX5Io0r1a2SvgcthUrLTfUm0AOySm+2mA+XGvFaSYdUMtli/0Ap4kZwUfd0BaTvSvnmxYrXgQz4DJaCF6Xep6DISK+An1xIWlDOt5jSq+ALF5Iav/MtblZ6vym9/XE0nXziheAmGOZCiiPSQsSUXgc/4paOJm4CfeA3WAYex/34/J94AUizjyvSAR+bhah4NrisklkJnvvaGuX26kXgGvgLlviKNCpOgXvKwDzf0jDVYaTDWlT9zmAw4i4wGewFt6xeaRhxp5p+t1qjmfgBd4RgrFpjg5XYaTGxD39Xi0xZiZ0iZ5f6Be6rpEzEHM+0axwHboNZVmKOR3oUspHc8ZX2kR4SGT3wx/DYAMy3EnM8BKvBeEVebyUO5S0qtVjlhWx90mqlE9TPG6zETq2UW9tJ2iDUW4lDeatK7QaosRI7bXGZ9io1mZlW4jByns5N5YLDu/F0KzFHL+DLeCW/COQ1VmKOC2qvlPZBXmcldnqX2gCmsewgT1qJeXrLXWmb7nkG8ioTseQ9ktcq7bUm4hz5FlCnyJMmYsl55LQNUNoL+UQTseRnlfYZKrWkiTgn7e1gDtsr5NUmYsl5prlLD5R0NO1eT+ghP4GpQ2mnfIqJWPLTmHaAuWw4kFeaiCU/pbSnVOddZv/+UdoPAJ7W//knwADhtNytIrKa3gAAAABJRU5ErkJggg==) center no-repeat; }

.quote-right {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA5CAYAAAAhmZssAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjdDREIwQjgzNTg0MTFFNUI1RTZCQUYzOTFBNTE0M0IiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjdDREIwQjczNTg0MTFFNUI1RTZCQUYzOTFBNTE0M0IiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxODRFMjcxOEY2QTUxMUU0QkZDNEZFRDBDREJDM0M0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxODRFMjcxOUY2QTUxMUU0QkZDNEZFRDBDREJDM0M0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt7MP8cAAALqSURBVHjavJlLSFRhFMe/uUxQi0iENNAWIQlFIUQl9prRKLVVU5verYI2rdq5Dne2sIVhbSqjNmUgNGmlTg+jB5EVFYUEPYiKopCoRa//n/4Dw2Dj3Jn7nQ9+XGTu8Jtz5jtnzv2Mdff0HnLOrQYD4LALuQ7s3+dKWYGoBl1gjzNalHaANWAcnAC7rMRcn0E7eABOgZ1WYq53oBk8BX2+0x7k/f1F8udK+zYrMdd7sB48BGdAykrM9QYkwDNw3kfkQYHXmPYN+hCMfIuVOBt5ErwA56JMe1DEPROq8wmlPWUl5vqgyN9K3m4lzqa9BbwCF0Gbldipvpn21yANNluJnaQJtdn+I0ePbbQSc70Ea/WdD0CesBJzPQGrwEcwCnmrldhpo3HDfQeXwkRerpgTSHbDfQKDxcqDKJoB5PeV9q9Ke7OJOCdybrgfYBjylSbiPPk3cKWQPFKx5Pc0tf4CNyBPmoglH1fkMTAC+QoTseSPcVmnUktDvtRELPktXJrADHAT8kYTcU7aWV6zwRjkDSbinDpPqtQuM3ITseQZXA6CuaDTTKxW2qUflY7ASLqMrRTM5OSK6G8HBlJupmEwyX6uzeZ3c0HKUmJJ/WQ3Y6TZ1+IepUtwuSZHAtJH3huI0nsd/GENQ3o3/564B+lybaTfHBAgvTPVffGIpfWKlLu38X/SSFOdJ20pJI1MrDodA3PYGiEdme49se6e3nK99To7mSVpxmLYmw+uStpWrLRc8WI1hypFOhjmzaXu6gXaSJWgNUyk5UTM9GYkTUE6ZPHQtpCTo+R8OL9Q6vcUJtW1nBhBDdjEZyWLB/MqtcEanf6kLY4i6pTeOkn7o2g68SLSO6rr1qik00VcAYYk3a7THudbXKuSWaT0no3653OqVFerDbIH74gyvYUirlDJULrX/TvDdL7F8yRlevnvgZM+B8FsqivVEDgr7QanfY+9jLhTddqg9PZZDPlxDWU8lT/uO725668AAwBbNtteDH+G2AAAAABJRU5ErkJggg==) center no-repeat; }

.slider, .slide {
  width: 100%;
  height: 100%; }

.dotnav {
  text-align: center; }
  .dotnav .indicator {
    display: inline-block;
    width: 115px;
    height: 40px;
    margin: 0px;
    cursor: pointer; }
    .dotnav .indicator span {
      display: block;
      margin-top: 19px;
      height: 2px;
      background: #d6d7d9;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .dotnav .indicator.selected span {
      background: #1fb4ae; }

.bg-slider, .galleryslider {
  width: 100%;
  height: 820px; }
  .bg-slider .slide, .galleryslider .slide {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .bg-slider .caption-bg, .galleryslider .caption-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 215px;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%); }
  .bg-slider .caption-outter, .galleryslider .caption-outter {
    float: none;
    width: 66.667%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: table; }
  .bg-slider .caption-inner, .galleryslider .caption-inner {
    display: table-cell;
    vertical-align: middle; }
    .bg-slider .caption-inner div, .bg-slider .caption-inner li, .bg-slider .caption-inner p, .galleryslider .caption-inner div, .galleryslider .caption-inner li, .galleryslider .caption-inner p {
      color: #fff; }
  .bg-slider .dotnav, .galleryslider .dotnav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; }

.slide-left, .slide-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat; }

.slide-left {
  left: 3%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABMCAYAAAAfm/UhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjZDRTRCN0RGNkE0MTFFNEJGQzRGRUQwQ0RCQzNDNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjZDRTRCN0VGNkE0MTFFNEJGQzRGRUQwQ0RCQzNDNDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNkNFNEI3QkY2QTQxMUU0QkZDNEZFRDBDREJDM0M0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNkNFNEI3Q0Y2QTQxMUU0QkZDNEZFRDBDREJDM0M0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrCsMsIAAAG8SURBVHja7NoxMwQxFMDxdQwzFDRUqNChPFrU6H0wn8AX8AH0iqu0V+pUGoUZs94QMxG53G72JflnRmZec5kkv9mb20teXtPAWtu22xITibEEDrclMW2/2wQFFMymxJPBTc2T5OLM5zjcs8Su1YfD7Tn9XFxRoCy8Pg9XDGhwj/NwRYB9cNmBDu5F4qDDmGK4w47juLgsQFlgNRaXHGhwD7G4pEANXDKgg3uVOB4wV3LceOB8XJwqUCZa1sapAQ3uXhunAkyJGwx0cG8SpwneCGq4s0TvUy4uCigDFnPhegMN7i4XrhewBK4z0MG9S1xk3IX3xl1mPsNwcUGgdCyUxs0EGtxtaZwXSML9ATq4D4lrQOZrJu6mAbQvIBVnA5G4H+CooTf8V4z/kQSe5BUKiH9RV/FXZ3WMsJuFKrZbVWxYA8hzFBB/aKri2GkNWMIe3KtIfVSRPAogT1BAD5KVwMyB1Eyir2CT6NZk3GuIVMhcV2FHKKAHybpM1ETmuNBew15oW4twSwKGIkuXpeyjgB4kq7AnBlmyuGwDW1xmLc4tz+uKpJaI7qCAHiSryDaE/C/0jkT+KpX/FGAAp4ECIXyGS/8AAAAASUVORK5CYII=); }

.slide-right {
  right: 3%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABMCAYAAAAfm/UhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTg0RTI3MThGNkE1MTFFNEJGQzRGRUQwQ0RCQzNDNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTg0RTI3MTlGNkE1MTFFNEJGQzRGRUQwQ0RCQzNDNDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNkNFNEI3RkY2QTQxMUU0QkZDNEZFRDBDREJDM0M0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNkNFNEI4MEY2QTQxMUU0QkZDNEZFRDBDREJDM0M0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnZbwOQAAAG0SURBVHja7Nq9SgNBFIbhTQwKsTCNVjFVtIuW0Vat1T4XlivwBrwAewsrW0u7VDYWQljPwhFEzuhOdn7elR04ZAP780BIMnPmK8qyLKTmUk9S44I2FFjhqvEidUAEjhVXjWepfRRQX5nIL6AeT6ReUcjvQH0/RSF/AnFIC+hA7qGABvIxC/I3IAL5F1DPOZZaZUHWAep5syzIusBsSB+gAzlEAQ3kQ1TkJsCkyE2Beu2p1FtUZBOgXj+PimwKjI4MAXQgt1FAA3kfBBkSGAUZGqj3PJd6D4KMAdT7XgRBxgIGQ8YEOpBbKKCBvPNCpgA2QqYC6rOupD68kCmB+rxrL2RqoDcyB9CB7KGABnJpInMCayFzA9VwK7U2kQSgOhYmkgJ0IklAC9kv6KP7iP/Dl0QMN9ifGfQPNfqvzpgs9LvpVusnrPKsS+yUH71oQi87jYX7oGt9tL55JPc8w7bf0A1MdAvYaKLvYGbU6G0I9EaOXHuC3QpDbyait2ONDe1dzLoYHQlAhyrknCNsLAUd7EFHo4xw2QjT3ULH89ABRzk+xEZE0SFbfEy5DUFvbFT+U4ABAE7IAiEyymrdAAAAAElFTkSuQmCC); }

.gallery-preserveaspect {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }
  .gallery-preserveaspect.aspect-16x9 {
    height: 0;
    padding: 0 0 56.25% 0; }
  .gallery-preserveaspect.aspect-2x1 {
    height: 0;
    padding: 0 0 50% 0; }
  .gallery-preserveaspect.aspect-100vh {
    height: 100vh;
    margin-bottom: 0; }
    .gallery-preserveaspect.aspect-100vh .galleryslider .caption-bg {
      bottom: 100px; }
  .gallery-preserveaspect .galleryslider {
    height: 1500px;
    /*.slider {width: 100% !important;}*/ }
  .gallery-preserveaspect .thumbslider-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999; }

.thumbslider-wrap {
  /*position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;*/
  position: relative;
  background: #000;
  padding: 15px 0; }

.thumbslider {
  width: 100%;
  height: 100px; }
  .thumbslider .slider {
    width: 100%;
    height: 100%; }
  .thumbslider .slide {
    float: left;
    margin: 0 7px;
    width: 180px;
    height: 100%; }
  .thumbslider .thumbslide {
    width: 180px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .thumbslider .thumbslide:hover {
      opacity: 0.5; }
  .thumbslider .selected .thumbslide {
    opacity: 1; }

.feat-banner {
  position: relative;
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.contactform {
  padding: 20px 0; }
  .contactform h2 {
    text-align: center;
    color: #fff;
    font-size: 76px;
    margin-bottom: 35px; }
  .contactform label, .contactform p, .contactform div {
    color: #fff; }
  .contactform textarea {
    height: 95px;
    resize: vertical; }
  .contactform .btn {
    margin: 45px auto 0; }
  .contactform fieldset {
    border: none;
    margin: 0 0 40px 0;
    padding: 0; }
  .contactform .requiredfields {
    margin-top: 10px;
    color: #4c87af;
    font-weight: bold; }
  .contactform .postcode {
    width: 80px; }
  .contactform input:not(.btn), .contactform textarea, .contactform select {
    background: rgba(255, 255, 255, 0.6); }
    .contactform input:not(.btn):focus, .contactform textarea:focus, .contactform select:focus {
      background: white; }

.breadcrumbs {
  margin: 15px 0 65px -10px;
  font-size: 12px;
  color: #383838; }
  .breadcrumbs a {
    color: #383838; }
  .breadcrumbs span {
    color: #1fb4ae; }
  .breadcrumbs a, .breadcrumbs span {
    margin: 0 10px; }

.benefits-wrap {
  padding-top: 90px; }

.benefits-grid {
  width: 100%;
  max-width: 1105px;
  margin: 40px auto 100px; }

.benefit-row {
  *zoom: 1; }
.benefit-row:before, .benefit-row:after {
  content: "";
  display: table; }
.benefit-row:after {
  clear: both; }

.benefit-col {
  float: left;
  padding: 0 15px; }
  .benefit-col.col-20 {
    width: 20%; }
  .benefit-col.col-40 {
    width: 40%; }
  .benefit-col.col-60 {
    width: 60%; }

.benefit-tile {
  height: 368px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.benefit-col.col-20 .benefit-tile {
  height: 146px; }

.benefit-cap {
  padding: 8px 0;
  height: 75px;
  text-align: center;
  font-size: 20px; }

.fleet-wrap {
  width: 100%;
  max-width: 1110px;
  margin: 40px auto 140px; }
  .fleet-wrap {
    *zoom: 1; }
  .fleet-wrap:before, .fleet-wrap:after {
    content: "";
    display: table; }
  .fleet-wrap:after {
    clear: both; }

.fleet-item {
  display: block;
  float: left;
  width: 25%;
  padding: 0 5px; }
  .fleet-item:hover .fleet-item-cap, .fleet-item:focus .fleet-item-cap {
    background: rgba(0, 0, 0, 0.8); }

.fleet-item-inner {
  position: relative;
  height: 658px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.fleet-item-cap {
  position: absolute;
  top: 50%;
  margin-top: -89px;
  left: 0;
  right: 0;
  padding: 30px 15%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 200;
  font-family: "kiro", arial, sans-serif;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.price-item {
  display: block;
  width: 220px;
  height: 220px;
  padding-top: 40px;
  background: #1fb4ae;
  border-radius: 110px;
  color: #fff;
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  font-family: "kiro", arial, sans-serif; }
  .price-item .price {
    font-size: 56px;
    line-height: 1.2; }
  .price-item.pos-rhs {
    position: absolute;
    right: -210px;
    top: 135px; }

.insta-wrap {
  padding: 35px 0 70px 0; }

.insta-slider {
  height: 280px;
  overflow: hidden; }
  .insta-slider .slide {
    width: 300px; }

.insta-tile {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  background: url("http://placehold.it/640x640");
  background-size: cover; }

/* **********************************
		Article Hub
********************************** */
.article-banner {
  position: relative;
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  .article-banner a {
    color: #fff; }
  .article-banner h1 {
    margin-bottom: 10px;
    font-size: 72px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .article-banner p {
    font-size: 24px; }

.article-tag {
  display: inline-block;
  background: #1fb4ae;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px; }

.ab-tagstrip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  text-align: center;
  background: #1fb4ae;
  background: rgba(31, 180, 174, 0.5); }
  .ab-tagstrip a, .ab-tagstrip span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-weight: bold; }
    .ab-tagstrip a:after, .ab-tagstrip span:after {
      content: "";
      position: absolute;
      width: 2px;
      height: 14px;
      right: -3px;
      top: 50%;
      margin-top: -7px;
      background: rgba(255, 255, 255, 0.5); }
    .ab-tagstrip a:last-child:after, .ab-tagstrip span:last-child:after {
      display: none; }

.h2-small {
  color: #383838;
  font-size: 26px;
  font-weight: bold; }

.ah-toparticles {
  display: table;
  min-height: 312px; }

.ah-tatile {
  position: relative;
  display: table-cell;
  width: 33.33%;
  vertical-align: bottom;
  padding: 0 5px;
  color: #fff;
  transition: color 0.3s ease; }
  .ah-tatile:visited {
    color: #fff; }
  .ah-tatile:hover, .ah-tatile:focus {
    color: #1fb4ae; }
    .ah-tatile:hover .overlay-40, .ah-tatile:focus .overlay-40 {
      background-color: rgba(0, 0, 0, 0.6); }
  .ah-tatile .overlay-40 {
    left: 5px;
    right: 5px;
    transition: background-color 0.3s ease; }

.at-bg {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.atinner {
  display: block;
  position: relative;
  padding: 25px 35px; }
  .atinner .date {
    color: #fff; }

.attitle {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase; }

.ah-callout {
  margin: 75px 0;
  text-align: center; }
  .ah-callout p {
    font-size: 32px;
    line-height: 1.2;
    color: #b3b3b3; }

.ah-articletile {
  position: relative;
  display: block;
  margin-bottom: 30px;
  color: #383838; }
  .ah-articletile:visited {
    color: #383838; }
  .ah-articletile:hover, .ah-articletile:focus {
    color: #1fb4ae; }
    .ah-articletile:hover .at-image:before, .ah-articletile:focus .at-image:before {
      opacity: 0.1; }

.at-image {
  position: relative;
  height: 0;
  padding-bottom: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .at-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.at-header {
  padding: 25px 0 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300; }

.at-date {
  text-transform: uppercase;
  color: #b3b3b3;
  font-weight: bold; }

/* **********************************
		Landing Page
********************************** */
.landingpage, .landingpage body {
  overflow: hidden; }

.landing-content-col, .landing-enquiries-col {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 480px;
  overflow: auto;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.content-colinner {
  position: relative;
  padding: 40px 65px;
  min-height: 100%; }

.landing-content-col {
  left: 0;
  background: #1fb4ae;
  color: #fff;
  padding-bottom: 20px; }
  .landing-content-col h1, .landing-content-col h2, .landing-content-col h3, .landing-content-col h4, .landing-content-col h5, .landing-content-col h6 {
    color: #fff; }
  .landing-content-col .site-logo {
    margin-bottom: 150px;
    float: none;
    background-image: url("/images/logo-pacboat-white.png"); }
  .landing-content-col .footer-social {
    margin: 0; }
    .landing-content-col .footer-social li {
      padding: 0;
      margin: 0 20px 0 0; }
      .landing-content-col .footer-social li:before {
        display: none; }

.landing-gallery-col {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .landing-gallery-col .overlay-40 {
    z-index: 1;
    pointer-events: none; }

.landing-gallery {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .landing-gallery .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.lpgallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 500px;
  z-index: 1; }
  .lpgallery-overlay .slider-nav {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto; }
  .lpgallery-overlay .slider-left {
    left: 0;
    background-image: url("/images/icn-arr-left.png"); }
  .lpgallery-overlay .slider-right {
    right: 0;
    background-image: url("/images/icn-arr-right.png"); }

.lpslide-cont-out {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.lpslide-cont-in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff; }
  .lpslide-cont-in h1, .lpslide-cont-in h2, .lpslide-cont-in h3, .lpslide-cont-in h4, .lpslide-cont-in h5, .lpslide-cont-in h6 {
    color: #fff; }
  .lpslide-cont-in .btn {
    pointer-events: auto !important; }

.landing-enquiries-col {
  right: 0; }
  .landing-enquiries-col .contactform {
    padding: 0;
    position: relative; }
    .landing-enquiries-col .contactform h2 {
      text-align: left;
      margin-top: 0;
      font-size: 58px; }

/* **********************************
		OffCanvas mobile
********************************** */
.mobile-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 40px;
  display: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAdCAYAAABbjRdIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Q5MTU5NUZGRjRFMTFFNEFCQjc5RTFDQzhBMDY3NkEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0Q5MTU5NUVGRjRFMTFFNEFCQjc5RTFDQzhBMDY3NkEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI1OEI4QkFBRjdBMjExRTQ4OTU0QzFDRDNEMDE0RjY5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI1OEI4QkFCRjdBMjExRTQ4OTU0QzFDRDNEMDE0RjY5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RFYpRwAAAGBJREFUeNpi/P//PwO9ABMDHcHwtYxFYet6AyB9ng52GTLRySIQOD+8E4gGnezSYAESN4GYkVwTHngHjuYzBlAwUpTPgPl0NJ+N5rPRfDaaz0bzGQX5jHG0kTrkLAMIMABH5RjPxjttzAAAAABJRU5ErkJggg==) center no-repeat;
  cursor: pointer; }

body {
  /*&.hide-extras {overflow: hidden;}*/ }
  body.off-canvas {
    padding: 0;
    margin: 0; }

#main:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

#mob-right-nav, #main {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -o-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in; }

#main {
  float: right;
  margin-right: 0; }

#mob-right-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  z-index: 2;
  right: -260px;
  overflow: auto; }

.mob-sidebar {
  padding: 40px 0 20px 0;
  border-left: 3px solid #1fb4ae; }
  .mob-sidebar .nav-bar {
    margin-top: 0; }
  .mob-sidebar .hdr-tel {
    right: 0;
    left: 0; }
  .mob-sidebar li {
    margin-bottom: 5px;
    padding: 0;
    font-family: "kiro", arial, sans-serif; }
    .mob-sidebar li a {
      padding: 8px 25px !important;
      text-decoration: none;
      font-weight: bold;
      color: #383838;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .mob-sidebar li a:hover, .mob-sidebar li a:focus {
        background-color: #1fb4ae;
        color: #fff; }
    .mob-sidebar li:after {
      display: none; }
    .mob-sidebar li.active a {
      color: #4c87af; }
      .mob-sidebar li.active a:hover, .mob-sidebar li.active a:focus {
        color: #fff; }
  .mob-sidebar li, .mob-sidebar li a {
    font-size: 16px;
    color: #383838;
    display: block; }
  .mob-sidebar .flyout {
    display: block !important;
    position: static;
    border: none;
    width: auto;
    padding-left: 15px;
    margin: 5px 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .mob-sidebar .flyout li {
      border: none; }
      .mob-sidebar .flyout li a {
        background: transparent;
        border: none;
        border-bottom: 1px solid #575549;
        padding: 10px 5px;
        color: #4c87af;
        font-weight: bold;
        box-shadow: none; }
        .mob-sidebar .flyout li a:hover, .mob-sidebar .flyout li a:focus {
          background: #251d56;
          color: #000; }
  .mob-sidebar .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    float: none; }

.active-right #mob-right-nav {
  right: 0; }
.active-right #main {
  margin-right: 260px; }

/* Google Map */
#maps {
  width: 100%;
  height: 400px; }

.no-padding, .feat-banner.no-padding {
  padding: 0; }

.gmnoprint img {
  max-width: none; }

/* ********************************
	STICKY TABLE HEADER
******************************** */
.sticky-wrap table {
  /*border: 0;
  border-collapse: collapse;*/
  margin: 0;
  width: 100%;
  background: #fff; }

.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .sticky-wrap.overflow-y {
    overflow-y: auto;
    max-height: 500px; }
    .sticky-wrap.overflow-y.short {
      max-height: 200px; }
  .sticky-wrap .sticky-thead, .sticky-wrap .sticky-col, .sticky-wrap .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.125s ease-in-out;
    z-index: 50;
    width: auto;
    /* Prevent table from stretching to full size */ }
  .sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
    z-index: 100;
    width: 100%; }
    .sticky-wrap .sticky-thead select {
      font-size: 13px; }
  .sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 35; }

/* bValidator Form Messages */
.bvalidator_invalid {
  background-color: #FFFFAE; }

.bvalidator_errmsg {
  display: none;
  padding: 1px 10px 1px 5px;
  background-color: #333;
  border: 1px solid #999;
  -moz-box-shadow: 0 0 6px #ddd;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  white-space: nowrap;
  color: #FFF; }
  .bvalidator_errmsg div {
    font-size: 11px; }
  .bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1fb4ae;
    font-size: 12px;
    line-height: 1;
    cursor: pointer; }
  .bvalidator_errmsg em {
    position: absolute;
    bottom: -8px;
    left: 8px;
    display: block;
    height: 0;
    width: 0;
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0; }

.blue {
  color: #4c87af; }

.bluegray {
  color: #b7bcd0; }

.white {
  color: #fff; }

.blue {
  color: #4f71d2; }

.red {
  color: #ff8475; }

.bg-bluegray {
  background-color: #b7bcd0; }

.bg-gray {
  background-color: #ede5e3; }

.bg-white {
  background-color: #fff; }

.bg-blue {
  background-color: #4f71d2; }

.bg-red {
  background-color: #ff8475; }

/* PRINT */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  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; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
