body {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.page {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.white-pad p:last-child {
  margin-bottom: 0;
}

.offers-title {
  background-color: #e5e5e5;
  padding: 15px;
}

.offers-title *:last-child {
  margin-bottom: 0;
}

.text-block {
  margin: 5px 0;
  padding: 15px 0;
}

.header {
  background: #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .language-bar button.btn {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .language-bar button.btn img {
  width: 20px;
  margin-right: 0.5rem;
}
.header .container .language-bar .dropdown-menu {
  padding: 15px;
}
.header .container .language-bar .dropdown-menu .country {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.header .container .language-bar .dropdown-menu .country h5 {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.header .container .language-bar .dropdown-menu .country h5 img {
  width: 24px;
  margin-right: 0.5rem;
}
.header .container .language-bar .dropdown-menu .country .locales {
  display: flex;
  justify-content: space-between;
}
.header .container .language-bar .dropdown-menu .country .locales a {
  font-size: 0.8rem;
  color: #555555;
}
.header .container .language-bar .dropdown-menu .country:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 none;
}
.header .container .logo a img {
  height: 24px;
}
.header .container .menu button.btn {
  background-color: white;
}
.header .container .menu .social-icons {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.header .container .menu .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #e5e5e5;
  color: #1A6DFF;
  transition: all 400ms;
}
.header .container .menu .social-icons a:hover, .header .container .menu .social-icons a:focus {
  text-decoration: none;
  color: #1147A5;
}

@media (min-width: 768px) {
  .logo a img {
    height: 40px;
  }
}
.search .container {
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search .container .search-form form {
  display: flex;
}
.search .container .search-form form .form-group {
  margin-right: 15px;
  flex-basis: 50%;
}
.search .container .search-form form .form-group:last-child {
  margin-right: 0;
}
.search .container .search-form form .form-group.button-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  flex-basis: auto;
}
.search .container .btn-search {
  vertical-align: baseline;
  display: inline;
}
.search .container .search-button-wrapper {
  display: flex;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .container .search-form form .form-group {
    flex-basis: 30%;
  }
  .container .search-form form .button-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    flex-basis: auto;
  }
}
.search-results .timeslot-header {
  background-color: #f5f5f5;
  font-size: 1.2rem;
  padding: 10px;
  border-bottom: 1px solid white;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-results .timeslot-header .date {
  white-space: nowrap;
}
.search-results .timeslot-header .more-information {
  font-size: 0.7rem;
  text-align: right;
}
@media (min-width: 768px) {
  .search-results .timeslot-header .more-information {
    font-size: 0.9rem;
  }
}
.search-results .timeslot-events a.timeslot-event {
  font-size: 1.1rem;
  color: #7b7b7b;
  background-color: white;
  text-decoration: none;
  border-top: 1px solid #aaaaaa;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.search-results .timeslot-events a.timeslot-event:first-child {
  border-top: 0 none;
}
.search-results .timeslot-events a.timeslot-event .time {
  display: flex;
  align-items: center;
  padding: 0 5px 0 10px;
}
.search-results .timeslot-events a.timeslot-event .service-provider {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  padding: 0 5px;
  font-size: 0.8rem;
  width: 50rem;
}
.search-results .timeslot-events a.timeslot-event .service-provider .provider, .search-results .timeslot-events a.timeslot-event .service-provider .address {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.search-results .timeslot-events a.timeslot-event .service {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0 5px;
  width: 100%;
}
.search-results .timeslot-events a.timeslot-event .price {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  white-space: nowrap;
  width: 20rem;
  padding: 0 10px 0 5px;
}
.search-results .timeslot-events a.timeslot-event .price .booked {
  border-radius: 3px;
  background-color: #aaaaaa;
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0.2rem 0.4rem;
}
.search-results .timeslot-events a.timeslot-event .price .price-before-wrapper {
  display: block;
  text-decoration: line-through;
  font-size: 0.9rem;
  color: red;
}
.search-results .timeslot-events a.timeslot-event .price .price-before-wrapper .price-before {
  color: #aaaaaa;
}
@media only screen and (max-width: 375px) {
  .search-results .timeslot-events a.timeslot-event .service-provider {
    width: 25rem;
  }
  .search-results .timeslot-events a.timeslot-event .service {
    text-align: center;
    font-size: 0.9rem;
  }
}
.search-results .timeslot-events .timeslot-description {
  background-color: #f5f5f5;
  font-size: 0.9rem;
}
.search-results .timeslot-events .timeslot-description .description-wrapper > h3 {
  font-size: 1.1rem;
  color: #7b7b7b;
  font-weight: normal;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #aaaaaa;
}
.search-results .timeslot-events .timeslot-description .description-wrapper > h3 a {
  text-decoration: none;
  color: #7b7b7b;
  display: flex;
  align-items: center;
}
.search-results .timeslot-events .timeslot-description .description-wrapper > h3 a .toggle-icon {
  font-size: 0.9rem;
  padding-right: 0.3rem;
}
.search-results .timeslot-events .timeslot-description .description {
  padding: 10px;
  background-color: white;
  display: none;
}
.search-results .timeslot-events .timeslot-description .description.booking-info {
  display: block;
}
@media (min-width: 768px) {
  .search-results .timeslot-events a.timeslot-event .price {
    flex-direction: row-reverse;
  }
  .search-results .timeslot-events a.timeslot-event .price .price-before {
    margin-right: 1rem;
  }
  .search-results .timeslot-events a.timeslot-event .location-service .service {
    font-size: 1.2rem;
  }
}

.btn-orange {
  background-image: linear-gradient(to bottom, #ff7f00 0%, #e97400 100%);
  background-repeat: repeat-x;
  border-color: #ff7f00;
  color: white;
  display: block;
}

.footer {
  background: #f5f5f5;
  color: #333333;
  font-size: 0.9rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer a {
  color: #333333;
}
.footer .footer-links {
  margin-top: 20px;
}
.footer .footer-social-icons .social-icons {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-social-icons .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #f5f5f5;
  width: 50px;
  height: 50px;
  font-size: 24px;
  transition: all 300ms;
  margin-left: 10px;
}
.footer .footer-social-icons .social-icons a:hover {
  text-decoration: none;
  background-color: #555555;
}
.footer .copyright {
  text-align: center;
  padding: 10px 0;
}

.sp-profile .nav-pills a {
  background-color: #e5e5e5;
  color: #333333;
}
.sp-profile .nav-pills a.active {
  background-color: #7b7b7b;
}
.sp-profile .body {
  background-color: #f5f5f5;
  padding: 15px;
}

.filter form .row .button {
  display: flex;
  align-items: flex-end;
}

.header.sp-page .container .language-bar {
  position: absolute;
}
.header.sp-page .container h1 {
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

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