/*

WATCH FOR CSS CHANGES:

    sass --watch /home/ereserve/web/e-reserve-test.org/public_html/2018/css/sass:/home/ereserve/web/e-reserve-test.org/public_html/2018/css --style expanded

SPRITE REBUILD:

    sh /home/ereserve/web/e-reserve-test.org/public_html/2018/css/sass/create-sprite-icons.sh

*/
/* some nice functions for common stuff */
/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html, body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h3 {
  font-size: 1.5rem;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type=button] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden, [hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  /* rgba not supported (IE 8) */
  /* rgba supported */
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #fff;
  text-decoration: none;
  border-radius: 2px;
  color: #333;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Firefox: Get rid of the inner focus border */
/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  /* reset IE < 8 */
  /* IE < 8: collapse white-space between units */
  /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus {
  word-spacing: -0.43em;
}

.pure-button-group {
  word-spacing: -0.43em;
}
.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*csslint outline-none:false*/
.pure-button-hover {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button:hover {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  outline: 0;
}

.pure-button-active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}

.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}
.pure-button[disabled] {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-disabled {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}
.pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-button-primary, .pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

a.pure-button-primary, a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  /* fallback color for rgba() for IE7/8 */
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}

.button-light-blue, .button-secondary, .button-warning, .button-danger, .button-error, .button-info, .button-grey, .button-success-lighter, .button-success, .button-default {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-default {
  background: none;
  /* this is see through */
  color: #333;
}

.button-success {
  color: white !important;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
}
.button-success:hover, .button-success:active, .button-success:visited, .button-success:focus {
  background-image: linear-gradient(to bottom, #348c34, #2f5f2f);
}

.button-success-lighter {
  color: white !important;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, #bfe7bf, #a2d1a2);
  background-repeat: repeat-x;
}
.button-success-lighter:hover, .button-success-lighter:active, .button-success-lighter:visited, .button-success-lighter:focus {
  background-image: linear-gradient(to bottom, #348c34, #2f5f2f);
}

.button-grey {
  background: gainsboro;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  color: #333 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.button-info {
  background-color: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #217dbb);
  color: white !important;
}
.button-info:active, .button-info:visited, .button-info:focus, .button-info:hover {
  color: white !important;
}

.button-error {
  background: #ca3c3c;
  /* this is a maroon */
}
.button-error:active, .button-error:visited, .button-error:focus, .button-error:hover {
  color: white;
}

.button-danger {
  background: #ca3c3c;
  /* this is a maroon */
}
.button-danger:link, .button-danger:visited {
  color: white;
}

.button-warning {
  background: #df7514;
  /* this is an orange */
}
.button-warning:link, .button-warning:visited {
  color: white;
}

.button-secondary {
  background: #42b8dd;
  /* this is a light blue */
}
.button-secondary:active, .button-secondary:link, .button-secondary:visited, .button-secondary:focus, .button-secondary:hover {
  color: white;
}

.button-light-blue {
  background: #98d8ed;
  /* this is a light blue */
}
.button-light-blue:active, .button-light-blue:link, .button-light-blue:visited, .button-light-blue:focus, .button-light-blue:hover {
  color: white !important;
}

.pure-button-block {
  display: block;
}

/* end custom buttons */
.button-small {
  font-size: 0.9rem;
  padding: 0.25em 0.5em;
}

.button-large {
  font-size: 1.2rem;
  padding: 0.75rem 1rem;
}

/* custom floats */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media (min-width: 0.625em) and (max-width: 35.499em) {
  .float-xs-right {
    float: right;
  }

  .float-xs-left {
    float: left;
  }
}
/* pure-hidden-sm */
@media (min-width: 35.5em) and (max-width: 47.999em) {
  .float-sm-right {
    float: right;
  }

  .float-sm-left {
    float: left;
  }
}
/* pure-hidden-md */
@media (min-width: 48em) and (max-width: 63.999em) {
  .float-md-right {
    float: right;
  }

  .float-md-left {
    float: left;
  }
}
/* pure-hidden-lg */
@media (min-width: 64em) and (max-width: 79.999em) {
  .float-lg-right {
    float: right;
  }

  .float-lg-left {
    float: left;
  }
}
/* pure-hidden-xl */
@media (min-width: 64em) and (max-width: 80em) {
  .float-lx-right {
    float: right;
  }

  .float-xl-left {
    float: left;
  }
}
/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form input[type=text].has-error, .pure-form input[type=password].has-error, .pure-form input[type=email].has-error, .pure-form input[type=url].has-error, .pure-form input[type=date].has-error, .pure-form input[type=month].has-error, .pure-form input[type=time].has-error, .pure-form input[type=datetime].has-error, .pure-form input[type=datetime-local].has-error, .pure-form input[type=week].has-error, .pure-form input[type=number].has-error, .pure-form input[type=search].has-error, .pure-form input[type=tel].has-error, .pure-form input[type=color].has-error {
  background: #ebb4b4;
  /* this is a maroon */
  color: white;
}
.pure-form select, .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form select.has-error, .pure-form textarea.has-error {
  background: #e5a0a0;
  /* this is a maroon */
  color: white;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
  outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form select[readonly], .pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file] {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea, .pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline, .pure-form-aligned .pure-form-message-inline {
  display: inline-block;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input, .pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-3-4 {
  width: 75%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Grouped Inputs */
/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]), .pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email] {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }

  .pure-group input:not([type]), .pure-group input[type=text], .pure-group input[type=password], .pure-group input[type=email] {
    margin-bottom: 0;
  }

  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }

  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  .pure-form .pure-help-inline, .pure-form-message-inline, .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
/* foo */
/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  /* IE < 8: collapse white-space between units */
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  /* IE < 8: fake inline-block */
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
  }

  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
  }

  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
  }

  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
  }

  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
  }

  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
  }

  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
  }

  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
  }

  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
  }

  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
  }

  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
  }

  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
  }

  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
  }

  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
  }

  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
  }

  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
  }

  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
  }

  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
  }

  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
  }

  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
  }

  .pure-u-md-1-5 {
    width: 20%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
  }

  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
  }

  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
  }

  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
  }

  .pure-u-md-2-5 {
    width: 40%;
  }

  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
  }

  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
  }

  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
  }

  .pure-u-md-3-5 {
    width: 60%;
  }

  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
  }

  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
  }

  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
  }

  .pure-u-md-4-5 {
    width: 80%;
  }

  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
  }

  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
  }

  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
  }

  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
  }

  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
  }

  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
  }

  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
  }

  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
  }

  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
  }

  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
  }

  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
  }

  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
  }

  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
  }

  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
  }

  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
  }

  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
  }

  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
  }

  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
  }

  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
  }

  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
  }

  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
  }

  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
  }

  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
  }

  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
  }

  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
  }

  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
  }

  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
/* -------------------------- d
  The filters dropdown stuff
*/
.wrapper-dropdown {
  position: relative;
  width: 98%;
  padding: 10px;
  background: none;
  color: #333;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  /* narrower, so doesnt take up so much room on the top bar */
}
.wrapper-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent #333;
}
.wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  /* Size */
  right: 0;
  /* Size */
  background: #fff;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  z-index: 100;
}
.wrapper-dropdown .dropdown li::hover a {
  background: #f3f8f8;
}
.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #9e9e9e;
  padding: 10px 20px;
}
.wrapper-dropdown.active {
  background: #7caa37;
  color: white;
}
.wrapper-dropdown.active::after {
  border-color: #000 transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  border: 1px solid #7caa37;
}
.wrapper-dropdown.narrow, .wrapper-dropdown.members {
  width: 70px;
}
.wrapper-dropdown.members .dropdown {
  left: -105px;
  width: 180px;
}

/* glue: 0.13 hash: 7162a8fe96 */
.sprite-icons-logo,
.sprite-icons-logo-m,
.sprite-icons-stars-5,
.sprite-icons-stars-4,
.sprite-icons-stars-3,
.sprite-icons-stars-2,
.sprite-icons-stars-1,
.sprite-icons-twitter,
.sprite-icons-google,
.sprite-icons-facebook,
.sprite-icons-house-spinner,
.sprite-icons-email,
.sprite-icons-spanish,
.sprite-icons-french,
.sprite-icons-english,
.sprite-icons-view-photos-black-round,
.sprite-icons-right-arrow,
.sprite-icons-plus,
.sprite-icons-offers,
.sprite-icons-menu,
.sprite-icons-map,
.sprite-icons-left-arrow,
.sprite-icons-filters,
.sprite-icons-email-link,
.sprite-icons-close,
.sprite-icons-cat-layout-map,
.sprite-icons-cat-layout-list,
.sprite-icons-cat-layout-grid,
.sprite-icons-cat-layout-faves,
.sprite-icons-cat-layout-faves-active,
.sprite-icons-calendar-circle,
.sprite-icons-filters-smaller,
.sprite-icons-remove-from-faves,
.sprite-icons-plus-smaller,
.sprite-icons-photos,
.sprite-icons-map-marker,
.sprite-icons-magglass,
.sprite-icons-location-search-bar,
.sprite-icons-link-phone,
.sprite-icons-link-contact,
.sprite-icons-calendar-circle-24,
.sprite-icons-add-to-faves,
.sprite-icons-star,
.sprite-icons-star-half,
.sprite-icons-star-grey,
.sprite-icons-register,
.sprite-icons-person,
.sprite-icons-close-small,
.sprite-icons-up,
.sprite-icons-question-mark-circle,
.sprite-icons-key,
.sprite-icons-down,
.sprite-icons-down-arrow,
.sprite-icons-calendar {
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
}

.sprite-icons-logo {
  background-position: -10px -10px;
  width: 252px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-logo-m {
  background-position: -10px -67px;
  width: 200px;
  height: 29px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-5 {
  background-position: -10px -116px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-4 {
  background-position: -10px -158px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-3 {
  background-position: -10px -200px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-2 {
  background-position: -282px -10px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-1 {
  background-position: -282px -52px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-twitter {
  background-position: -282px -94px;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-google {
  background-position: -10px -242px;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-facebook {
  background-position: -94px -242px;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-house-spinner {
  background-position: -178px -242px;
  width: 50px;
  height: 49px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-email {
  background-position: -248px -242px;
  width: 48px;
  height: 48px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-spanish {
  background-position: -366px -94px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-french {
  background-position: -282px -178px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-english {
  background-position: -334px -178px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-view-photos-black-round {
  background-position: -316px -242px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-right-arrow {
  background-position: -368px -242px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-plus {
  background-position: -10px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-offers {
  background-position: -62px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-menu {
  background-position: -114px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-map {
  background-position: -166px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-left-arrow {
  background-position: -218px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-filters {
  background-position: -270px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-email-link {
  background-position: -322px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-close {
  background-position: -422px -10px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-map {
  background-position: -422px -62px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-list {
  background-position: -422px -114px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-grid {
  background-position: -422px -166px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-faves {
  background-position: -422px -218px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-faves-active {
  background-position: -422px -270px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-calendar-circle {
  background-position: -422px -322px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-filters-smaller {
  background-position: -230px -67px;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-remove-from-faves {
  background-position: -374px -326px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-plus-smaller {
  background-position: -10px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-photos {
  background-position: -54px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-map-marker {
  background-position: -98px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-magglass {
  background-position: -142px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-location-search-bar {
  background-position: -186px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-link-phone {
  background-position: -230px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-link-contact {
  background-position: -274px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-calendar-circle-24 {
  background-position: -318px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-add-to-faves {
  background-position: -362px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-star {
  background-position: -150px -116px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-star-half {
  background-position: -192px -116px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-star-grey {
  background-position: -234px -116px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-register {
  background-position: -150px -158px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-person {
  background-position: -192px -158px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-close-small {
  background-position: -232px -158px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-up {
  background-position: -386px -178px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-question-mark-circle {
  background-position: -150px -200px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-key {
  background-position: -186px -200px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-down {
  background-position: -222px -200px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-down-arrow {
  background-position: -406px -378px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-calendar {
  background-position: -10px -422px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.noty_layout_mixin, #noty_layout__centerRight, #noty_layout__centerLeft, #noty_layout__center, #noty_layout__bottomRight, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottom, #noty_layout__topRight, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__top {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}
.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

/* load after MQ, otherwise it won't work */
header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 500;
  padding: 0.4em 1em 0em 1em;
}
header.filters-bar-locked {
  margin-bottom: 62px;
}
header.big-map-open {
  display: none;
}
header .top-nav-lang-english {
  content: "";
  background-position: -334px -178px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
header .top-nav-lang-french {
  content: "";
  background-position: -282px -178px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
header .top-nav-lang-spanish {
  content: "";
  background-position: -366px -94px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
header #right-sidebar-opener {
  order: 1;
  background: block;
}
@media (min-width: 64em) {
  header #right-sidebar-opener {
    display: none;
  }
}
header #right-sidebar-opener::before {
  content: "";
  background-position: -114px -326px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}
@media (max-width: 47.99em) {
  header #right-sidebar-opener {
    padding: 0em 0em;
  }
}
#dd-language {
  order: 4;
  margin-right: 0.25rem;
}
@media (max-width: 21.875em) {
  #dd-language {
    display: none;
  }
}

header .sprite-icons-plus {
  display: inline-block;
}
header a.pure-button:link {
  color: #333;
}
header a.pure-button.button-success, header a.pure-button.button-danger {
  color: #fff;
}

#logo-wrapper {
  display: inline-block;
  margin-left: 5px;
  width: 210px;
  height: 29px;
  flex-grow: 2;
  order: 2;
  text-align: left;
}
@media (min-width: 26.875em) {
  #logo-wrapper {
    height: 37px;
    width: 252px;
  }
}
#logo-wrapper::hover {
  cursor: pointer;
}
#logo-wrapper #logo {
  /* start the logo of with the smaller one, but show the larger one when we are on > 700px width */
  content: "";
  background-position: -10px -67px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 29px;
  display: block;
}
@media (min-width: 26.875em) {
  #logo-wrapper #logo {
    content: "";
    background-position: -10px -10px;
    background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
    background-repeat: no-repeat;
    width: 252px;
    height: 37px;
  }
}

#top-search-bar {
  order: 2;
  max-width: 400px;
  min-width: 210px;
}
#top-search-bar #searchQuery {
  width: 99%;
}

#top-nav {
  /*background: blue;*/
  order: 5;
  max-width: 375px;
  padding-right: 0.1rem;
}
@media (min-width: 48em) {
  #top-nav {
    padding-right: 1rem;
  }
}
#top-nav a:link {
  margin-right: 3px;
  display: none;
}
@media (min-width: 48em) {
  #top-nav a:link {
    display: inline-block;
  }
}
#top-nav #dd-top-member-dropdown {
  display: none;
}
@media (min-width: 31.25em) and (max-width: 47.9375em) {
  #top-nav #dd-top-member-dropdown {
    display: block;
  }
}
#top-nav #dd-top-member-dropdown .icon-plus-sign {
  font-size: 24px;
}
#top-nav #dd-top-member-dropdown a:link {
  margin-right: 3px;
  display: block;
}

/* narrower, so doesnt take up so much room on the top bar */
main#content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}
@media (min-width: 64em) and (max-width: 79.99em) {
  main#content {
    float: left;
    width: 74%;
  }
}
@media (min-width: 80em) {
  main#content {
    float: left;
    width: 75%;
  }
}
main#content.no-sidebar {
  width: 100%;
}

ul.breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem;
}
ul.breadcrumb li {
  display: inline;
  font-size: 0.9rem;
}
ul.breadcrumb li:after {
  content: " > ";
}
ul.breadcrumb li:last-child:after {
  content: "";
}
ul.breadcrumb li a:visited, ul.breadcrumb li a:hover, ul.breadcrumb li a:active {
  color: #0088cc;
}
ul.breadcrumb h1 {
  font-size: 0.9rem;
  display: inline;
  font-weight: normal;
}
ul.breadcrumb a:visited, ul.breadcrumb a:hover, ul.breadcrumb a:active {
  color: #0088cc;
}

footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: #C4DF9B;
  font-size: 0.9em;
  text-align: center;
  padding: 1em;
  /* the background that goes across the page outside the wrapper */
}
footer a {
  font-size: 0.8em;
  text-decoration: none;
  color: #000;
}
footer::before {
  content: "";
  position: absolute;
  background: #C4DF9B;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
}

/* bAR */
body {
  margin: 0;
  width: 0.625;
  box-sizing: border-box;
  min-width: 310px;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

html.no-scroll {
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
.container-custom {
  max-width: 1400px;
  min-width: 310px;
  padding-top: 10px;
  margin: 0 auto;
  width: 99%;
}

a:link, a:visited {
  color: #0088cc;
  text-decoration: none;
}

.no-y-scroll {
  overflow: hidden;
  position: relative;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  /* Red */
  color: white;
  margin-bottom: 15px;
}

.alert.danger {
  background-color: #f44336;
}

.alert.success {
  background-color: #4CAF50;
}

.alert.success-lighter {
  background-color: #92cf94;
}

.alert.info {
  background-color: #2196F3;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  z-index: 10000000;
}

li[id^=logout].hidden, a[id^=logout].hidden {
  left: -9999px;
  position: fixed;
}

h3.headermain {
  background: #C4DF9B;
  padding: 0.25rem;
  text-align: center;
  color: white;
}
h3.headersub {
  background: #cfe5ae;
  padding: 0.1rem;
  text-align: center;
  color: white;
}

.helper:hover {
  cursor: pointer;
}

#filtersBar {
  position: relative;
  background: #C4DF9B;
  width: 100%;
  max-width: 1200px;
  z-index: 10;
  padding: 0 1em 0 1em;
  color: #333;
  margin: 0 auto;
  user-select: none;
  /* the background that goes across the page outside the wrapper */
}
#filtersBar.big-map-open {
  z-index: 200000;
}
#filtersBar::before {
  content: "";
  position: absolute;
  background: #C4DF9B;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
}
@media (max-width: 47.99em) {
  #filtersBar.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000000;
  }
}
#filtersBar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  max-width: 10000px;
}
#filtersBar.sticky #filtersBarInner {
  margin: 0 auto;
}
#filtersBarInner.active {
  padding-top: 1rem;
}
#filtersBarInner #filterSearchBar {
  flex-grow: 3;
  order: 0;
  position: relative;
}
@media (max-width: 47.9375em) {
  #filtersBarInner #filterSearchBar {
    width: 70%;
  }
}
#filtersBarInner #filterSearchBar b {
  content: "";
  background-position: -186px -378px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.4;
}
@media (min-width: 62em) {
  #filtersBarInner #filterSearchBar b {
    top: 12px;
  }
}
#filtersBarInner #filterSearchBar b:hover {
  cursor: pointer;
}
@media (max-width: 22.5em) {
  #filtersBarInner #filterSearchBar {
    width: 120px;
  }
}
#filtersBarInner #filterSearchBar input[type=text] {
  width: 79%;
  padding: 2px 20px;
  margin: 4px 0;
  box-sizing: border-box;
  border: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
}
@media (max-width: 28.125em) {
  #filtersBarInner #filterSearchBar input[type=text] {
    width: 74%;
  }
}
#filtersBarInner #filterSearchBar input[type=text].has-location-filter-icon {
  padding-left: 40px;
}
#filtersBarInner #filterSearchBar button {
  display: inline-block;
  width: 20%;
  background: #eee;
  margin: 0 0 0 -5px;
  box-sizing: border-box;
  border: 0;
  height: 2.45rem;
  line-height: 1rem;
  border-left: 1px solid #eee;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
}
@media (max-width: 28.125em) {
  #filtersBarInner #filterSearchBar button {
    width: 25%;
  }
}
#filtersBarInner #filterSearchBar ul#searchSuggestions {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 43px;
  list-style-type: none;
  width: 340px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #C4DF9B;
  background: #e6f2d5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#filtersBarInner #filterSearchBar ul#searchSuggestions li {
  display: block;
  word-wrap: break-word;
  height: auto;
  white-space: normal;
  padding: 1rem;
}
#filtersBarInner #filterSearchBar ul#searchSuggestions li:hover {
  background: #cfe5ae;
  cursor: pointer;
}
#filtersBarInner a.pure-button:link, #filtersBarInner a.pure-button:visited, #filtersBarInner a.pure-button:active {
  color: white;
}
#filtersBarInner input.date-from-to-top {
  width: 95%;
  background: none;
  border: 0px;
  line-height: 1.5em;
  margin-top: 0.15em;
  display: inline;
  padding-left: 10px;
  font-weight: bold;
  font-color: black;
}
#filtersBarInner #startDateBlock, #filtersBarInner #endDateBlock {
  position: relative;
  max-width: 160px;
}
#filtersBarInner #startDateBlock .sprite-icons-calendar, #filtersBarInner #endDateBlock .sprite-icons-calendar {
  background-color: #C4DF9B;
  position: absolute;
  right: 10px;
  top: 7px;
}
#filtersBarInner.closed {
  height: 3.1rem;
  flex-wrap: wrap;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#filtersBarInner.closed .filter-div:nth-child(0) {
  display: block !important;
}
#filtersBarInner.closed .pure-button {
  display: none;
}
@media (min-width: 48em) {
  #filtersBarInner.closed #priceFromBlock, #filtersBarInner.closed #priceToBlock {
    display: block;
  }
}
@media (min-width: 64em) {
  #filtersBarInner.closed #startDateBlock, #filtersBarInner.closed #endDateBlock {
    display: block;
  }
}
#filtersBarInner.closed #moreFilterOptionsBtn {
  flex-grow: 1;
  order: 7;
  margin-left: 0.5rem;
}
#filtersBarInner.closed #moreFilterOptionsBtn:hover {
  cursor: pointer;
}
#filtersBarInner.active {
  /* we have the filters bit open now - so lets align them to the left so they look nicer*/
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 1rem;
  /* when filters are open, lets move the "more filters" button to the top in position 0 */
}
#filtersBarInner.active #filterSearchBar {
  display: none;
}
#filtersBarInner.active .filter-div {
  display: block;
}
#filtersBarInner.active #moreFilterOptionsBtn {
  display: none;
}
#filtersBarInner.active .pure-button.button-success {
  float: right;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 23.4375em) {
  #filtersBarInner.active .pure-button.button-success {
    float: none;
    display: block;
    margin-top: 0.25rem;
  }
}
#filtersBarInner.active .pure-button.button-error {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
@media (max-width: 23.4375em) {
  #filtersBarInner.active .pure-button.button-error {
    width: 49%;
    display: inline-block;
  }
}
#filtersBarInner.active .sprite-icons-calendar {
  top: 10px !important;
}
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock {
  max-width: none;
}
#filtersBarInner.active #priceFromBlock,
#filtersBarInner.active #priceToBlock,
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock,
#filtersBarInner.active #adultsBlock,
#filtersBarInner.active #childrenBlock,
#filtersBarInner.active #typeDropdown {
  float: left;
  width: 50%;
  height: 2.3rem;
  position: relative;
}
@media (max-width: 21.875em) {
  #filtersBarInner.active #typeDropdown {
    width: 55%;
  }
}
@media (min-width: 35.5em) and (max-width: 47.99em) {
  #filtersBarInner.active #priceFromBlock,
#filtersBarInner.active #priceToBlock,
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock,
#filtersBarInner.active #adultsBlock,
#filtersBarInner.active #childrenBlock,
#filtersBarInner.active #typeDropdown {
    width: 205px;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  #filtersBarInner.active #priceFromBlock,
#filtersBarInner.active #priceToBlock,
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock,
#filtersBarInner.active #adultsBlock,
#filtersBarInner.active #childrenBlock,
#filtersBarInner.active #typeDropdown {
    width: 25%;
  }
}
@media (min-width: 64em) {
  #filtersBarInner.active #priceFromBlock,
#filtersBarInner.active #priceToBlock,
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock,
#filtersBarInner.active #adultsBlock,
#filtersBarInner.active #childrenBlock,
#filtersBarInner.active #typeDropdown {
    width: 14%;
  }
}
#filtersBarInner.active input.date-from-to-top {
  line-height: 2.1em;
}
#filtersBarInner.active #typeDropdown {
  margin-bottom: 1rem;
}
#filtersBarInner #facilitiesRow {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  clear: both;
  order: 40;
  max-grow: 50;
  width: 100%;
  white-space: normal !important;
  padding: 1rem 0 1rem 0;
}
#filtersBarInner #facilitiesRow span {
  font-weight: bold;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}
#filtersBarInner #facilitiesRow .options {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-content: space-around;
  flex-wrap: wrap;
}
#filtersBarInner #facilitiesRow .options button {
  border: 0px;
  display: inline-block;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
  font-size: 1rem;
  color: #333;
  border-radius: 10px;
  background: #e4f0d1;
  flex-grow: 3;
  text-align: center;
}
#filtersBarInner #facilitiesRow .options button.active {
  background: #a4ce65;
  color: white;
}
#filtersBarInner #moreFilterOptionsBtn {
  text-align: center;
  font-size: 0.9rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
#filtersBarInner #moreFilterOptionsBtn b {
  content: "";
  background-position: -270px -326px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-top: 4px;
}
#filtersBarInner #moreFilterOptionsBtn b:hover {
  cursor: pointer;
}
@media (max-width: 61.9375em) {
  #filtersBarInner #moreFilterOptionsBtn b {
    content: "";
    background-position: -230px -67px;
    background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 28.125em) {
  #filtersBarInner #moreFilterOptionsBtn {
    width: 65px;
  }
  #filtersBarInner #moreFilterOptionsBtn span.filter-text {
    display: none;
  }
}
#filtersBarInner #moreFilterOptionsBtn span {
  align-self: center;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  line-height: 1rem;
}

#filtersBar .date-from-to-top:hover {
  cursor: pointer;
}

#filtersBarInner div[class^=filter-div] {
  display: none;
  flex-grow: 2;
}

/* set an order for these, so we can then tweak them later */
#filtersBarInner div[class^=filter-div]:nth-of-type(2) {
  order: 2;
}

#filtersBarInner div[class^=filter-div]:nth-of-type(3) {
  order: 3;
}

#filtersBarInner div[class^=filter-div]:nth-of-type(4) {
  order: 4;
}

#filtersBarInner div[class^=filter-div]:nth-of-type(5) {
  order: 5;
}

#filtersBarInner div[class^=filter-div]:nth-of-type(6) {
  order: 6;
}

/* this is for crappy chrome and FF, who both don't let you use placeholders in "date" fields!
Once we have content in them, we remove the placeholder class (so they are empty)
*/
input[type=date]:not(.has-value):before {
  content: attr(placeholder);
  font-weight: bold;
}

#radius_filter {
  width: 310px;
  margin: 0 auto;
  margin-bottom: 1rem;
  text-align: center;
}
#radius_filter #radius_span {
  font-weight: bold;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.3px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(233, 233, 225, 0.96);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #2d1000;
  height: 23px;
  width: 26px;
  border-radius: 8px;
  background: rgba(196, 223, 155, 0.9);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(244, 244, 240, 0.96);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(233, 233, 225, 0.96);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #2d1000;
  height: 23px;
  width: 26px;
  border-radius: 8px;
  background: rgba(196, 223, 155, 0.9);
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: rgba(222, 222, 210, 0.96);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: rgba(233, 233, 225, 0.96);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #2d1000;
  height: 23px;
  width: 26px;
  border-radius: 8px;
  background: rgba(196, 223, 155, 0.9);
  cursor: pointer;
  height: 8.4px;
}

input[type=range]:focus::-ms-fill-lower {
  background: rgba(233, 233, 225, 0.96);
}

input[type=range]:focus::-ms-fill-upper {
  background: rgba(244, 244, 240, 0.96);
}

.listings-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listings-row .listing {
  margin: 0 0.5rem 1rem 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 250px;
  border: 1px solid #C4DF9B;
  box-shadow: 0 0 5px #C4DF9B;
  padding: 0 0 10px 0px;
}
.listings-row .listing .photo {
  width: 40%;
  max-width: 300px;
  order: 1;
  background: rgba(0, 0, 0, 0);
  background-image: url("/2018/images/placeholder.png");
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  height: auto;
  height: 225px;
  position: relative;
  background-size: contain;
}
.listings-row .listing .photo.wide {
  background-image: url("/2018/images/placeholder.png");
  background-size: cover;
}
.listings-row .listing .photo:hover {
  cursor: pointer;
}
.listings-row .listing .photo .phone-listing:hover, .listings-row .listing .photo .map-listing:hover, .listings-row .listing .photo .photos-listing:hover, .listings-row .listing .photo .contact-listing:hover, .listings-row .listing .photo .save-listing:hover {
  cursor: pointer;
  background: #eee;
}
.listings-row .listing .photo .phone-listing, .listings-row .listing .photo .map-listing, .listings-row .listing .photo .photos-listing, .listings-row .listing .photo .contact-listing, .listings-row .listing .photo .save-listing {
  position: absolute;
  width: 40px;
  height: 34px;
  background: rgba(255, 255, 255, 0.6);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
}
.listings-row .listing .photo .save-listing {
  top: 0;
  right: 0;
  border-left: 2px dashed #999999;
  border-bottom: 2px dashed #999999;
  padding-top: 0.2rem;
  padding-left: 0.6rem;
}
.listings-row .listing .photo .save-listing:after {
  margin-right: 0.4rem;
  content: "";
  background-position: -362px -378px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.listings-row .listing .photo .save-listing.saved:after {
  margin-right: 0.4rem;
  content: "";
  background-position: -374px -326px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.listings-row .listing .photo .save-listing.already-contacted {
  opacity: 0.3;
}
.listings-row .listing .photo .contact-listing {
  top: 0;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
  border-right: 2px dashed #999999;
  border-bottom: 2px dashed #999999;
}
.listings-row .listing .photo .contact-listing:after {
  margin-left: 0.3rem;
  content: "";
  background-position: -274px -378px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.listings-row .listing .photo .photos-listing {
  top: 0;
  left: 3.1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 2px dashed #999999;
  border-bottom: 2px dashed #999999;
  border-left: 2px dashed #999999;
  padding-left: 0.4rem;
}
.listings-row .listing .photo .photos-listing:after {
  content: "";
  background-position: -54px -378px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.listings-row .listing .photo .map-listing {
  top: 0;
  right: 3.1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 2px dashed #999999;
  border-bottom: 2px dashed #999999;
  border-left: 2px dashed #999999;
}
.listings-row .listing .photo .map-listing:after {
  margin-left: 0.4rem;
  content: "";
  background-position: -98px -378px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.listings-row .listing .photo .phone-listing {
  top: 0;
  right: 6.2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 2px dashed #999999;
  border-bottom: 2px dashed #999999;
  border-left: 2px dashed #999999;
}
.listings-row .listing .photo .phone-listing:after {
  margin-left: 0.4rem;
  content: "";
  background-position: -230px -378px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.listings-row .listing .reviews {
  width: 40%;
  order: 3;
  max-width: 300px;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.listings-row .listing .reviews span {
  font-size: 0.75rem;
  display: block;
}
.listings-row .listing .reviews.goto-reviews:hover {
  cursor: pointer;
}
.listings-row .listing .title-desc {
  width: 60%;
  flex-grow: 2;
  order: 2;
  padding: 0.25rem 1rem;
}
.listings-row .listing .title-desc h2 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listings-row .listing .title-desc h2 a {
  display: flex;
  align-items: center;
}
.listings-row .listing .title-desc h2 a .distance {
  background: #f89406;
  padding: 3px;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8rem;
  color: white;
  margin-left: 5px;
}
.listings-row .listing .title-desc .town-block {
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin: 0;
}
.listings-row .listing .title-desc .town-block span {
  border-radius: 5px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
}
.listings-row .listing .title-desc .town-block span.bnb {
  background-color: #3A87AD;
}
.listings-row .listing .title-desc .town-block span.gite {
  background-color: #468847;
}
.listings-row .listing .title-desc .town-block span.gite_and_bnb {
  background-color: #5d7e9e;
}
.listings-row .listing .title-desc .desc {
  max-height: 200px;
  overflow: auto;
}
.listings-row .listing .actions {
  width: 60%;
  flex-grow: 2;
  order: 4;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.listings-row .listing .actions button {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  line-height: 2rem;
}
.listings-row .listing .actions button:link {
  padding-top: 0.5rem;
  color: #333;
}
.listings-row .listing .actions button:hover {
  opacity: 0.7;
}
.listings-row .listing .actions button img {
  vertical-align: middle;
  padding-right: 0.25rem;
}
.listings-row .listing .actions button.contact-button:before {
  content: "";
  background-position: -322px -326px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 0.25rem;
}
.listings-row .listing .actions button.offers-button:before {
  content: "";
  background-position: -62px -326px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 0.25rem;
}
.listings-row .listing .actions button.calendar-circle:before {
  content: "";
  background-position: -422px -322px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 0.25rem;
}
.listings-row .listing .actions button.photos-button:before {
  content: "";
  background-position: -316px -242px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 0.25rem;
}
.listings-row .listing .actions .price {
  position: bottom;
  background: #e6f2d5;
  width: 100%;
  padding: 0.25rem;
  margin-bottom: 0.4rem;
  border-radius: 10px;
  flex-grow: 999;
}
.listings-row .listing .actions .price span {
  font-size: 1.3rem;
}
.listings-row .listing .photos {
  text-align: center;
}
.listings-row .listing .photos h2 {
  text-align: left;
}
.listings-row .listing .photos .photo-view {
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.listings-row .listing .photos .slider-left-nav, .listings-row .listing .photos .slider-right-nav {
  display: flex;
  align-items: center;
  width: 2rem;
  background: #e6e6e6;
  height: 100%;
  float: left;
}
.listings-row .listing .photos .slider-left-nav:hover, .listings-row .listing .photos .slider-right-nav:hover {
  cursor: pointer;
  background: #b3b3b3;
}
.listings-row .listing .photos .tns-outer {
  width: calc(100% - 4rem);
  float: left;
}
.listings-row .listing .photos .tns-outer .photo-view {
  cursor: zoom-in;
  background-origin: content-box;
}
.listings-row .listing .offers, .listings-row .listing .photos, .listings-row .listing .maps, .listings-row .listing .contact-form {
  display: none;
  flex-grow: 1;
  flex-direction: column;
}
.listings-row .listing .offers h2, .listings-row .listing .photos h2, .listings-row .listing .maps h2, .listings-row .listing .contact-form h2 {
  width: 100%;
  background: #e6f2d5;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  border-radius: 10px;
  margin-top: 0;
  height: 2.4rem;
}
.listings-row .listing .offers h2 div, .listings-row .listing .photos h2 div, .listings-row .listing .maps h2 div, .listings-row .listing .contact-form h2 div {
  display: inline-block;
  width: calc(100% - 6rem);
  overflow: hidden;
  height: 1.7rem;
}
.listings-row .listing .offers h2 .close, .listings-row .listing .photos h2 .close, .listings-row .listing .maps h2 .close, .listings-row .listing .contact-form h2 .close {
  border: 0;
  padding: 0;
  font-size: 1rem;
  float: right;
  line-height: 1.75rem;
  color: #333;
  background: none;
}
.listings-row .listing .offers .the-contents, .listings-row .listing .photos .the-contents, .listings-row .listing .maps .the-contents, .listings-row .listing .contact-form .the-contents {
  overflow-y: auto;
  flex-grow: 2;
}
.listings-row .listing .offers .the-contents {
  padding: 0 0.5rem 1.4rem 0.5rem;
}
.listings-row .listing .offers .offer-from-en, .listings-row .listing .offers .offer-to-en {
  margin-top: 5px;
  padding-right: 20px;
}
.listings-row .listing .offers .offer-from-en:before, .listings-row .listing .offers .offer-to-en:before,
.listings-row .listing .offers .offer-from-es:before, .listings-row .listing .offers .offer-to-es:before,
.listings-row .listing .offers .offer-from-fr:before, .listings-row .listing .offers .offer-to-fr:before {
  font-weight: bold;
  margin-right: 4px;
}
.listings-row .listing .offers .offer-to-en:before,
.listings-row .listing .offers .offer-to-es:before,
.listings-row .listing .offers .offer-to-fr:before {
  margin-left: 8px;
}
.listings-row .listing .offers .offer-from-en:before {
  content: "From: ";
}
.listings-row .listing .offers .offer-to-en:before {
  content: "To: ";
}
.listings-row .listing .offers .offer-from-es:before {
  content: "From: ";
}
.listings-row .listing .offers .offer-to-es:before {
  content: "To: ";
}
.listings-row .listing .offers .offer-from-fr:before {
  content: "de: ";
}
.listings-row .listing .offers .offer-to-fr:before {
  content: "a: ";
}
.listings-row .listing .contact-form .the-contents {
  overflow-y: auto;
  flex-grow: 2;
  display: flex;
  flex-direction: row;
}
.listings-row .listing .contact-form .the-contents label {
  margin-top: 0.5rem;
}
.listings-row .listing .contact-form .the-contents .left-section {
  width: 50%;
  padding: 0 1rem;
}
.listings-row .listing .contact-form .the-contents .left-section input {
  width: 100%;
}
.listings-row .listing .contact-form .the-contents .right-section {
  width: 50%;
  padding: 0 1rem;
}
.listings-row .listing .contact-form .the-contents .right-section textarea {
  width: 100%;
  height: calc(100% - 4.65rem);
  min-height: 100px;
}
.listings-row .listing .contact-form .the-contents .right-section button {
  width: 100%;
}
.listings-row .listing div[id^=mapDiv] {
  width: 100%;
}
.listings-row .listing .tns-outer button {
  display: none;
}
.listings-row.as-grid .listing {
  width: 48%;
  max-width: 300px;
  font-size: 0.9rem;
}
@media (max-width: 37.5em) {
  .listings-row.as-grid .listing {
    width: 100%;
  }
}
.listings-row.as-grid .listing .photo {
  width: 100%;
  max-width: 100%;
  height: 220px;
}
.listings-row.as-grid .listing .photo .save-listing {
  top: 0;
  right: 0;
}
.listings-row.as-grid .listing .photo .contact-listing {
  top: 0;
  left: 0;
}
.listings-row.as-grid .listing .photo .phone-listing {
  top: 0;
  right: 6.2rem;
}
.listings-row.as-grid .listing .photo .photos-listing {
  top: 0;
  left: 3.1rem;
}
.listings-row.as-grid .listing .photo .map-listing {
  top: 0;
  right: 3.1rem;
}
.listings-row.as-grid .listing .reviews {
  width: 100%;
  max-width: 100%;
  order: 2;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 40px;
}
.listings-row.as-grid .listing .reviews span {
  font-size: 0.75rem;
  display: inline;
  margin-bottom: 5px;
}
@media (max-width: 37.5em) {
  .listings-row.as-grid .listing .reviews {
    display: none;
  }
}
.listings-row.as-grid .listing .title-desc {
  width: 100%;
  order: 3;
}
.listings-row.as-grid .listing .title-desc h2 {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.listings-row.as-grid .listing .title-desc .town-block {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 37.5em) {
  .listings-row.as-grid .listing .title-desc .town-block {
    display: none;
  }
}
.listings-row.as-grid .listing .title-desc .town-block .gite_and_bnb, .listings-row.as-grid .listing .title-desc .town-block .bnb, .listings-row.as-grid .listing .title-desc .town-block .gite {
  margin-top: 5px;
  display: block;
}
.listings-row.as-grid .listing .title-desc .desc {
  display: none;
}
.listings-row.as-grid .listing .title-desc .address {
  text-align: center;
}
.listings-row.as-grid .listing .actions {
  width: 100%;
  order: 4;
}
.listings-row.as-grid .listing .contact-form .the-contents {
  display: flex;
  flex-direction: column;
}
.listings-row.as-grid .listing .contact-form .the-contents .left-section {
  width: 100%;
}
.listings-row.as-grid .listing .contact-form .the-contents .right-section {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}

#contactError {
  display: none;
}

nav#sidebar {
  width: 300px;
  transition: all 0.75s ease;
}
@media (min-width: 0.625em) and (max-width: 63.9375em) {
  nav#sidebar {
    position: absolute;
    left: -999px;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 1000;
  }
  nav#sidebar div.inner {
    overflow-y: auto;
    height: 100%;
  }
  nav#sidebar div.inner div.block {
    padding: 0.5em;
  }
  nav#sidebar.active {
    left: 0px;
    background: #fff;
  }
  nav#sidebar.active::after {
    content: "";
    position: fixed;
    background: rgba(233, 233, 233, 0.5);
    top: 0;
    bottom: 0;
    left: 300px;
    right: -9999px;
    z-index: -1;
  }
  nav#sidebar h3 {
    width: 100%;
    background-color: #dbebc2;
    margin: 0;
    padding: 0.3em;
    text-align: center;
  }
  nav#sidebar #sidebar-closer {
    order: 1;
    background: none;
    float: right;
  }
  nav#sidebar #sidebar-closer::before {
    content: "";
    background-position: -114px -326px;
    background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
  }
}
@media (min-width: 63.9375em) {
  nav#sidebar {
    float: right;
    width: 25%;
    border: 2px solid #dbebc2;
    margin-bottom: 2em;
    border-radius: 10px;
  }
  nav#sidebar div.inner div.block {
    padding: 0.5em;
  }
  nav#sidebar h3 {
    width: 100%;
    background-color: #dbebc2;
    margin: 0;
    padding: 0.3em;
    text-align: center;
  }
  nav#sidebar #sidebar-closer {
    display: none;
  }
}
@media (min-width: 80em) {
  nav#sidebar {
    width: 24%;
  }
}
nav#sidebar a.pure-button {
  white-space: normal;
}

div.inner div.block a {
  margin-bottom: 6px;
}

#sidebar-members-block {
  display: none;
}

@media (max-width: 31.25em) {
  #sidebar-members-block {
    display: block;
    margin-bottom: 0.5rem;
  }
  #sidebar-members-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  #sidebar-members-block ul li {
    display: inline;
  }
  #sidebar-members-block ul li a.button-success {
    color: white;
  }
}
#sidebarContactDetails {
  display: none;
}
@media (min-width: 64em) {
  #sidebarContactDetails {
    display: block;
  }
}

#spots-and-resa-top .spot, #sidebar-spots .spot, #resa-1, #spots-and-resa-top, #sidebar-spots {
  display: none;
}

#spots-and-resa-top, #sidebar-spots {
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  margin: 1rem 0.5rem 0 0.5rem;
}
@media (min-width: 80em) {
  #spots-and-resa-top, #sidebar-spots {
    margin: 1rem auto 0 auto;
  }
}
#spots-and-resa-top .spot .spot-loading, #sidebar-spots .spot .spot-loading {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#spots-and-resa-top .spot .spot-loading::after, #sidebar-spots .spot .spot-loading::after {
  content: "";
  background-position: -178px -242px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 49px;
  display: block;
  -moz-animation: icon-spin 5s infinite linear;
  -webkit-animation: icon-spin 5s infinite linear;
  animation: icon-spin 5s infinite linear;
}
#spots-and-resa-top .spot .spot-actions, #sidebar-spots .spot .spot-actions {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
#spots-and-resa-top .spot, #sidebar-spots .spot {
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 48em) {
  #resa-1, #resa-2, #resa-3 {
    display: block;
    width: 320px;
    border-radius: 8px;
    border: 1px solid #C4DF9B;
    text-align: center;
  }
  .booking_top_wrapper {
    overflow: hidden;
    width: 300px;
    margin: 0 auto 4px auto;
  }
  .booking_top_wrapper .slides {
    width: 200%;
    height: 100%;
    animation: slide 10s infinite;
    animation-delay: 5s;
  }
  .booking_top_wrapper .slide {
    float: left;
    width: 300px;
  }
  .booking_top_wrapper .slide::hover {
    cursor: pointer;
  }
  .booking_top_wrapper .slide-1, .booking_top_wrapper .slide-2 {
    height: 175px;
  }
  .booking_top_wrapper .slide {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .booking_top_wrapper .slide h4 {
    color: #333;
    font-size: 1.5rem;
    width: auto !important;
    margin: 0;
  }
  .booking_top_wrapper .slide h5 {
    font-size: 1.2rem;
    margin: 0;
    color: #333;
  }
  .booking_top_wrapper .slide .price-from {
    margin: 0;
    color: #333;
  }

  #resa-1 h3, #resa-2 h3, #resa-3 h3 {
    margin: 0;
    padding: 0.4rem 0;
    font-size: 12px;
    color: #333;
  }
  @-webkit-keyframes slide {
    0%, 100% {
      margin-left: 0%;
    }
    25% {
      margin-left: 0%;
    }
    50% {
      margin-left: -100%;
    }
    75% {
      margin-left: -100%;
    }
  }
  @-moz-keyframes slide {
    0%, 100% {
      margin-left: 0%;
    }
    25% {
      margin-left: 0%;
    }
    50% {
      margin-left: -100%;
    }
    75% {
      margin-left: -100%;
    }
  }
  @-o-keyframes slide {
    0%, 100% {
      margin-left: 0%;
    }
    25% {
      margin-left: 0%;
    }
    50% {
      margin-left: -100%;
    }
    75% {
      margin-left: -100%;
    }
  }
  @keyframes slide {
    0%, 100% {
      margin-left: 0%;
    }
    25% {
      margin-left: 0%;
    }
    50% {
      margin-left: -100%;
    }
    75% {
      margin-left: -100%;
    }
  }
  #resa-1 .resa-more-info, #resa-1 .open-avail-checker, #resa-2 .resa-more-info, #resa-2 .open-avail-checker, #resa-3 .resa-more-info, #resa-3 .open-avail-checker {
    width: 31%;
    font-size: 1em !important;
    padding: 4px;
    margin: 0.2rem 0 0.2rem 0;
  }
  #resa-1 .open-avail-checker, #resa-2 .open-avail-checker, #resa-3 .open-avail-checker {
    width: 63%;
  }
  #resa-1 a:link, #resa-2 a:link, #resa-3 a:link {
    color: white;
  }

  #resa-2, #resa-3 {
    margin: 1rem auto 0 auto;
    border: 0px;
  }
}
#spots-top .spot-wrapper .spot.spot1, #spots-top .spot-wrapper .spot.spot2, #spots-top .spot-wrapper .spot.spot3, #spots-top .spot-wrapper .spot.spot4, #spots-top .spot-wrapper .spot.spot5, #spots-top .spot-wrapper .spot.spot6, #sidebar-spots .spot-wrapper .spot.spot1, #sidebar-spots .spot-wrapper .spot.spot2, #sidebar-spots .spot-wrapper .spot.spot3, #sidebar-spots .spot-wrapper .spot.spot4, #sidebar-spots .spot-wrapper .spot.spot5, #sidebar-spots .spot-wrapper .spot.spot6 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 175px;
  height: 218.75px;
}
@media (min-width: 64em) {
  #spots-top .spot-wrapper .spot.spot1, #spots-top .spot-wrapper .spot.spot2, #spots-top .spot-wrapper .spot.spot3, #spots-top .spot-wrapper .spot.spot4, #spots-top .spot-wrapper .spot.spot5, #spots-top .spot-wrapper .spot.spot6, #sidebar-spots .spot-wrapper .spot.spot1, #sidebar-spots .spot-wrapper .spot.spot2, #sidebar-spots .spot-wrapper .spot.spot3, #sidebar-spots .spot-wrapper .spot.spot4, #sidebar-spots .spot-wrapper .spot.spot5, #sidebar-spots .spot-wrapper .spot.spot6 {
    width: 196px;
    height: 245px;
  }
}
#spots-top .spot-wrapper .spot.spot1 .resa-book-now, #spots-top .spot-wrapper .spot.spot2 .resa-book-now, #spots-top .spot-wrapper .spot.spot3 .resa-book-now, #spots-top .spot-wrapper .spot.spot4 .resa-book-now, #spots-top .spot-wrapper .spot.spot5 .resa-book-now, #spots-top .spot-wrapper .spot.spot6 .resa-book-now, #sidebar-spots .spot-wrapper .spot.spot1 .resa-book-now, #sidebar-spots .spot-wrapper .spot.spot2 .resa-book-now, #sidebar-spots .spot-wrapper .spot.spot3 .resa-book-now, #sidebar-spots .spot-wrapper .spot.spot4 .resa-book-now, #sidebar-spots .spot-wrapper .spot.spot5 .resa-book-now, #sidebar-spots .spot-wrapper .spot.spot6 .resa-book-now {
  width: 100%;
  margin-top: 3px;
}

@media (min-width: 38.75em) {
  #spots-and-resa-top, #sidebar-spots {
    display: flex;
    background: #eee;
    max-width: 1280px;
    border-radius: 8px;
    border: 1px solid #C4DF9B;
    padding: 0 0.5rem 0 0.5rem;
  }
}
@media (min-width: 38.75em) and (min-width: 48em) {
  #spots-top {
    width: 70%;
  }
}
@media (min-width: 38.75em) {
  #spots-top, #sidebar-spots {
    width: 100%;
  }
  #spots-top .spot-wrapper, #sidebar-spots .spot-wrapper {
    display: flex;
    justify-content: space-around;
  }
  #spots-top .spot-wrapper .spot, #sidebar-spots .spot-wrapper .spot {
    border-radius: 8px;
    box-shadow: 1px 1px 4px 4px #ccc;
    padding: 4px;
  }
  #spots-top .spot-wrapper .spot.spot1, #spots-top .spot-wrapper .spot.spot2, #spots-top .spot-wrapper .spot.spot3, #sidebar-spots .spot-wrapper .spot.spot1, #sidebar-spots .spot-wrapper .spot.spot2, #sidebar-spots .spot-wrapper .spot.spot3 {
    display: flex;
  }
  #spots-top .spot-wrapper .spot .pure-button.link-title, #sidebar-spots .spot-wrapper .spot .pure-button.link-title {
    width: 100%;
    margin-top: 5px;
    font-size: 0.75em;
    display: block;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e6e6e6);
    background-image: -moz-linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e6e6));
    border-radius: 7px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid #cccccc;
    color: #333;
  }
  #spots-top .spot-wrapper .spot .pure-button.contact, #spots-top .spot-wrapper .spot .pure-button.save-listing, #spots-top .spot-wrapper .spot .pure-button.reserve, #sidebar-spots .spot-wrapper .spot .pure-button.contact, #sidebar-spots .spot-wrapper .spot .pure-button.save-listing, #sidebar-spots .spot-wrapper .spot .pure-button.reserve {
    margin-top: 5px;
    font-size: 0.75em;
    width: 48%;
    border-radius: 7px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid #cccccc;
  }
  #spots-top .spot-wrapper .spot span, #sidebar-spots .spot-wrapper .spot span {
    display: block;
    font-size: 0.7em;
    text-align: center;
    padding-top: 5px;
  }
  #spots-top .spot-wrapper .spot .spot-img, #sidebar-spots .spot-wrapper .spot .spot-img {
    position: relative;
    height: 100px;
    width: 100%;
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 38.75em) and (min-width: 71.8125em) {
  #spots-top .spot-wrapper .spot .spot-img, #sidebar-spots .spot-wrapper .spot .spot-img {
    height: 120px;
  }
}
@media (min-width: 38.75em) {
  #spots-top .spot-wrapper .spot a:link, #sidebar-spots .spot-wrapper .spot a:link {
    color: white;
  }
  #spots-top .spot-wrapper .spot a.town-local, #sidebar-spots .spot-wrapper .spot a.town-local {
    color: #333;
  }
}
@media (min-width: 38.75em) {
  #spots-top h3, #sidebar-spots h3 {
    width: 100%;
    color: #0088cc;
    font-weight: bold;
    margin: 0.4rem auto 0.4em 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
  }
}
@media (min-width: 48em) and (max-width: 56.25em) {
  #spots-top .spot-wrapper .spot.spot3, #sidebar-spots .spot-wrapper .spot.spot3 {
    display: none;
  }
}
@media (min-width: 80em) {
  #spots-top .spot-wrapper .spot.spot4, #sidebar-spots .spot-wrapper .spot.spot4 {
    display: flex;
  }
}

#sidebar-spots .spot {
  margin-bottom: 1rem;
}

#sidebar-spots {
  background: none;
  border: none;
}
#sidebar-spots .spot-wrapper {
  flex-direction: column;
}

#sidebar.active #sidebar-spots-header, #sidebar.active #sidebar-spots, #sidebar.active #sidebar-resa-header, #sidebar.active #sidebar-resa {
  display: none;
}

.icon-spin {
  -moz-animation: icon-spin 2s infinite linear;
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

@keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.loading-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.loading-spinner-map {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 100000;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
}

.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
  /*
  /*rtl:end:ignore*/
}

/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0;
  /*
  /*rtl:end:ignore*/
}

/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
h1.category-title {
  width: 100%;
  font-weight: bold;
  border: 1px solid #66B05F;
  background: #66B05F;
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  padding: 0px 8px 4px 8px;
}

#categoryList {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
#categoryList a {
  width: 100%;
  white-space: normal;
}
@media (min-width: 48em) {
  #categoryList a {
    width: 48%;
  }
}

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