/* Container */

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container {
    max-width: 1320px;
  }

  .container--1000 {
    max-width: 1000px;
  }

}

/* Colours */

.bg-lts-dark-blue,
.table tbody tr:hover,
.button-lts-dark-blue {
  background-color: #005480;
}

.bg-lts-dark-blue-opacity,
.goverlay,
.glightbox-mobile .goverlay,
.button-lts-dark-blue-opacity {
  background-color: rgba(0,84,128,0.8);
}

.border-lts-dark-blue-opacity,
.button-lts-dark-blue-opacity {
  border-color: rgba(0,84,128,0.8)!important;
}

.border-lts-dark-blue,
.button-lts-dark-blue,
.hover-border-lts-dark-blue:hover {
  border-color: #005480!important;
}

.text-lts-dark-blue,
.hover-text-lts-dark-blue:hover {
  color: #005480;
}

.bg-lts-blue {
  background-color: #81a5d5;
}

.bg-lts-blue-opacity {
  background-color: rgba(129,165,213,0.8);
}

.border-lts-blue {
  border-color: #81a5d5!important;
}

.text-lts-blue,
.hover-text-lts-blue:hover {
  color: #81a5d5;
}

.bg-lts-medium-blue {
  background-color: #c5d6ea;
}

.text-lts-light-blue {
  color: #d3e0f1;
}

.bg-lts-light-blue {
  background-color: #d3e0f1;
}

.border-lts-light-blue {
  border-color: #d3e0f1!important;
}

.bg-lts-light-grey {
  background-color: rgba(185,185,185,.2);
}

.bg-lts-grey {
  background-color: rgba(185,185,185,.4);
}

.text-lts-dark-grey {
  color: #666666;
}

.bg-white {
  background-color: #fff;
}

.bg-white-opacity {
  background-color: hsla(0,0%,100%,.8);
}

.text-white,
.hover-text-white:hover,
.table tbody tr:hover,
.button-lts-dark-blue,
.button-lts-dark-blue-opacity {
  color: #fff;
}

.border-white,
.border-hover-white:hover {
  border-color: #fff!important;
}

/* Buttons */

.button,
.button--lg {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid;
  cursor: pointer;
  text-align: center;
}

.button--lg {
  padding: 15px 25px;
}

/* Select */

.select {
  padding: 5px;
}

/* Flex */

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row!important;
}

.flex-column {
  flex-direction: column!important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap!important;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.self-end {
  align-self: flex-end;
}

@media (min-width: 576px) {

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-no-wrap {
    flex-wrap: nowrap !important;
  }

}

@media (min-width: 768px) {

  .flex-md-row {
    flex-direction: row !important;
  }

}

@media (min-width: 992px) {

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

}

@media (min-width: 1200px) {

  .flex-xl-row {
    flex-direction: row !important;
  }

}

/* Display */

#google_translate > div span,
.hidden {
  display: none;
}

.block {
  display: block;
}

/* Position */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/* Icons */

.icon-sm {
  font-size: 16px;
}

/* Images */

.img-fluid {
  max-width: 100%;
  height: auto;
}

.featured-image,
.featured-image--sm,
.featured-image--md,
.featured-image--lg,
.featured-image--xl {
  height: 250px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.featured-image--sm {
  height: 175px;
}

.featured-image--md {
  height: 300px;
}

.featured-image--lg {
  height: auto;
  max-height: 450px;
}

.featured-image--xl {
  height: auto;
  max-height: 550px;
}

.featured-image--top {
  object-position: top;
}

.featured-image--center {
  object-position: center;
}

.featured-image--right {
  object-position: right;
}

.featured-image--left {
  object-position: left;
}

.featured-image--bottom {
  object-position: bottom;
}

/* Spacing */

.ml-auto {
  margin-left: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* Text */

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.font-baltica {
  font-family: baltica, serif!important;
}

/* Background */

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-center-top {
  background-position: center top;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

/* Transition */

.transition-main {
  transition: ease-in-out .4s;
}

/* Lists */

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

/* Size */

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/* Tables */

.table {
  width: 100%;
  margin-bottom: 1rem;
  border-spacing: 2px;
  border-collapse: separate;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid;
  border-color: #efefef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid;
}

.table tbody + tbody {
  border-top: 2px solid #efefef;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
