@import url("https://fonts.googleapis.com/css2?family=Istok+Web&family=Questrial&family=Pontano+Sans&display=swap");
a {
  text-decoration: none;
}

body {
  font-family: "Pontano Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ECECEF;
}

footer {
  padding: 20px;
  text-align: center;
  color: #FFF;
  background: #455d85 linear-gradient(0deg, #455d85 0%, #1f3a66 100%);
  border-bottom: 1px solid #FFF;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #567ec4;
  border-color: #567ec4;
}

.btn-cc {
  background-color: #567ec4;
  color: #FFF;
  box-shadow: 0 1px 3px #cccccc;
}

.btn-request {
  background-color: #e4b806;
  color: #333;
  box-shadow: 0 1px 3px #cccccc;
}

hr {
  color: #666;
}

.nav-tabs .nav-link {
  font-family: "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5797c1;
  font-size: 1.1em;
}

.nav-tabs .nav-link.active {
  background-color: #f8f9fa;
  color: #3878a1;
  border-color: #dee2e6 #dee2e6 #f8f9fa;
}

.search-block {
  background-color: #f8f9fa;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 12px 8px;
}

.input-group span.twitter-typeahead {
  width: 87%;
}

.search-block ul {
  list-style-type: none;
  margin: 0;
}

.search-block ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer a {
  color: #EEE;
}

.rider {
  color: #666;
  font-size: 0.9em;
}

.index-info {
  width: 100%;
  color: #ffffff;
  background-color: #506994;
  border-radius: 6px;
  padding: 12px 0;
  text-align: center;
  margin: 24px 0 12px 0;
  box-shadow: 0 1px 3px #cccccc;
}

.index-copy-block {
  background-color: #F6F6F9;
  line-height: 1.8em;
}

.index-feature-card {
  box-shadow: 0 1px 5px #DDD;
  background-color: #FFF;
}

.image-frame {
  padding: 2px;
  box-shadow: 0 1px 5px #DDD;
  background-color: #FFF;
}

.cc-background-primary {
  background: #455d85 linear-gradient(0deg, #455d85 0%, #1f3a66 100%);
  border-bottom: 1px solid #FFF;
}

h1, h2, h3, h4, h5 {
  font-family: "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5797c1;
}

.navbar .navbar-nav .nav-link {
  font: 1.6em "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.5rem 0.8rem;
}

.navbar .navbar-nav .nav-link:hover {
  color: #FFF;
}

.carousel-item {
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cc-thumb img {
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.index-wrapper {
  position: relative;
  max-height: 550px;
  overflow: hidden;
}

.img-container {
  max-height: inherit;
  transform: translateY(50%);
}

.index-wrapper img {
  width: 100%;
  display: block;
  transform: translateY(-50%);
}

#index-featured .img-frame {
  width: 100%;
  display: inline-block;
  position: relative;
  max-height: 200px;
  overflow: hidden;
}

#index-featured .img-frame:after {
  /* 16:9 ratio */
  display: block;
  content: "";
}

#index-featured .remarks {
  max-height: 200px;
  overflow: hidden;
}

.listings .data-block {
  border-top: 1px dotted #AAA;
  border-bottom: 1px dotted #AAA;
  margin-top: 8px;
}

.listings .data {
  display: inline-block;
  padding: 0 8px 0 0;
}

.listed-by {
  margin-top: auto;
  font-size: 0.8em;
  color: #666;
}

.listings-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.listings .details {
  padding: 2px;
}

.listings .label {
  text-transform: uppercase;
  color: #4a6592;
  font-size: 0.8em;
}

.listings .remarks {
  line-height: 1.6em;
  font-size: 1.1em;
}

.details .label {
  color: #678;
  font-size: 0.9em;
}

.details .detail-row {
  border-bottom: 1px dotted #AAA;
}

.pagination {
  justify-content: center !important;
}

.tab-pane-cc {
  background-color: #f8f9fa;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #dee2e6 #dee2e6 #dee2e6;
  padding: 2px 2px 2px 8px;
}

.listing-header {
  color: #5797c1;
  font-size: 1.6em;
  text-shadow: 1px 1px 1px #ffffff;
}

.listing-subheader {
  color: #5797c1;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #ffffff;
}

.listings .details h5 {
  color: #5797c1;
  text-shadow: 1px 1px 1px #ffffff;
}

.sm-header {
  color: #417ba1;
  font-size: 1.4em;
  line-height: 2em;
  text-shadow: 1px 1px 1px #ffffff;
}

.listings-sm-img {
  position: relative;
  padding: 2px;
  min-height: 200px;
  background-color: #FFF;
  max-width: 700px;
}

.listings-sm-img .img {
  width: 100%;
  max-height: 230px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.listings-sm-img .img img {
  width: 100%;
}

.listings-large-img {
  position: relative;
  padding: 2px;
  background-color: #FFF;
}

.listings-large-img .img {
  width: 100%;
  max-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.listings-large-img .img img {
  width: 100%;
}

.listing .details ul, .listing .details ul li {
  list-style-type: none;
  margin: 4px 0;
  padding: 0;
}

.details {
  line-height: 1.6em;
  font-size: 1.1em;
}

.details h3 {
  padding: 10px;
  background-color: #E6E6E6;
  margin: 10px 0 0 0;
}

.details .label {
  color: #666;
}

.listing-remarks-short p {
  line-height: 1.6em;
  font-size: 1.1em;
  padding: 12px 2px;
}

.listing-remarks p {
  line-height: 2em;
  font-size: 1.1em;
}

.listings .details ul, .listings .details ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.listing .details label, .listing .label {
  color: #678;
  padding: 0 8px 0 0;
}

.tab-pane-cc {
  background-color: #f8f9fa;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #dee2e6 #dee2e6 #dee2e6;
  padding: 2px 2px 2px 8px;
}

.listing-header {
  color: #5797c1;
  font-size: 1.6em;
  text-shadow: 1px 1px 1px #ffffff;
}

.listing-subheader {
  color: #5797c1;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #ffffff;
}

.listings .details h5 {
  color: #5797c1;
  text-shadow: 1px 1px 1px #ffffff;
}

.sm-header a {
  color: #417ba1;
  font-size: 1em;
  text-shadow: 1px 1px 1px #ffffff;
}

#map-block {
  box-shadow: 0 1px 4px #999;
}

.footer-muted {
  color: #999;
}

#cc-gallery-main .swiper-slide {
  text-align: center;
  padding: 4px 0;
}

#cc-gallery-main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 1px 4px #999;
  color: #ECECEF;
}

#cc-gallery-thumbs {
  width: 100%;
  height: 190px;
  padding: 5px 0;
}

#cc-gallery-thumbs .swiper-slide img {
  box-shadow: 0 1px 4px #999;
}

#cc-gallery-thumbs .swiper-slide {
  flex-shrink: 1;
}

#cc-gallery-thumbs .swiper-slide img {
  height: 100%;
  max-width: 300px;
}

#cc-gallery-main .swiper-button-next,
#cc-gallery-main .swiper-button-prev {
  top: 0;
  width: 60px;
  color: #FFF;
  height: 100%;
  max-height: 350px;
  text-shadow: 0 0 5px #997;
}

#cc-gallery-main .swiper-button-next:hover,
#cc-gallery-main .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

#cc-gallery-thumbs .swiper-button-next,
#cc-gallery-thumbs .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.65);
  top: 50%;
  width: 60px;
  height: 200px;
  margin-top: -100px;
  color: #FFF;
  text-shadow: 0 0 5px #997;
}

#cc-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 0.7;
}

#cc-gallery-main {
  height: 300px;
}

@media (min-width: 768px) {
  #cc-gallery-main {
    height: 560px;
  }

  #cc-gallery-main .swiper-button-next,
#cc-gallery-main .swiper-button-prev {
    top: 70px;
  }
}
@media (max-width: 768px) {
  #cc-gallery-thumbs {
    height: 60px;
  }

  #cc-gallery-thumbs .swiper-slide img {
    height: 100%;
    max-width: 90px;
  }

  #cc-gallery-thumbs .swiper-button-next,
#cc-gallery-thumbs .swiper-button-prev {
    display: none;
  }
}

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