@media screen and (max-width: 320px) {
  [class*=grid-] {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Geotours Home - Added in transition to _LayoutUIApp ---------------------- */
#Content {
  background-color: #f5f5f5;
}

.container.geotours-page {
  max-width: 990px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.container.geotours-page h1 {
  margin: 20px 0;
}

@media only screen and (min-width: 600px) {
  nav {
    position: static;
  }
}
.geotours-page .intro {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 24px;
}

#divContentMain {
  margin-bottom: 60px;
}

table.Table th {
  background-color: #e0d3c6 !important;
  border: 2px solid #fff;
  border-top: none;
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

.tour-info .Table {
  width: 100%;
}

.SideWidget {
  margin-top: 10px;
}

.geotours-widget {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-top: 10px;
  padding: 1.5rem !important;
}

.create-geotour-link {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 4px;
  background-color: #02874d;
  color: #FFF;
  display: block;
  margin: 1.5rem auto 0;
  max-width: 190px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.create-geotour-link:hover {
  text-decoration: none;
}

.read-about-geotours {
  font-size: 12px;
  font-size: 0.75rem;
  color: #4A4A4A;
  margin: 0 0 0.75rem;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (min-width: 740px) {
  .directory-wrapper {
    float: left;
    padding-right: 10px;
    width: 66.66666%;
  }

  .geotours-widget {
    clear: right;
    float: right;
    margin-top: 10px;
    width: 33.333333%;
  }

  .create-geotour-widget {
    margin-top: 50px;
  }
}
/* -------------------------------------------------------------------------- */
/* Geotours Geotour Page - Added in transition to _LayoutUIApp -------------- */
.geotour-details header {
  background-color: transparent;
  margin: 25px 0 0;
}
.geotour-details h1 {
  margin: 0;
}
.geotour-details p {
  margin-top: 0;
}
.geotour-details .HelpLink {
  padding-left: 5px;
  width: 21px;
}
.geotour-details .banner-img {
  font-size: 0;
}
.geotour-details .banner-img img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.header-left {
  margin-top: 0;
  line-height: 52px;
}

.FavoritesWidget p,
.DownloadWidget p,
.BookmarkWidget p {
  display: table;
}
.FavoritesWidget a, .FavoritesWidget span, .FavoritesWidget .icon,
.DownloadWidget a,
.DownloadWidget span,
.DownloadWidget .icon,
.BookmarkWidget a,
.BookmarkWidget span,
.BookmarkWidget .icon {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 740px) {
  .FavoritesWidget p,
.DownloadWidget p,
.BookmarkWidget p {
    margin-left: auto;
  }
}

.tour-banner {
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
}

.tour-banner, .tour-logo-img {
  margin-top: 10px;
}

.tour-logo-img {
  text-align: center;
}
.tour-logo-img img {
  display: inline-block;
}

.tour-media-inner .video-thumbnail figcaption {
  text-align: center;
}

@media only screen and (min-width: 740px) {
  .geotour-details header {
    display: table;
    width: 100%;
    margin-bottom: 0;
    min-width: 0;
  }

  .header-left, .header-right {
    display: table-cell;
    vertical-align: middle;
  }

  .header-left {
    width: 65%;
  }

  .header-right {
    width: 35%;
  }

  .banner-img img {
    display: none !important;
  }

  .tour-banner {
    display: table;
    height: 200px;
    overflow: hidden;
    width: 100%;
  }

  .geotour-details .banner-img,
.tour-logo-img {
    display: table-cell;
    vertical-align: middle;
  }

  .geotour-details .banner-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 75%;
  }

  .tour-logo-img {
    margin-top: 0;
    min-width: 25%;
    width: 25%;
  }

  .tour-logo-img img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 195px;
    width: auto;
  }

  .tour-media-inner {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .GalleryWidget,
.video-thumbnail {
    display: table-cell;
    vertical-align: top;
  }
}
@media only screen and (min-width: 950px) {
  .tour-media-inner {
    width: 100%;
    margin-top: 0;
  }

  .tour-media-wrapper {
    float: left;
  }

  .tour-media-wrapper {
    width: 45%;
  }
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

/* -------------------------------------------------------------------------- */
.Widget {
  overflow: hidden;
  padding: 10px;
}

table.Table {
  border-collapse: collapse;
}

.directory-wrapper h2 {
  margin-top: 16px;
}

#Content img {
  font-size: 0.9em;
}

table.Table tr td {
  background: #fff;
}

table.Table tr:nth-child(odd) td, table.Table tr.AlternatingRow td {
  background: #f5efe7;
}

.TableWidget {
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
}

.GeoTours .Table, .GeoTours .Table th, .GeoTours td.TableHeader, .GeoTours th.TableHeader {
  border: 1px solid #556039;
  margin-bottom: 0;
}

.GeoTours table.Table td {
  border-left: 1px solid #556039;
  border-right: 1px solid #556039;
  border-top: 1px solid #556039;
}

.GeoTours table.Table td a {
  text-decoration: underline;
}

.GeoTours table.Table td span.archived {
  color: #8c0b0b;
  text-decoration: line-through;
}

.GeoTours table.Table td span.disabled {
  text-decoration: line-through;
}

.IconLink {
  background: url(../images/icons/sprite_icons.png) no-repeat right center;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -999999px;
}

.HelpLink {
  background-position: -43px -41px;
}

.GeoTours .IconLink {
  width: 25px;
}
.GeoTours .HelpLink {
  background-position: -71px -79px;
}

.help-link {
  margin-left: 6px;
}
.help-link .icon {
  height: 20px;
  width: 20px;
}

.WidgetHeader {
  border-radius: 5px 5px 0px 0px;
}
.WidgetHeader p {
  margin: 0 1em 0 0;
  float: left;
}

.WidgetFooter {
  border-radius: 0px 0px 5px 5px;
}
.WidgetFooter h2 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
}

.WidgetBody, .WidgetFooter {
  padding-top: 0;
}

.SideWidget {
  background: #fff;
}
.SideWidget h2 {
  color: #2D4F15;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.1;
  min-height: 22px;
  vertical-align: middle;
  margin: 0;
}

#Content .SideWidget a, #Content .SideWidget a:link, #Content .SideWidget a:visited {
  border-bottom: 1px solid;
  color: #5F452A;
  text-decoration: none;
}

#Content .SideWidget a:hover, #Content .SideWidget a:active, #Content .SideWidget a:focus {
  border-bottom: none;
}

.SideWidget p {
  clear: left;
  margin: 10px 0 0 0;
  color: #5F452A;
}

.leaflet-pane.leaflet-map-pane {
  z-index: 10 !important;
}

.directory-wrapper .Table {
  table-layout: fixed;
  width: 100%;
}
.directory-wrapper th:last-child {
  text-align: center;
  width: 7em;
}
.directory-wrapper td:last-child {
  text-align: center;
}

span.navigate {
  background: url(../../Scripts/leaflet/images/marker-icon.png) no-repeat 0 50%;
  -webkit-background-size: 12px 20px;
  background-size: 12px 20px;
  color: #594A42 !important;
  display: block;
  font-weight: bold;
  min-height: 20px;
  padding-left: 22px;
  text-decoration: none !important;
}

.no-backgroundsize a.navigate {
  /* fallback */
  display: table-cell;
  height: 41px;
  padding-left: 34px;
  vertical-align: middle;
}

.CoverWidget {
  height: 200px;
  border: 1px solid #e3e1d8;
  border-radius: 5px 0px 0px 5px;
}
.CoverWidget img {
  border-radius: 4px 0px 0px 4px;
}

.LogoWidget {
  border: 1px solid #e3e1d8;
  border-left: none;
  border-radius: 0px 5px 5px 0px;
  height: 200px;
}
.LogoWidget img {
  padding-left: 20px;
}

#divContentMain > .span-17 {
  width: 710px;
}

span.favorite-rank {
  background-color: #2880fc;
  border-radius: 3px;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 5px 2px 4px;
}

span.favorite-value {
  font-size: 24px;
  font-weight: bold;
  padding: 0 3px;
}

.FavoritesWidget {
  margin-top: 5px;
}
.FavoritesWidget p {
  margin-bottom: 0;
}
.FavoritesWidget .DownloadWidget {
  width: 100%;
}

.TourInfoWidget {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-top: 0.75rem;
  overflow: hidden;
  padding: 1rem;
}

.GalleryWidget {
  font-size: 12px;
  font-size: 0.75rem;
  background: #FFFFFF;
}
#Content .GalleryWidget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#Content .GalleryWidget ul li {
  display: none;
  width: 140px;
  margin: auto;
}
#Content .GalleryWidget ul li:first-child {
  display: block;
}
.GalleryWidget a {
  background: url(../images/icon_gallery.png) no-repeat right bottom;
  width: 140px;
  height: 140px;
}
.GalleryWidget a .text-link {
  display: block;
  margin-top: 0.5rem;
}
.GalleryWidget img {
  display: block;
  height: 140px;
  width: 140px;
}

.video-thumbnail, .GalleryWidget {
  margin: 1.5rem 0;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .video-thumbnail, .GalleryWidget {
    padding: 0 0 0 0.75rem;
  }
}

.DescriptionWidget p {
  margin: 0;
  word-wrap: break-word;
}
.DescriptionWidget p + p {
  margin-top: 0.75rem;
}
.DescriptionWidget .VisitLink {
  margin: 1.5rem 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .DescriptionWidget {
    float: left;
    width: 55%;
  }
  .DescriptionWidget p {
    margin-right: 0.75rem;
  }
  .DescriptionWidget .link-wrapper {
    margin-top: 1.5rem;
  }
  .DescriptionWidget .link-wrapper p, .DescriptionWidget .link-wrapper ul {
    display: inline-block;
    margin: 0;
    padding-right: 0.75rem;
    vertical-align: middle;
  }
}

.SocialMediaWidget {
  float: left;
  padding: 0;
}

.FollowUsLinks {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  text-align: center;
}
.FollowUsLinks li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.FollowUsLinks a {
  display: inline-block;
}
.FollowUsLinks svg {
  color: #4A4A4A;
  display: block;
}

.AdsWidget {
  background-color: white;
  border: 1px solid #E4E4E4;
  margin-top: 0.75rem;
  padding: 1rem;
}
.AdsWidget ul {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.AdsWidget ul > :first-child {
  margin-left: 0;
}
.AdsWidget li {
  display: inline-block;
  margin-left: 30px;
}
.AdsWidget a img {
  max-width: 210px;
  vertical-align: middle;
}

.TableWidget .Button {
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(0, 0, 0, 0.25);
}

.TableWidget .Button, .TableWidget a.Button:link, .TableWidget a.Button:visited {
  color: #fff;
  background-color: #8C9E65;
  border-left: 1px solid #556039;
  border-right: 1px solid #556039;
  border-top: 1px solid #556039;
  border-bottom: 1px solid #344800;
}

.TableWidget .Button:hover, .TableWidget a.Button:hover {
  color: #ffffff;
  background-color: #758555;
  border-left: 1px solid #556039;
  border-right: 1px solid #556039;
  border-top: 1px solid #556039;
  border-bottom: 1px solid #344800;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.TableWidget .Button:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.25);
  background-color: #758555;
}

#map_container {
  display: block;
  height: 425px;
}

.MapWidget {
  background-color: white;
  border-radius: 0;
  clear: both;
  display: none;
  margin-top: 0.75rem;
  padding: 0;
}
@media screen and (min-width: 740px) {
  .MapWidget {
    display: block;
  }
}

.leaflet-container {
  background: none !important;
}

#Content .leaflet-bar a, #Content .leaflet-bar a:hover {
  color: black;
  border-bottom-color: #ccc;
}

#Content .leaflet-bar a.leaflet-disabled {
  color: #bbb;
}

* + html .SocialMediaWidget li, .AdsWidget li {
  display: inline;
}

* + html .TableWidget #showall span {
  margin-right: 3px;
}

#show-all-button {
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 8px auto;
}

.geotour-listing-popup {
  display: flex;
}
.geotour-listing-popup h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 46px;
}
.geotour-listing-popup h3 a {
  color: #4A4A4A;
}
.geotour-listing-popup .cache-count {
  display: block;
  font-weight: normal;
}
.geotour-listing-popup img {
  float: left;
  height: 46px;
  margin: 0;
  width: 46px;
}
.geotour-listing-popup img + .geotour-text {
  margin-left: 0.75rem;
}
.geotour-listing-popup .geotour-text {
  margin-right: 36px;
}

.geotour-cache-info {
  font-size: 12px;
  font-size: 0.75rem;
}
.geotour-cache-info .favorite-points > * {
  display: inline-block;
  vertical-align: middle;
}

/*# sourceMappingURL=GeoTours.css.map */
