@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; }

a.logo {
  margin-top: 8px; }

#Menu {
  float: left;
  width: 100%; }

#Logo img {
  width: 153px; }

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

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

#Navigation {
  float: left;
  width: 100%;
  margin-top: 17px; }

.nav-bar > li.has-flyout > a:first-child:after {
  border: none; }

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

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

.nav-bar > li {
  position: static; }

.nav-bar {
  background: none;
  line-height: 20px !important;
  height: 30px;
  position: relative;
  padding-left: 29px; }
  .nav-bar li {
    border: none;
    /*color:white; padding:0;*/
    box-shadow: none !important;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding-left: 0 !important;
    position: relative;
    background: url("../images/slash.png") no-repeat 100% 46%;
    padding-right: 26px;
    font-family: arial !important; }
  .nav-bar li.last {
    padding-right: 26px; }
  .nav-bar li a {
    font-size: 15px !important;
    color: white;
    padding: 4px !important;
    text-transform: uppercase; }
  .nav-bar li a.current {
    /*background:none !important; color:#0093aa;*/
    background: #064688; }
  .nav-bar li:hover {
    cursor: pointer;
    color: #ee7003;
    background: url("../images/slash.png") no-repeat 100% 46%; }
  .nav-bar li:hover > a {
    color: #ee7003;
    text-decoration: none !important;
    text-decoration: underline; }
  .nav-bar li:hover a.current {
    color: white; }

.about-menu {
  float: right;
  width: 32%;
  margin-top: 21px; }
  .about-menu a {
    font-size: 12px !important;
    color: white !important;
    padding: 4px !important;
    text-transform: uppercase; }
  .about-menu a:hover {
    color: #ee7003 !important; }

.nav-bar > li:last-child {
  border-right: 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-wrapper {
  /*width: 100%;*/
  margin: 0px;
  min-height: 38px;
  overflow: hidden;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 61%;
  z-index: -1 !important; }

.CartDetailsPage .slideshow-wrapper, .CustomerDetailsPage .slideshow-wrapper, .PaymentsPage .slideshow-wrapper, .ItineraryPage .slideshow-wrapper {
  display: none; }

#slideshow {
  position: relative;
  /*overflow:hidden;*/
  margin-top: 0;
  height: 100%;
  /*	-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);*/ }
  #slideshow .slideshow-nac-container {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 200px;
    z-index: 39;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none; }
    #slideshow .slideshow-nac-container li {
      border: solid 1px white;
      background: #545454;
      color: white;
      font-weight: bold;
      margin: 0 0 0 0;
      padding: 0;
      display: block;
      width: 112px;
      height: 60px;
      line-height: 25px;
      float: left;
      text-align: center;
      vertical-align: middle;
      overflow: hidden;
      cursor: pointer; }
      #slideshow .slideshow-nac-container li img {
        width: 166%;
        max-width: 330%;
        margin-left: -40px; }
    #slideshow .slideshow-nac-container li.active {
      width: 123px;
      height: 71px;
      border-bottom: 3px solid #042B4A;
      margin-top: -11px;
      -webkit-box-shadow: 0px 12px 14px rgba(0, 8, 10, 0.61);
      -moz-box-shadow: 0px 12px 14px rgba(0, 8, 10, 0.61);
      box-shadow: 0px 12px 14px rgba(0, 8, 10, 0.61); }
    #slideshow .slideshow-nac-container li:hover {
      -webkit-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.93);
      -moz-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.93);
      box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.93); }
  #slideshow ul.slideshow-slides {
    overflow: hidden;
    width: 100% !important;
    margin-top: 0;
    position: relative;
    padding-left: 0;
    height: 100%; }
    #slideshow ul.slideshow-slides li.slideshow-slide {
      width: 100% !important;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      display: none; }
      #slideshow ul.slideshow-slides li.slideshow-slide img {
        width: 1% !important;
        height: 1% !important;
        margin-left: -9%;
        margin-top: -10%;
        max-width: 200%; }
      #slideshow ul.slideshow-slides li.slideshow-slide .slide-caption {
        position: absolute;
        left: 30.5%;
        bottom: 34%;
        width: 639px;
        margin-left: -307px; }
        #slideshow ul.slideshow-slides li.slideshow-slide .slide-caption h1 {
          width: 100%;
          font-size: 55px !important;
          color: white;
          margin: 0 !important;
          padding: 0 !important;
          line-height: 73px;
          text-align: left;
          text-shadow: 1px 2px #434343; }
      #slideshow ul.slideshow-slides li.slideshow-slide.first {
        display: block; }
      #slideshow ul.slideshow-slides li.slideshow-slide img {
        display: block;
        width: 100%;
        height: 100%; }
  #slideshow .MapPanel {
    display: block;
    position: absolute;
    right: 0;
    bottom: -9px;
    width: 100%;
    height: 100%; }
  #slideshow #fssPrev {
    display: block;
    background: url("../../../assets/greatsights/images/left-arrow1.png") no-repeat 0 0;
    position: absolute;
    left: 0;
    bottom: 50%;
    font-size: 0;
    height: 56px;
    width: 61px; }
  #slideshow #fssNext {
    display: block;
    background: url("../../../assets/greatsights/images/right-arrow1.png") no-repeat 100% 0;
    position: absolute;
    right: 0;
    bottom: 50%;
    font-size: 0;
    height: 56px;
    width: 61px; }
  #slideshow #fssPlayPause {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 60px;
    right: 2%;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekbit-border-radius: 5px; }
  #slideshow #fssList {
    display: none; }

.CartDetailsPage .slideshow-wrapper, .CustomerDetailsPage .slideshow-wrapper, .PaymentsPage .slideshow-wrapper, .ItineraryPage .slideshow-wrapper, .page-not-found .slideshow-wrapper, .page-not-found-4 .slideshow-wrapper, .ICGLoginPage .slideshow-wrapper, .chinese-combo-1 .slideshow-wrapper, .chinese-combo-2 .slideshow-wrapper, .chinese-combo-3 .slideshow-wrapper, .chinese-combo-4 .slideshow-wrapper {
  display: none !important; }
.CartDetailsPage .scrollDownBtn, .CustomerDetailsPage .scrollDownBtn, .PaymentsPage .scrollDownBtn, .ItineraryPage .scrollDownBtn, .page-not-found .scrollDownBtn, .page-not-found-4 .scrollDownBtn, .ICGLoginPage .scrollDownBtn, .chinese-combo-1 .scrollDownBtn, .chinese-combo-2 .scrollDownBtn, .chinese-combo-3 .scrollDownBtn, .chinese-combo-4 .scrollDownBtn {
  display: none; }
.CartDetailsPage #Main, .CustomerDetailsPage #Main, .PaymentsPage #Main, .ItineraryPage #Main, .page-not-found #Main, .page-not-found-4 #Main, .ICGLoginPage #Main, .chinese-combo-1 #Main, .chinese-combo-2 #Main, .chinese-combo-3 #Main, .chinese-combo-4 #Main {
  margin-top: 0 !important; }

.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 {
  width: 100%;
  display: block;
  /*position:absolute; top:0; width:100%; background: url("../../greatsights/images/header-bg.png") repeat-x scroll 0 0 transparent;*/ }
  #Container #Main {
    /*max-width:1024px; margin:0 auto 0;*/ }

#Layout {
  width: 100%; }

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

/* -----------------------------------------
   HEADER STYLES
----------------------------------------- */
#Header {
  width: 100%;
  background: rgba(27, 84, 150, 0.9); }
  #Header .headwrap {
    /*margin:0 auto; width:918px;*/ }
  #Header .header-objects {
    float: left;
    background: #064688;
    width: 14%;
    max-width: 160px;
    min-width: 98px;
    padding-left: 17px; }
    #Header .header-objects img {
      width: 108px; }
    #Header .header-objects img.mobile-logo {
      display: none; }
  #Header .menu-wrap {
    float: left;
    width: 85%;
    /* transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity:0.6;*/ }

/*.menu-wrap:hover{opacity:1;}*/
.H-container {
  width: 900px;
  margin: 0 auto; }

/* -----------------------------------------
   Homepage Styles
----------------------------------------- */
.bg-image {
  position: relative; }
  .bg-image .content {
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%; }

#bg-section2, #bg-section3, #bg-section4 {
  background: none; }

#bg-section, #tile-section, #bg-section2, #bg-section3, #bg-section4 {
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 1em;
  min-height: 100%; }

#separator-section {
  padding: 8em 6em;
  min-height: 400px; }
  #separator-section p {
    font-size: 25px;
    color: #A8A7A7;
    text-align: center;
    margin-bottom: 0;
    line-height: 43px;
    /* font-style:italic;*/ }
    #separator-section p a.stroke_button {
      clear: both;
      /* border:1px solid #AAA9A9; text-transform:uppercase;*/
      color: #04b7ce;
      padding: 7px;
      font-size: 20px;
      line-height: 110px;
      font-style: italic;
      font-family: arial; }
    #separator-section p a:hover {
      cursor: pointer;
      background: rgba(0, 0, 0, 0.08); }

.bg-image {
  height: 550px; }

#bg-section {
  height: 100%;
  position: relative; }
  #bg-section .hint-scroll {
    position: absolute;
    bottom: 7%;
    left: 46%;
    font-family: 'arial',serif;
    color: #ffffff; }
  #bg-section h2 {
    font-size: 50px; }

#HomePage .content-cube-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  border-top: 1px solid #212121;
  padding: 60px 0;
  display: block; }
  #HomePage .content-cube-container .content-cube {
    margin: 0 1.5%;
    width: 30%; }
    #HomePage .content-cube-container .content-cube img {
      width: 100%; }
    #HomePage .content-cube-container .content-cube > div {
      padding: 20px 49px;
      border: 1px solid black; }
      #HomePage .content-cube-container .content-cube > div span.top {
        color: #b69179;
        display: block;
        font-family: 'camboregular',serif;
        font-size: 17px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%; }
      #HomePage .content-cube-container .content-cube > div span.bottom {
        display: block;
        border-top: 1px solid black;
        color: black;
        font-family: arial;
        font-size: 14px;
        margin-bottom: 0;
        padding-top: 11px;
        width: 100%;
        text-align: center; }
    #HomePage .content-cube-container .content-cube > div:hover {
      cursor: pointer;
      background: rgba(0, 0, 0, 0.08); }
#HomePage #bg-section .content {
  top: 31%; }

/* -----------------------------------------
   Info  Pages
----------------------------------------- */
.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: 8em 14em; }
  #product-container h3 {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #064688;
    line-height: 37px; }
  #product-container p {
    font-size: 18px;
    color: #A8A7A7;
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0 5%; }
  #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: 18px;
    color: #A8A7A7;
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0 5%; }
  #product-container .prodcontent {
    margin-top: 0px; }
    #product-container .prodcontent h4 {
      margin-top: 60px; }
    #product-container .prodcontent p {
      font-size: 18px;
      line-height: 28px;
      text-align: center;
      padding: 0 5%; }
    #product-container .prodcontent ul {
      list-style-type: none;
      padding-left: 0; }
      #product-container .prodcontent ul li {
        font-size: 16px;
        line-height: 28px;
        text-align: center; }
    #product-container .prodcontent .static-gallery {
      margin: 50px auto 30px;
      max-width: 1024px;
      display: block; }
      #product-container .prodcontent .static-gallery img {
        /*width:30%; max-width:310px; */
        margin: 0 1.5%; }
  #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: center;
      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: center; }
      #product-container .menu-btns-wrap .menu-btn a {
        clear: both;
        background: none;
        color: #4cb4d1;
        padding: 7px 11px;
        font-size: 14px;
        line-height: 37px;
        font-style: normal;
        font-family: arial;
        font-weight: bold;
        border: 1px solid #4cb4d1;
        margin-left: 20px; }
      #product-container .menu-btns-wrap .menu-btn a:hover {
        background: #4cb4d1;
        background: rgba(76, 180, 209, 0.75);
        color: white; }
  #product-container .contentbelow {
    margin-top: 40px; }

.GSRelatedProducts {
  width: 100%; }
  .GSRelatedProducts .content-box {
    width: 47%;
    margin-right: 5.5%; }
    .GSRelatedProducts .content-box h4 {
      min-height: 77px; }
    .GSRelatedProducts .content-box .tour-details {
      padding: 0 35px; }
      .GSRelatedProducts .content-box .tour-details p.content-price {
        color: #003352;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center; }
      .GSRelatedProducts .content-box .tour-details .tour-details-value {
        color: #003352;
        text-align: center; }
      .GSRelatedProducts .content-box .tour-details span {
        font-size: 10px;
        text-transform: uppercase; }

.GSRelatedProducts .content-box:nth-child(3n+3) {
  margin-right: 0; }

/* -----------------------------------------
   Contact Page
----------------------------------------- */
.contact-us #product-container .contentabove p {
  margin: 3% 0; }

.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, .feedback #product-container {
  margin-top: 25px; }
  .terms-and-conditions #product-container .prodcontent ol li, .feedback #product-container .prodcontent ol li {
    font-family: 'camboregular',serif;
    font-size: 14px;
    line-height: 28px;
    color: #A8A7A7; }
  .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
----------------------------------------- */
.feedback.twenty {
  width: 100%;
  margin-top: 30px; }

.ui-widget-content > p {
  padding-left: 5px !important; }

#Form_Form, .feedback.twenty {
  width: 80%;
  max-width: 1069px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 15px 10px; }
  #Form_Form .optionset, .feedback.twenty .optionset {
    margin-top: 20px;
    padding-right: 30px;
    width: 33.3%;
    float: left;
    /*		border-right:1px solid #b2b3b3;
    		padding-left:25px; padding-right:15px;
    */ }
    #Form_Form .optionset .optionset, .feedback.twenty .optionset .optionset {
      width: 100%;
      border: none;
      padding: 0; }
  #Form_Form .optionset:last-child, .feedback.twenty .optionset:last-child {
    padding-right: 0; }
  #Form_Form .optionset#EditableRadioField51, .feedback.twenty .optionset#EditableRadioField51 {
    width: 34%;
    padding-right: 0;
    margin-bottom: 60px;
    border: none !important; }
  #Form_Form .textarea, .feedback.twenty .textarea {
    clear: both;
    width: 50%;
    float: left;
    margin-top: 25px;
    /*		margin-right:30px;
    		padding-left:25px;
    */ }
    #Form_Form .textarea #Form_Form_EditableTextField52, .feedback.twenty .textarea #Form_Form_EditableTextField52 {
      width: 100%; }
    #Form_Form .textarea textarea#Form_Form_EditableTextField83, .feedback.twenty .textarea textarea#Form_Form_EditableTextField83 {
      width: 92%;
      height: 100px;
      margin-top: 15px; }
  #Form_Form #EditableLiteralFeedbackField99, .feedback.twenty #EditableLiteralFeedbackField99 {
    width: 50%;
    color: #326D24;
    font-size: 14px; }
    #Form_Form #EditableLiteralFeedbackField99 div.middleColumn > strong, .feedback.twenty #EditableLiteralFeedbackField99 div.middleColumn > strong {
      font-weight: normal !important; }
  #Form_Form #EditableTextField85, .feedback.twenty #EditableTextField85 {
    margin-top: 5px; }
  #Form_Form .text, #Form_Form .email, .feedback.twenty .text, .feedback.twenty .email {
    width: 50%;
    height: 30px;
    float: left;
    margin-top: 19px; }
  #Form_Form label.left, .feedback.twenty label.left {
    font-size: 15px;
    color: #042b4a;
    padding-top: 24px;
    padding-right: 10px;
    font-family: 'Merriweather',serif; }
  #Form_Form #EditableLiteralFeedbackField99, .feedback.twenty #EditableLiteralFeedbackField99 {
    font-size: 15px;
    color: #042b4a;
    font-family: 'Merriweather',serif;
    margin-top: 25px; }
  #Form_Form ul, .feedback.twenty ul {
    margin: 15px 0 !important; }
  #Form_Form li, .feedback.twenty li {
    list-style-type: none;
    font-size: 14px;
    color: #8f9090;
    padding-bottom: 11px; }
  #Form_Form .radio, .feedback.twenty .radio {
    border: solid #253d56 1px;
    background: #f2f1f1; }

.feedback.twenty {
  box-shadow: none;
  background: none; }

.feedback #Form_Form {
  box-shadow: none \9; }

.feedback #Form_Form #EditableTextField85 label, .feedback #Form_Form #EditableEmailField86 label, .feedback.twenty #EditableTextField85 label, .feedback.twenty #EditableEmailField86 label {
  width: 10%;
  float: left; }
.feedback #Form_Form .Actions, .feedback.twenty .Actions {
  clear: both;
  width: 33%; }
  .feedback #Form_Form .Actions input, .feedback.twenty .Actions input {
    margin-top: 20px; }

/*.Actions {
	float:left;
}
*/
#Form_Form_action_process {
  background: #f8694d;
  color: white;
  font-size: 14px;
  /*line-height: 48px;*/
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 0px; }

#Form_Form_action_process:hover {
  cursor: pointer; }

.footnote {
  padding: 0 55px 0 55px;
  margin-bottom: 25px; }

.AddThis-container {
  /*
  position:absolute;
  right:0; bottom:-10px;*/
  text-align: right;
  float: right;
  width: 29%;
  margin-bottom: 5px; }

/* -----------------------------------------
   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
----------------------------------------- */
.FeedbackForm #Footer [class*="column"] + [class*="column"]:last-child {
  float: left !important; }

#Footer {
  background: #181818;
  width: 100%;
  height: 80px;
  padding-top: 1px;
  /*.footer-container{width:100%; max-width: 768px; margin:0 auto;*/
  /*}*/ }
  #Footer .copyright {
    color: white;
    width: 176px;
    margin: 15px auto 0; }
    #Footer .copyright a {
      color: white; }
  #Footer .social {
    width: 78px;
    margin: 10px auto 0;
    display: block; }
    #Footer .social .facebook {
      background: url("../../../assets/overnightcruise/images/facebook.png") no-repeat 0 0;
      width: 31px;
      height: 31px;
      float: left;
      background-size: 31px; }
    #Footer .social .facebook:hover {
      background-position: 0 100%;
      cursor: pointer; }
    #Footer .social .twitter {
      background: url("../../../assets/overnightcruise/images/twitter.png") no-repeat 0 0;
      width: 31px;
      height: 31px;
      float: left;
      background-size: 31px; }
    #Footer .social .twitter:hover {
      background-position: 0 100%;
      cursor: pointer; }

.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) {
  body {
    /*max-width:360px; margin:0 auto !important;*/ }

  p, h2, h3 {
    text-align: center; }

  .wedding-venue #Container {
    margin-bottom: 40px; }

  .lunch-cruise #Container {
    margin-bottom: 35px; }

  .auckland-harbour-overnight-cruise #Container {
    margin-bottom: 40px; }

  #Container {
    width: 100%;
    overflow: hidden;
    /*margin:0 auto;*/ }
    #Container #Logo img {
      width: 94px; }
    #Container .mobile-item {
      display: block !important; }
    #Container .about-menu, #Container .contact-menu {
      display: none; }
    #Container #Header {
      padding: 0 0;
      /* max-width:362px; */
      max-height: 72px; }
    #Container #Header {
      width: 100%; }
      #Container #Header .header-objects {
        width: auto;
        padding: 16px 20px; }
        #Container #Header .header-objects img {
          display: none; }
        #Container #Header .header-objects img.mobile-logo {
          display: block;
          width: 53px; }
      #Container #Header .menu-wrap {
        width: 69%; }
      #Container #Header #Navigation {
        width: 60%;
        padding-right: 20px;
        float: right;
        margin-top: 10px; }
        #Container #Header #Navigation #Menu {
          float: right;
          width: 100%;
          position: relative;
          margin-right: 10px;
          background: url("../../../assets/overnightcruise/new/mobile-menu-icon.png") no-repeat 45% 50%; }
          #Container #Header #Navigation #Menu span#mobile-menu {
            display: block;
            font-size: 18px;
            color: white;
            line-height: 50px;
            text-align: right;
            /*width:142px;*/ }
          #Container #Header #Navigation #Menu ul.nav-bar {
            display: none;
            background: #064688;
            margin: 0;
            width: 227px;
            height: auto;
            position: absolute;
            right: -32px;
            top: 62px;
            z-index: 5000;
            padding-left: 5px; }
            #Container #Header #Navigation #Menu ul.nav-bar li {
              padding-right: 38px;
              height: 36px;
              background: none; }
              #Container #Header #Navigation #Menu ul.nav-bar li a {
                padding: 8px 0px 5px 0px !important; }
              #Container #Header #Navigation #Menu ul.nav-bar li > a.link {
                font-size: 14px !important;
                padding-right: 60px;
                color: white; }
              #Container #Header #Navigation #Menu ul.nav-bar li > a.section {
                background: #ebebeb;
                color: #0E5690; }
              #Container #Header #Navigation #Menu ul.nav-bar li > a:first-child:after {
                border: 0;
                display: none; }
              #Container #Header #Navigation #Menu ul.nav-bar li > a:hover {
                background: #ebebeb;
                color: #0E5690; }
    #Container .slideshow-wrapper {
      height: 175px !important;
      position: static;
      margin-top: 45px; }
      #Container .slideshow-wrapper #slideshow ul.slideshow-slides {
        /*height:175px !important;*/ }
        #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide {
          /*height:175px !important;*/ }
          #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide img {
            max-width: 160%;
            width: 160%; }
          #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide .slide-caption {
            display: none; }
      #Container .slideshow-wrapper #slideshow #fssPrev, #Container .slideshow-wrapper #slideshow #fssNext {
        display: none; }
    #Container #bg-section .content {
      top: 35%; }
      #Container #bg-section .content h1 {
        line-height: 40px;
        font-size: 34px !important; }
    #Container #bg-section .hint-scroll {
      left: 38.5%;
      font-size: 15px; }
    #Container .sub-navigation.stick {
      top: 49px; }
    #Container #product-container {
      padding: 8em 0 0; }
      #Container #product-container h3 {
        margin: 0 5%;
        line-height: 35px; }
      #Container #product-container h4 {
        width: 80%;
        line-height: 34px; }
      #Container #product-container .overview p.cruise-price {
        font-size: 14px; }
        #Container #product-container .overview p.cruise-price span {
          font-size: 18px !important; }
      #Container #product-container .overview .menu-btns-wrap .menu-btn a {
        margin-left: 5px; }
      #Container #product-container .prodcontent .static-gallery {
        margin: 50px 0; }
        #Container #product-container .prodcontent .static-gallery img {
          width: 97%; }
      #Container #product-container .prodcontent ul {
        margin: 0 5%; }
      #Container #product-container .prodcontent .menu-btns-wrap .menu-btn a {
        margin-left: 5px; }
      #Container #product-container .pull-quote p {
        font-size: 18px;
        line-height: 22px;
        padding: 18px 6%; }
      #Container #product-container .jrs-book-btn .jrs-btn a {
        line-height: 54px; }
    #Container #HomePage #bg-section .content {
      top: 35%; }
      #Container #HomePage #bg-section .content h1 {
        line-height: 40px;
        font-size: 34px; }
    #Container #HomePage #bg-section2, #Container #HomePage #bg-section3, #Container #HomePage #bg-section4 {
      /*display:none;height:400px;*/ }
      #Container #HomePage #bg-section2 .content, #Container #HomePage #bg-section3 .content, #Container #HomePage #bg-section4 .content {
        display: none; }
    #Container #HomePage #bg-section2 {
      background: url("../../../assets/overnightcruise/slideshow/wedding-homepage.jpg") no-repeat 25% 0; }
    #Container #HomePage #bg-section3 {
      background: url("../../../assets/overnightcruise/slideshow/events-homepage.jpg") no-repeat 48% 0; }
    #Container #HomePage #bg-section4 {
      background: url("../../../assets/overnightcruise/slideshow/lunch-cruise-homepage.jpg") no-repeat 21% 0; }
    #Container #HomePage #separator-section {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-top: 40px; }
      #Container #HomePage #separator-section h3 {
        margin: 0 5%;
        line-height: 35px;
        font-size: 26px;
        padding-bottom: 16px; }
      #Container #HomePage #separator-section p {
        margin: 0 5%;
        font-size: 20px;
        line-height: 30px; }
    #Container #HomePage .content-cube-container .content-cube {
      width: 80%;
      margin: 0 10.5% 20px; }

  .OCInfoPage #bg-section {
    display: none; }

  .OCInfoPage .parallax-image {
    /*width:100% !important; height:250px !important; transform:none !important;*/
    display: none; }

  /*	.HomePage{
  			.parallax-block:first-child{display:none;}	
  			.parallax-block:nth-child(2), .parallax-block:nth-child(3){display:none;}	
  		}*/
  #Footer {
    padding-top: 1px; } }
/* for transs between phone and ipad */
@media screen and (min-width: 500px) and (max-width: 700px) {
  /*#Container #Layout #TourList .content-box{width:48%;}*/ }
/* for IPad */
@media screen and (min-width: 700px) and (max-width: 1023px) {
  body {
    /*max-width:360px; margin:0 auto !important;*/ }

  p, h2, h3 {
    text-align: center; }

  .wedding-venue #Container {
    margin-bottom: 50px; }

  .lunch-cruise #Container {
    margin-bottom: 55px; }

  /*.lunch-cruise #Container{margin-bottom:55px;}*/
  #Container {
    width: 100%;
    overflow: hidden;
    /*margin:0 auto;*/ }
    #Container #Navigation {
      width: 100%; }
    #Container #Header .menu-wrap {
      width: 85%; }
    #Container #Header .header-objects {
      padding-left: 0; }
      #Container #Header .header-objects img {
        width: 98px;
        display: block; }
      #Container #Header .header-objects img.mobile-logo {
        display: none; }
    #Container .nav-bar li a {
      font-size: 12px !important; }
    #Container .about-menu {
      display: block;
      width: 45.5%; }
      #Container .about-menu a {
        font-size: 11px; }
    #Container .mobile-item {
      display: none !important; }
    #Container #Header {
      padding: 0 0;
      /* max-width:362px; */
      max-height: 86px; }
    #Container #Header {
      width: 100%; }
      #Container #Header #Navigation {
        width: 100%;
        margin-top: 17px; }
        #Container #Header #Navigation #Menu {
          float: left;
          width: 100%;
          position: relative; }
          #Container #Header #Navigation #Menu span#mobile-menu {
            display: none;
            font-size: 18px;
            color: white;
            line-height: 50px;
            text-align: right;
            width: 100%; }
          #Container #Header #Navigation #Menu .nav-bar {
            background: none;
            line-height: 20px !important;
            height: 30px;
            position: relative;
            padding-left: 0; }
            #Container #Header #Navigation #Menu .nav-bar li {
              border: none;
              box-shadow: none !important;
              line-height: 20px;
              margin: 0 0 0 4px;
              padding-left: 0 !important;
              position: relative;
              background: url("../images/slash.png") no-repeat 100% 46%;
              padding-right: 18px;
              font-family: arial !important;
              float: left; }
            #Container #Header #Navigation #Menu .nav-bar li a.current {
              background: #064688; }
    #Container .slideshow-wrapper {
      height: 175px !important;
      position: static;
      margin-top: 45px; }
      #Container .slideshow-wrapper #slideshow ul.slideshow-slides {
        /*height:175px !important;*/ }
        #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide {
          /*height:175px !important;*/ }
          #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide img {
            max-width: 160%;
            width: 160%; }
          #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide .slide-caption {
            display: none; }
      #Container .slideshow-wrapper #slideshow #fssPrev, #Container .slideshow-wrapper #slideshow #fssNext {
        display: none; }
    #Container #bg-section .content {
      top: 35%; }
      #Container #bg-section .content h1 {
        line-height: 40px;
        font-size: 34px !important; }
    #Container #bg-section .hint-scroll {
      left: 46.5%;
      font-size: 15px; }
    #Container .sub-navigation.stick {
      top: 49px; }
    #Container #product-container {
      padding: 4em 0 0; }
      #Container #product-container h3 {
        margin: 0 5%;
        line-height: 35px; }
      #Container #product-container h4 {
        width: 80%;
        line-height: 34px; }
      #Container #product-container .overview p.cruise-price {
        font-size: 14px; }
        #Container #product-container .overview p.cruise-price span {
          font-size: 18px !important; }
      #Container #product-container .overview .menu-btns-wrap .menu-btn a {
        margin-left: 5px; }
      #Container #product-container .prodcontent .static-gallery {
        margin: 50px 0; }
        #Container #product-container .prodcontent .static-gallery img {
          width: 97%; }
      #Container #product-container .prodcontent ul {
        margin: 0 5%; }
      #Container #product-container .prodcontent .menu-btns-wrap .menu-btn a {
        margin-left: 5px; }
      #Container #product-container .pull-quote p {
        font-size: 18px;
        line-height: 22px;
        padding: 18px 6%; }
      #Container #product-container .jrs-book-btn .jrs-btn a {
        line-height: 54px; }
    #Container #HomePage #bg-section .content {
      top: 35%; }
      #Container #HomePage #bg-section .content h1 {
        line-height: 40px;
        font-size: 34px; }
    #Container #HomePage #bg-section2, #Container #HomePage #bg-section3, #Container #HomePage #bg-section4 {
      /*display:none;height:400px;*/ }
      #Container #HomePage #bg-section2 .content, #Container #HomePage #bg-section3 .content, #Container #HomePage #bg-section4 .content {
        display: none; }
    #Container #HomePage #bg-section2 {
      background: url("../../../assets/overnightcruise/slideshow/wedding-homepage.jpg") no-repeat 25% 0; }
    #Container #HomePage #bg-section3 {
      background: url("../../../assets/overnightcruise/slideshow/events-homepage.jpg") no-repeat 48% 0; }
    #Container #HomePage #bg-section4 {
      background: url("../../../assets/overnightcruise/slideshow/lunch-cruise-homepage.jpg") no-repeat 21% 0; }
    #Container #HomePage #separator-section {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-top: 90px; }
      #Container #HomePage #separator-section h3 {
        margin: 0 5%;
        line-height: 35px;
        font-size: 30px;
        padding-bottom: 25px; }
      #Container #HomePage #separator-section p {
        margin: 0 7%;
        font-size: 20px;
        line-height: 30px; }
    #Container #HomePage .content-cube-container .content-cube {
      width: 80%;
      margin: 0 10.5% 20px; }

  /*	.HomePage{
  			.parallax-block:first-child{display:none;}	
  			.parallax-block:nth-child(2), .parallax-block:nth-child(3){display:none;}	
  		}*/
  #Footer {
    padding-top: 1px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .OCInfoPage #bg-section {
    display: none; }

  .OCInfoPage .parallax-image {
    /*width:100% !important; height:250px !important; transform:none !important;*/
    display: none; }

  #product-container {
    padding: 11em 0 0; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
  .wedding-venue #Container {
    margin-bottom: 50px; }

  .lunch-cruise #Container {
    margin-bottom: 55px; }

  /*.lunch-cruise #Container{margin-bottom:55px;}*/
  #Container {
    /*margin:0 auto;*/ }
    #Container .slideshow-wrapper {
      height: 175px !important;
      position: static;
      margin-top: 45px; }
      #Container .slideshow-wrapper #slideshow ul.slideshow-slides {
        /*height:175px !important;*/ }
        #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide {
          /*height:175px !important;*/ }
          #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide img {
            max-width: 160%;
            width: 160%; }
          #Container .slideshow-wrapper #slideshow ul.slideshow-slides li.slideshow-slide .slide-caption {
            display: none; }
      #Container .slideshow-wrapper #slideshow #fssPrev, #Container .slideshow-wrapper #slideshow #fssNext {
        display: none; }
    #Container #bg-section .content {
      top: 35%; }
      #Container #bg-section .content h1 {
        line-height: 40px;
        font-size: 34px !important; }
    #Container #bg-section .hint-scroll {
      left: 46.5%;
      font-size: 15px; }
    #Container #product-container {
      padding: 11em 0 0; }
      #Container #product-container h3 {
        margin: 0 5%;
        line-height: 35px; }
      #Container #product-container h4 {
        width: 80%;
        line-height: 34px; }
      #Container #product-container .overview p.cruise-price {
        font-size: 14px; }
        #Container #product-container .overview p.cruise-price span {
          font-size: 18px !important; }
      #Container #product-container .overview .menu-btns-wrap .menu-btn a {
        margin-left: 5px; }
      #Container #product-container .prodcontent .static-gallery {
        margin: 50px 0; }
        #Container #product-container .prodcontent .static-gallery img {
          width: 97%; }
      #Container #product-container .prodcontent ul {
        margin: 0 5%; }
      #Container #product-container .prodcontent .menu-btns-wrap .menu-btn a {
        margin-left: 5px; }
      #Container #product-container .pull-quote p {
        font-size: 18px;
        line-height: 22px;
        padding: 18px 6%; }
      #Container #product-container .jrs-book-btn .jrs-btn a {
        line-height: 54px; }
    #Container #HomePage #bg-section .content {
      top: 35%; }
      #Container #HomePage #bg-section .content h1 {
        line-height: 40px;
        font-size: 34px; }
    #Container #HomePage #bg-section2, #Container #HomePage #bg-section3, #Container #HomePage #bg-section4 {
      /*display:none;height:400px;*/ }
      #Container #HomePage #bg-section2 .content, #Container #HomePage #bg-section3 .content, #Container #HomePage #bg-section4 .content {
        display: none; }
    #Container #HomePage #bg-section2 {
      background: url("../../../assets/overnightcruise/slideshow/wedding-homepage.jpg") no-repeat 25% 0; }
    #Container #HomePage #bg-section3 {
      background: url("../../../assets/overnightcruise/slideshow/events-homepage.jpg") no-repeat 48% 0; }
    #Container #HomePage #bg-section4 {
      background: url("../../../assets/overnightcruise/slideshow/lunch-cruise-homepage.jpg") no-repeat 21% 0; }
    #Container #HomePage #separator-section {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-top: 90px; }
      #Container #HomePage #separator-section h3 {
        margin: 0 5%;
        line-height: 35px;
        font-size: 30px;
        padding-bottom: 25px; }
      #Container #HomePage #separator-section p {
        margin: 0 7%;
        font-size: 20px;
        line-height: 30px; }
    #Container #HomePage .content-cube-container .content-cube {
      width: 80%;
      margin: 0 10.5% 20px; }

  .OCInfoPage #bg-section {
    display: none; }

  .OCInfoPage .parallax-image {
    /*width:100% !important; height:250px !important; transform:none !important;*/
    display: none; }

  /*	.HomePage{
  			.parallax-block:first-child{display:none;}	
  			.parallax-block:nth-child(2), .parallax-block:nth-child(3){display:none;}	
  		}*/
  #Footer {
    padding-top: 1px; } }
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  /*#Header .header-objects{width:16%;
  	img{width:}
   }*/ }
@media screen and (min-width: 1300px) and (max-width: 3000px) {
  #separator-section {
    padding: 8em 17em; } }