@charset "UTF-8";
/***
 *     ___   _______  ___   _______  _______    _______  _______  _______  _______  ___      ___   _______  __   __  _______
 *    |   | |  _    ||   | |       ||   _   |  |       ||       ||       ||       ||   |    |   | |       ||  | |  ||       |
 *    |   | | |_|   ||   | |____   ||  |_|  |  |  _____||    _  ||   _   ||_     _||   |    |   | |    ___||  |_|  ||_     _|
 *    |   | |       ||   |  ____|  ||       |  | |_____ |   |_| ||  | |  |  |   |  |   |    |   | |   | __ |       |  |   |
 *    |   | |  _   | |   | | ______||       |  |_____  ||    ___||  |_|  |  |   |  |   |___ |   | |   ||  ||       |  |   |
 *    |   | | |_|   ||   | | |_____ |   _   |   _____| ||   |    |       |  |   |  |       ||   | |   |_| ||   _   |  |   |
 *    |___| |_______||___| |_______||__| |__|  |_______||___|    |_______|  |___|  |_______||___| |_______||__| |__|  |___|
 */
/*=====================================
=               Variables            =
=====================================*/
/*----------  COLORS  ----------*/
/*----------  PADDINGS  ----------*/
/*----------  FONTS  ----------*/
/*==========================================
=   Replace useful bootstrap styles        =
==========================================*/
/**
 * no longer using bootstrap, so don't need to import bootstrap.css
 * instead define useful bootstrap helper styles here
 */
/* line 10, ../scss/includes/_bootstrap_replacements.scss */
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../scss/includes/_bootstrap_replacements.scss */
.nav:before, .nav:after, .container:before, .navigation-tabs.fluid-tabs .nav-tabs:before, .navigation-tabs.fluid-tabs .tab-content > div:before, .main--aside:before, .container:after, .navigation-tabs.fluid-tabs .nav-tabs:after, .navigation-tabs.fluid-tabs .tab-content > div:after, .main--aside:after, .container-fluid:before, .container-fluid:after, .pager:before, .pager:after, .row:before, .searchMap-pane .footer:before, .partycal--filter .filter-advanced:not(.overlay):before, .row:after, .searchMap-pane .footer:after, .partycal--filter .filter-advanced:not(.overlay):after, .navbar:before, .navbar:after {
  display: table;
  content: " ";
}
/* line 21, ../scss/includes/_bootstrap_replacements.scss */
.nav:after, .container:after, .navigation-tabs.fluid-tabs .nav-tabs:after, .navigation-tabs.fluid-tabs .tab-content > div:after, .main--aside:after, .container-fluid:after, .pager:after, .row:after, .searchMap-pane .footer:after, .partycal--filter .filter-advanced:not(.overlay):after, .navbar:after {
  clear: both;
}

/* line 25, ../scss/includes/_bootstrap_replacements.scss */
.nav-tabs > li, .list_split-4.nav-tabs > div {
  float: left;
  margin-bottom: -1px;
}

/* line 29, ../scss/includes/_bootstrap_replacements.scss */
.nav-tabs > li > a, .list_split-4.nav-tabs > div > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 35, ../scss/includes/_bootstrap_replacements.scss */
.nav > li, .list_split-4.nav > div {
  position: relative;
  display: block;
}

/* line 39, ../scss/includes/_bootstrap_replacements.scss */
.nav > li > a, .list_split-4.nav > div > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 45, ../scss/includes/_bootstrap_replacements.scss */
em {
  font-style: italic;
}

/* line 51, ../scss/includes/_bootstrap_replacements.scss */
a {
  text-decoration: none;
}

/* line 55, ../scss/includes/_bootstrap_replacements.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 59, ../scss/includes/_bootstrap_replacements.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 82, ../scss/includes/_bootstrap_replacements.scss */
.breadcrumb > li, .list_split-4.breadcrumb > div {
  display: inline-block;
}
/* line 84, ../scss/includes/_bootstrap_replacements.scss */
.breadcrumb > li + li:before, .list_split-4.breadcrumb > div + li:before, .list_split-4.breadcrumb > li + div:before, .list_split-4.breadcrumb > div + div:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 91, ../scss/includes/_bootstrap_replacements.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 96, ../scss/includes/_bootstrap_replacements.scss */
.text-center {
  text-align: center;
}

/* line 99, ../scss/includes/_bootstrap_replacements.scss */
.text-right {
  text-align: right;
}

/* line 103, ../scss/includes/_bootstrap_replacements.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 107, ../scss/includes/_bootstrap_replacements.scss */
.dropdown {
  position: relative;
}

/* ----- Show/hide ----- */
/* line 113, ../scss/includes/_bootstrap_replacements.scss */
.collapse {
  display: none;
}
/* line 115, ../scss/includes/_bootstrap_replacements.scss */
.collapse.in {
  display: block;
}

/* line 120, ../scss/includes/_bootstrap_replacements.scss */
.tooltip {
  width: 400px;
  height: auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 5px;
  right: 50px;
  display: none;
}

/*==============================
=           GRID         =
==============================*/
/**
 * simple grid replacing bootstrap
 * using flexbox
 * container div should have classes "row row-cols"
 * <div class="row row-cols">
 *   <div class="col col-double"><!-- this content is twice as wide as the last col --></div>
 *   <div class="col"></div>
 * </div>
 */
/* ----- GRID cols ----- */
/* line 18, ../scss/includes/_grid.scss */
.row-cols {
  display: flex;
}
/* line 21, ../scss/includes/_grid.scss */
.row-cols > .col {
  flex: 1;
  /* column 1.5x as wide as std */
  /* column twice as wide as std */
  /* column 3 times as wide as std */
  /* column 4 times as wide as std */
  padding: 0 15px;
  /*&-6 {
    flex-basis: calc(50% - 15px);
  }*/
}
/* line 24, ../scss/includes/_grid.scss */
.row-cols > .col-one-one-half {
  flex: 1.5;
}
/* line 28, ../scss/includes/_grid.scss */
.row-cols > .col-double {
  flex: 2;
}
/* line 32, ../scss/includes/_grid.scss */
.row-cols > .col-triple {
  flex: 3;
}
/* line 36, ../scss/includes/_grid.scss */
.row-cols > .col-quadruple {
  flex: 4;
}

@media only screen and (max-width: 991px) {
  /* line 47, ../scss/includes/_grid.scss */
  .row-cols {
    display: block;
  }
  /* line 49, ../scss/includes/_grid.scss */
  .row-cols > .col {
    margin-bottom: 30px;
  }
}
/**
 * grid layout using flexbox layout for IE11 only (and older browsers)
 * @param  {[type]} $cols      [description]
 * @param  {[type]} $cols-991: 2             [description]
 * @return {[type]}            [description]
 */
/**
 * grid layout for compatible browsers - all except IE11
 * define cols at each breakpoint
 * e.g. @include grid(5,5,3,2);
 * @param  {[type]} $cols [description]
 * @return {[type]}       [description]
 */
/*--------  client listings - flexbox  --------*/
/**
 * this should be used everywhere for all client listings
 */
/**
 * flexbox layout for older browsers - mostly IE11
 */
/* line 157, ../scss/includes/_grid.scss */
.section--listing {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  /* negative margin hack for equally spaced cols and edges */
  margin-left: -15px;
  margin-right: -15px;
  /* hack to align last items left */
}
/* line 72, ../scss/includes/_grid.scss */
.section--listing:after {
  height: 0;
  content: "";
  width: 22%;
}
@supports not (display: grid) {
  /* line 78, ../scss/includes/_grid.scss */
  .section--listing .group-title, .section--listing .section--latest-reviews h2, .section--latest-reviews .section--listing h2, .section--listing .item-list-pager {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 157, ../scss/includes/_grid.scss */
  .section--listing {
    display: block;
  }
}
/* line 85, ../scss/includes/_grid.scss */
.section--listing > div:not(.group-title) {
  width: 22%;
}
@media only screen and (min-width: 501px) {
  /* line 162, ../scss/includes/_grid.scss */
  .section--listing-cols-2 > div:not(.group-title) {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 169, ../scss/includes/_grid.scss */
  .section--listing-cols-3 > div:not(.group-title) {
    width: 30%;
  }
}

/**
 * layout for grid compatible browsers - all except IE11 - all mobile
 * default is 4 cols
 */
@supports (display: grid) {
  /* line 180, ../scss/includes/_grid.scss */
  .section--listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .section--listing .group-title, .section--listing .section--latest-reviews h2, .section--latest-reviews .section--listing h2, .section--listing .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 180, ../scss/includes/_grid.scss */
    .section--listing {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 180, ../scss/includes/_grid.scss */
    .section--listing {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 180, ../scss/includes/_grid.scss */
    .section--listing {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .section--listing > div, .section--listing > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  @media only screen and (max-width: 500px) {
    /* line 123, ../scss/includes/_grid.scss */
    .section--listing > div, .section--listing > div:not(.group-title) {
      margin-right: auto;
      margin-left: auto;
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 180, ../scss/includes/_grid.scss */
    .section--listing {
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
  }
}
@supports (display: grid) {
  /* line 183, ../scss/includes/_grid.scss */
  .section--listing.section--magazine {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .section--listing.section--magazine .group-title, .section--listing.section--magazine .section--latest-reviews h2, .section--latest-reviews .section--listing.section--magazine h2, .section--listing.section--magazine .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 183, ../scss/includes/_grid.scss */
    .section--listing.section--magazine {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 183, ../scss/includes/_grid.scss */
    .section--listing.section--magazine {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 183, ../scss/includes/_grid.scss */
    .section--listing.section--magazine {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .section--listing.section--magazine > div, .section--listing.section--magazine > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  @media only screen and (max-width: 500px) {
    /* line 123, ../scss/includes/_grid.scss */
    .section--listing.section--magazine > div, .section--listing.section--magazine > div:not(.group-title) {
      margin-right: auto;
      margin-left: auto;
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 183, ../scss/includes/_grid.scss */
    .section--listing.section--magazine {
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
  }
}
@media only screen and (min-width: 501px) {
  /* line 188, ../scss/includes/_grid.scss */
  .section--listing-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  /* line 193, ../scss/includes/_grid.scss */
  .section--listing-cols-3:not(.section--magazine) {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 201, ../scss/includes/_grid.scss */
.searchMap-pane .section--listing.section--magazine {
  /** manually force 2 on map page */
}
@supports (display: grid) {
  /* line 201, ../scss/includes/_grid.scss */
  .searchMap-pane .section--listing.section--magazine {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .searchMap-pane .section--listing.section--magazine .group-title, .searchMap-pane .section--listing.section--magazine .section--latest-reviews h2, .section--latest-reviews .searchMap-pane .section--listing.section--magazine h2, .searchMap-pane .section--listing.section--magazine .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 201, ../scss/includes/_grid.scss */
    .searchMap-pane .section--listing.section--magazine {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 201, ../scss/includes/_grid.scss */
    .searchMap-pane .section--listing.section--magazine {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 201, ../scss/includes/_grid.scss */
    .searchMap-pane .section--listing.section--magazine {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .searchMap-pane .section--listing.section--magazine > div, .searchMap-pane .section--listing.section--magazine > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  @media only screen and (max-width: 500px) {
    /* line 123, ../scss/includes/_grid.scss */
    .searchMap-pane .section--listing.section--magazine > div, .searchMap-pane .section--listing.section--magazine > div:not(.group-title) {
      margin-right: auto;
      margin-left: auto;
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 201, ../scss/includes/_grid.scss */
    .searchMap-pane .section--listing.section--magazine {
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
  }
}
@media only screen and (max-width: 1299px) {
  /* line 201, ../scss/includes/_grid.scss */
  .searchMap-pane .section--listing.section--magazine {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  /* line 201, ../scss/includes/_grid.scss */
  .searchMap-pane .section--listing.section--magazine {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*==========================================
=            Generales y Resets            =
==========================================*/
/*----------  Containers  ----------*/
/* line 8, ../scss/includes/_global.scss */
html, body {
  min-height: 100%;
}

/* line 10, ../scss/includes/_global.scss */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  font-weight: 300;
  white-space: normal;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../scss/includes/_global.scss */
  body {
    font-size: 12px;
  }
}

/* line 31, ../scss/includes/_global.scss */
.container, .navigation-tabs.fluid-tabs .nav-tabs, .navigation-tabs.fluid-tabs .tab-content > div, .main--aside {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../scss/includes/_global.scss */
  .container.bg, .navigation-tabs.fluid-tabs .bg.nav-tabs, .navigation-tabs.fluid-tabs .tab-content > div.bg, .bg.main--aside {
    background-color: #f5f4f5;
    box-shadow: 500px 0px 0px 0px #f5f4f5, -500px 0px 0px 0px #f5f4f5;
  }
}

/* line 44, ../scss/includes/_global.scss */
html.open, body.open {
  overflow: hidden;
}

/*#overlay-back {
  background:rgba(0, 0, 0, 0);
  transition: background 0.6s ease-out;
}
body.open {
  #overlay-back {
    z-index    : 998;
    position   : fixed;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    background: rgba(0, 0, 0, 0.6);
  }
}*/
@media only screen and (min-width: 1350px) {
  /* line 65, ../scss/includes/_global.scss */
  .container, .navigation-tabs.fluid-tabs .nav-tabs, .navigation-tabs.fluid-tabs .tab-content > div, .main--aside {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1349px) {
  /* line 73, ../scss/includes/_global.scss */
  .container, .navigation-tabs.fluid-tabs .nav-tabs, .navigation-tabs.fluid-tabs .tab-content > div, .main--aside {
    width: 100%;
  }
}
/* line 78, ../scss/includes/_global.scss */
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1830px) {
  /* line 78, ../scss/includes/_global.scss */
  .container-fluid {
    width: 1800px;
  }
}
@media only screen and (max-width: 1829px) {
  /* line 78, ../scss/includes/_global.scss */
  .container-fluid {
    width: 100%;
  }
}

/* line 93, ../scss/includes/_global.scss */
#listings .container, #listings .navigation-tabs.fluid-tabs .nav-tabs, .navigation-tabs.fluid-tabs #listings .nav-tabs, #listings .navigation-tabs.fluid-tabs .tab-content > div, .navigation-tabs.fluid-tabs #listings .tab-content > div, #listings .main--aside {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 100, ../scss/includes/_global.scss */
.container-partyCal {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1830px) {
  /* line 100, ../scss/includes/_global.scss */
  .container-partyCal {
    width: 1700px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1829px) {
  /* line 100, ../scss/includes/_global.scss */
  .container-partyCal {
    width: 100%;
  }
}

/* line 115, ../scss/includes/_global.scss */
.container-narrow {
  width: 1070px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  /* line 115, ../scss/includes/_global.scss */
  .container-narrow {
    width: 100%;
  }
}

/* line 127, ../scss/includes/_global.scss */
.row, .searchMap-pane .footer, .partycal--filter .filter-advanced:not(.overlay) {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 131, ../scss/includes/_global.scss */
.row:before, .searchMap-pane .footer:before, .partycal--filter .filter-advanced:not(.overlay):before {
  display: table;
  content: " ";
}
/* line 136, ../scss/includes/_global.scss */
.row:after, .searchMap-pane .footer:after, .partycal--filter .filter-advanced:not(.overlay):after {
  display: table;
  content: " ";
  clear: both;
}
@media only screen and (max-width: 991px) {
  /* line 127, ../scss/includes/_global.scss */
  .row, .searchMap-pane .footer, .partycal--filter .filter-advanced:not(.overlay) {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/*----------  Text  ----------*/
/* line 150, ../scss/includes/_global.scss */
a {
  color: inherit;
}

/* line 154, ../scss/includes/_global.scss */
a:focus, a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}

/* line 160, ../scss/includes/_global.scss */
a.external::after {
  content: url(../images/external_url.png);
  display: inline-block;
  margin-left: 5px;
}

/*html:not(.no-touch) {
  a:not([class*="cta"]):active {
    text-decoration: underline;
  }
}*/
/* line 172, ../scss/includes/_global.scss */
.no-touch a:hover {
  text-decoration: none;
  color: #f49739;
}

/* line 178, ../scss/includes/_global.scss */
p a, #comments .comment-body a, a.link {
  color: #f49739;
  font-weight: bold;
}

/* line 183, ../scss/includes/_global.scss */
.no-touch p a:hover, .no-touch #comments .comment-body a:hover, #comments .no-touch .comment-body a:hover, .no-touch a:hover.link {
  text-decoration: none;
  color: #3fb5e9;
}

/* line 189, ../scss/includes/_global.scss */
p, #comments .comment-body {
  margin-bottom: 20px;
  line-height: 1.5em;
}
/* line 193, ../scss/includes/_global.scss */
p:last-child, #comments .comment-body:last-child {
  margin-bottom: 0;
}

/* line 198, ../scss/includes/_global.scss */
p.heading, #comments .heading.comment-body {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  /* line 198, ../scss/includes/_global.scss */
  p.heading, #comments .heading.comment-body {
    font-size: 16px;
  }
}

/* line 207, ../scss/includes/_global.scss */
small {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

/* line 213, ../scss/includes/_global.scss */
large {
  font-size: 16px;
}

/* line 218, ../scss/includes/_global.scss */
time, .post-author, .small-print, .time {
  font-size: 12px;
  color: #707070;
  display: block;
  font-weight: normal;
}
/* line 223, ../scss/includes/_global.scss */
time.inline, .inline.post-author, .small-print.inline, .time.inline {
  display: inline-block;
}

/* line 228, ../scss/includes/_global.scss */
hr {
  margin: 0 auto 30px;
  padding-bottom: 5px;
  border-top: 1px solid #D2D0D1;
}

/* line 234, ../scss/includes/_global.scss */
blockquote {
  border-left: 2px solid #3fb5e9;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
}

/* line 242, ../scss/includes/_global.scss */
.fa {
  font-size: 12px;
}

/* line 246, ../scss/includes/_global.scss */
strong {
  font-weight: 700;
}

/*----------  Images  ----------*/
/* line 252, ../scss/includes/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 257, ../scss/includes/_global.scss */
.media-object {
  max-width: none;
}

/* line 261, ../scss/includes/_global.scss */
.canvas {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 261, ../scss/includes/_global.scss */
  .canvas {
    width: auto;
    margin: 0 auto;
    display: block;
  }
}

/* line 272, ../scss/includes/_global.scss */
.flip-image {
  -webkit-transform: scale(-1, 1);
  -khtml-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/*----------  Positioning  ----------*/
/* line 283, ../scss/includes/_global.scss */
.right {
  text-align: right;
}

/* line 286, ../scss/includes/_global.scss */
.left {
  text-align: left;
}

/* line 289, ../scss/includes/_global.scss */
.centered {
  text-align: center;
}

/* line 292, ../scss/includes/_global.scss */
.block-center {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 300, ../scss/includes/_global.scss */
.space {
  margin: 30px 0;
}

/* line 303, ../scss/includes/_global.scss */
.spaceExtra {
  margin: 50px 0;
}

/*----------  Floats  ----------*/
/* line 309, ../scss/includes/_global.scss */
.go-left {
  float: left;
}

/* line 312, ../scss/includes/_global.scss */
.go-right {
  float: right;
}

/*----------  Grid clear  ----------*/
@media only screen and (max-width: 480px) {
  /* line 319, ../scss/includes/_global.scss */
  .col-xxs-12 {
    width: 100%;
  }
}

/*----------  Native styles override  ----------*/
/* line 331, ../scss/includes/_global.scss */
textarea:focus, input:focus {
  outline: 0;
  box-shadow: none !important;
  border-color: transparent;
}

/* line 337, ../scss/includes/_global.scss */
textarea {
  resize: none;
}

/* line 341, ../scss/includes/_global.scss */
.form-control:focus {
  box-shadow: none;
}

/* line 345, ../scss/includes/_global.scss */
ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  margin: 0;
  padding: 0;
}

/* line 357, ../scss/includes/_global.scss */
ol {
  padding-left: 0;
}

/* line 361, ../scss/includes/_global.scss */
ol li, ol .list_split-4 > div {
  display: list-item;
  padding-left: 0;
}

/* line 366, ../scss/includes/_global.scss */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

/* line 370, ../scss/includes/_global.scss */
.cb-policy {
  font-weight: 400;
}

/* line 374, ../scss/includes/_global.scss */
.cb-enable.cta.sm, .tags-cloud li a.cb-enable.sm, .tags-cloud .list_split-4 > div a.cb-enable.sm, .form--user-login .form-actions input.cb-enable.sm {
  padding: 6px 15px;
}

/*-----  End of Generales  ------ */
/*=======================================
=            UI Kit Elements            =
=======================================*/
/*===== @ Mixins @  ======*/
@media only screen and (min-width: 992px) {
  /* line 8, ../scss/includes/_toolkit.scss */
  .shadow, .no-touch .partyCal-ticket:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  }
}

/* line 297, ../scss/includes/_toolkit.scss */
.clearfix:after, .search-bar:after, .bottom-header:after, .slideshow-gallery-nav:after, .section--summary ul:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 992px) {
  /* line 307, ../scss/includes/_toolkit.scss */
  .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  /* line 312, ../scss/includes/_toolkit.scss */
  .desktop {
    display: none !important;
  }
}
/* line 323, ../scss/includes/_toolkit.scss */
.visible {
  display: block;
}

/* line 327, ../scss/includes/_toolkit.scss */
.hidden {
  display: none !important;
}

/* line 331, ../scss/includes/_toolkit.scss */
.col-2:nth-child(2n+1) {
  clear: both;
}

/* line 335, ../scss/includes/_toolkit.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 339, ../scss/includes/_toolkit.scss */
.ninja {
  visibility: hidden;
  color: #000000;
}

/* line 344, ../scss/includes/_toolkit.scss */
.sniper {
  cursor: crosshair;
}

/* line 348, ../scss/includes/_toolkit.scss */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 356, ../scss/includes/_toolkit.scss */
.flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  /* line 356, ../scss/includes/_toolkit.scss */
  .flex {
    display: block;
  }
}

/* line 365, ../scss/includes/_toolkit.scss */
.flex-container-price {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

/* line 380, ../scss/includes/_toolkit.scss */
.flex-item-price {
  padding: 5px;
  margin-top: 10px;
  line-height: 10px;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
}

/* line 394, ../scss/includes/_toolkit.scss */
.make-circle {
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
/* line 399, ../scss/includes/_toolkit.scss */
.make-circle img {
  transform-style: initial !important;
}

/*----------  Image zoom on hover  ----------*/
/* line 406, ../scss/includes/_toolkit.scss */
.hover-zoom {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
/* line 411, ../scss/includes/_toolkit.scss */
.hover-zoom img {
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -ms-transition: all 1s ease;
  /* IE 9 */
  -o-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
}
/* line 419, ../scss/includes/_toolkit.scss */
.hover-zoom:hover img {
  -webkit-transform: scale(1.15);
  /* Safari and Chrome */
  -moz-transform: scale(1.15);
  /* Firefox */
  -ms-transform: scale(1.15);
  /* IE 9 */
  -o-transform: scale(1.15);
  /* Opera */
  transform: scale(1.15);
}

/* line 428, ../scss/includes/_toolkit.scss */
.bghover-zoom {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: gray;
  position: relative;
}
/* line 437, ../scss/includes/_toolkit.scss */
.bghover-zoom:hover {
  background-size: 110%;
}

/*----------  Filtros  ----------*/
/* line 446, ../scss/includes/_toolkit.scss */
.fade-black {
  z-index: 5;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

/* line 458, ../scss/includes/_toolkit.scss */
.filtergrey {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.7;
  position: absolute;
  overflow: hidden;
  top: 0;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  /* line 458, ../scss/includes/_toolkit.scss */
  .filtergrey {
    background: none;
  }
}

/*----------  Overlay  ----------*/
/* line 483, ../scss/includes/_toolkit.scss */
.overlay {
  visibility: hidden;
  display: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  -o-transition: -o-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  /* slide in from right */
}
/* line 502, ../scss/includes/_toolkit.scss */
.overlay.slide-in {
  position: fixed;
  width: 85%;
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 511, ../scss/includes/_toolkit.scss */
.overlay.slide-in.open {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 518, ../scss/includes/_toolkit.scss */
.overlay.open {
  visibility: visible;
  display: block;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
/* line 529, ../scss/includes/_toolkit.scss */
.overlay.open.webkit-scrolling {
  -webkit-overflow-scrolling: touch;
}

/* line 535, ../scss/includes/_toolkit.scss */
.toggle-form, .filter-submit {
  display: none;
  background-color: #36454f;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  z-index: 100;
}
@media only screen and (max-width: 991px) {
  /* line 535, ../scss/includes/_toolkit.scss */
  .toggle-form, .filter-submit {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
/* line 553, ../scss/includes/_toolkit.scss */
.toggle-form [class*="cta"], .filter-submit [class*="cta"] {
  max-width: 350px !important;
  width: 100%;
  float: none;
  opacity: 1;
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 340px) {
  /* line 535, ../scss/includes/_toolkit.scss */
  .toggle-form, .filter-submit {
    padding: 12px;
  }
  /* line 564, ../scss/includes/_toolkit.scss */
  .toggle-form [class*="cta"], .filter-submit [class*="cta"] {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 574, ../scss/includes/_toolkit.scss */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  color: #000000;
  font-weight: 300;
  /*
  &>li:after {
    padding: 0 5px;
    @extend .make-fa;
    content: '\f105';
    color: $colorText;
  }*/
}
@media only screen and (max-width: 991px) {
  /* line 574, ../scss/includes/_toolkit.scss */
  .breadcrumb {
    font-weight: 12px;
  }
}
/* line 584, ../scss/includes/_toolkit.scss */
.breadcrumb > li + li:before, .list_split-4.breadcrumb > div + li:before, .list_split-4.breadcrumb > li + div:before, .list_split-4.breadcrumb > div + div:before {
  padding: 0 0 0 5px;
  color: #36454f;
}

/* line 597, ../scss/includes/_toolkit.scss */
.icon-group {
  display: table;
  width: 100%;
}
/* line 601, ../scss/includes/_toolkit.scss */
.icon-group li, .icon-group .list_split-4 > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 605, ../scss/includes/_toolkit.scss */
.icon-group li:first-child, .icon-group .list_split-4 > div:first-child {
  width: 45px;
}
/* line 609, ../scss/includes/_toolkit.scss */
.icon-group li:last-child, .icon-group .list_split-4 > div:last-child {
  font-size: 12px;
  padding-left: 5px;
}
/* line 615, ../scss/includes/_toolkit.scss */
.icon-group.villas a {
  color: #880088;
}
/* line 619, ../scss/includes/_toolkit.scss */
.icon-group.restaurantes a {
  color: #00A39B;
}
/* line 623, ../scss/includes/_toolkit.scss */
.icon-group.hoteles a {
  color: #FF6483;
}
/* line 627, ../scss/includes/_toolkit.scss */
.icon-group.actividades a {
  color: #A5D326;
}
/* line 631, ../scss/includes/_toolkit.scss */
.icon-group.clubs a {
  color: #4242EA;
}

/* line 639, ../scss/includes/_toolkit.scss */
.see-more, .read-more {
  text-transform: uppercase;
  color: #f49739;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  white-space: nowrap;
}
/* line 647, ../scss/includes/_toolkit.scss */
.see-more:hover, .read-more:hover {
  color: #D38339;
}
/* line 651, ../scss/includes/_toolkit.scss */
.see-more.angle, .read-more.angle {
  text-transform: initial;
  font-size: 14px;
  font-weight: normal;
}
/* line 656, ../scss/includes/_toolkit.scss */
.see-more.angle:after, .read-more.angle:after {
  content: " ";
  background-image: url("../img/angle-right-orange.svg");
  background-size: 19px 28px;
  width: 19px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 8px 12px;
  width: 8px;
  height: 10px;
  top: 1px;
  left: 5px;
}
/* line 665, ../scss/includes/_toolkit.scss */
.see-more svg, .read-more svg {
  fill: #f49739;
}

/*----------  Info Tooltip  ----------*/
/* line 672, ../scss/includes/_toolkit.scss */
.info-tooltip {
  background: transparent url("../img/ico-info.png") no-repeat center;
  padding: 10px;
  position: relative;
  bottom: 2px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}
/* line 683, ../scss/includes/_toolkit.scss */
.info-tooltip:focus {
  outline: none;
}

/* line 691, ../scss/includes/_toolkit.scss */
.tooltip.top .tooltip-inner {
  background-color: #3fb5e9 !important;
  color: #FFFFFF;
  border-radius: 0;
  max-width: 150px;
  min-width: 75px;
  border: none;
  box-shadow: none;
  font-size: 12px;
  opacity: 1;
  padding: 7px 5px;
}
/* line 704, ../scss/includes/_toolkit.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #3fb5e9 !important;
  opacity: 1 !important;
}

/* line 713, ../scss/includes/_toolkit.scss */
.tooltip .tooltip-inner {
  background-color: #707070;
  color: #FFFFFF;
  border-radius: 0;
  max-width: 150px;
  min-width: 100px;
  border: none;
  box-shadow: none;
  font-size: 12px;
  padding: 7px 5px;
}
/* line 726, ../scss/includes/_toolkit.scss */
.tooltip .tooltip-arrow {
  border-top-color: #707070 !important;
}

/* line 731, ../scss/includes/_toolkit.scss */
.popover {
  background-color: #707070;
  color: #FFFFFF;
  border-radius: 0;
  max-width: 150px;
  min-width: 100px;
  border: none;
  box-shadow: none;
  font-size: 10px;
  text-align: center;
  opacity: 1;
}
/* line 743, ../scss/includes/_toolkit.scss */
.popover .popover-content {
  padding: 7px 5px;
}
/* line 747, ../scss/includes/_toolkit.scss */
.popover.top > .arrow {
  border-top-color: #707070 !important;
  bottom: -6px;
  margin-left: -10px;
}
/* line 752, ../scss/includes/_toolkit.scss */
.popover.top > .arrow:after {
  content: none;
}

/* show 2 cols for isotope on moible */
@media only screen and (max-width: 767px) {
  /* line 759, ../scss/includes/_toolkit.scss */
  .list_split-isotope {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 15px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 15px;
    /* Firefox */
    column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 770, ../scss/includes/_toolkit.scss */
  .list_split-2, .hotelDetailList ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }

  /* line 780, ../scss/includes/_toolkit.scss */
  .list_split-3, .searchMap-pane .footer .top-footer ul {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }

  /* line 789, ../scss/includes/_toolkit.scss */
  .list_split-4 {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 15px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 15px;
    /* Firefox */
    column-gap: 15px;
  }
}
/* line 801, ../scss/includes/_toolkit.scss */
[class*="list_split-"] > li, .list_split-4[class*="list_split-"] > div {
  white-space: nowrap;
  width: 100%;
  min-height: 30px;
  margin: 0;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
  /* Actually FF 20+ */
}

/* line 814, ../scss/includes/_toolkit.scss */
.list_counter {
  counter-increment: step-counter;
}
/* line 817, ../scss/includes/_toolkit.scss */
.list_counter:before {
  content: counter(step-counter);
  font-size: 14px;
  font-weight: bold;
  font-family: 'arial';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  margin-right: 10px;
  line-height: 20px;
}

/*----------  Tags  ----------*/
/* line 836, ../scss/includes/_toolkit.scss */
.tags-cloud {
  padding: 0;
}
/* line 839, ../scss/includes/_toolkit.scss */
.tags-cloud li, .tags-cloud .list_split-4 > div {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
/* line 844, ../scss/includes/_toolkit.scss */
.tags-cloud li a, .tags-cloud .list_split-4 > div a {
  border: none;
  font-size: 12px;
  padding: 5px;
  min-width: auto;
  font-weight: normal;
}
/* line 853, ../scss/includes/_toolkit.scss */
.tags-cloud li span, .tags-cloud .list_split-4 > div span {
  font-weight: bold;
}

/* line 859, ../scss/includes/_toolkit.scss */
.tags-title {
  font-size: 12px;
  color: #707070;
}

/*----------  Pagination  ----------*/
/* line 867, ../scss/includes/_toolkit.scss */
.pagination {
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 0;
  margin: 15px 0;
  position: relative;
}
/* line 875, ../scss/includes/_toolkit.scss */
.pagination li, .pagination .list_split-4 > div {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 3px;
}
/* line 881, ../scss/includes/_toolkit.scss */
.pagination li a, .pagination .list_split-4 > div a {
  padding: 3px 9px;
  background: transparent;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  border: none;
}
@media only screen and (max-width: 991px) {
  /* line 881, ../scss/includes/_toolkit.scss */
  .pagination li a, .pagination .list_split-4 > div a {
    padding: 0 6px;
  }
}
/* line 894, ../scss/includes/_toolkit.scss */
.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
.pagination .active > span,
.pagination .active > span:focus,
.pagination .active > span:hover {
  background-color: #FFFFFF;
  color: #707070;
}
/* line 904, ../scss/includes/_toolkit.scss */
.pagination > li > a:focus, .list_split-4.pagination > div > a:focus, .pagination > li > a:hover, .list_split-4.pagination > div > a:hover, .pagination > li > span:focus, .list_split-4.pagination > div > span:focus, .pagination > li > span:hover, .list_split-4.pagination > div > span:hover {
  background: transparent;
  border: none;
  color: #f49739;
}
/* line 913, ../scss/includes/_toolkit.scss */
.pagination .page-nav a {
  border: none;
  border-radius: 0 !important;
}
/* line 918, ../scss/includes/_toolkit.scss */
.pagination .nav-prev, .pagination .nav-next {
  color: transparent;
  display: block;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 0;
  color: #000000;
  text-align: center;
}
/* line 927, ../scss/includes/_toolkit.scss */
.pagination .nav-prev:hover, .pagination .nav-next:hover {
  color: #f49739;
}
/* line 932, ../scss/includes/_toolkit.scss */
.pagination .nav-prev {
  left: 0;
}
/* line 934, ../scss/includes/_toolkit.scss */
.pagination .nav-prev:before {
  content: " ";
  background-image: url("../img/angle-left-blue.svg");
  background-size: 21px 28px;
  width: 21px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  top: 2px;
}
/* line 943, ../scss/includes/_toolkit.scss */
.pagination .nav-next {
  right: 0;
}
/* line 945, ../scss/includes/_toolkit.scss */
.pagination .nav-next:before {
  content: " ";
  background-image: url("../img/angle-right-blue.svg");
  background-size: 19px 28px;
  width: 19px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  top: 2px;
}

/* carousel pagination */
/* line 956, ../scss/includes/_toolkit.scss */
.pagination-min {
  text-align: right;
  display: flex;
  padding: 0 3px;
  font-size: 12px;
  text-transform: initial;
  justify-content: flex-end;
  height: 20px;
  width: 150px;
  min-width: 150px;
}
/* line 967, ../scss/includes/_toolkit.scss */
.pagination-min .nav-prev, .pagination-min .nav-next {
  display: block !important;
  color: #3fb5e9;
  padding: 0 20px;
  cursor: pointer;
}
/* line 972, ../scss/includes/_toolkit.scss */
.pagination-min .nav-prev:hover, .pagination-min .nav-next:hover {
  color: #f49739;
}
/* line 977, ../scss/includes/_toolkit.scss */
.pagination-min .nav-prev {
  left: 0;
}
/* line 979, ../scss/includes/_toolkit.scss */
.pagination-min .nav-prev:before {
  content: " ";
  background-image: url("../img/angle-left-blue.svg");
  background-size: 21px 28px;
  width: 21px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  top: 2px;
}
/* line 988, ../scss/includes/_toolkit.scss */
.pagination-min .nav-next {
  right: 0;
}
/* line 990, ../scss/includes/_toolkit.scss */
.pagination-min .nav-next:before {
  content: " ";
  background-image: url("../img/angle-right-blue.svg");
  background-size: 19px 28px;
  width: 19px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  top: 2px;
}

/*----------  Nav tabs  ----------*/
/* line 1004, ../scss/includes/_toolkit.scss */
.navigation-tabs {
  position: relative;
}

/* line 1010, ../scss/includes/_toolkit.scss */
.tabs-group ::-webkit-scrollbar {
  display: none;
}
/* line 1013, ../scss/includes/_toolkit.scss */
.tabs-group .tabs-group--loader {
  padding: 0;
  display: none;
  text-align: center;
}
/* line 1017, ../scss/includes/_toolkit.scss */
.tabs-group .tabs-group--loader .fa {
  font-size: 24px;
  color: #f49739;
}
@media only screen and (max-width: 991px) {
  /* line 1009, ../scss/includes/_toolkit.scss */
  .tabs-group {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    display: block;
  }
  /* line 1029, ../scss/includes/_toolkit.scss */
  .tabs-group ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1037, ../scss/includes/_toolkit.scss */
  .tabs-group ul li, .tabs-group ul .list_split-4 > div {
    flex: 0 0 auto;
  }
}

/* hide tab header on clubbing home page */
/* line 1046, ../scss/includes/_toolkit.scss */
.page-nid-153 .nav-tabs {
  display: none;
}

/* line 1050, ../scss/includes/_toolkit.scss */
.nav-tabs {
  border: none;
}
/* line 1055, ../scss/includes/_toolkit.scss */
.nav-tabs > li, .list_split-4.nav-tabs > div {
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 1055, ../scss/includes/_toolkit.scss */
  .nav-tabs > li, .list_split-4.nav-tabs > div {
    min-width: 200px;
  }
}
/* line 1062, ../scss/includes/_toolkit.scss */
.nav-tabs > li:not(:last-child), .list_split-4.nav-tabs > div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 1065, ../scss/includes/_toolkit.scss */
.nav-tabs > li:first-child, .list_split-4.nav-tabs > div:first-child {
  border-top-left-radius: 5px;
}
/* line 1069, ../scss/includes/_toolkit.scss */
.nav-tabs > li > a, .list_split-4.nav-tabs > div > a {
  background-color: rgba(54, 69, 79, 0.5);
  border-radius: 0 !important;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  opacity: 0.7;
  height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}
/* line 1087, ../scss/includes/_toolkit.scss */
.nav-tabs > li > a:focus, .list_split-4.nav-tabs > div > a:focus, .nav-tabs > li > a:hover, .list_split-4.nav-tabs > div > a:hover {
  background-color: rgba(54, 69, 79, 0.7);
  opacity: 1;
}
/* line 1093, ../scss/includes/_toolkit.scss */
.nav-tabs > li.ui-tabs-active > a, .list_split-4.nav-tabs > div.ui-tabs-active > a, .nav-tabs > li.ui-tabs-active > a:focus, .list_split-4.nav-tabs > div.ui-tabs-active > a:focus, .nav-tabs > li.ui-tabs-active > a:hover, .list_split-4.nav-tabs > div.ui-tabs-active > a:hover {
  background-color: rgba(54, 69, 79, 0.7);
  opacity: 1;
  color: #f49739;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  /* line 1093, ../scss/includes/_toolkit.scss */
  .nav-tabs > li.ui-tabs-active > a, .list_split-4.nav-tabs > div.ui-tabs-active > a, .nav-tabs > li.ui-tabs-active > a:focus, .list_split-4.nav-tabs > div.ui-tabs-active > a:focus, .nav-tabs > li.ui-tabs-active > a:hover, .list_split-4.nav-tabs > div.ui-tabs-active > a:hover {
    background-color: #36454f;
  }
}

/* line 1104, ../scss/includes/_toolkit.scss */
.tab-content {
  background-color: rgba(54, 69, 79, 0.7);
  color: #FFFFFF;
  text-align: left;
  min-height: 146px;
}
@media only screen and (max-width: 991px) {
  /* line 1104, ../scss/includes/_toolkit.scss */
  .tab-content {
    background-color: #36454f;
  }
}
/* line 1111, ../scss/includes/_toolkit.scss */
.tab-content > div {
  padding: 30px 15px;
}
/* line 1115, ../scss/includes/_toolkit.scss */
.tab-content .tab-pane:not(:first-child) {
  display: none;
}

/* line 1127, ../scss/includes/_toolkit.scss */
.navigation-tabs.fluid-tabs .tab-content > div {
  padding: 30px 15px;
}

/*----------  navigation-menu  ----------*/
/* line 1138, ../scss/includes/_toolkit.scss */
.navigation-menu {
  background-color: #f5f4f5;
}
/* line 1140, ../scss/includes/_toolkit.scss */
.navigation-menu ::-webkit-scrollbar {
  display: none;
}
/* line 1144, ../scss/includes/_toolkit.scss */
.navigation-menu li a, .navigation-menu .list_split-4 > div a {
  padding: 12px 15px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  color: #707070;
}
/* line 1152, ../scss/includes/_toolkit.scss */
.navigation-menu li a:hover, .navigation-menu .list_split-4 > div a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
/* line 1160, ../scss/includes/_toolkit.scss */
.navigation-menu li.active a, .navigation-menu .list_split-4 > div.active a {
  color: #FFFFFF;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  /* line 1138, ../scss/includes/_toolkit.scss */
  .navigation-menu {
    width: 260px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1138, ../scss/includes/_toolkit.scss */
  .navigation-menu {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    display: block;
    border-bottom: 1px solid #000000;
  }
  /* line 1177, ../scss/includes/_toolkit.scss */
  .navigation-menu ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1185, ../scss/includes/_toolkit.scss */
  .navigation-menu ul li, .navigation-menu ul .list_split-4 > div {
    flex: 0 0 auto;
  }
}

/*----------  Responsive table  ----------*/
/* line 1195, ../scss/includes/_toolkit.scss */
.responsive-table {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
}
/* line 1200, ../scss/includes/_toolkit.scss */
.responsive-table td {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 50px;
}
/* line 1206, ../scss/includes/_toolkit.scss */
.responsive-table th {
  font-size: 10px;
  font-weight: bold;
}
/* line 1211, ../scss/includes/_toolkit.scss */
.responsive-table tr {
  border-bottom: 1px solid #D2D0D1;
}
@media only screen and (max-width: 767px) {
  /* line 1195, ../scss/includes/_toolkit.scss */
  .responsive-table {
    /* Force table to not be like tables anymore */
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  /* line 1219, ../scss/includes/_toolkit.scss */
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  /* line 1228, ../scss/includes/_toolkit.scss */
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 1234, ../scss/includes/_toolkit.scss */
  .responsive-table tr {
    border: 1px solid #D2D0D1;
    margin-bottom: 30px;
    border-bottom: none;
    border-radius: 3px;
    background-image: linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    padding: 0;
  }
  /* line 1244, ../scss/includes/_toolkit.scss */
  .responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #D2D0D1;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 1257, ../scss/includes/_toolkit.scss */
  .responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
  }
  /* line 1274, ../scss/includes/_toolkit.scss */
  .responsive-table td:before {
    content: attr(data-title);
  }
}

/* line 1278, ../scss/includes/_toolkit.scss */
.table {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
/* line 1284, ../scss/includes/_toolkit.scss */
.table td {
  padding-top: 3px;
  padding-bottom: 3px;
}
/* line 1289, ../scss/includes/_toolkit.scss */
.table th {
  font-size: 10px;
  font-weight: bold;
}
/* line 1294, ../scss/includes/_toolkit.scss */
.table tr {
  border-bottom: 1px solid #D2D0D1;
}

/* line 1299, ../scss/includes/_toolkit.scss */
.close-map-filters {
  display: inline-block;
}

/*----------  Generic tooltip arrows  ----------*/
/* shared with before and after */
/* line 1308, ../scss/includes/_toolkit.scss */
div.with-arrow:before, div.tooltip:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  /* arrow size */
}

/* these arrows will point up */
/* top-stacked, smaller arrow */
/* line 1319, ../scss/includes/_toolkit.scss */
div.tooltip:before {
  border-bottom-color: #fff;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -12px;
  left: 255px;
  z-index: 2;
}

/* arrow which acts as a background shadow */
/* line 1329, ../scss/includes/_toolkit.scss */
div.tooltip:after {
  border-bottom-color: #D2D0D1;
  /* border color */
  /* positioning */
  position: absolute;
  top: -13px;
  left: 255px;
  z-index: 1;
}

/* line 1338, ../scss/includes/_toolkit.scss */
.ajaxLoader {
  display: none;
}

/* line 1342, ../scss/includes/_toolkit.scss */
.contact-icons {
  color: #20ba6d;
  padding-right: 5px;
  font-size: 1.2em;
}

/* line 1348, ../scss/includes/_toolkit.scss */
.alert {
  color: #e00c2b;
}

/* line 1352, ../scss/includes/_toolkit.scss */
.spacing {
  margin: 30px 0 !important;
}
/* line 1354, ../scss/includes/_toolkit.scss */
.spacing--top {
  margin: 30px 0 0 0 !important;
}
/* line 1356, ../scss/includes/_toolkit.scss */
.spacing--top-small {
  margin: 15px 0 0 0 !important;
}
/* line 1360, ../scss/includes/_toolkit.scss */
.spacing--bottom {
  margin: 0 0 30px 0 !important;
}
/* line 1362, ../scss/includes/_toolkit.scss */
.spacing--bottom-small {
  margin: 0 0 15px 0 !important;
}

/* line 1367, ../scss/includes/_toolkit.scss */
.padding {
  padding: 30px 0;
}
/* line 1369, ../scss/includes/_toolkit.scss */
.padding--top {
  padding: 30px 0 0 0;
}
/* line 1371, ../scss/includes/_toolkit.scss */
.padding--top-small {
  padding: 15px 0 0 0;
}
/* line 1375, ../scss/includes/_toolkit.scss */
.padding--bottom {
  padding: 0 0 30px 0;
}
/* line 1377, ../scss/includes/_toolkit.scss */
.padding--bottom-small {
  padding: 0 0 15px 0;
}

/* line 1382, ../scss/includes/_toolkit.scss */
.border {
  border: 1px solid #D2D0D1;
}
/* line 1384, ../scss/includes/_toolkit.scss */
.border--top {
  border-top: 1px solid #D2D0D1;
}
/* line 1387, ../scss/includes/_toolkit.scss */
.border--bottom {
  border-bottom: 1px solid #D2D0D1;
}

/*----------  Generic text  ----------*/
/* shared with before and after */
/* line 1395, ../scss/includes/_toolkit.scss */
.text-normal {
  color: #36454f;
  font-size: 16px;
}

/*----------  SVG icons  ----------*/
/* line 1404, ../scss/includes/_toolkit.scss */
svg {
  position: relative;
  /* colors */
}
/* line 1406, ../scss/includes/_toolkit.scss */
svg.icon {
  fill: #36454f;
  position: relative;
}
/* line 1410, ../scss/includes/_toolkit.scss */
svg.icon-social {
  width: 22px;
  height: 22px;
}
/* line 1414, ../scss/includes/_toolkit.scss */
svg.icon-angle {
  /*border: 1px solid #f00;*/
  width: 16px;
  height: 16px;
  left: 0;
  bottom: -4px;
}
/* line 1422, ../scss/includes/_toolkit.scss */
svg.icon-whatsapp, svg.icon-phone {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  bottom: -3px;
}
/* line 1428, ../scss/includes/_toolkit.scss */
svg.icon-phone {
  fill: #20ba6d;
}
/* line 1431, ../scss/includes/_toolkit.scss */
svg.icon-cancel {
  width: 16px;
  height: 16px;
  bottom: -2px;
  margin-right: 5px;
}
/* line 1437, ../scss/includes/_toolkit.scss */
svg.icon-cancel-small {
  width: 12px;
  height: 12px;
  bottom: -1px;
  margin-right: 3px;
}
/* line 1443, ../scss/includes/_toolkit.scss */
svg.icon-cancel-white {
  fill: #FFFFFF;
}
/* line 1448, ../scss/includes/_toolkit.scss */
svg.icon-white {
  fill: #FFFFFF;
}
/* line 1451, ../scss/includes/_toolkit.scss */
svg.icon-orange {
  fill: #f49739;
}
/* line 1454, ../scss/includes/_toolkit.scss */
svg.icon-blue {
  fill: #3fb5e9;
}

/* line 1462, ../scss/includes/_toolkit.scss */
.overlay--topbar svg.icon-cancel {
  fill: #FFFFFF;
}

/* change icon on collapsed */
/* line 1471, ../scss/includes/_toolkit.scss */
.active svg.icon-angle-down {
  transform: rotate(180deg);
}
/* line 1474, ../scss/includes/_toolkit.scss */
.active svg.icon-angle-up {
  transform: rotate(180deg);
}

/* line 1484, ../scss/includes/_toolkit.scss */
header .active svg.icon-angle-down {
  transform: none;
}
/* line 1487, ../scss/includes/_toolkit.scss */
header .active svg.icon-angle-up {
  transform: none;
}

@media only screen and (max-width: 991px) {
  /* line 1496, ../scss/includes/_toolkit.scss */
  .overlay svg.icon-basket {
    width: 26px;
    height: 26px;
    fill: #FFFFFF;
    left: -2px;
    bottom: 5px;
  }
}

/* line 1509, ../scss/includes/_toolkit.scss */
.no-touch .user-cart:hover svg {
  fill: #3fb5e9;
}

/* line 1514, ../scss/includes/_toolkit.scss */
*[data-toggle="collapse"] {
  cursor: pointer;
  /**
   * if doesn't have embedded svg
   * needs parent to be position: relative;
   */
}
/* line 1518, ../scss/includes/_toolkit.scss */
*[data-toggle="collapse"].cta-primary.ghost svg, .aside--section-form .webform-client-form input[data-toggle="collapse"].ghost[type=submit] svg {
  fill: #f49739;
}
/* line 1523, ../scss/includes/_toolkit.scss */
*[data-toggle="collapse"] svg {
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 3px;
}
/* line 1528, ../scss/includes/_toolkit.scss */
*[data-toggle="collapse"] svg.filter {
  width: 16px;
  height: 9px;
}
/* line 1538, ../scss/includes/_toolkit.scss */
*[data-toggle="collapse"].css-svg:after {
  content: " ";
  background-image: url("../img/angle-down.svg");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  position: absolute;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  right: 15px;
}
/* line 1547, ../scss/includes/_toolkit.scss */
*[data-toggle="collapse"].css-svg.active:after {
  content: " ";
  background-image: url("../img/angle-up.svg");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  position: absolute;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  right: 15px;
}

/* line 1560, ../scss/includes/_toolkit.scss */
.css-svg--close:after {
  content: " ";
  background-image: url("../img/close-white.svg");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  left: 5px;
  top: 4px;
}

/* line 1575, ../scss/includes/_toolkit.scss */
.no-touch *[data-toggle="collapse"].cta-primary.ghost:hover svg, .no-touch .aside--section-form .webform-client-form input[data-toggle="collapse"].ghost[type=submit]:hover svg, .aside--section-form .webform-client-form .no-touch input[data-toggle="collapse"].ghost[type=submit]:hover svg, .no-touch *[data-toggle="collapse"].cta-primary.ghost:active svg, .no-touch .aside--section-form .webform-client-form input[data-toggle="collapse"].ghost[type=submit]:active svg, .aside--section-form .webform-client-form .no-touch input[data-toggle="collapse"].ghost[type=submit]:active svg, .no-touch *[data-toggle="collapse"].cta-primary.ghost.active svg, .no-touch .aside--section-form .webform-client-form input[data-toggle="collapse"].ghost.active[type=submit] svg, .aside--section-form .webform-client-form .no-touch input[data-toggle="collapse"].ghost.active[type=submit] svg, .no-touch *[data-toggle="collapse"].cta-primary.ghost:focus svg, .no-touch .aside--section-form .webform-client-form input[data-toggle="collapse"].ghost[type=submit]:focus svg, .aside--section-form .webform-client-form .no-touch input[data-toggle="collapse"].ghost[type=submit]:focus svg {
  fill: #FFFFFF;
}

/* line 1584, ../scss/includes/_toolkit.scss */
.product-form svg {
  fill: #20ba6d;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 2px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* line 1604, ../scss/includes/_toolkit.scss */
.svg-icon-refresh:after {
  content: " ";
  background-image: url("../img/spinner.svg");
  background-size: 24px 28px;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
}

/* line 1609, ../scss/includes/_toolkit.scss */
.svg-icon-spinner:after {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* line 1617, ../scss/includes/_toolkit.scss */
h1 .svg-icon-refresh:after, h1 .svg-icon-spinner:after {
  background-size: 15px 18px;
  width: 15px;
  height: 18px;
  top: 2px;
  left: 6px;
}

/* line 1628, ../scss/includes/_toolkit.scss */
.map-switch .svg-icon-refresh:after {
  content: " ";
  background-image: url("../img/spinner-white.svg");
  background-size: 24px 28px;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
}
/* line 1633, ../scss/includes/_toolkit.scss */
.map-switch .svg-icon-refresh:after, .map-switch .svg-icon-spinner:after {
  background-size: 11px 14px;
  width: 11px;
  height: 14px;
  top: 3px;
  left: 1px;
}

/*=====  End of UI Kit Elements  ======*/
/*===============================
=            Títulos            =
===============================*/
/* line 5, ../scss/includes/_titulos.scss */
h1, .h1, h2, .h2, h3, .aside--section-form h2, .h3, h4, h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.2em;
  letter-spacing: 1px;
}

/* line 13, ../scss/includes/_titulos.scss */
h1, .h1 {
  font-size: 28px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  /* line 13, ../scss/includes/_titulos.scss */
  h1, .h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 13, ../scss/includes/_titulos.scss */
  h1, .h1 {
    font-size: 22px;
  }
}

/* line 26, ../scss/includes/_titulos.scss */
h2, .h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  /* line 26, ../scss/includes/_titulos.scss */
  h2, .h2 {
    font-size: 21px;
  }
}

/* line 36, ../scss/includes/_titulos.scss */
h3, .aside--section-form h2, .h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  /* line 36, ../scss/includes/_titulos.scss */
  h3, .aside--section-form h2, .h3 {
    font-size: 16px;
  }
}

/* line 46, ../scss/includes/_titulos.scss */
h4, .h4 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 54, ../scss/includes/_titulos.scss */
h5, .h5, .card-event .title-event {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}

/* line 61, ../scss/includes/_titulos.scss */
.md-title, .title-h1, .tags-title, .title-h2, .group-title, .section--latest-reviews h2, .view-event-calendar h2, .title-h3, .wysiwyg .view-event-calendar h2, .magazine-entry .view-event-calendar h2, .group-title > h2, .group-title > h3, .section--latest-reviews h2 > h3, .aside--section-form .group-title > h2, .group-title > h4, .section--latest-reviews h2 > h4, .form-header > * {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  /* line 61, ../scss/includes/_titulos.scss */
  .md-title, .title-h1, .tags-title, .title-h2, .group-title, .section--latest-reviews h2, .view-event-calendar h2, .title-h3, .wysiwyg .view-event-calendar h2, .magazine-entry .view-event-calendar h2, .group-title > h2, .group-title > h3, .section--latest-reviews h2 > h3, .aside--section-form .group-title > h2, .group-title > h4, .section--latest-reviews h2 > h4, .form-header > * {
    font-size: 16px;
  }
}

/* line 72, ../scss/includes/_titulos.scss */
.xs-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
}

/* line 78, ../scss/includes/_titulos.scss */
.title-h1, .tags-title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
  white-space: nowrap;
}
/* line 87, ../scss/includes/_titulos.scss */
.title-h1 span, .tags-title span {
  background-color: inherit;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 93, ../scss/includes/_titulos.scss */
.title-h1:before, .tags-title:before {
  border-top: 1px solid #D2D0D1;
  content: '';
  display: table-cell;
  position: relative;
  top: 10px;
  width: 50%;
}
/* line 103, ../scss/includes/_titulos.scss */
.title-h1:after, .tags-title:after {
  border-top: 1px solid #D2D0D1;
  content: '';
  display: table-cell;
  position: relative;
  top: 10px;
  width: 50%;
}

/* line 138, ../scss/includes/_titulos.scss */
.title-h2, .group-title, .section--latest-reviews h2, .view-event-calendar h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D2D0D1;
}

/* line 151, ../scss/includes/_titulos.scss */
[class*="title-h"].villas {
  color: #880088;
}
/* line 154, ../scss/includes/_titulos.scss */
[class*="title-h"].restaurantes {
  color: #00A39B;
}
/* line 157, ../scss/includes/_titulos.scss */
[class*="title-h"].clubs {
  color: #4242EA;
}
/* line 160, ../scss/includes/_titulos.scss */
[class*="title-h"].hoteles {
  color: #FF6483;
}
/* line 163, ../scss/includes/_titulos.scss */
[class*="title-h"].actividades {
  color: #A5D326;
}
/* line 166, ../scss/includes/_titulos.scss */
[class*="title-h"].ofertas {
  color: #f49739;
}

/* line 171, ../scss/includes/_titulos.scss */
.group-title, .section--latest-reviews h2 {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  /* line 171, ../scss/includes/_titulos.scss */
  .group-title, .section--latest-reviews h2 {
    width: 100%;
  }
}
/* line 182, ../scss/includes/_titulos.scss */
.group-title > h2, .section--latest-reviews h2 > h2, .group-title > h3, .section--latest-reviews h2 > h3, .aside--section-form .group-title > h2, .section--latest-reviews .aside--section-form h2 > h2, .aside--section-form .section--latest-reviews h2 > h2, .group-title > h4, .section--latest-reviews h2 > h4 {
  margin-bottom: 0;
}
/* line 188, ../scss/includes/_titulos.scss */
.group-title + p, .section--latest-reviews h2 + p, #comments .group-title + .comment-body, .section--latest-reviews #comments h2 + .comment-body, #comments .section--latest-reviews h2 + .comment-body {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  /* line 193, ../scss/includes/_titulos.scss */
  .magazine-frontpage .group-title, .magazine-frontpage .section--latest-reviews h2, .section--latest-reviews .magazine-frontpage h2 {
    justify-content: space-between;
  }
}

/* line 201, ../scss/includes/_titulos.scss */
.heading-title {
  font-size: 40px;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  /* line 201, ../scss/includes/_titulos.scss */
  .heading-title {
    font-size: 26px;
    /*padding-top: 0;*/
    /*margin-bottom: 0;*/
  }
}

/* line 218, ../scss/includes/_titulos.scss */
.heading-subtitle {
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  /* line 218, ../scss/includes/_titulos.scss */
  .heading-subtitle {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 218, ../scss/includes/_titulos.scss */
  .heading-subtitle {
    max-width: 80%;
  }
}
/* line 233, ../scss/includes/_titulos.scss */
.heading-subtitle .price {
  display: block;
  color: #3fb5e9;
  font-weight: 700;
}

/**
 * hide header subtitle on page type nodes,
 * leave for activity/accomo/promoter/beach, etc
 */
@media only screen and (max-width: 767px) {
  /* line 244, ../scss/includes/_titulos.scss */
  body.node-type-page .heading-subtitle {
    display: none;
    /* hide on mobile, takes up too much space */
  }
}

/*=====  End of Títulos  ======*/
/*===============================
=            Botones            =
===============================*/
/* line 5, ../scss/includes/_botones.scss */
button {
  background: none;
  border: none;
  outline: none;
  border-radius: 0px;
  box-shadow: none;
}

/* outline only for inactive buttons */
/* just change background color and font */
/*----------  CTA size variations  ----------*/
/* line 106, ../scss/includes/_botones.scss */
[class*="cta"].lg {
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 1px;
  font-weight: normal;
}

/* line 115, ../scss/includes/_botones.scss */
[class*="cta"].md {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 123, ../scss/includes/_botones.scss */
[class*="cta"].sm {
  font-size: 14px;
  padding: 6px 12px;
}

/* line 129, ../scss/includes/_botones.scss */
[class*="cta"].xs {
  font-size: 12px;
  padding: 5px 8px;
}

/* line 135, ../scss/includes/_botones.scss */
[class*="cta"].bc {
  font-size: 12px;
  padding: 5px 8px 5px 30px;
}

/* line 141, ../scss/includes/_botones.scss */
[class*="cta"].normal {
  font-weight: 400;
}

/* line 145, ../scss/includes/_botones.scss */
[class*="cta"].progress-disabled {
  background-color: grey !important;
  opacity: 0.6 !important;
  border: 1px solid grey;
}

/* line 152, ../scss/includes/_botones.scss */
aside input[type=submit] {
  width: 100%;
}

@media only screen and (max-width: 380px) {
  /* line 159, ../scss/includes/_botones.scss */
  [class*="cta"].lg {
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 340px) {
  /* line 167, ../scss/includes/_botones.scss */
  [class*="cta"].lg {
    font-size: 14px;
  }
}
/*----------  CTA color variations  ----------*/
/*----------  Normal CTA ----------*/
/* line 175, ../scss/includes/_botones.scss */
.cta, .tags-cloud li a, .tags-cloud .list_split-4 > div a, .form--user-login .form-actions input {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  background-color: #f5f4f5;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #D2D0D1;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 175, ../scss/includes/_botones.scss */
  .cta, .tags-cloud li a, .tags-cloud .list_split-4 > div a, .form--user-login .form-actions input {
    min-width: auto !important;
  }
}
/* line 177, ../scss/includes/_botones.scss */
.cta.active, .tags-cloud li a.active, .tags-cloud .list_split-4 > div a.active, .form--user-login .form-actions input.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #f49739;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #f49739;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 177, ../scss/includes/_botones.scss */
  .cta.active, .tags-cloud li a.active, .tags-cloud .list_split-4 > div a.active, .form--user-login .form-actions input.active {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta:hover, .no-touch .tags-cloud li a:hover, .tags-cloud li .no-touch a:hover, .no-touch .tags-cloud .list_split-4 > div a:hover, .tags-cloud .list_split-4 > div .no-touch a:hover, .no-touch .form--user-login .form-actions input:hover, .form--user-login .form-actions .no-touch input:hover, .no-touch .cta:active, .no-touch .tags-cloud li a:active, .tags-cloud li .no-touch a:active, .no-touch .tags-cloud .list_split-4 > div a:active, .tags-cloud .list_split-4 > div .no-touch a:active, .no-touch .form--user-login .form-actions input:active, .form--user-login .form-actions .no-touch input:active, .no-touch .cta:focus, .no-touch .tags-cloud li a:focus, .tags-cloud li .no-touch a:focus, .no-touch .tags-cloud .list_split-4 > div a:focus, .tags-cloud .list_split-4 > div .no-touch a:focus, .no-touch .form--user-login .form-actions input:focus, .form--user-login .form-actions .no-touch input:focus {
  background-color: #D2D0D1;
  box-shadow: none;
  outline: none;
  color: #707070;
}

/* line 78, ../scss/includes/_botones.scss */
html:not(.no-touch) .cta:active, html:not(.no-touch) .tags-cloud li a:active, .tags-cloud li html:not(.no-touch) a:active, html:not(.no-touch) .tags-cloud .list_split-4 > div a:active, .tags-cloud .list_split-4 > div html:not(.no-touch) a:active, html:not(.no-touch) .form--user-login .form-actions input:active, .form--user-login .form-actions html:not(.no-touch) input:active, html:not(.no-touch) .cta:focus, html:not(.no-touch) .tags-cloud li a:focus, .tags-cloud li html:not(.no-touch) a:focus, html:not(.no-touch) .tags-cloud .list_split-4 > div a:focus, .tags-cloud .list_split-4 > div html:not(.no-touch) a:focus, html:not(.no-touch) .form--user-login .form-actions input:focus, .form--user-login .form-actions html:not(.no-touch) input:focus {
  background-color: white;
  box-shadow: none;
  outline: none;
  color: #707070;
}
/* line 83, ../scss/includes/_botones.scss */
html:not(.no-touch) .cta:active svg, html:not(.no-touch) .tags-cloud li a:active svg, .tags-cloud li html:not(.no-touch) a:active svg, html:not(.no-touch) .tags-cloud .list_split-4 > div a:active svg, .tags-cloud .list_split-4 > div html:not(.no-touch) a:active svg, html:not(.no-touch) .form--user-login .form-actions input:active svg, .form--user-login .form-actions html:not(.no-touch) input:active svg, html:not(.no-touch) .cta:focus svg, html:not(.no-touch) .tags-cloud li a:focus svg, .tags-cloud li html:not(.no-touch) a:focus svg, html:not(.no-touch) .tags-cloud .list_split-4 > div a:focus svg, .tags-cloud .list_split-4 > div html:not(.no-touch) a:focus svg, html:not(.no-touch) .form--user-login .form-actions input:focus svg, .form--user-login .form-actions html:not(.no-touch) input:focus svg {
  fill: #707070;
}

/*----------  Primary CTA ----------*/
/* line 193, ../scss/includes/_botones.scss */
.cta-primary, .aside--section-form .webform-client-form input[type=submit] {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #f49739;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #f49739;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 193, ../scss/includes/_botones.scss */
  .cta-primary, .aside--section-form .webform-client-form input[type=submit] {
    min-width: auto !important;
  }
}
/* line 196, ../scss/includes/_botones.scss */
.cta-primary.ghost, .aside--section-form .webform-client-form input.ghost[type=submit], .cta-primary.active, .aside--section-form .webform-client-form input.active[type=submit] {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #f49739;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #f49739;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 196, ../scss/includes/_botones.scss */
  .cta-primary.ghost, .aside--section-form .webform-client-form input.ghost[type=submit], .cta-primary.active, .aside--section-form .webform-client-form input.active[type=submit] {
    min-width: auto !important;
  }
}
/* line 199, ../scss/includes/_botones.scss */
.cta-primary.ghost.active, .aside--section-form .webform-client-form input.ghost.active[type=submit] {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #f49739;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #f49739;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 199, ../scss/includes/_botones.scss */
  .cta-primary.ghost.active, .aside--section-form .webform-client-form input.ghost.active[type=submit] {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-primary:hover, .no-touch .aside--section-form .webform-client-form input[type=submit]:hover, .aside--section-form .webform-client-form .no-touch input[type=submit]:hover, .no-touch .cta-primary:active, .no-touch .aside--section-form .webform-client-form input[type=submit]:active, .aside--section-form .webform-client-form .no-touch input[type=submit]:active, .no-touch .cta-primary:focus, .no-touch .aside--section-form .webform-client-form input[type=submit]:focus, .aside--section-form .webform-client-form .no-touch input[type=submit]:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #f49739;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-primary.ghost:hover, .no-touch .aside--section-form .webform-client-form input.ghost[type=submit]:hover, .aside--section-form .webform-client-form .no-touch input.ghost[type=submit]:hover, .no-touch .cta-primary.ghost:active, .no-touch .aside--section-form .webform-client-form input.ghost[type=submit]:active, .aside--section-form .webform-client-form .no-touch input.ghost[type=submit]:active, .no-touch .cta-primary.ghost:focus, .no-touch .aside--section-form .webform-client-form input.ghost[type=submit]:focus, .aside--section-form .webform-client-form .no-touch input.ghost[type=submit]:focus {
  background-color: #f49739;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/*----------   Secondary CTA ----------*/
/* line 214, ../scss/includes/_botones.scss */
.cta-secondary {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #3fb5e9;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #3fb5e9;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 214, ../scss/includes/_botones.scss */
  .cta-secondary {
    min-width: auto !important;
  }
}
/* line 78, ../scss/includes/_botones.scss */
.cta-secondary:active, .cta-secondary:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #3fb5e9;
}
/* line 83, ../scss/includes/_botones.scss */
.cta-secondary:active svg, .cta-secondary:focus svg {
  fill: #3fb5e9;
}
/* line 218, ../scss/includes/_botones.scss */
.cta-secondary.ghost, .cta-secondary.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #3fb5e9;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #3fb5e9;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 218, ../scss/includes/_botones.scss */
  .cta-secondary.ghost, .cta-secondary.active {
    min-width: auto !important;
  }
}
/* line 221, ../scss/includes/_botones.scss */
.cta-secondary.ghost.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #3fb5e9;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #3fb5e9;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 221, ../scss/includes/_botones.scss */
  .cta-secondary.ghost.active {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-secondary:hover, .no-touch .cta-secondary:active, .no-touch .cta-secondary:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #3fb5e9;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-secondary.ghost:hover, .no-touch .cta-secondary.ghost:active, .no-touch .cta-secondary.ghost:focus {
  background-color: #3fb5e9;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/*----------  Success green CTA ----------*/
/* line 236, ../scss/includes/_botones.scss */
.cta-success {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #20ba6d;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #20ba6d;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 236, ../scss/includes/_botones.scss */
  .cta-success {
    min-width: auto !important;
  }
}
/* line 239, ../scss/includes/_botones.scss */
.cta-success.ghost, .cta-success.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #20ba6d;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #20ba6d;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 239, ../scss/includes/_botones.scss */
  .cta-success.ghost, .cta-success.active {
    min-width: auto !important;
  }
}
/* line 242, ../scss/includes/_botones.scss */
.cta-success.ghost.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #20ba6d;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #20ba6d;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 242, ../scss/includes/_botones.scss */
  .cta-success.ghost.active {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-success:hover, .no-touch .cta-success:active, .no-touch .cta-success:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #20ba6d;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-success.ghost:hover, .no-touch .cta-success.ghost:active, .no-touch .cta-success.ghost:focus {
  background-color: #20ba6d;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/*----------  Whatsapp icon green CTA ----------*/
/* line 255, ../scss/includes/_botones.scss */
.cta-whatsapp {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #25D366;
  background-image: url(/sites/all/themes/flat101/img/social-whatsapp-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px 6px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #25D366;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 255, ../scss/includes/_botones.scss */
  .cta-whatsapp {
    min-width: auto !important;
  }
}
/* line 259, ../scss/includes/_botones.scss */
.cta-whatsapp.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #25D366;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #25D366;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 259, ../scss/includes/_botones.scss */
  .cta-whatsapp.active {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-whatsapp:hover, .no-touch .cta-whatsapp:active, .no-touch .cta-whatsapp:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #25D366;
  background-image: url(/sites/all/themes/flat101/img/social-whatsapp.svg);
}

/*----------  Info blue CTA  ----------*/
/* line 270, ../scss/includes/_botones.scss */
.cta-info {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #1e90ff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #1e90ff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 270, ../scss/includes/_botones.scss */
  .cta-info {
    min-width: auto !important;
  }
}
/* line 273, ../scss/includes/_botones.scss */
.cta-info.ghost, .cta-info.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #1e90ff;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #1e90ff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 273, ../scss/includes/_botones.scss */
  .cta-info.ghost, .cta-info.active {
    min-width: auto !important;
  }
}
/* line 276, ../scss/includes/_botones.scss */
.cta-info.ghost.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #1e90ff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #1e90ff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 276, ../scss/includes/_botones.scss */
  .cta-info.ghost.active {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-info:hover, .no-touch .cta-info:active, .no-touch .cta-info:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #1e90ff;
}
/* line 55, ../scss/includes/_botones.scss */
ç
.no-touch .cta-info.ghost:hover, ç
.no-touch .cta-info.ghost:active, ç
.no-touch .cta-info.ghost:focus {
  background-color: #1e90ff;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/*----------  booking.com CTA  ----------*/
/* line 290, ../scss/includes/_botones.scss */
.cta-bookingcom {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #003580;
  background-image: url(/sites/all/themes/flat101/img/booking_com.png);
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #003580;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 290, ../scss/includes/_botones.scss */
  .cta-bookingcom {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-bookingcom:hover, .no-touch .cta-bookingcom:active, .no-touch .cta-bookingcom:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #003580;
}

/*----------  Warning yellow CTA  ----------*/
/* line 300, ../scss/includes/_botones.scss */
.cta-warning {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #cc9500;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #cc9500;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 300, ../scss/includes/_botones.scss */
  .cta-warning {
    min-width: auto !important;
  }
}
/* line 303, ../scss/includes/_botones.scss */
.cta-warning.ghost, .cta-warning.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #cc9500;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #cc9500;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 303, ../scss/includes/_botones.scss */
  .cta-warning.ghost, .cta-warning.active {
    min-width: auto !important;
  }
}
/* line 306, ../scss/includes/_botones.scss */
.cta-warning.ghost.active {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #cc9500;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #cc9500;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 306, ../scss/includes/_botones.scss */
  .cta-warning.ghost.active {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-warning:hover, .no-touch .cta-warning:active, .no-touch .cta-warning:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #cc9500;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-warning.ghost:hover, .no-touch .cta-warning.ghost:active, .no-touch .cta-warning.ghost:focus {
  background-color: #cc9500;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/*----------  Danger red CTA  ----------*/
/* line 320, ../scss/includes/_botones.scss */
.cta-danger {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #e00c2b;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #e00c2b;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 320, ../scss/includes/_botones.scss */
  .cta-danger {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-danger:hover, .no-touch .cta-danger:active, .no-touch .cta-danger:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #e00c2b;
}

/*----------  Charcoal CTA  ----------*/
/* line 330, ../scss/includes/_botones.scss */
.cta-charcoal {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #36454f;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #36454f;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 330, ../scss/includes/_botones.scss */
  .cta-charcoal {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-charcoal:hover, .no-touch .cta-charcoal:active, .no-touch .cta-charcoal:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #36454f;
}

/*----------  Main colours  ----------*/
/* villas */
/* line 342, ../scss/includes/_botones.scss */
.cta-villas {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #880088;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #880088;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 342, ../scss/includes/_botones.scss */
  .cta-villas {
    min-width: auto !important;
  }
}
/* line 344, ../scss/includes/_botones.scss */
.cta-villas.cta-inactive {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #880088;
}

/* desktop hover */
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-villas:hover, .no-touch .cta-villas:active, .no-touch .cta-villas:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #880088;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-villas.cta-inactive:hover, .no-touch .cta-villas.cta-inactive:active, .no-touch .cta-villas.cta-inactive:focus {
  background-color: #880088;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/* hotels */
/* line 359, ../scss/includes/_botones.scss */
.cta-hoteles {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF6483;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #FF6483;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 359, ../scss/includes/_botones.scss */
  .cta-hoteles {
    min-width: auto !important;
  }
}
/* line 361, ../scss/includes/_botones.scss */
.cta-hoteles.cta-inactive {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #FF6483;
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-hoteles:hover, .no-touch .cta-hoteles:active, .no-touch .cta-hoteles:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #FF6483;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-hoteles.cta-inactive:hover, .no-touch .cta-hoteles.cta-inactive:active, .no-touch .cta-hoteles.cta-inactive:focus {
  background-color: #FF6483;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/* restaurants */
/* line 375, ../scss/includes/_botones.scss */
.cta-restaurantes {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #00A39B;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #00A39B;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 375, ../scss/includes/_botones.scss */
  .cta-restaurantes {
    min-width: auto !important;
  }
}
/* line 377, ../scss/includes/_botones.scss */
.cta-restaurantes.cta-inactive {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #00A39B;
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-restaurantes:hover, .no-touch .cta-restaurantes:active, .no-touch .cta-restaurantes:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #00A39B;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-restaurantes.cta-inactive:hover, .no-touch .cta-restaurantes.cta-inactive:active, .no-touch .cta-restaurantes.cta-inactive:focus {
  background-color: #00A39B;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/* activities */
/* line 391, ../scss/includes/_botones.scss */
.cta-actividades {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #A5D326;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #A5D326;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 391, ../scss/includes/_botones.scss */
  .cta-actividades {
    min-width: auto !important;
  }
}
/* line 393, ../scss/includes/_botones.scss */
.cta-actividades.cta-inactive {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #A5D326;
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-actividades:hover, .no-touch .cta-actividades:active, .no-touch .cta-actividades:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #A5D326;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-actividades.cta-inactive:hover, .no-touch .cta-actividades.cta-inactive:active, .no-touch .cta-actividades.cta-inactive:focus {
  background-color: #A5D326;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/* clubs */
/* line 407, ../scss/includes/_botones.scss */
.cta-clubs {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #4242EA;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #4242EA;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 407, ../scss/includes/_botones.scss */
  .cta-clubs {
    min-width: auto !important;
  }
}
/* line 409, ../scss/includes/_botones.scss */
.cta-clubs.cta-inactive {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #4242EA;
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-clubs:hover, .no-touch .cta-clubs:active, .no-touch .cta-clubs:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #4242EA;
}
/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-clubs.cta-inactive:hover, .no-touch .cta-clubs.cta-inactive:active, .no-touch .cta-clubs.cta-inactive:focus {
  background-color: #4242EA;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/*----------  Ghost button  ----------*/
/* line 424, ../scss/includes/_botones.scss */
.cta-ghost {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #f49739;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #f49739;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 424, ../scss/includes/_botones.scss */
  .cta-ghost {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .cta-ghost:hover, .no-touch .cta-ghost:active, .no-touch .cta-ghost:focus {
  background-color: #f49739;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/* line 436, ../scss/includes/_botones.scss */
.cta-close {
  display: inline-block;
  cursor: pointer;
  border: none !important;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none;
  opacity: 1;
}
/* line 450, ../scss/includes/_botones.scss */
.cta-close::before, .cta-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000000;
  height: 1px;
}
/* line 461, ../scss/includes/_botones.scss */
.cta-close::before {
  transform: rotate(45deg);
}
/* line 464, ../scss/includes/_botones.scss */
.cta-close::after {
  transform: rotate(-45deg);
}

/* line 469, ../scss/includes/_botones.scss */
.cta-close:active, .cta-close:focus {
  background: transparent;
}
/* line 471, ../scss/includes/_botones.scss */
.cta-close:active::before, .cta-close:active::after, .cta-close:focus::before, .cta-close:focus::after {
  background: #f49739;
}

/* line 478, ../scss/includes/_botones.scss */
.no-touch .cta-close:hover {
  background: transparent;
}
/* line 480, ../scss/includes/_botones.scss */
.no-touch .cta-close:hover::before, .no-touch .cta-close:hover::after {
  background: #f49739;
}

/*-----  End of Botones  ------*/
/*=============================
=         FORMULARIOS         =
=============================*/
/*----------  Reset formularios  ----------*/
/* line 7, ../scss/includes/_formularios.scss */
input[type="text"], input[type="email"], input[type="password"], input[type="file"], button, textarea, form {
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

/* hack for chrome to show hover for buttons */
/* line 22, ../scss/includes/_formularios.scss */
button[class*="cta"]:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* line 35, ../scss/includes/_formularios.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 41, ../scss/includes/_formularios.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* line 44, ../scss/includes/_formularios.scss */
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

/* line 47, ../scss/includes/_formularios.scss */
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

/* line 50, ../scss/includes/_formularios.scss */
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

/* line 53, ../scss/includes/_formularios.scss */
input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

/* line 56, ../scss/includes/_formularios.scss */
input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
  outline: 0;
}

/* line 59, ../scss/includes/_formularios.scss */
.human_verification {
  display: none;
}

/*----------  Input  ----------*/
/* line 67, ../scss/includes/_formularios.scss */
.custom-input, input[type="text"], input[type="email"], input[type="date"], input[type="password"], select, textarea {
  padding: 10px 10px;
  border: none;
  background-color: #FFFFFF;
  box-shadow: none;
  border: 1px solid #D2D0D1;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  height: 42px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  /* line 67, ../scss/includes/_formularios.scss */
  .custom-input, input[type="text"], input[type="email"], input[type="date"], input[type="password"], select, textarea {
    font-size: 16px;
  }
}
/* line 84, ../scss/includes/_formularios.scss */
.custom-input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  border: 1px solid #D2D0D1;
}

/* line 89, ../scss/includes/_formularios.scss */
.aside--section-form input[type=text], .aside--section-form input[type=email] {
  width: 100%;
}

/* line 94, ../scss/includes/_formularios.scss */
textarea {
  min-height: 160px;
  width: 100%;
}

/* line 99, ../scss/includes/_formularios.scss */
label {
  display: block;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* line 106, ../scss/includes/_formularios.scss */
input[type="number"] {
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  background-color: #FFFFFF;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  height: 42px;
  border: 1px solid #eee;
  width: 100px;
  border-radius: 3px;
}
/* line 118, ../scss/includes/_formularios.scss */
input[type="number"]:focus {
  outline: 1px solid #D2D0D1;
}

/* line 123, ../scss/includes/_formularios.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

/* line 126, ../scss/includes/_formularios.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

/* line 129, ../scss/includes/_formularios.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

/* line 132, ../scss/includes/_formularios.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

/*----------  Form groups  ----------*/
/* line 140, ../scss/includes/_formularios.scss */
.form-group:not(.hasDatepicker) span {
  padding-bottom: 10px;
  display: block;
  font-weight: 300;
}

/* line 147, ../scss/includes/_formularios.scss */
.input-button {
  text-align: center;
}

/*----------  Select  ----------*/
/* line 154, ../scss/includes/_formularios.scss */
.custom-select, .select-custom div, .selectize-control {
  width: 100%;
  position: relative;
}
/* line 158, ../scss/includes/_formularios.scss */
.custom-select:after, .select-custom div:after, .selectize-control:after {
  content: " ";
  background-image: url("../img/angle-down-blue.svg");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  width: 28px;
  z-index: 5;
  border-left: 1px solid #D2D0D1;
  position: absolute;
  background-position: 8px center;
  background-size: 14px 14px;
  height: 100%;
  top: 0;
  right: 5px;
  pointer-events: none;
}
/* line 175, ../scss/includes/_formularios.scss */
.custom-select.outlined select, .select-custom div.outlined select, .selectize-control.outlined select {
  border: 1px solid #D2D0D1;
  background-color: #FFFFFF;
}

/* line 182, ../scss/includes/_formularios.scss */
select {
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 50px 10px 10px;
  background-color: #FFFFFF;
  border: 1px solid #D2D0D1;
}
@media only screen and (max-width: 767px) {
  /* line 182, ../scss/includes/_formularios.scss */
  select {
    font-size: 16px;
    height: 36px;
    padding: 5px 50px 5px 5px;
  }
}

/*----------  Checkbox  ----------*/
/* line 207, ../scss/includes/_formularios.scss */
.custom-checkbox, .custom-radiocheckbox {
  position: relative;
}
/* line 210, ../scss/includes/_formularios.scss */
.custom-checkbox .form-group, .custom-radiocheckbox .form-group {
  position: relative;
}
/* line 214, ../scss/includes/_formularios.scss */
.custom-checkbox label, .custom-radiocheckbox label {
  cursor: pointer;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 2px solid #D2D0D1;
  border-radius: 5px;
  position: relative;
  background: transparent;
  display: inline-block;
}
/* line 226, ../scss/includes/_formularios.scss */
.custom-checkbox label > span, .custom-radiocheckbox label > span {
  position: relative;
  left: 20px;
  vertical-align: top;
  bottom: 1px;
  padding: 0;
  white-space: nowrap;
}
/* line 233, ../scss/includes/_formularios.scss */
.custom-checkbox label > span.disabled, .custom-radiocheckbox label > span.disabled, .custom-checkbox label > span em, .custom-radiocheckbox label > span em {
  color: #D2D0D1;
}
/* line 240, ../scss/includes/_formularios.scss */
.custom-checkbox label:after, .custom-radiocheckbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 6px;
  background: #FFFFFF;
  top: 3px;
  left: 3px;
  border: 2px solid #f49739;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 262, ../scss/includes/_formularios.scss */
.custom-checkbox input[type=checkbox]:checked + label, .custom-radiocheckbox input[type=checkbox]:checked + label, .custom-checkbox input[type=radio]:checked + label, .custom-radiocheckbox input[type=radio]:checked + label {
  border-color: #f49739;
}
/* line 266, ../scss/includes/_formularios.scss */
.custom-checkbox input[type=checkbox]:checked + label:after, .custom-radiocheckbox input[type=checkbox]:checked + label:after, .custom-checkbox input[type=radio]:checked + label:after, .custom-radiocheckbox input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 272, ../scss/includes/_formularios.scss */
.custom-checkbox input[type=checkbox], .custom-radiocheckbox input[type=checkbox], .custom-checkbox input[type=radio], .custom-radiocheckbox input[type=radio] {
  visibility: hidden;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
}
/* line 289, ../scss/includes/_formularios.scss */
.custom-checkbox input[type="checkbox"]:disabled + label, .custom-radiocheckbox input[type="checkbox"]:disabled + label, .custom-checkbox input[type="radio"]:disabled + label, .custom-radiocheckbox input[type="radio"]:disabled + label {
  opacity: 0.5;
}

/* hover styles only for non-touch enable browsers */
/* line 296, ../scss/includes/_formularios.scss */
.no-touch .custom-checkbox label:hover:after, .no-touch .custom-radiocheckbox label:hover:after {
  opacity: 1;
  border-color: #D2D0D1;
}
/* line 301, ../scss/includes/_formularios.scss */
.no-touch .custom-checkbox input[type=checkbox]:checked + label:hover:after, .no-touch .custom-radiocheckbox input[type=checkbox]:checked + label:hover:after, .no-touch .custom-checkbox input[type=radio]:checked + label:hover:after, .no-touch .custom-radiocheckbox input[type=radio]:checked + label:hover:after {
  border-color: #f49739;
}

/* line 309, ../scss/includes/_formularios.scss */
ul.custom-checkbox li, ul.custom-radiocheckbox li, ul.custom-checkbox .list_split-4 > div, ul.custom-radiocheckbox .list_split-4 > div {
  display: block;
  position: relative;
}

/*----------  Round checkbox (radiobutton look)  ----------*/
/* line 317, ../scss/includes/_formularios.scss */
.custom-radiocheckbox {
  margin-bottom: 16px;
}
/* line 321, ../scss/includes/_formularios.scss */
.custom-radiocheckbox label {
  border-radius: 50%;
  padding: 0;
  top: 0;
}
/* line 327, ../scss/includes/_formularios.scss */
.custom-radiocheckbox label:after {
  display: inline-block;
  position: absolute;
  content: " ";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  background-color: #f49739;
  cursor: pointer;
  pointer-events: none;
  transform: none;
}

/* line 351, ../scss/includes/_formularios.scss */
.no-touch .custom-radiocheckbox label:hover:after {
  opacity: 1;
  background-color: #D2D0D1;
  border: none;
}
/* line 357, ../scss/includes/_formularios.scss */
.no-touch .custom-radiocheckbox input[type=checkbox]:checked + label:hover:after, .no-touch .custom-radiocheckbox input[type=radio]:checked + label:hover:after {
  border: none;
  background-color: #f49739;
}

/* line 367, ../scss/includes/_formularios.scss */
.filter-events-mobile .custom-radiocheckbox span {
  width: 240px;
  font-size: 14px;
}

/*----------  Radio button  -----------------*/
/**
 * use pseudo classes to create a circle which is filled on :checked
 * use after to create an inner circle too
 * hide the original input off screen left
 */
/* line 382, ../scss/includes/_formularios.scss */
.custom-radio label {
  padding-bottom: 0;
  cursor: pointer;
  font-weight: inherit;
  padding-left: 22px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 382, ../scss/includes/_formularios.scss */
  .custom-radio label {
    padding-left: 25px;
  }
}
/* line 391, ../scss/includes/_formularios.scss */
.custom-radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background-color: #f5f4f5;
  border-color: #D2D0D1;
  border-radius: 100px;
}
/* line 405, ../scss/includes/_formularios.scss */
.custom-radio input {
  position: absolute;
  left: -9999px;
}
/* line 409, ../scss/includes/_formularios.scss */
.custom-radio input:checked + label:before {
  background-color: #FFFFFF;
  border-color: #3fb5e9;
}
/* line 413, ../scss/includes/_formularios.scss */
.custom-radio input:checked + label:after {
  /* inner circle */
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  background-color: #3fb5e9;
  border-radius: 100px;
}

/* striping */
/* line 431, ../scss/includes/_formularios.scss */
.odd .custom-radio label:before {
  background-color: #FFFFFF;
}

/*----------  Image checkbox (venue)  ----------*/
/* line 440, ../scss/includes/_formularios.scss */
.custom-imgcheckbox {
  position: relative;
  text-align: center;
  display: inline-block;
  /*input[type=checkbox]:checked + label {
    opacity: 1;

    & + span {
      opacity: 1;
    }
  }*/
}
/* line 445, ../scss/includes/_formularios.scss */
.custom-imgcheckbox .form-group {
  position: relative;
}
/* line 449, ../scss/includes/_formularios.scss */
.custom-imgcheckbox label {
  cursor: pointer;
  display: block;
  padding-bottom: 0;
  max-width: 100%;
}
/* line 456, ../scss/includes/_formularios.scss */
.custom-imgcheckbox span {
  font-size: 11px;
}
/* line 460, ../scss/includes/_formularios.scss */
.custom-imgcheckbox.disabled label, .custom-imgcheckbox.disabled span {
  opacity: 0.5;
}
/* line 464, ../scss/includes/_formularios.scss */
.custom-imgcheckbox > input:checked + label {
  opacity: 1;
  border-radius: 4px;
  border: 2px solid #f49739;
}
/* line 469, ../scss/includes/_formularios.scss */
.custom-imgcheckbox > input:checked + label + span {
  opacity: 1;
}
/* line 481, ../scss/includes/_formularios.scss */
.custom-imgcheckbox input[type=checkbox] {
  position: absolute;
  top: 0;
  z-index: 999;
  opacity: 0;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  width: 100px;
  height: 100px;
  max-width: 100%;
}
/* line 504, ../scss/includes/_formularios.scss */
.custom-imgcheckbox span {
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  vertical-align: top;
}
/* line 511, ../scss/includes/_formularios.scss */
.custom-imgcheckbox img {
  max-width: 100% !important;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
}
/* line 517, ../scss/includes/_formularios.scss */
.custom-imgcheckbox input[type="checkbox"]:disabled + label {
  opacity: 0.3;
  filter: grayscale(100%);
}

/*----------  Radiobutton  ----------*/
/* line 526, ../scss/includes/_formularios.scss */
.radio {
  padding-left: 23px;
  position: relative;
  margin-bottom: 15px;
}
/* line 531, ../scss/includes/_formularios.scss */
.radio + .radio {
  margin-top: 0;
}
/* line 535, ../scss/includes/_formularios.scss */
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0;
}
/* line 544, ../scss/includes/_formularios.scss */
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-left: -23px;
  border: 2px solid #D2D0D1;
  border-radius: 50%;
  pointer-events: none;
  cursor: pointer;
}
/* line 562, ../scss/includes/_formularios.scss */
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  margin-left: -23px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  z-index: 10;
  background-color: #f49739;
  cursor: pointer;
  pointer-events: none;
}
/* line 581, ../scss/includes/_formularios.scss */
.radio input[type="radio"] {
  opacity: 0;
}
/* line 585, ../scss/includes/_formularios.scss */
.radio input[type="radio"]:checked + label:before {
  border-color: #f49739;
}
/* line 589, ../scss/includes/_formularios.scss */
.radio input[type="radio"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 595, ../scss/includes/_formularios.scss */
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
/* line 599, ../scss/includes/_formularios.scss */
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
/* line 603, ../scss/includes/_formularios.scss */
.radio .radio.radio-inline {
  margin-top: 0;
}

/* line 611, ../scss/includes/_formularios.scss */
.no-touch .radio:hover label::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #D2D0D1;
}

/*----------  Switch toggle ----------*/
/* line 623, ../scss/includes/_formularios.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  padding: 0 !important;
}
/* line 629, ../scss/includes/_formularios.scss */
.switch:before {
  content: 'Updated';
  font-weight: 700;
  position: absolute;
  left: -75px;
  top: 10px;
  color: #3fb5e9;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
/* line 640, ../scss/includes/_formularios.scss */
.switch--show-message:before {
  opacity: 1;
}
/* line 643, ../scss/includes/_formularios.scss */
.switch.denied:before {
  color: #707070;
}
/* line 646, ../scss/includes/_formularios.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 651, ../scss/includes/_formularios.scss */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #707070;
  -webkit-transition: .4s;
  transition: .4s;
}
/* line 661, ../scss/includes/_formularios.scss */
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
/* line 672, ../scss/includes/_formularios.scss */
.switch .slider.round {
  border-radius: 34px;
}
/* line 674, ../scss/includes/_formularios.scss */
.switch .slider.round:before {
  border-radius: 50%;
}
/* line 680, ../scss/includes/_formularios.scss */
.switch input:checked + .slider {
  background-color: #3fb5e9;
}
/* line 686, ../scss/includes/_formularios.scss */
.switch input:focus + .slider {
  box-shadow: 0 0 1px #3fb5e9;
}
/* line 691, ../scss/includes/_formularios.scss */
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/*----------  Slider bar  ----------*/
/* line 702, ../scss/includes/_formularios.scss */
.range-slider ul {
  display: flex;
  justify-content: space-between;
}
/* line 706, ../scss/includes/_formularios.scss */
.range-slider ul li, .range-slider ul .list_split-4 > div {
  display: inline-block;
}
/* line 712, ../scss/includes/_formularios.scss */
.range-slider span {
  display: inline-block;
  padding-right: 5px;
}

/* line 718, ../scss/includes/_formularios.scss */
.slider-horizontal {
  width: calc(100% - 30px) !important;
  display: block;
  margin: 0 auto 15px;
}
/* line 723, ../scss/includes/_formularios.scss */
.slider-horizontal .slider-selection, .slider-horizontal .slider-track-high {
  background: none;
}
/* line 727, ../scss/includes/_formularios.scss */
.slider-horizontal .slider-handle {
  width: 25px;
  height: 25px;
  top: -5px;
  background-color: #3fb5e9;
  background-image: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
/* line 736, ../scss/includes/_formularios.scss */
.slider-horizontal .slider-track {
  background: #D2D0D1;
  box-shadow: none;
  height: 6px !important;
}
/* line 741, ../scss/includes/_formularios.scss */
.slider-horizontal .slider-selection {
  background-color: #3fb5e9;
}
/* line 744, ../scss/includes/_formularios.scss */
.slider-horizontal .tooltip .tooltip-inner {
  opacity: 1;
  color: #FFFFFF !important;
  background-color: #3fb5e9 !important;
}
/* line 750, ../scss/includes/_formularios.scss */
.slider-horizontal .tooltip.top {
  margin-top: -50px !important;
}
/* line 754, ../scss/includes/_formularios.scss */
.slider-horizontal .slider-handle {
  margin-left: -15px !important;
}

/*----------  Buscador  ----------*/
/* line 762, ../scss/includes/_formularios.scss */
.search-bar {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 762, ../scss/includes/_formularios.scss */
  .search-bar {
    display: block;
    width: 375px;
    margin: auto;
    max-width: 100%;
  }
}
/* line 777, ../scss/includes/_formularios.scss */
.search-bar select, .search-bar input {
  margin: 0;
}
/* line 781, ../scss/includes/_formularios.scss */
.search-bar label {
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  /* line 781, ../scss/includes/_formularios.scss */
  .search-bar label {
    /*color: $charcoal;*/
  }
}
/* line 788, ../scss/includes/_formularios.scss */
.search-bar span, .search-bar label {
  padding-bottom: 10px;
  display: block;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  /* line 788, ../scss/includes/_formularios.scss */
  .search-bar span, .search-bar label {
    padding: 0;
  }
}
/* line 798, ../scss/includes/_formularios.scss */
.search-bar > div {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 15px;
  padding-right: 15px;
  flex-grow: 1;
}
@media only screen and (max-width: 991px) {
  /* line 798, ../scss/includes/_formularios.scss */
  .search-bar > div {
    display: block;
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 798, ../scss/includes/_formularios.scss */
  .search-bar > div {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 819, ../scss/includes/_formularios.scss */
.search-bar [class*="cta-"] {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  /* line 819, ../scss/includes/_formularios.scss */
  .search-bar [class*="cta-"] {
    margin-top: 15px;
  }
}

/* line 827, ../scss/includes/_formularios.scss */
.search-bar .daterange-group, .daterange-group {
  display: flex;
  align-items: flex-end;
  /*button {
    display: none;
  }*/
}
/* line 830, ../scss/includes/_formularios.scss */
.search-bar .daterange-group button, .daterange-group button {
  display: none;
}
/* line 833, ../scss/includes/_formularios.scss */
.search-bar .daterange-group > div:not(.trigger), .daterange-group > div:not(.trigger) {
  position: relative;
}
/* line 835, ../scss/includes/_formularios.scss */
.search-bar .daterange-group > div:not(.trigger):after, .daterange-group > div:not(.trigger):after {
  content: " ";
  background-image: url("../img/calendar-blue.svg");
  background-size: 26px 28px;
  width: 26px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 15px 16px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  overflow: visible;
  pointer-events: none;
}
/* line 849, ../scss/includes/_formularios.scss */
.search-bar .daterange-group > *, .daterange-group > * {
  flex: 1 0 calc((100% / 2) - 30px);
}
/* line 851, ../scss/includes/_formularios.scss */
.search-bar .daterange-group > *:not(:last-child), .daterange-group > *:not(:last-child) {
  margin-right: 30px;
}
/* line 854, ../scss/includes/_formularios.scss */
.search-bar .daterange-group > * input, .daterange-group > * input {
  width: 100%;
}
/* line 857, ../scss/includes/_formularios.scss */
.search-bar .daterange-group > * a, .daterange-group > * a {
  margin-bottom: 6px;
}
/* line 861, ../scss/includes/_formularios.scss */
.search-bar .daterange-group-single, .daterange-group-single {
  max-width: 260px;
}

/* line 867, ../scss/includes/_formularios.scss */
.form-filters .daterange-group > *, .villa-availability .daterange-group > * {
  flex: 1 0 calc((100% / 3) - 30px);
}
/* line 869, ../scss/includes/_formularios.scss */
.form-filters .daterange-group > *:not(:last-child), .villa-availability .daterange-group > *:not(:last-child) {
  margin-right: 5px;
}

/*----------  Extra links below form for quick access  ----------*/
/* line 879, ../scss/includes/_formularios.scss */
.form-links-group {
  margin: 15px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 879, ../scss/includes/_formularios.scss */
  .form-links-group {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 879, ../scss/includes/_formularios.scss */
  .form-links-group {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  /* line 879, ../scss/includes/_formularios.scss */
  .form-links-group {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
  }
}
/* line 893, ../scss/includes/_formularios.scss */
.form-links-group > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

/* line 66, ../scss/includes/_botones.scss */
.no-touch .form-links-group .cta-secondary:hover {
  background-color: #f49739;
  border-color: #f49739;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}
/* line 72, ../scss/includes/_botones.scss */
.no-touch .form-links-group .cta-secondary:hover svg {
  fill: #FFFFFF;
}

/* when in body or aside, just wrap down, don't flex scroll */
/* line 907, ../scss/includes/_formularios.scss */
.main--aside .form-links-group, aside .form-links-group {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  /* line 907, ../scss/includes/_formularios.scss */
  .main--aside .form-links-group, aside .form-links-group {
    display: block;
  }
  /* line 911, ../scss/includes/_formularios.scss */
  .main--aside .form-links-group a, aside .form-links-group a {
    margin: 7.5px;
  }
}

/*----------  JQuery-ui datepicker  ----------*/
/* line 921, ../scss/includes/_formularios.scss */
.ui-datepicker-inline {
  display: block !important;
}

/* line 926, ../scss/includes/_formularios.scss */
.filter-calendar .ui-datepicker {
  width: 100% !important;
}

/**
 * overlay styles - hide checkin checkout
 * show mobileDatepicker
 */
/* line 934, ../scss/includes/_formularios.scss */
.clear-dates-container {
  display: none;
  margin-bottom: 15px;
  padding-left: 3px;
}
/* line 937, ../scss/includes/_formularios.scss */
.clear-dates-container svg {
  fill: #707070;
  width: 12px;
  height: 12px;
  top: 2px;
  right: 3px;
}

@media only screen and (max-width: 991px) {
  /* line 947, ../scss/includes/_formularios.scss */
  .overlay .daterange-group {
    display: none;
  }
}
/* line 953, ../scss/includes/_formularios.scss */
.overlay .ui-datepicker {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
/* line 958, ../scss/includes/_formularios.scss */
.overlay .ui-datepicker .ui-datepicker-header {
  border: none;
}
/* line 962, ../scss/includes/_formularios.scss */
.overlay .clear-dates-container {
  margin-top: -5px;
  margin-bottom: 15px;
}

/* line 968, ../scss/includes/_formularios.scss */
.ui-datepicker {
  padding: 0;
  background: #FFFFFF;
  /**
   * single date is round on all corners
   */
}
/* line 969, ../scss/includes/_formularios.scss */
.ui-datepicker td {
  padding: 1px 0px;
}
/* line 974, ../scss/includes/_formularios.scss */
.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group {
  width: calc(50% - 15px);
}
/* line 978, ../scss/includes/_formularios.scss */
.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group-first {
  margin-right: 15px;
}
/* line 982, ../scss/includes/_formularios.scss */
.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group-last {
  margin-left: 15px;
}
/* line 986, ../scss/includes/_formularios.scss */
.ui-datepicker .ui-datepicker-header {
  border-top: 1px solid #D2D0D1;
  border-bottom: 1px solid #D2D0D1;
  padding: 0;
}
/* line 991, ../scss/includes/_formularios.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: url("../img/icon-arrow_left.svg") no-repeat center;
  top: 4px;
}
/* line 996, ../scss/includes/_formularios.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: url("../img/icon-arrow_right.svg") no-repeat center;
  top: 4px;
}
/* line 1002, ../scss/includes/_formularios.scss */
.ui-datepicker .ui-datepicker-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
/* line 1012, ../scss/includes/_formularios.scss */
.ui-datepicker th {
  font-weight: normal;
  font-size: 14px;
}
/* line 1017, ../scss/includes/_formularios.scss */
.ui-datepicker td.ui-datepicker-unselectable > .ui-state-default {
  text-align: center !important;
  color: #D2D0D1;
  font-size: 16px;
}
/* line 1023, ../scss/includes/_formularios.scss */
.ui-datepicker td a {
  text-align: center;
  color: #36454f;
  font-size: 14px;
  font-weight: 400;
}
/* line 1031, ../scss/includes/_formularios.scss */
.ui-datepicker .ui-datepicker-current-day > .ui-state-default, .ui-datepicker .date-range-highlighted.start > .ui-state-default {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #f49739;
  color: #FFFFFF;
}
/* line 1044, ../scss/includes/_formularios.scss */
.ui-datepicker .date-range-single > .ui-state-default {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 1050, ../scss/includes/_formularios.scss */
.ui-datepicker .date-range-selected > .ui-state-default {
  background-color: #fce3ca;
  color: #f49739;
}
/* line 1054, ../scss/includes/_formularios.scss */
.ui-datepicker .date-range-selected > .ui-state-active {
  background-color: #f49739;
  color: #fff;
}
/* line 1062, ../scss/includes/_formularios.scss */
.ui-datepicker .date-range-highlighted.start > .ui-state-default {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #f49739;
  color: #FFFFFF;
}
/* line 1071, ../scss/includes/_formularios.scss */
.ui-datepicker .date-range-highlighted > .ui-state-default {
  border-radius: 4px;
  background: #f49739;
  color: #FFFFFF;
}
/* line 1078, ../scss/includes/_formularios.scss */
.ui-datepicker .date-range-highlighted.end > .ui-state-default {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #f49739;
  color: #FFFFFF;
}
/* line 1087, ../scss/includes/_formularios.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
}

/* line 1100, ../scss/includes/_formularios.scss */
.no-touch .ui-datepicker .date-range-selected > .ui-state-default:hover {
  border-radius: 4px;
  background-color: #f49739;
  color: #fff;
}
/* line 1108, ../scss/includes/_formularios.scss */
.no-touch .ui-datepicker .ui-state-default:hover {
  border-radius: 4px;
  background-color: #f49739;
  color: #fff;
}

/* line 1119, ../scss/includes/_formularios.scss */
#mobileDatepicker .ui-datepicker .ui-datepicker-title {
  line-height: 40px;
}
/* line 1122, ../scss/includes/_formularios.scss */
#mobileDatepicker .ui-datepicker .ui-datepicker-header {
  height: 40px;
}
/* line 1125, ../scss/includes/_formularios.scss */
#mobileDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, #mobileDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next, #mobileDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 6px;
  background-size: 12px;
  height: 30px;
  width: 30px;
}

/* overrides for popup which is loaded into a #div */
/* line 1136, ../scss/includes/_formularios.scss */
#ui-datepicker-div {
  min-width: 260px;
  border-radius: 5px;
  border: 1px solid #D2D0D1;
}
/* line 1140, ../scss/includes/_formularios.scss */
#ui-datepicker-div .ui-datepicker-header {
  margin: 5px 0;
  border: none;
}
/* line 1144, ../scss/includes/_formularios.scss */
#ui-datepicker-div .ui-datepicker-buttonpane button {
  font-size: 14px;
}

/* line 1149, ../scss/includes/_formularios.scss */
.timefield-group {
  display: flex;
  align-items: center;
}
/* line 1152, ../scss/includes/_formularios.scss */
.timefield-group select {
  max-width: 100px;
}
/* line 1155, ../scss/includes/_formularios.scss */
.timefield-group label {
  padding: 0 15px 0 0;
}

/*----------  Newsletter  ----------*/
/* line 1164, ../scss/includes/_formularios.scss */
.newsletter [class*="cta"] {
  min-width: initial;
  margin-left: 15px;
}
/* line 1169, ../scss/includes/_formularios.scss */
.newsletter input {
  width: 100%;
  background-color: transparent;
  height: 32px;
}
/* line 1175, ../scss/includes/_formularios.scss */
.newsletter ul {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
/* line 1180, ../scss/includes/_formularios.scss */
.newsletter ul li, .newsletter ul .list_split-4 > div {
  display: table-cell;
}
/* line 1183, ../scss/includes/_formularios.scss */
.newsletter ul li:last-child, .newsletter ul .list_split-4 > div:last-child {
  width: 1%;
}

/*----------  DJ search  ----------*/
/* line 1195, ../scss/includes/_formularios.scss */
.dj_search input[type="submit"] {
  display: none;
}

/*----------  User login  ----------*/
/* line 1204, ../scss/includes/_formularios.scss */
.form--user-login small {
  display: none;
}
/* line 1207, ../scss/includes/_formularios.scss */
.form--user-login .form-actions {
  margin: 30px 0;
}
/* line 1213, ../scss/includes/_formularios.scss */
.form--user-login > div {
  margin-bottom: 15px;
}

/*----------  Errors  ----------*/
/* line 1222, ../scss/includes/_formularios.scss */
.error-border {
  border: 2px solid #e00c2b !important;
}

/* line 1226, ../scss/includes/_formularios.scss */
#dates-message {
  margin-bottom: 15px;
}

/*----------- Booking.com ------------*/
/* line 1233, ../scss/includes/_formularios.scss */
.booking-com--logo {
  display: flex;
  justify-content: center;
  align-content: center;
}
/* line 1237, ../scss/includes/_formularios.scss */
.booking-com--logo span {
  font-size: 12px;
  display: inline-block;
  padding-right: 7.5px;
}
/* line 1242, ../scss/includes/_formularios.scss */
.booking-com--logo svg {
  width: auto;
}

/*------------ sidebar forms submit ------*/
/* line 1251, ../scss/includes/_formularios.scss */
.product-form--show-spinner .ajax-progress-throbber:after {
  content: " ";
  background-image: url("../img/spinner.svg");
  background-size: 24px 28px;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  top: 3px;
  -webkit-animation: spin 1.2s linear infinite;
  -moz-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

/*=====  End of FORMULARIOS ======*/
/*==============================
=            HEADER            =
==============================*/
/* line 5, ../scss/includes/_header.scss */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #FFFFFF;
}

/**
 * allow smooth transition to sticky
 * by padding top or other element by
 * exact height of sticky header
 */
/* line 18, ../scss/includes/_header.scss */
.ghost-header {
  padding-top: 79px;
}
@media only screen and (max-width: 991px) {
  /* line 18, ../scss/includes/_header.scss */
  .ghost-header {
    padding-top: 50px;
  }
}

/* line 25, ../scss/includes/_header.scss */
.ghost-filter {
  margin-top: 35px;
}

/*----------  Top Header  ----------*/
/* line 30, ../scss/includes/_header.scss */
.top-header {
  position: relative;
  background-color: #303E47;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  /* line 30, ../scss/includes/_header.scss */
  .top-header {
    display: none;
    padding: 0;
    height: 0;
  }
}
/* line 42, ../scss/includes/_header.scss */
.top-header .forecast {
  float: left;
}
/* line 46, ../scss/includes/_header.scss */
.top-header .header-links {
  float: right;
}
@media only screen and (max-width: 1200px) {
  /* line 30, ../scss/includes/_header.scss */
  .top-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 56, ../scss/includes/_header.scss */
.forecast {
  font-size: 12px;
  color: #3fb5e9;
  padding: 5px 0;
}
@media only screen and (max-width: 991px) {
  /* line 56, ../scss/includes/_header.scss */
  .forecast {
    display: none;
  }
}

/* line 66, ../scss/includes/_header.scss */
.header-links {
  display: block;
  text-align: right;
  color: #FFFFFF;
}
/* line 71, ../scss/includes/_header.scss */
.header-links > li, .list_split-4.header-links > div {
  display: inline-block;
  font-weight: normal;
  vertical-align: inherit;
}
/* line 76, ../scss/includes/_header.scss */
.header-links > li a, .list_split-4.header-links > div a, .header-links > li button, .list_split-4.header-links > div button {
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  color: #FFFFFF;
}
/* line 85, ../scss/includes/_header.scss */
.header-links > li a:hover, .list_split-4.header-links > div a:hover, .header-links > li button:hover, .list_split-4.header-links > div button:hover {
  color: #3fb5e9;
}
@media only screen and (min-width: 992px) {
  /* line 90, ../scss/includes/_header.scss */
  .header-links > li:last-child a, .list_split-4.header-links > div:last-child a {
    padding-right: 0;
  }
}
/* line 94, ../scss/includes/_header.scss */
.header-links > li:last-child a:hover, .list_split-4.header-links > div:last-child a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  /* line 66, ../scss/includes/_header.scss */
  .header-links {
    text-align: center;
    padding: 0 15px;
  }
  /* line 103, ../scss/includes/_header.scss */
  .header-links > li a, .list_split-4.header-links > div a {
    font-size: 14px;
    color: #36454f;
    padding: 7.5px;
    padding-left: 0;
  }
}

/* line 114, ../scss/includes/_header.scss */
.header-links .dropdown-menu {
  min-width: 55px;
  left: auto;
  right: 0;
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
  background-color: #303E47;
}
/* line 123, ../scss/includes/_header.scss */
.header-links svg:not(.icon-basket) {
  width: 10px;
  height: 10px;
  fill: #3fb5e9;
  left: 2px;
  bottom: 0;
}
/* line 130, ../scss/includes/_header.scss */
.header-links .site-language {
  padding-left: 10px;
}
/* line 135, ../scss/includes/_header.scss */
.header-links .flag {
  padding-left: 24px;
}

/* line 139, ../scss/includes/_header.scss */
ul.language {
  display: flex;
}

/* line 144, ../scss/includes/_header.scss */
.flag {
  background: url(../img/flags/en.png) no-repeat center left;
  background-size: 18px;
  padding-left: 24px;
  line-height: 14px;
}
/* line 149, ../scss/includes/_header.scss */
.flag.flag-de {
  background-image: url(../img/flags/de.png);
}
/* line 152, ../scss/includes/_header.scss */
.flag.flag-es {
  background-image: url(../img/flags/es.png);
}
/* line 155, ../scss/includes/_header.scss */
.flag.flag-it {
  background-image: url(../img/flags/it.png);
}

/* line 161, ../scss/includes/_header.scss */
.user-cart {
  position: relative;
  padding-right: 25px;
  /** cart num items */
}
/* line 165, ../scss/includes/_header.scss */
.user-cart .print {
  display: inline-block;
  width: 25px;
  height: 16px;
  position: absolute;
  bottom: 5px;
}
/* line 171, ../scss/includes/_header.scss */
.user-cart .print .qty-cart {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  padding-left: 4px;
  text-align: center;
  color: #f49739;
  font-weight: bold;
}
/* line 182, ../scss/includes/_header.scss */
.user-cart .print .icon-basket {
  width: 22px;
  height: 22px;
  left: -1px;
  bottom: 4px;
  fill: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  /* line 161, ../scss/includes/_header.scss */
  .user-cart {
    width: auto;
    height: 30px;
    padding-right: 7.5px;
    z-index: 1;
  }
  /* line 196, ../scss/includes/_header.scss */
  .user-cart span {
    display: none;
  }
  /* line 199, ../scss/includes/_header.scss */
  .user-cart .print {
    display: block;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
  }
  /* line 208, ../scss/includes/_header.scss */
  .user-cart .print .qty-cart {
    left: 9px;
    right: auto;
    bottom: auto;
    top: -3px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  /* line 214, ../scss/includes/_header.scss */
  .user-cart .print .icon-basket {
    width: 28px;
    height: 28px;
    fill: #707070;
    left: auto;
    bottom: auto;
  }
}

/* line 226, ../scss/includes/_header.scss */
.user-cart > a {
  display: block;
  /* arrow on active nav */
}
/* line 230, ../scss/includes/_header.scss */
.user-cart > a.opened:before, .user-cart > a.opened:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
}
/* line 237, ../scss/includes/_header.scss */
.user-cart > a.opened:before {
  border-bottom-color: #fff;
  /* arrow color */
  /* positioning */
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000005;
}
/* line 247, ../scss/includes/_header.scss */
.user-cart > a.opened:after {
  border-bottom-color: #D2D0D1;
  /* border color */
  /* positioning */
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000001;
}
@media only screen and (max-width: 991px) {
  /* line 258, ../scss/includes/_header.scss */
  .user-cart > a.opened:before {
    bottom: -8px;
  }
  /* line 261, ../scss/includes/_header.scss */
  .user-cart > a.opened:after {
    bottom: -7px;
  }
}
/* line 268, ../scss/includes/_header.scss */
.user-cart .dropdown-menu {
  top: 30px;
  color: #36454f;
  right: 0;
  left: auto;
  border: 1px solid #D2D0D1;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.2);
  background-color: #FFFFFF;
  width: 340px;
  /*padding: $spaceSmall;*/
  padding: 10px;
}
@media only screen and (max-width: 360px) {
  /* line 268, ../scss/includes/_header.scss */
  .user-cart .dropdown-menu {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 268, ../scss/includes/_header.scss */
  .user-cart .dropdown-menu {
    top: 24px;
  }
}
/* line 286, ../scss/includes/_header.scss */
.user-cart .dropdown-menu table {
  margin-bottom: 15px;
}
/* line 289, ../scss/includes/_header.scss */
.user-cart .dropdown-menu td, .user-cart .dropdown-menu th {
  padding: 7px;
}
/* line 291, ../scss/includes/_header.scss */
.user-cart .dropdown-menu td:not(:first-child), .user-cart .dropdown-menu th:not(:first-child) {
  text-align: right;
}
/* line 295, ../scss/includes/_header.scss */
.user-cart .dropdown-menu td:last-child {
  min-width: 80px;
}
/* line 298, ../scss/includes/_header.scss */
.user-cart .dropdown-menu th {
  border-bottom: 1px solid #D2D0D1;
}
/* line 302, ../scss/includes/_header.scss */
.user-cart .dropdown-menu tr:last-child td {
  border-bottom: 1px solid #D2D0D1;
  border-top: 1px solid #D2D0D1;
}
/* line 307, ../scss/includes/_header.scss */
.user-cart .dropdown-menu a {
  padding: 0;
}
/* line 310, ../scss/includes/_header.scss */
.user-cart .dropdown-menu p a, .user-cart .dropdown-menu #comments .comment-body a, #comments .user-cart .dropdown-menu .comment-body a {
  color: #f49739;
}
/* line 313, ../scss/includes/_header.scss */
.user-cart .dropdown-menu .cart-buttons {
  display: flex;
  justify-content: flex-end;
}
/* line 316, ../scss/includes/_header.scss */
.user-cart .dropdown-menu .cart-buttons > a {
  padding: 5px 12px;
}
/* line 318, ../scss/includes/_header.scss */
.user-cart .dropdown-menu .cart-buttons > a:first-child {
  margin-right: 10px;
}
/* line 324, ../scss/includes/_header.scss */
.user-cart .dropdown-menu h3, .user-cart .dropdown-menu .aside--section-form h2, .aside--section-form .user-cart .dropdown-menu h2 {
  border-bottom: 1px solid #D2D0D1;
}

/*----------  Bottom header  ----------*/
/* line 333, ../scss/includes/_header.scss */
.bottom-header {
  position: relative;
  background: #f9f9f9;
}
/* line 336, ../scss/includes/_header.scss */
.bottom-header .container-fluid {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  /* line 336, ../scss/includes/_header.scss */
  .bottom-header .container-fluid {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  /* line 347, ../scss/includes/_header.scss */
  .bottom-header .party-calendar {
    text-align: center;
    margin: 20px 0 5px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 352, ../scss/includes/_header.scss */
  .bottom-header .party-calendar {
    float: left;
  }
}
@media only screen and (max-width: 1299px) {
  /* line 358, ../scss/includes/_header.scss */
  .bottom-header .party-calendar a {
    font-size: 12px;
    padding: 8px 10px;
  }
}

/* line 367, ../scss/includes/_header.scss */
.header-logo {
  display: block;
  background: url(../img/logo-horizontal-2019.svg) no-repeat left;
  background-size: 197px;
  width: 197px;
  height: 31px;
  /** only show shape, not text */
}
@media only screen and (max-width: 991px) {
  /* line 367, ../scss/includes/_header.scss */
  .header-logo {
    background-size: 178px;
    width: 178px;
    height: 28px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1299px) {
  /* line 367, ../scss/includes/_header.scss */
  .header-logo {
    width: 36px;
  }
}

/* line 384, ../scss/includes/_header.scss */
.header-right {
  float: right;
}

/* line 388, ../scss/includes/_header.scss */
.search-area {
  width: 80px;
  float: left;
  margin-right: 15px;
  position: relative;
}
/* line 393, ../scss/includes/_header.scss */
.search-area .gsc-search-button, .search-area .gsc-clear-button {
  display: none;
}
/* line 396, ../scss/includes/_header.scss */
.search-area:before {
  content: " ";
  background-image: url("../img/search.svg");
  background-size: 26px 28px;
  width: 26px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 20px 22px;
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 100;
}
/* line 404, ../scss/includes/_header.scss */
.search-area input.gsc-input {
  width: 80px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 34px;
  border-radius: 20px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
/* line 412, ../scss/includes/_header.scss */
.search-area input.gsc-input:focus {
  width: 270px;
}
@media only screen and (max-width: 1099px) {
  /* line 412, ../scss/includes/_header.scss */
  .search-area input.gsc-input:focus {
    width: 230px;
  }
}
/* line 420, ../scss/includes/_header.scss */
.search-area.search-area--main {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
/* line 424, ../scss/includes/_header.scss */
.search-area.search-area--main input.gsc-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 34px;
  border-radius: 20px;
  -webkit-transition: none;
  transition: none;
}
/* line 432, ../scss/includes/_header.scss */
.search-area.search-area--main input.gsc-input:focus {
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  /* line 432, ../scss/includes/_header.scss */
  .search-area.search-area--main input.gsc-input:focus {
    width: 100%;
  }
}
/* line 440, ../scss/includes/_header.scss */
.search-area table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
/* line 443, ../scss/includes/_header.scss */
.search-area--container {
  background-color: #f5f4f5;
  padding: 30px 15px;
}
@media only screen and (max-width: 991px) {
  /* line 388, ../scss/includes/_header.scss */
  .search-area {
    float: none;
    width: auto;
  }
  /* line 450, ../scss/includes/_header.scss */
  .search-area input.gsc-input {
    font-size: 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    border-radius: 20px;
    -webkit-transition: none;
    transition: none;
  }
  /* line 459, ../scss/includes/_header.scss */
  .search-area input.gsc-input:focus {
    width: 100%;
  }
  /* line 463, ../scss/includes/_header.scss */
  .search-area:before {
    background-size: 24px 27px;
    left: 8px;
    top: 5px;
  }
}

/*----------  Nav  ----------*/
/**
 * new flexbox based nav
 * also used for mobile
 */
/* line 477, ../scss/includes/_header.scss */
.top-nav {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* line 483, ../scss/includes/_header.scss */
.top-nav--logo {
  height: 50px;
  display: flex;
  align-items: center;
}
/* line 488, ../scss/includes/_header.scss */
.top-nav--icons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  /* line 492, ../scss/includes/_header.scss */
  .top-nav--right {
    display: none;
  }
}
/* line 497, ../scss/includes/_header.scss */
.top-nav--mobile-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background-color: #36454f;
}
/* line 503, ../scss/includes/_header.scss */
.top-nav--mobile-bar .icon-bar {
  background-color: #FFFFFF;
}
/* line 506, ../scss/includes/_header.scss */
.top-nav--mobile-bar .header-logo {
  background-image: url(../img/logo-horizontal-2019-white.svg);
}
/* line 511, ../scss/includes/_header.scss */
.top-nav--menu {
  /** responsive styles for overlay */
}
/* line 512, ../scss/includes/_header.scss */
.top-nav--menu .nav-menu {
  position: relative;
}
/* line 514, ../scss/includes/_header.scss */
.top-nav--menu .nav-menu > li, .top-nav--menu .list_split-4.nav-menu > div {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  /* line 514, ../scss/includes/_header.scss */
  .top-nav--menu .nav-menu > li, .top-nav--menu .list_split-4.nav-menu > div {
    display: table-cell;
  }
  /* line 517, ../scss/includes/_header.scss */
  .top-nav--menu .nav-menu > li + li:before, .top-nav--menu .list_split-4.nav-menu > div + li:before, .top-nav--menu .list_split-4.nav-menu > li + div:before, .top-nav--menu .list_split-4.nav-menu > div + div:before {
    content: "|";
    color: #D2D0D1;
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  /* line 514, ../scss/includes/_header.scss */
  .top-nav--menu .nav-menu > li, .top-nav--menu .list_split-4.nav-menu > div {
    border-bottom: 1px solid #D2D0D1;
  }
}
/* line 528, ../scss/includes/_header.scss */
.top-nav--menu .nav-menu > li > a, .top-nav--menu .list_split-4.nav-menu > div > a, .top-nav--menu .nav-menu > li.active > a, .top-nav--menu .list_split-4.nav-menu > div.active > a {
  padding: 5px 12px 5px;
  display: inline-block;
  color: #36454f;
  text-align: center;
  position: relative;
  /*&:hover {
    color: $saffron;
  }*/
}
@media only screen and (max-width: 1399px) {
  /* line 528, ../scss/includes/_header.scss */
  .top-nav--menu .nav-menu > li > a, .top-nav--menu .list_split-4.nav-menu > div > a, .top-nav--menu .nav-menu > li.active > a, .top-nav--menu .list_split-4.nav-menu > div.active > a {
    padding: 5px 8px 5px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  /* line 528, ../scss/includes/_header.scss */
  .top-nav--menu .nav-menu > li > a, .top-nav--menu .list_split-4.nav-menu > div > a, .top-nav--menu .nav-menu > li.active > a, .top-nav--menu .list_split-4.nav-menu > div.active > a {
    display: block;
    position: relative;
    text-align: left;
    padding: 12.5px 15px;
    font-size: 16px;
  }
  /* line 548, ../scss/includes/_header.scss */
  .top-nav--menu .nav-menu > li > a:after, .top-nav--menu .list_split-4.nav-menu > div > a:after, .top-nav--menu .nav-menu > li.active > a:after, .top-nav--menu .list_split-4.nav-menu > div.active > a:after {
    content: none;
  }
  /* line 551, ../scss/includes/_header.scss */
  .top-nav--menu .nav-menu > li > a span, .top-nav--menu .list_split-4.nav-menu > div > a span, .top-nav--menu .nav-menu > li.active > a span, .top-nav--menu .list_split-4.nav-menu > div.active > a span {
    display: none;
  }
  /* line 554, ../scss/includes/_header.scss */
  .top-nav--menu .nav-menu > li > a svg, .top-nav--menu .list_split-4.nav-menu > div > a svg, .top-nav--menu .nav-menu > li.active > a svg, .top-nav--menu .list_split-4.nav-menu > div.active > a svg {
    position: absolute;
    left: auto;
    bottom: auto;
    right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 511, ../scss/includes/_header.scss */
  .top-nav--menu {
    padding-bottom: 30px;
    display: none;
  }
  /* line 567, ../scss/includes/_header.scss */
  .top-nav--menu.overlay {
    background-color: #FFFFFF;
  }
  /* line 569, ../scss/includes/_header.scss */
  .top-nav--menu.overlay nav {
    margin: 0;
    border-top: 1px solid #D2D0D1;
  }
}
@media only screen and (min-width: 992px) {
  /* line 576, ../scss/includes/_header.scss */
  .top-nav--menu .megamenu-toggle {
    /* arrow on active nav */
  }
  /* line 578, ../scss/includes/_header.scss */
  .top-nav--menu .megamenu-toggle span {
    display: inline-block;
    color: #f49739;
    padding-left: 5px;
    font-size: 12px;
  }
  /* line 585, ../scss/includes/_header.scss */
  .top-nav--menu .megamenu-toggle.active-toggle {
    color: #f49739;
  }
  /* line 587, ../scss/includes/_header.scss */
  .top-nav--menu .megamenu-toggle.active-toggle:before, .top-nav--menu .megamenu-toggle.active-toggle:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 9px solid transparent;
  }
  /* line 594, ../scss/includes/_header.scss */
  .top-nav--menu .megamenu-toggle.active-toggle:before {
    border-bottom-color: #fff;
    /* arrow color */
    /* positioning */
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20002;
  }
  /* line 604, ../scss/includes/_header.scss */
  .top-nav--menu .megamenu-toggle.active-toggle:after {
    border-bottom-color: #D2D0D1;
    /* border color */
    /* positioning */
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20001;
  }
}
@media only screen and (max-width: 991px) {
  /* line 617, ../scss/includes/_header.scss */
  .top-nav--menu .megamenu-toggle.active-toggle {
    background-color: #f5f4f5;
    border-bottom: 1px solid #D2D0D1;
  }
}
/* line 622, ../scss/includes/_header.scss */
.top-nav--menu .megamenu-toggle svg {
  left: 4px;
  width: 10px;
}

/*----------  Mega Dropdown  ----------*/
/* line 633, ../scss/includes/_header.scss */
.megamenu {
  background: #FFFFFF;
  border: 1px solid #D2D0D1;
  padding: 15px 30px 30px;
  position: absolute;
  z-index: 20000;
  display: none;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 37px;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.4);
  /** change order on clubbing to put popular first */
  /*&.open-menu-01 {
    .megamenu-col {
      order: 1;
      &:last-child {
        order: 2;
      }
      @media only screen and (max-width: 991px) {
        order: 2;
        &:last-child {
          order: 1;
        }
      }
    }
  }*/
}
@media only screen and (max-width: 991px) {
  /* line 633, ../scss/includes/_header.scss */
  .megamenu {
    position: static;
    width: auto;
    border: none;
    max-width: 100%;
    box-shadow: none;
    padding: 15px;
  }
  /* line 673, ../scss/includes/_header.scss */
  .megamenu a {
    font-size: 14px;
  }
  /* line 676, ../scss/includes/_header.scss */
  .megamenu .see-more {
    color: inherit;
  }
}
/* line 680, ../scss/includes/_header.scss */
.megamenu .see-more {
  color: #f49739;
}
/* line 684, ../scss/includes/_header.scss */
.megamenu .megamenu-top {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-top: 1px solid #D2D0D1;
  margin-top: 15px;
  border: none;
  padding: 0 0 15px;
  margin: 15px 0 0;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
/* line 690, ../scss/includes/_header.scss */
.megamenu .megamenu-top a {
  color: #f49739;
  display: inline-block;
}
/* line 693, ../scss/includes/_header.scss */
.megamenu .megamenu-top a.home:before {
  content: " ";
  background-image: url("../img/home-orange.svg");
  background-size: 30px 32px;
  width: 30px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  top: 2px;
}
/* line 701, ../scss/includes/_header.scss */
.megamenu .megamenu-top a.map:before {
  content: " ";
  background-image: url("../img/map-icon-orange.svg");
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  top: 2px;
}
/* line 709, ../scss/includes/_header.scss */
.megamenu .megamenu-top a.active {
  color: #f49739;
}
/* line 719, ../scss/includes/_header.scss */
.megamenu .megamenu-top a {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  /* line 684, ../scss/includes/_header.scss */
  .megamenu .megamenu-top {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  /* line 728, ../scss/includes/_header.scss */
  .megamenu .megamenu-top a {
    width: auto;
    padding: 7.5px 0;
    margin: 0;
  }
}
/* line 737, ../scss/includes/_header.scss */
.megamenu .megamenu-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
/* line 743, ../scss/includes/_header.scss */
.megamenu .megamenu-col {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  width: 50%;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 743, ../scss/includes/_header.scss */
  .megamenu .megamenu-col {
    width: calc(50% - 7.5px);
    padding: 0;
  }
  /* line 752, ../scss/includes/_header.scss */
  .megamenu .megamenu-col a {
    color: #3fb5e9;
  }
}
/* line 756, ../scss/includes/_header.scss */
.megamenu .megamenu-col li:first-of-type, .megamenu .megamenu-col .list_split-4 > div:first-of-type {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #D2D0D1;
}
@media only screen and (max-width: 991px) {
  /* line 756, ../scss/includes/_header.scss */
  .megamenu .megamenu-col li:first-of-type, .megamenu .megamenu-col .list_split-4 > div:first-of-type {
    border-top: 1px solid #D2D0D1;
    margin: 7.5px 0;
    padding-top: 7px;
  }
}
/* line 768, ../scss/includes/_header.scss */
.megamenu a, .megamenu li a.active, .megamenu .list_split-4 > div a.active {
  padding: 5px 0;
  display: block;
  color: #36454f;
}
@media only screen and (max-width: 991px) {
  /* line 768, ../scss/includes/_header.scss */
  .megamenu a, .megamenu li a.active, .megamenu .list_split-4 > div a.active {
    padding: 7.5px 0;
  }
}

/* line 780, ../scss/includes/_header.scss */
.no-touch .megamenu .megamenu-bottom a:hover, .no-touch .megamenu .megamenu-bottom a:hover.active {
  color: #3fb5e9;
}

/* line 787, ../scss/includes/_header.scss */
.menu-toggle.open + .megamenu {
  display: block;
}

/*----------  Toggle button  ----------*/
@media only screen and (max-width: 991px) {
  /* line 798, ../scss/includes/_header.scss */
  .toggle-menu {
    width: auto;
    height: 40px;
    cursor: pointer;
    padding: 0 10px 0 10px;
    margin-right: -5px;
    z-index: 1;
  }
  /* line 806, ../scss/includes/_header.scss */
  .toggle-menu:hover .icon-bar {
    background-color: #f49739;
  }

  /* line 811, ../scss/includes/_header.scss */
  .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #303E47;
  }

  /* line 819, ../scss/includes/_header.scss */
  .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  /* line 823, ../scss/includes/_header.scss */
  .toggle-menu .icon-bar {
    position: relative;
  }

  /* line 828, ../scss/includes/_header.scss */
  .toggle-menu.close {
    left: 15px;
    opacity: 1;
  }
  /* line 831, ../scss/includes/_header.scss */
  .toggle-menu.close .icon-bar:first-of-type {
    top: 14px;
    transform: rotate(45deg);
  }
  /* line 835, ../scss/includes/_header.scss */
  .toggle-menu.close .icon-bar:nth-of-type(2) {
    background-color: transparent;
  }
  /* line 838, ../scss/includes/_header.scss */
  .toggle-menu.close .icon-bar:last-of-type {
    top: -2px;
    transform: rotate(-45deg);
  }
}
/*----------  Header overlay (mobile)  ----------*/
/* line 848, ../scss/includes/_header.scss */
.header-overlay {
  background: #303E47;
  text-align: center;
}
/* line 852, ../scss/includes/_header.scss */
.header-overlay .header-links {
  display: block;
  float: none;
  text-align: center;
}
/* line 857, ../scss/includes/_header.scss */
.header-overlay .header-links li, .header-overlay .header-links .list_split-4 > div {
  display: inline-block;
}
/* line 862, ../scss/includes/_header.scss */
.header-overlay .top-nav {
  float: none;
  width: 100%;
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 863, ../scss/includes/_header.scss */
.header-overlay .top-nav svg {
  display: none;
}
@media only screen and (max-width: 350px) {
  /* line 862, ../scss/includes/_header.scss */
  .header-overlay .top-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 878, ../scss/includes/_header.scss */
.header-overlay .nav-menu {
  display: block;
  width: 100%;
}
/* line 883, ../scss/includes/_header.scss */
.header-overlay .user-cart {
  top: 20px;
}
/* line 886, ../scss/includes/_header.scss */
.header-overlay .user-cart .print:before {
  color: #FFFFFF;
}
/* line 890, ../scss/includes/_header.scss */
.header-overlay .user-cart .qty-cart {
  padding-left: 0;
}

/*----------  Sticky Menu  ----------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 928, ../scss/includes/_header.scss */
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  display: initial;
  z-index: 999;
  border-bottom: none;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
/* line 942, ../scss/includes/_header.scss */
.header.sticky .cta-ghost {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #f49739;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #f49739;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 942, ../scss/includes/_header.scss */
  .header.sticky .cta-ghost {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .header.sticky .cta-ghost:hover, .no-touch .header.sticky .cta-ghost:active, .no-touch .header.sticky .cta-ghost:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  outline: none;
  color: #f49739;
}

/*=====  End of HEADER  ======*/
/*==============================
=            FOOTER            =
==============================*/
/* line 5, ../scss/includes/_footer.scss */
.prefooter {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303E47;
  color: #FFFFFF;
}
/* line 11, ../scss/includes/_footer.scss */
.prefooter h5 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  /* line 14, ../scss/includes/_footer.scss */
  .prefooter h5 a {
    width: 100%;
    max-width: 200px;
  }
}
/* line 21, ../scss/includes/_footer.scss */
.prefooter .prefooter-nav {
  display: flex;
  flex-wrap: wrap;
}
/* line 26, ../scss/includes/_footer.scss */
.prefooter .prefooter-nav > li, .prefooter .list_split-4.prefooter-nav > div {
  padding: 0 15px;
  margin-bottom: 15px;
  width: calc(100% / 6);
}
@media only screen and (max-width: 991px) {
  /* line 26, ../scss/includes/_footer.scss */
  .prefooter .prefooter-nav > li, .prefooter .list_split-4.prefooter-nav > div {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 767px) {
  /* line 26, ../scss/includes/_footer.scss */
  .prefooter .prefooter-nav > li, .prefooter .list_split-4.prefooter-nav > div {
    width: calc(100% / 2);
  }
}
/* line 39, ../scss/includes/_footer.scss */
.prefooter .prefooter-nav > li > ul li, .prefooter .list_split-4.prefooter-nav > div > ul li, .prefooter .prefooter-nav > li > ul .list_split-4 > div, .prefooter .list_split-4.prefooter-nav > div > ul .list_split-4 > div {
  display: block;
  padding-bottom: 5px;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  /* line 44, ../scss/includes/_footer.scss */
  .prefooter .prefooter-nav > li > ul li a, .prefooter .list_split-4.prefooter-nav > div > ul li a, .prefooter .prefooter-nav > li > ul .list_split-4 > div a, .prefooter .list_split-4.prefooter-nav > div > ul .list_split-4 > div a {
    font-size: 14px;
    padding: 5px 0;
    display: block;
  }
}

/* line 61, ../scss/includes/_footer.scss */
.footer [class*="list_split-"] > li, .footer .list_split-4[class*="list_split-"] > div {
  min-height: auto;
}

/* line 67, ../scss/includes/_footer.scss */
.top-footer {
  width: 100%;
  padding: 30px 0;
  background-color: #f5f4f5;
}
/* line 72, ../scss/includes/_footer.scss */
.top-footer:after {
  display: table;
  clear: both;
  content: '';
}
/* line 78, ../scss/includes/_footer.scss */
.top-footer .title-h2, .top-footer .group-title, .top-footer .section--latest-reviews h2, .section--latest-reviews .top-footer h2, .top-footer .view-event-calendar h2, .view-event-calendar .top-footer h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #303E47;
}
@media only screen and (max-width: 991px) {
  /* line 85, ../scss/includes/_footer.scss */
  .top-footer > div > ul > li, .top-footer > div > ul.list_split-4 > div {
    margin-bottom: 30px;
  }
  /* line 90, ../scss/includes/_footer.scss */
  .top-footer > div > ul > li:first-child ul, .top-footer > div > ul.list_split-4 > div:first-child ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
}

/* line 104, ../scss/includes/_footer.scss */
.footer-nav > ul > li, .footer-nav > ul.list_split-4 > div {
  display: block;
  padding-bottom: 5px;
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  /* line 111, ../scss/includes/_footer.scss */
  .footer-nav a, .footer-contact a {
    font-size: 14px;
    padding: 5px 0;
    display: block;
  }
}

/* line 121, ../scss/includes/_footer.scss */
.footer-contact a {
  color: #f49739;
}

/* line 126, ../scss/includes/_footer.scss */
.social-links {
  display: flex;
}
/* line 128, ../scss/includes/_footer.scss */
.social-links li, .social-links .list_split-4 > div {
  margin-left: 5px;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
}
/* line 136, ../scss/includes/_footer.scss */
.social-links a {
  display: block;
  color: #303E47;
  padding: 5px 0;
  width: 30px;
  height: 30px;
  text-align: center;
}
/* line 145, ../scss/includes/_footer.scss */
.social-links .fa {
  font-size: 24px;
}
/* line 147, ../scss/includes/_footer.scss */
.social-links .fa.fa-facebook:hover {
  color: #3b5998;
}
/* line 150, ../scss/includes/_footer.scss */
.social-links .fa.fa-twitter:hover {
  color: #4099FF;
}
/* line 153, ../scss/includes/_footer.scss */
.social-links .fa.fa-youtube:hover {
  color: #e52d27;
}

/* line 159, ../scss/includes/_footer.scss */
.footer-newsletter {
  margin-bottom: 30px;
}

/* line 163, ../scss/includes/_footer.scss */
.bottom-footer {
  padding: 20px 0;
}
/* line 166, ../scss/includes/_footer.scss */
.bottom-footer ul {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 166, ../scss/includes/_footer.scss */
  .bottom-footer ul {
    text-align: center;
    display: block;
  }
}
/* line 174, ../scss/includes/_footer.scss */
.bottom-footer ul li, .bottom-footer ul .list_split-4 > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 992px) {
  /* line 183, ../scss/includes/_footer.scss */
  .bottom-footer ul li:first-child, .bottom-footer ul .list_split-4 > div:first-child {
    padding-right: 30px;
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 183, ../scss/includes/_footer.scss */
  .bottom-footer ul li:first-child, .bottom-footer ul .list_split-4 > div:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 193, ../scss/includes/_footer.scss */
  .bottom-footer ul li:last-child, .bottom-footer ul .list_split-4 > div:last-child {
    width: calc(100% - 200px);
    padding-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 174, ../scss/includes/_footer.scss */
  .bottom-footer ul li, .bottom-footer ul .list_split-4 > div {
    display: block;
    text-align: center;
  }
}

/*=====  End of FOOTER  ======*/
/*=============================
=            CARDS            =
=============================*/
/*----------  CARD Item  ----------*/
/* line 8, ../scss/includes/_cards.scss */
.card-item, .card-event {
  text-align: left;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../scss/includes/_cards.scss */
  .card-item, .card-event {
    max-width: 375px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 21, ../scss/includes/_cards.scss */
  .card-item.promoted-sidebar, .promoted-sidebar.card-event {
    max-width: 375px;
  }
}
/* line 26, ../scss/includes/_cards.scss */
.card-item:active, .card-event:active {
  opacity: 0.8;
}

/* line 32, ../scss/includes/_cards.scss */
.flickity .card-item, .flickity .card-event {
  margin-bottom: 0;
}

/* line 37, ../scss/includes/_cards.scss */
.card-img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  /* line 46, ../scss/includes/_cards.scss */
  .card-img--horizontal-slider:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #FFFFFF transparent;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: auto;
  }
}
/* line 64, ../scss/includes/_cards.scss */
.card-img img {
  width: 100%;
}

/* line 70, ../scss/includes/_cards.scss */
.card-details {
  text-align: left;
}
/* line 72, ../scss/includes/_cards.scss */
.card-details p, .card-details #comments .comment-body, #comments .card-details .comment-body {
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  /* line 77, ../scss/includes/_cards.scss */
  .card-details [class*="cta"] {
    margin-bottom: 15px;
  }
}

/* line 83, ../scss/includes/_cards.scss */
.card-title {
  text-transform: initial;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 95, ../scss/includes/_cards.scss */
.card-pricetag {
  position: absolute;
  bottom: 20px;
  left: -4px;
  z-index: 15;
  display: block;
  padding: 2px 10px 5px;
  min-width: 80px;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 14px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  /* line 95, ../scss/includes/_cards.scss */
  .card-pricetag {
    display: none;
  }
}
/* line 110, ../scss/includes/_cards.scss */
.card-pricetag small {
  font-size: 10px;
}
/* line 113, ../scss/includes/_cards.scss */
.card-pricetag--no-price {
  display: none;
}
/* line 116, ../scss/includes/_cards.scss */
.card-pricetag strong {
  display: block;
  font-size: 18px;
}

/* line 122, ../scss/includes/_cards.scss */
.card-openingtimes, .card-openingtext {
  position: absolute;
  top: 20px;
  right: -4px;
  z-index: 15;
  padding: 6px 10px 5px;
  background-color: #7f0719;
  color: #FFFFFF;
  line-height: 1;
  text-align: left;
  display: none;
}
/* line 133, ../scss/includes/_cards.scss */
.card-openingtimes.Open, .card-openingtext.Open {
  background-color: #20ba6d;
}
/* line 136, ../scss/includes/_cards.scss */
.card-openingtimes strong, .card-openingtext strong {
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  /* line 122, ../scss/includes/_cards.scss */
  .card-openingtimes, .card-openingtext {
    top: 5px;
    padding: 3px 5px;
  }
  /* line 143, ../scss/includes/_cards.scss */
  .card-openingtimes strong, .card-openingtext strong {
    font-weight: normal;
  }
}

@media only screen and (min-width: 992px) {
  /* line 148, ../scss/includes/_cards.scss */
  .card-openingtext {
    padding: 3px 7px;
    top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 148, ../scss/includes/_cards.scss */
  .card-openingtext {
    position: static;
    top: auto;
    right: auto;
    padding: 2px 4px;
    color: #b00922;
  }
  /* line 159, ../scss/includes/_cards.scss */
  .card-openingtext.Open {
    color: #FFFFFF;
  }
  /* line 162, ../scss/includes/_cards.scss */
  .card-openingtext.Closed {
    color: #FFFFFF;
  }
}
/* line 166, ../scss/includes/_cards.scss */
.card-openingtext strong {
  text-transform: none;
}

/* line 170, ../scss/includes/_cards.scss */
.card-package-value {
  position: absolute;
  bottom: 10px;
  left: 5px;
  background-color: #36454f;
  padding: 2px 5px;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 179, ../scss/includes/_cards.scss */
.card-package-value--gold {
  background-color: #e6c200;
}
/* line 182, ../scss/includes/_cards.scss */
.card-package-value--premium {
  background-color: navy;
}

/* line 187, ../scss/includes/_cards.scss */
.card-details-list .card-pricetag {
  background-color: transparent !important;
  position: static;
  left: auto;
  bottom: auto;
  padding: 0;
}

/* line 196, ../scss/includes/_cards.scss */
.card-price, .card-discount {
  line-height: 14px;
  text-align: left;
}
/* line 200, ../scss/includes/_cards.scss */
.card-price small, .card-discount small {
  font-size: 10px;
}
/* line 204, ../scss/includes/_cards.scss */
.card-price strong, .card-discount strong {
  display: block;
  font-size: 18px;
}

/* line 210, ../scss/includes/_cards.scss */
.card-distance {
  font-size: 14px;
  font-weight: 400;
  color: #126181;
}

/* line 216, ../scss/includes/_cards.scss */
.card-discount {
  color: #f49739 !important;
}

/* line 221, ../scss/includes/_cards.scss */
.card-sticker {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 15;
  display: block;
  border-radius: 50%;
  background-color: #20ba6d;
  width: 50px;
  height: 50px;
  padding: 12px 5px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
/* line 235, ../scss/includes/_cards.scss */
.card-sticker span {
  font-size: 23px;
}

/* line 240, ../scss/includes/_cards.scss */
aside .card-sticker {
  position: relative;
  float: right;
  top: -15px;
  right: auto;
  bottom: auto;
}

/* line 249, ../scss/includes/_cards.scss */
.star-rating, .restaurant-price {
  display: inline-block;
  padding-right: 5px;
}
/* line 253, ../scss/includes/_cards.scss */
.star-rating li, .restaurant-price li, .star-rating .list_split-4 > div, .restaurant-price .list_split-4 > div {
  display: inline-block;
  color: #f49739;
}
/* line 257, ../scss/includes/_cards.scss */
.star-rating li:after, .restaurant-price li:after, .star-rating .list_split-4 > div:after, .restaurant-price .list_split-4 > div:after {
  content: " ";
  background-image: url("../img/star-orange.svg");
  background-size: 30px 32px;
  width: 30px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

/* line 267, ../scss/includes/_cards.scss */
h1 .star-rating, h1 .restaurant-price {
  position: relative;
  top: -12px;
}

/* line 276, ../scss/includes/_cards.scss */
.restaurant-price li:after, .restaurant-price .list_split-4 > div:after {
  content: " ";
  background-image: url("../img/price-orange.svg");
  background-size: 18px 32px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
  display: inline-block;
  bottom: -2px;
}

@media only screen and (max-width: 991px) {
  /* line 291, ../scss/includes/_cards.scss */
  .section--magazine .card-item, .section--magazine .card-event {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  /* line 300, ../scss/includes/_cards.scss */
  .section--magazine .card-img {
    width: 105px;
    margin-right: 15px;
    margin-bottom: 0;
    position: relative;
    margin-left: 0;
  }
  /* line 309, ../scss/includes/_cards.scss */
  .section--magazine .card-details {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
  }
  /* line 313, ../scss/includes/_cards.scss */
  .section--magazine .card-details > * {
    order: 2;
  }
  /* line 316, ../scss/includes/_cards.scss */
  .section--magazine .card-details .booking-links {
    margin-top: 7.5px;
    order: 3;
  }
  /* line 319, ../scss/includes/_cards.scss */
  .section--magazine .card-details .booking-links a:last-child {
    display: none;
  }
}

/*----------  Listado vertical de detalles  ----------*/
@media only screen and (max-width: 767px) {
  /* line 331, ../scss/includes/_cards.scss */
  .card-details-list {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 339, ../scss/includes/_cards.scss */
.card-details-list > li, .list_split-4.card-details-list > div {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D2D0D1;
  display: flex;
  justify-content: start;
  width: 100%;
  /*&:hover {
    background-color: $colorBg;
  }*/
}
/* line 351, ../scss/includes/_cards.scss */
.card-details-list > li:last-child, .list_split-4.card-details-list > div:last-child {
  border-bottom: 1px solid #D2D0D1;
}

/*----------  Listado vertical de cards  ----------*/
/* line 363, ../scss/includes/_cards.scss */
.card-list li, .section--article-promo li, .card-list .list_split-4 > div, .section--article-promo .list_split-4 > div, .card-list .card-item, .section--article-promo .card-item, .card-list .card-event, .section--article-promo .card-event {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 363, ../scss/includes/_cards.scss */
  .card-list li, .section--article-promo li, .card-list .list_split-4 > div, .section--article-promo .list_split-4 > div, .card-list .card-item, .section--article-promo .card-item, .card-list .card-event, .section--article-promo .card-event {
    max-width: 100%;
  }
}
/* line 373, ../scss/includes/_cards.scss */
.card-list li .card-img, .section--article-promo li .card-img, .card-list .list_split-4 > div .card-img, .section--article-promo .list_split-4 > div .card-img, .card-list .card-item .card-img, .section--article-promo .card-item .card-img, .card-list .card-event .card-img, .section--article-promo .card-event .card-img {
  width: 80px;
}
/* line 376, ../scss/includes/_cards.scss */
.card-list li .card-details, .section--article-promo li .card-details, .card-list .list_split-4 > div .card-details, .section--article-promo .list_split-4 > div .card-details, .card-list .card-item .card-details, .section--article-promo .card-item .card-details, .card-list .card-event .card-details, .section--article-promo .card-event .card-details {
  /*width: 175px;*/
}
/* line 381, ../scss/includes/_cards.scss */
.card-list .card-img, .section--article-promo .card-img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0;
  position: relative;
}
/* line 392, ../scss/includes/_cards.scss */
.card-list .card-img img, .section--article-promo .card-img img {
  min-height: 100%;
  min-width: 100%;
}
/* line 397, ../scss/includes/_cards.scss */
.card-list .card-img a, .section--article-promo .card-img a {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 20;
  position: relative;
}
/* line 404, ../scss/includes/_cards.scss */
.card-list .card-img--block-of-3, .section--article-promo .card-img--block-of-3 {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 412, ../scss/includes/_cards.scss */
  .card-list .card-item:hover .card-img:after, .section--article-promo .card-item:hover .card-img:after, .card-list .card-event:hover .card-img:after, .section--article-promo .card-event:hover .card-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  }
}
/* line 427, ../scss/includes/_cards.scss */
.card-list .card-title, .section--article-promo .card-title {
  white-space: normal;
}

/*----------  Card - ticket (evento)  ----------*/
/* line 434, ../scss/includes/_cards.scss */
.card-ticket {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #f5f4f5;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 434, ../scss/includes/_cards.scss */
  .card-ticket {
    padding: 10px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 991px) {
  /* line 434, ../scss/includes/_cards.scss */
  .card-ticket {
    max-width: 100%;
  }
}
/* line 453, ../scss/includes/_cards.scss */
.card-ticket img {
  display: none;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  /* line 453, ../scss/includes/_cards.scss */
  .card-ticket img {
    display: block;
    position: absolute;
    top: 10px;
    right: 7px;
    width: 60px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 340px) {
  /* line 453, ../scss/includes/_cards.scss */
  .card-ticket img {
    width: 50px;
  }
}

/* line 468, ../scss/includes/_cards.scss */
.card-ticket [class*="cta-"] {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1319px) {
  /* line 468, ../scss/includes/_cards.scss */
  .card-ticket [class*="cta-"] {
    padding: 5px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 477, ../scss/includes/_cards.scss */
  .card-ticket .cta-secondary {
    font-size: 12px;
  }
}
/* line 482, ../scss/includes/_cards.scss */
.card-ticket .alert-msg {
  display: block;
  color: #e00c2b;
  font-weight: bold;
  font-size: 12px;
}
/* line 489, ../scss/includes/_cards.scss */
.card-ticket.disabled {
  background-color: #f9f9f9 !important;
  pointer-events: none;
}
/* line 493, ../scss/includes/_cards.scss */
.card-ticket.disabled * {
  color: #a3a3a3 !important;
  border-color: #D2D0D1 !important;
  background-color: #f9f9f9 !important;
  pointer-events: none;
}

/* line 502, ../scss/includes/_cards.scss */
.ticket-header {
  text-align: center;
  color: #3fb5e9;
  padding: 10px 0;
  border-bottom: 1px solid #D2D0D1;
}
/* line 508, ../scss/includes/_cards.scss */
.ticket-header + a {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1319px) {
  /* line 513, ../scss/includes/_cards.scss */
  .ticket-header h3, .ticket-header .aside--section-form h2, .aside--section-form .ticket-header h2 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  /* line 502, ../scss/includes/_cards.scss */
  .ticket-header {
    text-align: left;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 75px;
    min-height: 65px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 340px) {
  /* line 502, ../scss/includes/_cards.scss */
  .ticket-header {
    padding-left: 50px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 528, ../scss/includes/_cards.scss */
  .ticket-header h3, .ticket-header .aside--section-form h2, .aside--section-form .ticket-header h2 {
    line-height: 1.2;
    margin-bottom: 0;
  }
}
/* line 533, ../scss/includes/_cards.scss */
.ticket-header .venue-name {
  font-weight: 400;
  font-size: 12px;
}
/* line 536, ../scss/includes/_cards.scss */
.ticket-header .venue-name a {
  color: #36454f;
}
/* line 541, ../scss/includes/_cards.scss */
.ticket-header .ticket-date {
  color: #126181;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  /* line 541, ../scss/includes/_cards.scss */
  .ticket-header .ticket-date {
    display: block;
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 7px;
    border-right: 1px solid #D2D0D1;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 8px;
  }
  /* line 554, ../scss/includes/_cards.scss */
  .ticket-header .ticket-date > span {
    display: block;
  }
  /* line 556, ../scss/includes/_cards.scss */
  .ticket-header .ticket-date > span:nth-child(2) {
    font-weight: 400;
    font-size: 26px;
    padding: 0;
  }
  /* line 561, ../scss/includes/_cards.scss */
  .ticket-header .ticket-date > span:last-child {
    text-align: right;
  }
}
/* line 570, ../scss/includes/_cards.scss */
.ticket-header time, .ticket-header .post-author {
  display: inline-block;
  color: #126181;
  font-size: 12px;
}
@media only screen and (max-width: 400px) {
  /* line 570, ../scss/includes/_cards.scss */
  .ticket-header time, .ticket-header .post-author {
    font-size: 11px;
  }
}
/* line 577, ../scss/includes/_cards.scss */
.ticket-header time > span, .ticket-header .post-author > span {
  display: inline-block;
  margin-right: 2px;
  /*&:after {
    content: ' : ';
    padding-left: 5px;
  }*/
}
@media only screen and (min-width: 992px) {
  /* line 577, ../scss/includes/_cards.scss */
  .ticket-header time > span, .ticket-header .post-author > span {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 589, ../scss/includes/_cards.scss */
  .ticket-header time:before, .ticket-header .post-author:before {
    content: '|';
    padding-right: 5px;
  }
  /* line 593, ../scss/includes/_cards.scss */
  .ticket-header time:after, .ticket-header .post-author:after {
    content: '|';
    padding-left: 5px;
  }
}

/* line 601, ../scss/includes/_cards.scss */
.empty {
  opacity: 0.5;
}
/* line 603, ../scss/includes/_cards.scss */
.empty .ticket-header {
  color: #707070;
}
/* line 605, ../scss/includes/_cards.scss */
.empty .ticket-header .ticket-date {
  color: #707070;
}
/* line 609, ../scss/includes/_cards.scss */
.empty .ticket-body {
  color: #707070;
  font-size: 12px;
}
@media only screen and (max-width: 400px) {
  /* line 609, ../scss/includes/_cards.scss */
  .empty .ticket-body {
    font-size: 11px;
  }
}

/* line 618, ../scss/includes/_cards.scss */
.ticket-body {
  padding: 10px 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  /* line 618, ../scss/includes/_cards.scss */
  .ticket-body {
    display: flex;
    width: 100%;
  }
}

/* line 628, ../scss/includes/_cards.scss */
.ticket-info {
  background-color: #f5f4f5;
  padding: calc(15px / 2);
  font-size: 12px;
  margin: 15px 0 0;
}

/* line 635, ../scss/includes/_cards.scss */
.ticket-location {
  padding: 10px 0;
}

/* line 641, ../scss/includes/_cards.scss */
.ticket-details .ticket-comment {
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  /* line 640, ../scss/includes/_cards.scss */
  .ticket-details {
    width: 100%;
  }
}

/* line 649, ../scss/includes/_cards.scss */
.partyDjs {
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (max-width: 400px) {
  /* line 649, ../scss/includes/_cards.scss */
  .partyDjs {
    font-size: 11px;
  }
}
/* line 658, ../scss/includes/_cards.scss */
.partyDjs .partyRoom {
  text-align: center;
  font-weight: bold;
  color: #126181;
  padding: 5px 0;
}
@media only screen and (max-width: 991px) {
  /* line 649, ../scss/includes/_cards.scss */
  .partyDjs {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 15px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 15px;
    /* Firefox */
    column-gap: 15px;
  }
  /* line 665, ../scss/includes/_cards.scss */
  .partyDjs .partyRoom {
    text-align: left;
  }
}

/* allow for multiple tickets */
/* line 678, ../scss/includes/_cards.scss */
.ticket-footer {
  text-align: center;
  padding: 10px 0;
}
/* line 681, ../scss/includes/_cards.scss */
.ticket-footer + .ticket-info {
  margin-top: 5px;
}
/* line 684, ../scss/includes/_cards.scss */
.ticket-footer + .ticket-footer {
  padding-top: 0;
}
/* line 687, ../scss/includes/_cards.scss */
.ticket-footer.first {
  padding-bottom: 0;
}

/* line 692, ../scss/includes/_cards.scss */
.ticket-price {
  background: #f5f4f5;
  /* fallback */
  border-radius: 5px;
  /*background:
  linear-gradient(135deg, transparent 5px, $background-color 0) top left,
  linear-gradient(225deg, transparent 5px, $background-color 0) top right,
  linear-gradient(315deg, transparent 5px, $background-color 0) bottom right,
  linear-gradient(45deg,  transparent 5px, $background-color 0) bottom left;
  background-size: calc(100% - 15px);
  background-repeat: no-repeat;
  background-image:
  radial-gradient(circle at 0 0, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 100% 0, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 100% 100%, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 0 100%, rgba(0,0,0,0) 5px, $background-color 6px);*/
  padding: calc(15px / 2);
  margin-bottom: calc(15px / 2);
  font-size: 16px;
  font-weight: 700;
  color: #3fb5e9;
  text-align: left;
  position: relative;
}
/* line 701, ../scss/includes/_cards.scss */
.ticket-price span.from {
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 10px;
}
/* line 708, ../scss/includes/_cards.scss */
.ticket-price small {
  display: block;
  padding: 2px;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  /* line 692, ../scss/includes/_cards.scss */
  .ticket-price {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 720, ../scss/includes/_cards.scss */
.ticket-special {
  color: #3fb5e9;
}
/* line 723, ../scss/includes/_cards.scss */
.ticket-special a {
  color: #3fb5e9;
}

/*----------  Card-event  ----------*/
/* line 735, ../scss/includes/_cards.scss */
.card-event figure img {
  border-radius: 5px;
  margin: 0 auto 5px;
}
/* line 740, ../scss/includes/_cards.scss */
.card-event .card-pricetag {
  position: static;
  left: auto;
  bottom: auto;
  top: auto;
  right: auto;
  min-width: auto;
  display: inline-block;
  margin: 0 auto 10px;
  border-radius: 5px;
  padding: 5px;
}
/* line 753, ../scss/includes/_cards.scss */
.card-event time, .card-event .post-author {
  margin-bottom: 5px;
  display: block;
}
/* line 756, ../scss/includes/_cards.scss */
.card-event time.time--active, .card-event .time--active.post-author {
  color: #f49739 !important;
  font-weight: 700;
}
/* line 762, ../scss/includes/_cards.scss */
.card-event .title-event {
  margin-bottom: 5px;
  font-size: 12px;
}

/*----------  Variaciones de color  ----------*/
/* line 774, ../scss/includes/_cards.scss */
.villas {
  /*.tags {
    &:before {
      color: $color;
    }
  }*/
}
/* line 777, ../scss/includes/_cards.scss */
.villas .see-more {
  color: #880088;
}
/* line 779, ../scss/includes/_cards.scss */
.villas .see-more:hover {
  color: #550055;
}
/* line 784, ../scss/includes/_cards.scss */
.villas .card-pricetag {
  background-color: #880088;
}
/* line 788, ../scss/includes/_cards.scss */
.villas .card-price, .villas .card-discount {
  color: #880088;
}
/* line 792, ../scss/includes/_cards.scss */
.villas [class*="title-h"] {
  color: #880088;
  text-align: center;
}

/* line 803, ../scss/includes/_cards.scss */
.restaurantes {
  /*.tags {
    &:before {
      color: $color;
    }
  }*/
}
/* line 806, ../scss/includes/_cards.scss */
.restaurantes .see-more {
  color: #00A39B;
}
/* line 808, ../scss/includes/_cards.scss */
.restaurantes .see-more:hover {
  color: #00706b;
}
/* line 813, ../scss/includes/_cards.scss */
.restaurantes .card-pricetag {
  background-color: #00A39B;
}
/* line 817, ../scss/includes/_cards.scss */
.restaurantes .card-price, .restaurantes .card-discount {
  color: #00A39B;
}
/* line 821, ../scss/includes/_cards.scss */
.restaurantes [class*="title-h"] {
  color: #00A39B;
  text-align: center;
}

/* line 832, ../scss/includes/_cards.scss */
.hoteles {
  /*.tags {
    &:before {
      color: $color;
    }
  }*/
}
/* line 835, ../scss/includes/_cards.scss */
.hoteles .see-more {
  color: #FF6483;
}
/* line 837, ../scss/includes/_cards.scss */
.hoteles .see-more:hover {
  color: #ff315a;
}
/* line 842, ../scss/includes/_cards.scss */
.hoteles .card-pricetag {
  background-color: #FF6483;
}
/* line 846, ../scss/includes/_cards.scss */
.hoteles .card-price, .hoteles .card-discount {
  color: #FF6483;
}
/* line 850, ../scss/includes/_cards.scss */
.hoteles [class*="title-h"] {
  color: #FF6483;
  text-align: center;
}

/* line 861, ../scss/includes/_cards.scss */
.actividades {
  /*.tags {
    &:before {
      color: $color;
    }
  }*/
}
/* line 863, ../scss/includes/_cards.scss */
.actividades.price {
  display: inline-block;
  background-color: #A5D326;
  color: #FFFFFF;
  padding: 1px 4px;
  font-weight: 700;
}
/* line 871, ../scss/includes/_cards.scss */
.actividades .see-more {
  color: #A5D326;
}
/* line 873, ../scss/includes/_cards.scss */
.actividades .see-more:hover {
  color: #83a81e;
}
/* line 878, ../scss/includes/_cards.scss */
.actividades .card-pricetag {
  background-color: #A5D326;
}
/* line 882, ../scss/includes/_cards.scss */
.actividades .card-details-list .card-pricetag {
  color: #A5D326;
}
/* line 887, ../scss/includes/_cards.scss */
.actividades .card-price, .actividades .card-discount {
  color: #A5D326;
}
/* line 891, ../scss/includes/_cards.scss */
.actividades [class*="title-h"] {
  color: #A5D326;
  text-align: center;
}

/* line 902, ../scss/includes/_cards.scss */
.clubs {
  /*.tags {
    &:before {
      color: $color;
    }
  }*/
}
/* line 905, ../scss/includes/_cards.scss */
.clubs .see-more {
  color: #4242EA;
}
/* line 907, ../scss/includes/_cards.scss */
.clubs .see-more:hover {
  color: #1919e0;
}
/* line 912, ../scss/includes/_cards.scss */
.clubs .card-pricetag {
  padding-top: 7px;
  background-color: #4242EA;
}
/* line 914, ../scss/includes/_cards.scss */
.clubs .card-pricetag small {
  display: none;
}
/* line 920, ../scss/includes/_cards.scss */
.clubs .card-details-list .card-pricetag {
  padding-top: 2px;
  color: #4242EA;
}
/* line 926, ../scss/includes/_cards.scss */
.clubs .card-price, .clubs .card-discount {
  color: #4242EA;
}
/* line 930, ../scss/includes/_cards.scss */
.clubs [class*="title-h"] {
  color: #4242EA;
  text-align: center;
}

/*=====  End of CARDS  ======*/
/*===============================
=            BLOQUES            =
===============================*/
/* line 5, ../scss/includes/_bloques.scss */
.section {
  padding: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  /* line 9, ../scss/includes/_bloques.scss */
  .section.section--header {
    padding: 15px 0 15px;
  }
}
/* line 14, ../scss/includes/_bloques.scss */
.section--body-text {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 18, ../scss/includes/_bloques.scss */
.section--top-list {
  overflow: hidden;
}

/* line 24, ../scss/includes/_bloques.scss */
.main--aside {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 29, ../scss/includes/_bloques.scss */
.main--aside .section--body-text {
  padding-left: 0;
  padding-right: 0;
}
/* line 34, ../scss/includes/_bloques.scss */
.main--aside .section:first-of-type {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  /* line 24, ../scss/includes/_bloques.scss */
  .main--aside {
    display: flex;
  }
  /* line 41, ../scss/includes/_bloques.scss */
  .main--aside > section {
    flex: 1 1 auto;
    width: calc(100% - 300px - 30px);
  }
  /* line 45, ../scss/includes/_bloques.scss */
  .main--aside .aside {
    flex: 0 0 300px;
    margin-left: 30px;
  }
}
/* line 50, ../scss/includes/_bloques.scss */
.main--aside .container, .main--aside .navigation-tabs.fluid-tabs .nav-tabs, .navigation-tabs.fluid-tabs .main--aside .nav-tabs, .main--aside .navigation-tabs.fluid-tabs .tab-content > div, .navigation-tabs.fluid-tabs .main--aside .tab-content > div, .main--aside .main--aside {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 57, ../scss/includes/_bloques.scss */
.main {
  position: relative;
}

/*----------  Body text  ----------*/
/* line 64, ../scss/includes/_bloques.scss */
.section--body-text-leading-image {
  margin-bottom: 30px;
}

/*----------  Bloque Hero  ----------*/
/* line 72, ../scss/includes/_bloques.scss */
.section--hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 480px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  background-color: #3fb5e9;
  /* mobile, no hero */
}
@media only screen and (max-width: 991px) {
  /* line 72, ../scss/includes/_bloques.scss */
  .section--hero {
    min-height: 350px;
    /*background-image: none!important;*/
    padding: 0;
    background-position: top;
  }
}
@media only screen and (max-width: 991px) {
  /* line 72, ../scss/includes/_bloques.scss */
  .section--hero {
    color: #36454f;
    background-color: #FFFFFF;
    background-size: auto;
  }
}
@media only screen and (min-width: 992px) {
  /* line 100, ../scss/includes/_bloques.scss */
  .section--hero .container-narrow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
/* line 108, ../scss/includes/_bloques.scss */
.section--hero.minimized {
  min-height: 350px;
}
@media only screen and (max-width: 991px) {
  /* line 108, ../scss/includes/_bloques.scss */
  .section--hero.minimized {
    min-height: initial;
  }
}

/* line 117, ../scss/includes/_bloques.scss */
.hero-heading {
  font-family: "Roboto Slab", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  /* line 117, ../scss/includes/_bloques.scss */
  .hero-heading {
    padding: 30px;
    margin-bottom: 0;
    min-height: 200px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 117, ../scss/includes/_bloques.scss */
  .hero-heading {
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 132, ../scss/includes/_bloques.scss */
  .hero-heading--home {
    margin-bottom: 30px;
  }
  /* line 135, ../scss/includes/_bloques.scss */
  .hero-heading--home p, .hero-heading--home #comments .comment-body, #comments .hero-heading--home .comment-body {
    display: none;
  }
}
/* line 140, ../scss/includes/_bloques.scss */
.hero-heading .h1 {
  margin-bottom: 0;
  color: #FFFFFF;
  display: inline;
  /*background-color: rgba(54, 69, 79, 0.1);*/
  text-shadow: 2px 2px 0 #000000;
  font-size: 44px;
  font-weight: 700;
  padding: 15px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 501px) {
  /* line 140, ../scss/includes/_bloques.scss */
  .hero-heading .h1 {
    font-size: 34px;
  }
}
/* line 156, ../scss/includes/_bloques.scss */
.hero-heading p, .hero-heading #comments .comment-body, #comments .hero-heading .comment-body {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  /* line 156, ../scss/includes/_bloques.scss */
  .hero-heading p, .hero-heading #comments .comment-body, #comments .hero-heading .comment-body {
    text-shadow: 1px 1px 2px #000000;
    max-width: 850px;
    margin: 5px auto;
    /*border-radius: 5px;*/
    background-color: rgba(54, 69, 79, 0.8);
    padding: 0 5px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 156, ../scss/includes/_bloques.scss */
  .hero-heading p, .hero-heading #comments .comment-body, #comments .hero-heading .comment-body {
    display: none;
  }
}

/*.minimized {
  .hero-heading {
    .h1 {
      text-shadow: 2px 2px 3px $charcoal;
    }
  }
  }*/
/*----------  Bloque Key benefits  ----------*/
/* line 183, ../scss/includes/_bloques.scss */
.section--keybenefits {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 188, ../scss/includes/_bloques.scss */
.section--keybenefits ul {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}
/* line 195, ../scss/includes/_bloques.scss */
.section--keybenefits ul li, .section--keybenefits ul .list_split-4 > div {
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  /* line 195, ../scss/includes/_bloques.scss */
  .section--keybenefits ul li, .section--keybenefits ul .list_split-4 > div {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 207, ../scss/includes/_bloques.scss */
  .section--keybenefits ul li p, .section--keybenefits ul .list_split-4 > div p, .section--keybenefits ul li #comments .comment-body, #comments .section--keybenefits ul li .comment-body, .section--keybenefits ul .list_split-4 > div #comments .comment-body, #comments .section--keybenefits ul .list_split-4 > div .comment-body {
    display: none;
  }
  /* line 211, ../scss/includes/_bloques.scss */
  .section--keybenefits ul li img, .section--keybenefits ul .list_split-4 > div img {
    height: 50px;
  }
}
/* line 217, ../scss/includes/_bloques.scss */
.section--keybenefits ul:after {
  display: table;
  content: '';
  clear: both;
}

/* line 225, ../scss/includes/_bloques.scss */
.benefit {
  text-align: center;
  padding: 15px 0;
}
/* line 229, ../scss/includes/_bloques.scss */
.benefit img {
  margin-bottom: 15px;
}

/*----------  BLOCK - Frontpage spotlight  ----------*/
/* line 236, ../scss/includes/_bloques.scss */
.section--spotlight {
  background-color: #f5f4f5;
}

/*----------  BLOCK - Magazine  ----------*/
/* line 242, ../scss/includes/_bloques.scss */
.magazine-header {
  margin: 0 15px;
  display: flex;
  justify-content: center;
}

/* line 252, ../scss/includes/_bloques.scss */
.section--magazine .section-heading {
  padding-top: 0;
  padding-bottom: 50px;
  text-align: center;
}

/*----------  Bloque Map  ----------*/
/* line 262, ../scss/includes/_bloques.scss */
.section--map {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D38339;
  min-height: 300px;
  text-align: center;
  color: #FFFFFF;
  display: table;
  width: 100%;
}
/* line 275, ../scss/includes/_bloques.scss */
.section--map .map-caption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 282, ../scss/includes/_bloques.scss */
.section--map .cta, .section--map .tags-cloud li a, .tags-cloud li .section--map a, .section--map .tags-cloud .list_split-4 > div a, .tags-cloud .list_split-4 > div .section--map a, .section--map .form--user-login .form-actions input, .form--user-login .form-actions .section--map input {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  transition: all 0.1s linear;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 282, ../scss/includes/_bloques.scss */
  .section--map .cta, .section--map .tags-cloud li a, .tags-cloud li .section--map a, .section--map .tags-cloud .list_split-4 > div a, .tags-cloud .list_split-4 > div .section--map a, .section--map .form--user-login .form-actions input, .form--user-login .form-actions .section--map input {
    min-width: auto !important;
  }
}

/* line 55, ../scss/includes/_botones.scss */
.no-touch .section--map .cta:hover, .no-touch .section--map .tags-cloud li a:hover, .tags-cloud li .no-touch .section--map a:hover, .no-touch .section--map .tags-cloud .list_split-4 > div a:hover, .tags-cloud .list_split-4 > div .no-touch .section--map a:hover, .no-touch .section--map .form--user-login .form-actions input:hover, .form--user-login .form-actions .no-touch .section--map input:hover, .no-touch .section--map .cta:active, .no-touch .section--map .tags-cloud li a:active, .tags-cloud li .no-touch .section--map a:active, .no-touch .section--map .tags-cloud .list_split-4 > div a:active, .tags-cloud .list_split-4 > div .no-touch .section--map a:active, .no-touch .section--map .form--user-login .form-actions input:active, .form--user-login .form-actions .no-touch .section--map input:active, .no-touch .section--map .cta:focus, .no-touch .section--map .tags-cloud li a:focus, .tags-cloud li .no-touch .section--map a:focus, .no-touch .section--map .tags-cloud .list_split-4 > div a:focus, .tags-cloud .list_split-4 > div .no-touch .section--map a:focus, .no-touch .section--map .form--user-login .form-actions input:focus, .form--user-login .form-actions .no-touch .section--map input:focus {
  background-color: #f49739;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}

/*----------  Bloque Heading  ----------*/
/* line 296, ../scss/includes/_bloques.scss */
.section--heading {
  text-align: center;
  padding: 30px 0 0;
}

/* line 301, ../scss/includes/_bloques.scss */
.section-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*----------  Bloques Banners  ----------*/
/* line 308, ../scss/includes/_bloques.scss */
.sponsors {
  background-color: #36454f;
  text-align: center;
}
/* line 311, ../scss/includes/_bloques.scss */
.sponsors--foot, .sponsors--calendar-leaderboard {
  text-align: center;
  background-color: transparent;
  margin-bottom: 7.5px;
}

/*----------  BLOCK - Horizontal search  ----------*/
/* line 320, ../scss/includes/_bloques.scss */
.section--search {
  border-top: 1px solid #FFFFFF;
  background-color: #36454f;
}
/* line 324, ../scss/includes/_bloques.scss */
.section--search .form-group span {
  color: #FFFFFF;
}
/* line 327, ../scss/includes/_bloques.scss */
.section--search form > div {
  max-width: 400px;
}

/* line 332, ../scss/includes/_bloques.scss */
.main--aside .section--search {
  background-color: transparent;
  border: none;
}

/* override std display just for hero embedded forms */
/* line 339, ../scss/includes/_bloques.scss */
.tab-content .section--search {
  background: none;
  border: none;
  padding: 0;
}
/* line 344, ../scss/includes/_bloques.scss */
.tab-content .container, .tab-content .navigation-tabs.fluid-tabs .nav-tabs, .navigation-tabs.fluid-tabs .tab-content .nav-tabs, .navigation-tabs.fluid-tabs .tab-content > div, .tab-content .main--aside {
  width: auto;
  margin: 0;
  padding: 0;
}

/*----------  Block Breadcrumb  ----------*/
/* line 353, ../scss/includes/_bloques.scss */
.section--breadcrumb {
  border-bottom: 1px solid #D2D0D1;
  border-top: 1px solid #D2D0D1;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  /* line 359, ../scss/includes/_bloques.scss */
  .section--breadcrumb .icon-group {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

/* line 366, ../scss/includes/_bloques.scss */
header + .section--breadcrumb {
  border-top: none;
}

/* line 369, ../scss/includes/_bloques.scss */
.searchMap-pane .section--breadcrumb {
  border-top: none;
  padding: 0 0 10px 0;
}
/* line 372, ../scss/includes/_bloques.scss */
.searchMap-pane .section--breadcrumb .container, .searchMap-pane .section--breadcrumb .navigation-tabs.fluid-tabs .nav-tabs, .navigation-tabs.fluid-tabs .searchMap-pane .section--breadcrumb .nav-tabs, .searchMap-pane .section--breadcrumb .navigation-tabs.fluid-tabs .tab-content > div, .navigation-tabs.fluid-tabs .searchMap-pane .section--breadcrumb .tab-content > div, .searchMap-pane .section--breadcrumb .main--aside {
  width: auto;
  padding-left: 0;
}

/*----------  Block Listing  ----------*/
/* line 380, ../scss/includes/_bloques.scss */
.section--listing {
  /*padding-top: $spaceExtra;
  padding-bottom: $spaceExtra;*/
  text-align: center;
}
/* line 385, ../scss/includes/_bloques.scss */
.section--listing [class*="title-h"] {
  padding-top: 30px;
  min-height: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 385, ../scss/includes/_bloques.scss */
  .section--listing [class*="title-h"] {
    padding-top: 0;
    min-height: initial;
  }
}

/*----------  Block of 3 listing  ----------*/
/* overwrite std grid behaviour and collapse to one col on mobile */
@media only screen and (max-width: 767px) {
  /* line 399, ../scss/includes/_bloques.scss */
  .section--listing-block-of-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 402, ../scss/includes/_bloques.scss */
  .section--listing-block-of-3 > div {
    margin-bottom: 30px;
  }
}
/* line 406, ../scss/includes/_bloques.scss */
.section--listing-block-of-3 .see-more {
  display: inline-block;
  margin: 15px 0;
}

/*----------  Block - Image mosaic  ----------*/
/* line 415, ../scss/includes/_bloques.scss */
.section--mosaic {
  /*background-color: $smoke;*/
}
@media only screen and (max-width: 767px) {
  /* line 415, ../scss/includes/_bloques.scss */
  .section--mosaic {
    padding-bottom: 0;
  }
}
/* line 421, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic {
  display: flex;
  padding: 0;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: -15px;
  margin-left: -15px;
}
/* line 430, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic:before {
  display: table;
  content: " ";
}
/* line 434, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic:after {
  display: table;
  content: " ";
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 421, ../scss/includes/_bloques.scss */
  .section--mosaic .mosaic {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 441, ../scss/includes/_bloques.scss */
  .section--mosaic .mosaic > * {
    flex-basis: calc(50% - 15px) !important;
  }
}
/* line 448, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-grid {
  display: flex;
  flex: 1 1 100%;
  /*flex-basis: 100%;*/
}
/* line 453, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-grid .mosaic-grid + .mosaic-grid {
  margin-top: 30px;
}
/* line 458, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-grid--row {
  flex-direction: row;
}
/* line 461, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-grid--column {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 461, ../scss/includes/_bloques.scss */
  .section--mosaic .mosaic-grid--column {
    padding-bottom: 30px;
  }
}
/* line 469, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-grid--double {
  flex-basis: 200%;
}
/* line 472, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-grid--half {
  flex-basis: 50%;
}
/* line 475, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-grid--quarter {
  flex-basis: 25%;
}
/* line 478, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-caption {
  align-self: flex-end;
  justify-content: middle;
  width: 100%;
  line-height: 34px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  line-height: 1.3;
  z-index: 6;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px #000;
  display: inline-block;
  padding: 10px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
@media only screen and (max-width: 991px) {
  /* line 478, ../scss/includes/_bloques.scss */
  .section--mosaic .mosaic-caption {
    font-size: 20px;
  }
}
/* line 503, ../scss/includes/_bloques.scss */
.section--mosaic .mosaic-content {
  overflow: hidden;
  padding: 0;
  background-color: #36454f;
  width: 100%;
  min-height: 230px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 509, ../scss/includes/_bloques.scss */
  .section--mosaic .mosaic-content.two-children {
    min-height: 150px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 509, ../scss/includes/_bloques.scss */
  .section--mosaic .mosaic-content.two-children {
    min-height: 100px;
  }
}

/* line 528, ../scss/includes/_bloques.scss */
.bookingcom--mosaic div {
  min-height: 250px;
  margin-bottom: 15px;
  height: auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  /* line 527, ../scss/includes/_bloques.scss */
  .bookingcom--mosaic {
    display: flex;
  }
  /* line 536, ../scss/includes/_bloques.scss */
  .bookingcom--mosaic div {
    background-position: center center;
    width: calc(50% - 7.5px);
  }
  /* line 539, ../scss/includes/_bloques.scss */
  .bookingcom--mosaic div:first-child {
    margin-right: 7.5px;
  }
  /* line 542, ../scss/includes/_bloques.scss */
  .bookingcom--mosaic div:last-child {
    margin-left: 7.5px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 548, ../scss/includes/_bloques.scss */
  .bookingcom--mosaic div {
    background-position: top center;
  }
  /* line 550, ../scss/includes/_bloques.scss */
  .bookingcom--mosaic div:last-child {
    display: none;
  }
}

/*----------  Product slideshow  ----------*/
/* line 559, ../scss/includes/_bloques.scss */
.section--slideshow {
  width: 100%;
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 559, ../scss/includes/_bloques.scss */
  .section--slideshow {
    padding-bottom: 0;
  }
}
/* line 566, ../scss/includes/_bloques.scss */
.section--slideshow .slideshow-gallery .item {
  width: 100%;
}
/* line 568, ../scss/includes/_bloques.scss */
.section--slideshow .slideshow-gallery .item img {
  width: 100%;
}

/* line 575, ../scss/includes/_bloques.scss */
.slideshow-gallery-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  /* line 575, ../scss/includes/_bloques.scss */
  .slideshow-gallery-nav {
    display: none;
  }
}
/* line 588, ../scss/includes/_bloques.scss */
.slideshow-gallery-nav img {
  max-width: 100%;
  width: 100%;
}
/* line 593, ../scss/includes/_bloques.scss */
.slideshow-gallery-nav li, .slideshow-gallery-nav .list_split-4 > div {
  flex: 0 0 6%;
  cursor: pointer;
  opacity: 0.5;
  margin: 1px;
  /*width: 52.8px;*/
  border-radius: 0;
  text-indent: initial;
  padding-left: 0;
  background: none;
  border: none;
  box-shadow: none;
  height: auto;
  position: relative;
  line-height: 0;
}
/* line 608, ../scss/includes/_bloques.scss */
.slideshow-gallery-nav li.is-selected, .slideshow-gallery-nav .list_split-4 > div.is-selected {
  opacity: 1;
}
/* line 613, ../scss/includes/_bloques.scss */
.slideshow-gallery-nav li.is-nav-selected, .slideshow-gallery-nav .list_split-4 > div.is-nav-selected, .slideshow-gallery-nav li:hover, .slideshow-gallery-nav .list_split-4 > div:hover {
  opacity: 1;
}

/* line 618, ../scss/includes/_bloques.scss */
.slideshow-gallery-show {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}
/* line 625, ../scss/includes/_bloques.scss */
.slideshow-gallery-show svg {
  width: 40px;
  height: 40px;
}

/*----------  Single column photo text  ----------*/
/* line 638, ../scss/includes/_bloques.scss */
.section--simple-listing .card-item, .section--simple-listing .card-event {
  display: flex;
  width: 100%;
  max-width: 100%;
}
/* line 643, ../scss/includes/_bloques.scss */
.section--simple-listing .card-item .card-img, .section--simple-listing .card-event .card-img {
  display: flex;
  width: 150px;
  padding: 0 15px 0 0;
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
  justify-content: space-between;
}

/*----------  BLOCK - isotope filter buttons ----------*/
/* line 657, ../scss/includes/_bloques.scss */
.filter-container {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 657, ../scss/includes/_bloques.scss */
  .filter-container {
    display: block;
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 991px) {
  /* line 657, ../scss/includes/_bloques.scss */
  .filter-container {
    padding: 0;
  }
}

/* line 667, ../scss/includes/_bloques.scss */
em.count {
  color: #a09c9e;
  font-size: 14px;
}
/* line 669, ../scss/includes/_bloques.scss */
em.count.in-button {
  margin-left: 2px;
  color: inherit;
  font-style: normal;
  font-size: inherit;
}
/* line 676, ../scss/includes/_bloques.scss */
em.count:before {
  content: '(';
}
/* line 679, ../scss/includes/_bloques.scss */
em.count:after {
  content: ')';
}

/* line 683, ../scss/includes/_bloques.scss */
.header-filters {
  display: flex;
  justify-content: flex-start;
}
/* line 686, ../scss/includes/_bloques.scss */
.header-filters button {
  margin-right: 15px;
  order: 2;
}
/* line 689, ../scss/includes/_bloques.scss */
.header-filters button.show-map {
  order: 3;
}

@media only screen and (max-width: 991px) {
  /* line 695, ../scss/includes/_bloques.scss */
  .header-filters {
    justify-content: flex-end;
    padding-bottom: 7.5px;
    border-bottom: 1px solid #D2D0D1;
  }
  /* line 697, ../scss/includes/_bloques.scss */
  .header-filters button {
    padding: 0 5px;
    line-height: 20px;
    margin-right: 0;
    margin-left: 5px;
    order: 2;
    text-transform: uppercase;
  }
  /* line 699, ../scss/includes/_bloques.scss */
  .header-filters button:not(.show-filters):after {
    content: "|";
    position: relative;
    right: -7.5px;
  }
  /* line 705, ../scss/includes/_bloques.scss */
  .header-filters button.show-map {
    order: 1;
  }
  /* line 715, ../scss/includes/_bloques.scss */
  .header-filters button.active.open-now {
    color: #20ba6d;
  }
  /* line 720, ../scss/includes/_bloques.scss */
  .header-filters em.count {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  /* line 720, ../scss/includes/_bloques.scss */
  .header-filters em.count {
    display: inline-block;
    position: relative;
    top: -5px;
    right: -2px;
    background-color: #f49739;
    /*background-color: #20ba6d;*/
    color: #FFFFFF;
    border-radius: 50%;
    padding: 0 3px;
    font-size: 10px;
  }
  /* line 723, ../scss/includes/_bloques.scss */
  .header-filters em.count:before {
    content: '';
  }
  /* line 726, ../scss/includes/_bloques.scss */
  .header-filters em.count:after {
    content: '';
  }
}
@media only screen and (max-width: 991px) {
  /* line 742, ../scss/includes/_bloques.scss */
  .header-filters button.open-now em.count {
    background-color: #20ba6d;
  }
  /* line 747, ../scss/includes/_bloques.scss */
  .header-filters--partyCal {
    padding-top: 7.5px;
    padding-right: 15px;
    border-top: 1px solid #D2D0D1;
    border-bottom: none;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 10;
    background-color: #36454f;
  }
  /* line 757, ../scss/includes/_bloques.scss */
  .header-filters--partyCal button {
    color: #FFFFFF;
  }
  /* line 762, ../scss/includes/_bloques.scss */
  .header-filters.sticky {
    line-height: 34px;
    background-color: #36454f;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    visibility: visible;
    display: initial;
    z-index: 500;
    border-bottom: none;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    padding: 0;
    border: none;
    text-align: right;
  }
  /* line 780, ../scss/includes/_bloques.scss */
  .header-filters.sticky button {
    color: #FFFFFF;
  }
  /* line 782, ../scss/includes/_bloques.scss */
  .header-filters.sticky button:last-child {
    margin-right: 15px;
  }
}
/* line 789, ../scss/includes/_bloques.scss */
.section--isotope-filters {
  padding: 0 0 15px;
}
@media only screen and (max-width: 991px) {
  /* line 789, ../scss/includes/_bloques.scss */
  .section--isotope-filters {
    padding: 0 0 15px;
  }
}
/* line 794, ../scss/includes/_bloques.scss */
.section--isotope-filters h3, .section--isotope-filters .aside--section-form h2, .aside--section-form .section--isotope-filters h2 {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
/* line 799, ../scss/includes/_bloques.scss */
.section--isotope-filters ul {
  margin-top: 15px;
  width: 100%;
}
/* line 803, ../scss/includes/_bloques.scss */
.section--isotope-filters .custom-radiocheckbox {
  margin-bottom: 7.5px;
}

/* line 809, ../scss/includes/_bloques.scss */
.show-filters:after {
  content: " ";
  background-image: url("../img/filter.svg");
  background-size: 16px 10px;
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  right: -5px;
}
/* line 814, ../scss/includes/_bloques.scss */
.show-filters:hover:after, .show-filters.active:after {
  content: " ";
  background-image: url("../img/filter-white.svg");
  background-size: 16px 10px;
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
}

/* line 821, ../scss/includes/_bloques.scss */
.section--villa-availability {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  /* line 821, ../scss/includes/_bloques.scss */
  .section--villa-availability {
    padding: 30px 0;
  }
  /* line 824, ../scss/includes/_bloques.scss */
  .section--villa-availability .formatted-dates {
    margin-top: 30px;
  }
  /* line 828, ../scss/includes/_bloques.scss */
  .section--villa-availability form {
    background-color: #f5f4f5;
    padding: 15px;
  }
}

/*----------  Aside  ----------*/
/* line 838, ../scss/includes/_bloques.scss */
.aside {
  text-align: center;
}
/* line 841, ../scss/includes/_bloques.scss */
.aside .tags-cloud {
  text-align: center;
}

/* line 846, ../scss/includes/_bloques.scss */
.aside--section {
  margin-bottom: 50px;
  /* needs margin because the aside--section for ads has no margin in case it has no ads and is set to display: none */
}
/* line 848, ../scss/includes/_bloques.scss */
.aside--section.no-margin-bottom {
  margin-bottom: 0;
}
/* line 852, ../scss/includes/_bloques.scss */
.aside--section.bg, .aside--section .bg {
  background-color: #f5f4f5;
  padding: 15px;
}
/* line 857, ../scss/includes/_bloques.scss */
.aside--section-contact .fa {
  font-size: 24px;
  margin: 0 15px;
}
/* line 861, ../scss/includes/_bloques.scss */
.aside--section-contact a {
  font-weight: 700;
  font-size: 16px;
}
/* line 865, ../scss/includes/_bloques.scss */
.aside--section-contact a:not(.cta-primary):not(.cta-secondary):not(.cta-whatsapp) {
  color: #3fb5e9;
}
/* line 869, ../scss/includes/_bloques.scss */
.aside--section-contact .social-icon svg {
  width: 30px;
  height: 30px;
}
/* line 874, ../scss/includes/_bloques.scss */
.aside--section-contact [class*="cta"] {
  width: 100%;
}
/* line 879, ../scss/includes/_bloques.scss */
.aside--section .mpuBannerSize {
  margin-bottom: 50px;
}

/* line 884, ../scss/includes/_bloques.scss */
.main .aside--section-book-direct {
  text-align: center;
  margin: auto;
  width: 300px;
}
/* line 885, ../scss/includes/_bloques.scss */
.main .aside--section-book-direct .group-title, .main .aside--section-book-direct .section--latest-reviews h2, .section--latest-reviews .main .aside--section-book-direct h2 {
  display: none;
}

@media only screen and (max-width: 991px) {
  /* line 893, ../scss/includes/_bloques.scss */
  .aside--section-map {
    display: none;
  }
}

/* line 899, ../scss/includes/_bloques.scss */
.aside-FAQ {
  padding: 15px;
  border-radius: 5px;
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 15px;
}
/* line 906, ../scss/includes/_bloques.scss */
.aside-FAQ a {
  color: #f49739;
}
/* line 908, ../scss/includes/_bloques.scss */
.aside-FAQ a:hover {
  font-weight: bold;
}

/* line 914, ../scss/includes/_bloques.scss */
.aside-newsletter {
  background-color: #f5f4f5;
  padding: 15px;
  text-align: left;
}
/* line 919, ../scss/includes/_bloques.scss */
.aside-newsletter p, .aside-newsletter #comments .comment-body, #comments .aside-newsletter .comment-body {
  margin-bottom: 5px;
}
/* line 922, ../scss/includes/_bloques.scss */
.aside-newsletter small {
  color: #707070;
  display: block;
  margin-bottom: 15px;
}
/* line 927, ../scss/includes/_bloques.scss */
.aside-newsletter input {
  background-color: #FFFFFF;
}

/*----------  BLOCK - booking.com link ----------*/
/* line 934, ../scss/includes/_bloques.scss */
.bookingComLogo {
  margin-bottom: 15px;
}

/*----------  Text links  ----------*/
/* line 940, ../scss/includes/_bloques.scss */
.text-links {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  /* line 940, ../scss/includes/_bloques.scss */
  .text-links {
    display: block;
  }
  /* line 944, ../scss/includes/_bloques.scss */
  .text-links ul {
    margin-bottom: 30px;
  }
}
/* line 949, ../scss/includes/_bloques.scss */
.text-links .link-col {
  flex: 1 0 auto;
}
@media only screen and (min-width: 992px) {
  /* line 949, ../scss/includes/_bloques.scss */
  .text-links .link-col {
    flex-basis: calc(100% / 7);
  }
}
/* line 954, ../scss/includes/_bloques.scss */
.text-links .link-col li, .text-links .link-col .list_split-4 > div {
  margin: 5px 5px 10px 0;
}
/* line 956, ../scss/includes/_bloques.scss */
.text-links .link-col li span, .text-links .link-col .list_split-4 > div span {
  color: #aaaaaa;
}
@media only screen and (max-width: 767px) {
  /* line 959, ../scss/includes/_bloques.scss */
  .text-links .link-col li.text-links--subheader, .text-links .link-col .list_split-4 > div.text-links--subheader {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 954, ../scss/includes/_bloques.scss */
  .text-links .link-col li, .text-links .link-col .list_split-4 > div {
    font-size: 16px;
  }
  /* line 966, ../scss/includes/_bloques.scss */
  .text-links .link-col li a, .text-links .link-col .list_split-4 > div a {
    display: block;
  }
}
/* line 973, ../scss/includes/_bloques.scss */
.text-links-4col .link-col {
  flex-basis: 25%;
}
/* line 978, ../scss/includes/_bloques.scss */
.text-links-5col .link-col {
  flex-basis: 20%;
}
/* line 982, ../scss/includes/_bloques.scss */
.text-links .group-title, .text-links .section--latest-reviews h2, .section--latest-reviews .text-links h2 {
  flex: 0 0 100%;
}
/* line 985, ../scss/includes/_bloques.scss */
.text-links--subheader {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 988, ../scss/includes/_bloques.scss */
.text-links--subheader-empty {
  color: #D2D0D1;
}
/* line 992, ../scss/includes/_bloques.scss */
.text-links .see-more {
  text-transform: none;
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  /* line 940, ../scss/includes/_bloques.scss */
  .text-links {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1004, ../scss/includes/_bloques.scss */
  .text-links--panel-2col ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
  /* line 1014, ../scss/includes/_bloques.scss */
  .text-links--panel-3col ul {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1026, ../scss/includes/_bloques.scss */
  .text-links--panel-4col ul {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
}
/* line 1036, ../scss/includes/_bloques.scss */
.text-links--panel li, .text-links--panel .list_split-4 > div {
  margin: 5px 0;
}
/* line 1039, ../scss/includes/_bloques.scss */
.text-links--panel a {
  font-size: 14px;
}

/* line 1045, ../scss/includes/_bloques.scss */
.section--partyguide h3, .section--partyguide .aside--section-form h2, .aside--section-form .section--partyguide h2 {
  margin: auto;
}
/* line 1048, ../scss/includes/_bloques.scss */
.section--partyguide .party-year {
  font-size: 14px;
}
/* line 1049, ../scss/includes/_bloques.scss */
.section--partyguide .party-year:before {
  content: '(';
}
/* line 1052, ../scss/includes/_bloques.scss */
.section--partyguide .party-year:after {
  content: ')';
}
/* line 1055, ../scss/includes/_bloques.scss */
.section--partyguide .party-year--active {
  color: #f49739 !important;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  /* line 1061, ../scss/includes/_bloques.scss */
  .section--partyguide .text-links {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
  }
  /* line 1063, ../scss/includes/_bloques.scss */
  .section--partyguide .text-links--subheader {
    margin: 15px 0 !important;
  }
}
/* line 1071, ../scss/includes/_bloques.scss */
.section--partyguide li, .section--partyguide .list_split-4 > div {
  font-size: 16px;
}
/* line 1073, ../scss/includes/_bloques.scss */
.section--partyguide li a, .section--partyguide .list_split-4 > div a {
  display: block;
}
/* line 1077, ../scss/includes/_bloques.scss */
.section--partyguide--venue-logo {
  width: 160px;
  margin: auto;
}
/* line 1080, ../scss/includes/_bloques.scss */
.section--partyguide--venue-logo img {
  width: 100%;
  border: 1px solid #D2D0D1;
  border-radius: 5px;
}
/* line 1087, ../scss/includes/_bloques.scss */
.section--partyguide > div:nth-child(n+2) .section--partyguide--venue-logo {
  margin-top: 50px;
}
@media only screen and (max-width: 500px) {
  /* line 1087, ../scss/includes/_bloques.scss */
  .section--partyguide > div:nth-child(n+2) .section--partyguide--venue-logo {
    margin-top: 30px;
  }
}

/*----------  Make video iframes reponsive ----------*/
/* line 1099, ../scss/includes/_bloques.scss */
.video--wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
/* line 1104, ../scss/includes/_bloques.scss */
.video--wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------  Pagination ----------*/
/* line 1115, ../scss/includes/_bloques.scss */
.pager {
  text-align: center;
  margin: 15px auto;
}
/* line 1116, ../scss/includes/_bloques.scss */
.pager .previous, .pager .next {
  display: none;
}
/* line 1121, ../scss/includes/_bloques.scss */
.pager li, .pager .list_split-4 > div {
  display: inline;
  padding: 0;
  text-transform: uppercase;
}
/* line 1124, ../scss/includes/_bloques.scss */
.pager li > a, .pager .list_split-4 > div > a {
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 8px 12px;
}
@media only screen and (max-width: 767px) {
  /* line 1124, ../scss/includes/_bloques.scss */
  .pager li > a, .pager .list_split-4 > div > a {
    padding: 6px 8px;
  }
}
/* line 1135, ../scss/includes/_bloques.scss */
.pager li.current, .pager .list_split-4 > div.current {
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #f49739;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  /* line 1135, ../scss/includes/_bloques.scss */
  .pager li.current, .pager .list_split-4 > div.current {
    padding: 6px 8px;
  }
}

/* line 1148, ../scss/includes/_bloques.scss */
.no-touch .item-list-pager li a:focus, .no-touch .item-list-pager .list_split-4 > div a:focus, .no-touch .item-list-pager li a:hover, .no-touch .item-list-pager .list_split-4 > div a:hover {
  background-color: #f49739;
  color: #FFFFFF;
}

/* ------- SITE SEARCH --------*/
/* line 1160, ../scss/includes/_bloques.scss */
.section--site-search .svg {
  opacity: 0.6;
  text-align: center;
}

/*----------  DJs ----------*/
/* line 1169, ../scss/includes/_bloques.scss */
.section--djs {
  margin: 30px 0;
}

/*----------  text-links ----------*/
/*----------  article ----------*/
/* line 1179, ../scss/includes/_bloques.scss */
.byline--container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: absolute;
  top: -25px;
  width: 100%;
}
/* line 1186, ../scss/includes/_bloques.scss */
.byline--container .byline--author {
  display: block;
  font-size: 14px;
}
/* line 1189, ../scss/includes/_bloques.scss */
.byline--container .byline--author time, .byline--container .byline--author .post-author {
  display: inline;
  font-size: 14px;
}
/* line 1193, ../scss/includes/_bloques.scss */
.byline--container .byline--author a {
  color: #3fb5e9;
  font-weight: bold;
}
/* line 1198, ../scss/includes/_bloques.scss */
.byline--container li:not(:first-child), .byline--container .list_split-4 > div:not(:first-child) {
  margin-left: 7.5px;
}

/*----------  overlays ----------*/
/* line 1205, ../scss/includes/_bloques.scss */
.overlay--datepicker {
  color: #36454f;
  /* overwrite section-hero colo */
  background-color: #FFFFFF;
  text-align: left;
}
/* line 1209, ../scss/includes/_bloques.scss */
.overlay--datepicker h4 {
  border: none;
}

/* line 1213, ../scss/includes/_bloques.scss */
.overlay--topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  /* margin-bottom: 30px; */
  background-color: #36454f;
  color: white;
  height: 50px;
  text-transform: lowercase;
}
@media only screen and (min-width: 992px) {
  /* line 1213, ../scss/includes/_bloques.scss */
  .overlay--topbar {
    display: none;
  }
}
/* line 1217, ../scss/includes/_bloques.scss */
.overlay--topbar svg {
  fill: #FFFFFF;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 5px;
}
/* line 1227, ../scss/includes/_bloques.scss */
.overlay--topbar.hide-accept {
  justify-content: flex-end;
}
/* line 1236, ../scss/includes/_bloques.scss */
.overlay--topbar [class*="cta"] {
  border-radius: 5px;
}

/* line 1240, ../scss/includes/_bloques.scss */
.overlay--topbar-link {
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 1245, ../scss/includes/_bloques.scss */
.overlay--topbar-link.no-text:after {
  top: 0;
  left: 0;
  background-size: 18px 23px;
  width: 18px;
  height: 23px;
}

@media only screen and (max-width: 991px) {
  /* line 1254, ../scss/includes/_bloques.scss */
  .overlay-container {
    overflow-y: auto;
    position: fixed;
    top: 50px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
  }
  /* line 1261, ../scss/includes/_bloques.scss */
  .overlay-container.no-button {
    bottom: 0;
  }

  /** override for main nav menu which already has padding */
  /* line 1267, ../scss/includes/_bloques.scss */
  .top-nav--menu .overlay-container {
    top: 50px;
    padding: 0 0 30px 0;
  }
}
/* line 1273, ../scss/includes/_bloques.scss */
.filter-submit {
  position: fixed;
  bottom: 0;
}

/*----------  Featured reviews ----------*/
/* line 1280, ../scss/includes/_bloques.scss */
.featured-reviews {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1284, ../scss/includes/_bloques.scss */
.featured-reviews .comment-text {
  margin-right: auto;
  margin-left: auto;
  width: 740px;
}
@media only screen and (max-width: 768px) {
  /* line 1284, ../scss/includes/_bloques.scss */
  .featured-reviews .comment-text {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1280, ../scss/includes/_bloques.scss */
  .featured-reviews {
    width: 300px;
  }
}

/*----------  Facebook icons ----------*/
/* line 1299, ../scss/includes/_bloques.scss */
.section--social {
  min-height: 80px;
}

/*----------  Client article promos ----------*/
/* line 1305, ../scss/includes/_bloques.scss */
.section--article-promo {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  /* negative margin hack for equally spaced cols and edges */
  margin-left: -15px;
  margin-right: -15px;
  /* hack to align last items left */
}
/* line 72, ../scss/includes/_grid.scss */
.section--article-promo:after {
  height: 0;
  content: "";
  width: 22%;
}
@supports not (display: grid) {
  /* line 78, ../scss/includes/_grid.scss */
  .section--article-promo .group-title, .section--article-promo .section--latest-reviews h2, .section--latest-reviews .section--article-promo h2, .section--article-promo .item-list-pager {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 1305, ../scss/includes/_bloques.scss */
  .section--article-promo {
    display: block;
  }
}
/* line 85, ../scss/includes/_grid.scss */
.section--article-promo > div:not(.group-title) {
  width: 22%;
}
@supports (display: grid) {
  /* line 1305, ../scss/includes/_bloques.scss */
  .section--article-promo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .section--article-promo .group-title, .section--article-promo .section--latest-reviews h2, .section--latest-reviews .section--article-promo h2, .section--article-promo .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 1305, ../scss/includes/_bloques.scss */
    .section--article-promo {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 1305, ../scss/includes/_bloques.scss */
    .section--article-promo {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 1305, ../scss/includes/_bloques.scss */
    .section--article-promo {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .section--article-promo > div, .section--article-promo > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  @media only screen and (max-width: 500px) {
    /* line 123, ../scss/includes/_grid.scss */
    .section--article-promo > div, .section--article-promo > div:not(.group-title) {
      margin-right: auto;
      margin-left: auto;
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 1305, ../scss/includes/_bloques.scss */
    .section--article-promo {
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
  }
}

/*----------- X-pic-horizontal ------------*/
@media only screen and (max-width: 767px) {
  /* line 1313, ../scss/includes/_bloques.scss */
  .section--x-pic-horizontal {
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1320, ../scss/includes/_bloques.scss */
  .section--x-pic-horizontal .item {
    flex: 0 0 300px;
    margin-right: 15px !important;
    /*width: 80%;*/
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  /* line 1320, ../scss/includes/_bloques.scss */
  .section--x-pic-horizontal .item {
    flex-basis: 70vw;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1328, ../scss/includes/_bloques.scss */
  .section--x-pic-horizontal.section--listing-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/** magazine, special layout */
@media only screen and (max-width: 991px) {
  /* line 1336, ../scss/includes/_bloques.scss */
  .magazine-frontpage .section--x-pic-horizontal, .section--portrait .section--x-pic-horizontal {
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1343, ../scss/includes/_bloques.scss */
  .magazine-frontpage .section--x-pic-horizontal .item, .section--portrait .section--x-pic-horizontal .item {
    /*width: 300px;*/
    flex: 0 0 300px;
    margin-right: 15px !important;
    /*width: 80%;*/
  }
  /* line 1349, ../scss/includes/_bloques.scss */
  .magazine-frontpage .section--x-pic-horizontal.section--listing-cols-4, .section--portrait .section--x-pic-horizontal.section--listing-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/** portrait homepage, special layout */
/* line 1359, ../scss/includes/_bloques.scss */
.section--portrait .section--listing {
  display: grid;
}
@media only screen and (max-width: 991px) {
  /* line 1359, ../scss/includes/_bloques.scss */
  .section--portrait .section--listing {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  /* line 1359, ../scss/includes/_bloques.scss */
  .section--portrait .section--listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  /* line 1368, ../scss/includes/_bloques.scss */
  .section--portrait .section--listing > div:nth-child(even) {
    margin-left: 7.5px;
  }
  /* line 1371, ../scss/includes/_bloques.scss */
  .section--portrait .section--listing > div:nth-child(odd) {
    margin-right: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1378, ../scss/includes/_bloques.scss */
  .section--portrait .group-title, .section--portrait .section--latest-reviews h2, .section--latest-reviews .section--portrait h2 {
    display: none;
  }
  /* line 1383, ../scss/includes/_bloques.scss */
  .section--portrait .item:nth-child(n+6) .card-item, .section--portrait .item:nth-child(n+6) .card-event {
    margin-bottom: 0;
  }
}

/* line 1391, ../scss/includes/_bloques.scss */
.google-maps {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1397, ../scss/includes/_bloques.scss */
.google-maps-icon:after {
  content: " ";
  background-image: url("../img/maps/google-maps.svg");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  margin-right: 5px;
  margin-top: 5px;
}
/* line 1403, ../scss/includes/_bloques.scss */
.google-maps a {
  display: block;
  padding: 5px 0;
}

/* line 1410, ../scss/includes/_bloques.scss */
.mobile-cta {
  display: flex;
  justify-content: center;
  padding: 15px 0 0 0;
}

/**
 * home page and clubbing home mobile hero layout
 */
/* line 1418, ../scss/includes/_bloques.scss */
.this-week {
  display: none;
  padding: 30px 0 0 0;
}
/* line 1421, ../scss/includes/_bloques.scss */
.this-week > * {
  margin: 0 7.5px;
}

@media only screen and (max-width: 991px) {
  /* line 1427, ../scss/includes/_bloques.scss */
  .this-week {
    display: flex;
  }

  /* line 1431, ../scss/includes/_bloques.scss */
  .page-nid-153 .this-week--events, .page-nid-67911 .this-week--events {
    display: none;
  }

  /* line 1436, ../scss/includes/_bloques.scss */
  .page-nid-69711 .this-week {
    justify-content: flex-start;
    padding-top: 0;
    margin-bottom: 7.5px;
  }

  /* line 1443, ../scss/includes/_bloques.scss */
  .page-nid-153 .hero-heading .h1 {
    position: relative;
    top: -10px;
  }

  /* line 1448, ../scss/includes/_bloques.scss */
  .this-week + .form-links-group {
    margin-top: 0;
  }
}
/*=====  End of BLOQUES  ======*/
/*=================================
=            PANTALLAS            =
=================================*/
/*----------  CATEGORY  ----------*/
/* line 9, ../scss/includes/_pantallas.scss */
.section--cat-nav {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 9, ../scss/includes/_pantallas.scss */
  .section--cat-nav {
    padding: 15px 0;
  }
}

/* line 17, ../scss/includes/_pantallas.scss */
.cat-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}
/* line 23, ../scss/includes/_pantallas.scss */
.cat-nav li, .cat-nav .list_split-4 > div {
  margin-right: 15px;
  white-space: nowrap;
  order: 5;
}
/* line 26, ../scss/includes/_pantallas.scss */
.cat-nav li:not(:last-child) h3, .cat-nav .list_split-4 > div:not(:last-child) h3, .cat-nav li:not(:last-child) .aside--section-form h2, .aside--section-form .cat-nav li:not(:last-child) h2, .cat-nav .list_split-4 > div:not(:last-child) .aside--section-form h2, .aside--section-form .cat-nav .list_split-4 > div:not(:last-child) h2 {
  /*&:after {
    content: "|";
    display: inline-block;
    margin: 0 10px 0 5px;
    color: $smokedk;
  }*/
}
/* line 37, ../scss/includes/_pantallas.scss */
.cat-nav li:first-child, .cat-nav .list_split-4 > div:first-child {
  order: -2;
}
@media only screen and (max-width: 767px) {
  /* line 37, ../scss/includes/_pantallas.scss */
  .cat-nav li:first-child, .cat-nav .list_split-4 > div:first-child {
    display: none;
  }
}
/* line 42, ../scss/includes/_pantallas.scss */
.cat-nav li:first-child h3, .cat-nav .list_split-4 > div:first-child h3, .cat-nav li:first-child .aside--section-form h2, .aside--section-form .cat-nav li:first-child h2, .cat-nav .list_split-4 > div:first-child .aside--section-form h2, .aside--section-form .cat-nav .list_split-4 > div:first-child h2 {
  text-transform: inherit;
}
/* line 46, ../scss/includes/_pantallas.scss */
.cat-nav li:nth-child(2), .cat-nav .list_split-4 > div:nth-child(2) {
  order: -1;
}
/* line 50, ../scss/includes/_pantallas.scss */
.cat-nav li.active, .cat-nav .list_split-4 > div.active {
  order: 1;
}
/* line 53, ../scss/includes/_pantallas.scss */
.cat-nav li.active h3, .cat-nav .list_split-4 > div.active h3, .cat-nav li.active .aside--section-form h2, .aside--section-form .cat-nav li.active h2, .cat-nav .list_split-4 > div.active .aside--section-form h2, .aside--section-form .cat-nav .list_split-4 > div.active h2 {
  color: #f49739;
}
/* line 57, ../scss/includes/_pantallas.scss */
.cat-nav li.active [class*="ico-"], .cat-nav .list_split-4 > div.active [class*="ico-"] {
  background-color: #f49739;
  color: #FFFFFF;
}
/* line 64, ../scss/includes/_pantallas.scss */
.cat-nav li:not(.active) [class*="title-h"], .cat-nav .list_split-4 > div:not(.active) [class*="title-h"] {
  color: #707070;
}
/* line 67, ../scss/includes/_pantallas.scss */
.cat-nav li:not(.active) [class*="ico-"], .cat-nav .list_split-4 > div:not(.active) [class*="ico-"] {
  background-color: #f5f4f5;
}
/* line 69, ../scss/includes/_pantallas.scss */
.cat-nav li:not(.active) [class*="ico-"]:before, .cat-nav .list_split-4 > div:not(.active) [class*="ico-"]:before {
  color: #D2D0D1;
}
@media only screen and (max-width: 767px) {
  /* line 75, ../scss/includes/_pantallas.scss */
  .cat-nav li [class*="title-h"], .cat-nav .list_split-4 > div [class*="title-h"] {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
  }
}
/* line 84, ../scss/includes/_pantallas.scss */
.cat-nav [class*="ico-"] {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 84, ../scss/includes/_pantallas.scss */
  .cat-nav [class*="ico-"] {
    margin-right: 0;
  }
}

/*----------  PRODUCT DETAIL  ----------*/
/* line 95, ../scss/includes/_pantallas.scss */
.section--summary {
  margin-bottom: 30px;
}
/* line 101, ../scss/includes/_pantallas.scss */
.section--summary ul li, .section--summary ul .list_split-4 > div {
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 101, ../scss/includes/_pantallas.scss */
  .section--summary ul li, .section--summary ul .list_split-4 > div {
    float: none;
  }
}
/* line 108, ../scss/includes/_pantallas.scss */
.section--summary ul li.summary-img, .section--summary ul .list_split-4 > div.summary-img {
  width: 180px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 108, ../scss/includes/_pantallas.scss */
  .section--summary ul li.summary-img, .section--summary ul .list_split-4 > div.summary-img {
    width: 100%;
  }
}
/* line 118, ../scss/includes/_pantallas.scss */
.section--summary ul li.summary-txt, .section--summary ul .list_split-4 > div.summary-txt {
  width: calc(100% - 210px);
}
@media only screen and (max-width: 767px) {
  /* line 118, ../scss/includes/_pantallas.scss */
  .section--summary ul li.summary-txt, .section--summary ul .list_split-4 > div.summary-txt {
    width: 100%;
  }
}

/* line 129, ../scss/includes/_pantallas.scss */
.form-header {
  position: relative;
  background-color: #3fb5e9;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
/* line 137, ../scss/includes/_pantallas.scss */
.form-header > * {
  font-weight: normal;
}
/* line 141, ../scss/includes/_pantallas.scss */
.form-header--offers {
  background-color: #3fb5e9;
}
/* line 144, ../scss/includes/_pantallas.scss */
.form-header h3, .form-header .aside--section-form h2, .aside--section-form .form-header h2 {
  margin-bottom: 0;
}
/* line 147, ../scss/includes/_pantallas.scss */
.form-header .card-pricetag {
  position: absolute;
  bottom: -30px;
  right: 0px;
  min-width: 80px;
  left: auto;
}

/* line 156, ../scss/includes/_pantallas.scss */
.product-form {
  background-color: #f5f4f5;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: left;
}
/* line 162, ../scss/includes/_pantallas.scss */
.product-form input[type=submit] {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  /* line 166, ../scss/includes/_pantallas.scss */
  .product-form .input-button {
    margin-bottom: 30px;
  }
}
/* line 172, ../scss/includes/_pantallas.scss */
.product-form + .cta-FAQ {
  margin-top: -10px;
}
/* line 175, ../scss/includes/_pantallas.scss */
.product-form .price {
  color: #3fb5e9;
}
/* line 178, ../scss/includes/_pantallas.scss */
.product-form .originalPrice {
  text-decoration: line-through;
  color: #707070;
}

/* line 184, ../scss/includes/_pantallas.scss */
#dates-message {
  display: none;
  text-align: center;
  color: #3fb5e9;
}
/* line 188, ../scss/includes/_pantallas.scss */
#dates-message .price {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0 10px;
}
/* line 192, ../scss/includes/_pantallas.scss */
#dates-message .price:before {
  content: none;
}
/* line 196, ../scss/includes/_pantallas.scss */
#dates-message .desc {
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  /* line 201, ../scss/includes/_pantallas.scss */
  .villa-availability {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  /* line 208, ../scss/includes/_pantallas.scss */
  .sidebar-form, .form-header, .aside-FAQ {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  /* line 214, ../scss/includes/_pantallas.scss */
  .aside--section-form .group-title, .aside--section-form .section--latest-reviews h2, .section--latest-reviews .aside--section-form h2 {
    display: none;
  }
}
/* line 219, ../scss/includes/_pantallas.scss */
.aside--section-form h2 {
  text-transform: uppercase;
  background-color: #3fb5e9;
  padding: 30px;
  border-radius: 5px;
  color: #FFFFFF;
}
/* line 227, ../scss/includes/_pantallas.scss */
.aside--section-form .webform-client-form {
  background-color: #f5f4f5;
  padding: 15px;
}
/* line 233, ../scss/includes/_pantallas.scss */
.aside--section-form .webform-client-form .webform-datepicker {
  display: flex;
  justify-content: space-between;
}
/* line 236, ../scss/includes/_pantallas.scss */
.aside--section-form .webform-client-form .webform-datepicker > div {
  flex-grow: 1;
  margin: 0 5px;
}
/* line 239, ../scss/includes/_pantallas.scss */
.aside--section-form .webform-client-form .webform-datepicker > div select {
  padding-right: 10px;
}

/* line 248, ../scss/includes/_pantallas.scss */
.sidebar-form.overlay {
  z-index: 999999;
  background-color: #f5f4f5;
  border-radius: 0;
}
/* line 253, ../scss/includes/_pantallas.scss */
.sidebar-form.overlay fieldset {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
/* line 259, ../scss/includes/_pantallas.scss */
.sidebar-form.overlay .form-header {
  border-radius: 0;
}
/* line 263, ../scss/includes/_pantallas.scss */
.sidebar-form.overlay .input-button button {
  width: 100%;
}

/* line 269, ../scss/includes/_pantallas.scss */
.form--activity-tickets .select-custom > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 273, ../scss/includes/_pantallas.scss */
.form--activity-tickets .select-custom > div label {
  padding-bottom: 0;
}
/* line 276, ../scss/includes/_pantallas.scss */
.form--activity-tickets .select-custom > div select {
  max-width: 50%;
}
/* line 280, ../scss/includes/_pantallas.scss */
.form--activity-tickets .ticket-group {
  border-bottom: 1px solid #D2D0D1;
  margin: 30px 0;
  padding-bottom: 30px;
}

/* line 287, ../scss/includes/_pantallas.scss */
.overlay-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #D2D0D1;
  padding-bottom: 15px;
}
/* line 293, ../scss/includes/_pantallas.scss */
.overlay-header .fa {
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  /* line 287, ../scss/includes/_pantallas.scss */
  .overlay-header {
    display: none;
  }
}

/*----------  Magazine  ----------*/
/* line 303, ../scss/includes/_pantallas.scss */
.magazine-frontpage {
  padding-bottom: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 306, ../scss/includes/_pantallas.scss */
  .magazine-frontpage:not(:first-of-type) {
    padding-top: 30px;
  }
}
/* line 310, ../scss/includes/_pantallas.scss */
.magazine-frontpage .item {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 315, ../scss/includes/_pantallas.scss */
  .magazine-frontpage h2 {
    font-size: 16px;
  }
}

/* line 320, ../scss/includes/_pantallas.scss */
.section--search + .magazine-frontpage {
  padding-top: 30px;
}

/* line 324, ../scss/includes/_pantallas.scss */
.info {
  text-align: center;
  margin-top: 110px;
}

/* line 329, ../scss/includes/_pantallas.scss */
.frontpage-image {
  margin-bottom: 15px;
  position: relative;
}
/* line 332, ../scss/includes/_pantallas.scss */
.frontpage-image:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  right: -3px;
  top: 60px;
}
@media only screen and (max-width: 991px) {
  /* line 332, ../scss/includes/_pantallas.scss */
  .frontpage-image:after {
    border-width: 0 15px 15px;
    border-color: #FFFFFF transparent;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 991px) {
  /* line 355, ../scss/includes/_pantallas.scss */
  .frontpage-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  /* line 363, ../scss/includes/_pantallas.scss */
  .frontpage-summary p, .frontpage-summary #comments .comment-body, #comments .frontpage-summary .comment-body, .frontpage-summary h4, .frontpage-summary ul, .frontpage-summary .see-more {
    display: none;
  }
}
/*----------  Promoters  ----------*/
/* line 381, ../scss/includes/_pantallas.scss */
.aside--section .card-event {
  flex-basis: 50%;
}

/**
 * layout for grid compatible browsers - all except IE11 - all mobile
 */
/* line 388, ../scss/includes/_pantallas.scss */
.section--promoter-logos {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  /* negative margin hack for equally spaced cols and edges */
  margin-left: -15px;
  margin-right: -15px;
  /* hack to align last items left */
}
/* line 72, ../scss/includes/_grid.scss */
.section--promoter-logos:after {
  height: 0;
  content: "";
  width: 22%;
}
@supports not (display: grid) {
  /* line 78, ../scss/includes/_grid.scss */
  .section--promoter-logos .group-title, .section--promoter-logos .section--latest-reviews h2, .section--latest-reviews .section--promoter-logos h2, .section--promoter-logos .item-list-pager {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 388, ../scss/includes/_pantallas.scss */
  .section--promoter-logos {
    display: block;
  }
}
/* line 85, ../scss/includes/_grid.scss */
.section--promoter-logos > div:not(.group-title) {
  width: 22%;
}
@supports (display: grid) {
  /* line 388, ../scss/includes/_pantallas.scss */
  .section--promoter-logos {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .section--promoter-logos .group-title, .section--promoter-logos .section--latest-reviews h2, .section--latest-reviews .section--promoter-logos h2, .section--promoter-logos .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 388, ../scss/includes/_pantallas.scss */
    .section--promoter-logos {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 388, ../scss/includes/_pantallas.scss */
    .section--promoter-logos {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 388, ../scss/includes/_pantallas.scss */
    .section--promoter-logos {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .section--promoter-logos > div, .section--promoter-logos > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
@media only screen and (max-width: 500px) {
  /* line 388, ../scss/includes/_pantallas.scss */
  .section--promoter-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 394, ../scss/includes/_pantallas.scss */
  .section--promoter-logos > div:first-child {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 399, ../scss/includes/_pantallas.scss */
.section--promoter-logos img {
  max-width: 100px;
}

/* line 403, ../scss/includes/_pantallas.scss */
.section--promoter-logos-tickets-home {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  /* negative margin hack for equally spaced cols and edges */
  margin-left: -15px;
  margin-right: -15px;
  /* hack to align last items left */
}
/* line 72, ../scss/includes/_grid.scss */
.section--promoter-logos-tickets-home:after {
  height: 0;
  content: "";
  width: 22%;
}
@supports not (display: grid) {
  /* line 78, ../scss/includes/_grid.scss */
  .section--promoter-logos-tickets-home .group-title, .section--promoter-logos-tickets-home .section--latest-reviews h2, .section--latest-reviews .section--promoter-logos-tickets-home h2, .section--promoter-logos-tickets-home .item-list-pager {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 403, ../scss/includes/_pantallas.scss */
  .section--promoter-logos-tickets-home {
    display: block;
  }
}
/* line 85, ../scss/includes/_grid.scss */
.section--promoter-logos-tickets-home > div:not(.group-title) {
  width: 22%;
}
@supports (display: grid) {
  /* line 403, ../scss/includes/_pantallas.scss */
  .section--promoter-logos-tickets-home {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .section--promoter-logos-tickets-home .group-title, .section--promoter-logos-tickets-home .section--latest-reviews h2, .section--latest-reviews .section--promoter-logos-tickets-home h2, .section--promoter-logos-tickets-home .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 403, ../scss/includes/_pantallas.scss */
    .section--promoter-logos-tickets-home {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 403, ../scss/includes/_pantallas.scss */
    .section--promoter-logos-tickets-home {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 403, ../scss/includes/_pantallas.scss */
    .section--promoter-logos-tickets-home {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .section--promoter-logos-tickets-home > div, .section--promoter-logos-tickets-home > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}

/* line 408, ../scss/includes/_pantallas.scss */
aside .section--promoter-logos {
  box-shadow: none;
  background-color: transparent;
  grid-template-columns: repeat(2, 1fr);
}
/* line 413, ../scss/includes/_pantallas.scss */
aside .section--promoter-logos .card-event {
  margin-bottom: 0;
}
/* line 417, ../scss/includes/_pantallas.scss */
aside ul.std {
  text-align: left;
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 17px;
}
/* line 422, ../scss/includes/_pantallas.scss */
aside ul.std li, aside ul.std .list_split-4 > div {
  margin-bottom: 5px;
  display: list-item;
}
/* line 426, ../scss/includes/_pantallas.scss */
aside ul.std a {
  color: #f49739;
  font-weight: bold;
}

/* line 435, ../scss/includes/_pantallas.scss */
.wysiwyg .promoter-logo img, .magazine-entry .promoter-logo img {
  float: right;
  width: 120px;
  margin: 0 0 30px 30px;
  border-radius: 5px;
}

/* line 444, ../scss/includes/_pantallas.scss */
.eco-logo img {
  float: right;
  width: 100px;
  margin: 0 30px 0 !important;
  border-radius: 5px;
}

/* line 451, ../scss/includes/_pantallas.scss */
.eco-logo-listings img {
  width: 70px;
  position: absolute;
  top: 5%;
  left: 0;
  margin: 0;
}

/**
 * container div is within section to allow the bg to be grey
 * so make the grid on the container div
 */
/* line 464, ../scss/includes/_pantallas.scss */
.section--promoter-listings {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  /* negative margin hack for equally spaced cols and edges */
  margin-left: -15px;
  margin-right: -15px;
  /* hack to align last items left */
}
/* line 72, ../scss/includes/_grid.scss */
.section--promoter-listings:after {
  height: 0;
  content: "";
  width: 22%;
}
@supports not (display: grid) {
  /* line 78, ../scss/includes/_grid.scss */
  .section--promoter-listings .group-title, .section--promoter-listings .section--latest-reviews h2, .section--latest-reviews .section--promoter-listings h2, .section--promoter-listings .item-list-pager {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 464, ../scss/includes/_pantallas.scss */
  .section--promoter-listings {
    display: block;
  }
}
/* line 85, ../scss/includes/_grid.scss */
.section--promoter-listings > div:not(.group-title) {
  width: 22%;
}
@supports (display: grid) {
  /* line 464, ../scss/includes/_pantallas.scss */
  .section--promoter-listings {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .section--promoter-listings .group-title, .section--promoter-listings .section--latest-reviews h2, .section--latest-reviews .section--promoter-listings h2, .section--promoter-listings .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 464, ../scss/includes/_pantallas.scss */
    .section--promoter-listings {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 464, ../scss/includes/_pantallas.scss */
    .section--promoter-listings {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 464, ../scss/includes/_pantallas.scss */
    .section--promoter-listings {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .section--promoter-listings > div, .section--promoter-listings > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  @media only screen and (max-width: 500px) {
    /* line 123, ../scss/includes/_grid.scss */
    .section--promoter-listings > div, .section--promoter-listings > div:not(.group-title) {
      margin-right: auto;
      margin-left: auto;
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 464, ../scss/includes/_pantallas.scss */
    .section--promoter-listings {
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
  }
}

/* line 469, ../scss/includes/_pantallas.scss */
.section--listing-clubs {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  /* negative margin hack for equally spaced cols and edges */
  margin-left: -15px;
  margin-right: -15px;
  /* hack to align last items left */
}
/* line 72, ../scss/includes/_grid.scss */
.section--listing-clubs:after {
  height: 0;
  content: "";
  width: 22%;
}
@supports not (display: grid) {
  /* line 78, ../scss/includes/_grid.scss */
  .section--listing-clubs .group-title, .section--listing-clubs .section--latest-reviews h2, .section--latest-reviews .section--listing-clubs h2, .section--listing-clubs .item-list-pager {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 469, ../scss/includes/_pantallas.scss */
  .section--listing-clubs {
    display: block;
  }
}
/* line 85, ../scss/includes/_grid.scss */
.section--listing-clubs > div:not(.group-title) {
  width: 22%;
}
@supports (display: grid) {
  /* line 469, ../scss/includes/_pantallas.scss */
  .section--listing-clubs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .section--listing-clubs .group-title, .section--listing-clubs .section--latest-reviews h2, .section--latest-reviews .section--listing-clubs h2, .section--listing-clubs .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 469, ../scss/includes/_pantallas.scss */
    .section--listing-clubs {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 469, ../scss/includes/_pantallas.scss */
    .section--listing-clubs {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 469, ../scss/includes/_pantallas.scss */
    .section--listing-clubs {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .section--listing-clubs > div, .section--listing-clubs > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}

/**
 * latest reviews below clients
 */
/* line 478, ../scss/includes/_pantallas.scss */
.section--latest-reviews {
  margin-top: 30px;
}

/*==============================
=           SEARCH MAP         =
==============================*/
/*----------  SEARCH MAP  ----------*/
/* line 7, ../scss/includes/_map.scss */
.map-canvas-container {
  height: 100%;
  width: 100%;
}

/* line 12, ../scss/includes/_map.scss */
.section--searchMap {
  padding: 0;
  background: #3fb5e9;
}

/* line 18, ../scss/includes/_map.scss */
#listings {
  margin-top: 30px;
  position: relative;
}
/* line 21, ../scss/includes/_map.scss */
#listings.loading {
  opacity: 0.3;
}
/* line 23, ../scss/includes/_map.scss */
#listings.loading .fa-refresh {
  display: block;
}
/* line 27, ../scss/includes/_map.scss */
#listings .fa-refresh {
  position: absolute;
  display: none;
  font-size: 20px;
  top: -30px;
  left: 50%;
  right: 50%;
  color: #000000;
}
/* line 36, ../scss/includes/_map.scss */
#listings .fa-times {
  color: #f00;
}

/* line 41, ../scss/includes/_map.scss */
.searchMap-wrapper {
  background: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  /* line 41, ../scss/includes/_map.scss */
  .searchMap-wrapper {
    display: flex;
    width: 100%;
    height: calc(100vh - 72px);
    overflow: hidden;
  }
}

/* line 56, ../scss/includes/_map.scss */
.searchMap-pane h1 {
  margin: 15px 0;
  font-size: 24px;
}
/* line 57, ../scss/includes/_map.scss */
.searchMap-pane h1 .fa {
  font-size: 20px;
  margin-left: 5px;
}
/* line 61, ../scss/includes/_map.scss */
.searchMap-pane h1 span {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 56, ../scss/includes/_map.scss */
  .searchMap-pane h1 {
    margin-top: 20px;
    font-size: 22px;
  }
}
/* line 70, ../scss/includes/_map.scss */
.searchMap-pane h1 time, .searchMap-pane h1 .post-author {
  font-size: 18px;
  margin-left: 5px;
}
/* line 75, ../scss/includes/_map.scss */
.searchMap-pane p.distance, .searchMap-pane #comments .distance.comment-body, #comments .searchMap-pane .distance.comment-body {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  /* line 79, ../scss/includes/_map.scss */
  .searchMap-pane .section--listing {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 54, ../scss/includes/_map.scss */
  .searchMap-pane {
    width: 55%;
    min-width: 520px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  /* line 91, ../scss/includes/_map.scss */
  .searchMap-pane .footer {
    display: none;
  }
}
/* line 98, ../scss/includes/_map.scss */
.searchMap-pane .footer .top-footer {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 101, ../scss/includes/_map.scss */
.searchMap-pane .footer .top-footer ul {
  font-size: 12px;
}
/* line 107, ../scss/includes/_map.scss */
.searchMap-pane .footer .bottom-footer {
  padding: 15px;
}
/* line 110, ../scss/includes/_map.scss */
.searchMap-pane .footer .bottom-footer ul li, .searchMap-pane .footer .bottom-footer ul .list_split-4 > div {
  vertical-align: middle;
}
/* line 112, ../scss/includes/_map.scss */
.searchMap-pane .footer .bottom-footer ul li:first-child, .searchMap-pane .footer .bottom-footer ul .list_split-4 > div:first-child {
  width: auto;
  padding-right: 15px;
}
/* line 117, ../scss/includes/_map.scss */
.searchMap-pane .footer .bottom-footer ul li:last-child, .searchMap-pane .footer .bottom-footer ul .list_split-4 > div:last-child {
  width: auto;
  padding-top: 0;
}

/* line 126, ../scss/includes/_map.scss */
.scroll-content {
  padding: 15px;
  background: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  /* line 126, ../scss/includes/_map.scss */
  .scroll-content {
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    width: 100%;
    padding-bottom: 100px;
  }
}

/* line 140, ../scss/includes/_map.scss */
.map-tags {
  padding-top: 15px;
  border-bottom: 1px solid #D2D0D1;
}
@media only screen and (max-width: 991px) {
  /* line 140, ../scss/includes/_map.scss */
  .map-tags {
    display: none;
  }
}

/* line 149, ../scss/includes/_map.scss */
.map-filters {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D2D0D1;
}
@media only screen and (max-width: 991px) {
  /* line 157, ../scss/includes/_map.scss */
  .map-filters .cta-ghost {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 163, ../scss/includes/_map.scss */
  .map-filters ul {
    display: flex;
    align-items: center;
  }
  /* line 167, ../scss/includes/_map.scss */
  .map-filters ul li, .map-filters ul .list_split-4 > div {
    flex: 1;
  }
  /* line 170, ../scss/includes/_map.scss */
  .map-filters ul li:last-child, .map-filters ul .list_split-4 > div:last-child {
    flex: 2;
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  /* line 179, ../scss/includes/_map.scss */
  .map-filters button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 184, ../scss/includes/_map.scss */
  .map-filters .cta-inactive {
    display: none;
  }
}
/* line 188, ../scss/includes/_map.scss */
.map-filters #mapButtons {
  display: none;
  position: relative;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 188, ../scss/includes/_map.scss */
  .map-filters #mapButtons {
    display: inline-block;
  }
  /* line 194, ../scss/includes/_map.scss */
  .map-filters #mapButtons > div {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    border: 1px solid #D2D0D1;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
    z-index: 10;
  }
  /* line 204, ../scss/includes/_map.scss */
  .map-filters #mapButtons > div a {
    display: block;
    margin: 5px;
    padding: 5px;
  }
  /* line 209, ../scss/includes/_map.scss */
  .map-filters #mapButtons > div:before, .map-filters #mapButtons > div:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
  }
  /* line 216, ../scss/includes/_map.scss */
  .map-filters #mapButtons > div:before {
    border-bottom-color: #fff;
    /* arrow color */
    /* positioning */
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 2;
  }
  /* line 224, ../scss/includes/_map.scss */
  .map-filters #mapButtons > div:after {
    border-bottom-color: #D2D0D1;
    /* border color */
    /* positioning */
    position: absolute;
    top: -13px;
    left: 10px;
    z-index: 1;
  }
}

/* line 238, ../scss/includes/_map.scss */
.resorts-form {
  display: flex;
}
/* line 240, ../scss/includes/_map.scss */
.resorts-form > *:first-child {
  margin-right: 15px;
}

/* line 248, ../scss/includes/_map.scss */
.searchMap-canvas.loading, .loading.listingsMap-canvas {
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  /* line 247, ../scss/includes/_map.scss */
  .searchMap-canvas, .listingsMap-canvas {
    z-index: 0;
    width: 45%;
    position: relative;
    visibility: visible;
    transform: none;
  }
}
/* line 259, ../scss/includes/_map.scss */
.searchMap-canvas .gm-style-mtc, .listingsMap-canvas .gm-style-mtc {
  display: none;
}
/* line 263, ../scss/includes/_map.scss */
.searchMap-canvas .gmnoprint, .listingsMap-canvas .gmnoprint {
  display: block;
}

/* line 269, ../scss/includes/_map.scss */
.listingsMap-canvas {
  background-color: #FFFFFF;
  display: block;
  /** show by default on mobile to allow transition */
}
@media only screen and (min-width: 992px) {
  /* line 269, ../scss/includes/_map.scss */
  .listingsMap-canvas {
    width: 100%;
    height: 500px;
    margin: 30px 0;
    display: none;
    /** hide on desktop to allow toggle */
  }
}

@media only screen and (min-width: 992px) {
  /* line 284, ../scss/includes/_map.scss */
  .show-map:after {
    content: " ";
    background-image: url("../img/map-icon-orange.svg");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 0;
    display: inline-block;
    position: relative;
    pointer-events: none;
    bottom: -2px;
    right: -2px;
  }
  /* line 291, ../scss/includes/_map.scss */
  .show-map.desktop:hover:after, .show-map.desktop.active:after {
    content: " ";
    background-image: url("../img/map-icon-white.svg");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 0;
    display: inline-block;
    position: relative;
    pointer-events: none;
  }
}
/* line 299, ../scss/includes/_map.scss */
.searchMap-switch {
  position: absolute;
  z-index: 10;
  padding: 0;
  font-weight: 300;
  font-size: 13px;
  top: 10px;
  left: 60px;
}
/* line 306, ../scss/includes/_map.scss */
.searchMap-switch label, .searchMap-switch a {
  display: block;
  padding: 8px 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
/* line 311, ../scss/includes/_map.scss */
.searchMap-switch label:hover, .searchMap-switch a:hover {
  text-decoration: none;
}
/* line 316, ../scss/includes/_map.scss */
.searchMap-switch a {
  background-color: #36454f;
  color: #FFFFFF;
}
/* line 322, ../scss/includes/_map.scss */
.searchMap-switch .cta-close {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 299, ../scss/includes/_map.scss */
  .searchMap-switch {
    top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 332, ../scss/includes/_map.scss */
  .searchMap-switch .map-switch > div {
    display: none;
  }
}
/* line 338, ../scss/includes/_map.scss */
.searchMap-switch input {
  background-color: #FFFFFF;
  float: left;
  margin: 2px 5px 0 0;
}

/* line 346, ../scss/includes/_map.scss */
.no-touch .searchMap-switch a:hover {
  background-color: #f49739;
  color: #FFFFFF;
}

/* line 352, ../scss/includes/_map.scss */
.map-controls {
  position: absolute;
  bottom: 50px;
  right: 40px;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 352, ../scss/includes/_map.scss */
  .map-controls {
    display: flex;
    align-items: center;
    bottom: 40px;
    right: 25px;
  }
}
/* line 364, ../scss/includes/_map.scss */
.map-controls span.geolocation-toggle {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 375, ../scss/includes/_map.scss */
.map-controls span.geolocation-toggle:after {
  content: " ";
  background-image: url("../img/geolocation-arrow-white.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
}
/* line 379, ../scss/includes/_map.scss */
.map-controls span.geolocation-toggle.active:after {
  content: " ";
  background-image: url("../img/geolocation-arrow-blue.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
}
/* line 384, ../scss/includes/_map.scss */
.map-controls span.google-maps {
  display: block;
  margin-right: 5px;
  width: 50px;
  height: 50px;
}
/* line 389, ../scss/includes/_map.scss */
.map-controls span.google-maps svg {
  width: 100%;
  height: 100%;
}

/* don't show directions link on desktop */
@media only screen and (min-width: 992px) {
  /* line 397, ../scss/includes/_map.scss */
  p.google-maps, #comments .google-maps.comment-body {
    display: none;
  }
}
/* line 402, ../scss/includes/_map.scss */
.map-canvas {
  height: 100%;
  width: 100%;
  padding: 0px;
  position: relative;
  display: block;
}

/*.gm-style-cc, .gmnoprint {
  display: none;
}*/
/* line 55, ../scss/includes/_botones.scss */
.no-touch .map-tags .tags-cloud li a:hover, .no-touch .map-tags .tags-cloud .list_split-4 > div a:hover, .no-touch .map-tags .tags-cloud li a:active, .no-touch .map-tags .tags-cloud .list_split-4 > div a:active, .no-touch .map-tags .tags-cloud li a:focus, .no-touch .map-tags .tags-cloud .list_split-4 > div a:focus {
  background-color: #f49739;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}
/* line 420, ../scss/includes/_map.scss */
.no-touch .map-tags .tags-cloud li a.showlayer, .no-touch .map-tags .tags-cloud .list_split-4 > div a.showlayer {
  background-color: #f49739;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
  border-color: #f49739;
}

/* style close button */
/* line 431, ../scss/includes/_map.scss */
.infoBox > img {
  width: 30px;
}

/* line 437, ../scss/includes/_map.scss */
.no-touch .infoBox--content a:hover {
  color: #f49739;
}

/* line 442, ../scss/includes/_map.scss */
.infoBox--content {
  background-color: #fff;
  padding: 15px;
}
/* line 443, ../scss/includes/_map.scss */
.infoBox--content a {
  color: #3fb5e9;
}
@media only screen and (max-width: 767px) {
  /* line 449, ../scss/includes/_map.scss */
  .infoBox--content .title-h3, .infoBox--content .wysiwyg .view-event-calendar h2, .wysiwyg .view-event-calendar .infoBox--content h2, .infoBox--content .magazine-entry .view-event-calendar h2, .magazine-entry .view-event-calendar .infoBox--content h2 {
    line-height: 1.2em;
  }
  /* line 452, ../scss/includes/_map.scss */
  .infoBox--content img {
    display: none;
  }
}
/* line 456, ../scss/includes/_map.scss */
.infoBox--content:after {
  content: '';
  position: absolute;
  z-index: 200;
  bottom: -19px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: solid 20px #fff;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}
/* line 470, ../scss/includes/_map.scss */
.infoBox--content-mini:after {
  bottom: -11px;
  margin-left: -12px;
  border-top: solid 12px #fff;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
/* line 478, ../scss/includes/_map.scss */
.infoBox--content p, .infoBox--content #comments .comment-body, #comments .infoBox--content .comment-body {
  margin-bottom: calc(15px / 2);
}

/* line 484, ../scss/includes/_map.scss */
.listingsMap-canvas .infoBox--content img, .section--embeddedMap .infoBox--content img {
  display: none;
}

/* overwrite google native style */
/* line 492, ../scss/includes/_map.scss */
html .gm-style img {
  max-width: 100%;
  margin-bottom: 15px;
}

/*====  End of SEARCH MAP  ====*/
/*----------  EMBEDDED MAP  ----------*/
/* line 506, ../scss/includes/_map.scss */
.section--embeddedMap {
  /*padding: 0;*/
}

/* line 509, ../scss/includes/_map.scss */
#map-embedded {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  /* line 509, ../scss/includes/_map.scss */
  #map-embedded {
    display: none;
  }
}

/*==============================
=           ACCOMMODATION         =
==============================*/
/*----------  Features  ----------*/
/* line 9, ../scss/includes/_accommodation.scss */
.hotel-features li, .hotel-features .list_split-4 > div {
  background: no-repeat center left transparent;
  padding-left: 25px;
}
/* line 13, ../scss/includes/_accommodation.scss */
.hotel-features li.s-320, .hotel-features .list_split-4 > div.s-320 {
  background-image: url(../img/icon_wifi.png);
}
/* line 16, ../scss/includes/_accommodation.scss */
.hotel-features li.s-319, .hotel-features .list_split-4 > div.s-319 {
  background-image: url(../img/icon_wifi.png);
}
/* line 19, ../scss/includes/_accommodation.scss */
.hotel-features li.s-317, .hotel-features .list_split-4 > div.s-317 {
  background-image: url(../img/icon_sauna.png);
}
/* line 22, ../scss/includes/_accommodation.scss */
.hotel-features li.s-308, .hotel-features .list_split-4 > div.s-308 {
  background-image: url(../img/icon_shuttle.png);
}
/* line 25, ../scss/includes/_accommodation.scss */
.hotel-features li.s-322, .hotel-features .list_split-4 > div.s-322 {
  background-image: url(../img/icon_beachfront.png);
}
/* line 28, ../scss/includes/_accommodation.scss */
.hotel-features li.s-318, .hotel-features .list_split-4 > div.s-318 {
  background-image: url(../img/icon_swim.png);
}
/* line 31, ../scss/includes/_accommodation.scss */
.hotel-features li.s-313, .hotel-features .list_split-4 > div.s-313 {
  background-image: url(../img/icon_restaurant.png);
}
/* line 34, ../scss/includes/_accommodation.scss */
.hotel-features li.s-321, .hotel-features .list_split-4 > div.s-321 {
  background-image: url(../img/icon_bar.png);
}
/* line 37, ../scss/includes/_accommodation.scss */
.hotel-features li.s-307, .hotel-features .list_split-4 > div.s-307 {
  background-image: url(../img/icon_aircon.png);
}
/* line 40, ../scss/includes/_accommodation.scss */
.hotel-features li.s-314, .hotel-features .list_split-4 > div.s-314 {
  background-image: url(../img/icon_roomservice.png);
}
/* line 43, ../scss/includes/_accommodation.scss */
.hotel-features li.s-310, .hotel-features .list_split-4 > div.s-310 {
  background-image: url(../img/icon_gym.png);
}
/* line 46, ../scss/includes/_accommodation.scss */
.hotel-features li.s-306, .hotel-features .list_split-4 > div.s-306 {
  background-image: url(../img/icon_24rec.png);
}
/* line 49, ../scss/includes/_accommodation.scss */
.hotel-features li.s-316, .hotel-features .list_split-4 > div.s-316 {
  background-image: url(../img/icon_seaview.png);
}
/* line 52, ../scss/includes/_accommodation.scss */
.hotel-features li.s-317, .hotel-features .list_split-4 > div.s-317 {
  background-image: url(../img/icon_spa.png);
}
/* line 55, ../scss/includes/_accommodation.scss */
.hotel-features li.s-315, .hotel-features .list_split-4 > div.s-315 {
  background-image: url(../img/icon_safe.png);
}
/* line 58, ../scss/includes/_accommodation.scss */
.hotel-features li.s-309, .hotel-features .list_split-4 > div.s-309 {
  background-image: url(../img/icon_alarm.png);
}
/* line 61, ../scss/includes/_accommodation.scss */
.hotel-features li.s-24-7, .hotel-features .list_split-4 > div.s-24-7 {
  background-image: url(../img/icon_security.png);
}
/* line 64, ../scss/includes/_accommodation.scss */
.hotel-features li.s-312, .hotel-features .list_split-4 > div.s-312 {
  background-image: url(../img/icon_pets.png);
}
/* line 67, ../scss/includes/_accommodation.scss */
.hotel-features li.s-fan3, .hotel-features .list_split-4 > div.s-fan3 {
  background-image: url(../img/icon_fan.png);
}
/* line 70, ../scss/includes/_accommodation.scss */
.hotel-features li.s-311, .hotel-features .list_split-4 > div.s-311 {
  background-image: url(../img/icon_heating.png);
}
/* line 73, ../scss/includes/_accommodation.scss */
.hotel-features li.s-lldo, .hotel-features .list_split-4 > div.s-lldo, .hotel-features li.s-arsa, .hotel-features .list_split-4 > div.s-arsa, .hotel-features li.s-lldo, .hotel-features .list_split-4 > div.s-lldo {
  background-image: url(../img/icon_important.png);
}
/* line 78, ../scss/includes/_accommodation.scss */
.hotel-features li.s-arfl, .hotel-features .list_split-4 > div.s-arfl, .hotel-features li.s-arse, .hotel-features .list_split-4 > div.s-arse, .hotel-features li.s-arfl, .hotel-features .list_split-4 > div.s-arfl {
  background-image: url(../img/icon_flex_arrival.png);
  background-size: 20px;
}
/* line 83, ../scss/includes/_accommodation.scss */
.hotel-features li.s-teni, .hotel-features .list_split-4 > div.s-teni {
  background-image: url(../img/icon_tennis.png);
}
/* line 86, ../scss/includes/_accommodation.scss */
.hotel-features li.s-ping, .hotel-features .list_split-4 > div.s-ping {
  background-image: url(../img/icon_tabletennis.png);
  background-size: 20px;
}
/* line 90, ../scss/includes/_accommodation.scss */
.hotel-features li.s-minu, .hotel-features .list_split-4 > div.s-minu {
  background-image: url(../img/icon_disabled.png);
}
/* line 93, ../scss/includes/_accommodation.scss */
.hotel-features li.s-debu, .hotel-features .list_split-4 > div.s-debu {
  background-image: url(../img/icon_breakfast.png);
  background-size: 20px;
}
/* line 97, ../scss/includes/_accommodation.scss */
.hotel-features li.s-tcre, .hotel-features .list_split-4 > div.s-tcre {
  background-image: url(../img/icon_cc.png);
  background-size: 20px;
}
/* line 101, ../scss/includes/_accommodation.scss */
.hotel-features li.s-masc, .hotel-features .list_split-4 > div.s-masc {
  background-image: url(../img/icon_masc.png) no-repeat;
  background-size: 20px;
}
/* line 104, ../scss/includes/_accommodation.scss */
.hotel-features li.s-limp, .hotel-features .list_split-4 > div.s-limp {
  background-image: url(../img/icon_cleaning.png);
  background-size: 20px;
}
/* line 107, ../scss/includes/_accommodation.scss */
.hotel-features li.s-2bed, .hotel-features .list_split-4 > div.s-2bed, .hotel-features li.s-3bed, .hotel-features .list_split-4 > div.s-3bed, .hotel-features li.s-4bed, .hotel-features .list_split-4 > div.s-4bed, .hotel-features li.s-5bed, .hotel-features .list_split-4 > div.s-5bed, .hotel-features li.s-6bed, .hotel-features .list_split-4 > div.s-6bed, .hotel-features li.s-7bed, .hotel-features .list_split-4 > div.s-7bed, .hotel-features li.s-8bed, .hotel-features .list_split-4 > div.s-8bed {
  background-image: url(../img/icon_beds.png);
}

/*----------  Availability calendar & prices  ----------*/
/* line 121, ../scss/includes/_accommodation.scss */
.roomCalendars {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin: 15px 0;
  white-space: nowrap;
  max-width: 100%;
}
/* line 131, ../scss/includes/_accommodation.scss */
.roomCalendars .month {
  flex: 0 0 auto;
  margin-right: 15px;
  width: 160px;
}
/* line 136, ../scss/includes/_accommodation.scss */
.roomCalendars td {
  font-size: 11px;
  padding: 3px 4px;
  border: 1px solid #fff;
  text-align: center;
  color: #36454f;
  /*&.activeDayHighlight {
    background-color:#2e9fe1;
    color:#fff
  }
  */
}
/* line 142, ../scss/includes/_accommodation.scss */
.roomCalendars td.activeDay {
  background-color: #BDFFC6;
}
/* line 145, ../scss/includes/_accommodation.scss */
.roomCalendars td.inactiveDay {
  background-color: #f42b49;
  color: #f5f4f5;
}
/* line 154, ../scss/includes/_accommodation.scss */
.roomCalendars td.halfDayOut {
  background: url(../images/halfday_out.png) no-repeat 0px 0px;
}
/* line 157, ../scss/includes/_accommodation.scss */
.roomCalendars td.halfDayIn {
  background: url(../images/halfday_in.png) no-repeat 0px 0px;
}
/* line 161, ../scss/includes/_accommodation.scss */
.roomCalendars .monthName {
  border: none;
}
/* line 164, ../scss/includes/_accommodation.scss */
.roomCalendars th {
  background-color: #f5f4f5;
}

/* line 169, ../scss/includes/_accommodation.scss */
.show-prices {
  /*display: none;*/
  text-align: center;
  margin: 30px 0;
}
/* line 173, ../scss/includes/_accommodation.scss */
.show-prices table {
  text-align: left;
  margin-top: 15px;
  width: 100%;
}
/* line 177, ../scss/includes/_accommodation.scss */
.show-prices table th {
  padding: 5px;
  border: 1px solid #D2D0D1;
  font-weight: bold;
  background-color: #f5f4f5;
}
/* line 183, ../scss/includes/_accommodation.scss */
.show-prices table td {
  padding: 5px;
  border: 1px solid #D2D0D1;
}
/* line 185, ../scss/includes/_accommodation.scss */
.show-prices table td:first-child {
  width: 180px;
}

/*---------- Fast facts --------*/
/* line 195, ../scss/includes/_accommodation.scss */
.hotelDetailList {
  margin-bottom: 30px;
}
/* line 196, ../scss/includes/_accommodation.scss */
.hotelDetailList .comment {
  color: #f49739;
}
/* line 200, ../scss/includes/_accommodation.scss */
.hotelDetailList ul {
  margin-top: 30px;
}

/*====  End of ACCOMMODATION  ====*/
/*=================================
=            WYSIWYG              =
=================================*/
/*----------  WYSIWYG  ----------*/
/* line 7, ../scss/includes/_wysiwyg.scss */
.wysiwyg, .magazine-entry {
  line-height: 1.3em;
  font-weight: 300;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/includes/_wysiwyg.scss */
.wysiwyg.no-image, .no-image.magazine-entry {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
/* line 21, ../scss/includes/_wysiwyg.scss */
.wysiwyg h1, .magazine-entry h1, .wysiwyg h2, .magazine-entry h2, .wysiwyg h3, .magazine-entry h3, .wysiwyg .aside--section-form h2, .aside--section-form .wysiwyg h2, .magazine-entry .aside--section-form h2, .aside--section-form .magazine-entry h2, .wysiwyg h4, .magazine-entry h4, .wysiwyg h5, .magazine-entry h5 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-weight: normal;
  color: #36454f;
}
/* line 28, ../scss/includes/_wysiwyg.scss */
.wysiwyg h1 a:hover, .magazine-entry h1 a:hover, .wysiwyg h2 a:hover, .magazine-entry h2 a:hover, .wysiwyg h3 a:hover, .magazine-entry h3 a:hover, .wysiwyg .aside--section-form h2 a:hover, .aside--section-form .wysiwyg h2 a:hover, .magazine-entry .aside--section-form h2 a:hover, .aside--section-form .magazine-entry h2 a:hover, .wysiwyg h4 a:hover, .magazine-entry h4 a:hover, .wysiwyg h5 a:hover, .magazine-entry h5 a:hover {
  text-decoration: none;
}
/* line 33, ../scss/includes/_wysiwyg.scss */
.wysiwyg strong, .magazine-entry strong {
  color: #36454f;
}
/* line 37, ../scss/includes/_wysiwyg.scss */
.wysiwyg h1, .magazine-entry h1 {
  font-size: 28px;
  line-height: 33px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  /* line 37, ../scss/includes/_wysiwyg.scss */
  .wysiwyg h1, .magazine-entry h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 37, ../scss/includes/_wysiwyg.scss */
  .wysiwyg h1, .magazine-entry h1 {
    font-size: 22px;
  }
}
/* line 51, ../scss/includes/_wysiwyg.scss */
.wysiwyg h2, .magazine-entry h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  /* line 51, ../scss/includes/_wysiwyg.scss */
  .wysiwyg h2, .magazine-entry h2 {
    font-size: 21px;
  }
}
/* line 61, ../scss/includes/_wysiwyg.scss */
.wysiwyg h3, .magazine-entry h3, .wysiwyg .aside--section-form h2, .aside--section-form .wysiwyg h2, .magazine-entry .aside--section-form h2, .aside--section-form .magazine-entry h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  /* line 61, ../scss/includes/_wysiwyg.scss */
  .wysiwyg h3, .magazine-entry h3, .wysiwyg .aside--section-form h2, .aside--section-form .wysiwyg h2, .magazine-entry .aside--section-form h2, .aside--section-form .magazine-entry h2 {
    font-size: 16px;
  }
}
/* line 70, ../scss/includes/_wysiwyg.scss */
.wysiwyg h3.quicklinks, .magazine-entry h3.quicklinks, .wysiwyg .aside--section-form h2.quicklinks, .aside--section-form .wysiwyg h2.quicklinks, .magazine-entry .aside--section-form h2.quicklinks, .aside--section-form .magazine-entry h2.quicklinks {
  font-weight: 300;
  margin-bottom: 2.5px;
}
/* line 77, ../scss/includes/_wysiwyg.scss */
.wysiwyg h4, .magazine-entry h4 {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 85, ../scss/includes/_wysiwyg.scss */
.wysiwyg h5, .magazine-entry h5 {
  font-size: 12px;
  line-height: 15px;
}
/* line 90, ../scss/includes/_wysiwyg.scss */
.wysiwyg li a, .magazine-entry li a, .wysiwyg .list_split-4 > div a, .magazine-entry .list_split-4 > div a {
  font-weight: 700;
}
/* line 94, ../scss/includes/_wysiwyg.scss */
.wysiwyg a:not([class*="cta"]), .magazine-entry a:not([class*="cta"]) {
  color: #3fb5e9;
}
/* line 96, ../scss/includes/_wysiwyg.scss */
.wysiwyg a:not([class*="cta"]) > strong, .magazine-entry a:not([class*="cta"]) > strong {
  color: #3fb5e9;
}
/* line 101, ../scss/includes/_wysiwyg.scss */
.wysiwyg .section--article-meta-data h3, .magazine-entry .section--article-meta-data h3, .wysiwyg .section--article-meta-data .aside--section-form h2, .aside--section-form .wysiwyg .section--article-meta-data h2, .magazine-entry .section--article-meta-data .aside--section-form h2, .aside--section-form .magazine-entry .section--article-meta-data h2 {
  font-weight: 300;
}
/* line 104, ../scss/includes/_wysiwyg.scss */
.wysiwyg .section--article-meta-data li a, .magazine-entry .section--article-meta-data li a, .wysiwyg .section--article-meta-data .list_split-4 > div a, .magazine-entry .section--article-meta-data .list_split-4 > div a {
  font-weight: 400;
}
/* line 109, ../scss/includes/_wysiwyg.scss */
.wysiwyg p, .magazine-entry p, .wysiwyg #comments .comment-body, #comments .wysiwyg .comment-body, .magazine-entry #comments .comment-body, #comments .magazine-entry .comment-body, .wysiwyg p:last-child, .magazine-entry p:last-child, .wysiwyg #comments .comment-body:last-child, #comments .wysiwyg .comment-body:last-child, .magazine-entry #comments .comment-body:last-child, #comments .magazine-entry .comment-body:last-child, .wysiwyg li, .magazine-entry li, .wysiwyg .list_split-4 > div, .magazine-entry .list_split-4 > div {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.6em;
  letter-spacing: 0.25px;
  font-weight: 300;
}
/* line 121, ../scss/includes/_wysiwyg.scss */
.wysiwyg .wp-caption, .magazine-entry .wp-caption {
  max-width: 100%;
}
/* line 125, ../scss/includes/_wysiwyg.scss */
.wysiwyg .wp-caption-text, .magazine-entry .wp-caption-text {
  font-size: 12px;
  margin: 10px 0 20px;
  text-align: center;
}
/* line 131, ../scss/includes/_wysiwyg.scss */
.wysiwyg ul, .magazine-entry ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 17px;
  color: #36454f;
  /** quicklinks */
}
/* line 137, ../scss/includes/_wysiwyg.scss */
.wysiwyg ul li, .magazine-entry ul li, .wysiwyg ul .list_split-4 > div, .magazine-entry ul .list_split-4 > div {
  margin-bottom: 5px;
  margin-left: 5px;
  display: list-item;
  padding-left: 5px;
}
/* line 143, ../scss/includes/_wysiwyg.scss */
.wysiwyg ul.tags-cloud, .magazine-entry ul.tags-cloud {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
/* line 147, ../scss/includes/_wysiwyg.scss */
.wysiwyg ul.tags-cloud li, .magazine-entry ul.tags-cloud li, .wysiwyg ul.tags-cloud .list_split-4 > div, .magazine-entry ul.tags-cloud .list_split-4 > div {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 155, ../scss/includes/_wysiwyg.scss */
.wysiwyg ul.quicklinks, .magazine-entry ul.quicklinks {
  border-bottom: 1px solid #D2D0D1;
  border-top: 1px solid #D2D0D1;
  list-style-type: none;
  padding: 2.5px 0 0 0;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  /* line 155, ../scss/includes/_wysiwyg.scss */
  .wysiwyg ul.quicklinks, .magazine-entry ul.quicklinks {
    justify-content: flex-start;
  }
}
/* line 166, ../scss/includes/_wysiwyg.scss */
.wysiwyg ul.quicklinks li, .magazine-entry ul.quicklinks li, .wysiwyg ul.quicklinks .list_split-4 > div, .magazine-entry ul.quicklinks .list_split-4 > div {
  line-height: 1.2;
  margin: 0;
  padding: 7.5px 5px;
}
@media only screen and (max-width: 500px) {
  /* line 166, ../scss/includes/_wysiwyg.scss */
  .wysiwyg ul.quicklinks li, .magazine-entry ul.quicklinks li, .wysiwyg ul.quicklinks .list_split-4 > div, .magazine-entry ul.quicklinks .list_split-4 > div {
    font-size: 14px;
  }
}
/* line 173, ../scss/includes/_wysiwyg.scss */
.wysiwyg ul.quicklinks li > a, .magazine-entry ul.quicklinks li > a, .wysiwyg ul.quicklinks .list_split-4 > div > a, .magazine-entry ul.quicklinks .list_split-4 > div > a {
  font-weight: 400;
}
/* line 176, ../scss/includes/_wysiwyg.scss */
.wysiwyg ul.quicklinks li:not(:last-child):after, .magazine-entry ul.quicklinks li:not(:last-child):after, .wysiwyg ul.quicklinks .list_split-4 > div:not(:last-child):after, .magazine-entry ul.quicklinks .list_split-4 > div:not(:last-child):after {
  content: "|";
  margin-left: 10px;
  color: #D2D0D1;
}
/* line 185, ../scss/includes/_wysiwyg.scss */
.wysiwyg ol, .magazine-entry ol {
  margin: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  list-style-type: decimal;
  padding-left: 17px;
}
/* line 192, ../scss/includes/_wysiwyg.scss */
.wysiwyg ol li, .magazine-entry ol li, .wysiwyg ol .list_split-4 > div, .magazine-entry ol .list_split-4 > div {
  display: list-item;
  padding-left: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
/* line 200, ../scss/includes/_wysiwyg.scss */
.wysiwyg img, .magazine-entry img {
  max-width: 100%;
  margin: 30px auto;
  display: block;
  height: auto;
}
/* line 207, ../scss/includes/_wysiwyg.scss */
.wysiwyg .wp-caption, .magazine-entry .wp-caption {
  display: block;
  margin: 0 auto;
}
/* line 212, ../scss/includes/_wysiwyg.scss */
.wysiwyg .wp-caption img, .magazine-entry .wp-caption img {
  margin: 30px 0;
  display: inline-block;
}
/* line 217, ../scss/includes/_wysiwyg.scss */
.wysiwyg iframe, .magazine-entry iframe {
  margin: 30px auto;
  display: block;
  max-width: 100%;
}
/* line 223, ../scss/includes/_wysiwyg.scss */
.wysiwyg .iframe, .magazine-entry .iframe {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 25px;
}
/* line 231, ../scss/includes/_wysiwyg.scss */
.wysiwyg .iframe iframe, .magazine-entry .iframe iframe {
  margin-bottom: -6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 241, ../scss/includes/_wysiwyg.scss */
.wysiwyg .aligncenter, .magazine-entry .aligncenter {
  text-align: center;
  margin: 0 auto;
}
/* line 246, ../scss/includes/_wysiwyg.scss */
.wysiwyg .alignleft, .magazine-entry .alignleft {
  float: left;
  clear: left;
  margin-top: 0;
  margin-bottom: 0px;
  margin-right: 30px;
}
/* line 254, ../scss/includes/_wysiwyg.scss */
.wysiwyg .alignright, .magazine-entry .alignright {
  float: right;
  clear: right;
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 30px;
}
/* line 261, ../scss/includes/_wysiwyg.scss */
.wysiwyg .gt-icon, .magazine-entry .gt-icon {
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  background: url("../img/g-icon.png") no-repeat right center;
  background-size: 25px;
  line-height: 25px;
  display: block;
  padding-right: 30px;
  margin-bottom: 15px;
}

/* line 275, ../scss/includes/_wysiwyg.scss */
.no-touch .wysiwyg a:hover, .no-touch .magazine-entry a:hover, .no-touch .wysiwyg a:hover > strong, .no-touch .magazine-entry a:hover > strong, .no-touch .magazine-entry a:hover, .no-touch .magazine-entry a:hover > strong {
  color: #f49739;
}

/* line 281, ../scss/includes/_wysiwyg.scss */
.wysiwyg .video, .magazine-entry .video {
  width: 740px;
  height: 415px;
}
@media only screen and (max-width: 991px) {
  /* line 281, ../scss/includes/_wysiwyg.scss */
  .wysiwyg .video, .magazine-entry .video {
    width: 95vw;
    height: 53vw;
  }
}

/*=====  End of WYSIWYG ======*/
/*=================================
=            FLICKITY              =
=================================*/
/*----------  FLICKITY  ----------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 9, ../scss/includes/_slideshows.scss */
  .section--spotlight .group-title, .section--spotlight .section--latest-reviews h2, .section--latest-reviews .section--spotlight h2, .section--related .group-title, .section--related .section--latest-reviews h2, .section--latest-reviews .section--related h2 {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 17, ../scss/includes/_slideshows.scss */
.photoswipe-img {
  cursor: pointer;
}

/* line 20, ../scss/includes/_slideshows.scss */
.section--slideshow {
  position: relative;
  /*padding-bottom: 0;*/
}
/* line 22, ../scss/includes/_slideshows.scss */
.section--slideshow .slideshow-gallery--caption {
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  padding: 5px;
  top: 0;
  display: none;
}

/* line 35, ../scss/includes/_slideshows.scss */
.slideshow-gallery {
  /*opacity: 0;*/
}

/* line 38, ../scss/includes/_slideshows.scss */
.slideshow-gallery, .news-slider {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 41, ../scss/includes/_slideshows.scss */
.slideshow-gallery.is-hidden, .news-slider.is-hidden {
  display: none;
}
/* line 44, ../scss/includes/_slideshows.scss */
.slideshow-gallery.flickity-enabled, .news-slider.flickity-enabled {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  /* line 50, ../scss/includes/_slideshows.scss */
  .news-slider .col-double {
    margin-bottom: 15px;
  }
}
/* line 55, ../scss/includes/_slideshows.scss */
.flickity {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin: auto;
}
/* line 59, ../scss/includes/_slideshows.scss */
.flickity.is-hidden {
  display: none;
}
/* line 62, ../scss/includes/_slideshows.scss */
.flickity.flickity-enabled {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 55, ../scss/includes/_slideshows.scss */
  .flickity {
    width: calc(100% - 70px);
  }
}
/* line 69, ../scss/includes/_slideshows.scss */
.flickity .item {
  display: inline-block;
  margin-right: 30px;
}
/* line 74, ../scss/includes/_slideshows.scss */
.flickity.generic-third-width .item {
  width: calc(33% - (30px * 0.66));
  min-width: 250px;
}
@media only screen and (max-width: 991px) {
  /* line 74, ../scss/includes/_slideshows.scss */
  .flickity.generic-third-width .item {
    width: 260px;
    margin-right: 15px;
  }
}
/* line 84, ../scss/includes/_slideshows.scss */
.flickity.generic-quarter-width .item, .flickity.custom-portrait .item {
  width: calc(25% - (30px * 0.75));
  min-width: 200px;
}
@media only screen and (max-width: 990px) {
  /* line 84, ../scss/includes/_slideshows.scss */
  .flickity.generic-quarter-width .item, .flickity.custom-portrait .item {
    width: 260px;
    margin-right: 15px;
  }
}
/* line 93, ../scss/includes/_slideshows.scss */
.flickity .card-img {
  margin-right: 0;
  margin-left: 0;
}

/* line 98, ../scss/includes/_slideshows.scss */
.flickity-prev-next-button {
  background: transparent;
  width: 35px;
  height: 35px;
}
/* line 102, ../scss/includes/_slideshows.scss */
.flickity-prev-next-button:hover {
  background: transparent;
}
/* line 105, ../scss/includes/_slideshows.scss */
.flickity-prev-next-button svg {
  position: static;
  left: auto;
  top: auto;
  width: 100%;
  height: 100%;
}

/*.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0,0%,100%,.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
/* line 127, ../scss/includes/_slideshows.scss */
.flickity-prev-next-button.next {
  right: -30px;
  /* has width 44px */
}

/* line 131, ../scss/includes/_slideshows.scss */
.flickity-prev-next-button.previous {
  left: -30px;
  /* has width 44px */
}

/* line 135, ../scss/includes/_slideshows.scss */
.flickity-prev-next-button .arrow {
  fill: #36454f;
}

@media only screen and (max-width: 767px) {
  /* line 139, ../scss/includes/_slideshows.scss */
  .flickity-prev-next-button, .flickity-prev-next-button.next, .flickity-prev-next-button.previous, .flickity-prev-next-button svg {
    display: none;
  }
}
/*=================================
=            OVERRIDES            =
=================================*/
/*----------  OVERRIDES  ----------*/
/** para conversión divisas spotlight_price() */
/* line 10, ../scss/includes/_overrides.scss */
.origVal {
  display: none !important;
}

/* line 14, ../scss/includes/_overrides.scss */
.spotlight-price--offer {
  text-decoration: line-through;
  margin-right: 10px;
}

/* line 19, ../scss/includes/_overrides.scss */
.faded {
  color: #D2D0D1;
}

/* hide some print-only elements */
/* line 24, ../scss/includes/_overrides.scss */
.print-only {
  display: none;
}

/* margin-top for card-title #4370 master.css */
/* line 31, ../scss/includes/_overrides.scss */
.section--magazine .card-list .card-title, .section--magazine .section--article-promo .card-title {
  margin-top: 5px;
}

/* formulario newsletter */
/* line 38, ../scss/includes/_overrides.scss */
.newsletter input {
  background-color: #FFFFFF;
}

/* isotope filters */
/* line 44, ../scss/includes/_overrides.scss */
.logoGridFilter button {
  margin: 0 7px 7px 0;
}

/* magazine categoria */
/* line 51, ../scss/includes/_overrides.scss */
.tags-cloud li a, .tags-cloud .list_split-4 > div a {
  padding: 5px 7px;
  font-size: 13px;
}

/* magazine entry primera imagen */
/* line 57, ../scss/includes/_overrides.scss */
.leading-image {
  margin-bottom: 20px;
}

/* line 63, ../scss/includes/_overrides.scss */
.title-only .card-details h3, .title-only .card-details .aside--section-form h2, .aside--section-form .title-only .card-details h2 {
  margin-top: 10px;
}

/* line 70, ../scss/includes/_overrides.scss */
#cookie-bar {
  text-align: center;
  padding: 5px;
  background-color: #f5f4f5;
}

/* line 120, ../scss/includes/_formularios.scss
tengo que usar otro clase porque drupal no permite insertar otgro div.custom-select entre <label> y <select> */
/* line 191, ../scss/includes/_formularios.scss
.checkbox-custom {
  div {
    @extend .custom-checkbox;
    display: block;
    position: relative;
  }
} */
/* line 489, ../scss/includes/_toolkit.scss */
/* line 99, ../scss/includes/_overrides.scss */
.checkbox-custom label {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 3px;
  cursor: pointer;
}
/* line 106, ../scss/includes/_overrides.scss */
.checkbox-custom span {
  display: inline-block;
  padding: 0;
  margin-left: 5px;
}

/*=====  End of OVERRIDES ======*/
/*======================================================
=            REPLACES DRUPAL SYSTEM STYLES            =
=======================================================*/
/**
 * no longer include system.base or theme styles:
 * 'modules/system/system.theme.css' => FALSE,
   'modules/system/system.menus.css' => FALSE,
   so replace those with my own
 */
/* line 13, ../scss/includes/_overrides_system.scss */
nav.tabs {
  /*height: 0;
  float: right;
  position: relative;
  top: -45px;
  padding-right: 60px;*/
  text-align: center;
}
/* line 20, ../scss/includes/_overrides_system.scss */
nav.tabs ul.primary {
  border: 0;
  padding: 5px;
}
/* line 23, ../scss/includes/_overrides_system.scss */
nav.tabs ul.primary li, nav.tabs ul.primary .list_split-4 > div {
  display: inline;
}
/* line 26, ../scss/includes/_overrides_system.scss */
nav.tabs ul.primary li:not(:last-child):after, nav.tabs ul.primary .list_split-4 > div:not(:last-child):after {
  content: "|";
  color: #3fb5e9;
}
/* line 31, ../scss/includes/_overrides_system.scss */
nav.tabs ul.primary li a, nav.tabs ul.primary .list_split-4 > div a, nav.tabs ul.primary li.active a, nav.tabs ul.primary .list_split-4 > div.active a {
  border: none;
  padding: 5px;
  margin-right: 2px;
  color: #3fb5e9;
}
@media only screen and (max-width: 767px) {
  /* line 38, ../scss/includes/_overrides_system.scss */
  nav.tabs ul.primary li a, nav.tabs ul.primary .list_split-4 > div a, nav.tabs ul.primary li.active a, nav.tabs ul.primary .list_split-4 > div.active a {
    border: none;
    padding: 4px;
  }
}

/* line 46, ../scss/includes/_overrides_system.scss */
.front nav.tabs {
  top: 5px;
}

/* drupal edit panel link */
/* line 51, ../scss/includes/_overrides_system.scss */
.panel-edit-link {
  padding: 5px 0;
  color: #D2D0D1;
}

/* line 57, ../scss/includes/_overrides_system.scss */
.section--mosaic .panel-edit-link {
  margin-bottom: -19px;
}
@media only screen and (max-width: 767px) {
  /* line 57, ../scss/includes/_overrides_system.scss */
  .section--mosaic .panel-edit-link {
    display: none;
  }
}

/* line 79, ../scss/includes/_overrides_system.scss */
div.messages {
  position: relative;
  padding-left: 30px;
}
/* line 82, ../scss/includes/_overrides_system.scss */
div.messages.status, div.messages.warning, div.messages.error {
  background-image: none;
  background-color: #fff;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  /* line 82, ../scss/includes/_overrides_system.scss */
  div.messages.status, div.messages.warning, div.messages.error {
    border-radius: 5px;
  }
}
/* line 90, ../scss/includes/_overrides_system.scss */
div.messages.status {
  border-color: #20ba6d;
}
/* line 91, ../scss/includes/_overrides_system.scss */
div.messages.status:before {
  content: " ";
  background-image: url("../img/status-success.svg");
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  position: absolute;
  top: 2px;
  left: 5px;
  background-size: 20px 20px;
}
/* line 100, ../scss/includes/_overrides_system.scss */
div.messages.warning {
  border-color: #cc9500;
}
/* line 101, ../scss/includes/_overrides_system.scss */
div.messages.warning:before {
  content: " ";
  background-image: url("../img/status-warning.svg");
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  position: absolute;
  top: 3px;
  left: 10px;
  background-size: 8px 20px;
}
/* line 110, ../scss/includes/_overrides_system.scss */
div.messages.error {
  border-color: #e00c2b;
}
/* line 111, ../scss/includes/_overrides_system.scss */
div.messages.error:before {
  content: " ";
  background-image: url("../img/status-error.svg");
  background-size: 25px 32px;
  width: 25px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  position: absolute;
  top: 2px;
  left: 5px;
  background-size: 17px 20px;
}
/* line 120, ../scss/includes/_overrides_system.scss */
div.messages ul {
  margin: 0;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
/* line 133, ../scss/includes/_overrides_system.scss */
#autocomplete {
  border: 1px solid #D2D0D1;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

/* line 140, ../scss/includes/_overrides_system.scss */
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 146, ../scss/includes/_overrides_system.scss */
#autocomplete li, #autocomplete .list_split-4 > div {
  background: #fff;
  font-weight: 400;
  cursor: default;
  white-space: pre;
  zoom: 1;
  /* IE7 */
  padding: 5px;
  margin: 0;
}
/* line 154, ../scss/includes/_overrides_system.scss */
#autocomplete li:hover, #autocomplete .list_split-4 > div:hover {
  background-color: #f49739;
  color: #fff;
}
/* line 158, ../scss/includes/_overrides_system.scss */
#autocomplete li .inactive, #autocomplete .list_split-4 > div .inactive {
  opacity: 0.6;
}

/* Animated throbber */
/* line 163, ../scss/includes/_overrides_system.scss */
html.js input.form-autocomplete {
  background-image: url(/misc/throbber-inactive.png);
  background-position: 100% center;
  /* LTR */
  background-repeat: no-repeat;
}

/* line 168, ../scss/includes/_overrides_system.scss */
html.js input.throbbing {
  background-image: url(/misc/throbber-active.gif);
  background-position: 100% center;
  /* LTR */
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
/* line 181, ../scss/includes/_overrides_system.scss */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
/* line 193, ../scss/includes/_overrides_system.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
/* line 205, ../scss/includes/_overrides_system.scss */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/*=====  End of OVERRIDES ======*/
/*==============================
=    SIDEBAR MINI CALENDAR     =
==============================*/
@media only screen and (max-width: 991px) {
  /* line 6, ../scss/includes/_mini_calendar.scss */
  body:not(.page-nid-69711) view-event-calendar {
    display: none;
  }
}

/* line 13, ../scss/includes/_mini_calendar.scss */
.view-event-calendar table {
  width: 100%;
}
/* line 16, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .group-title, .view-event-calendar .section--latest-reviews h2, .section--latest-reviews .view-event-calendar h2 {
  border: none;
  margin-bottom: 0;
}
/* line 19, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .group-title h3, .view-event-calendar .section--latest-reviews h2 h3, .section--latest-reviews .view-event-calendar h2 h3, .view-event-calendar .group-title .aside--section-form h2, .aside--section-form .view-event-calendar .group-title h2, .view-event-calendar .section--latest-reviews h2 .aside--section-form h2, .aside--section-form .view-event-calendar .section--latest-reviews h2 h2, .section--latest-reviews .view-event-calendar h2 .aside--section-form h2, .aside--section-form .section--latest-reviews .view-event-calendar h2 h2 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  /* line 19, ../scss/includes/_mini_calendar.scss */
  .view-event-calendar .group-title h3, .view-event-calendar .section--latest-reviews h2 h3, .section--latest-reviews .view-event-calendar h2 h3, .view-event-calendar .group-title .aside--section-form h2, .aside--section-form .view-event-calendar .group-title h2, .view-event-calendar .section--latest-reviews h2 .aside--section-form h2, .aside--section-form .view-event-calendar .section--latest-reviews h2 h2, .section--latest-reviews .view-event-calendar h2 .aside--section-form h2, .aside--section-form .section--latest-reviews .view-event-calendar h2 h2 {
    display: none;
  }
}
/* line 26, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .pager {
  margin: 0;
}
/* line 29, ../scss/includes/_mini_calendar.scss */
.view-event-calendar #pageLoader, .view-event-calendar button, .view-event-calendar .calendar-empty {
  display: none;
}
/* line 32, ../scss/includes/_mini_calendar.scss */
.view-event-calendar th, .view-event-calendar td {
  width: calc(100% / 7);
  text-align: center;
  font-size: 14px;
}
/* line 37, ../scss/includes/_mini_calendar.scss */
.view-event-calendar th {
  font-weight: 400;
  padding: .7em .5em;
}
/* line 41, ../scss/includes/_mini_calendar.scss */
.view-event-calendar td {
  color: #707070;
  height: 30px;
  line-height: 30px;
}
/* line 45, ../scss/includes/_mini_calendar.scss */
.view-event-calendar td a {
  display: block;
  background-color: transparent;
  color: #36454f;
  margin: 1px;
  border-radius: 5px;
}
/* line 51, ../scss/includes/_mini_calendar.scss */
.view-event-calendar td a.active {
  background-color: #f49739;
  color: #FFFFFF;
}
/* line 57, ../scss/includes/_mini_calendar.scss */
.view-event-calendar td.today a {
  background-color: #D2D0D1;
}
/* line 62, ../scss/includes/_mini_calendar.scss */
.view-event-calendar h2 {
  border-bottom: none;
  margin-bottom: 15px;
}
/* line 67, ../scss/includes/_mini_calendar.scss */
.view-event-calendar h3, .view-event-calendar .aside--section-form h2, .aside--section-form .view-event-calendar h2 {
  color: #707070;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
}
/* line 75, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .view-header {
  border-top: 1px solid #D2D0D1;
  border-bottom: 1px solid #D2D0D1;
}
/* line 78, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .view-header a {
  color: inherit;
}
/* line 82, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .date-nav {
  position: relative;
}
/* line 84, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .date-nav ul {
  list-style: none;
  padding: 0;
  top: 0;
}
/* line 88, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .date-nav ul li, .view-event-calendar .date-nav ul .list_split-4 > div {
  /* reset styles */
  line-height: inherit;
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 5px;
}
/* line 97, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .date-nav ul li a, .view-event-calendar .date-nav ul .list_split-4 > div a {
  background: url(../img/icon-arrow_left.svg) no-repeat center;
  text-indent: -5000em;
}
/* line 101, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .date-nav ul li:last-child, .view-event-calendar .date-nav ul .list_split-4 > div:last-child {
  left: auto;
  right: 5px;
}
/* line 102, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .date-nav ul li:last-child a, .view-event-calendar .date-nav ul .list_split-4 > div:last-child a {
  background: url(../img/icon-arrow_right.svg) no-repeat center;
  text-indent: -5000em;
}
/* line 111, ../scss/includes/_mini_calendar.scss */
.view-event-calendar .date-nav h3, .view-event-calendar .date-nav .aside--section-form h2, .aside--section-form .view-event-calendar .date-nav h2 {
  line-height: 34px;
}

/* line 119, ../scss/includes/_mini_calendar.scss */
.no-touch .view-event-calendar h3 a:hover, .no-touch .view-event-calendar .aside--section-form h2 a:hover, .aside--section-form .no-touch .view-event-calendar h2 a:hover {
  color: #707070;
  cursor: default;
}
/* line 125, ../scss/includes/_mini_calendar.scss */
.no-touch .view-event-calendar td a:hover {
  border-radius: 4px;
  background-color: #f49739;
  color: #fff;
}

/**
 * desktop display
 */
/* line 137, ../scss/includes/_mini_calendar.scss */
.wysiwyg .view-event-calendar, .magazine-entry .view-event-calendar {
  float: right;
  margin: 0 0 30px 30px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  /* line 137, ../scss/includes/_mini_calendar.scss */
  .wysiwyg .view-event-calendar, .magazine-entry .view-event-calendar {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
/* line 146, ../scss/includes/_mini_calendar.scss */
.wysiwyg .view-event-calendar h2, .magazine-entry .view-event-calendar h2 {
  text-align: center;
}

/* line 155, ../scss/includes/_mini_calendar.scss */
.mini-calendar--show {
  display: none;
  margin: 15px auto;
}
@media only screen and (max-width: 991px) {
  /* line 155, ../scss/includes/_mini_calendar.scss */
  .mini-calendar--show {
    display: block;
  }
}
/* line 162, ../scss/includes/_mini_calendar.scss */
.mini-calendar--title {
  margin-bottom: 15px;
}

/*=================================
=            CONTACT              =
=================================*/
/*CONTACT PAGE*/
/* line 7, ../scss/includes/_contact.scss */
#faqOptions {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

/* line 9, ../scss/includes/_contact.scss */
.faqOption.hide {
  display: none;
}

/* line 10, ../scss/includes/_contact.scss */
.faqOption.show {
  display: block;
}

/* line 11, ../scss/includes/_contact.scss */
.faqOption label {
  float: left;
  font-size: 15px;
  width: 200px;
}

/* line 12, ../scss/includes/_contact.scss */
form.contactForm small {
  display: block;
  font-style: italic;
  color: #666;
  font-size: 12px;
  margin: 5px 0;
  line-height: 1.2;
}

/* line 13, ../scss/includes/_contact.scss */
#faqOptions select, .faqOption select {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

/* line 14, ../scss/includes/_contact.scss */
.faqOption textarea {
  width: 450px;
  height: 200px;
}

/* line 15, ../scss/includes/_contact.scss */
.faqOption input.text, .faqOption textarea {
  border: 1px solid #bbb;
  padding: 6px;
  font-size: 15px;
  float: left;
}

/* line 16, ../scss/includes/_contact.scss */
.faqOption .grippie {
  display: none !important;
}

/* line 17, ../scss/includes/_contact.scss */
.faqOption form > div {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 19, ../scss/includes/_contact.scss */
.faqOption h2 {
  display: none;
}

/* line 20, ../scss/includes/_contact.scss */
#contactPage {
  margin-bottom: 80px;
}

/*==============================
=           CALENDAR           =
==============================*/
/* CSS Document with styles for calendar datepicker
breakpoints:
> 991 bootstrap limited desktop (venues shown is rows instead of left column
> 1300 full desktop experience
< 769 mobile


*/
/*----------  PARTY CALENDAR  ----------*/
/* line 22, ../scss/includes/_calendar.scss */
.filter-top {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  /* line 22, ../scss/includes/_calendar.scss */
  .filter-top {
    position: relative;
    padding: 0;
  }
  /* line 30, ../scss/includes/_calendar.scss */
  .filter-top .filter-toggle {
    display: none;
  }
}
/* line 35, ../scss/includes/_calendar.scss */
.filter-top .filter-month {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  margin-right: 20px;
}
/* line 43, ../scss/includes/_calendar.scss */
.filter-top .filter-month li span, .filter-top .filter-month .list_split-4 > div span {
  color: #707070;
  display: block;
  min-width: 120px;
}
/* line 48, ../scss/includes/_calendar.scss */
.filter-top .filter-month li a, .filter-top .filter-month .list_split-4 > div a {
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
/* line 53, ../scss/includes/_calendar.scss */
.filter-top .filter-month li.active a, .filter-top .filter-month .list_split-4 > div.active a {
  color: #f49739;
}
@media only screen and (max-width: 991px) {
  /* line 57, ../scss/includes/_calendar.scss */
  .filter-top .filter-month li:first-child, .filter-top .filter-month .list_split-4 > div:first-child {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 68, ../scss/includes/_calendar.scss */
  .partyCal-results .partyCal-events {
    padding: 0 15px;
  }
}
/* line 74, ../scss/includes/_calendar.scss */
.partycal--filter {
  padding: 0;
  border-top: 1px solid #D2D0D1;
  border-bottom: 1px solid #D2D0D1;
  background-color: #FFFFFF;
  /* arrow indicating more content */
  /*.filter-toggle {
    position: relative;
    &--scroll-indicator {
      &:before {
        position: absolute;
        width: 20px;
        height: 30px;
        @include svg-pseudo('angle-right-blue');
        background-color: $white;
        background-size: 8px;
        left: -10px;

      }
    }
  }*/
}
@media only screen and (min-width: 1200px) {
  /* line 81, ../scss/includes/_calendar.scss */
  .partycal--filter .filter-top, .partycal--filter .filter-advanced {
    padding-left: 115px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 87, ../scss/includes/_calendar.scss */
  .partycal--filter .filter-top, .partycal--filter .filter-advanced {
    padding-left: 0;
  }
}
/* line 93, ../scss/includes/_calendar.scss */
.partycal--filter .filter-toggle > span {
  vertical-align: 10px;
  padding-right: 10px;
  color: #707070;
}
/* line 99, ../scss/includes/_calendar.scss */
.partycal--filter .filter-toggle .toggle-switch {
  display: inline-block;
}
/* line 120, ../scss/includes/_calendar.scss */
.partycal--filter .filter-advanced:not(.overlay) {
  position: relative;
}
/* line 124, ../scss/includes/_calendar.scss */
.partycal--filter .filter-advanced:not(.overlay) .filter-calendar, .partycal--filter .filter-advanced:not(.overlay) .filter-events {
  width: 50%;
  float: left;
  padding: 15px;
  padding-bottom: 50px;
}
/* line 132, ../scss/includes/_calendar.scss */
.partycal--filter .filter-advanced:not(.overlay) .filter-events .title-h2, .partycal--filter .filter-advanced:not(.overlay) .filter-events .group-title, .partycal--filter .filter-advanced:not(.overlay) .filter-events .section--latest-reviews h2, .section--latest-reviews .partycal--filter .filter-advanced:not(.overlay) .filter-events h2, .partycal--filter .filter-advanced:not(.overlay) .filter-events .view-event-calendar h2, .view-event-calendar .partycal--filter .filter-advanced:not(.overlay) .filter-events h2 {
  padding-top: 5px;
  border-top: 1px solid #D2D0D1;
  margin-bottom: 15px;
  line-height: initial;
}
@media only screen and (max-width: 991px) {
  /* line 120, ../scss/includes/_calendar.scss */
  .partycal--filter .filter-advanced:not(.overlay) {
    display: none;
  }
}
/* line 145, ../scss/includes/_calendar.scss */
.partycal--filter .filter-advanced.overlay {
  background-color: #FFFFFF;
}
/* line 148, ../scss/includes/_calendar.scss */
.partycal--filter .filter-advanced.overlay .title-h2, .partycal--filter .filter-advanced.overlay .group-title, .partycal--filter .filter-advanced.overlay .section--latest-reviews h2, .section--latest-reviews .partycal--filter .filter-advanced.overlay h2, .partycal--filter .filter-advanced.overlay .view-event-calendar h2, .view-event-calendar .partycal--filter .filter-advanced.overlay h2 {
  border-top: 1px solid #D2D0D1;
  padding-top: 5px;
}
/* line 153, ../scss/includes/_calendar.scss */
.partycal--filter .filter-advanced.overlay .filter-calendar, .partycal--filter .filter-advanced.overlay .filter-events {
  margin-bottom: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* line 160, ../scss/includes/_calendar.scss */
.partycal--filter .filter-advanced.overlay .filter-events ul {
  margin: 30px 0;
}
/* line 166, ../scss/includes/_calendar.scss */
.partycal--filter .toggle-form, .partycal--filter .filter-submit {
  background-color: #36454f;
}

/* line 171, ../scss/includes/_calendar.scss */
.filter-submit {
  background-color: #36454f;
  position: static;
}
/* line 176, ../scss/includes/_calendar.scss */
.filter-submit [class*="cta"] {
  float: none;
  min-width: 225px !important;
  opacity: 1;
}

/* line 183, ../scss/includes/_calendar.scss */
.partycal--nav {
  background-color: #36454f;
  padding: 3px 0;
  color: #FFFFFF;
  text-align: center;
  /**
   * if no results then only show on mobile
   * because it's the only way to navigate on mobile
   */
}
/* line 188, ../scss/includes/_calendar.scss */
.partycal--nav.sticky {
  line-height: 30px;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  visibility: visible;
  display: initial;
  z-index: 999;
  border-bottom: none;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  border: none;
}
/* line 205, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week {
  display: flex;
  width: 100%;
}
/* line 208, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week li, .partycal--nav .nav-week .list_split-4 > div {
  flex: 1;
  align-self: center;
}
/* line 211, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week li:last-child, .partycal--nav .nav-week .list_split-4 > div:last-child {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  /* line 215, ../scss/includes/_calendar.scss */
  .partycal--nav .nav-week li:nth-child(2), .partycal--nav .nav-week .list_split-4 > div:nth-child(2) {
    flex-grow: 7;
  }
}
/* line 223, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week .nav-previous a, .partycal--nav .nav-week .nav-next a {
  color: #f49739;
  font-weight: 400;
  display: block;
}
/* line 227, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week .nav-previous a span, .partycal--nav .nav-week .nav-next a span {
  vertical-align: 4px;
}
@media only screen and (max-width: 991px) {
  /* line 227, ../scss/includes/_calendar.scss */
  .partycal--nav .nav-week .nav-previous a span, .partycal--nav .nav-week .nav-next a span {
    display: none;
  }
}
/* line 237, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week .nav-previous {
  text-align: left;
}
/* line 239, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week .nav-previous a:before {
  content: " ";
  background-image: url("../img/angle-left-orange.svg");
  background-size: 21px 28px;
  width: 21px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  margin-right: 10px;
  background-size: 12px 14px;
  width: 12px;
  height: 22px;
  top: 2px;
}
@media only screen and (max-width: 991px) {
  /* line 239, ../scss/includes/_calendar.scss */
  .partycal--nav .nav-week .nav-previous a:before {
    top: 4px;
  }
}
/* line 252, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week .nav-next {
  text-align: right;
}
/* line 254, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week .nav-next a:after {
  content: " ";
  background-image: url("../img/angle-right-orange.svg");
  background-size: 19px 28px;
  width: 19px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  margin-left: 10px;
  background-size: 12px 14px;
  width: 12px;
  height: 22px;
  top: 2px;
}
@media only screen and (max-width: 991px) {
  /* line 254, ../scss/includes/_calendar.scss */
  .partycal--nav .nav-week .nav-next a:after {
    top: 4px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 268, ../scss/includes/_calendar.scss */
  .partycal--nav .nav-week .nav-previous a:after, .partycal--nav .nav-week .nav-previous a:before, .partycal--nav .nav-week .nav-next a:after, .partycal--nav .nav-week .nav-next a:before {
    background-size: 15px 17px;
    width: 15px;
    height: 22px;
  }
}
/* line 276, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week time, .partycal--nav .nav-week .post-author {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  /* line 276, ../scss/includes/_calendar.scss */
  .partycal--nav .nav-week time, .partycal--nav .nav-week .post-author {
    font-size: 12px;
  }
}
/* line 283, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week time .weeknum, .partycal--nav .nav-week .post-author .weeknum {
  display: none;
}
/* line 285, ../scss/includes/_calendar.scss */
.partycal--nav .nav-week time .weeknum:after, .partycal--nav .nav-week .post-author .weeknum:after {
  content: ":";
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  /* line 283, ../scss/includes/_calendar.scss */
  .partycal--nav .nav-week time .weeknum, .partycal--nav .nav-week .post-author .weeknum {
    display: inline-block;
  }
}
@media only screen and (max-width: 340px) {
  /* line 293, ../scss/includes/_calendar.scss */
  .partycal--nav .nav-week time .year, .partycal--nav .nav-week .post-author .year {
    display: none;
  }
}
/* line 304, ../scss/includes/_calendar.scss */
.partycal--nav-no-results {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 304, ../scss/includes/_calendar.scss */
  .partycal--nav-no-results {
    display: block;
  }
}

/* line 313, ../scss/includes/_calendar.scss */
.partyCal--calendar {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  /* line 317, ../scss/includes/_calendar.scss */
  .partyCal--calendar [class*="container"] {
    padding: 0;
  }
}

/* line 324, ../scss/includes/_calendar.scss */
.partyCal-row.odd {
  background-color: #f5f4f5;
  /* extend color to full screen width */
  box-shadow: 500px 0px 0px 0px #f5f4f5, -500px 0px 0px 0px #f5f4f5;
}
/* line 329, ../scss/includes/_calendar.scss */
.partyCal-row.even {
  background-color: #FFFFFF;
  box-shadow: 500px 0px 0px 0px #FFFFFF, -500px 0px 0px 0px #FFFFFF;
}
/* line 333, ../scss/includes/_calendar.scss */
.partyCal-row.even .card-ticket {
  background-color: #f5f4f5;
}

@media only screen and (max-width: 991px) {
  /* line 340, ../scss/includes/_calendar.scss */
  .partyCal-head {
    display: none;
  }
}

/* line 346, ../scss/includes/_calendar.scss */
.partyCal-week {
  box-shadow: 500px 0px 0px 0px #D2D0D1, -500px 0px 0px 0px #D2D0D1;
  text-align: center;
  background-color: #D2D0D1;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
/* line 354, ../scss/includes/_calendar.scss */
.partyCal-week li:not(.partyCal-venue-logo), .partyCal-week .list_split-4 > div:not(.partyCal-venue-logo) {
  width: 100%;
  max-width: 300px;
}
/* line 359, ../scss/includes/_calendar.scss */
.partyCal-week li:after, .partyCal-week .list_split-4 > div:after {
  content: '';
  height: 90%;
  width: 1px;
  background-color: #FFFFFF;
  float: right;
}

@media only screen and (min-width: 992px) {
  /* line 368, ../scss/includes/_calendar.scss */
  .partyCal-grid {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  /* line 375, ../scss/includes/_calendar.scss */
  .partyCal-grid li:not(.partyCal-venue-logo), .partyCal-grid .list_split-4 > div:not(.partyCal-venue-logo) {
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 368, ../scss/includes/_calendar.scss */
  .partyCal-grid {
    display: block;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  /* line 385, ../scss/includes/_calendar.scss */
  .partyCal-grid.collapse:not(.in) {
    display: none;
  }
}

/* line 392, ../scss/includes/_calendar.scss */
.partyCal-venue-logo {
  width: 120px;
  min-width: 120px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  /* line 392, ../scss/includes/_calendar.scss */
  .partyCal-venue-logo {
    display: none;
  }
}
/* line 400, ../scss/includes/_calendar.scss */
.partyCal-venue-logo img {
  border-radius: 5px;
}

/* line 405, ../scss/includes/_calendar.scss */
.partyCal-venue {
  position: relative;
  /*box-shadow: 500px 0px 0px 0px $sky, -500px 0px 0px 0px $sky;
  background-color: $sky;
  padding: 10px $spaceSmall;
  text-align: left;
  color: $white;*/
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) {
  /* line 405, ../scss/includes/_calendar.scss */
  .partyCal-venue {
    display: none;
  }
}
/* line 417, ../scss/includes/_calendar.scss */
.partyCal-venue a {
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  /* line 405, ../scss/includes/_calendar.scss */
  .partyCal-venue {
    display: block;
    position: static !important;
  }
  /* line 425, ../scss/includes/_calendar.scss */
  .partyCal-venue img {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 405, ../scss/includes/_calendar.scss */
  .partyCal-venue {
    display: block;
    text-align: center;
    background-color: #D2D0D1;
    color: #000000;
    margin-bottom: 2px;
    position: relative;
  }
  /* line 437, ../scss/includes/_calendar.scss */
  .partyCal-venue img {
    display: none;
  }
  /* line 440, ../scss/includes/_calendar.scss */
  .partyCal-venue svg {
    position: absolute;
    right: 15px;
    left: auto;
    bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 449, ../scss/includes/_calendar.scss */
  .partyCal-day {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% / 8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  /* line 449, ../scss/includes/_calendar.scss */
  .partyCal-day {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 449, ../scss/includes/_calendar.scss */
  .partyCal-day {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 567px) {
  /* line 465, ../scss/includes/_calendar.scss */
  .partyCal-day.empty {
    display: none;
  }
}

/* line 471, ../scss/includes/_calendar.scss */
.partyCal-ticket {
  border: 1px solid #D2D0D1;
}
@media only screen and (max-width: 991px) {
  /* line 474, ../scss/includes/_calendar.scss */
  .partyCal-ticket--past-date {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 480, ../scss/includes/_calendar.scss */
  .section--promoter-listings .partyCal-ticket {
    display: flex;
    flex-direction: column;
  }
  /* line 484, ../scss/includes/_calendar.scss */
  .section--promoter-listings .partyCal-ticket > div:nth-child(2) {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 767px) {
  /* line 488, ../scss/includes/_calendar.scss */
  .section--promoter-listings .partyCal-ticket--past-date {
    /*display: none;*/
  }
}

/* line 503, ../scss/includes/_calendar.scss */
.partyCal-grid .partyCal-ticket {
  width: 100%;
}

/* line 509, ../scss/includes/_calendar.scss */
.page-nid-69712 h3.heading-subtitle, .page-nid-69712 .aside--section-form h2.heading-subtitle, .aside--section-form .page-nid-69712 h2.heading-subtitle {
  display: none;
}

/* line 515, ../scss/includes/_calendar.scss */
.filter-month li, .filter-month .list_split-4 > div {
  font-weight: 700;
  font-size: 16px;
}
/* line 518, ../scss/includes/_calendar.scss */
.filter-month li a, .filter-month .list_split-4 > div a {
  color: #3fb5e9;
}

/* line 525, ../scss/includes/_calendar.scss */
.no-touch .filter-month li a:hover, .no-touch .filter-month .list_split-4 > div a:hover {
  color: #f49739;
}

/* line 532, ../scss/includes/_calendar.scss */
.filter-calendar .button, .filter-events .button {
  border: none;
  border-radius: 10px;
  background-color: #f5f4f5;
  padding: 2px 10px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
/* line 541, ../scss/includes/_calendar.scss */
.filter-calendar .button:last-child, .filter-events .button:last-child {
  margin-right: 0;
}
/* line 544, ../scss/includes/_calendar.scss */
.filter-calendar .button.day-night, .filter-events .button.day-night {
  color: #fff;
  background-color: #36454f;
  background-position: 3px center;
  background-size: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
}
/* line 551, ../scss/includes/_calendar.scss */
.filter-calendar .button.day-night.active, .filter-events .button.day-night.active {
  background-color: #f49739;
}
/* line 554, ../scss/includes/_calendar.scss */
.filter-calendar .button.day-night.night-time, .filter-events .button.day-night.night-time {
  background-image: url(../img/moonsun_night.svg);
}
/* line 557, ../scss/includes/_calendar.scss */
.filter-calendar .button.day-night.day-time, .filter-events .button.day-night.day-time {
  background-image: url(../img/moonsun_day.svg);
  padding-left: 22px;
}
/* line 562, ../scss/includes/_calendar.scss */
.filter-calendar .button.clear-venues, .filter-events .button.clear-venues {
  display: none;
}

/* line 571, ../scss/includes/_calendar.scss */
.no-touch .filter-events .button.day-night:hover {
  background-color: #f49739;
}

/* line 578, ../scss/includes/_calendar.scss */
.ui-datepicker-month, .ui-datepicker-year {
  color: #707070;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  /* line 578, ../scss/includes/_calendar.scss */
  .ui-datepicker-month, .ui-datepicker-year {
    font-size: 14px;
  }
}

/* line 592, ../scss/includes/_calendar.scss */
.filter-events .form-group span {
  font-weight: 400;
}
@media only screen and (max-width: 400px) {
  /* line 592, ../scss/includes/_calendar.scss */
  .filter-events .form-group span {
    line-height: 1.2;
  }
}
/* line 599, ../scss/includes/_calendar.scss */
.filter-events h4 {
  color: #707070;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  /* line 599, ../scss/includes/_calendar.scss */
  .filter-events h4 {
    font-size: 14px;
  }
}
/* line 606, ../scss/includes/_calendar.scss */
.filter-events .hasNoParties {
  color: #D2D0D1;
}

/* line 610, ../scss/includes/_calendar.scss */
.inactive {
  opacity: 0.3;
}

/* line 614, ../scss/includes/_calendar.scss */
.partycal-footer--nav {
  text-align: right;
  margin: 30px 15px 0 0;
  padding: 0 10px 10px 0;
}
/* line 618, ../scss/includes/_calendar.scss */
.partycal-footer--nav a {
  color: #f49739;
}
/* line 620, ../scss/includes/_calendar.scss */
.partycal-footer--nav a:after {
  content: " ";
  background-image: url("../img/angle-up-orange.svg");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  left: 7px;
}

/* line 631, ../scss/includes/_calendar.scss */
.partyCal-row.even .ticket-price {
  background: #FFFFFF;
  /* fallback */
  border-radius: 5px;
  /*background:
  linear-gradient(135deg, transparent 5px, $background-color 0) top left,
  linear-gradient(225deg, transparent 5px, $background-color 0) top right,
  linear-gradient(315deg, transparent 5px, $background-color 0) bottom right,
  linear-gradient(45deg,  transparent 5px, $background-color 0) bottom left;
  background-size: calc(100% - 15px);
  background-repeat: no-repeat;
  background-image:
  radial-gradient(circle at 0 0, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 100% 0, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 100% 100%, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 0 100%, rgba(0,0,0,0) 5px, $background-color 6px);*/
}
/* line 634, ../scss/includes/_calendar.scss */
.partyCal-row.even .ticket-info {
  background: #FFFFFF;
  /* fallback */
  border-radius: 5px;
  /*background:
  linear-gradient(135deg, transparent 5px, $background-color 0) top left,
  linear-gradient(225deg, transparent 5px, $background-color 0) top right,
  linear-gradient(315deg, transparent 5px, $background-color 0) bottom right,
  linear-gradient(45deg,  transparent 5px, $background-color 0) bottom left;
  background-size: calc(100% - 15px);
  background-repeat: no-repeat;
  background-image:
  radial-gradient(circle at 0 0, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 100% 0, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 100% 100%, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 0 100%, rgba(0,0,0,0) 5px, $background-color 6px);*/
}

/* line 640, ../scss/includes/_calendar.scss */
.filter-advanced a.close {
  display: block;
  padding: 5px;
  text-align: center;
  float: none;
  opacity: 1;
  color: #707070;
}
/* line 647, ../scss/includes/_calendar.scss */
.filter-advanced a.close:after {
  content: " ";
  background-image: url("../img/angle-up.svg");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  padding-left: 7px;
  top: 4px;
}
@media only screen and (max-width: 991px) {
  /* line 640, ../scss/includes/_calendar.scss */
  .filter-advanced a.close {
    display: none;
  }
}

/* line 661, ../scss/includes/_calendar.scss */
.row-hidden {
  display: none;
}

/* line 666, ../scss/includes/_calendar.scss */
#loaderDiv {
  position: relative;
  height: 1px;
}
/* line 669, ../scss/includes/_calendar.scss */
#loaderDiv img {
  position: absolute;
  top: -17px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  /* line 680, ../scss/includes/_calendar.scss */
  .weeknav-container {
    display: none;
  }
}
/* line 684, ../scss/includes/_calendar.scss */
.weeknav-container .weeknav-inner {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
  padding-top: 30px;
}
/* line 689, ../scss/includes/_calendar.scss */
.weeknav-container .weeknav-inner .weeknav {
  position: relative;
}
/* line 691, ../scss/includes/_calendar.scss */
.weeknav-container .weeknav-inner .weeknav a {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 400;
  background-color: #36454f;
  border-radius: 10px;
  padding: 2px 10px;
  color: #fff;
}
/* line 702, ../scss/includes/_calendar.scss */
.weeknav-container .weeknav-inner .weeknav.active a {
  background-color: #f49739;
  color: #fff;
}
/* line 706, ../scss/includes/_calendar.scss */
.weeknav-container .weeknav-inner .weeknav.active .weekmarker {
  display: block;
}
/* line 710, ../scss/includes/_calendar.scss */
.weeknav-container .weeknav-inner .weeknav .arrow {
  position: absolute;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f49739;
  height: 0;
  width: 0;
  z-index: 10;
}
/* line 725, ../scss/includes/_calendar.scss */
.weeknav-container .weeknav-inner .weekmarker {
  display: none;
}
/* line 727, ../scss/includes/_calendar.scss */
.weeknav-container .weeknav-inner .weekmarker .markertext {
  position: absolute;
  top: -24px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f49739;
}
@media only screen and (max-width: 991px) {
  /* line 684, ../scss/includes/_calendar.scss */
  .weeknav-container .weeknav-inner {
    margin: 0;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 30px 0;
  }
}

/* line 754, ../scss/includes/_calendar.scss */
.no-touch .weeknav-container .weeknav-inner .weeknav a:hover {
  background-color: #f49739;
  color: #fff;
}

/* line 764, ../scss/includes/_calendar.scss */
.partyCal-archive {
  text-align: center;
  border-top: 1px solid #D2D0D1;
  padding-top: 30px;
  margin: 50px auto;
}
/* line 769, ../scss/includes/_calendar.scss */
.partyCal-archive ul {
  margin: 30px auto;
}
/* line 772, ../scss/includes/_calendar.scss */
.partyCal-archive li, .partyCal-archive .list_split-4 > div {
  display: inline-block;
  font-size: 16px;
}
/* line 775, ../scss/includes/_calendar.scss */
.partyCal-archive li:not(:last-child), .partyCal-archive .list_split-4 > div:not(:last-child) {
  margin-right: 10px;
}
/* line 777, ../scss/includes/_calendar.scss */
.partyCal-archive li:not(:last-child):after, .partyCal-archive .list_split-4 > div:not(:last-child):after {
  content: "|";
  margin-left: 10px;
}
/* line 782, ../scss/includes/_calendar.scss */
.partyCal-archive li a.active, .partyCal-archive .list_split-4 > div a.active {
  color: #f49739;
}

/* line 788, ../scss/includes/_calendar.scss */
.no-results {
  margin: 30px auto;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  /* line 788, ../scss/includes/_calendar.scss */
  .no-results {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 800, ../scss/includes/_calendar.scss */
  .no-events {
    margin: auto;
  }
}
/**
 * loading animation
 */
/* line 808, ../scss/includes/_calendar.scss */
#partyCalResults {
  position: relative;
}
/* line 810, ../scss/includes/_calendar.scss */
#partyCalResults .partyCal--loader {
  display: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 8px;
  width: 34px;
}
/* line 819, ../scss/includes/_calendar.scss */
#partyCalResults .partyCal--loader svg path, #partyCalResults .partyCal--loader svg rect {
  fill: #FFFFFF;
}

/* line 825, ../scss/includes/_calendar.scss */
.section--calendar-parties h2.group-title, .section--calendar-parties .section--latest-reviews h2, .section--latest-reviews .section--calendar-parties h2 {
  margin: 15px 0;
}

/**
 * single day overrides
 */
/* line 836, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .container-partyCal {
  padding: 0;
  width: auto;
}
/* line 839, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .container-partyCal .partyCal-body {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  /* negative margin hack for equally spaced cols and edges */
  margin-left: -15px;
  margin-right: -15px;
  /* hack to align last items left */
}
/* line 72, ../scss/includes/_grid.scss */
.partyCal--calendar-single .container-partyCal .partyCal-body:after {
  height: 0;
  content: "";
  width: 22%;
}
@supports not (display: grid) {
  /* line 78, ../scss/includes/_grid.scss */
  .partyCal--calendar-single .container-partyCal .partyCal-body .group-title, .partyCal--calendar-single .container-partyCal .partyCal-body .section--latest-reviews h2, .section--latest-reviews .partyCal--calendar-single .container-partyCal .partyCal-body h2, .partyCal--calendar-single .container-partyCal .partyCal-body .item-list-pager {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 839, ../scss/includes/_calendar.scss */
  .partyCal--calendar-single .container-partyCal .partyCal-body {
    display: block;
  }
}
/* line 85, ../scss/includes/_grid.scss */
.partyCal--calendar-single .container-partyCal .partyCal-body > div:not(.group-title) {
  width: 22%;
}
@supports (display: grid) {
  /* line 839, ../scss/includes/_calendar.scss */
  .partyCal--calendar-single .container-partyCal .partyCal-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* total free space / numcols */
    /* negative margin hack for equally spaced cols and edges */
    margin-left: -15px;
    margin-right: -15px;
    grid-template-rows: auto;
    grid-gap: 0;
    /* breakpoints reducing num cols */
  }
  /* line 109, ../scss/includes/_grid.scss */
  .partyCal--calendar-single .container-partyCal .partyCal-body .group-title, .partyCal--calendar-single .container-partyCal .partyCal-body .section--latest-reviews h2, .section--latest-reviews .partyCal--calendar-single .container-partyCal .partyCal-body h2, .partyCal--calendar-single .container-partyCal .partyCal-body .item-list-pager {
    grid-column: 1 / -1;
    /* title can span all width */
  }
  @media only screen and (max-width: 991px) {
    /* line 839, ../scss/includes/_calendar.scss */
    .partyCal--calendar-single .container-partyCal .partyCal-body {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    /* line 839, ../scss/includes/_calendar.scss */
    .partyCal--calendar-single .container-partyCal .partyCal-body {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 839, ../scss/includes/_calendar.scss */
    .partyCal--calendar-single .container-partyCal .partyCal-body {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  /* line 123, ../scss/includes/_grid.scss */
  .partyCal--calendar-single .container-partyCal .partyCal-body > div, .partyCal--calendar-single .container-partyCal .partyCal-body > div:not(.group-title) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  @media only screen and (max-width: 500px) {
    /* line 123, ../scss/includes/_grid.scss */
    .partyCal--calendar-single .container-partyCal .partyCal-body > div, .partyCal--calendar-single .container-partyCal .partyCal-body > div:not(.group-title) {
      margin-right: auto;
      margin-left: auto;
    }
  }
  @media only screen and (max-width: 500px) {
    /* line 839, ../scss/includes/_calendar.scss */
    .partyCal--calendar-single .container-partyCal .partyCal-body {
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
  }
}
/* line 844, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .partyCal-venue-logo, .partyCal--calendar-single .partyCal-venue {
  display: none;
}
/* line 848, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .card-ticket img {
  display: block;
  position: absolute;
  top: 10px;
  right: 7px;
  width: 60px;
}
/* line 856, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .ticket-price {
  background: #fff;
  /* fallback */
  border-radius: 5px;
  /*background:
  linear-gradient(135deg, transparent 5px, $background-color 0) top left,
  linear-gradient(225deg, transparent 5px, $background-color 0) top right,
  linear-gradient(315deg, transparent 5px, $background-color 0) bottom right,
  linear-gradient(45deg,  transparent 5px, $background-color 0) bottom left;
  background-size: calc(100% - 15px);
  background-repeat: no-repeat;
  background-image:
  radial-gradient(circle at 0 0, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 100% 0, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 100% 100%, rgba(0,0,0,0) 5px, $background-color 6px),
  radial-gradient(circle at 0 100%, rgba(0,0,0,0) 5px, $background-color 6px);*/
}
/* line 860, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .partyCal-row.odd, .partyCal--calendar-single .partyCal-row.even {
  background-color: transparent;
  box-shadow: none;
}
/* line 863, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .partyCal-row.odd .card-ticket, .partyCal--calendar-single .partyCal-row.even .card-ticket {
  background-color: #f5f4f5;
}
/* line 868, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .partyCal-day {
  padding: 0;
}
/* line 871, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .partyCal-grid {
  display: block;
}
/* line 874, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .ticket-header {
  text-align: left;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 75px;
  min-height: 75px;
}
/* line 880, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .ticket-header .ticket-date {
  display: block;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: 7px;
  border-right: 1px solid #D2D0D1;
  font-weight: 300;
  text-transform: uppercase;
  padding-right: 8px;
}
/* line 890, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .ticket-header .ticket-date > span {
  display: block;
}
/* line 892, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .ticket-header .ticket-date > span:nth-child(2) {
  font-weight: 700;
  font-size: 34px;
  padding: 2px 0;
}
/* line 897, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .ticket-header .ticket-date > span:last-child {
  text-align: right;
}
/* line 903, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .ticket-header time span, .partyCal--calendar-single .ticket-header .post-author span {
  display: inline-block;
}
/* line 906, ../scss/includes/_calendar.scss */
.partyCal--calendar-single .ticket-header time:after, .partyCal--calendar-single .ticket-header .post-author:after, .partyCal--calendar-single .ticket-header time:before, .partyCal--calendar-single .ticket-header .post-author:before {
  content: '';
}

/* line 912, ../scss/includes/_calendar.scss */
.calendar-nav {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
/* line 916, ../scss/includes/_calendar.scss */
.calendar-nav a {
  background: url(../img/icon-arrow_left.svg) no-repeat left center;
  padding: 7.5px 0 7.5px 20px;
}
/* line 919, ../scss/includes/_calendar.scss */
.calendar-nav a:last-child {
  background: url(../img/icon-arrow_right.svg) no-repeat right center;
  padding: 7.5px 20px 7.5px 0;
}

/* line 926, ../scss/includes/_calendar.scss */
.landscape, .rotate-mobile {
  display: none;
}

@media only screen and (min-width: 992px) {
  /* line 929, ../scss/includes/_calendar.scss */
  .change-dates {
    display: none;
  }
}
/* line 933, ../scss/includes/_calendar.scss */
.change-dates {
  color: #3fb5e9;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

/**
 * only for mobile devices in landscape mode
 */
/**
 * from iphone 5 landscape up to 991px
 * where full width cal starts anyway
 */
@media screen and (min-width: 568px) and (max-width: 991px) {
  /* line 14, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 {
    overflow-x: hidden;
    /*.partyCal-row:nth-child(even) {
      .card-ticket {
        background-color: #f5f4f5;
      }
    }*/
  }
  /* line 19, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .filter-top .filter-toggle {
    display: flex;
    padding: 20px 0;
    align-items: center;
  }
  /* line 24, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .filter-top .filter-toggle {
    display: none;
  }
  /* line 29, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .landscape {
    display: block;
  }
  /* line 33, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .partyCal-head {
    display: block;
  }
  /* line 37, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .partyCal-venue {
    background-color: #D2D0D1;
    text-transform: uppercase;
    color: #36454f;
  }
  /* line 43, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .partyCal-week {
    display: none;
  }
  /* line 46, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .partyCal-grid:not(.row-hidden) {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  /* line 52, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .partyCal-grid:not(.row-hidden).collapse:not(.in) {
    display: none;
  }
  /* line 57, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .partyCal-day {
    padding: 0 7.5px;
    width: calc(100% / 7);
    min-width: 190px;
  }
  /* line 63, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .toggle-form, body.page-nid-69712 .filter-submit {
    display: none;
  }
  /* line 73, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .card-ticket {
    padding: calc(15px / 2);
    margin-bottom: 15px;
  }
  /* line 76, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .card-ticket img {
    display: none;
  }
  /* line 79, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .card-ticket [class*="cta-"] {
    line-height: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }
  /* line 85, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .card-ticket .partyDjs {
    font-size: 10px;
    line-height: 1.3;
  }
  /* line 91, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header {
    padding: 15px 0 5px;
    min-height: auto;
    text-align: center;
  }
  /* line 93, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header h3, body.page-nid-69712 .ticket-header .aside--section-form h2, .aside--section-form body.page-nid-69712 .ticket-header h2 {
    font-size: 12px;
  }
  /* line 98, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header .ticket-date {
    color: #f49739;
    padding: 0;
    display: block;
    font-size: 10px;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-right: none;
    font-weight: 700;
  }
  /* line 110, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header .ticket-date > span {
    display: inline-block;
  }
  /* line 112, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header .ticket-date > span:nth-child(2) {
    font-size: 10px;
    padding: 0;
  }
  /* line 116, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header .ticket-date > span:last-child {
    text-align: left;
  }
  /* line 122, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header time, body.page-nid-69712 .ticket-header .post-author {
    display: inline-block;
    color: #126181;
    font-size: 10px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 991px) and (max-width: 400px) {
  /* line 122, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header time, body.page-nid-69712 .ticket-header .post-author {
    font-size: 11px;
  }
}
@media screen and (min-width: 568px) and (max-width: 991px) {
  /* line 129, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header time > span, body.page-nid-69712 .ticket-header .post-author > span {
    display: none;
  }
  /* line 133, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header time:before, body.page-nid-69712 .ticket-header .post-author:before {
    content: '|';
    padding-right: 5px;
  }
  /* line 137, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-header time:after, body.page-nid-69712 .ticket-header .post-author:after {
    content: '|';
    padding-left: 5px;
  }
  /* line 143, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-location {
    font-size: 10px;
  }
  /* line 147, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .partyDjs {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  /* line 154, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-footer {
    display: block;
    padding: 0;
    margin-bottom: 7.5px;
  }
  /* line 158, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-footer > div {
    margin-bottom: 7.5px;
  }
  /* line 162, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-price {
    font-size: 12px;
    padding: 2px 4px;
  }
  /* line 165, ../scss/includes/_calendar_landscape.scss */
  body.page-nid-69712 .ticket-price small {
    padding: 0;
    color: #707070;
    font-size: 10px;
  }
}
/* show message */
@media screen and (max-width: 567px) {
  /* line 176, ../scss/includes/_calendar_landscape.scss */
  .rotate-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3fb5e9;
    font-size: 12px;
    border: 1px solid #D2D0D1;
    border-color: #3fb5e9;
    border-radius: 5px;
    padding: calc(15px / 2);
    margin: calc(15px / 2) 0;
  }
  /* line 180, ../scss/includes/_calendar_landscape.scss */
  .rotate-mobile svg {
    width: 20px;
    height: 20px;
    fill: #3fb5e9;
  }
  /* line 184, ../scss/includes/_calendar_landscape.scss */
  .rotate-mobile svg:last-child {
    position: relative;
    top: 2px;
    fill: #D2D0D1;
  }
}
/*=================================
=           5 Star reviews        =
=================================*/
/*-------  5 Star reviews  -------*/
/* line 9, ../scss/includes/_5star.scss */
body .fivestar-widget-static .star, body .fivestar-widget-static .star a, body .fivestar-widget .star, body .fivestar-widget .star a {
  margin: 2px;
  background: none;
  background-image: url(../img/star-orange-hollow.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
}
/* line 17, ../scss/includes/_5star.scss */
body .fivestar-widget-static .star span.on, body .fivestar-widget-static .star a span.on, body .fivestar-widget .star span.on, body .fivestar-widget .star a span.on {
  background: none;
  background-image: url(../img/star-orange.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
}
/* line 24, ../scss/includes/_5star.scss */
body .fivestar-widget-static .star span.off, body .fivestar-widget-static .star a span.off, body .fivestar-widget .star span.off, body .fivestar-widget .star a span.off {
  background: none;
  background-image: url(../img/star-orange-hollow.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
}
/* line 33, ../scss/includes/_5star.scss */
body .fivestar-widget-static .star a, body .fivestar-widget .star a {
  margin: 0;
}
/* line 36, ../scss/includes/_5star.scss */
body .fivestar-widget-static div.hover a, body .fivestar-widget-static div.rating div a:hover, body .fivestar-widget-static div.on a, body .fivestar-widget div.hover a, body .fivestar-widget div.rating div a:hover, body .fivestar-widget div.on a {
  background-position: 0 0;
  background-image: url(../img/star-orange.svg);
}

/* line 43, ../scss/includes/_5star.scss */
.fivestar-static-item small {
  display: none;
}

/* line 48, ../scss/includes/_5star.scss */
.rateAvg {
  float: right;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #3fb5e9;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-left: 30px;
}

/* line 63, ../scss/includes/_5star.scss */
#comments h3, #comments .aside--section-form h2, .aside--section-form #comments h2 {
  margin: 30px 0;
}
/* line 66, ../scss/includes/_5star.scss */
#comments .comment-text {
  border-bottom: 1px solid #D2D0D1;
  margin-bottom: 30px;
}
/* line 73, ../scss/includes/_5star.scss */
#comments label {
  margin: 15px 0 calc(15px / 2);
  padding-bottom: 0;
}

/* line 80, ../scss/includes/_5star.scss */
#comment-form input[type=text], #comment-form textarea {
  margin-bottom: 30px;
}
/* line 83, ../scss/includes/_5star.scss */
#comment-form .field-type-fivestar {
  margin-bottom: 30px;
}
/* line 87, ../scss/includes/_5star.scss */
#comment-form .date-combo .fieldset-legend {
  display: none;
}

/* line 93, ../scss/includes/_5star.scss */
.page-comment #comment-form {
  margin: auto;
  max-width: 900px;
}

/*=====  End of 5 STAR ======*/
/*==============================
=          RESTAURANTS         =
==============================*/
/**
 * opening hours
 */
/* line 9, ../scss/includes/_restaurants.scss */
.aside .opening--hours-header {
  text-align: left;
}
/* line 12, ../scss/includes/_restaurants.scss */
.aside .opening--hours-Closed, .aside .opening--hours-Open {
  margin: 0 0 10px 0;
}

/* line 18, ../scss/includes/_restaurants.scss */
.opening--hours-season {
  margin-bottom: 30px;
}
/* line 21, ../scss/includes/_restaurants.scss */
.opening--hours-Closed, .opening--hours-Open {
  display: inline-block;
  border-radius: 5px;
  background-color: #7f0719;
  padding: 2px calc(15px / 2);
  margin: 5px 0 3px 0;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 32, ../scss/includes/_restaurants.scss */
.opening--hours-header span:last-child {
  display: block;
}
/* line 36, ../scss/includes/_restaurants.scss */
.opening--hours-Open {
  background-color: #188f53;
}
/* line 40, ../scss/includes/_restaurants.scss */
.opening--hours-body {
  text-align: left;
  margin-top: 15px;
}
/* line 44, ../scss/includes/_restaurants.scss */
.opening--hours-body-days div {
  padding: calc(15px / 2);
  border-bottom: 1px solid #D2D0D1;
}
/* line 47, ../scss/includes/_restaurants.scss */
.opening--hours-body-days div:first-child {
  border-top: 1px solid #D2D0D1;
}
/* line 51, ../scss/includes/_restaurants.scss */
.opening--hours-body-days span {
  display: inline-block;
  width: 55px;
}

/* line 60, ../scss/includes/_restaurants.scss */
h3 .opening--hours-Closed, .aside--section-form h2 .opening--hours-Closed, h3 .opening--hours-Open, .aside--section-form h2 .opening--hours-Open {
  font-weight: 400;
}
