@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

header,
nav,
section {
  display: block;
}

h1,
h2,
h3,
.h3,
.h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.5rem;
  max-width: 100%;
}

h2 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

h3,
.h3 {
  margin: 0.5rem 0 1rem 0;
  font-size: 1.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

strong {
  font-weight: bolder;
}

a {
  color: #e87b5d;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #e87b5d;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
}
button:focus {
  outline: 1px dotted;
}
button:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

[role=button] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8rem 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3rem;
  margin-top: 1.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 161, 157, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary,
.bg-grayed a.btn-primary {
  color: #fff;
  background-color: #e87b5d;
  border-color: #e87b5d;
}
.btn-primary:hover,
.bg-grayed a.btn-primary:hover {
  color: #fff;
  background-color: #bd4929;
  border-color: #bd4929;
}
.btn-primary:focus,
.bg-grayed a.btn-primary:focus {
  color: #fff;
  background-color: #bd4929;
  border-color: #bd4929;
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 172, 0.5);
}

.btn-white,
.bg-grayed a.btn-white {
  color: #e87b5d;
  background-color: #fff;
  border-color: #e87b5d;
}
.btn-white:hover,
.bg-grayed a.btn-white:hover {
  color: #fff;
  background-color: #bd4929;
  border-color: #bd4929;
}
.btn-white:focus,
.bg-grayed a.btn-white:focus {
  color: #fff;
  background-color: #bd4929;
  border-color: #bd4929;
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 172, 0.5);
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown {
  font-size: 0.9rem;
}
.navbar-nav .dropdown button,
.navbar-nav .dropdown button:focus, .navbar-nav .dropdown:focus {
  border: 0;
  background-color: #fff;
  outline: none;
}
@media (min-width: 992px) {
  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 992px) {
  .navbar-nav .dropdown {
    font-size: 1rem;
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    width: 100%;
  }
}

.navbar-nav li.active a,
.navbar-nav li.active button.dropdown-toggle,
.navbar-nav li.active a.dropdown-item.active {
  color: #e87b5d !important;
}
.navbar-nav li.active a.dropdown-item {
  color: #000 !important;
  background-color: #fff;
}

.navbar-nav li a.dropdown-item {
  width: 100%;
}

@media (max-width: 992px) {
  #navbarResponsive {
    background-color: #fff;
    padding: 1rem;
  }
  #navbarResponsive .navbar-nav a,
  #navbarResponsive .nav-link {
    color: #000;
    padding-left: 1rem;
  }
  #navbarResponsive .navbar-nav a:hover,
  #navbarResponsive .nav-link:hover {
    color: #e87b5d;
  }
}

#mainNav {
  min-height: 3.5rem;
  background-color: #e87b5d;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #fff;
  border: 0;
}
#mainNav .hamburger-text {
  color: #fff;
}
#mainNav .btn,
#mainNav .nav-link.btn {
  border-radius: 1rem;
  padding: 0.4rem 1rem !important;
}
#mainNav .btn.btn-primary {
  color: #fff !important;
}
#mainNav.navbar-shrink {
  background-color: #fff !important;
}
#mainNav.navbar-shrink .navbar-toggler,
#mainNav.navbar-shrink .hamburger-text {
  color: #000;
}
#mainNav.navbar-shrink .bar1,
#mainNav.navbar-shrink .bar2,
#mainNav.navbar-shrink .bar3 {
  background-color: #000;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.main-nav li:hover > ul {
  display: block;
}

.hamburger-text {
  height: 100%;
  float: left;
  margin-right: 0.5rem;
  line-height: 1.9rem;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  width: 1.6rem;
}

.bar1,
.bar2,
.bar3 {
  width: 1.6rem;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

.section-main {
  padding-top: 3.3rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 576px) {
  .section-main {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 576px) {
  .section-main {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .section-main {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
}
.masthead h1,
.masthead h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0;
  margin: 1rem 0 0.5rem 0;
}
.masthead h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: normal;
}
.masthead.half {
  min-height: 50vh;
}
.masthead .container.d-flex.h-100 {
  height: 100vh !important;
}
@media (min-width: 576px) {
  .masthead h1,
  .masthead h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .masthead h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    min-height: 100vh;
    padding: 0;
  }
  .masthead h1,
  .masthead h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .masthead h2 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .masthead h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.framed {
  width: 100%;
  max-width: 650px;
  margin: 90px auto;
  padding: 30px;
  border: 4px solid #e87c5d;
  text-align: center;
  color: #e87c5d;
}

.stars, .one-star {
  --percent: calc(4.5 / 5 * 100%);
  margin: 0 auto 0.625rem;
  display: inline-block;
  font-size: 30px;
  font-family: Times, serif;
  line-height: 1;
}
.stars::before, .one-star::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #f6ae41 var(--percent), #e0e0e6 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stars.five-rating, .one-star.five-rating {
  --percent: 100%;
}
.stars.four-rating, .one-star.four-rating {
  --percent: calc(4 / 5 * 100%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.footer {
  background-color: #eee;
  padding: 3rem 0 0;
}
@media (max-width: 992px) {
  .footer a {
    padding: 0.25rem 0;
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .footer a {
    font-size: 1.5rem !important;
  }
  .footer p {
    font-size: 1.5rem !important;
  }
}

#footer p {
  font-weight: 300;
  font-size: 1rem;
  color: #343a40;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.text-white {
  color: #fff !important;
}

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

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}

.text-dark {
  color: #343a40 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.h-100 {
  height: 100% !important;
}

.bg-light {
  background-color: #fff !important;
}

.bg-grayed {
  background-color: #ecedf1 !important;
}
.bg-grayed a {
  color: #e87b5d;
  background-color: transparent;
}

.bg-dark {
  background-color: #e87b5d !important;
}

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

.bg-orange {
  background-color: #e87b5d;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.icons {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.icons img {
  width: 40px;
}
@media (min-width: 576px) {
  .icons img {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .icons img {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .icons img {
    width: 90px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.cards-icon .panel-content {
  border-radius: 0;
  padding: 0;
  min-height: auto;
  margin: 0 0 0.5rem;
  border: none;
  background-color: #fff;
  color: #626262;
}
.cards-icon .panel-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cards-icon .panel-content:hover {
  cursor: pointer;
}
.cards-icon .panel-content:hover::after {
  opacity: 1;
  z-index: 9;
}
.cards-icon .container {
  padding: 1rem 0 1rem;
}
.cards-icon .container .panel-container {
  padding-bottom: 1rem;
}
.cards-icon .image {
  height: 100%;
  max-height: 142px;
}
.cards-icon a {
  width: 100%;
}
.cards-icon a:hover {
  text-decoration: none;
}
.cards-icon .col:hover {
  z-index: 9;
}

.panel-content,
.button-content {
  border-radius: 0;
  padding: 1rem;
  min-height: 13rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  margin-bottom: 20px;
}

.item-card .btn {
  font-size: 0.8rem;
  padding: 0.8rem 1rem;
}

.item-cards .item-card.card .card__description.second.bottom-btn {
  margin-top: 1rem;
}
.item-cards .item-card.card .card__description span.price {
  padding: 0 0.5rem;
  font-size: 1.8rem;
  color: #e87b5d;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
}
.item-cards .item-card.card .card__description span.price:first-child {
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .item-cards .item-card {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #map {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 576px) {
  #map {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #e87b5d;
  }
  #mainNav.navbar-shrink {
    background-color: #fff !important;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #000;
  }
  #mainNav.navbar-shrink .nav-link:hover, #mainNav.navbar-shrink .nav-link:active {
    color: #e87b5d;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 0.9rem;
    color: #fff;
  }
  #mainNav .nav-link:hover, #mainNav .nav-link:active {
    color: #000;
  }
  #mainNav a.nav-link {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
}
@media (max-width: 775px) {
  .glider.draggable .glider-slide img {
    height: auto !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}