.full-width {
  width: 100% !important;
}

.mar-right-10 {
  margin-right: 10px !important;
}

.mar-right-20 {
  margin-right: 20px !important;
}

.mar-right-30 {
  margin-right: 30px !important;
}

.mar-top-5 {
  margin-top: 5px !important;
}

.mar-top-10 {
  margin-top: 10px !important;
}

.mar-top-20 {
  margin-top: 20px !important;
}

.mar-top-30 {
  margin-top: 30px !important;
}

/*--- LISTS ---*/
ul, ol {
  padding: 0;
}

.nav,
.listing {
  list-style: none;
}

.nav li {
  display: inline;
}

.inline {
  display: inline-block !important;
}

.nav a {
  display: inline-block;
}

dd {
  margin: 0 0 0 0px;
}

dd p {
  margin-top: 0px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*Borders*/
.border-top {
  border-top: 1px dashed #919191 !important;
  padding-top: 20px !important;
}

.border-left {
  border-left: 1px dashed #919191 !important;
}

.border-right {
  border-right: 1px dashed #919191 !important;
}

.border-bot {
  border-bottom: 1px dashed #919191 !important;
  padding-bottom: 20px !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*--- BASE ---*/
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  background: #fff;
  overflow: hidden;
  min-width: 960px;
}

::-moz-selection {
  background: #039FDA;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #039FDA;
  color: #000;
  text-shadow: none;
}

/*--- EMBEDDED CONTENT / MEDIA ---*/
/* Image */
img {
  border: 0;
}

img.left {
  margin: 0 1.5em 0 0;
}

img.right {
  margin: 0 0 0 1.5em;
}

/* SVG */
svg:not(:root) {
  overflow: hidden;
}

/* Flash Video */
object,
embed,
video {
  max-width: 100%;
  height: auto;
}

/*--- FIGURES ---*/
figure, .figure {
  margin: 0;
}

figure img,
.figure img {
  display: block;
  margin-bottom: 0;
}

.medium-width {
  width: 100px !important;
}

/*Default Form Styles*/
input[type="text"] {
  border: none;
}

/*File Icons*/
.file {
  padding-left: 35px;
  background: url("/images/interface/ico/pdf.png");
  background-repeat: no-repeat;
  height: 30px;
  display: block;
  padding-top: 5px;
}

.sizechart {
  border-top: 1px dashed #919191;
  border-top: 1px dashed #919191;
}

.sizechart tr td:first-child, table tr th:first-child {
  border-left: none;
}

.sizechart tr td:last-child, table tr th:last-child {
  border-right: none;
}

.sizechart tr td, .sizechart tr th {
  padding: 10px;
  font-size: 13px;
  border: 1px dashed #919191;
}

.mobile-only {
  display: none !important;
}

/*------------------------------------*\
	*03: CUSTOM COMPONENT CSS
\*------------------------------------*/
.breadcrumbs a,
.breadcrumbs span {
  padding: 0px 2px 0px 2px;
  font-size: 1.4em;
}

.breadcrumbs li {
  float: left;
}

.header-bot .breadcrumbs {
  width: 960px;
  margin: 0 auto;
  padding-top: 13px;
}

.header-bot .breadcrumbs ul {
  margin: 0px;
}

.breadcrumbs.rel {
  width: 960px;
  margin: 0 auto;
  top: 305px;
  z-index: 1;
}

.breadcrumbs.show-map {
  top: 455px;
  position: relative;
}

.breadcrumbs.map-hide {
  top: 290px;
  position: relative;
}

#header.minimal ~ .breadcrumbs {
  top: -47px;
}

.header-stamp {
  position: absolute;
  top: 10px;
  left: 950px;
  width: 100px;
  height: 100px;
  background-image: url("/images/interface/logo/60-years.png");
}

/*Destination Lists*/
.divider {
  border-bottom: 1px solid #3f3f3f;
  height: 1px;
  margin: 10px 0px 10px 0px;
  display: block;
  clear: both;
}

.contract-details dd p {
  margin-top: 3px;
}

#main-content .contact-details li {
  list-style: none;
}

#main-content .contact-details li p {
  margin: 0px;
}

#main-content .map {
  width: 275px;
  height: 175px;
  border: 5px solid #FFFFFF;
}
#main-content .map img {
  border: none !important;
}

/*Location Selector*/
.language-selector {
  min-width: 130px;
  float: right;
  padding: 3px 3px 0px 4px;
  background-image: url("../images/interface/ico/dropdown-dark.jpg");
  background-repeat: no-repeat;
  background-position: 100% 4px;
  border-radius: 5px;
  color: #D3D2D0;
  position: relative;
}

.language-selector:hover .language-dropdown {
  color: #423B35;
}

.language-selector:hover {
  background-color: #E0D8BF;
  cursor: pointer;
  color: #423B35;
  background-image: url("../images/interface/bg/dropdown-bg.png");
  background-position: 96% 10px;
}

.language-selector:hover a {
  color: #423B35;
}

.language-selector.hover {
  background-color: #E0D8BF;
  cursor: pointer;
  color: #423B35;
  background-image: url("../images/interface/bg/dropdown-bg.png");
  background-position: 96% 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.language-selector.hover .language-dropdown {
  color: #423B35 !important;
}

.language-selector .language-flag {
  width: 23px;
  background-image: url("../images/interface/ico/language-flags.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 15px;
}

.language-selector .language-dropdown {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 3px 20px 0px 0px;
  color: #D3D2D0;
  /*width: 105px;*/
  /* height: 20px; */
  display: block;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
}

.language-selector .language-dropdown:hover, .language-selector .language-dropdown a, .language-selector .language-dropdown a:visited {
  color: #423B35;
  text-decoration: none;
}

.language-selector.en .language-flag, .language-selector ul .en .language-flag {
  background-position: 0px 4px;
}

.language-selector.de .language-flag, .language-selector ul .de .language-flag {
  background-position: 0px -20px;
}

.language-selector.zh-cn .language-flag, .language-selector ul .zh-cn .language-flag {
  background-position: 0px -45px;
}

.language-selector.zh-tw .language-flag, .language-selector ul .zh-tw .language-flag {
  background-position: 0px -72px;
}

.language-selector.ko .language-flag, .language-selector ul .ko .language-flag {
  background-position: 0px -98px;
}

.language-selector.ja .language-flag, .language-selector ul .ja .language-flag {
  background-position: 0px -125px;
}

.header-top ul .language-selector ul {
  display: none;
  color: #423B35;
  width: 100%;
  padding: 3px 5px 0px 4px;
  left: 0px;
  top: 26px;
  position: absolute;
  background-color: #E0D8BF;
  z-index: 9999;
  clear: both;
  -webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-top ul
.language-selector ul li {
  overflow: hidden;
  display: block;
}
.header-top ul
.language-selector ul a:hover {
  text-decoration: none;
}
.header-top ul
.language-selector ul .language-flag {
  float: left;
}
.header-top ul
.language-selector ul .language-dropdown {
  padding-right: 0px;
  display: block;
}
.header-top ul
.language-selector ul .language-dropdown:hover {
  font-weight: bold;
}

/*Navigation*/
#navigation .image-container {
  margin-right: 8px;
  float: left;
}

/*Cart*/
.cart {
  width: 165px;
  float: right;
  cursor: pointer;
  border-right: 1px dashed #6a6763;
  border-left: 1px dashed #6a6763;
  margin-left: 10px;
  padding: 0px;
}

.cart a {
  color: #d3d2d0;
  text-decoration: none;
}

.cart a:hover {
  color: #ffffff;
  text-decoration: none;
}

.cart .shopping-cart {
  background-image: url("../images/interface/ico/cart.jpg");
  width: 125px;
  height: 25px;
  display: block;
  padding: 6px 0px 0px 10px;
  background-repeat: no-repeat;
  background-position: top right;
  float: left;
}

.cart .cart-counter {
  width: 18px;
  height: 18px;
  background-image: url("../images/interface/bg/cart-count-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  padding: 1px 1px 0px 0px;
  float: right;
  display: block;
  margin: 5px 10px 0px 0px;
  color: #fff;
  text-align: center;
}

.search {
  width: 200px;
  float: right;
  margin-left: 10px;
}

.search .search-box {
  background-color: #6a6763;
  border: none;
  height: 25px;
  width: 125px;
  padding-left: 5px;
  color: #fff;
  float: left;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search .search-submit {
  background-color: #6a6763;
  background-image: url("../images/interface/bg/searchico.png");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  width: 35px;
  height: 27px;
  border: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header-bot {
  height: 45px;
  background: url("../images/interface/bg/header-bot.jpg") repeat;
}

.homepage .sub-title {
  display: block;
  clear: both;
  margin: 0px;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.homepage #content {
  margin-top: 30px;
}

.homepage #main-content {
  width: 100%;
  border-right: none;
}

.homepage .pod-main.special {
  width: 180px;
  min-height: 185px;
  float: left;
  text-align: center;
  clear: none;
  margin-right: 20px;
  position: relative;
}

.homepage .special-pods {
  width: 480px;
  float: left;
  clear: both;
}

.homepage .special-pods h2 a:hover {
  text-decoration: none;
}

.homepage .special-pods .view-all {
  float: right;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  background-image: url("../images/interface/btn/sketch-right-arrow.png");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 45px;
  margin-top: 14px;
  margin-right: 25px;
}

.homepage .special-pods .view-all:hover {
  text-decoration: underline;
}

.homepage .special {
  color: #659006;
}

.homepage .promo-pod {
  float: right;
  width: 470px;
}
.homepage .promo-pod .image-container {
  margin: 0 0 10px 0 !important;
  float: right !important;
  padding-left: 20px;
}
.homepage .promo-pod h3 {
  font-weight: bold;
  width: 210px;
}
.homepage .promo-pod p {
  width: 210px;
  margin-bottom: 5px;
}

.homepage .promo-pod .pod-main {
  min-height: 185px;
}

.homepage .promo-pod .pod-main p {
  margin-top: 0px;
}

.homepage .promo-pod h2 {
  display: block;
  overflow: hidden;
  margin-top: 0px;
}

.homepage .special-pods h2 {
  margin-top: 0px;
}

.homepage .promo-pod .show-note {
  float: right !important;
  margin-left: 20px;
}

.homepage .pod-main.special a {
  clear: both;
  text-align: center;
  display: block;
  color: #659006;
  font-size: 14px;
}

.homepage .pod-main.special a img:hover, .specials-image a img:hover {
  opacity: 0.8;
}

.homepage .pod-main.special a.abs {
  text-align: left;
  bottom: 20px;
}

.homepage .homepage-message {
  clear: both;
  margin-top: 40px;
  background-image: url("../images/interface/bg/homepage-message-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 174px;
}
.homepage .homepage-message .blue {
  height: auto !important;
}
.homepage .homepage-message p {
  width: 690px;
  font-size: 1.0em;
}
.homepage .homepage-message a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}
.homepage .homepage-message a :hover {
  text-decoration: none;
}
.homepage .homepage-message p a:hover {
  text-decoration: underline;
}

.footer-top .back-top-top a {
  background-image: url("../images/interface/btn/back-to-top.png");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
  padding-top: 10px;
  color: #039FDA;
  font-size: 12px;
}

.footer-top .back-top-top a:hover {
  text-decoration: none;
}

.listing #main-content {
  width: 570px;
  padding: 0px 0px 0px 0px;
  float: left;
  border-right: none;
}

#main-content {
  width: 605px;
  padding: 0px 27px 0px 0px;
  border-right: 1px dashed #919191;
  float: left;
  word-wrap: break-word;
}

.breadcrumbs {
  clear: both;
}

.breadcrumbs.destinations {
  position: relative;
  top: 415px;
}

/* Margin & Padding Presets */
#sidebar {
  float: right;
}

ul li {
  list-style: none;
}

.booking-notes p {
  font-size: 14px;
  line-height: 1.4;
}

.booking-notes ul {
  margin: 0 0 0 15px;
}

.booking-notes ul li {
  list-style-type: disc;
  font-size: 14px;
}

#main-content ul.filter {
  display: table;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 0px;
}

#main-content ul.filter .btn, #main-content ul.filter #selection-status a, #selection-status #main-content ul.filter a {
  margin-right: 10px;
}

/* Pagination*/
.pagination {
  margin: 5px 0 10px;
  overflow: hidden;
  font-size: 1.2em;
  text-align: center;
}
.pagination .previous {
  padding-left: 50px;
  background-image: url("../images/interface/btn/previous-arrow.jpg");
  background-repeat: no-repeat;
}
.pagination .next {
  padding-right: 50px;
  background-image: url("../images/interface/btn/next-arrow.jpg");
  background-repeat: no-repeat;
  background-position: right;
}
.pagination p {
  width: 330px;
  margin: 0 auto;
  font-size: 1em;
}
.pagination span {
  padding-left: 20px;
}

#page-tab-menu {
  border-top: 1px dashed #919191;
  border-bottom: 1px dashed #919191;
  padding: 10px 0 10px 0;
  margin: 10px 0px 10px 0px;
  display: table;
  width: 100%;
}

#page-tab-menu a {
  display: inline-block;
  max-width: 125px;
  margin-right: 20px;
  padding: 0px 5px 0px 5px;
  outline: none;
}

#page-tab-menu a:hover {
  background-image: url("/images/interface/bg/hover_scribble_dark.png");
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  /*  Safari  */
  -moz-background-size: 100% 100%;
  /*  Firefox  */
  text-decoration: none;
}

#ie8 #page-tab-menu a:hover,
#ie7 #page-tab-menu a:hover,
#ie6 #page-tab-menu a:hover {
  background-image: none !important;
  text-decoration: underline;
}

#page-tab-menu a.selected,
#page-tab-menu a.selected:hover {
  background: none;
  color: #3f3f3f;
}

.no-filter {
  display: none;
}

#page-tab-menu li {
  float: left;
}

.donation-box {
  background-image: url("/images/interface/bg/pod-background.png");
  background-repeat: repeat;
  padding: 15px;
  border-radius: 3px;
  clear: both;
  float: left;
  width: 145px;
}

.donation-spot {
  background: url("/images/interface/bg/glue/donation-spot.png");
  width: 67px;
  height: 67px;
  float: left;
  margin-left: 19px;
  text-align: center;
}

.donation-spot h2 {
  margin-top: 13px;
}

.donation-spot h2.small {
  margin-top: 22px;
}

.donation-box .dollarsign {
  margin-top: -5px;
}

.country {
  width: 228px;
  margin-left: 25px;
  margin-top: 10px;
}

.donation-spot:hover {
  background: url("/images/interface/bg/glue/donation-spot-hover.png");
  cursor: pointer;
}

.donation-box h2 {
  float: left;
  margin: 0px 0px 0px 5px;
}

.donation-box input {
  float: left;
}

.donation-box input[type=radio] {
  margin-top: 7px;
}

.donation-box input[type=text] {
  width: 20px;
  margin-left: 5px;
  margin-top: 3px;
  padding: 5px 10px 5px 10px;
}

.donation-box label {
  margin-left: 5px;
  width: 60px;
  display: block;
  float: left;
  font-weight: bold;
}

#main-content .pod-main ul li.error-detail {
  border: none;
}

#main-content .pod-main ul li {
  list-style: none;
}

#main-content .pod-main ul li ul li {
  border: none;
  text-align: center;
}
#main-content .pod-main ul li ul li p {
  font-size: 12px;
  margin-bottom: 0px;
}

#main-content .pod-main h3, #main-content .pod-main h4, #main-content .pod-main ul {
  margin: 0px;
}

.pod-main.promo.image-only {
  padding-bottom: 10px;
}

.listing .gallery ul li div {
  width: 184px;
}

.gallery p {
  font-size: 12px;
  padding-right: 10px;
}

.gallery ul li div {
  width: 193px;
}

.shopping-cart h3 {
  margin: 0px 0px 5px 0px;
}

.shopping-cart .gallery ul li {
  float: left;
}

.shopping-cart .gallery ul li div {
  width: 180px;
}

.shopping-cart .gallery ul li div {
  margin-left: 10px;
}

#main-content .more-photos {
  float: right;
  font-size: 0.8em;
  margin-top: 5px;
}

#main-content .gallery ul {
  border-top: 1px dashed #919191;
  display: table;
  margin: 0px;
  padding: 0px;
}

.listing #main-content .gallery .image-wrap .btn, .listing #main-content .gallery .image-wrap #selection-status a, #selection-status .listing #main-content .gallery .image-wrap a {
  display: block;
  margin-bottom: 10px;
  width: 25px;
  padding: 5px 10px 5px 7px;
}

#main-content .gallery .image-wrap a {
  position: static;
}

#main-content .gallery ul li {
  list-style: none;
  border-bottom: 1px dashed #919191;
}

.listing #main-content .gallery .image-wrap.first {
  padding: 10px 15px 10px 0px;
}

.listing #main-content .gallery .image-wrap {
  padding: 10px 15px 10px 14px;
}

.listing #main-content .gallery .image-wrap.last {
  padding: 10px 0px 10px 14px;
}

#main-content .gallery .image-wrap.first {
  padding: 20px 23px 10px 0px;
}

#main-content .gallery .image-wrap.last {
  padding: 20px 0px 10px 23px;
}

#main-content .gallery .image-wrap {
  width: 170px;
  background-image: none;
  padding: 20px 23px 10px 23px;
  float: left;
}

#main-content .gallery .image-wrap .image-container, .shopping-cart .gallery .image-wrap .image-container, .homepage .promo-pod .image-container {
  float: left;
}

#main-content .gallery .itineraries .image-wrap .image-container {
  margin-right: 20px;
}

#main-content .gallery .itineraries .image-wrap {
  width: 100%;
}

#main-content .add-on ul li p {
  font-size: 12px;
}

/* Send To Friend Button */
.send-to-friend {
  display: block;
  position: absolute;
  right: 0;
  width: 48px;
  height: 32px;
  padding: 6px 10px 0px 45px;
  background-image: url("/images/interface/bg/btn_Email.png");
  font-size: 1.2em;
  color: #fff !important;
}

.title-container {
  width: 410px;
  padding-right: 200px;
}
.title-container .send-to-friend {
  top: 0;
}

.sub-title-container {
  overflow: hidden;
}
.sub-title-container .sub-title {
  display: block;
  width: 410px;
  float: left;
  margin-bottom: 0px;
}
.sub-title-container .send-to-friend {
  bottom: 0px;
  line-height: 13px;
}

.send-to-friend:hover {
  background-image: url("/images/interface/bg/btn_Email.png");
  background-position: 0px 38px;
  text-decoration: none;
}

/*Homepage Image Rotator*/
.image-rotator {
  height: 265px;
  width: 950px;
  margin: 0 auto;
}

.image-main {
  background: #FFF;
  margin: 0;
  padding: 10px;
  list-style: none;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.image-main .border-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 940px;
  height: 340px;
  border: 10px solid #FFF;
  z-index: 3;
}

.image-rotator .slide-1 {
  left: 0;
  top: -140px;
  z-index: 5;
  overflow: hidden;
  -moz-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
}

.image-rotator .slide-2 {
  left: -30px;
  top: -140px;
  z-index: 4;
}

.image-rotator .slide-3 {
  left: 30px;
  top: -155px;
  z-index: 3;
  -moz-transform: scale(1) rotate(-0.7deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(-0.7deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(-0.7deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(-0.7deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(-0.7deg) translate(0px, 0px) skew(0deg, 0deg);
}

.image-rotator .slide-4 {
  left: 0;
  top: -140px;
  z-index: 2;
  -moz-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
}

.image-rotator .slide-5 {
  left: 0;
  top: -140px;
  z-index: 1;
  -moz-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(-2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
}

.image-main .caption {
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: 215px;
  padding: 20px 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px 0 0 0;
}

.slide-1 .caption {
  bottom: 0px;
  right: 0px;
  width: 215px;
  padding: 20px 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px 0 0 0;
  -moz-transform: scale(1) rotate(2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(2.5deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
}

.image-main .caption p {
  font-style: italic;
  color: #FFF;
}

/* Real Journey Additions*/
.btn, #selection-status a, .large-btn {
  display: inline-block;
  padding: 5px 10px 5px 9px;
  background: #039fda;
  font-size: 1.4em;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn:hover, #selection-status a:hover, .large-btn:hover {
  background-color: #088fc1;
  color: #fff;
  text-decoration: none;
}

.btn:visited, #selection-status a:visited, .large-btn:visited {
  color: #fff;
  text-decoration: none;
}

.two-col {
  display: table;
}

.two-col li {
  float: left;
}

.btn.highlight, #selection-status a.highlight,
.btn.selected,
#selection-status a.selected {
  background-color: #3f3f3f;
}

/* FILTERING */
#filter-panel li {
  margin: 0 10px 10px 0;
}

#filter-panel .filter, #filter-panel .image-filter {
  background-image: url("/images/interface/bg/glue/590x88.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  min-height: 60px;
}

.filter-h2 {
  font-size: 2.5em !important;
}

.filter-summary {
  margin: 0 0 10px;
  font-size: 1.2em;
}

.filter-summary span {
  display: none;
}

.filter-summary .filter-count {
  display: inline !important;
}

#main-content #filter-panel ul {
  margin-bottom: 30px;
  padding-left: 10px;
  margin-left: 0px;
  width: 100%;
}
#main-content #filter-panel li {
  display: inline-block;
  float: left;
}
#main-content #filter-panel .reset-filter {
  right: 0;
  top: 0;
  margin: 0;
}
#main-content #filter-panel .btn, #main-content #filter-panel #selection-status a, #selection-status #main-content #filter-panel a {
  width: 158px;
}

#left-sidebar #filter-panel {
  padding-bottom: 30px;
}
#left-sidebar .filter-note {
  padding: 5px 0 20px 0;
  border-bottom: 1px dashed #919191;
  font-size: 1.2em;
}
#left-sidebar ul {
  margin: 0;
  padding: 20px 0 0 10px;
}
#left-sidebar ul .btn, #left-sidebar ul #selection-status a, #selection-status #left-sidebar ul a {
  width: 145px;
  padding: 7px 10px;
}
#left-sidebar .image-filter .btn, #left-sidebar .image-filter #selection-status a, #selection-status #left-sidebar .image-filter a {
  width: 322px;
  padding: 0 8px 0 10px;
  vertical-align: middle;
}
#left-sidebar .image-filter .title {
  display: block;
  float: left;
  width: 280px;
  border-right: 1px dashed #FFF;
  border-color: rgba(255, 255, 255, 0.7);
  padding: 7px 9px 7px 0;
}
#left-sidebar .image-filter .count {
  display: block;
  float: right;
  width: 24px;
  margin-top: 4px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #039FDA;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}
#left-sidebar .image-filter .selected .count {
  color: #3f3f3f;
}

#selection-status {
  background-image: url("/images/interface/bg/glue/filter-bg.png");
  background-repeat: no-repeat;
  padding: 10px 10px 20px 10px;
}
#selection-status .disabled {
  background: #c1c1c1;
}
#selection-status .disabled:hover {
  background: #c1c1c1;
}
#selection-status strong {
  font-weight: bold;
}

.reset-filter {
  display: inline-block !important;
  margin: 5px 0 0 10px;
  padding: 10px 0px 10px 30px;
  background: url(/images/interface/btn/reset-arrow.png) no-repeat 0px 8px;
  font-size: 1.6em;
  color: #525252 !important;
  font-family: "Angelina";
}

.reset-filter:hover {
  text-decoration: none;
}

#experience-dropdown {
  padding: 10px 10px 0;
  font-size: 1.2em;
}
#experience-dropdown ul {
  display: none;
  width: 340px;
  padding: 0;
  z-index: 5;
}
#experience-dropdown span {
  display: block;
  padding: 0 30px 0 10px;
  cursor: pointer;
}
#experience-dropdown span, #experience-dropdown li {
  margin: 0;
  line-height: 35px;
  vertical-align: middle;
  background: #FFF;
}
#experience-dropdown a {
  display: block;
  padding: 0 10px;
}
#experience-dropdown a:hover {
  background: #039FDA;
  color: #FFF;
  text-decoration: none;
}

.filter-set {
  font-size: 1.2em;
  margin-bottom: 10px;
}

/*------------------------------------*\
	*05: PLUGIN LIBRARY CSS
\*------------------------------------*/
/*------------------------------------*\
	*06: MEDIA QUERIES - These override the primary ('mobile first') styles
\*------------------------------------*/
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/*------------------------------------*\
	*09: Slider STYLES
\*------------------------------------*/
.slider-border {
  z-index: 1;
  overflow: hidden;
  position: relative;
  width: 930px;
  top: -115px;
  border: 10px solid #fff;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -webkit-backface-visibility: hidden;
}

.homepage .photo-album-bg {
  height: 325px;
}

.photo-album-bg {
  width: 1265px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  top: -640px;
  left: -15px;
  margin-top: 34px;
}

#access-keys {
  display: none;
}

.photo-album-bg.fern {
  top: -632px;
  left: -25px;
}

.photo-album-bg.feather {
  top: -647px;
}

.photo-album-bg.fern:after {
  content: url("../images/interface/bg/rotatorBackground/bg_fern.png");
}

.photo-album-bg.feather:after {
  content: url("../images/interface/bg/rotatorBackground/bg_feather.png");
}

.photo-album-bg.leaf:after {
  content: url("../images/interface/bg/rotatorBackground/bg_leaf.png");
}

.photo-album-bg.pebbles:after {
  content: url("../images/interface/bg/rotatorBackground/bg_pebbles.png");
}

.photo-album-bg.seagrass:after {
  content: url("../images/interface/bg/rotatorBackground/bg_seagrass.png");
}

.photo-album-bg.leaf {
  height: 415px;
}

.photo-album-bg.pebbles {
  height: 410px;
}

.photo-album-bg.seagrass {
  top: -647px;
  left: 15px;
  height: 467px;
}

.homepage #photo-album {
  top: -65px;
}

.homepage .fadeshow {
  left: 15px;
}

#photo-album {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 295px;
  top: -75px;
}

#photo-album.active img {
  cursor: pointer;
}

#photo-album .fadeshow a img {
  border: none;
}

#photo-album .fadeshow img {
  width: auto;
  height: auto;
}

#photo-album .fadeshow {
  width: 931px;
  height: 320px;
  overflow: visible;
  border: 10px solid #fff;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -o-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  z-index: 5;
  top: 4px;
}

#photo-album img {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
}

.rotator-image {
  display: inline-block;
  background-color: #fff;
  width: 925px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.rotator-image .caption, .fadeShowItem .caption {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url("../images/interface/bg/caption.png");
  overflow: auto;
  color: #fff;
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  max-width: 245px;
  margin-bottom: -10px;
}

.fadeShowItem .caption a {
  font-size: 11px;
  padding: 5px;
}

.rotator-image .caption a p {
  color: #FFFFFF;
  text-decoration: none;
}

.rotator-image .caption a {
  font-size: 11px;
  padding: 0 5px;
}

.rotator-image .caption a:hover p {
  text-decoration: none;
}

.fadeShowItem .caption {
  bottom: 10px;
}

.rotator-image .caption p {
  margin: 0px;
  padding: 5px;
  font-size: 12px;
}

.fadeShowItem .caption p {
  margin-top: 0px;
  font-size: 12px;
}

.rotator-image .btn, .rotator-image #selection-status a, #selection-status .rotator-image a {
  font-style: normal;
  display: inline-block;
  margin-top: 10px;
}

.caption-inner {
  display: inline-block;
  padding: 5px;
}

.caption-inner a {
  font-style: normal;
}

#photo-album li:first-child .rotator-image {
  z-index: 100;
  top: -3px;
  left: 4px;
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}

#photo-album li:nth-of-type(4n+2) .rotator-image {
  z-index: 95;
  top: 0;
  left: -2px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

#caption {
  position: absolute;
  top: 315px;
  left: 0;
  width: 200px;
  font-family: 'OpenSans';
  text-align: center;
  font-size: 2.2em;
  line-height: 1em;
}

#ie8 .rotator-buttons, #ie7 .rotator-buttons, #ie8 .rotator-buttons {
  bottom: -85px;
}

.rotator-buttons {
  position: absolute;
  bottom: -97px;
  width: 150px;
  right: 0px;
  font-family: "Angelina", San-serif;
}

.rotator-buttons .previous, .switch-buttons .previous {
  float: left;
  font-size: 19px;
  width: 35px;
  height: 17px;
  padding: 12px 15px 15px 20px;
  background-image: url("../images/interface/btn/btn_scroller.png");
  background-position: 0px -89px;
  background-repeat: no-repeat;
}
[lang="zh-cn"] .rotator-buttons .previous, [lang="zh-cn"] .switch-buttons .previous {
  font-size: 14px;
  line-height: 14px;
  width: 57px;
  text-align: right;
  padding: 20px 12px 7px 0;
}
[lang="ja"] .rotator-buttons .previous, [lang="ja"] .switch-buttons .previous {
  font-family: arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  width: 69px;
  text-align: center;
  padding: 17px 0 7px 0;
}

.rotator-buttons .previous.disabled {
  background-image: url("../images/interface/btn/btn_Previous-disabled.png");
}

.rotator-buttons .previous:hover, .switch-buttons .previous:hover {
  background-image: url("../images/interface/btn/btn_scroller.png");
  background-position: 0px -133px;
  cursor: pointer;
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.rotator-buttons .previous.disabled:hover {
  background-image: url("../images/interface/btn/btn_scroller.png");
  cursor: default;
  text-decoration: none;
}

.rotator-buttons .next, .switch-buttons .next {
  float: left;
  font-size: 19px;
  width: 36px;
  height: 17px;
  padding: 12px 15px 15px 18px;
  background-image: url("../images/interface/btn/btn_scroller.png");
}
[lang="zh-cn"] .rotator-buttons .next, [lang="zh-cn"] .switch-buttons .next {
  font-size: 14px;
  line-height: 14px;
  width: 57px;
  padding: 20px 0 7px 12px;
}
[lang="ja"] .rotator-buttons .next, [lang="ja"] .switch-buttons .next {
  font-family: arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  width: 69px;
  text-align: center;
  padding: 17px 0 7px 0;
}

.rotator-buttons .next:hover, .switch-buttons .next:hover {
  background-image: url("../images/interface/btn/btn_scroller.png");
  cursor: pointer;
  background-color: transparent;
  background-position: 0px -45px;
  color: #FFFFFF;
  text-decoration: none;
}

.rotator-buttons.fadeshow-buttons {
  bottom: -72px;
}

/*Glue backgrounds */
.homepage .glue-header-bg {
  top: -175px;
}

.glue-header-bg {
  background: url("../images/interface/bg/glue/glue_hero.png");
  background-repeat: no-repeat;
  width: 995px;
  height: 425px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  top: -170px;
}

*
#main-content.error-page {
  border: none;
  float: none;
  margin: 0 auto;
  width: 930px;
  margin-top: 10px;
}

#main-content.error-page .main-promo {
  padding: 25px 0px 0px 35px;
  margin-top: 100px;
}

#main-content.error-page .main-promo .pod-left, #main-content.error-page .main-promo .pod-right {
  text-align: left;
}

#main-content.error-page .main-promo .pod-right {
  background-image: url("../images/interface/bg/404_feet.png");
}

#main-content.error-page .main-promo h2 {
  font-size: 27px !important;
}

#main-content.error-page .main-promo h3 {
  font-family: "Angelina";
  font-size: 30px;
  margin: 15px 0px 0px 0px;
  padding: 0px;
}

#main-content.error-page .main-promo p {
  margin: 0px 0px 5px 0px;
}

.error-page-options {
  font-size: 14px;
}

.error-page-options li {
  margin-bottom: 10px;
}

#main-content .main-promo {
  background-image: url("../images/interface/bg/texture_crinkledpaper.png");
  width: 980px;
  margin: 0 auto;
  margin-left: -20px;
  height: 620px;
  display: inline-block;
  padding: 20px;
}

.main-promo .pod-left {
  height: 520px !important;
  padding-top: 0px !important;
  margin-top: 40px;
  border-right: 1px dashed #313131;
}

.main-promo .pod-left, .main-promo .pod-right {
  width: 409px;
  height: 549px;
  float: left;
  padding: 35px 35px 35px 22px;
  text-align: center;
}

.main-promo .pod-left h1, .main-promo .pod-right h1 {
  font-size: 38px;
}

.main-promo .pod-right {
  background-image: url("../images/interface/bg/mainpod-map.png");
  background-repeat: no-repeat;
  background-position: 74px 25px;
  padding: 35px;
}

.main-promo .pod-right .title-wrap {
  position: absolute;
}

.pod-left .show-note {
  display: inline-block;
  height: 360px;
  left: -18px;
}

.pod-left .show-note .image-shadow {
  height: 285px;
  display: block;
  background-image: url("../images/interface/bg/left-shadow.png");
  background-repeat: no-repeat;
  background-position: 15px 205px;
  position: relative;
}

.pod-left .show-note .glue-border {
  height: 327px;
  width: 454px;
  display: block;
  padding-top: 20px;
  background-image: url("../images/interface/bg/glue/454x327.png");
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 25px;
}

.show-note h3 a:hover {
  text-decoration: none;
}

.show-note {
  background-image: url("../images/interface/bg/left-pod-bg.png");
  background-repeat: no-repeat;
  background-position: 25px 220px;
  position: relative;
  margin: 10px 0px 10px 0px;
}

.more-experiences {
  margin-top: 20px;
  display: inline-block;
}
.more-experiences .slider-left {
  background-image: url("/images/interface/btn/left-arrow.png");
  display: block;
  width: 55px;
  height: 13px;
  float: left;
}
.more-experiences .slider-left:hover {
  background-position: 0px -13px;
  text-decoration: none;
}
.more-experiences .slider-right {
  background-image: url("/images/interface/btn/right-arrow.png");
  display: block;
  width: 55px;
  height: 13px;
  float: left;
}
.more-experiences .slider-right:hover {
  background-position: 0px -13px;
  text-decoration: none;
}
.more-experiences p {
  margin: -5px 20px 0px 20px;
  float: left;
  font-family: "Angelina";
  font-size: 25px;
}

.more-experiences a {
  cursor: pointer;
}

.show-note .go-btn {
  position: absolute;
  top: 235px;
  right: 45px;
}

.main-promo .pod-right h1, .main-promo .pod-right p {
  width: 225px;
  text-align: left;
}

#main-content .map-locations {
  position: relative;
  top: 235px;
}

#main-content .map-locations li {
  list-style: none;
  background-image: url("/images/interface/bg/image-shadow.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  float: left;
  padding: 1px 0px 18px 0px;
  position: relative;
  display: inline-block;
}

#main-content .map-locations li a {
  padding: 5px 10px 5px 10px;
  background-color: #f0f0f0;
  color: #00a2df;
  font-size: 13px;
}

#main-content .map-locations li a:hover {
  background-color: #00a2df;
  color: #f0f0f0;
  cursor: pointer;
  text-decoration: none;
}

#main-content .map-locations .doubtful-sound {
  position: absolute;
  top: 185px;
  left: 5px;
}

#main-content .map-locations .milford-sound {
  position: absolute;
  top: 145px;
  left: 50px;
}

#main-content .map-locations .queenstown {
  position: absolute;
  top: 185px;
  left: 135px;
}

#main-content .map-locations .te-anau {
  position: absolute;
  top: 225px;
  left: 100px;
}

#main-content .map-locations .stewart-island {
  position: absolute;
  top: 285px;
  left: 90px;
}

#content #sidebar #summarybox.fixed {
  width: 302px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#content #sidebar #summarybox {
  position: relative;
  top: 0;
  padding: 50px 0px 22px 0px;
  width: 302px;
  min-height: 200px;
  margin-top: 20px;
  background-image: url("../images/interface/bg/order-summary-bg.png");
  background-repeat: no-repeat;
}

#content #sidebar .summarybox-bottom {
  width: 305px;
  display: inline-block;
  height: 22px;
  background-image: url("../images/interface/bg/order-summary-bg-bottom.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

#content #sidebar #summarybox .form-section {
  border-bottom: 1px dashed #8B8B81;
  display: block;
  padding: 0px 15px 10px 15px;
  width: 272px;
  float: left;
}

#content #sidebar #summarybox .form-section p {
  padding-left: 0px;
}

#content #sidebar #summarybox .form-section .total-summary {
  width: auto;
}

#content #sidebar #summarybox .form-section .section-summary {
  width: 200px;
  float: left;
}

#content #sidebar #summarybox .form-section.active {
  background-image: url("../images/interface/bg/order-summary-hover.png");
  background-repeat: repeat;
}

#content #sidebar #summarybox .detail {
  width: 210px;
  float: left;
}

#content #sidebar #summarybox h2 {
  padding-left: 20px;
}

#content #sidebar #summarybox .total-summary h2 {
  padding-left: 0px;
}

#content #sidebar #summarybox h5 {
  color: #039fda;
}

#content #sidebar #summarybox p {
  font-size: 12px;
}

#content #sidebar #summarybox p {
  margin-left: 20px;
}

#content #sidebar #summarybox .total-summary {
  width: 60px;
  text-align: right;
  margin-top: 20px;
  float: right;
}

#content #sidebar #summarybox .order-total {
  text-align: right;
  margin-right: 20px;
  margin-top: 10px;
}

#content #sidebar #summarybox .order-total p {
  font-weight: bold;
  padding-left: 0;
}

#content #sidebar #summarybox .total {
  font-family: "Sketch Block";
}

#fb-root div {
  top: -9000px !important;
}

.confirmed .confirmation-summary {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #fff;
  padding-bottom: 0px;
}

.confirmation-summary span {
  float: left;
  margin-top: 12px;
}

.confirmation-summary h2 {
  float: left;
  margin: 0px 0px 0px 15px;
  color: #fff;
}

.confirmation-edit .edit, .confirmation-edit .remove {
  color: #fff;
}

.confirmation-edit .edit {
  background: url("/images/interface/bg/booking-form-edit.png");
  background-position: top left;
  background-repeat: no-repeat;
  height: 20px;
  display: inline-block;
  padding-left: 20px;
  padding-top: 5px;
  margin-top: 5px;
}

.confirmation-edit .remove {
  background: url("/images/interface/bg/booking-form-edit.png");
  background-position: 0px -32px;
  background-repeat: no-repeat;
  height: 20px;
  display: inline-block;
  padding-left: 20px;
  padding-top: 5px;
  float: right;
  margin-top: 5px;
}

.terms input {
  float: left;
}

/*Credit Card*/
.pod-main.credit .contact-form label {
  width: 125px;
}

.credit-details span {
  font-size: 18px;
  float: left;
  margin-top: 15px;
}

.credit-fee span {
  float: left;
  margin: 20px 0px 0px 10px;
}

.credit-details .credit-month {
  margin-right: 7px;
}

.credit-details .credit-year {
  margin-left: 7px;
}

.total-payment {
  background-position: 450px 0px;
  background-image: url("/images/interface/bg/payment-tag.png");
  background-repeat: no-repeat;
  padding: 20px;
}

.total-payment {
  display: inline-block;
  width: 565px;
}

.total-payment h2 {
  float: left;
  margin: 0px 0px 0px 20px;
}

.total-payment h4 {
  float: left;
  margin-top: 10px !important;
}

.payment-steps {
  margin: 0px;
  width: 960px;
  margin: 0 auto;
}

.payment-steps li {
  float: left;
  height: 20px;
  padding: 15px 0px 0px 45px;
  background: url("/images/interface/bg/payment-steps.png") no-repeat 0 0;
  font-size: 14px;
}
.payment-steps li a {
  color: #3f3f3f;
}
.payment-steps li.active {
  font-weight: bold;
}
.payment-steps .spacer {
  padding: 15px 30px 0;
  margin: 0 15px;
  background: url("/images/interface/bg/checkout-spacer.jpg") repeat-x 0px 23px;
}

.payment-steps .check-availability {
  background-position: 0px 7px;
}

.payment-steps .check-availability.active {
  background-position: 0px -28px;
}

.payment-steps .shopping-cart {
  background-position: 0px -66px;
}

.payment-steps .shopping-cart.active {
  background-position: 0px -103px;
}

.payment-steps .payment {
  background-position: 0px -141px;
}

.payment-steps .payment.active {
  background-position: 0px -179px;
}

.payment-steps .confirmation {
  background-position: 0px -221px;
}

.payment-steps .confirmation.active {
  background-position: 0px -265px;
}

.shopping-cart div.inclusions {
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #919191;
  padding-top: 15px;
  margin-top: 20px;
  padding-bottom: 0px;
  background: none;
}

.shopping-cart .inclusions .icon-list {
  padding-right: 25px;
  display: inline-block;
  width: 215px;
  float: left;
}

.shopping-cart .detail-wrap {
  width: 440px;
  display: inline-block;
  border-right: 1px dashed #919191;
  border-left: 1px dashed #919191;
  float: left;
}

.shopping-cart .detail-wrap p {
  margin: 0px;
  font-size: 13px;
}

.shopping-cart .detail-wrap .btn, .shopping-cart .detail-wrap #selection-status a, #selection-status .shopping-cart .detail-wrap a {
  display: inline-block;
  margin-top: 10px;
}

.shopping-cart .detail-left {
  float: left;
  margin-left: 20px;
  width: 190px;
  font-size: 13px;
  padding-right: 10px;
}

.shopping-cart .detail-right {
  float: right;
  width: 200px;
}

.shopping-cart .detail-summary {
  float: right;
  text-align: right;
  /*position: absolute; MR: temp fix to show buttons */
  bottom: 10px;
  right: 20px;
  max-width: 220px;
}

.shopping-cart .detail-summary ul li {
  border-top: none;
  padding: 5px 0px 0px 0px;
}

.shopping-cart .detail-summary p, .order .order-summary p {
  margin: 5px 0px 0px 0px;
}

#shopping-cart-items .detail-summary ul li h4,
#shopping-cart-items .detail-summary ul li h2 {
  margin-top: 0px;
}

[lang="zh-cn"] #shopping-cart-items .detail-summary ul li h4 {
  font-size: 12px;
}

.shopping-cart .pair {
  margin: 0px;
}

.shopping-cart .pod-main .pair h4 {
  position: relative;
  bottom: -11px;
  left: -10px;
}

.shopping-cart .pair h4, .shopping-cart .pair h2 {
  float: left;
  margin: 0px;
}

.shopping-cart .pair h4 {
  margin: 9px 10px 0px 0px;
}

.shopping-cart .previous-step, .shopping-cart .continue, .shopping-cart .checkout {
  margin: 30px 0px 30px 0px;
}

.shopping-cart .previous-step {
  margin-right: 20px;
}

.shopping-cart .previous-step, .shopping-cart .continue {
  float: left;
}

.shopping-cart .checkout {
  float: right;
}

.btn--next-highlight {
  font-size: 1.6em;
  padding: 10px 30px;
  background-image: url("/images/interface/btn/btn_RotatorRightTransparent.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.shopping-cart .green {
  font-weight: bold;
}

.gallery {
  display: inline-block;
}

.gallery h4 {
  margin: 0px 0px 5px 0px;
  padding-right: 10px;
}

.gallery h4 a {
  font-weight: normal;
}

.gallery h4 a:hover {
  text-decoration: none;
}

.order {
  overflow: hidden;
  border-bottom: 1px dashed #919191;
}

.order .promo-code {
  float: left;
}

.order .promo-code em {
  font-size: 10px;
}

.order .promo-code p {
  margin-top: 5px;
}

.order input[type="text"] {
  padding: 5px 10px 5px 10px;
  width: 100px;
  margin-right: 20px;
}

.order #promo-code {
  width: 120px;
}

.order .order-summary {
  float: right;
  text-align: right;
}

.order .order-summary ul {
  margin: 0px;
  padding-right: 1px;
  margin-right: 19px;
}

.conflict, .overbooked {
  padding: 10px;
  background-color: #f8cd9c !important;
  background-image: none !important;
  border: 1px solid #ff5400;
  color: #ff5400;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0px 0px 0px;
}

.overbooked .edit, .overbooked .remove {
  background-image: url(/images/interface/bg/booking-form-edit-overbooked.png);
}

span.conflict-text {
  background-image: url("/images/interface/bg/conflict.png");
  display: block;
  background-repeat: no-repeat;
  background-position: 125px;
}

.shopping-cart-buttons {
  width: 260px;
  float: right;
}

.shopping-cart-buttons a {
  cursor: pointer;
  background-image: url("/images/interface/bg/cart-buttons.jpg");
  margin-left: 20px;
  float: right;
  padding: 9px 0px 0px 30px;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
}

.shopping-cart-buttons .expand:hover {
  background-position: 0px 0px;
}

.shopping-cart-buttons .expand {
  background-position: 0px 0px;
}

.shopping-cart-buttons .close {
  background-position: 0px -39px;
}

.shopping-cart-buttons .edit {
  background-position: 0px -80px;
}

.shopping-cart-buttons .remove {
  background-position: 0px -118px;
}

.booking-summary .detail-summary {
  position: inherit;
  width: 270px;
  text-align: left;
  border-left: 1px dashed #919191;
  padding-left: 20px;
}

.booking-summary .detail-summary .pod-main {
  padding: 10px;
}

.booking-summary .detail-summary .pod-main h5 {
  margin: 0px;
}

.booking-summary .detail-summary .pod-main h2 {
  margin: 0px;
}

.booking-summary .detail-summary ul li h4 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.booking-summary .detail-wrap {
  border: none;
  width: 605px;
  padding-bottom: 20px;
  margin-right: 20px;
}

.booking-summary .detail-wrap h4 {
  margin: 0px;
  float: none;
}

.booking-summary .detail-wrap h3 {
  margin-bottom: 20px;
}

.booking-summary .detail-left {
  margin-left: 0px;
  width: 290px;
  margin-bottom: 20px;
}

.booking-summary .detail-right {
  width: 290px;
  margin-bottom: 20px;
}

.donation-speil {
  width: 662px;
  float: left;
  border-right: 1px dashed #919191;
  padding-right: 20px;
}

/* Pods */
.pod-main {
  position: relative;
  clear: both;
  overflow: hidden;
  background: transparent url(/images/interface/bg/pod-background.png) repeat 0 0;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
}

.pod-main.search {
  width: 565px;
  margin-top: 20px;
}

.pod-main.search ul li {
  border-bottom: none !important;
  padding: 0px !important;
  width: 230px;
  float: left;
  overflow: hidden;
  margin-right: 18px;
}

.pod-main.search select {
  width: 100%;
  height: 26px;
  margin: 2px 0px;
}

.pod-main.search h4 {
  font-weight: normal;
}

.search-summary {
  display: inline-block;
  width: 605px;
}

.pod-main.search input {
  width: 100%;
  height: 26px;
  -webkit-box-shadow: inset 0px 1px 2px 1px #CBCBCB;
  -moz-box-shadow: inset 0px 1px 2px 1px #cbcbcb;
  box-shadow: inset 0px 1px 2px 1px #CBCBCB;
}

.pod-main.search .btn, .pod-main.search #selection-status a, #selection-status .pod-main.search a {
  float: right;
}

.pod-main.office {
  padding-top: 15px;
  padding-bottom: 12px;
}

.search-results {
  border-top: 1px dashed #333;
  padding-top: 20px;
}

.search-results li {
  border-bottom: 1px dashed #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.search-summary .filter-summary {
  display: inline-block;
  float: left;
}

.search-summary .pagination {
  margin: 0px;
  float: right;
  width: 300px;
}

.search-summary .pagination ul {
  margin: 0px;
  overflow: hidden;
  width: 250px;
  float: right;
}

.pod-main.compact {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pod-main.compact .experience {
  margin-top: 0;
}

.pagination ul li a {
  width: 10px;
  float: left;
  margin-right: 4px;
}

.pagination ul li .prev {
  width: 37px;
  padding-left: 30px;
  background: url("/images/interface/btn/sketch-left-arrow.png");
  background-repeat: no-repeat;
  background-position: left;
}

.pagination ul li .next {
  width: 37px;
  padding-right: 30px;
  background: url("/images/interface/btn/sketch-right-arrow.png");
  background-repeat: no-repeat;
  background-position: right;
}

.tripadvisor-wrap .tape-bg {
  height: 25px;
  background: url("/images/interface/bg/glue/tape.jpg");
  background-repeat: no-repeat;
  width: 170px;
  margin: 0 auto;
}

.tripadvisor-wrap .bottom-bg {
  background: url("/images/interface/bg/leaf.jpg");
  background-repeat: no-repeat;
  height: 130px;
  background-position: right;
  margin-bottom: 20px;
  bottom: 100px;
  z-index: -1;
  right: -40px;
}

/* Generic Sidebar Pods */
#sidebar .pod-main ul {
  margin: 10px 0 0;
}
#sidebar .pod-main li {
  margin: 10px 0 10px 0;
  padding: 10px 0 0 0;
  border-top: 1px dashed #919191;
}
#sidebar .pod-main li .image-container {
  float: left;
  margin-right: 15px;
}
#sidebar .pod-main h3 {
  margin: 0;
  font-size: 2.4em;
  line-height: 1.2em;
}
#sidebar .pod-main h4 {
  margin: 0px;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2em;
}
#sidebar .pod-main h4 a {
  margin-bottom: 3px;
  display: block;
}
#sidebar .pod-main p {
  font-size: 1.2em;
  margin: 0px;
}
#sidebar .pod-main .more {
  display: inline-block;
  margin-top: 10px;
  padding-left: 33px !important;
  font-size: 1.2em;
  background-image: url("/images/interface/bg/more-arrow.png");
  background-repeat: no-repeat;
  background-position: left;
}

/* Specials Sidebar Pod */
#sidebar .specials {
  padding: 0 0 15px;
}
#sidebar .specials h4 {
  padding-left: 90px;
}
#sidebar .specials h3 {
  width: 270px;
  height: 33px;
  padding: 10px 15px 7px 15px;
  background-image: url("/images/interface/bg/special-top-texture.png");
  background-repeat: repeat;
  color: #FFF;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#sidebar .specials ul {
  margin-top: 0;
  padding: 0 20px;
}
#sidebar .specials li {
  margin: 0;
  padding: 10px 0 10px;
  border: 1px dashed #919191;
  border-width: 0 0 1px;
}
#sidebar .specials img {
  float: left;
  margin: 0 15px 15px 0;
}
#sidebar .specials a img:hover {
  opacity: 0.8;
}
#sidebar .specials a {
  color: #659006;
}
#sidebar .specials .more {
  margin-left: 20px;
}

#sidebar .pod-main #chat, #sidebar .pod-main .call, #sidebar .pod-main .email {
  padding-right: 36px;
  background-position: right;
  background-repeat: no-repeat;
}

#sidebar .pod-main #chat h4, #sidebar .pod-main .call h4, #sidebar .pod-main .email h4 {
  font-size: 22px;
  font-family: "Sketch Block";
}

#sidebar .pod-main #chat {
  background-image: url("/images/interface/bg/RHSicon_speechbubbles.png");
  height: 70px;
}

#sidebar .pod-main.chat {
  padding-bottom: 7px;
}

#sidebar .pod-main.chat:hover, #sidebar .pod-main.email:hover {
  cursor: pointer;
  background: transparent url(/images/interface/bg/pod-background-hover.png) repeat 0 0;
}

#sidebar .pod-main.chat #chat img {
  position: relative;
  top: 3px;
  left: 150px;
}

#sidebar .pod-main.chat #chat h4 {
  margin-top: -12px;
}

#sidebar .pod-main .call {
  background-image: url("/images/interface/bg/RHSicon_telephone.png");
  height: 70px;
}

#sidebar .pod-main .call h3 p {
  font-size: 14px;
  padding-left: 0px;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}

#sidebar .pod-main .email {
  background-image: url("/images/interface/bg/RHSicon_envelope.png");
}

/*FAQ Styling*/
#sidebar .pod-main.faqs {
  padding-bottom: 12px;
  padding-top: 15px;
}

#sidebar .pod-main.faqs p {
  padding-left: 0px;
}

/*promo Styling*/
#sidebar .pod-main.promo {
  padding-bottom: 15px;
}

#sidebar .pod-main.promo p {
  padding-left: 0px;
}

/*Review Styling*/
#sidebar .pod-main.reviews {
  padding-bottom: 15px;
  padding-top: 15px;
}

/* Office Sidebar Pod */
.contact-details {
  margin: 0;
  padding-bottom: 20px;
  border-top: 1px dashed #919191;
  border-bottom: 1px dashed #919191;
}
.contact-details dt {
  margin-bottom: 5px;
  font-size: 1.4em;
  font-weight: bold;
}
.contact-details dd {
  margin-bottom: 10px;
  font-size: 1.2em;
}

#sidebar .office h3 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #919191;
}
#sidebar .office h4 {
  margin: 7px 0;
}
#sidebar .office .contact-details {
  padding-bottom: 5px;
  border-top: none;
}

/* Reviews & FAQs Sidebar Pods */
#sidebar .reviews ul, #sidebar .faqs ul {
  padding-bottom: 5px;
  border-bottom: 1px dashed #919191;
}
#sidebar .faqs h4 {
  font-size: 1.4em;
}

/* Sidebar Promotion Pod */
#sidebar .promo h3 {
  margin-bottom: 10px;
}
#sidebar .promo p {
  font-size: 1.4em;
  padding-bottom: 13px;
}
#sidebar .promo .more {
  margin-top: 2px;
  padding-left: 0;
}

/* Trip Advisor Widget */
.ta-widget {
  width: 240px;
  margin: 0 auto 20px;
  z-index: 1;
}

.tripadvisor-wrap {
  width: 240px;
  margin: 0 auto;
  margin-bottom: -95px;
}

.specials-image {
  float: left;
  width: 190px;
  text-align: center;
}

.destination li.first {
  border-right: 1px dashed #919191;
}

.add-on ul li {
  list-style: none;
}

.pod-main.book-experience {
  background-color: #039FDA;
  padding: 0px;
}

.pod-main.book-experience a h2 {
  color: #fff !important;
  margin: 0px;
  padding: 13px 20px 13px 20px;
  line-height: 30px;
}

.pod-main.book-experience:hover {
  background-color: #088FC1;
}

.pod-main.book-experience a:hover {
  text-decoration: none;
}

/* Image Shadow and Glue */
.image-container {
  display: block;
  padding: 0 0 14px;
  background: transparent url(/images/interface/bg/image-shadow.png) no-repeat right bottom;
}
.image-container a:focus {
  outline: none;
}
.image-container img {
  display: block;
  border: 5px solid #ffffff;
}

.image-container a img:hover {
  border: 5px solid #039FDA;
}

.listing.stacked .image-container {
  margin-right: 18px;
}

/* RTE Images (Image Macro, Image-Text Macro, Gallery Link) */
.body-text .image-wrap {
  background: transparent url(/images/interface/bg/image-bg.jpg) no-repeat 0 0;
  padding: 20px 17px 15px 17px;
  width: 286px;
}
.body-text .image-wrap p {
  margin: 0px 0px 0px 10px;
  font-size: 1.2em;
}
.body-text .image-wrap .image-caption {
  font-weight: bold;
}

.body-text .image-wrap--small {
  width: 143px;
}

.body-text .mug-shot {
  margin-right: 20px;
  width: 130px;
}

/* Gallery and Share Pod */
.body-text .gallery-share {
  width: 320px;
  margin: 0 0 20px 10px;
}
.body-text .stButton {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.body-text .faq-listing {
  padding-left: 0px;
  border-top: none;
  margin-bottom: 0px;
}

.body-text .faq-listing li {
  list-style: none;
}

.body-text ul.faq-listing > li {
  background: none;
}

.body-text ul.faq-listing > li > .question {
  padding-left: 0px;
}

.body-text ul.faq-listing .answer {
  background: none;
}

.social-buttons {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 21px;
}

.st_fblike_vcount span:first-child {
  margin: 0px !important;
}

.body-text .gallery {
  position: relative;
  background: transparent url(/images/interface/bg/gallery-image-bg.jpg) no-repeat 0 0;
  padding: 22px 17px 27px 18px;
}
.body-text .gallery a {
  font-size: 1.2em;
  bottom: 13px;
  left: 85px;
}
.body-text .gallery img:hover {
  border: 5px solid #039FDA;
}

/* Image-Text Macro */
.body-text .add-on {
  margin: 0 0 10px 0;
}
.body-text .add-on h3 {
  margin: 10px 0;
  font-family: "Sketch Block";
  font-size: 2.4em;
}
.body-text .add-on h4 {
  margin: 13px 0 0;
  font-size: 1.8em;
  font-weight: normal;
}
.body-text .add-on p {
  margin-bottom: 0;
}
.body-text .add-on .float-left {
  margin-right: 15px;
  padding: 13px 15px 0 15px;
  background: transparent url("/images/interface/bg/addon-image-bg.jpg") no-repeat 0 0;
}
.body-text .add-on.last {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #919191;
}

.office-listing .image-wrap {
  margin-top: 10px;
  padding: 18px 17px 17px 18px;
  background: transparent url(/images/interface/bg/image-bg.jpg) no-repeat 0 0;
}
.office-listing .contact-details {
  padding-top: 15px;
  min-height: 210px;
}

.number-of-people h5, .room-configuration h5 {
  float: left;
  margin-top: 3px;
  margin-left: 25px;
}

.room-configuration h5 {
  width: 120px;
  margin-left: 0px;
}

.room-configuration input {
  margin: 15px 5px 0px 5px;
}

.room-configuration select {
  margin: 13px 40px 0px 0px;
}

.room-configuration label {
  margin-right: 15px;
}

.number-of-people select, .room-configuration select {
  width: 80px;
  float: left;
}

.stewert-island table {
  width: 86px !important;
}

.stewert-island .date td {
  padding: 5px 15px 5px 15px !important;
  height: 25px !important;
  font-size: 11px;
  font-weight: bold;
}

.stewert-island td {
  padding-right: 0px !important;
}

.stewert-island table:hover {
  background-image: none;
  background-color: white;
}

.stewert-island table tr td {
  background-image: none !important;
}

.stewert-island td:hover, .stewert-island .price-field td:hover {
  background-image: none !important;
  background-color: none !important;
}

.stewert-island .price-field td {
  height: 40px !important;
  background-color: #088FC1;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  padding: 25px 0px 0px 0px !important;
  text-align: center;
}

.double-date {
  margin-bottom: 7px !important;
}

.double-date .datepicker {
  width: 155px;
  float: left;
  margin: 10px 0px 10px 0px;
}

.double-date h5 {
  float: left;
  margin: 11px 10px 0px 20px;
}

.body-text .image-wrap.margin-top {
  margin-top: 15px;
}

#main-content .contact-form .image-wrap {
  width: 200px;
  background-image: url("/images/interface/bg/glue/200x170.png");
  background-repeat: no-repeat;
  padding: 14px 0px 0px 12px;
  margin-top: -10px;
  float: left;
  position: relative;
}

.body-text table {
  font-size: 14px;
  width: 100%;
  /*border-right: 1px dashed #333;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;*/
}

.body-text table tbody {
  border-top: 1px dashed #333;
}

.body-text table thead {
  font-weight: bold;
}

.body-text table tr {
  border-top: 1px dashed #333;
}

.body-text table tr:first-child {
  border-top: none;
}

.body-text table tr td:last-child {
  border-right: none;
}

.body-text table tr td {
  border-right: 1px dashed #333;
  padding: 5px;
}

.contact-form .link {
  float: left;
  text-align: right;
  width: 120px;
  display: block;
}

.contact-form .disabled {
  background-color: transparent !important;
}

#cboxLoadedContent .error-detail {
  color: red;
  font-weight: bold;
}

.ExperiencesListingPage li {
  overflow: hidden;
}

.imageStatus {
  padding-left: 15px;
  padding-top: 2px;
  background-image: url("/images/interface/bg/added-tick.png");
  background-repeat: no-repeat;
}

.grid li .imageStatus {
  margin: 15px 5px 0px 0px;
  display: none;
}

#sidebar blockquote p:first-child {
  float: left;
}

.drive-times-table th {
  border-right: 1px dashed #333;
  padding: 10px;
}

.st_twitter, .st_facebook, .st_googleplus, .st_pinterest, .st_email {
  position: relative;
  top: -3px;
}

.st_fblike {
  position: relative;
  top: -1px;
}

.scroll-to-top {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.experience-filter-panel {
  padding-bottom: 20px;
  border-bottom: 1px dashed #919191;
}

a.experience-in {
  margin-right: 20px;
}

ul.experiences-in, ul.experiences-from {
  padding: 0px 0px 20px 0px !important;
  border-top: none !important;
  margin-left: 20px !important;
  margin-top: 15px;
}

ul.experiences-from {
  display: none;
}

ul.experiences-in {
  visibility: visible;
}

form li .tooltip {
  padding: 10px;
  line-height: 50px;
}

.popup {
  position: absolute;
  padding: 10px;
  background-color: #f8cd9c;
  border: 1px solid #ff5400;
  color: #ff5400;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0px 0px 0px;
  width: 185px;
  display: none;
}

.number-of-rooms {
  font-size: 12px;
  margin-top: 5px;
  display: block;
  float: left;
}

/************* Booking Form Styles***************/
.booking-form {
  width: 605px;
  border-top: 1px dashed #919191;
  padding-top: 15px;
  margin-top: 10px;
}

.booking-form h2 {
  margin: 0px 0px 20px;
}

.booking-form .pod-main hr {
  margin: 10px 0px 10px 0px;
}

.booking-form .pod-main {
  padding: 20px;
  overflow: visible;
}

.pod-main .left {
  width: 380px;
  float: left !important;
  border-right: 1px dashed #919191;
  padding: 5px 10px 10px 0px;
}

.pod-main .experience .left {
  padding: 5px 10px 0px 0px;
}

.pod-main .experience:last-child .left {
  margin: 0px 0px 0px 0px;
}

.booking-form .pod-main .choose-date {
  float: right;
  text-align: center;
}
.booking-form .pod-main .choose-date .choose-date-btn {
  display: block;
}

.booking-form .pod-main .choose-date p {
  text-align: left;
}

.pod-main .inclusions {
  position: relative;
  float: left;
  padding: 0px 24px 0px 0px;
}

.pod-main .inclusions.last {
  padding: 0px 0px 0px 0px;
}

/*Experience Icons*/
.additionCross {
  position: absolute;
  top: 0px;
  right: 8px;
  color: #a1977d;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Sketch Block';
}

.ico {
  margin-bottom: 5px;
  width: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  background-image: url("/images/interface/bg/ExperienceIcons.png");
  background-repeat: no-repeat;
}

.ico.coach {
  background-position: -4px 0px;
}

.ico.cruise, .ico.ferry {
  background-position: -51px 0px;
}

.ico.ferry {
  background-position: -51px 0px;
}

.ico.heli {
  background-position: -100px 0px;
}

.ico.fly, .ico.plane {
  background-position: -148px 0px;
}

.ico.dining {
  background-position: -198px 0px;
}

.ico.picnic {
  background-position: -247px 0px;
}

.ico.caves {
  background-position: -296px 0px;
}

.ico.walks {
  background-position: -344px 0px;
}

.ico.farmtour {
  background-position: -486px 0px;
}

.ico.horsetrek {
  background-position: -534px 0px;
}

.ico.cycling {
  background-position: -582px 0px;
}

.ico.bbq {
  background-position: -632px 0px;
}

.ico.rentals {
  background-position: -726px 0px;
}

.ico.kayaking {
  background-position: -774px 0px;
}

.ico.rafting {
  background-position: -821px 0px;
}

.ico.accommodation {
  background-position: -919px 0px;
}

/*Booking Forms*/
.booking-form .pod-main p {
  margin: 5px 0px 0px 0px;
  font-size: 14px;
}

.booking-form .pod-main .inclusions p, .availability .pod-main .left .inclusions p {
  float: left;
  font-size: 14px;
  color: #000;
  text-align: left;
  padding-top: 0px;
  margin: 2px;
  white-space: nowrap;
  display: table;
  width: 45px;
}

.availability .pod-main .left .inclusions p
.booking-form .pod-main .experience {
  display: table;
  border-top: 1px dashed #919191;
  margin-top: 15px;
  width: 100%;
}

.pod-main .experience {
  overflow: hidden;
  min-height: 72px;
}

.booking-form .pod-main .sub-title {
  margin: 0px;
  font-size: 14px;
  padding-top: 5px;
  color: #3f3f3f;
}

.booking-form .pod-main .more-info {
  display: none;
}

.more-info {
  margin-top: 20px;
  padding: 5px 10px 10px;
  background: rgba(255, 255, 255, 0.5);
}

.booking-form .pod-main .open .more-info {
  display: block;
}

.datepicker {
  width: 210px;
  padding: 9px;
  margin-top: 10px;
  color: #039fda;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url("/images/interface/bg/calander-bg.jpg");
  background-position: 204px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  z-index: 5 !important;
}

.top-z {
  z-index: 4 !important;
}

.datepicker, #ui-datepicker-div {
  font-size: 1.2em;
  z-index: 6 !important;
}

.datepicker:focus {
  border: 1px solid #33bef2 !important;
  outline: none;
}

.datepicker-prev, .datepicker-next {
  margin: 5px 10px 5px 10px;
}

.datepicker-prev {
  background-image: url("/images/interface/btn/btn_RotatorLeft.png");
  width: 19px;
  height: 37px;
  margin-left: 20px;
  display: inline-block;
  float: left;
}

.datepicker-prev:hover {
  background-image: url("/images/interface/btn/btn_RotatorLeft_hover.png");
  cursor: pointer;
}

.datepicker-next {
  background-image: url("/images/interface/btn/btn_RotatorRight.png");
  width: 19px;
  height: 37px;
  display: inline-block;
  margin-right: 20px;
  float: right;
}

.datepicker-next:hover {
  background-image: url("/images/interface/btn/btn_RotatorRight_hover.png");
  cursor: pointer;
}

.choose-date .error {
  position: absolute;
  z-index: 20;
  background: pink;
  color: red;
}
.choose-date .error p {
  top: 50px;
  left: 0;
}
.choose-date .error p.datepicker-higher {
  top: -230px;
}

.booking-form .pod-main .experience-detail {
  display: none;
  float: right;
  width: 230px;
  text-align: left;
}

.booking-form .pod-main .experience-detail p {
  text-align: right;
}
.booking-form .pod-main .experience-detail p a {
  margin-left: 5px;
}

.booking-form .pod-main .experience-detail label {
  font-weight: bold;
}

.booking-form .pod-main .experience-detail select {
  width: 90px;
  float: right;
  margin-right: 2px;
}

.booking-form .pod-main .experience-detail li {
  text-align: left;
}

.booking-form .pod-main .price-wrap {
  width: 135px;
}

.booking-form .pod-main .price {
  font-size: 30px;
  padding-left: 0;
}

.booking-form .pod-main .experience-detail ul {
  display: none;
}

.booking-form .pod-main .experience-detail .booking-notes ul {
  display: block;
  font-size: 1em;
}

#main-content .booking-form .pod-main .experience-detail .booking-notes ul li {
  border-bottom: none;
}

.booking-form .pod-main .large-btn {
  text-align: center;
  float: right;
  margin: 10px 0px 10px 0px;
  width: 220px;
}

.booking-form .cancel-booking {
  margin-right: 0px;
  float: right;
  font-size: 12px;
}

.large-btn.book-now {
  padding: 5px 10px 6px 0px;
}

.booking-form .pod-main .experience-detail p {
  margin-top: 5px;
}

.booking-form .pod-main .close .price-wrap p {
  top: -5px;
  position: relative;
  clear: both;
}

.booking-form .pod-main .open .price-wrap .sub-title {
  margin-top: -5px;
}

.booking-form .pod-main .inclusion-detail {
  text-align: left;
  clear: left;
  display: none;
}

.booking-form .pod-main .inclusion-detail h5 {
  margin: 10px 0 0;
}

.booking-form .pod-main .inclusion-detail p {
  margin: 5px 0;
}

.booking-form .pod-main .sub-title strong {
  font-size: 14px;
  color: #525252;
}

.booking-timetable .tour .time {
  margin-top: -4px;
  border-top: 1px dashed #8B8B81;
  width: 88px;
  /*height: 185px;*/
  padding-right: 42px;
  text-align: left;
  font-size: 12px;
}

.booking-timetable .booking-detail {
  display: none;
}

.booking-timetable .booking-detail td:hover {
  cursor: default;
}

.booking-timetable .booking-detail td {
  border-top: none;
}

.booking-timetable .booking-detail .btn, .booking-timetable .booking-detail #selection-status a, #selection-status .booking-timetable .booking-detail a {
  margin-top: 5px;
  display: inline-block;
}

.booking-timetable .no-departure, .booking-timetable .unavailable {
  color: #ff0000 !important;
  background-color: #FFCFCF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle !important;
}

.booking-timetable .booking-detail .subTotal {
  display: none;
}

.booking-timetable .booking-detail td {
  border-top: none !important;
}

.booking-timetable .booking-detail td h1 {
  clear: none;
  float: right;
}

.booking-timetable .booking-detail td h4 {
  margin-bottom: 0px;
}

.booking-timetable .booking-detail td .btn, .booking-timetable .booking-detail td #selection-status a, #selection-status .booking-timetable .booking-detail td a {
  width: 150px;
  text-align: center;
}

.booking-timetable .booking-detail td .specials {
  background-color: #f4f4f4;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  width: 403px;
}

.booking-timetable .booking-detail td .specials ul {
  margin-top: -25px;
  float: right;
  width: 125px;
}

.booking-timetable .booking-detail td .specials ul li {
  color: #659006;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  list-style: disc;
  margin: 3px 0px 3px 0px;
}

.booking-timetable .booking-detail td .specials .customer-count-wrap h5 {
  margin-top: 0px;
}

.booking-timetable .date {
  width: 174px;
  text-align: center;
  padding: 0px;
  border-left: 1px dashed #8B8B81;
}

.booking-timetable .specials .customer-count-wrap {
  border-right: none;
  text-align: left;
}

.booking-timetable .cell-selected {
  background-color: #fff;
  background-image: none !important;
  border-bottom: none !important;
}

.booking-timetable .selected {
  height: 430px;
}

.booking-detail {
  text-align: right;
}

.booking-detail td {
  background-color: #fff;
  background-image: none !important;
  text-align: right;
  padding-right: 20px !important;
}

.booking-detail .error {
  color: red;
  font-weight: bold;
  text-align: left;
}

.customer-count, .booking-detail .error {
  float: left;
  width: 100%;
}

.booking-detail .error {
  height: 35px;
}

.booking-detail .error {
  display: none;
}

.customer-count p {
  float: left;
  width: 90px;
  text-align: left;
}

.customer-count p.format-price {
  text-align: right;
  font-size: 16px;
}

.customer-count p .format-price {
  display: block;
  clear: both;
}

.specials-wrap p {
  float: left;
  width: 250px;
  margin: 0px 0px 5px 0px !important;
  text-align: left;
}

.booking-detail .specials-wrap ul {
  width: 135px;
  float: right;
}

.customer-count ul li {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  margin: 10px 0px 5px 0px;
}

.customer-count ul li p {
  float: left;
  font-size: 16px !important;
  width: 65px;
}

.customer-count select {
  width: 75px;
  border: 1px solid #8B8B81;
  margin-right: 20px;
  float: left;
  margin-top: 5px;
}

.customer-count-wrap {
  display: inline-block;
  float: left;
  border-right: 1px dashed #8B8B81;
  width: 300px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.pricing-wrap p {
  margin: 5px 0px 0px 0px !important;
}

.pricing-wrap .cancel {
  margin: 10px 60px 0px 0px;
}

.booking-timetable .confirmed {
  background-color: #00aeef !important;
  color: #fff !important;
}

.availability .pod-main {
  display: block;
}

.availability .pod-main .left {
  width: auto;
  min-width: 220px;
  margin-top: 0px;
  text-align: center;
}

.availability .pod-main .left p {
  margin-top: 3px;
}

.availability .experience-detail {
  float: right;
  width: 310px;
}

.availability .experience-detail .detail {
  padding-left: 30px;
  font-size: 14px;
}
.availability .experience-detail .detail.more-info {
  padding-left: 10px;
  margin-left: 30px;
}

.availability .experience {
  border-top: 1px dashed #919191;
  margin-top: 20px;
  padding-top: 10px;
}

/*Add ons */
.cart-item-view .customer-count {
  width: 90px;
}
.cart-item-view .customer-count select {
  width: 77px;
}
.cart-item-view p {
  width: auto;
}
.cart-item-view .customer-count-wrap {
  width: 345px;
}
.cart-item-view .enlarge {
  float: left;
  clear: both;
  background: url("/images/interface/bg/cart-buttons.jpg");
  background-repeat: no-repeat;
  padding: 10px 0px 7px 30px;
}
.cart-item-view .pod-main div:last-child ul li {
  border-bottom: none !important;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}
.cart-item-view .contact-form fieldset, .cart-item-view .contact-form fieldset ul li {
  clear: both;
  overflow: hidden;
  border: none;
}
.cart-item-view #add-ons-btn {
  display: none;
}

.cart-item-view .contact-form fieldset {
  margin-top: 10px;
}

/*Timetable Available Date Selector*/
.availability-table {
  width: 605px;
  border-top: 1px dashed #919191;
  position: relative;
}

.availability-table .date-header {
  background: url(/images/interface/bg/pod-background.png) repeat;
  display: block;
  margin-bottom: 10px;
  width: 605px;
  text-align: center;
  padding: 8px 0 0;
  border-bottom: 1px dashed #919191;
}
.availability-table .date-header select, .availability-table .date-header input {
  margin-bottom: 8px;
}

.availability-table .date-select-left {
  background-image: url("/images/interface/btn/btn_RotatorLeft.png");
}

.availability-table .date-select-right {
  background-image: url("/images/interface/btn/btn_RotatorRight.png");
}

.availability-table table {
  display: table;
  width: 100%;
  text-align: left;
  margin-top: -1px;
  vertical-align: -webkit-baseline-middle;
}

.availability-table tr th {
  background: none;
  border-right: 1px dashed #8b8b81;
}

.availability-table tr td {
  vertical-align: middle;
  padding: 0;
}

.availability-table tr td .space-left {
  font-size: 11px;
}

.availability-table tr td p {
  margin: 10px 0px 10px 0px;
  font-size: 12px;
}

.availability-table tr td table tr td {
  vertical-align: top;
  background-image: url("/images/interface/bg/pod-background.png");
  background-repeat: repeat;
  /*height: 157px;*/
  padding: 10px 10px;
  width: 137px;
  border: 1px dashed #8b8b81;
}

.availability-table tr td table tr td:hover {
  background-image: url("/images/interface/bg/pod-background-hover.png");
}

.availability-table tr td table tr td.confirmed {
  background-image: none;
}

.availability-table tr td table tr td.cell-selected {
  border-bottom: none;
}

.availability-table tr td table tr td.no-departure, .availability-table tr td table tr td.no-departure:hover {
  background-image: none;
  cursor: default;
}

.availability-table tr td table tr td:hover {
  vertical-align: top;
  cursor: pointer;
  background-repeat: repeat;
}

.availability-table tr td table tr td.confirmed:hover {
  background-image: none;
}

.availability-table tr .vertical-top {
  vertical-align: top !important;
}

/*Accommodation Availability Table*/
.accommodation-availability-room {
  padding: 10px;
  background: url(/images/interface/bg/pod-background.png) repeat;
}
.accommodation-availability-room td {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
}
.accommodation-availability-room td.left-divider {
  border-left: 1px dashed #8b8b81;
}
.accommodation-availability-room td select {
  margin: 0;
  width: 70px;
  font-size: 10px;
}

.accommodationLeftCalendar {
  position: relative;
  left: 0;
}

.accommodationRightCalendar-header {
  position: relative;
  /*left : 30px;*/
}

.accommodationRightCalendar {
  position: relative;
  /*left : 30px;*/
}

.availability-table .accommodation-date-header {
  text-align: left;
  margin: 0 0 2px;
  border-bottom: none;
}
.availability-table .accommodation-date-header th {
  padding: 10px 0 5px 10px;
  border: none;
  text-align: left;
}
.availability-table .accommodation-date-header td {
  text-align: left;
  padding: 0 0 15px 10px;
}
.availability-table .accommodation-date-header .room-count select {
  margin: 0;
  width: 140px;
}
.availability-table .accommodation-date-header .datepicker {
  width: 140px;
  background-position: 125px 7px;
  margin-top: 0;
}
.availability-table .accommodation-date-header label {
  font-size: 14px;
  font-weight: bold;
}

.availability-table .accommodation-availability-table {
  width: 100%;
}
.availability-table .accommodation-availability-table .date, .availability-table .accommodation-availability-table .date-cell {
  border: 1px dashed #8b8b81;
}
.availability-table .accommodation-availability-table .unavailable {
  border: 1px solid #fe0000;
  text-align: center;
  padding: 10px 7px;
}
.availability-table .accommodation-availability-table .date {
  padding: 10px 7px;
  font-size: 12px;
  font-weight: bold;
}
.availability-table .accommodation-availability-table .date-cell {
  background: url(/images/interface/bg/pod-background.png) repeat;
  padding: 15px;
  border: 1px dashed #8b8b81;
}
.availability-table .accommodation-availability-table .date-cell .format-price {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.availability-table .accommodation-availability-table .date-cell .disclaimer {
  font-size: 10px;
  margin-bottom: 0;
}
.availability-table .accommodation-availability-table .unavailable {
  font-size: 12px;
}

.accommodation-room, #comment-container {
  margin-top: 30px;
}

/*Contact Forms*/
.contact-form label {
  display: block;
  float: left;
  width: 100px;
  text-align: right;
}

.contact-form label strong {
  color: #ff0000;
}

.contact-form .h5 {
  font-size: 14px;
  font-weight: bold;
}

.contact-form .h5.total {
  text-align: left;
  padding: 6px 0px 0px 23px;
}

.contact-form .terms {
  width: 200px;
  font-size: 1em;
  text-align: left;
}

.contact-form h2 span {
  font-size: 12px;
  float: right;
  padding-top: 8px;
  font-family: "Open Sans";
}

.contact-form h2 span strong, form .error-text, .contact-form h2 span strong, form .error-custom {
  color: red;
  font-size: 12px;
}

.contact-form .error-text, .contact-form .error-custom {
  width: 145px;
  padding-top: 20px;
  text-align: left;
  float: right;
}

#main-content .pod-main .contact-form ul li {
  border: none;
  width: 100%;
  clear: both;
  overflow: hidden;
}

#main-content .pod-main .contact-form ul li .btn, #main-content .pod-main .contact-form ul li #selection-status a, #selection-status #main-content .pod-main .contact-form ul li a {
  margin-left: 20px;
}

#main-content .pod-main .contact-form ul {
  padding: 0px;
}

.contact-form.send-friend label {
  width: 120px;
}

.contact-form.image-selection label {
  width: 87px;
}

.contact-form.image-selection.send label {
  width: 110px;
}

.contact-form.image-selection.send .form-submit {
  margin: 0px 0px 0px 135px;
}

.contact-form.image-selection.send ul {
  width: 100%;
  float: left;
  margin-left: 0px;
}

.contact-form.image-selection .error-text, .contact-form.image-selection .error-custom {
  width: 135px;
  font-size: 12px;
  color: red;
}

p.mandatory-fields strong {
  color: red;
  font-weight: bold;
}

p.mandatory-fields {
  margin-top: 41px;
  text-align: right;
  float: right;
}

.contact-form.image-selection #AcceptTermsLabel {
  width: 250px;
  margin-top: 10px;
  text-align: left;
  font-size: 13px;
}

p.form-instructions {
  margin-left: 20px;
}

.listing .contact-form input[type="checkbox"] {
  width: 15px;
  margin: 14px 15px 0px 110px;
}

.contact-form input[type="text"] {
  width: 250px;
  font-size: 13px;
  margin-right: 10px;
}

.contact-form input.error, .contact-form select.error {
  border: 1px solid #ff0000;
  color: #000;
  background-color: #FFCFCF;
  font-weight: normal;
}

.contact-form label.error {
  float: right;
}

.contact-form .error {
  padding: 10px;
  font-weight: bold;
  margin-top: 10px;
  font-style: italics;
}

.contact-form input.error[type="radio"] {
  border: none;
  padding: 0;
  background: transparent;
}

.contact-form #weight, .contact-form #height {
  width: 45px;
  margin-top: 12px;
}

.listing .contact-form textarea {
  width: 250px;
  resize: none;
}

.contact-form.image-selection .form-submit {
  margin-left: 115px;
}

.contact-form .form-submit {
  border: none;
  margin-left: 130px;
  float: left;
  padding: 10px 20px 10px 20px;
}

.contact-form input, .contact-form select {
  padding: 10px 10px 10px 10px;
  margin: 10px 0px 10px 25px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  font-size: 13px;
}

.pickup-location input[type="text"] {
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
}

.contact-form select {
  padding: 9px 10px 9px 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 270px;
}

.contact-form textarea:hover {
  cursor: text;
}

.contact-form textarea {
  width: 250px;
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
  margin-left: 25px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  float: left;
  height: 100px;
  resize: none;
  font-size: 13px;
}

.error-detail {
  display: block;
  margin-top: 10px;
  width: 530px;
  padding: 10px;
  background-color: #FFCFCF;
  border: 1px solid #ff0000;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}
.error-detail ul {
  margin: 0;
  padding: 0;
}
.error-detail ul li {
  border: none !important;
}

/*.contact-form .btn{
	width: 155px;
	margin-left: 135px;
	margin-top: 20px;
	border: none;
	padding: 7px 10px;
	float: right;
	margin-right: 5px;
}*/
.contact-form input[type="radio"] {
  margin-top: 17px;
}

.gender-label {
  margin: 18px 0px 10px 5px;
  width: 55px !important;
  text-align: left !important;
  font-size: 12px;
}

.contact-form .weight, .contact-form .height {
  width: 45px !important;
  margin-top: 12px !important;
}

.contact-form .measurement {
  width: 68px;
  margin-top: 11px;
  margin-left: 10px;
}

.contact-form .size-chart {
  float: left;
  margin: 12px 0px 0px 15px;
  width: 70px;
  padding: 8px 10px 8px 9px;
}

.contact-form .image-container {
  float: left;
  margin-right: 20px;
}

.contact-form .customer-count-wrap {
  border-right: none;
}

.contact-form .customer-count-wrap .customer-count p {
  margin-top: 0px;
}

.contact-form .customer-count-wrap .customer-count select {
  margin: 0px;
}

.contact-form .border-bot {
  margin-bottom: 10px;
}

/*------------------------------------*\

	*04: FORMS
\*------------------------------------*/
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label,
.text-input,
.btn,
#selection-status a, .large-btn {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
}

.placeholder {
  color: #a9a9a9 !important;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 13px;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  width: 331px;
  padding: 5px;
  border: none;
  margin-left: 10px;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  font-size: 11px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  width: 96%;
  padding: 10px;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

label.error {
  font-weight: bold;
}

/*Payment for terms*/
.terms input[type="checkbox"] {
  margin-top: 5px;
}

.terms p {
  padding-left: 30px;
}

.payment {
  background-image: url("/images/interface/bg/payment-padlock.png");
  background-position: top right;
  display: block;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.payment p {
  padding-right: 130px;
}

#shopping-cart-items .pod-main h4 {
  margin: 0px;
}

#on-request-view ul li {
  list-style: disc;
  margin-left: 25px;
  font-size: 13px;
}

#on-request-view .pod-main ul li {
  margin-left: 0px;
}

#on-request-view .btn, #on-request-view #selection-status a, #selection-status #on-request-view a {
  float: left;
  text-align: center;
  margin-left: 130px;
}

.checkbox {
  width: 30px;
  height: 27px;
  background: url(/images/interface/bg/checkbox.png);
  display: none;
  float: left;
}

.checkbox:hover {
  cursor: pointer;
}

.checkbox.clicked {
  background: url(/images/interface/bg/checkbox-tick.png);
}

.terms label {
  padding-top: 5px;
  display: block;
}

#accept-terms {
  display: block;
}

/*------------------------------------*\
	*02: STRUCTURE
\*------------------------------------*/
#header {
  height: 215px;
}

#header.minimal {
  height: 215px;
}

#header.minimal ~ #content {
  margin-top: 10px;
}

#top-bar {
  height: 40px;
  width: 100%;
}

#sidebar {
  width: 300px;
}

#left-sidebar {
  width: 360px;
  float: left;
  padding: 0px 30px 0 0;
  clear: both;
}

#navigation {
  z-index: 2;
}

#page {
  width: 960px;
  position: relative;
}

#content {
  width: 960px;
  margin: 0 auto;
  margin-top: 50px;
}

#container {
  clear: both;
}

.homepage .back-top-top {
  display: none;
}

.homepage .footer-top {
  position: relative;
  top: -35px;
}

.footer-top {
  height: 36px;
  width: 100%;
  display: block;
  background-image: url("../images/interface/bg/glue/glue_footer.png");
  background-position: 0px 45px;
  clear: both;
}

.footer-top .back-top-top {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  margin-top: 20px;
}

.homepage #footer {
  margin-top: -36px;
}

.no-rotator {
  height: 45px;
}

/*--- TABLES ---*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/***Container Structures***/
.header-top, .header-main, .header-bot {
  width: 100%;
}

.header-top {
  height: 35px;
  background-color: #423b35;
}

/*Header top structure*/
.header-top ul {
  width: 950px;
  margin: 0 auto;
  padding-top: 4px;
}

.header-bot {
  height: 45px;
  background: url("../images/interface/bg/header-bot.jpg") repeat;
}

.header-main {
  height: 210px;
}

#ie7 .header-main .inner {
  z-index: 5;
  position: relative;
}

.header-main.minimal {
  height: 130px;
}

.homepage .header-main, .header-main {
  background: url("../images/interface/bg/header-main.jpg") repeat;
}

.logo {
  width: 180px;
  height: 70px;
  display: block;
  background-image: url("../images/interface/logo/real-journeys.png");
  position: relative;
  top: 20px;
  float: left;
}

.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/* Main Navigation*/
#ie8 #navigation .single-link:hover,
#ie8 #navigation .currentpage,
#ie7 #navigation .single-link:hover,
#ie7 #navigation .currentpage,
#ie6 #navigation .single-link:hover,
#ie6 #navigation .currentpage {
  background-image: none !important;
}

#ie8 #navigation .single-link:hover,
#ie8 #navigation .currentpage a,
#ie7 #navigation .single-link:hover,
#ie7 #navigation .currentpage a,
#ie6 #navigation .single-link:hover,
#ie6 #navigation .currentpage a {
  text-decoration: underline !important;
}

#navigation {
  width: 700px;
  margin: 30px 0 0;
}
#navigation li {
  float: left;
}
#navigation .single-link:hover, #navigation .currentpage {
  background-image: url("/images/interface/bg/hover_scribble.png") !important;
  background-position: top left !important;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  /*  Safari  */
  -moz-background-size: 100% 100%;
  /*  Firefox  */
  text-decoration: none;
}
#navigation .currentpage {
  height: 46px;
}
#navigation > li > a {
  font-family: "Sketch Block";
  font-size: 20px;
  display: block;
  padding: 10px 10px 0;
  color: #525252;
  text-decoration: none;
}
[lang|="ja"] #navigation > li > a {
  font-size: 18px;
}
#navigation .dropdown {
  background: url("../images/interface/bg/dropdown-bg.png") no-repeat 98% 19px;
  padding: 10px 35px 15px 10px;
  background-position: 93% 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  height: 40px;
  position: relative;
  z-index: 3000;
}
[lang|="ja"] #navigation .dropdown {
  padding: 10px 30px 15px 10px;
  background-position: 93% 18px;
}
#navigation .dropdown.hover {
  background-color: #E0D8BF;
  -webkit-transition: background 300ms ease-in 100ms;
  /* property duration timing-function delay */
  -moz-transition: background 300ms ease-in 100ms;
  -o-transition: background 300ms ease-in 100ms;
  transition: background 300ms ease-in 100ms;
}

/* Megamenu Dropdown */
.megamenu {
  position: absolute;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  width: 930px;
  padding: 10px 0px 5px 3px;
  margin: 0;
  background-color: #e0d8bf;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
}
.megamenu li {
  width: 220px;
  padding: 5px;
  border: 1px dashed #919191;
  border-width: 0 1px 1px 0;
  display: block;
}
.megamenu li a {
  font-size: 1.2em;
}
.megamenu li p {
  margin: 2px 0 0 0;
  font-size: 1.1em;
  padding-left: 110px;
}
.megamenu li.no-top-padding {
  padding-top: 0px;
}

/* Sidebar Navigation */
#sidebar .navigation {
  margin: 15px 0 30px 0px;
}
#sidebar .navigation p {
  margin: 0 0 18px;
}
#sidebar .navigation ul {
  border-top: 1px dashed #919191;
  margin-left: 0px;
}
#sidebar .navigation ul li {
  border-bottom: 1px dashed #919191;
  padding: 8px 0;
}
#sidebar .navigation ul li ul {
  border-top: none;
  display: none;
}
#sidebar .navigation ul li ul li {
  border-bottom: none;
}
#sidebar .navigation ul li ul li a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-left: 20px;
}
#sidebar .navigation ul li ul li a:hover {
  text-decoration: underline;
  background: none;
}
#sidebar .navigation ul li ul.show {
  display: block;
}
#sidebar .navigation .faqs {
  width: 200px;
  display: block;
  padding-left: 5px;
  height: 55 px;
}
#sidebar .navigation .faqs a {
  padding: 0px;
}
#sidebar .navigation .faqs:hover {
  background-image: url("/images/interface/bg/hover_scribble_dark.png");
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  /*  Safari  */
  -moz-background-size: 100% 100%;
}
#sidebar .navigation .faqs a:hover {
  background: none;
}
#sidebar .navigation a {
  color: #039fda;
  font-family: "Sketch Block";
  font-size: 2.0em;
  padding: 5px;
}
#sidebar .navigation a:hover {
  text-decoration: none;
  background-image: url("/images/interface/bg/hover_scribble_dark.png");
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  /*  Safari  */
  -moz-background-size: 100% 100%;
  /*  Firefox  */
}
#sidebar .navigation a.selected {
  color: #3f3f3f;
}
#sidebar .navigation a.black:hover {
  background-image: none;
}

#ie6 #sidebar .navigation li a:hover,
#ie7 #sidebar .navigation li a:hover,
#ie8 #sidebar .navigation li a:hover,
#ie6 #sidebar .navigation .faqs:hover,
#ie7 #sidebar .navigation .faqs:hover,
#ie8 #sidebar .navigation .faqs:hover {
  background-image: none !important;
  text-decoration: underline !important;
}

/* Listings */
ul.listing {
  margin: 0;
}
ul.listing h3 {
  margin: 0px 0px 5px 0px;
  font-size: 1.6em;
}
ul.listing p {
  margin: 0px 0px 5px;
  font-size: 1.2em;
}
ul.listing p.sub-title {
  font-size: 1.4em;
}
ul.listing .no-results {
  width: 100%;
}
ul.listing .no-results p {
  margin: 0;
  font-size: 1.4em;
}

ul.grid {
  margin: 0;
  padding: 15px 0;
  border: 1px dashed #919191;
  border-width: 1px 0;
}
ul.grid li {
  float: left;
  width: 170px;
  padding: 15px 15px 4px 14px;
  border: 1px dashed #919191;
  border-width: 0 1px 1px 0;
}
ul.grid li a:hover {
  text-decoration: none;
}
ul.grid li a:hover img {
  border-color: #039FDA;
}
ul.grid li a:focus {
  outline: none;
}
ul.grid li a h3 {
  color: #039FDA;
}
ul.grid .first {
  padding-left: 0;
  clear: both;
}
ul.grid .last {
  padding-right: 0;
  border-right: none;
}
ul.grid .top-row {
  padding-top: 15px;
}
ul.grid .bottom-row {
  padding-bottom: 0;
  border-bottom: 0;
}
ul.grid .no-results {
  border: none;
  padding: 0;
}

ul.stacked {
  border-top: 1px dashed #919191;
}
ul.stacked li {
  padding: 15px 0 20px;
  border-bottom: 1px dashed #919191 !important;
}
ul.stacked li.self-clear {
  padding: 20px 0 7px;
}
ul.stacked li.self-clear h3, ul.stacked li.self-clear p {
  margin-left: 190px;
}
ul.stacked .image-container {
  float: left;
}
ul.stacked .no-results {
  padding: 15px 0 10px;
  border-bottom: 1px dashed #919191;
}

ul.media h3 {
  font-size: 1.4em;
}
ul.media .btn, ul.media #selection-status a, #selection-status ul.media a {
  margin-top: 10px;
  font-size: 1.1em;
}

.fb_ltr {
  overflow: visible;
}

.st_googleplus_vcount {
  margin-left: -10px;
}

/*FAQ*/
ul.faq-listing {
  margin: 0;
  border-top: 1px dashed #919191;
}
ul.faq-listing > li {
  margin-top: 15px;
  padding: 0 0 15px 0;
  background: transparent url(/images/interface/bg/faq-question.png) no-repeat 0 2px;
  border-bottom: 1px dashed #919191;
}
ul.faq-listing > li > .question {
  display: block;
  min-height: 27px;
  padding: 5px 52px 0 35px;
  background: transparent url(/images/interface/btn/faq-expand.png) no-repeat right 0;
  font-size: 14px;
  font-weight: bold;
  outline: none;
}
ul.faq-listing > li > .question:hover {
  background-image: url(/images/interface/btn/faq-expand-hover.png);
  text-decoration: none;
}
ul.faq-listing > li > .question.open {
  color: #3F3F3F;
  background-image: url(/images/interface/btn/faq-close.png);
}
ul.faq-listing > li > .question.open:hover {
  text-decoration: none;
  background-image: url(/images/interface/btn/faq-close-hover.png);
}
ul.faq-listing .answer {
  margin-top: 12px;
  font-size: 14px;
  display: none;
  min-height: 32px;
  padding: 0 52px 0 35px;
  background: transparent url(/images/interface/bg/faq-answer.png) no-repeat 0 0;
}
ul.faq-listing .no-results {
  padding: 0 0 50px 0;
  background: none;
  border-bottom: 1px dashed #919191;
}

#main-content .filter ul {
  padding-left: 0px;
  clear: both;
  display: inline-block;
}

#main-content .pod-main .pickup-location {
  width: 260px;
  float: left;
}

#main-content .pod-main .pickup-location.one-option {
  width: auto;
}

#main-content .pod-main .pickup-location input {
  float: left;
  height: 20px;
  width: 20px;
}

#main-content .pod-main .pickup-location input[type="text"] {
  width: 100%;
}

#main-content .pod-main .pickup-location h5 {
  margin-top: 0px;
}

#main-content .pod-main .pickup-location p, #main-content .pod-main .pickup-location h5 {
  padding-left: 25px;
}

/* Footer */
#footer {
  background-image: url("../images/interface/bg/footer-bg.jpg");
  width: 100%;
  display: inline-block;
  padding: 30px 0 30px;
}
#footer .col {
  float: left;
  width: 100px;
  margin: 0 10px 15px 0;
}
#footer a {
  color: #3f3f3f;
}
#footer .horizontal {
  margin: 0;
  margin-bottom: 10px;
}
#footer .horizontal li {
  margin: 0 17px 0 0;
}

/* Footer Navigation (Columns and Legal Links) */
#footer .navigation {
  width: 468px;
  float: left;
  border-right: 1px dashed #969696;
  padding-right: 1px;
}
#footer .navigation h3 {
  margin: 0px;
  font-size: 1.8em;
}
#footer .navigation li {
  margin-bottom: 5px;
  font-size: 1.2em;
}
#footer .navigation li h3 {
  font-size: 1.5em;
}

/* Social Media */
#footer .social-media .horizontal {
  margin-bottom: 0;
  width: 240px;
}
#footer .social-media li {
  margin-right: 3px;
}
#footer .social-media a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/images/interface/ico/social_media.png");
}
#footer .social-media a:focus {
  outline: none;
}
#footer .social-media .facebook {
  background-position: -50px 0;
}
#footer .social-media .twitter {
  background-position: -150px 0;
}
#footer .social-media .youtube {
  background-position: -100px 0;
}
#footer .social-media .flickr {
  background-position: 0 0;
}
#footer .social-media .pinterest {
  background-position: -413px 0;
}
#footer .social-media .googleplus {
  background-position: -304px 0;
}
#footer .social-media .instagram {
  background-position: -252px 0;
}
#footer .social-media .linkedin {
  background-position: -202px 0;
}
#footer .social-media .weibo {
  background-position: -359px 0;
}
#footer .social-media .youku {
  background-position: -468px 0;
}
#footer .social-media .wechat {
  background-position: -519px 0;
}

.social-media-light li {
  margin-right: 3px;
}
.social-media-light a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/images/interface/ico/social_media_light.png");
}
.social-media-light a:focus {
  outline: none;
}
.social-media-light .facebook {
  background-position: -50px 0;
}
.social-media-light .twitter {
  background-position: -150px 0;
}
.social-media-light .youtube {
  background-position: -100px 0;
}
.social-media-light .flickr {
  background-position: 0 0;
}
.social-media-light .pinterest {
  background-position: -414px 0;
}
.social-media-light .googleplus {
  background-position: -306px 0;
}
.social-media-light .instagram {
  background-position: -254px 0;
}
.social-media-light .linkedin {
  background-position: -203px 0;
}
.social-media-light .weibo {
  background-position: -362px 0;
}
.social-media-light .youku {
  background-position: -469px 0;
}
.social-media-light .wechat {
  background-position: -519px 0;
}

/* Awards and Qualmark Badges */
#footer .badges {
  width: 470px;
  float: right;
}
#footer .badges h3 {
  font-family: "Open Sans", Arial, Helvetica, Sans-serif;
  font-size: 1.4em;
}

#footer .awards {
  padding-top: 30px;
}

#footer .awards img {
  border: 1px solid #fff;
}

#footer .qualmark {
  width: 162px;
  padding: 16px 19px;
  background: url("../images/interface/bg/glue/glue_footer_qualmarks.png") no-repeat;
}
#footer .qualmark .float-left:last-child {
  margin-left: 20px;
}

#sitemap {
  border-top: 1px dashed #333;
  margin-top: 35px;
}

#sitemap li {
  margin-bottom: 5px;
}

.level-3 li {
  margin-left: 25px;
}

.level-3 {
  margin-bottom: 25px;
  margin-top: 7px;
}

ul.horizontal li {
  float: left;
}

.contact-form #csv-popup {
  display: none;
}

.contact-form .csv-popup {
  display: block;
  margin-top: 17px;
  outline: none;
}

.error p {
  width: 210px;
  padding: 10px;
  position: absolute;
  z-index: 20;
  left: 190px;
  top: 100px;
  height: 120px;
  color: #3F3F3F;
  background-color: #ffffff;
  text-align: center !important;
}
.error p.datepicker-higher {
  top: -190px;
}

.pod-pagination-pages {
  overflow: hidden;
  float: right;
  width: auto;
  margin-top: 0px;
}

.pod-pagination-pages li {
  margin-right: 5px;
  float: left;
}

.pod-pagination-combo .pod-main h5 {
  font-size: 13px;
  font-weight: normal;
}
.pod-pagination-combo .pod-main ul {
  overflow: hidden;
  width: 475px;
  float: left;
}
.pod-pagination-combo .pod-main ul li {
  float: left;
  width: 220px;
  border: none !important;
}
.pod-pagination-combo .pod-main ul li select {
  padding: 9px;
}
.pod-pagination-combo .pod-main ul li input[type="search"], .pod-pagination-combo .pod-main ul li .search-input {
  padding: 10px;
}
.pod-pagination-combo .pod-main ul li select, .pod-pagination-combo .pod-main ul li input[type="search"], .pod-pagination-combo .pod-main ul li .search-input {
  width: 200px;
  margin: 0px;
  font-size: 13px;
  border: none;
}
.pod-pagination-combo .pod-main input[type="submit"] {
  position: absolute;
  bottom: 25px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

.grids .pod {
  padding-bottom: 20px;
  border-bottom: 1px dashed #919191;
}
.grids h4 {
  margin: 10px 0px 0px 0px;
}
.grids .load-more {
  display: block;
  margin-top: 20px;
}

.grids .margin-top {
  margin-top: 10px;
}

.pod-pagination {
  overflow: hidden;
}

.pod-pagination-pages li .prev {
  background: url(/images/interface/btn/previous-arrow.jpg) no-repeat 0 2px;
  width: 72px;
  display: block;
  text-align: right;
  margin: 0 10px 0;
}

.pod-pagination-pages li .next {
  background: url(/images/interface/btn/next-arrow.jpg) no-repeat 30px 2px;
  width: 72px;
  display: block;
  text-align: left;
  margin: 0 0 0 10px;
}

label.error {
  color: #ff0000;
}

.error-message {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 500px;
  margin: 0 auto 0 auto;
}
.error-message p {
  font-size: 13px;
}
.error-message .error-message-large {
  font-size: 18px;
}
.error-message h3 {
  font-family: "Sketch Block";
  font-weight: normal;
  text-alignment: centered;
}
.error-message .clear-btn {
  background: none repeat scroll 0 0 #039FDA;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: normal;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.error-message .clear-btn:hover {
  background-color: #088FC1;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.error-message .clear-btn--small {
  font-size: 18px;
}

.grids .list-inline.pod-pagination-pages {
  margin-top: 10px;
  margin-bottom: 0;
}

.pod-pagination {
  overflow: hidden;
}

/*--- TYPOGRAPHY ---*/
/*--- Font Face ---*/
/* moved to base master
@font-face {
    font-family: "Open Sans";
    src: url('/fonts/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
            url('/fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
            url('/fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
            url('/fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Sketch Block";
          src: url('/fonts/SketchBlock/sketch_block-webfont.ttf') format('truetype');
    font-weight: normal;
        src: url('/fonts/SketchBlock/sketch_block_bold-webfont.eot');
		src: url('/fonts/SketchBlock/sketch_block_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/SketchBlock/sketch_block_bold-webfont.woff') format('woff'),
		 url('/fonts/SketchBlock/sketch_block_bold-webfont.ttf') format('truetype'),
         url('/fonts/SketchBlock/sketch_block_bold-webfont.svg#FFFTusjBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Angelina";

        src: url('/fonts/angelina/angelina-webfont.eot');
		src: url('/fonts/angelina/angelina-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/angelina/angelina-webfont.woff') format('woff'),
         url('/fonts/angelina/angelina-webfont.ttf') format('truetype'),
         url('/fonts/angelina/angelina-webfont#FFFTusjBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 62.5%;
  color: #3f3f3f;
  line-height: 1.3;
  background: url("../images/interface/bg/main-bg.jpg") repeat;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  border: none;
  border-bottom: 1px dashed #919191;
  margin: 15px 0px 15px 0px;
}

/*Font Faces*/
h1, .h1, h2, .h2, blockquote p,
#sidebar h3, .h3-sketch {
  font-family: "Sketch Block";
}

h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Open Sans";
}

.homepage-message p, .main-promo .pod-right p {
  font-family: "Angelina";
  margin-top: 5px;
}

.pod-left span {
  font-family: "Angelina";
}

/*--- LINKS ---*/
a {
  color: #039fda;
  text-decoration: none;
}

a:visited {
  color: #039fda;
}

a:hover {
  color: #039fda;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Font Sizes */
.price {
  font-family: "Sketch Block";
  font-size: 30px;
  color: #000;
  padding-left: 5px;
  position: relative;
  bottom: 0px;
}

.price span {
  font-size: 14px;
}

.price-from {
  font-family: "Sketch Block";
  font-size: 14px;
  color: #000;
  position: relative;
  bottom: -15px;
}

.price-prefix {
  font-family: "Sketch Block";
  font-size: 14px;
  color: #000;
}

p {
  font-size: 14px;
}

.homepage-message, .pod-left span, .main-promo .pod-right p {
  font-size: 2.0em;
}

.show-note h3 {
  font-size: 25px;
  color: #039fda;
  font-weight: bold;
  text-align: left;
  margin-left: 50px;
  margin-top: -76px;
  position: absolute;
}

.show-note h3 a {
  padding: 10px;
  display: block;
}

.show-note h3 a:hover {
  background-image: url("/images/interface/bg/hover_scribble_dark.png");
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.fine-print {
  font-size: 10px;
  padding-left: 0px !important;
}

h1, h2, .h2, h3, .h3, h4, h4 {
  letter-spacing: 0px;
}

#sidebar .pod-main .email h4, #sidebar .pod-main .chat h4, #sidebar .pod-main h3, h1, h2 {
  letter-spacing: -1px;
}

#sidebar .pod-main .call h3 {
  float: left;
}

#sidebar .pod-main .call p {
  margin: 0px;
  clear: both;
}

/*Font Colors*/
h1, .h1, h5, .h5 {
  color: #525252;
}

h2, .h2, h3, .h3, h4, h4, blockquote p {
  color: #525252;
}

h1, .h1, h2, .h2 {
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: -2px;
}

.blue {
  color: #039fda !important;
}

.green {
  color: #659006 !important;
}

.grey {
  color: #3f3f3f !important;
}

.black {
  color: #525252 !important;
}

/* Headings */
h1, .h1 {
  font-size: 36px;
  margin: 0px 0px 10px 0px;
  display: block;
  clear: both;
  text-align: left;
  line-height: 36px;
}

h2, .h2 {
  font-size: 30px !important;
  margin-bottom: 10px;
}

h2.small {
  font-size: 14px !important;
}

#sidebar .pod-main h2 {
  margin: 0px;
}

h3, .h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0px 15px 0px;
}

.h3-sketch {
  font-size: 22px;
  font-weight: normal;
  margin: 10px 0px 15px 0px;
}

h4, .h4 {
  font-size: 16px;
  font-weight: 600;
}

h5, .h5 {
  font-size: 14px;
  margin: 10px 0px 5px 0px;
}

.sub-title {
  margin-bottom: 25px;
  font-size: 1.8em;
  color: #6f6f6f;
}

.destination h3 {
  font-size: 1.8em;
}

/*Expander Headings*/
.question.h1 {
  font-size: 36px;
}

.question.h2 {
  font-size: 30px;
}

.question.h3 {
  font-size: 20px;
}

.question.h4 {
  font-size: 16px;
}

.question.h5 {
  font-size: 14px;
}

/*Pod Promo Headings*/
.pod h3 {
  font-size: 24px;
  color: #525252;
}

.pod.special h2 {
  font-size: 24px;
  color: #fff;
}

#footer h3 {
  font-family: "Sketch Block";
  margin-top: 0px;
}

#page-tab-menu a {
  font-family: "Sketch Block";
  font-size: 1.75em;
}

.listing h5 {
  margin-top: 0px;
}

.availability .pod-main h3 {
  color: #039fda;
}

.contact-form .h5 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}

.conflict-text, .conflict-text h5 {
  color: #ff7e00 !important;
}

/* Body Text Styles (Richtext editor in CMS) */
.body-text ul, .body-text ol {
  margin: 1em 0;
  padding-left: 25px;
  font-size: 1.4em;
}
.body-text ul ul, .body-text ul ol, .body-text ol ul, .body-text ol ol {
  margin: 0 0 0 20px;
  font-size: 1.0em;
}
.body-text ul ul li, .body-text ul ol li, .body-text ol ul li, .body-text ol ol li {
  padding: 8px 0 0;
  list-style: decimal;
}
.body-text ul li, .body-text ol li {
  padding: 0 0 8px 3px;
}
.body-text ul li {
  list-style: disc;
}
.body-text ol li {
  list-style: number;
}
.body-text p {
  margin-top: 0px;
}
.body-text h2, .body-text h3, .body-text h4 {
  margin-bottom: 5px;
}

ol li ol li {
  list-style: lower-alpha !important;
}

/* Quote Styling (Reviews and RTE pullquotes) */
.body-text blockquote, .review-listing blockquote {
  margin: 20px 0;
  padding-left: 80px;
  min-height: 70px;
  background-image: url("../images/interface/bg/blockquote.png");
  background-repeat: no-repeat;
  background-position: top left;
  clear: both;
  color: #000;
  font-size: 14px;
}
.body-text blockquote p, .review-listing blockquote p {
  margin: 0 0 5px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #525252;
}
.body-text blockquote p em, .review-listing blockquote p em {
  font-size: 12px;
}
.body-text blockquote .quote-text, .review-listing blockquote .quote-text {
  font-family: "Sketch Block";
  font-size: 18px;
}
.body-text blockquote .blockquote-source, .review-listing blockquote .blockquote-source {
  font-style: italic;
}

blockquote span {
  font-size: 13px;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-style: italic;
}

#sidebar blockquote {
  margin: 0;
  overflow: hidden;
}
#sidebar blockquote p {
  margin: 0px;
  font-size: 1.6em !important;
  padding-left: 0px !important;
  letter-spacing: -1px;
}
#sidebar blockquote p span {
  font-size: 0.75em;
  padding-left: 5px;
}

.result-count, .result-destination, .result-duration, .result-seasons {
  font-weight: bold;
}

a.h5 {
  color: #039FDA;
}

.level-2 a {
  font-size: 18px;
}

.level-3 a {
  font-size: 14px;
}

h2 .view-all {
  letter-spacing: 0px;
}

h2 a:hover {
  text-decoration: none;
}

.header-top a, .search .search-box {
  font-size: 11px;
}

.header-top a:visited {
  color: #FFFFFF;
}

#sidebar .pod-main .email a:hover {
  text-decoration: none;
}

h2 span.float-right strong {
  font-size: 17px;
  color: red;
}

h2 span.float-right {
  font-size: 17px;
  color: #525252;
  font-family: 'Open Sans';
  font-size: 17px;
  margin-top: 15px;
  margin-right: 8px;
}

#csv-popup {
  font-size: 13px;
}

#on-request-view .btn, #on-request-view #selection-status a, #selection-status #on-request-view a {
  font-size: 15px;
}

#on-request-view .error {
  font-size: 11px;
}

.pod-pagination-number {
  font-weight: bold;
}

.pod-pagination-total {
  font-weight: bold;
}

.pod-pagination-total span {
  font-weight: normal;
}

.pod-pagination span, .pod-pagination-pages {
  font-size: 12px;
}

.small-footer-text {
  font-size: 10px;
}

/* GOOGLE MAP */
#rj-map-container {
  width: 960px;
  top: -60px;
  height: 380px;
  margin: 0 auto;
  padding: 0 0 20px;
  left: -15px;
}
#rj-map-container ul,
#rj-map-container li,
#rj-map-container h2 {
  margin: 0;
  padding: 0;
}

#rj-map-container ~ #content {
  margin-top: -55px;
}

#rj-map-container.show-map ~ #content {
  margin-top: 80px;
}

#rj-map {
  display: none;
  width: 940px;
  height: 460px;
  background: #e5e3df url(/images/interface/ind/rj-map-loader.gif) no-repeat center center;
  border: 10px solid #FFF;
  z-index: 2;
  position: absolute !important;
}
#rj-map img {
  max-width: none;
}

#rj-map-type {
  z-index: 4;
  left: 30px;
  top: 30px;
  margin: 0;
  padding: 0;
  display: none;
}
#rj-map-type li {
  float: left;
  margin-right: 10px;
}
#rj-map-type button {
  border: none;
}
#rj-map-type button.selected {
  background-color: #FFF;
  color: #3F3F3F;
  cursor: default;
}

#rj-map-options {
  left: -40px;
  display: none;
  top: 121px;
  width: 286px;
  height: 340px;
  padding: 44px 45px 0 69px;
  background: transparent url(/images/interface/bg/bg-map-options.png) no-repeat 0 0;
  z-index: 3;
}
#rj-map-options h2 {
  font-size: 20px !important;
}
#rj-map-options span {
  bottom: 0;
  display: block;
  width: 252px;
  height: 26px;
  margin: 0;
  padding: 7px 22px 0 10px;
  background: #FFFFFF;
  background-image: url("/images/interface/bg/dropdown-bg-arrow.png");
  background-repeat: no-repeat;
  background-position: 263px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 2px 1px #cbcbcb;
  -moz-box-shadow: inset 0px 1px 2px 1px #cbcbcb;
  box-shadow: inset 0px 1px 2px 1px #cbcbcb;
  border-bottom: none;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.5;
  overflow: hidden;
}
#rj-map-options .dropdown {
  top: 67px;
  display: none;
  width: 282px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 2;
}
#rj-map-options .dropdown a {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  color: #3F3F3F;
  text-decoration: none;
}
#rj-map-options .dropdown a:hover,
#rj-map-options .dropdown a.selected {
  background: #039FDA;
  color: #FFFFFF;
}

#rj-map-destinations,
#rj-map-experiences,
#rj-map-layers,
#rj-map-key {
  position: absolute;
  left: 70px;
  top: 42px;
}

#rj-map-experiences {
  top: 130px;
}

#rj-map-layers {
  top: 220px;
}

#rj-map-key {
  top: 252px;
}

.dropdown-holder {
  width: 284px;
  height: 69px;
}

#rj-map-layers label {
  position: relative;
  top: -1px;
  font-size: 12px;
  padding: 0 35px 0 10px;
}

#rj-map-key li {
  display: block;
  float: left;
  width: 56px;
  height: 27px;
  padding: 0 8px 0 35px;
}

/* MAP INFO-WINDOWS, MARKERS */
.info-window {
  width: 354px;
  padding: 18px;
  background: #EEEEEE;
  border: 2px solid #FFFFFF;
  border-radius: 17px;
}
.info-window span.image-container {
  float: left;
  margin: 0 18px 5px 0;
}
.info-window h4 {
  margin: 0 0 10px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: normal;
}
.info-window p {
  margin: 0;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
.info-window .btn, .info-window #selection-status a, #selection-status .info-window a {
  display: inline-block;
  margin-top: 10px;
}
.info-window .close {
  right: 10px;
  top: 10px;
  display: block;
  width: 27px;
  height: 23px;
  background: transparent url(/images/interface/ind/ind-close.png) no-repeat 0 0;
  cursor: pointer;
  z-index: 99;
}
.info-window img[align="right"] {
  position: absolute !important;
  right: 10px;
  top: 10px;
}

.region-window:after {
  content: '';
  display: block;
  position: absolute;
  left: 183px;
  bottom: -18px;
  width: 25px;
  height: 18px;
  background: transparent url(/images/interface/ind/ind-region-marker.png) no-repeat 0 0;
}

.fixed-window {
  position: absolute;
  left: 470px;
  top: 25px;
  z-index: 5;
}

.departure {
  height: 32px;
  padding: 0 0 7px 55px;
  background: transparent url(/images/interface/ind/ind-map-marker.png) no-repeat 0 0px;
  font-size: 13px;
  color: #000000;
}
.departure span {
  display: block;
  padding: 0 33px 0 0;
  background-color: #e4e4e4;
  line-height: 30px;
  vertical-align: middle;
}
.departure img[align="right"] {
  position: absolute !important;
  right: 5px;
  top: 5px;
  width: 23px;
}

.switch-buttons {
  right: 0px;
  top: -39px;
  z-index: 1;
  position: absolute;
  padding: 8px 20px 10px 20px;
  background-color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.switch-buttons .show-map {
  margin-right: 20px;
  border-right: 1px dashed #525252;
  padding-right: 20px;
}

.image-switch {
  display: block;
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 12px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.image-switch .fadeshow {
  border: 10px solid white;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.switch-buttons a {
  font-family: "Angelina";
  font-size: 22px;
  color: #000;
}

.switch-buttons a:hover {
  cursor: pointer;
  text-decoration: none;
}

.switch-buttons a.disabled {
  color: #039FDA !important;
}

.show-rotator {
  height: 379px !important;
}

#rj-map-container .rotator-buttons {
  bottom: -32px;
  display: block;
  z-index: 0;
}

.no-script {
  padding: 25px;
  background-color: #fff;
  left: 500px;
  z-index: 150;
  top: 300px;
  position: absolute;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.drive-times {
  position: absolute;
  bottom: 48px;
  left: 95px;
  font-size: 12px;
}

/*------------------------------------*\
	*07: UTILITY CLASSES
\*------------------------------------*/
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.clear {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.no-right-margin {
  margin-right: 0 !important;
}

.no-left-margin {
  margin-left: 0 !important;
}

.no-top-margin {
  margin-top: 0 !important;
}

.minus-top-margin-12 {
  margin-top: -12px !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.hot {
  cursor: pointer;
}

.border {
  border: 5px solid #fff;
}

.no-border {
  border: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.wait, body.wait * {
  cursor: progress !important;
}

/* Clearfix */
/* clearing technique */
.clearfix:after, .survey:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .survey {
  display: inline-block;
}

.self-clear:before, .self-clear:after {
  content: "";
  display: table;
}

.self-clear:after {
  clear: both;
}

.self-clear {
  *zoom: 1;
}

/********************* Colorbox *********************/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#colorbox > div {
  overflow: hidden;
}

#colorbox, #cboxWrapper, #cboxContent {
  background: url("../images/interface/bg/main-bg.jpg") repeat;
}

#colorbox, #cboxWrapper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  /*overflow:hidden;*/
}

#cboxContent img {
  max-height: 100%;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #fff;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxlightbox {
  cursor: pointer;
}

/*
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background-repeat: no-repeat !important;
  background-color: #000000 !important;
  background-position: center !important;
  opacity: 0.7 !important;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
}

#cboxMiddleLeft {
  width: 21px;
  height: 50px;
}

#cboxMiddleRight {
  width: 21px;
  height: 50px;
}

#cboxTopCenter {
  height: 21px;
  width: auto !important;
}

#cboxBottomCenter {
  height: 21px;
}

#cboxContent {
  color: #333;
  font-weight: normal;
  margin-left: auto;
}

#cboxPhoto {
  max-width: 600px;
  max-height: 600px;
}

#ie6 #cboxPhoto {
  width: 600px;
}

#cboxClose {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  background: #039FDA;
  padding: 5px 8px 5px 8px;
  width: 7px;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#cboxClose:hover {
  background-color: #088fc1;
  text-decoration: none;
}

#cboxLoadedContent {
  margin: 35px 0;
  -webkit-box-shadow: 3px 3px 11px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 3px 3px 11px rgba(50, 50, 50, 0.33);
  box-shadow: 3px 3px 11px rgba(50, 50, 50, 0.33);
}

#ie7 #cboxLoadedContent img, #ie8 #cboxLoadedContent img {
  width: 100% !important;
  height: 100% !important;
}

#cboxLoadedContent img {
  width: auto !important;
  max-width: 800px;
  height: auto !important;
  max-height: 450px;
  display: block;
  zoom: 1;
}

/*cboxTitle 'margin-left' and 'top' values set in javascript in Frontend.initLightbox() */
#cboxTitle {
  position: absolute;
  top: 0px;
  width: 100%;
  font-size: 1.8em;
  line-height: 1.2em;
  padding-top: 1px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal !important;
  color: #000;
}

#cboxTitleInner {
  margin: 0 auto;
  text-align: center;
}

#cboxCaptions {
  text-align: justify;
  display: inline;
}

h3#cboxHeading {
  width: 100%;
  color: #f88323;
  margin-bottom: 0;
}

#cboxDescription {
  width: 100%;
  font-weight: normal;
}

#cboxCurrent {
  display: none;
}

#cboxlightbox {
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  /* Width of arrow: 21px */
  height: 16px;
  /* Height before padding: 21px */
  display: inline-block;
  background-image: url(/images/interface/btn/sketch-left-arrow.png);
  background-repeat: no-repeat;
  font-size: 1.2em;
  font-weight: normal;
  color: #039FDA;
  padding-left: 40px;
  background-position: 0px 5px !important;
}

[lang="ja"] #cboxPrevious, [lang="zh-cn"] #cboxPrevious {
  font-weight: bold;
}

#cboxPrevious.hover {
  background-position: -123px -100px !important;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 75px;
  /* Width of arrow: 21px */
  height: 16px;
  /* Height before padding: 21px */
  display: inline-block;
  background-image: url(/images/interface/btn/sketch-right-arrow.png);
  background-repeat: no-repeat;
  font-size: 1.2em;
  font-weight: normal;
  color: #039FDA;
  padding-right: 40px;
  background-position: right 5px !important;
  text-align: right;
}

[lang="ja"] #cboxNext, [lang="zh-cn"] #cboxNext {
  font-weight: bold;
}

#cboxNext.hover {
  background-position: 62px -100px !important;
}

#cboxAddImage {
  position: absolute;
  bottom: -22px;
  padding-top: 6px;
  border-bottom: 1px dashed #333;
  padding-bottom: 9px;
  width: 100%;
}

#cboxAddImage strong {
  font-size: 1.2em;
}

#cboxAddImage .btn, #cboxAddImage #selection-status a, #selection-status #cboxAddImage a {
  position: absolute;
  right: 0;
  bottom: 8px;
}

.imageStatus {
  float: right;
  margin-right: 100px;
}

#cboxLoadingOverlay {
  background: url(/images/interface/lightbox/loading_background.png) center center no-repeat;
}

#cboxLoadingGraphic {
  background: url(/images/interface/lightbox/loading.gif) center center no-repeat;
}

/*fadeShow */
.fadeshow {
  height: 268px;
  width: 413px;
  overflow: hidden;
  position: relative;
  background-color: white;
}

.fadeshow img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 403px;
  height: 258px;
}

#rj-map-container .fadeshow img {
  width: 930px;
  height: 320px;
  -webkit-backface-visibility: hidden;
}

#rj-map-container .fadeshow {
  width: 931px;
  height: 320px;
  left: 0px;
}

/*video Holder */
.video-holder {
  width: 100%;
  height: 300px;
  border: 7px solid #ffffff;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
}

.video-container {
  display: block;
  padding: 0 0 13px;
  background: transparent url(/images/interface/bg/video-shadow.png) no-repeat right bottom;
}

.ajaxLoader {
  background-image: url(/images/interface/bg/ajax_loading_large.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center 110px !important;
}
.ajaxLoader .ui-datepicker-calendar {
  opacity: 0.1;
}

.block-out, .is-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.block-out-inner-wrapper, .block-out-inner, .is-loading:after {
  width: 140px;
  height: 200px;
  position: absolute;
}

.block-out-inner-wrapper {
  left: 41%;
  top: 30%;
  background: url(/images/interface/bg/ajax_loading_large_halo.png) no-repeat center center;
}

.block-out-inner, .is-loading:after {
  background: url(/images/interface/bg/ajax_loading_large.gif) no-repeat center center !important;
}

.is-loading {
  position: relative;
}
.is-loading:before {
  content: "";
  background-image: url(/images/interface/bg/ajax_loading_large_halo.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.is-loading:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Magicmemories Styles */
/* Window */
.modalDialog_transparentDivs {
  background-color: #D3D3D3;
  filter: alpha(opacity=30);
  /* Transparency */
  opacity: 0.3;
  /* Transparency */
  padding: 0px;
  margin: 0px;
  z-index: 999;
  position: absolute;
  /* Always needed	*/
}

/* Box */
.modalDialog_contentDiv_loading {
  border: 0px solid #666666;
  margin: 0px;
  z-index: 100;
  /* Always needed	*/
  position: absolute;
  /* Always needed	*/
  background-color: #333333;
  filter: alpha(opacity=40);
  /* Transparency */
  opacity: 0.4;
  /* Transparency */
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}

.loading_holder {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 20px;
}

/* BUTTON CLOSE VP */
.container-close-vp {
  position: absolute;
  top: -25px;
  left: 634px;
  outline: none;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #EEEEEE;
  text-decoration: none;
}

/* END Magicmemories Styles */
.survey {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0 30px;
}

.survey__lightbox #cboxLoadedContent {
  box-shadow: none;
  margin-bottom: 0;
}

.survey__option-item {
  vertical-align: top;
  margin: 20px 20px 0 0;
  float: left;
}

.survey__option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px;
  height: 50px;
  overflow: visible;
  border: none;
}

/*------------------------------------*\
	*08: PRINT STYLES
\*------------------------------------*/
@media print {
  body, h3, .h3, h4, .h4, h5, .h5, a {
    font-family: Arial, sans-serif;
  }

  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after, a[href^="/"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

  .contact-details dt {
    font-weight: bold;
  }

  h1, h2, #sidebar .navigation a, .h1, .h2, blockquote p, #sidebar h3, #page-tab-menu a, .homepage-message p, .main-promo .pod-right p, #footer .navigation h3 {
    font-family: Arial, sans-serif;
  }

  #navigation, .send-to-friend, .main-promo .pod-right, #access-keys, #header {
    display: none;
  }

  .social-buttons, textarea, .orbit-wrapper, .more-experiences {
    display: none;
  }

  blockquote {
    border: none;
  }

  #content {
    page-break-after: always;
    width: 690px;
    margin-top: 0px;
  }

  a {
    font-weight: bold;
    text-decoration: none;
  }

  #main-content .map-locations li {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }

  .question:before {
    content: "Question: ";
  }

  .question {
    font-weight: bold;
  }

  .breadcrumbs {
    display: none;
  }

  #main-content {
    width: 690px;
    border: none;
  }

  #main-content .faq li .answer {
    display: block;
  }

  #main-content .faq li .answer p {
    font-style: italic;
  }

  .answer:before {
    content: "Answer: ";
  }

  .experience .left {
    content: "Inclusions: ";
  }

  #photo-album {
    top: 0px !important;
    display: none;
  }

  .rotator-image, .border, .image-container img {
    border: 2px solid grey;
  }

  .rotator-image {
    -webkit-transform: rotate(0deg) !important;
    left: 0px !important;
    top: 0px !important;
  }

  .caption {
    display: none;
  }

  #photo-album .fadeshow {
    -webkit-transform: rotate(0deg) !important;
  }

  #photo-album .fadeshow img {
    width: 690px;
  }

  .pod-main.book-experience, .pod-main.chat, .pod-main .email, #filter-panel {
    display: none;
  }

  #sidebar, .tripadvisor-wrap {
    width: 690px;
  }

  .choose-date, .homepage .special-pods .view-all {
    display: none;
  }

  .pod-main .left {
    border: none;
    width: 550px !important;
  }

  .pod-main {
    page-break-inside: avoid;
  }

  #rj-map {
    width: 710px !important;
  }

  #rj-map-options {
    display: none !important;
  }

  .info-window.region-window {
    background: #333333 !important;
    left: 15px !important;
  }

  .col, .badges, .go-btn, #main-content .main-promo {
    display: none !important;
  }

  #footer .horizontal {
    display: block !important;
  }

  #footer .navigation {
    border: none;
    border-top: 1px dashed #969696;
    padding-top: 20px;
    width: 690px;
  }

  .listing #main-content, #left-sidebar {
    width: 690px;
    height: 100%;
  }

  #main-content .main-promo {
    width: 690px;
  }

  .homepage .promo-pod, .homepage .special-pods {
    width: 690px;
    page-break-inside: avoid;
    border-top: 1px dashed grey;
    padding-top: 20px;
  }

  .homepage .special-pods img {
    width: 60px;
    height: 60px;
  }

  .homepage .pod-main.special {
    padding-bottom: 20px;
  }

  .homepage .special-pods {
    height: 160px !important;
    overflow: hidden;
    padding-bottom: 10px;
  }

  .homepage .pod-main.special a {
    position: relative;
    top: 30px;
    left: 15px;
  }

  .homepage .sub-title {
    margin: 20px 0px 20px 0px;
  }

  .main-promo .pod-left, .main-promo .pod-right {
    width: 345px !important;
    border: none !important;
  }

  .main-promo .pod-left .fadeshow img {
    width: 325px !important;
    height: 200px;
  }

  .pod-main.special {
    padding: 0px;
  }

  #container #header .header-main .inner .logo {
    display: block !important;
    background-image: url("../images/interface/logo/real-journeys-black.png");
    background-color: red;
  }

  #header {
    display: block;
    height: 75px;
  }

  #header .header-top {
    display: none;
  }

  #header .header-main:before {
    content: url("../images/interface/logo/real-journeys-black.png");
  }

  .glue-header-bg, .photo-album-bg {
    display: none !important;
  }

  #header #navigation {
    display: none;
    color: #000000;
  }

  #rj-map-container {
    margin-top: 50px;
    height: 50px;
  }

  #rj-map-container .image-switch {
    -webkit-transform: rotate(0deg) !important;
  }

  #rj-map-container .fadeshow img {
    width: 690px;
    height: 250px;
  }

  #rj-map-container .switch-buttons {
    display: none;
  }

  .payment-steps {
    display: none;
  }

  .fadeshow {
    display: none;
  }

  .rotator-buttons {
    display: none;
  }

  .experiences-from {
    display: none;
  }

  #footer {
    display: none;
  }

  .back-top-top {
    display: none;
  }

  .footer-top {
    display: none;
  }

  .specials {
    top: 50px !important;
    page-break-after: avoid;
  }

  .ico {
    background-image: url("/images/interface/bg/ExperienceIcons.png") !important;
    background-repeat: no-repeat !important;
  }

  .coach {
    background-position: -4px 0px !important;
  }

  .cruise {
    background-position: -51px 0px !important;
  }

  .ferry {
    background-position: -51px 0px !important;
  }

  .heli {
    background-position: -100px 0px !important;
  }

  .plane {
    background-position: -148px 0px !important;
  }

  .dining {
    background-position: -198px 0px !important;
  }

  .picnic {
    background-position: -247px 0px !important;
  }

  .caves {
    background-position: -296px 0px !important;
  }

  .walks {
    background-position: -344px 0px !important;
  }

  .farmtour {
    background-position: -486px 0px !important;
  }

  .horsetrek {
    background-position: -534px 0px !important;
  }

  .cycling {
    background-position: -582px 0px !important;
  }

  .bbq {
    background-position: -632px 0px !important;
  }

  .rentals {
    background-position: -726px 0px !important;
  }

  .kayaking {
    background-position: -774px 0px !important;
  }

  .rafting {
    background-position: -821px 0px !important;
  }

  .accommodation {
    background-position: -919px 0px !important;
  }

  .shopping-cart .detail-summary {
    float: left;
    border-left: 0px;
    padding-left: 0px;
  }

  #header.minimal {
    height: 90px !important;
  }

  #ajax-container {
    border: red solid 1px;
  }

  .shopping-cart .pod-main .pair h4 {
    left: auto;
    margin-left: 10px !important;
  }

  .shopping-cart .inclusions {
    min-width: 660px;
  }
  .shopping-cart .inclusions .icon-list .inclusions {
    min-width: 0;
  }

  .shopping-cart .inclusions .icon-list {
    display: none;
  }
}
