/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/

@import 'https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.3.0/min/dropzone.min.css';

@import 'https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css';

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Autocomplete 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Datepicker 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

@font-face {
  font-family: "nevada-icons";
  src: url("/fonts/fontastic/fonts/nevada-icons.eot");
  src: url("/fonts/fontastic/fonts/nevada-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/fontastic/fonts/nevada-icons.woff") format("woff"), url("/fonts/fontastic/fonts/nevada-icons.ttf") format("truetype"), url("/fonts/fontastic/fonts/nevada-icons.svg#nevada-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "nevada-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "nevada-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pw-alien:before {
  content: "\61";
}

.icon-pw-boot:before {
  content: "\62";
}

.icon-pw-cherry:before {
  content: "\63";
}

.icon-pw-coyote:before {
  content: "\64";
}

.icon-pw-dfmi:before {
  content: "\65";
}

.icon-pw-fish:before {
  content: "\66";
}

.icon-pw-hat:before {
  content: "\67";
}

.icon-pw-horse:before {
  content: "\68";
}

.icon-pw-horseshoe:before {
  content: "\69";
}

.icon-pw-poker:before {
  content: "\6a";
}

.icon-pw-ufo:before {
  content: "\6b";
}

.icon-pw-wheel:before {
  content: "\6c";
}

.icon-add-to-itinerary:before {
  content: "\6d";
}

.icon-adventures:before {
  content: "\6e";
}

.icon-cell-phone:before {
  content: "\6f";
}

.icon-events:before {
  content: "\70";
}

.icon-itineraries:before {
  content: "\71";
}

.icon-lodging:before {
  content: "\72";
}

.icon-map:before {
  content: "\73";
}

.icon-map-pin:before {
  content: "\74";
}

.icon-things-to-do:before {
  content: "\75";
}

.icon-things-to-do-copy:before {
  content: "\76";
}

.icon-travel-guide:before {
  content: "\77";
}

.icon-website:before {
  content: "\78";
}

.icon-enewsletter:before {
  content: "\79";
}

.icon-enewsletter2:before {
  content: "\7a";
}

.icon-trekker:before {
  content: "\41";
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  background-color: #f5f5f5;
  color: #838383;
  font-family: 'Montserrat', sans-serif;
}

#body-content-max {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
}

@media (min-width: 1600px) {
  #body-content-max {
    border: 1px solid #d5d5d5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5e2b12;
  font-family: "GarageGothic Bold";
  font-style: normal;
  font-weight: bold;
}

p {
  line-height: 2;
  margin: 0 0 30px 0;
}

a {
  color: #157388;
}

.no-script {
  background: #AE0000;
  padding: 15px 0;
  text-align: center;
}

.no-script p {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.global-headline {
  font-size: 76px;
}

.global-headline .icon {
  font-size: 40px;
}

.add-to-itinerary {
  border-bottom: 1px solid #838383;
  color: #000;
  padding-bottom: 5px;
}

.add-to-itinerary:hover {
  text-decoration: none;
}

.form-control input.error[type=text],
input.error[type=text] {
  border-color: 1px solid #f67979;
  background-color: #f2dede;
}

.error-messages p {
  color: #f67979;
  margin: 0;
}

.error .heading,
.error label {
  color: #f67979;
}

.error textarea,
.error input[type=text] {
  border-color: 1px solid #f67979;
  background-color: #f2dede;
}

.error .checkbox label input[type="checkbox"] + span {
  border: 1px solid #f67979;
}

a.btn,
button.btn {
  background-color: #e6a819;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
}

a.btn:hover,
button.btn:hover {
  background-color: #d99905;
  color: #fff;
}

a.btn.invert,
button.btn.invert {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  color: #000;
}

a.btn.invert:hover,
button.btn.invert:hover {
  background-color: #e6a819;
  border-color: transparent;
  color: #fff;
}

a.btn.full,
button.btn.full {
  width: 100%;
}

.btn-file {
  position: relative;
  overflow: hidden;
  background-color: #e6a819;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.icon {
  display: inline-block;
}

.visible-xs-table-cell {
  display: none !important;
}

label.custom-checkbox {
  font-family: Montserrat;
  font-weight: normal;
}

label.custom-checkbox input[type="checkbox"] {
  display: none;
}

label.custom-checkbox input[type="checkbox"] + span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/forms/checkbox-sprites.png) -19px top no-repeat;
  cursor: pointer;
}

label.custom-checkbox input[type="checkbox"]:checked + span {
  background: url(../images/forms/checkbox-sprites.png) left top no-repeat;
}

label.custom-radio {
  padding-left: 0;
}

label.custom-radio input[type="radio"] {
  display: none;
}

label.custom-radio input[type="radio"] + span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/forms/radio-star-sprites.png) -19px top no-repeat;
  cursor: pointer;
}

label.custom-radio input[type="radio"]:checked + span {
  background: url(../images/forms/radio-star-sprites.png) left top no-repeat;
}

.hover-update {
  background-color: #f8f8f8;
  border: 2px solid #157388;
  border-radius: 5px;
  opacity: 0;
  padding: 15px 20px;
  position: absolute;
  z-index: 100;
  visibility: hidden;
}

.hover-update .message {
  text-align: center;
}

.hover-update .message p {
  color: #157388;
  margin: 0;
}

.hover-update.active {
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  visibility: visible;
}

.fancy {
  border-bottom: 2px solid #c6c9cc;
  color: #000;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.fancy:hover {
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.references {
  font-size: 11px;
}

@media (max-width: 767px) {
  .global-headline {
    font-size: 46px;
  }

  .global-headline .icon {
    font-size: 23px;
  }

  .visible-xs-table-cell {
    display: table-cell !important;
  }
}

.alert.alert-ajax {
  display: none;
}

.alert.alert-ajax.active {
  display: block;
}

.column-right.category-list {
  margin-bottom: 15px;
}

.column-right.category-list h3 {
  text-transform: uppercase;
}

.column-right.category-list ul {
  padding: 0;
}

.column-right.category-list ul li {
  list-style: none;
}

#global-nav {
  background: #157388;
  width: 100%;
  z-index: 3000;
}

#global-nav .feature .discover-your-nevada {
  background: url(/globalnav/discover-your-nevada/bkg.jpg) no-repeat 0 50%;
  background-size: cover;
}

#global-nav .feature .discover-your-nevada p {
  color: #157388;
  font-family: "GarageGothic Bold";
  font-size: 46px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

#global-nav .feature .discover-your-nevada .container {
  background: url(/globalnav/discover-your-nevada/logo.png) no-repeat 15px 50%;
  min-height: 75px;
}

#global-nav .feature .discover-your-nevada .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

#global-nav .feature .discover-your-nevada p {
  padding: 0 0 0 105px;
}

#global-nav .feature .discover-your-nevada .right {
  padding: 20px 7px;
  text-align: right;
}

#global-nav .feature .discover-your-nevada .btn {
  background-color: #c14353;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 40px;
}

#global-nav .feature .discover-your-nevada .lines {
  background: transparent;
  color: #c14353;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 0 10px;
  position: relative;
  -webkit-transition: background .3s 0s ease;
  transition: background .3s 0s ease;
  width: 24px;
  vertical-align: middle;
}

#global-nav .feature .discover-your-nevada .lines:before,
#global-nav .feature .discover-your-nevada .lines:after {
  background: #c14353;
  content: '';
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
  top: 11px;
  width: 27px;
}

#global-nav .feature .discover-your-nevada .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

#global-nav .feature .discover-your-nevada .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 1199px) and (min-width: 768px) {
  #global-nav .feature .discover-your-nevada p {
    font-size: 41px;
  }

  #global-nav .feature .discover-your-nevada p span {
    display: block;
  }

  #global-nav .feature .discover-your-nevada .btn {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  #global-nav .feature .discover-your-nevada p {
    font-size: 23px;
  }

  #global-nav .feature .discover-your-nevada p span {
    display: inline;
  }

  #global-nav .feature .discover-your-nevada .container {
    background-image: none;
    min-height: auto;
  }

  #global-nav .feature .discover-your-nevada p {
    padding: 10px 0;
  }

  #global-nav .feature .discover-your-nevada .btn {
    padding: 10px;
  }

  #global-nav .feature .discover-your-nevada .lines {
    height: 22px;
    margin: 0 2px;
    width: 22px;
  }

  #global-nav .feature .discover-your-nevada .lines:before,
  #global-nav .feature .discover-your-nevada .lines:after {
    top: 11px;
    width: 22px;
  }
}

#global-nav ul.main {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: right;
}

#global-nav ul.main > li {
  color: #fff;
  display: table-cell;
  font-size: 12px;
  height: 100%;
  list-style: none;
  margin-left: 20px;
  padding: 8px 10px;
  vertical-align: top;
}

#global-nav ul.main > li a {
  color: #fff;
  height: 100%;
}

#global-nav ul.main > li a:hover {
  text-decoration: none;
}

#global-nav ul.main > li:first-child {
  margin-left: 0;
}

#global-nav ul.main > li i,
#global-nav ul.main > li .icon {
  color: #8ab9c4;
}

#global-nav ul.main > li.admin-link {
  padding: 0;
}

#global-nav ul.main > li.admin-link a {
  display: block;
  font-size: 14px;
  padding: 8px 10px;
}

#global-nav ul.main > li.mynevada {
  padding: 0;
  position: relative;
}

#global-nav ul.main > li.mynevada .trigger {
  cursor: pointer;
  padding: 8px 10px;
}

#global-nav ul.main > li.mynevada.active,
#global-nav ul.main > li.mynevada:hover {
  background-color: transparent;
}

#global-nav ul.main > li.mynevada.active .trigger,
#global-nav ul.main > li.mynevada:hover .trigger {
  background-color: #116173;
}

#global-nav ul.main > li.mynevada.active .trigger i,
#global-nav ul.main > li.mynevada:hover .trigger i {
  color: #e6a819;
}

#global-nav ul.main > li.mynevada.haspoints .trigger i {
  color: #e6a819;
}

#global-nav ul.main > li.mynevada.pulse .trigger i {
  color: #e6a819;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

#global-nav ul.main > li.search {
  padding: 4px 10px;
}

#global-nav ul.main > li.search i,
#global-nav ul.main > li.search .icon {
  color: #fff;
  font-size: 20px;
}

#global-nav ul.main > li.orbitz img {
  opacity: .5;
}

#global-nav ul.main > li.orbitz:hover {
  background-color: transparent;
}

#global-nav ul.main > li.orbitz:hover img {
  opacity: 1;
}

#global-nav ul.main > li.active,
#global-nav ul.main > li:hover {
  background-color: #116173;
}

#global-nav ul.main > li.newsletters {
  padding: 0;
  position: relative;
}

#global-nav ul.main > li.newsletters span {
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

#global-nav ul.main .mynevada.active .my-nevada-dropdown {
  display: block;
}

#global-nav ul.main .my-nevada-dropdown {
  background-color: #116173;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 245px;
  z-index: 1000;
}

#global-nav ul.main .my-nevada-dropdown h2 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}

#global-nav ul.main .my-nevada-dropdown p.heading {
  background-color: #157388;
  font-size: 12px;
  margin: 0;
  padding: 8px 15px;
  text-transform: uppercase;
}

#global-nav ul.main .my-nevada-dropdown ul {
  margin: 0;
  padding: 0 15px;
}

#global-nav ul.main .my-nevada-dropdown ul li {
  display: block;
  margin: 0;
  padding: 10px 15px;
}

#global-nav ul.main .my-nevada-dropdown ul li a {
  font-size: 14px;
}

#global-nav ul.main .my-nevada-dropdown ul li a:hover {
  border-bottom: 3px solid #157388;
}

#global-nav ul.main .my-nevada-dropdown .my-profile {
  background-color: #157388;
  padding: 10px 15px;
}

#global-nav ul.main .my-nevada-dropdown .my-profile .image {
  display: inline-block;
}

#global-nav ul.main .my-nevada-dropdown .my-profile .image img {
  border-radius: 50%;
  display: block;
}

#global-nav ul.main .my-nevada-dropdown .my-profile ul {
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
}

#global-nav ul.main .my-nevada-dropdown .my-profile ul li {
  display: block;
  margin-bottom: 5px;
  padding: 0;
}

#global-nav ul.main .my-nevada-dropdown .my-profile ul li:hover {
  background-color: transparent;
}

#global-nav ul.main .my-nevada-dropdown .my-profile ul li a:hover {
  background-color: transparent;
  border-bottom: 1px solid #8ab9c4;
}

#global-nav ul.main .my-nevada-dropdown p {
  font-size: 13px;
  margin: 0;
  padding: 10px 15px;
}

#global-nav ul.main .my-nevada-dropdown .interest-cart {
  padding: 10px 15px;
}

#global-nav ul.main .my-nevada-dropdown .interest-cart p {
  display: inline-block;
  padding: 0;
}

#global-nav ul.main .my-nevada-dropdown .interest-cart p a:hover {
  background-color: transparent;
  border-bottom: 1px solid #8ab9c4;
}

#global-nav ul.main .my-nevada-dropdown .interest-cart p.amount {
  background-color: #e6a819;
  border-radius: 50%;
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 25px;
}

#global-nav ul.main .my-nevada-dropdown .account {
  background-color: #157388;
  padding: 8px 15px;
}

#global-nav ul.main .my-nevada-dropdown .account a {
  font-size: 12px;
  margin-left: 25px;
}

#global-nav ul.main .my-nevada-dropdown .account a:hover.create {
  background-color: transparent;
  border-bottom: 1px solid #8ab9c4;
}

#global-nav ul.main .my-nevada-dropdown .account a:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  #global-nav ul.main > li {
    height: 60px;
    margin-left: 0;
    padding: 8px;
    text-align: center;
    width: auto;
  }

  #global-nav ul.main > li i,
  #global-nav ul.main > li .icon {
    padding-top: 15px;
  }

  #global-nav ul.main > li.newsletters i,
  #global-nav ul.main > li.newsletters .icon {
    color: #fff;
    font-size: 18px;
  }

  #global-nav ul.main > li.mynevada {
    padding: 8px 10px;
  }

  #global-nav ul.main > li.mynevada .trigger {
    height: auto;
    padding: 0;
    width: auto;
  }

  #global-nav ul.main > li.mynevada .trigger i {
    font-size: 18px;
  }

  #global-nav ul.main > li.mobile-toggle .fa-times {
    display: none;
  }

  #global-nav ul.main > li.mobile-toggle i,
  #global-nav ul.main > li.mobile-toggle .icon {
    color: #fff;
    font-size: 18px;
  }

  #global-nav ul.main > li.mobile-toggle.active .fa-times {
    display: inline-block;
  }

  #global-nav ul.main > li.mobile-toggle.active .fa-bars {
    display: none;
  }

  #global-nav ul.main > li.active.search {
    background-color: transparent;
  }

  #global-nav ul.main > li.active.search i,
  #global-nav ul.main > li.active.search .icon {
    border: 1px solid #409aae;
    border-radius: 50%;
    color: #409aae;
    margin-top: 5px;
    padding: 5px;
  }
}

#global-nav .nav-wrap {
  position: relative;
}

#global-nav .nav-wrap #search-global {
  background-color: #116173;
  display: none;
  max-width: 550px;
  padding: 30px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 100%;
  z-index: 1000;
}

#global-nav .nav-wrap #search-global input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 34px;
  padding-right: 60px;
  width: 100%;
}

#global-nav .nav-wrap #search-global input::-webkit-input-placeholder {
  color: #fff;
}

#global-nav .nav-wrap #search-global input::-moz-placeholder {
  color: #fff;
}

#global-nav .nav-wrap #search-global input:-ms-input-placeholder {
  color: #fff;
}

#global-nav .nav-wrap #search-global input::placeholder {
  color: #fff;
}

#global-nav .nav-wrap #search-global button {
  background-color: transparent;
  position: absolute;
  right: 30px;
  top: 27px;
}

#global-nav .nav-wrap #search-global button i {
  color: #fff;
  font-size: 40px;
}

@media (max-width: 768px) {
  #global-nav .nav-wrap #search-global {
    max-width: 100%;
    padding: 20px 15px;
    right: 0;
  }

  #global-nav .nav-wrap #search-global input {
    font-size: 22px;
  }

  #global-nav .nav-wrap #search-global button {
    right: 10px;
    top: 13px;
  }

  #global-nav .nav-wrap #search-global button i {
    font-size: 35px;
  }
}

#global-nav .nav-wrap #menu-mobile {
  background-color: #157388;
  display: none;
  left: 0;
  padding: 10px 0 40px 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1000;
  /* Medium devices (desktops, 992px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Small devices (tablets, 768px and up) */
  /* tablet layout */
  /* Medium devices (desktops, 992px and up) */
  /* Small devices (tablets, 768px and up) */
  /* tablet layout */
}

#global-nav .nav-wrap #menu-mobile .mobile-super-nav .section {
  margin: 0 0 2px 0;
}

#global-nav .nav-wrap #menu-mobile .mobile-super-nav .section h2 {
  background-color: #116173;
  color: #fff;
  font-size: 30px;
  font-family: 'GarageGothic Regular';
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
}

#global-nav .nav-wrap #menu-mobile .mobile-super-nav .section h2 span {
  font-weight: bold;
}

#global-nav .nav-wrap #menu-mobile .mobile-super-nav .section h2 i {
  font-size: 15px;
  padding-top: 9px;
  vertical-align: top;
}

#global-nav .nav-wrap #menu-mobile .mobile-super-nav .section h2 i.fa-chevron-down {
  display: none;
}

#global-nav .nav-wrap #menu-mobile .mobile-super-nav .section h2.open {
  background-color: #f1f1f1;
  color: #157388;
}

#global-nav .nav-wrap #menu-mobile .mobile-super-nav .section h2.open i.fa-chevron-right {
  display: none;
}

#global-nav .nav-wrap #menu-mobile .mobile-super-nav .section h2.open i.fa-chevron-down {
  display: inline-block;
}

#global-nav .nav-wrap #menu-mobile .social {
  background-color: #116173;
  margin: 5px -15px 15px -15px;
  padding: 10px 15px;
  text-align: center;
}

#global-nav .nav-wrap #menu-mobile .social a {
  color: #8ab9c4;
  display: inline-block;
  font-size: 30px;
  width: 14%;
}

#global-nav .nav-wrap #menu-mobile .general-links {
  margin: 0;
  padding: 0;
}

#global-nav .nav-wrap #menu-mobile .general-links li {
  list-style: none;
  margin-bottom: 10px;
}

#global-nav .nav-wrap #menu-mobile .general-links li a {
  color: #fff;
}

#global-nav .nav-wrap #menu-mobile .location-info.canada {
  padding: 0;
}

#global-nav .nav-wrap #menu-mobile .location-info.canada li {
  background: url(/images/canadian-leaf.png) no-repeat;
  color: #fff;
  list-style: none;
  padding: 15px 0 15px 45px;
  text-align: left;
}

#global-nav .nav-wrap #menu-mobile .location-info.canada li a {
  color: #fff;
}

#global-nav .nav-wrap #menu-mobile .newsletter-form-wrap {
  display: none;
}

#global-nav .nav-wrap #menu-mobile .supernav-section {
  background-color: white;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#global-nav .nav-wrap #menu-mobile .supernav-section.open {
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.7);
}

#global-nav .nav-wrap #menu-mobile .supernav-section .supernav-section-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#global-nav .nav-wrap #menu-mobile .supernav-section.places-to-go {
  height: 453px;
  background: url(../images/supernav/background-places-to-go-desktop.jpg) no-repeat white;
}

#global-nav .nav-wrap #menu-mobile .supernav-section.places-to-stay {
  height: 423px;
  background: url(../images/supernav/background-places-to-stay-desktop.jpg) no-repeat white;
}

#global-nav .nav-wrap #menu-mobile .supernav-section.things-to-do {
  background: #fff;
  min-width: auto;
}

#global-nav .nav-wrap #menu-mobile .supernav-section h5 {
  color: #5e2b12;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

#global-nav .nav-wrap #menu-mobile .supernav-section-intro {
  color: #fff;
}

#global-nav .nav-wrap #menu-mobile .supernav-section-intro h2 {
  font-family: GarageGothic Bold;
  text-transform: uppercase;
  font-size: 36px;
  position: absolute;
  top: 50px;
  left: 58px;
}

#global-nav .nav-wrap #menu-mobile .supernav-section-intro p {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  top: 125px;
  left: 58px;
  width: 225px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-steps,
#global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-search-btn,
#global-nav .nav-wrap #menu-mobile supernav-ttd-mobile-left-btn,
#global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-right-btn {
  display: none;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap {
  height: 423px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .intro {
  background: url(../images/supernav/background-things-to-do-desktop.jpg) no-repeat;
  float: left;
  height: 423px;
  padding: 70px 58px 0 58px;
  width: 328px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .intro h2 {
  font-size: 36px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .intro p {
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content {
  margin-left: 328px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content h5 {
  color: #838383;
  font-weight: normal;
  margin: 0;
  padding: 30px 35px 10px 35px;
  text-transform: none;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content select {
  background-color: #f1f1f1;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .content-tabs {
  border-bottom: 1px solid #e2e2e2;
  padding-left: 35px;
  position: relative;
  width: 100%;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .content-tabs .content-tab {
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .content-tabs .content-tab p {
  margin: 0;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .content-tabs .content-tab.active {
  border: 1px solid #e2e2e2;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  padding-bottom: 1px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .content-tabs .content-tab.active p {
  color: #5e2b12;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section {
  display: none;
  width: 100%;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section h5 {
  color: #5e2b12;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section h5 span {
  color: #838383;
  text-transform: none;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item {
  border-right: 1px solid #e2e2e2;
  float: left;
  padding-top: 40px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.map {
  height: 337px;
  width: 243px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.map svg {
  margin-left: 15px;
  max-height: 80%;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.city {
  height: 337px;
  padding: 40px;
  width: 278px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.city h5 {
  margin-bottom: 25px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.city select {
  margin-bottom: 15px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.city .input-group {
  margin-bottom: 15px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories {
  border-right: none;
  padding-left: 40px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories h5 {
  margin-bottom: 38px;
  text-align: left;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories form ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0 0 30px 0;
  padding: 0;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories form ul li {
  font-size: 14px;
  list-style: none;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories form button {
  float: right;
  padding: 15px 60px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.active {
  display: block;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities {
  padding-top: 40px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities h5 {
  margin-bottom: 15px;
  text-align: left;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-selection {
  float: left;
  padding: 0 35px;
  width: 370px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-list {
  margin-left: 370px;
  padding: 0 35px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-list ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0 0 30px 0;
  padding: 0;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-list ul li {
  list-style: none;
  margin-bottom: 10px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-list ul li a {
  font-size: 14px;
}

#global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #global-nav .nav-wrap #menu-mobile .things-content-wrap {
    height: auto;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section {
    font-size: 0;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item {
    display: inline-block;
    float: none;
    padding-top: 20px;
    vertical-align: top;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.map {
    height: 260px;
    width: 50%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.city {
    border-right: none;
    height: 260px;
    padding: 20px 40px;
    width: 50%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories {
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    display: block;
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories h5 {
    margin-bottom: 15px;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories button {
    margin: 0 30px 30px 0;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories form ul {
    margin-bottom: 15px;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-selection {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-list {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #global-nav .nav-wrap #menu-mobile .things-content-wrap {
    height: auto;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.map {
    border: none;
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.city {
    border: none;
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.city .input-group {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories {
    float: none;
    padding: 40px;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories form ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-height: 200px;
    overflow: scroll;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section .category-item.categories form button {
    float: none;
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities {
    padding: 0;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-list {
    margin: 0;
    padding: 0;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0;
    padding: 40px;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap .things-content .sections .section.activities .activity-selection {
    float: none;
    padding: 40px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile {
    display: block;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .things-content {
    margin: 0;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .options {
    display: none;
    padding: 15px;
    text-align: center;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .options h5 {
    margin-bottom: 25px;
    text-align: left;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .options button {
    display: block;
    margin-bottom: 25px;
    padding: 10px 40px;
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .options.active {
    display: block;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .slider-steps {
    display: none;
    font-size: 0;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .slider-steps p {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    width: 33%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .slider-steps p.active {
    color: #5e2b12;
    border-bottom: 1px solid #5e2b12;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .slider-steps.active {
    display: block;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .slider-steps.two-step p {
    width: 50%;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .slider-steps.two-step p[data-step="2"] {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .option {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .option.active {
    display: block;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .swiper-button-next,
  #global-nav .nav-wrap #menu-mobile .things-content-wrap.mobile .swiper-button-prev {
    background-image: none;
    color: #5e2b12;
    font-size: 40px;
  }

  #global-nav .nav-wrap #menu-mobile .things-content-wrap.desktop {
    display: none;
  }
}

#global-nav .nav-wrap #menu-mobile .supernav-view-by-menu {
  position: absolute;
  top: 50px;
  left: 337px;
  width: 200px;
  color: #fff;
}

#global-nav .nav-wrap #menu-mobile .supernav-view-by-menu h5 {
  color: #fff;
  position: absolute;
  left: 111px;
}

#global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul {
  cursor: pointer;
  position: absolute;
  top: 75px;
  left: -40px;
}

#global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li {
  width: 200px;
  list-style: none;
  font-family: Montserrat;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: right;
  opacity: .5;
}

#global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li.active {
  opacity: 1;
}

#global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li span {
  font-family: FontAwesome;
  margin: 0 0 0 25px;
}

#global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li span:before {
  content: '\f105';
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing {
  position: absolute;
  left: 553px;
  width: 436px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li {
  display: block;
  list-style: none;
  height: 68px;
  width: 396px;
  color: #157388;
  border-bottom: 1px solid #e2e2e2;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li img {
  float: left;
  margin: 10px 20px 0 10px;
  width: 84px;
  height: 50px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li h3 {
  float: left;
  margin: 10px 0 0 0;
  font-family: GarageGothic Bold;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.0em;
  width: 270px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li h4 {
  display: inline;
  font-family: Montserrat;
  font-size: 14px;
  color: #838383;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li span {
  color: #fff;
  float: right;
  margin: 21px 14px 0 0;
  font-family: FontAwesome;
  font-size: 20px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited {
  display: inherit;
  height: 68px;
  width: 396px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a img,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active img,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover img,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited img {
  float: left;
  margin: 10px 20px 0 10px;
  width: 84px;
  height: 50px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a h3,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h3,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h3,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited h3 {
  float: left;
  margin: 10px 0 0 0;
  font-family: GarageGothic Bold;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.0em;
  width: 270px;
  text-decoration: none;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a h4,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h4,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h4,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited h4 {
  width: 270px;
  display: inline;
  font-family: Montserrat;
  font-size: 14px;
  color: #838383;
  text-decoration: none;
  float: left;
  margin: 0;
  height: 15px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a span,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active span,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover span,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited span {
  color: #fff;
  float: right;
  margin: -35px 14px 0 0;
  font-family: FontAwesome;
  font-size: 20px;
  text-decoration: none;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h3,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h3 {
  color: #fff;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h4,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h4 {
  text-decoration: none;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li.active {
  background: #157388;
  color: white;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li.active a h4,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li.active a:active h4,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li.active a:hover h4,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li.active a:visited h4 {
  color: #fff;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a div,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:active div,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:hover div,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:visited div {
  float: left;
  height: 50px;
  width: 260px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a div h3,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:active div h3,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:hover div h3,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:visited div h3 {
  width: 200px;
  margin: 10px 0 0 0;
  line-height: .9em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a div span,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:active div span,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:hover div span,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:visited div span {
  margin: 20px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-cities ul li span,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-regions ul li span {
  margin: -25px 14px 0 0;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-cities .supernav-ptg-cities-small-city,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-regions .supernav-ptg-cities-small-city {
  position: absolute;
  top: 388px;
  left: 20px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-cities .supernav-ptg-cities-small-city h5,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-regions .supernav-ptg-cities-small-city h5 {
  display: inline-block;
  margin: 6px 23px 0 0;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-cities .supernav-ptg-cities-small-city select,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-regions .supernav-ptg-cities-small-city select {
  background-color: #f1f1f1;
  width: 200px;
  display: inline-block;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-cities .supernav-ptg-cities-small-city .ui-selectmenu-button,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-regions .supernav-ptg-cities-small-city .ui-selectmenu-button {
  padding: 10px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-cities .supernav-ptg-cities-small-city .ui-selectmenu-button .ui-icon,
#global-nav .nav-wrap #menu-mobile .supernav-ptg-regions .supernav-ptg-cities-small-city .ui-selectmenu-button .ui-icon {
  right: 5px;
}

#global-nav .nav-wrap #menu-mobile .supernav-ptg-map {
  position: absolute;
  left: 989px;
  width: 310px;
  height: 400px;
  border-left: 1px solid #e2e2e2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing {
    left: 423px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li {
    width: 350px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited {
    width: 350px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a div,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active div,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover div,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited div {
    float: left;
    width: 230px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited div h3 {
    width: 200px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a div h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active div h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover div h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited div h4 {
    width: 200px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited div span {
    margin: -20px 10px 0 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited h3 {
    width: 220px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited h4 {
    width: 210px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:active div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:hover div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:visited div span {
    margin: 17px 10px 0 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-map {
    left: 839px;
  }
}

@media (max-width: 992px) {
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing {
    position: absolute;
    top: 48px;
    left: 253px;
    width: 327px;
    height: 406px;
    background: #fff;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul {
    top: 10px;
    left: 10px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li {
    width: 295px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited {
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a div,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active div,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover div,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited div {
    float: left;
    width: 170px;
    height: 68px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited div h3 {
    font-size: 24px;
    width: 180px;
    margin: 16px 0 0 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a div h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active div h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover div h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited div h4 {
    font-size: 12px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited div span {
    margin: -35px 10px 0 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited h3 {
    font-size: 24px;
    width: 180px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:active div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:hover div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:visited div h3 {
    width: 180px;
    margin: 0;
    line-height: .9em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:active div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:hover div span,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:visited div span {
    margin: 17px 10px 0 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-cities .supernav-ptg-cities-small-city {
    top: 350px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-map {
    position: absolute;
    top: 50px;
    left: 570px;
    width: 218px;
    height: 400px;
    border-left: 1px solid #e2e2e2;
  }
}

@media (max-width: 767px) {
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-map {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul {
    width: 10000px;
    height: 175px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li {
    display: inline;
    float: left;
    width: 239px;
    height: 158px;
    border-bottom: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a img,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active img,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover img,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited img {
    display: block;
    margin: 0 auto;
    width: 162px;
    height: 97px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited h3 {
    float: left;
    display: block;
    font-size: 30px;
    width: 162px;
    margin: 11px 0 0 0;
    clear: both;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:active h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:hover h4,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing ul li a:visited h4 {
    float: left;
    clear: both;
    width: 162px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-listing.active {
    display: block;
    left: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures {
    top: 20px;
    height: 197px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:active div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:hover div h3,
  #global-nav .nav-wrap #menu-mobile .supernav-ptg-adventures ul li a:visited div h3 {
    /* undo vertical alignment from desktop/tablet */
    vertical-align: top;
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-cities {
    top: 70px;
    height: 197px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ptg-regions {
    top: 114px;
    height: 197px;
  }
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-steps,
#global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-search-btn {
  display: none;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-map {
  left: 331px;
  width: 254px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-city {
  width: 269px;
  left: 583px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-city select {
  background-color: #f1f1f1;
  margin: 15px auto;
  width: 200px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-city .ui-selectmenu-button {
  display: block;
  margin: 15px auto;
  padding: 10px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-city .ui-selectmenu-button .ui-icon {
  right: 5px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging {
  left: 851px;
  border-right: 0;
  width: 449px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging h5 {
  width: 300px;
  margin-left: 40px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form {
  margin: 33px 0 0 40px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 400px;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul li {
  list-style: none;
  width: 200px;
  float: left;
  display: inline;
  margin: 0;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul li label {
  font-family: Montserrat;
  font-weight: normal;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul li input[type="checkbox"] {
  display: none;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul li label input[type="checkbox"] + span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/supernav/checkbox-sprites.png) -19px top no-repeat;
  cursor: pointer;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul li label input[type="checkbox"]:checked + span {
  background: url(../images/supernav/checkbox-sprites.png) left top no-repeat;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form .btn {
  background: #e6a819;
  width: 212px;
  height: 55px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase;
  position: absolute;
  right: 22px;
  bottom: 22px;
  border: 0;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts {
  position: absolute;
  height: 423px;
  border-right: 1px solid #e2e2e2;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts h5 {
  width: 140px;
  display: block;
  margin: 40px auto 0 auto;
  text-transform: uppercase;
}

#global-nav .nav-wrap #menu-mobile .supernav-pts h5 span {
  text-transform: none;
  color: #838383;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #global-nav .nav-wrap #menu-mobile .supernav-pts-map {
    left: 254px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-city {
    left: 503px;
    width: 253px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging {
    left: 741px;
    width: 269px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul {
    width: 370px;
  }
}

@media (max-width: 992px) {
  #global-nav .nav-wrap #menu-mobile .supernav-pts {
    border-right: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-map {
    left: 254px;
    width: 235px;
    height: 246px;
    border-right: 1px solid #e2e2e2;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-map h5 {
    float: left;
    margin: 24px 0 0 55px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-map svg {
    margin: -30px 0 0 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-city {
    left: 488px;
    width: 281px;
    height: 248px;
    border-right: 1px solid #e2e2e2;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-city h5 {
    margin: 75px 0 0 40px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-city select {
    margin: 15px 0 0 40px;
    width: 220px;
    float: left;
    display: inline;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-city .ui-selectmenu-button {
    display: block;
    margin: 15px 0 0 40px;
    padding: 10px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-city .ui-selectmenu-button .ui-icon {
    right: 5px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging {
    left: 254px;
    top: 247px;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    width: 515px;
    height: 208px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging h5 {
    margin: 24px 0 0 24px;
    width: auto;
    text-align: center;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form {
    margin: 20px 0 0 24px;
    font-size: 12px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 515px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul li {
    width: 175px;
    margin: 0;
    display: inline;
    float: left;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form .btn {
    right: 5%;
    bottom: 5%;
    border: 0;
  }
}

@media (max-width: 767px) {
  #global-nav .nav-wrap #menu-mobile .supernav-pts h5 {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-city {
    width: 85%;
    margin: 48px auto 0 auto;
    left: 150%;
    border: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-city select {
    display: block;
    float: none;
    margin: 15px auto 0 auto;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging {
    width: 100%;
    margin: 48px auto 0 auto;
    left: 150%;
    top: 25%;
    border: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form {
    margin: 20px 0 0 0;
    font-size: 12px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    height: 170px;
    overflow-y: scroll;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul {
    margin: 15px auto;
    padding: 0;
    float: none;
    width: 75%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form ul li {
    width: 180px;
    margin: 0;
    display: block;
    float: left;
    clear: both;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-pts-lodging form .btn {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #global-nav .nav-wrap #menu-mobile .supernav-section {
    height: 455px;
    position: relative;
    margin-left: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.things-to-do {
    height: auto;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-go {
    background-position-x: -120px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-stay {
    background-position-x: -70px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section-intro {
    width: 205px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section-intro h2 {
    top: 0;
    left: 14px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section-intro p {
    top: 75px;
    left: 14px;
    width: 194px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu {
    left: 221px;
  }
}

@media (max-width: 992px) {
  #global-nav .nav-wrap #menu-mobile .supernav-section {
    height: 200px;
    position: relative;
    margin-left: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-stay {
    height: 500px;
    background: url(../images/supernav/background-places-to-stay-tablet.jpg) no-repeat;
    background-color: white;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.things-to-do {
    height: auto;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-go {
    height: 500px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section-intro {
    width: 255px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section-intro h2 {
    left: 24px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section-intro p {
    left: 24px;
    width: 194px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu {
    position: absolute;
    top: 0px;
    left: 253px;
    width: 100%;
    height: 48px;
    background: #fff;
    color: #acafb4;
    border-bottom: 1px solid #e2e2e2;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu h5 {
    color: #5e2b12;
    position: absolute;
    top: 11px;
    left: 22px;
    font-family: Montserrat;
    font-weight: 12px;
    text-transform: uppercase;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul {
    position: absolute;
    top: 20px;
    left: 100px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li {
    display: inline;
    float: left;
    list-style: none;
    width: 180px;
    font-family: Montserrat;
    font-size: 13px;
    text-align: left;
    opacity: 1;
    color: #e2e2e2;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li.active {
    color: #5e2b12;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li.active span {
    color: #5e2b12;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li.active span:before {
    content: "\f107";
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li.supernav-ptg-vbm-cities {
    width: 80px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li span {
    width: 20px;
    height: 20px;
    font-size: 19px;
    float: left;
    margin: -5px 0 0 0;
    color: #e2e2e2;
    font-family: FontAwesome;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li span:before {
    content: '\f105';
  }
}

@media (max-width: 767px) {
  #global-nav .nav-wrap #menu-mobile .supernav-section {
    min-width: 320px;
    width: 100%;
    background: #fff;
    overflow: hidden;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section h2 {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.things-to-do {
    background-image: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.things-to-do.open {
    height: 400px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.things-to-do .supernav-section-intro {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-go {
    background-image: none;
    min-height: 140px;
    max-height: 333px;
    height: 140px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-go.open {
    height: 333px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-go .supernav-section-intro {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-stay {
    background-image: none;
    background: #fff;
    width: 100%;
    float: left;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-section.places-to-stay .supernav-section-intro {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd h5,
  #global-nav .nav-wrap #menu-mobile .supernav-pts h5 {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd,
  #global-nav .nav-wrap #menu-mobile .supernav-pts {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45%;
    position: absolute;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd.prev,
  #global-nav .nav-wrap #menu-mobile .supernav-pts.prev {
    left: -150%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd.active,
  #global-nav .nav-wrap #menu-mobile .supernav-pts.active {
    left: 50%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd.next,
  #global-nav .nav-wrap #menu-mobile .supernav-pts.next {
    left: 150%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-steps,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-steps {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #bfbfbf;
    font-family: Montserrat;
    font-size: 12px;
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-steps div,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-steps div {
    display: inline;
    float: left;
    width: 33%;
    height: 26px;
    text-align: center;
    padding: 2px 0 0 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-steps div.active,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-steps div.active {
    color: #5e2b12;
    border-bottom: 1px solid #5e2b12;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-left-btn,
  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-right-btn,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-left-btn,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-right-btn {
    display: block;
    font-size: 45px;
    font-family: FontAwesome;
    color: #e6a819;
    position: absolute;
    top: 156px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-left-btn:after,
  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-right-btn:after,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-left-btn:after,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-right-btn:after {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 85%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-left-btn,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-left-btn {
    left: 14px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-left-btn:after,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-left-btn:after {
    content: "Prev";
    left: 70%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-right-btn,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-right-btn {
    right: 14px;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-right-btn:after,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-right-btn:after {
    content: "Next";
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-search-btn,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-search-btn,
  #global-nav .nav-wrap #menu-mobile .supernav-ttd-selector h4 {
    display: block;
    background: #e6a819;
    width: 212px;
    height: 44px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
    text-transform: uppercase;
    margin: 15px auto 0 auto;
    border: 0;
    text-align: center;
    padding: 11px 0 0 0;
    bottom: 1em;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-mobile-search-btn.extra-margin,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-mobile-search-btn.extra-margin,
  #global-nav .nav-wrap #menu-mobile .supernav-ttd-selector h4.extra-margin {
    margin: 45px auto 0 auto;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-map,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-map {
    width: 80%;
    margin: 0 auto;
    border: 0;
    float: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-ttd-map svg.map,
  #global-nav .nav-wrap #menu-mobile .supernav-pts-map svg.map {
    max-height: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border-bottom: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu h5 {
    display: none;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    list-style: none;
    color: #5e2b12;
    font-family: Montserrat;
    font-size: 14px;
    text-align: left;
    opacity: 1;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li.supernav-ptg-vbm-cities {
    width: 100%;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li.active {
    height: 228px;
    border-bottom: 1px solid #e2e2e2;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li span {
    width: 30px;
    margin: -4px 0 0 25px;
    color: #5e2b12;
  }

  #global-nav .nav-wrap #menu-mobile .supernav-view-by-menu ul li.active span:before {
    content: '\f104';
  }
}

#global-nav.open {
  height: 100% !important;
  overflow-y: scroll;
}

#global-nav.open > .container {
  height: 100%;
}

#global-nav.open > .container > .row {
  height: 100%;
}

#global-nav.open .nav-wrap {
  height: 100%;
}

@media (max-width: 767px) {
  #global-nav a.logo-wrap {
    display: block;
    opacity: .5;
    padding-top: 14px;
    width: 133px;
  }

  #global-nav a.logo-wrap img {
    display: block;
    height: auto;
    width: 100%;
  }
}

footer {
  background-color: #157388;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  opacity: .5;
  text-decoration: none;
}

footer .heading {
  background: url(/images/footer-headline-border.png) 0 100% no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 20px 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}

footer .right .heading {
  background-position: 100% 100%;
  text-align: right;
}

footer .copyright {
  color: #44a2b7;
  font-size: 12px;
}

footer ul.location-info {
  text-align: right;
}

footer ul.location-info li {
  color: #fff;
  font-size: 12px;
  list-style: none;
  margin-bottom: 10px;
}

footer ul.location-info li i {
  color: #e6a819;
}

footer ul.location-info.canada {
  padding: 0;
}

footer ul.location-info.canada li {
  background: url(/images/canadian-leaf.png) no-repeat;
  background-size: 40px 43px;
  padding: 15px 0 15px 45px;
  text-align: left;
}

footer .social {
  text-align: right;
}

footer .social a {
  display: inline-block;
  height: 20px;
  margin: 0 0 15px 0;
  text-align: center;
  width: 35px;
}

footer .social a i {
  color: #fff;
  font-size: 20px;
}

footer ul.general-links {
  margin: 0;
  padding: 0;
}

footer ul.general-links li {
  font-size: 12px;
  list-style: none;
  margin-bottom: 10px;
}

footer .upper {
  background: url(/images/footer-texture-top.jpg) no-repeat 50% 0;
  padding: 60px 0 50px 0;
}

footer .lower {
  background: #116173 url(/images/footer-texture-bottom.jpg) repeat;
}

footer .lower img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 25px 0;
}

footer .lower h3 {
  text-align: center;
}

@media (min-width: 767px) {
  img.center-block {
    max-width: 73px;
  }
}

@media (max-width: 767px) {
  footer .upper {
    padding: 25px 0 20px 0;
  }
}

#poi-header {
  margin-bottom: 15px;
  position: relative;
}

#poi-header .image-container {
  width: 66.7%;
}

#poi-header .image-container img {
  display: block;
  height: auto;
  width: 100%;
}

#poi-header .right {
  background-color: rgba(21, 115, 136, 0.85);
  overflow: auto;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 0;
}

#poi-header .right h1 {
  color: #fff;
  font-size: 49px;
  line-height: .84;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

#poi-header .right p {
  color: #fff;
}

#poi-header .right p a {
  color: #fff;
  text-decoration: underline;
}

#poi-header .right .meta-info {
  margin-bottom: 50px;
}

#poi-header .right .meta-info .detail {
  line-height: 1.2;
}

#poi-header .right .meta-info .detail span {
  font-weight: bold;
  text-transform: uppercase;
}

#poi-header .right .links .icon {
  display: block;
  font-size: 30px;
}

#poi-header .right .links a {
  border-bottom: none;
  border-color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid;
  color: rgba(255, 255, 255, 0.5);
  display: table-cell;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

#poi-header .right .links a:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  text-decoration: none;
}

#poi-header .right .links a:first-child {
  border-left: none;
  padding-left: 0;
}

@media (max-width: 992px) {
  #poi-header .image-container {
    width: 100%;
  }

  #poi-header .right {
    padding: 15px;
    position: relative;
  }

  #poi-header .right h1 {
    font-size: 36px;
  }

  #poi-header .right .meta-info {
    display: block;
    float: left;
    margin-bottom: 0;
    padding: 0 0 0 45px;
    width: 45%;
  }

  #poi-header .right .meta-info .detail {
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
  }

  #poi-header .right .links {
    display: block;
    float: right;
    width: 45%;
  }
}

@media (max-width: 768px) {
  #poi-header .image-container {
    width: 100%;
  }

  #poi-header .right {
    padding: 15px;
    position: relative;
  }

  #poi-header .right h1 {
    font-size: 36px;
  }

  #poi-header .right .meta-info {
    float: none;
    margin-bottom: 15px;
    padding: 0;
    width: auto;
  }

  #poi-header .right .meta-info .detail {
    display: inline-block;
    margin-right: 20px;
  }

  #poi-header .right .meta-info .detail.phone {
    background-color: #e6a819;
    border-radius: 5px;
    margin-right: 0;
    padding: 10px 12px;
  }

  #poi-header .right .meta-info .detail.phone a {
    color: #fff;
  }

  #poi-header .right .links {
    float: none;
    width: auto;
  }
}

.poi-regionimages a {
  display: block;
}

.poi-regionimages img {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}

@media (max-width: 768px) {
  .poi-regionimages img {
    max-width: 100%;
  }
}

.breadcrumbs ul {
  margin: 0 0 30px 0;
  padding: 0;
}

.breadcrumbs ul li {
  color: #c6c9cc;
  display: inline-block;
  margin-left: 15px;
}

.breadcrumbs ul li a {
  border-bottom: 2px solid #c6c9cc;
  color: #000;
}

.breadcrumbs ul li a:hover {
  border-color: #000;
  text-decoration: none;
}

.breadcrumbs ul li:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .breadcrumbs {
    position: relative;
    overflow: scroll;
  }

  .breadcrumbs ul li {
    font-size: 12px;
    margin-left: 10px;
  }
}

.tabs {
  border-bottom: 1px solid #e2e2e2;
  font-size: 0;
  text-align: center;
}

.tabs .tab {
  cursor: pointer;
  display: inline-block;
  background-color: #e2e2e2;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

.tabs .tab.active {
  background-color: #e6a819;
}

.tabs .tab.first {
  border-radius: 5px 0 0 0;
}

.tabs .tab.last {
  border-radius: 0 5px 0 0;
}

.tabs p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.tabs.all-grids {
  border: none;
}

.tabs.all-grids .tab {
  border-radius: 0;
  padding: 10px 25px;
  width: auto;
}

.tab-content .tab-section {
  display: none;
}

.tab-content .tab-section.tab-mobile-only,
.tab-content .tab-section.active {
  display: block;
}

@media (max-width: 767px) {
  .tab-content .tab-section {
    display: none;
  }

  .tab-content .tab-section.tab-mobile-only {
    display: none;
  }

  .tab-content .tab-section.active {
    display: block;
  }
}

#search-results-map-wrap {
  position: relative;
  width: 100%;
}

#search-results-map-wrap #search-results-map {
  border-bottom: 1px solid #e6a819;
  height: 555px;
  margin-bottom: 60px;
}

#search-results-map-wrap .icon-menu {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
  z-index: 100;
}

#search-results-map-wrap .icon-menu ul {
  margin: 0;
  padding: 0 10px;
}

#search-results-map-wrap .icon-menu ul li {
  color: #5e2b12;
  cursor: pointer;
  font-size: 11px;
  list-style: none;
  margin-top: 20px;
  opacity: .4;
  padding: 0;
}

#search-results-map-wrap .icon-menu ul li.events {
  color: #e6a819;
}

#search-results-map-wrap .icon-menu ul li.adventures {
  color: #157388;
}

#search-results-map-wrap .icon-menu ul li.things {
  color: #d85735;
}

#search-results-map-wrap .icon-menu ul li.treks {
  color: #31689b;
}

#search-results-map-wrap .icon-menu ul li .icon {
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  padding-top: 5px;
  text-align: center;
  width: 50px;
}

#search-results-map-wrap .icon-menu ul li span {
  display: inline-block;
}

#search-results-map-wrap .icon-menu ul li.active {
  font-weight: bold;
  opacity: 1;
}

#search-results-map-wrap .icon-menu ul li.active .icon {
  background-color: #5e2b12;
  color: #fff;
}

#search-results-map-wrap .icon-menu ul li.active.events .icon {
  background-color: #e6a819;
}

#search-results-map-wrap .icon-menu ul li.active.adventures .icon {
  background-color: #157388;
}

#search-results-map-wrap .icon-menu ul li.active.things .icon {
  background-color: #d85735;
}

#search-results-map-wrap .icon-menu ul li.active.treks .icon {
  background-color: #31689b;
}

#search-results-map-wrap .icon-menu ul li:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  #search-results-map-wrap #search-results-map {
    height: 355px;
  }
}

.map-overlay {
  background-color: rgba(94, 43, 18, 0.9);
  display: none;
  height: 100%;
  left: 0;
  padding: 35px 15px 0 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

.map-overlay .itinerary a {
  border: none;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  text-transform: none;
}

.map-overlay .itinerary a .icon {
  font-size: 20px;
  vertical-align: middle;
}

.map-overlay p {
  color: #fff;
  margin-bottom: 20px;
}

.map-overlay span {
  color: #fff;
}

.map-overlay a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.map-overlay a:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .map-overlay {
    background-color: transparent;
    display: block;
    bottom: 0;
    height: auto;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    text-align: left;
    top: auto;
    width: 100%;
    z-index: 100;
  }

  .map-overlay .itinerary {
    display: inline-block;
  }

  .map-overlay .itinerary a {
    margin: 0;
    padding: 0;
  }

  .map-overlay .itinerary a .icon {
    font-size: 30px;
  }

  .map-overlay .itinerary span {
    display: none;
  }

  .map-overlay .intro {
    display: none;
  }

  .map-overlay .learn-more {
    color: #fff;
    float: right;
    padding-top: 10px;
  }
}

.refine-search {
  display: none;
  margin-bottom: 15px;
  padding-left: 15px;
}

.refine-search h1 {
  display: inline-block;
  margin: 0;
}

.refine-search .open-filter {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  text-align: center;
  vertical-align: top;
  width: 40px;
}

.refine-search .open-filter i {
  font-size: 12px;
  line-height: 40px;
}

.refine-search.opened {
  visibility: hidden;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .refine-search {
    display: block;
  }
}

.search-results {
  font-size: 0;
  text-align: center;
}

.search-results.left {
  text-align: left;
}

.search-results .parameters {
  display: none;
}

.search-results .empty-message {
  display: none;
}

.search-results .empty-message p {
  font-size: 14px;
}

.search-results .empty-message.active {
  display: block;
}

.search-results .result-wrap {
  display: inline-block;
  padding: 15px 5px;
}

.search-results .result-wrap .result {
  text-align: left;
  position: relative;
}

.search-results .result-wrap .headline-wrap {
  left: 0;
  position: absolute;
  top: -15px;
  width: 97%;
  z-index: 101;
}

.search-results .result-wrap .headline-wrap .headline {
  display: block;
}

.search-results .result-wrap .headline-wrap p {
  background-color: #5e2b12;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 8px;
}

.search-results .result-wrap.discover .headline-wrap p {
  background-color: #d85735;
}

.search-results .result-wrap.adventures .headline-wrap p {
  background-color: #157388;
}

.search-results .result-wrap.events .headline-wrap p {
  background-color: #e6a819;
}

.search-results .result-wrap.deals .headline-wrap p {
  background-color: #336699;
}

.search-results .result-wrap .img-container {
  width: 275px;
}

.search-results .result-wrap .img-container img {
  display: block;
  height: auto;
  width: 100%;
}

.search-results .result-wrap .img-container.small {
  width: 235px;
}

.search-results .result-wrap.double .img-container {
  width: 558px;
}

.search-results .result-wrap .actions {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  bottom: 0;
  font-size: 0;
  left: 0;
  padding: 10px 10px 15px 10px;
  position: absolute;
  width: 100%;
  z-index: 200;
}

.search-results .result-wrap .actions > * {
  display: inline-block;
  font-size: 12px;
  vertical-align: bottom;
}

.search-results .result-wrap .actions .radio,
.search-results .result-wrap .actions .checkbox {
  color: #fff;
  margin: 0;
  padding-top: 5px;
}

.search-results .result-wrap .actions .radio label,
.search-results .result-wrap .actions .checkbox label {
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
}

.search-results .result-wrap .actions .radio label.default,
.search-results .result-wrap .actions .checkbox label.default {
  color: #fff;
}

.search-results .result-wrap .actions .delete {
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 25px;
  text-align: center;
  width: 25px;
}

.search-results .result-wrap .actions .delete i {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.search-results .result-wrap .actions .delete:hover {
  background-color: #157388;
  border-color: transparent;
}

.search-results .result-wrap .overlay {
  background-color: rgba(94, 43, 18, 0.9);
  display: none;
  height: 100%;
  left: 0;
  padding: 55px 15px 0 15px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.search-results .result-wrap .overlay p {
  font-size: 14px;
}

.search-results .result-wrap .overlay .itinerary a {
  border: none;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-bottom: 20px;
  text-transform: none;
}

.search-results .result-wrap .overlay .itinerary a .icon {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.search-results .result-wrap .overlay .itinerary a span {
  display: none;
  font-size: 12px;
}

.search-results .result-wrap .overlay .itinerary a:hover {
  color: #fff;
}

.search-results .result-wrap .overlay .itinerary a:hover span {
  display: inline;
}

.search-results .result-wrap .overlay .intro {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.search-results .result-wrap .overlay a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.search-results .result-wrap .overlay a:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.search-results .result-wrap .overlay .intro {
  bottom: 50px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding-right: 15px;
  position: absolute;
}

.search-results .result-wrap .overlay .intro a {
  border-bottom: none;
  color: #fff;
  text-transform: none;
}

.search-results .result-wrap .overlay .lower {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 0;
  min-height: 45px;
  padding-top: 5px;
  position: absolute;
  width: 90%;
}

.search-results .result-wrap .overlay .lower > * {
  display: inline-block;
  float: left;
}

.search-results .result-wrap .overlay .lower > *.itinerary a {
  margin-bottom: 0;
}

.search-results .result-wrap .overlay .lower > *.learn-more {
  float: right;
  font-size: 12px;
  padding-top: 4px;
}

.search-results .result-wrap .overlay.window {
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  text-align: center;
}

.search-results .result-wrap .overlay.window i {
  font-size: 30px;
  margin: 0 0 20px 0;
}

.search-results .result-wrap .overlay.window p {
  font-size: 22px;
  text-decoration: underline;
}

.search-results .result-wrap:hover .overlay,
.search-results .result-wrap.active .overlay {
  display: block;
}

@media (max-width: 1024px) {
  .search-results .result-wrap .overlay {
    background-color: transparent;
    display: block;
    bottom: 0;
    height: auto;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    text-align: left;
    top: auto;
    width: 100%;
    z-index: 100;
  }

  .search-results .result-wrap .overlay .itinerary {
    display: inline-block;
  }

  .search-results .result-wrap .overlay .itinerary a {
    color: #fff;
    margin: 0;
    padding: 0;
  }

  .search-results .result-wrap .overlay .itinerary a .icon {
    font-size: 30px;
  }

  .search-results .result-wrap .overlay .itinerary span {
    display: none;
  }

  .search-results .result-wrap .overlay a {
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
  }

  .search-results .result-wrap .overlay .intro {
    display: none;
  }

  .search-results .result-wrap .overlay .learn-more {
    color: #fff;
    float: right;
    padding-top: 10px;
  }

  .search-results .result-wrap .overlay .lower {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    border: none;
    left: 0;
    padding: 5px 10px 0 10px;
    width: 100%;
  }

  .search-results .result-wrap .overlay.window {
    display: none;
  }
}

@media (max-width: 767px) {
  .search-results .result-wrap .overlay .lower {
    bottom: 15px;
  }
}

.search-results .result-wrap .result.google-trekker .overlay {
  color: #bcada8;
  cursor: pointer;
}

.search-results .result-wrap .result.google-trekker .overlay img {
  display: block;
  margin: 0 auto;
}

.search-results .result-wrap .result.google-trekker .overlay p {
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .search-results .result-wrap .result.google-trekker .overlay {
    height: 100%;
  }

  .search-results .result-wrap .result.google-trekker .overlay img {
    display: none;
  }

  .search-results .result-wrap .result.google-trekker .overlay p {
    display: none;
  }
}

@media (max-width: 1200px) {
  .search-results .result-wrap .img-container {
    width: 275px;
  }
}

@media (max-width: 767px) {
  .search-results .result-wrap {
    padding: 15px 0;
    float: none;
    width: 100%;
  }

  .search-results .result-wrap .result {
    width: 100%;
    padding: 15px 0;
    width: 100%;
  }

  .search-results .result-wrap .result .img-container {
    width: 100%;
  }

  .search-results .result-wrap .result .img-container img {
    height: auto;
    width: 100%;
  }

  .search-results .result-wrap .headline-wrap {
    top: -5px;
  }
}

.search-results#related-adventures {
  margin-bottom: 15px;
}

.search-results#related-adventures .result-wrap {
  text-align: left;
}

.search-results#related-adventures .result-wrap .img-container {
  margin-bottom: 15px;
  width: 100%;
}

.search-results#related-adventures .result-wrap p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.search-results#related-adventures .result-wrap a {
  font-size: 14px;
}

.search-results#related-adventures .swiper-pagination {
  bottom: auto;
  top: 61%;
}

.search-results#related-adventures .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.search-results#related-adventures .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}

.search-results#related-adventures .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  top: 38%;
}

.search-results#related-adventures .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  top: 38%;
}

@media (max-width: 991px) {
  .search-results#related-adventures .result-wrap .text-below {
    padding: 0 15px;
  }
}

.search-results-view-more {
  background: url(/images/zigzag.png) repeat-x 0 50%;
  margin-top: 30px;
  text-align: center;
}

.search-results-view-more.margin-default {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .search-results {
    margin: 0 -15px;
  }
}

.search-results-toggles {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 18px 0;
}

.static-header {
  background: url(/images/zigzag.png) repeat-x 0 100%;
}

.static-header .image-wrap {
  position: relative;
}

.static-header img {
  display: block;
  height: auto;
  width: 100%;
}

.static-header h1 {
  color: #fff;
  font-size: 74px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  top: -250px;
  width: 1170px;
}

.static-header p {
  font-size: 16px;
  padding: 35px 0 55px 0;
}

@media (max-width: 1199px) {
  .static-header h1 {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .static-header h1 {
    top: -120px;
    width: 750px;
  }
}

@media (max-width: 768px) {
  .static-header h1 {
    font-size: 36px;
    top: -60px;
    width: 100%;
  }
}

.temporary-itinerary-content {
  padding: 30px 0;
}

.temporary-itinerary-content form {
  margin-bottom: 30px;
}

.travel-guides h1 {
  color: #5e2b12;
  font-size: 76px;
  text-transform: uppercase;
}

.travel-guides h1 .icon {
  display: inline-block;
  font-size: 36px;
}

#modal-general #modal-general-window {
  background: #fff url(/images/google-trekker-window-bkg.jpg) no-repeat 55px 0;
  border-radius: 4px;
  display: none;
  padding: 5px;
  position: absolute;
  width: 700px;
  z-index: 10001;
}

#modal-general #modal-general-window .header {
  min-height: 50px;
  padding: 4px 0;
  position: relative;
  text-align: right;
}

#modal-general #modal-general-window .header .close {
  position: absolute;
  right: 13px;
  top: 13px;
}

#modal-general #modal-general-window .header p {
  color: #5e2b12;
  font-size: 20px;
  font-weight: bold;
  margin: 0 80px 0 0;
  text-transform: uppercase;
}

#modal-general #modal-general-window .header p a {
  background-color: #5e2b12;
  border-radius: 4px;
  color: #fff;
  padding: 3px  5px;
}

#modal-general #modal-general-window .header p a span {
  font-weight: normal;
}

#modal-general #modal-general-window iframe {
  width: 100%;
}

#modal-general #modal-general-window.active {
  display: block;
}

#modal-general #modal-general-mask {
  background: rgba(9, 9, 9, 0.75);
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#modal-general #modal-general-mask.active {
  display: block;
}

.my-nevada-menu {
  padding-top: 30px;
}

.my-nevada-menu p {
  color: #8ab9c4;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.my-nevada-menu ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 15px;
}

.my-nevada-menu ul li {
  list-style: none;
  margin: 0 0 15px 0;
}

.my-nevada-menu ul li a {
  color: #157388;
}

.my-nevada-menu .my-profile {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  margin: 0 0 15px 0;
  padding: 15px 0;
  text-align: center;
}

.my-nevada-menu .my-profile .image {
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.my-nevada-menu .my-profile .image img {
  border-radius: 50%;
  display: block;
}

.my-nevada-menu .my-profile ul {
  display: inline-block;
  margin: 0;
  padding-top: 15px;
  vertical-align: top;
}

.my-nevada-menu .my-profile ul li {
  margin-bottom: 5px;
}

.my-nevada-menu .my-profile ul li a {
  font-size: 12px;
}

@media (max-width: 768px) {
  .my-nevada-menu .my-profile {
    border-bottom: none;
    border-top: none;
    text-align: center;
  }

  .my-nevada-menu .my-profile .image {
    display: block;
  }

  .my-nevada-menu .my-profile .image img {
    margin: 0 auto;
  }

  .my-nevada-menu .my-profile ul {
    display: block;
  }

  .my-nevada-menu .my-profile ul li {
    display: inline-block;
    margin-left: 40px;
  }

  .my-nevada-menu .my-profile ul li:first-child {
    margin-left: 0;
  }
}

.landing-overview .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 0 15px 0;
}

.landing-overview .header > div {
  display: inline-block;
}

.landing-overview .header .header-right {
  position: relative;
}

.landing-overview .header .header-right .btn {
  bottom: 0;
  position: absolute;
  right: 0;
}

.landing-overview .header h2 {
  color: #e6a819;
  font-size: 30px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.landing-overview .header h2 .icon {
  display: inline-block;
}

.landing-overview .header p {
  margin: 0;
}

.landing-overview.landing-adventures .header h2 {
  color: #5e2b12;
}

.landing-overview.landing-itineraries {
  padding-top: 30px;
}

.landing-overview .search-results {
  border-top: 1px solid #e2e2e2;
  padding: 55px 0 0 0;
}

@media (max-width: 768px) {
  .landing-overview .header {
    display: block;
  }

  .landing-overview .header > div {
    display: block;
  }

  .landing-overview .header .header-right .btn {
    position: relative;
    width: 100%;
  }

  .landing-overview .header p {
    display: none;
  }
}

.content-header {
  background: url(/images/zigzag.png) repeat-x 0 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.content-header h1 {
  color: #5e2b12;
  font-size: 30px;
  text-transform: uppdercase;
}

#google-trekker-window {
  background: #fff url(/images/google-trekker-window-bkg.jpg) no-repeat 55px 0;
  border-radius: 4px;
  display: none;
  padding: 5px;
  position: absolute;
  width: 80%;
  z-index: 10001;
}

#google-trekker-window .header {
  padding: 4px 0;
  position: relative;
  text-align: right;
}

#google-trekker-window .header .close {
  position: absolute;
  right: 13px;
  top: 13px;
}

#google-trekker-window .header p {
  color: #5e2b12;
  font-size: 20px;
  font-weight: bold;
  margin: 0 80px 0 0;
  text-transform: uppercase;
}

#google-trekker-window .header p a {
  background-color: #5e2b12;
  border-radius: 4px;
  color: #fff;
  padding: 3px  5px;
}

#google-trekker-window .header p a span {
  font-weight: normal;
}

#google-trekker-window iframe {
  width: 100%;
}

#google-trekker-mask {
  background: rgba(9, 9, 9, 0.75);
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#adventures-create {
  background: url(/images/zigzag.png) repeat-x 0 100%;
  margin-bottom: 70px;
  padding-bottom: 60px;
}

#adventures-create label {
  font-weight: bold;
  text-transform: uppercase;
}

#adventures-create p.heading {
  font-weight: bold;
  text-transform: uppercase;
}

#adventures-create .checkbox label {
  padding-left: 0;
}

#adventures-create .checkbox input[type="checkbox"] {
  display: none;
}

#adventures-create .checkbox label input[type="checkbox"] + span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(/images/supernav/checkbox-sprites.png) -19px top no-repeat;
  cursor: pointer;
}

#adventures-create .checkbox label input[type="checkbox"]:checked + span {
  background: url(/images/supernav/checkbox-sprites.png) left top no-repeat;
}

#adventures-create .image-uploader {
  margin-bottom: 30px;
}

#adventures-create .image-uploader .upload-trigger > * {
  display: inline-block;
}

#adventures-create .image-uploader .btn {
  margin-bottom: 15px;
}

#adventures-create .image-uploader .images {
  font-size: 0;
}

#adventures-create .image-uploader .images .image {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}

#adventures-create .image-uploader .images .image:first-child {
  margin-left: 0;
}

#adventures-create .image-uploader .images .image .actions {
  bottom: 0;
  font-size: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}

#adventures-create .image-uploader .images .image .actions > * {
  display: inline-block;
  font-size: 12px;
  vertical-align: bottom;
}

#adventures-create .image-uploader .images .image .actions .checkbox {
  color: #fff;
  margin: 0;
  padding-top: 5px;
}

#adventures-create .image-uploader .images .image .actions .checkbox label {
  text-transform: none;
}

#adventures-create .image-uploader .images .image .actions .delete {
  background-color: #157388;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 25px;
  text-align: center;
  width: 25px;
}

#adventures-create .image-uploader .images .image .actions .delete i {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

#adventures-create.dropzone {
  border: none;
  background: transparent;
  padding: 0;
}

#adventures-create.dropzone .dz-message {
  display: none;
}

#adventures-create.dropzone .dropzone-previews {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

@media (max-width: 768px) {
  #adventures-create .image-uploader .upload-trigger ul {
    padding-left: 17px;
  }

  #adventures-create .image-uploader .images .image {
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

.category-dropdown select.form-control {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 75%;
}

.category-dropdown button.btn {
  margin-left: 10px;
  padding: 8px 12px;
}

@media (max-width: 768px) {
  .category-dropdown select.form-control {
    margin-bottom: 15px;
    width: 100%;
  }

  .category-dropdown button.btn {
    margin-left: 0;
    padding: 8px 12px;
    width: 100%;
  }
}

#region-city-dropdown {
  margin-bottom: 85px;
  margin-left: 70px;
  max-width: 225px;
}

#region-city-dropdown .region-image img {
  display: block;
  margin: 0 auto 15px auto;
}

#region-city-dropdown h2 {
  color: #5e2b12;
  text-transform: uppercase;
}

#region-city-dropdown form select {
  border-color: #5e2b12;
  color: #5e2b12;
}

@media (max-width: 768px) {
  #region-city-dropdown {
    margin-left: 0;
    max-width: 100%;
  }
}

#form-visitors-guide {
  background-color: #f8f8f8;
  margin: 0 0 30px 0;
  padding: 30px 15px;
}

#form-visitors-guide h2 {
  color: #5e2b12;
  text-transform: uppercase;
}

#form-visitors-guide .submit-group {
  padding-top: 20px;
}

#form-visitors-guide .submit-group .btn {
  margin-right: 10px;
  padding: 8px 50px;
}

#form-visitors-guide .submit-group p {
  display: inline-block;
  font-size: 11px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#form-visitors-guide .references {
  font-size: 11px;
  padding: 0;
}

#form-visitors-guide .get-the-guide-image h1 {
  color: #5e2b12;
  font-size: 96px;
  left: auto;
  line-height: .8;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
}

#form-visitors-guide .get-the-guide-image img {
  position: relative;
  top: -35px;
}

#form-visitors-guide .input-group-addon {
  cursor: pointer;
}

#form-visitors-guide .row.lower-padding .both,
#form-visitors-guide .row.lower-padding .left {
  padding-left: 5px;
}

#form-visitors-guide .row.lower-padding .both,
#form-visitors-guide .row.lower-padding .right {
  padding-right: 5px;
}

#form-visitors-guide.form-visitors-guide-part-1 .checkbox label {
  padding-left: 0;
}

#form-visitors-guide.form-visitors-guide-part-1 input[type="checkbox"] {
  display: none;
}

#form-visitors-guide.form-visitors-guide-part-1 input[type="checkbox"] + span {
  background: url(../images/supernav/checkbox-sprites.png) -19px top no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 17px;
  margin: 1px 4px 5px 0;
  vertical-align: middle;
  width: 17px;
}

#form-visitors-guide.form-visitors-guide-part-1 input[type="checkbox"]:checked + span {
  background: url(../images/supernav/checkbox-sprites.png) left top no-repeat;
}

@media (max-width: 992px) {
  #form-visitors-guide .get-the-guide-image h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  #form-visitors-guide .row.lower-padding .both,
  #form-visitors-guide .row.lower-padding .left {
    padding-left: 15px;
  }

  #form-visitors-guide .row.lower-padding .both,
  #form-visitors-guide .row.lower-padding .right {
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  #form-visitors-guide .get-the-guide-image h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

#form-profile {
  background: url(/images/zigzag.png) repeat-x;
  margin-top: 20px;
  padding-top: 30px;
}

#form-profile .hover-update {
  left: 220px;
  top: 425px;
}

#form-profile .personal {
  margin-bottom: 40px;
}

#form-profile .profile-image {
  text-align: center;
}

#form-profile .profile-image p {
  text-transform: uppercase;
}

#form-profile .profile-image img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 15px auto;
}

#form-profile .address {
  background-color: #f8f8f8;
  margin: 0;
  padding: 25px 30px;
}

#form-profile .address h2 {
  color: #e6a819;
  margin-top: 0;
  text-transform: uppercase;
}

#form-profile .address h2 span {
  color: #838383;
  font-size: 18px;
  text-transform: lowercase;
}

#form-profile .required {
  background: url(/images/zigzag.png) repeat-x 0 100%;
  padding: 25px 0 30px 0;
}

#form-profile .required p {
  font-size: 12px;
}

#form-profile .actions {
  padding: 30px 0 35px 0;
}

#form-profile .actions button {
  margin-right: 40px;
  padding: 10px 15px;
}

#form-profile .actions button.delete {
  background: none;
  color: #157388;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #form-profile .hover-update {
    left: 20px;
    top: 475px;
  }

  #form-profile .actions {
    margin: 0;
    text-align: center;
  }

  #form-profile .actions button {
    display: block;
    margin: 0 auto 25px auto;
  }
}

.newsletter-form-wrap {
  background-color: #116173;
  color: #fff;
  cursor: auto;
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
}

.newsletter-form-wrap .container {
  width: 460px;
  padding: 0;
}

.newsletter-form-wrap h2 {
  color: #fff;
}

.newsletter-form-wrap .header {
  background: url(/images/bkg-newsletter-form.jpg) no-repeat;
  background-size: cover;
  min-height: 173px;
  padding: 20px 15px;
}

.newsletter-form-wrap .header p {
  margin: 0;
}

.newsletter-form-wrap .header.confirmation {
  display: none;
}

.newsletter-form-wrap .header.confirmation h2 {
  margin-top: 35px;
}

.newsletter-form-wrap .lower-content {
  padding: 15px;
}

.newsletter-form-wrap .lower-content.confirmation {
  display: none;
}

.newsletter-form-wrap .lower-content.confirmation > * {
  display: none;
}

.newsletter-form-wrap h2 {
  font-size: 36px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.newsletter-form-wrap h6 {
  font-size: 12px;
}

.newsletter-form-wrap p {
  margin: 0 0 10px 0;
}

.newsletter-form-wrap p.heading {
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter-form-wrap p.footer {
  font-size: 12px;
}

.newsletter-form-wrap label {
  text-transform: uppercase;
}

.newsletter-form-wrap .error-messages p {
  margin: 0;
}

.newsletter-form-wrap .checkbox label {
  font-size: 12px;
}

.newsletter-form-wrap .button {
  text-align: right;
}

.newsletter-form-wrap .button button {
  background-color: #e6a819;
  border: none;
  color: #fff;
}

@media (max-width: 768px) {
  .newsletter-form-wrap {
    max-height: 400px;
    overflow: scroll;
  }

  .newsletter-form-wrap .container {
    width: 100%;
  }

  .newsletter-form-wrap .header {
    background-color: #157388;
    background-image: none;
  }

  .newsletter-form-wrap .required {
    text-align: right;
  }

  .newsletter-form-wrap .button button {
    width: 100%;
  }
}

#itineraries-create {
  position: relative;
}

#itineraries-create .hover-update {
  left: 75px;
  top: 90px;
}

#itineraries-create h1 {
  color: #e6a819;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#itineraries-create p.heading {
  font-weight: bold;
  text-transform: uppercase;
}

#itineraries-create .btn {
  padding: 7px 17px;
}

#itineraries-create .step {
  background: url(/images/zigzag.png) repeat-x 0 100%;
  display: none;
  margin-bottom: 90px;
  padding-bottom: 70px;
}

#itineraries-create .step.active {
  display: block;
}

@media (max-width: 768px) {
  #itineraries-create .hover-update {
    left: 20px;
    top: 110px;
  }

  #itineraries-create h1 {
    font-size: 30px;
  }

  #itineraries-create .btn {
    width: 100%;
  }

  #itineraries-create .step {
    margin-bottom: 60px;
    padding-bottom: 50px;
  }
}

#itineraries-edit {
  padding: 30px 0 100px 0;
}

#itineraries-edit .itinerary-name .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

#itineraries-edit .itinerary-name .form-group i {
  color: #157388;
  font-size: 25px;
  vertical-align: middle;
  visibility: hidden;
}

#itineraries-edit .itinerary-name .form-group i.active {
  visibility: visible;
}

#itineraries-edit .itinerary-name .form-group .form-control {
  display: inline-block;
  width: auto;
}

#itineraries-edit label.custom-checkbox {
  padding-left: 0;
}

#itineraries-edit .itinerary-actions {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
}

#itineraries-edit .itinerary-actions ul {
  margin: 0;
  padding: 15px 0;
}

#itineraries-edit .itinerary-actions ul li {
  color: #157388;
  display: inline-block;
  margin-left: 30px;
}

#itineraries-edit .itinerary-actions ul li:first-child {
  margin-left: 0;
}

#itineraries-edit .itinerary-actions ul li a i,
#itineraries-edit .itinerary-actions ul li a .icon {
  font-size: 20px;
  vertical-align: middle;
}

#itineraries-edit #itineraries-map-wrap {
  display: none;
  padding: 20px 0;
}

#itineraries-edit #itineraries-map-wrap #itineraries-map {
  height: 500px;
}

#itineraries-edit #list-itineraries {
  padding-top: 80px;
}

@media (max-width: 768px) {
  #itineraries-edit .itinerary-name .form-group {
    display: block;
    margin-bottom: 0;
    position: relative;
  }

  #itineraries-edit .itinerary-name .form-group i {
    left: 5px;
    position: absolute;
    top: 5px;
  }

  #itineraries-edit .itinerary-name .form-group .form-control {
    margin-bottom: 10px;
    padding-left: 30px;
    width: 100%;
  }

  #itineraries-edit .itinerary-name .btn {
    display: block;
    width: 100%;
  }

  #itineraries-edit .itinerary-actions ul {
    text-align: center;
  }

  #itineraries-edit .itinerary-actions ul li {
    margin: 0 0 10px 0;
    width: 24%;
    vertical-align: top;
  }

  #itineraries-edit .itinerary-actions ul li .icon,
  #itineraries-edit .itinerary-actions ul li .fa {
    border: 2px solid #157388;
    border-radius: 50%;
    display: block;
    height: 35px;
    margin: 0 auto 5px auto;
    padding-top: 5px;
    width: 35px;
  }

  #itineraries-edit .itinerary-actions ul li a:hover {
    text-decoration: none;
  }

  #itineraries-edit #itineraries-map {
    height: 400px;
  }
}

#form-auth-login p.required {
  text-align: right;
}

#form-auth-login .btn {
  padding: 15px 70px;
}

#form-auth-login .btn.facebook {
  background-color: #3b5998;
  padding: 15px 30px;
}

#form-auth-login ul {
  margin: 0 0 30px 0;
  padding: 0;
}

#form-auth-login ul li {
  display: inline-block;
  margin-left: 20px;
  text-align: center;
  vertical-align: top;
}

#form-auth-login ul li:first-child {
  margin-left: 0;
}

#form-auth-login ul li i {
  font-size: 16px;
  margin-right: 15px;
}

#form-auth-login ul li p {
  margin: 0;
  padding-top: 10px;
}

#form-auth-login .form-group {
  margin-bottom: 30px;
}

#form-auth-login .recaptcha {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #form-auth-login .btn {
    width: 100%;
  }

  #form-auth-login ul li {
    display: block;
    margin: 0 0 30px 0;
  }

  #form-auth-login ul li p {
    padding-top: 0;
  }
}

#form-auth-create p.required {
  text-align: right;
}

#form-auth-create .btn {
  margin-bottom: 5px;
  padding: 15px 70px;
}

#form-auth-create .btn.facebook {
  background-color: #3b5998;
  padding: 15px 30px;
}

#form-auth-create .form-group {
  margin-bottom: 30px;
}

#form-auth-create .recaptcha {
  margin-bottom: 30px;
}

#form-auth-create .actions {
  margin: 0 0 30px 0;
}

@media (max-width: 768px) {
  #form-auth-create .btn {
    width: 100%;
  }
}

#form-add-to-itinerary {
  padding: 15px;
}

#form-add-to-itinerary h1 {
  color: #157388;
  font-size: 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #form-add-to-itinerary {
    padding: 15px 10px;
  }
}

.template-general #adventure-map-wrap {
  position: relative;
  width: 100%;
}

.template-general #adventure-map-wrap #adventure-map {
  height: 555px;
  margin-bottom: 60px;
}

.home-internal-links {
  padding: 80px 0;
}

.home-internal-links .link h2 {
  color: #157388;
  text-transform: uppercase;
}

.home-internal-links .link h2 .icon {
  font-size: 24px;
}

.home-internal-links .link img {
  border-bottom: 6px solid #157388;
  display: block;
  height: auto;
  width: 100%;
}

.home-internal-links .link.app h2 {
  color: #e6a819;
}

.home-internal-links .link.app img {
  border-color: #e6a819;
}

.home-internal-links .link.guide h2 {
  color: #5e2b12;
}

.home-internal-links .link.guide img {
  border-color: #5e2b12;
}

.home-internal-links .link .app-links a {
  display: inline-block;
  margin-left: 15px;
}

.home-internal-links .link .app-links a img {
  width: auto;
}

.home-internal-links .link .app-links a:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .home-internal-links {
    padding: 40px 0;
  }
}

.landing-header {
  background: url(/images/zigzag.png) repeat-x 0 100%;
  padding: 30px 0 38px 0;
}

.landing-header h1 {
  color: #5e2b12;
  font-size: 60px;
  margin: 0;
  text-transform: uppercase;
}

.landing-header p {
  color: #fff;
}

.landing-header p.link-wrapper {
  color: #838383;
}

.landing-header #search-heading {
  padding-top: 23px;
  text-align: right;
}

.landing-header #search-heading input[type=text] {
  min-width: 350px;
}

@media (max-width: 768px) {
  .landing-header #search-heading input[type=text] {
    min-width: 100%;
  }

  .landing-header #search-heading .btn {
    width: 100%;
  }
}

.pages-two-col-image-single .smcx-widget {
  z-index: 100;
}

.pages-header {
  margin-bottom: 20px;
  padding-bottom: 55px;
  background: url(/images/zigzag.png) repeat-x 0 100%;
}

.pages-header.single-image img {
  display: block;
  height: auto;
  margin-bottom: 35px;
  width: 100%;
}

.pages-header.single-image h1 {
  color: #fff;
  font-size: 74px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  top: -4em;
  width: 1170px;
}

.pages-header.single-image p {
  font-size: 16px;
  margin: 0;
}

.contest-winner {
  margin-bottom: 40px;
}

.contest-winner h1 {
  font-size: 20px;
  margin: 0;
}

.contest-winner p {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.contest-winner img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .pages-header.single-image h1 {
    font-size: 37px;
    top: -3em;
  }
}

.place-details {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 45px;
  padding-bottom: 45px;
}

.amenities {
  font-size: 0;
}

.amenities p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.amenities ul {
  margin: 0;
  padding: 0;
}

.amenities ul li {
  display: inline-block;
  font-size: 14px;
  list-style: none;
  margin-bottom: 5px;
  width: 50%;
}

@media (max-width: 768px) {
  .place-details {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .amenities {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }

  .amenities .list-wrap {
    overflow: scroll;
  }

  .amenities ul li {
    vertical-align: top;
    width: 75%;
  }

  .amenities ul li i {
    color: #e6a819;
  }
}

.profile-content h1 {
  color: #e6a819;
  text-transform: uppercase;
}

.template-filter .filter-page-content .filter-results-wrapper {
  position: relative;
}

#getting-around h1 {
  color: #5e2b12;
  font-size: 76px;
  line-height: .8;
  margin: 0 0 15px 0;
}

#getting-around h2 {
  color: #157388;
  margin: 15px 0;
  text-transform: uppercase;
}

#getting-around .road-trippin {
  background: url(/images/getting-around/bkg-road-trippin.gif) no-repeat 100% 100%;
  padding: 50px 0;
}

#getting-around .road-trippin table th {
  border-bottom: 1px solid #e2e2e2;
  border-top: none;
}

#getting-around .road-trippin table td {
  border-top: none;
}

#getting-around .rub-shoulders {
  background-image: url(/images/getting-around/rub-shoulders-top.gif), url(/images/getting-around/rub-shoulders-bottom.gif);
  background-repeat: repeat-x;
  background-position: top, bottom;
  background-color: #f1f1f1;
  padding: 45px 0;
}

#getting-around .rub-shoulders .image-wrap img {
  height: auto;
  width: 100%;
}

#getting-around .rub-shoulders h2.home-featured-brown {
  color: #5e2b12;
}

#getting-around .rub-shoulders h2.home-featured-yellow {
  color: #e6a819;
}

@media (max-width: 768px) {
  #getting-around .rub-shoulders h2 {
    margin-bottom: 15px;
  }

  #getting-around .rub-shoulders .image-wrap {
    margin-bottom: 15px;
  }
}

#getting-around .ga-download-app {
  background: url(/images/zigzag.png) repeat-x;
  padding: 80px 0 60px 0;
}

#getting-around .ga-download-app .wrapper {
  background: url(/images/getting-around/download.jpg) no-repeat;
  background-size: cover;
}

#getting-around .ga-download-app .wrapper .right {
  background: rgba(21, 115, 136, 0.85);
  float: right;
  margin-right: -15px;
  padding: 35px;
  width: 66%;
}

#getting-around .ga-download-app .wrapper .right h1 {
  color: #fff;
  margin: 0;
}

#getting-around .ga-download-app .wrapper .right p {
  color: #fff;
}

@media (max-width: 768px) {
  #getting-around .ga-download-app {
    padding: 30px 0;
  }

  #getting-around .ga-download-app .wrapper {
    background: transparent;
  }

  #getting-around .ga-download-app .wrapper .right {
    float: none;
    width: 100%;
  }
}

#getting-around .widget-weather {
  padding: 90px 0 75px 0;
}

#getting-around .widget-weather h2 {
  margin-bottom: 15px;
  text-align: right;
}

#getting-around .widget-weather p {
  margin: 0;
}

#getting-around .widget-weather img {
  display: block;
  height: auto;
  width: 100%;
}

#getting-around .widget-weather img.inactive {
  display: none;
}

#getting-around .widget-weather .weather-heading p {
  color: #838383;
  font-weight: bold;
  text-transform: uppercase;
}

#getting-around .widget-weather .temperature-boxes {
  color: #fff;
  text-align: center;
}

#getting-around .widget-weather .temperature-boxes.inactive {
  display: none;
}

#getting-around .widget-weather .temperature-boxes .box {
  background-color: #157388;
  border-radius: 41%;
  margin: 0 0 12px 0;
  padding: 10px 0;
}

#getting-around .widget-weather .temperature-boxes .box .top {
  position: relative;
}

#getting-around .widget-weather .temperature-boxes .box .top p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline;
  padding: 0 25px;
  text-transform: uppercase;
}

#getting-around .widget-weather .temperature-boxes .box .degree-f {
  position: relative;
}

#getting-around .widget-weather .temperature-boxes .box .degree-f p {
  font-family: "GarageGothic Bold";
  font-size: 36px;
}

#getting-around .widget-weather .temperature-boxes .box .degree-c {
  position: relative;
}

#getting-around .widget-weather .temperature-boxes .box .degree-c p {
  font-size: 14px;
}

#getting-around .widget-weather .temperature-boxes .box.high {
  background-color: #ea7600;
}

@media (max-width: 768px) {
  #getting-around .widget-weather h2 {
    text-align: center;
  }
}

#getting-around .domore-spendless {
  background: url(/images/zigzag.png) repeat-x;
  padding: 80px 0 60px 0;
}

#getting-around .domore-spendless .wrapper {
  background: rgba(21, 115, 136, 0.85);
  font-size: 0;
}

#getting-around .domore-spendless .wrapper .left {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 38%;
}

#getting-around .domore-spendless .wrapper .left img {
  display: block;
  height: auto;
  width: 100%;
}

#getting-around .domore-spendless .wrapper .right {
  display: inline-block;
  margin-right: -15px;
  padding: 35px;
  vertical-align: top;
  width: 62%;
}

#getting-around .domore-spendless .wrapper .right h1 {
  color: #fff;
  font-size: 76px;
  margin: 0;
}

#getting-around .domore-spendless .wrapper .right p {
  color: #fff;
  font-size: 14px;
}

#getting-around .domore-spendless .wrapper .right p a {
  border-bottom: 2px solid #c6c9cc;
  color: #000;
  padding-bottom: 3px;
  text-transform: uppercase;
}

#getting-around .domore-spendless .wrapper .right p a:hover {
  border-color: #000;
  text-decoration: none;
}

@media (max-width: 768px) {
  #getting-around .domore-spendless {
    padding: 30px 0;
  }

  #getting-around .domore-spendless .wrapper .left {
    display: none;
  }

  #getting-around .domore-spendless .wrapper .right {
    float: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #getting-around h1 {
    font-size: 49px;
  }
}

.template-print {
  padding: 20px;
}

.template-print header h1 {
  color: #000;
  font-size: 75px;
  text-transform: uppercase;
}

.template-print header h1 .icon {
  font-size: 55px;
}

.template-print header img {
  height: auto;
  width: 70px;
}

.template-print footer {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  margin-top: 41px;
  position: relative;
}

.template-print footer .image-wrap {
  background: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -21px;
  width: 235px;
}

.template-print .itinerary {
  border-top: 1px solid #e2e2e2;
  font-size: 0;
  padding: 35px 0;
}

.template-print .itinerary .section {
  display: inline-block;
  vertical-align: top;
}

.template-print .itinerary .section:first-child {
  width: 30%;
}

.template-print .itinerary .section.info {
  margin-left: 20px;
  max-width: 60%;
}

.template-print .itinerary .section .sub-section {
  display: inline-block;
  vertical-align: top;
}

.template-print .itinerary .section .sub-section.address {
  margin-right: 20px;
  width: 200px;
}

.template-print .itinerary .section img {
  display: block;
  height: auto;
  width: 100%;
}

.template-print .itinerary .section h2 {
  color: #000;
  font-size: 35px;
  margin: 0 0 10px 0;
}

.template-print .itinerary .section p {
  color: #000;
  font-size: 14px;
}

.template-print .itinerary .section p.heading {
  font-weight: bold;
  text-transform: uppercase;
}

#supernav-wrap {
  position: relative;
  width: 100%;
  z-index: 2000;
  /* Medium devices (desktops, 992px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Small devices (tablets, 768px and up) */
  /* tablet layout */
  /* Medium devices (desktops, 992px and up) */
  /* Small devices (tablets, 768px and up) */
  /* tablet layout */
}

#supernav-wrap h2 {
  color: #fff;
}

#supernav-wrap .logo-wrap {
  padding: 14px 0 10px 0;
}

#supernav-wrap .logo-wrap .large .campaign {
  display: none;
}

#supernav-wrap .logo-wrap .small img {
  display: none;
}

#supernav-wrap .supernav-navbar {
  background: #fff url(/images/nav-bkg.png) no-repeat 0 0;
  border-bottom: 1px solid rgba(226, 226, 226, 0.2);
}

#supernav-wrap .supernav-navbar ul {
  padding-left: 0;
  padding-top: 34px;
}

#supernav-wrap .supernav-navbar ul li {
  color: #b9b9b9;
  cursor: pointer;
  display: inline-block;
  font-family: 'GarageGothic Regular';
  font-size: 40px;
  margin-left: 45px;
  text-transform: uppercase;
}

#supernav-wrap .supernav-navbar ul li i {
  font-size: 20px;
}

#supernav-wrap .supernav-navbar ul li i.fa-chevron-up {
  display: none;
}

#supernav-wrap .supernav-navbar ul li span {
  font-family: 'GarageGothic Bold';
}

#supernav-wrap .supernav-navbar ul li:first-child {
  margin-left: 0;
}

#supernav-wrap .supernav-navbar ul li:hover {
  color: #157388;
}

#supernav-wrap .supernav-navbar ul li.active {
  color: #157388;
}

#supernav-wrap .supernav-navbar ul li.active i {
  display: inline-block;
}

#supernav-wrap .supernav-navbar ul li.active i.fa-chevron-down {
  display: none;
}

#supernav-wrap.condensed .logo-wrap {
  padding: 5px 0;
}

#supernav-wrap.condensed .large {
  display: none;
}

#supernav-wrap.condensed .small img {
  display: inline;
}

#supernav-wrap.condensed .supernav-navbar ul {
  margin: 0;
  padding-top: 3px;
}

#supernav-wrap.campaign.full.closed .logo-wrap .large .no-campaign {
  display: none;
}

#supernav-wrap.campaign.full.closed .logo-wrap .large .campaign {
  display: block;
}

#supernav-wrap.campaign.full.closed .supernav-navbar {
  background-color: rgba(0, 0, 0, 0.45);
  background-image: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#supernav-wrap.campaign.full.closed .supernav-navbar ul li {
  color: #fff;
}

#supernav-wrap.campaign.full.closed .supernav-navbar ul li:hover,
#supernav-wrap.campaign.full.closed .supernav-navbar ul li.active {
  color: #157388;
}

#supernav-wrap .newsletter-form-wrap {
  display: none;
}

#supernav-wrap .supernav-section {
  background-color: white;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#supernav-wrap .supernav-section.open {
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.7);
}

#supernav-wrap .supernav-section .supernav-section-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#supernav-wrap .supernav-section.places-to-go {
  height: 453px;
  background: url(../images/supernav/background-places-to-go-desktop.jpg) no-repeat white;
}

#supernav-wrap .supernav-section.places-to-stay {
  height: 423px;
  background: url(../images/supernav/background-places-to-stay-desktop.jpg) no-repeat white;
}

#supernav-wrap .supernav-section.things-to-do {
  background: #fff;
  min-width: auto;
}

#supernav-wrap .supernav-section h5 {
  color: #5e2b12;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

#supernav-wrap .supernav-section-intro {
  color: #fff;
}

#supernav-wrap .supernav-section-intro h2 {
  font-family: GarageGothic Bold;
  text-transform: uppercase;
  font-size: 36px;
  position: absolute;
  top: 50px;
  left: 58px;
}

#supernav-wrap .supernav-section-intro p {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  top: 125px;
  left: 58px;
  width: 225px;
}

#supernav-wrap .supernav-ttd-mobile-steps,
#supernav-wrap .supernav-ttd-mobile-search-btn,
#supernav-wrap supernav-ttd-mobile-left-btn,
#supernav-wrap .supernav-ttd-mobile-right-btn {
  display: none;
}

#supernav-wrap .things-content-wrap {
  height: 423px;
}

#supernav-wrap .things-content-wrap .intro {
  background: url(../images/supernav/background-things-to-do-desktop.jpg) no-repeat;
  float: left;
  height: 423px;
  padding: 70px 58px 0 58px;
  width: 328px;
}

#supernav-wrap .things-content-wrap .intro h2 {
  font-size: 36px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#supernav-wrap .things-content-wrap .intro p {
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

#supernav-wrap .things-content-wrap .things-content {
  margin-left: 328px;
}

#supernav-wrap .things-content-wrap .things-content h5 {
  color: #838383;
  font-weight: normal;
  margin: 0;
  padding: 30px 35px 10px 35px;
  text-transform: none;
}

#supernav-wrap .things-content-wrap .things-content select {
  background-color: #f1f1f1;
}

#supernav-wrap .things-content-wrap .things-content .content-tabs {
  border-bottom: 1px solid #e2e2e2;
  padding-left: 35px;
  position: relative;
  width: 100%;
}

#supernav-wrap .things-content-wrap .things-content .content-tabs .content-tab {
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

#supernav-wrap .things-content-wrap .things-content .content-tabs .content-tab p {
  margin: 0;
}

#supernav-wrap .things-content-wrap .things-content .content-tabs .content-tab.active {
  border: 1px solid #e2e2e2;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  padding-bottom: 1px;
}

#supernav-wrap .things-content-wrap .things-content .content-tabs .content-tab.active p {
  color: #5e2b12;
}

#supernav-wrap .things-content-wrap .things-content .sections .section {
  display: none;
  width: 100%;
}

#supernav-wrap .things-content-wrap .things-content .sections .section h5 {
  color: #5e2b12;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

#supernav-wrap .things-content-wrap .things-content .sections .section h5 span {
  color: #838383;
  text-transform: none;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item {
  border-right: 1px solid #e2e2e2;
  float: left;
  padding-top: 40px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.map {
  height: 337px;
  width: 243px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.map svg {
  margin-left: 15px;
  max-height: 80%;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.city {
  height: 337px;
  padding: 40px;
  width: 278px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.city h5 {
  margin-bottom: 25px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.city select {
  margin-bottom: 15px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.city .input-group {
  margin-bottom: 15px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories {
  border-right: none;
  padding-left: 40px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories h5 {
  margin-bottom: 38px;
  text-align: left;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories form ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0 0 30px 0;
  padding: 0;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories form ul li {
  font-size: 14px;
  list-style: none;
}

#supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories form button {
  float: right;
  padding: 15px 60px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section.active {
  display: block;
}

#supernav-wrap .things-content-wrap .things-content .sections .section.activities {
  padding-top: 40px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section.activities h5 {
  margin-bottom: 15px;
  text-align: left;
}

#supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-selection {
  float: left;
  padding: 0 35px;
  width: 370px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-list {
  margin-left: 370px;
  padding: 0 35px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-list ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0 0 30px 0;
  padding: 0;
}

#supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-list ul li {
  list-style: none;
  margin-bottom: 10px;
}

#supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-list ul li a {
  font-size: 14px;
}

#supernav-wrap .things-content-wrap.mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #supernav-wrap .things-content-wrap {
    height: auto;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section {
    font-size: 0;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item {
    display: inline-block;
    float: none;
    padding-top: 20px;
    vertical-align: top;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.map {
    height: 260px;
    width: 50%;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.city {
    border-right: none;
    height: 260px;
    padding: 20px 40px;
    width: 50%;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories {
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    display: block;
    width: 100%;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories h5 {
    margin-bottom: 15px;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories button {
    margin: 0 30px 30px 0;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories form ul {
    margin-bottom: 15px;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-selection {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-list {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #supernav-wrap .things-content-wrap {
    height: auto;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.map {
    border: none;
    width: 100%;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.city {
    border: none;
    width: 100%;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.city .input-group {
    display: none;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories {
    float: none;
    padding: 40px;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories form ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-height: 200px;
    overflow: scroll;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section .category-item.categories form button {
    float: none;
    width: 100%;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section.activities {
    padding: 0;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-list {
    margin: 0;
    padding: 0;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0;
    padding: 40px;
  }

  #supernav-wrap .things-content-wrap .things-content .sections .section.activities .activity-selection {
    float: none;
    padding: 40px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #supernav-wrap .things-content-wrap.mobile {
    display: block;
  }

  #supernav-wrap .things-content-wrap.mobile .things-content {
    margin: 0;
  }

  #supernav-wrap .things-content-wrap.mobile .options {
    display: none;
    padding: 15px;
    text-align: center;
  }

  #supernav-wrap .things-content-wrap.mobile .options h5 {
    margin-bottom: 25px;
    text-align: left;
  }

  #supernav-wrap .things-content-wrap.mobile .options button {
    display: block;
    margin-bottom: 25px;
    padding: 10px 40px;
    width: 100%;
  }

  #supernav-wrap .things-content-wrap.mobile .options.active {
    display: block;
  }

  #supernav-wrap .things-content-wrap.mobile .slider-steps {
    display: none;
    font-size: 0;
  }

  #supernav-wrap .things-content-wrap.mobile .slider-steps p {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    width: 33%;
  }

  #supernav-wrap .things-content-wrap.mobile .slider-steps p.active {
    color: #5e2b12;
    border-bottom: 1px solid #5e2b12;
  }

  #supernav-wrap .things-content-wrap.mobile .slider-steps.active {
    display: block;
  }

  #supernav-wrap .things-content-wrap.mobile .slider-steps.two-step p {
    width: 50%;
  }

  #supernav-wrap .things-content-wrap.mobile .slider-steps.two-step p[data-step="2"] {
    display: none;
  }

  #supernav-wrap .things-content-wrap.mobile .option {
    display: none;
  }

  #supernav-wrap .things-content-wrap.mobile .option.active {
    display: block;
  }

  #supernav-wrap .things-content-wrap.mobile .swiper-button-next,
  #supernav-wrap .things-content-wrap.mobile .swiper-button-prev {
    background-image: none;
    color: #5e2b12;
    font-size: 40px;
  }

  #supernav-wrap .things-content-wrap.desktop {
    display: none;
  }
}

#supernav-wrap .supernav-view-by-menu {
  position: absolute;
  top: 50px;
  left: 337px;
  width: 200px;
  color: #fff;
}

#supernav-wrap .supernav-view-by-menu h5 {
  color: #fff;
  position: absolute;
  left: 111px;
}

#supernav-wrap .supernav-view-by-menu ul {
  cursor: pointer;
  position: absolute;
  top: 75px;
  left: -40px;
}

#supernav-wrap .supernav-view-by-menu ul li {
  width: 200px;
  list-style: none;
  font-family: Montserrat;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: right;
  opacity: .5;
}

#supernav-wrap .supernav-view-by-menu ul li.active {
  opacity: 1;
}

#supernav-wrap .supernav-view-by-menu ul li span {
  font-family: FontAwesome;
  margin: 0 0 0 25px;
}

#supernav-wrap .supernav-view-by-menu ul li span:before {
  content: '\f105';
}

#supernav-wrap .supernav-ptg-listing {
  position: absolute;
  left: 553px;
  width: 436px;
}

#supernav-wrap .supernav-ptg-listing ul {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
}

#supernav-wrap .supernav-ptg-listing ul li {
  display: block;
  list-style: none;
  height: 68px;
  width: 396px;
  color: #157388;
  border-bottom: 1px solid #e2e2e2;
}

#supernav-wrap .supernav-ptg-listing ul li img {
  float: left;
  margin: 10px 20px 0 10px;
  width: 84px;
  height: 50px;
}

#supernav-wrap .supernav-ptg-listing ul li h3 {
  float: left;
  margin: 10px 0 0 0;
  font-family: GarageGothic Bold;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.0em;
  width: 270px;
}

#supernav-wrap .supernav-ptg-listing ul li h4 {
  display: inline;
  font-family: Montserrat;
  font-size: 14px;
  color: #838383;
}

#supernav-wrap .supernav-ptg-listing ul li span {
  color: #fff;
  float: right;
  margin: 21px 14px 0 0;
  font-family: FontAwesome;
  font-size: 20px;
}

#supernav-wrap .supernav-ptg-listing ul li a,
#supernav-wrap .supernav-ptg-listing ul li a:active,
#supernav-wrap .supernav-ptg-listing ul li a:hover,
#supernav-wrap .supernav-ptg-listing ul li a:visited {
  display: inherit;
  height: 68px;
  width: 396px;
}

#supernav-wrap .supernav-ptg-listing ul li a img,
#supernav-wrap .supernav-ptg-listing ul li a:active img,
#supernav-wrap .supernav-ptg-listing ul li a:hover img,
#supernav-wrap .supernav-ptg-listing ul li a:visited img {
  float: left;
  margin: 10px 20px 0 10px;
  width: 84px;
  height: 50px;
}

#supernav-wrap .supernav-ptg-listing ul li a h3,
#supernav-wrap .supernav-ptg-listing ul li a:active h3,
#supernav-wrap .supernav-ptg-listing ul li a:hover h3,
#supernav-wrap .supernav-ptg-listing ul li a:visited h3 {
  float: left;
  margin: 10px 0 0 0;
  font-family: GarageGothic Bold;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.0em;
  width: 270px;
  text-decoration: none;
}

#supernav-wrap .supernav-ptg-listing ul li a h4,
#supernav-wrap .supernav-ptg-listing ul li a:active h4,
#supernav-wrap .supernav-ptg-listing ul li a:hover h4,
#supernav-wrap .supernav-ptg-listing ul li a:visited h4 {
  width: 270px;
  display: inline;
  font-family: Montserrat;
  font-size: 14px;
  color: #838383;
  text-decoration: none;
  float: left;
  margin: 0;
  height: 15px;
}

#supernav-wrap .supernav-ptg-listing ul li a span,
#supernav-wrap .supernav-ptg-listing ul li a:active span,
#supernav-wrap .supernav-ptg-listing ul li a:hover span,
#supernav-wrap .supernav-ptg-listing ul li a:visited span {
  color: #fff;
  float: right;
  margin: -35px 14px 0 0;
  font-family: FontAwesome;
  font-size: 20px;
  text-decoration: none;
}

#supernav-wrap .supernav-ptg-listing ul li a:active h3,
#supernav-wrap .supernav-ptg-listing ul li a:hover h3 {
  color: #fff;
}

#supernav-wrap .supernav-ptg-listing ul li a:active h4,
#supernav-wrap .supernav-ptg-listing ul li a:hover h4 {
  text-decoration: none;
}

#supernav-wrap .supernav-ptg-listing ul li.active {
  background: #157388;
  color: white;
}

#supernav-wrap .supernav-ptg-listing ul li.active a h4,
#supernav-wrap .supernav-ptg-listing ul li.active a:active h4,
#supernav-wrap .supernav-ptg-listing ul li.active a:hover h4,
#supernav-wrap .supernav-ptg-listing ul li.active a:visited h4 {
  color: #fff;
}

#supernav-wrap .supernav-ptg-adventures ul li a div,
#supernav-wrap .supernav-ptg-adventures ul li a:active div,
#supernav-wrap .supernav-ptg-adventures ul li a:hover div,
#supernav-wrap .supernav-ptg-adventures ul li a:visited div {
  float: left;
  height: 50px;
  width: 260px;
}

#supernav-wrap .supernav-ptg-adventures ul li a div h3,
#supernav-wrap .supernav-ptg-adventures ul li a:active div h3,
#supernav-wrap .supernav-ptg-adventures ul li a:hover div h3,
#supernav-wrap .supernav-ptg-adventures ul li a:visited div h3 {
  width: 200px;
  margin: 10px 0 0 0;
  line-height: .9em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#supernav-wrap .supernav-ptg-adventures ul li a div span,
#supernav-wrap .supernav-ptg-adventures ul li a:active div span,
#supernav-wrap .supernav-ptg-adventures ul li a:hover div span,
#supernav-wrap .supernav-ptg-adventures ul li a:visited div span {
  margin: 20px;
}

#supernav-wrap .supernav-ptg-cities ul li span,
#supernav-wrap .supernav-ptg-regions ul li span {
  margin: -25px 14px 0 0;
}

#supernav-wrap .supernav-ptg-cities .supernav-ptg-cities-small-city,
#supernav-wrap .supernav-ptg-regions .supernav-ptg-cities-small-city {
  position: absolute;
  top: 388px;
  left: 20px;
}

#supernav-wrap .supernav-ptg-cities .supernav-ptg-cities-small-city h5,
#supernav-wrap .supernav-ptg-regions .supernav-ptg-cities-small-city h5 {
  display: inline-block;
  margin: 6px 23px 0 0;
}

#supernav-wrap .supernav-ptg-cities .supernav-ptg-cities-small-city select,
#supernav-wrap .supernav-ptg-regions .supernav-ptg-cities-small-city select {
  background-color: #f1f1f1;
  width: 200px;
  display: inline-block;
}

#supernav-wrap .supernav-ptg-cities .supernav-ptg-cities-small-city .ui-selectmenu-button,
#supernav-wrap .supernav-ptg-regions .supernav-ptg-cities-small-city .ui-selectmenu-button {
  padding: 10px;
}

#supernav-wrap .supernav-ptg-cities .supernav-ptg-cities-small-city .ui-selectmenu-button .ui-icon,
#supernav-wrap .supernav-ptg-regions .supernav-ptg-cities-small-city .ui-selectmenu-button .ui-icon {
  right: 5px;
}

#supernav-wrap .supernav-ptg-map {
  position: absolute;
  left: 989px;
  width: 310px;
  height: 400px;
  border-left: 1px solid #e2e2e2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #supernav-wrap .supernav-ptg-listing {
    left: 423px;
  }

  #supernav-wrap .supernav-ptg-listing ul li {
    width: 350px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a,
  #supernav-wrap .supernav-ptg-listing ul li a:active,
  #supernav-wrap .supernav-ptg-listing ul li a:hover,
  #supernav-wrap .supernav-ptg-listing ul li a:visited {
    width: 350px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a div,
  #supernav-wrap .supernav-ptg-listing ul li a:active div,
  #supernav-wrap .supernav-ptg-listing ul li a:hover div,
  #supernav-wrap .supernav-ptg-listing ul li a:visited div {
    float: left;
    width: 230px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a div h3,
  #supernav-wrap .supernav-ptg-listing ul li a:active div h3,
  #supernav-wrap .supernav-ptg-listing ul li a:hover div h3,
  #supernav-wrap .supernav-ptg-listing ul li a:visited div h3 {
    width: 200px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a div h4,
  #supernav-wrap .supernav-ptg-listing ul li a:active div h4,
  #supernav-wrap .supernav-ptg-listing ul li a:hover div h4,
  #supernav-wrap .supernav-ptg-listing ul li a:visited div h4 {
    width: 200px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a div span,
  #supernav-wrap .supernav-ptg-listing ul li a:active div span,
  #supernav-wrap .supernav-ptg-listing ul li a:hover div span,
  #supernav-wrap .supernav-ptg-listing ul li a:visited div span {
    margin: -20px 10px 0 0;
  }

  #supernav-wrap .supernav-ptg-listing ul li a h3,
  #supernav-wrap .supernav-ptg-listing ul li a:active h3,
  #supernav-wrap .supernav-ptg-listing ul li a:hover h3,
  #supernav-wrap .supernav-ptg-listing ul li a:visited h3 {
    width: 220px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a h4,
  #supernav-wrap .supernav-ptg-listing ul li a:active h4,
  #supernav-wrap .supernav-ptg-listing ul li a:hover h4,
  #supernav-wrap .supernav-ptg-listing ul li a:visited h4 {
    width: 210px;
  }

  #supernav-wrap .supernav-ptg-adventures ul li a div span,
  #supernav-wrap .supernav-ptg-adventures ul li a:active div span,
  #supernav-wrap .supernav-ptg-adventures ul li a:hover div span,
  #supernav-wrap .supernav-ptg-adventures ul li a:visited div span {
    margin: 17px 10px 0 0;
  }

  #supernav-wrap .supernav-ptg-map {
    left: 839px;
  }
}

@media (max-width: 992px) {
  #supernav-wrap .supernav-ptg-listing {
    position: absolute;
    top: 48px;
    left: 253px;
    width: 327px;
    height: 406px;
    background: #fff;
  }

  #supernav-wrap .supernav-ptg-listing ul {
    top: 10px;
    left: 10px;
  }

  #supernav-wrap .supernav-ptg-listing ul li {
    width: 295px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a,
  #supernav-wrap .supernav-ptg-listing ul li a:active,
  #supernav-wrap .supernav-ptg-listing ul li a:hover,
  #supernav-wrap .supernav-ptg-listing ul li a:visited {
    width: 100%;
  }

  #supernav-wrap .supernav-ptg-listing ul li a div,
  #supernav-wrap .supernav-ptg-listing ul li a:active div,
  #supernav-wrap .supernav-ptg-listing ul li a:hover div,
  #supernav-wrap .supernav-ptg-listing ul li a:visited div {
    float: left;
    width: 170px;
    height: 68px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a div h3,
  #supernav-wrap .supernav-ptg-listing ul li a:active div h3,
  #supernav-wrap .supernav-ptg-listing ul li a:hover div h3,
  #supernav-wrap .supernav-ptg-listing ul li a:visited div h3 {
    font-size: 24px;
    width: 180px;
    margin: 16px 0 0 0;
  }

  #supernav-wrap .supernav-ptg-listing ul li a div h4,
  #supernav-wrap .supernav-ptg-listing ul li a:active div h4,
  #supernav-wrap .supernav-ptg-listing ul li a:hover div h4,
  #supernav-wrap .supernav-ptg-listing ul li a:visited div h4 {
    font-size: 12px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a div span,
  #supernav-wrap .supernav-ptg-listing ul li a:active div span,
  #supernav-wrap .supernav-ptg-listing ul li a:hover div span,
  #supernav-wrap .supernav-ptg-listing ul li a:visited div span {
    margin: -35px 10px 0 0;
  }

  #supernav-wrap .supernav-ptg-listing ul li a h3,
  #supernav-wrap .supernav-ptg-listing ul li a:active h3,
  #supernav-wrap .supernav-ptg-listing ul li a:hover h3,
  #supernav-wrap .supernav-ptg-listing ul li a:visited h3 {
    font-size: 24px;
    width: 180px;
  }

  #supernav-wrap .supernav-ptg-adventures ul li a div h3,
  #supernav-wrap .supernav-ptg-adventures ul li a:active div h3,
  #supernav-wrap .supernav-ptg-adventures ul li a:hover div h3,
  #supernav-wrap .supernav-ptg-adventures ul li a:visited div h3 {
    width: 180px;
    margin: 0;
    line-height: .9em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #supernav-wrap .supernav-ptg-adventures ul li a div span,
  #supernav-wrap .supernav-ptg-adventures ul li a:active div span,
  #supernav-wrap .supernav-ptg-adventures ul li a:hover div span,
  #supernav-wrap .supernav-ptg-adventures ul li a:visited div span {
    margin: 17px 10px 0 0;
  }

  #supernav-wrap .supernav-ptg-cities .supernav-ptg-cities-small-city {
    top: 350px;
  }

  #supernav-wrap .supernav-ptg-map {
    position: absolute;
    top: 50px;
    left: 570px;
    width: 218px;
    height: 400px;
    border-left: 1px solid #e2e2e2;
  }
}

@media (max-width: 767px) {
  #supernav-wrap .supernav-ptg-listing,
  #supernav-wrap .supernav-ptg-map {
    display: none;
  }

  #supernav-wrap .supernav-ptg-listing ul {
    width: 10000px;
    height: 175px;
  }

  #supernav-wrap .supernav-ptg-listing ul li {
    display: inline;
    float: left;
    width: 239px;
    height: 158px;
    border-bottom: 0;
  }

  #supernav-wrap .supernav-ptg-listing ul li a img,
  #supernav-wrap .supernav-ptg-listing ul li a:active img,
  #supernav-wrap .supernav-ptg-listing ul li a:hover img,
  #supernav-wrap .supernav-ptg-listing ul li a:visited img {
    display: block;
    margin: 0 auto;
    width: 162px;
    height: 97px;
  }

  #supernav-wrap .supernav-ptg-listing ul li a h3,
  #supernav-wrap .supernav-ptg-listing ul li a:active h3,
  #supernav-wrap .supernav-ptg-listing ul li a:hover h3,
  #supernav-wrap .supernav-ptg-listing ul li a:visited h3 {
    float: left;
    display: block;
    font-size: 30px;
    width: 162px;
    margin: 11px 0 0 0;
    clear: both;
  }

  #supernav-wrap .supernav-ptg-listing ul li a h4,
  #supernav-wrap .supernav-ptg-listing ul li a:active h4,
  #supernav-wrap .supernav-ptg-listing ul li a:hover h4,
  #supernav-wrap .supernav-ptg-listing ul li a:visited h4 {
    float: left;
    clear: both;
    width: 162px;
  }

  #supernav-wrap .supernav-ptg-listing.active {
    display: block;
    left: 0;
  }

  #supernav-wrap .supernav-ptg-adventures {
    top: 20px;
    height: 197px;
  }

  #supernav-wrap .supernav-ptg-adventures ul li a div h3,
  #supernav-wrap .supernav-ptg-adventures ul li a:active div h3,
  #supernav-wrap .supernav-ptg-adventures ul li a:hover div h3,
  #supernav-wrap .supernav-ptg-adventures ul li a:visited div h3 {
    /* undo vertical alignment from desktop/tablet */
    vertical-align: top;
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #supernav-wrap .supernav-ptg-cities {
    top: 70px;
    height: 197px;
  }

  #supernav-wrap .supernav-ptg-regions {
    top: 114px;
    height: 197px;
  }
}

#supernav-wrap .supernav-pts-mobile-steps,
#supernav-wrap .supernav-pts-mobile-search-btn {
  display: none;
}

#supernav-wrap .supernav-pts-map {
  left: 331px;
  width: 254px;
}

#supernav-wrap .supernav-pts-city {
  width: 269px;
  left: 583px;
}

#supernav-wrap .supernav-pts-city select {
  background-color: #f1f1f1;
  margin: 15px auto;
  width: 200px;
}

#supernav-wrap .supernav-pts-city .ui-selectmenu-button {
  display: block;
  margin: 15px auto;
  padding: 10px;
}

#supernav-wrap .supernav-pts-city .ui-selectmenu-button .ui-icon {
  right: 5px;
}

#supernav-wrap .supernav-pts-lodging {
  left: 851px;
  border-right: 0;
  width: 449px;
}

#supernav-wrap .supernav-pts-lodging h5 {
  width: 300px;
  margin-left: 40px;
}

#supernav-wrap .supernav-pts-lodging form {
  margin: 33px 0 0 40px;
}

#supernav-wrap .supernav-pts-lodging form ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 400px;
}

#supernav-wrap .supernav-pts-lodging form ul li {
  list-style: none;
  width: 200px;
  float: left;
  display: inline;
  margin: 0;
}

#supernav-wrap .supernav-pts-lodging form ul li label {
  font-family: Montserrat;
  font-weight: normal;
}

#supernav-wrap .supernav-pts-lodging form ul li input[type="checkbox"] {
  display: none;
}

#supernav-wrap .supernav-pts-lodging form ul li label input[type="checkbox"] + span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/supernav/checkbox-sprites.png) -19px top no-repeat;
  cursor: pointer;
}

#supernav-wrap .supernav-pts-lodging form ul li label input[type="checkbox"]:checked + span {
  background: url(../images/supernav/checkbox-sprites.png) left top no-repeat;
}

#supernav-wrap .supernav-pts-lodging form .btn {
  background: #e6a819;
  width: 212px;
  height: 55px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase;
  position: absolute;
  right: 22px;
  bottom: 22px;
  border: 0;
}

#supernav-wrap .supernav-pts {
  position: absolute;
  height: 423px;
  border-right: 1px solid #e2e2e2;
}

#supernav-wrap .supernav-pts h5 {
  width: 140px;
  display: block;
  margin: 40px auto 0 auto;
  text-transform: uppercase;
}

#supernav-wrap .supernav-pts h5 span {
  text-transform: none;
  color: #838383;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #supernav-wrap .supernav-pts-map {
    left: 254px;
  }

  #supernav-wrap .supernav-pts-city {
    left: 503px;
    width: 253px;
  }

  #supernav-wrap .supernav-pts-lodging {
    left: 741px;
    width: 269px;
  }

  #supernav-wrap .supernav-pts-lodging form ul {
    width: 370px;
  }
}

@media (max-width: 992px) {
  #supernav-wrap .supernav-pts {
    border-right: 0;
  }

  #supernav-wrap .supernav-pts-map {
    left: 254px;
    width: 235px;
    height: 246px;
    border-right: 1px solid #e2e2e2;
  }

  #supernav-wrap .supernav-pts-map h5 {
    float: left;
    margin: 24px 0 0 55px;
  }

  #supernav-wrap .supernav-pts-map svg {
    margin: -30px 0 0 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }

  #supernav-wrap .supernav-pts-city {
    left: 488px;
    width: 281px;
    height: 248px;
    border-right: 1px solid #e2e2e2;
  }

  #supernav-wrap .supernav-pts-city h5 {
    margin: 75px 0 0 40px;
  }

  #supernav-wrap .supernav-pts-city select {
    margin: 15px 0 0 40px;
    width: 220px;
    float: left;
    display: inline;
  }

  #supernav-wrap .supernav-pts-city .ui-selectmenu-button {
    display: block;
    margin: 15px 0 0 40px;
    padding: 10px;
  }

  #supernav-wrap .supernav-pts-city .ui-selectmenu-button .ui-icon {
    right: 5px;
  }

  #supernav-wrap .supernav-pts-lodging {
    left: 254px;
    top: 247px;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    width: 515px;
    height: 208px;
  }

  #supernav-wrap .supernav-pts-lodging h5 {
    margin: 24px 0 0 24px;
    width: auto;
    text-align: center;
  }

  #supernav-wrap .supernav-pts-lodging form {
    margin: 20px 0 0 24px;
    font-size: 12px;
  }

  #supernav-wrap .supernav-pts-lodging form ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 515px;
  }

  #supernav-wrap .supernav-pts-lodging form ul li {
    width: 175px;
    margin: 0;
    display: inline;
    float: left;
  }

  #supernav-wrap .supernav-pts-lodging form .btn {
    right: 5%;
    bottom: 5%;
    border: 0;
  }
}

@media (max-width: 767px) {
  #supernav-wrap .supernav-pts h5 {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
  }

  #supernav-wrap .supernav-pts-city {
    width: 85%;
    margin: 48px auto 0 auto;
    left: 150%;
    border: 0;
  }

  #supernav-wrap .supernav-pts-city select {
    display: block;
    float: none;
    margin: 15px auto 0 auto;
  }

  #supernav-wrap .supernav-pts-lodging {
    width: 100%;
    margin: 48px auto 0 auto;
    left: 150%;
    top: 25%;
    border: 0;
  }

  #supernav-wrap .supernav-pts-lodging form {
    margin: 20px 0 0 0;
    font-size: 12px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    height: 170px;
    overflow-y: scroll;
  }

  #supernav-wrap .supernav-pts-lodging form ul {
    margin: 15px auto;
    padding: 0;
    float: none;
    width: 75%;
  }

  #supernav-wrap .supernav-pts-lodging form ul li {
    width: 180px;
    margin: 0;
    display: block;
    float: left;
    clear: both;
  }

  #supernav-wrap .supernav-pts-lodging form .btn {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #supernav-wrap .supernav-section {
    height: 455px;
    position: relative;
    margin-left: 0;
  }

  #supernav-wrap .supernav-section.things-to-do {
    height: auto;
  }

  #supernav-wrap .supernav-section.places-to-go {
    background-position-x: -120px;
  }

  #supernav-wrap .supernav-section.places-to-stay {
    background-position-x: -70px;
  }

  #supernav-wrap .supernav-section-intro {
    width: 205px;
  }

  #supernav-wrap .supernav-section-intro h2 {
    top: 0;
    left: 14px;
  }

  #supernav-wrap .supernav-section-intro p {
    top: 75px;
    left: 14px;
    width: 194px;
  }

  #supernav-wrap .supernav-view-by-menu {
    left: 221px;
  }
}

@media (max-width: 992px) {
  #supernav-wrap .supernav-section {
    height: 200px;
    position: relative;
    margin-left: 0;
  }

  #supernav-wrap .supernav-section.places-to-stay {
    height: 500px;
    background: url(../images/supernav/background-places-to-stay-tablet.jpg) no-repeat;
    background-color: white;
  }

  #supernav-wrap .supernav-section.things-to-do {
    height: auto;
  }

  #supernav-wrap .supernav-section.places-to-go {
    height: 500px;
  }

  #supernav-wrap .supernav-section-intro {
    width: 255px;
  }

  #supernav-wrap .supernav-section-intro h2 {
    left: 24px;
  }

  #supernav-wrap .supernav-section-intro p {
    left: 24px;
    width: 194px;
  }

  #supernav-wrap .supernav-view-by-menu {
    position: absolute;
    top: 0px;
    left: 253px;
    width: 100%;
    height: 48px;
    background: #fff;
    color: #acafb4;
    border-bottom: 1px solid #e2e2e2;
  }

  #supernav-wrap .supernav-view-by-menu h5 {
    color: #5e2b12;
    position: absolute;
    top: 11px;
    left: 22px;
    font-family: Montserrat;
    font-weight: 12px;
    text-transform: uppercase;
  }

  #supernav-wrap .supernav-view-by-menu ul {
    position: absolute;
    top: 20px;
    left: 100px;
  }

  #supernav-wrap .supernav-view-by-menu ul li {
    display: inline;
    float: left;
    list-style: none;
    width: 180px;
    font-family: Montserrat;
    font-size: 13px;
    text-align: left;
    opacity: 1;
    color: #e2e2e2;
  }

  #supernav-wrap .supernav-view-by-menu ul li.active {
    color: #5e2b12;
  }

  #supernav-wrap .supernav-view-by-menu ul li.active span {
    color: #5e2b12;
  }

  #supernav-wrap .supernav-view-by-menu ul li.active span:before {
    content: "\f107";
  }

  #supernav-wrap .supernav-view-by-menu ul li.supernav-ptg-vbm-cities {
    width: 80px;
  }

  #supernav-wrap .supernav-view-by-menu ul li span {
    width: 20px;
    height: 20px;
    font-size: 19px;
    float: left;
    margin: -5px 0 0 0;
    color: #e2e2e2;
    font-family: FontAwesome;
  }

  #supernav-wrap .supernav-view-by-menu ul li span:before {
    content: '\f105';
  }
}

@media (max-width: 767px) {
  #supernav-wrap .supernav-section {
    min-width: 320px;
    width: 100%;
    background: #fff;
    overflow: hidden;
  }

  #supernav-wrap .supernav-section h2 {
    display: none;
  }

  #supernav-wrap .supernav-section.things-to-do {
    background-image: none;
  }

  #supernav-wrap .supernav-section.things-to-do.open {
    height: 400px;
  }

  #supernav-wrap .supernav-section.things-to-do .supernav-section-intro {
    display: none;
  }

  #supernav-wrap .supernav-section.places-to-go {
    background-image: none;
    min-height: 140px;
    max-height: 333px;
    height: 140px;
  }

  #supernav-wrap .supernav-section.places-to-go.open {
    height: 333px;
  }

  #supernav-wrap .supernav-section.places-to-go .supernav-section-intro {
    display: none;
  }

  #supernav-wrap .supernav-section.places-to-stay {
    background-image: none;
    background: #fff;
    width: 100%;
    float: left;
  }

  #supernav-wrap .supernav-section.places-to-stay .supernav-section-intro {
    display: none;
  }

  #supernav-wrap .supernav-ttd h5,
  #supernav-wrap .supernav-pts h5 {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
  }

  #supernav-wrap .supernav-ttd,
  #supernav-wrap .supernav-pts {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45%;
    position: absolute;
  }

  #supernav-wrap .supernav-ttd.prev,
  #supernav-wrap .supernav-pts.prev {
    left: -150%;
  }

  #supernav-wrap .supernav-ttd.active,
  #supernav-wrap .supernav-pts.active {
    left: 50%;
  }

  #supernav-wrap .supernav-ttd.next,
  #supernav-wrap .supernav-pts.next {
    left: 150%;
  }

  #supernav-wrap .supernav-ttd-mobile-steps,
  #supernav-wrap .supernav-pts-mobile-steps {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #bfbfbf;
    font-family: Montserrat;
    font-size: 12px;
    width: 100%;
  }

  #supernav-wrap .supernav-ttd-mobile-steps div,
  #supernav-wrap .supernav-pts-mobile-steps div {
    display: inline;
    float: left;
    width: 33%;
    height: 26px;
    text-align: center;
    padding: 2px 0 0 0;
  }

  #supernav-wrap .supernav-ttd-mobile-steps div.active,
  #supernav-wrap .supernav-pts-mobile-steps div.active {
    color: #5e2b12;
    border-bottom: 1px solid #5e2b12;
  }

  #supernav-wrap .supernav-ttd-mobile-left-btn,
  #supernav-wrap .supernav-ttd-mobile-right-btn,
  #supernav-wrap .supernav-pts-mobile-left-btn,
  #supernav-wrap .supernav-pts-mobile-right-btn {
    display: block;
    font-size: 45px;
    font-family: FontAwesome;
    color: #e6a819;
    position: absolute;
    top: 156px;
  }

  #supernav-wrap .supernav-ttd-mobile-left-btn:after,
  #supernav-wrap .supernav-ttd-mobile-right-btn:after,
  #supernav-wrap .supernav-pts-mobile-left-btn:after,
  #supernav-wrap .supernav-pts-mobile-right-btn:after {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 85%;
  }

  #supernav-wrap .supernav-ttd-mobile-left-btn,
  #supernav-wrap .supernav-pts-mobile-left-btn {
    left: 14px;
  }

  #supernav-wrap .supernav-ttd-mobile-left-btn:after,
  #supernav-wrap .supernav-pts-mobile-left-btn:after {
    content: "Prev";
    left: 70%;
  }

  #supernav-wrap .supernav-ttd-mobile-right-btn,
  #supernav-wrap .supernav-pts-mobile-right-btn {
    right: 14px;
  }

  #supernav-wrap .supernav-ttd-mobile-right-btn:after,
  #supernav-wrap .supernav-pts-mobile-right-btn:after {
    content: "Next";
  }

  #supernav-wrap .supernav-ttd-mobile-search-btn,
  #supernav-wrap .supernav-pts-mobile-search-btn,
  #supernav-wrap .supernav-ttd-selector h4 {
    display: block;
    background: #e6a819;
    width: 212px;
    height: 44px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
    text-transform: uppercase;
    margin: 15px auto 0 auto;
    border: 0;
    text-align: center;
    padding: 11px 0 0 0;
    bottom: 1em;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }

  #supernav-wrap .supernav-ttd-mobile-search-btn.extra-margin,
  #supernav-wrap .supernav-pts-mobile-search-btn.extra-margin,
  #supernav-wrap .supernav-ttd-selector h4.extra-margin {
    margin: 45px auto 0 auto;
  }

  #supernav-wrap .supernav-ttd-map,
  #supernav-wrap .supernav-pts-map {
    width: 80%;
    margin: 0 auto;
    border: 0;
    float: none;
  }

  #supernav-wrap .supernav-ttd-map svg.map,
  #supernav-wrap .supernav-pts-map svg.map {
    max-height: none;
  }

  #supernav-wrap .supernav-view-by-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border-bottom: 0;
  }

  #supernav-wrap .supernav-view-by-menu h5 {
    display: none;
  }

  #supernav-wrap .supernav-view-by-menu ul {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }

  #supernav-wrap .supernav-view-by-menu ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    list-style: none;
    color: #5e2b12;
    font-family: Montserrat;
    font-size: 14px;
    text-align: left;
    opacity: 1;
  }

  #supernav-wrap .supernav-view-by-menu ul li.supernav-ptg-vbm-cities {
    width: 100%;
  }

  #supernav-wrap .supernav-view-by-menu ul li.active {
    height: 228px;
    border-bottom: 1px solid #e2e2e2;
  }

  #supernav-wrap .supernav-view-by-menu ul li span {
    width: 30px;
    margin: -4px 0 0 25px;
    color: #5e2b12;
  }

  #supernav-wrap .supernav-view-by-menu ul li.active span:before {
    content: '\f104';
  }
}

@media (max-width: 992px) {
  #supernav-wrap .supernav-navbar {
    margin-bottom: 0;
  }

  #supernav-wrap .supernav-navbar ul {
    padding-top: 43px;
  }

  #supernav-wrap .supernav-navbar ul li {
    font-size: 32px;
    margin-left: 35px;
  }

  #supernav-wrap .supernav-navbar ul li:first-child {
    margin-left: 0;
  }

  #supernav-wrap.condensed .navbar ul {
    padding-top: 10px;
  }
}

.filter-page-content {
  position: relative;
}

.filter-page-content #pagefilter_thingstodo,
.filter-page-content #pagefilter_placestostay {
  background-color: #fbfbfb;
  border: 1px solid #e2e2e2;
  left: 0;
  position: absolute;
  top: 50px;
  width: 320px;
  z-index: 200;
}

.filter-page-content #pagefilter_thingstodo h2,
.filter-page-content #pagefilter_placestostay h2 {
  color: #5e2b12;
  font-size: 30px;
  margin: 0;
  padding: 30px 50px 15px 50px;
  text-transform: uppercase;
}

.filter-page-content #pagefilter_thingstodo h5,
.filter-page-content #pagefilter_placestostay h5 {
  border-top: 1px solid #e2e2e2;
  color: #5e2b12;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 20px 50px;
  text-transform: uppercase;
}

.filter-page-content #pagefilter_thingstodo h5 span,
.filter-page-content #pagefilter_placestostay h5 span {
  color: #838383;
}

.filter-page-content #pagefilter_thingstodo .close-filter,
.filter-page-content #pagefilter_placestostay .close-filter {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 25px;
  width: 40px;
}

.filter-page-content #pagefilter_thingstodo .close-filter i,
.filter-page-content #pagefilter_placestostay .close-filter i {
  font-size: 12px;
  line-height: 40px;
}

.filter-page-content #pagefilter_thingstodo .close-filter .fa-angle-double-left,
.filter-page-content #pagefilter_placestostay .close-filter .fa-angle-double-left {
  display: none;
}

.filter-page-content #pagefilter_thingstodo .close-filter.open .fa-angle-double-left,
.filter-page-content #pagefilter_placestostay .close-filter.open .fa-angle-double-left {
  display: inline-block;
}

.filter-page-content #pagefilter_thingstodo .close-filter.open .fa-angle-double-right,
.filter-page-content #pagefilter_placestostay .close-filter.open .fa-angle-double-right {
  display: none;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd,
.filter-page-content #pagefilter_thingstodo .supernav-pts,
.filter-page-content #pagefilter_placestostay .supernav-ttd,
.filter-page-content #pagefilter_placestostay .supernav-pts {
  border-bottom: 1px solid #e2e2e2;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd .content,
.filter-page-content #pagefilter_thingstodo .supernav-pts .content,
.filter-page-content #pagefilter_placestostay .supernav-ttd .content,
.filter-page-content #pagefilter_placestostay .supernav-pts .content {
  padding: 0 50px 30px 50px;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd.last,
.filter-page-content #pagefilter_thingstodo .supernav-pts.last,
.filter-page-content #pagefilter_placestostay .supernav-ttd.last,
.filter-page-content #pagefilter_placestostay .supernav-pts.last {
  border-bottom: none;
  padding: 10px 50px;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-city .input-group,
.filter-page-content #pagefilter_thingstodo .supernav-ttd-city select,
.filter-page-content #pagefilter_placestostay .supernav-ttd-city .input-group,
.filter-page-content #pagefilter_placestostay .supernav-ttd-city select {
  margin-bottom: 15px;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-categories ul,
.filter-page-content #pagefilter_thingstodo .supernav-pts-lodging ul,
.filter-page-content #pagefilter_placestostay .supernav-ttd-categories ul,
.filter-page-content #pagefilter_placestostay .supernav-pts-lodging ul {
  margin: 0;
  padding: 0;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-categories ul li,
.filter-page-content #pagefilter_thingstodo .supernav-pts-lodging ul li,
.filter-page-content #pagefilter_placestostay .supernav-ttd-categories ul li,
.filter-page-content #pagefilter_placestostay .supernav-pts-lodging ul li {
  list-style: none;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-categories input,
.filter-page-content #pagefilter_thingstodo .supernav-pts-lodging input,
.filter-page-content #pagefilter_placestostay .supernav-ttd-categories input,
.filter-page-content #pagefilter_placestostay .supernav-pts-lodging input {
  display: none;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-categories input + span,
.filter-page-content #pagefilter_thingstodo .supernav-pts-lodging input + span,
.filter-page-content #pagefilter_placestostay .supernav-ttd-categories input + span,
.filter-page-content #pagefilter_placestostay .supernav-pts-lodging input + span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/supernav/checkbox-sprites.png) -19px top no-repeat;
  cursor: pointer;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-categories input:checked + span,
.filter-page-content #pagefilter_thingstodo .supernav-pts-lodging input:checked + span,
.filter-page-content #pagefilter_placestostay .supernav-ttd-categories input:checked + span,
.filter-page-content #pagefilter_placestostay .supernav-pts-lodging input:checked + span {
  background: url(../images/supernav/checkbox-sprites.png) left top no-repeat;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-datatype .content,
.filter-page-content #pagefilter_placestostay .supernav-ttd-datatype .content {
  text-align: center;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-datatype label,
.filter-page-content #pagefilter_placestostay .supernav-ttd-datatype label {
  color: #5e2b12;
  font-size: 10px;
  padding-left: 0;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-datatype label.discover,
.filter-page-content #pagefilter_placestostay .supernav-ttd-datatype label.discover {
  color: #d85735;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-datatype label.adventures,
.filter-page-content #pagefilter_placestostay .supernav-ttd-datatype label.adventures {
  color: #157388;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-datatype label.events,
.filter-page-content #pagefilter_placestostay .supernav-ttd-datatype label.events {
  color: #e6a819;
}

.filter-page-content #pagefilter_thingstodo .supernav-ttd-datatype label.deals,
.filter-page-content #pagefilter_placestostay .supernav-ttd-datatype label.deals {
  color: #336699;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .filter-page-content #pagefilter_thingstodo .close-filter,
  .filter-page-content #pagefilter_placestostay .close-filter {
    visibility: hidden;
  }

  .filter-page-content #pagefilter_thingstodo .close-filter.open,
  .filter-page-content #pagefilter_placestostay .close-filter.open {
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .filter-page-content {
    position: relative;
  }

  .filter-page-content #pagefilter_thingstodo,
  .filter-page-content #pagefilter_placestostay {
    display: none;
  }
}

#social-feed {
  padding: 100px 0;
}

#social-feed h1 {
  color: #157388;
  font-size: 30px;
  text-align: center;
}

#social-feed p {
  color: #838383;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

#social-feed p a {
  color: #fff;
}

#social-feed p a:hover {
  text-decoration: none;
}

#social-feed .sections {
  font-size: 0;
  margin: 0 auto;
  position: relative;
  width: 980px;
}

#social-feed .sections .refresh {
  background: url(/images/icons/socialfeed-refresh.png) no-repeat;
  bottom: -30px;
  cursor: pointer;
  height: 56px;
  left: 50%;
  position: absolute;
  width: 56px;
  z-index: 1;
}

#social-feed .sections .refresh.active {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#social-feed .sections .section {
  display: inline-block;
  height: 320px;
  margin-bottom: 10px;
  vertical-align: top;
  width: 320px;
}

#social-feed .sections .section .social {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#social-feed .sections .section .social img {
  display: block;
  height: auto;
}

#social-feed .sections .section .social .account-url {
  bottom: 10px;
  position: absolute;
  right: 25px;
  z-index: 2;
}

#social-feed .sections .section .social .account-url i {
  color: #fff;
  font-size: 18px;
}

#social-feed .sections .section .social .content-wrap {
  background-color: rgba(94, 43, 18, 0.85);
  height: 100%;
  left: 0;
  padding: 25px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

#social-feed .sections .section .social .content-wrap > * {
  color: #fff;
  word-wrap: break-word;
}

#social-feed .sections .section .social:hover .content-wrap {
  visibility: visible;
}

#social-feed .sections .section .social.noimage .account-url i {
  color: #5e2b12;
}

#social-feed .sections .section .social.noimage .content-wrap {
  background-color: #f5f3ec;
  visibility: visible;
}

#social-feed .sections .section .social.noimage .content-wrap * {
  color: #5e2b12;
}

#social-feed .sections .section.margin {
  margin-left: 10px;
}

#social-feed .sections .section.three {
  font-size: 0;
}

#social-feed .sections .section.three p {
  line-height: 1.4;
}

#social-feed .sections .section.three .social {
  display: inline-block;
}

#social-feed .sections .section.three .social .account-url {
  right: 15px;
}

#social-feed .sections .section.three .first {
  height: 155px;
  margin-bottom: 10px;
  width: 320px;
}

#social-feed .sections .section.three .second {
  height: 155px;
  width: 155px;
}

#social-feed .sections .section.three .second .content-wrap {
  padding: 5px;
}

#social-feed .sections .section.three .second .content-wrap p {
  font-size: 12px;
}

#social-feed .sections .section.three .second.last {
  margin-left: 10px;
}

@media (max-width: 1000px) {
  #social-feed {
    padding: 50px 0 15px 0;
  }

  #social-feed .sections-wrap {
    overflow: scroll;
  }
}

@media (min-width: 1000px) {
  .template-home #social-feed {
    background: url(/images/social-feed-bkg.jpg) no-repeat 0 100%;
    background-size: cover;
  }
}

#canvas_container {
  background-color: #000;
  position: relative;
}

#campaign-wrap {
  position: relative;
}

#home-featured {
  padding: 80px 0 70px 0;
}

#home-featured.homepage {
  background: url(/images/featured/background.jpg) no-repeat 0 100%;
  background-size: cover;
}

#home-featured .featured-item {
  margin-bottom: 30px;
  position: relative;
}

#home-featured .featured-item > p {
  background: url(/images/featured/paint-swipe.png) no-repeat 50% 0;
  color: #5e2b12;
  font-size: 12px;
  font-weight: bold;
  height: 96px;
  left: 0;
  line-height: 96px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -46px;
  width: 100%;
  z-index: 2;
}

#home-featured .featured-item .content.rotator {
  overflow: hidden;
}

#home-featured .featured-item .content.rotator .rotate {
  cursor: pointer;
  position: absolute;
  top: 200px;
  z-index: 2;
}

#home-featured .featured-item .content.rotator .rotate.left {
  left: 20px;
}

#home-featured .featured-item .content.rotator .rotate.right {
  right: 20px;
}

#home-featured .featured-item .content.rotator .rotate i {
  color: #fff;
  font-size: 60px;
  margin-top: 15px;
}

#home-featured .featured-item .content.rotator .rotate i:hover {
  color: rgba(255, 255, 255, 0.5);
}

#home-featured .featured-item .content.rotator ul {
  font-size: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#home-featured .featured-item .content.rotator ul li {
  list-style: none;
  vertical-align: top;
}

#home-featured .featured-item .content.rotator ul li.current {
  z-index: 1;
}

#home-featured .featured-item .content.rotator ul li.notshown {
  visibility: hidden;
}

#home-featured .featured-item .content .image-wrap {
  position: relative;
}

#home-featured .featured-item .content .image-wrap .bar {
  background-color: #5e2b12;
  bottom: -3px;
  height: 6px;
  left: 3%;
  position: absolute;
  width: 94%;
}

#home-featured .featured-item .content img {
  display: block;
  height: auto;
  width: 100%;
}

#home-featured .featured-item .content h2 {
  color: #5e2b12;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
}

#home-featured .featured-item .content h2 a {
  color: #5e2b12;
}

#home-featured .featured-item .content h2 a:hover {
  text-decoration: none;
}

#home-featured .featured-item .content h2 .icon {
  font-size: 22px;
}

#home-featured .featured-item .content p {
  font-size: 14px;
  padding: 0 15px;
}

#home-featured .featured-item.second > p {
  color: #e6a819;
}

#home-featured .featured-item.second .content h2 {
  color: #e6a819;
}

#home-featured .featured-item.second .content h2 a {
  color: #e6a819;
}

#home-featured .featured-item.second .content .image-wrap .bar {
  background-color: #e6a819;
}

@media (max-width: 768px) {
  #home-featured {
    padding: 40px 0 50px 0;
    background-image: none;
  }

  #home-featured.homepage {
    background-image: none;
  }

  #home-featured .featured-item {
    background: url(/images/zigzag.png) repeat-x 0 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.separator-image {
  padding: 0;
}

.separator-image img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .separator-image {
    padding: 0;
  }

  .separator-image img {
    display: none;
  }
}

#nearby-map .items {
  padding: 50px 0;
}

#nearby-map .items .item .headline {
  border-top: 6px solid #5e2b12;
  margin-bottom: 15px;
  padding-top: 15px;
}

#nearby-map .items .item .headline i,
#nearby-map .items .item .headline .icon {
  color: #5e2b12;
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

#nearby-map .items .item .headline h2 {
  display: inline-block;
  color: #5e2b12;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
}

#nearby-map .items .item ul {
  margin: 0;
  padding: 0;
}

#nearby-map .items .item ul li {
  list-style: none;
  margin-bottom: 20px;
}

#nearby-map .items .item ul li a {
  color: #5e2b12;
  font-size: 14px;
}

#nearby-map .items .item ul li a span {
  color: #838383;
}

#nearby-map .items .item ul li a:hover {
  opacity: .5;
  text-decoration: none;
}

#nearby-map .items .item ul li.standard {
  margin-bottom: 5px;
}

#nearby-map .items .item ul li.standard a {
  color: #000;
  text-transform: uppercase;
}

#nearby-map .items .item.events .headline {
  border-color: #e6a819;
}

#nearby-map .items .item.events .headline i,
#nearby-map .items .item.events .headline .icon,
#nearby-map .items .item.events .headline h2 {
  color: #e6a819;
}

#nearby-map .items .item.events ul li.dynamic a {
  color: #e6a819;
}

#nearby-map .items .item.adventures .headline {
  border-color: #157388;
}

#nearby-map .items .item.adventures .headline i,
#nearby-map .items .item.adventures .headline .icon,
#nearby-map .items .item.adventures .headline h2 {
  color: #157388;
}

#nearby-map .items .item.adventures ul li.dynamic a {
  color: #157388;
}

#nearby-map .items .item.things .headline {
  border-color: #d85735;
}

#nearby-map .items .item.things .headline i,
#nearby-map .items .item.things .headline .icon,
#nearby-map .items .item.things .headline h2 {
  color: #d85735;
}

#nearby-map .items .item.things ul li.dynamic a {
  color: #d85735;
}

#nearby-map-canvas-wrap {
  background-image: url(/images/nearby-map-top.gif), url(/images/nearby-map-bottom.gif);
  background-repeat: repeat-x;
  background-position: top, bottom;
  background-color: #e7dfdc;
  padding: 85px 0;
}

#nearby-map-canvas-wrap #nearby-map-canvas {
  height: 600px;
}

#nearby-map-canvas-wrap .map-wrap {
  border: 1px solid #bcb1ac;
  box-shadow: 0 0 50px #bcb1ac;
  position: relative;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
  z-index: 100;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul {
  margin: 0;
  padding: 0 10px;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li {
  color: #5e2b12;
  cursor: pointer;
  font-size: 11px;
  list-style: none;
  margin-top: 20px;
  opacity: .4;
  padding: 0;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.events {
  color: #e6a819;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.adventures {
  color: #157388;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.things {
  color: #d85735;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.treks {
  color: #31689b;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li .icon {
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  padding-top: 5px;
  text-align: center;
  width: 50px;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li span {
  display: inline-block;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.active {
  font-weight: bold;
  opacity: 1;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.active .icon {
  background-color: #5e2b12;
  color: #fff;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.active.events .icon {
  background-color: #e6a819;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.active.adventures .icon {
  background-color: #157388;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.active.things .icon {
  background-color: #d85735;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li.active.treks .icon {
  background-color: #31689b;
}

#nearby-map-canvas-wrap .map-wrap .icon-menu ul li:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  #nearby-map-canvas-wrap {
    padding: 50px 0;
  }

  #nearby-map-canvas-wrap #nearby-map-canvas {
    height: 400px;
  }

  #nearby-map-canvas-wrap .map-wrap {
    margin-top: 0;
  }

  #nearby-map-canvas-wrap .map-wrap .icon-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  #nearby-map .items {
    padding: 10px 0;
    text-align: center;
  }

  #nearby-map .items > div {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
  }

  #nearby-map .items .item .headline {
    border-top: none;
    cursor: pointer;
    padding: 0;
    text-align: center;
    width: 50px;
  }

  #nearby-map .items .item .headline i,
  #nearby-map .items .item .headline .icon {
    border-radius: 50%;
    display: block;
    height: 50px;
    line-height: 40px;
    margin: 0 0 5px 0;
    padding-top: 10px;
    width: 50px;
  }

  #nearby-map .items .item .headline h2 {
    font-size: 13px;
    text-transform: capitalize;
  }

  #nearby-map .items .item .headline.active i,
  #nearby-map .items .item .headline.active .icon {
    background-color: #5e2b12;
    color: #fff;
  }

  #nearby-map .items .item.events .headline.active i,
  #nearby-map .items .item.events .headline.active .icon {
    background-color: #e6a819;
  }

  #nearby-map .items .item.adventures .headline.active i,
  #nearby-map .items .item.adventures .headline.active .icon {
    background-color: #157388;
  }

  #nearby-map .items .item ul {
    display: none;
  }
}

.third-party-links .orbitz {
  margin-bottom: 20px;
}

.third-party-links .orbitz a {
  display: inline-block;
  padding: 10px 20px;
}

.third-party-links .trip-advisor {
  margin-bottom: 20px;
}

.third-party-links .trip-advisor > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.third-party-links .trip-advisor p {
  margin: 0;
}

.third-party-links .trip-advisor ul {
  margin: 0;
  padding: 0;
}

.third-party-links .trip-advisor ul li {
  display: inline-block;
  vertical-align: top;
}

.third-party-links .trip-advisor ul li img {
  margin-right: 10px;
}

.third-party-links .trip-advisor ul li a {
  color: #838383;
}

.third-party-links .trip-advisor ul li.reviews {
  padding-top: 3px;
}

@media (max-width: 768px) {
  .third-party-links {
    text-align: center;
  }

  .third-party-links img {
    margin: 0 auto;
  }
}

.suggested-adventures {
  background: url(/images/zigzag.png) repeat-x;
  padding: 40px 0 70px 0;
}

.suggested-adventures h2 {
  color: #5e2b12;
  font-size: 76px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

.suggested-adventures h2 .icon {
  display: inline-block;
  font-size: 36px;
}

@media (max-width: 768px) {
  .suggested-adventures h2 {
    font-size: 50px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
  }

  .suggested-adventures h2 .icon {
    display: block;
    font-size: 36px;
  }
}

.supernav-ttd-map svg.map,
.supernav-pts-map svg.map {
  max-height: 215px;
}

svg.map path {
  cursor: pointer;
}

svg.map g,
svg.map path,
svg.map text {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: none;
  transform: none;
}

svg.map .label {
  -webkit-animation-name: label;
  animation-name: label;
}

.no-cssanimations svg.map .label {
  fill: #FFFFFF;
}

svg.map .fill {
  -webkit-animation-name: fill;
  animation-name: fill;
}

.no-cssanimations svg.map .fill {
  fill: #157388;
  stroke: #157388;
}

svg.map .show {
  display: block;
  -webkit-animation-name: show;
  animation-name: show;
}

.no-cssanimations svg.map .show {
  opacity: 1;
}

@-webkit-keyframes fill {
  0% {

  }

  100% {
    fill: #157388;
    stroke: #157388;
  }
}

@keyframes fill {
  0% {

  }

  100% {
    fill: #157388;
    stroke: #157388;
  }
}

@-webkit-keyframes label {
  0% {

  }

  100% {
    fill: #FFFFFF;
  }
}

@keyframes label {
  0% {

  }

  100% {
    fill: #FFFFFF;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.widget-media-rotator {
  position: relative;
}

.widget-media-rotator .rotate {
  cursor: pointer;
  position: absolute;
  z-index: 100;
}

.widget-media-rotator .rotate.left-click {
  left: 10px;
}

.widget-media-rotator .rotate.right-click {
  right: 10px;
}

.widget-media-rotator .rotate i {
  color: white;
  font-size: 65px;
}

.widget-media-rotator .rotate:hover i {
  color: rgba(255, 255, 255, 0.5);
}

.widget-media-rotator .rotate.inactive {
  display: none;
}

.widget-media-rotator .window-width {
  overflow: hidden;
  position: relative;
}

.widget-media-rotator .media-content {
  font-size: 0;
}

.widget-media-rotator .media-content .image-wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

.widget-media-rotator .media-content .image-wrap img {
  height: 100%;
  width: 100%;
}

.widget-media-rotator .media-content .image-wrap iframe {
  display: block;
  width: 100%;
}

.widget-media-rotator .media-content .image-wrap .credits {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.widget-media-rotator .media-content .image-wrap .credits p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.widget-media-rotator .media-content .image-wrap.notshown {
  display: none;
}

.share-this p {
  color: #5e2b12;
  text-transform: uppercase;
}

.share-this > span {
  cursor: pointer;
  display: inline-block;
}

.share-this .link {
  background: #fff;
  border: 1px solid #e6a819;
  border-radius: 2px;
  display: block;
  height: 37px;
  width: 37px;
}

.share-this .link i {
  color: #e6a819;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
}

.share-this .link.facebook {
  border-color: #3b5998;
}

.share-this .link.facebook i {
  color: #3b5998;
}

.share-this .link.pinterest {
  border-color: #cb2027;
}

.share-this .link.pinterest i {
  color: #cb2027;
}

.share-this .link.twitter {
  border-color: #00aced;
}

.share-this .link.twitter i {
  color: #00aced;
}

.share-this .link:hover,
.share-this .link.footer {
  background-color: #e6a819;
}

.share-this .link:hover i,
.share-this .link.footer i {
  color: #fff;
}

.share-this .link:hover.facebook,
.share-this .link.footer.facebook {
  background-color: #3b5998;
}

.share-this .link:hover.pinterest,
.share-this .link.footer.pinterest {
  background-color: #cb2027;
}

.share-this .link:hover.twitter,
.share-this .link.footer.twitter {
  background-color: #00aced;
}

.share-this .link.footer {
  height: 39px;
  width: 72px;
}

.share-this .link.footer i {
  font-size: 22px;
  line-height: 39px;
}

.share-this.footer {
  display: none;
}

.share-this.desktop {
  margin-bottom: 15px;
}

.share-this.desktop > p {
  line-height: 1.5;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .share-this.default {
    display: none;
  }

  .share-this p {
    display: none;
  }

  .share-this .link {
    border-radius: 0;
  }

  .share-this .link.first {
    border-radius: 2px 0 0 2px;
  }

  .share-this .link.last {
    border-radius: 0 2px 2px 0;
  }

  .share-this.footer {
    bottom: 0;
    display: block;
    font-size: 0;
    left: 0;
    text-align: center;
    position: fixed;
    width: 100%;
  }

  .share-this.footer .stButton {
    margin: 0;
  }
}

.map-popup {
  background-color: #fff;
  position: absolute;
  width: 280px;
}

.map-popup .header {
  border-bottom: 6px solid #5e2b12;
  position: relative;
}

.map-popup .header .headline-wrap {
  left: 10px;
  margin-right: 10px;
  position: absolute;
  top: -15px;
  z-index: 101;
}

.map-popup .header .headline-wrap .headline {
  background-color: #5e2b12;
  display: inline;
}

.map-popup .header .headline-wrap p {
  background-color: #5e2b12;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 #5e2b12, -10px 0 0 #5e2b12;
  color: #fff;
  display: inline;
  padding: 7px 0;
}

.map-popup .header img {
  height: 165px;
  width: 280px;
}

.map-popup .body {
  padding: 20px;
  text-align: center;
}

.map-popup .body span {
  font-size: 12px;
  text-align: left;
}

.map-popup .body a {
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.map-popup .body a:hover {
  text-decoration: none;
}

.map-popup.trekker .body {
  text-align: left;
}

.map-popup.trekker .body p {
  color: #666;
}

.map-popup.trekker .body a {
  border-bottom: 1px solid #31689b;
  color: #31689b;
  font-weight: bold;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .map-popup {
    width: 265px;
  }

  .map-popup .header img {
    height: auto;
    width: 265px;
  }
}

#modal-background {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 1000px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
}

#modal-background.active {
  display: block;
}

.modal-general {
  background: #fff url(/images/google-trekker-window-bkg.jpg) no-repeat 55px 0;
  border-radius: 4px;
  display: none;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 80%;
  z-index: 10001;
}

.modal-general .header {
  padding: 4px 0;
  position: relative;
  text-align: right;
}

.modal-general .header .close {
  position: absolute;
  right: 13px;
  top: 13px;
}

.modal-general .header p {
  color: #5e2b12;
  font-size: 20px;
  font-weight: bold;
  margin: 0 80px 0 0;
  text-transform: uppercase;
}

.modal-general .header p a {
  background-color: #5e2b12;
  border-radius: 4px;
  color: #fff;
  padding: 3px  5px;
}

.modal-general .header p a span {
  font-weight: normal;
}

#modal-delete-account {
  background-color: #fff;
  display: none;
  padding: 35px 20px;
  position: fixed;
  width: 325px;
  z-index: 100001;
}

#modal-delete-account.active {
  display: block;
}

#modal-delete-account .close-button {
  background: url(/images/modal-close.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 100002;
}

#modal-delete-account .container {
  width: 100%;
}

#modal-delete-account h1 {
  color: #157388;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#modal-delete-itinerary {
  background-color: #fff;
  display: none;
  padding: 35px 20px;
  position: fixed;
  width: 325px;
  z-index: 100001;
}

#modal-delete-itinerary.active {
  display: block;
}

#modal-delete-itinerary .close-button {
  background: url(/images/modal-close.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 100002;
}

#modal-delete-itinerary .container {
  width: 100%;
}

#modal-delete-itinerary h1 {
  color: #157388;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#modal-last-visited {
  background-color: #fff;
  display: none;
  position: fixed;
  width: 325px;
  z-index: 100001;
}

#modal-last-visited.active {
  display: block;
}

#modal-last-visited .close-button {
  background: url(/images/modal-close.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 100002;
}

#modal-last-visited .container {
  width: 100%;
}

#modal-last-visited .content {
  padding: 35px 20px;
}

#modal-last-visited h1 {
  color: #157388;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#modal-login {
  background-color: #157388;
  display: none;
  width: 940px;
  position: fixed;
  z-index: 100001;
}

#modal-login.active {
  display: block;
}

#modal-login .close-button {
  background: url(/images/modal-close.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 100002;
}

#modal-login .container {
  width: 100%;
}

#modal-login .heading {
  padding: 0 35px;
}

#modal-login .heading h1 {
  color: #fff;
  font-size: 76px;
  line-height: .84;
  text-transform: uppercase;
}

#modal-login .heading p {
  color: #fff;
}

#modal-login .heading img {
  display: block;
  height: auto;
  margin: 0 auto 15px auto;
  width: 45px;
}

#modal-login .alert {
  display: none;
}

#modal-login .alert.active {
  display: block;
}

#modal-login .modal-body {
  background-color: #fff;
}

#modal-login .tabs {
  margin-bottom: 15px;
  text-align: center;
}

#modal-login .tabs p.heading {
  color: #157388;
  margin: 0 0 35px 0;
  padding: 0;
  text-align: left;
}

#modal-login .tabs .tab {
  padding: 4px 0;
  width: 35%;
}

#modal-login #form-auth-create .actions p {
  display: none;
}

@media (max-width: 768px) {
  #modal-login {
    max-height: 540px;
    overflow-y: scroll;
    width: 100%;
  }

  #modal-login .container {
    width: 100%;
  }

  #modal-login .heading {
    padding: 0 35px;
  }

  #modal-login .heading h1 {
    font-size: 50px;
  }

  #modal-login .tabs .tab {
    width: 46%;
  }

  #modal-login .tabs .tab p {
    font-size: 12px;
  }
}

#modal-add-to-itinerary {
  background-color: #fff;
  display: none;
  position: fixed;
  width: 335px;
  z-index: 100001;
}

#modal-add-to-itinerary.active {
  display: block;
}

#modal-add-to-itinerary .close-button {
  background: url(/images/modal-close.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 100002;
}

#modal-add-to-itinerary .container {
  width: 100%;
}

#modal-add-to-itinerary select {
  font-size: 16px;
}

@media (max-width: 767px) {
  #modal-add-to-itinerary {
    max-width: 100%;
  }
}

#modal-add-to-itinerary-unauthenticated {
  background-color: #fff;
  display: none;
  position: fixed;
  width: 325px;
  z-index: 100001;
}

#modal-add-to-itinerary-unauthenticated.active {
  display: block;
}

#modal-add-to-itinerary-unauthenticated .close-button {
  background: url(/images/modal-close.gif) no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 100002;
}

#modal-add-to-itinerary-unauthenticated .container {
  width: 100%;
}

#modal-add-to-itinerary-unauthenticated form {
  padding: 35px 20px;
}

#modal-add-to-itinerary-unauthenticated form h1 {
  color: #157388;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#modal-add-to-itinerary-unauthenticated .btn {
  width: 100%;
}

#modal-add-to-itinerary-unauthenticated a.btn {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #modal-add-to-itinerary-unauthenticated {
    max-width: 100%;
  }
}

#canada-modal-content {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  width: 600px;
}

#canada-modal-content img {
  display: block;
  height: 86px;
  margin: 0 auto 20px auto;
  width: 80px;
}

#canada-modal-content p {
  font-size: 16px;
}

#canada-modal-content p a {
  color: #ed2225;
}

#canada-modal-content.active {
  display: block;
}

@media (max-width: 768px) {
  #canada-modal-content {
    width: 100%;
  }
}

/**
 * Z-indexs
 *
 * 1000 Global Nav Dropdowns
 * 2000 #supernav-wrap
 * 3000 #global-nav
 * 10000 #modal-background
 * 10001 #modal*
*/

/*# sourceMappingURL=front2015.css.map */