/*@import "bootstrap";*/
/*@import "font-awesome";*/

body {
  font-family: arial, helvetica, sans-serif !important;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

.gallery-box {
  font-size: 10px;
  margin-left: 10px;
}

.gallery-box-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: min-content;
    max-height: min-content;
}

.home-page-intro {
  font-size: 1.5em !important;
  text-align: justify;
}

.home-page-intro-medium {
  font-size: 1.4em !important;
  text-align: justify;
}

medium-font {
  font-size: 1.4em
}

large-font {
  font-size: 1.5em
}

very-large-font {
  font-size: 1.8em
}

.auto-centered {
  margin-left: auto;
  margin-right: auto;
}

.centered {
  text-align: center;
}

.italic {
  font-style: italic;
}

.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero {
  display: flex;
  justify-content: center;
  font-family: Merriweather, sans-serif;
  color:  white;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 15px;
  vertical-align: middle;
  border-radius: 10px;
}
.red-gradient {
  color:  white;
  background: linear-gradient(to right, #ff4400, #eee);
}
.blue-gradient {
  color:  white;
  background: linear-gradient(to right, #5f7eff, #eee);
}
.grey-gradient {
  background: linear-gradient(to right, #aaa, #eee);
}
.red-blue-gradient {
  color:  white;
  background: linear-gradient(to right, #ff4400, #5f7eff);
}

.hero-diag {
  padding: 15px;
  heght: 80px;
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.hero-img {
  padding: 15px;
  heght: 280px;
  background: linear-gradient(
      rgba(0,0,0,0.4),
      rgba(0,0,0,0.4)
    ),
    url(/uploads/images/steam_loco.png);
  background-size: cover;
  background-position: center;
}

.bold {
  font-weight: bold;
}

.white {
  color:  white;
}

#homeCarousel img {
  max-height: 500px;
  width: 100%;
  object-fit: contain;
}

.carousel-item {
  display: none !important;
}

.carousel-item.active {
  display: block !important;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.3);
  border: 0;
  margin: 0 4px;
  opacity: 1;
}

.carousel-font {
  font-family: Merriweather, sans-serif
}

.carousel-indicators .active {
  background-color: #eee;
  transform: scale(1.2);
}

.banner-hero {
  text-align: center;
  color:#222;
  background-color: #e3eaee;
  padding:25px 0 30px;
  border-radius: 10px;
    /*background: url(/assets/homebanner.png) no-repeat;*/
}

.banner-hero h2 {
  font:700 45px/1 Merriweather, sans-serif;
  background-color: #00a;
  color:#fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.banner-hero h3 {
  font:400 36px/1 'Gudea', sans-serif;
  color:#fff;
  margin-bottom: 15px;
}

.banner-hero p {
  max-width:488px;
  margin-right:auto;
  margin-left:auto;
  font-size:18px;
  line-height: 1.5;
  margin-bottom:15px;
}

.fade-in {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.container {
  max-width: 1200px !important;
}

.main-area {
  margin-top: 20px;
}

.simple-wrapper {
  max-width: 400px;
}

.navbar {
  background-color: #222
}

.form-control {
  max-width: 400px !important;
  height: 32px;
  font-size: 14px;
}

.bg-blue {
  background-color: #3867A0
}

.bg-sky-blue {
  background-color: #A2D2F2
}

.bg-green {
  background-color: #081
}

.bg-grey {
  background-color: #333
}

.table-small-font {
  font-size: 0.9em;
}

th.padded {
  padding:  15px;
}

td.padded {
    padding:  15px;
}

.table-no-borders>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border: 0 solid #ddd
}
.right {
    text-align:right;
}

.container {
  max-width:2500px;
}

.img-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

header .tagline {
    color: #3468a1;
    padding: 0;
    width: 80%;
    padding-top: 5px;
    letter-spacing: 1px;
    font-size: 16px;
}

.centred {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

p {
    color: #565a5b;
    font-size: 16px;
    padding: 0.5em 0;
    line-height: 130%;
}

.pw-link {
  color: #f8f9fa !important;
  text-decoration: none !important;
}

.pw_container {
  background-color: white;
  max-width: 1700px;
}

.pw_nav_container {
  max-width: 1200px;
}

.pw_td {
  font-size: 13px;
  text-align: center;
}

.pw_center {
  text-align: center;
}

.dark-line {
  /*width: 100%;*/
  height: 2px;
  background-color: #ccc;
  border: none;
}

<body>

<div class="black-line"></div>

</body>
</html>#footer hr {
  border: none;
  border-bottom: dotted thin #999;
  padding-top: 20px;
  margin-bottom: 10px;
}

.footer {
  height: 80px;
  margin: 0 auto;
  border: 0px solid;
  background-color: #222;
  color: #eee;
}

.footer p, #footer ul {
  font-size: 12px;
  /*line-height: 130%;*/
  padding: 0.5em 0;
}

.push-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

div.centered {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  font-size: 12px !important;
}

.pagination>li>a {
  color: #285886;
}

.pagination>.active>a {
  color: #fff;
  font-weight: bold;
}

div.justified {
  text-align: justify;
  text-justify: inter-word;
}

a {
  /*color: #999;*/
  color: #285886;
  /*font-weight: bold !important;*/
  text-decoration: underline !important;
}

.btn-primary {
  background-color: #285886 !important;
  border-color: #285886 !important;
}

.btn-success {
  background-color: #176324 !important;
  border-color: #176324 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #285886;
}

.card {
  border: 1px !important;
  border-radius: 1px;
}
.card-header {
  padding:  10px 10px 10px 10px;
  font-weight: bold;
  background-color: #5885AF;
  color: #fff;
}

.well {
  /*background-color: #5885AF;*/
  background-color: #5885AF;
  color: #fff;
}

th {
  vertical-align: top !important;
}

.btn-primary {
  background-color: #3867A0 !important;
  white-space: normal;
}

.table-scroll-notification {
  font-style: italic;
  /*font-size: 12px;*/
  color: #3867A0;
}

@media (min-width:480px) and (max-width:1380px)
{
  .content-mobile {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #3867A0;
  }
}

map {
    display: inline;
}

area {
    display: inline;
    cursor: pointer;
}
.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container-multi .select2-choices {
  padding-right: 20px;
}

.select2-container-multi .select2-choices {
  background: #fff;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.locationSelect {
  width: 100%;
}

.activity_type_search {
  width: 100%;
}

.titleholder_search {
  width: 100%;
}

.show {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.collapse {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.collapsing {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3867A0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3867A0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hide-table { 
  display: none;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: all 9s;
}

.show-table {
  -webkit-transition: opacity 1000ms, visibility 600ms;
  transition: all 9s;
}

.align-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 7px;
  margin-right: 30px;
}

.btn .badge {
  color: #212528 ;
  font-weight: 600;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container-multi .select2-choices {
    padding-right: 20px;
}

.select2-container-multi .select2-choices {
    background: #fff;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2 {
  width: 100% !important;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  text-decoration: none;

  color: #333;
  font-size: 24px;

  opacity: 1;
  filter: none;
  transition: transform 0.2s ease;
}

.social-link:hover {
  opacity: 1;
  filter: none;
  transform: scale(1.05);
}

.social-link {
  text-decoration: none;
}

.social-link:hover {
  text-decoration: none;
}

/* ------------------ Accordion ------------- */

.accordion-item {
  border: 0;
}

.accordion-button {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.accordion-collapse {
  border: 0;
}

.accordion-button .fa {
  transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed) .fa {
  transform: rotate(180deg);
}
/*.accordion {
  margin-bottom: 0;
}
.accordion-group {
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.panel-title a .fa {
  transition: transform .2s;
}

.panel-title a:not(.collapsed) .fa {
  transform: rotate(180deg);
}
*/
