/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

body {
  background-color: #fafafa;
}
body #GeoCookieQuestion {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #600;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.8em;
  color: #fff;
  padding: 10px;
  text-align: center;
}
body #GeoCookieQuestion .inner {
  display: block;
}
body #GeoCookieQuestion .inner p {
  padding-bottom: 10px;
}
body #GeoCookieQuestion .inner div {
  position: relative;
  display: inline-block;
  padding: 7px 14px;
  background-color: #990000;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
body #GeoCookieQuestion .inner div input {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
body #GeoCookieReset {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 46px;
  cursor: pointer;
  border-top-left-radius: 5px;
  background: #600 url(/Gfx/geolocation_icon.png) center center no-repeat;
}
body #GeoCookieReset .inner {
  display: block;
}
body .main-wrap .header-wrap .bar-wrap .bar-inner {
  height: 10px;
}
body .main-wrap .header-wrap .bar-wrap .bar-inner .login-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
body .main-wrap .header-wrap .logo-wrap {
  height: 75px;
}
body .main-wrap .content-wrap .frontpagepromotions-wrap .inner-wrap {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  body .main-wrap .content-wrap .frontpagepromotions-wrap .inner-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
body .main-wrap .content-wrap .search-wrap {
  margin: 0;
}
body .main-wrap .content-wrap .search-wrap .search-refine {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #991122;
  cursor: pointer;
}
body .main-wrap .content-wrap .search-wrap .search-refine:hover {
  text-decoration: underline;
}
body .main-wrap .content-wrap .search-wrap .search-input-wrap {
  margin-top: 10px;
}
body .main-wrap .content-wrap .search-wrap .search-input-wrap.search-page {
  display: none;
}
body .main-wrap .content-wrap .search-wrap .search-input-wrap .column {
  display: block;
  width: 100% !important;
}
body .main-wrap .content-wrap .search-wrap .search-input-wrap .column .inner {
  padding: 10px 10px 0 10px;
}
body .main-wrap .content-wrap .search-wrap .search-input-wrap .column:last-child > .inner {
  padding-bottom: 10px;
}
body .main-wrap .content-wrap .search-result-wrap .title-wrap .title {
  font-size: 1em;
}
body .main-wrap .content-wrap .search-result-wrap .search-result {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  body .main-wrap .content-wrap .search-result-wrap .search-result {
    grid-template-columns: repeat(3, 1fr);
  }
}
body .main-wrap .content-wrap .profile-header-wrap .profile-header-inner h1 {
  vertical-align: middle;
}
body .main-wrap .content-wrap .profile-header-wrap .profile-header-inner .phoneno .icon-phone {
  border-radius: 30px;
  width: 13px;
  height: 12px;
  font-size: 0.6em;
}
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-media-wrap {
  width: 300px;
}
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-text-wrap {
  font-size: 0.9em;
}
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-text-wrap .pricelist-wrap .pricelist-item .pricelist-item-name,
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-text-wrap .pricelist-wrap .pricelist-item .pricelist-item-price {
  float: none;
  display: block;
  text-align: left;
  padding: 0 0 0 10px;
  width: 100%;
}
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-text-wrap .schedule-wrap .schedule-item .schedule-day,
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-text-wrap .schedule-wrap .schedule-item .schedule-time,
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-text-wrap .schedule-wrap .schedule-item .schedule-text,
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-text-wrap .schedule-wrap .schedule-item .schedule-location {
  float: none;
  display: block;
  text-align: left;
  padding: 0 0 0 10px;
  width: 100%;
}
body .main-wrap .content-wrap .profile-outer-wrap .profile-info-wrap .profile-text-wrap .map-image {
  width: 150px;
  height: 150px;
}
body .main-wrap .content-wrap .create-wrap .form-wrap {
  display: block;
  width: auto;
}
body .main-wrap .content-wrap .create-wrap .form-wrap .inner {
  margin: 0 20px;
}
body .main-wrap .content-wrap .create-wrap .sidebar {
  display: block;
  width: auto;
}
body .main-wrap .content-wrap .create-wrap .sidebar .inner {
  margin: 20px;
}

#age-popup .backdrop .wrap .grid-wrap {
  grid-template-areas: "right" "left";
  grid-template-columns: 1fr;
}
#age-popup .backdrop .wrap .grid-wrap .grid-left .text-wrap div {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
#age-popup .backdrop .wrap .grid-wrap .grid-left .text-wrap p {
  font-size: 14px;
  line-height: 18px;
}
#age-popup .backdrop .wrap .grid-wrap .grid-left .text-wrap a {
  font-size: 12px;
}
#age-popup .backdrop .wrap .grid-wrap .grid-right > img {
  height: 100px;
  margin: 10px 0;
}
