@charset "UTF-8";
/* Requires
   globals.css */
.nav-bar {
  height: 40px;
  background: #4d4d4d;
  margin-top: 20px;
  padding: 0; }
  .nav-bar > li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid #333333;
    border-right: none;
    line-height: 38px;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
    .nav-bar > li:first-child {
      -webkit-box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
      box-shadow: 0 0 0; }
    .nav-bar > li:last-child {
      border-right: solid 1px #333333;
      -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
      -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
      box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
    .nav-bar > li.active {
      background: #2ba6cb;
      border-color: #2284a1; }
      .nav-bar > li.active > a {
        color: white;
        cursor: default; }
      .nav-bar > li.active:hover {
        background: #2ba6cb;
        cursor: default; }
    .nav-bar > li:hover {
      background: #333333; }
    .nav-bar > li > a {
      color: #e6e6e6; }
    .nav-bar > li ul {
      margin-bottom: 0; }
    .nav-bar > li .flyout {
      display: none; }
    .nav-bar > li.has-flyout > a:first-child {
      padding-right: 36px;
      position: relative; }
      .nav-bar > li.has-flyout > a:first-child:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 4px;
        border-color: #e6e6e6 transparent transparent transparent;
        position: absolute;
        right: 20px;
        top: 17px; }
    .nav-bar > li.has-flyout > a.flyout-toggle {
      border-left: 0 !important;
      position: absolute;
      right: 0;
      top: 0;
      padding: 22px;
      z-index: 2;
      display: block; }
    .nav-bar > li.has-flyout.is-touch > a:first-child {
      padding-right: 55px; }
    .nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
      border-left: 1px dashed #666; }
  .nav-bar > li > a:first-child {
    position: relative;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 14px; }
  .nav-bar > li > input {
    margin: 0 10px; }
  .nav-bar.vertical {
    height: auto;
    margin-top: 0; }
    .nav-bar.vertical > li {
      float: none;
      border-bottom: none; }
      .nav-bar.vertical > li.has-flyout > a:first-child:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 4px;
        border-color: transparent transparent transparent #e6e6e6; }
      .nav-bar.vertical > li .flyout {
        left: 100%;
        top: -1px; }
        .nav-bar.vertical > li .flyout.right {
          left: auto;
          right: 100%; }

.flyout {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 39px;
  left: -1px;
  width: 250px;
  z-index: 40;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  /* remove margin on any first-child element */
  /* remove margin on last element */ }
  .flyout p {
    line-height: 1.2;
    font-size: 13px; }
  .flyout *:first-child {
    margin-top: 0; }
  .flyout *:last-child {
    margin-bottom: 0; }
  .flyout.small {
    width: 166.66667px; }
  .flyout.large {
    width: 437.5px; }
  .flyout.right {
    left: auto;
    right: -2px; }
  .flyout.up {
    top: auto;
    bottom: 39px; }

ul.flyout, .nav-bar li ul {
  padding: 0;
  list-style: none; }
  ul.flyout li, .nav-bar li ul li {
    border-left: solid 3px #CCC; }
    ul.flyout li a, .nav-bar li ul li a {
      background: #f2f2f2;
      border: 1px solid #e6e6e6;
      border-width: 1px 1px 0 0;
      color: #555;
      display: block;
      font-size: 14px;
      height: auto;
      line-height: 1;
      padding: 15px 20px;
      -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
      -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
      ul.flyout li a:hover, .nav-bar li ul li a:hover {
        background: #ebebeb;
        color: #333; }
    ul.flyout li.active, .nav-bar li ul li.active {
      margin-top: 0;
      border-top: 1px solid #4d4d4d;
      border-left: 4px solid #1a1a1a; }
      ul.flyout li.active a, .nav-bar li ul li.active a {
        background: #4d4d4d;
        border: none;
        color: #fff;
        height: auto;
        margin: 0;
        position: static;
        top: 0;
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        box-shadow: 0 0 0; }

/* Mobile Styles */
@media only screen and (max-device-width: 1280px) {
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important; } }
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch .nav-bar li a {
    font-size: 13px;
    font-size: 1.3rem; }

  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important; }

  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important; } }
@media only screen and (max-width: 767px) {
  .nav-bar {
    height: auto; }
    .nav-bar > li {
      float: none;
      display: block;
      border-right: none; }
    .nav-bar > li > a.main {
      text-align: left;
      border-top: 1px solid #ddd;
      border-right: none; }
    .nav-bar > li:first-child > a.main {
      border-top: none; }
    .nav-bar > li.has-flyout > a.flyout-toggle {
      position: absolute;
      right: 0;
      top: 0;
      padding: 22px;
      z-index: 2;
      display: block; }
    .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
      content: "";
      width: 0;
      height: 0;
      display: block; }
    .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
      border-top-color: #141414; }
    .nav-bar.vertical > li.has-flyout > .flyout {
      left: 0; }

  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px; }
    .flyout.right {
      float: none;
      right: auto;
      left: -1px; }
    .flyout.small, .flyout.large {
      width: 100% !important; }
    .flyout p:last-child {
      margin-bottom: 18px; } }
/* The Grid ---------------------- */
.row {
  width: 1029px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }
  .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -10px; }
  .row.collapse .column, .row.collapse .columns {
    padding: 0; }
  .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -10px; }
    .row .row.collapse {
      margin: 0; }

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }
  .column.centered, .columns.centered {
    float: none;
    margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

.row .one {
  width: 5%; }

.row .two {
  width: 10%; }

.row .three {
  width: 15%; }

.row .four {
  width: 20%; }

.row .five {
  width: 25%; }

.row .six {
  width: 30%; }

.row .seven {
  width: 35%; }

.row .eight {
  width: 40%; }

.row .nine {
  width: 45%; }

.row .ten {
  width: 50%; }

.row .eleven {
  width: 55.0%; }

.row .twelve {
  width: 60%; }

.row .thirteen {
  width: 65%; }

.row .fourteen {
  width: 70%; }

.row .fifteen {
  width: 75%; }

.row .sixteen {
  width: 80%; }

.row .seventeen {
  width: 85%; }

.row .eighteen {
  width: 90%; }

.row .nineteen {
  width: 95%; }

.row .twenty {
  width: 100%; }

.row .offset-by-one {
  margin-left: 5%; }

.row .offset-by-two {
  margin-left: 10%; }

.row .offset-by-three {
  margin-left: 15%; }

.row .offset-by-four {
  margin-left: 20%; }

.row .offset-by-five {
  margin-left: 25%; }

.row .offset-by-six {
  margin-left: 30%; }

.row .offset-by-seven {
  margin-left: 35%; }

.row .offset-by-eight {
  margin-left: 40%; }

.row .offset-by-nine {
  margin-left: 45%; }

.row .offset-by-ten {
  margin-left: 50%; }

.row .offset-by-eleven {
  margin-left: 55.0%; }

.row .offset-by-twelve {
  margin-left: 60%; }

.row .offset-by-thirteen {
  margin-left: 65%; }

.row .offset-by-fourteen {
  margin-left: 70%; }

.row .offset-by-fifteen {
  margin-left: 75%; }

.row .offset-by-sixteen {
  margin-left: 80%; }

.row .offset-by-seventeen {
  margin-left: 85%; }

.row .offset-by-eighteen {
  margin-left: 90%; }

.push-two {
  left: 10%; }

.pull-two {
  right: 10%; }

.push-three {
  left: 15%; }

.pull-three {
  right: 15%; }

.push-four {
  left: 20%; }

.pull-four {
  right: 20%; }

.push-five {
  left: 25%; }

.pull-five {
  right: 25%; }

.push-six {
  left: 30%; }

.pull-six {
  right: 30%; }

.push-seven {
  left: 35%; }

.pull-seven {
  right: 35%; }

.push-eight {
  left: 40%; }

.pull-eight {
  right: 40%; }

.push-nine {
  left: 45%; }

.pull-nine {
  right: 45%; }

.push-ten {
  left: 50%; }

.pull-ten {
  right: 50%; }

.push-eleven {
  left: 55.0%; }

.pull-eleven {
  right: 55.0%; }

.push-twelve {
  left: 60%; }

.pull-twelve {
  right: 60%; }

.push-thirteen {
  left: 65%; }

.pull-thirteen {
  right: 65%; }

.push-fourteen {
  left: 70%; }

.pull-fourteen {
  right: 70%; }

.push-fifteen {
  left: 75%; }

.pull-fifteen {
  right: 75%; }

.push-sixteen {
  left: 80%; }

.pull-sixteen {
  right: 80%; }

.push-seventeen {
  left: 85%; }

.pull-seventeen {
  right: 85%; }

.push-eighteen {
  left: 90%; }

.pull-eighteen {
  right: 90%; }

img, object, embed {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img {
  max-width: none!important; }

/* Nicolas Gallagher's micro clearfix */
.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

/* Mobile Grid and Overrides ---------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }

  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  .column, .columns {
    width: auto !important;
    float: none; }

  .column:last-child, .columns:last-child {
    float: none; }

  [class*="column"] + [class*="column"]:last-child {
    float: none; }

  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table; }

  .column:after, .columns:after {
    clear: both; }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .offset-by-twelve, .offset-by-thirteen, .offset-by-fourteen, .offset-by-fifteen, .offset-by-sixteen, .offset-by-seventeen, .offset-by-eighteen {
    margin-left: 0 !important; }

  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten, .push-eleven, .push-twelve, .push-thirteen, .push-fourteen, .push-fifteen, .push-sixteen, .push-seventeen, .push-eighteen {
    left: auto; }

  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten, .pull-eleven, .pull-twelve, .pull-thirteen, .pull-fourteen, .pull-fifteen, .pull-sixteen, .pull-seventeen, .pull-eighteen {
    right: auto; }

  /* Mobile 4-column Grid */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 10px; }
    .row .mobile-one:last-child {
      float: right; }
  .row.collapse .mobile-one {
    padding: 0; }

  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 10px; }
    .row .mobile-two:last-child {
      float: right; }
  .row.collapse .mobile-two {
    padding: 0; }

  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 10px; }
    .row .mobile-three:last-child {
      float: right; }
  .row.collapse .mobile-three {
    padding: 0; }

  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 10px; }
    .row .mobile-four:last-child {
      float: right; }
  .row.collapse .mobile-four {
    padding: 0; }

  .push-one-mobile {
    left: 25%; }

  .pull-one-mobile {
    right: 25%; }

  .push-two-mobile {
    left: 50%; }

  .pull-two-mobile {
    right: 50%; }

  .push-three-mobile {
    left: 75%; }

  .pull-three-mobile {
    right: 75%; } }
/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0; }
  .block-grid > li {
    display: block;
    height: auto;
    float: left; }

.block-grid.one-up {
  margin: 0; }

.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px; }

.block-grid.two-up {
  margin: 0 -15px; }

.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px; }

/*  .block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
.block-grid.three-up {
  margin: 0 -12px; }

.block-grid.three-up > li {
  width: 33.33%;
  padding: 0 12px 12px; }

/*  .block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
.block-grid.four-up {
  margin: 0 -10px; }

.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px; }

/*  .block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
.block-grid.five-up {
  margin: 0 -8px; }

.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px; }

/*  .block-grid.five-up>li:nth-child(5n+1) {clear: left;} */
/* Mobile Block Grids */
@media only screen and (max-width: 767px) {
  .block-grid.mobile {
    margin-left: 0; }

  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0; } }
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Menu Styles
:: Homepage Styles
:: Page Blocks Styles
:: Passes Pages Styles
:: Timetable Page Styles
:: Info Pages Styles
:: Pages related to Info page
:: Tours Page Styles
:: Whats New Page
:: Contact Page
:: Cheap As Template Styles
:: Site Map / Help
:: Footer
:: Extra styles for landing pages / beta feedback
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/*Copyright styles*/
.row.copyright {
  width: 141px;
  margin-top: 10px !important;
  color: white; }
  .row.copyright span a {
    color: white;
    font-size: 9px; }

body {
  margin: 0 !important;
  /*height:auto !important;*/ }

iframe {
  border: none; }

div.Loading {
  color: #999999;
  padding: 5px 30px 5px 0;
  background-image: url("../../../assets/reservations/Loading.gif");
  background-repeat: no-repeat;
  background-position: right center; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

/*.FeedbackForm [class*="column"] + [class*="column"]:last-child {
	float: right !important;
}*/
#Header {
  position: fixed;
  top: 0;
  z-index: 6;
  max-height: 99px; }
  #Header h2 {
    padding-top: 40px;
    margin-left: 20px;
    font-style: italic; }
  #Header ul {
    margin: 0; }
    #Header ul li {
      list-style-type: none;
      text-align: left;
      padding-left: 10px; }
      #Header ul li a {
        text-decoration: none;
        font-size: 14px;
        padding-top: 10px; }

.header-link #feedback {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

ul.header-link {
  display: none; }

.intext-link {
  color: #0c97c4; }

#Header h2 {
  color: #999;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px 0;
  /*	margin-left: 20px;*/
  padding-top: 48px;
  background: none;
  border: none; }

/* -----------------------------------------
   Sidebar Styles
----------------------------------------- */
#Sidebar #BookingForm {
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4); }

/* ------------------------------
    SLIDER STYLES / POSITIONING
-------------------------------- */
.scrollDownBtn {
  display: block;
  width: 94px;
  height: 30px;
  background: url("../../greatsights/images/scrollDownBtn.png") no-repeat 0 0;
  position: absolute;
  top: -29px;
  z-index: 5;
  right: 47%; }

.scrollDownBtn:hover {
  background-position: 100% 0;
  cursor: pointer; }

/*#slideshow {
	position: relative;  margin: 0 auto; max-width:1700px; width:100%; height:100%; position:fixed;

	 .slideshow-slides{overflow:hidden; width:100% !important; margin-top:0; position:relative; padding-left:0; height:100%;
		.slideshow-slide {width:100% !important; top: 0; left: 0; right: 0;  height:100%;
	
			display: none;
			&.first { display: block; }
	
			img { max-width:200%;height:100%; width:100%; }	
		}
	}
}*/
.ErrorPage #Layout, .ErrorPage #Content, .ErrorPage .details {
  width: 100%; }
.ErrorPage .details h1 {
  text-align: left; }

/* -----------------------------------------
   CONTAINER STYLES 
----------------------------------------- */
.Security #Main {
  margin-top: 200px; }
  .Security #Main .scrollDownBtn {
    display: none; }
  .Security #Main #Content {
    float: none; }
  .Security #Main #Form #MemberLoginForm_LoginForm {
    width: 40%; }

#Container {
  position: relative;
  width: 100%; }
  #Container #Main {
    position: absolute;
    z-index: 200;
    right: 0;
    top: 0;
    width: 60%;
    background: rgba(0, 84, 166, 0.7); }
    #Container #Main #Layout {
      background: -webkit-linear-gradient(left, rgba(0, 84, 166, 0), #0054a6);
      /*Safari 5.1-6*/
      background: -o-linear-gradient(right, rgba(0, 84, 166, 0), #0054a6);
      /*Opera 11.1-12*/
      background: -moz-linear-gradient(right, rgba(0, 84, 166, 0), #0054a6);
      /*Fx 3.6-15*/
      background: linear-gradient(to right, rgba(0, 84, 166, 0), #0054a6);
      /*Standard*/ }

#Layout {
  width: 100%;
  min-width: 0; }

.addthis_toolbox {
  float: right !important;
  margin-right: 5px;
  margin-top: -50px; }

.scrollArrow {
  position: fixed;
  right: 46px;
  bottom: 36px; }

/* -----------------------------------------
   HEADER STYLES
----------------------------------------- */
#Header {
  width: 201px;
  position: relative; }
  #Header .Header-Wrap {
    position: fixed;
    top: 41px;
    left: 50px;
    width: 201px; }
  #Header .header-objects {
    background: #064688;
    width: 127px;
    padding: 10px;
    margin-bottom: 15px; }
    #Header .header-objects img {
      width: 108px; }
    #Header .header-objects img.mobile-logo {
      display: none; }

#Menu #mobile-menu {
  display: none; }

.mobile-item {
  display: none !important; }

#Navigation {
  clear: both;
  padding: 13px 10px 0 51px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 84, 166, 0), #0054a6) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(to right, rgba(0, 84, 166, 0), #0054a6) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(to right, rgba(0, 84, 166, 0), #0054a6) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(to right, rgba(0, 84, 166, 0), #0054a6) repeat scroll 0 0 rgba(0, 0, 0, 0); }

.nav-bar > li.has-flyout > a:first-child:after {
  border: none;
  padding: 0;
  display: none !important; }

.nav-bar > li.has-flyout > a:first-child {
  padding-right: 0; }

.nav-bar > li.has-flyout > a.flyout-toggle {
  padding: 0; }

.nav-bar {
  width: 100%;
  background: none;
  line-height: 20px !important; }
  .nav-bar li {
    border: none;
    box-shadow: none !important;
    line-height: 20px;
    margin: 0 9px 0 8px;
    padding-left: 0 !important;
    background: none;
    width: auto;
    display: inline-block;
    height: 30px; }
  .nav-bar li.last {
    padding-right: 26px; }
  .nav-bar li a {
    font-size: 16px !important;
    color: white;
    padding: 4px !important;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.2px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    width: auto; }
  .nav-bar li a.current {
    background: none !important;
    border-bottom: 2px solid #fc862d;
    color: #fffff !important; }
  .nav-bar li:hover {
    cursor: pointer;
    color: #ffffff;
    background: none !important;
    border-bottom: 2px solid #fc862d; }
  .nav-bar li:hover > a {
    color: #ffffff !important;
    text-decoration: none !important; }
  .nav-bar li:hover a.current {
    color: white; }
  .nav-bar li:last-child, .nav-bar li.last {
    border-right: none!important;
    padding-right: 0 !important; }

.waterfall-loop {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  /* height of the mask */
  height: 400px;
  background: url("../../../assets/overnightcruise/homepage/slider/HBC-home-water.png") repeat-y 0 0;
  -moz-animation: waterfallloop 160s infinite linear;
  -webkit-animation: waterfallloop 160s infinite linear;
  -ms-animation: waterfallloop 160s infinite linear;
  -o-animation: waterfallloop 160s infinite linear; }

@-moz-keyframes waterfallloop {
  0% {
    background-position: 100% 0; }

  /* the end position y must equal bitmap's height */
  100% {
    background-position: 0 0; } }

@-webkit-keyframes waterfallloop {
  0% {
    background-position: 100% 0; }

  100% {
    background-position: 0 0; } }

/* -----------------------------------------
   Homepage Styles
----------------------------------------- */
.HomePage {
  background: url("../../../assets/overnightcruise/homepage/slider/HBC-home-water-body.jpg") repeat-y 0 100%;
  background-size: 100%; }
  .HomePage.typography h1 {
    text-align: center;
    margin-top: 263px; }
  .HomePage.typography h3 {
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    margin-top: 0; }
  .HomePage #Container #Main {
    background: none;
    width: 100%;
    height: 100%; }
    .HomePage #Container #Main #Navigation {
      height: 163px;
      padding-top: 52px;
      float: right;
      width: 67%; }
      .HomePage #Container #Main #Navigation .nav-bar li a {
        font-size: 18px !important; }
    .HomePage #Container #Main #Layout {
      background: none; }
    .HomePage #Container #Main #Footer {
      height: 66px;
      padding: 17px 60px; }

/* -----------------------------------------
   Info  Pages
----------------------------------------- */
.auckland-harbour-overnight-cruise .jrs-avail-cruise-head {
  display: none !important; }

.auckland-harbour-overnight-cruise .jrs-avail-cruise-cell {
  display: none !important; }

.sub-navigation {
  bottom: -38px !important;
  left: 0;
  height: 30px;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
  background: #F9F9F9;
  border-bottom: 1px solid black; }
  .sub-navigation span {
    font-size: 12px;
    colour: black;
    font-family: 'arial',serif;
    text-shadow: none; }

.sub-navigation.stick {
  position: fixed;
  top: 94px; }

#product-container {
  padding: 0px 62px 62px; }
  #product-container p {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    line-height: 18px; }
  #product-container .static-gallery {
    margin: 50px auto 30px;
    max-width: 1024px;
    display: block; }
    #product-container .static-gallery img {
      /*width:30%; max-width:310px; */
      margin: 0 1.5%; }
  #product-container .overview p {
    font-size: 17px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    line-height: 27px; }
  #product-container ul, #product-container ol {
    list-style-image: url("../../../assets/overnightcruise/icons/HBC-Bullet-Arrow.png");
    padding-left: 14px; }
    #product-container ul li, #product-container ol li {
      font-size: 14px;
      line-height: 18px;
      text-align: left;
      color: #ffffff;
      margin-bottom: 9px; }
  #product-container .download-btn {
    background: #fc862d;
    width: 236px;
    color: #fcb37c;
    margin-top: 26px; }
    #product-container .download-btn a {
      clear: both;
      background: #fc862d;
      color: #ffffff;
      padding: 7px 10px;
      font-size: 15px;
      line-height: 37px;
      font-style: normal;
      font-family: 'Ubuntu',sans-serif;
      margin-left: 0;
      margin-right: 20px;
      letter-spacing: 0.5px; }
  #product-container .pull-quote {
    width: 100%;
    border-bottom: 2px solid #C7C6C6;
    border-top: 2px solid #C7C6C6;
    margin: 8% 0; }
    #product-container .pull-quote p {
      font-size: 40px;
      color: #d7bba9;
      line-height: 50px;
      margin: 0;
      padding: 30px 15%;
      text-align: left;
      text-transform: uppercase; }
  #product-container .jrs-book-btn .jrs-btn {
    text-align: center; }
    #product-container .jrs-book-btn .jrs-btn a {
      clear: both;
      background: #ee7003;
      color: #ffffff;
      padding: 7px 11px;
      font-size: 14px;
      line-height: 110px;
      font-style: normal;
      font-family: arial;
      font-weight: bold; }
    #product-container .jrs-book-btn .jrs-btn a:hover {
      background: #d66402; }
  #product-container .menu-btns-wrap {
    margin-top: 20px; }
    #product-container .menu-btns-wrap .menu-btn {
      text-align: left; }
      #product-container .menu-btns-wrap .menu-btn a {
        clear: both;
        background: #fc862d;
        color: #ffffff;
        padding: 7px 10px;
        font-size: 15px;
        line-height: 37px;
        font-style: normal;
        font-family: 'Ubuntu',sans-serif;
        margin-left: 0;
        margin-right: 20px;
        letter-spacing: 0.5px; }
      #product-container .menu-btns-wrap .menu-btn a:hover {
        cursor: pointer; }
  #product-container .contentbelow {
    margin-top: 40px; }

.mobile-only.photo {
  display: none; }

.mobile-only.capacity, .mobile-only.amenities {
  display: none; }

.lunch-menu h4, .dinner-menu h4, .wine-menu h4 {
  text-align: left !important;
  color: #ffffff !important;
  margin-left: 0 !important;
  margin-top: 32px !important;
  padding-bottom: 5px !important; }
.lunch-menu span.title, .dinner-menu span.title, .wine-menu span.title {
  font-size: 20px;
  line-height: 30px; }

/* ----------------------------
	BOOKING PAGE (JRS)
------------------------------- */
/*.book #Container #Main{width:82.5%;}*/
.book #bookFrame body {
  background: none !important; }

/* -----------------------------------------
   Contact Page
----------------------------------------- */
.contact-us #product-container .contentabove p {
  margin: 3% 0; }
.contact-us #product-container .contentabove .map {
  display: block; }
.contact-us #product-container .contentabove .phoneMap {
  display: none;
  max-width: 420px; }
.contact-us #product-container h3 {
  margin-bottom: 15px; }
  .contact-us #product-container h3 span {
    clear: both;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin-top: 5px; }

.feedback-section p {
  font-style: normal !important; }
.feedback-section .feedback-btn {
  background: #00a5b9;
  text-align: left;
  color: white;
  line-height: 32px;
  padding-left: 15px;
  font-size: 15px; }
.feedback-section a:hover {
  color: #13709D; }

/* -----------------------------------------
   Terms Styles
----------------------------------------- */
.terms-and-conditions #product-container .prodcontent ol li, .feedback #product-container .prodcontent ol li {
  font-size: 14px;
  line-height: 28px; }
.terms-and-conditions #product-container .prodcontent ul li, .feedback #product-container .prodcontent ul li {
  text-align: left;
  margin-left: 17px;
  list-style-type: circle; }
.terms-and-conditions #product-container .prodcontent h4, .feedback #product-container .prodcontent h4 {
  margin-top: 51px;
  width: 100%;
  text-align: left; }

/* -----------------------------------------
   Feedback Form Styles
----------------------------------------- */
#Form_Form {
  width: 100%;
  color: #ffffff; }
  #Form_Form fieldset {
    width: 100%; }
    #Form_Form fieldset .field {
      width: 100%;
      margin: 10px 0 30px; }
      #Form_Form fieldset .field > label {
        font-size: 16px;
        margin: 10px 0; }
      #Form_Form fieldset .field ul {
        list-style-image: none;
        list-style-type: none;
        padding-left: 0; }
      #Form_Form fieldset .field textarea {
        width: 100%;
        min-height: 100px; }
      #Form_Form fieldset .field .middleColumn label {
        font-size: 14px; }
      #Form_Form fieldset .field .literalFieldArea {
        font-size: 16px;
        font-weight: normal; }
      #Form_Form fieldset .field.text input {
        Width: 50%; }
  #Form_Form .Actions {
    overflow: visible;
    text-align: left;
    margin-bottom: 20px; }

/* -----------------------------------------
   Site Map
----------------------------------------- */
.SiteMapPage .Content {
  padding: 0; }
  .SiteMapPage .Content p {
    padding: 5px 15px 5px 15px; }

.SiteMapPage .SiteMap {
  background: white;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #ff4b14; }
  .SiteMapPage .SiteMap ul#sitemap-list {
    list-style-type: none; }
    .SiteMapPage .SiteMap ul#sitemap-list li {
      font-weight: bold;
      font-size: 13px;
      margin: 5px 0 5px 0; }
      .SiteMapPage .SiteMap ul#sitemap-list li a {
        border-bottom: 1px solid #0B96C2; }
      .SiteMapPage .SiteMap ul#sitemap-list li ul#sitemap-list {
        list-style-type: none;
        padding-left: 20px; }
        .SiteMapPage .SiteMap ul#sitemap-list li ul#sitemap-list li {
          font-weight: normal;
          font-size: 12px;
          margin: 2px 0 2px 0;
          text-decoration: none; }
          .SiteMapPage .SiteMap ul#sitemap-list li ul#sitemap-list li a {
            border-bottom: none; }
          .SiteMapPage .SiteMap ul#sitemap-list li ul#sitemap-list li ul#sitemap-list {
            font-size: 11px; }
            .SiteMapPage .SiteMap ul#sitemap-list li ul#sitemap-list li ul#sitemap-list li {
              margin: 0; }
              .SiteMapPage .SiteMap ul#sitemap-list li ul#sitemap-list li ul#sitemap-list li a {
                border-bottom: none;
                color: #178db2; }
              .SiteMapPage .SiteMap ul#sitemap-list li ul#sitemap-list li ul#sitemap-list li a:hover {
                color: #0f7190; }

/* -----------------------------------------
   Footer
----------------------------------------- */
#Footer {
  background: #0054a6;
  width: 100%;
  height: 114px;
  padding: 44px 62px;
  /*.footer-container{width:100%; max-width: 768px; margin:0 auto;*/
  /*}*/ }
  #Footer .copyright {
    float: left;
    width: 55%; }
    #Footer .copyright a {
      color: white;
      margin-right: 10px; }
    #Footer .copyright > a {
      font-size: 14px; }
    #Footer .copyright span {
      color: #ffffff;
      font-size: 10px; }
  #Footer .social {
    float: right;
    width: 36%;
    text-align: right; }
    #Footer .social a {
      float: right;
      width: 37px;
      height: 25px; }
    #Footer .social a:nth-child(3) {
      width: 47px; }
    #Footer .social .facebook {
      background: url("../../../assets/overnightcruise/icons/HBC-Facebook.jpg") no-repeat 0 0;
      width: 37px;
      height: 25px; }
    #Footer .social .twitter {
      background: url("../../../assets/overnightcruise/icons/HBC-Twitter.jpg") no-repeat 0 0;
      width: 37px;
      height: 25px; }
    #Footer .social .tripadvisor {
      background: url("../../../assets/overnightcruise/icons/HBC-Tripadvisor.jpg") no-repeat 0 0;
      width: 47px;
      height: 25px; }
    #Footer .social .instagram {
      background: url("../../../assets/overnightcruise/icons/HBC-Instagram.jpg") no-repeat 0 0;
      width: 37px;
      height: 25px; }
    #Footer .social .pinterest {
      background: url("../../../assets/overnightcruise/icons/HBC-Pinterest.jpg") no-repeat 0 0;
      width: 37px;
      height: 25px; }

.page-not-found #Layout {
  margin-top: 140px; }
.page-not-found h1 {
  color: #006581 !important;
  font-size: 41px !important; }

@media screen and (min-width: 0px) and (max-width: 699px) {
  #Container #Main {
    width: 100%;
    position: static;
    height: auto !important; }
    #Container #Main #Layout {
      height: auto !important; }

  #Footer {
    position: static !important; } }
@media screen and (min-width: 0px) and (max-width: 900px) {
  .slideshow-wrapper, .waterfall-loop {
    display: none; }

  .scrollArrow {
    display: none !important; }

  .HomePage {
    background: url("../../../assets/overnightcruise/homepage/slider/HBC-Sunset-Boat-Large-.jpg") no-repeat 74% 0; }

  .HomePage.typography h1 {
    margin-top: 50px; }

  #Container #Main {
    width: 100%;
    position: static; }
    #Container #Main #Header {
      width: 24%;
      max-height: 118px;
      background: #064688;
      float: left; }
      #Container #Main #Header .Header-Wrap {
        position: static;
        width: 100%; }
        #Container #Main #Header .Header-Wrap .header-objects {
          width: 90px;
          padding-left: 18px;
          margin-bottom: 0; }
          #Container #Main #Header .Header-Wrap .header-objects .desktop-logo {
            display: none; }
          #Container #Main #Header .Header-Wrap .header-objects .mobile-logo {
            display: block; }
    #Container #Main #Navigation {
      padding-top: 10px;
      padding-left: 30px;
      width: 76%;
      float: left;
      clear: none;
      background: #064688;
      color: #ffffff;
      position: relative;
      font-size: 20px;
      min-height: 67px; }
      #Container #Main #Navigation .nav-bar {
        margin-top: 8px;
        display: none;
        position: absolute;
        top: 59px;
        right: 0;
        background: #064688;
        text-align: right;
        height: auto;
        padding: 0 27px 15px; }
        #Container #Main #Navigation .nav-bar li {
          text-align: right;
          height: 30px;
          display: inline-block;
          width: 100%;
          margin-right: 0px; }
          #Container #Main #Navigation .nav-bar li a {
            font-size: 14px !important; }
      #Container #Main #Navigation #mobile-menu {
        display: block;
        font-size: 31px;
        padding: 20px 17px;
        text-align: right; }
    #Container #Main #product-container {
      padding: 0 30px 30px; }
      #Container #Main #product-container h1 {
        margin: 20px 0 16px;
        font-size: 38px; }
      #Container #Main #product-container h2 {
        line-height: 34px; }
      #Container #Main #product-container .mobile-only.photo {
        display: block;
        width: 100%; }
      #Container #Main #product-container .capacity-image, #Container #Main #product-container .amenities-image {
        display: none; }
      #Container #Main #product-container .mobile-only.capacity, #Container #Main #product-container .mobile-only.amenities {
        display: block;
        width: 100%; }
      #Container #Main #product-container .menu-btns-wrap {
        width: auto; }
        #Container #Main #product-container .menu-btns-wrap .menu-btn a {
          margin-right: 0;
          display: block;
          padding: 3px 10px;
          margin-bottom: 15px; }

  .book #Container #Main #product-container {
    padding: 0 20px 20px; }
  .book #product-container > p {
    margin-top: 0; }

  .contact-us h3 {
    font-size: 16px !important; }

  .contact-us #product-container .contentabove p.map {
    display: none; }

  .contact-us #product-container .contentabove p.phoneMap {
    display: block; }

  #Footer {
    padding: 27px 30px;
    height: 130px;
    display: block; }
    #Footer .copyright {
      width: 100%;
      float: none; }
    #Footer .social {
      width: 100%;
      float: none;
      margin-top: 10px; }
      #Footer .social a {
        float: left; }

  .HomePage #Container #Main {
    height: 100%; }
    .HomePage #Container #Main #Navigation {
      padding-top: 10px;
      height: auto;
      width: 76%; }
      .HomePage #Container #Main #Navigation .nav-bar li {
        margin-right: 10px; }
    .HomePage #Container #Main h1 {
      margin-bottom: 245px; }
    .HomePage #Container #Main h3 {
      display: none; }
    .HomePage #Container #Main #Footer {
      display: block;
      height: auto;
      padding: 17px 20px; } }
/* for IPad */
@media screen and (min-width: 700px) and (max-width: 900px) {
  .scrollArrow {
    display: none !important; }

  #Container #Main {
    width: 100%;
    /*margin:0 auto;*/ }
    #Container #Main #Header .Header-Wrap .header-objects {
      padding-left: 45px;
      width: 117px; }
    #Container #Main #Navigation {
      padding-left: 50px; }
      #Container #Main #Navigation #mobile-menu {
        padding-right: 23px; }
      #Container #Main #Navigation .nav-bar {
        padding-right: 30px; }
        #Container #Main #Navigation .nav-bar li {
          width: 50%;
          margin-left: 50%; }
    #Container #Main #product-container {
      padding: 0 50px 50px; }

  .nav-bar li {
    margin-right: 14px; }

  #Footer {
    padding: 40px 15px 40px 50px;
    height: 115px; }
    #Footer .social {
      width: 29%;
      float: right;
      margin-top: 0; }
    #Footer .copyright {
      width: 42%;
      float: left; }
      #Footer .copyright a {
        display: inline-block; } }
@media only screen and (min-device-width: 700px) and (max-device-width: 900px) and (orientation: portrait), screen and (min-width: 700px) and (max-width: 900px) {
  .slideshow-wrapper {
    display: none; }

  #Container #Main {
    width: 100% !important;
    position: static; }
    #Container #Main .mobile-only.photo {
      display: block;
      width: 100%;
      height: 250px;
      overflow: hidden; }
      #Container #Main .mobile-only.photo img {
        margin-top: -137px; }

  .waterfall-loop {
    height: 460px;
    display: block; }

  .wedding-venue #Container #Main .mobile-only.photo {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden; }
    .wedding-venue #Container #Main .mobile-only.photo img {
      margin-top: -90px; }

  .HomePage #Container #Main h1 {
    margin-top: 445px;
    margin-bottom: 0; }

  .HomePage #Footer .social {
    width: 29%; } }
@media only screen and (min-device-width: 700px) and (max-device-width: 1023px) and (orientation: landscape), screen and (min-width: 700px) and (max-width: 1023px) {
  #Container #Main {
    width: 73%; }

  #Navigation {
    padding-top: 44px; }

  .nav-bar {
    margin-top: 0; }
    .nav-bar li {
      height: 30px;
      padding-right: 14px !important; }
      .nav-bar li a {
        padding: 0 !important; }

  .header-objects {
    width: 90px;
    padding-left: 18px;
    margin-bottom: 0; }
    .header-objects .desktop-logo {
      display: block; }
    .header-objects .mobile-logo {
      display: none; }

  #Footer {
    padding: 40px 35px 40px 50px; }
    #Footer .social {
      width: 42%; }
    #Footer .copyright {
      width: 55%; }
      #Footer .copyright a {
        display: inline-block; }

  .HomePage.typography h1 {
    margin-top: 263px; }

  .HomePage h3 {
    display: none; } }
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #Container #Main {
    width: 67%; } }
@media screen and (min-width: 1300px) and (max-width: 3000px) {
  #Container #Main {
    width: 60%; } }