@charset "UTF-8";
/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
       transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
   -ms-transform: translate(-50%, 50%);
       transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
   -ms-transform: translate(50%, 50%);
       transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%, 0);
   -ms-transform: translate(0, -50%, 0);
       transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
   -ms-transform: translate(0, 50%);
       transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
       transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

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

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

td,
th {
  padding: 0;
}

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
       transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

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

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  https://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  https://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
       animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  -moz-animation-name: remodal-overlay-opening-keyframes;
       animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  -moz-animation-name: remodal-overlay-closing-keyframes;
       animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
       animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  -moz-animation-name: remodal-opening-keyframes;
       animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  -moz-animation-name: remodal-closing-keyframes;
       animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-moz-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
         transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
         transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-moz-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
         transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
         transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.rrssb-buttons.large-format li a .rrssb-text, .rrssb-buttons.large-format li a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.rrssb-buttons li a, .rrssb-buttons li, .rrssb-buttons {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rrssb-buttons li {
  float: left;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2.5px;
}
.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}
.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6;
}
.rrssb-buttons li.rrssb-facebook a {
  background-color: #3479D8;
}
.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #2361b6;
}
.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d;
}
.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a;
}
.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6;
}
.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983;
}
.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}
.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6;
}
.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e;
}
.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616;
}
.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31;
}
.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627;
}
.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3;
}
.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9;
}
.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621;
}
.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119;
}
.rrssb-buttons li.rrssb-pocket a {
  background-color: #ED4054;
}
.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d;
}
.rrssb-buttons li.rrssb-github a {
  background-color: #444;
}
.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2b2b;
}
.rrssb-buttons li.rrssb-instagram a {
  background-color: #517fa4;
}
.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #406582;
}
.rrssb-buttons li.rrssb-whatsapp a {
  background-color: #34D788;
}
.rrssb-buttons li.rrssb-whatsapp a:hover {
  background-color: #24b46e;
}
.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 8px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.rrssb-buttons li a .rrssb-icon {
  display: block;
  height: 100%;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
}
.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px;
}
.rrssb-buttons li a .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
  fill: #fff;
}
.rrssb-buttons li a .rrssb-text {
  color: #fff;
  margin-left: 5px;
}
.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}
.rrssb-buttons li.small a {
  padding: 0;
}
.rrssb-buttons li.small a .rrssb-icon {
  height: 100%;
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%;
}
.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden;
}
.rrssb-buttons.large-format {
  height: auto;
}
.rrssb-buttons.large-format li {
  height: auto;
}
.rrssb-buttons.large-format li a {
  border-radius: 0.2em;
  font-size: 15px;
  font-size: 1vw;
  line-height: 1vw;
  padding: 7% 0% 7% 12%;
}
.rrssb-buttons.large-format li a .rrssb-icon {
  left: 7%;
  padding-top: 0;
  width: 12%;
}
.rrssb-buttons.large-format li a .rrssb-icon svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.rrssb-buttons.large-format li a .rrssb-text {
  font-size: 15px;
}
.rrssb-buttons.large-format li a:hover {
  font-size: 15px;
  padding: 7% 0% 7% 12%;
  border-radius: 0.2em;
}
.rrssb-buttons.small-format {
  padding-top: 5px;
}
.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1.5px;
}
.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0;
}
.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 48%;
  position: relative;
  top: 6px;
  width: 80%;
}
.alertify,
.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); /* easeOutBack */
}

.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045); /* easeInBack */
}

.alertify-log-hide {
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045); /* easeInBack */
}

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

.alertify-cover-hidden {
  display: none;
}

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1;
}

.alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}

/* overwrite display: none; for everything except IE6-8 */
:root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.alertify-logs-hidden {
  display: none;
}

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}

.alertify-log-show {
  right: 0;
  opacity: 1;
}

.alertify-log-hide {
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  transform: translate(300px, 0);
  opacity: 0;
}

.alertify-dialog {
  padding: 25px;
}

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}
/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
  font-family: sans-serif;
}

.alertify {
  background: #FFF;
  border: 10px solid #333; /* browsers that don't support rgba */
  border: 10px solid rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); /* Safari 4? Chrome 6? */ /* Firefox 3.6 */
  background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}

.alertify-button {
  /*
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0,0,0,.5);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));*/
  border: 0;
  height: 40px;
  width: 100%;
  margin-top: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.alertify-button:hover,
.alertify-button:focus {
  outline: none;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.alertify-button:focus {
  box-shadow: 0 0 15px #2B72D5;
}

.alertify-button:active {
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #FE1A00;
  border: 1px solid #D83526;
}

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  background-color: #B71513;
  border: 0;
}

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0, 0.9);
}

.alertify-log-success {
  background: #5CB811;
  background: rgba(92, 184, 17, 0.9);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
         transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
         transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
         transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -moz-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
       transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -moz-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -moz-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -moz-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -moz-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/vendor/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/vendor/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -moz-transform: translateY(6px);
       transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -moz-transition: transform 0.25s, -moz-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
       transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - https://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/vendor/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  -moz-animation: clockwise 500ms linear infinite;
       animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  -moz-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
       animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
         transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
         transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -moz-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: "Antes";
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: "Depois";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.sweet-overlay {
  background-color: rgb(0, 0, 0); /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b7b7b7;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
   -ms-transform-origin: 60px 60px;
       transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
   -ms-transform-origin: 0px 60px;
       transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes showSweetAlert {
  0% {
    -moz-transform: scale(0.7);
         transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    -moz-transform: scale(0.95);
         transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -moz-transform: scale(0.7);
         transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-moz-keyframes hideSweetAlert {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.5);
         transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.5);
         transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
       animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  -moz-animation: none;
       animation: none;
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
       animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  -moz-animation: none;
       animation: none;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@-moz-keyframes rotatePlaceholder {
  0% {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    -moz-transform: rotate(-405deg);
         transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    -moz-transform: rotate(-405deg);
         transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    -moz-transform: rotate(-405deg);
         transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    -moz-transform: rotate(-405deg);
         transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
       animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
       animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
       animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes animateErrorIcon {
  0% {
    -moz-transform: rotateX(100deg);
         transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(0deg);
         transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    -moz-transform: rotateX(100deg);
         transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(0deg);
         transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
       animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes animateXMark {
  0% {
    -moz-transform: scale(0.4);
         transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.4);
         transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -moz-transform: scale(1.15);
         transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    -moz-transform: scale(0.4);
         transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.4);
         transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -moz-transform: scale(1.15);
         transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
       animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -moz-animation: pulseWarning 0.75s infinite alternate;
       animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -moz-animation: pulseWarningIns 0.75s infinite alternate;
       animation: pulseWarningIns 0.75s infinite alternate;
}

/*------------------------------------*
 * #MEDIA QUERIES */
/*------------------------------------ */
/*------------------------------------*
 * #FONT STACK */
/*------------------------------------ */
html, button, input, select, textarea {
  font-family: "Lato", arial, sans-serif;
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

/*------------------------------------*
 * #MAPS */
/*------------------------------------ */
.section-full-map.container .container {
  max-width: 100%;
}

.map-location-container iframe {
  width: 100% !important;
  height: 450px !important;
}
@media screen and (max-width: 670px) {
  .map-location-container {
    display: block;
  }
  .map-location-container .map-location-box {
    float: none;
    position: relative;
    z-index: auto;
    bottom: auto;
    width: 100%;
    margin: 10px 0 30px 0;
  }
  .map-location-container .map-location-box .icon-map {
    margin-top: 0px;
  }
}

#map {
  display: block;
  clear: both;
  width: 100%;
  height: 280px;
  margin: 32px 0;
  border-radius: 5px;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 48em) {
  #map {
    display: none;
  }
}

.inner-map {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}
.inner-map:last-child {
  margin-bottom: 0;
}

.map-location-box {
  background-color: #f3123c;
  padding: 10px 30px;
  border-radius: 30px;
  float: left;
  position: absolute;
  z-index: 9;
  bottom: 92%;
  width: 400px;
  right: 10px;
}
.map-location-box p {
  color: #ffffff !important;
  margin-bottom: 0px;
}
.map-location-box .icon-map {
  width: 30px;
  height: 40px;
  margin-top: 5px;
  background-image: url("../img/_icons/map_pin.png");
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  margin-right: 15px;
}

.map-info {
  padding: 20px;
  background: black;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.map-info .store-name {
  position: relative;
  float: left;
  padding-left: 30px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #B71513;
}
.map-info .store-name:after {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 21px;
  background: url("../img/icons-sprite.png") no-repeat -74px -195px;
}
.map-info p {
  margin: 0;
  color: white;
}
.sales-team .map-info .store-name {
  float: none;
}
.sales-team .map-info .store-name:after {
  top: 10px;
}
.sales-team .map-info p {
  margin-left: 31px;
}

/*------------------------------------*
 * #FOOTER */
/*------------------------------------ */
.section-full-map {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.section-full-map iframe {
  width: 100% !important;
  height: 450px !important;
}
.section-full-map p {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.section-full-map h2 {
  margin: 0;
}
.section-full-map nav {
  display: block;
  text-align: center;
}
.section-full-map .contact-list {
  margin-right: 0px;
}
.section-full-map .menu {
  margin: 0 auto;
  float: none;
}
@media screen and (max-width: 55em) {
  .section-full-map .menu li {
    margin-right: 7px;
  }
}
.section-full-map .footer-menu {
  padding: 25px 0;
}
.section-full-map .midias-footer {
  display: inline-block;
}
.section-full-map .midias-footer li {
  display: inline-block;
  background-color: #B71513;
  color: #fff;
  border-radius: 15px;
  padding: 6px 20px;
  vertical-align: top;
  height: 36px;
  margin-right: 30px;
}
.section-full-map .midias-footer li .bg-white {
  background-color: #fff;
  display: inline-block;
  border-radius: 10px 0px 0px 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 3px 10px;
  margin-left: 15px;
}
.section-full-map .midias-footer li a {
  color: #000;
}
.section-full-map .midias-footer li:first-child {
  padding: 0 0 0 20px;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 670px) {
  .section-full-map .midias-footer li:first-child {
    border-radius: 0;
  }
}
.section-full-map .midias-footer li:first-child span {
  vertical-align: super;
}
.section-full-map .midias-footer li:first-child a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.section-full-map .midias-footer li:first-child a.facebook {
  background-image: url("../img/_icons/facebook.png");
}
.section-full-map .midias-footer li:first-child a.instagram {
  background-image: url("../img/_icons/insta.png");
}
@media screen and (max-width: 670px) {
  .section-full-map .midias-footer {
    display: block;
    text-align: center;
  }
  .section-full-map .midias-footer li {
    display: block;
    margin: 0 0 5px 0;
  }
  .section-full-map .midias-footer li .bg-white {
    border-radius: 0;
    padding: 6px 10px 0px;
  }
}

@media screen and (max-width: 64em) {
  .section-full-map {
    background: #313131;
    padding: 20px 0 17px;
  }
  .section-full-map .col-1-2 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .section-full-map .col-1-2:last-child {
    margin-right: 0;
  }
  .section-full-map p {
    color: white;
  }
}
.center-block {
  text-align: center;
}
.center-block * {
  margin: 0 auto;
}

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

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

.shift-1 {
  margin-left: 8.4745762712%;
}

.shift-2 {
  margin-left: 16.9491525424%;
}

.shift-3 {
  margin-left: 25.4237288136%;
}

.shift-4 {
  margin-left: 33.8983050847%;
}

.no-margin {
  margin: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.col-1-2 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%;
}
.col-1-2:last-child {
  margin-right: 0;
}

.col-7 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 57.6271186441%;
}
.col-7:last-child {
  margin-right: 0;
}

.col-5 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 40.6779661017%;
}
.col-5:last-child {
  margin-right: 0;
}

.col-1-6 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 15.2542372881%;
}
.col-1-6:last-child {
  margin-right: 0;
}

.col-1-4 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 23.7288135593%;
}
.col-1-4:last-child {
  margin-right: 0;
}

.col-4 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
}
.col-4:last-child {
  margin-right: 0;
}

.container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
.container--no-pad {
  padding: 0;
}

/*------------------------------------*
 *  #index */
/*------------------------------------*/
.section {
  padding: 20px 0 40px;
}
.section--ctas {
  padding: 50px 0;
  min-height: 320px;
}

@media (max-width: 1100px) {
  .section-title {
    padding-left: 0;
  }
  .section-title--orange {
    background-color: #f78a2a;
  }
  .section-title--white {
    background-color: #fff;
  }
}
@media (max-width: 650px) {
  .section-title {
    text-align: center;
  }
}
/*------------------------------------*
 *  #section--ctas */
/*------------------------------------*/
.section--ctas .cta-box {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
  height: 165px;
  text-align: center;
  border-top: 3px solid #f3123c;
  border-radius: 10px 0px 10px 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  background-color: transparent;
}
.section--ctas .cta-box:last-child {
  margin-right: 0;
}
.section--ctas .cta-box:hover {
  background-color: #f3123c;
}
.section--ctas .cta-box:hover .cta-btn {
  color: #fff;
}
@media (max-width: 600px) {
  .section--ctas .cta-box {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    margin-bottom: 10px;
  }
  .section--ctas .cta-box:last-child {
    margin-right: 0;
  }
}
.section--ctas .cta-box h3 {
  margin: 50px 0;
  font-size: 21px;
  color: #FFF;
  text-transform: uppercase;
}
.section--ctas .cta-box .cta-btn {
  color: #f3123c;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  padding: 47px 70px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 600px) {
  .section--ctas .cta-box .cta-btn {
    padding: 47px 100px;
  }
}
@media (max-width: 800px) {
  .section--ctas .cta-box .cta-btn {
    padding: 47px 15px;
  }
}
.section--ctas .cta-box .cta-btn:hover {
  border: none;
  color: #fff;
}
.section--ctas .cta-box .cta-btn i {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}

/*------------------------------------*
 *  #header */
/*------------------------------------*/
.site-header__left {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 23.7288135593%;
}
.site-header__left:last-child {
  margin-right: 0;
}
.site-header__right {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 74.5762711864%;
}
.site-header__right:last-child {
  margin-right: 0;
}
.site-header__right__top {
  min-height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.site-header .cta-search-bar {
  background-color: #f3123c;
  padding: 0;
}

@media (max-width: 767px) {
  .site-header__left {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    padding: 10px 0;
  }
  .site-header__left:last-child {
    margin-right: 0;
  }
  .site-header__right {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
  }
  .site-header__right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .site-header__right__bottom {
    padding: 10px 0;
  }
  .site-header .site-header__left {
    display: block;
  }
}
@media (max-width: 510px) {
  .site-header__right__top {
    padding: 10px 0;
  }
}
/*------------------------------------*
 *  #stock */
/*------------------------------------*/
.stock-left {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 23.7288135593%;
}
.stock-left:last-child {
  margin-right: 0;
}

.stock-right {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 74.5762711864%;
}
.stock-right:last-child {
  margin-right: 0;
}

@media (max-width: 75em) {
  .stock-left {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 32.2033898305%;
  }
  .stock-left:last-child {
    margin-right: 0;
  }
  .stock-right {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 66.1016949153%;
  }
  .stock-right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 50em) {
  .stock-left {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .stock-left:last-child {
    margin-right: 0;
  }
  .stock-right {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .stock-right:last-child {
    margin-right: 0;
  }
}
/*------------------------------------*
 *  #titles */
/*------------------------------------*/
.section-title {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 45px;
  color: #1b1b1b;
  margin-bottom: 40px;
  font-weight: normal;
  border-bottom: 1px solid #1b1b1b;
}
.section-header--white .section-title {
  color: #1b1b1b;
}

/*------------------------------------*
 *  #contact-menu */
/*------------------------------------*/
.contact-menu .contact-menu__item {
  display: inline-block;
}
.contact-menu .contact-menu__item:first-child {
  margin-right: 30px;
}
.contact-area .contact-menu .contact-menu__item {
  line-height: 40px;
}
.contact-menu .contact-menu__link {
  color: #313131;
  font-weight: bold;
  text-decoration: none;
}
.contact-menu .contact-menu__link strong {
  color: #B71513;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-menu .contact-menu__link.__whatsapp strong {
  color: #00FF64;
}
.contact-menu .__mobile {
  display: none;
}
.contact-menu .__desktop {
  display: block;
}
@media (max-width: 640px) {
  .contact-menu .__mobile {
    display: block;
  }
  .contact-menu .__desktop {
    display: none;
  }
}
.contact-area .contact-menu {
  float: right;
}
.site-header__right__top .contact-menu {
  float: right;
  margin-top: 3px;
}
.full-map-info .contact-menu {
  float: right;
  line-height: 40px;
}
.full-map-info .contact-menu .contact-menu__link {
  color: #fff;
}

.about__text .contact-menu .contact-menu__item {
  display: block;
}

.icon-phone {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(../../img/icon_phone_black.png);
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.full-map-info .icon-phone {
  background: url(../../img/icon_phone_orange.png);
}

.icon-whatsapp {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(../../img/icon_whatsapp_green.png);
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.full-map-info .icon-whatsapp {
  background: url(../../img/icon_whatsapp_green.png);
}

.icon-whatsapp-black {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(../../img/icon_whatsapp_black.png);
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.icon-whatsapp-white {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(../../img/icon_whatsapp_green2.png);
  margin-right: 5px;
  position: relative;
  top: 5px;
}

@media (max-width: 1020px) {
  .contact-menu .contact-menu__item:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 790px) {
  .site-header__right__top .contact-menu {
    text-align: center;
    float: none;
    clear: left;
  }
  .site-header__right__top .contact-menu .contact-menu__item {
    padding: 10px 0;
  }
}
@media (max-width: 530px) {
  .contact-menu .contact-menu__item:first-child {
    margin-right: 5px;
  }
  .site-header__right__top .contact-menu {
    border-top: 0;
  }
}
@media (max-width: 500px) {
  .contact-menu {
    text-align: center;
  }
  .contact-menu .contact-menu__item {
    margin: 0 5px 0 0;
  }
  .full-map-info .contact-menu {
    float: none;
  }
  .contact-area .contact-menu {
    float: none;
  }
}
/*------------------------------------*
 *  #logo */
/*------------------------------------*/
.logo {
  float: left;
}
.logo a {
  display: block;
  width: 241px;
  height: 62px;
  background: url(../../img/logo.png) center center no-repeat;
  text-indent: -9999px;
}
.header-main .logo a {
  height: 99px;
}

@media (max-width: 850px) {
  .logo a {
    width: 200px;
    background-size: contain;
  }
}
.logo-new a {
  display: block;
  width: 100%;
  height: 140px;
  background: url(../../img/logo.png) center center no-repeat;
  text-indent: -9999px;
}

.logo-new--mobile {
  display: none;
}

@media (max-width: 950px) {
  .logo-new a {
    background-size: contain;
  }
}
@media (max-width: 790px) {
  .logo-new a {
    height: 45px;
  }
}
@media (max-width: 530px) {
  .logo-new {
    display: none;
  }
  .logo-new--mobile {
    display: block;
    float: left;
  }
  .logo-new--mobile a {
    width: 140px;
    max-width: 85px;
    height: 42px;
  }
}
/*------------------------------------*
 *  #menu */
/*------------------------------------*/
.menu .menu__item {
  display: inline-block;
  margin-left: 17px;
  line-height: 99px;
}
.menu .menu__item:first-child {
  margin-left: 0px;
}
@media (max-width: 750px) {
  .menu .menu__item {
    line-height: 55px;
  }
}
.menu .menu__link {
  cursor: pointer;
  color: #1b1b1b;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.menu .menu__link:hover, .menu .menu__link.active {
  color: #B71513;
}
.site-header .menu {
  float: right;
}
.section-footer .menu {
  text-align: center;
}
.section-footer .menu .menu__item:first-child {
  margin-left: 0;
}

@media (max-width: 1110px) {
  .menu .menu__item {
    margin-left: 20px;
  }
}
@media (max-width: 975px) {
  .menu .menu__item {
    margin-left: 10px;
  }
  .menu .menu__item a {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .menu .menu__item a {
    font-size: 13px;
  }
}
@media (max-width: 49.375em) {
  .site-header .menu {
    float: none;
    text-align: center;
  }
}
@media (max-width: 530px) {
  .menu-desktop {
    display: none;
  }
}
@media (max-width: 31.25em) {
  .section-footer .menu {
    display: none;
  }
}
/*------------------------------------*
 *  #menu-mobile */
/*------------------------------------*/
.menu-mobile {
  display: none;
}
.menu-mobile .menu {
  display: none;
  float: none;
}
.menu-mobile .menu .menu__item {
  display: block;
  border-bottom: 1px solid #999;
  margin-left: 0;
  line-height: 20px;
}
.menu-mobile .menu .menu__item:last-child {
  border: 0;
}
.menu-mobile .menu .menu__link {
  display: block;
  padding: 10px 0;
  text-align: center;
}

.menu-icon {
  display: none;
}

@media (max-width: 530px) {
  .menu-icon {
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    float: right;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    color: #333;
    font-size: 24px;
    line-height: 1;
  }
  .menu-icon span {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
  }
  .menu-mobile {
    display: block;
  }
  .menu-mobile::after {
    clear: both;
    content: "";
    display: table;
  }
}
/*------------------------------------*
 *  #social-list */
/*------------------------------------*/
.social-list .social-list__item {
  display: inline-block;
  margin-left: 10px;
}
.social-list .social-list__item:first-child {
  margin-left: 0;
}
.social-list .social-list__link {
  display: block;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  background-image: url(../../img/sprite_social_icons.png);
  background-repeat: no-repeat;
}
.social-list .social-list__link--facebook {
  background-position: 0 0;
}
.social-list .social-list__link--twitter {
  background-position: -45px 0;
}
.social-list .social-list__link--youtube {
  background-position: -90px 0;
}
.social-list .social-list__link--instagram {
  background-position: -135px -1px;
}
.site-header .social-list {
  float: left;
  margin-top: 7px;
}
.about__footer .social-list {
  text-align: center;
}

@media (max-width: 900px) {
  .social-list {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    float: none;
    text-align: center;
  }
  .social-list:last-child {
    margin-right: 0;
  }
  .social-list .social-list__item {
    margin-left: 5px;
  }
}
/*------------------------------------*
 *  #cta-list */
/*------------------------------------*/
.cta-list {
  float: left;
  border-radius: 10px;
}
.cta-list .cta-list__item {
  display: inline-block;
  width: 210px;
}
.cta-list .cta-list__link {
  position: relative;
  display: block;
  height: 50px;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.cta-list .cta-list__link::after {
  content: "";
  position: absolute;
  display: none;
  width: 10px;
  height: 13px;
  right: 5px;
  top: 18px;
  background: url(../../img/double_arrow_small.png) center center no-repeat;
}
.cta-list .cta-list__link:hover::after {
  display: block;
}
.cta-list .cta-list__link:hover {
  background: #ffffff;
  color: #B71513;
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 980px) {
  .cta-list {
    float: none;
    text-align: center;
  }
}
/*------------------------------------*
 *  #search-bar */
/*------------------------------------*/
.search-bar {
  position: relative;
  width: 100%;
}
.site-header .search-bar {
  float: right;
}
.search-bar .search-bar-group {
  position: relative;
  padding: 10px 0;
}
.search-bar .search-bar__input {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 50px;
  padding: 0 40px 0 20px;
  font-weight: bold;
  outline: 0;
}
.search-bar .search-bar__input::-webkit-input-placeholder {
  color: #333;
}
.search-bar .search-bar__input:-moz-placeholder {
  color: #333;
}
.search-bar .search-bar__input::-moz-placeholder {
  color: #333;
}
.search-bar .search-bar__input:-ms-input-placeholder {
  color: #333;
}
.search-bar .search-bar__submit {
  border: 0;
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  height: 50px;
  width: 50px;
  background: url(../../img/search_bar_icon.png) center center no-repeat;
}

@media (max-width: 980px) {
  .search-bar {
    max-width: 100%;
    padding: 0 10px 10px;
  }
}
/*------------------------------------*
 *  #black-strip */
/*------------------------------------*/
.black-strip {
  padding: 25px 0;
  background-color: #FFF;
  text-align: center;
  color: #f3123c;
  border-bottom: 1px solid #f3123c;
}

.black-strip--small {
  padding: 10px 0;
}

/*------------------------------------*
 *  #slider */
/*------------------------------------*/
.slider-mobile {
  display: none;
  visibility: hidden;
}

.slider-desktop {
  visibility: hidden;
}

@media (max-width: 700px) {
  .slider-desktop {
    display: none;
  }
  .slider-mobile {
    display: block;
  }
}
.banner-container {
  margin-bottom: 0px;
}

.slider-wrapper img, .js-slider img {
  max-width: 100%;
  margin: 0 auto;
}
.slider-wrapper .slick-dotted.slick-slider, .js-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-wrapper .slick-prev, .js-slider .slick-prev {
  height: 90px;
  width: 67px;
  background: url(../../img/slider_arrows.png) 0 -90px no-repeat;
  left: 1%;
  z-index: 9;
}
.slider-wrapper .slick-prev::before, .js-slider .slick-prev::before {
  display: none;
}
.slider-wrapper .slick-prev:hover, .js-slider .slick-prev:hover {
  background-position: 0 0;
}
.slider-wrapper .slick-next, .js-slider .slick-next {
  height: 90px;
  width: 67px;
  background: url(../../img/slider_arrows.png) -88px -90px no-repeat;
  right: 1%;
  z-index: 9;
}
.slider-wrapper .slick-next::before, .js-slider .slick-next::before {
  display: none;
}
.slider-wrapper .slick-next:hover, .js-slider .slick-next:hover {
  background-position: -88px 0;
}
.slider-wrapper .slick-dots, .js-slider .slick-dots {
  display: none !important;
  bottom: 20px;
}
.slider-wrapper .slick-dots li, .js-slider .slick-dots li {
  width: 80px;
  height: 5px;
}
.slider-wrapper .slick-dots li button, .js-slider .slick-dots li button {
  padding: 0;
  width: 80px;
  height: 5px;
  background: url(../../img/slider_dots.png) 0 0;
}
.slider-wrapper .slick-dots li button::before, .js-slider .slick-dots li button::before {
  display: none;
}
.slider-wrapper .slick-dots .slick-active button, .js-slider .slick-dots .slick-active button {
  background: url(../../img/slider_dots.png) 0 -5px;
}

.js-slider .slick-prev {
  height: 90px;
  width: 33px;
}
.js-slider .slick-next {
  height: 90px;
  width: 33px;
}

.slick-slide iframe, .slick-slide img {
  width: 100%;
}

/*------------------------------------*
 *  #menu-options */
/*------------------------------------*/
#menu-options__advanced-search {
  width: 100%;
  z-index: 100;
}

.menu-options-wrapper {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 45px;
}

.menu-options {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu-options__item {
  display: table-cell;
  width: 33.3333333333%;
}

.menu-options__link {
  cursor: pointer;
  display: block;
  height: 40px;
  border-bottom: 1px solid #eeeeee;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-options__link:hover, .menu-options__link--active {
  background-color: #f3123c;
  color: #fff;
}

.menu-options__content {
  padding: 35px 10px;
}

.menu-options__content--small {
  padding: 20px 10px 10px;
}

/*------------------------------------*
 *  #index-advanced-search */
/*------------------------------------*/
.index-as {
  display: block;
  font-family: "Lato", sans-serif;
}
.index-as::after {
  clear: both;
  content: "";
  display: table;
}

.index-as__checkbox-group {
  margin-top: 13px;
}

.index-as__group {
  padding-top: 5px;
}
.index-as__group--submit {
  padding-top: 0;
}

.index-as__group label {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}

.index-as__group select {
  background-color: #fff;
}
.index-as__group select:disabled {
  background-color: #eee;
  color: #333;
  border-color: #eee;
}

.noUi-target {
  margin-top: 5px;
}

.noUi-tooltip {
  display: none;
}

.noUi-active .noUi-tooltip {
  display: block;
}

.noUi-horizontal {
  height: 15px;
  padding: 0 10px;
}
.noUi-horizontal .noUi-handle {
  height: 25px;
}
.noUi-horizontal .noUi-handle .noUi-handle:after, .noUi-horizontal .noUi-handle .noUi-handle:before {
  left: 10px;
  top: 5px;
}

.noUi-connect {
  background-color: #B71513;
}

.noUi-horizontal .noUi-tooltip {
  bottom: -34px;
}

.index-as__group--km label,
.index-as__group--ano label,
.index-as__group--valor label {
  margin-top: 10px;
}

.index-as__group--valor select,
.index-as__group--ano select {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
}
.index-as__group--valor select:last-child,
.index-as__group--ano select:last-child {
  margin-right: 0;
}

.index-as__group--ache {
  float: left;
  width: 100px;
  height: 56px;
  margin-left: -3px;
  background: transparent url(../../img/form-label.png) center center no-repeat;
}

.index-as__submit {
  border: 0;
  border-radius: 4px;
  height: 48px;
  width: 135px;
  margin-top: 19px;
  background: #f3123c;
  color: #fff;
  outline: 0;
}

@media (max-width: 73.875em) {
  .index-as {
    padding: 0 40px;
  }
  #menu-options__advanced-search {
    position: relative;
    margin-top: 5px;
  }
  #menu-options__advanced-search .container {
    padding: 0;
  }
}
@media (max-width: 64.125em) {
  .index-as {
    padding: 0 10px;
  }
  .index-as__submit {
    width: 100px;
  }
}
@media (max-width: 56.25em) {
  .index-as {
    padding: 0 0px;
  }
}
@media (max-width: 43.75em) {
  #menu-options__advanced-search {
    border-bottom: 1px solid #DCDCDC;
  }
  #menu-options__advanced-search .container {
    padding: 0 5px;
  }
  .index-as .col-1-2,
  .index-as .col-1-4,
  .index-as .col-1-6 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .index-as .col-1-2:last-child,
  .index-as .col-1-4:last-child,
  .index-as .col-1-6:last-child {
    margin-right: 0;
  }
  .index-as .col-1-2 .col-1-2 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 49.1525423729%;
  }
  .index-as .col-1-2 .col-1-2:last-child {
    margin-right: 0;
  }
  .index-as__group {
    margin-bottom: 10px;
  }
  .index-as__group.col-5 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    clear: left;
  }
  .index-as__group.col-5:last-child {
    margin-right: 0;
  }
  .index-as__checkbox-group {
    text-align: center;
  }
  .index-as__checkbox-group li {
    display: inline-block;
    line-height: 16px;
  }
  .index-as__checkbox-group li:first-child {
    margin-right: 20px;
  }
  .index-as__checkbox-group label {
    font-size: 16px;
  }
}
/*------------------------------------*
 *  #brand-list */
/*------------------------------------*/
.brand-group {
  background-color: #fff;
  padding: 25px 0 20px;
  border-bottom: 1px solid #c9c9c9;
}
.brand-group h3 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.brand-list {
  text-align: center;
  margin: 0 auto;
}

.brand-list__item {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 5px;
}
.brand-list__item:first-child {
  margin-left: 0;
}
.brand-list__item a img {
  max-width: 40px;
}

/*------------------------------------*
 *  #categories-list */
/*------------------------------------*/
.categories-list {
  text-align: center;
}

.categories-list__item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  min-width: 55px;
  text-align: center;
}
.categories-list__item:first-child {
  margin-left: 0;
}

.categories-list__link {
  display: block;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
}

.icon-categories {
  display: block;
  margin: 0 auto 3px;
  height: 18px;
  width: 40px;
  background-image: url(../../img/sprite_categories.png);
  background-repeat: no-repeat;
}

.icon-categories--hatch {
  background-position: 0 -2px;
}
.categories-list__link:hover .icon-categories--hatch {
  background-position: 0 -20px;
}

.icon-categories--sedan {
  background-position: -154px -3px;
}
.categories-list__link:hover .icon-categories--sedan {
  background-position: -154px -21px;
}

.icon-categories--utilitario {
  background-position: -306px 0;
}
.categories-list__link:hover .icon-categories--utilitario {
  background-position: -306px -18px;
}

.icon-categories--minivan {
  background-position: -459px 0;
}
.categories-list__link:hover .icon-categories--minivan {
  background-position: -459px -18px;
}

.icon-categories--suv {
  background-position: -615px -1px;
}
.categories-list__link:hover .icon-categories--suv {
  background-position: -615px -19px;
}

.icon-categories--pickup {
  background-position: -767px -3px;
}
.categories-list__link:hover .icon-categories--pickup {
  background-position: -767px -21px;
}

.icon-categories--moto {
  background-position: -926px 0px;
}
.categories-list__link:hover .icon-categories--moto {
  background-position: -926px -18px;
}

.icon-categories--off-road {
  background-position: -54px 0px;
}
.categories-list__link:hover .icon-categories--off-road {
  background-position: -54px -18px;
}

.icon-categories--conversivel {
  background-position: -244px 0px;
}
.categories-list__link:hover .icon-categories--conversivel {
  background-position: -244px -17px;
}

.icon-categories--coupe {
  background-position: -106px 0px;
}
.categories-list__link:hover .icon-categories--coupe {
  background-position: -106px -17px;
}

.icon-categories--wagons-perua {
  background-position: -198px 0px;
}
.categories-list__link:hover .icon-categories--wagons-perua {
  background-position: -198px -17px;
}

.icon-categories--nautica {
  background-position: -816px -3px;
}
.categories-list__link:hover .icon-categories--nautica {
  background-position: -816px -21px;
}

/*------------------------------------*
 *  #card */
/*------------------------------------*/
.card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.card-list::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 28.125em) {
  .card-list-novidades > div:nth-child(5),
  .card-list-novidades > div:nth-child(6),
  .card-list-novidades > div:nth-child(7),
  .card-list-novidades > div:nth-child(8) {
    display: none;
  }
}
.card {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 23.7288135593%;
  border: 1px solid #dadada;
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
  border-radius: 10px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  box-shadow: 2px 2px 10px -4px #000;
}
.card:last-child {
  margin-right: 0;
}
.card:nth-child(4n) {
  margin-right: 0;
}
.card:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 59.375em) {
  .card {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 32.2033898305%;
  }
  .card:last-child {
    margin-right: 0;
  }
  .card:nth-child(4n) {
    margin-right: 1.6949152542%;
  }
  .card:nth-child(4n+1) {
    clear: none;
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
  .card:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 50em) {
  .card {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 49.1525423729%;
  }
  .card:last-child {
    margin-right: 0;
  }
  .card:nth-child(3n) {
    margin-right: 1.6949152542%;
  }
  .card:nth-child(3n+1) {
    clear: none;
  }
  .card:nth-child(2n) {
    margin-right: 0;
  }
  .card:nth-child(2n+1) {
    clear: left;
  }
}

.card-big {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
  text-align: center;
  border: 1px solid #dadada;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.card-big:last-child {
  margin-right: 0;
}
.card-big:nth-child(4n) {
  margin-right: 1.6949152542%;
}
.card-big:nth-child(4n+1) {
  clear: none;
}
.card-big:nth-child(3n) {
  margin-right: 0;
}
.card-big:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 40.625em) {
  .card-big {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 49.1525423729%;
  }
  .card-big:last-child {
    margin-right: 0;
  }
  .card-big:nth-child(3n) {
    margin-right: 1.6949152542%;
  }
  .card-big:nth-child(3n+1) {
    clear: none;
  }
  .card-big:nth-child(2n) {
    margin-right: 0;
  }
  .card-big:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 28.125em) {
  .card-big {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .card-big:last-child {
    margin-right: 0;
  }
  .card-big:nth-child(2n) {
    margin-right: 1.6949152542%;
  }
  .card-big:nth-child(2n+1) {
    clear: none;
  }
}

@media (max-width: 62.5em) {
  .stock-right .card-big {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 49.1525423729%;
  }
  .stock-right .card-big:last-child {
    margin-right: 0;
  }
  .stock-right .card-big:nth-child(3n) {
    margin-right: 1.6949152542%;
  }
  .stock-right .card-big:nth-child(3n+1) {
    clear: none;
  }
  .stock-right .card-big:nth-child(2n) {
    margin-right: 0;
  }
  .stock-right .card-big:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 43.75em) {
  .stock-right .card-big {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .stock-right .card-big:last-child {
    margin-right: 0;
  }
  .stock-right .card-big:nth-child(2n) {
    margin-right: 1.6949152542%;
  }
  .stock-right .card-big:nth-child(2n+1) {
    clear: none;
  }
  .stock-right .card-big:nth-child(1n) {
    margin-right: 0;
  }
  .stock-right .card-big:nth-child(1n+1) {
    clear: left;
  }
}
.card__image {
  position: relative;
}
.card__image img {
  width: 100%;
  max-width: 100%;
}

.popup-youtube {
  position: relative;
}

.icon-play {
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 40px);
  top: -moz-calc(50% - 40px);
  top: calc(50% - 40px);
  left: -webkit-calc(50% - 40px);
  left: -moz-calc(50% - 40px);
  left: calc(50% - 40px);
  cursor: pointer;
  background-color: #B71513;
  font-size: 30px;
  color: #FFF;
  padding: 25px 25px 25px 30px;
  border-radius: 60px;
  opacity: 0.9;
}
.icon-play:hover {
  background-color: #e51a18;
}

.expanded-card:hover .icon-play, .expanded-card:hover .compare-cart-add, .card-big:hover .icon-play, .card-big:hover .compare-cart-add, .card:hover .icon-play, .card:hover .compare-cart-add {
  background-color: #e51a18;
}

.card__content {
  background-color: #fff;
  min-height: 145px;
  padding: 5px 5px 0px 5px;
  position: relative;
  width: 100%;
}

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

.card__title {
  font-size: 18px;
}
.card__title small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

.card__price {
  font-size: 22px;
  line-height: 1;
}
.card__price__de {
  font-size: 60%;
  color: #898989;
}
.card__price p {
  font-weight: bold;
  margin: 5px 0 3px 0;
}

.card__brand {
  position: absolute;
  top: 20px;
  right: 20px;
}

.card__cta_block {
  padding: 0 10px;
}
.card__cta_block__share {
  display: none;
}
@media (max-width: 50em) {
  .card__cta_block__share {
    display: block;
  }
}

.card__cta {
  display: block;
  background-color: #f3123c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  margin: 0 auto 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
}

.card:hover,
.card-big:hover {
  border: 1px solid #f54364;
}
.card:hover .card__cta,
.card-big:hover .card__cta {
  background-color: #f54364;
}

.expanded-card {
  display: block;
  background-color: #fff;
  margin-bottom: 40px;
}
.expanded-card::after {
  clear: both;
  content: "";
  display: table;
}
.expanded-card-content {
  display: block;
  color: #1b1b1b;
  border: 1px solid #dcdcdc;
}
.expanded-card-content::after {
  clear: both;
  content: "";
  display: table;
}
.expanded-card-content:hover {
  border: 1px solid #B71513;
}
.expanded-card-content:hover .btn {
  background-color: #B71513;
  color: #fff;
}

.expanded-card__img {
  float: left;
  display: block;
  margin-right: 2.2727272727%;
  width: 31.8181818182%;
  height: 190px;
  position: relative;
}
.expanded-card__img:last-child {
  margin-right: 0;
}
.expanded-card__img img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 75em) {
  .expanded-card__img {
    float: left;
    display: block;
    margin-right: 2.2727272727%;
    width: 31.8181818182%;
  }
  .expanded-card__img:last-child {
    margin-right: 0;
  }
}

.expanded-card__description {
  float: left;
  display: block;
  margin-right: 2.2727272727%;
  width: 31.8181818182%;
  height: 190px;
  padding-top: 20px;
}
.expanded-card__description:last-child {
  margin-right: 0;
}
.expanded-card__description h2 {
  font-size: 18px;
  font-weight: bold;
}
.expanded-card__description p {
  font-size: 14px;
}
@media (max-width: 75em) {
  .expanded-card__description {
    float: left;
    display: block;
    margin-right: 2.2727272727%;
    width: 31.8181818182%;
  }
  .expanded-card__description:last-child {
    margin-right: 0;
  }
}

.expanded-card__characteristics h3 {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.expanded-card__icons {
  text-align: center;
}
.expanded-card__icons li {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  margin-left: 3px;
}
.expanded-card__icons li:first-child {
  margin-left: 0;
}
.expanded-card__icons img {
  display: block;
  margin: 0 auto 5px;
}

.expanded-card__cta {
  float: left;
  display: block;
  margin-right: 2.2727272727%;
  width: 31.8181818182%;
  height: 190px;
  position: relative;
}
.expanded-card__cta:last-child {
  margin-right: 0;
}
.expanded-card__cta .btn {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 100%;
  color: #fff;
}
.expanded-card__cta .btn:hover {
  background-color: #B71513;
  color: #fff;
}
@media (max-width: 75em) {
  .expanded-card__cta {
    float: left;
    display: block;
    margin-right: 2.2727272727%;
    width: 31.8181818182%;
  }
  .expanded-card__cta:last-child {
    margin-right: 0;
  }
}

.expanded-card__price {
  position: absolute;
  bottom: 65px;
  left: 0;
}
.expanded-card__price span {
  font-size: 14px;
  color: #898989;
}
.expanded-card__price p {
  font-size: 24px;
}

@media (max-width: 62.5em) {
  .list-type-box {
    display: none;
  }
  #list-card {
    display: block !important;
  }
  #list-expanded {
    display: none !important;
  }
}
/*------------------------------------*
 *  #about-section */
/*------------------------------------*/
#section-institucional {
  display: block;
  padding: 12px 0;
}

.section--brands {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.section--about {
  padding: 0;
  background: #f3123c;
  color: #ffffff;
}
.section--about .section-header {
  margin-bottom: 0;
}

.section--about--no-title {
  background: #FFF;
  color: #222;
}
.section--about--no-title .about__footer {
  margin-top: 0;
}

.section--about--inverted {
  background: url(../../img/bg_section_about_inverted.png) center top no-repeat;
}
.section--about--inverted .about__text {
  padding-top: 20px;
}

.about__top {
  display: block;
  margin: 10px 0;
  overflow: hidden;
}
.about__top::after {
  clear: both;
  content: "";
  display: table;
}
.section--about--inverted .about__top {
  background-color: transparent;
}

.about__photo {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 66.1016949153%;
}
.about__photo:last-child {
  margin-right: 0;
}
.about__photo img {
  width: 100%;
  max-width: 100%;
}

.about__video {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%;
  padding-top: 30px;
}
.about__video:last-child {
  margin-right: 0;
}
.about__video iframe {
  width: 100%;
  height: 350px;
}

.about__midia {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%;
  padding-top: 30px;
}
.about__midia:last-child {
  margin-right: 0;
}

.about__text {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%;
  padding-top: 30px;
  position: relative;
}
.about__text.--full {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 100%;
}
.about__text.--full:last-child {
  margin-right: 0;
}
.about__text.--full ul {
  text-align: center;
}
.about__text.--full ul li {
  margin-bottom: 10px;
}
.about__text.--full ul li > a {
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
}
.about__text.--full ul li > a img {
  display: block;
  margin: 0 auto;
}
.about__text:last-child {
  margin-right: 0;
}
.section--about--inverted .about__text {
  padding-right: 40px;
}
.about__text h2, .about__text h3 {
  color: #B71513;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin: 8px;
}
.about__text h3 {
  font-size: 24px;
  margin: 12px 0 6px 0px;
}
.about__text p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.about__text a {
  display: block;
  color: #B71513;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 20px;
  background: url(../../img/double_arrow_small.png) center right no-repeat;
}
.about__text blockquote {
  padding: 20px 0 0 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  text-indent: 20px;
}
.about__text .quote-signature {
  float: right;
  margin-top: 30px;
}
.about__text .quote-signature small {
  display: block;
  text-align: right;
  font-size: 11px;
}
.about__text .about__author {
  position: absolute;
  bottom: 0;
  right: 40px;
  height: 80px;
  color: #fff;
  line-height: 80px;
}
.about__text .quotes-arrow-left {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -40px;
  display: block;
  width: 15px;
  height: 20px;
  background: url(../../img/quote_arrow_left.png) center center no-repeat;
}
.about__text .quotes-arrow-right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -40px;
  display: block;
  width: 15px;
  height: 20px;
  background: url(../../img/quote_arrow_right.png) center center no-repeat;
}

@media (max-width: 56.25em) {
  .about__text.center-mobile h3, .about__text.center-mobile .contact-menu {
    text-align: center;
  }
}
.about__footer {
  display: block;
}
.about__footer::after {
  clear: both;
  content: "";
  display: table;
}
.section--about--inverted .about__footer {
  background-color: #1B1B1B;
}
.about__footer h3 {
  float: left;
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
}
.section--about--inverted .about__footer h3 {
  float: right;
}

.about__footer-first {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%;
  padding-left: 10px;
}
.about__footer-first:last-child {
  margin-right: 0;
}

.section--about--inverted .social-list {
  float: right;
  margin-left: 20px;
}

@media (max-width: 75em) {
  .section--about--inverted {
    background: none;
  }
  .section--about--inverted .about__text {
    width: 100%;
    padding: 20px;
    height: auto;
    background: #f3123c;
  }
  .section--about--inverted .about__text .quote-signature {
    float: none;
    margin: 30px 0 10px;
    text-align: right;
  }
  .section--about--inverted .about__text .about__author {
    position: relative;
    float: right;
  }
  .section--about--inverted .about__photo {
    display: none;
  }
  .section--about--inverted .about__top {
    height: auto;
  }
}
@media (max-width: 68.75em) {
  .section--about .container {
    padding: 0;
  }
  .about__text {
    padding-right: 10px;
  }
  .about__text p {
    margin-bottom: 15px;
  }
}
@media (max-width: 60em) {
  .section--about {
    background: none;
  }
  .about__top {
    height: auto;
  }
  .about__video {
    width: 100%;
    height: auto;
  }
  .about__video iframe {
    height: 330px;
  }
  .about__midia {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .about__midia:last-child {
    margin-right: 0;
  }
  .about__text {
    width: 100%;
    padding: 20px;
    height: auto;
  }
}
@media (max-width: 50em) {
  .about__footer .social-list {
    display: block;
  }
}
@media (max-width: 25em) {
  .about__footer h3 {
    float: none;
    text-align: center;
  }
  .about__footer .social-list {
    display: none;
  }
}
/*------------------------------------*
 *  #TEAM MEMBER */
/*------------------------------------*/
.team-member {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.team-member .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 136px;
  background: url("../img/bg-team-member.png") repeat-x;
  border-radius: 4px;
}

.team-member__phone-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
@media screen and (min-width: 30em) {
  .team-member__phone-link {
    display: none;
  }
}

.team-member__image {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 55em) {
  .team-member__image {
    width: 100%;
  }
}

.team-member__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.team-member__name {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFF;
}

.team-member__phone {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #FFF;
}

@media screen and (max-width: 39.375em) {
  .team-member__info {
    padding: 10px;
  }
  .team-member__phone,
  .team-member__name {
    font-weight: normal;
  }
  .team-member__name {
    font-size: 14px;
  }
}
/*------------------------------------*
 *  #full-map-section */
/*------------------------------------*/
#map {
  width: 100%;
  height: 300px;
}

.full-map-info {
  background-color: #f3123c;
  padding: 25px 0;
  color: #ffffff;
}
.full-map-info .col-1-3 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
}
.full-map-info .col-1-3:last-child {
  margin-right: 0;
}
.full-map-info h3 {
  text-transform: uppercase;
}
.full-map-info .contact-menu .contact-menu__link strong {
  color: #FFF;
}

@media (max-width: 56.25em) {
  .full-map-info {
    text-align: center;
  }
  .full-map-info .col-1-3 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    margin-bottom: 20px;
  }
  .full-map-info .col-1-3:last-child {
    margin-right: 0;
  }
  .full-map-info .contact-menu {
    width: 100%;
  }
}
/*------------------------------------*
 *  #footer-main */
/*------------------------------------*/
.footer-main {
  background-color: #1b1b1b;
  color: #fff;
}
.footer-main .footer-info {
  padding: 20px 0px;
}
.footer-main a {
  color: #fff;
  text-decoration: underline;
}
.footer-main .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.footer-main .container .col-1-3 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
}
.footer-main .container .col-1-3:last-child {
  margin-right: 0;
}

@media (max-width: 56.25em) {
  .footer-main {
    text-align: center;
  }
  .footer-main .footer-info .container {
    display: block;
  }
  .footer-main .footer-info .col-1-3 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-main .footer-info .col-1-3:last-child {
    margin-right: 0;
  }
}
.footer-lua4 {
  background: #fff;
}

.lua4 {
  padding: 20px 0px;
}
.lua4 img {
  width: 100px;
}
.footer-main .lua4 {
  margin: 0 auto;
}

/*------------------------------------*
 *  #internas */
/*------------------------------------*/
.page-title {
  font-size: 30px;
  text-transform: uppercase;
}

.page-subtitle {
  font-size: 14px;
  text-transform: uppercase;
}

.page-price--mobile {
  display: none;
}
@media (max-width: 75em) {
  .page-price--mobile {
    display: block;
  }
}

.page-content {
  padding: 60px 0 30px;
  background-color: #f5f5f5;
}

.antes-depois {
  width: 800px;
  max-width: 100%;
  height: 450px;
  margin: 0 auto;
}

/*------------------------------------*
 *  #stock */
/*------------------------------------*/
.stock-blocks h2 {
  text-align: center;
  margin-bottom: 25px;
}

.btn.--nao-encontrou {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  font-weight: bold;
}

.stock-top-block {
  margin: 30px 0;
}
.stock-top-block::after {
  clear: both;
  content: "";
  display: table;
}

.stock-limit-box {
  float: left;
  font-size: 14px;
}
.stock-limit-box select {
  margin-left: 5px;
}

.stock-right__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 30px;
}
.stock-right__header::after {
  clear: both;
  content: "";
  display: table;
}

.ordenation-box {
  float: left;
}

.ordenation-box__title {
  font-size: 12px;
  margin-bottom: 10px;
}

.ordenation-box__link {
  display: inline-block;
  font-size: 14px;
  padding-right: 10px;
  color: #1b1b1b;
  text-decoration: none;
}
.ordenation-box__link:hover, .ordenation-box__link.selected {
  color: #f3123c;
}
.ordenation-box__link::before {
  content: "|";
  padding-right: 10px;
  color: #1b1b1b !important;
}
.ordenation-box__link:first-child::before {
  content: "";
  padding-right: 0;
}

.ordenation-box--right {
  float: right;
}
.ordenation-box--right .ordenation-box__title {
  text-align: right;
}

.ordenation-box__special-link {
  display: inline-block;
  height: 30px;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #f3123c;
  border: 1px solid #f3123c;
}
.ordenation-box__special-link:hover {
  text-decoration: underline;
}
.ordenation-box__special-link i {
  display: none;
}

.ordenation-box__special-link--selected {
  background-color: #f3123c;
  color: white;
}
.ordenation-box__special-link--selected i {
  display: inline-block;
}

@media (max-width: 43.75em) {
  .ordenation-box,
  .ordenation-box--right {
    text-align: center;
    float: none;
  }
  .ordenation-box--right .ordenation-box__title {
    text-align: center;
    float: none;
    margin-top: 10px;
  }
}
.list-type-box {
  float: right;
  margin-top: 30px;
}

.list-type-box__title {
  font-size: 12px;
  margin-bottom: 10px;
}

.list-type-box__link {
  text-decoration: none;
  color: #a1a1a1;
}
.list-type-box__link--active {
  color: #B71513;
}
.list-type-box__link:hover {
  color: #e51a18;
}
.list-type-box__link:first-child {
  margin-right: 10px;
}
.list-type-box__link .fa {
  font-size: 24px;
}

.stock-length {
  height: 60px;
  background-color: #f3123c;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
}
.stock-length b {
  font-size: 18px;
  font-weight: 600;
}

.pagination {
  text-align: right;
}
.pagination .disabled {
  display: none;
}
.pagination li {
  display: inline-block;
  margin-left: 5px;
}
.pagination a {
  display: block;
  background-color: #eeeeee;
  padding: 3px 5px;
  border: 1px solid #eeeeee;
  font-size: 11px;
  color: #9f9f9f;
  text-decoration: none;
}
.pagination a:hover {
  border: 1px solid #f3123c;
}
.pagination .active a {
  background-color: #f3123c;
  color: #ffffff;
  border: 1px solid #f3123c;
}

/*------------------------------------*
 *  #advanced-search */
/*------------------------------------*/
.advanced-search-box {
  position: relative;
  background: #fff;
}
.advanced-search-box .mini-search-box {
  background-color: #B71513;
}
@media screen and (max-width: 50em) {
  .advanced-search-box {
    top: 0 !important;
    left: 0 !important;
  }
}

.advanced-search__selected {
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
}
.advanced-search__selected p {
  margin-bottom: 10px;
}

.advanced-search__selected__item {
  display: inline-block;
}

.advanced-search__selected__link {
  color: #1b1b1b;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.advanced-search__selected__link .icon-remove-item {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../../img/remove_item.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.advanced-search__selected__link:hover .icon-remove-item {
  background-position: bottom center;
}

.advanced-search__title {
  height: 40px;
  background-color: #fff;
  color: #000;
  border-top: #E51A18 1px solid;
  margin-top: 1px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.advanced-search__link {
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: block;
  height: 40px;
  padding: 0 10px;
  position: relative;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.advanced-search__link::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  height: 12px;
  width: 10px;
  background-image: url(../../img/double_arrow_small2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.advanced-search__link:hover {
  border: 1px solid #B71513;
}
.advanced-search__link:hover::after {
  background-position: center bottom;
}
.advanced-search__link--active {
  border: 1px solid #B71513;
  border-bottom: 1px solid #ffffff;
  background-color: #B71513;
  color: #fff;
  text-align: left;
}
.advanced-search__link--active::after {
  height: 12px;
  width: 8px;
  background-image: url(../../img/close_button_small.png);
}

.advanced-search__item-content {
  display: block;
  background-color: #B71513;
  padding: 15px 30px;
}

.advanced-search__item-content--scroll {
  max-height: 200px;
  overflow-y: auto;
}

.advanced-search__content-item {
  margin-bottom: 10px;
  color: #fff;
}

.advanced-search__content-link {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.advanced-search__content-link:hover, .advanced-search__content-link--active {
  font-weight: 600;
}

/*------------------------------------*
 *  #cta-mini-box */
/*------------------------------------*/
.cta-mini-box {
  background-color: #e51a18;
  padding: 15px;
  margin-top: 1px;
}
@media (max-width: 50em) {
  .cta-mini-box {
    display: none;
  }
}

.cta-mini-box__list {
  text-align: center;
}

.cta-mini-box__item {
  display: inline-block;
  max-width: 75px;
  min-width: 70px;
  line-height: 1.2;
  margin-left: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.cta-mini-box__item:first-child {
  margin-left: 0;
}
.cta-mini-box__item:hover {
  text-decoration: underline;
}

.cta-mini-box__icon {
  margin: 0 auto;
  display: block;
  height: 31px;
  width: 31px;
  background-image: url(../../img/sprite_cta_mini_box.png);
  background-repeat: no-repeat;
}
.cta-mini-box__icon--woman {
  background-position: 0 0;
}
.cta-mini-box__icon--money {
  background-position: -91px 0;
}
.cta-mini-box__icon--key {
  background-position: -184px 0;
}

.cta-mini-box__link {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

/*------------------------------------*
 *  #mini-search-box */
/*------------------------------------*/
.mini-search-box {
  background-color: #f3123c !important;
  padding: 5px 10px;
}

@media (max-width: 50em) {
  .mini-search-box {
    margin-bottom: 20px;
  }
}
.mini-search__group {
  position: relative;
}

.mini-search__input {
  background-color: #fff;
  border: 0;
  border-radius: 30px;
  height: 30px;
  padding: 0 10px;
  width: 100%;
  font-size: 12px;
}

.mini-search__submit {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  display: block;
  height: 30px;
  width: 30px;
  background: url(../../img/icon_mini_search.png) center center no-repeat;
  z-index: 3;
  outline: 0;
}

/*------------------------------------*
 *  #a-empresa */
/*------------------------------------*/
.section--a-empresa {
  padding: 40px 0;
}
.section--a-empresa p {
  clear: both;
  padding-left: 20px;
}
.section--a-empresa img {
  float: right;
  max-width: 100%;
}

@media (max-width: 60em) {
  .section--a-empresa .col-1-2 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    text-align: center;
  }
  .section--a-empresa .col-1-2:last-child {
    margin-right: 0;
  }
  .section--a-empresa .col-1-2:first-child {
    text-align: left;
  }
  .section--a-empresa img {
    margin-top: 30px;
    float: none;
  }
}
/*------------------------------------*
 *  #car */
/*------------------------------------*/
.car-left {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 74.5762711864%;
}
.car-left:last-child {
  margin-right: 0;
}
.car-left iframe {
  width: 100%;
  height: 480px;
}

.car-details {
  padding: 15px 20px;
  background-color: #B71513;
  margin-bottom: 20px;
}
.car-details h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.car-details-list li {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
.car-details-list li::after {
  content: "|";
  margin-left: 10px;
}
.car-details-list li:first-child::before {
  content: "";
  margin-right: 0;
}

.car-gallery {
  float: left;
  display: block;
  margin-right: 2.2727272727%;
  width: 65.9090909091%;
  position: relative;
}
.car-gallery:last-child {
  margin-right: 0;
}
.car-gallery img {
  max-width: 100%;
}

.car-gallery-list__item {
  margin-top: 5px;
}

.car-gallery__btn-ampliar {
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 40px;
  padding: 0 10px;
  background-color: #f3123c;
  z-index: 9;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.car-gallery__btn-ampliar:hover {
  background-color: #e51a18;
}

.car-info-box {
  float: left;
  display: block;
  margin-right: 2.2727272727%;
  width: 31.8181818182%;
  border: 1px solid #000;
  border-radius: 3px;
}
.car-info-box:last-child {
  margin-right: 0;
}

.car-info-box__item {
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  border-top: 1px solid #000;
  font-size: 14px;
}
.car-info-box__item strong {
  text-transform: uppercase;
}
.car-info-box__item:first-child {
  border-top: none;
}

.car-info__icon {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("../img/sprite_car_info_box.png");
  background-repeat: no-repeat;
  line-height: 45px;
  margin-right: 10px;
}

.car-info__icon--calendar {
  background-position: 0 0;
}

.car-info__icon--velocimeter {
  background-position: 0 -23px;
}

.car-info__icon--paint {
  background-position: 0 -45px;
}

.car-info__icon--shift {
  width: 13px;
  height: 10px;
  background-position: 0 -67px;
}

.car-info__icon--car {
  width: 14px;
  height: 8px;
  background-position: 0 -83px;
}

.car-info__icon--door {
  width: 14px;
  height: 12px;
  background-position: 0 -96px;
}

.car-info__icon--gas {
  background-position: 0 -116px;
}

.car-info__icon--cv {
  width: 15px;
  height: 12px;
  background-position: 0 -139px;
}

.car-right {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 23.7288135593%;
}
.car-right:last-child {
  margin-right: 0;
}

.car-right-box {
  position: relative;
}
@media screen and (max-width: 75em) {
  .car-right-box {
    top: 0 !important;
    left: 0 !important;
  }
}

.car-price {
  min-height: 60px;
  padding: 3px 10px 5px;
  background-color: #f3123c;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1px;
}
.car-price .card__price__de {
  color: #f4f4f4;
  font-weight: 300;
}

.car-form__title {
  background-color: #f54364;
  height: 40px;
  margin-bottom: 1px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.car-form {
  background-color: #fff;
  padding-top: 10px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  border: 1px solid #dadada;
}

.form-group {
  padding: 0 10px;
  margin-bottom: 10px;
}

.label-default {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.input-default {
  width: 100%;
  max-width: 100%;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid #981110;
}

.textarea-default {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 14px;
  min-height: 80px;
  border: 1px solid #981110;
}

.form-choose-radio {
  margin-bottom: 20px;
}
.form-choose-radio p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

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

.radio-item {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
}

.submit-default {
  background-color: #f3123c;
  border: 0;
  height: 40px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.submit-default:hover {
  background-color: #f54364;
}

.car-extra-info-box {
  float: left;
  display: block;
  margin-right: 2.2727272727%;
  width: 100%;
  margin-top: 40px;
}
.car-extra-info-box:last-child {
  margin-right: 0;
}

.car-extra-info-box__header {
  height: 60px;
  background-color: #f3123c;
}
.car-extra-info-box__header h2 {
  float: left;
  display: block;
  margin-right: 2.2727272727%;
  width: 43.1818181818%;
  background-color: #f3123c;
  height: 60px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  text-transform: uppercase;
}
.car-extra-info-box__header h2:last-child {
  margin-right: 0;
}
@media (max-width: 31.25em) {
  .car-extra-info-box__header h2 {
    float: left;
    display: block;
    margin-right: 2.2727272727%;
    width: 65.9090909091%;
  }
  .car-extra-info-box__header h2:last-child {
    margin-right: 0;
  }
}

.car-extra-info-box__body {
  padding: 40px;
  border-left: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
}
.car-extra-info-box__body h3 {
  margin: 15px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.car-extra-info-box__body p {
  font-size: 12px;
  margin-bottom: 30px;
}
.car-extra-info-box__body .share-area {
  border-top: 1px solid #1b1b1b;
  padding-top: 15px;
}

.car-itens-list {
  list-style: disc inside;
}
.car-itens-list li {
  float: left;
  width: 48%;
  margin-left: 1%;
}
@media (max-width: 31.25em) {
  .car-itens-list li {
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 75em) {
  .car-left {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .car-left:last-child {
    margin-right: 0;
  }
  .car-right {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    margin-top: 20px;
  }
  .car-right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 49.375em) {
  .car-gallery {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    overflow: hidden;
  }
  .car-gallery:last-child {
    margin-right: 0;
  }
  .car-info-box {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    margin-top: 20px;
  }
  .car-info-box:last-child {
    margin-right: 0;
  }
}
.js-action-accordion {
  cursor: pointer;
}
.js-action-accordion span {
  display: inline-block;
  width: 30px;
  height: 18px;
  background: transparent url(../../img/accordion-arrows.png) right 0px no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  background-size: 100%;
}
.js-action-accordion.--open span {
  background-position: right -22px;
}

.box-accordion {
  display: none;
}

/*------------------------------------*
 *  #remodal */
/*------------------------------------*/
.loading-wrapper {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
.loading-wrapper .loading-content {
  width: 212px;
  height: 100px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -111px;
}

.remodal--small {
  max-width: 450px;
}
.remodal--medium {
  max-width: 650px;
}
.remodal--large {
  max-width: 900px;
}

.remodal--no-padding {
  padding: 0;
}

.remodal__header {
  background-color: #1b1b1b;
  min-height: 100px;
  padding: 20px 25px 20px;
  position: relative;
  color: #fff;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
.remodal__header p {
  font-size: 14px;
}

.remodal__title {
  font-size: 30px;
}

.remodal-close {
  background: url(../../img/remodal_close.png) center center no-repeat;
  height: 23px;
  width: 16px;
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
}
.remodal-close::before {
  display: none;
}

.remodal__body {
  background: #eee;
  padding: 30px;
  text-align: left;
}
.remodal__body--no-padding {
  padding: 0;
}
.remodal__body img {
  max-width: 100%;
}

.form-group {
  display: block;
  margin-bottom: 20px;
}
.form-group::after {
  clear: both;
  content: "";
  display: table;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.form__file {
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  color: #666;
  background-color: #FFF;
  padding: 8px;
}

.form__input {
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  color: #666;
}
.form__input:focus {
  border: 1px solid #e51a18;
}

.form__textarea {
  height: 80px;
  width: 100%;
  padding: 10px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  outline: 0;
}
.form__textarea:focus {
  border: 1px solid #e51a18;
}

.form__select {
  height: 40px;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  outline: 0;
}
.form__select:focus {
  border: 1px solid #e51a18;
}

.form__checkbox-group p {
  margin-bottom: 25px;
}

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

.checkgroup-group__item {
  cursor: pointer;
  display: inline-block;
  background: #b7b7b7;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  min-width: 100px;
}
.checkgroup-group__item label {
  cursor: pointer;
}

.default-form__submit {
  background-color: #B71513;
  border: 0;
  height: 40px;
  width: 100%;
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.default-form__submit:hover {
  background-color: #e51a18;
}

@media (max-width: 28.125em) {
  .remodal__body .remodal-form-group {
    margin-bottom: 10px;
  }
  .remodal__body .remodal-form-group .col-1-2 {
    margin-bottom: 10px;
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .remodal__body .remodal-form-group .col-1-2:last-child {
    margin-right: 0;
  }
}
/*------------------------------------*
 *  #financiamento */
/*------------------------------------*/
.form-financiamento {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 66.1016949153%;
}
.form-financiamento:last-child {
  margin-right: 0;
}
@media (max-width: 48.75em) {
  .form-financiamento {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .form-financiamento:last-child {
    margin-right: 0;
  }
}

fieldset {
  margin-bottom: 30px;
}

.fieldset-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}

/*------------------------------------*
 *  #newsletter */
/*------------------------------------*/
.section-newsletter {
  background-color: #666;
  padding: 20px 0;
}

.newsletter-box {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%;
  color: #fff;
  text-align: center;
}
.newsletter-box:last-child {
  margin-right: 0;
}
.newsletter-box p {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
  font-weight: 300;
  text-align: left;
  padding-top: 7px;
  float: left;
  text-transform: uppercase;
}
.newsletter-box p:last-child {
  margin-right: 0;
}
.newsletter-box .newsletter-form {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 66.1016949153%;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 400px;
}
.newsletter-box .newsletter-form:last-child {
  margin-right: 0;
}
.newsletter-box .form__input {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 66.1016949153%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.newsletter-box .form__input:last-child {
  margin-right: 0;
}
.newsletter-box .default-form__submit {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
  margin: 0;
}
.newsletter-box .default-form__submit:last-child {
  margin-right: 0;
}

@media (max-width: 56.25em) {
  .about_footer {
    background-color: #1B1B1B;
    height: auto;
  }
  .about_footer::after {
    clear: both;
    content: "";
    display: table;
  }
  .about__footer-first {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .about__footer-first:last-child {
    margin-right: 0;
  }
  .about__footer-first h3 {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .newsletter-box {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .newsletter-box:last-child {
    margin-right: 0;
  }
  .newsletter-box p {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    float: none;
  }
  .newsletter-box p::after {
    clear: both;
    content: "";
    display: table;
  }
  .newsletter-box p:last-child {
    margin-right: 0;
  }
  .newsletter-box .newsletter-form {
    float: none;
    margin: 0 auto !important;
  }
}
/*------------------------------------*
 * * #COMPARE CART */
/*------------------------------------ */
.compare-cart {
  position: relative;
  display: none;
  width: 100%;
  padding: 40px 0;
  background: #f0f0f0;
  z-index: 100;
}
.compare-cart .col-1-4 {
  margin-bottom: 0;
}
.compare-cart .col-1-4 .btn-large {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-top: 10px;
}
.compare-cart .col-1-4 .btn-large:last-child {
  margin-right: 0;
}
@media screen and (max-width: 48em) {
  .compare-cart .col-1-4 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .compare-cart .col-1-4:last-child {
    margin-right: 0;
  }
}

.compare-cart--stick {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
}

.compare-cart-add {
  position: absolute;
  top: 8px;
  right: 8px;
  text-transform: uppercase;
  z-index: 90;
  padding: 0 10px;
  font-size: 10px;
  line-height: 25px;
  border: none;
  border-radius: 10px;
  opacity: 0.8;
  outline: none;
  text-shadow: 0px 1px 2px #000;
  background-color: #f3123c;
  color: #fff;
}
.compare-cart-add:hover {
  background-color: #f3123c;
  opacity: 1;
}

.compare-cart-remove {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-top: -6px;
  background: url("../img/compare-car-remove.png");
  border: none;
  outline: none;
}

.compare-cart-car {
  position: relative;
  padding: 10px;
  padding-right: 30px;
  margin-bottom: 0;
  height: 60px;
  border: 1px solid #e51a18;
  border-radius: 4px;
}
.compare-cart-car.vacant {
  padding-right: 10px;
  border-color: #ccc;
}
.compare-cart-car.vacant h2 {
  color: #999;
}
.compare-cart-car img {
  float: left;
  width: 50px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
}
.compare-cart-car h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  height: 28.8px;
  overflow: hidden;
  text-oferflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-camp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  display: -webkit-box;
  margin-top: 7px;
}
@media screen and (max-width: 71.875em) {
  .compare-cart-car {
    height: auto;
  }
}

.compare-cart-toggle {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 12px;
  height: 8px;
  margin-left: -6px;
  background-image: url("../img/icons-sprite.png");
  background-position: -80px 0;
}
.minimized .compare-cart-toggle {
  background-position: -94px 0;
}

@media screen and (max-width: 64em) {
  .compare-cart {
    padding: 20px 0;
  }
}
@media screen and (max-width: 48em) {
  .compare-cart .col-1-4 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 32.2033898305%;
  }
  .compare-cart .col-1-4:last-child {
    margin-right: 0;
  }
  .compare-cart .col-1-4:nth-child(3n) {
    margin-right: 0;
  }
  .compare-cart .col-1-4:nth-child(3n+1) {
    clear: left;
  }
  .compare-cart .col-1-4:last-child {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .compare-cart .col-1-4:last-child:last-child {
    margin-right: 0;
  }
  .compare-cart-car {
    height: 70px;
    padding-right: 30px;
  }
  .compare-cart-car img {
    display: none;
  }
}
@media screen and (max-width: 35em) {
  .compare-cart {
    padding: 30px 0 10px;
  }
  .compare-cart .col-1-4 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    margin-bottom: 10px;
  }
  .compare-cart .col-1-4:last-child {
    margin-right: 0;
  }
  .compare-cart-car {
    height: 54px;
  }
  .compare-cart-toggle {
    display: block;
  }
}
.btn-medium {
  display: inline-block;
  width: 160px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #e51a18;
  text-decoration: none;
}

.btn-large {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn-main-color {
  background-color: #e51a18;
}

.btn-secondary-color {
  background-color: #aaa;
}

/*------------------------------------*
 * * #COMPARE VEHICLES ( Table ) */
/*------------------------------------ */
.compare-vehicles-container {
  overflow: hidden;
}

.compare-vehicles {
  width: 100%;
  margin-bottom: 50px;
}
.compare-vehicles tr:not(:first-child) {
  border-bottom: 1px solid #ccc;
}
.compare-vehicles tr:not(:first-child):nth-child(odd) {
  background: #fff;
}
.compare-vehicles tr:last-child {
  border-bottom: none;
}
.compare-vehicles th:not(:first-child), .compare-vehicles td:not(:first-child) {
  padding-left: 20px;
}
.compare-vehicles th {
  padding-top: 0;
}
.compare-vehicles th figure {
  padding: 0;
  margin: 0;
}
.compare-vehicles td {
  font-size: 12px;
  width: 25%;
  padding: 12px 0;
  vertical-align: top;
}
.compare-vehicles td:first-child {
  padding-right: 50px;
  font-weight: 400;
  color: #333;
  text-align: right;
  text-transform: uppercase;
}
.compare-vehicles td:not(:first-child) {
  color: #666;
}
.compare-vehicles li {
  margin-bottom: 10px;
}
.compare-vehicles img {
  border-radius: 4px;
}
@media screen and (max-width: 48em) {
  .compare-vehicles {
    width: 768px;
  }
}

/*------------------------------------*
 * * #Agenciamento */
/*------------------------------------ */
.btn.btn-blue {
  background-color: #5fadde;
}

.agenciamento p {
  font-size: 14px;
  font-weight: 300;
}
.agenciamento img {
  margin: 5px 10px 10px 0px;
  max-width: 300;
  height: 250px;
  float: left;
}
.agenciamento h2 {
  color: #B71513;
  font-size: 24px;
  font-weight: 300;
  margin: 12px 0 6px;
  text-transform: uppercase;
}
.agenciamento > .col-1-2 {
  background-color: #eee;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 305px;
}
.agenciamento .links {
  margin-top: 20px;
}
.agenciamento .btn-blue {
  background-color: #5fadde;
}

.agentes h2 {
  color: #B71513;
  font-size: 24px;
  font-weight: 300;
  margin: 12px 0 6px;
  text-transform: uppercase;
}
.agentes .btn {
  margin-top: 15px;
}
.agentes .btn-blue {
  background-color: #5fadde;
}

.accord {
  margin: 30px auto 10px;
  background-color: #eeeeee;
  text-align: center;
  padding: 15px 15px;
  cursor: pointer;
}

.anchor {
  font-family: Lato, arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: black;
  text-decoration: none;
  text-align: center;
}
.anchor i {
  font-size: 12px;
  margin-left: 5px;
}
.anchor h3 {
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
}

.collapse {
  font-weight: 300;
  font-size: 16px;
  margin-top: 15px;
  text-align: justify;
}

.hide {
  display: none;
}

.show-xs {
  display: none;
}

@media screen and (max-width: 48em) {
  .accord {
    margin: 0px auto 1px;
  }
  .agenciamento .col-1-2 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .agenciamento .col-1-2:last-child {
    margin-right: 0;
  }
  .faq .col-1-2 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .faq .col-1-2:last-child {
    margin-right: 0;
  }
  .agentes {
    margin-bottom: 10px;
  }
  .agentes .col-5 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .agentes .col-5:last-child {
    margin-right: 0;
  }
  .agentes .col-7 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
  }
  .agentes .col-7:last-child {
    margin-right: 0;
  }
  .agentes .xs-1-2 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 49.1525423729%;
  }
  .agentes .xs-1-2:last-child {
    margin-right: 0;
  }
  .agentes h2 {
    font-size: 14px;
  }
  .agentes p {
    font-size: 14px;
  }
  .agentes .btn:first-of-type {
    background-color: #00a100;
  }
  .agentes .btn span {
    display: none;
  }
  .agentes .btn i {
    margin: auto;
    top: 8px;
  }
  .agentes .btn i.fa {
    font-size: 22px;
    margin-top: 8px;
  }
  .show-xs {
    display: block !important;
  }
  .hide-xs {
    display: none !important;
  }
}
.politica-de-privacidade {
  padding: 20px 10px;
  color: #333;
}
.politica-de-privacidade p {
  line-height: normal;
}
.politica-de-privacidade ul li {
  list-style: disc;
  margin-left: 20px;
}
.politica-de-privacidade table tr td {
  border: solid 1px #333;
  padding: 10px;
}

#agenciamento .container {
  padding: 0 130px;
}
#agenciamento .grid-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
#agenciamento .col-3-start {
  grid-column: 1/span 3;
  grid-row: auto;
}
#agenciamento .col-3-end {
  grid-column: 10/span 3;
  grid-row: auto;
}
#agenciamento .col-4-start {
  grid-column: 1/span 4;
  grid-row: auto;
}
#agenciamento .col-4-mid {
  grid-column: 5/span 4;
  grid-row: auto;
}
#agenciamento .col-4-end {
  grid-column: 9/span 4;
  grid-row: auto;
}
#agenciamento .col-6-start {
  grid-column: 1/span 6;
  grid-row: auto;
}
#agenciamento .col-6-end {
  grid-column: 7/span 6;
  grid-row: auto;
}
#agenciamento .col-9-start {
  grid-column: 1/span 9;
  grid-row: auto;
}
#agenciamento .col-9-end {
  grid-column: 4/span 9;
  grid-row: auto;
}
#agenciamento .col-12 {
  grid-column: 1/span 12;
  grid-row: auto;
}
#agenciamento img {
  max-width: 100%;
}

.bg-blue {
  background-color: #2f3575;
  color: #fff;
}

.cta-venda {
  padding: 80px 0 30px;
}
.cta-venda .grid-row {
  grid-template-columns: repeat(13, 1fr);
}
.cta-venda h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: justify;
  line-height: normal;
  grid-column: 1/10;
}
.cta-venda p {
  font-size: 24px;
  margin: 30px 0px;
  text-align: justify;
}
.cta-venda .btn-cta-venda {
  background-color: #f7e627;
  color: #312da6;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: auto;
  padding: 15px 0;
}

.list-beneficios {
  color: #312da6;
  padding: 40px 0;
}
.list-beneficios .grid-row:first-child {
  padding-right: 40px;
}
.list-beneficios .row {
  margin-bottom: 30px;
}
.list-beneficios .content {
  margin-left: 10px;
}
.list-beneficios h2 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
  position: relative;
}
.list-beneficios h2 .borda-amarela {
  position: relative;
}
.list-beneficios h2 .borda-amarela::after {
  content: "";
  border-bottom: solid 10px #f7e627;
  border-radius: 15px;
  position: absolute;
  bottom: -15px;
  width: 190px;
  height: 0px;
  display: block;
  right: 0px;
}
.list-beneficios p:first-child {
  font-size: 24px;
}
.list-beneficios p {
  font-size: 14px;
  text-align: justify;
}

.guia {
  background-color: #2f3575;
  padding-top: 30px;
  padding-bottom: 50px;
}
.guia .passo {
  background-color: white;
  color: #312da6;
  padding: 20px 20px 30px;
  text-align: center;
  border-radius: 15px;
}
.guia .passo h4 {
  margin: 25px 0;
  padding: 0 15px;
  font-size: 24px;
}
.guia .passo p {
  font-size: 14px;
  text-align: justify;
}
.guia .grid-row {
  grid-template-columns: 1fr 45px 1fr 45px 1fr !important;
}
.guia .col-4 {
  grid-row: auto;
}
.guia .col-4-s {
  grid-column: 1;
}
.guia .col-4-m {
  grid-column: 3;
}
.guia .col-4-e {
  grid-column: 5;
}
.guia .btn-cta-venda {
  background-color: #f7e627;
  color: #2f3575;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 700;
  margin: 50px auto 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: auto;
  padding: 15px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.time {
  padding: 40px 0;
}
.time h2 {
  color: #312da6;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
  position: relative;
}
.time h2 .borda-amarela {
  position: relative;
}
.time h2 .borda-amarela::after {
  content: "";
  border-bottom: solid 10px #f7e627;
  border-radius: 15px;
  position: absolute;
  bottom: -15px;
  width: 190px;
  height: 0px;
  display: block;
  right: 0px;
}
.time .image {
  border: solid 1px #312da6;
  border-top-width: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  margin-bottom: 15px;
}
.time .image:after {
  content: "";
  position: absolute;
  border-top: solid 3px white;
  top: 3px;
  width: 70%;
  height: 3px;
  right: 15%;
}
.time .btn-time {
  background-color: #312da6;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  padding: 15px 0px;
}
.time .btn-time i {
  font-size: 26px;
  background-color: #46cc6b;
  border-radius: 25px;
}
.time .grid-row {
  grid-template-columns: 1fr 150px 1fr 55px !important;
}
.time .col-4-s {
  grid-column: 1;
  position: relative;
}
.time .col-4-m {
  grid-column: 3;
  position: relative;
}
.time .col-4-e {
  grid-column: 3;
  position: relative;
}

@media screen and (max-width: 992px) {
  .cta-venda h1 {
    grid-column: 1/12;
  }
  .cta-venda p {
    font-size: 18px;
  }
  .cta-venda .btn-cta-venda {
    font-size: 18px;
  }
  .guia .passo h4 {
    font-size: 18px;
    padding: 0;
  }
  .time .image {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .time .btn-time {
    font-size: 16px;
  }
  .time .btn-time i {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #agenciamento .container {
    padding: 0 83px;
  }
  .cta-venda h1 {
    font-size: 26px;
  }
  .cta-venda p {
    font-size: 16px;
  }
  .cta-venda .btn-cta-venda {
    font-size: 14px;
  }
  .list-beneficios h2 {
    font-size: 24px;
  }
  .list-beneficios .grid-row:first-child {
    padding-right: 0;
  }
  .list-beneficios .col-3-start {
    grid-column: 5/span 5;
    min-height: 128px;
  }
  .list-beneficios .col-9-end {
    grid-column: 1/span 12;
    grid-row: 2;
  }
  .list-beneficios p:first-child {
    font-size: 18px;
    text-align: center;
  }
  .guia .grid-row {
    grid-template-columns: 1fr 15px 1fr 15px 1fr !important;
  }
  .guia .passo h4 {
    font-size: 16px;
  }
  .time h2 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  #agenciamento .container {
    padding: 0 15px;
  }
  #agenciamento .grid-row {
    display: block;
    padding: 0 15px;
  }
  .list-beneficios h2 {
    font-size: 18px;
  }
  .list-beneficios h2 .borda-amarela::after {
    width: 100px;
  }
  .list-beneficios .content {
    margin-left: 0;
  }
  .list-beneficios .col-3-start {
    text-align: center;
    min-height: auto;
  }
  .list-beneficios .grid-row {
    width: 100%;
    padding: 20px 50px;
    float: none;
    margin: 0;
  }
  .guia .grid-row {
    width: 100%;
    padding: 20px 50px;
  }
  .guia .passo {
    margin-bottom: 20px;
  }
  .guia .btn-cta-venda {
    margin: 0 auto;
    max-width: 100%;
    padding: 15px;
    font-size: 18px;
  }
  .time .grid-row {
    width: 100%;
    padding: 20px 50px;
  }
  .time .col-4-m {
    margin: 20px auto;
  }
  .time .btn-time {
    font-size: 18px;
  }
  .time .btn-time i {
    font-size: 24px;
  }
  .time h2 {
    font-size: 18px;
  }
  .time h2 .borda-amarela::after {
    width: 100px;
  }
  .time .col-4-s {
    margin-bottom: 20px;
  }
}
/*------------------------------------*
 *  #button */
/*------------------------------------*/
.btn {
  display: block;
  background-color: #f3123c;
  height: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
}

.btn--big {
  max-width: 420px;
}

#mobile-footer-menu {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100vw;
  height: 81px;
  z-index: 9999;
  overflow: hidden;
}
#mobile-footer-menu .centro {
  float: right;
  position: relative;
  border-radius: 50px;
  background: #3e4095;
  width: 120px;
  height: 60px;
  right: 50%;
  -webkit-transform: translate(50%);
     -moz-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  box-shadow: 2px 2px 5px #333;
}
#mobile-footer-menu .centro .telefone {
  float: left;
  font-size: 30px;
  padding: 7px 10px;
}
#mobile-footer-menu .centro .telefone a {
  color: #fff;
}
#mobile-footer-menu .centro .whatsapp {
  float: left;
  font-size: 30px;
  padding: 7px 10px;
  border-right: solid 1px #fff;
}
#mobile-footer-menu .centro .whatsapp a {
  color: #fff;
}
#mobile-footer-menu .direita {
  border-radius: 50px;
  background: #00a000;
  height: 50px;
  width: 50px;
  padding: 15px;
  box-shadow: 2px 2px 5px #333;
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile-footer-menu .direita .whatsapp {
  font-size: 30px;
  padding: 7px 10px;
  position: relative;
  bottom: 20px;
  right: 12px;
}
#mobile-footer-menu .direita .whatsapp a {
  color: #fff;
}
#mobile-footer-menu .menu-toggle-btn {
  border: 0;
  background: transparent;
}
#mobile-footer-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  height: 70px;
}
#mobile-footer-menu > ul > li {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  border-right: 1px solid #fff;
}
#mobile-footer-menu > ul > li:last-child {
  border-right: none;
}
#mobile-footer-menu > ul > li.fixed-menu-secondary-element {
  display: none;
}
@media (min-width: 600px) {
  #mobile-footer-menu > ul > li.fixed-menu-secondary-element {
    display: inline;
  }
}
#mobile-footer-menu > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 19px 19px 14px 19px;
  width: 100%;
  color: white;
}
#mobile-footer-menu > ul > li > a i {
  font-size: 30px;
}
#mobile-footer-menu > ul > li .fixed-menu-label {
  color: white;
  display: block;
  font-size: 12px;
}
#mobile-footer-menu .bg-whatsapp {
  background-color: #5cb85c;
}
#mobile-footer-menu .btn-menu-mobile {
  padding: 5px 0 0 0;
}
#mobile-footer-menu .btn-menu-mobile.open {
  margin-top: -5px;
}

.menu-overlay {
  height: 100vh;
  width: 100vw;
  display: none;
  position: fixed;
  background-color: #333;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 100;
}
.menu-overlay.show {
  display: block;
}

.menu-top {
  float: right;
  background-color: #B71513;
  height: 100%;
  overflow: scroll;
}
.menu-top .menu-top_content {
  padding: 15px 0px;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.menu-top .menu-top_content .menu-top-content_nav {
  min-width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  text-align: right;
  margin: 0;
}
.menu-top .menu-top_content .menu-top-content_nav .border-left {
  width: 1px;
  padding: 2px;
  border-left: solid 1px #b7b7b7;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items {
  position: relative;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.lojista-out {
  background-color: #1b1b1b;
  padding: 3px;
  border-radius: 3px;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.lojista-out a {
  color: #fff;
  text-transform: none;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.phone-item a {
  font-size: 0.49em;
  text-transform: capitalize;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a {
  color: #B71513;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.76em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a:hover {
  color: #89100e;
}
@media (max-width: 992px) {
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a {
    font-size: 0.71em;
  }
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:first-child {
  padding-left: 0;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:last-child {
  padding-right: 0;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:active a, .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:hover a {
  color: #B71513;
  font-weight: bold;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.active a {
  color: #B71513;
  font-weight: bold;
  font-family: "OpenSansExtraBold";
}
@media (max-width: 768px) {
  .menu-top .menu-top_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
    border-top: none;
  }
  .menu-top .menu-top_content .menu-top-content_nav {
    min-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .menu-top .menu-top_content {
    font-size: 0.9em;
  }
}

@media (min-width: 769px) {
  #mobile-footer-menu {
    display: none;
  }
  .menu-top-content-nav_items.phone-item {
    display: none;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .menu-top {
    position: fixed;
    z-index: 101;
    -moz-animation: slide-out 0.5s forwards;
         animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
    right: -100%;
    top: 65px;
    width: 80vw;
  }
  .menu-top.menu-show {
    -moz-animation: slide-in 0.5s forwards;
         animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  }
  .menu-top.menu-show > .menu-container {
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    overflow: hidden;
  }
  .menu-top .menu-top_content {
    height: 100%;
    padding-top: 10px;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
  .menu-top .menu-top_content .menu-top-content_nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
    margin-top: 15px;
    font-size: 1.5em;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #666;
    padding: 5px 0;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:first-child {
    border-top: 1px solid #666;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.phone-item {
    border: none;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a {
    color: white;
    display: block;
  }
  .menu-top .menu-top_content .menu-top-content_search {
    min-width: 80%;
  }
}
header .btn-menu-mobile {
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 15px;
  padding: 10px 0;
}

.btn-menu-mobile {
  outline: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.btn-menu-mobile span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,0.75+15,1+51,0.75+85,0+100 */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.75) 15%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0.75) 85%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.75) 15%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0.75) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.75) 15%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0.75) 85%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-menu-mobile.open span:nth-child(1), .btn-menu-mobile.open span:nth-child(3) {
  -webkit-transform: translate(0px, 4px) rotate(-45deg) scalex(1.3);
     -moz-transform: translate(0px, 4px) rotate(-45deg) scalex(1.3);
      -ms-transform: translate(0px, 4px) rotate(-45deg) scalex(1.3);
          transform: translate(0px, 4px) rotate(-45deg) scalex(1.3);
  margin: 0;
}
.btn-menu-mobile.open span:nth-child(2) {
  height: 0;
  margin: 0;
}
.btn-menu-mobile.open span:nth-child(3) {
  -webkit-transform: translate(0px, 0px) rotate(45deg) scalex(1.3);
     -moz-transform: translate(0px, 0px) rotate(45deg) scalex(1.3);
      -ms-transform: translate(0px, 0px) rotate(45deg) scalex(1.3);
          transform: translate(0px, 0px) rotate(45deg) scalex(1.3);
}

@-moz-keyframes slide-in {
  100% {
    right: 0%;
  }
}

@keyframes slide-in {
  100% {
    right: 0%;
  }
}
@-webkit-keyframes slide-in {
  100% {
    right: 0%;
  }
}
@-moz-keyframes slide-out {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
@keyframes slide-out {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
@-webkit-keyframes slide-out {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
/* Mobile */
@media screen and (min-width: 320px) {
  .site-header .direita {
    border-radius: 50px;
    background: #3e4095;
    height: 36px;
    width: 36px;
    padding: 20px;
    box-shadow: 2px 2px 5px #333;
    float: right;
  }
  .site-header .direita .menu-toggle-btn {
    border: 0;
    background: transparent;
  }
  .site-header .direita .btn-menu-mobile {
    padding: 5px 0 0 0;
    top: 14px;
    right: 12px;
  }
  .site-header .direita .btn-menu-mobile.open {
    margin-top: -5px;
  }
  .oportunidades .botao-default {
    padding-left: 25px;
    padding-right: 25px;
  }
  .menu-mobile li a {
    text-decoration: none;
  }
  .box-marcas .marcas-seminovos {
    text-align: left;
  }
  .box-marcas .marcas-seminovos .item-marca-seminovos {
    margin-bottom: 20px;
  }
  .box-marcas .marcas .item-marcas {
    margin-bottom: 20px;
  }
  .form-de-busca-veiculos .titulo-do-bloco {
    width: 100%;
  }
  .form-de-busca-veiculos .radio {
    display: inline-block;
    margin-top: 0;
  }
  .form-de-busca-veiculos .radio label {
    color: black;
    font-weight: 800;
    font-size: 14px;
  }
  .form-de-busca-veiculos select {
    margin-bottom: 20px;
  }
  .form-de-busca-veiculos .enviar-contato {
    margin-top: 30px;
  }
  .form-de-busca-veiculos .encontre-o-carro {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .card-carro .thumb-foto {
    text-align: center;
  }
  .card-carro .thumb-foto img {
    width: 100%;
    max-width: inherit;
  }
  .box-principais .botao-default {
    padding-left: 30px;
    padding-right: 30px;
  }
  .botao-tenho-interesse-lead {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    background: #B71513;
    padding: 15px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 12px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .clique-menu {
    color: white;
    font-size: 28px;
    margin-top: 5px 0px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
  }
  .menu-mobile {
    width: 100%;
    background: white;
    padding-bottom: 15px;
    text-align: center;
    overflow: scroll;
  }
  .menu-mobile li {
    padding: 5px;
    border-top: 1px solid #666;
    margin-bottom: 15px;
  }
  .menu-mobile li a {
    text-transform: uppercase;
    font-weight: 900;
    color: #3e4095;
  }
  .outros-botoes {
    background: white;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 100%;
  }
  .outros-botoes .ms li {
    display: inline-block;
  }
  .outros-botoes .ms li a {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 30px;
  }
  .outros-botoes .ms li a.twitter {
    background: #3e4095;
    color: white;
  }
  .outros-botoes .ms li a.facebook {
    background: #3e4095;
    color: white;
  }
  .outros-botoes .ms li a.instagram {
    background: #3e4095;
    color: white;
  }
  .outros-botoes .ms li a.youtube {
    background: #3e4095;
    color: white;
  }
  header .botao-default.ligamos-para-voce {
    margin-top: 15px;
  }
  header .logo {
    margin-top: 0px;
    position: inherit;
  }
  header .logo a {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  header .logo a img {
    max-width: 80px;
  }
  header .numeros {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  header .numeros .numero-do-whatsapp {
    margin-left: 0;
    width: 100%;
    display: inline-block;
  }
  .box-de-atendimento .click-atendimentos {
    margin-bottom: 20px;
  }
  .box-de-atendimento .click-atendimentos .botao-default {
    padding-left: 50px;
    padding-right: 50px;
  }
  .titulo-pagina {
    font-size: 18px;
  }
  .beneficios {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tags-beneficios {
    font-size: 14px;
  }
  .box-terceiro-menu .nome-da-pagina {
    margin-left: 0;
  }
  .box-terceiro-menu .nome-da-pagina.espaco-consorcio {
    margin-left: 0;
  }
  .of-servicos .box-atendimento-oficina {
    padding-bottom: 70px;
    margin-bottom: 20px;
    height: auto;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina {
    margin-top: 15px;
  }
  .sobre-news {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .sobre-news .pequeno-texto-news {
    width: 100%;
  }
  .box-news input {
    margin-bottom: 20px;
  }
  .box-informacoes {
    text-align: center;
  }
  .titulo-marcas,
  .busca-avancada {
    width: 60%;
  }
  .box-assinatura .todos-os-direitos {
    text-align: center;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon {
    padding-left: 5px;
    padding-right: 5px;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon button {
    height: 30px;
    font-size: 11px;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group input {
    height: 30px;
    font-size: 11px;
  }
  .numeros span {
    font-size: 12px;
  }
  .numeros span.numero-do-whatsapp i {
    font-size: 17px;
  }
  .box-cta-botao {
    width: 100%;
    position: fixed;
    bottom: 35px;
    z-index: 100000;
  }
  .box-cta-botao .botao-tenho-interesse-lead {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    color: white;
    background: #B71513;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
    radius: 12px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .car-right-box {
    position: relative;
    margin-bottom: 30px;
  }
  .box-interna-carro, .box-compra-online {
    margin-top: 0px;
  }
  .box-interna-carro .fotos-do-carro {
    margin-top: 0;
  }
  .ofertas-header-mobile {
    font-size: 11px;
  }
  .maps-full {
    padding-top: 0px;
  }
  .lojas-mapa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .lojas-mapa a {
    width: 100%;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a.social-media {
    display: inline;
    font-size: 12px;
  }
}
@media screen and (min-width: 540px) {
  .form-de-busca-veiculos .radio {
    display: block;
    margin-top: 10px;
  }
  .card-carro .thumb-foto {
    text-align: center;
  }
  .card-carro .thumb-foto img {
    width: 100%;
    max-width: inherit;
  }
  .card-carro .box-de-tag img.corrigir-tamanho-um {
    width: 24%;
  }
  .card-carro .box-de-tag img.corrigir-tamanho-dois {
    width: 28%;
  }
  header .logo a img {
    max-width: 110px;
  }
  .numeros span {
    font-size: 14px;
  }
  .numeros span.numero-do-whatsapp i {
    font-size: 20px;
  }
  .ofertas-header-mobile {
    font-size: 12px;
  }
}
.search-bar-mobile__input {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  width: 60%;
  height: 40px;
  border: none;
  border-radius: 10px;
  padding: 0 40px 0 20px;
  background-color: #ededed;
  font-weight: bold;
  outline: 0;
  position: absolute;
  right: 60px;
  top: 15px;
}

.search-bar-mobile__submit {
  border: 0;
  display: block;
  position: absolute;
  right: 60px;
  top: 10px;
  height: 50px;
  width: 50px;
  background: url(../../img/search_bar_icon.png) center center no-repeat;
}

@media (max-width: 768px) {
  .padding-top {
    padding-top: 63px;
  }
  .search-bar {
    display: none;
  }
  .site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: white;
  }
  .site-header__right {
    display: none;
  }
  .hiding {
    display: none;
  }
  body {
    padding-bottom: 70px;
  }
  .lojas-mapa {
    display: block;
  }
  .novo {
    top: 4px;
    right: 0px;
  }
  .card-carro {
    padding-bottom: 0px;
  }
  .card-carro ul.caixa-specs {
    bottom: 42px;
  }
  .barra-de-pesquisa .form-inline .form-group {
    margin-bottom: 0px;
  }
  header {
    border-bottom: 1px solid #ededed;
  }
  #compra-online {
    background: #005284 !important;
    font-weight: bold;
    font-size: 0.71em;
  }
}
@media screen and (min-width: 768px) {
  #form-financiamento .form-group {
    display: inline-block;
  }
  .outros-botoes {
    display: none;
  }
  .search-bar-mobile {
    display: none;
  }
  .menu-top {
    background-color: transparent;
  }
  .card-carro .box-de-tag img.corrigir-tamanho-um {
    width: 44%;
  }
  .card-carro .box-de-tag img.corrigir-tamanho-dois {
    width: 50%;
  }
  .titulo-marcas,
  .busca-avancada {
    width: 30%;
  }
  header .logo a img {
    padding-top: 20%;
    max-width: 140px;
  }
  .barra-de-pesquisa {
    margin-top: 8px;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon {
    padding-left: 0;
    padding-right: 0;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group input {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .oportunidades .botao-default {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
  }
  header .logo a img {
    float: left;
    padding-top: 20%;
    width: 100%;
    max-width: 182px;
  }
  header .barra-menu-secundario .form-inline .form-group .input-group .input-group-addon .pesquisar-estoque {
    padding-right: 0;
    padding-top: 3px;
  }
  header .barra-menu-secundario .form-inline .form-group .input-group .input-group-addon i {
    font-size: 15px;
  }
  header .numeros {
    width: inherit;
    text-align: right;
  }
  header .numeros .numero-de-atendimento,
  header .numeros .numero-do-whatsapp {
    display: inline-block;
    font-size: 10px;
  }
  header .numeros .numero-de-atendimento i,
  header .numeros .numero-do-whatsapp i {
    font-size: 15px;
  }
  header .numeros .numero-do-whatsapp {
    margin-left: 40px;
    width: auto;
    display: inherit;
  }
  header .menu li a {
    font-size: 10px;
  }
  header .botao-default.ligamos-para-voce {
    margin-top: 0;
    font-size: 10px;
  }
  .beneficios {
    padding-left: 100px;
    padding-right: 100px;
  }
  .tags-beneficios {
    font-size: 18px;
  }
  .box-terceiro-menu .nome-da-pagina {
    margin-left: 210px;
  }
  .box-terceiro-menu .nome-da-pagina.espaco-consorcio {
    margin-left: 380px;
  }
  .of-servicos .box-atendimento-oficina {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 260px;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina {
    margin-top: 0;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina .botao-default {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-informacoes {
    text-align: left;
  }
  .titulo-marcas,
  .busca-avancada {
    width: 20%;
  }
  .box-assinatura .todos-os-direitos {
    text-align: left;
  }
  .box-cta-botao {
    display: none;
  }
  .car-right-box {
    position: absolute;
    margin-bottom: 0;
  }
  .box-interna-carro .fotos-do-carro {
    margin-top: 20px;
  }
  .box-interna-carro, .box-compra-online {
    margin-top: 50px;
  }
  .barra-de-pesquisa {
    margin-top: 10px;
  }
  .barra-menu-header .menu li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .box-marcas .marcas-seminovos {
    text-align: center;
  }
  .box-marcas .marcas-seminovos .item-marca-seminovos {
    margin-bottom: 15px;
  }
  .box-marcas .marcas {
    text-align: center;
  }
  .box-marcas .marcas .item-marcas {
    margin-bottom: 15px;
  }
  .form-de-busca-veiculos .radio {
    display: block;
    margin-top: 0;
  }
  .form-de-busca-veiculos select {
    margin-bottom: 0;
  }
  .form-de-busca-veiculos .enviar-contato {
    margin-top: 0;
  }
  .form-de-busca-veiculos .encontre-o-carro {
    padding-left: 30px;
    margin-bottom: 0;
  }
  header .numeros {
    text-align: right;
  }
  header .numeros .numero-de-atendimento,
  header .numeros .numero-do-whatsapp {
    font-size: 14px;
  }
  header .numeros .numero-de-atendimento i,
  header .numeros .numero-do-whatsapp i {
    font-size: 22px;
  }
  header .numeros .numero-do-whatsapp {
    margin-left: 40px;
  }
  header .menu li a {
    font-size: 14px;
  }
  header .botao-default.ligamos-para-voce {
    font-size: 12px;
  }
  header .logo a img {
    float: left;
    padding-top: 7%;
    max-width: 182px;
  }
  .of-servicos .box-atendimento-oficina {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 260px;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina {
    margin-top: 0;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina .botao-default {
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .box-de-atendimento .click-atendimentos {
    margin-bottom: 0;
  }
  .box-de-atendimento .click-atendimentos .botao-default {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sobre-news {
    display: inline-block;
    width: 45%;
    text-align: left;
    margin-left: 20px;
  }
  .sobre-news .titulo-pagina {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .box-news input {
    margin-bottom: 0;
  }
  .barra-menu-header .menu li a {
    font-size: 14px;
  }
}
.buttons-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
          justify-content: space-evenly;
}
.buttons-card li {
  float: left;
  border-radius: 20px;
  padding: 6px 9px 0px 9px;
  font-size: 0.65rem;
  font-weight: 200;
  height: 29px;
}
.buttons-card li a {
  color: #fff;
  text-decoration: none;
}
.buttons-card .whatsapp {
  background: #03d660;
}
.buttons-card .interesse {
  background: #3e4095;
  color: #fff;
}
.buttons-card svg {
  height: 17px;
  width: 17px;
  fill: #fff;
}
/*# sourceMappingURL=app.css.map */
