/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.gradient25Orange {
  background: #fc6621;
  background: linear-gradient(25deg, #fc6621, #f9ab23);
  background: -o-linear-gradient(25deg, #fc6621, #f9ab23);
}

.gradientOtherOrange {
  background: #f9d423;
  background: linear-gradient(25deg, #f9d423, #ff4e50);
  background: -o-linear-gradient(25deg, #f9d423, #ff4e50);
}

.gradientBlue {
  background: #04befe;
  background: linear-gradient(15deg, #4481eb, #04befe);
  background: -o-linear-gradient(15deg, #4481eb, #04befe);
}

.colorPrimary {
  color: #1a1a1d !important;
}

.colorSecondary {
  color: #c3073f !important;
}

.backgroundPrimary {
  background: #1a1a1d !important;
}

.backgroundSecondary {
  background: #c3073f !important;
}

.disableClick, .dummy {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.8;
  pointer-events: none;
  position: relative;
}

.disableClick .loader, .dummy .loader {
  position: absolute;
  right: 10px;
}

.disableClickInvisible {
  pointer-events: none;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transition01 {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
}

.transition02, .button i, .buttonPrimary i, body main section#search > .content > .search-bar > .container .button-buy i, .buttonSecondary i, .buttonGray i, .buttonOutline i, body main section#search > .content > .search-bar > .container .button-filter i, .buttonGradient i, .button span, .buttonPrimary span, body main section#search > .content > .search-bar > .container .button-buy span, .buttonSecondary span, .buttonGray span, .buttonOutline span, body main section#search > .content > .search-bar > .container .button-filter span, .buttonGradient span, .button, .buttonPrimary, body main section#search > .content > .search-bar > .container .button-buy, .buttonSecondary, .buttonGray, .buttonOutline, body main section#search > .content > .search-bar > .container .button-filter, .buttonGradient, .button:hover, .buttonPrimary:hover, body main section#search > .content > .search-bar > .container .button-buy:hover, .buttonSecondary:hover, .buttonGray:hover, .buttonOutline:hover, body main section#search > .content > .search-bar > .container .button-filter:hover, .buttonGradient:hover, .button:active, .buttonPrimary:active, body main section#search > .content > .search-bar > .container .button-buy:active, .buttonSecondary:active, .buttonGray:active, .buttonOutline:active, body main section#search > .content > .search-bar > .container .button-filter:active, .buttonGradient:active, .button:focus, .buttonPrimary:focus, body main section#search > .content > .search-bar > .container .button-buy:focus, .buttonSecondary:focus, .buttonGray:focus, .buttonOutline:focus, body main section#search > .content > .search-bar > .container .button-filter:focus, .buttonGradient:focus, .button:hover i, .buttonPrimary:hover i, body main section#search > .content > .search-bar > .container .button-buy:hover i, .buttonSecondary:hover i, .buttonGray:hover i, .buttonOutline:hover i, body main section#search > .content > .search-bar > .container .button-filter:hover i, .buttonGradient:hover i,
.button:hover span,
.buttonPrimary:hover span,
body main section#search > .content > .search-bar > .container .button-buy:hover span,
.buttonSecondary:hover span,
.buttonGray:hover span,
.buttonOutline:hover span,
body main section#search > .content > .search-bar > .container .button-filter:hover span,
.buttonGradient:hover span, .button:active i, .buttonPrimary:active i, body main section#search > .content > .search-bar > .container .button-buy:active i, .buttonSecondary:active i, .buttonGray:active i, .buttonOutline:active i, body main section#search > .content > .search-bar > .container .button-filter:active i, .buttonGradient:active i,
.button:active span,
.buttonPrimary:active span,
body main section#search > .content > .search-bar > .container .button-buy:active span,
.buttonSecondary:active span,
.buttonGray:active span,
.buttonOutline:active span,
body main section#search > .content > .search-bar > .container .button-filter:active span,
.buttonGradient:active span, .button:focus i, .buttonPrimary:focus i, body main section#search > .content > .search-bar > .container .button-buy:focus i, .buttonSecondary:focus i, .buttonGray:focus i, .buttonOutline:focus i, body main section#search > .content > .search-bar > .container .button-filter:focus i, .buttonGradient:focus i,
.button:focus span,
.buttonPrimary:focus span,
body main section#search > .content > .search-bar > .container .button-buy:focus span,
.buttonSecondary:focus span,
.buttonGray:focus span,
.buttonOutline:focus span,
body main section#search > .content > .search-bar > .container .button-filter:focus span,
.buttonGradient:focus span, .buttonMini i, .buttonMiniPrimary i, .buttonMiniSecondary i, .buttonMiniGray i, .buttonMiniOutline i, .upload .upload-action .upload-button i, .upload .upload-action .upload-button-remove i, .buttonMiniGradient i, .buttonMini span, .buttonMiniPrimary span, .buttonMiniSecondary span, .buttonMiniGray span, .buttonMiniOutline span, .upload .upload-action .upload-button span, .upload .upload-action .upload-button-remove span, .buttonMiniGradient span, .buttonMini, .buttonMiniPrimary, .buttonMiniSecondary, .buttonMiniGray, .buttonMiniOutline, .upload .upload-action .upload-button, .upload .upload-action .upload-button-remove, .buttonMiniGradient, .buttonMini:hover, .buttonMiniPrimary:hover, .buttonMiniSecondary:hover, .buttonMiniGray:hover, .buttonMiniOutline:hover, .upload .upload-action .upload-button:hover, .upload .upload-action .upload-button-remove:hover, .buttonMiniGradient:hover, .buttonMini:active, .buttonMiniPrimary:active, .buttonMiniSecondary:active, .buttonMiniGray:active, .buttonMiniOutline:active, .upload .upload-action .upload-button:active, .upload .upload-action .upload-button-remove:active, .buttonMiniGradient:active, .buttonMini:focus, .buttonMiniPrimary:focus, .buttonMiniSecondary:focus, .buttonMiniGray:focus, .buttonMiniOutline:focus, .upload .upload-action .upload-button:focus, .upload .upload-action .upload-button-remove:focus, .buttonMiniGradient:focus, .buttonMini:hover i, .buttonMiniPrimary:hover i, .buttonMiniSecondary:hover i, .buttonMiniGray:hover i, .buttonMiniOutline:hover i, .upload .upload-action .upload-button:hover i, .upload .upload-action .upload-button-remove:hover i, .buttonMiniGradient:hover i,
.buttonMini:hover span,
.buttonMiniPrimary:hover span,
.buttonMiniSecondary:hover span,
.buttonMiniGray:hover span,
.buttonMiniOutline:hover span,
.upload .upload-action .upload-button:hover span,
.upload .upload-action .upload-button-remove:hover span,
.buttonMiniGradient:hover span, .buttonMini:active i, .buttonMiniPrimary:active i, .buttonMiniSecondary:active i, .buttonMiniGray:active i, .buttonMiniOutline:active i, .upload .upload-action .upload-button:active i, .upload .upload-action .upload-button-remove:active i, .buttonMiniGradient:active i,
.buttonMini:active span,
.buttonMiniPrimary:active span,
.buttonMiniSecondary:active span,
.buttonMiniGray:active span,
.buttonMiniOutline:active span,
.upload .upload-action .upload-button:active span,
.upload .upload-action .upload-button-remove:active span,
.buttonMiniGradient:active span, .buttonMini:focus i, .buttonMiniPrimary:focus i, .buttonMiniSecondary:focus i, .buttonMiniGray:focus i, .buttonMiniOutline:focus i, .upload .upload-action .upload-button:focus i, .upload .upload-action .upload-button-remove:focus i, .buttonMiniGradient:focus i,
.buttonMini:focus span,
.buttonMiniPrimary:focus span,
.buttonMiniSecondary:focus span,
.buttonMiniGray:focus span,
.buttonMiniOutline:focus span,
.upload .upload-action .upload-button:focus span,
.upload .upload-action .upload-button-remove:focus span,
.buttonMiniGradient:focus span, .field label, .input label, .select label, .field input:active + label, .input input:active + label, .select input:active + label,
.field input:focus + label,
.input input:focus + label,
.select input:focus + label,
.field textarea:active + label,
.input textarea:active + label,
.select textarea:active + label,
.field textarea:focus + label,
.input textarea:focus + label,
.select textarea:focus + label, .input p, .input input:active ~ p,
.input input:active + p,
.input input:focus ~ p,
.input input:focus + p,
.input textarea:active ~ p,
.input textarea:active + p,
.input textarea:focus ~ p,
.input textarea:focus + p, .upload label,
.upload p, .listing-item, .listing-item > .main > .image:after, .listing-item:hover, .listing-item:hover > .main > .image:after, body nav .nav-content .nav-menu .nav-menu-item > .container, body nav .nav-content .nav-menu .nav-menu-item > .container span, body nav .nav-content .nav-menu .nav-menu-item > .container:hover, body main section#search > .content > .search-bar > .container input, body main section#search > .content > .search-bar > .container input:focus, body main section#search > .content > .search-bar > .container input:active {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.transition03 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.transition05 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.disableClick, .dummy {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  opacity: 0.5;
  pointer-events: none;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.initWithFade {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.exitWithFade {
  -webkit-animation-name: fadeout;
          animation-name: fadeout;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

* {
  font-family: "Lato", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
}

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  overflow-x: hidden;
}

/**
  PROJECT SPECIFIC
 */
@media all and (min-width: 992px) {
  body .mobile {
    display: none !important;
  }
}

body a,
body p,
body div {
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

html body p,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes prevent-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes prevent-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
------------------

DEFAULT BUTTONS

------------------
 */
@-webkit-keyframes buttonLoader {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes buttonLoader {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.button, .buttonPrimary, body main section#search > .content > .search-bar > .container .button-buy, .buttonSecondary, .buttonGray, .buttonOutline, body main section#search > .content > .search-bar > .container .button-filter, .buttonGradient {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 36px;
  padding: 8px 30px;
  min-width: 100px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none !important;
  border: none;
  outline: none;
}

.button .loader i, .buttonPrimary .loader i, body main section#search > .content > .search-bar > .container .button-buy .loader i, .buttonSecondary .loader i, .buttonGray .loader i, .buttonOutline .loader i, body main section#search > .content > .search-bar > .container .button-filter .loader i, .buttonGradient .loader i,
.button .loader span,
.buttonPrimary .loader span,
body main section#search > .content > .search-bar > .container .button-buy .loader span,
.buttonSecondary .loader span,
.buttonGray .loader span,
.buttonOutline .loader span,
body main section#search > .content > .search-bar > .container .button-filter .loader span,
.buttonGradient .loader span {
  letter-spacing: 1.8px;
  font-weight: 600;
  color: #ffffff;
  -webkit-animation-name: buttonLoader;
          animation-name: buttonLoader;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.button i, .buttonPrimary i, body main section#search > .content > .search-bar > .container .button-buy i, .buttonSecondary i, .buttonGray i, .buttonOutline i, body main section#search > .content > .search-bar > .container .button-filter i, .buttonGradient i {
  color: #ffffff;
  font-size: 16pt;
  margin-right: 10px;
  margin-left: -10px;
}

.button span, .buttonPrimary span, body main section#search > .content > .search-bar > .container .button-buy span, .buttonSecondary span, .buttonGray span, .buttonOutline span, body main section#search > .content > .search-bar > .container .button-filter span, .buttonGradient span {
  color: #ffffff;
  font-family: "Ubuntu", "Lato", sans-serif;
  font-size: 11pt;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  text-underline: none;
}

.button:hover, .buttonPrimary:hover, body main section#search > .content > .search-bar > .container .button-buy:hover, .buttonSecondary:hover, .buttonGray:hover, .buttonOutline:hover, body main section#search > .content > .search-bar > .container .button-filter:hover, .buttonGradient:hover, .button:active, .buttonPrimary:active, body main section#search > .content > .search-bar > .container .button-buy:active, .buttonSecondary:active, .buttonGray:active, .buttonOutline:active, body main section#search > .content > .search-bar > .container .button-filter:active, .buttonGradient:active, .button:focus, .buttonPrimary:focus, body main section#search > .content > .search-bar > .container .button-buy:focus, .buttonSecondary:focus, .buttonGray:focus, .buttonOutline:focus, body main section#search > .content > .search-bar > .container .button-filter:focus, .buttonGradient:focus {
  outline: none;
}

.buttonPrimary, body main section#search > .content > .search-bar > .container .button-buy {
  background: #1a1a1d;
}

.buttonPrimary:hover, body main section#search > .content > .search-bar > .container .button-buy:hover, .buttonPrimary:active, body main section#search > .content > .search-bar > .container .button-buy:active, .buttonPrimary:focus, body main section#search > .content > .search-bar > .container .button-buy:focus {
  background: #020202;
}

.buttonSecondary {
  background: #c3073f;
}

.buttonSecondary:hover, .buttonSecondary:active, .buttonSecondary:focus {
  background: #92052f;
}

.buttonGray {
  background: #bbbbbb;
}

.buttonGray:hover, .buttonGray:active, .buttonGray:focus {
  background: #cccccc;
}

.buttonOutline, body main section#search > .content > .search-bar > .container .button-filter {
  background: transparent;
  border: 1px solid #000;
}

.buttonOutline .loader i, body main section#search > .content > .search-bar > .container .button-filter .loader i,
.buttonOutline .loader span,
body main section#search > .content > .search-bar > .container .button-filter .loader span {
  color: #000;
}

.buttonOutline i, body main section#search > .content > .search-bar > .container .button-filter i {
  color: #000;
}

.buttonOutline span, body main section#search > .content > .search-bar > .container .button-filter span {
  color: #000;
}

.buttonOutline:hover, body main section#search > .content > .search-bar > .container .button-filter:hover, .buttonOutline:active, body main section#search > .content > .search-bar > .container .button-filter:active, .buttonOutline:focus, body main section#search > .content > .search-bar > .container .button-filter:focus {
  background: rgba(0, 0, 0, 0.04);
  -webkit-transform: none;
          transform: none;
}

/**
------------------

MINI BUTTONS

------------------
 */
.buttonMini, .buttonMiniPrimary, .buttonMiniSecondary, .buttonMiniGray, .buttonMiniOutline, .upload .upload-action .upload-button, .upload .upload-action .upload-button-remove, .buttonMiniGradient {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 36px;
  padding: 4px 12px;
  min-width: 60px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none !important;
  border: none;
  outline: none;
}

.buttonMini .loader i, .buttonMiniPrimary .loader i, .buttonMiniSecondary .loader i, .buttonMiniGray .loader i, .buttonMiniOutline .loader i, .upload .upload-action .upload-button .loader i, .upload .upload-action .upload-button-remove .loader i, .buttonMiniGradient .loader i,
.buttonMini .loader span,
.buttonMiniPrimary .loader span,
.buttonMiniSecondary .loader span,
.buttonMiniGray .loader span,
.buttonMiniOutline .loader span,
.upload .upload-action .upload-button .loader span,
.upload .upload-action .upload-button-remove .loader span,
.buttonMiniGradient .loader span {
  color: #ffffff;
}

.buttonMini i, .buttonMiniPrimary i, .buttonMiniSecondary i, .buttonMiniGray i, .buttonMiniOutline i, .upload .upload-action .upload-button i, .upload .upload-action .upload-button-remove i, .buttonMiniGradient i {
  color: #ffffff;
  font-size: 11pt;
  margin-right: 4px;
}

.buttonMini span, .buttonMiniPrimary span, .buttonMiniSecondary span, .buttonMiniGray span, .buttonMiniOutline span, .upload .upload-action .upload-button span, .upload .upload-action .upload-button-remove span, .buttonMiniGradient span {
  color: #ffffff;
  font-family: "Ubuntu", "Lato", sans-serif;
  font-size: 9pt;
  font-weight: 600;
  text-decoration: none;
  text-underline: none;
  text-transform: uppercase;
}

.buttonMiniPrimary {
  background: #1a1a1d;
}

.buttonMiniPrimary:hover, .buttonMiniPrimary:active, .buttonMiniPrimary:focus {
  background: #323238;
}

.buttonMiniSecondary {
  background: #c3073f;
}

.buttonMiniSecondary:hover, .buttonMiniSecondary:active, .buttonMiniSecondary:focus {
  background: #dc0847;
}

.buttonMiniGray {
  background: #bbbbbb;
}

.buttonMiniGray:hover, .buttonMiniGray:active, .buttonMiniGray:focus {
  background: #cccccc;
}

.buttonMiniOutline, .upload .upload-action .upload-button, .upload .upload-action .upload-button-remove {
  background: transparent;
  border: 1px solid #000;
}

.buttonMiniOutline .loader i, .upload .upload-action .upload-button .loader i, .upload .upload-action .upload-button-remove .loader i,
.buttonMiniOutline .loader span,
.upload .upload-action .upload-button .loader span,
.upload .upload-action .upload-button-remove .loader span {
  color: #000;
}

.buttonMiniOutline i, .upload .upload-action .upload-button i, .upload .upload-action .upload-button-remove i {
  color: #000;
}

.buttonMiniOutline span, .upload .upload-action .upload-button span, .upload .upload-action .upload-button-remove span {
  color: #000;
}

.buttonMiniOutline:hover, .upload .upload-action .upload-button:hover, .upload .upload-action .upload-button-remove:hover, .buttonMiniOutline:active, .upload .upload-action .upload-button:active, .upload .upload-action .upload-button-remove:active, .buttonMiniOutline:focus, .upload .upload-action .upload-button:focus, .upload .upload-action .upload-button-remove:focus {
  background: rgba(0, 0, 0, 0.04);
  -webkit-transform: none;
          transform: none;
}

/**
------------------

STYLISH BUTTONS

------------------
 */
.buttonGradient {
  background: #fff;
  background: #323238;
  background: linear-gradient(45deg, #1a1a1d 30%, #c3073f);
  background: -o-linear-gradient(45deg, #1a1a1d 30%, #c3073f);
  background-size: 200%;
}

.buttonGradient i {
  line-height: 0.2;
  color: #fff;
}

.buttonGradient span {
  color: #fff;
}

.buttonGradient:hover, .buttonGradient:active, .buttonGradient:focus {
  background: #e6e6e6;
}

.buttonGradient:hover i,
.buttonGradient:hover span,
.buttonGradient:hover .loader i,
.buttonGradient:hover .loader span, .buttonGradient:active i,
.buttonGradient:active span,
.buttonGradient:active .loader i,
.buttonGradient:active .loader span, .buttonGradient:focus i,
.buttonGradient:focus span,
.buttonGradient:focus .loader i,
.buttonGradient:focus .loader span {
  color: #fff;
}

.buttonGradient:hover, .buttonGradient:active, .buttonGradient:focus {
  background-position-x: 100%;
}

.buttonMiniGradient {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center !important;
  cursor: pointer !important;
  background: #fff;
  background: #323238;
  background: linear-gradient(45deg, #1a1a1d 30%, #c3073f);
  background: -o-linear-gradient(45deg, #1a1a1d 30%, #c3073f);
  background-size: 200%;
}

.buttonMiniGradient .loader i,
.buttonMiniGradient .loader span {
  color: #fff !important;
}

.buttonMiniGradient i {
  color: #fff !important;
}

.buttonMiniGradient span {
  color: #fff !important;
  font-family: "Ubuntu", "Lato", sans-serif;
}

.buttonMiniGradient:hover, .buttonMiniGradient:active, .buttonMiniGradient:focus {
  background: white;
}

.buttonMiniGradient:hover, .buttonMiniGradient:active, .buttonMiniGradient:focus {
  background-position-x: 100%;
}

@media all and (max-width: 992px) {
  .button, .buttonPrimary, body main section#search > .content > .search-bar > .container .button-buy, .buttonSecondary, .buttonGray, .buttonOutline, body main section#search > .content > .search-bar > .container .button-filter, .buttonGradient {
    min-height: 40px;
    padding: 5px 15px;
    min-width: 80px;
  }
  .button i, .buttonPrimary i, body main section#search > .content > .search-bar > .container .button-buy i, .buttonSecondary i, .buttonGray i, .buttonOutline i, body main section#search > .content > .search-bar > .container .button-filter i, .buttonGradient i {
    color: #ffffff;
    font-size: 12pt;
    margin-right: 5px;
  }
  .button span, .buttonPrimary span, body main section#search > .content > .search-bar > .container .button-buy span, .buttonSecondary span, .buttonGray span, .buttonOutline span, body main section#search > .content > .search-bar > .container .button-filter span, .buttonGradient span {
    color: #ffffff;
    font-family: "Ubuntu", "Lato", sans-serif;
    font-size: 10pt;
  }
  .buttonMini, .buttonMiniPrimary, .buttonMiniSecondary, .buttonMiniGray, .buttonMiniOutline, .upload .upload-action .upload-button, .upload .upload-action .upload-button-remove, .buttonMiniGradient {
    min-height: 34px;
    padding: 4px 9px;
    min-width: 50px;
  }
  .buttonMini i, .buttonMiniPrimary i, .buttonMiniSecondary i, .buttonMiniGray i, .buttonMiniOutline i, .upload .upload-action .upload-button i, .upload .upload-action .upload-button-remove i, .buttonMiniGradient i {
    color: #ffffff !important;
    font-size: 12pt !important;
    margin-right: 3px !important;
  }
  .buttonMini span, .buttonMiniPrimary span, .buttonMiniSecondary span, .buttonMiniGray span, .buttonMiniOutline span, .upload .upload-action .upload-button span, .upload .upload-action .upload-button-remove span, .buttonMiniGradient span {
    font-size: 9pt;
  }
}

.dummy {
  opacity: 0.35 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  -webkit-animation-name: none !important;
          animation-name: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
  color: #fff;
}

input.default {
  color: #000;
  font-size: 12pt;
  font-family: "Ubuntu", "Lato", sans-serif;
  font-weight: 300;
  text-decoration: none;
  outline: none;
}

input.default::-webkit-input-placeholder {
  color: #ccc;
}

input.default::-moz-placeholder {
  color: #ccc;
}

input.default:-ms-input-placeholder {
  color: #ccc;
}

.field, .input, .select {
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-bottom: 10px;
}

.field label, .input label, .select label {
  margin-bottom: 5px;
  color: #a2a7a8;
  font-size: 9pt;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  text-transform: uppercase;
}

.field input, .input input, .select input,
.field textarea,
.input textarea,
.select textarea {
  border-radius: 5px;
  background: #ffffff;
  padding: 5px 20px;
  border: 1px solid #e2e8ea;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 46px;
  color: #000000;
  font-size: 12pt;
  font-family: "Ubuntu", "Lato", sans-serif;
  font-weight: 300;
  text-decoration: none;
  outline: none;
}

.field input::-webkit-input-placeholder, .input input::-webkit-input-placeholder, .select input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder,
.select textarea::-webkit-input-placeholder {
  color: #a2a7a8;
}

.field input::-moz-placeholder, .input input::-moz-placeholder, .select input::-moz-placeholder,
.field textarea::-moz-placeholder,
.input textarea::-moz-placeholder,
.select textarea::-moz-placeholder {
  color: #a2a7a8;
}

.field input:-ms-input-placeholder, .input input:-ms-input-placeholder, .select input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder,
.input textarea:-ms-input-placeholder,
.select textarea:-ms-input-placeholder {
  color: #a2a7a8;
}


.field textarea,
.input textarea,
.select textarea {
  resize: none;
  height: 150px;
}

.field input:-webkit-autofill, .input input:-webkit-autofill, .select input:-webkit-autofill,
.field textarea:-webkit-autofill,
.input textarea:-webkit-autofill,
.select textarea:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: transparent !important;
}

.field input:active, .input input:active, .select input:active,
.field input:focus,
.input input:focus,
.select input:focus,
.field textarea:active,
.input textarea:active,
.select textarea:active,
.field textarea:focus,
.input textarea:focus,
.select textarea:focus {
  border-color: #a2a7a8;
}

.field input:active + label, .input input:active + label, .select input:active + label,
.field input:focus + label,
.input input:focus + label,
.select input:focus + label,
.field textarea:active + label,
.input textarea:active + label,
.select textarea:active + label,
.field textarea:focus + label,
.input textarea:focus + label,
.select textarea:focus + label {
  color: #8a8f90;
}

.field input.warn, .input input.warn, .select input.warn,
.field textarea.warn,
.input textarea.warn,
.select textarea.warn {
  border-color: #f44336;
  color: #f44336;
}

.field input.warn ~ p, .input input.warn ~ p, .select input.warn ~ p,
.field input.warn ~ label,
.input input.warn ~ label,
.select input.warn ~ label,
.field textarea.warn ~ p,
.input textarea.warn ~ p,
.select textarea.warn ~ p,
.field textarea.warn ~ label,
.input textarea.warn ~ label,
.select textarea.warn ~ label {
  color: #f44336;
}

.field input.warn::-webkit-input-placeholder, .input input.warn::-webkit-input-placeholder, .select input.warn::-webkit-input-placeholder,
.field textarea.warn::-webkit-input-placeholder,
.input textarea.warn::-webkit-input-placeholder,
.select textarea.warn::-webkit-input-placeholder {
  color: #f44336;
  opacity: 0.5;
}

.field input.warn::-moz-placeholder, .input input.warn::-moz-placeholder, .select input.warn::-moz-placeholder,
.field textarea.warn::-moz-placeholder,
.input textarea.warn::-moz-placeholder,
.select textarea.warn::-moz-placeholder {
  color: #f44336;
  opacity: 0.5;
}

.field input.warn:-ms-input-placeholder, .input input.warn:-ms-input-placeholder, .select input.warn:-ms-input-placeholder,
.field textarea.warn:-ms-input-placeholder,
.input textarea.warn:-ms-input-placeholder,
.select textarea.warn:-ms-input-placeholder {
  color: #f44336;
  opacity: 0.5;
}

.customLabel {
  width: 100%;
  margin-bottom: 15px;
  color: #a2a7a8;
  font-size: 9pt;
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  text-transform: uppercase;
}

/**
Checkbox, Radio, Input, Select, ImageUpload
 */
.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox label {
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
}

.checkbox label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 11.2px;
  height: 6.2px;
  background: transparent;
  top: 8px;
  left: 7px;
  border: 2px solid #c3073f;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.checkbox label:hover {
  background: #f9f9f9;
  border: 1px solid #888888;
}

.checkbox label:hover ~ p {
  color: #777;
}

.checkbox input {
  height: 28px;
  width: 28px;
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.checkbox input[type="checkbox"]:checked ~ p {
  color: #c3073f;
}

.checkbox p {
  position: relative;
  font-size: 10pt;
  font-weight: 500;
  font-family: "Ubuntu", "Lato", sans-serif;
  color: #888;
  margin-left: 7px;
  margin-right: 2px;
}

.radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio label {
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio label:after {
  opacity: 0;
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 50%;
  background: #c3073f;
}

.radio label:hover {
  background: #f9f9f9;
  border: 1px solid #888888;
}

.radio label:hover ~ p {
  color: #777;
}

.radio input {
  height: 28px;
  width: 28px;
  opacity: 0;
}

.radio input[type="radio"]:checked + label:after {
  opacity: 1;
}

.radio input[type="radio"]:checked ~ p {
  color: #c3073f;
}

.radio p {
  position: relative;
  font-size: 10pt;
  font-weight: 500;
  font-family: "Ubuntu", "Lato", sans-serif;
  color: #888;
  margin-left: 7px;
  margin-right: 2px;
}

.input label {
  display: none;
}

.input p {
  margin-bottom: 5px;
  color: #a2a7a8;
  font-size: 9pt;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  text-transform: uppercase;
}

.input input:active,
.input input:focus,
.input textarea:active,
.input textarea:focus {
  border-color: #8a8f90;
}

.input input:active ~ p,
.input input:active + p,
.input input:focus ~ p,
.input input:focus + p,
.input textarea:active ~ p,
.input textarea:active + p,
.input textarea:focus ~ p,
.input textarea:focus + p {
  color: #8a8f90 !important;
}

.input.force-active input,
.input.force-active textarea {
  border-color: #c3073f;
  color: #c3073f !important;
  background: #f5f5f5;
}

.input.force-active p {
  color: #c3073f !important;
}

.select select {
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #e2e8ea;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 46px;
  color: #000000;
  font-size: 12pt;
  font-family: "Ubuntu", "Lato", sans-serif;
  font-weight: 300;
  text-decoration: none;
  outline: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 5px 20px;
  position: relative;
}

.select datalist select {
  margin-top: 76px !important;
  height: auto !important;
  background: #ffffff !important;
  max-height: 100px;
  overflow-y: scroll;
  border-radius: 6px;
}

.select label {
  display: none;
}

.select > p {
  margin-bottom: 5px;
  color: #a2a7a8;
  font-size: 9pt;
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  text-transform: uppercase;
}

.select .input {
  padding-top: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.group-checkbox,
.group-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.group-checkbox > p,
.group-radio > p {
  margin-bottom: 5px;
  color: #a2a7a8;
  font-size: 9pt;
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  text-transform: uppercase;
}

.group-checkbox .container,
.group-radio .container {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1fr !important;
      grid-template-columns: 1fr 1fr !important;
  grid-column-gap: 10px !important;
  grid-row-gap: 10px !important;
  padding: 5px !important;
  border: 1px solid #e2e8ea;
  border-radius: 4px;
  min-height: 46px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-checkbox .container .checkbox,
.group-checkbox .container .radio,
.group-radio .container .checkbox,
.group-radio .container .radio {
  grid-column: span 1;
}

.upload {
  width: auto;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.upload label,
.upload p {
  margin-bottom: 5px;
  color: #a2a7a8;
  font-size: 9pt;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  text-transform: uppercase;
}

.upload .upload-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 250px;
  height: 250px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #e2e8ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.upload .upload-container div.picture {
  width: 100%;
  height: 100%;
  position: relative;
  background: #e6e6e6;
}

.upload .upload-container div.picture input {
  display: none;
}

.upload .upload-container div.picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.upload .upload-action {
  width: 250px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  padding-top: 14px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.upload .upload-action .upload-button {
  grid-column: span 1;
  background: transparent;
  border: 1px solid #1a1a1d !important;
}

.upload .upload-action .upload-button .loader i,
.upload .upload-action .upload-button .loader span {
  color: #1a1a1d !important;
}

.upload .upload-action .upload-button i {
  color: #1a1a1d !important;
}

.upload .upload-action .upload-button span {
  color: #1a1a1d !important;
}

.upload .upload-action .upload-button:hover, .upload .upload-action .upload-button:active, .upload .upload-action .upload-button:focus {
  background: #1a1a1d;
}

.upload .upload-action .upload-button:hover i,
.upload .upload-action .upload-button:hover span,
.upload .upload-action .upload-button:hover .loader i,
.upload .upload-action .upload-button:hover .loader span, .upload .upload-action .upload-button:active i,
.upload .upload-action .upload-button:active span,
.upload .upload-action .upload-button:active .loader i,
.upload .upload-action .upload-button:active .loader span, .upload .upload-action .upload-button:focus i,
.upload .upload-action .upload-button:focus span,
.upload .upload-action .upload-button:focus .loader i,
.upload .upload-action .upload-button:focus .loader span {
  color: #ffffff !important;
}

.upload .upload-action .upload-button-remove {
  grid-column: span 1;
  background: transparent;
  border: 1px solid #f44336 !important;
}

.upload .upload-action .upload-button-remove .loader i,
.upload .upload-action .upload-button-remove .loader span {
  color: #f44336 !important;
}

.upload .upload-action .upload-button-remove i {
  color: #f44336 !important;
}

.upload .upload-action .upload-button-remove span {
  color: #f44336 !important;
}

.upload .upload-action .upload-button-remove:hover, .upload .upload-action .upload-button-remove:active, .upload .upload-action .upload-button-remove:focus {
  background: #f44336;
}

.upload .upload-action .upload-button-remove:hover i,
.upload .upload-action .upload-button-remove:hover span,
.upload .upload-action .upload-button-remove:hover .loader i,
.upload .upload-action .upload-button-remove:hover .loader span, .upload .upload-action .upload-button-remove:active i,
.upload .upload-action .upload-button-remove:active span,
.upload .upload-action .upload-button-remove:active .loader i,
.upload .upload-action .upload-button-remove:active .loader span, .upload .upload-action .upload-button-remove:focus i,
.upload .upload-action .upload-button-remove:focus span,
.upload .upload-action .upload-button-remove:focus .loader i,
.upload .upload-action .upload-button-remove:focus .loader span {
  color: #ffffff !important;
}

.upload .upload-container.warn {
  border-color: #f44336;
  color: #f44336;
}

.upload .upload-container.warn ~ p,
.upload .upload-container.warn label {
  color: #f44336;
}

.upload input.warn::-webkit-input-placeholder {
  color: #f44336;
}

.upload input.warn::-moz-placeholder {
  color: #f44336;
}

.upload input.warn:-ms-input-placeholder {
  color: #f44336;
}

.cardView {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(90, 92, 107, 0.05), 0 1px 5px 0 rgba(90, 92, 107, 0.05);
          box-shadow: 0 1px 5px 0 rgba(90, 92, 107, 0.05), 0 1px 5px 0 rgba(90, 92, 107, 0.05);
  min-height: 20px;
  margin-bottom: 20px;
}

.cardView .content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 992px) {
  .cardView .content {
    padding: 10px;
  }
}

.containerBorder {
  min-height: 36px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  min-width: 100px;
}

.contentLabel {
  font-size: 10pt;
  color: #a3a5a6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
}

.contentLabel::after {
  content: "";
  padding-left: 1px;
  padding-right: 5px;
}

.contentContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 10px 5px 0;
}

.contentContainer i {
  font-size: 12pt;
  color: #a3a5a6;
  margin-right: 5px;
}

.contentContainer span:not(.contentLabel) {
  color: #000000;
  font-weight: 400;
  font-size: 10pt;
}

body .mobileOnly {
  display: none !important;
}

@media all and (max-width: 992px) {
  body .mobileOnly {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.customScroll::-webkit-scrollbar-track {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.customScroll::-webkit-scrollbar {
  width: 10px;
}

.customScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dddddd;
}

.defaultContainer {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 992px) {
  .defaultContainer {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
}

@-webkit-keyframes placeholder-animation {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@keyframes placeholder-animation {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

html body .placeholder-image, html body .placeholder-image-mini {
  background: #f2f2f2 url('data:image/svg+xml;utf8,<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" stroke="#fff"><g fill="none" fill-rule="evenodd" stroke-width="2"><circle cx="22" cy="22" r="1"><animate attributeName="r" begin="0s" dur="1.8s" values="1; 20" calcMode="spline" keyTimes="0; 1" keySplines="0.165, 0.84, 0.44, 1" repeatCount="indefinite" /><animate attributeName="stroke-opacity" begin="0s" dur="1.8s" values="1; 0" calcMode="spline" keyTimes="0; 1" keySplines="0.3, 0.61, 0.355, 1" repeatCount="indefinite" /></circle><circle cx="22" cy="22" r="1"><animate attributeName="r" begin="-0.9s" dur="1.8s" values="1; 20" calcMode="spline" keyTimes="0; 1" keySplines="0.165, 0.84, 0.44, 1" repeatCount="indefinite" /><animate attributeName="stroke-opacity" begin="-0.9s" dur="1.8s" values="1; 0" calcMode="spline" keyTimes="0; 1" keySplines="0.3, 0.61, 0.355, 1" repeatCount="indefinite" /></circle></g></svg>') no-repeat center;
  background-size: 100px 100px !important;
}

html body .placeholder-image img[src=""], html body .placeholder-image-mini img[src=""], html body .placeholder-image img[src="#"], html body .placeholder-image-mini img[src="#"] {
  display: none !important;
}

html body .placeholder-image-mini {
  background-size: 40px 40px !important;
}

/**







PROJECT SPECIFIC





 */
.listing-item {
  width: 360px;
  height: 360px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 5px 15px -7px rgba(136, 136, 136, 0.2);
          box-shadow: 0 5px 15px -7px rgba(136, 136, 136, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.listing-item.paginator {
  -webkit-box-ordinal-group: 100000001;
      -ms-flex-order: 100000000;
          order: 100000000;
  position: relative;
  background: #ffffff;
  border: 1px dashed #eee;
  min-height: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listing-item.paginator > .main {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listing-item.paginator > .main p {
  font-size: 18pt;
  color: #aaa;
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  text-align: center;
  max-width: 300px;
  margin: 0 0 40px 0;
}

.listing-item.paginator > .main span {
  font-size: 11pt;
  text-align: center;
  color: #2c2c2c;
}

.listing-item[data-type="rent"].paginator {
  background: #1a1a1d !important;
  -webkit-box-shadow: 0 10px 30px -15px rgba(26, 26, 29, 0.6) !important;
          box-shadow: 0 10px 30px -15px rgba(26, 26, 29, 0.6) !important;
  border: 1px solid #1a1a1d !important;
  -webkit-transition: background 0.2s, border 0.2s !important;
  transition: background 0.2s, border 0.2s !important;
}

.listing-item[data-type="rent"].paginator:hover, .listing-item[data-type="rent"].paginator:active {
  background: #0e0e10 !important;
  -webkit-box-shadow: 0 10px 30px -15px rgba(26, 26, 29, 0.6) !important;
          box-shadow: 0 10px 30px -15px rgba(26, 26, 29, 0.6) !important;
  border: 1px solid #0e0e10 !important;
  -webkit-transition: background 0.2s, border 0.2s !important;
  transition: background 0.2s, border 0.2s !important;
}

.listing-item[data-type="rent"].paginator > .main p,
.listing-item[data-type="rent"].paginator > .main span {
  color: #ffffff;
}

.listing-item[data-type="rent"] > .main > .content > .heading > span:not(.title) {
  color: #1a1a1d;
}

.listing-item[data-type="buy"].paginator {
  background: #005cff !important;
  -webkit-box-shadow: 0 10px 30px -15px rgba(0, 92, 255, 0.6) !important;
          box-shadow: 0 10px 30px -15px rgba(0, 92, 255, 0.6) !important;
  border: 1px solid #005cff !important;
  -webkit-transition: background 0.2s, border 0.2s !important;
  transition: background 0.2s, border 0.2s !important;
}

.listing-item[data-type="buy"].paginator:hover, .listing-item[data-type="buy"].paginator:active {
  background: #0053e6 !important;
  border: 1px solid #0053e6 !important;
  -webkit-box-shadow: 0 10px 30px -15px rgba(0, 92, 255, 0.6) !important;
          box-shadow: 0 10px 30px -15px rgba(0, 92, 255, 0.6) !important;
  -webkit-transition: background 0.2s, border 0.2s !important;
  transition: background 0.2s, border 0.2s !important;
}

.listing-item[data-type="buy"].paginator > .main p,
.listing-item[data-type="buy"].paginator > .main span {
  color: #ffffff;
}

.listing-item[data-type="buy"] > .main > .content > .heading > span:not(.title) {
  color: #005cff;
}

.listing-item > .main {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.listing-item > .main > .image {
  position: relative;
  width: 100%;
  height: 180px;
}

.listing-item > .main > .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px 0 0 0;
}

.listing-item > .main > .image:after {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px 0 0 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "View listing";
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
}

.listing-item > .main > .content {
  padding: 15px;
}

.listing-item > .main > .content > .heading {
  font-size: 12pt;
  color: #262626;
  line-height: 1.4em;
  font-weight: 500;
  font-family: "Ubuntu", "Lato", sans-serif;
  margin-bottom: 10px;
  height: 3.2em;
}

.listing-item > .main > .content > .heading > .title {
  font-size: 12pt;
}

.listing-item > .main > .content > .heading > span:not(.title) {
  padding-left: 3px;
  border-radius: 2px;
  background: #fff;
  font-size: 12pt;
  font-weight: 400;
  color: #1a1a1d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-item > .main > .content > .heading > span:not(.title) > i {
  margin-left: 3px;
  font-size: 14pt;
}

.listing-item > .main > .content > .info {
  color: #aaa;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.listing-item > .main > .content > .info.money {
  color: #71bd1e;
}

.listing-item > .badges {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 1px solid #f5f5f5;
}

.listing-item > .badges > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 3px;
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listing-item > .badges > .item img {
  width: 21px;
  height: 21px;
}

.listing-item > .badges > .item p {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 9pt;
  font-weight: 500;
  color: #1a1a1d;
}

.listing-item > .badges > .item:last-of-type {
  border-bottom: none;
}

.listing-item:hover {
  -webkit-box-shadow: 0 10px 25px -12px rgba(136, 136, 136, 0.4);
          box-shadow: 0 10px 25px -12px rgba(136, 136, 136, 0.4);
}

.listing-item:hover > .main > .image:after {
  opacity: 1;
}

@media all and (max-width: 992px) {
  body .listing-item {
    width: 290px;
    height: 360px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    cursor: pointer;
  }
  body .listing-item > .main {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .listing-item > .main > .image {
    position: relative;
    width: 100%;
    height: 180px;
  }
  body .listing-item > .main > .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px 0 0 0;
  }
  body .listing-item > .main > .image:after {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px 0 0 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "View listing";
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
  }
  body .listing-item > .main > .content {
    padding: 15px;
  }
  body .listing-item > .main > .content > .heading {
    font-size: 13pt;
    color: #262626;
    line-height: 1.6em;
    font-weight: 500;
    font-family: "Ubuntu", "Lato", sans-serif;
    margin-bottom: 10px;
    height: 3.2em;
  }
  body .listing-item > .main > .content > .heading > span:not(.title) {
    position: relative;
    top: -1px;
    padding-left: 3px;
  }
  body .listing-item > .main > .content > .heading > span:not(.title) span {
    padding: 2px 6px;
    border-radius: 2px;
    background: #f5f5f5;
    font-size: 10pt;
    color: #1a1a1d;
  }
  body .listing-item > .main > .content > .info {
    color: #ccc;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  body .listing-item > .main > .content > .info.money {
    color: #7ed321;
  }
}

/**
ALERT
 */
#customAlertContainer {
  position: fixed;
  z-index: 10000000;
  right: 2%;
  top: 0;
  width: 320px;
  padding: 10px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100vh;
  overflow-y: auto;
  pointer-events: none;
}

#customAlertContainer::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

#customAlertContainer .customAlert {
  -webkit-box-shadow: 0 15px 30px -12px rgba(244, 67, 54, 0.3);
          box-shadow: 0 15px 30px -12px rgba(244, 67, 54, 0.3);
  padding: 15px 15px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12pt;
  font-family: "Lato", sans-serif, "Open Sans", "Arial", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

#customAlertContainer .customAlert.show {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

#customAlertContainer .customAlert::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

#customAlertContainer .customAlert .warnContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

#customAlertContainer .customAlert .warnContainer i {
  line-height: 0;
  color: #ffffff;
  font-size: 17pt;
}

#customAlertContainer .customAlert span {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 10pt;
  color: #ffffff;
  text-align: center;
  font-family: "Lato", sans-serif;
}

#customAlertContainer .customAlert.success {
  -webkit-box-shadow: 0 15px 30px -12px rgba(26, 26, 29, 0.3);
          box-shadow: 0 15px 30px -12px rgba(26, 26, 29, 0.3);
  background: #ffffff !important;
  border: 1px solid #eeeeee;
}

#customAlertContainer .customAlert.success i,
#customAlertContainer .customAlert.success span {
  color: #1a1a1d !important;
}

#customAlertContainer .customAlert.failure {
  -webkit-box-shadow: 0 15px 30px -12px rgba(244, 67, 54, 0.3);
          box-shadow: 0 15px 30px -12px rgba(244, 67, 54, 0.3);
  background: #f44336;
  padding: 15px 15px 15px 45px !important;
}

@media all and (max-width: 992px) {
  #customAlertContainer {
    position: fixed;
    z-index: 1000000;
    right: auto;
    margin: 0 auto;
    bottom: 0;
    top: auto;
    width: 100%;
    padding: 15px;
    max-width: 100%;
  }
  #customAlertContainer .customAlert {
    max-width: 400px;
    margin: 0 auto 15px auto;
    width: 100%;
  }
}

body {
  width: 100vw;
  margin: 0;
  overflow-x: hidden;
  padding: 80px 0 0;
}

body nav {
  height: calc(80px - 2 * 10px);
  width: 100%;
  background: #1a1a1d;
  -webkit-box-shadow: 0 5px 25px 0 rgba(90, 92, 107, 0.05), 0 2px 9px 0 rgba(90, 92, 107, 0.06);
          box-shadow: 0 5px 25px 0 rgba(90, 92, 107, 0.05), 0 2px 9px 0 rgba(90, 92, 107, 0.06);
  padding: 10px 0;
  position: fixed;
  top: 0;
  z-index: 100;
}

body nav .nav-spacer {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body nav .nav-content {
  height: 100%;
  max-width: calc(1160px - 2 * 20px);
  width: calc(100% - 2 * 20px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 992px) {
  body nav .nav-content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

body nav .nav-content .nav-logo {
  height: 100%;
  padding: 10px 0;
  max-width: 90px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body nav .nav-content .nav-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body nav .nav-content .nav-logo:focus, body nav .nav-content .nav-logo:active {
  background: transparent;
}

body nav .nav-content .nav-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  -webkit-transition: left 0.2s, -webkit-box-shadow 0.2s;
  transition: left 0.2s, -webkit-box-shadow 0.2s;
  transition: left 0.2s, box-shadow 0.2s;
  transition: left 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

body nav .nav-content .nav-menu .nav-menu-item {
  padding: 2px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

body nav .nav-content .nav-menu .nav-menu-item.active > .container > i,
body nav .nav-content .nav-menu .nav-menu-item.active > .container > span {
  color: #c3073f;
}

body nav .nav-content .nav-menu .nav-menu-item.active > .container:hover {
  color: #c3073f;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}

body nav .nav-content .nav-menu .nav-menu-item.active > .container:hover > i,
body nav .nav-content .nav-menu .nav-menu-item.active > .container:hover > span {
  color: #c3073f;
}

body nav .nav-content .nav-menu .nav-menu-item > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 15px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid transparent;
}

body nav .nav-content .nav-menu .nav-menu-item > .container > i {
  font-size: 13pt;
  margin-right: 4px;
  color: #ffffff;
  line-height: 0.5;
  max-width: 18px;
}

body nav .nav-content .nav-menu .nav-menu-item > .container span {
  font-size: 11pt;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  cursor: pointer;
  border: 1px solid transparent;
}

body nav .nav-content .nav-menu .nav-menu-item > .container span:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background: transparent;
}

body nav .nav-content .nav-menu .nav-menu-item > .container:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}

body nav .nav-content .nav-account {
  width: auto;
  margin-left: 40px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s, border 0s;
  transition: background 0.2s, border 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  text-decoration: none;
}

body nav .nav-content .nav-account:hover, body nav .nav-content .nav-account:active {
  border-radius: 4px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  -webkit-transition: background 0.2s, border 0.2s;
  transition: background 0.2s, border 0.2s;
}

body nav .nav-content .nav-account:hover > div.nav-account-text > p,
body nav .nav-content .nav-account:hover > div.nav-account-text > span, body nav .nav-content .nav-account:active > div.nav-account-text > p,
body nav .nav-content .nav-account:active > div.nav-account-text > span {
  color: #1a1a1d !important;
}

body nav .nav-content .nav-account:hover > div > img, body nav .nav-content .nav-account:active > div > img {
  opacity: 1;
}

body nav .nav-content .nav-account.active {
  border-radius: 8px;
  background: #eee;
  border: 1px solid #eee;
}

body nav .nav-content .nav-account.active > div.nav-account-text > p,
body nav .nav-content .nav-account.active > div.nav-account-text > span {
  color: #1a1a1d !important;
}

body nav .nav-content .nav-account.active > div > img {
  opacity: 1;
}

body nav .nav-content .nav-account.active:hover, body nav .nav-content .nav-account.active:active {
  border-radius: 8px;
  background: #eee;
  border: 1px solid #eee;
}

body nav .nav-content .nav-account.active:hover > div.nav-account-text > p,
body nav .nav-content .nav-account.active:hover > div.nav-account-text > span, body nav .nav-content .nav-account.active:active > div.nav-account-text > p,
body nav .nav-content .nav-account.active:active > div.nav-account-text > span {
  color: #1a1a1d !important;
}

body nav .nav-content .nav-account.active:hover > div > img, body nav .nav-content .nav-account.active:active > div > img {
  opacity: 1;
}

body nav .nav-content .nav-account > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body nav .nav-content .nav-account > div img {
  opacity: 0.8;
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: none;
          filter: none;
}

body nav .nav-content .nav-account > div.nav-account-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  min-width: 70px;
}

body nav .nav-content .nav-account > div.nav-account-text > p {
  color: #2c2c2c;
  font-weight: 400;
  margin-top: 0;
  font-size: 9pt;
  margin-bottom: 2px;
}

body nav .nav-content .nav-account > div.nav-account-text > span {
  font-family: "Ubuntu", "Lato", sans-serif;
  font-size: 11pt;
  color: #1a1a1d;
  font-weight: 500;
  min-height: 16px;
  -webkit-animation-name: prevent-blink;
          animation-name: prevent-blink;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body footer {
  height: 5vh;
  min-height: 40px;
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c3073f;
}

body footer > .content {
  max-width: calc(1160px - 2 * 20px);
  width: calc(100% - 2 * 20px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media all and (max-width: 992px) {
  body footer > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

body footer > .content > div {
  grid-column: span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer > .content > div.logo img {
  height: 30px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

body footer > .content > div.site-map {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body footer > .content > div.site-map a {
  cursor: pointer;
  padding-bottom: 20px;
}

body footer > .content > div.site-map a span {
  color: #ffffff;
  font-size: 11pt;
  text-align: center;
  font-weight: 300;
}

body footer > .content > div.site-map a:last-of-type {
  padding-bottom: 0;
}

body footer > .content > div.site-map a:hover span {
  text-decoration: underline;
}

body footer > .content > div.site-map a.active {
  cursor: default;
}

body footer > .content > div.site-map a.active span {
  font-weight: 500;
}

body footer > .content > div.site-map a.active:hover span {
  text-decoration: none;
}

body footer > .content > div.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

body footer > .content > div.company span {
  color: #ffffff;
  font-size: 11pt;
  text-align: center;
  font-weight: 300;
}

.loading-block {
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  background: white;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.loading-block.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.2s linear 0.1s;
  transition: opacity 0.2s linear 0.1s;
}

.loading-block > .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes loading-icon-animation {
  0% {
    opacity: 0.7;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes loading-icon-animation {
  0% {
    opacity: 0.7;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.loading-block > .content > .icon {
  height: 50px;
  width: 50px;
  -webkit-animation: loading-icon-animation;
          animation: loading-icon-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.loading-block > .content > .icon > i {
  color: #1a1a1d;
  font-size: 40px;
}

@media all and (max-width: 992px) {
  body.menu-active nav .nav-content .nav-spacer {
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  body.menu-active nav .nav-content .nav-logo::before {
    content: "\2715";
  }
  body.menu-active nav .nav-content .nav-search {
    left: 15px;
  }
  body.menu-active nav .nav-content .nav-menu {
    left: 0;
    -webkit-box-shadow: 90px 5px 100px 0 rgba(90, 92, 107, 0.5), 0 2px 9px 0 rgba(90, 92, 107, 0.2);
            box-shadow: 90px 5px 100px 0 rgba(90, 92, 107, 0.5), 0 2px 9px 0 rgba(90, 92, 107, 0.2);
    -webkit-transition: left 0.2s, -webkit-box-shadow 0.2s;
    transition: left 0.2s, -webkit-box-shadow 0.2s;
    transition: left 0.2s, box-shadow 0.2s;
    transition: left 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  body nav .nav-content {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body nav .nav-content .nav-spacer {
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  body nav .nav-content .nav-logo {
    height: 100%;
    padding: 10px 0 10px 57px;
    max-width: 140px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 110;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0 auto;
  }
  body nav .nav-content .nav-logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body nav .nav-content .nav-logo::before {
    position: absolute;
    left: 0;
    content: "\2630";
    height: 42px;
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    color: #000;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    margin-right: 0;
    margin-left: 10px;
  }
  body nav .nav-content .nav-logo:active::before, body nav .nav-content .nav-logo:focus::before, body nav .nav-content .nav-logo:hover::before {
    background: #ffffff;
  }
  body nav .nav-content .nav-search {
    margin-top: 70px;
    z-index: 110;
    position: absolute;
    padding: 0;
    top: 15px;
    width: calc(80% - 30px);
    left: -90%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
  body nav .nav-content .nav-search .nav-search-container {
    border: 1px solid #e8e8e8;
    background: #fff;
    width: 100%;
    padding: 0 5%;
    height: 70px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(90, 92, 107, 0.05), 0 1px 5px 0 rgba(90, 92, 107, 0.05);
            box-shadow: 0 1px 5px 0 rgba(90, 92, 107, 0.05), 0 1px 5px 0 rgba(90, 92, 107, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  body nav .nav-content .nav-search .nav-search-container img {
    margin-right: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body nav .nav-content .nav-search .nav-search-container input {
    text-align: left;
    border-radius: 0;
    height: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid transparent;
    color: #000000;
    font-size: 13pt;
    font-weight: 300;
    text-decoration: none;
    outline: none;
  }
  body nav .nav-content .nav-menu {
    position: fixed;
    z-index: 109;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    left: -95%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 170px 0 0;
    width: 95%;
    background: #1a1a1d;
    -webkit-box-shadow: 0 5px 30px 0 rgba(90, 92, 107, 0.07), 0 2px 9px 0 rgba(90, 92, 107, 0.08);
            box-shadow: 0 5px 30px 0 rgba(90, 92, 107, 0.07), 0 2px 9px 0 rgba(90, 92, 107, 0.08);
    -webkit-transition: left 0.2s, -webkit-box-shadow 0.2s;
    transition: left 0.2s, -webkit-box-shadow 0.2s;
    transition: left 0.2s, box-shadow 0.2s;
    transition: left 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  body nav .nav-content .nav-menu .nav-menu-item {
    padding: 10px 15px;
  }
  body nav .nav-content .nav-menu .nav-menu-item span {
    display: inline-block;
    font-size: 16pt;
    text-align: center;
    color: #2c2c2c;
    font-weight: 400;
    border-radius: 4px;
    min-width: 50vw;
    padding: 15px 30px;
  }
  body nav .nav-content .nav-menu .nav-menu-item:first-of-type {
    border-top: 1px solid #eeeeee;
  }
  body nav .nav-content .nav-account {
    margin-right: 0;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: auto;
    border: 1px solid #eeeeee;
  }
  body nav .nav-content .nav-account > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body nav .nav-content .nav-account > div img {
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body footer {
    height: 200px;
    background: #262626;
  }
  body footer > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    width: calc(100% - 20px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media all and (max-width: 992px) and (max-width: 992px) {
  body footer > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

@media all and (max-width: 992px) {
  body footer > .content > div {
    grid-column: span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body footer > .content > div.logo img {
    height: 30px;
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body footer > .content > div.site-map {
    display: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body footer > .content > div.site-map a {
    cursor: pointer;
    padding-bottom: 20px;
  }
  body footer > .content > div.site-map a span {
    color: #ffffff;
    font-size: 11pt;
    text-align: center;
    font-weight: 300;
  }
  body footer > .content > div.site-map a:hover span {
    text-decoration: underline;
  }
  body footer > .content > div.site-map a.active span {
    font-weight: 500;
  }
  body footer > .content > div.site-map a.active:hover span {
    text-decoration: none;
  }
  body footer > .content > div.company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body footer > .content > div.company span {
    color: #ffffff;
    font-size: 11pt;
    text-align: center;
    font-weight: 300;
  }
}

.sectionTitle {
  margin-bottom: 40px;
}

.sectionTitle p {
  font-family: "Ubuntu", "Lato", sans-serif;
  margin: 0;
  font-size: 16pt;
  font-weight: 600;
  color: #2c2c2c;
}

body {
  width: 100vw;
  margin: 0;
  overflow-x: hidden;
}

body main {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

body main section#account {
  width: 100%;
}

body main section#account > .content {
  max-width: calc(1160px - 2 * 20px);
  width: calc(100% - 2 * 20px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 60px;
  padding-bottom: 40px;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 992px) {
  body main section#account > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

body main section#account > .content header {
  padding: 0;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main section#account > .content header h2 {
  font-size: 28pt;
  color: #262626;
  font-family: "Ubuntu", "Lato", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 10px 0;
}

body main section#account > .content header h2 span {
  font-size: 28pt;
  color: #1a1a1d;
  font-family: "Ubuntu", "Lato", sans-serif;
  font-weight: 600;
  padding: 0;
}

body main section#account > .content header p {
  font-size: 12pt;
  color: #262626;
  margin: 0 0 15px 0;
  font-weight: 300;
}

body main section#account > .content > .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 200px;
      grid-template-columns: 1fr 1fr 200px;
  grid-gap: 30px;
}

body main section#account > .content > .info *.input {
  grid-column: span 1;
  min-width: 100%;
}

body main section#account > .content > .info *.button, body main section#account > .content > .info *.buttonPrimary, body main section#account > .content > .info section#search > .content > .search-bar > .container *.button-buy, body main section#search > .content > .search-bar > .container section#account > .content > .info *.button-buy, body main section#account > .content > .info *.buttonSecondary, body main section#account > .content > .info *.buttonGray, body main section#account > .content > .info *.buttonOutline, body main section#account > .content > .info section#search > .content > .search-bar > .container *.button-filter, body main section#search > .content > .search-bar > .container section#account > .content > .info *.button-filter, body main section#account > .content > .info *.buttonGradient {
  margin-top: 17px;
  margin-bottom: 15px;
}

body main section#actions {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  border-top: 1px solid #eeeeee;
}

body main section#actions > .content {
  max-width: calc(1160px - 2 * 20px);
  width: calc(100% - 2 * 20px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 40px;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 992px) {
  body main section#actions > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

body main section#actions > .content header {
  padding: 0;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main section#actions > .content header h2 {
  font-size: 20pt;
  color: #262626;
  font-family: #262626;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px 0;
}

body main section#actions > .content header h2 span {
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  color: #262626;
}

body main section#actions > .content header p {
  font-size: 12pt;
  color: #262626;
  margin: 0 0 15px 0;
  font-weight: 300;
}

body main section#actions > .content > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body main section#keys {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #fafafa;
}

body main section#keys > .content {
  max-width: calc(1160px - 2 * 20px);
  width: calc(100% - 2 * 20px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 40px;
  padding-bottom: 60px;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 992px) {
  body main section#keys > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

body main section#keys > .content header {
  padding: 0;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main section#keys > .content header h2 {
  font-size: 20pt;
  color: #262626;
  font-family: #262626;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px 0;
}

body main section#keys > .content header h2 span {
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  color: #262626;
}

body main section#keys > .content header p {
  font-size: 12pt;
  color: #262626;
  margin: 0 0 15px 0;
  font-weight: 300;
}

body main section#keys > .content > .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body main section#keys > .content > .info > .key-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@-webkit-keyframes showKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes showKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

body main section#keys > .content > .info > .key-list > .key {
  margin-bottom: 20px;
  color: #c3073f;
  font-weight: 600;
}

body main section#keys > .content > .info > .key-list > .key[data-new="true"] {
  -webkit-animation-name: showKey;
          animation-name: showKey;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body main section#keys > .content > .info > .key-list > .key > span {
  color: #1a1a1d;
}

body main section#keys > .content > .info > .key-list > .key i {
  font-weight: 300;
  color: #aaa;
  font-style: normal;
}

body main section#keys > .content > .info > .key-list > .key:before {
  content: "#";
  margin-right: 3px;
  color: #ddd !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body main section#keys > .content > .info > .box {
  width: calc(100% - 2 * 15px);
  padding: 15px;
  border: 1px solid #c3073f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section#keys > .content > .info > .box > .explain {
  min-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section#keys > .content > .info > .box > .explain span {
  color: #1a1a1d;
  font-weight: 600;
}

body main section#keys > .content > .info > .box > button {
  min-height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body main section#votes {
  width: 100%;
}

body main section#votes > .content {
  max-width: calc(1160px - 2 * 20px);
  width: calc(100% - 2 * 20px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 60px;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 992px) {
  body main section#votes > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

body main section#votes > .content header {
  padding: 0;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main section#votes > .content header h2 {
  font-size: 20pt;
  color: #262626;
  font-family: #262626;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px 0;
}

body main section#votes > .content header h2 span {
  font-weight: 600;
  font-family: "Ubuntu", "Lato", sans-serif;
  color: #262626;
}

body main section#votes > .content header p {
  font-size: 12pt;
  color: #262626;
  margin: 0 0 15px 0;
  font-weight: 300;
}

body main section#votes > .content .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

body main section#votes > .content .list .listing-item {
  grid-column: span 1;
  width: auto;
  height: auto;
}

body main section#votes > .content .list .listing-item .badges {
  display: none !important;
}

body main section#search {
  width: 100%;
  background: #1a1a1d;
  -webkit-animation-name: header-color;
          animation-name: header-color;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

body main section#search > .content {
  max-width: calc(1160px - 2 * 20px);
  width: calc(100% - 2 * 20px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 100px;
  padding-bottom: 100px;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 992px) {
  body main section#search > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

body main section#search > .content h1 {
  font-size: 26pt;
  color: #ffffff;
  max-width: 600px;
  font-family: "Ubuntu", "Lato", sans-serif;
  font-weight: 500;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  line-height: 1.4;
}

body main section#search > .content h4 {
  font-weight: 300;
  font-size: 13pt;
  max-width: 800px;
  line-height: 1.4;
  margin: 0 0 60px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
}

body main section#search > .content > .search-bar {
  height: 70px;
  width: 100%;
  max-width: 900px;
}

body main section#search > .content > .search-bar > .container {
  width: calc(100% - 20px);
  height: 100%;
  padding: 0 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(90, 92, 107, 0.07), 0 2px 9px 0 rgba(90, 92, 107, 0.08);
          box-shadow: 0 5px 30px 0 rgba(90, 92, 107, 0.07), 0 2px 9px 0 rgba(90, 92, 107, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}

body main section#search > .content > .search-bar > .container img {
  margin-right: 16px;
  margin-left: 10px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

body main section#search > .content > .search-bar > .container input {
  text-align: left;
  border-radius: 0;
  height: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid transparent;
  color: #000000;
  font-size: 14pt;
  font-weight: 300;
  text-decoration: none;
  outline: none;
}

body main section#search > .content > .search-bar > .container input::-webkit-input-placeholder {
  color: #a2a7a8;
}

body main section#search > .content > .search-bar > .container input::-moz-placeholder {
  color: #a2a7a8;
}

body main section#search > .content > .search-bar > .container input:-ms-input-placeholder {
  color: #a2a7a8;
}

body main section#search > .content > .search-bar > .container input:focus, body main section#search > .content > .search-bar > .container input:active {
  color: #1a1a1d;
  border-bottom: 1px solid #1a1a1d;
}

body main section#search > .content > .search-bar > .container .button-buy {
  margin-right: 10px;
  margin-left: 20px;
}

body main section#search > .content > .search-bar > .container .button-filter {
  background: transparent;
  border: 1px solid #1a1a1d;
}

body main section#search > .content > .search-bar > .container .button-filter .loader i,
body main section#search > .content > .search-bar > .container .button-filter .loader span {
  color: #1a1a1d;
}

body main section#search > .content > .search-bar > .container .button-filter i {
  color: #1a1a1d;
}

body main section#search > .content > .search-bar > .container .button-filter span {
  color: #1a1a1d;
}

body main section#search > .content > .search-bar > .container .button-filter:hover, body main section#search > .content > .search-bar > .container .button-filter:active, body main section#search > .content > .search-bar > .container .button-filter:focus {
  background: #1a1a1d;
}

body main section#search > .content > .search-bar > .container .button-filter:hover i,
body main section#search > .content > .search-bar > .container .button-filter:hover span,
body main section#search > .content > .search-bar > .container .button-filter:hover .loader i,
body main section#search > .content > .search-bar > .container .button-filter:hover .loader span, body main section#search > .content > .search-bar > .container .button-filter:active i,
body main section#search > .content > .search-bar > .container .button-filter:active span,
body main section#search > .content > .search-bar > .container .button-filter:active .loader i,
body main section#search > .content > .search-bar > .container .button-filter:active .loader span, body main section#search > .content > .search-bar > .container .button-filter:focus i,
body main section#search > .content > .search-bar > .container .button-filter:focus span,
body main section#search > .content > .search-bar > .container .button-filter:focus .loader i,
body main section#search > .content > .search-bar > .container .button-filter:focus .loader span {
  color: #fff;
}

@media all and (max-width: 992px) {
  body main {
    width: 100%;
    height: 100%;
  }
  body main section#account {
    width: 100%;
  }
  body main section#account > .content header h2 {
    font-size: 20pt;
  }
  body main section#account > .content header h2 span {
    font-size: 20pt;
  }
  body main section#account > .content header p {
    font-size: 11pt;
    color: #262626;
    margin: 0 0 15px 0;
    font-weight: 200;
  }
  body main section#account > .content > .info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  body main section#account > .content > .info *.input {
    grid-column: span 1;
    min-width: 100%;
  }
  body main section#account > .content > .info *.button, body main section#account > .content > .info *.buttonPrimary, body main section#account > .content > .info section#search > .content > .search-bar > .container *.button-buy, body main section#search > .content > .search-bar > .container section#account > .content > .info *.button-buy, body main section#account > .content > .info *.buttonSecondary, body main section#account > .content > .info *.buttonGray, body main section#account > .content > .info *.buttonOutline, body main section#account > .content > .info section#search > .content > .search-bar > .container *.button-filter, body main section#search > .content > .search-bar > .container section#account > .content > .info *.button-filter, body main section#account > .content > .info *.buttonGradient {
    margin: 0;
    grid-column: span 1;
  }
  body main section#listings {
    width: 100%;
  }
  body main section#listings > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 2 * 20px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media all and (max-width: 992px) and (max-width: 992px) {
  body main section#listings > .content {
    max-width: calc(1160px - 2 * 20px);
    width: calc(100% - 2 * 20px);
  }
}

@media all and (max-width: 992px) {
  body main section#listings > .content .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  body main section#listings > .content .list .listing-item {
    grid-column: span 1;
    width: auto;
    height: auto;
  }
  body main section#listings > .content .list .listing-item .badges {
    display: none !important;
  }
  body main section#search > .content {
    padding-top: 60px;
    padding-bottom: 60px;
    width: calc(100% - 20px);
  }
  body main section#search > .content h1 {
    font-size: 22pt;
    max-width: 90%;
  }
  body main section#search > .content h4 {
    font-size: 13pt;
    max-width: 90%;
  }
  body main section#search > .content > .search-bar {
    height: 70px;
    width: 100%;
    max-width: 100%;
  }
  body main section#search > .content > .search-bar > .container {
    width: 100%;
    padding: 0;
  }
  body main section#search > .content > .search-bar > .container img {
    margin-right: 16px;
    margin-left: 10px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main section#search > .content > .search-bar > .container input {
    font-size: 12pt;
  }
  body main section#search > .content > .search-bar > .container .button-buy {
    margin-right: 10px;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  body main section#search > .content > .search-bar > .container .button-filter {
    display: none;
  }
}

@media all and (max-width: 768px) {
  body main section#listings > .content .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
/*# sourceMappingURL=account.css.map */