<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&amp;medium=48em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse &gt; .column, .row.collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small &gt; .column, .row.gutter-small &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-medium &gt; .column, .row.gutter-medium &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  float: left;
  width: 100%; }
  .small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
    float: left; }

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  float: left;
  width: 50%; }
  .small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
    float: left; }

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
    float: left; }

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  float: left;
  width: 25%; }
  .small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
    float: left; }

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  float: left;
  width: 20%; }
  .small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
    float: left; }

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
    float: left; }

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
    float: left; }

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
    float: left; }

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    float: left;
    width: 100%; }
    .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
      float: left; }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    float: left;
    width: 50%; }
    .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
      float: left; }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
      float: left; }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    float: left;
    width: 25%; }
    .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
      float: left; }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    float: left;
    width: 20%; }
    .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
      float: left; }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
      float: left; }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
      float: left; }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
      float: left; }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    float: left;
    width: 100%; }
    .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
      float: left; }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    float: left;
    width: 50%; }
    .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
      float: left; }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
      float: left; }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    float: left;
    width: 25%; }
    .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
      float: left; }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    float: left;
    width: 20%; }
    .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
      float: left; }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
      float: left; }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
      float: left; }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
      float: left; }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.875rem; }
  .column-block &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block &gt; :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group &gt; :first-child {
    border-radius: 0 0 0 0; }
  .input-group &gt; :last-child &gt; * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.4375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child &gt; :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) &gt; .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active &gt; .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child &gt; .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent &gt; a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent &gt; a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] &gt; a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle &gt; a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout &gt; :first-child {
    margin-top: 0; }
  .callout &gt; :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card &gt; :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider &gt; :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section &gt; :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded &gt; li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded &gt; li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple &gt; li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded &gt; li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple &gt; li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .menu.icon-top li a {
    text-align: center; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active &gt; a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active &gt; a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered &gt; .menu {
  text-align: center; }
  .menu-centered &gt; .menu .submenu li {
    text-align: left; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent &gt; a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent &gt; a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }

.drilldown.align-left .is-drilldown-submenu-parent &gt; a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

.drilldown.align-right .is-drilldown-submenu-parent &gt; a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.drilldown .js-drilldown-back &gt; a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active &gt; a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px; }

.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu &gt; li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section &gt; :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }
  html.is-reveal-open body {
    overflow: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label &gt; .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label &gt; .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical &gt; li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple &gt; li &gt; a {
  padding: 0; }
  .tabs.simple &gt; li &gt; a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary &gt; li &gt; a {
    color: #fefefe; }
    .tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title &gt; a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title &gt; a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.ad-button, #anunciese .advertise-outer-block .right-block .ad-btn, #anunciese .contact-form-outer .container .left-block form input[type="submit"] {
  color: #fff;
  padding: .75em 2em;
  border-radius: 3px;
  background-color: #b22222;
  border: 2px solid #b22222;
  display: inline-block; }
  .ad-button:hover, #anunciese .advertise-outer-block .right-block .ad-btn:hover, #anunciese .contact-form-outer .container .left-block form input:hover[type="submit"] {
    background-color: transparent;
    text-decoration: none;
    color: #b22222;
    cursor: pointer; }

.clear-float {
  content: ' ';
  display: table;
  clear: both; }

.img-zoom, #favoritos .fav-list .fav-block .img:hover img, .image-grid-block.three-col .image-grid:hover img {
  transition: all 300ms ease-in 0s;
  transform: scale(1.1);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); }

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

html {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

body {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: dimgray;
  background: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif; }

h1 {
  font-size: 34px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 32px;
  color: white; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    h1 {
      font-size: 30px;
      line-height: 32px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    h1 {
      font-size: 30px;
      line-height: 32px; } }
  @media screen and (max-width: 47.9375em) {
    h1 {
      font-size: 28px;
      line-height: 30px; } }

h2 {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 32px;
  color: #373633; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    h2 {
      font-size: 28px;
      line-height: 30px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    h2 {
      font-size: 26px;
      line-height: 28px; } }
  @media screen and (max-width: 47.9375em) {
    h2 {
      font-size: 24px;
      line-height: 26px; } }

h3 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #373633; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    h3 {
      font-size: 22px;
      line-height: 24px; } }
  @media screen and (max-width: 47.9375em) {
    h3 {
      font-size: 22px;
      line-height: 24px; } }

h4 {
  font-size: 22px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 24px;
  color: #373633; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    h4 {
      font-size: 20px;
      line-height: 22px; } }
  @media screen and (max-width: 47.9375em) {
    h4 {
      font-size: 18px;
      line-height: 20px; } }

h5 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #252525; }

h6 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 18px;
  color: #373633; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    h6 {
      font-size: 16px;
      line-height: 18px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    h6 {
      font-size: 16px;
      line-height: 18px; } }
  @media screen and (max-width: 47.9375em) {
    h6 {
      font-size: 16px;
      line-height: 18px; } }

.title_h1 {
  font-size: 34px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 32px;
  color: white; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .title_h1 {
      font-size: 30px;
      line-height: 32px; } }

.title_h2 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: white; }

.title_h3 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #373633; }

.title_h4 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 18px;
  color: white; }

.title_h5 {
  font-size: 15px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 17px;
  color: #373633; }

.title_h6 {
  font-size: 15px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 17px;
  color: #373633; }

p {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: dimgray;
  margin-bottom: 25px; }

a {
  text-decoration: none;
  color: #dfb31f;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

a:hover, a:focus {
  color: #e74e51;
  text-decoration: underline;
  outline: 0px none; }

strong,
b {
  font-weight: 700; }

ul {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

img,
a img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  border: none 0;
  outline: 0px none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  margin: 0; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  box-shadow: none; }

input:focus,
textarea:focus,
a:focus,
button {
  outline: none !important; }

.main-btn {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 900;
  background: #e2bf47;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  padding: 13px 33px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .main-btn:hover, .main-btn:active, .main-btn:focus {
    background: #c9a93e;
    text-decoration: none;
    color: white; }

/*--- header style ---*/
.main-outercon {
  overflow: hidden;
  position: relative; }

.header-container {
  width: 100%;
  float: left;
  padding: 0 58px;
  background: white; }
  @media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .header-container {
      padding: 0 30px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .header-container {
      padding: 0 30px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .header-container {
      padding: 0 30px; } }
  @media only screen and (max-width: 767px) {
    .header-container {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9000;
      padding: 0; } }

.header-section {
  width: 100%;
  float: left;
  padding: 8px 0 10px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .header-section {
      padding: 8px 0 7px; } }
  @media only screen and (max-width: 767px) {
    .header-section {
      background: white;
      padding: 10px 0;
      z-index: 9000;
      position: relative; } }

.logo {
  width: 218px;
  float: left; }
  @media only screen and (min-width: 1350px) and (max-width: 1500px) {
    .logo {
      width: 190px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .logo {
      width: 170px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .logo {
      width: 48px;
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .logo {
      width: 170px;
      padding: 0 0 0 15px; } }
  .logo a {
    width: 100%;
    float: left; }
    .logo a img {
      float: left; }

.tagline {
  width: auto;
  float: left;
  padding: 16px 0 0 11px; }
  @media only screen and (min-width: 1350px) and (max-width: 1500px) {
    .tagline {
      padding: 15px 0 0 3px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .tagline {
      width: 100%;
      padding: 3px 0 0 0px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .tagline {
      display: none; } }
  @media screen and (max-width: 74.9375em) {
    .tagline {
      display: none; } }
  .tagline p {
    width: 100%;
    float: left;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: dimgray;
    margin: 0; }
    @media only screen and (min-width: 1350px) and (max-width: 1500px) {
      .tagline p {
        font-size: 14px;
        line-height: 14px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1349px) {
      .tagline p {
        font-size: 13px;
        line-height: 15px; } }

.header-links {
  width: 100%;
  float: left;
  padding: 11px 0 0; }
  @media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .header-links {
      padding: 16px 0 0; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .header-links {
      padding: 11px 0 0; } }

.language-switcher {
  width: 61px;
  float: right;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .language-switcher {
      width: 100%;
      margin: 18px 0 35px; } }
  .language-switcher a.lang {
    width: 100%;
    float: left;
    background: white;
    height: 22px;
    border-left: 1px solid #dbdbd9;
    position: relative;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .language-switcher a.lang {
        background: none;
        border: none;
        text-align: center; } }
    .language-switcher a.lang:before {
      width: 10px;
      height: 6px;
      position: absolute;
      top: 9px;
      right: 0;
      content: "";
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQjlCOUI3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOEMtMC4zLDMsMC4xLDQuMiwxLDUuMWwzOC44LDM1LjYNCgljMC42LDAuNSwxLjMsMC44LDIuMSwwLjhjMC43LDAsMS41LTAuMywyLjEtMC44TDgyLjcsNS4xQzgzLjYsNC4yLDg0LDMsODMuNSwxLjh6Ii8+DQo8L3N2Zz4=) !important;
      background-size: 10px 6x;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 767px) {
        .language-switcher a.lang:before {
          content: none; } }
    .language-switcher a.lang span.text {
      width: auto;
      float: left;
      font-family: "Lato", sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: #7a7a7a;
      margin: 1px 0 0 21px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .language-switcher a.lang span.text {
          float: none;
          margin: 0;
          color: white;
          font-size: 20px; }
          .language-switcher a.lang span.text:before {
            width: 15px;
            height: 9px;
            position: absolute;
            top: 12px;
            right: -26px;
            content: "";
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQyLjYgMjIuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDIuNiAyMi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDIuNiwzTDQwLDBMMjEuMywxNi44TDIuNiwwTDAsM2wyMCwxOGwxLjMsMS4ybDEuMy0xLjJMNDIuNiwzeiIvPg0KPC9zdmc+) !important;
            background-size: 15px 9x;
            background-repeat: no-repeat; } }
  .language-switcher ul {
    width: 100%;
    height: auto;
    float: left;
    background: white;
    display: none;
    left: 0;
    position: absolute;
    top: 22px;
    z-index: 500;
    margin: 0;
    padding: 3px 0; }
    @media only screen and (max-width: 767px) {
      .language-switcher ul {
        position: inherit;
        left: inherit;
        top: inherit;
        margin: 9px 0 0;
        padding: 0; } }
    .language-switcher ul li {
      width: 100%;
      float: left;
      list-style: none; }
      @media only screen and (max-width: 767px) {
        .language-switcher ul li {
          border-top: 1px solid #e2bf47; }
          .language-switcher ul li:first-child {
            border: none; } }
      .language-switcher ul li a {
        width: 100%;
        float: left;
        font-family: "Lato", sans-serif;
        font-weight: normal;
        font-size: 16px;
        color: #7a7a7a;
        padding: 7px;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .language-switcher ul li a {
            text-align: center;
            padding: 10px 7px 8px;
            background: #e2b147; }
            .language-switcher ul li a:hover span {
              color: #000000; } }
        .language-switcher ul li a span {
          float: left;
          font-family: "Lato", sans-serif;
          font-weight: normal;
          font-size: 16px;
          color: #7a7a7a;
          margin: 0 0 0 15px;
          line-height: 17px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          @media only screen and (max-width: 767px) {
            .language-switcher ul li a span {
              margin: 0;
              font-size: 20px;
              color: white;
              float: none; } }

.main-menu {
  width: 90%;
  float: right;
  padding: 0 20px 0 0; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .main-menu {
      width: 88%; } }
  @media only screen and (max-width: 767px) {
    .main-menu {
      width: 100%;
      padding: 25px 0; } }
  .main-menu ul {
    width: auto;
    float: right;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .main-menu ul {
        width: 100%; } }
    .main-menu ul li {
      width: auto;
      float: left;
      position: relative;
      margin: 0 0 0 33px; }
      .main-menu ul li:first-child {
        margin: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1349px) {
        .main-menu ul li {
          margin: 0 0 0 22px; } }
      @media only screen and (max-width: 767px) {
        .main-menu ul li {
          width: 100%;
          margin: 0;
          border-bottom: 1px solid #e4cc7a; } }
      .main-menu ul li a {
        width: 100%;
        float: left;
        font-family: "Lato", sans-serif;
        font-weight: normal;
        font-size: 16px;
        color: #373633;
        padding: 0 0 10px;
        position: relative; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .main-menu ul li a {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .main-menu ul li a {
            font-size: 20px;
            color: white;
            text-align: center;
            padding: 12px 0 14px; } }
      .main-menu ul li.current-page a, .main-menu ul li:hover a, .main-menu ul li:hover ul li:hover a {
        color: #a4a4a4;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .main-menu ul li.current-page a, .main-menu ul li:hover a, .main-menu ul li:hover ul li:hover a {
            color: #000000; } }
      .main-menu ul li:hover ul li a {
        color: #373633; }
      .main-menu ul li:hover ul {
        display: block; }
        @media only screen and (max-width: 767px) {
          .main-menu ul li:hover ul {
            display: none; } }
      @media only screen and (max-width: 767px) {
        .main-menu ul li:hover ul li a {
          color: white; } }
      @media only screen and (max-width: 767px) {
        .main-menu ul li:hover ul li:hover a {
          color: #000000; } }
      @media screen and (max-width: 37.5em) {
        .main-menu ul li.favoritos {
          display: none; } }
      .main-menu ul li.favoritos a {
        padding: 0 0 0 22px; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .main-menu ul li.favoritos a {
            font-size: 0; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .main-menu ul li.favoritos a {
            font-size: 0; } }
        .main-menu ul li.favoritos a:before {
          width: 17px;
          height: 15px;
          position: absolute;
          top: 3px;
          left: 0;
          content: "";
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc0IDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3NCA2NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0VDM0YzRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUuNCw5NTcuOGMtNy4xLDcuMy03LjEsMTksMCwyNi4zbDMxLjYsMzIuM2MxMC42LTEwLjcsMjEuMS0yMS41LDMxLjctMzIuMmM3LjEtNy4zLDcuMS0xOSwwLTI2LjMNCgkJYy03LjEtNy4zLTE4LjctNy4zLTI1LjgsMGwtNS44LDUuOWwtNS45LTZDMjQsOTUwLjUsMTIuNSw5NTAuNSw1LjQsOTU3Ljh6Ii8+DQo8L2c+DQo8L3N2Zz4=) !important;
          background-size: 17px 15px;
          background-repeat: no-repeat; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .main-menu ul li.favoritos a:before {
              width: 24px;
              height: 20px;
              background-size: 24px 20px;
              top: -1px;
              left: -7px; } }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .main-menu ul li.favoritos a:before {
              width: 24px;
              height: 20px;
              background-size: 24px 20px;
              top: -1px;
              left: -7px; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .main-menu ul li.favoritos.register {
          display: none; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .main-menu ul li.favoritos.register {
          display: none; } }
      .main-menu ul li.favoritos.register a {
        padding: 0 31px 0 0; }
        .main-menu ul li.favoritos.register a:before {
          width: 20px;
          height: 19px;
          position: absolute;
          top: 1px;
          right: 0;
          content: "";
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgwIDc0LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwIDc0LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNCOUI5Qjc7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNCwyOS40YzAsMCwyLjYsNyw0LjQsOS42YzEuMSwxLjYsMi42LDQuNCw4LjcsNC40YzYuMSwwLDcuNi0yLjcsOC43LTQuNGMxLjctMi42LDQuNC05LjYsNC40LTkuNg0KCWMxLDAsMS43LTAuOCwxLjctMS43di0zLjVjMC0xLTAuOC0xLjctMS43LTEuN3YtMi42YzAtNi4xLTMuNS0xMS4zLTEzLjEtMTEuM0MxNy41LDguNCwxNCwxMy43LDE0LDE5Ljh2Mi42Yy0wLjksMC0xLjcsMC44LTEuNywxLjcNCgl2My41QzEyLjIsMjguNiwxMywyOS40LDE0LDI5LjR6IE01NC4xLDU5LjdjLTEtOS41LTgtMTQuMy0xNy40LTE2LjFjLTEuNiwxLjctNC4yLDMuNS05LjYsMy41Yy01LjQsMC04LTEuOC05LjYtMy41DQoJQzguMSw0NS40LDEuMSw1MC4yLDAuMSw1OS43YzAsMC4zLTAuMSwzLTAuMSw0LjVsMCwwbDAsMS4zYzcuNSw1LjcsMTYuNSw4LjgsMjcuMSw4LjhjMTAuNCwwLDE5LjctMy4yLDI3LjEtOC44di0zaDANCglDNTQuMSw2MS4zLDU0LjEsNTkuOSw1NC4xLDU5Ljd6IE02Ny4xLDEyLjlWMGgtNC45djEyLjlINDkuM3Y0LjloMTIuOXYxMi45aDQuOVYxNy44SDgwdi00LjlINjcuMXoiLz4NCjwvc3ZnPg==) !important;
          background-size: 20px 19px;
          background-repeat: no-repeat; }
      .main-menu ul li.favoritos .arrow {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 100; }
        .main-menu ul li.favoritos .arrow:before {
          width: 18px;
          height: 18px;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIyLjIgNDIuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIuMiA0Mi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMywwTDAsMi42bDE2LjgsMTguN0wwLDQwbDMsMi42bDE4LTIwbDEuMi0xLjNMMjEsMjBMMywweiIvPg0KPC9zdmc+") !important;
          background-repeat: no-repeat;
          background-size: 18px 18px;
          content: "";
          position: absolute;
          right: 7px;
          top: 7px; }
        .main-menu ul li.favoritos .arrow.arrow-active:before {
          width: 18px;
          height: 18px;
          content: "";
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQyLjYgMjIuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDIuNiAyMi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDIuNiwzTDQwLDBMMjEuMywxNi44TDIuNiwwTDAsM2wyMCwxOGwxLjMsMS4ybDEuMy0xLjJMNDIuNiwzeiIvPg0KPC9zdmc+) !important;
          background-size: 18px 18px;
          background-repeat: no-repeat;
          position: absolute;
          right: 7px;
          top: 7px; }
      .main-menu ul li.favoritos ul {
        width: 150px;
        position: absolute;
        left: -10px;
        top: 30px;
        background: white;
        padding: 7px 0;
        -webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
        z-index: 1000;
        display: none; }
        @media only screen and (max-width: 767px) {
          .main-menu ul li.favoritos ul {
            width: 100%;
            background: none;
            box-shadow: none;
            position: inherit;
            left: inherit;
            top: inherit;
            border-top: 1px solid #e4cc7a;
            padding: 0; } }
        .main-menu ul li.favoritos ul li {
          width: 100%;
          float: left;
          margin: 0; }
          @media only screen and (max-width: 767px) {
            .main-menu ul li.favoritos ul li {
              border-bottom: 1px solid #e4cc7a; } }
          @media only screen and (max-width: 767px) {
            .main-menu ul li.favoritos ul li:last-child {
              border: none; } }
          .main-menu ul li.favoritos ul li a {
            width: 100%;
            float: left;
            padding: 2px 10px; }
            @media screen and (min-width: 64em) and (max-width: 74.9375em) {
              .main-menu ul li.favoritos ul li a {
                font-size: 17px; } }
            @media only screen and (max-width: 767px) {
              .main-menu ul li.favoritos ul li a {
                font-size: 16px;
                padding: 7px 0; } }

.favourite-link {
  width: 35px;
  float: right;
  margin: 0 50px 0 0; }
  @media only screen and (max-width: 767px) {
    .favourite-link {
      margin: 0 65px 0 0; } }
  .favourite-link a {
    width: 35px;
    height: 35px;
    float: left;
    position: relative; }
    .favourite-link a:after {
      width: 24px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc0IDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3NCA2NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0VDM0YzRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUuNCw5NTcuOGMtNy4xLDcuMy03LjEsMTksMCwyNi4zbDMxLjYsMzIuM2MxMC42LTEwLjcsMjEuMS0yMS41LDMxLjctMzIuMmM3LjEtNy4zLDcuMS0xOSwwLTI2LjMNCgkJYy03LjEtNy4zLTE4LjctNy4zLTI1LjgsMGwtNS44LDUuOWwtNS45LTZDMjQsOTUwLjUsMTIuNSw5NTAuNSw1LjQsOTU3Ljh6Ii8+DQo8L2c+DQo8L3N2Zz4=) !important;
      background-size: 24px 20px;
      background-repeat: no-repeat; }

.off-canvas-wrapper-inner {
  width: 100%;
  float: left; }

.off-canvas-content {
  box-shadow: none; }

.off-canvas-wrapper-inner .is-open-left {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

@media only screen and (max-width: 767px) {
  .off-canvas.position-top {
    top: 0;
    -ms-transform: translate(0, -1000px);
    -webkit-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px); } }

.off-canvas.position-top.is-open {
  width: 100%;
  height: 90%;
  top: 0;
  right: 0 !important;
  left: inherit !important;
  overflow: auto; }
  @media print, screen and (min-width: 64em) {
    .off-canvas.position-top.is-open {
      top: 0;
      -ms-transform: translate(0, -1000px);
      -webkit-transform: translate(0, -1000px);
      -o-transform: translate(0, -1000px);
      -ms-transform: translate(0, -1000px);
      transform: translate(0, -1000px);
      display: none; } }
  @media only screen and (max-width: 767px) {
    .off-canvas.position-top.is-open {
      top: 55px;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

.position-top {
  width: 100%;
  right: 0;
  left: inherit;
  position: fixed;
  z-index: 1000 !important;
  padding-bottom: 10px;
  background: #e2bf47;
  -moz-transform: translateY(-1000px);
  -webkit-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.is-visible {
  display: none !important; }
  @media screen and (max-width: 74.9375em) {
    .is-visible {
      display: block !important; } }

.position-top.is-transition-push:after {
  box-shadow: none; }

@media only screen and (max-width: 767px) {
  .js-off-canvas-overlay {
    z-index: 101; } }

@media only screen and (max-width: 767px) {
  .js-off-canvas-overlay.is-overlay-fixed {
    left: 0;
    z-index: 999; } }

.menu-icon-outer {
  height: 55px;
  background: #e2bf47;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .menu-icon-outer .menu-icons {
    width: 55px;
    height: 55px;
    position: relative;
    cursor: pointer;
    outline: none !important; }
    .menu-icon-outer .menu-icons:before {
      width: 21px;
      height: 15px;
      content: "";
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMxIDIxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMSAyMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI5LjYsMGMwLjEsMCwwLjEsMCwwLjMsMGMwLjMsMC4xLDAuNiwwLjIsMC43LDAuNWMwLjEsMC4xLDAuMiwwLjMsMC4zLDAuNEMzMSwxLjEsMzEsMS4zLDMxLDEuNA0KCWMwLDAuNi0wLjMsMS4xLTAuOCwxLjRDMzAuMSwyLjksMjkuOSwzLDI5LjgsM2MtMC4xLDAtMC4xLDAtMC4zLDBoLTI4QzEuNCwzLDEuNCwzLDEuMiwzQzEsMi45LDAuNywyLjgsMC41LDIuNg0KCUMwLjMsMi41LDAuMiwyLjMsMC4yLDIuMkMwLjEsMiwwLDEuOSwwLDEuN0MwLDEuMiwwLjEsMC43LDAuNSwwLjRjMC4xLTAuMSwwLjItMC4yLDAuMy0wLjJDMC45LDAuMSwxLjEsMC4xLDEuMiwwDQoJYzAuMSwwLDAuMSwwLDAuMywwaDI4QzI5LjUsMCwyOS42LDAsMjkuNiwweiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI5LjYsOWMwLjEsMCwwLjEsMCwwLjMsMGMwLjMsMC4xLDAuNiwwLjIsMC43LDAuNWMwLjEsMC4xLDAuMiwwLjMsMC4zLDAuNGMwLjIsMC41LDAuMSwxLjEtMC4zLDEuNQ0KCWMtMC4xLDAuMS0wLjIsMC4yLTAuNCwwLjNjLTAuMSwwLjEtMC4zLDAuMS0wLjUsMC4yYy0wLjEsMC0wLjEsMC0wLjMsMGgtMjhjLTAuMSwwLTAuMSwwLTAuMywwYy0wLjIsMC0wLjMtMC4xLTAuNS0wLjINCgljLTAuNC0wLjItMC43LTAuNy0wLjgtMS4xYzAtMC4xLDAtMC4zLDAtMC40YzAtMC4yLDAuMS0wLjMsMC4xLTAuNWMwLjEtMC4yLDAuMi0wLjMsMC4zLTAuNEMwLjcsOS4yLDEsOS4xLDEuMiw5YzAuMSwwLDAuMSwwLDAuMywwDQoJaDI4QzI5LjUsOSwyOS42LDksMjkuNiw5eiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI5LjYsMThjMC4xLDAsMC4xLDAsMC4zLDBjMC4zLDAuMSwwLjYsMC4yLDAuNywwLjVjMC40LDAuNCwwLjUsMSwwLjMsMS41Yy0wLjEsMC4yLTAuMiwwLjMtMC4zLDAuNA0KCXMtMC4yLDAuMi0wLjQsMC4zYy0wLjEsMC4xLTAuMywwLjEtMC41LDAuMmMtMC4xLDAtMC4xLDAtMC4zLDBoLTI4Yy0wLjEsMC0wLjEsMC0wLjMsMGMtMC4zLDAtMC42LTAuMi0wLjgtMC40DQoJYy0wLjEtMC4xLTAuMi0wLjItMC4yLTAuM2MtMC4yLTAuNC0wLjMtMC45LTAuMS0xLjNjMC4xLTAuMiwwLjItMC4zLDAuMy0wLjRjMC4xLTAuMSwwLjItMC4yLDAuNC0wLjNDMC45LDE4LjEsMS4xLDE4LDEuMiwxOA0KCWMwLjEsMCwwLjEsMCwwLjMsMGgyOEMyOS41LDE4LDI5LjYsMTgsMjkuNiwxOHoiLz4NCjwvc3ZnPg==) !important;
      background-size: 21px 15px;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.menu-icons.active:before {
  width: 22px;
  height: 22px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4IDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OCA0ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNCwyMS4yTDQ0LjYsMC42YzAuOC0wLjgsMi0wLjgsMi44LDBzMC44LDIsMCwyLjhMMjYuOCwyNGwyMC42LDIwLjZjMC44LDAuOCwwLjgsMiwwLDIuOHMtMiwwLjgtMi44LDANCgkJCUwyNCwyNi44TDMuNCw0Ny40Yy0wLjgsMC44LTIsMC44LTIuOCwwcy0wLjgtMiwwLTIuOEwyMS4yLDI0TDAuNiwzLjRjLTAuOC0wLjgtMC44LTIsMC0yLjhzMi0wLjgsMi44LDBMMjQsMjEuMkwyNCwyMS4yeiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg==) !important;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.top-off-canvas-menu {
  width: 100%;
  float: left; }

.mobile-content {
  width: 100%;
  float: left;
  padding: 0 25px; }

/*--- banner style ---*/
.banner-container {
  width: 100%;
  float: left;
  position: relative; }

.banner-slider-outer {
  width: 100%;
  float: left; }

.banner-slider {
  width: 100%;
  float: left;
  position: relative;
  max-height: 604px;
  overflow: hidden; }
  .banner-slider:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/banner-gradient.png) left bottom repeat-x;
    z-index: 100; }
  .banner-slider ul {
    width: 100%;
    height: 100%;
    float: left; }
    .banner-slider ul li {
      width: 100%;
      height: 100%;
      float: left; }
      .banner-slider ul li img {
        width: 100%;
        height: 100%;
        max-width: none;
        float: left; }
        @media only screen and (min-width: 1200px) and (max-width: 1349px) {
          .banner-slider ul li img {
            left: 50%;
            margin-left: -700px;
            max-width: none;
            position: relative;
            width: 1400px; } }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .banner-slider ul li img {
            left: 50%;
            margin-left: -700px;
            max-width: none;
            position: relative;
            width: 1400px; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .banner-slider ul li img {
            left: 50%;
            margin-left: -516px;
            max-width: none;
            position: relative;
            width: 1032px; } }
      .banner-slider ul li.zoom-active img {
        animation: animationFrames linear 50s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: animationFrames linear 50s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: animationFrames linear 50s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: animationFrames linear 50s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: animationFrames linear 50s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%; }

@keyframes animationFrames {
  0% {
    transform: scaleX(1) scaleY(1); }
  100% {
    transform: scaleX(2) scaleY(2); } }

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: scaleX(1) scaleY(1); }
  100% {
    -moz-transform: scaleX(2) scaleY(2); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: scaleX(2) scaleY(2); } }

@-o-keyframes animationFrames {
  0% {
    -o-transform: scaleX(1) scaleY(1); }
  100% {
    -o-transform: scaleX(2) scaleY(2); } }

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: scaleX(1) scaleY(1); }
  100% {
    -ms-transform: scaleX(2) scaleY(2); } }

.banner-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -195px;
  z-index: 100; }
  @media only screen and (min-width: 1350px) and (max-width: 1500px) {
    .banner-content {
      margin-top: -182px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .banner-content {
      margin-top: -182px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .banner-content {
      margin-top: -182px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .banner-content {
      top: 62px;
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .banner-content {
      float: left;
      position: inherit;
      left: inherit;
      top: inherit;
      margin-top: 0; } }
  .banner-content .banner-titles {
    width: 100%;
    float: left;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .banner-content .banner-titles {
        background: #e2bf47;
        padding: 20px 30px; } }
    @media only screen and (max-width: 479px) {
      .banner-content .banner-titles {
        padding: 20px 15px; } }
    .banner-content .banner-titles h1 {
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
      margin: 0 0 20px; }
      @media only screen and (min-width: 1350px) and (max-width: 1500px) {
        .banner-content .banner-titles h1 {
          margin: 0 0 15px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1349px) {
        .banner-content .banner-titles h1 {
          margin: 0 0 15px; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .banner-content .banner-titles h1 {
          margin: 0 0 15px; } }
      @media only screen and (max-width: 767px) {
        .banner-content .banner-titles h1 {
          font-size: 21px;
          line-height: 23px;
          margin: 0 0 10px; } }
    .banner-content .banner-titles .title_h2 {
      max-width: 750px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .banner-content .banner-titles .title_h2 {
          font-size: 14px;
          line-height: 20px; }
          .banner-content .banner-titles .title_h2 br {
            display: none; } }
  .banner-content .banner-social-sec {
    width: 100%;
    float: left;
    text-align: center; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .banner-content .banner-social-sec {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .banner-content .banner-social-sec {
        display: none; } }
    .banner-content .banner-social-sec span {
      font-family: "Merriweather", serif;
      font-size: 21px;
      color: white;
      position: relative; }
      .banner-content .banner-social-sec span:after {
        width: 62px;
        height: 2px;
        content: "";
        background: white;
        position: absolute;
        left: 50%;
        bottom: -21px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media only screen and (min-width: 1350px) and (max-width: 1500px) {
          .banner-content .banner-social-sec span:after {
            bottom: -15px; } }
        @media only screen and (min-width: 1200px) and (max-width: 1349px) {
          .banner-content .banner-social-sec span:after {
            bottom: -15px; } }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .banner-content .banner-social-sec span:after {
            bottom: -15px; } }
    .banner-content .banner-social-sec ul {
      width: 100%;
      float: left;
      margin: 47px 0 0; }
      @media only screen and (min-width: 1350px) and (max-width: 1500px) {
        .banner-content .banner-social-sec ul {
          margin: 40px 0 0; } }
      @media only screen and (min-width: 1200px) and (max-width: 1349px) {
        .banner-content .banner-social-sec ul {
          margin: 40px 0 0; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .banner-content .banner-social-sec ul {
          margin: 40px 0 0; } }
      .banner-content .banner-social-sec ul li {
        width: auto;
        float: none;
        display: inline-block;
        padding: 0 8px; }
        .banner-content .banner-social-sec ul li a {
          width: 100%;
          float: left; }
          .banner-content .banner-social-sec ul li a:hover i {
            color: #e2bf47; }
          .banner-content .banner-social-sec ul li a i {
            font-size: 26px;
            color: white;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }

.search-section {
  width: 100%;
  float: left;
  margin: 16px 0 50px; }
  @media only screen and (min-width: 1350px) and (max-width: 1500px) {
    .search-section {
      margin: 16px 0 35px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .search-section {
      margin: 16px 0 35px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .search-section {
      margin: 16px 0 35px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .search-section {
      margin: 41px 0 35px;
      background: rgba(30, 28, 28, 0.7);
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px; } }
  @media only screen and (max-width: 767px) {
    .search-section {
      margin: 0; } }
  .search-section .search-section-outer {
    width: 100%;
    max-width: 884px;
    margin: 0 auto; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .search-section .search-section-outer {
        max-width: 738px; } }
    @media only screen and (max-width: 767px) {
      .search-section .search-section-outer {
        max-width: 100%; } }
    .search-section .search-section-outer .search-section-inner {
      width: 100%;
      float: left;
      padding: 18px 27px 10px;
      background: rgba(30, 28, 28, 0.7);
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .search-section .search-section-outer .search-section-inner {
          background: none;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          padding: 18px 15px 10px; } }
      @media only screen and (max-width: 767px) {
        .search-section .search-section-outer .search-section-inner {
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          padding: 22px 30px; } }
      @media only screen and (max-width: 479px) {
        .search-section .search-section-outer .search-section-inner {
          padding: 22px 15px; } }
      .search-section .search-section-outer .search-section-inner .search-form-top {
        width: 100%;
        float: left; }
        .search-section .search-section-outer .search-section-inner .search-form-top .select-outer {
          width: 100%;
          float: left;
          background: white;
          height: 48px; }
          .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.sale-class {
            max-width: 256px;
            border-right: 1px solid #dfdfdf;
            -moz-border-radius: 6px 0px 0px 6px;
            -webkit-border-radius: 6px 0px 0px 6px;
            border-radius: 6px 0px 0px 6px; }
            @media screen and (min-width: 48em) and (max-width: 63.9375em) {
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.sale-class {
                max-width: 253px; } }
            @media only screen and (max-width: 767px) {
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.sale-class {
                max-width: 100%;
                width: 100%;
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                margin: 0 0 8px; } }
          .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.property-type {
            max-width: 194px;
            border-right: 1px solid #dfdfdf; }
            @media screen and (min-width: 48em) and (max-width: 63.9375em) {
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.property-type {
                max-width: 191px; } }
            @media only screen and (max-width: 767px) {
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.property-type {
                max-width: 100%;
                width: 100%;
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                margin: 0 0 8px; } }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.property-type .SumoSelect .optWrapper {
              width: 101%;
              -moz-border-radius: 0px 0px 6px 6px;
              -webkit-border-radius: 0px 0px 6px 6px;
              border-radius: 0px 0px 6px 6px; }
          .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa {
            max-width: 210px; }
            @media screen and (min-width: 48em) and (max-width: 63.9375em) {
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa {
                max-width: 204px; } }
            @media only screen and (max-width: 767px) {
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa {
                max-width: 100%;
                width: 100%;
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                margin: 0 0 8px; } }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect.open p label i {
              visibility: visible; }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect .optWrapper {
              width: 100%;
              -moz-border-radius: 0 0 6px 6px;
              -webkit-border-radius: 0 0 6px 6px;
              border-radius: 0 0 6px 6px; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect .optWrapper ul.options li.opt {
                padding: 0 0 0 18px; }
                .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect .optWrapper ul.options li.opt:hover {
                  background: #dadada; }
          .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect {
            width: 100%;
            float: left; }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect:focus &gt; .CaptionCont,
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect:hover &gt; .CaptionCont,
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect.open &gt; .CaptionCont {
              border: 0;
              box-shadow: none; }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect select {
              height: 100%;
              margin-bottom: 0;
              line-height: 47px; }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p {
              height: 48px;
              border: 0;
              padding: 0 0 0 16px;
              cursor: pointer; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p span {
                height: 48px;
                line-height: 47px;
                padding: 0 28px 0 0;
                font-style: normal !important;
                color: #272725 !important;
                font-size: 17px;
                font-family: "Lato", sans-serif;
                font-weight: 400;
                cursor: pointer; }
                @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p span {
                    font-size: 16px; } }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p label {
                width: 28px;
                cursor: pointer; }
                .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p label i {
                  width: 10px;
                  height: 6px;
                  background-image: url("../images/svg/caret-down.svg");
                  top: 2px; }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect.open p label i {
              background-image: url("../images/svg/caret-up.svg"); }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper {
              width: 100.5%;
              top: 47px;
              background: #f8f8f8;
              border: none;
              -moz-border-radius: 6px 0 6px 6px;
              -webkit-border-radius: 6px 0 6px 6px;
              border-radius: 6px 0 6px 6px;
              -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1); }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper {
                  top: -8px; } }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options {
                border-radius: 0;
                padding: 9px 0 11px; }
                .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt {
                  border: 0;
                  line-height: 30px;
                  padding: 2px 0 2px 41px; }
                  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt:hover {
                    background-color: #dadada; }
                  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt span {
                    margin-left: 9px !important;
                    left: 0;
                    margin-top: -1px !important; }
                    .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt span i {
                      border-color: #b9b9b7;
                      box-shadow: none; }
                  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt.disabled {
                    display: none; }
                  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt.selected span i {
                    background-color: #e2bf47;
                    border-color: #e2bf47; }
                  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt label {
                    font-style: normal !important;
                    color: #272725 !important;
                    font-size: 16px;
                    font-family: "Lato", sans-serif;
                    font-weight: 400; }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt {
              width: 100%;
              height: 48px;
              line-height: 48px;
              float: left;
              padding: 0 26px 0 16px;
              font-size: 18px;
              border: none;
              background: none; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt::-webkit-input-placeholder {
                color: #272725;
                opacity: 1; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt::-moz-placeholder {
                color: #272725;
                opacity: 1; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt:-ms-input-placeholder {
                color: #272725;
                opacity: 1; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt:-moz-placeholder {
                color: #272725;
                opacity: 1; }
          .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete {
            width: 100%;
            float: left; }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete:after {
              width: 10px;
              height: 6px;
              content: "";
              background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQjlCOUI3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOEMtMC4zLDMsMC4xLDQuMiwxLDUuMWwzOC44LDM1LjYNCgljMC42LDAuNSwxLjMsMC44LDIuMSwwLjhjMC43LDAsMS41LTAuMywyLjEtMC44TDgyLjcsNS4xQzgzLjYsNC4yLDg0LDMsODMuNSwxLjh6Ii8+DQo8L3N2Zz4=) !important;
              background-size: 10px 6px;
              background-repeat: no-repeat;
              position: absolute;
              right: 9px;
              top: 22px; }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input {
              width: 100%;
              float: left;
              height: 48px;
              line-height: 48px;
              -moz-border-radius: 0px;
              -webkit-border-radius: 0px;
              border-radius: 0px;
              border: 0;
              background: none;
              font-style: normal;
              color: #272725;
              font-size: 18px;
              font-family: "Lato", sans-serif;
              font-weight: 400;
              padding: 0 15px;
              box-shadow: none; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input::-webkit-input-placeholder {
                color: #272725;
                opacity: 1; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input::-moz-placeholder {
                color: #272725;
                opacity: 1; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input:-ms-input-placeholder {
                color: #272725;
                opacity: 1; }
              .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input:-moz-placeholder {
                color: #272725;
                opacity: 1; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input {
                  font-size: 16px; } }
            .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete .easy-autocomplete-container {
              top: 47px;
              -moz-border-radius: 0 0 6px 6px;
              -webkit-border-radius: 0 0 6px 6px;
              border-radius: 0 0 6px 6px;
              overflow: hidden; }
        .search-section .search-section-outer .search-section-inner .search-form-top .main-btn {
          max-width: 170px;
          min-width: 170px;
          padding: 16px 18px;
          -moz-border-radius: 0px 6px 6px 0;
          -webkit-border-radius: 0px 6px 6px 0;
          border-radius: 0px 6px 6px 0; }
          @media only screen and (min-width: 1350px) and (max-width: 1500px) {
            .search-section .search-section-outer .search-section-inner .search-form-top .main-btn {
              font-size: 15px;
              padding: 17px 22px 16px; } }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .search-section .search-section-outer .search-section-inner .search-form-top .main-btn {
              width: 60px;
              height: 48px;
              line-height: 48px;
              padding: 0;
              float: left;
              font-size: 0;
              position: relative; }
              .search-section .search-section-outer .search-section-inner .search-form-top .main-btn:after {
                width: 25px;
                height: 25px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                content: "";
                background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgyIDgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MiA4MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC45OTUwNzk4LDk2MS4zMjYyNikiPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUtOUM2LjMtOS05LDYuMy05LDI1UzYuMyw1OSwyNSw1OWM3LjIsMCwxMy45LTIuMywxOS4zLTYuMWwxOC40LDE4LjRjMi4zLDIuNCw2LjIsMi40LDguNSwwDQoJCQljMi4zLTIuMywyLjMtNi4xLDAtOC41TDUyLjksNDQuNEM1Ni43LDM4LjksNTksMzIuMiw1OSwyNUM1OSw2LjMsNDMuNy05LDI1LTl6IE0yNSwzYzEyLjIsMCwyMiw5LjgsMjIsMjJzLTkuOCwyMi0yMiwyMg0KCQkJQzEyLjgsNDcsMywzNy4yLDMsMjVTMTIuOCwzLDI1LDN6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
                background-size: 25px 25x;
                background-repeat: no-repeat; } }
      .search-section .search-section-outer .search-section-inner .search-form-bottom {
        width: 100%;
        float: left;
        margin: 8px 0 0; }
        .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left {
          width: 667px;
          float: left; }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left {
              width: 100%; } }
          .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer {
            width: 100%;
            float: left;
            position: relative; }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range {
              max-width: 134px;
              -moz-border-radius: 3px 3px 0px 0px;
              -webkit-border-radius: 3px 3px 0px 0px;
              border-radius: 3px 3px 0px 0px; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range {
                  max-width: 100%;
                  width: 48%;
                  padding: 0 0 28px; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range {
                  max-width: 100%;
                  width: 100%;
                  padding: 0 0 20px; } }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range .drop-content {
                  width: 100% !important;
                  float: left;
                  position: inherit;
                  right: inherit;
                  top: inherit;
                  padding: 0px 1px 0;
                  box-shadow: none; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range .drop-content {
                  width: 100% !important;
                  float: left;
                  position: inherit;
                  right: inherit;
                  top: inherit;
                  padding: 8px 1px 0; } }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range .drop-content .from .disabled {
                display: none; }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range .drop-content .to .disabled {
                display: none; }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.surface {
              max-width: 150px;
              -moz-border-radius: 3px 3px 0px 0px;
              -webkit-border-radius: 3px 3px 0px 0px;
              border-radius: 3px 3px 0px 0px;
              margin: 0 0 0 2px; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.surface {
                  max-width: 100%;
                  width: 48%;
                  float: right;
                  margin: 0;
                  padding: 0 0 28px; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.surface {
                  max-width: 100%;
                  width: 100%;
                  float: right;
                  margin: 0;
                  padding: 0 0 20px; } }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bedrooms {
              max-width: 190px;
              -moz-border-radius: 3px 3px 0px 0px;
              -webkit-border-radius: 3px 3px 0px 0px;
              border-radius: 3px 3px 0px 0px;
              margin: 0 0 0 2px; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bedrooms {
                  max-width: 100%;
                  width: 48%;
                  margin: 0; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bedrooms {
                  max-width: 100%;
                  width: 100%;
                  margin: 0;
                  padding: 0 0 20px; } }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bathrooms {
              max-width: 180px;
              -moz-border-radius: 3px 3px 0px 0px;
              -webkit-border-radius: 3px 3px 0px 0px;
              border-radius: 3px 3px 0px 0px;
              margin: 0 0 0 3px; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bathrooms {
                  max-width: 100%;
                  width: 48%;
                  float: right;
                  margin: 0; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bathrooms {
                  max-width: 100%;
                  width: 100%;
                  float: right;
                  margin: 0;
                  padding: 0 0 20px; } }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.active {
              background: #f8f8f8; }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.active a {
                color: #000000; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.active a:after {
                  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRThDODU3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC4yLDM5LjdjMC41LDEuMiwxLjYsMS44LDIuOSwxLjhsNzcuNSwwYzEuMywwLDIuNC0wLjYsMi45LTEuOGMwLjUtMS4yLDAuMS0yLjQtMC44LTMuM0w0My45LDAuOA0KCUM0My4zLDAuMyw0Mi42LDAsNDEuOCwwYy0wLjcsMC0xLjUsMC4zLTIuMSwwLjhMMSwzNi40QzAuMSwzNy4zLTAuMywzOC41LDAuMiwzOS43eiIvPg0KPC9zdmc+) !important;
                  top: 17px; }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer a {
              width: 100%;
              float: left;
              font-family: "Lato", sans-serif;
              font-weight: 400;
              font-size: 17px;
              color: white;
              padding: 10px 17px 11px;
              text-decoration: none;
              position: relative; }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer a:after {
                width: 10px;
                height: 6px;
                content: "";
                background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRTlDODU3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOFMwLjEsNC4yLDEsNS4xbDM4LjgsMzUuNmMwLjYsMC41LDEuMywwLjgsMi4xLDAuOA0KCWMwLjcsMCwxLjUtMC4zLDIuMS0wLjhMODIuNyw1LjFDODMuNiw0LjIsODQsMyw4My41LDEuOHoiLz4NCjwvc3ZnPg==) !important;
                background-size: 10px 6px;
                background-repeat: no-repeat;
                position: absolute;
                right: 15px;
                top: 19px; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer a {
                  font-size: 18px !important;
                  font-weight: 400 !important;
                  padding: 0 !important; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer a {
                  font-size: 18px !important;
                  font-weight: 400 !important;
                  padding: 0 !important; } }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content {
              width: 294px;
              position: absolute;
              left: 0;
              top: 40px;
              background: #f8f8f8;
              padding: 11px 18px;
              -moz-border-radius: 0 3px 3px 3px;
              -webkit-border-radius: 0 3px 3px 3px;
              border-radius: 0 3px 3px 3px;
              z-index: 500;
              display: none; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content {
                  display: block !important; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content {
                  display: block !important; } }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer {
                width: 100%;
                float: left;
                background: #ebebeb;
                height: 38px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.from {
                  max-width: 125px; }
                  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.from {
                      width: 48%;
                      max-width: 100%; } }
                  @media only screen and (max-width: 767px) {
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.from {
                      width: 47%;
                      max-width: 100%; } }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.to {
                  float: right;
                  max-width: 125px; }
                  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.to {
                      width: 48%;
                      max-width: 100%; } }
                  @media only screen and (max-width: 767px) {
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.to {
                      width: 47%;
                      max-width: 100%; } }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect.open {
                  background: #ebebeb; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect.open .optWrapper {
                    background: #ebebeb;
                    -moz-border-radius: 6px 0 6px 6px;
                    -webkit-border-radius: 6px 0 6px 6px;
                    border-radius: 6px 0 6px 6px; }
                    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect.open .optWrapper {
                        border-radius: 5px !important; } }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect p {
                  padding: 0 0 0 10px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect p span {
                    font-size: 14px;
                    color: #272725; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect .optWrapper ul.options li.opt {
                  padding: 0 0 0 10px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect .optWrapper ul.options li.opt label {
                    font-size: 14px; }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect {
              width: 100%;
              float: left; }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect:focus &gt; .CaptionCont,
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect:hover &gt; .CaptionCont,
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open &gt; .CaptionCont {
                border: 0;
                box-shadow: none; }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open {
                background: #f8f8f8;
                -moz-border-radius: 3px 3px 0px 0px;
                -webkit-border-radius: 3px 3px 0px 0px;
                border-radius: 3px 3px 0px 0px; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open p span {
                  color: #272725; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open .optWrapper {
                  background: #f8f8f8; }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect select {
                height: 100%;
                margin-bottom: 0;
                line-height: 37px;
                background: none; }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect p {
                height: 38px;
                border: 0;
                padding: 0 0 0 17px;
                cursor: pointer;
                background: none; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect p span {
                  height: 38px;
                  line-height: 40px;
                  padding: 0 28px 0 0;
                  font-style: normal;
                  color: white;
                  font-size: 17px;
                  font-family: "Lato", sans-serif;
                  font-weight: 400;
                  cursor: pointer; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect p label {
                  width: 28px;
                  cursor: pointer; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect p label i {
                    width: 10px;
                    height: 6px;
                    background-image: url("../images/svg/caret-yellow-down.svg");
                    top: 2px;
                    right: 5px; }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open p label i {
                background-image: url("../images/svg/caret-yellow-up.svg"); }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper {
                width: 100%;
                height: 125px;
                top: 37px;
                background: #ebebeb;
                border: none;
                -moz-border-radius: 0 0 6px 6px;
                -webkit-border-radius: 0 0 6px 6px;
                border-radius: 0 0 6px 6px;
                -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1); }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options {
                  border-radius: 0;
                  padding: 0 0 5px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt {
                    border: 0;
                    line-height: 30px;
                    padding: 0 0 0 18px; }
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt:hover {
                      background: #dadada; }
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt span {
                      margin-left: 9px !important;
                      left: 0;
                      margin-top: -1px !important; }
                      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt span i {
                        border-color: #b9b9b7;
                        box-shadow: none; }
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt.selected span i {
                      background-color: #e2bf47;
                      border-color: #e2bf47; }
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt label {
                      font-style: normal !important;
                      color: #272725 !important;
                      font-size: 17px;
                      font-family: "Lato", sans-serif;
                      font-weight: 400; }
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt.disabled {
                      background-color: inherit;
                      pointer-events: none; }
                      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt.disabled label {
                        opacity: 0.5; }
            @media screen and (min-width: 48em) and (max-width: 63.9375em) {
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer {
                width: 100%;
                float: left;
                background: #ebebeb;
                height: 38px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.from {
                  max-width: 125px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) and (min-width: 48em) and (max-width: 63.9375em) {
      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.from {
        width: 48%;
        max-width: 100%; } }
            @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.to {
                  float: right;
                  max-width: 125px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) and (min-width: 48em) and (max-width: 63.9375em) {
      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.to {
        width: 48%;
        max-width: 100%; } }
            @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect.open {
                  background: #ebebeb; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect.open .optWrapper {
                    background: #ebebeb;
                    -moz-border-radius: 5px 0 5px 5px;
                    -webkit-border-radius: 5px 0 5px 5px;
                    border-radius: 5px 0 5px 5px; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect p {
                  padding: 0 0 0 10px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect p span {
                    font-size: 14px;
                    color: #272725; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect .optWrapper ul.options li.opt {
                  padding: 0 0 0 10px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect .optWrapper ul.options li.opt label {
                    font-size: 14px; } }
            @media only screen and (max-width: 767px) {
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer {
                width: 100%;
                float: left;
                background: #ebebeb;
                height: 38px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.from {
                  max-width: 125px; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.from {
        width: 48%;
        max-width: 100%; } }
            @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.to {
                  float: right;
                  max-width: 125px; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.to {
        width: 48%;
        max-width: 100%; } }
            @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect.open {
                  background: #ebebeb; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect.open .optWrapper {
                    background: #ebebeb;
                    -moz-border-radius: 5px 0 5px 5px;
                    -webkit-border-radius: 5px 0 5px 5px;
                    border-radius: 5px 0 5px 5px; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect p {
                  padding: 0 0 0 10px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect p span {
                    font-size: 14px;
                    color: #272725; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect .optWrapper ul.options li.opt {
                  padding: 0 0 0 10px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect .optWrapper ul.options li.opt label {
                    font-size: 14px; } }
        .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right {
          width: 163px;
          float: left; }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right {
              float: right; } }
          @media only screen and (max-width: 767px) {
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right {
              width: 100%;
              float: right; } }
          .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options {
            width: 100%;
            float: left;
            position: relative;
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px; }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active {
              background: #f8f8f8; }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active {
                  background: none; } }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active a {
                color: #000000; }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active a:after {
                  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjA0QTQ5O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC4yLDM5LjdjMC41LDEuMiwxLjYsMS44LDIuOSwxLjhoNzcuNWMxLjMsMCwyLjQtMC42LDIuOS0xLjhzMC4xLTIuNC0wLjgtMy4zTDQzLjksMC44DQoJQzQzLjMsMC4zLDQyLjYsMCw0MS44LDBjLTAuNywwLTEuNSwwLjMtMi4xLDAuOEwxLDM2LjRDMC4xLDM3LjMtMC4zLDM4LjUsMC4yLDM5Ljd6Ii8+DQo8L3N2Zz4=) !important;
                  top: 19px; }
                @media only screen and (max-width: 767px) {
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active a {
                    background: #f8f8f8;
                    -moz-border-radius: 5px 5px 0px 0px;
                    -webkit-border-radius: 5px 5px 0px 0px;
                    border-radius: 5px 5px 0px 0px;
                    color: #000000; } }
                @media only screen and (max-width: 767px) {
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active a.more-link {
                    color: #000000; } }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a {
              width: 100%;
              float: left;
              font-family: "Lato", sans-serif;
              font-weight: 300;
              font-size: 17px;
              color: white;
              padding: 9px 26px 12px;
              text-decoration: none;
              position: relative; }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a {
                  color: #000000; } }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a:after {
                width: 10px;
                height: 6px;
                content: "";
                background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjA0QTQ5O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOFMwLjEsNC4yLDEsNS4xbDM4LjgsMzUuNmMwLjYsMC41LDEuMywwLjgsMi4xLDAuOA0KCWMwLjcsMCwxLjUtMC4zLDIuMS0wLjhMODIuNyw1LjFDODMuNiw0LjIsODQsMyw4My41LDEuOHoiLz4NCjwvc3ZnPg==) !important;
                background-size: 10px 6px;
                background-repeat: no-repeat;
                position: absolute;
                right: 26px;
                top: 19px; }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a.more-link {
                  width: 136px;
                  float: right;
                  padding: 9px 15px 12px;
                  color: white;
                  -moz-border-radius: 5px 5px 0px 0px;
                  -webkit-border-radius: 5px 5px 0px 0px;
                  border-radius: 5px 5px 0px 0px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a.more-link:after {
                    right: 12px; } }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile {
              display: none;
              width: 100%;
              float: left;
              font-family: "Lato", sans-serif;
              font-weight: 300;
              font-size: 17px;
              color: white;
              padding: 9px 26px 12px;
              text-decoration: none;
              position: relative; }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile {
                  color: #000000; } }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile:after {
                width: 10px;
                height: 6px;
                content: "";
                background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjA0QTQ5O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOFMwLjEsNC4yLDEsNS4xbDM4LjgsMzUuNmMwLjYsMC41LDEuMywwLjgsMi4xLDAuOA0KCWMwLjcsMCwxLjUtMC4zLDIuMS0wLjhMODIuNyw1LjFDODMuNiw0LjIsODQsMyw4My41LDEuOHoiLz4NCjwvc3ZnPg==) !important;
                background-size: 10px 6px;
                background-repeat: no-repeat;
                position: absolute;
                right: 26px;
                top: 19px; }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile {
                  display: block;
                  width: 136px;
                  float: right;
                  padding: 9px 15px 12px;
                  background: #f8f8f8;
                  -moz-border-radius: 5px 5px 0px 0px;
                  -webkit-border-radius: 5px 5px 0px 0px;
                  border-radius: 5px 5px 0px 0px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile:after {
                    right: 12px; } }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content {
              width: 330px;
              display: none;
              position: absolute;
              right: 0;
              top: 40px;
              background: #f8f8f8;
              padding: 25px 22px 17px;
              z-index: 500;
              -webkit-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.5);
              -moz-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.5);
              -moz-border-radius: 5px 0px 5px 5px;
              -webkit-border-radius: 5px 0px 5px 5px;
              border-radius: 5px 0px 5px 5px; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content {
                  width: 708px;
                  padding: 25px 15px 17px; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content {
                  width: 100%;
                  float: left;
                  position: inherit;
                  right: inherit;
                  top: inherit;
                  padding: 20px 15px 17px;
                  box-shadow: none; } }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .price-range a:after {
                  content: none; } }
              @media only screen and (max-width: 767px) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .price-range a:after {
                  content: none; } }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer {
                width: 100%;
                float: left; }
                @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer {
                    padding: 28px 0 0; } }
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer {
                  width: 50%;
                  float: left;
                  margin: 0 0 8px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer .icheckbox {
                    width: 14px;
                    height: 14px;
                    border: 1px solid #b9b9b7;
                    background: #f8f8f8;
                    float: none;
                    display: inline-block;
                    vertical-align: middle;
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                    border-radius: 2px; }
                    .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer .icheckbox.checked {
                      border: 1px solid #e2bf47;
                      background: #e2bf47;
                      position: relative; }
                      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer .icheckbox.checked:before {
                        content: "\f00c";
                        font-family: 'FontAwesome';
                        color: white;
                        font-size: 10px;
                        line-height: 13px;
                        float: left;
                        margin: 0 0 0 1px; }
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer label {
                    max-width: 330px;
                    display: inline-block;
                    float: none;
                    margin: 0;
                    padding: 0 0 0 7px;
                    vertical-align: middle;
                    width: auto;
                    font-family: "Lato", sans-serif;
                    font-weight: "Lato", sans-serif;
                    font-size: 16px;
                    color: #272725; }
                    @media only screen and (max-width: 767px) {
                      .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer label {
                        font-size: 14px;
                        margin: 1px 0 0;
                        padding: 0 0 0 4px; } }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content {
              width: 500px; }
              @media screen and (min-width: 48em) and (max-width: 63.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content {
                  width: 708px; } }
              @media screen and (max-width: 47.9375em) {
                .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content {
                  width: 100%; } }
              .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content .more-options-outer .checkbox-outer {
                width: 33.3%; }
                @media screen and (max-width: 47.9375em) {
                  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content .more-options-outer .checkbox-outer {
                    width: 50%; } }
        @media only screen and (max-width: 767px) {
          .search-section .search-section-outer .search-section-inner .search-form-bottom .main-btn {
            width: 100%;
            float: left;
            margin: 14px 0 0;
            position: relative; }
            .search-section .search-section-outer .search-section-inner .search-form-bottom .main-btn:after {
              width: 25px;
              height: 25px;
              position: absolute;
              top: 50%;
              right: 20px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              content: "";
              background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgyIDgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MiA4MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC45OTUwNzk4LDk2MS4zMjYyNikiPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUtOUM2LjMtOS05LDYuMy05LDI1UzYuMyw1OSwyNSw1OWM3LjIsMCwxMy45LTIuMywxOS4zLTYuMWwxOC40LDE4LjRjMi4zLDIuNCw2LjIsMi40LDguNSwwDQoJCQljMi4zLTIuMywyLjMtNi4xLDAtOC41TDUyLjksNDQuNEM1Ni43LDM4LjksNTksMzIuMiw1OSwyNUM1OSw2LjMsNDMuNy05LDI1LTl6IE0yNSwzYzEyLjIsMCwyMiw5LjgsMjIsMjJzLTkuOCwyMi0yMiwyMg0KCQkJQzEyLjgsNDcsMywzNy4yLDMsMjVTMTIuOCwzLDI1LDN6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
              background-size: 25px 25x;
              background-repeat: no-repeat; } }

.form-container {
  width: 100%;
  float: left;
  background: #3d393a; }
  .form-container .search-section {
    margin: 0; }
    .form-container .search-section .search-section-outer .search-section-inner {
      background: none; }

.result-count {
  width: auto;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: white;
  display: none;
  padding: 9px 0 0 15px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .result-count {
      display: block; } }

.tab-mini {
  display: none; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .tab-mini {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .tab-mini {
      display: block; } }

.field-title-mobile {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 14px;
  display: none; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .field-title-mobile {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .field-title-mobile {
      display: block;
      padding: 0 0 8px; } }

.desktop-visible {
  display: block; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .desktop-visible {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .desktop-visible {
      display: none; } }

/*--- footer style ---*/
.footer-container {
  width: 100%;
  float: left;
  padding: 33px 0 24px;
  background: white; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .footer-container {
      padding: 25px 0 20px; } }
  @media only screen and (max-width: 767px) {
    .footer-container {
      padding: 20px 0 25px; } }

.footer-top {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 14px; }
  @media screen and (max-width: 63.9375em) {
    .footer-top {
      padding: 0 0 17px; } }
  @media only screen and (max-width: 767px) {
    .footer-top {
      padding: 0 15px 20px; } }
  @media only screen and (max-width: 479px) {
    .footer-top {
      padding: 0 0 20px; } }
  .footer-top .footer-logo-sec {
    width: 50%;
    float: left; }
    @media screen and (max-width: 63.9375em) {
      .footer-top .footer-logo-sec {
        width: 39%; } }
    @media only screen and (max-width: 767px) {
      .footer-top .footer-logo-sec {
        width: 100%;
        text-align: center; } }
    .footer-top .footer-logo-sec .footer-logo {
      width: 218px;
      float: left; }
      @media only screen and (max-width: 767px) {
        .footer-top .footer-logo-sec .footer-logo {
          width: 100%; } }
    .footer-top .footer-logo-sec .footer-tagline {
      width: auto;
      float: left;
      padding: 19px 0 0 11px; }
      @media screen and (max-width: 63.9375em) {
        .footer-top .footer-logo-sec .footer-tagline {
          width: 100%;
          padding: 1px 0 0; } }
      .footer-top .footer-logo-sec .footer-tagline p {
        width: 100%;
        float: left;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 15px;
        color: dimgray;
        margin: 0; }
  .footer-top .footer-shrt-desc {
    width: 50%;
    float: left;
    padding: 7px 0 0; }
    @media screen and (max-width: 63.9375em) {
      .footer-top .footer-shrt-desc {
        width: 61%;
        padding: 22px 0 0; } }
    @media only screen and (max-width: 767px) {
      .footer-top .footer-shrt-desc {
        width: 100%;
        text-align: center; } }
    .footer-top .footer-shrt-desc p {
      width: 100%;
      float: left;
      text-align: right;
      font-size: 14px;
      line-height: 20px;
      color: dimgray;
      margin: 0; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .footer-top .footer-shrt-desc p {
          font-size: 13px; } }
      @media screen and (max-width: 63.9375em) {
        .footer-top .footer-shrt-desc p {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .footer-top .footer-shrt-desc p {
          text-align: center;
          line-height: 18px; } }
      .footer-top .footer-shrt-desc p br {
        display: none; }

.footer-bottom {
  width: 100%;
  float: left;
  padding: 23px 0 0; }
  @media screen and (max-width: 63.9375em) {
    .footer-bottom {
      padding: 29px 0 0; } }
  @media only screen and (max-width: 767px) {
    .footer-bottom {
      padding: 25px 15px 0; } }
  @media only screen and (max-width: 479px) {
    .footer-bottom {
      padding: 25px 0 0; } }

.footer-links {
  width: 50%;
  float: right; }
  @media screen and (max-width: 63.9375em) {
    .footer-links {
      width: 100%;
      padding: 0 0 12px; } }
  .footer-links ul {
    width: auto;
    float: right; }
    @media screen and (max-width: 63.9375em) {
      .footer-links ul {
        width: 100%;
        text-align: center; } }
    .footer-links ul li {
      width: auto;
      float: left;
      padding: 0 6px 0 9px;
      background: url(../images/footer-divider.png) left 2px no-repeat; }
      .footer-links ul li:first-child {
        background: none; }
      .footer-links ul li.last {
        padding-right: 0; }
      @media screen and (max-width: 63.9375em) {
        .footer-links ul li {
          display: inline-block;
          float: none;
          background-position: left 1px; } }
      .footer-links ul li a {
        width: 100%;
        float: left;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: dimgray;
        text-decoration: none; }
        .footer-links ul li a:hover {
          color: #e2bf47; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .footer-links ul li a {
            font-size: 13px; } }

.copyright {
  width: 50%;
  float: left; }
  @media screen and (max-width: 63.9375em) {
    .copyright {
      width: 100%;
      text-align: center; } }
  .copyright p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: dimgray;
    margin: 0; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .copyright p {
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .copyright p {
        font-size: 13px;
        line-height: 18px; } }

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: -51px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 1350px) {
    .scroll-to-top {
      display: none; } }
  .scroll-to-top a {
    width: 51px;
    height: 51px;
    float: left;
    background: #e2bf47;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .scroll-to-top a:hover {
      background: #c9a93e; }
    .scroll-to-top a:after {
      width: 16px;
      height: 9px;
      content: "";
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1LjggMjQuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUuOCAyNC45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDUuMiwyNC4zYzAuNC0wLjQsMC42LTAuOSwwLjYtMS40cy0wLjItMS0wLjYtMS40TDI0LjMsMC42Yy0wLjgtMC44LTItMC44LTIuOCwwTDAuNiwyMS41DQoJYy0wLjgsMC44LTAuOCwyLDAsMi44czIsMC44LDIuOCwwTDIyLjksNC44bDE5LjUsMTkuNUM0My4yLDI1LjEsNDQuNCwyNS4xLDQ1LjIsMjQuM3oiLz4NCjwvc3ZnPg==) !important;
      background-size: 16px 9px;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.act .scroll-to-top {
  position: fixed;
  bottom: 165px; }

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 200px; }

.SelectBox {
  padding: 5px 8px; }

.sumoStopScroll {
  overflow: hidden; }

/* Filtering style */
.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: none; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }

.SumoSelect.open &gt; .search &gt; span, .SumoSelect.open &gt; .search &gt; label {
  visibility: hidden; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect &gt; .optWrapper &gt; .options li.opt label, .SumoSelect &gt; .CaptionCont, .SumoSelect .select-all &gt; label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus &gt; .CaptionCont, .SumoSelect:hover &gt; .CaptionCont, .SumoSelect.open &gt; .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect &gt; .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0; }

.SumoSelect &gt; .CaptionCont &gt; span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect &gt; .CaptionCont &gt; span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect &gt; .CaptionCont &gt; label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px; }

.SumoSelect &gt; .CaptionCont &gt; label &gt; i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect &gt; .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open &gt; .optWrapper {
  top: 35px;
  display: block; }

.SumoSelect.open &gt; .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect &gt; .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect &gt; .optWrapper &gt; .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect &gt; .optWrapper.okCancelInMulti &gt; .options {
  border-radius: 2px 2px 0 0; }

.SumoSelect &gt; .optWrapper.selall &gt; .options {
  border-radius: 0 0 2px 2px; }

.SumoSelect &gt; .optWrapper.selall.okCancelInMulti &gt; .options {
  border-radius: 0; }

.SumoSelect &gt; .optWrapper &gt; .options li.group.disabled &gt; label {
  opacity: 0.5; }

.SumoSelect &gt; .optWrapper &gt; .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect &gt; .optWrapper.multiple &gt; .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect &gt; .optWrapper.isFloating &gt; .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959; }

.SumoSelect &gt; .optWrapper &gt; .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect &gt; .optWrapper &gt; .options &gt; li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect &gt; .optWrapper.selall &gt; .options &gt; li.opt:first-child {
  border-radius: 0; }

.SumoSelect &gt; .optWrapper &gt; .options &gt; li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect &gt; .optWrapper.okCancelInMulti &gt; .options &gt; li.opt:last-child {
  border-radius: 0; }

.SumoSelect &gt; .optWrapper &gt; .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect &gt; .optWrapper &gt; .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4; }

.SumoSelect &gt; .optWrapper &gt; .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect &gt; .optWrapper &gt; .options li span {
  display: none; }

.SumoSelect &gt; .optWrapper &gt; .options li.group &gt; label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold; }

/*Floating styles*/
.SumoSelect &gt; .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

/*disabled state*/
.SumoSelect &gt; .optWrapper &gt; .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect &gt; .optWrapper &gt; .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt span,
.SumoSelect .select-all &gt; span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt span i,
.SumoSelect .select-all &gt; span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect &gt; .optWrapper &gt; .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect &gt; .optWrapper.multiple.isFloating &gt; .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect &gt; .optWrapper.multiple.okCancelInMulti &gt; .MultiControls {
  display: block; }

.SumoSelect &gt; .optWrapper.multiple.okCancelInMulti &gt; .MultiControls &gt; p {
  padding: 6px; }

.SumoSelect &gt; .optWrapper.multiple.okCancelInMulti &gt; .MultiControls &gt; p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4; }

.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p:hover {
  background-color: #f1f1f1; }

.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px; }

.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p.btnCancel {
  border-radius: 0 0 3px 0; }

/*styling for select on popup mode*/
.SumoSelect &gt; .optWrapper.isFloating &gt; .options li.opt {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect &gt; .optWrapper.multiple.isFloating &gt; .options li.opt {
  padding-left: 35px; }

.SumoSelect &gt; .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt.selected span i,
.SumoSelect .select-all.selected &gt; span i,
.SumoSelect .select-all.partial &gt; span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled &gt; .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all &gt; label, .SumoSelect .select-all &gt; span i {
  cursor: pointer; }

.SumoSelect .select-all.partial &gt; span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect &gt; .optWrapper &gt; .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

.sbHolder {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030;
  font-weight: 500;
  height: 46px;
  position: relative;
  width: 100%;
  border: none;
  background: #e6e6e6;
  border-radius: 0;
  margin-bottom: 10px; }

.sbSelector {
  display: block;
  height: 46px;
  left: 0;
  line-height: 28px;
  outline: none;
  overflow: hidden;
  position: absolute;
  padding: .5em 1em;
  top: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030; }
  .sbSelector:focus {
    color: #303030;
    text-decoration: none; }

.sbSelector:hover {
  color: #303030;
  outline: none;
  text-decoration: none; }

.sbToggle {
  display: block;
  height: 44px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 44px;
  z-index: 0; }

.sbToggle:after {
  z-index: 99999;
  width: 40px;
  height: 46px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-image: url("../images/svg/caret_down.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 200ms ease-in; }

.sbOptions {
  border: none;
  background: white;
  list-style: none;
  left: 0px;
  max-height: 320px !important;
  margin: -3px 0 0 0;
  padding: 0 0 7px 0;
  position: absolute;
  top: 109% !important;
  z-index: 1000;
  overflow-y: auto;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.1); }

.sbOptions li {
  padding: 0px !important;
  background: none; }

.sbOptions a {
  display: block;
  outline: none;
  padding: 5px 10px 3px;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030;
  line-height: 24px;
  text-decoration: none;
  font-family: "Lato", sans-serif; }

.sbOptions li a:hover {
  background: white;
  color: #303030; }

.sbOptions li:first-child a {
  border: none; }

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #303030 !important;
  background-color: #e6e6e6 !important; }

.sbOptions li.last a {
  border-bottom: none; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide &gt; div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-slide &gt; .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs &gt; ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs &gt; ul &gt; li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs &gt; ul &gt; li &gt; img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs &gt; ul &gt; li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before {
    opacity: 1; } }

.detailpage-slider {
  width: 100%;
  height: 237px; }
  .detailpage-slider a {
    width: inherit;
    height: auto;
    display: block; }
    .detailpage-slider a picture {
      width: inherit;
      height: 237px; }
      .detailpage-slider a picture &gt; img {
        width: inherit;
        height: 237px;
        object-fit: cover;
        object-position: center center; }
  .detailpage-slider .slick-arrow {
    position: absolute;
    width: 40px;
    height: 50px;
    background-color: rgba(30, 28, 28, 0.4);
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer; }
    .detailpage-slider .slick-arrow &gt; img {
      width: 18px;
      height: 25px;
      display: block; }
    .detailpage-slider .slick-arrow.arrow-prev {
      left: 0; }
      .detailpage-slider .slick-arrow.arrow-prev &gt; img {
        transform: rotate(180deg); }
    .detailpage-slider .slick-arrow.arrow-next {
      right: 0; }

.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 0; }
  .list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li {
    margin: 0 .5em 0 0;
    max-width: none;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #dbdbd9;
    border-radius: 100%; }
    .list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li button {
      display: none; }
    .list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li.slick-active {
      background-color: #dfb31f; }
    .list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li:last-of-type {
      margin: 0; }

@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  .detailpage-slider {
    max-width: 776px;
    height: 545px;
    margin: 0 auto; }
    .detailpage-slider a picture &gt; img {
      height: 545px; } }

@media screen and (min-width: 64em) {
  .detailpage-slider {
    height: 545px;
    margin: 0 auto; }
    .detailpage-slider a picture &gt; img {
      height: 545px; } }

/*--- homepage style ---*/
.content-container {
  width: 100%;
  float: left; }
  @media screen and (max-width: 47.9375em) {
    .content-container {
      margin: 55px 0 0; } }
  @media only screen and (max-width: 767px) {
    .content-container {
      margin-top: 55px; } }

.main-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }

.image-grid-block {
  width: 100%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .image-grid-block {
      padding: 0 14px; } }
  @media only screen and (max-width: 479px) {
    .image-grid-block {
      padding: 0 8px; } }
  .image-grid-block h3 {
    text-align: center;
    margin-bottom: 33px;
    margin-top: 28px; }
    @media only screen and (max-width: 767px) {
      .image-grid-block h3 {
        margin-bottom: 25px;
        margin-top: 20px; } }
  .image-grid-block .image-grid {
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: relative;
    display: inline-block; }
    .image-grid-block .image-grid &gt; span {
      height: 263px;
      float: left;
      width: 100%;
      overflow: hidden;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      position: relative;
      height: 280px; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .image-grid-block .image-grid &gt; span {
          height: 230px; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .image-grid-block .image-grid &gt; span {
          height: 196px; } }
      @media only screen and (max-width: 767px) {
        .image-grid-block .image-grid &gt; span {
          height: 317px; } }
      @media only screen and (max-width: 479px) {
        .image-grid-block .image-grid &gt; span {
          height: 200px; } }
    .image-grid-block .image-grid:hover &gt; span {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .image-grid-block .image-grid .image-grid-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background: url(../images/grid-shadow.png) no-repeat bottom center;
      background-size: 100% auto;
      width: 100%;
      height: 100%; }
      .image-grid-block .image-grid .image-grid-overlay .image-grid-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        color: white;
        text-align: center; }
        .image-grid-block .image-grid .image-grid-overlay .image-grid-content &gt; span {
          color: white;
          display: block;
          font-family: "Merriweather", serif;
          font-weight: 700;
          font-size: 21px;
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 6px; }
          .image-grid-block .image-grid .image-grid-overlay .image-grid-content &gt; span:before {
            width: 62.16216216216216%;
            height: 1px;
            background: white;
            content: "";
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .image-grid-block .image-grid .image-grid-overlay .image-grid-content &gt; span {
              font-size: 20px; } }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .image-grid-block .image-grid .image-grid-overlay .image-grid-content &gt; span {
              font-size: 20px;
              padding-bottom: 14px;
              margin-bottom: 7px; } }
        .image-grid-block .image-grid .image-grid-overlay .image-grid-content h4 {
          display: block;
          color: white;
          font-size: 18px;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          margin-bottom: 21px; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .image-grid-block .image-grid .image-grid-overlay .image-grid-content h4 {
              font-size: 16px; } }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .image-grid-block .image-grid .image-grid-overlay .image-grid-content h4 {
              font-size: 14px;
              line-height: 16px;
              margin-bottom: 19px; } }
  .image-grid-block.three-col .image-grid {
    display: inline-block;
    width: 31.62%;
    margin-right: 2.57%; }
    .image-grid-block.three-col .image-grid:nth-of-type(3n+3) {
      margin-right: 0; }
    .image-grid-block.three-col .image-grid:nth-of-type(3n+1) {
      clear: both; }
      @media only screen and (max-width: 767px) {
        .image-grid-block.three-col .image-grid:nth-of-type(3n+1) {
          clear: none; } }
    @media only screen and (max-width: 767px) {
      .image-grid-block.three-col .image-grid {
        margin-right: 0; } }
  .image-grid-block.three-col .content-block {
    border-bottom: 1px solid #e6e6e6; }
  .image-grid-block.three-col .small-text p {
    font-size: 13px; }
  .image-grid-block.two-col h3 {
    margin-top: 32px;
    margin-bottom: 39px; }
    @media only screen and (max-width: 767px) {
      .image-grid-block.two-col h3 {
        margin-top: 20px;
        margin-bottom: 25px; } }
  .image-grid-block.two-col .content-block {
    margin-top: 1px; }
    @media only screen and (max-width: 767px) {
      .image-grid-block.two-col .content-block {
        margin-top: 13px;
        margin-bottom: 5px; } }
    .image-grid-block.two-col .content-block p {
      margin-bottom: 28px;
      font-size: 13px; }
    .image-grid-block.two-col .content-block .first {
      padding-left: 0; }
      @media only screen and (max-width: 767px) {
        .image-grid-block.two-col .content-block .first {
          width: 100% !important;
          padding: 0; } }
    .image-grid-block.two-col .content-block .last {
      padding-right: 0; }
      @media only screen and (max-width: 767px) {
        .image-grid-block.two-col .content-block .last {
          width: 100% !important;
          padding: 0; } }
  .image-grid-block .content-block {
    float: left;
    width: 100%;
    margin-top: 23px;
    padding-bottom: 4px; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .image-grid-block .content-block {
        padding: 0 29px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .image-grid-block .content-block {
        padding: 0 29px; } }
    @media only screen and (max-width: 767px) {
      .image-grid-block .content-block {
        padding: 0 14px;
        margin-top: 13px; } }
    @media only screen and (max-width: 479px) {
      .image-grid-block .content-block {
        padding: 0 8px; } }
  .image-grid-block .image-grid-multiple {
    float: left;
    width: 48.717948717948715%;
    margin-right: 2.564102564102564%; }
    .image-grid-block .image-grid-multiple:nth-of-type(2n+2) {
      margin-right: 0; }
    .image-grid-block .image-grid-multiple:nth-of-type(2n+1) {
      clear: both; }
      @media only screen and (max-width: 767px) {
        .image-grid-block .image-grid-multiple:nth-of-type(2n+1) {
          clear: none; } }
    @media only screen and (max-width: 767px) {
      .image-grid-block .image-grid-multiple {
        margin-right: 0; } }
    .image-grid-block .image-grid-multiple .image-grid {
      display: inline-block;
      width: 47.368421052631575%;
      margin-right: 5.263157894736842%;
      margin-bottom: 23px; }
      .image-grid-block .image-grid-multiple .image-grid &gt; span {
        height: 204px; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .image-grid-block .image-grid-multiple .image-grid &gt; span {
            height: 144px; } }
        @media only screen and (max-width: 767px) {
          .image-grid-block .image-grid-multiple .image-grid &gt; span {
            height: 144px; } }
        @media only screen and (max-width: 479px) {
          .image-grid-block .image-grid-multiple .image-grid &gt; span {
            height: 120px; } }
      .image-grid-block .image-grid-multiple .image-grid:nth-of-type(2n+2) {
        margin-right: 0; }
      .image-grid-block .image-grid-multiple .image-grid:nth-of-type(2n+1) {
        clear: both; }
      .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
        font-size: 36px;
        padding-bottom: 18px; }
        .image-grid-block .image-grid-multiple .image-grid .image-grid-content span:before {
          width: 85.18518518518519%; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
            font-size: 32px; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
            font-size: 27px;
            padding-bottom: 14px;
            margin-bottom: 6px; } }
        @media only screen and (max-width: 767px) {
          .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
            font-size: 41px;
            font-weight: 400; } }
        @media only screen and (max-width: 479px) {
          .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
            font-size: 27px; } }
      .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
        font-size: 16px;
        margin-bottom: 18px; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
            font-size: 14px; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
            font-size: 14px;
            margin-bottom: 13px; } }
        @media only screen and (max-width: 767px) {
          .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
            font-size: 14px; } }
        @media only screen and (max-width: 479px) {
          .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
            font-size: 12px; } }
        .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
          font-family: "Merriweather", serif;
          font-weight: 700;
          font-size: 18px;
          color: white; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
              font-size: 16px; } }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
              font-size: 14px; } }
          @media only screen and (max-width: 479px) {
            .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
              font-size: 12px; } }

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .image-grid-block .slick-dots {
    text-align: center; } }

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .image-grid-block .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #c4c4c4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 2px; } }

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .image-grid-block .slick-dots li button {
    text-indent: -9999px; } }
  @media only screen and (max-width: 767px) {
    .image-grid-block .slick-dots li.slick-active {
      border: 1px solid #e2bf47;
      background: #e2bf47; }
    .image-grid-block .slick-arrow {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      font-size: 50px;
      cursor: pointer; }
      .image-grid-block .slick-arrow i {
        color: #d9d9d9; }
      .image-grid-block .slick-arrow:hover i {
        color: #e2bf47; }
      .image-grid-block .slick-arrow.slick-prev {
        left: -20px; }
      .image-grid-block .slick-arrow.slick-next {
        right: -20px; }
    .image-grid-block .slide-nav1 {
      margin-top: 20px;
      float: left;
      width: 100%; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .image-grid-block .slide-nav1 {
      margin-top: 15px; } }

.medium-wrapper {
  max-width: 770px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .medium-wrapper {
      padding: 0 15px; } }
  @media only screen and (max-width: 479px) {
    .medium-wrapper {
      padding: 0; } }

.newsletter {
  float: left;
  width: 100%;
  background: url(../images/wave.png) no-repeat bottom center;
  text-align: center;
  padding: 62px 0; }
  @media only screen and (max-width: 767px) {
    .newsletter {
      padding: 25px 0; } }
  .newsletter h2 {
    margin-bottom: 24px;
    font-family: "Merriweather", serif; }
  .newsletter .newsletter-title {
    margin-bottom: 24px;
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    color: #373633; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .newsletter .newsletter-title {
        font-size: 28px;
        line-height: 30px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .newsletter .newsletter-title {
        font-size: 26px;
        line-height: 28px; } }
    @media only screen and (max-width: 767px) {
      .newsletter .newsletter-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px; } }
  .newsletter p {
    font-size: 20px;
    line-height: 26px; }
    @media only screen and (max-width: 767px) {
      .newsletter p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 60px; } }
    @media only screen and (max-width: 479px) {
      .newsletter p {
        margin-bottom: 25px; } }
    .newsletter p a {
      color: dimgray;
      text-decoration: underline; }
      .newsletter p a:hover {
        color: #e2bf47; }
  .newsletter .news-letter-form {
    float: left;
    width: 100%;
    background: #ec3f3f;
    padding: 22px 30px;
    margin-top: 60px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    @media only screen and (max-width: 767px) {
      .newsletter .news-letter-form {
        padding: 22px 15px;
        margin: 0; } }
    .newsletter .news-letter-form ::-webkit-input-placeholder {
      color: #303030;
      opacity: 1; }
    .newsletter .news-letter-form ::-moz-placeholder {
      color: #303030;
      opacity: 1; }
    .newsletter .news-letter-form :-ms-input-placeholder {
      color: #303030;
      opacity: 1; }
    .newsletter .news-letter-form :-moz-placeholder {
      color: #303030;
      opacity: 1; }
    .newsletter .news-letter-form input {
      background: white;
      border: none;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      width: 23.943661971830984%;
      margin-left: 1.4084507042253522%;
      float: left;
      padding: 5px 10px;
      height: 34px;
      font-size: 16px;
      color: #303030; }
      .newsletter .news-letter-form input.red-btn {
        background: #b22222;
        font-size: 14px;
        color: white;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .newsletter .news-letter-form input.red-btn:hover {
          background: #e2bf47 !important; }
    .newsletter .news-letter-form .form-group:first-child input:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 767px) {
      .newsletter .news-letter-form .form-group:first-child input {
        margin-bottom: 12px; } }
    @media only screen and (max-width: 767px) {
      .newsletter .news-letter-form .form-group {
        width: 100%;
        float: left; }
        .newsletter .news-letter-form .form-group input {
          width: 47.888%;
          margin-left: 2.112%; }
          .newsletter .news-letter-form .form-group input:first-child {
            margin-left: 0; } }
    @media only screen and (max-width: 479px) {
      .newsletter .news-letter-form .form-group input {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        .newsletter .news-letter-form .form-group input.red-btn {
          margin-top: 12px; } }

.red-btn {
  background: #b22222;
  color: white;
  text-transform: uppercase; }
  .red-btn:hover {
    background: #e2bf47; }

.dark-block {
  float: left;
  width: 100%;
  background: #51514e;
  padding: 73px 0; }
  @media only screen and (max-width: 767px) {
    .dark-block {
      padding: 25px 0 20px; } }
  .dark-block .text-block {
    float: left;
    width: 39.31623931623932%; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .dark-block .text-block {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .dark-block .text-block {
        width: 100%;
        text-align: center;
        padding: 0 15px; } }
    @media only screen and (max-width: 479px) {
      .dark-block .text-block {
        padding: 0; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .dark-block .text-block .text-block-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    .dark-block .text-block h3 {
      color: #ebebeb;
      margin-bottom: 28px;
      font-family: "Merriweather", serif;
      font-weight: 700; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .dark-block .text-block h3 {
          text-align: center; } }
      @media only screen and (max-width: 479px) {
        .dark-block .text-block h3 {
          font-size: 18px;
          margin-bottom: 15px; } }
    .dark-block .text-block p {
      color: #e0e0e0;
      font-size: 17px;
      line-height: 28px; }
      @media only screen and (max-width: 767px) {
        .dark-block .text-block p {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 18px; } }
      .dark-block .text-block p strong {
        color: #e0e0e0; }
  .dark-block .map-block {
    float: left;
    width: 34.8974358974359%;
    padding: 0 30px;
    margin-top: 60px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .dark-block .map-block {
        width: 50%;
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .dark-block .map-block {
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;
        text-align: center; } }
    @media only screen and (max-width: 479px) {
      .dark-block .map-block {
        padding: 0; } }
    .dark-block .map-block .map-image {
      position: relative;
      max-width: 317px; }
      @media only screen and (max-width: 767px) {
        .dark-block .map-block .map-image {
          display: inline-block; } }
    .dark-block .map-block .map-tooltip {
      position: absolute; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .dark-block .map-block .map-tooltip {
          display: none; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .dark-block .map-block .map-tooltip {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .dark-block .map-block .map-tooltip {
          display: none; } }
      .dark-block .map-block .map-tooltip.tooltip1 {
        right: 25px;
        top: 55px; }
      .dark-block .map-block .map-tooltip.tooltip2 {
        right: 70px;
        top: 80px; }
      .dark-block .map-block .map-tooltip.tooltip3 {
        right: 104px;
        top: 128px; }
      .dark-block .map-block .map-tooltip.tooltip4 {
        right: 105px;
        top: 160px; }
      .dark-block .map-block .map-tooltip.tooltip5 {
        right: 115px;
        bottom: 50px; }
      .dark-block .map-block .map-tooltip.tooltip6 {
        right: 145px;
        bottom: 27px; }
      .dark-block .map-block .map-tooltip.tooltip7 {
        right: 180px;
        bottom: 25px; }
      .dark-block .map-block .map-tooltip.tooltip8 {
        left: 100px;
        bottom: 18px; }
      .dark-block .map-block .map-tooltip.tooltip9 {
        left: 60px;
        bottom: 22px; }
      .dark-block .map-block .map-tooltip.tooltip10 {
        right: 28px;
        top: 124px; }
      .dark-block .map-block .map-tooltip.active {
        background: rgba(236, 63, 63, 0.8); }
  .dark-block .list-block {
    width: 25.786324786324787%;
    float: left;
    margin-top: 60px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .dark-block .list-block {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .dark-block .list-block {
        width: 100%;
        margin-top: 30px;
        padding: 0 15px; } }
    @media only screen and (max-width: 479px) {
      .dark-block .list-block {
        padding: 0; } }
    .dark-block .list-block h6 {
      color: #e0e0e0;
      margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        .dark-block .list-block h6 {
          text-align: center;
          margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .dark-block .list-block ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media only screen and (max-width: 767px) {
      .dark-block .list-block ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
    .dark-block .list-block ul li {
      padding-left: 14px;
      position: relative;
      margin-bottom: 8px;
      color: #e0e0e0; }
      .dark-block .list-block ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: #e2bf47;
        font-size: 18px; }
      @media only screen and (max-width: 767px) {
        .dark-block .list-block ul li {
          width: 50%;
          float: left; } }
      @media only screen and (max-width: 479px) {
        .dark-block .list-block ul li {
          width: 100%; } }
      .dark-block .list-block ul li a {
        color: #e0e0e0;
        font-size: 16px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .dark-block .list-block ul li a:hover {
          color: #e2bf47; }

.tooltipstered {
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(226, 191, 71, 0.6);
  display: block;
  cursor: pointer; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  background: white;
  color: #41413f; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box a {
  color: #41413f; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: white; }

.tab-block {
  float: left;
  width: 100%;
  padding-top: 55px; }
  @media only screen and (max-width: 767px) {
    .tab-block {
      display: none; } }
  .tab-block .tabs {
    background: #f8f8f8;
    border: 0;
    border-bottom: 2px solid #eeeeef; }
  .tab-block .tabs-title &gt; a:focus,
  .tab-block .tabs-title &gt; a[aria-selected="true"] {
    background: white; }
  .tab-block .tabs-title {
    margin-bottom: -2px; }
    .tab-block .tabs-title a {
      text-transform: uppercase;
      color: #373633;
      font-weight: 700;
      font-size: 14px;
      text-decoration: none; }
    .tab-block .tabs-title.is-active {
      border: 2px solid #eeeeef;
      border-bottom: 0; }
  .tab-block .tabs-content {
    border: 2px solid #eeeeef;
    border-top: 0;
    float: left;
    width: 100%; }
    .tab-block .tabs-content .tabs-panel {
      float: left;
      width: 100%; }
    .tab-block .tabs-content .letters {
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      .tab-block .tabs-content .letters a {
        text-transform: uppercase;
        color: #dc9e27;
        font-size: 14px;
        font-weight: 900;
        padding-right: 25px; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .tab-block .tabs-content .letters a {
            padding-right: 15px; } }
    .tab-block .tabs-content .first {
      padding-left: 0; }
    .tab-block .tabs-content .last {
      padding-right: 0; }
    .tab-block .tabs-content .list-content {
      float: left;
      width: 100%; }
      .tab-block .tabs-content .list-content ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .tab-block .tabs-content .list-content ul {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .tab-block .tabs-content .list-content ul {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3; } }
        .tab-block .tabs-content .list-content ul li {
          margin-bottom: 2px; }
          .tab-block .tabs-content .list-content ul li a {
            font-size: 14px;
            color: #858585;
            text-decoration: underline; }
            .tab-block .tabs-content .list-content ul li a:hover {
              color: #6185ae; }

.map-block #map-canvas {
  height: 680px;
  display: none; }

.map-popup {
  float: left;
  width: 100%;
  max-width: 450px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.8);
  -moz-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.8); }
  .map-popup .image-left {
    float: left;
    width: 51%;
    padding-right: 8px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .map-popup .image-left {
        width: 49%; } }
    @media only screen and (max-width: 479px) {
      .map-popup .image-left {
        width: 100%; } }
    .map-popup .image-left img {
      display: block;
      width: 100%; }
    .map-popup .image-left .ribbon-price {
      display: block;
      min-width: 160px;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      padding: 7px 20px 9px 23px;
      background: rgba(62, 60, 60, 0.9);
      font-size: 16px;
      color: white; }
      .map-popup .image-left .ribbon-price span {
        float: left;
        font-size: 14px;
        color: white;
        padding-right: 3px;
        padding-top: 3px; }
  .map-popup .content-right {
    float: left;
    width: 49%;
    padding-left: 4px;
    padding-top: 3px; }
    @media only screen and (max-width: 767px) {
      .map-popup .content-right {
        width: 51%; } }
    @media only screen and (max-width: 479px) {
      .map-popup .content-right {
        width: 100%; } }
    .map-popup .content-right h5 {
      font-size: 16px;
      line-height: 22px;
      color: #1f1f1f;
      font-weight: 700;
      padding-left: 25px; }
      @media only screen and (max-width: 479px) {
        .map-popup .content-right h5 {
          padding-left: 0;
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .map-popup .content-right h5 {
          font-size: 14px;
          padding-left: 10px;
          line-height: 18px; } }
    .map-popup .content-right .icon-spec-block {
      padding: 6px 0 2px 10px;
      background: none;
      padding-left: 18px; }
      .map-popup .content-right .icon-spec-block ul li {
        width: 50%;
        padding: 0;
        min-height: 20px;
        float: left; }
        .map-popup .content-right .icon-spec-block ul li img {
          width: 28px;
          float: left;
          display: inline-block;
          vertical-align: middle; }
        .map-popup .content-right .icon-spec-block ul li span {
          display: inline-block;
          vertical-align: middle;
          color: #3d3d3d;
          font-size: 14px;
          padding-left: 5px;
          float: left;
          font-weight: 700;
          line-height: 26px; }
          .map-popup .content-right .icon-spec-block ul li span sup {
            color: #3d3d3d;
            font-size: 12px; }
        .map-popup .content-right .icon-spec-block ul li.home-icon img {
          width: 34px; }
    .map-popup .content-right .button.link-block {
      width: 100%;
      height: 38px;
      line-height: 36px;
      padding: 0;
      margin: 0px 0 0 0;
      background: #e2bf47;
      font-size: 14px;
      text-transform: uppercase;
      color: white; }
      .map-popup .content-right .button.link-block:hover {
        background: rgba(226, 191, 71, 0.8); }

.vivienda {
  background-color: #f4f4f4; }
  .vivienda .content-container .column, .vivienda .content-container .columns,
  .vivienda .content-container .columns {
    display: flex;
    justify-content: space-between;
    float: none !important;
    flex-wrap: wrap;
    flex: 0 0 100%; }
    .vivienda .content-container .column &gt; div, .vivienda .content-container .columns &gt; div,
    .vivienda .content-container .columns &gt; div {
      width: 100%; }

h3.detail-title, .detaildesc-block h3, .propertyattr-block h3, .surfaces-block h3, .distances-block h3, .detailmap-outer-block .situation-block h3, .detaillinks-outer-block .detaillinks-block h3,
.rightdetaillinks-outer-block .detaillinks-block h3 {
  font-size: 17px;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #252525; }

.surfaces-list, .propertydetails-block ul, .surfaces-block ul, .distances-block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .surfaces-list li, .propertydetails-block ul li, .surfaces-block ul li, .distances-block ul li {
    width: 50%;
    margin: 0.5em 0;
    padding: 0;
    color: #3d393a;
    font-size: 14px;
    font-size: 0.875em;
    font-size: 0.875rem;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center; }
    .surfaces-list li .item-icon, .propertydetails-block ul li .item-icon, .surfaces-block ul li .item-icon, .distances-block ul li .item-icon {
      width: 30px;
      height: 25px;
      display: inline-block;
      margin: 0 7px 0 0; }
    .surfaces-list li .item-value sup, .propertydetails-block ul li .item-value sup, .surfaces-block ul li .item-value sup, .distances-block ul li .item-value sup {
      font-size: 10px;
      font-size: 0.625em;
      font-size: 0.625rem; }
    .surfaces-list li.bed-count .item-icon, .propertydetails-block ul li.bed-count .item-icon, .surfaces-block ul li.bed-count .item-icon, .distances-block ul li.bed-count .item-icon {
      background: transparent url("../images/svg/bed_detail.svg") center center no-repeat; }
    .surfaces-list li.bathroom-count .item-icon, .propertydetails-block ul li.bathroom-count .item-icon, .surfaces-block ul li.bathroom-count .item-icon, .distances-block ul li.bathroom-count .item-icon {
      background: transparent url("../images/svg/tub_detail.svg") center center no-repeat; }
    .surfaces-list li.house-area .item-icon, .propertydetails-block ul li.house-area .item-icon, .surfaces-block ul li.house-area .item-icon, .distances-block ul li.house-area .item-icon {
      background: transparent url("../images/svg/house_detail.svg") center center no-repeat; }
    .surfaces-list li.ground-area .item-icon, .propertydetails-block ul li.ground-area .item-icon, .surfaces-block ul li.ground-area .item-icon, .distances-block ul li.ground-area .item-icon {
      background: transparent url("../images/svg/ground_detail.svg") center center no-repeat; }
    .surfaces-list li.terrace-area .item-icon, .propertydetails-block ul li.terrace-area .item-icon, .surfaces-block ul li.terrace-area .item-icon, .distances-block ul li.terrace-area .item-icon {
      background: transparent url("../images/svg/table_chair.svg") center center no-repeat; }
    .surfaces-list li.solarium-area .item-icon, .propertydetails-block ul li.solarium-area .item-icon, .surfaces-block ul li.solarium-area .item-icon, .distances-block ul li.solarium-area .item-icon {
      background: transparent url("../images/svg/couch_detail.svg") center center no-repeat; }
    .surfaces-list li.airport-distance .item-icon, .propertydetails-block ul li.airport-distance .item-icon, .surfaces-block ul li.airport-distance .item-icon, .distances-block ul li.airport-distance .item-icon {
      background: transparent url("../images/svg/plane_detail.svg") center center no-repeat; }
    .surfaces-list li.city-distance .item-icon, .propertydetails-block ul li.city-distance .item-icon, .surfaces-block ul li.city-distance .item-icon, .distances-block ul li.city-distance .item-icon {
      background: transparent url("../images/svg/building_detail.svg") center center no-repeat; }
    .surfaces-list li.beach-distance .item-icon, .propertydetails-block ul li.beach-distance .item-icon, .surfaces-block ul li.beach-distance .item-icon, .distances-block ul li.beach-distance .item-icon {
      background: transparent url("../images/svg/umbrella_detail.svg") center center no-repeat; }
    .surfaces-list li.golf-distance .item-icon, .propertydetails-block ul li.golf-distance .item-icon, .surfaces-block ul li.golf-distance .item-icon, .distances-block ul li.golf-distance .item-icon {
      background: transparent url("../images/svg/golf_ball_detail.svg") center center no-repeat; }

.related-links li, .detaillinks-outer-block .detaillinks-block .property-links li, .rightdetaillinks-outer-block .detaillinks-block .property-links li {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  margin: 0.5em 0 0.5em 1.5em;
  position: relative; }
  .related-links li:before, .detaillinks-outer-block .detaillinks-block .property-links li:before, .rightdetaillinks-outer-block .detaillinks-block .property-links li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -1.5em;
    width: 8px;
    height: 16px;
    display: block;
    background: transparent url("../images/svg/caret_right.svg") center center no-repeat; }
  .related-links li a, .detaillinks-outer-block .detaillinks-block .property-links li a, .rightdetaillinks-outer-block .detaillinks-block .property-links li a {
    font-size: inherit;
    color: #5b7588; }

.detailpage-top-block {
  display: flex;
  justify-content: space-between;
  clear: both;
  height: 50px;
  align-items: center; }
  .detailpage-top-block .overview-link {
    position: relative;
    display: flex;
    align-items: center; }
    .detailpage-top-block .overview-link:before {
      content: "";
      width: 22px;
      height: 20px;
      display: inline-block;
      left: 0;
      top: 0;
      background: transparent url("../images/svg/arrow_large.svg") center center no-repeat; }
    .detailpage-top-block .overview-link &gt; a {
      color: #5b7588;
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem;
      padding: 0;
      margin: 0 0 0 0.5em; }
  .detailpage-top-block .social-icons {
    padding: 3px 10px 3px 13px; }
    @media only screen and (max-width: 767px) {
      .detailpage-top-block .social-icons:after {
        display: none; } }
    @media screen and (max-width: 47.9375em) {
      .detailpage-top-block .social-icons {
        padding: 3px 0px 3px 13px; } }
    .detailpage-top-block .social-icons ul {
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      padding: 3px 0 0 0; }
      .detailpage-top-block .social-icons ul li {
        margin: 0 0 0 2px;
        float: left;
        list-style: none; }
        .detailpage-top-block .social-icons ul li.facebook a {
          background: #3b5998; }
        .detailpage-top-block .social-icons ul li.twitter a {
          background: #1da1f2; }
        .detailpage-top-block .social-icons ul li.linkedin a {
          background: #0077b5; }
        .detailpage-top-block .social-icons ul li.plus a {
          background: #ff6550; }
        .detailpage-top-block .social-icons ul li a {
          color: white;
          float: left;
          height: 24px;
          width: 24px;
          line-height: 27px;
          text-align: center; }
          .detailpage-top-block .social-icons ul li a i {
            color: white;
            font-size: 18px;
            line-height: 18px; }
          .detailpage-top-block .social-icons ul li a:hover {
            opacity: 0.7; }

.detailprice-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding: 14px 0; }
  .detailprice-block .price-block {
    display: flex;
    font-size: 15px;
    font-size: 0.9375em;
    font-size: 0.9375rem;
    color: #373633; }
    .detailprice-block .price-block .price-attribute {
      margin: 0 25px 0 0; }
    .detailprice-block .price-block .price-amount {
      font-weight: 700;
      font-size: 22px;
      font-size: 1.375em;
      font-size: 1.375rem;
      color: #dfb31f;
      margin: 0; }
  .detailprice-block .reference-number {
    color: #7a7a7a;
    font-size: 14px;
    font-size: 0.875em;
    font-size: 0.875rem; }

.propertytitle-block {
  padding: 14px 0;
  border-bottom: 1px solid #dbdbdb; }
  .propertytitle-block h1 {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
    font-weight: 700;
    color: #373633; }

.propertydetails-block {
  padding: 14px 0;
  border-bottom: 1px solid #dbdbdb; }

.detail-btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 170px;
  background-color: #929292;
  padding: 3px 13px;
  border-radius: 2px;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer; }
  .detail-btn img {
    width: 25px;
    height: 25px;
    margin: 0 12px 0 0; }
  .detail-btn span {
    font-size: 12px;
    font-size: 0.75em;
    font-size: 0.75rem;
    color: #fff; }
  .detail-btn.contact {
    max-width: 160px;
    height: 46px;
    background-color: #e2bf47; }
    .detail-btn.contact .image {
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0.5em; }
    .detail-btn.contact.phone .image {
      background: transparent url("../images/svg/phone_detail.svg") center center no-repeat; }
    .detail-btn.contact.email .image {
      background: transparent url("../images/svg/envelope_detail.svg") center center no-repeat; }

.detailfavorite-block {
  padding: 14px 0;
  display: flex;
  justify-content: space-between; }
  .detailfavorite-block &gt; a:first-of-type {
    margin: 0 20px 0 0; }
  .detailfavorite-block &gt; a.favorite-link {
    background-color: #d9464c; }

.detaildesc-block {
  padding: 0 0 14px;
  border-bottom: 1px solid #dbdbdb; }
  .detaildesc-block .detail-content {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.5;
    color: #4c4c4c;
    transition: all 600ms ease-in 0s;
    position: static; }
    .detaildesc-block .detail-content.expand {
      transition: all 600ms ease-out 0s;
      position: relative;
      max-height: 250px;
      overflow: hidden; }
      .detaildesc-block .detail-content.expand:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 200px;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(bottom, #ebebeb 0%, rgba(254, 254, 254, 0) 100%); }
      .detaildesc-block .detail-content.expand:after {
        content: "Read more";
        font-weight: 800;
        left: 0;
        bottom: 1.5em;
        display: inline-block;
        position: absolute;
        cursor: pointer;
        text-decoration: underline;
        color: #5b7588; }

.propertyattr-block {
  padding: 14px 0; }
  .propertyattr-block dl {
    display: flex;
    flex-wrap: wrap; }
    .propertyattr-block dl dt,
    .propertyattr-block dl dd {
      width: 50%;
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem;
      border-bottom: 1px solid #dbdbdb;
      padding: 0.75em 0;
      margin: 0; }
    .propertyattr-block dl dd {
      text-align: right; }

.extras-block {
  padding: 14px 0;
  border-bottom: 1px solid #dbdbdb; }
  .extras-block ul li {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
    margin: 0.75em 0;
    position: relative;
    display: flex;
    align-items: center; }
    .extras-block ul li::before {
      content: "";
      width: 15px;
      height: 15px;
      display: inline-block;
      margin-right: 0.5em;
      background: transparent url("../images/svg/tick_in_square.svg") center center no-repeat; }

.surfaces-block, .distances-block {
  padding: 14px 0; }
  .surfaces-block ul, .distances-block ul {
    flex-direction: column; }
    .surfaces-block ul li, .distances-block ul li {
      width: 100%;
      border-bottom: 1px solid #dbdbdb;
      margin: 0 0 0.5em;
      padding: 0.75em 0; }
      .surfaces-block ul li:nth-of-type(odd):last-of-type, .distances-block ul li:nth-of-type(odd):last-of-type, .surfaces-block ul li:nth-of-type(odd):nth-last-of-type(2), .distances-block ul li:nth-of-type(odd):nth-last-of-type(2) {
        border: none; }
      .surfaces-block ul li:nth-of-type(even):last-of-type, .distances-block ul li:nth-of-type(even):last-of-type {
        border: none; }

.distances-block {
  padding-bottom: 30px; }

.detailmap-outer-block {
  padding: 14px 0.9375rem;
  background-color: #fff; }
  .detailmap-outer-block &gt; .column, .detailmap-outer-block &gt; .columns {
    padding: 0; }
  .detailmap-outer-block .situation-block {
    margin: 0 0 28px; }
    .detailmap-outer-block .situation-block ul {
      display: flex;
      align-items: center; }
      .detailmap-outer-block .situation-block ul li {
        font-size: 16px;
        font-size: 1em;
        font-size: 1rem;
        margin: 0 1em 0 0;
        position: relative; }
        .detailmap-outer-block .situation-block ul li:after {
          content: "";
          position: absolute;
          top: 3px;
          right: -12px;
          width: 8px;
          height: 16px;
          display: block;
          background: transparent url("../images/svg/caret_right.svg") center center no-repeat; }
        .detailmap-outer-block .situation-block ul li:last-of-type {
          position: static;
          margin-right: 0; }
  .detailmap-outer-block #detail-map {
    width: 100%;
    height: 280px;
    display: block; }

.detaillinks-outer-block,
.rightdetaillinks-outer-block {
  background-color: #fff; }
  .detaillinks-outer-block .detaillinks-block,
  .rightdetaillinks-outer-block .detaillinks-block {
    width: 100%;
    padding: 14px 0 30px; }
    .detaillinks-outer-block .detaillinks-block .contactagent-block,
    .rightdetaillinks-outer-block .detaillinks-block .contactagent-block {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .detaillinks-outer-block .detaillinks-block .contactagent-block &gt; img,
      .rightdetaillinks-outer-block .detaillinks-block .contactagent-block &gt; img {
        width: 100%;
        max-width: 145px;
        margin: 0 24px 0 0; }
      .detaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li,
      .rightdetaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li {
        display: flex;
        align-items: center;
        margin: 0.5em 0; }
        .detaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li img,
        .rightdetaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li img {
          width: 18px;
          height: 18px;
          margin: 0 0.5em 0 0; }
        .detaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li a,
        .rightdetaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li a {
          color: #4c4c4c;
          font-size: 15px;
          font-size: 0.9375em;
          font-size: 0.9375rem; }
    .detaillinks-outer-block .detaillinks-block .property-links,
    .rightdetaillinks-outer-block .detaillinks-block .property-links {
      padding: 14px 0 30px; }

.relatedproperties-block h5 {
  margin: 0 0 28px; }

.relatedproperties-block.list-outer-block {
  background-color: #fff; }

.relatedproperties-block .list-item-container ul li {
  float: left; }

.detail-input {
  position: relative;
  margin: 0 0 10px; }
  .detail-input input {
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 18px;
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
    color: #303030; }
    .detail-input input::placeholder {
      color: inherit; }
  .detail-input span {
    position: absolute;
    font-size: 18px;
    font-size: 1.125em;
    font-size: 1.125rem;
    color: #5f3e3e;
    right: 18px;
    top: 38%; }

.detail-textarea {
  background-color: whitesmoke;
  color: #303030;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 10px 18px;
  height: 140px; }
  .detail-textarea::placeholder {
    color: inherit; }

.detail-checkbox {
  margin: 0 0 8px; }
  .detail-checkbox input[type="checkbox"] {
    display: none; }
  .detail-checkbox label {
    font-size: 14px;
    font-size: 0.875em;
    font-size: 0.875rem;
    margin: 0;
    position: relative;
    margin-left: 2em;
    cursor: pointer; }
    .detail-checkbox label a {
      color: inherit;
      text-decoration: underline; }
    .detail-checkbox label:before {
      content: "";
      position: absolute;
      left: -2em;
      width: 20px;
      height: 20px;
      margin: 0;
      background-color: whitesmoke;
      display: inline-block;
      vertical-align: bottom; }
  .detail-checkbox input[type="checkbox"]:checked + label:before {
    background: #eeeeef url("../images/svg/tick_black.svg") center center no-repeat; }

.detail-contact-form {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #e6e6e6; }
  .detail-contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 30px; }
    .detail-contact-form form h3 {
      width: 100%;
      font-size: 20px;
      font-size: 1.25em;
      font-size: 1.25rem;
      font-weight: 800;
      margin: 0 0 0.5em; }
    .detail-contact-form form .left-block,
    .detail-contact-form form .right-block {
      width: 100%; }
      .detail-contact-form form .left-block:first-of-type,
      .detail-contact-form form .right-block:first-of-type {
        margin: 0 0 20px; }
    .detail-contact-form form .captcha-image {
      width: 250px;
      margin: 0 0 8px; }
      .detail-contact-form form .captcha-image .g-recaptcha {
        transform: scale(0.8); }
    .detail-contact-form form .main-btn {
      width: 100%;
      border: none;
      border-radius: 0;
      outline: none;
      text-transform: uppercase;
      font-weight: 400; }
      .detail-contact-form form .main-btn:disabled {
        cursor: not-allowed;
        opacity: 0.4; }
    .detail-contact-form form #propertyform-fakesubmit {
      display: none; }
  .detail-contact-form .agentthumb-block {
    width: 100%;
    min-width: 255px;
    background-color: #7a7a7a;
    padding: 15px 30px; }
    .detail-contact-form .agentthumb-block h6 {
      color: #fff;
      line-height: 1.4;
      margin: 0 0 1em; }
    .detail-contact-form .agentthumb-block img {
      max-width: 145px;
      margin: 0 0 1em; }
    .detail-contact-form .agentthumb-block .agentthumb-contact {
      padding: 0 0 0 22px; }
      .detail-contact-form .agentthumb-block .agentthumb-contact a {
        color: #ebebeb;
        font-size: 18px;
        font-size: 1.125em;
        font-size: 1.125rem;
        font-weight: 800;
        display: block;
        margin: 0 0 0.25em;
        position: relative; }
        .detail-contact-form .agentthumb-block .agentthumb-contact a:before {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          left: -1.25em;
          display: inline-block;
          background: transparent url("../images/svg/phone_detail.svg") center center no-repeat; }
      .detail-contact-form .agentthumb-block .agentthumb-contact .ref-block {
        color: #ebebeb;
        margin: 0 0 1em; }
        .detail-contact-form .agentthumb-block .agentthumb-contact .ref-block span {
          color: inherit; }
    .detail-contact-form .agentthumb-block .added-date {
      display: block;
      font-size: 13px;
      font-size: 0.8125em;
      font-size: 0.8125rem;
      color: #dbdbd9; }

.detail-sticky-footer {
  background-color: #fff;
  border-top: 1px solid #a4a4a4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  padding: 0.5em 0.9375rem;
  bottom: 0;
  left: 0; }

.agency-bar {
  float: left;
  width: 100%;
  background: #51514e;
  text-align: center;
  padding: 26px 0 30px; }
  .agency-bar .row &gt; .columns {
    display: flex;
    justify-content: center;
    align-items: center; }
  .agency-bar .agency-title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: white;
    font-family: "Merriweather", serif;
    font-weight: 700;
    margin-bottom: 5px; }
  .agency-bar a {
    font-size: 16px;
    color: #e2bf47;
    font-family: "Merriweather", serif;
    font-weight: 400;
    text-decoration: underline; }
    .agency-bar a:hover {
      color: white; }
  .agency-bar .agency-content {
    font-size: 16px;
    color: white;
    font-family: "Merriweather", serif;
    font-weight: 400; }

.close-button {
  top: 3.25rem;
  right: 1.5rem; }

.detailpage-slider {
  order: 0; }

.detailprice-block {
  order: 1; }

.propertytitle-block {
  order: 2; }

.propertydetails-block {
  order: 3; }

.detailfavorite-block {
  order: 4; }

.detaildesc-block {
  order: 5; }

.propertyattr-block {
  order: 6; }

.extras-block {
  order: 7; }

.surfaces-block, .distances-block {
  order: 8; }

.distances-block {
  order: 9; }

.detail-contact-form {
  order: 10; }

@media screen and (max-width: 640px) and (orientation: landscape) {
  .detail-contact-form .agentthumb-block {
    display: none; } }

@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  .detailpage-slider {
    order: 0; }
  .detailprice-block {
    order: 3; }
  .propertytitle-block {
    order: 1; }
  .propertydetails-block {
    order: 2; }
  .detailfavorite-block {
    order: 4; }
  .detaildesc-block {
    order: 6; }
  .propertyattr-block {
    order: 7; }
  .extras-block {
    order: 8; }
  .surfaces-block, .distances-block {
    order: 9; }
  .distances-block {
    order: 10; }
  .detail-contact-form {
    order: 5;
    display: flex; }
  .propertytitle-block {
    padding-bottom: 0;
    border: none;
    position: relative; }
    .propertytitle-block h1 {
      font-size: 22px;
      font-size: 1.375em;
      font-size: 1.375rem; }
    .propertytitle-block .detailmap-anchor {
      content: "";
      width: 50px;
      height: 50px;
      display: block;
      background: #dbdbd9 url("../images/svg/map_pointer.svg") center center no-repeat;
      border-radius: 3px;
      position: absolute;
      right: 0;
      top: 44px; }
  .propertydetails-block {
    padding-top: 0;
    border: none; }
    .propertydetails-block ul {
      justify-content: flex-start; }
      .propertydetails-block ul li {
        width: auto;
        margin-right: 1em; }
        .propertydetails-block ul li .item-icon {
          margin-right: 5px; }
  .detailprice-block {
    padding-top: 0; }
  .detailfavorite-block {
    justify-content: flex-start; }
    .detailfavorite-block .detail-btn {
      max-width: 190px; }
  .propertyattr-block dl dt,
  .propertyattr-block dl dd {
    width: 18%;
    margin: 0 0 0.5em; }
  .propertyattr-block dl dd {
    margin-right: 12%; }
  .extras-block {
    padding: 28px 0 42px; }
    .extras-block ul {
      display: flex;
      flex-wrap: wrap; }
      .extras-block ul li {
        width: 33%;
        margin: 0.375em 0; }
  .surfaces-block, .distances-block,
  .distances-block {
    width: 47.5% !important; }
    .surfaces-block ul, .distances-block ul,
    .distances-block ul {
      flex-direction: row; }
      .surfaces-block ul li, .distances-block ul li,
      .distances-block ul li {
        width: 50%; }
  .detail-contact-form {
    flex-wrap: nowrap; }
    .detail-contact-form form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 25px 30px; }
      .detail-contact-form form h3 {
        width: 100%;
        font-size: 20px;
        font-size: 1.25em;
        font-size: 1.25rem;
        font-weight: 800;
        margin: 0 0 0.5em; }
      .detail-contact-form form .left-block,
      .detail-contact-form form .right-block {
        width: calc(50% - 4px); }
        .detail-contact-form form .left-block:first-of-type,
        .detail-contact-form form .right-block:first-of-type {
          margin: 0 0 20px; }
      .detail-contact-form form .main-btn {
        width: 100%;
        border: none;
        border-radius: 0;
        outline: none;
        text-transform: uppercase;
        font-weight: 400; }
      .detail-contact-form form #propertyform-fakesubmit {
        display: none; }
  .detaillinks-outer-block .detaillinks-block {
    display: flex;
    justify-content: space-between; }
    .detaillinks-outer-block .detaillinks-block .contactagent-block {
      justify-content: flex-start;
      flex-wrap: wrap; }
  .detailmap-outer-block #detail-map {
    height: 385px; }
  .detail-sticky-footer {
    display: none; }
  .relatedproperties-block.grid-list-view h5 {
    margin: 0 0 1.5em; }
  .relatedproperties-block.grid-list-view .list-item-container ul {
    text-align: left; } }

@media screen and (min-width: 64em) {
  .flex-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .vivienda .content-container .detailform-block {
    flex: none; }
  .detailpage-slider {
    order: 0; }
  .detailprice-block {
    order: 3; }
  .propertytitle-block {
    order: 1; }
  .propertydetails-block {
    order: 2; }
  .detailfavorite-block {
    order: 4; }
  .detaildesc-block {
    order: 6; }
  .propertyattr-block {
    order: 7; }
  .extras-block {
    order: 8; }
  .surfaces-block, .distances-block {
    order: 9; }
  .distances-block {
    order: 10; }
  .detail-contact-form {
    order: 11; }
  .propertytitle-block {
    padding-bottom: 0;
    border: none;
    position: relative; }
    .propertytitle-block h1 {
      font-size: 22px;
      font-size: 1.375em;
      font-size: 1.375rem; }
    .propertytitle-block .detailmap-anchor {
      content: "";
      width: 50px;
      height: 50px;
      display: block;
      background: #dbdbd9 url("../images/svg/map_pointer.svg") center center no-repeat;
      border-radius: 3px;
      position: absolute;
      right: 0;
      top: 44px; }
  .propertydetails-block {
    padding-top: 0;
    border: none; }
    .propertydetails-block ul {
      justify-content: flex-start; }
      .propertydetails-block ul li {
        width: auto;
        margin-right: 1em; }
        .propertydetails-block ul li .item-icon {
          margin-right: 5px; }
  .detailprice-block {
    padding-top: 0; }
    .detailprice-block .price-block .price-attribute {
      margin-right: 8px; }
  .detailfavorite-block {
    justify-content: flex-start; }
    .detailfavorite-block .detail-btn {
      max-width: 190px; }
  .propertyattr-block dl {
    justify-content: flex-start; }
    .propertyattr-block dl dt,
    .propertyattr-block dl dd {
      width: 21%;
      margin: 0 0 0.5em; }
    .propertyattr-block dl dd:nth-of-type(odd) {
      margin-right: 15%; }
  .extras-block {
    padding: 28px 0 42px; }
    .extras-block ul {
      display: flex;
      flex-wrap: wrap; }
      .extras-block ul li {
        width: 33%;
        margin: 0.375em 0; }
  .surfaces-block, .distances-block,
  .distances-block {
    width: 45% !important; }
    .surfaces-block ul, .distances-block ul,
    .distances-block ul {
      flex-direction: row; }
      .surfaces-block ul li, .distances-block ul li,
      .distances-block ul li {
        width: 50%; }
  .detaillinks-outer-block .detaillinks-block {
    display: flex;
    justify-content: space-between; }
    .detaillinks-outer-block .detaillinks-block .contactagent-block {
      justify-content: flex-start;
      flex-wrap: wrap; }
  .detail-sticky-footer {
    display: none; }
  .vivienda .content-container .columns {
    flex: none; }
  .relatedproperties-block.grid-list-view h5 {
    margin: 0 0 1.5em; }
  .relatedproperties-block.grid-list-view .list-item-container ul {
    text-align: left; }
  .detailform-block .rightcontactform-outer-block .detail-contact-form {
    display: block;
    margin: 0; }
    .detailform-block .rightcontactform-outer-block .detail-contact-form form #propertyform-fakesubmit {
      display: block; }
    .detailform-block .rightcontactform-outer-block .detail-contact-form form .hidden-block,
    .detailform-block .rightcontactform-outer-block .detail-contact-form form #propertyform-submit {
      display: none; }
    .detailform-block .rightcontactform-outer-block .detail-contact-form .agentthumb-block {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .detailform-block .rightcontactform-outer-block .detail-contact-form .agentthumb-block h6 {
        width: 100%; }
      .detailform-block .rightcontactform-outer-block .detail-contact-form .agentthumb-block .agentthumb-contact {
        margin: 0 0 0 15px; }
  .detailform-block .rightdetaillinks-outer-block {
    background: transparent; }
    .detailform-block .rightdetaillinks-outer-block .detaillinks-block {
      display: flex;
      flex-direction: column;
      padding-left: 20px;
      margin: 0 0 15px; }
      .detailform-block .rightdetaillinks-outer-block .detaillinks-block .property-links {
        padding: 0 0 14px; }
  .detailmap-outer-block #detail-map {
    height: 385px; } }

/*--- listing page style ---*/
.list-outer-block {
  float: left;
  width: 100%;
  padding: 39px 0 40px;
  background: whitesmoke; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .list-outer-block {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .list-outer-block {
      padding: 20px 0 25px; } }
  .list-outer-block.grid-list-view {
    padding: 36px 0 46px; }
    .list-outer-block.grid-list-view .list-item-container ul li {
      margin-bottom: 32px; }
      @media only screen and (max-width: 767px) {
        .list-outer-block.grid-list-view .list-item-container ul li {
          margin-bottom: 20px; } }

.list-wrap {
  float: left;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .list-wrap {
      padding: 0 15px; } }
  @media only screen and (max-width: 479px) {
    .list-wrap {
      padding: 0; } }
  .list-wrap h3 {
    font-size: 30px;
    font-weight: 700;
    color: #373633;
    text-align: center;
    padding-bottom: 47px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .list-wrap h3 {
        padding-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .list-wrap h3 {
        padding-bottom: 20px;
        font-size: 22px; } }
    @media only screen and (max-width: 479px) {
      .list-wrap h3 {
        font-size: 18px; } }

.list-item-container {
  float: left;
  width: 100%; }
  .list-item-container ul {
    float: left;
    width: 102.56%;
    margin-left: -2.56%;
    list-style: none; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .list-item-container ul {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .list-item-container ul {
        width: 100%;
        margin: 0;
        text-align: center; } }
    .list-item-container ul li {
      float: left;
      width: 30.77%;
      margin-left: 2.56%;
      margin-bottom: 25px;
      background: white; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container ul li {
          display: inline-block;
          float: none;
          width: 47%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        .list-item-container ul li {
          float: none;
          display: inline-block;
          max-width: 480px;
          width: 100%;
          margin: 0 0 20px 0; } }
      .list-item-container ul li .list-view-content {
        display: none; }
  @media print, screen and (min-width: 48em) {
    .list-item-container.list-view.list-view ul {
      width: 100%;
      margin-left: 0; }
      .list-item-container.list-view.list-view ul li {
        width: 100%;
        margin-left: 0;
        height: auto !important; }
        .list-item-container.list-view.list-view ul li .left-desc h5 {
          font-weight: 700;
          font-size: 18px;
          padding-bottom: 6px; } }
      @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container.list-view.list-view ul li .left-desc h5 {
          padding-bottom: 2px; } }
  @media print, screen and (min-width: 48em) {
        .list-item-container.list-view.list-view ul li .left-desc span {
          font-size: 15px; }
        .list-item-container.list-view.list-view ul li .right-price span {
          font-size: 24px; } }
      @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
        .list-item-container.list-view.list-view ul li .right-price span {
          font-size: 18px; } }
      @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container.list-view.list-view ul li .right-price span {
          font-size: 18px; } }
    @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
      .list-item-container.list-view.list-view ul li .right-price {
        width: 100%;
        padding-top: 10px; } }
    @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
      .list-item-container.list-view.list-view ul li .right-price {
        padding-top: 6px; } }
  @media print, screen and (min-width: 48em) {
        .list-item-container.list-view.list-view ul li .list-view-content {
          width: 100%;
          float: left;
          margin-top: 10px;
          display: block; } }
      @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
        .list-item-container.list-view.list-view ul li .list-view-content {
          margin-top: 0px;
          -webkit-order: 3;
          order: 3; } }
      @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container.list-view.list-view ul li .list-view-content {
          margin-top: 8px; } }
  @media print, screen and (min-width: 48em) {
          .list-item-container.list-view.list-view ul li .list-view-content .icon-list {
            position: static;
            float: left;
            width: 100%;
            padding-left: 0;
            margin-bottom: 7px; } }
        @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
          .list-item-container.list-view.list-view ul li .list-view-content .icon-list {
            text-align: left; } }
        @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
          .list-item-container.list-view.list-view ul li .list-view-content .icon-list {
            margin-bottom: 5px;
            text-align: left; } }
  @media print, screen and (min-width: 48em) {
            .list-item-container.list-view.list-view ul li .list-view-content .icon-list .icon-col {
              margin-left: 35px; }
              .list-item-container.list-view.list-view ul li .list-view-content .icon-list .icon-col:first-child {
                margin-left: 0; }
              .list-item-container.list-view.list-view ul li .list-view-content .icon-list .icon-col span {
                color: #3d3d3d;
                font-size: 18px;
                margin-left: 2px; }
                .list-item-container.list-view.list-view ul li .list-view-content .icon-list .icon-col span sup {
                  color: #3d3d3d; }
              .list-item-container.list-view.list-view ul li .list-view-content .icon-list .icon-col img {
                width: 22px;
                height: auto; } }
          @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
            .list-item-container.list-view.list-view ul li .list-view-content .icon-list .icon-col {
              margin-left: 15px; } }
          @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
            .list-item-container.list-view.list-view ul li .list-view-content .icon-list .icon-col {
              float: left; } }
  @media print, screen and (min-width: 48em) {
          .list-item-container.list-view.list-view ul li .list-view-content p {
            font-size: 16px;
            color: #303030;
            margin-bottom: 7px;
            line-height: 22px; } }
        @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
          .list-item-container.list-view.list-view ul li .list-view-content p {
            float: left;
            height: 48px;
            overflow: hidden; } }
        @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
          .list-item-container.list-view.list-view ul li .list-view-content p {
            float: left;
            height: 48px;
            overflow: hidden; } }
  @media print, screen and (min-width: 48em) {
          .list-item-container.list-view.list-view ul li .list-view-content a {
            font-size: 14px;
            font-weight: 700; }
        .list-item-container.list-view.list-view ul li .image-section {
          max-width: 370px; }
          .list-item-container.list-view.list-view ul li .image-section .listing-slider {
            height: 100%; } }
      @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container.list-view.list-view ul li .image-section {
          width: 50%; } }
  @media print, screen and (min-width: 48em) {
          .list-item-container.list-view.list-view ul li .image-section:after {
            display: none; }
          .list-item-container.list-view.list-view ul li .image-section .icon-list {
            display: none; }
        .list-item-container.list-view.list-view ul li .list-desc {
          width: 53.84615384615385%;
          padding: 19px 30px 16px; } }
      @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
        .list-item-container.list-view.list-view ul li .list-desc {
          width: 43.983402489626556%; } }
      @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container.list-view.list-view ul li .list-desc {
          width: 50%;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
        .list-item-container.list-view.list-view ul li .list-desc .left-desc {
          padding-top: 0;
          -webkit-order: 1;
          order: 1; } }
      @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
        .list-item-container.list-view.list-view ul li .list-desc .right-price {
          text-align: left;
          -webkit-order: 2;
          order: 2; } }
      @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container.list-view.list-view ul li .list-desc .right-price {
          float: left;
          width: 100%; }
          .list-item-container.list-view.list-view ul li .list-desc .right-price span {
            font-size: 20px; } }
  @media print, screen and (min-width: 48em) {
        .list-item-container.list-view.list-view ul li .posted {
          display: none; }
        .list-item-container.list-view.list-view ul li .agent-block {
          float: right;
          width: 14.529914529914532%;
          position: relative;
          padding: 11px 15px 5px; } }
      @media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
        .list-item-container.list-view.list-view ul li .agent-block {
          width: 17.634854771784234%; } }
      @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container.list-view.list-view ul li .agent-block {
          width: 100%;
          display: -webkit-flex;
          display: flex;
          align-items: center; } }
  @media print, screen and (min-width: 48em) {
          .list-item-container.list-view.list-view ul li .agent-block .agent-name {
            display: block; } }
        @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
          .list-item-container.list-view.list-view ul li .agent-block .agent-name {
            float: left;
            width: 25%;
            text-align: left;
            -webkit-order: 2;
            order: 2; } }
  @media print, screen and (min-width: 48em) {
            .list-item-container.list-view.list-view ul li .agent-block .agent-name span {
              font-size: 13px;
              font-weight: 700;
              float: left;
              line-height: 16px; }
          .list-item-container.list-view.list-view ul li .agent-block .agent-logo {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 4px; } }
        @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
          .list-item-container.list-view.list-view ul li .agent-block .agent-logo {
            float: left;
            width: 20%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-top: 0;
            -webkit-order: 1;
            order: 1; } }
  @media print, screen and (min-width: 48em) {
          .list-item-container.list-view.list-view ul li .agent-block .agent-contact {
            width: 100%;
            padding-left: 0; } }
        @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
          .list-item-container.list-view.list-view ul li .agent-block .agent-contact {
            float: left;
            width: 30%;
            -webkit-order: 3;
            order: 3; } }
  @media print, screen and (min-width: 48em) {
        .list-item-container.list-view.list-view ul li .about-link {
          display: block;
          font-size: 14px;
          color: #363636;
          line-height: 14px;
          float: left;
          position: absolute;
          bottom: 16px;
          left: 14px; } }
      @media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
        .list-item-container.list-view.list-view ul li .about-link {
          display: none;
          float: left;
          width: 20%;
          position: static;
          -webkit-order: 4;
          order: 4; } }
  @media print, screen and (min-width: 48em) {
          .list-item-container.list-view.list-view ul li .about-link img {
            width: 14px;
            float: left;
            margin-right: 5px; } }

.galleria-errors {
  display: none !important; }

.list-slider-wrap {
  float: left;
  width: 100%; }

.image-section {
  float: left;
  width: 100%;
  position: relative; }
  .image-section:after {
    position: absolute;
    z-index: 9;
    content: "";
    bottom: 0;
    left: 0;
    background: url("../images/shadow.png") no-repeat;
    width: 100%;
    height: 59px;
    background-size: cover; }

.listing-slider {
  float: left;
  width: 100%;
  height: 247px; }
  .listing-slider .galleria-thumbnails-container.galleria-carousel {
    display: none; }
  .listing-slider .galleria-thumbnails-container {
    display: none !important; }
  .listing-slider .galleria-theme-classic .galleria-image-nav-left,
  .listing-slider .galleria-theme-classic .galleria-image-nav-right {
    top: 50%; }

.icon-list {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 12px 20px 12px 25px;
  z-index: 99; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .icon-list {
      padding: 12px 10px;
      text-align: center; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .icon-list {
      padding: 12px 10px;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .icon-list {
      text-align: center; } }
  @media only screen and (max-width: 479px) {
    .icon-list {
      padding: 10px;
      text-align: center; } }
  .icon-list .icon-col {
    float: left;
    width: auto;
    margin-left: 13px; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .icon-list .icon-col {
        margin-left: 3px;
        display: inline-block;
        float: none; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .icon-list .icon-col {
        margin-left: 14px;
        display: inline-block;
        float: none; } }
    @media only screen and (max-width: 767px) {
      .icon-list .icon-col {
        margin: 0;
        float: none;
        display: inline-block;
        padding: 0 7px; } }
    @media only screen and (max-width: 479px) {
      .icon-list .icon-col {
        margin-left: 5px;
        width: auto;
        float: none;
        display: inline-block;
        padding: 0; } }
    .icon-list .icon-col img {
      display: inline-block !important;
      vertical-align: middle;
      width: 28px;
      height: 20px; }
      @media only screen and (max-width: 479px) {
        .icon-list .icon-col img {
          width: 20px;
          height: 18px; } }
    .icon-list .icon-col span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 700;
      color: white;
      margin-left: 7px; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .icon-list .icon-col span {
          margin-left: 3px; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .icon-list .icon-col span {
          font-size: 14px; } }
      @media only screen and (max-width: 479px) {
        .icon-list .icon-col span {
          margin-left: 2px;
          font-size: 14px; } }
      .icon-list .icon-col span sup {
        font-size: 14px;
        color: white; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .icon-list .icon-col span sup {
            font-size: 12px; } }
    .icon-list .icon-col:first-child {
      margin-left: 0; }

.btn-list {
  display: inline-block;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0; }
  .btn-list a {
    float: left;
    text-decoration: none;
    margin-left: 5px; }
    .btn-list a .btn-div {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 39px;
      padding: 10px 0 4px;
      text-align: center; }
      .btn-list a .btn-div i {
        display: block;
        font-size: 21px;
        color: white; }
      .btn-list a .btn-div img {
        display: block;
        width: 16px;
        height: 8px;
        margin: 0 auto; }
      .btn-list a .btn-div.red {
        background: #e74d50;
        -moz-border-radius: 0px 0px 2px 2px;
        -webkit-border-radius: 0px 0px 2px 2px;
        border-radius: 0px 0px 2px 2px;
        padding: 6px 0 4px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      .btn-list a .btn-div.yellow {
        background: #e9c857;
        -moz-border-radius: 0px 0px 0px 2px;
        -webkit-border-radius: 0px 0px 0px 2px;
        border-radius: 0px 0px 0px 2px; }
        .btn-list a .btn-div.yellow:after {
          content: "\f08a";
          font-family: 'FontAwesome';
          font-size: 26px;
          color: white; }
    .btn-list a.like.liked .yellow:after {
      content: "\f004"; }
    .btn-list a:hover.price .red {
      height: 49px;
      padding-top: 12px; }

.list-desc {
  float: left;
  width: 100%;
  padding: 20px 20px 14px;
  background: white;
  text-align: left; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .list-desc {
      padding: 14px 10px 16px;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 479px) {
    .list-desc {
      padding: 15px; } }

.left-desc {
  float: left;
  width: auto;
  max-width: 230px; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .left-desc {
      padding-top: 10px;
      max-width: 100%;
      width: 100%;
      -webkit-order: 2;
      order: 2; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .left-desc {
      max-width: 210px; } }
  @media only screen and (max-width: 479px) {
    .left-desc {
      max-width: 160px; } }
  .left-desc a {
    text-decoration: none; }
    .left-desc a h5 {
      font-size: 15px;
      font-family: "Merriweather", serif;
      font-weight: 400;
      color: #373633;
      padding-bottom: 4px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .left-desc a h5 {
          padding-bottom: 0;
          font-size: 16px; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .left-desc a h5 {
          font-size: 15px; } }
      @media only screen and (max-width: 479px) {
        .left-desc a h5 {
          font-size: 14px; } }
    .left-desc a:hover h5 {
      color: #e9c857; }
  .left-desc span {
    font-size: 13px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    color: #787878; }
    @media only screen and (max-width: 767px) {
      .left-desc span {
        float: left; } }

.right-price {
  float: right;
  width: auto; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .right-price {
      width: 100%;
      text-align: right;
      -webkit-order: 1;
      order: 1; } }
  @media only screen and (max-width: 479px) {
    .right-price {
      float: right;
      width: auto;
      padding-left: 7px; } }
  .right-price span {
    font-size: 18px;
    color: #dfb31f;
    font-weight: 900; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .right-price span {
        font-size: 16px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .right-price span {
        font-size: 15px; } }
    @media only screen and (max-width: 479px) {
      .right-price span {
        font-size: 14px; } }

.link-block {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 15px; }
  @media only screen and (max-width: 767px) {
    .link-block {
      padding: 0;
      margin: -5px 0 0; } }
  .link-block .main-btn {
    padding: 15px 65px 13px 43px; }
    .link-block .main-btn img {
      width: 42px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 24px;
      position: relative;
      margin-top: -5px; }
    @media only screen and (max-width: 767px) {
      .link-block .main-btn {
        padding: 13px 35px; } }

.listing-menu-out {
  float: left;
  width: 100%;
  padding: 33px 0 31px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .listing-menu-out {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .listing-menu-out {
      padding: 15px 0; } }

.listing-menu-wrap {
  float: left;
  width: 100%; }

.menu-head {
  float: left;
  width: 50%;
  display: table; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .menu-head {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .menu-head {
      width: 100%;
      text-align: center; } }
  .menu-head h1 {
    display: table-cell;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #373633;
    line-height: normal; }
    .menu-head h1 strong {
      font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .menu-head h1 {
        display: inline-block;
        padding-right: 10px; } }
  .menu-head .first {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px; }

.menu-items-right {
  float: left;
  width: 50%;
  text-align: right; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .menu-items-right {
      width: 100%;
      text-align: center;
      padding-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .menu-items-right {
      width: 100%;
      text-align: center;
      padding-top: 15px; } }
  .menu-items-right .row-full {
    float: left;
    width: 100%; }
    .menu-items-right .row-full .single-col {
      display: inline-block;
      width: auto;
      vertical-align: middle;
      padding-left: 12px;
      position: relative; }
      .menu-items-right .row-full .single-col:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 22px;
        background: #dbdbd9; }
      .menu-items-right .row-full .single-col:first-child:before {
        display: none; }
      @media only screen and (max-width: 767px) {
        .menu-items-right .row-full .single-col.second {
          padding-left: 0; } }

.sorting {
  float: left; }
  .sorting span {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .sorting .SumoSelect {
    vertical-align: middle;
    width: auto; }
    .sorting .SumoSelect .simple-select {
      cursor: pointer;
      padding: 0 18px 0 12px; }
    .sorting .SumoSelect .CaptionCont {
      border: none;
      box-shadow: none;
      padding: 5px 12px 5px 8px; }
      .sorting .SumoSelect .CaptionCont span {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding-right: 20px;
        cursor: pointer !important; }
      .sorting .SumoSelect .CaptionCont .placeholder {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding-right: 20px;
        cursor: pointer;
        font-style: normal;
        color: #373633; }
      .sorting .SumoSelect .CaptionCont label i {
        background: url("../images/svg/angle-down.svg");
        width: 10px;
        height: 6px;
        right: 7px; }
    .sorting .SumoSelect .optWrapper {
      border-radius: 0px !important;
      text-align: left; }
      .sorting .SumoSelect .optWrapper ul li {
        width: 100%;
        border: none;
        padding: 6px 8px !important; }
        .sorting .SumoSelect .optWrapper ul li:before {
          display: none; }
    .sorting .SumoSelect:active .CaptionCont, .sorting .SumoSelect:focus .CaptionCont, .sorting .SumoSelect:hover .CaptionCont {
      border: none;
      box-shadow: none; }

.menu-links {
  float: left; }
  .menu-links a {
    float: left;
    padding: 6px 9px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .menu-links a img {
      display: inline-block;
      vertical-align: middle;
      width: 14px;
      height: 12px; }
    .menu-links a span {
      display: inline-block;
      vertical-align: middle;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #373633;
      margin-left: 3px; }
    .menu-links a:hover, .menu-links a.active {
      background: whitesmoke; }
    .menu-links a.map {
      padding: 5px 6px 4px; }
      .menu-links a.map img {
        width: 25px;
        height: 25px; }

.mobile-visible {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-visible {
      display: block; } }

.agent-block {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 9px 20px 9px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .agent-block {
      padding: 9px 12px 9px; } }
  .agent-block .about-link {
    display: none; }
  .agent-block .agent-name {
    display: none; }

.agent-logo {
  display: inline-block;
  vertical-align: middle;
  width: 21.21%; }
  @media only screen and (max-width: 767px) {
    .agent-logo {
      width: 21%; } }

.agent-contact {
  display: inline-block;
  vertical-align: middle;
  width: 45.73%;
  padding-left: 9px; }
  .agent-contact ul {
    float: left;
    width: 100%; }
    .agent-contact ul li {
      float: left;
      width: 100%;
      background: none;
      text-align: left;
      margin: 0 !important; }
      .agent-contact ul li img {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px; }
      .agent-contact ul li a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        color: #363636;
        text-decoration: none; }
        .agent-contact ul li a:hover {
          text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .agent-contact ul li {
          width: 50%; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .agent-contact {
      width: 40.73%; } }
  @media only screen and (max-width: 767px) {
    .agent-contact {
      width: 77%; } }

.posted {
  display: inline-block;
  vertical-align: middle;
  width: 30.30%;
  text-align: right; }
  .posted span {
    font-family: "Merriweather", serif;
    font-size: 13px;
    color: #787878; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .posted {
      width: 35.3%; } }

.loading {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    .loading {
      padding-top: 10px; } }
  .loading span {
    float: left;
    width: 100%;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #363636; }

.galleria-theme-classic img {
  display: block !important; }

/*--- area page style ---*/
.breadcrumb-outer {
  float: left;
  width: 100%;
  padding: 39px 0 38px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-outer {
      padding: 20px 0; } }

.breadcrumb-block {
  float: left;
  width: 100%; }
  .breadcrumb-block ul {
    float: left;
    width: 100%;
    list-style: none; }
    .breadcrumb-block ul li {
      float: left;
      width: auto;
      position: relative;
      padding: 0 14px 0 18px; }
      .breadcrumb-block ul li a {
        font-size: 16px;
        color: #5b7588;
        text-decoration: none; }
        .breadcrumb-block ul li a:hover {
          color: #dfb31f; }
      .breadcrumb-block ul li:before {
        width: 20px;
        height: 28px;
        content: "";
        position: absolute;
        left: -12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2NlYTQxNSIgZD0iTTM5LjY4LDczLjIyN2MwLjM5MSwwLjM5MSwwLjkwMiwwLjU4NiwxLjQxNCwwLjU4NnMxLjAyMy0wLjE5NSwxLjQxNC0wLjU4Nkw2My40MTQsNTIuMzIgIGMwLjc4MS0wLjc4MSwwLjc4MS0yLjA0NywwLTIuODI4TDQyLjUwOCwyOC41ODZjLTAuNzgxLTAuNzgxLTIuMDQ3LTAuNzgxLTIuODI4LDBzLTAuNzgxLDIuMDQ3LDAsMi44MjhsMTkuNDkyLDE5LjQ5MkwzOS42OCw3MC4zOTggIEMzOC44OTgsNzEuMTgsMzguODk4LDcyLjQ0NSwzOS42OCw3My4yMjd6Ij48L3BhdGg+PC9zdmc+) !important;
        background-size: 29px 27px;
        background-repeat: no-repeat; }

.area-block {
  float: left;
  width: 100%;
  padding: 39px 0 0;
  background: whitesmoke; }
  @media only screen and (max-width: 767px) {
    .area-block {
      padding: 25px 0 0; } }

.area-left {
  float: left;
  width: 100%; }
  .area-left .top-content h1 {
    float: left;
    width: 100%;
    padding-bottom: 26px;
    font-family: "Merriweather", serif;
    font-size: 26px;
    color: #383332; }
    @media only screen and (max-width: 767px) {
      .area-left .top-content h1 {
        padding-bottom: 15px;
        font-size: 22px; } }
  .area-left .top-content h2 {
    font-weight: 700;
    font-size: 17px;
    color: #4f4f4f;
    line-height: 24px;
    padding-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .area-left .top-content h2 {
        font-size: 15px;
        padding-bottom: 15px;
        line-height: 20px; } }
  .area-left .top-content p {
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 24px;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .area-left .top-content p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 20px; } }
    .area-left .top-content p a {
      color: #5b7588;
      text-decoration: underline; }
      .area-left .top-content p a:hover {
        text-decoration: none; }

.area-slider {
  float: right;
  width: 100%;
  max-width: 370px;
  height: 255px;
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .area-slider {
      margin-left: 20px;
      margin-bottom: 15px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .area-slider {
      margin-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .area-slider {
      float: none;
      display: inline-block;
      margin: 0 auto 20px; } }
  .area-slider .galleria-info-link {
    display: none; }
  .area-slider .galleria-thumbnails-list {
    display: none; }
  .area-slider .galleria-theme-classic .galleria-image-nav {
    margin-top: -24px; }
  .area-slider .galleria-counter {
    display: none !important; }
  .area-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }

.locationgallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 0 0 2em; }
  .locationgallery-grid .locationgallery-elem {
    overflow: hidden;
    height: 190px; }
    .locationgallery-grid .locationgallery-elem img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  @media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
    .locationgallery-grid {
      grid-template-columns: 1fr 1fr; }
      .locationgallery-grid .locationgallery-elem {
        height: 220px; } }
  @media screen and (max-width: 37.4375em) {
    .locationgallery-grid {
      grid-template-columns: 1fr; } }

.map-section {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e6e6; }

#area-map {
  float: left;
  width: 100%;
  height: 290px; }

.quick-link-wrap {
  float: left;
  width: 100%;
  padding: 30px 0 17px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .quick-link-wrap h6 {
    font-size: 18px;
    color: #383332;
    padding-bottom: 29px; }
  .quick-link-wrap ul {
    float: left;
    width: 100%;
    list-style: none; }
    .quick-link-wrap ul li {
      float: left;
      width: 33.33%;
      padding-left: 18px;
      margin-bottom: 10px;
      position: relative; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .quick-link-wrap ul li {
          width: 50%; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .quick-link-wrap ul li {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .quick-link-wrap ul li {
          width: 100%; } }
      .quick-link-wrap ul li a {
        font-size: 16px;
        color: #5b7588;
        text-decoration: none; }
        .quick-link-wrap ul li a:hover {
          color: #dfb31f; }
      .quick-link-wrap ul li:before {
        width: 20px;
        height: 28px;
        content: "";
        position: absolute;
        left: -12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2NlYTQxNSIgZD0iTTM5LjY4LDczLjIyN2MwLjM5MSwwLjM5MSwwLjkwMiwwLjU4NiwxLjQxNCwwLjU4NnMxLjAyMy0wLjE5NSwxLjQxNC0wLjU4Nkw2My40MTQsNTIuMzIgIGMwLjc4MS0wLjc4MSwwLjc4MS0yLjA0NywwLTIuODI4TDQyLjUwOCwyOC41ODZjLTAuNzgxLTAuNzgxLTIuMDQ3LTAuNzgxLTIuODI4LDBzLTAuNzgxLDIuMDQ3LDAsMi44MjhsMTkuNDkyLDE5LjQ5MkwzOS42OCw3MC4zOTggIEMzOC44OTgsNzEuMTgsMzguODk4LDcyLjQ0NSwzOS42OCw3My4yMjd6Ij48L3BhdGg+PC9zdmc+) !important;
        background-size: 29px 27px;
        background-repeat: no-repeat; }

.area-bottom-block {
  float: left;
  width: 100%; }
  .area-bottom-block .list-outer-block.grid-list-view {
    padding-top: 25px;
    padding-bottom: 31px; }
    .area-bottom-block .list-outer-block.grid-list-view .list-item-container h6 {
      font-size: 18px;
      color: #383332;
      padding-bottom: 36px; }

.area-right {
  float: left;
  width: 100%; }

.related-articles {
  float: left;
  width: 100%;
  margin-top: -92px;
  margin-bottom: 20px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .related-articles {
      background: whitesmoke;
      margin: 0;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 35px;
      margin-bottom: 19px; } }
  @media screen and (max-width: 47.9375em) {
    .related-articles {
      background: whitesmoke;
      margin: 0;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 35px;
      margin-bottom: 19px; } }
  .related-articles &gt; h6 {
    text-align: center;
    color: white;
    font-weight: 700;
    background: #51514e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 17px 0 18px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .related-articles &gt; h6 {
        background: none;
        float: left;
        width: 100%;
        color: #383332;
        text-align: left;
        font-size: 18px;
        background: whitesmoke;
        padding: 28px 0 16px; } }
    @media screen and (max-width: 47.9375em) {
      .related-articles &gt; h6 {
        background: none;
        float: left;
        width: 100%;
        color: #383332;
        text-align: left;
        font-size: 18px;
        background: whitesmoke;
        padding: 27px 0 17px; } }
  .related-articles ul {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: white;
    padding-top: 9px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .related-articles ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0; } }
    @media screen and (max-width: 47.9375em) {
      .related-articles ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .related-articles ul li {
      border-top: 1px solid #e6e6e6;
      padding: 9px 19px 9px 14px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .related-articles ul li {
          border: none;
          width: 33.33%;
          padding: 19px 19px 17px 14px; } }
      @media screen and (max-width: 47.9375em) {
        .related-articles ul li {
          border: none;
          width: 50%; } }
      @media only screen and (max-width: 479px) {
        .related-articles ul li {
          width: 100%; } }
      .related-articles ul li .article-image {
        width: 120px;
        height: 94px; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .related-articles ul li .article-image {
            width: 78px;
            height: 60px; } }
      .related-articles ul li .article-content {
        float: left;
        width: 60%;
        padding-left: 16px; }
        .related-articles ul li .article-content a {
          text-decoration: none; }
          .related-articles ul li .article-content a h6 {
            font-size: 14px;
            color: #303030;
            font-weight: 700;
            padding-bottom: 6px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
          .related-articles ul li .article-content a:hover h6 {
            color: #dfb31f;
            text-decoration: none; }
        .related-articles ul li .article-content p {
          font-size: 14px;
          color: #4f4f4f;
          font-weight: 400;
          line-height: 17px;
          margin: 0; }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .related-articles ul li .article-content p {
              display: none; } }
          @media screen and (max-width: 47.9375em) {
            .related-articles ul li .article-content p {
              display: none; } }
      .related-articles ul li:first-child {
        border-top: none; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .related-articles ul li:nth-child(n+4) {
          border-top: 1px solid #e6e6e6; } }
      @media screen and (max-width: 47.9375em) {
        .related-articles ul li:nth-child(n+3) {
          border-top: 1px solid #e6e6e6; } }
      @media only screen and (max-width: 479px) {
        .related-articles ul li:nth-child(n+2) {
          border-top: 1px solid #e6e6e6; } }

.weather-alert {
  float: left;
  width: 100%;
  background: #e6e6e6;
  padding: 17px 0px 26px;
  text-align: center; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .weather-alert {
      background: none;
      padding: 0 0px 34px;
      border-bottom: 1px solid #e6e6e6; } }
  @media screen and (max-width: 47.9375em) {
    .weather-alert {
      background: none;
      padding: 0 0px 34px;
      border-bottom: 1px solid #e6e6e6; } }
  .weather-alert h6 {
    padding-bottom: 22px;
    font-size: 18px;
    color: #252525; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .weather-alert h6 {
        text-align: left;
        padding-bottom: 25px; } }
    @media screen and (max-width: 47.9375em) {
      .weather-alert h6 {
        text-align: left;
        padding-bottom: 25px; } }
  .weather-alert ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .weather-alert ul {
        background: #e6e6e6;
        padding: 23px 0px 19px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start; } }
    @media screen and (max-width: 47.9375em) {
      .weather-alert ul {
        background: #e6e6e6;
        padding: 23px 0px 19px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start; } }
    .weather-alert ul li {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .weather-alert ul li {
          width: 150px; } }
      @media screen and (max-width: 47.9375em) {
        .weather-alert ul li {
          width: 150px; } }
      .weather-alert ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 2px;
        height: 100%;
        background: #c9c9c9; }
      .weather-alert ul li:first-child:before {
        display: none; }
      .weather-alert ul li .wheather-icon {
        float: left;
        margin-right: 9px;
        width: 43px;
        height: 43px;
        display: block;
        position: absolute;
        top: 8px;
        left: 30px; }
        @media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
          .weather-alert ul li .wheather-icon {
            left: 12px; } }
        @media screen and (max-width: 37.4375em) {
          .weather-alert ul li .wheather-icon {
            left: 10px; } }
      .weather-alert ul li .wheather-content {
        float: left;
        width: 33px;
        margin-left: 75px; }
        .weather-alert ul li .wheather-content .date {
          color: #4f4f4f;
          font-weight: 400;
          font-size: 13px; }
        .weather-alert ul li .wheather-content .wheather {
          color: #252525;
          font-weight: 400;
          font-size: 16px; }

/*--- agent page style ---*/
.agent-page .breadcrumb-outer {
  background: #3e3c3c;
  padding: 19px 0 20px; }
  .agent-page .breadcrumb-outer .breadcrumb-block ul li a {
    color: #a2a2a2; }
    .agent-page .breadcrumb-outer .breadcrumb-block ul li a:hover {
      color: #dfb31f; }
  .agent-page .breadcrumb-outer .breadcrumb-block ul li:before {
    width: 7px;
    height: 12px;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0LjkgNDUuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQuOSA0NS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQTJBMUExO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC42LDQ1LjJDMSw0NS42LDEuNSw0NS44LDIsNDUuOHMxLTAuMiwxLjQtMC42bDIwLjktMjAuOWMwLjgtMC44LDAuOC0yLDAtMi44TDMuNCwwLjZjLTAuOC0wLjgtMi0wLjgtMi44LDANCglzLTAuOCwyLDAsMi44bDE5LjUsMTkuNUwwLjYsNDIuNEMtMC4yLDQzLjItMC4yLDQ0LjQsMC42LDQ1LjJ6Ii8+DQo8L3N2Zz4=) !important;
    background-size: 7px 12px;
    background-repeat: no-repeat; }

.agent-page .list-outer-block {
  padding-top: 0; }
  @media only screen and (max-width: 767px) {
    .agent-page .list-outer-block {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 479px) {
    .agent-page .list-outer-block {
      padding-bottom: 10px; } }

.agent-page .listing-menu-out {
  padding-top: 0;
  padding-bottom: 30px; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .agent-page .listing-menu-out {
      padding-bottom: 23px; } }
  @media only screen and (max-width: 767px) {
    .agent-page .listing-menu-out {
      padding-bottom: 15px; } }
  .agent-page .listing-menu-out .listing-menu-wrap {
    padding-top: 16px;
    border-top: 1px solid #e6e6e6; }
    .agent-page .listing-menu-out .listing-menu-wrap .menu-head h1 {
      font-size: 18px; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .agent-page .listing-menu-out .listing-menu-wrap {
        padding-top: 15px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .agent-page .listing-menu-out .listing-menu-wrap .menu-head {
        width: auto; }
      .agent-page .listing-menu-out .listing-menu-wrap .menu-items-right {
        float: right;
        width: auto;
        padding-top: 0; } }
    @media only screen and (max-width: 767px) {
      .agent-page .listing-menu-out .listing-menu-wrap .menu-head h1 {
        width: 100%; }
      .agent-page .listing-menu-out .listing-menu-wrap .menu-items-right {
        padding: 0; } }
    .agent-page .listing-menu-out .listing-menu-wrap .SumoSelect &gt; .CaptionCont {
      background: none; }

.agent-info-out {
  float: left;
  width: 100%;
  padding: 47px 0; }
  @media only screen and (max-width: 767px) {
    .agent-info-out {
      padding: 27px 0; } }

.single-col-logo {
  float: left;
  width: 19.5%;
  padding-top: 6px; }
  @media only screen and (max-width: 767px) {
    .single-col-logo {
      width: 30%;
      padding-top: 0; } }
  @media only screen and (max-width: 479px) {
    .single-col-logo {
      width: 100%;
      text-align: center; } }

.single-col-address {
  float: left;
  width: 28%;
  padding-left: 24px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .single-col-address {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .single-col-address {
      width: 70%; } }
  @media only screen and (max-width: 479px) {
    .single-col-address {
      width: 100%;
      text-align: center;
      padding: 20px 0 0 0; } }
  .single-col-address h5 {
    color: #383332;
    padding-bottom: 4px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .single-col-address h5 {
        font-size: 18px; } }
  .single-col-address .web-loc-blk {
    float: left;
    width: 100%; }
    .single-col-address .web-loc-blk span {
      float: left;
      width: 100%;
      font-size: 15px;
      color: #4f4f4f;
      margin-bottom: 13px; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .single-col-address .web-loc-blk span {
          font-size: 13px; } }
      .single-col-address .web-loc-blk span strong {
        font-size: 12px;
        padding-right: 10px; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .single-col-address .web-loc-blk span strong {
            font-size: 12px; } }
      .single-col-address .web-loc-blk span a {
        color: #4f4f4f;
        text-decoration: underline; }
        .single-col-address .web-loc-blk span a:hover {
          text-decoration: none; }
      .single-col-address .web-loc-blk span img {
        width: 20px;
        position: relative;
        top: 4px;
        left: -5px; }
  .single-col-address ul {
    float: left;
    width: 100%;
    margin-top: 9px; }
    .single-col-address ul li {
      display: inline-block;
      width: auto;
      margin-right: 5px; }
      @media only screen and (max-width: 767px) {
        .single-col-address ul li {
          width: 100%;
          margin: 0 0 8px 0; } }
      .single-col-address ul li a {
        display: inline-block;
        font-size: 16px;
        color: #4f4f4f;
        padding: 8px 18px 9px 36px;
        border: 1px solid #ededed;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        text-decoration: none;
        position: relative; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .single-col-address ul li a {
            font-size: 14px;
            padding: 8px 15px 9px 25px; } }
        @media only screen and (max-width: 767px) {
          .single-col-address ul li a {
            width: 100%;
            max-width: 225px; } }
        @media only screen and (max-width: 767px) {
          .single-col-address ul li a {
            max-width: 150px; } }
        .single-col-address ul li a:before {
          position: absolute;
          content: "";
          left: 16px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 13px;
          height: 13px;
          background-size: 13px 13px;
          background-repeat: no-repeat; }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .single-col-address ul li a:before {
              left: 7px; } }
        .single-col-address ul li a.call:before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc1LjQgNzUuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzUuNCA3NS40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNzc3Njc3O30NCjwvc3R5bGU+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC05NTIuMzYyMTgpIj4NCgk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTI2Ljk5OTk0LDExMDMpIj4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTk2Mi45LTEwNC4xYzIuMiwyLjMsNC44LDMuNyw3LjMsNGMyLjUsMC4yLDUuMi0wLjYsOC4yLTMuOWMwLjktMSwxLjktMi4yLDMuNi0yLjhjMS43LTAuNiwzLjctMC4yLDUuOSwxDQoJCQljNC4xLDMuMSw4LjQsNi4zLDEyLjUsOS41YzEuOSwxLjksMi40LDQuNSwxLjgsNi41Yy0wLjYsMi0yLDMuNS0zLjIsNC44Yy02LjksNy4yLTE1LjEsMTAuNy0yMy4xLDkuNQ0KCQkJYy03LjgtMS4zLTE1LjMtNi44LTIzLjYtMTUuMWMtMy42LTMuNi02LjQtNi40LTkuOS05LjljLTguMy04LjMtMTMuNy0xNS44LTE1LjEtMjMuNmMtMS42LTkuNiwzLjUtMTcuNCw5LjUtMjMuMQ0KCQkJYzEuMy0xLjIsMi44LTIuNiw0LjgtMy4yczQuNi0wLjEsNi41LDEuOGMzLjIsNC4xLDYuNCw4LjMsOS41LDEyLjVjMS4yLDIuMiwxLjUsNC4yLDEsNS45Yy0wLjYsMS43LTEuOCwyLjctMi44LDMuNg0KCQkJYy0zLjMsMy00LjIsNS43LTMuOSw4LjJzMS43LDUuMSw0LDcuMyBNOTUzLTEwOC4zYy0yLjctMi42LTQuOC01LjktNS4xLTkuN2MtMC40LTMuOCwxLjItOCw1LjItMTEuNmMxLTAuOSwxLjUtMS41LDEuNy0xLjkNCgkJCWMwLjEtMC40LDAuMi0xLjEtMC42LTIuNmwtOC45LTExLjZjLTEuMS0xLjEtMS42LTEuMS0yLjUtMC44cy0yLjEsMS4yLTMuMiwyLjNjLTcuMiw3LjItOS40LDEzLjItOC4zLDE5LjYNCgkJCWMxLjEsNi40LDUuOSwxMy40LDE0LDIxLjRjMy4zLDMuMyw3LDcsOS45LDkuOWM4LjEsOC4xLDE1LjEsMTIuOSwyMS40LDE0YzYuNCwxLjEsMTIuNC0xLjEsMTkuNi04LjNjMS4xLTEuMSwyLTIuMywyLjMtMy4yDQoJCQljMC4zLTAuOSwwLjMtMS4zLTAuOC0yLjVsLTExLjYtOC45Yy0xLjYtMC44LTIuMi0wLjgtMi42LTAuNmMtMC40LDAuMS0xLDAuNy0xLjksMS43Yy0zLjYsNC03LjcsNS42LTExLjYsNS4yDQoJCQljLTMuOC0wLjQtNy4xLTIuNS05LjctNS4xIi8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important; }
        .single-col-address ul li a.mail:before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDkwIDY2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5MCA2NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6Izc3NzY3Nzt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQsOTUyLjRjLTIuMiwwLTQsMS44LTQsNHY1OGMwLDIuMiwxLjgsNCw0LDRoODJjMi4yLDAsNC0xLjgsNC00di01OGMwLTIuMi0xLjgtNC00LTRINHogTTksOTU4LjRoNzINCgkJbC0zNiwyOS4xTDksOTU4LjR6IE02LDk2My42bDM3LjEsMzAuMWMxLjEsMC45LDIuNywwLjksMy44LDBMODQsOTYzLjZ2NDguOEg2Vjk2My42eiIvPg0KPC9nPg0KPC9zdmc+) !important; }
        .single-col-address ul li a:hover {
          background: #ededed; }

.single-col-content {
  float: left;
  width: 52.5%;
  padding-left: 18px; }
  .single-col-content p {
    margin-bottom: 16px; }
  .single-col-content .more-link {
    float: left;
    width: auto !important;
    margin-top: 16px;
    color: #737373;
    font-style: italic;
    text-decoration: underline; }
    .single-col-content .more-link:hover {
      text-decoration: none; }

.agent-map-section {
  float: left;
  width: 100%; }

#agent-map {
  float: left;
  width: 100%;
  height: 290px; }

.pagination {
  float: left;
  width: 100%;
  margin: 0;
  padding: 35px 0 0 0; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .pagination {
      padding-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .pagination {
      padding-top: 5px; } }
  .pagination ul {
    float: left;
    width: 100%;
    text-align: center; }
    .pagination ul li {
      display: inline-block;
      width: 34px;
      height: 40px;
      line-height: 35px;
      text-align: center;
      margin: 0 3px 0 1px; }
      @media only screen and (max-width: 767px) {
        .pagination ul li {
          width: 26px;
          height: 35px;
          line-height: 25px; } }
      .pagination ul li a {
        display: inline-block;
        width: 100%;
        color: #373633;
        border: 2px solid #d6d6d6;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0; }
        .pagination ul li a:hover, .pagination ul li a:focus {
          background: #e2bf47;
          border: 2px solid #e2bf47;
          color: white; }
      .pagination ul li.active a {
        background: #e2bf47;
        border: 2px solid #e2bf47;
        color: white; }
      .pagination ul li.next {
        width: 104px; }
        @media only screen and (max-width: 767px) {
          .pagination ul li.next {
            width: 95px; } }
      .pagination ul li.prev {
        width: 95px; }
        @media only screen and (max-width: 767px) {
          .pagination ul li.prev {
            width: 70px; } }
        .pagination ul li.prev a {
          color: #d6d6d6;
          border: 2px solid #ededed; }
          .pagination ul li.prev a:hover, .pagination ul li.prev a:focus {
            color: #d6d6d6;
            border: 2px solid #ededed;
            background: transparent; }

.agent-form {
  float: left;
  width: 100%;
  background: whitesmoke;
  padding: 40px 0 25px; }

.agent-search-inner {
  float: left;
  width: 100%; }

.agent-serach-title {
  float: left;
  width: 100%;
  padding-bottom: 27px; }
  .agent-serach-title h6 {
    font-weight: 700;
    color: #383332; }

.agent-page-search {
  float: left;
  width: 100%; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .agent-page-search {
      float: none;
      display: block;
      margin: 0 auto;
      max-width: 994px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .agent-page-search {
      float: none;
      display: block;
      margin: 0 auto;
      max-width: 738px; } }

.agent-form-left {
  float: left;
  width: 85.5%;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .agent-form-left {
      width: 781px;
      border: none; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .agent-form-left {
      width: 615px;
      border: none; } }
  .agent-form-left .select-outer {
    width: 100%;
    float: left;
    background: white;
    height: 46px; }
    .agent-form-left .select-outer.sale-class {
      max-width: 256px;
      border-right: 1px solid #dfdfdf;
      -moz-border-radius: 6px 0px 0px 6px;
      -webkit-border-radius: 6px 0px 0px 6px;
      border-radius: 6px 0px 0px 6px; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .agent-form-left .select-outer.sale-class {
          max-width: 264px;
          border-top: 1px solid #dfdfdf;
          border-bottom: 1px solid #dfdfdf;
          border-left: 1px solid #dfdfdf; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .agent-form-left .select-outer.sale-class {
          max-width: 240px;
          border-top: 1px solid #dfdfdf;
          border-bottom: 1px solid #dfdfdf;
          border-left: 1px solid #dfdfdf; } }
      @media only screen and (max-width: 767px) {
        .agent-form-left .select-outer.sale-class {
          max-width: 100%;
          width: 100%;
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          margin: 0 0 8px; } }
    .agent-form-left .select-outer.property-type {
      max-width: 194px;
      border-right: 1px solid #dfdfdf; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .agent-form-left .select-outer.property-type {
          max-width: 264px;
          border-top: 1px solid #dfdfdf;
          border-bottom: 1px solid #dfdfdf; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .agent-form-left .select-outer.property-type {
          max-width: 180px;
          border-top: 1px solid #dfdfdf;
          border-bottom: 1px solid #dfdfdf; } }
      @media only screen and (max-width: 767px) {
        .agent-form-left .select-outer.property-type {
          max-width: 100%;
          width: 100%;
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          margin: 0 0 8px; } }
      .agent-form-left .select-outer.property-type .SumoSelect .optWrapper {
        width: 101.5%;
        -moz-border-radius: 0px 0px 6px 6px;
        -webkit-border-radius: 0px 0px 6px 6px;
        border-radius: 0px 0px 6px 6px; }
    .agent-form-left .select-outer.costa {
      max-width: 201px;
      border-right: 1px solid #dfdfdf; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .agent-form-left .select-outer.costa {
          max-width: 253px;
          border-top: 1px solid #dfdfdf;
          border-bottom: 1px solid #dfdfdf;
          border-right: none; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .agent-form-left .select-outer.costa {
          max-width: 195px;
          border-top: 1px solid #dfdfdf;
          border-bottom: 1px solid #dfdfdf;
          border-right: none; } }
      @media only screen and (max-width: 767px) {
        .agent-form-left .select-outer.costa {
          max-width: 100%;
          width: 100%;
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          margin: 0 0 8px; } }
      .agent-form-left .select-outer.costa .SumoSelect.open p label i {
        visibility: visible; }
      .agent-form-left .select-outer.costa .SumoSelect .optWrapper {
        width: 101%;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px; }
        .agent-form-left .select-outer.costa .SumoSelect .optWrapper ul.options li.opt {
          padding: 0 0 0 18px; }
          .agent-form-left .select-outer.costa .SumoSelect .optWrapper ul.options li.opt:hover {
            background: #dadada; }
    .agent-form-left .select-outer.min-price {
      max-width: 174px;
      border-right: 1px solid #dfdfdf; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .agent-form-left .select-outer.min-price {
          margin-top: 10px;
          background: none; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .agent-form-left .select-outer.min-price {
          margin-top: 10px;
          background: none; } }
      .agent-form-left .select-outer.min-price .SumoSelect .optWrapper {
        width: 101.5%;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        height: 125px;
        padding: 9px 0 11px; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .agent-form-left .select-outer.min-price .SumoSelect .optWrapper {
            border-top: none; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .agent-form-left .select-outer.min-price .SumoSelect .optWrapper {
            border-top: none; } }
        .agent-form-left .select-outer.min-price .SumoSelect .optWrapper ul.options {
          padding: 0; }
          .agent-form-left .select-outer.min-price .SumoSelect .optWrapper ul.options li.opt {
            padding-left: 18px !important; }
    .agent-form-left .select-outer.max-price {
      max-width: 173px;
      background: none; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .agent-form-left .select-outer.max-price {
          margin-top: 10px; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .agent-form-left .select-outer.max-price {
          margin-top: 10px;
          background: none; } }
      .agent-form-left .select-outer.max-price .SumoSelect .optWrapper {
        width: 101.7%;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        height: 125px;
        padding: 9px 0 11px; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .agent-form-left .select-outer.max-price .SumoSelect .optWrapper {
            border-top: none; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .agent-form-left .select-outer.max-price .SumoSelect .optWrapper {
            border-top: none; } }
        .agent-form-left .select-outer.max-price .SumoSelect .optWrapper ul.options {
          padding: 0; }
          .agent-form-left .select-outer.max-price .SumoSelect .optWrapper ul.options li.opt {
            padding-left: 18px !important; }
    .agent-form-left .select-outer .SumoSelect {
      width: 100%;
      float: left; }
      .agent-form-left .select-outer .SumoSelect:focus &gt; .CaptionCont,
      .agent-form-left .select-outer .SumoSelect:hover &gt; .CaptionCont,
      .agent-form-left .select-outer .SumoSelect.open &gt; .CaptionCont {
        border: 0;
        box-shadow: none; }
      .agent-form-left .select-outer .SumoSelect select {
        height: 100%;
        margin-bottom: 0;
        line-height: 47px; }
      .agent-form-left .select-outer .SumoSelect p {
        height: 46px;
        border: 0;
        padding: 0 0 0 16px;
        cursor: pointer; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .agent-form-left .select-outer .SumoSelect p {
            background: none; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .agent-form-left .select-outer .SumoSelect p {
            background: none; } }
        .agent-form-left .select-outer .SumoSelect p span {
          height: 48px;
          line-height: 47px;
          padding: 0 28px 0 0;
          font-style: normal !important;
          color: #272725 !important;
          font-size: 18px;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          cursor: pointer; }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .agent-form-left .select-outer .SumoSelect p span {
              font-size: 16px; } }
        .agent-form-left .select-outer .SumoSelect p label {
          width: 28px;
          cursor: pointer; }
          .agent-form-left .select-outer .SumoSelect p label i {
            width: 10px;
            height: 6px;
            background-image: url("../images/svg/caret-down.svg");
            top: 2px; }
      .agent-form-left .select-outer .SumoSelect.open p label i {
        background-image: url("../images/svg/caret-up.svg"); }
      .agent-form-left .select-outer .SumoSelect .optWrapper {
        width: 101%;
        left: -1px;
        top: 46px;
        background: #f8f8f8;
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        -moz-border-radius: 6px 0 6px 6px;
        -webkit-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1); }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .agent-form-left .select-outer .SumoSelect .optWrapper {
            top: 44px; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .agent-form-left .select-outer .SumoSelect .optWrapper {
            top: 44px; } }
        @media only screen and (max-width: 767px) {
          .agent-form-left .select-outer .SumoSelect .optWrapper {
            top: -8px; } }
        .agent-form-left .select-outer .SumoSelect .optWrapper ul.options {
          border-radius: 0;
          padding: 9px 0 11px; }
          .agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt {
            border: 0;
            line-height: 30px;
            padding: 0 0 0 41px; }
            .agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt:hover {
              background: none; }
            .agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt span {
              margin-left: 9px !important;
              left: 0;
              margin-top: -1px !important; }
              .agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt span i {
                border-color: #b9b9b7;
                box-shadow: none; }
            .agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt.disabled {
              display: none; }
            .agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt.selected span i {
              background-color: #e2bf47;
              border-color: #e2bf47; }
            .agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt label {
              font-style: normal !important;
              color: #272725 !important;
              font-size: 16px;
              font-family: "Lato", sans-serif;
              font-weight: 400; }
      .agent-form-left .select-outer .SumoSelect .search-txt {
        width: 100%;
        height: 48px;
        line-height: 48px;
        float: left;
        padding: 0 26px 0 16px;
        font-size: 18px;
        border: none;
        background: none; }
        .agent-form-left .select-outer .SumoSelect .search-txt::-webkit-input-placeholder {
          color: #272725;
          opacity: 1; }
        .agent-form-left .select-outer .SumoSelect .search-txt::-moz-placeholder {
          color: #272725;
          opacity: 1; }
        .agent-form-left .select-outer .SumoSelect .search-txt:-ms-input-placeholder {
          color: #272725;
          opacity: 1; }
        .agent-form-left .select-outer .SumoSelect .search-txt:-moz-placeholder {
          color: #272725;
          opacity: 1; }
    .agent-form-left .select-outer .easy-autocomplete {
      width: 100%;
      float: left; }
      .agent-form-left .select-outer .easy-autocomplete:after {
        width: 10px;
        height: 6px;
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQjlCOUI3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOEMtMC4zLDMsMC4xLDQuMiwxLDUuMWwzOC44LDM1LjYNCgljMC42LDAuNSwxLjMsMC44LDIuMSwwLjhjMC43LDAsMS41LTAuMywyLjEtMC44TDgyLjcsNS4xQzgzLjYsNC4yLDg0LDMsODMuNSwxLjh6Ii8+DQo8L3N2Zz4=) !important;
        background-size: 10px 6px;
        background-repeat: no-repeat;
        position: absolute;
        right: 9px;
        top: 22px; }
      .agent-form-left .select-outer .easy-autocomplete input {
        width: 100%;
        float: left;
        height: 48px;
        line-height: 48px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 0;
        background: none;
        font-style: normal;
        color: #272725;
        font-size: 18px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        padding: 0 15px;
        box-shadow: none; }
        .agent-form-left .select-outer .easy-autocomplete input::-webkit-input-placeholder {
          color: #272725;
          opacity: 1; }
        .agent-form-left .select-outer .easy-autocomplete input::-moz-placeholder {
          color: #272725;
          opacity: 1; }
        .agent-form-left .select-outer .easy-autocomplete input:-ms-input-placeholder {
          color: #272725;
          opacity: 1; }
        .agent-form-left .select-outer .easy-autocomplete input:-moz-placeholder {
          color: #272725;
          opacity: 1; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .agent-form-left .select-outer .easy-autocomplete input {
            font-size: 16px; } }
      .agent-form-left .select-outer .easy-autocomplete .easy-autocomplete-container {
        top: 47px;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        overflow: hidden; }

.agent-form-right {
  float: left;
  width: 14.5%; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .agent-form-right {
      width: 213px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .agent-form-right {
      width: 123px; } }
  .agent-form-right .main-btn {
    width: 100%;
    max-width: 170px;
    padding: 16px 18px 16px;
    -moz-border-radius: 0px 6px 6px 0;
    -webkit-border-radius: 0px 6px 6px 0;
    border-radius: 0px 6px 6px 0; }
    @media only screen and (min-width: 1350px) and (max-width: 1500px) {
      .agent-form-right .main-btn {
        font-size: 15px;
        padding: 17px 18px 16px; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .agent-form-right .main-btn {
        padding: 15px 18px 15px;
        max-width: none; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .agent-form-right .main-btn {
        width: 100%;
        height: 46px;
        line-height: 48px;
        padding: 0;
        float: left;
        font-size: 0;
        position: relative; }
        .agent-form-right .main-btn:after {
          width: 25px;
          height: 25px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          content: "";
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgyIDgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MiA4MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC45OTUwNzk4LDk2MS4zMjYyNikiPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUtOUM2LjMtOS05LDYuMy05LDI1UzYuMyw1OSwyNSw1OWM3LjIsMCwxMy45LTIuMywxOS4zLTYuMWwxOC40LDE4LjRjMi4zLDIuNCw2LjIsMi40LDguNSwwDQoJCQljMi4zLTIuMywyLjMtNi4xLDAtOC41TDUyLjksNDQuNEM1Ni43LDM4LjksNTksMzIuMiw1OSwyNUM1OSw2LjMsNDMuNy05LDI1LTl6IE0yNSwzYzEyLjIsMCwyMiw5LjgsMjIsMjJzLTkuOCwyMi0yMiwyMg0KCQkJQzEyLjgsNDcsMywzNy4yLDMsMjVTMTIuOCwzLDI1LDN6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
          background-size: 25px 25x;
          background-repeat: no-repeat; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .Chrome .agent-form-left .select-outer.sale-class {
    max-width: 280px; }
  .Chrome .agent-form-left .select-outer.property-type {
    max-width: 280px; }
  .Chrome .agent-form-left .select-outer.costa {
    max-width: 221px; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .Chrome .agent-form-left .select-outer.sale-class {
    max-width: 234px; }
  .Chrome .agent-form-left .select-outer.costa {
    max-width: 201px; } }

#anunciese .advertise-outer-block .container, #anunciese .benefits-outer-block .container, #anunciese .contact-form-outer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #anunciese .advertise-outer-block .container .wide-block, #anunciese .benefits-outer-block .container .wide-block, #anunciese .contact-form-outer .container .wide-block {
    width: 100%; }
  #anunciese .advertise-outer-block .container .left-block, #anunciese .advertise-outer-block .container .right-block, #anunciese .benefits-outer-block .container .left-block, #anunciese .benefits-outer-block .container .right-block, #anunciese .contact-form-outer .container .left-block, #anunciese .contact-form-outer .container .right-block {
    width: 50%; }

#anunciese .advertise-outer-block {
  background-color: #f8c227;
  padding-bottom: 55px; }
  #anunciese .advertise-outer-block .wide-block {
    margin: 55px 0 45px; }
    #anunciese .advertise-outer-block .wide-block p {
      margin-bottom: 16px; }
      #anunciese .advertise-outer-block .wide-block p &gt; b {
        font-size: 20px;
        font-size: 1.25em;
        font-size: 1.25rem;
        color: #494545;
        font-weight: normal; }
    #anunciese .advertise-outer-block .wide-block h1 {
      font-size: 32px;
      font-size: 2em;
      font-size: 2rem;
      line-height: 1em;
      color: #302c2b; }
  #anunciese .advertise-outer-block .left-block {
    padding-right: 50px; }
  #anunciese .advertise-outer-block .right-block h3 {
    font-size: 18px;
    font-size: 1.125em;
    font-size: 1.125rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: .25em; }
  #anunciese .advertise-outer-block .right-block p {
    font-size: 18px;
    font-size: 1.125em;
    font-size: 1.125rem;
    color: #505050;
    line-height: 1.364em; }

#anunciese .benefits-outer-block {
  background-color: #e4e4e4;
  padding-bottom: 60px; }
  #anunciese .benefits-outer-block h2 {
    margin: 60px 0 30px;
    font-size: 28px;
    font-size: 1.75em;
    font-size: 1.75rem; }
  #anunciese .benefits-outer-block ul {
    margin: 0 0 1em 1.5em;
    width: 80%; }
    #anunciese .benefits-outer-block ul li {
      position: relative;
      margin-bottom: .75em;
      color: #505050;
      font-size: 18px;
      font-size: 1.125em;
      font-size: 1.125rem;
      line-height: 1.365em; }
      #anunciese .benefits-outer-block ul li:before {
        content: '';
        left: -1.5em;
        top: 5px;
        position: absolute;
        width: 22px;
        height: 15px;
        display: block;
        background: transparent url("../images/svg/ad_tick.svg") center center no-repeat; }
  #anunciese .benefits-outer-block .right-block {
    padding-left: 35px; }

#anunciese .contact-form-outer {
  background-color: whitesmoke;
  padding-bottom: 100px; }
  #anunciese .contact-form-outer .container .left-block {
    width: 55%;
    position: relative; }
    #anunciese .contact-form-outer .container .left-block h3 {
      margin: 60px 0 20px;
      font-size: 28px;
      font-size: 1.75em;
      font-size: 1.75rem;
      color: #302c2b;
      font-weight: 600; }
    #anunciese .contact-form-outer .container .left-block .ad {
      position: absolute;
      right: -75%;
      width: 232px;
      height: 232px;
      background-image: linear-gradient(-119deg, #8b1212 0%, #9f1616 100%);
      border-radius: 100%;
      padding: 40px 0 0; }
      #anunciese .contact-form-outer .container .left-block .ad span {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 25px;
        font-size: 1.5625em;
        font-size: 1.5625rem; }
        #anunciese .contact-form-outer .container .left-block .ad span:first-of-type {
          margin-bottom: 16px; }
      #anunciese .contact-form-outer .container .left-block .ad img {
        display: block;
        width: 77px;
        height: auto;
        margin: 22px auto; }
    #anunciese .contact-form-outer .container .left-block p {
      font-size: 18px;
      font-size: 1.125em;
      font-size: 1.125rem;
      color: #505050;
      line-height: 1.3em; }
    #anunciese .contact-form-outer .container .left-block form .input-outer {
      position: relative;
      overflow: auto;
      margin-bottom: 10px; }
      #anunciese .contact-form-outer .container .left-block form .input-outer input {
        height: 46px;
        background-color: #e6e6e6;
        padding: .25em 1em;
        color: #303030;
        font-size: 16px;
        font-size: 1em;
        font-size: 1rem;
        outline: none;
        border: none;
        box-shadow: none; }
        #anunciese .contact-form-outer .container .left-block form .input-outer input::placeholder {
          color: #303030; }
      #anunciese .contact-form-outer .container .left-block form .input-outer span {
        position: absolute;
        right: .5em;
        top: .75em;
        color: #b22222;
        font-size: 26px;
        font-size: 1.625em;
        font-size: 1.625rem; }
    #anunciese .contact-form-outer .container .left-block form textarea {
      background-color: #e6e6e6;
      padding: .25em 1em;
      margin-bottom: 14px;
      color: #303030;
      box-shadow: none;
      border: none;
      outline: none;
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem;
      height: 115px; }
      #anunciese .contact-form-outer .container .left-block form textarea::placeholder {
        color: #303030; }
    #anunciese .contact-form-outer .container .left-block form .condition-agree .icheckbox-outer .icheckbox {
      background: #e6e6e6; }
      #anunciese .contact-form-outer .container .left-block form .condition-agree .icheckbox-outer .icheckbox.checked {
        background: #e6e6e6 url(../images/svg/tick_black.svg) no-repeat; }
    #anunciese .contact-form-outer .container .left-block form .icheckbox-outer {
      margin: 0 0 10px; }
    #anunciese .contact-form-outer .container .left-block form input[type="submit"] {
      width: 100%; }
      #anunciese .contact-form-outer .container .left-block form input[type="submit"]:disabled {
        cursor: not-allowed;
        opacity: .4; }

@media screen and (max-width: 47.9375em) {
  #anunciese .advertise-outer-block .container .left-block {
    display: none; }
  #anunciese .advertise-outer-block .container .right-block {
    width: 100%; }
  #anunciese .benefits-outer-block .container .right-block {
    display: none; }
  #anunciese .benefits-outer-block .container .left-block {
    width: 100%; }
  #anunciese .contact-form-outer .container .left-block {
    width: 100%; }
    #anunciese .contact-form-outer .container .left-block .ad {
      position: static;
      margin: 2em auto; } }

#favoritos .fav-list {
  margin-top: 2.5em; }
  #favoritos .fav-list .fav-block {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 0 1.5em;
    padding: 0;
    background-color: #ebebeb;
    outline: 1px solid #e0e0e0; }
    #favoritos .fav-list .fav-block .img {
      width: 180px;
      height: 111px;
      overflow: hidden; }
      #favoritos .fav-list .fav-block .img img {
        width: 180px;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: all 600ms ease-out 0s; }
    #favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .opciones, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio, #favoritos .fav-list .fav-block .boton-quitar {
      padding: 0 1em; }
    #favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .opciones, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio {
      position: relative; }
      #favoritos .fav-list .fav-block .titulo:after, #favoritos .fav-list .fav-block .opciones:after, #favoritos .fav-list .fav-block .localidad:after, #favoritos .fav-list .fav-block .precio:after {
        position: absolute;
        right: 0;
        display: block;
        content: '';
        height: 112px;
        width: 1px;
        background-color: #e0e0e0; }
    #favoritos .fav-list .fav-block .titulo {
      width: 30%;
      font-weight: 600;
      font-family: "Merriweather", serif; }
      #favoritos .fav-list .fav-block .titulo:after {
        top: -46px; }
    #favoritos .fav-list .fav-block .opciones {
      width: 18%; }
      #favoritos .fav-list .fav-block .opciones:after {
        top: -19px; }
      #favoritos .fav-list .fav-block .opciones dl {
        display: flex;
        flex-wrap: wrap; }
        #favoritos .fav-list .fav-block .opciones dl dt {
          width: 60%; }
        #favoritos .fav-list .fav-block .opciones dl dd {
          width: 27%;
          text-align: right; }
          #favoritos .fav-list .fav-block .opciones dl dd sup {
            font-size: 12px;
            font-size: 0.75em;
            font-size: 0.75rem; }
    #favoritos .fav-list .fav-block .localidad {
      width: 20%; }
      #favoritos .fav-list .fav-block .localidad:after {
        top: -46px; }
    #favoritos .fav-list .fav-block .precio {
      width: 10%;
      text-align: right;
      color: #dfb31f;
      font-weight: 600; }
      #favoritos .fav-list .fav-block .precio:after {
        top: -46px; }
    #favoritos .fav-list .fav-block .boton-quitar {
      width: 12%; }
      #favoritos .fav-list .fav-block .boton-quitar .main-btn {
        padding: 13px; }
  @media screen and (max-width: 64em) {
    #favoritos .fav-list &gt; .row {
      display: flex;
      flex-wrap: wrap;
      padding: 0 1em; }
      #favoritos .fav-list &gt; .row .fav-block {
        display: block;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: calc(50% - .75em);
        margin: 0 1.5em 1.5em 0; }
        #favoritos .fav-list &gt; .row .fav-block:nth-of-type(2n) {
          margin-right: 0; }
        #favoritos .fav-list &gt; .row .fav-block &gt; div {
          width: 100%; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div:after {
            display: none; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div.img {
            height: 260px;
            width: 100%; }
            #favoritos .fav-list &gt; .row .fav-block &gt; div.img img {
              height: 260px;
              width: 100%; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div.opciones, #favoritos .fav-list &gt; .row .fav-block &gt; div.localidad, #favoritos .fav-list &gt; .row .fav-block &gt; div.precio, #favoritos .fav-list &gt; .row .fav-block &gt; div.boton-quitar {
            padding: .5em 1em; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div.titulo, #favoritos .fav-list &gt; .row .fav-block &gt; div.opciones, #favoritos .fav-list &gt; .row .fav-block &gt; div.localidad, #favoritos .fav-list &gt; .row .fav-block &gt; div.precio {
            border-bottom: 1px solid #e0e0e0; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div.titulo, #favoritos .fav-list &gt; .row .fav-block &gt; div.localidad, #favoritos .fav-list &gt; .row .fav-block &gt; div.precio, #favoritos .fav-list &gt; .row .fav-block &gt; div.boton-quitar {
            text-align: center; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div.titulo {
            padding: 1.5em 1em; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div.opciones dl dt {
            width: 38%; }
            #favoritos .fav-list &gt; .row .fav-block &gt; div.opciones dl dt:nth-of-type(3) {
              width: 35%; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div.opciones dl dd {
            width: 10%; }
            #favoritos .fav-list &gt; .row .fav-block &gt; div.opciones dl dd:nth-of-type(1) {
              margin-right: 4%; }
            #favoritos .fav-list &gt; .row .fav-block &gt; div.opciones dl dd:nth-of-type(3) {
              width: 24.5%;
              margin-right: 0; }
          #favoritos .fav-list &gt; .row .fav-block &gt; div.boton-quitar a {
            min-width: 200px; } }
  @media screen and (max-width: 37.5em) {
    #favoritos .fav-list &gt; .row .fav-block {
      width: 100%;
      margin-right: 0; } }

#favoritos .container {
  width: 75%;
  margin: 0 auto 2.5em; }
  #favoritos .container h2 {
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem;
    padding: 16px 0 33px;
    font-family: "Lato", sans-serif;
    text-align: center; }
  #favoritos .container form .no-padding {
    padding: 0; }
  #favoritos .container form .input-outer {
    position: relative;
    overflow: auto; }
    #favoritos .container form .input-outer &gt; input {
      float: left;
      width: 100%;
      background: #ededed;
      color: #303030;
      border: none;
      font-size: 16px;
      box-shadow: none;
      height: 38px;
      padding: 10px 35px 10px 17px;
      margin: 0 0 10px; }
      #favoritos .container form .input-outer &gt; input::placeholder {
        color: #303030; }
    #favoritos .container form .input-outer span {
      position: absolute;
      right: 14px;
      top: 13px;
      color: #5f3e3e;
      font-size: 18px; }
  #favoritos .container form textarea {
    width: 100%;
    background: #ededed;
    color: #303030;
    text-transform: capitalize;
    border: none;
    font-size: 16px;
    box-shadow: none;
    height: 134px;
    resize: none;
    padding: 13px 17px;
    margin: 0 0 10px; }
    #favoritos .container form textarea::placeholder {
      color: #303030; }
  #favoritos .container form .g-recaptcha {
    margin-bottom: 10px; }
  #favoritos .container form input[type="submit"] {
    width: 100%;
    border: none;
    text-transform: uppercase; }

/*
 * Created with iconvau.lt
 */
.weather-status {
  float: left;
  color: black;
  text-align: right;
  border-left: solid 2px #efefef;
  padding: 4px 0 4px 31px;
  margin: -5px 0 0 0; }

@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault_forecastfont.eot");
  src: url("../fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconvault_forecastfont.woff") format("woff"), url("../fonts/iconvault_forecastfont.ttf") format("truetype"), url("../fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* font-size: 6em; */ }

/* -----BaseCloud----- */
.cloud:before {
  font-family: 'iconvault';
  font-size: 4em;
  content: '\f106';
  position: absolute;
  color: #cccccc; }

.basecloud:before {
  font-family: 'iconvault';
  font-size: 4em;
  content: '\f105';
  position: absolute;
  color: #cccccc; }

/* -----windyraincloud----- */
.windyraincloud:before {
  font-family: 'iconvault';
  font-size: 4em;
  content: '\f111';
  position: absolute;
  color: #cccccc; }

/* -----Windysnowcloud----- */
.windysnowcloud:before {
  font-family: 'iconvault';
  font-size: 4em;
  content: '\f109';
  position: absolute;
  color: #cccccc; }

/* -----Basethundercloud----- */
.basethundercloud:before {
  font-family: 'iconvault';
  font-size: 4em;
  content: '\f105';
  position: absolute;
  color: #000; }

/* -----Thunder----- */
.icon-thunder::after {
  content: "\f114";
  position: absolute;
  color: orange;
  font-size: 4em; }

/* -----Sunny----- */
.icon-sunny::after {
  content: "\f101";
  color: orange;
  position: absolute;
  font-size: 4em; }

/* -----Drizzle----- */
.icon-drizzle::before {
  content: "\f10a";
  color: #82b2e4;
  position: absolute;
  font-size: 4em; }

/* -----Showers----- */
.icon-showers::before {
  content: "\f104";
  position: absolute;
  color: #82b2e4;
  font-size: 4em; }

/* -----Rainy----- */
.icon-rainy::after {
  content: "\f107";
  position: absolute;
  color: #4681c3;
  font-size: 4em; }

/* -----Snowy----- */
.icon-snowy::before {
  content: "\f10b";
  position: absolute;
  color: #acd3f3;
  font-size: 4em; }

/* -----Frosty----- */
.icon-frosty::before {
  content: "\f102";
  position: absolute;
  color: #85d8f7;
  font-size: 4em; }

/* -----Windy----- */
.icon-windy::before {
  content: "\f115";
  position: absolute;
  color: #cccccc;
  font-size: 4em; }

/* -----WindyRain----- */
.icon-windyrain::before {
  content: "\f10e";
  position: absolute;
  color: #acd3f3;
  font-size: 4em; }

/* -----WindySnow----- */
.icon-windysnow::before {
  content: "\f103";
  position: absolute;
  color: #acd3f3;
  font-size: 4em; }

/* -----Sleet----- */
.icon-sleet::before {
  content: "\f10c";
  position: absolute;
  color: #acd3f3;
  font-size: 4em; }

/* -----Moon----- */
.icon-moon::after {
  content: "\f10d";
  color: orange;
  position: absolute;
  font-size: 4em; }

/* -----Night----- */
.icon-night::after {
  content: "\f100";
  position: absolute;
  color: orange;
  font-size: 4em; }

/* -----Sun----- */
.icon-sun::after {
  content: "\f113";
  color: orange;
  position: absolute;
  font-size: 4em; }

/* -----Cloud----- */
.icon-cloud::after {
  content: "\f106";
  color: #cccccc;
  position: absolute;
  font-size: 4em; }

/* -----Sunrise----- */
.icon-sunrise:before {
  content: '\f112';
  color: orange;
  position: absolute;
  font-size: 4em; }

/* -----Sunset----- */
.icon-sunset:before {
  content: '\f110';
  color: #f96f23;
  position: absolute;
  font-size: 4em; }

/* -----Mist----- */
.icon-mist:before {
  content: '\f108';
  color: #cccccc;
  position: absolute;
  font-size: 4em; }

/*
.icon-night:before,
.icon-sunny:before,
.icon-frosty:before,
.icon-windysnow:before,
.icon-showers:before,
.icon-basecloud:before,
.icon-cloud:before,
.icon-rainy:before,
.icon-mist:before,
.icon-windysnowcloud:before,
.icon-drizzle:before,
.icon-snowy:before,
.icon-sleet:before,
.icon-moon:before,
.icon-windyrain:before,
.icon-hail:before,
.icon-sunset:before,
.icon-windyraincloud:before,
.icon-sunrise:before,
.icon-sun:before,
.icon-thunder:before,
.icon-windy:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.icon-night:before { content: "\f100"; }
.icon-sunny:before { content: "\f101"; }
.icon-frosty:before { content: "\f102"; }
.icon-windysnow:before { content: "\f103"; }
.icon-showers:before { content: "\f104"; }
.icon-basecloud:before { content: "\f105"; }
.icon-cloud:before { content: "\f106"; }
.icon-rainy:before { content: "\f107"; }
.icon-mist:before { content: "\f108"; }
.icon-windysnowcloud:before { content: "\f109"; }
.icon-drizzle:before { content: "\f10a"; }
.icon-snowy:before { content: "\f10b"; }
.icon-sleet:before { content: "\f10c"; }
.icon-moon:before { content: "\f10d"; }
.icon-windyrain:before { content: "\f10e"; }
.icon-hail:before { content: "\f10f"; }
.icon-sunset:before { content: "\f110"; }
.icon-windyraincloud:before { content: "\f111"; }
.icon-sunrise:before { content: "\f112"; }
.icon-sun:before { content: "\f113"; }
.icon-thunder:before { content: "\f114"; }
.icon-windy:before { content: "\f115"; }

*/
#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0.6%;
  padding: 10px;
  margin: 0;
  width: 100%;
  text-align: left;
  min-height: 40px;
  z-index: 99999; }
  #barraaceptacion .barra {
    padding: 0.9375rem !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.85); }
    #barraaceptacion .barra p {
      display: block;
      float: left;
      color: #fff;
      margin: 0;
      padding: 6px 0;
      font-size: 14px;
      line-height: 1.6em; }
    #barraaceptacion .barra img#ok_cookie {
      width: 64px;
      height: auto;
      display: block;
      float: left; }
    #barraaceptacion .barra a.ok {
      padding: 4px;
      color: #dfb31f;
      text-decoration: none;
      float: left; }
    #barraaceptacion .barra a.info {
      text-decoration: underline;
      color: #dfb31f;
      font-weight: bold; }
    #barraaceptacion .barra a.btn-ok {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      background: #dfb31f;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      color: #fff;
      margin: 10px 0;
      padding: 10px 0;
      float: right; }

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  z-index: 999;
  top: calc(50% - 25px);
  color: #fff;
  font-family: 'fontawesome';
  font-size: 36px;
  line-height: 0;
  width: 35px;
  height: 50px;
  padding: 10px 10px;
  background-color: rgba(30, 28, 28, 0.4); }
  .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background-color: rgba(30, 28, 28, 0.8); }

.owl-nav .owl-prev {
  left: 0; }

.owl-nav .owl-next {
  right: 0; }

.galleria-theme-classic {
  background-color: transparent; }
  .galleria-theme-classic .galleria-thumbnails .galleria-image {
    border: none; }

/*
#inicio {
     .image-grid-block {
          a {
               float: left;
               width: 100%;
          }
     }
}
*/
#inicio &gt; div.main-outercon &gt; div &gt; div &gt; div &gt; section &gt; div.image-grid-block.three-col &gt; div &gt; div &gt; div &gt; div.image-grid-block &gt; div:nth-child(2) &gt; a &gt; span {
  vertical-align: middle; }

.language-switcher a span {
  text-transform: uppercase; }

#contacto #contactoForm input[type="text"], #contacto #contactoForm textarea {
  background: #ededed;
  color: #303030;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  box-shadow: none;
  height: 38px;
  padding: 10px 35px 10px 17px;
  margin: 0 0 10px; }
  #contacto #contactoForm input[type="text"]::placeholder, #contacto #contactoForm textarea::placeholder {
    color: #303030; }

#contacto #contactoForm textarea {
  height: 134px; }

#contacto #contactoForm .field-one {
  position: relative; }
  #contacto #contactoForm .field-one span {
    position: absolute;
    right: 26px;
    top: 11px;
    color: #5f3e3e;
    font-size: 18px; }

#contacto #contactoForm #btnEnviar {
  width: 100%;
  margin-top: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 33px 12px;
  background: #e2bf47;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  border-radius: 5px; }
  #contacto #contactoForm #btnEnviar:focus, #contacto #contactoForm #btnEnviar:active, #contacto #contactoForm #btnEnviar:hover {
    background: #c9a93e;
    text-decoration: none;
    color: #fff; }

.image-section {
  max-height: 247px;
  overflow: hidden; }
  .image-section .owl-item img {
    height: 247px;
    width: inherit;
    object-fit: cover; }

.list-view-content &gt; a {
  margin-top: .3em; }

#inicio &gt; div.main-outercon &gt; div &gt; div &gt; div &gt; div.row &gt; div &gt; div &gt; div &gt; h2 {
  margin: .5em 0; }

#login-form input[type="text"], #login-form input[type="password"] {
  background: #ededed;
  color: #303030;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  box-shadow: none;
  height: 38px;
  padding: 10px 35px 10px 17px;
  margin: 0 0 10px; }
  #login-form input[type="text"]::placeholder, #login-form input[type="password"]::placeholder {
    color: #303030; }

#login-form #enviar {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 33px 12px;
  background: #e2bf47;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  border-radius: 5px; }
  #login-form #enviar:focus, #login-form #enviar:active, #login-form #enviar:hover {
    background: #c9a93e;
    text-decoration: none;
    color: #fff; }

.see-more-link {
  position: absolute;
  color: #fff;
  top: calc(50% - 50px);
  left: calc(50% - 100px);
  opacity: 0;
  text-align: center;
  background: rgba(30, 28, 28, 0.3);
  line-height: 100px;
  z-index: 998;
  width: 200px;
  height: 100px;
  transition: opacity .8s ease-in-out; }
  .see-more-link:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none; }

.pagination {
  text-align: center; }
  .pagination li a:hover, .pagination li a:focus {
    background-color: #e9c857;
    color: #fff;
    border-radius: 3px;
    text-decoration: none; }
  .pagination li.unavailable a {
    cursor: not-allowed;
    background: transparent;
    color: #0a0a0a;
    text-decoration: none; }
  .pagination li.current {
    background: transparent; }
    .pagination li.current a {
      background-color: #e9c857;
      color: #fff;
      border-radius: 3px; }

.galleria-theme-classic {
  height: 554px !important; }
  .galleria-theme-classic .galleria-stage .galleria-images .galleria-image .galleria-layer {
    display: block !important; }
  .galleria-theme-classic .galleria-stage .galleria-images .galleria-image &gt; img {
    height: 554px !important;
    width: 100% !important;
    object-fit: cover;
    z-index: 2; }
  .galleria-theme-classic .galleria-image-nav {
    top: 60%; }
  @media screen and (max-width: 37.4375em) {
    .galleria-theme-classic {
      height: 360px !important; }
      .galleria-theme-classic .galleria-stage .galleria-images .galleria-image &gt; img {
        height: 360px !important; } }

.detail-slider .galleria-detail a {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 9999; }

.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect label {
  margin-left: 1.1em; }

.image-grid-block.three-col .image-grid {
  min-height: 244px; }
  .image-grid-block.three-col .image-grid img {
    height: 244px;
    width: 100%;
    object-fit: cover;
    transition: all 500ms ease-out 0s; }

.image-grid-block .image-grid-multiple {
  width: 48.717948717948715% !important; }

.agent-bar .agent-content .agents-logo, .agent-bar .agent-content &gt; a {
  display: inline-block;
  width: 144px;
  height: 76px;
  background-color: transparent;
  outline: 1px solid #c1c1c1 !important;
  overflow: hidden; }
  .agent-bar .agent-content .agents-logo img, .agent-bar .agent-content &gt; a img {
    width: 100%;
    height: 76px;
    object-fit: cover;
    object-position: center center; }
  @media screen and (max-width: 47.9375em) {
    .agent-bar .agent-content .agents-logo, .agent-bar .agent-content &gt; a {
      position: static;
      outline: none !important;
      width: 50%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .agent-bar .agent-content .agents-logo img, .agent-bar .agent-content &gt; a img {
        width: 50%;
        height: auto; } }

.agent-logo &gt; a {
  width: 70px;
  height: 45px;
  display: inline-block;
  background-color: transparent;
  outline: 1px solid #c1c1c1 !important;
  overflow: hidden; }
  .agent-logo &gt; a img {
    width: 100%;
    height: 45px;
    object-fit: cover;
    object-position: center center; }

.ad-select a:hover,
.ad-select a:focus {
  color: #303030;
  text-decoration: none; }

@media screen and (max-width: 47.9375em) {
  .detail-info {
    margin-top: 7.25em; }
  .toolbar-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row; }
    .toolbar-right .right-single {
      width: 33%; }
      .toolbar-right .right-single:last-of-type {
        width: 100%; }
  .detail-inner-slider .galleria-stage .agent-bar .agent-content .agent-details .phone {
    margin-top: 5px; }
  .toolbar-right .right-single.social-icons ul {
    justify-content: center; } }

.location-slider-outer h3 {
  text-align: center;
  margin-bottom: 33px;
  margin-top: 28px; }
  @media only screen and (max-width: 767px) {
    .location-slider-outer h3 {
      margin-bottom: 25px;
      margin-top: 20px; } }

.location-slider-outer .location-slider {
  width: 100%;
  position: relative;
  margin-bottom: 2.5em; }
  .location-slider-outer .location-slider .image-grid {
    margin: 0 .5% 23px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: block; }
    @media screen and (min-width: 48.0625em) {
      .location-slider-outer .location-slider .image-grid {
        width: 24% !important; } }
    .location-slider-outer .location-slider .image-grid &gt; span {
      height: 263px;
      float: left;
      width: 100%;
      overflow: hidden;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      position: relative;
      height: 280px; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .location-slider-outer .location-slider .image-grid &gt; span {
          height: 230px; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .location-slider-outer .location-slider .image-grid &gt; span {
          height: 196px; } }
      @media only screen and (max-width: 767px) {
        .location-slider-outer .location-slider .image-grid &gt; span {
          height: 317px; } }
      @media only screen and (max-width: 479px) {
        .location-slider-outer .location-slider .image-grid &gt; span {
          height: 200px; } }
    .location-slider-outer .location-slider .image-grid:hover &gt; span {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .location-slider-outer .location-slider .image-grid .image-grid-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background: url(../images/grid-shadow.png) no-repeat bottom center;
      background-size: 100% auto;
      width: 100%;
      height: 100%; }
      .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        color: white;
        text-align: center; }
        .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content &gt; span {
          color: white;
          display: block;
          font-family: "Merriweather", serif;
          font-weight: 700;
          font-size: 21px;
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 6px; }
          .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content &gt; span:before {
            width: 62.16216216216216%;
            height: 1px;
            background: white;
            content: "";
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content &gt; span {
              font-size: 20px; } }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content &gt; span {
              font-size: 20px;
              padding-bottom: 14px;
              margin-bottom: 7px; } }
        .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content span {
          font-size: 36px;
          padding-bottom: 18px; }
        .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content h4 {
          display: block;
          color: white;
          font-size: 18px;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          margin-bottom: 21px; }
          .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content h4 span {
            font-family: "Merriweather",serif;
            font-weight: 700;
            font-size: 18px;
            color: #fff; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content h4 {
              font-size: 16px; } }
          @media screen and (min-width: 48em) and (max-width: 63.9375em) {
            .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content h4 {
              font-size: 14px;
              line-height: 16px;
              margin-bottom: 19px; } }
    @media screen and (max-width: 48em) {
      .location-slider-outer .location-slider .image-grid {
        width: 46%;
        margin: 0 11.5px 23px; } }
  @media screen and (max-width: 48em) {
    .location-slider-outer .location-slider .slick-dots {
      position: absolute;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 48em) and (max-width: 48em) {
    .location-slider-outer .location-slider .slick-dots li {
      display: inline-block;
      width: 14px;
      height: 14px;
      border: 1px solid #c4c4c4;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer;
      margin: 0 2px; } }
  @media screen and (max-width: 48em) and (max-width: 48em) {
    .location-slider-outer .location-slider .slick-dots li button {
      text-indent: -9999px; } }
  @media screen and (max-width: 48em) {
      .location-slider-outer .location-slider .slick-dots li.slick-active {
        border: 1px solid #e2bf47;
        background: #e2bf47; }
    .location-slider-outer .location-slider .slick-arrow {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      font-size: 50px;
      cursor: pointer; }
      .location-slider-outer .location-slider .slick-arrow i {
        color: #d9d9d9; }
      .location-slider-outer .location-slider .slick-arrow:hover i {
        color: #e2bf47; }
      .location-slider-outer .location-slider .slick-arrow.slick-prev {
        left: -10px; }
      .location-slider-outer .location-slider .slick-arrow.slick-next {
        right: -10px; } }

.location-slider-outer .content-block.small-text {
  width: 100%;
  margin-top: 23px;
  padding-bottom: 4px; }
  .location-slider-outer .content-block.small-text p {
    font-size: 13px;
    font-size: 0.8125em;
    font-size: 0.8125rem; }

@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  .detail-inner-slider .galleria-stage .agent-bar .agent-content {
    height: 76px; }
    .detail-inner-slider .galleria-stage .agent-bar .agent-content img {
      width: 100%;
      height: 76px; }
    .detail-inner-slider .galleria-stage .agent-bar .agent-content .agent-details {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .detail-inner-slider .galleria-stage .agent-bar .agent-content .agent-details .phone, .detail-inner-slider .galleria-stage .agent-bar .agent-content .agent-details .email {
        margin-top: 0;
        padding-bottom: 0; } }

@media screen and (max-width: 37.4375em) {
  .detail-inner-slider .galleria-stage .agent-bar .agent-content .agent-details {
    display: flex;
    flex-direction: column;
    width: 100px; }
    .detail-inner-slider .galleria-stage .agent-bar .agent-content .agent-details a {
      width: 100%;
      text-align: left; } }

#localidades .list-outer-block.grid-list-view h1, #localidades .list-outer-block.grid-list-view h2, #costas .list-outer-block.grid-list-view h1, #costas .list-outer-block.grid-list-view h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #373633;
  text-align: left;
  margin: .5em 0 .75em; }

#localidades .list-outer-block.grid-list-view h1, #costas .list-outer-block.grid-list-view h1 {
  font-size: 24px;
  font-size: 1.5em;
  font-size: 1.5rem; }

#localidades .list-outer-block.grid-list-view h2, #costas .list-outer-block.grid-list-view h2 {
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem; }

#localidades .locations-title-block {
  margin-bottom: 2.5em;
  position: relative;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem; }
  #localidades .locations-title-block p {
    font-size: inherit; }
  #localidades .locations-title-block:after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 1.875rem);
    position: absolute;
    left: .9375rem;
    bottom: 0;
    background-color: #b9b9b7; }
  #localidades .locations-title-block .main-btn {
    margin-bottom: 1em;
    padding: 8px 22px;
    font-size: 14px;
    font-size: 0.875em;
    font-size: 0.875rem; }

#localidades .locations-subtitle-block h2#locations-subtitle {
  margin: 0 0 1em; }

#contacto .header-container {
  border-bottom: 1px solid #e0e0e0; }

#contacto .block-title-top h1 {
  text-align: center;
  margin-bottom: 33px;
  margin-top: 28px;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #373633; }

#contacto .contact-details p {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.5em; }
  #contacto .contact-details p a {
    color: #373633;
    font-size: inherit;
    text-decoration: underline; }
    #contacto .contact-details p a:hover {
      color: #dfb31f; }

form input.invalid {
  border: 1px solid #8b1212 !important; }

#app .area-left &gt; .top-content {
  margin-bottom: 2.5em; }
  #app .area-left &gt; .top-content h1 {
    font-size: 32px;
    font-size: 2em;
    font-size: 2rem;
    margin: 1.5em 0 .5em;
    font-family: "Lato", sans-serif; }
  #app .area-left &gt; .top-content ul li {
    margin: .5em 0; }
    #app .area-left &gt; .top-content ul li a {
      font-size: 18px;
      font-size: 1.125em;
      font-size: 1.125rem; }
      #app .area-left &gt; .top-content ul li a:hover {
        color: #dfb31f; }

.properties404-grid {
  margin: 2em 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px; }
  .properties404-grid .properties404-block h3 {
    font-size: 24px;
    font-size: 1.5em;
    font-size: 1.5rem;
    margin: 0 0 .5em; }
  .properties404-grid .properties404-block ul li {
    margin: .25em 0;
    padding: .25em 0 .25em 1em;
    position: relative; }
    .properties404-grid .properties404-block ul li::before {
      content: '';
      width: 25px;
      height: 25px;
      position: absolute;
      display: block;
      left: -.5em;
      top: 2px;
      background: transparent url("../images/svg/caret_right.svg") center center no-repeat; }
    .properties404-grid .properties404-block ul li a {
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem;
      color: dimgray; }
  @media screen and (max-width: 37.4375em) {
    .properties404-grid {
      grid-template-columns: 1fr; } }

.owl-carousel .owl-item .owl-lazy.loaded {
  opacity: 1; }

.agent-contact ul li a .phone-span {
  display: none; }

.agent-contact ul li a.show .phone-span {
  display: inline; }

.agent-contact ul li a.show .text-span {
  display: none; }

ul#grid-list-404 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2.5em 0 5em;
  width: 100%; }
  ul#grid-list-404 &gt; li {
    width: 30.77%;
    margin: 0 2.56% 25px 0;
    background: #fff; }
    ul#grid-list-404 &gt; li:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 37.4375em) {
      ul#grid-list-404 &gt; li {
        width: 100%;
        margin-right: 0 !important; } }
    @media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
      ul#grid-list-404 &gt; li {
        width: 47%; } }
    ul#grid-list-404 &gt; li .list-view-content {
      display: none; }

form .is-invalid-input {
  border: 1px solid #cc4b37 !important;
  background-color: #f9ecea !important; }

form .is-invalid-label:before {
  border: 1px solid #cc4b37 !important;
  background-color: #f9ecea !important; }

#anunciese form .detail-checkbox label:before, #contacto form .detail-checkbox label:before {
  background-color: #e6e6e6; }

.checkbox-outer input[type="checkbox"] {
  display: none; }

.checkbox-outer label {
  padding: 0 0 0 22px !important;
  position: relative; }
  .checkbox-outer label::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid silver;
    background: #e6e6e6;
    left: 0;
    top: 2px; }

.checkbox-outer input[type="checkbox"]:checked + label:before {
  background: #dfb31f url("../images/svg/tick_white.svg") center center no-repeat;
  border: 1px solid #c9a11c !important; }

[v-cloak] {
  display: none; }
</pre></body></html>