.route-name {
  background-color: #2C2D2D;
  color: #FFF;
  padding: 15px; }
  .route-name a {
    color: #FFF; }

.place-panel {
  margin-bottom: 0;
  background: #FFF; }
  .place-panel .panel {
    border-radius: 0; }
  .place-panel .panel-heading {
    padding: 0;
    border-radius: 0; }
    .place-panel .panel-heading .route-panel-title, .place-panel .panel-heading .panel-title {
      border: 0px transparent;
      min-height: 40px; }
      .place-panel .panel-heading .route-panel-title .place-name, .place-panel .panel-heading .panel-title .place-name {
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: block; }
    .place-panel .panel-heading .accordion-toggle {
      border-radius: 0;
      width: 100%;
      text-align: left; }
    .place-panel .panel-heading .accordion-toggle.route {
      background-color: #2C2D2D;
      color: #FFF; }
    .place-panel .panel-heading .accordion-toggle.route.collapsed {
      background-color: #BCDBBC;
      color: #2D2D2D; }
  .place-panel .panel-body {
    padding: 0; }
    .place-panel .panel-body .place-link {
      height: 40px;
      line-height: 40px;
      padding-left: 8px;
      display: block; }
    .place-panel .panel-body .place-panel .accordion-toggle.route {
      background-color: #2C2D2D;
      color: #FFF; }
    .place-panel .panel-body .place-panel .accordion-toggle.route.collapsed {
      background-color: #E5E4E4;
      color: #2C2D2D; }

.place-panel-title a {
  color: #2C2D2D; }

.spacer {
  margin-bottom: 15px; }

.place-navigation {
  padding: 1rem; }

.in-place-navigation {
  text-align: right; }

.place-content {
  padding-left: 0;
  padding-right: 0; }

.places-menu {
  padding-left: 1rem;
  padding-right: 1rem; }

@media (max-width: 768px) {
  .place-content {
    padding-left: 1rem;
    padding-right: 1rem; } }

.foldout-wrapper {
  margin-bottom: 15px; }

.foldout .panel {
  box-shadow: none;
  background: transparent;
  border: 0px transparent; }

.foldout .panel-heading {
  background: transparent;
  border: 0px transparent; }

.foldout .accordion-toggle {
  display: block;
  width: 100%;
  background: transparent;
  border: 0px transparent; }

.foldout .accordion-toggle:hover {
  background: transparent;
  color: #2D2D2D; }

.multipage p, .multipage h1, .multipage h2, .multipage h3, .multipage h4, .multipage b {
  padding-left: 2rem;
  padding-right: 2rem; }

@media (min-width: 769px) {
  .multipage p, .multipage h1, .multipage h2, .multipage h3, .multipage h4 {
    padding-left: 0;
    padding-right: 0; } }

body {
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
  overflow-x: hidden; }

.container-fluid {
  margin-left: -15px;
  margin-right: -15px; }

h2 {
  font-weight: 300; }

.site-header {
  background-color: #2D2D2D;
  color: #FFF;
  padding-top: 25px;
  padding-bottom: 45px; }

.site-logo {
  padding-bottom: 20px;
  width: 100%;
  max-width: 100%; }

.navbar-toggle {
  margin-bottom: 60px; }

.main-menu {
  background-color: #2D2D2D;
  border: 0px transparent; }
  .main-menu ul {
    margin-top: 20px; }

nav.navbar-default.main-menu .navbar-nav > li > a {
  color: #FFF;
  text-transform: uppercase; }

.context-header {
  background-color: #17A6C7; }

.context-menu {
  border: 0px transparent;
  border-radius: 0;
  margin-bottom: 0; }

nav.navbar-default.context-menu .navbar-nav > li > a {
  color: #2D2D2D; }

nav.navbar-default.context-menu .navbar-nav > li > a.active {
  color: #FFF; }

.social .fa {
  color: #2D2D2D;
  background-color: #FFF;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; }

.social .fa.fa-twitter {
  background-color: #55ACEE; }

.social .fa.fa-facebook {
  background-color: #3a5795; }

.social .fa.fa-instagram {
  background-color: #BCDBBC; }

.social .fa.fa-search {
  background-color: #2D2D2D;
  color: #FFF; }

div.main-content-overlay-wrapper {
  position: relative;
  margin-right: -30px; }

div.main-content-overlay-top {
  position: absolute;
  background-image: url(/site/img/half-link.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0; }

div.main-content-overlay-bottom {
  position: absolute;
  background-image: url(/site/img/half-link-up.png);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  height: 34px;
  bottom: 0;
  left: 0; }

.main-heading {
  background-position: center top;
  height: 70hv; }

.responsive-image {
  max-width: 100%;
  width: 100%; }

.context-link {
  font-weight: bold; }

@media (min-width: 769px) {
  .main-heading {
    background-position: center top;
    height: 300px; } }

.site-footer {
  margin-top: 1em;
  padding: 0.5em;
  border-top: 1px dashed #BCDBBC;
  border-bottom: 1px dashed #BCDBBC; }

.child-pages {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1em;
  margin-bottom: 3em; }
  .child-pages .summary {
    min-height: 40px;
    line-height: 40px;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .child-pages .summary .handle {
      cursor: move; }
    .child-pages .summary .btn-default {
      margin-top: 3px; }
  .child-pages .summary:nth-of-type(odd) {
    background-color: #DDD; }

#contentfooter {
  margin-top: 1em; }
  #contentfooter #next-item, #contentfooter #prev-item {
    display: inline-block; }

.breadcrumbs ul {
  padding-left: 0; }
  .breadcrumbs ul li {
    display: inline-block;
    list-decoration: none; }

.site-footer {
  background-color: #17A6C7;
  margin-top: 0;
  border: 0px transparent;
  font-size: 12px; }
  .site-footer h2 {
    color: #FFF; }
  .site-footer ul {
    padding-left: 0;
    list-style-type: none; }
    .site-footer ul li {
      padding-bottom: 0.75em; }
  .site-footer a {
    color: #2D2D2D; }
  .site-footer #footer-logo {
    margin-top: 1em;
    margin-bottom: 1em; }
    .site-footer #footer-logo img {
      background-color: #2D2D2D;
      padding: 1em; }
  .site-footer .social li {
    list-decoration: none;
    display: inline-block;
    padding-right: 1.5em;
    padding-bottom: 1em; }

#login_form {
  margin-bottom: 2em; }

.full-screen {
  height: 60vh;
  width: 100%;
  background-position: center; }

.routes-title, .route-title {
  border-top: 8px solid #17A6C7;
  border-bottom: 8px solid #00819C;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 2em;
  background-position: left center; }
  .routes-title h2, .route-title h2 {
    font-size: 28pt;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    color: #FFF; }

@media (min-width: 769px) {
  .routes-title h2, .route-title h2 {
    font-size: 50pt; } }

.route-title {
  background-image: url(/site/data/000/007/7538.jpg);
  color: #FFF;
  padding-top: 14px;
  margin-bottom: 0; }

.route-background, .place-background {
  position: relative;
  padding-top: 450px;
  margin-bottom: 2em;
  color: #FFF;
  text-align: center;
  background-position: center center;
  background-size: cover; }

.route-overlay, .place-overlay {
  position: absolute;
  display: block;
  bottom: 17px;
  padding: 1em;
  border-top: 1px solid #FFF;
  min-height: 250px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .route-overlay h3, .place-overlay h3 {
    font-weight: 800; }

.route-stripe {
  position: absolute;
  min-height: 16px;
  width: 100%;
  bottom: 0; }

.place-background {
  padding-top: 250px; }

.place-overlay {
  min-height: 75px;
  bottom: 0; }

.accommodation {
  background-color: #EEEEEE;
  margin-bottom: 30px; }
  .accommodation .title {
    color: #FFF;
    text-align: center;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0;
    border-bottom: 1px solid #FFF; }
  .accommodation .main-image {
    padding-top: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .accommodation .about {
    padding: 1em; }
  .accommodation .facts {
    margin-bottom: 0.125em; }
  .accommodation .contact {
    background-color: #2D2D2D;
    color: #FFF;
    padding: 1em;
    font-size: 10pt; }
    .accommodation .contact a {
      color: #FFF; }

.news-title, .services-title {
  text-align: center;
  padding-bottom: 20px;
  background-position: left center; }
  .news-title h2, .services-title h2 {
    font-size: 25pt;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px; }

@media (min-width: 769px) {
  .news-title h2, .services-title h2 {
    font-size: 50pt;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0; } }

.news-background {
  position: relative;
  padding-top: 350px;
  margin-bottom: 2em;
  color: #FFF;
  text-align: center;
  background-position: center center;
  background-size: cover; }

.news-overlay {
  position: absolute;
  bottom: 0;
  padding: 1em;
  border-top: 1px solid #FFF;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .news-overlay h3 {
    font-weight: 800; }

.services {
  padding-bottom: 3em; }

.signup-slice {
  color: #FFF;
  background-color: #2D2D2D;
  padding-top: 3em;
  padding-bottom: 3em; }

.c2c-guide .route-stripe, .c2c-guide .accommodation .title, .c2c-guide .route-overlay:hover, .c2c-guide .context-header, .c2c-guide .context-menu {
  background-color: #00AAC6; }

.hadrian .route-stripe, .hadrian .accommodation .title, .hadrian .route-overlay:hover, .hadrian .context-header, .hadrian .context-menu {
  background-color: #AABF54; }

.reivers .route-stripe, .reivers .accommodation .title, .reivers .route-overlay:hover, .reivers .context-header, .reivers .context-menu {
  background-color: #DA1D6A; }

.coast-and-castles .route-stripe, .coast-and-castles .accommodation .title, .coast-and-castles .route-overlay:hover, .coast-and-castles .context-header, .coast-and-castles .context-menu {
  background-color: #E7C01D; }

.ptdm .route-stripe, .ptdm .accommodation .title, .ptdm .route-overlay:hover, .ptdm .context-header, .ptdm .context-menu {
  background-color: #98245C; }

.google-maps {
  position: relative;
  padding-bottom: 150%;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  scrollwheel: false; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    pointer-events: none; }

@media (min-width: 769px) {
  .google-maps {
    padding-bottom: 35%; } }

.container-outer.mapslice {
  padding-top: 0;
  padding-bottom: 0; }

.featured-news {
  background-size: cover; }
  .featured-news .description {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF; }

.preview-image {
  max-width: 200px;
  max-height: 200px; }

.messages {
  margin: 1em;
  top: 0;
  left: 0;
  z-index: 2000; }

.folded-route .route-name {
  margin-top: 10px; }

@media (max-width: 768px) {
  .collapsed-only {
    display: inline-block; } }

.main-content h1 {
  font-size: 24px; }

@media (min-width: 769px) {
  .main-content h1 {
    font-size: 48px; }
  .collapsed-only {
    display: none; } }

.example-row {
  background-color: #17A6C7;
  color: #FFF; }

.example-col-left {
  background-color: #DA1D6A;
  color: #FFF; }

.example-col-right {
  background-color: #E7C01D;
  color: #000; }

.descendant {
  margin-top: 8px;
  margin-left: 30px; }
  .descendant .stage {
    color: red; }

#descendants-inner {
  max-height: 80%;
  scroll: auto; }

.editlink {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: grey;
  top: 30px;
  right: 30px;
  padding: 8px;
  border-radius: 24px;
  font-size: 16pt;
  z-index: 6000; }

.editlink:hover {
  background-color: white;
  border: 1px dashed #00AAC6; }

.gallery-inset {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.replica-alert {
  width: 100%;
  font-size: 18pt;
  font-weight: bold;
  color: red;
  padding: 1rem;
  background-color: #EEEEEE;
  margin-bottom: 1rem; }

.image-button {
  padding: 1rem;
  color: #03a9c9;
  border: 1px solid #03a9c9;
  background-color: #fff;
  color: #03a9c9;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px; }
  .image-button:hover, .image-button:active {
    background-color: #03a9c9;
    color: #FFF;
    text-decoration: none; }

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