/*------------------------------------*\
	*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;
}

.cursor-default {
  cursor: default;
}

/* Clearfix */
/* clearing technique */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  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;
}

#colorbox, #cboxWrapper, #cboxContent {
  background: url("/images/microsites/DC/interface/bg/lightbox_bg.gif") repeat;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxLoadedContent {
  overflow: auto;
  border: none;
}

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#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;
}

#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: -30px;
  right: 0px;
  background: url('/images/microsites/DC/interface/btn/lightbox-close.1585181520.jpg') no-repeat;
  height: 30px;
  width: 30px;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-color: #088fc1;
  text-decoration: none;
}

#cboxLoadedContent {
  margin: 35px 0 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: 10px;
  font-size: 2.5em;
  line-height: 1.8em;
  padding-top: 1px;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  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 {
  background: url('/images/microsites/DC/interface/bg/bg-rotator-controls.1585181520.png') no-repeat;
  width: 127px;
  height: 40px;
  font-size: 14px;
  padding: 18px 0 0 40px;
  margin: 0 auto;
  float: none !important;
  color: #0f0f0c;
}

#cboxlightbox {
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100px;
  /* Width of arrow: 21px */
  height: 19px;
  /* Height before padding: 21px */
  display: inline-block;
  background: url('/images/microsites/DC/interface/btn/btn-rotator-prev.1585181520.png') no-repeat;
  font-size: 18px;
  font-weight: normal;
  color: #91240e;
  padding-left: 55px;
  background-position: 0px 5px !important;
}

#cboxPrevious:hover {
  background: url('/images/microsites/DC/interface/btn/btn-rotator-prev-hover.1585181520.png') no-repeat;
}

#cboxNext {
  position: absolute;
  bottom: 40px;
  right: 0px;
  width: 95px;
  /* Width of arrow: 21px */
  height: 19px;
  /* Height before padding: 21px */
  display: inline-block;
  background: url('/images/microsites/DC/interface/btn/btn-rotator-next.1585181520.png') no-repeat;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: normal;
  color: #91240e;
  padding-right: 55px;
  background-position: right 5px !important;
  text-align: right;
}

#cboxNext:hover {
  background: url('/images/microsites/DC/interface/btn/btn-rotator-next-hover.1585181520.png') no-repeat;
}

#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;
}

#cboxCaption {
  position: absolute;
  left: 20px;
  top: 50px;
}

/*fadeShow */
.fadeshow {
  height: 268px;
  width: 413px;
  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,
.ajaxLoader:before {
  background-image: url(/images/microsites/DC/interface/bg/ajax_loading_small.png);
  background-repeat: no-repeat;
  background-position: center 110px !important;
  z-index: 4;
}
.ajaxLoader .ui-datepicker-calendar,
.ajaxLoader:before .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, .is-loading:after {
  background: url(/images/microsites/DC/interface/bg/ajax_loading_large.png) no-repeat !important;
  width: 140px;
  height: 200px;
  position: absolute;
  left: 41%;
  top: 30%;
}

.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;
}

.valign:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.valign .valign__text {
  display: inline-block;
  vertical-align: middle;
}

.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-15 {
  margin-top: 15px !important;
}

.mar-top-20 {
  margin-top: 20px !important;
}

.mar-top-30 {
  margin-top: 30px !important;
}

/*--- LISTS ---*/
ul, ol {
  padding: 0;
  margin: 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: #91240e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #91240e;
  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;
}

/************* Booking Form Styles***************/
.booking-form {
  width: 605px;
  padding-top: 15px;
  margin: 10px 0 60px 0;
}

.booking-form h3 {
  margin: 0px 0px 20px;
  font-size: 24px;
}

.booking-form .pod-main hr {
  margin: 10px 0px 10px 0px;
}

.booking-form .pod-main {
  padding: 20px;
}

.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;
}

/*Booking Forms*/
.booking-form .pod-main p {
  margin: 5px 0px 0px 0px;
  font-size: 12px;
}

.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: #000000;
}

.datepicker {
  width: 210px;
  padding: 9px;
  margin-top: 10px;
  color: #91240e;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url("/images/microsites/DC/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: url('/images/microsites/DC/interface/btn/btn-calendar-left.1585181520.png') no-repeat;
  width: 19px;
  height: 37px;
  margin-left: 20px;
  display: inline-block;
  float: left;
}

.datepicker-prev:hover {
  cursor: pointer;
}

.datepicker-next {
  background: url('/images/microsites/DC/interface/btn/btn-calendar-right.1585181520.png') no-repeat;
  width: 19px;
  height: 37px;
  display: inline-block;
  margin-right: 20px;
  float: right;
}

.datepicker-next:hover {
  cursor: pointer;
}

.choose-date .error {
  position: absolute;
  z-index: 2;
  background: pink;
  color: red;
}

.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 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  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 {
  float: left;
  text-align: left;
  clear: left;
  display: none;
}

.booking-form .pod-main .inclusion-detail h5 {
  margin: 10px 0px 0px 0px;
}

.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;
}

#main-content .booking-timetable .booking-detail .pricing-wrap .btn, #main-content .booking-timetable .booking-detail .pricing-wrap #selection-status a, #selection-status #main-content .booking-timetable .booking-detail .pricing-wrap a {
  background: url('/images/microsites/DC/interface/btn/booking-btn-select.1585181520.jpg') no-repeat;
  width: 162px;
  height: 31px;
  font-weight: normal !important;
  font-family: "Georgia";
  font-style: italic;
  color: #9b2701;
  padding-top: 5px;
}
#main-content .booking-timetable .booking-detail .pricing-wrap .btn:hover, #main-content .booking-timetable .booking-detail .pricing-wrap #selection-status a:hover, #selection-status #main-content .booking-timetable .booking-detail .pricing-wrap a:hover {
  background: url('/images/microsites/DC/interface/btn/booking-btn-select-hover.1585181520.jpg') no-repeat;
  color: #fff;
}

#main-content .booking-timetable .booking-detail .pricing-wrap .cancel {
  font-size: 12px;
  font-family: "Open Sans";
  font-style: normal;
}

#main-content .confirmation-summary span {
  font-size: 12px;
  font-weight: normal;
}

.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: #9b2701 !important;
  color: #fff !important;
}

#main-content .booking-timetable .confirmation-edit a {
  font-size: 13px;
}

.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 .detail {
  padding-left: 30px;
  font-size: 14px;
}

.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;
  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: block;
  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 {
  font-size: 12px;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-style: normal;
}

.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;
  margin: 0;
  text-align: right;
}
.contact-form label strong {
  color: #ff0000;
}
.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 .error-text {
  width: 145px;
  padding-top: 20px;
  text-align: left;
  float: right;
}
#main-content .pod-main .contact-form ul {
  padding: 0px;
}
#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;
}

.contact-form h2 span strong, form .error-text {
  color: red;
  font-size: 12px;
}

.contact-form.send-friend label {
  width: 120px;
}

.contact-form.image-selection label {
  width: 87px;
}

.contact-form .h5 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 15px;
}

.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 {
  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, .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;
}

.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 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;
}

.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: none;
  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;
}

.contact-form .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: 100%;
  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;
}

/*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: 143px;
}

#top-bar {
  height: 40px;
  width: 100%;
}

#sidebar {
  width: 300px;
}

#left-sidebar {
  margin-right: 35px;
  width: 300px;
  float: left;
  clear: both;
}

#navigation {
  z-index: 2;
}

#page {
  width: 960px;
  position: relative;
}

.wrapper {
  width: 1058px;
  margin: 0 auto;
}

.content-wrapper {
  position: relative;
  top: -1px;
}
.content-wrapper:before, .content-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background: url('/images/microsites/DC/interface/bg/bg-sprite.1585181520.png') no-repeat 0 0;
}
.content-wrapper:before {
  left: -252px;
  top: 0;
  width: 291px;
  height: 598px;
}
.content-wrapper:after {
  right: -190px;
  top: 0;
  width: 219px;
  height: 203px;
  background-position: -291px -395px;
}

#content {
  background: url('/images/microsites/DC/interface/bg/bodycopy_bg.1585181520.png') repeat-y;
  padding: 0 49px 0 49px;
  width: 960px;
  z-index: 3;
  position: relative;
}

.content-head-home {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1069px;
  min-height: 510px;
  max-height: 675px;
  background: url('/images/microsites/DC/interface/bg/bodycopy_header_bg.1585181520.png') -9px 0 no-repeat;
  padding-bottom: 1px;
  top: 0px;
}

.content-head {
  position: relative;
  z-index: 5;
  /* SWT Bug 18860-14378 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1069px;
  min-height: 460px;
  max-height: 675px;
  background: url('/images/microsites/DC/interface/bg/bodycopy_header_bg.1585181520.png') -9px 0 no-repeat;
  padding-bottom: 1px;
  padding-top: 25px;
}
.content-head:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 240px;
  right: -430px;
  width: 860px;
  height: 240px;
  display: block;
  background: url("/images/microsites/DC/interface/bg/bg_feather.png") no-repeat;
}

.home-feather {
  background: url("/images/microsites/DC/interface/bg/bg_feather.png") no-repeat;
  width: 860px;
  position: absolute;
  height: 300px;
  right: -500px;
  z-index: -1;
  bottom: 50px;
}

.content-btm {
  background: url('/images/microsites/DC/interface/bg/bodycopy_bottom_bg.1585181520.png') 2px 0 no-repeat;
  height: 59px;
  position: relative;
  z-index: 2;
}

.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***/
.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/* 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;
}
ul.listing p {
  margin: 10px 0;
}
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;
}

#content ul.home-listing li:first-child {
  margin-left: 0;
}
#content ul.home-listing li:nth-child(2n) {
  border-right: 1px dashed #919191;
  padding-right: 15px;
}

ul.grid {
  padding: 5px 0;
  position: relative;
}
ul.grid li {
  float: left;
  width: 289px;
  padding: 0 15px 20px 20px;
  border-right: 1px dashed #919191;
  border-width: 0 1px 1px 0;
}
ul.grid li:first-child {
  margin-left: -15px;
}
ul.grid li:nth-child(2n) {
  border-right: none;
  padding-right: 0;
}
ul.grid li a:hover img {
  border-color: #91240e;
}
ul.grid li a:focus {
  outline: none;
}
ul.grid li a h3 {
  color: #91240e;
}
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 {
  min-height: 520px;
}

#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;
}

.social-media-light {
  list-style: none;
}
.social-media-light li {
  margin-right: 3px;
}
.social-media-light a {
  display: block;
  width: 29px;
  height: 30px;
  background: url('/images/microsites/DC/interface/ico/social-s2d8e9012e4.png');
}
.social-media-light a:focus {
  outline: none;
}
.social-media-light a:hover {
  opacity: 0.85;
}
.social-media-light .facebook {
  background-position: 0 -180px;
}
.social-media-light .flickr {
  background-position: 0 -120px;
}
.social-media-light .instagram {
  background-position: 0 -60px;
}
.social-media-light .pinterest {
  background-position: 0 -90px;
}
.social-media-light .twitter {
  background-position: 0 -150px;
}
.social-media-light .youku {
  background-position: 0 -30px;
}
.social-media-light .youtube {
  background-position: 0 0;
}

#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;
}

p.error p {
  width: 215px !important;
  text-align: center !important;
  padding: 10px;
  position: absolute;
  z-index: 4;
  background-color: #ffffff;
  left: 0px;
  top: 50px;
  height: 150px;
  color: #3F3F3F;
}

.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"] {
  padding: 10px;
}
.pod-pagination-combo .pod-main ul li select, .pod-pagination-combo .pod-main ul li input[type="search"] {
  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;
}

.grid h1 {
  width: 620px;
}

.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;
}

.error-message {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-message h3 {
  font-family: "Sketch Block";
  font-weight: normal;
  text-alignment: centered;
}
.error-message .clear-btn {
  background: none repeat scroll 0 0 #91240e;
  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;
}

.grids .list-inline.pod-pagination-pages {
  margin-top: 10px;
  margin-bottom: 0;
}

.pod-pagination {
  overflow: hidden;
}

/*------------------------------------*\
	*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;
  }

  .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;
  }

  #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-main {
    background: #000000 !important;
  }

  #header .header-top {
    display: none;
  }

  #header .header-main:before {
    content: url("../images/interface/logo/real-journeys-black.png");
  }

  .photo-album-bg.fern {
    display: none;
  }

  .homepage .photo-album-bg, .glue-header-bg, .photo-album-bg.feather,
  .photo-album-bg.seagrass, .photo-album-bg.pebbles {
    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;
  }

  .payment-steps {
    display: none;
  }
}
/*------------------------------------*\
    $THEME
\*------------------------------------*/
/**
 * Colour Swatch
 */
/*--- 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;
}

@font-face {
	font-family: "Aquiline Two";
	src: url('/fonts/microsites/aquilinetwo/aquilinetwo-webfont.eot');
	src: url('/fonts/microsites/aquilinetwo/aquilinetwo-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/microsites/aquilinetwo/aquilinetwo-webfont.woff') format('woff'),
		 url('/fonts/microsites/aquilinetwo/aquilinetwo-webfont.ttf') format('truetype'),
		 url('/fonts/microsites/aquilinetwo/aquilinetwo-webfont#AquilineTwo') 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: #423b35;
  line-height: 1.3;
  background: url('/images/microsites/DC/interface/bg/main-bg.1585181520.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 {
  font-family: "Aquiline Two", Georgia, Times New Roman, serif;
}

h2, .h2, h3, .h3, h4, .h4 {
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
}

.h3-sketch {
  font-family: "Sketch Block";
}

blockquote p {
  font-family: Georgia, Times New Roman, serif;
}

.homepage-message p, .main-promo .pod-right p {
  font-family: "Aquiline Two", Georgia, Times New Roman, serif;
}

/*--- LINKS ---*/
a {
  color: #91240e;
  text-decoration: none;
  color: #91240e;
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
}

.serif-italic {
  font-style: italic;
  font-family: Georgia, Times New Roman, serif;
}

/*Font Colors*/
h1, .h1, h2, .h2 {
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: -2px;
}

.blue {
  color: #91240e !important;
}

.green {
  color: #659006 !important;
}

.grey {
  color: #3f3f3f !important;
}

.black {
  color: #525252 !important;
}

/* Font Sizes */
/* Headings */
h1, .h1 {
  font-size: 46px;
  margin: 0px 0px 40px 0px;
  display: block;
  clear: both;
  text-align: left;
  color: black;
}

h2, .h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #423b35;
}

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: normal;
  margin: 10px 0px 10px 0px;
}

h5, .h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}

.delta {
  font-size: 28px;
}

p {
  margin: 1em 0;
  font-weight: normal;
  font-size: 14px;
}

p.large {
  font-size: 16px;
}

.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;
}

.homepage-message, .pod-left span, .main-promo .pod-right p {
  font-size: 2.0em;
}

.show-note h3 {
  font-size: 25px;
  color: #91240e;
  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;
}

/*Pod Promo Headings*/
.pod h3 {
  font-size: 24px;
  color: #525252;
}

.pod.special h2 {
  font-size: 24px;
  color: #fff;
}

.listing h5 {
  margin-top: 0px;
}

.availability .pod-main h3 {
  color: #91240e;
}

.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: 16px;
}
.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;
  list-style-type: decimal;
}
.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;
}
.body-text li, .review-listing li {
  list-style-type: none;
}

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: #91240e;
}

.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: #d6c9a7;
}

#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;
}

/* Table Styling */
#main-content table th {
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  color: #000;
  font-size: 20px;
  font-weight: normal;
}

#main-content td {
  font-size: 16px;
}
#main-content td span {
  font-weight: bold;
}
#main-content td a {
  font-size: 18px;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
}

/* List Styling */
ul, ol {
  margin-left: 18px;
}
ul li, ol li {
  font-size: 14px;
}

/*Sitemap Typography */
#content .sitemap .sitemap__one a {
  font-size: 22px;
}
#content .sitemap .sitemap__two {
  margin-left: 20px;
}
#content .sitemap .sitemap__two a {
  font-size: 18px;
}

/* Specials Pod */
.pod-special-heading {
  font-family: Georgia, Times New Roman, serif;
  font-size: 30px;
  font-style: italic;
}

.pod-special .pod-special-left span {
  font-size: 38px;
  color: #91240e;
}
.pod-special .pod-special-left span span {
  font-size: 20px;
}
.pod-special .pod-special-right span {
  font-size: 20px;
}
.pod-special .pod-special-right span p {
  font-style: italic;
}

.small-footer-text {
  font-size: 10px;
}

.btn, #selection-status a, .large-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-width: 65px;
  padding: 5px 8px;
  border: none;
  text-align: center;
  font-family: Georgia, "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  background: #9c1904;
  cursor: pointer;
}
.btn:hover span, #selection-status a:hover span, .large-btn:hover span {
  text-decoration: underline;
}
.btn:hover, #selection-status a:hover, .btn.selected, #selection-status a.selected, .large-btn:hover, .large-btn.selected {
  background: #a92f07;
  text-decoration: none;
}
.btn.selected, #selection-status a.selected, .large-btn.selected {
  cursor: default;
}

.btn--ico {
  position: relative;
  display: inline-block;
  color: #91240e;
}
.btn--ico:hover {
  color: #fff;
}

.btn-cruise {
  display: block;
  width: 243px;
  font-size: 18px;
}
.btn-cruise span {
  background: url('/images/microsites/DC/interface/btn/btn_cruise.1585181520.png') 0 4px no-repeat;
  display: inline-block;
  padding-left: 60px;
}
.btn-cruise span:hover {
  text-decoration: underline;
}

.btn-graphic {
  background: url('/images/microsites/DC/interface/btn/btn_cruise_graphic.1585181520.png') no-repeat;
  width: 280px;
  height: 60px;
  padding: 32px 0 0 32px;
}
.btn-graphic:hover {
  background: url('/images/microsites/DC/interface/btn/btn_cruise_graphic_hover.1585181520.png') no-repeat;
  color: white;
}
.btn-graphic:hover span {
  background: url('/images/microsites/DC/interface/btn/btn_cruise_hover.1585181520.png') 0 4px no-repeat;
}

.btn--simple {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  min-width: 65px;
  padding: 5px 8px;
  font-family: Georgia, "Open Sans", "Helvetica Neue", Arial, sans-serif;
  background: #9c1904;
  color: #ffffff;
}
.btn--simple:hover, .btn--simple.selected {
  background: #dccfad;
  color: #000000;
  text-decoration: none;
}
.btn--simple.selected {
  cursor: default;
}

.text-right .btn, .text-right #selection-status a, #selection-status .text-right a {
  display: inline-block;
  padding: 5px 10px 5px 9px;
  background: #039fda;
  font-size: 1.4em;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #91240e;
  color: #fff;
}
.text-right .btn:hover, .text-right #selection-status a:hover, #selection-status .text-right a:hover {
  text-decoration: none;
  background: #a92f07;
}

#content .booking-pod {
  background: url('/images/microsites/DC/interface/bg/booking-cruise-mid.1585181520.png') repeat-y !important;
  width: 623px;
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
  padding: 0;
  border-radius: 0;
}
#content .booking-pod:before {
  content: ' ';
  background: url('/images/microsites/DC/interface/bg/booking-cruise-top.1585181520.png') no-repeat;
  height: 167px;
  width: 623px;
  display: block;
  position: absolute;
  top: -24px;
}
#content .booking-pod:after {
  content: ' ';
  background: url('/images/microsites/DC/interface/bg/booking-cruise-btm.1585181520.png') no-repeat;
  display: block;
  position: absolute;
  bottom: -40px;
  width: 623px;
  height: 76px;
  z-index: -1;
}
#content .booking-pod .booking-content {
  padding: 1px 30px 0 30px;
  position: relative;
}
#content .booking-pod .booking-content .inclusions p {
  font-weight: bold;
  text-align: center;
}
#content .booking-pod .booking-content .inclusions .additionCross {
  font-size: 27px;
  top: 7px;
  right: 6px;
}
#content .booking-pod .booking-content .price-wrap {
  text-align: right;
  float: right;
}
#content .booking-pod .booking-content .price-wrap .price {
  font-family: Georgia, Times New Roman, serif;
  font-weight: bold;
  font-size: 22px;
}
#content .booking-pod .booking-content .choose-date-btn {
  background: url('/images/microsites/DC/interface/btn/booking-btn.1585181520.png') no-repeat;
  width: 103px;
  height: 60px;
  display: block;
  clear: both;
  padding: 13px 0 0 0;
  font-size: 16px;
  color: #91240e;
}
#content .booking-pod .booking-content .choose-date-btn:hover {
  background: url('/images/microsites/DC/interface/btn/booking-btn-hover.1585181520.png') no-repeat;
  color: white;
  text-decoration: none;
}
#content .booking-pod .booking-content .book-now {
  background: #91240e;
  border-radius: 2px;
  color: white;
}
#content .booking-pod .booking-content .book-now:hover {
  text-decoration: none;
  background: #a92f07;
}
#content .booking-pod .booking-content .choose-date {
  float: right;
  text-align: center;
}

ul.gallery-list {
  border-bottom: 1px dashed #919191;
}
ul.gallery-list li {
  width: 195px;
  border-right: none;
  padding: 0 17px 10px 0;
}
ul.gallery-list li:nth-child(2n) {
  padding-right: 17px;
}
ul.gallery-list li:nth-child(3n) {
  padding-right: 0;
}
ul.gallery-list li a {
  display: block;
}
ul.gallery-list li a:hover img {
  border-color: white;
}
ul.gallery-list li
.first {
  clear: none;
}
ul.gallery-list .image-container {
  display: block;
  position: relative;
}
ul.gallery-list .image-container:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNiqAcAAIgAgoGu+rEAAAAASUVORK5CYII=');
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  content: ' ';
  width: 190px;
  height: 120px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}
ul.gallery-list .image-container:hover:before {
  display: block;
}
ul.gallery-list .image-container:after {
  z-index: 5;
  content: ' ';
  width: 27px;
  height: 28px;
  position: absolute;
  top: 50px;
  left: 85px;
  display: none;
}
ul.gallery-list .image-container:hover:after {
  display: block;
}

#main-content .gallery-list li:first-child {
  margin-left: 0;
}

.image-gallery .image-container:after {
  background: url('/images/microsites/DC/interface/ico/gallery-hover.1585181520.png') no-repeat;
}

.video-gallery .image-container:after {
  background: url('/images/microsites/DC/interface/ico/gallery-hover.1585181520.png') 0 -27px no-repeat;
}

.grid.ExperiencesListingPage li:nth-child(3n) {
  padding-right: 0;
  border-right: none;
}

/*------------------------------------*\
	*03: CUSTOM COMPONENT CSS
\*------------------------------------*/
.breadcrumbs a,
.breadcrumbs span {
  padding: 0px 2px 0px 2px;
  font-size: 1.4em;
}

.breadcrumbs li {
  float: left;
}

.header-bot-wrap {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.header-bot {
  height: 45px;
}

.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;
}

.promotion, .Promotion {
  color: #91240e;
  font-weight: bold;
}

/*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;
}

.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 */
#footer ul, #footer ol {
  margin: 0;
  padding: 0;
}
#footer ul li {
  list-style-type: none;
}

.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: #91240e;
  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: 620px;
  float: right;
}

.breadcrumbs {
  clear: both;
}

.breadcrumbs.destinations {
  position: relative;
  top: 415px;
}

/* Margin & Padding Presets */
#sidebar {
  float: right;
}

.booking-notes p {
  font-size: 12px;
  line-height: 1.4;
}

.booking-notes ul {
  margin: 0 0 0 15px;
}

.booking-notes ul li {
  list-style-type: disc;
}

#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 {
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  display: inline-block;
  max-width: 125px;
  margin-right: 20px;
  padding: 0px 5px 0px 5px;
  outline: none;
  color: #9c1904;
  text-decoration: 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 {
  background: none;
  color: #000;
}

.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 .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: 345px;
  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;
}

.two-col {
  display: table;
}

.two-col li {
  float: left;
}

/* 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;
}

#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;
}
#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: #91240e;
  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: #91240e;
  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: 0;
  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: 0;
}

.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 #ebe1c4;
  -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);
}

/*Glue backgrounds */
.homepage .glue-header-bg {
  top: 0;
}

.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: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.summary-box-wrap {
  background: url('/images/microsites/DC/interface/bg/order-summary-bg.1585181520.jpg') repeat-y;
  width: 300px;
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
  padding: 0;
  top: 0;
}
.summary-box-wrap:before {
  content: '';
  background: url('/images/microsites/DC/interface/bg/order-summary-top.1585181520.png') no-repeat;
  display: block;
  width: 300px;
  height: 200px;
  position: absolute;
  top: -24px;
}
.summary-box-wrap:after {
  content: ' ';
  background: url('/images/microsites/DC/interface/bg/order-summary-btm.1585181520.png') no-repeat;
  display: block;
  position: absolute;
  bottom: -23px;
  width: 300px;
  height: 76px;
  z-index: -1;
}

#content #sidebar #summarybox {
  position: relative;
  top: 0;
  padding: 10px 0px 22px 0px;
  width: 302px;
  min-height: 200px;
  margin-top: 20px;
  background: none;
}

#content #sidebar #summarybox .form-section {
  overflow: hidden;
  border-bottom: 1px dashed #8B8B81;
  display: block;
  padding: 0px 15px 10px 15px;
  width: 272px;
}

#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: 180px;
  float: left;
}
#content #sidebar #summarybox .form-section .section-summary a {
  font-family: "Georgia";
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}

#content #sidebar #summarybox .form-section.active {
  background: url('/images/microsites/DC/interface/bg/order-summary-hover.1585181520.jpg') repeat;
}

#content #sidebar #summarybox .detail {
  width: 210px;
  float: left;
}

#content #sidebar #summarybox h2 {
  padding: 0 20px;
  margin: 0;
}

#content #sidebar #summarybox .total-summary h2 {
  padding-left: 0px;
}

#content #sidebar #summarybox h5 {
  color: #91240e;
}

#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: 13px;
  float: right;
}
#content #sidebar #summarybox .total-summary h3 {
  font-family: "Georgia";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

#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: "Georgia";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
}

#fb-root div {
  top: -9000px !important;
}

.confirmed .confirmation-summary {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
}

.confirmation-summary span {
  float: left;
  margin-top: 12px;
}

.confirmation-summary h2 {
  float: left;
  margin: 0px 0px 0px 15px;
  color: #fff;
  font-size: 23px;
}

.confirmation-edit .edit, .confirmation-edit .remove {
  color: #fff;
}

.confirmation-edit .edit {
  background: url('/images/microsites/DC/interface/bg/booking-form-edit.1585181520.jpg') top left no-repeat;
  height: 20px;
  display: inline-block;
  padding-left: 20px;
  padding-top: 5px;
  margin-top: 5px;
}

.confirmation-edit .remove {
  background: url('/images/microsites/DC/interface/bg/booking-form-edit.1585181520.jpg') 0px -32px 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;
  list-style-type: none;
}
.payment-steps li a {
  color: #3f3f3f;
}
.payment-steps li.active {
  font-weight: bold;
}
.payment-steps .spacer {
  padding: 15px 35px 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 {
  overflow: hidden;
}
.shopping-cart .detail-wrap {
  display: inline-block;
  float: left;
  width: 440px;
  padding-right: 20px;
  border-right: 1px dashed #919191;
  border-left: 1px dashed #919191;
}
.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-left,
.shopping-cart .detail-right {
  margin-top: -10px;
}
.shopping-cart .detail-summary {
  width: 200px;
  float: right;
  text-align: left;
  bottom: 10px;
  right: 20px;
}
.shopping-cart .detail-summary ul {
  margin: 0;
  padding: 0;
  border-top: none;
  list-style: none;
}
.shopping-cart .detail-summary ul > li {
  padding: 0 0 5px;
}

.shopping-cart .detail-summary
.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;
}

.shopping-cart .pair {
  margin: 0px;
}

.shopping-cart .pod-main .pair h4 {
  position: relative;
  bottom: -9px;
  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 0 0px;
}

.shopping-cart .previous-step {
  margin-right: 20px;
}

.shopping-cart .previous-step, .shopping-cart .continue {
  float: left;
}

.shopping-cart .checkout {
  float: 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 ul {
  list-style: none;
}
.order .promo-code em {
  font-size: 10px;
}
.order .promo-code p {
  margin-top: 5px;
}
.order input[type="text"] {
  padding: 5px 10px 5px 10px;
  width: 120px;
  margin-right: 20px;
}
.order .order-summary {
  float: right;
  text-align: right;
}
.order .order-summary ul {
  margin: 0px;
  margin-right: 19px;
  padding-right: 1px;
  list-style: none;
}

.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 {
  float: right;
}

.shopping-cart-buttons a {
  cursor: pointer;
  background-image: url("/images/microsites/dc/interface/ico/cart-buttons.png");
  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 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: 23px;
  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: #91240e;
  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 135px bottom;
}
.image-container .image-container-inner {
  display: block;
}
.image-container img {
  display: block;
  border: 5px solid #eae4d4;
}
.image-container.full-shadow {
  background: transparent url(/images/interface/bg/image-full-shadow.png) no-repeat bottom;
}

.image-container a img:hover {
  border: 5px solid #91240e;
}

.listing.stacked .image-container {
  margin-right: 18px;
}

/* RTE Images (Image Macro, Image-Text Macro, Gallery Link) */
.body-text .image-wrap {
  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 .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;
}

/* 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;*/
}

#main-content .body-text table td, #main-content .body-text table th {
  font-size: 14px;
}

.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;
}

/* Table */
.body-text table {
  border-bottom: 5px solid #b89b6e;
  text-align: left;
  width: 638px;
}
.body-text table th {
  padding: 28px 15px 10px 20px;
  text-align: left;
}
.body-text table td {
  border-bottom: 1px dashed #000;
  padding: 10px;
}
.body-text table td h4 {
  font-weight: bold;
}
.body-text table tr:first-child td {
  padding: 20px;
  z-index: 2;
  position: relative;
}
.body-text table tr:first-child td:first-child {
  position: relative;
  display: block;
  z-index: initial;
}
.body-text table tr:first-child td:first-child:before {
  background: url('/images/microsites/DC/interface/bg/table_head_bg.1585181520.png') no-repeat;
  content: '';
  position: absolute;
  height: 88%;
  width: 638px;
  background-size: 100% 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Sitemap */
#content .sitemap {
  margin-top: 40px;
}
#content .sitemap li {
  list-style-type: none;
}
#content .sitemap .sitemap__one {
  margin-top: 20px;
}
#content .sitemap .sitemap__two li {
  margin-top: 15px;
}

.sitemap-stacked-img {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 3;
}

/* Sub navigation */
#page-tab-menu {
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}
#page-tab-menu li {
  list-style-type: none;
  margin-right: 20px;
}
#page-tab-menu li a {
  font-size: 22px;
}
#page-tab-menu li a:hover {
  background: none;
  text-decoration: underline;
}

/* Homepage */
.dc-homepage-message {
  text-align: center;
  position: relative;
  top: -75px;
}
.dc-homepage-message h1 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
.dc-homepage-message h2 {
  width: 700px;
  margin: 0 auto;
}

.body-text .gallery img:hover {
  border: 5px solid #91240e !important;
}

.icons-sprite, .ico--ship:before, .currentpage .ico--ship:before, .hover > .ico--ship:before, :hover > .ico--ship:before, .ico--nz:before, .currentpage .ico--nz:before, .hover > .ico--nz:before, :hover > .ico--nz:before, .ico--watch:before, .currentpage .ico--watch:before, .hover > .ico--watch:before, :hover > .ico--watch:before, .ico--rj:before, .currentpage .ico--rj:before, .hover > .ico--rj:before, :hover > .ico--rj:before, .ico--question:before, .currentpage .ico--question:before, .hover > .ico--question:before, :hover > .ico--question:before, .ico--fullscreen:before, .ico--full-screen:before, :hover > .ico--full-screen:before, .icon-facebook, .icon-facebook:hover, .icon-twitter, .icon-twitter:hover, .icon-instagram, .icon-instagram:hover, .icon-youtube, .icon-youtube:hover, .icon-pinterest, .icon-pinterest:hover, .icon-flickr, .icon-flickr:hover, .info-window .close {
  background: url('/images/microsites/DC/interface/ico/icons-sf958acf3f2.png') no-repeat;
}

/**/
[class^="ico--"]:before, [class*=" ico--"]:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
}

/* Top Navigation */
.ico--ship {
  padding-left: 64px;
}
.ico--ship:before {
  left: 5px;
  top: 20px;
  background-position: 0 -270px;
  width: 49px;
  height: 43px;
}
.currentpage .ico--ship:before {
  background-position: 0 -227px;
}
.hover > .ico--ship:before, :hover > .ico--ship:before {
  background-position: 0 -313px;
}

.ico--nz {
  padding-left: 52px;
}
.ico--nz:before {
  left: 10px;
  top: 20px;
  background-position: 0 -587px;
  width: 37px;
  height: 50px;
}
.currentpage .ico--nz:before {
  background-position: 0 -637px;
}
.hover > .ico--nz:before, :hover > .ico--nz:before {
  background-position: 0 -537px;
}

.ico--watch {
  padding-left: 45px;
}
.ico--watch:before {
  left: 10px;
  top: auto;
  background-position: 0 -429px;
  width: 30px;
  height: 41px;
}
.currentpage .ico--watch:before {
  background-position: 0 -470px;
}
.hover > .ico--watch:before, :hover > .ico--watch:before {
  background-position: 0 -470px;
}

.ico--rj {
  padding-left: 53px;
}
.ico--rj:before {
  left: 10px;
  top: auto;
  background-position: 0 -403px;
  width: 38px;
  height: 26px;
}
.currentpage .ico--rj:before {
  background-position: 0 -511px;
}
.hover > .ico--rj:before, :hover > .ico--rj:before {
  background-position: 0 -511px;
}

.ico--question {
  padding-left: 60px;
}
.ico--question:before {
  left: 10px;
  top: 24px;
  background-position: 0 -180px;
  width: 47px;
  height: 47px;
}
.currentpage .ico--question:before {
  background-position: 0 -356px;
}
.hover > .ico--question:before, :hover > .ico--question:before {
  background-position: 0 -356px;
}

/* / Top Navigation */
.ico--fullscreen {
  display: inline-block;
  padding-left: 36px;
  min-height: 26px;
}
.ico--fullscreen:before {
  top: 50%;
  margin-top: -13px;
  background-position: 0 -867px;
  width: 26px;
  height: 26px;
}

.ico--full-screen {
  padding-left: 36px;
  display: inline-block;
}
.ico--full-screen:before {
  position: absolute;
  display: block;
  content: '';
  left: 8px;
  top: 50%;
  margin-top: -13px;
  background-position: 0 -867px;
  width: 26px;
  height: 26px;
}
:hover > .ico--full-screen:before {
  background-position: 0 -893px;
}

.no-dots:active {
  outline: none;
}

.icon-facebook {
  background-position: 0 -807px;
  width: 29px;
  height: 30px;
}
.icon-facebook:hover {
  background-position: 0 -837px;
  width: 29px;
  height: 30px;
}

.icon-twitter {
  background-position: 0 -747px;
  width: 29px;
  height: 30px;
}
.icon-twitter:hover {
  background-position: 0 -777px;
  width: 29px;
  height: 30px;
}

.icon-instagram {
  background-position: 0 -30px;
  width: 29px;
  height: 30px;
}
.icon-instagram:hover {
  background-position: 0 0;
  width: 29px;
  height: 30px;
}

.icon-youtube {
  background-position: 0 -687px;
  width: 29px;
  height: 30px;
}
.icon-youtube:hover {
  background-position: 0 -717px;
  width: 29px;
  height: 30px;
}

.icon-pinterest {
  background-position: 0 -90px;
  width: 29px;
  height: 30px;
}
.icon-pinterest:hover {
  background-position: 0 -60px;
  width: 29px;
  height: 30px;
}

.icon-flickr {
  background-position: 0 -150px;
  width: 29px;
  height: 30px;
}
.icon-flickr:hover {
  background-position: 0 -120px;
  width: 29px;
  height: 30px;
}

.ico {
  background: url('/images/microsites/DC/interface/ico/booking-icons.1585181520.png') no-repeat;
}

/* Feature Media */
.feature-media {
  position: relative;
  width: 960px;
  padding-top: 40px;
}

/* Footer */
#footer {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
  padding: 30px 0 30px;
  color: #fff;
  background: url('/images/microsites/DC/interface/bg/footer-bg.1585181520.png');
}
#footer .col {
  float: left;
  width: 100px;
  margin: 0 10px 15px 0;
}
#footer a {
  color: #fff;
}
#footer .horizontal {
  margin: 0;
  margin-bottom: 10px;
}
#footer .horizontal li {
  margin: 0 7px 0 0;
}

/* Footer Navigation (Columns and Legal Links) */
#footer .navigation-wrap {
  width: 580px;
  float: left;
}
#footer .navigation-wrap h3 {
  margin: 0px;
  font-size: 1.8em;
}
#footer .navigation-wrap li {
  margin-bottom: 5px;
  font-size: 1.2em;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
}
#footer .navigation-wrap li h3 {
  font-size: 1.5em;
}

/* Footer Contact Us Info */
.contact-us-info-wrap {
  float: left;
  width: 588px;
}
.contact-us-info-wrap .contact-us-info {
  float: left;
  width: 290px;
  margin-right: 20px;
}
.contact-us-info-wrap .contact-us-info .cu-head h2 {
  font-family: Georgia;
  font-style: italic;
  color: #fff;
  margin: 0;
}
.contact-us-info-wrap .contact-us-info .cu-info {
  font-family: sans-serif;
  font-size: 15px;
}
.contact-us-info-wrap .contact-us-info .cu-info p {
  font-size: 16px;
}
.contact-us-info-wrap .contact-us-info .cu-info .bold {
  font-size: 18px;
  display: inline-block;
}

#footer .send-enquiry {
  float: left;
  padding-top: 50px;
}
#footer .send-enquiry a {
  background: url('/images/microsites/DC/interface/btn/footer-btn.1585181520.png') no-repeat;
  display: block;
  width: 214px;
  height: 42px;
  color: #91240e;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
}
#footer .send-enquiry a:hover {
  background: url('/images/microsites/DC/interface/btn/footer-btn-hover.1585181520.png') no-repeat;
  color: white;
  text-decoration: none;
}
#footer .send-enquiry a span {
  display: block;
}
#footer .footer-navigation {
  margin-top: 10px;
}
#footer .footer-navigation li {
  float: left;
  text-transform: uppercase;
  margin-right: 44px;
}

/* Social Media */
.footer-social-media {
  width: 110px;
  height: 100px;
  margin-right: 18px;
  border-left: 1px dashed #ababab;
  border-right: 1px dashed #ababab;
  padding: 0 20px;
}
.footer-social-media span {
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer-social-media a {
  display: block;
  margin-bottom: 7px;
}
.footer-social-media .facebook {
  background-position: -50px 0;
}
.footer-social-media .twitter {
  background-position: -150px 0;
}
.footer-social-media .youtube {
  background-position: -100px 0;
}

/* Awards and Qualmark Badges */
#footer .badges {
  float: left;
}
#footer .badges h3 {
  font-family: "Open Sans", Arial, Helvetica, Sans-serif;
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
}
#footer .badges .margin-right {
  margin-right: 10px;
}

#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;
}

/* Gallery and Share Pod */
.body-text .gallery-share {
  margin: 0 0 20px 10px;
}
.body-text .stButton {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.body-text .gallery {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 326px;
  height: 321px;
  background: transparent url('/images/microsites/DC/interface/bg/bg-gallery-image.1585181520.png') no-repeat 0 0;
  padding: 22px 17px 27px 15px;
}
.body-text .gallery .gallery__caption {
  padding: 0 100px 0 30px;
  height: 30px;
  overflow: hidden;
}
.body-text .gallery .show-gallery-text-link {
  font-size: 1em;
  font-weight: bold;
  bottom: 36px;
  right: 13px;
  width: 55px;
  padding-left: 40px;
}
.body-text .gallery img:hover {
  border: 5px solid #039FDA;
}

/* GOOGLE MAP */
#rj-map-container {
  margin: 0 auto;
  top: 60px;
}
#rj-map-container ul,
#rj-map-container li,
#rj-map-container h2 {
  margin: 0;
  padding: 0;
}
#rj-map-container.visible-map {
  height: 609px;
  width: 950px;
}
#rj-map-container.visible-map:after {
  content: '';
  display: block;
  position: absolute;
  background: url('/images/microsites/DC/interface/bg/bg-map-shadow.1585181520.png') no-repeat;
  width: 951px;
  height: 610px;
  top: -25px;
}

#rj-map-container ~ #content {
  margin-top: -55px;
}

#rj-map-container.show-map ~ #content {
  margin-top: 80px;
}

#rj-map {
  display: none;
  width: 940px;
  height: 530px;
  background: #e5e3df url(/images/interface/ind/rj-map-loader.gif) no-repeat center center;
  border: 10px solid #ebe1c4;
  z-index: 2;
  position: absolute !important;
}
#rj-map img {
  max-width: none;
}
#rj-map:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: -35px;
  background: url('/images/microsites/DC/interface/bg/bg-map-tapes.1585181520.png') no-repeat;
  width: 1015px;
  height: 601px;
}

#rj-map-type {
  z-index: 4;
  left: 30px;
  top: 30px;
  margin: 0;
  padding: 0;
  display: none;
}
#rj-map-type li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

#rj-map-options {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 10px;
  bottom: 69px;
  z-index: 3;
  overflow: hidden;
  display: none;
  width: 370px;
  height: 120px;
  padding: 55px 35px 20px 20px;
  background: transparent url(/images/microsites/DC/interface/bg/bg-map-legend.png) no-repeat 0 0;
}
#rj-map-options h2 {
  font-size: 20px !important;
}
#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: #91240e;
  color: #FFFFFF;
}

#rj-map-destinations,
#rj-map-experiences,
#rj-map-layers,
#rj-map-key {
  width: 201px;
}

#rj-map-key {
  float: left;
}

.rj-map-fullscreen {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
  height: 100%;
  float: left;
  padding-left: 20px;
  border-left: 1px dashed #000;
}
.rj-map-fullscreen .btn, .rj-map-fullscreen #selection-status a, #selection-status .rj-map-fullscreen a {
  background: url('/images/microsites/DC/interface/bg/bg-button-yellow-clouded-paper.1585181520.png') repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
}

.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: 15px 11px 0 0;
}

/* MAP INFO-WINDOWS, MARKERS */
.info-window {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 312px;
  padding: 21px 21px 30px;
  background: url('/images/microsites/DC/interface/bg/bg-info-window.1585181520.png') repeat-y;
}
.info-window span.image-container {
  margin: 0 0 5px 0;
  padding: 0;
  background: none;
  text-align: center;
}
.info-window span.image-container img {
  display: inline;
  border: none;
}
.info-window h4 {
  margin: 0 0 10px;
  padding-right: 30px;
}
.info-window h4 a {
  font-size: 24px;
  font-weight: normal;
}
.info-window p {
  margin: 0;
  font-size: 14px;
}
.info-window .btn, .info-window #selection-status a, #selection-status .info-window a {
  display: inline-block;
  margin-top: 10px;
}
.info-window .close {
  right: 0;
  top: -30px;
  display: block;
  background-position: 0 -919px;
  width: 30px;
  height: 30px;
  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;
  right: 100px;
  top: 85px;
  z-index: 5;
}

.departure img[align="right"] {
  display: none;
  position: absolute !important;
  right: 5px;
  top: 5px;
  width: 23px;
}

.flag-marker {
  display: block;
  width: 40px;
  height: 47px;
  background: transparent url(/images/interface/ind/flag-marker.png) no-repeat 0 0;
}

.switch-buttons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0px;
  top: -49px;
  z-index: 1;
  position: absolute;
  padding: 8px 20px 10px 20px;
  background: url('/images/microsites/DC/interface/bg/bg-map-switch.1585181520.png') no-repeat;
  width: 159px;
  height: 49px;
}

.switch-buttons .show-map {
  margin-right: 20px;
  border-right: 1px dashed #525252;
  padding-right: 20px;
}

.switch-buttons a {
  font-family: Georgia, "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  padding: 5px 0;
  line-height: 30px;
  color: #000;
}

.switch-buttons a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.switch-buttons a.disabled {
  color: #9c1904;
}
.switch-buttons a.disabled:hover {
  color: #000;
}

.show-rotator {
  height: 379px !important;
}

#rj-map-container .rotator-buttons {
  bottom: -52px;
  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;
}

/* FULL SCREEN */
#mapExperience[data-map-fullscreen="true"] #rj-map-container.visible-map {
  height: 100%;
  width: 100%;
}
#mapExperience[data-map-fullscreen="true"] #rj-map-container.visible-map:after {
  background: none;
}
#mapExperience[data-map-fullscreen="true"] #rj-map {
  height: 100%;
  width: 100%;
  border: 0;
}
#mapExperience[data-map-fullscreen="true"] #rj-map:before {
  background: none;
}
#mapExperience[data-map-fullscreen="true"] #rj-map-options {
  bottom: 0;
  left: 0;
}

.header-top, .header-main {
  width: 100%;
}

.header-top {
  height: 48px;
  background: url('/images/microsites/DC/interface/bg/bg-header-top.1585181520.png') #2e2925 top center no-repeat;
}
.header-top ul {
  width: 950px;
  margin: 0 auto;
  padding-top: 10px;
  list-style: none;
}

.header-main {
  height: 95px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.header-main .inner {
  height: 100%;
}
#ie7 .header-main .inner {
  z-index: 5;
  position: relative;
}
.header-main.minimal {
  height: 95px;
}

.homepage .header-main, .header-main {
  background: url('/images/microsites/DC/interface/bg/bg-header-main.1585181520.png') #423b35 top center no-repeat;
  position: relative;
  z-index: 9;
}

.logo {
  width: 180px;
  height: 70px;
  display: block;
  background: url('/images/microsites/DC/interface/logo/real-journeys.1585181520.png') no-repeat;
  position: relative;
  top: 15px;
  float: left;
}

/*Navigation*/
/* 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*/
#navigation .nav-text a:hover {
  color: #91240e;
  text-decoration: underline;
}

#navigation > li > div > a {
  font-family: Georgia, "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  padding-bottom: 10px;
  letter-spacing: -1px;
}

#navigation {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 760px;
  height: 100%;
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
}
#navigation .image-container {
  margin-right: 8px;
  float: left;
}
#navigation li {
  float: left;
  margin-left: 20px;
}
#navigation > li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  max-width: 170px;
  line-height: 1.4em;
}
#navigation > li > div {
  height: 100%;
}
#navigation > li > div > a {
  display: block;
  height: 100%;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  color: #d6c9a7;
  text-decoration: none;
}
#navigation > li > div > .single-link:hover, #navigation > li > div.currentpage > a {
  text-decoration: none;
  color: #fff;
}
#navigation > li > div > .dropdown {
  z-index: 3000;
}
#navigation > li > div > .dropdown.hover, #navigation > li > div > .dropdown:hover {
  background: url('/images/microsites/DC/interface/bg/bodycopy_bg.1585181520.png') -200px 0;
  color: #423b35;
  cursor: pointer;
}

/* Megamenu Dropdown */
.megamenu {
  position: absolute;
  left: 0;
  top: 96px;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  padding: 10px 0 10px 3px;
  margin: 0;
  background: url('/images/microsites/DC/interface/bg/bodycopy_bg.1585181520.png') -40px 0;
  -webkit-box-shadow: 0 5px 15px -5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0 5px 15px -5px rgba(50, 50, 50, 0.25);
  box-shadow: 0 5px 15px -5px rgba(50, 50, 50, 0.25);
}
.megamenu li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding: 5px;
  margin-right: 10px !important;
  border: 1px dashed #919191;
  border-width: 0 1px 1px 0;
  display: block;
}
.megamenu li a {
  font-size: 1.2em;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
}
.megamenu li p {
  margin: 5px 0 0 0;
  font-size: .9em;
  padding-left: 110px;
  line-height: 1.4;
}
.megamenu li.no-top-padding {
  padding-top: 0;
}

.megamenu--2-col li {
  width: 46%;
}

/*Cart*/
.cart {
  width: 134px;
  float: right;
  cursor: pointer;
  margin-left: 10px;
  padding: 0;
}
.cart a {
  color: #d3d2d0;
  text-decoration: none;
}
.cart a:hover {
  color: #ffffff;
  text-decoration: none;
}
.cart .shopping-cart {
  width: 85px;
  height: 25px;
  display: block;
  padding: 6px 0 0 10px;
  background-repeat: no-repeat;
  background-position: top right;
  float: left;
}
.cart #shoppingCartLink {
  display: inline-block;
}
.cart .cart-counter {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-image: url('/images/microsites/DC/interface/bg/cart-count-bg.1585181520.png');
  background-position: top right;
  background-repeat: no-repeat;
  padding: 1px 1px 0 0;
  float: right;
  display: block;
  margin: 0 10px 0 0;
  color: #fff;
}

.search {
  float: right;
  margin-left: 10px;
}
.search .search-box {
  background-color: #585451;
  border: none;
  height: 25px;
  width: 125px;
  padding-left: 10px;
  color: #fff;
  float: left;
}
.search .search-box::-webkit-input-placeholder {
  color: #ffffff;
}
.search .search-box:-moz-placeholder {
  color: #ffffff;
}
.search .search-box::-moz-placeholder {
  color: #ffffff;
}
.search .search-box:-ms-input-placeholder {
  color: #ffffff;
}
.search .search-submit {
  background-color: #585451;
  background-image: url('/images/microsites/DC/interface/ico/ico-search.1585181520.png');
  background-repeat: no-repeat;
  background-position: 5px 5px;
  width: 35px;
  height: 27px;
  border: none;
}

.visible-map .rotator {
  display: none;
}

.rotator {
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px;
  position: relative;
  display: block;
  z-index: 2;
  border: 10px solid #ded3b4;
}

.image-rotator:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -25px;
  display: block;
  width: 944px;
  height: 382px;
  background: url('/images/microsites/DC/interface/bg/bg-rotator.1585181520.png') no-repeat;
  z-index: 2;
}

#ie8 .rotator-buttons,
#ie7 .rotator-buttons,
#ie8 .rotator-buttons {
  bottom: -85px;
}

.rotator-buttons {
  box-sizing: border-box;
  position: absolute;
  bottom: -107px;
  right: 50%;
  width: 167px;
  height: 60px;
  margin-right: -83px;
  z-index: 500;
  padding: 15px 0 0 20px;
  font-family: Georgia, "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  background: url('/images/microsites/DC/interface/bg/bg-rotator-controls.1585181520.png') no-repeat top left;
}

.rotator-buttons--right {
  right: 0;
  margin-right: 0;
}

.rotator-buttons .previous,
.rotator-buttons .next,
.switch-buttons .previous,
.switch-buttons .next {
  float: left;
  font-size: 14px;
  width: 35px;
  height: 17px;
  padding: 15px;
  background-repeat: no-repeat;
}
.rotator-buttons .previous:hover,
.rotator-buttons .next:hover,
.switch-buttons .previous:hover,
.switch-buttons .next:hover {
  color: black;
}

.rotator-buttons .previous,
.switch-buttons .previous {
  background-image: url('/images/microsites/DC/interface/btn/btn-rotator-prev.1585181520.png');
}
.rotator-buttons .previous:hover,
.switch-buttons .previous:hover {
  background-image: url('/images/microsites/DC/interface/btn/btn-rotator-prev-hover.1585181520.png');
}

.rotator-buttons .next,
.switch-buttons .next {
  background-image: url('/images/microsites/DC/interface/btn/btn-rotator-next.1585181520.png');
}
.rotator-buttons .next:hover,
.switch-buttons .next:hover {
  background-image: url('/images/microsites/DC/interface/btn/btn-rotator-next-hover.1585181520.png');
}

.rotator-buttons .previous.disabled {
  background-image: url("../images/interface/btn/btn_Previous-disabled.png");
}

.rotator-buttons .previous:hover,
.rotator-buttons .next:hover,
.switch-buttons .previous:hover,
.switch-buttons .previous:hover {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

.rotator-buttons .previous.disabled:hover {
  background-image: url("../images/interface/btn/btn_scroller.png");
  cursor: default;
  text-decoration: none;
}

.rotator-buttons.fadeshow-buttons {
  bottom: -72px;
}

.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/microsites/DC/interface/bg/bg-rotator-caption.1585181520.png') no-repeat 0 0;
  overflow: auto;
  color: #3c3328;
  padding: 40px;
  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;
}
.rotator-image .caption a, .fadeShowItem .caption a {
  font-family: Georgia, "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
}

.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;
}

.social-media {
  background: url('/images/microsites/DC/interface/bg/social-media-bg.1585181520.png') no-repeat;
  width: 302px;
  height: 55px;
  padding: 12px 0 0 20px;
}
.social-media li {
  float: left;
  width: 30px;
  list-style-type: none;
  margin-right: 8px;
}
.social-media li .stButton .chicklets {
  height: 31px;
  width: 29px;
  padding-left: 0;
}
.social-media li .stButton .chicklets:hover {
  opacity: 1 !important;
}
.social-media li .st_twitter, .social-media li .st_facebook, .social-media li .st_googleplus, .social-media li .st_pinterest, .social-media li .st_email {
  top: 0;
}
.social-media li a {
  text-indent: -9999px;
  display: inline-block;
  width: 30px;
  height: 31px;
  margin-right: 8px;
}
.social-media li .twitter {
  background: url('/images/microsites/DC/interface/bg/social-sprite.1585181520.png') no-repeat;
}
.social-media li .facebook {
  background: url('/images/microsites/DC/interface/bg/social-sprite.1585181520.png') -38px 0 no-repeat;
}
.social-media li .googleplus {
  background: url('/images/microsites/DC/interface/bg/social-sprite.1585181520.png') -76px 0 no-repeat;
}
.social-media li .pinterest {
  background: url('/images/microsites/DC/interface/bg/social-sprite.1585181520.png') -114px 0 no-repeat;
}
.social-media li .email {
  background: url('/images/microsites/DC/interface/bg/social-sprite.1585181520.png') -152px 0 no-repeat;
}
.social-media li .facebook-like {
  background: url('/images/microsites/DC/interface/bg/social-sprite.1585181520.png') -199px 0 no-repeat;
  width: 66px !important;
}

/* Specials Pod */
.pod-special-wrap {
  margin-top: 20px;
  border-bottom: 1px dashed #000;
}
.pod-special-wrap .pod-special-heading {
  display: block;
}
.pod-special-wrap .image {
  width: 150px;
  float: left;
}
.pod-special-wrap .pod-special {
  border-top: 1px dashed #000;
  margin-top: 10px;
  padding: 20px 0 10px 0;
}
.pod-special-wrap .pod-special .pod-special-left {
  background: url('/images/microsites/DC/interface/bg/pod-special-bg.1585181520.png') no-repeat;
  float: left;
  width: 80px;
  height: 95px;
  padding: 25px 0 0 33px;
  margin-right: 20px;
}
.pod-special-wrap .pod-special .pod-special-right {
  float: left;
  width: 150px;
}

/* Contact Us */
.graphic-head {
  background: url('/images/microsites/DC/interface/bg/paper-map-bg.1585181520.png') no-repeat;
  position: absolute;
  right: 0;
  width: 562px;
  height: 150px;
  z-index: 2;
}

.contact-info-wrapper {
  padding-top: 20px;
}
.contact-info-wrapper h1 {
  margin: 0;
}
.contact-info-wrapper ul li {
  list-style-type: none;
}
.contact-info-wrapper ul li span {
  display: block;
  margin-bottom: 8px;
}
.contact-info-wrapper ul li a {
  color: #820727;
}
.contact-info-wrapper .font-med {
  font-size: 18px;
}
.contact-info-wrapper .font-large {
  font-size: 24px;
}

.contact-us-form-heading {
  margin-top: 105px;
}

.contact-us-wrap {
  background: url('/images/microsites/DC/interface/bg/contact-us-bg-mid.1585181520.png') repeat-y;
  width: 648px;
  text-align: center;
  position: relative;
  top: 25px;
  overflow: visible;
  margin-bottom: 90px;
}
.contact-us-wrap:before {
  content: ' ';
  background: url('/images/microsites/DC/interface/bg/contact-us-bg-top.1585181520.png') no-repeat;
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  width: 626px;
  height: 52px;
}
.contact-us-wrap:after {
  content: ' ';
  background: url('/images/microsites/DC/interface/bg/contact-us-bg-btm.1585181520.png') no-repeat;
  position: absolute;
  left: 0;
  bottom: -60px;
  display: block;
  height: 71px;
  width: 626px;
}

.contact-us {
  position: relative;
}
.contact-us ul {
  margin: 0;
}
.contact-us ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.contact-us ul li label {
  font-size: 18px;
  display: block;
  width: 100px;
  text-align: right;
  float: left;
  padding-top: 5px;
}
.contact-us ul li input, .contact-us ul li select, .contact-us ul li textarea {
  border: 1px solid #a28460;
  width: 270px;
  padding: 0 10px;
  float: left;
  margin-left: 20px;
}
.contact-us ul li input {
  height: 40px;
}
.contact-us ul li select {
  padding: 0.7em;
  height: 40px;
  width: 290px;
}
.contact-us ul li textarea {
  height: 130px;
  padding: 10px;
}
.contact-us .error input, .contact-us .error select, .contact-us .error textarea {
  border: 1px solid #df0000;
  background: #e2b38e;
}
.contact-us .error .error-message {
  display: block !important;
  color: #df0000;
  margin: 15px 0 0 0;
  text-align: left;
  top: 5px;
  left: 120px;
  width: 160px;
}
.contact-us .contact-submit {
  padding-left: 235px;
}
.contact-us .contact-submit input {
  background: url('/images/microsites/DC/interface/btn/btn-input-send.1585181520.png') no-repeat;
  border: none;
  display: block;
  width: 243px;
  height: 93px;
  font-size: 20px;
  color: #9c1904;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  padding-left: 40px;
}
.contact-us .contact-submit input:hover {
  background: url('/images/microsites/DC/interface/btn/btn-input-send-hover.1585181520.png') no-repeat;
  color: #fff;
}

.site-feather {
  background: url("/images/microsites/DC/interface/bg/bg_feather.png") no-repeat;
  width: 860px;
  position: absolute;
  height: 300px;
  right: -370px;
  z-index: -1;
  top: 320px;
}

.contact-thankyou {
  position: relative;
  top: 190px;
}

.ui-datepicker.ui-widget-content {
  background: url('/images/microsites/DC/interface/bg/calendar-bg.1585181520.jpg') no-repeat !important;
  border: none !important;
}
.ui-datepicker.ui-widget-content:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: none;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  content: '';
  background-position: center center !important;
}
.ui-datepicker.ui-widget-content.ajaxLoader:before {
  display: block;
}
.ui-datepicker.ui-widget-content a {
  color: #9b2701 !important;
}
.ui-datepicker.ui-widget-content a:hover {
  color: #fff !important;
}
.ui-datepicker.ui-widget-content .ui-state-default {
  font-weight: normal;
  font-size: .9em;
}
.ui-datepicker.ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-default {
  background: #fff;
  border: 1px solid #fff;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-hover {
  background: #9b2701;
  border: 1px solid #9b2701;
}
.ui-datepicker.ui-widget-content .ui-state-disabled .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-disabled,
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-weight: normal;
}
.ui-datepicker.ui-widget-content .ui-state-disabled .ui-state-default span,
.ui-datepicker.ui-widget-content .ui-state-disabled span,
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-disabled span {
  color: #acacac;
}
.ui-datepicker.ui-widget-content .ui-datepicker-next {
  background: url('/images/microsites/DC/interface/btn/btn-calendar-right.1585181520.png') no-repeat !important;
}
.ui-datepicker.ui-widget-content .ui-datepicker-next:hover {
  background: url('/images/microsites/DC/interface/btn/btn-calendar-right.1585181520.png') no-repeat !important;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev {
  background: url('/images/microsites/DC/interface/btn/btn-calendar-left.1585181520.png') no-repeat !important;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev:hover {
  background: url('/images/microsites/DC/interface/btn/btn-calendar-left.1585181520.png') no-repeat !important;
}

.c-notice {
  padding: 20px 0;
  background-color: #e91601;
  text-align: center;
}

.c-notice__text {
  clear: both;
  color: white;
}
.c-notice__text p,
.c-notice__text ol,
.c-notice__text ul {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-notice__text p,
  .c-notice__text ol,
  .c-notice__text ul {
    font-size: 18px;
  }
}
.c-notice__text ol,
.c-notice__text ul {
  list-style-position: inside;
}
.c-notice__text a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.c-notice__text a:focus, .c-notice__text a:hover {
  text-decoration: none;
}
.c-notice__text *:last-child {
  margin-bottom: 0;
}
