﻿/* RGB */
/*Christmas Theme*/
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500';
.banner {
  padding: 0; }
  .banner .row .col-sm-12 {
    padding: 0; }
  .banner .img-fluid {
    min-height: 500px;
    object-fit: cover;
    width: 100%; }
  .banner .overlay {
    position: absolute;
    z-index: 5000;
    bottom: 0px;
    color: white;
    width: 100%;
    height: 35%;
    background-color: rgba(163, 34, 17, 0.7);
    padding-left: 1.5em;
    padding-top: 1.5em; }
    .banner .overlay .title {
      font-size: 1.1em;
      font-family: "Baloo", cursive;
      color: #00a854;
      text-transform: uppercase; }
    .banner .overlay .content {
      font-size: 1.5em;
      font-family: "Baloo", cursive;
      color: white; }

@media screen and (min-width: 992px) {
  .banner .overlay {
    /*height:45%;*/
    width: 75%;
    padding-left: 15rem; } }

.bookings {
  display: flex;
  flex-direction: column; }
  .bookings div {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .bookings .booking-header {
    font-weight: bolder;
    color: #ea4630; }
  .bookings .booking-date {
    flex: 1; }
  .bookings .booking-price {
    flex: 1;
    align-content: flex-end; }
  .bookings .total {
    border-top: 2px solid #a76b3a; }

/*
    Breadcrumb styles
*/
.breadcrumb {
  display: flex;
  /*flex-direction: row-reverse;
    justify-content: flex-end;*/
  padding: 0.3em 0;
  color: #00a854;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  font-weight: bolder;
  background-color: transparent; }
  .breadcrumb span {
    padding: 0 0.1em; }
  .breadcrumb span.separator:before {
    color: #b7b7b7;
    font-weight: lighter;
    content: ' / '; }
  .breadcrumb a.home-link {
    margin: auto 0; }
  .breadcrumb a {
    color: #00a854; }
    .breadcrumb a:hover {
      color: white;
      text-decoration: none; }

/*
Inspiration for this menu: https://dribbble.com/shots/2962837-Header-Nav by Scout: https://dribbble.com/scout
*/
/* 
Full screen background image
*/
.nav-hero {
  background: url("https://hd.unsplash.com/photo-1454165804606-c3d57bc86b40");
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute; }

/*
Tint overlay
*/
.nav-hero:after {
  content: '';
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(163, 34, 17, 0.4), rgba(234, 70, 48, 0.1));
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500; }

@media screen and (min-width: 768px) {
  .nav-hero {
    position: absolute;
    height: 500px; }
  .nav-hero:after {
    background-image: linear-gradient(to bottom, rgba(163, 34, 17, 0.4), rgba(234, 70, 48, 0.1)); } }

/* 
Making sure everything in .nav-hero sits above our :after elements 
*/
.nav-hero * {
  position: relative;
  z-index: 10000; }

#masthead {
  padding: 0.5em 0;
  position: relative; }

#masthead.is-active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15); }

/*
Using this method because browsers can transition opacity very cheaply as opposed to using background: rgba
https://www.html5rocks.com/en/tutorials/speed/high-performance-animations/
*/
#masthead:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease; }

#masthead.is-active:after {
  opacity: 1; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  float: left;
  font: inherit;
  margin: 0.8125em 0 0;
  overflow: visible;
  outline: none;
  padding-right: 1.0em;
  text-transform: none;
  transition: opacity 0.15s;
  -webkit-appearance: none; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

#masthead.is-active .hamburger-inner,
#masthead.is-active .hamburger-inner::before,
#masthead.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px; }

.hamburger-inner::after {
  bottom: -6px; }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.hamburger-label {
  color: #fff;
  display: inline-block;
  /*    font-weight: 700;*/
  letter-spacing: 0.08em;
  line-height: 1;
  margin-left: 0.3125em;
  text-transform: uppercase; }

#masthead.is-active .hamburger-label {
  color: #000; }

.hamburger-box,
.hamburger-label {
  display: inline-block;
  vertical-align: middle; }

.hamburger-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  padding: 0 2.5em; }

@media screen and (min-width: 768px) {
  .hamburger-container {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    /*align-items: baseline;*/
    align-items: center; } }

.site-nav {
  clear: both;
  display: none;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  padding-top: 1.5em; }

.site-nav.is-active {
  height: auto;
  overflow: visible;
  display: flex; }

.site-nav .col {
  padding-bottom: 2.5em;
  flex: 0 0 auto; }

@media screen and (min-width: 550px) {
  .site-nav {
    flex-direction: row;
    flex-wrap: wrap; }
  .site-nav .col {
    flex: 0 0 50%; } }

@media screen and (min-width: 768px) {
  .site-nav .col {
    flex: 0 0 33.333333333%; } }

@media screen and (min-width: 960px) {
  .site-nav .col {
    flex: 0 0 20%; }
  /*.site-nav .col:last-child {
        display: flex;
        justify-content: flex-end;
    }*/ }

.site-nav h4 {
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  .site-nav h4 a {
    color: inherit;
    font-weight: 200;
    font-size: 0.8em; }

.site-nav ul {
  list-style-type: none;
  margin-top: 1em; }

.site-nav li {
  margin-bottom: 0.3125em;
  font-size: 0.9em; }

.site-nav li a {
  color: #b4b9ba;
  text-decoration: none;
  transition: color 0.3s ease; }

.site-nav li a:hover,
.site-nav li a:focus {
  color: #686d6e; }

.site-nav .social {
  margin: 0;
  overflow: hidden; }

.site-nav .social li {
  float: left;
  margin: 0 0.3125em;
  width: 32px;
  height: 32px; }

.site-nav .social li svg {
  display: block;
  fill: #b4b9ba;
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease; }

.site-nav .social li:hover svg {
  fill: #686d6e; }

.nav-brand {
  margin-right: 0;
  /*    display: none;*/
  margin: 0.8125em 0 0;
  padding-right: 1.0em; }

@media screen and (min-width: 768px) {
  .nav-brand {
    margin-right: auto;
    margin-left: 50px;
    display: block; } }

#masthead-search {
  float: right;
  margin-top: 0.625em;
  width: 100%;
  max-width: 14em;
  position: relative;
  -webkit-appearance: none; }

#masthead-search input {
  background: transparent;
  border: none;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  outline: none;
  width: 100%;
  padding: 0.75em 1.125em;
  transition: border-color 0.3s ease;
  -webkit-appearance: none; }

#masthead-search button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1em;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  -webkit-appearance: none; }

#masthead.is-active #masthead-search button {
  color: #b4b9ba; }

#masthead.is-active #masthead-search input {
  border-color: #b4b9ba; }

#masthead-search ::-webkit-input-placeholder {
  color: #fff; }

#masthead-search :-moz-placeholder {
  color: #fff;
  opacity: 1; }

#masthead-search ::-moz-placeholder {
  color: #fff;
  opacity: 1; }

#masthead-search :-ms-input-placeholder {
  color: #fff; }

#masthead.is-active #masthead-search ::-webkit-input-placeholder {
  color: #b4b9ba; }

#masthead.is-active #masthead-search :-moz-placeholder {
  color: #b4b9ba;
  opacity: 1; }

#masthead.is-active #masthead-search ::-moz-placeholder {
  color: #b4b9ba;
  opacity: 1; }

#masthead.is-active #masthead-search :-ms-input-placeholder {
  color: #b4b9ba; }

#masthead .col {
  opacity: 0; }

#masthead.is-active .col {
  transform: translateY(40px);
  transition: opacity 0.3s ease;
  animation: fade-in-stagger 0.8s ease forwards; }

#masthead.is-active .col:nth-child(1) {
  -webkit-animation-delay: 0; }

#masthead.is-active .col:nth-child(2) {
  -webkit-animation-delay: 0.1s; }

#masthead.is-active .col:nth-child(3) {
  -webkit-animation-delay: 0.2s; }

#masthead.is-active .col:nth-child(4) {
  -webkit-animation-delay: 0.3s; }

#masthead.is-active .col:nth-child(5) {
  -webkit-animation-delay: 0.4s; }

@keyframes fade-in-stagger {
  to {
    opacity: 1;
    transform: translateY(0); } }

.cards {
  display: flex;
  flex-direction: column; }
  .cards .card {
    --default-separator-color: #ea4630;
    box-shadow: none;
    border: none;
    margin: 1em 0 0 0;
    /*Add a separator after each element*/ }
    .cards .card a {
      display: flex;
      flex-direction: row;
      color: inherit;
      position: relative; }
      .cards .card a .card-image, .cards .card a .card-header {
        background-color: white;
        padding: 1em;
        margin: auto 0 0 0;
        font-size: 0.8em; }
      .cards .card a .card-content {
        display: none; }
      .cards .card a .card-header {
        display: flex;
        flex-direction: column;
        overflow: hidden; }
      .cards .card a .card-date {
        font-size: 0.7em;
        margin-left: 5px; }
      .cards .card a .card-image img {
        height: 128px;
        width: 128px; }
      .cards .card a img {
        object-fit: cover; }
    .cards .card:after {
      content: "";
      height: 2px;
      width: 100%;
      background: #ea4630;
      display: block;
      margin-bottom: 15px; }
  .cards .archived:after {
    content: "";
    height: 2px;
    width: 100%;
    background: gray;
    display: block;
    margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .cards .card {
      flex: 0 0 30%;
      /*flex: 1 0 (90%/3);*/
      padding: 0 1em;
      height: 312px; }
    .cards .card .card-image {
      overflow: hidden; }
    .cards .card:not(.highlight) .card-image img {
      filter: grayscale(85%) blur(4px);
      transition: all 0.5s ease; }
    .cards .card:not(.hightlight):hover .card-image img {
      filter: grayscale(0) blur(1px) contrast(130%);
      transition: all 0.5s ease; }
    .cards .card.highlight .card-image img {
      transition: all 0.5s ease; }
    .cards .card.highlight:hover .card-image img {
      filter: none;
      transform: scale(1.2);
      transition: all 0.5s ease; }
    .cards .card:not(.highlight):after {
      content: "";
      height: 30px;
      width: 100%;
      background: var(--default-separator-color);
      display: block;
      margin-bottom: 15px; }
    .cards .card.archived:after {
      content: "";
      height: 30px;
      width: 100%;
      background: whitesmoke;
      display: block;
      margin-bottom: 15px; }
    .cards .card a {
      display: flex;
      flex-direction: column;
      position: relative;
      height: 100%; }
      .cards .card a .card-image {
        padding: 0;
        margin: 0; }
      .cards .card a .card-image img {
        width: 100%;
        height: 160px; }
      .cards .card a .card-header {
        position: absolute;
        bottom: -15px;
        width: 80%;
        margin: 0;
        align-self: center;
        height: 190px;
        background-color: whitesmoke;
        z-index: 100; }
      .cards .card a .card-title {
        font-size: large;
        font-family: "Baloo", cursive;
        font-weight: normal; }
      .cards .card a .card-date {
        font-size: 0.8em; }
      .cards .card a .card-content {
        display: block; }
    .cards .card.highlight:after {
      content: "";
      height: 0;
      width: 0;
      background: transparent;
      display: block;
      margin-bottom: 15px; }
    .cards .card.highlight {
      flex: 0 0 60%; }
      .cards .card.highlight a .card-image {
        height: 100%; }
        .cards .card.highlight a .card-image img {
          height: 100%; }
      .cards .card.highlight a .card-header {
        position: absolute;
        bottom: 15px;
        background-color: rgba(163, 34, 17, 0.9);
        color: white;
        width: 90%; }
    .cards .landingpage.card.highlight {
      flex: 0 0 45%; }
    .cards .landingpage.card.highlight.tourism .card-header {
      background-color: rgba(127, 191, 59, 0.7); } }

.events {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif; }
  .events .event {
    padding: 0.3em; }
    .events .event img {
      transition: all 0.5s ease; }
  .events .event:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease; }
  .events .event a {
    display: flex;
    flex-direction: row;
    color: white;
    background: none;
    /*align-items: center;*/ }
  .events .event-header, .events .event-details {
    flex: 1 0 30%; }
  .events .event-image {
    overflow: hidden;
    margin: 0 0.3em; }
  .events .event-header, .events .event-details {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    font-family: "Montserrat", sans-serif; }
  .events .event-date, .events .event-organizedby, .events .event-location {
    font-size: .9em; }
  .events .event-title {
    text-transform: uppercase;
    font-family: "Baloo", cursive;
    font-weight: normal;
    font-size: 1.1em; }
  .events span.fas {
    margin-right: .2em; }

.small-link {
  font-size: 0.76em;
  font-weight: lighter;
  padding-left: 0.5em; }

/*
    Styles for the article and event template
*/
.article {
  padding: 0 1em; }
  .article ul {
    padding-left: 1.5em; }

.section-title, .section-title-small, .eraider-item .title, .gallery-list-item .gallery-list-title, section-title > a {
  font-family: "Baloo", cursive;
  color: #ea4630;
  font-size: 1.4em;
  font-weight: normal; }

.section-title-small, .eraider-item .title {
  padding: 0 .5em;
  font-size: 1.0em; }

.section-content, .section-documents {
  font-family: "Montserrat", sans-serif;
  color: #373737;
  font-size: 1.0em;
  padding: 0.2em 0.5em; }
  .section-content img, .section-documents img {
    padding: 0 0.5em; }

.section-documents {
  background-color: rgba(234, 70, 48, 0.1); }

.event-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1.5em; }
  .event-details .event-organisedby span, .event-details .event-location span, .event-details .event-start-date span, .event-details .event-end-date span {
    padding-left: .3em;
    font-size: 0.9em; }

.tag-cloud {
  display: flex;
  flex-wrap: wrap; }
  .tag-cloud .tag {
    border: 1px solid rgba(163, 34, 17, 0.7);
    padding: 3px;
    margin: 2px;
    color: #373737;
    font-size: 0.9em;
    font-family: "Baloo", cursive;
    font-weight: lighter; }
    .tag-cloud .tag.tag-large {
      font-size: 1.1em; }
    .tag-cloud .tag.active {
      background-color: rgba(163, 34, 17, 0.7);
      color: white; }
      .tag-cloud .tag.active a {
        color: inherit; }
      .tag-cloud .tag.active a:hover {
        color: #a76b3a; }

.publication-list-item {
  cursor: pointer;
  font-size: 1.0em;
  font-weight: bolder;
  list-style: none;
  margin: 0.5em auto; }
  .publication-list-item:hover {
    color: #a76b3a; }
  .publication-list-item a > span, .publication-list-item span > span, .publication-list-item span > span.fas {
    font-weight: normal;
    font-size: smaller;
    margin-right: 0.5em; }
  .publication-list-item p {
    margin-bottom: 0; }

.home-publications {
  margin-top: 1em;
  font-size: 1.1em; }

.slide-in-content .publication-detail {
  margin-top: 1rem;
  margin-left: 1rem;
  position: relative; }
  .slide-in-content .publication-detail .publication-author span:first-child, .slide-in-content .publication-detail .publication-date span:first-child, .slide-in-content .publication-detail .publication-title span:first-child,
  .slide-in-content .publication-detail .publication-description span:first-child, .slide-in-content .publication-detail .publication-tags span:first-child, .slide-in-content .publication-detail .publication-download span:first-child {
    margin: 0.5em 1em; }
  .slide-in-content .publication-detail .publication-description p {
    margin: 0.5em 3em 0.5em 2em;
    font-weight: normal;
    font-size: smaller; }
  .slide-in-content .publication-detail .publication-download a, .slide-in-content .publication-detail .publication-tags a {
    color: white;
    font-size: inherit; }

.side-nav {
  display: none;
  flex-direction: column;
  position: static;
  top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  justify-content: flex-end; }
  .side-nav .side-nav-item {
    min-height: 3em;
    height: 100%;
    font-size: .85em;
    background-color: rgba(234, 70, 48, 0.1);
    width: 100%;
    margin-bottom: 1em; }
    .side-nav .side-nav-item * {
      padding-left: 1em; }
  .side-nav .side-nav-item:before {
    content: "";
    height: 5px;
    width: 100%;
    background: #a76b3a;
    display: block;
    margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .side-nav {
    display: flex; } }

.form-horizontal {
  display: flex;
  flex-direction: column;
  width: 75%;
  margin: 0 auto; }

.form-horizontal .header {
  background: #3f9cb5;
  padding: 30px 25px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0; }

.form-horizontal .heading {
  font-size: 16px;
  color: #3f9cb5;
  margin: 10px 0 20px 0;
  text-transform: capitalize; }

.form-horizontal .form-content {
  padding: 25px;
  background: #fff; }

.form-horizontal .form-control {
  padding: 12px 16px 12px 39px;
  height: 50px;
  font-size: 14px;
  color: #2b2a2a;
  border: none;
  border-bottom: 2px solid rgba(234, 71, 49, 0.3);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px; }
  .form-horizontal .form-control.small {
    margin-bottom: 0px;
    padding: 0px 10px; }

.form-horizontal textarea.form-control {
  border: 1px solid rgba(234, 70, 48, 0.5); }

.form-horizontal .form-control:focus {
  border-color: #a76b3a;
  box-shadow: none; }

.form-horizontal .control-label {
  font-size: 17px;
  color: #ccc;
  position: absolute;
  top: 5px;
  left: 27px;
  text-align: center; }

.form-horizontal textarea.form-control {
  resize: vertical;
  height: 130px; }

.form-horizontal .btn {
  font-size: 18px;
  color: #a76b3a;
  border: 2px solid rgba(234, 70, 48, 0.5);
  border-radius: 0;
  padding: 10px 25px;
  transition: all 0.5s ease 0s;
  width: 50%;
  align-self: flex-end; }

.form-horizontal .btn:hover {
  background: #fff;
  border-color: #a76b3a; }

.form-group {
  display: flex;
  flex-direction: row;
  align-items: center; }

.form-group label {
  font-family: "Baloo", cursive;
  color: rgba(234, 70, 48, 0.5);
  font-size: 0.9em;
  margin-right: 5px;
  flex: 0 0 20%;
  text-align: right; }

/* CSS Document */
.contact-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif; }
  .contact-cards .contact {
    margin: 0.5em;
    padding: 0.5em;
    flex: 1 1 100%;
    background-color: rgba(234, 70, 48, 0.1);
    display: flex;
    flex-direction: column; }
    .contact-cards .contact > div {
      display: flex;
      flex-direction: row; }
    .contact-cards .contact .details {
      display: flex;
      flex-direction: column;
      font-size: 0.9em; }
    .contact-cards .contact .name {
      color: #a76b3a;
      font-weight: bold; }
    .contact-cards .contact .email a, .contact-cards .contact .email a:hover {
      color: inherit; }
    .contact-cards .contact .comment {
      background-color: rgba(163, 34, 17, 0.7);
      color: white;
      padding: 0.5em; }
      .contact-cards .contact .comment a {
        color: #a76b3a;
        font-size: 1em;
        font-weight: normal; }
      .contact-cards .contact .comment a:hover {
        color: white; }
    .contact-cards .contact .categories {
      margin-bottom: .5em; }
      .contact-cards .contact .categories span {
        font-size: small;
        border: 1px solid gray;
        padding: .2em;
        font-weight: normal; }
      .contact-cards .contact .categories:before {
        content: "\f02c";
        font-family: 'Font Awesome 5 Free';
        font-size: small;
        font-weight: 900; }
    .contact-cards .contact .show-details, .contact-cards .contact .hide-details {
      font-size: 0.8em;
      justify-content: flex-end;
      cursor: pointer;
      color: #00a854; }
    .contact-cards .contact .hide-details {
      display: none; }
    .contact-cards .contact .details-container {
      display: none; }
  .contact-cards span.fas {
    margin-right: 0.5em; }
  .contact-cards figure.picture img {
    /*float:left;*/
    margin-right: 2em; }

.show-hide-all {
  display: flex;
  flex-direction: row; }
  .show-hide-all .show-all-details, .show-hide-all .hide-all-details {
    margin: 1em;
    font-size: 0.8em;
    justify-content: flex-end;
    cursor: pointer;
    color: #00a854; }

@media screen and (min-width: 768px) {
  .contact-cards .contact {
    flex: 0 0 45%; } }

.permits {
  padding: 0 1em;
  display: flex;
  flex-direction: column; }
  .permits .permit {
    padding: 0.2em 0.5em;
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #a76b3a; }
    .permits .permit span {
      flex: 0 0 20%; }
    .permits .permit span.date, .permits .permit span.ref {
      flex: 0 0 20%; }
    .permits .permit span.title {
      flex: 0 0 40%; }
    .permits .permit .fas, .permits .permit .fab {
      color: #373737;
      padding-right: 0.2em; }
  .permits .permit.header {
    font-family: "Baloo", cursive;
    color: #ea4630; }

.paginator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .paginator .current-page, .paginator .goto-page {
    margin: 0 10px;
    text-align: center;
    border: none; }
  .paginator .current-page {
    border-bottom: 1px solid #a76b3a;
    width: 20px;
    margin: 0 10px; }
  .paginator .arrow {
    margin: 0 10px;
    color: #a76b3a; }
  .paginator .arrow.disabled {
    color: gray; }

.page-size-selector {
  outline: none;
  border: none;
  border-bottom: 1px solid #a76b3a;
  font-size: 1.0em;
  margin-left: 1em; }

@media screen and (min-width: 768px) {
  .paginator {
    justify-content: flex-end; } }

.quick-links {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap; }
  .quick-links .quick-link, .quick-links .quick-link a {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    color: rgba(234, 70, 48, 0.5);
    align-items: center;
    padding: 1vw; }
    .quick-links .quick-link .quick-link-title, .quick-links .quick-link .quick-link-description, .quick-links .quick-link a .quick-link-title, .quick-links .quick-link a .quick-link-description {
      text-align: center;
      margin: 0.5em 0 0.1em 0;
      font-family: "Baloo", cursive;
      font-weight: normal; }
    .quick-links .quick-link .quick-link-title, .quick-links .quick-link a .quick-link-title {
      text-transform: uppercase; }
    .quick-links .quick-link a, .quick-links .quick-link a a {
      color: rgba(234, 70, 48, 0.5) !important; }

@media screen and (min-widtH: 768px) {
  .quick-links {
    flex-direction: row; } }

.custom-data {
  display: none;
  background-color: rgba(163, 34, 17, 0.7);
  color: white;
  padding: 0.5em;
  font-weight: bold;
  margin: 1em 0; }
  .custom-data .custom-data-item {
    margin: 0.8em 0;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .custom-data .custom-data-item span {
      margin-left: 1em; }
    .custom-data .custom-data-item span:first-child {
      min-width: 30px; }
    .custom-data .custom-data-item span:last-child {
      margin-left: auto; }
    .custom-data .custom-data-item a, .custom-data .custom-data-item a:hover {
      color: white;
      margin-left: 0.8em;
      font-size: .8em;
      border-bottom: 1px solid white; }

@media screen and (min-width: 992px) {
  .custom-data {
    display: block; } }

.map-container {
  padding: 0; }
  .map-container .map {
    border: none;
    width: 100%;
    height: 100%; }
  .map-container .map-title {
    padding: 0 .5em;
    font-family: "Baloo", cursive;
    color: #ea4630;
    font-size: 1.0em;
    font-weight: normal; }
  .map-container .map-description {
    font-weight: normal;
    font-size: 0.8em; }

.icon-container {
  background-color: #2270B5;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 6px 13px 8px -4px black;
  height: 32px;
  line-height: 32px;
  opacity: 0.9;
  text-align: center;
  width: 32px; }

.icon-arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #2270B5;
  height: 0;
  left: 6px;
  position: relative;
  top: -4px;
  width: 0; }

.mapIcon {
  color: white; }

.search-icon {
  color: #fff;
  margin-top: 1em;
  cursor: pointer; }

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(163, 34, 17, 0.7);
  padding: 0;
  z-index: 20000; }

.search-container {
  top: 50%;
  left: 5%;
  width: 90%; }
  .search-container form {
    display: flex; }
    .search-container form .search-box {
      height: 3em;
      font-size: 1.3em;
      padding: 1em;
      width: 100%; }
    .search-container form .search-submit {
      background: none;
      border: none;
      color: rgba(163, 34, 17, 0.7);
      font-size: 1em;
      padding: 0;
      top: 50%;
      right: 0.75em;
      transform: translateX(-100%); }

.search-results .search-result-item {
  margin-bottom: 1em; }

@media screen and (min-width: 992px) {
  .search-container {
    left: 35%;
    width: 30%; } }

.gallery-list {
  display: flex;
  flex-direction: column; }

.gallery-list-item {
  margin-left: 1em; }
  .gallery-list-item a {
    font-weight: normal; }
  .gallery-list-item .gallery-list-description {
    font-size: 0.95em; }

.gallery-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .gallery-images div {
    margin: .3em;
    overflow: hidden;
    width: 160px;
    height: 160px; }
  .gallery-images img {
    filter: grayscale(35%);
    transition: all 0.5s ease;
    object-fit: cover;
    padding: 0; }
    .gallery-images img:hover {
      filter: grayscale(0);
      transform: scale(1.2);
      transition: all 0.5s ease; }

.eraider-items {
  display: flex;
  flex-direction: column; }

.eraider-item {
  margin-bottom: 1em;
  margin-left: 0em; }
  .eraider-item .details {
    margin-left: 1.5em; }

.eraider-image:hover img {
  filter: grayscale(0) blur(0px);
  transition: all 0.5s ease; }

.eraider-image {
  overflow: hidden; }
  .eraider-image img {
    filter: grayscale(20%) blur(1px);
    transition: all 0.5s ease; }

/*@media screen and (min-width: 996px) {
    .eraider-items {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .eraider-item {
        flex: 0 0 (90%/2);
        
    }
}*/
#schedule div.e-time, #schedule div.e-date-time {
  display: none; }

#schedule button.e-edit, #schedule button.e-delete {
  display: none; }

.important, .question, .warning {
  display: flex;
  flex-direction: row;
  background-color: #a76b3a;
  padding: 1em;
  color: white;
  font-weight: bolder;
  font-style: italic; }
  .important:before, .question:before, .warning:before {
    content: "\f06a";
    font-family: 'Font Awesome 5 Free';
    font-size: xx-large;
    font-weight: 900;
    margin-right: 1em;
    align-self: center;
    font-style: normal; }

.question {
  background-color: inherit;
  color: inherit;
  font-weight: normal; }
  .question:before {
    content: "\f059"; }

.warning {
  background-color: orangered; }

.important ::selection {
  color: #ea4630; }

/**umb_name: Sub section*/
.sub-section {
  font-weight: bold;
  font-family: "Baloo", cursive;
  color: #ea4630;
  font-size: 12pt;
  font-weight: normal;
  font-style: italic; }

.lang-selector {
  margin-top: 1em;
  margin-left: 2em; }
  .lang-selector a {
    color: white; }

.business-contact-cards {
  display: flex;
  flex-direction: column; }
  .business-contact-cards .business-contact {
    display: flex;
    flex-direction: column;
    margin: 2em 2em auto 2em;
    border-bottom: 2px solid #a76b3a; }
    .business-contact-cards .business-contact div:nth-child(2) {
      width: 100%; }
    .business-contact-cards .business-contact .business-header {
      flex: 100%;
      color: #a76b3a;
      margin-left: .8em;
      font-size: 1.1em; }
    .business-contact-cards .business-contact .business-details {
      font-size: .8em;
      margin-left: 1.0em;
      display: flex;
      flex-direction: column; }
      .business-contact-cards .business-contact .business-details div {
        flex: 90%; }
      .business-contact-cards .business-contact .business-details .phone > span:nth-of-type(2) {
        margin-left: .5em; }
    .business-contact-cards .business-contact .business-comment {
      font-size: .8em;
      margin: 1.0em; }
    .business-contact-cards .business-contact .business-goto-map-link {
      font-size: .8em;
      margin: 1.0em;
      color: #a76b3a;
      cursor: pointer; }

@media screen and (min-width: 969px) {
  .business-contact-cards .business-contact {
    flex-direction: row;
    flex: 0 0 90%; }
    .business-contact-cards .business-contact > div:first-child {
      display: flex;
      align-items: center; }
    .business-contact-cards .business-contact .business-details {
      flex-direction: row; } }

.lost-items-cards {
  display: flex;
  flex-direction: column; }
  .lost-items-cards .lost-item-card {
    display: flex;
    flex-direction: column;
    margin: 2em 2em auto 2em;
    border-bottom: 2px solid #a76b3a; }
    .lost-items-cards .lost-item-card .lost-item-header {
      flex: 100%;
      color: #a76b3a;
      margin-left: .8em;
      font-size: 1.1em; }
    .lost-items-cards .lost-item-card .lost-item-comment {
      font-size: .8em;
      margin: 1.0em; }

.news-ticker-items {
  border: 3px solid rgba(163, 34, 17, 0.7);
  margin: 1em;
  padding: 0 !important; }

.news-ticker-header {
  font-family: "Baloo", cursive;
  background-color: rgba(163, 34, 17, 0.7);
  color: white;
  padding: 1em;
  font-weight: normal;
  font-size: large; }

.news-ticker-item {
  display: flex;
  flex-direction: row;
  margin: 1em 0; }

.news-ticker-item-title {
  font-weight: bolder;
  color: #a76b3a; }

.news-ticker-item-content {
  padding: 0 1em; }

body {
  font-family: "Montserrat", sans-serif;
  background-color: rgba(234, 70, 48, 0.1); }

.alt-background {
  background-color: rgba(163, 34, 17, 0.5) !important; }
  .alt-background .section-title, .alt-background .section-title-small, .alt-background .eraider-item .title, .eraider-item .alt-background .title, .alt-background .gallery-list-item .gallery-list-title, .gallery-list-item .alt-background .gallery-list-title, .alt-background .section-title > a, .alt-background .section-title-small > a, .alt-background .eraider-item .title > a, .eraider-item .alt-background .title > a, .alt-background .gallery-list-item .gallery-list-title > a, .gallery-list-item .alt-background .gallery-list-title > a {
    font-weight: normal;
    color: white; }

a {
  color: #00a854;
  font-weight: bolder; }
  a:hover {
    color: #a76b3a;
    text-decoration: none; }

ul {
  padding: 0; }

.main-content {
  margin: 0em auto; }
  .main-content > div > div[class^="col"] {
    background-color: white;
    padding: 0.5em 0; }

@media screen and (min-width: 768px) {
  .main-content > div > div[class^="col"] {
    padding: 3em 0; } }

.row {
  margin: 0; }

.footer {
  min-height: 200px;
  background-color: rgba(163, 34, 17, 0.7);
  color: white;
  padding: 1em 0;
  font-size: 0.8em; }
  .footer .footer-title {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0.3em 0; }
  .footer a {
    color: white;
    font-weight: normal; }
  .footer .footer-map {
    border: 1px solid #373737;
    width: 100%;
    min-height: 200px; }

::selection {
  color: #a76b3a;
  background: none; }

.search {
  float: left;
  width: 100%;
  margin: 0em auto;
  padding: 0 2px;
  position: relative;
  -webkit-appearance: none; }

.search input {
  background: transparent;
  border: none;
  border-color: #373737;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  outline: none;
  width: 100%;
  padding: 0.75em 1.125em;
  transition: border-color 0.3s ease;
  -webkit-appearance: none; }

.search button {
  background: none;
  border: none;
  color: #373737;
  font-size: 1em;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  -webkit-appearance: none; }

.slide-in-container {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: rgba(163, 34, 17, 0.9);
  color: white;
  width: 0px;
  opacity: 0;
  z-index: 15000;
  transition: width ease 0.5s; }
  .slide-in-container.active {
    width: 80%;
    opacity: 1;
    box-shadow: 0px 0px 5px 1px rgba(196, 196, 196, 0.5); }
  .slide-in-container .slide-in-content {
    display: none;
    position: fixed; }
  .slide-in-container.active .slide-in-content {
    display: block; }

@media screen and (min-width: 768px) {
  .slide-in-container.active {
    width: 30%; } }

.slide-in-content {
  position: relative; }
  .slide-in-content .close-button {
    color: white;
    margin-left: 2rem;
    font-size: xx-large;
    cursor: pointer; }

.weather-hero {
  margin: 0;
  padding: 0;
  height: 350px;
  object-fit: cover;
  width: 100%;
  top: 0px;
  left: 0px;
  position: relative;
  overflow: hidden;
  /*background-position-x: 90%;*/
  background-position-y: center;
  background-size: cover;
  background-image: url(https://backend.roundshot.com/cams/8e7af82cafd253c764496f84b9542180/default); }

@media screen and (min-width: 768px) {
  .weather-hero {
    background-position-x: 55vw; } }

/*center thead lightbox by default*/
#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important; }

#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%); }

/*.lyr_widgetTop, .lyr_widgetBottom{*/
/*display: none;*/
/*}
#HFS_FormTripSearch, #HFS_TPCoreForm {
    background-color: transparent;
}*/
@media screen and (max-width: 996px) {
  .theme-decoration {
    display: none; } }
