@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.featherlight-hide {
  display: none;
}

.featherlight-loading .featherlight-content:before {
  content: 'Loading...';
}

.featherlight .featherlight-content {
  max-width: 80%;
  max-height: 80%;
}

.featherlight .featherlight-content .featherlight-hide {
  display: block;
}

.featherlight-iframe .featherlight-content {
  overflow: auto;
}

.featherlight-iframe .featherlight-content iframe {
  max-width: 100%;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2-container--default .select2-selection--single {
  height: 36px;
}

.search-pane {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}

.search-pane .search-parameter {
  flex: 1;
  margin: 0 20px;
}

.search-pane .select2-container {
  width: 100% !important;
}

.lity-hide {
  display: none !important;
}

.featherlight .featherlight-inner {
  display: flex !important;
  flex-direction: column;
}

.marker-lightbox {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  max-height: 100%;
  margin: 20px;
  background-color: green;
  padding: 15px;
}

.marker-lightbox > .column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.search-pane {
  flex-direction: column;
  align-items: inherit;
  justify-content: inherit;
}

.search-pane .search-parameter {
  margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  font-size: inherit !important;
  margin: 0 !important;
  padding: 0 5px !important;
  list-style: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: inherit !important;
  margin-right: 5px !important;
  margin-top: 5px !important;
  padding: 0 5px !important;
  line-height: inherit !important;
}

.results-pane .map-view {
  border: 4px solid #555;
  border-radius: 8px;
  margin-bottom: 20px;
}

.results-pane .map-view #google_map {
  border-radius: 8px !important;
}

.results-pane #list_view.list-view ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
}

.results-pane #list_view.list-view ul li {
  width: 300px;
  height: 225px;
  border: 4px solid #555;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-right: 10px;
}

/*.results-pane #list_view.list-view ul li:nth-child(odd) {*/
/*margin-right: 10px;*/
/*}*/
.lightboxes {
  display: none;
}

/* Common style */
#content .tympanus.image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#content .tympanus.image img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  opacity: 0.8;
}

#content .tympanus.image .overlay {
  display: flex;
  flex-direction: column;
  padding: 1em;
  color: #fff;
  background-color: transparent !important;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 300ms all linear;
}

/*#content .tympanus.image:hover .overlay {*/
/*justify-content: space-around;*/
/*}*/
#content .tympanus.image .overlay::before,
#content .tympanus.image .overlay::after {
  pointer-events: none;
}

#content .tympanus.image .overlay,
#content .tympanus.image .overlay > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#content .tympanus.image .overlay > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#content .tympanus.image .title {
  word-spacing: -0.15em;
  font-weight: 300;
}

#content .tympanus.image .title span {
  font-weight: 800;
}

#content .tympanus.image .title,
#content .tympanus.image .content {
  margin: 0;
}

#content .tympanus.image .content {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* MING */
#content .tympanus.image.effect-ming {
  background: #030c17;
}

#content .tympanus.image.effect-ming img {
  opacity: 0.9;
  transition: opacity 0.35s;
}

#content .tympanus.image.effect-ming .overlay::before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
}

#content .tympanus.image.effect-ming .title {
  text-align: center;
  color: white;
  line-height: initial;
  margin: -10px 0 10px;
  -webkit-transition: -webkit-transform 0.35s;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 8px;
  font-size: 20px;
  transition: transform 0.35s;
  transition: 300ms all linear;
}

#content .tympanus.image.effect-ming:hover .title {
  background: none;
  padding: 0;
  margin-top: 5%;
  font-size: 20px;
}

#content .tympanus.image.effect-ming .content {
  /*padding: 1em;*/
  padding: 0 25px;
  font-size: 10px;
  line-height: 14px;
  color: white;
  opacity: 0;
  text-transform: initial;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.5);
}

#content .tympanus.image.effect-ming:hover .title {
  transform: scale(0.9);
}

#content .tympanus.image.effect-ming:hover .overlay::before,
#content .tympanus.image.effect-ming:hover .content {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

#content .tympanus.image.effect-ming:hover .overlay {
  background-color: rgba(58, 52, 42, 0);
}

#content .tympanus.image.effect-ming:hover img {
  opacity: 0.4;
}

/* Media queries */
@media screen and (min-width: 800px) {
  #content .tympanus.image {
    width: 400px;
    height: 300px;
  }
}

@media screen and (max-width: 800px) {
  #content .tympanus.image {
    width: 300px;
    height: 225px;
  }
}

.hide {
  display: none;
}

body {
  font-family: 'Raleway', sans-serif;
}

.button {
  font-family: 'Raleway', sans-serif;
}

.field.form-group .superscript, .field.form-group label {
  font-family: 'Source Sans Pro', sans-serif;
}

.button {
  transition: 300ms all linear;
}

a.smart-scroll {
  cursor: pointer;
}

.calendar-date {
  position: relative;
  display: inline-block;
}

.calendar-date .icon {
  font-size: 42px;
  width: 40px;
  color: #555;
}

.calendar-overlay {
  position: absolute;
  /*top: 15px;*/
  /*left: 8px;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 38% 11% 6% 10%;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
}

.calendar-date .month-day {
  display: flex;
  justify-content: space-around;
}

.calendar-date .month {
  /*color: #C3267C;*/
  color: #0CAD64;
}

.calendar-date .day {
  /*color: #F1892F;*/
  color: #1469A0;
}

.calendar-date .year {
  color: #F1342F;
  /*color: #FA5011;*/
  text-align: center;
}

/*
Green
#0CAD64

Orange
#FA9311

Red
#FA5011

Blue
#1469A0
*/
/*
<span class="calendar-date">
  <i class="icon fa fa-calendar-o"></i>
  <span class="calendar-overlay">
    <span class="month-day">
      <span class="month">6</span>
      <span class="day">24</span>
    </span>
    <span class="year">2016</span>
  </span>
</span>
*/
/* ALTERNATE */
/* Month / Day */
/*
<span class="date">
    <div class="date-header">Jul</div>
    <div class="date-day">15</div>
</span>
  */
/*
#ffc107 yellow
#FF5A00 orange
#A2CE3D green
*/
.date-1 {
  display: flex;
  flex-direction: column;
  width: 2.2rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #A2CE3D;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.2;
}

.date-1 .date-header {
  font-size: 0.8rem;
  background-color: #A2CE3D;
  color: #fff;
}

.date-1 .date-day {
  font-size: 1rem;
  font-weight: 700;
}

/* Month / Day / Year */
.date-2 {
  display: flex;
  flex-direction: column;
  width: 2.2rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #A2CE3D;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.2;
}

.date-2 .date-header {
  font-size: 0.8rem;
  background-color: #A2CE3D;
  color: #fff;
}

.date-2 .date-day {
  font-size: 1rem;
  font-weight: 700;
}

.date-2 .date-footer {
  font-size: 0.6rem;
  background-color: #A2CE3D;
  color: #fff;
}

/* Month / Year / Day */
/*
<span class="date">
    <div class="date-header">
        <div class="month">Jul</div>
        <div class="year">16</div>
    </div>
    <div class="date-day">15</div>
</span>
*/
.date-3 {
  display: flex;
  flex-direction: column;
  width: 3rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #A2CE3D;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.2;
}

.date-3 .date-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  background-color: #A2CE3D;
  color: #fff;
  padding: 2px 2px;
}

.date-3 .date-day {
  font-size: 1rem;
  font-weight: 700;
}

/* */
/*
<span class="date-4">
    <div class="date-header">
        <div class="month">Jul</div>
        <div class="year">'16</div>
    </div>
    <div class="date-content">
        <span class="day">15</span>
        <span class="ordinal-indicator">th</span>
    </div>
</span>
*/
.date-4 {
  display: flex;
  flex-direction: column;
  width: 3rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #A2CE3D;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.2;
}

.date-4 .date-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  background-color: #A2CE3D;
  color: #fff;
  padding: 2px 2px;
}

.date-4 .date-content {
  display: flex;
  justify-content: center;
  font-weight: 700;
}

.date-4 .date-content .day {
  font-size: 1rem;
}

.date-4 .date-content .ordinal-indicator {
  font-size: 0.6rem;
}

/* */
/*
<span class="date-4">
    <div class="date-header">
        <div class="month">Jul</div>
        <div class="year">'16</div>
    </div>
    <div class="date-content">
        <span class="day">15</span>
        <span class="ordinal-indicator">th</span>
    </div>
</span>
*/
.date-5 {
  display: flex;
  /*flex-basis: 60px;*/
  min-width: 40px;
  max-width: 40px;
  flex-direction: column;
  vertical-align: middle;
  background-color: #337AB7;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.2;
  margin: 0 auto;
}

.date-5 .inner {
  margin: 2px;
  border-radius: 2px;
  overflow: hidden;
}

.date-5.bigger {
  /*flex-basis: 60px;*/
  max-width: 70px;
}

.date-5 .date-header {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
  background-color: inherit;
  color: #fff;
  padding: 2px 4px;
}

.date-5 .date-header .year {
  margin-left: 4px;
}

.date-5 .date-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 2px 4px;
  font-weight: 700;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.date-5 .date-content .day {
  font-size: 1rem;
  color: #333;
}

.date-5 .date-content .ordinal-indicator {
  font-size: 0.6rem;
  color: #333;
}

.date-5 .time-content {
  background-color: #444;
  color: white;
  padding-top: 2px;
  padding-bottom: 1px;
}

.date-5 .time-content > span {
  display: block;
  font-size: 8px;
  font-weight: 400;
}

.frontend.wrapper {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.frontend.wrapper > .main {
  flex: 1;
}

.columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 0) and (max-width: 1100px) {
  .columns {
    flex-direction: column;
  }
}

.columns .column {
  flex: 1;
}

@media (min-width: 1100px) {
  .columns .column {
    max-width: 50%;
  }
}

@media (min-width: 1100px) {
  .columns .column:not(:last-child) {
    margin-right: 28px;
  }
}

@media (min-width: 1150px) {
  .width-limited {
    width: 1100px;
    margin: 0 auto;
  }
}

@media (min-width: 0) and (max-width: 1150px) {
  .width-limited {
    margin: 0 20px;
  }
}

table th.center,
table td.center {
  text-align: center !important;
}

table th.left,
table td.left {
  text-align: left !important;
}

table th.right,
table td.right {
  text-align: right !important;
}

.color-block {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-radius: 3px;
  border: 2px dotted #333333;
}

.field.form-group {
  position: relative;
}

.field.form-group .superscript {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.67;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0.7px;
}

.field-container {
  display: flex;
  flex-wrap: wrap;
}

.field-container.col-1 .field {
  width: 100%;
  margin: 10px 20px;
  min-width: 300px;
}

.field-container.col-2 .field {
  flex: 1 0 45%;
  margin: 10px 20px;
  min-width: 300px;
}

.field-container.col-3 .field {
  flex: 1 0 25%;
  margin: 10px 20px;
  min-width: 260px;
}

.field-container .field.half-width {
  min-width: 45%;
}

.field-container .field.full-width {
  min-width: 70%;
}

.radio-label {
  display: flex;
  align-items: center;
}

.radio-label input[type="radio"] {
  display: inline;
  width: 34px;
}

.radio-label span {
  margin-left: 20px;
}

.field.form-group label {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  color: #666666;
}

.field.form-group input,
.field.form-group select {
  border: solid 1px #666666;
  border-radius: 0;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: solid 3px #225175;
  border-radius: 5px;
  background-color: #7B9DB4;
}

.button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #225175;
}

.button > input {
  display: none;
}

.button.blue {
  color: #ffffff;
  border: solid 3px #225175;
  background-color: #7B9DB4;
}

.button.blue:hover {
  color: #ffffff;
  background-color: #225175;
}

.button.red {
  color: #ffffff;
  border: solid 3px #ca3d3d;
  background-color: #F08D90;
}

.button.red:hover {
  color: #ffffff;
  background-color: #ca3d3d;
}
