@charset "UTF-8";
/*! 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] {
  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;
  -webkit-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;
}

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/vendor/bxslider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/vendor/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/vendor/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9996;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/vendor/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/vendor/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.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);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-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);
  -ms-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-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);
  -ms-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-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);
  -o-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);
  -o-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%;
  -webkit-box-sizing: border-box;
  -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%;
    -webkit-box-sizing: border-box;
    -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);
  -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
  -moz-background-clip: padding; /* 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, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.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-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-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: #5CB811;
  border: 1px solid #3B7808;
}

.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);
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.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: #306199;
}
.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872;
}
.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: #65BC54;
}
.rrssb-buttons li.rrssb-whatsapp a:hover {
  background-color: #4e9f3e;
}
.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  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%;
}
.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative;
}
.rrssb-buttons.tiny-format li {
  padding-right: 7px;
}
.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0;
}
.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 70%;
  width: 100%;
}
.rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
  background-color: transparent;
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon {
  fill: #0a88ff;
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #0054a3;
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon {
  fill: #306199;
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #18304b;
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon {
  fill: #32506d;
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #121d27;
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon {
  fill: #007bb6;
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #003650;
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon {
  fill: #26c4f1;
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #0b84a6;
}
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon {
  fill: #e93f2e;
}
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #a01e11;
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon {
  fill: #df1c31;
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #84111d;
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon {
  fill: #8bbbe3;
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #398bcf;
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon {
  fill: #b81621;
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #5d0b11;
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon {
  fill: #ED4054;
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #b61124;
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon {
  fill: #444;
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #111111;
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon {
  fill: #517fa4;
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #2f4a60;
}
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg polygon {
  fill: #65BC54;
}
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #3c7a30;
}

/*
 *  Remodal - v0.4.1
 *  Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 *  @import url(http://fonts.googleapis.com/css?family=Exo+2:700,400&subset=latin,cyrillic);
 */
/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked,
body.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  visibility: hidden;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9997;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9998;
  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-transform: translateZ(0px);
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  display: inline-block;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */
/* Background for effects */
.remodal-bg {
  -webkit-transition: -webkit-filter 0.2s ease-out;
  -moz-transition: -moz-filter 0.2s ease-out;
  -o-transition: -o-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
}

body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(33, 36, 46, 0.95);
}

body.remodal-is-active .remodal-overlay {
  opacity: 1;
}

/* Default theme styles of the modal dialog */
.remodal {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 35px;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  color: #182a3c;
  background: #f4f4f4;
  background-clip: padding-box;
}

body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font-size: 10pt;
  display: inline-block;
  width: 120px;
  margin: 0 0 5px 0;
  padding: 9px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}

.remodal-confirm {
  color: #16a085;
  border: 2px solid #16a085;
  background: #f4f4f4;
}

.remodal-confirm:hover,
.remodal-confirm:active {
  color: #f4f4f4;
  background: #16a085;
}

.remodal-cancel {
  color: #c0392b;
  border: 2px solid #c0392b;
  background: #f4f4f4;
}

.remodal-cancel:hover,
.remodal-cancel:active {
  color: #f4f4f4;
  background: #c0392b;
}

/* Media queries
   ========================================================================== */
/* min-width 641px */
@media only screen and (min-width: 40.063em) {
  .remodal {
    max-width: 660px;
    min-height: 0;
    margin: 20px auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto;
}

/*
    Mobile Menu Core Style
*/
/* .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; } */
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em } */
.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}

/* Button 
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
*/
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}

.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.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;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  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);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-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;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  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: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-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);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  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);
  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);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-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% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    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);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-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;
  }
}
@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;
  }
}
@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);
  }
}
@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);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-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;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-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;
  }
}
@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;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-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;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-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;
  animation: pulseWarningIns 0.75s infinite alternate;
}

/*! 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;
  -ms-touch-action: none;
  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 * {
  -webkit-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);
  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 {
  -ms-touch-action: none;
  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;
  -ms-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;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: 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);
  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;
  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;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  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;
  -ms-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;
  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;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: 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);
  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 - http://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;
  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;
  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;
  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 {
  -webkit-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);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-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);
  }
}
@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);
  }
}
/*

	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);
  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;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/vendor/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/vendor/chosen/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/vendor/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/vendor/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/vendor/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/vendor/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/vendor/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/vendor/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("sass/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("sass/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("sass/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("sass/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("sass/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("sass/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.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;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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: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-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-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";
}

/*------------------------------------*
 *  #COLORS */
/*------------------------------------*/
/*------------------------------------*
 *  #BUTTONS */
/*------------------------------------*/
.btn-main-color, .compare-cart-add {
  background-color: #004077;
}
.btn-main-color:hover, .compare-cart-add:hover {
  background-color: #005baa;
}

.btn-secondary-color {
  color: #666 !important;
  background: #fff;
}

/*------------------------------------*
 *  #MEDIA QUERIES */
/*------------------------------------*/
/*------------------------------------*
 *  #FONT STACK */
/*------------------------------------*/
html, button, input, select, textarea {
  font-family: arial, sans-serif;
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Ubuntu", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 24px;
}
@media screen and (max-width: 48em) {
  h1 {
    font-size: 18px;
  }
}

h2 {
  margin: 32px 0;
  font-size: 16px;
  color: #333;
}

p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 32px 0;
  border: 0;
  border-top: 3px solid #333;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

figure {
  margin: 0;
}

input[type=text],
textarea {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  color: #333;
  border-radius: 4px;
  border: 1px solid black;
}

textarea {
  line-height: 16px;
  padding: 10px;
}
textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
}
textarea::-moz-placeholder {
  color: #999;
  font-weight: bold;
}
textarea:-moz-placeholder {
  color: #999;
  font-weight: bold;
}
textarea:-ms-input-placeholder {
  color: #999;
  font-weight: bold;
}

.primary-link {
  color: red;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.primary-link:hover {
  color: black;
}

.list-default {
  padding-left: 17px;
  list-style: disc;
  color: #666;
}
.list-default li {
  font-size: 14px;
  line-height: 24px;
}

.cfx:after {
  content: "";
  display: table;
  clear: both;
}

.t-center {
  text-align: center;
}

.red {
  color: #004077;
}

.img {
  max-width: 100%;
}

/*------------------------------------*
 *  #CONTAINER */
/*------------------------------------*/
.container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 75em) {
  .container {
    padding: 0 10px;
  }
}

/*------------------------------------*
 *  #ROW */
/*------------------------------------*/
.row {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.row:last-child {
  margin-right: 0;
}

/*------------------------------------*
 *  #COLS */
/*------------------------------------*/
.col-1-2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.col-1-2:last-child {
  margin-right: 0;
}
.col-1-2:nth-child(2n) {
  margin-right: 0;
}
.col-1-2:nth-child(2n+1) {
  clear: left;
}

.col-1-3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.col-1-3:last-child {
  margin-right: 0;
}
.col-1-3:nth-child(3n) {
  margin-right: 0;
}
.col-1-3:nth-child(3n+1) {
  clear: left;
}

.col-2-3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.col-2-3:last-child {
  margin-right: 0;
}

.col-1-4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-bottom: 2.35765%;
}
.col-1-4:last-child {
  margin-right: 0;
}
.col-1-4:nth-child(4n) {
  margin-right: 0;
}
.col-1-4:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 48em) {
  .grid-default .col-1-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .grid-default .col-1-4:last-child {
    margin-right: 0;
  }
  .grid-default .col-1-4:nth-child(4n) {
    margin-right: 2.3576515979%;
  }
  .grid-default .col-1-4:nth-child(4n+1) {
    clear: none;
  }
  .grid-default .col-1-4:nth-child(2n) {
    margin-right: 0;
  }
  .grid-default .col-1-4:nth-child(2n+1) {
    clear: left;
  }
}

.col-3-4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
.col-3-4:last-child {
  margin-right: 0;
}

.col-1-6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}
.col-1-6:last-child {
  margin-right: 0;
}
.col-1-6:nth-child(6n) {
  margin-right: 0;
}
.col-1-6:nth-child(6n+1) {
  clear: left;
}

/*------------------------------------*
 *  #HEADER */
/*------------------------------------*/
.header {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
}

.header__contact {
  float: right;
  line-height: 90px;
  margin: 0;
}
.header__contact > * {
  vertical-align: middle;
}

.header__top {
  background-color: #004077;
}

.contact-list {
  margin-right: 10px;
}

/*------------------------------------*
 *  #FOOTER */
/*------------------------------------*/
.footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 0;
  background-color: #313131;
}
.footer p {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.footer h2 {
  margin: 0;
}
.footer nav {
  display: inline-block;
}
.footer .menu {
  margin-top: 0;
  margin-left: 0;
}
.footer .menu a {
  color: #ffffff;
}
@media screen and (max-width: 55em) {
  .footer .menu li {
    margin-right: 7px;
  }
}
.footer .footer-menu {
  height: 80px;
  line-height: 50px;
}
.footer .header__contact {
  line-height: 50px;
}
.footer .contact-list b, .footer .contact-list span, .footer .contact-list a {
  color: #ffffff;
  text-decoration: none;
}
.footer .contact-list li .wa.wa:after {
  background: url(../img/icon_whats_white.png) center center no-repeat;
}

.footer__contact {
  padding-top: 32px;
  margin-bottom: 32px;
  position: relative;
  border-top: 3px solid #5a5a5a;
}
.footer__contact > .col-1-3 {
  position: relative;
  padding-left: 32px;
  padding-right: 10px;
  border-right: 1px solid black;
}
.footer__contact > .col-1-3:last-child {
  border-right: none;
}
.footer__contact > .col-1-3:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(../img/icon_map_loja.png) center center no-repeat;
}
.footer__contact > .col-1-3.wa:before {
  background-position: -21px -123px;
}

@media screen and (max-width: 64em) {
  .footer {
    background: #313131;
    padding: 20px 0 17px;
  }
  .footer .footer-menu {
    display: none;
  }
  .footer .col-1-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .footer .col-1-2:last-child {
    margin-right: 0;
  }
  .footer .social-links {
    margin-left: 0;
  }
  .footer .menu {
    display: none;
  }
  .footer p {
    color: white;
  }
  .footer__contact {
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: 0;
  }
  .footer__contact > .col-1-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    border: none;
  }
  .footer__contact > .col-1-3:last-child {
    margin-right: 0;
  }
  .footer__contact > .col-1-3:nth-child(3n) {
    margin-right: 2.3576515979%;
  }
  .footer__contact > .col-1-3:nth-child(3n+1) {
    clear: none;
  }
  .footer__contact > .col-1-3:before {
    top: 0;
  }
  .footer__contact h1 {
    font-size: 14px;
  }
  .footer__contact h1,
  .footer__contact h2 {
    color: black;
  }
  .footer__newsletter,
  .footer__social-networks {
    margin-bottom: 20px;
  }
  .footer__newsletter h2,
  .footer__social-networks h2 {
    width: 100%;
    line-height: 28px;
  }
  .footer__social-networks {
    text-align: left;
  }
  .footer__nav {
    text-align: center;
  }
}
/*------------------------------------*
 *  #BUSCA */
/*------------------------------------*/
@media screen and (max-width: 1000px) {
  .busca-interna > .col-1-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .busca-interna > .col-1-4:last-child {
    margin-right: 0;
  }
  .busca-interna .col-3-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .busca-interna .col-3-4:last-child {
    margin-right: 0;
  }
}
/*------------------------------------*
 *  #LOJA */
/*------------------------------------*/
.bx-viewport {
  height: 400px;
}

@media screen and (max-width: 1000px) {
  .page-loja .col-1-2:first-child {
    text-align: center;
    margin-bottom: 30px;
  }
  .page-loja .col-1-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .page-loja .col-1-2:last-child {
    margin-right: 0;
  }
}
/*------------------------------------*
 *  #CAR SHOWCASE */
/*------------------------------------*/
.car-showcase {
  margin-top: 20px;
}

.car-showcase.resultado-busca {
  margin-top: 0;
}

.car-showcase--bordered {
  padding: 40px 0 10px;
  margin-bottom: 50px;
  margin-top: 0;
  border-bottom: 3px solid #333;
}

.resultado-busca > h2 {
  margin: 0 0 20px 0;
}

/*------------------------------------*
 *  #MAIN VIDEO */
/*------------------------------------*/
.main-video {
  padding: 40px 0;
  background: url("../img/bg-main-video.png");
}
.main-video h2 {
  margin: 0;
}
@media screen and (max-width: 48em) {
  .main-video {
    padding: 10px 0 20px;
  }
  .main-video h2 {
    font-size: 12px;
  }
}

/*------------------------------------*
 *  #MAIN LINKS */
/*------------------------------------*/
.main-links {
  border-top: 2px solid #333;
  padding-top: 30px;
  margin-bottom: 50px;
}
.main-links .main-link {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.main-links .main-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 37.5em) {
  .main-links {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .main-links .main-link {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 10px;
  }
  .main-links .main-link:last-child {
    margin-right: 0;
  }
}

/*------------------------------------*
 *  #TESTIMONIALS */
/*------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/bg-testimonials.jpg") center center;
  background-size: cover;
}
@media screen and (max-width: 48em) {
  .testimonials {
    padding: 30px 0;
  }
}

/*------------------------------------*
 *  #PAGE HEADER */
/*------------------------------------*/
.page-header {
  padding: 32px 0;
  max-width: 1440px;
  margin: 0 auto 20px;
  background-color: #004077;
}
.page-header h1 {
  font-size: 18px;
  color: white;
  font-weight: 700;
}
.page-header .page-header__divisor {
  border-top: 1px solid #002544;
  border-bottom: 1px solid #fff;
  margin: 30px 0;
}
@media screen and (max-width: 60em) {
  .page-header {
    margin-top: -20px;
    padding: 20px 0;
  }
  .page-header h1 {
    font-size: 18px;
  }
}

/*------------------------------------*
 *  #PAGE CONTENT */
/*------------------------------------*/
.busca-e-filtro {
  padding: 50px 0 0;
}
.busca-e-filtro .col-2-3 {
  text-align: right;
}
@media screen and (max-width: 31.25em) {
  .busca-e-filtro .col-1-3 {
    width: 100%;
  }
  .busca-e-filtro .col-2-3 {
    text-align: left;
    width: 100%;
  }
  .busca-e-filtro .ordernation__title {
    margin: 20px 0 10px 0;
  }
}

.page-content {
  overflow: hidden;
  margin: 20px 0 50px;
  position: relative;
}
.page-content .main h2:first-child,
.page-content .sidebar h2:first-child {
  margin-top: 0;
}
.page-content .main {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
.page-content .main:last-child {
  margin-right: 0;
}
.page-content .main p {
  padding-right: 20px;
}
.page-content .sidebar {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  position: relative;
  padding-left: 2.35765%;
}
.page-content .sidebar:last-child {
  margin-right: 0;
}
@media screen and (min-width: 76em) {
  .page-content .sidebar {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-content .sidebar::before {
    content: "";
    width: 30px;
    height: 830px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/bg-sidebar.png") no-repeat top left;
  }
}
@media screen and (max-width: 75em) {
  .page-content {
    margin: 20px 0 30px;
  }
  .page-content .main,
  .page-content .sidebar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .page-content .main:last-child,
  .page-content .sidebar:last-child {
    margin-right: 0;
  }
  .page-content .sidebar {
    min-height: initial;
    padding-left: 0;
    margin-top: 20px;
    background: none;
  }
}

/*------------------------------------*
 *  #SEARCH AREA */
/*------------------------------------*/
.search-area {
  position: relative;
  margin-bottom: -40px;
  background: #f0f0f0;
  overflow: hidden;
}
.search-area .brands {
  padding-top: 0;
  margin: 25px 0 30px;
  border: none;
}
.search-area:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  height: 3px;
  width: 1200px;
  background: #333;
}

.search-options {
  margin: 40px 0 25px;
}
@media screen and (max-width: 56.25em) {
  .search-options .col-1-3:first-child {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .search-options .col-1-3:first-child:last-child {
    margin-right: 0;
  }
  .search-options .col-1-3:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .search-options .col-1-3:nth-child(2):last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 48em) {
  .search-options .col-1-3,
  .search-options .col-1-3:first-child,
  .search-options .col-1-3:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 10px;
  }
  .search-options .col-1-3:last-child,
  .search-options .col-1-3:first-child:last-child,
  .search-options .col-1-3:nth-child(2):last-child {
    margin-right: 0;
  }
}

/*------------------------------------*
 *  #HERO */
/*------------------------------------*/
.hero {
  position: relative;
}
@media screen and (max-width: 48em) {
  .hero {
    margin-bottom: 20px;
  }
  .hero > .container {
    position: relative;
    top: auto;
    height: auto;
    margin-top: 0;
  }
}

/*------------------------------------*
 *  #SALES TEAM */
/*------------------------------------*/
.sales-team .inner-map {
  height: 140px;
}
@media screen and (max-width: 48em) {
  .sales-team > .row > .col-1-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .sales-team > .row > .col-1-2:last-child {
    margin-right: 0;
  }
}

/*------------------------------------*
 *  #MORE CARS */
/*------------------------------------*/
.more-cars:after {
  content: "";
  display: table;
  clear: both;
}
.more-cars .container {
  border-top: 2px solid #555555;
}

.more-cars__title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}

/*------------------------------------*
 *  #CONTACT */
/*------------------------------------*/
@media screen and (max-width: 48em) {
  .contact__maps .col-1-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .contact__maps .col-1-2:last-child {
    margin-right: 0;
  }
}

/*------------------------------------*
 *  #LOGO */
/*------------------------------------*/
.logo {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}

.logo--small {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 79px;
}
.logo--small img {
  max-width: 100%;
}

/*------------------------------------*
 *  #MENU */
/*------------------------------------*/
.menu {
  float: left;
  margin-top: 37px;
  margin-left: 30px;
}
.menu li {
  display: inline-block;
  line-height: 22px;
  margin-right: 10px;
}
.menu li:last-child {
  margin-right: 0;
  background: none;
}
.menu li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.menu li a:hover {
  color: #4d4d4d;
}
@media screen and (max-width: 75em) {
  .menu li {
    margin-right: 14px;
  }
  .menu li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 68.75em) {
  .menu li {
    margin-right: 10px;
  }
  .menu li a {
    font-size: 11px;
  }
}

/*------------------------------------*
 *  #BTNs */
/*------------------------------------*/
.btn-medium {
  display: inline-block;
  width: 160px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.btn-full {
  width: 100%;
}

.btn-large {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}

.btn-showroom-more {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 60px;
  font-size: 13px;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 37.5em) {
  .btn-showroom-more {
    margin-bottom: 20px;
  }
}
.page-content .btn-showroom-more {
  margin-bottom: 0;
}
.btn-showroom-more:hover {
  background-color: #ccc;
}
.btn-showroom-more * {
  display: inline-block;
}

.icon-plus {
  position: relative;
  top: 3px;
  left: 10px;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(../img/icon_plus.png) center center no-repeat;
}

.call-busca-avancada {
  font-size: 13px;
  color: #004077;
  text-transform: uppercase;
}
.call-busca-avancada .fa-search {
  font-size: 18px;
  color: #004077;
}

.icon-lupa-small {
  position: relative;
  top: 2px;
  display: inline-block;
  height: 13px;
  width: 13px;
  background: url(../img/icon_lupa_small.png) center center no-repeat;
  margin-right: 8px;
}

/*------------------------------------*
 *  #CONTACT-LIST */
/*------------------------------------*/
.contact-list {
  display: inline-block;
}
.contact-list b {
  color: #004077;
}
.contact-list li {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.contact-list li:last-child {
  margin-right: 0;
}
.contact-list li:last-child:after {
  display: none;
}
.contact-list li .name {
  position: relative;
  font-weight: normal;
}
.contact-list li .wa {
  margin-right: 26px;
}
.contact-list li .wa.wa:after {
  content: "";
  position: absolute;
  right: -23px;
  top: -2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons-sprite.png");
  background-position: -18px 0;
}
@media screen and (max-width: 64em) {
  .contact-list li {
    font-size: 13px;
  }
}

/*------------------------------------*
 *  #SOCIAL-LINKS */
/*------------------------------------*/
.social-links {
  display: inline-block;
  margin-left: 32px;
  font-size: 0;
}
.social-links li {
  display: inline-block;
  margin-right: 5px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/icons-sprite.png");
}
.social-links a.facebook {
  background-position: 0 -18px;
}
.social-links a.instagram {
  background-position: -30px -18px;
}
.social-links a.youtube {
  background-position: -60px -18px;
}

.social-links--larger li {
  margin-right: 10px;
}
.social-links--larger a {
  width: 40px;
  height: 40px;
}
.social-links--larger a.facebook {
  background-position: 0 -48px;
}
.social-links--larger a.instagram {
  background-position: -40px -48px;
}
.social-links--larger a.youtube {
  background-position: -80px -48px;
}

.input-submit {
  display: inline-block;
  position: relative;
  width: 323px;
  margin-left: 10px;
}
.input-submit input[type=text] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  padding-right: 35px;
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  border: 1px solid black;
  border-radius: 4px;
}
.input-submit input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.input-submit input[type=text]::-moz-placeholder {
  color: #999;
}
.input-submit input[type=text]:-moz-placeholder {
  color: #999;
}
.input-submit input[type=text]:-ms-input-placeholder {
  color: #999;
}
.input-submit input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  background: url("../img/icons-sprite.png") no-repeat 2px -88px #333;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.input-submit input[type=submit]:hover {
  background-color: black;
}
@media screen and (max-width: 48em) {
  .input-submit {
    width: 100%;
    margin: 0;
  }
}

/*------------------------------------*
 *  #MAPS */
/*------------------------------------*/
#map {
  display: block;
  clear: both;
  width: 100%;
  height: 280px;
  margin: 32px 0;
  border-radius: 5px;
  border-bottom: 2px solid #333;
}
#map iframe {
  width: 100%;
  height: 100%;
}
@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-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: blue;
}
.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;
}

/*------------------------------------*
 *  #CAR */
/*------------------------------------*/
.car {
  position: relative;
  margin-bottom: 40px;
}

.car--oferta {
  border: 2px solid #cf0f2c;
}

.oferta-foto {
  float: left;
}

.car__name {
  margin: 0;
  font-size: 13px;
}

.car__description {
  display: block;
  margin-bottom: 0;
  color: #666;
  font-size: 13px;
  line-height: 16px;
}

.car__price {
  margin-top: 5px;
  margin-bottom: 0;
  color: #004077;
  font-size: 14px;
  font-weight: 500;
}
.car__price b {
  font-size: 18px;
}

.car__figure {
  position: relative;
  margin-bottom: 20px;
}
.car--oferta .car__figure {
  margin-bottom: 0;
}
.car__figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.car__figure figcaption {
  position: absolute;
  bottom: 0;
}

.car__desc-box {
  display: table;
  padding: 20px;
}
.car__desc-box .btn-medium {
  margin-top: 10px;
}

@media screen and (max-width: 48em) {
  .car {
    margin-bottom: 10px;
  }
  .car__figure {
    margin-bottom: 10px;
  }
  .car__name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .car__description {
    font-size: 12px;
    line-height: 16px;
  }
  .car__price, .car__price b {
    font-size: 18px;
  }
}
/*------------------------------------*
 *  #ORDENATION */
/*------------------------------------*/
.ordernation__title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-right: 10px;
}

.ordenation {
  display: inline-block;
}
.ordenation li {
  display: inline-block;
  margin-left: 15px;
}
.ordenation a {
  font-size: 13px;
  color: #777777;
}
.ordenation a:hover, .ordenation a.ativo {
  color: #cf0f2c;
}

/*------------------------------------*
 *  #STORE (map marker + store name) */
/*------------------------------------*/
.store {
  padding: 4px 15px;
  font-size: 10px;
  font-weight: 300;
  font-family: Arial, sans-serif;
  color: #ffff00;
  background: #333;
}
.store:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-right: 5px;
  background: url("../img/icons-sprite.png") no-repeat -38px 0;
}

/*------------------------------------*
 *  #STYLED SELECT */
/*------------------------------------*/
.styled-select,
.styled-select select {
  width: 100%;
}

.styled-select {
  position: relative;
  height: 40px;
  line-height: 20px;
  border: 1px solid black;
  overflow: hidden;
  border-radius: 4px;
}
.styled-select select {
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  background: #fff;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border-radius: 4px;
}
.styled-select .arrows {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 5px;
  height: 10px;
  background: url("../img/icons-sprite.png") no-repeat -47px 0;
  pointer-events: none;
}
.styled-select .arrow {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 7px;
  height: 7px;
  background: url("../img/icons-sprite.png") no-repeat -46px -10px;
  pointer-events: none;
}

@-moz-document url-prefix() {
  .styled-select select {
    width: 125%;
  }
}
select::-ms-expand {
  display: none;
}

/*------------------------------------*
 *  #STYLED CHECKBOX */
/*------------------------------------*/
.styled-checkbox {
  display: inline-block;
  margin-right: 10px;
}
.styled-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}
.styled-checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.styled-checkbox label:last-child {
  margin-right: 0;
}
.styled-checkbox input[type=checkbox] {
  display: none;
}
.styled-checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  font-size: 12px;
  color: white;
  background: #2697ff;
  border-color: #2697ff;
  text-align: center;
  line-height: 16px;
}
.styled-checkbox:last-child {
  margin-right: 0;
}

/*------------------------------------*
 *  #SEARCH CAR */
/*------------------------------------*/
.search-car {
  width: 280px;
  padding: 20px 19px 20px 18px;
  background: white;
  border-left: 3px solid blue;
  border-radius: 5px;
}
.busca-interna .search-car {
  border: 1px solid #cccccc;
  width: 100%;
}
.search-car h2 {
  font-size: 13px;
  padding-bottom: 18px;
  margin-bottom: 16px;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}
.search-car label {
  font-size: 12px;
  font-weight: bold;
}
.search-car .styled-select {
  /*border-color: #ccc*/
}
.search-car .checkbox-group {
  text-align: center;
  margin-bottom: 10px;
}
.search-car .control-group {
  float: left;
  height: 40px;
  width: 100%;
  line-height: 40px;
  margin-bottom: 10px;
}
.search-car .control-group .fixed {
  float: left;
  width: 50px;
}
.search-car .control-group .fluid {
  float: left;
  width: 100%;
  margin-left: -50px;
}
.search-car .control-group .fluid .inner {
  margin-left: 50px;
}
.search-car .control-group--primary {
  width: 54%;
}
.search-car .control-group--secondary {
  width: 46%;
}
.search-car .control-group--secondary .fixed {
  width: 30px;
  text-align: center;
}
.search-car .control-group--secondary .fluid {
  margin-left: -30px;
}
.search-car .control-group--secondary .fluid .inner {
  margin-left: 30px;
}
@media screen and (max-width: 48em) {
  .search-car {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ccc;
  }
}

.search-car--modal {
  width: 100%;
  padding: 0;
  margin-top: 0;
  border: none;
  background: #f4f4f4;
}

/*------------------------------------*
 *  #VIDEO WRAPPER */
/*------------------------------------*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin-bottom: 10px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*
 *  #DATE */
/*------------------------------------*/
.date {
  float: left;
  padding: 5px;
  margin-right: 10px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffff00;
  background: #333;
}
.date:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: url("../img/icons-sprite.png") no-repeat -55px 0;
}

/*------------------------------------*
 *  #MAIN LINK */
/*------------------------------------*/
.icon-searchcar {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: url(../img/icon_searchcar.png) center center no-repeat;
}

.icon-call {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: url(../img/icon_call.png) center center no-repeat;
}

.icon-handshake {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: url(../img/icon_hands.png) center center no-repeat;
}

.main-link {
  position: relative;
  display: block;
  padding: 20px 0 20px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
}
.main-link span {
  display: inline-block;
  line-height: 25px;
  position: relative;
  top: -6px;
  margin-left: 10px;
}
@media screen and (max-width: 68.75em) {
  .main-link {
    padding: 20px;
  }
  .main-link span {
    display: block;
  }
  .main-link:not(.main-link--smaller):before {
    display: none;
  }
}
@media screen and (max-width: 41.875em) {
  .main-link {
    font-size: 14px;
  }
}

.main-link--smaller {
  display: block;
  width: 100%;
  height: 70px;
  padding: 16px 65px 0 85px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
}
.main-link--smaller:before {
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 75em) {
  .main-link--smaller {
    display: inline-block;
    width: 250px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 38.125em) {
  .main-link--smaller {
    margin-bottom: 10px;
  }
}

/*------------------------------------*
 *  #TESTIMONIAL */
/*------------------------------------*/
.testimonials-slider {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial {
  position: relative;
  padding-top: 100px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
}
.testimonial cite {
  display: block;
  margin-top: 40px;
  color: blue;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.testimonial cite:before {
  content: "-";
  margin-right: 3px;
}
.testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35.5px;
  width: 71px;
  height: 60px;
  background: url("../img/icons-sprite.png") 0 -194px;
}
@media screen and (max-width: 48em) {
  .testimonial {
    font-size: 12px;
    line-height: 22px;
    padding-top: 50px;
  }
  .testimonial cite {
    margin-top: 20px;
  }
  .testimonial:before {
    width: 36px;
    height: 30px;
    margin-left: -15px;
    background-position: -72px -223px;
  }
}

/*------------------------------------*
 *  #ESTRUCTURE LIST */
/*------------------------------------*/
.structure-list {
  margin-bottom: 40px;
  text-align: center;
}
.structure-list li {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-right: 18px;
  text-align: center;
  background: blue;
  border-radius: 50%;
  vertical-align: top;
}
.structure-list li span {
  display: inline-block;
  width: 100px;
  margin-top: 42px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.structure-list li:nth-child(even) {
  background: #ffff66;
}
.structure-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 75em) {
  .structure-list li {
    margin: 0 9px 18px;
  }
}
@media screen and (max-width: 20em) {
  .structure-list li {
    margin-bottom: 9px;
  }
}

/*------------------------------------*
 *  #SEND PROPOSAL */
/*------------------------------------*/
.send-proposal-title {
  position: relative;
  padding-left: 45px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  color: #fff;
  background: #333333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.send-proposal-title:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 17px;
  height: 21px;
  background: url("../img/icon_pin_white.png") no-repeat 0 0;
}

.send-proposal {
  padding: 20px 10px 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.send-proposal label {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.send-proposal label,
.send-proposal input[type=checkbox] {
  cursor: pointer;
}
.send-proposal input[type=text],
.send-proposal textarea {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  border: 1px solid #333;
  border-radius: 4px;
}
.send-proposal input[type=text]::-webkit-input-placeholder,
.send-proposal textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
}
.send-proposal input[type=text]::-moz-placeholder,
.send-proposal textarea::-moz-placeholder {
  color: #999;
  font-weight: bold;
}
.send-proposal input[type=text]:-moz-placeholder,
.send-proposal textarea:-moz-placeholder {
  color: #999;
  font-weight: bold;
}
.send-proposal input[type=text]:-ms-input-placeholder,
.send-proposal textarea:-ms-input-placeholder {
  color: #999;
  font-weight: bold;
}
.send-proposal textarea {
  height: 80px;
  line-height: 16px;
}
.send-proposal input[type=submit] {
  display: inline-block;
  padding: 0;
  margin-top: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  background: #333;
  border: none;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.send-proposal input[type=submit]:hover {
  background: #0d0d0d;
}
@media screen and (max-width: 75em) and (min-width: 37.4375em) {
  .send-proposal fieldset:nth-child(-n+3) {
    float: left;
    width: 32.333%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  .send-proposal fieldset:nth-child(-n+3) input[type=text] {
    margin-bottom: 0;
  }
  .send-proposal fieldset:nth-child(3) {
    margin-right: 0;
  }
  .send-proposal fieldset:nth-child(4) {
    width: 100%;
  }
}

/*------------------------------------*
 *  #CAR DETAILS */
/*------------------------------------*/
.car-details {
  position: relative;
  overflow: auto;
}

.car-details__store {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}

.car-details__title {
  max-width: 586px;
  margin-bottom: 20px;
  color: black;
}

.car-details__price {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 30px;
  color: #004077;
}
.car-details__price small {
  font-size: 14px;
}

.btn-gallery {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

.car-details__pics {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  position: relative;
}
.car-details__pics:last-child {
  margin-right: 0;
}

.car-details__features {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding: 11px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.car-details__features:last-child {
  margin-right: 0;
}
.car-details__features .feature {
  position: relative;
  padding-left: 66px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
}
.car-details__features .feature .value {
  font-weight: 400;
  color: #666;
  text-transform: none;
}
.car-details__features .feature:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  background-image: url("../img/icons-sprite.png");
}
.car-details__features .feature:last-child {
  border-bottom: none;
}
.car-details__features .feature.ano:before {
  background-position: 0 -254px;
}
.car-details__features .feature.km:before {
  background-position: -15px -254px;
}
.car-details__features .feature.cor:before {
  background-position: -30px -254px;
}
.car-details__features .feature.motor:before {
  background-position: -45px -254px;
}
.car-details__features .feature.cambio:before {
  background-position: -60px -254px;
}
.car-details__features .feature.final-placa:before {
  background-position: -75px -254px;
}
.car-details__features .feature.portas:before {
  background-position: -90px -254px;
}
.car-details__features .feature.combustivel:before {
  background-position: -105px -254px;
}
@media screen and (max-width: 50em) and (min-width: 41.8125em) {
  .car-details__features .feature {
    padding-left: 30px;
  }
  .car-details__features .feature:before {
    left: 8px;
  }
}

.car-details__desc {
  padding: 30px;
  margin: 40px 0 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.car-details__desc h2 {
  margin: 16px 0;
}
.car-details__desc p {
  margin-bottom: 16px;
}
.car-details__desc p:last-child {
  margin-bottom: 0;
}
.car-details__desc hr {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 41.875em) {
  .car-details__pics,
  .car-details__features {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .car-details__pics:last-child,
  .car-details__features:last-child {
    margin-right: 0;
  }
  .car-details__features {
    margin-top: 20px;
  }
}
@media screen and (max-width: 48em) {
  .car-details__store {
    float: none;
  }
  .car-details__title {
    max-width: initial;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .car-details__price {
    position: relative;
  }
}
/*------------------------------------*
 *  #BRANDS */
/*------------------------------------*/
.brands-container {
  overflow: hidden;
}

.brands {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 37.5em) {
  .brands {
    margin-bottom: 20px !important;
  }
}
.brands li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 41px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  background: white;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.brands li:last-child {
  margin-right: 0;
}
.brands a {
  display: block;
}
@media screen and (max-width: 37.5em) {
  .brands {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

.brands--home {
  border-top: none;
  border-bottom: 1px solid #ccc;
  padding-top: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 37.5em) {
  .brands--home {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*------------------------------------*
 *  #VENEZA-GROUP */
/*------------------------------------*/
.veneza-group {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #FFF;
}
@media screen and (max-width: 48em) {
  .veneza-group {
    margin-bottom: 10px;
  }
}
.veneza-group__heading {
  position: relative;
  margin-bottom: 20px;
}
.veneza-group__heading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.veneza-group__title {
  position: relative;
  z-index: 20;
  width: 192px;
  height: 32px;
  margin: 0 auto;
  background: url("../img/logo-veneza.png") center center no-repeat #FFF;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/*------------------------------------*
 *  #BRANDS VNZ */
/*------------------------------------*/
.brands_vnz {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.brands_vnz__sections-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.brands_vnz__section {
  float: left;
}
.brands_vnz__section:last-child {
  margin-right: 0;
}
.brands_vnz__section__title {
  margin-bottom: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
}
.brands_vnz__list {
  display: inline-block;
  font-size: 0;
}
.brands_vnz__list__item {
  display: inline-block;
  width: 95px;
  height: 80px;
  margin: 10px 0;
  text-align: center;
  border-right: 1px solid #dadada;
}
.brands_vnz__list__item:last-child {
  border-right: none;
}
.brands_vnz__list__image {
  display: table-cell;
  vertical-align: middle;
  width: 95px;
  height: 80px;
}
.brands_vnz__list__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*------------------------------------*
 *  #PAGINATION */
/*------------------------------------*/
.pagination {
  float: left;
  clear: both;
  text-align: center;
}
.pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  line-height: 28px;
  text-align: center;
  color: #666;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination a:hover, .pagination a.active {
  color: #333;
  background: blue;
  border-color: blue;
}
@media screen and (max-width: 48em) {
  .pagination a {
    width: 25px;
  }
}
@media screen and (max-width: 20em) {
  .pagination a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 48em) {
  .pagination {
    float: none;
  }
}

/*------------------------------------*
 *  #DIVIDER TITLE */
/*------------------------------------*/
.divider-title {
  position: relative;
  clear: both;
  text-align: center;
}
.divider-title h2 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  background: #f0f0f0;
  z-index: 20;
}
.divider-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #ccc;
  z-index: 10;
}

/*------------------------------------*
 *  #SEARCH LINK */
/*------------------------------------*/
.search-link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url("../img/icons-sprite.png") -65px 0;
}

/*------------------------------------*
 *  #MAIN SLIDER */
/*------------------------------------*/
.index-slider-desktop {
  visibility: hidden;
}

.index-slider-mobile {
  display: none;
  visibility: hidden;
}

@media (max-width: 700px) {
  .index-slider-desktop {
    display: none;
  }
  .index-slider-mobile {
    display: block;
  }
}
.main-slider .slide {
  max-width: 100%;
  max-height: 460px;
  margin: 0 auto;
}
.main-slider .slide img {
  width: 100%;
}
.main-slider .slide__container {
  padding-right: 30px;
  margin-top: 80px;
}

/*------------------------------------*
 *  #MAIN BUSCA */
/*------------------------------------*/
.main-busca {
  position: relative;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.hero .main-busca {
  position: absolute;
  width: 100%;
  top: -90px;
}
@media screen and (max-width: 48.125em) {
  .hero .main-busca {
    position: relative;
    top: 25px;
  }
}
@media screen and (max-width: 48.125em) {
  .main-busca {
    display: none;
  }
}

.main-busca--mobile {
  display: none;
  border: 1px solid #ccc;
}
@media screen and (max-width: 48.125em) {
  .main-busca--mobile {
    display: block;
  }
}

input[type=text].main-busca__input {
  width: 100%;
  height: 60px;
  padding: 0 60px 0 20px;
  font-size: 25px;
  color: #363636;
  border: none;
  border-radius: 2px;
  outline: 0;
}
@media screen and (max-width: 48.125em) {
  input[type=text].main-busca__input {
    font-size: 14px;
  }
}

input[type=submit].main-busca__submit {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_busca.png) 0 0 no-repeat;
  border: none;
  text-indent: -9999px;
  padding: 0;
}

.hero .main-busca--mobile {
  bottom: -50px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  margin: 5px 3px;
}

.hero .bx-wrapper .bx-pager.bx-default-pager a.active,
.hero .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #004077;
}

/*------------------------------------*
 *  #STORE HEADER */
/*------------------------------------*/
.store-header {
  height: 270px;
}
.store-header .store-name {
  width: 100%;
}
.store-header .store-name:after {
  top: 0;
}
.store-header p {
  font-size: 12px;
  margin-left: 30px;
}
.store-header .inner-map {
  height: 137px;
  border-radius: 4px;
}

/*------------------------------------*
 *  #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: 64em) {
  .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: 700;
  line-height: 1.3;
  color: white;
}

.team-member__phone {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: blue;
}

@media screen and (max-width: 39.375em) {
  .team-member__info {
    padding: 10px;
  }
  .team-member__phone,
  .team-member__name {
    font-weight: 400;
  }
  .team-member__name {
    font-size: 14px;
  }
}
/*------------------------------------*
 *  #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: #f6f6f6;
}
.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: 40px;
}
.compare-vehicles td {
  font-size: 12px;
  width: 25%;
  padding: 12px 0;
  vertical-align: top;
}
.compare-vehicles td:first-child {
  padding-right: 50px;
  font-weight: 500;
  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;
  }
}

/*------------------------------------*
 *  #EXCLUSIVE CAR */
/*------------------------------------*/
.exclusive-cars-list {
  padding-bottom: 12px;
  margin-bottom: 40px;
  border-bottom: 3px solid #333;
}

.exclusive-car {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.exclusive-car img {
  max-width: 100%;
  height: auto;
}
.exclusive-car figcaption {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  padding-left: 20px;
  line-height: 110px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background: url("../img/bg-exclusive-car.png");
}
@media screen and (max-width: 30em) {
  .exclusive-car figcaption {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
  }
}

/*------------------------------------*
 *  #CONTACT FORM */
/*------------------------------------*/
.contact-form {
  margin-bottom: 40px;
}
.contact-form h2 {
  margin: 0;
}
@media screen and (max-width: 30em) {
  .contact-form .row:last-child .col-1-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .contact-form .row:last-child .col-1-2:last-child {
    margin-right: 0;
  }
}

/*------------------------------------*
 *  #MODAL */
/*------------------------------------*/
.modal {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 90px 10px rgba(53, 53, 53, 0.8);
  -moz-box-shadow: 0px 0px 90px 10px rgba(53, 53, 53, 0.8);
  -webkit-box-shadow: 0px 0px 90px 10px rgba(53, 53, 53, 0.8);
}

.remodal--small {
  max-width: 400px;
}
.remodal--medium {
  max-width: 580px;
}
.remodal--large {
  max-width: 780px;
}
.remodal .floater-img-resp {
  width: 100%;
  max-width: 100%;
}
.remodal .remodal-close {
  position: absolute;
  top: 22px;
  right: 20px;
}
.remodal .label {
  line-height: 40px;
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 38.125em) {
  .remodal .label {
    line-height: initial;
  }
}

.modal__header {
  height: 70px;
  padding-left: 20px;
  line-height: 70px;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  color: white;
  background: black;
}

.modal__content {
  padding: 20px 20px 40px;
  text-align: left;
}
.modal__content p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal__content p b {
  color: black;
}
.modal__content .vehicle-description p {
  margin-bottom: 0;
}

.modal__image {
  padding: 0px !important;
}
.modal__image img {
  margin: 0px !important;
}

.modal--smaller {
  max-width: 360px;
}

.modal--aviso {
  max-width: 440px;
}
.modal--aviso .modal__content {
  padding-bottom: 20px;
}

@media screen and (max-width: 48em) {
  .modal__header {
    font-size: 16px;
  }
  .modal__content > .row:last-child .col-1-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .modal__content > .row:last-child .col-1-2:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 23.75em) {
  .modal__content {
    padding-bottom: 20px;
  }
  .modal__content .col-1-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .modal__content .col-1-2:last-child {
    margin-right: 0;
  }
  .modal__content .col-1-2:first-child {
    margin-bottom: 10px;
  }
  .modal__content .col-1-3,
  .modal__content .col-1-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .modal__content .col-1-3:last-child,
  .modal__content .col-1-6:last-child {
    margin-right: 0;
  }
}
/*------------------------------------*
 *  #LOGO LUA4 */
/*------------------------------------*/
.logo-lua4 {
  display: block;
  width: 100px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .logo-lua4 {
    margin-top: 20px;
    float: none;
  }
}

/*------------------------------------*
 *  #FORM DEFAULT */
/*------------------------------------*/
.form-default .row {
  margin-bottom: 20px;
}
.form-default .row:last-child {
  margin-bottom: 0;
}
.form-default textarea {
  padding: 10px;
  height: 90px;
  line-height: 16px;
}
.form-default .col-1-4 {
  margin-bottom: 0;
}
@media screen and (max-width: 30em) {
  .form-default .row {
    margin-bottom: 10px;
  }
}

.dotted-area .row {
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 1px dotted #999;
}
.dotted-area .row:first-child {
  border-top: 1px dotted #999;
}
.dotted-area .row:last-child {
  margin-bottom: 20px;
}

/*------------------------------------*
 *  #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: 2.3576515979%;
    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: 3px;
  right: 3px;
  z-index: 90;
  padding: 0 10px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
  border: none;
  border-radius: 4px;
  opacity: 0.7;
  outline: none;
  color: #fff;
}
.compare-cart-add:hover {
  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 #004077;
  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: 2.3576515979%;
    width: 31.7615656014%;
  }
  .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: 2.3576515979%;
    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: 2.3576515979%;
    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;
  }
}
/*------------------------------------*
 *  #CAR NOT FOUND LINK */
/*------------------------------------*/
.car-not-found-link {
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #666;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.car-not-found-link:hover {
  color: #333;
}
@media screen and (max-width: 48em) {
  .car-not-found-link {
    float: none;
    display: block;
    margin-top: 16px;
    text-align: center;
  }
}

/*------------------------------------*
 *  #FILE UPLOAD */
/*------------------------------------*/
button.confirm {
  background-color: #004077 !important;
}

.file-upload {
  position: relative;
}

.file-upload__btn {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 4px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: blue;
  border-radius: 4px;
  overflow: hidden;
  z-index: 20;
}
.file-upload__btn input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
}

input[type=text].file-upload__name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 170px;
}

.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;
}

/*------------------------------------*
 *  CHOSEN */
/*------------------------------------*/
.chosen-container-single .chosen-single {
  border: 1px solid #000;
  border-radius: 4px;
  height: 40px;
  line-height: 37px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: none;
}
.chosen-container-single .chosen-single span {
  height: 40px;
  line-height: 37px;
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.chosen-container-single .chosen-single div b {
  background: rgba(0, 0, 0, 0) url("../img/icons-sprite.png") no-repeat scroll -47px 0;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 5px;
}

.modal {
  overflow: visible;
}

/*------------------------------------*
 *  #CONTACTS */
/*------------------------------------*/
.contacts {
  text-align: right;
}
@media screen and (max-width: 62.5em) {
  .contacts {
    border-bottom: none;
  }
}
.contacts > li {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #555;
  margin-right: 10px;
}
.contacts > li a {
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 62.5em) {
  .contacts > li {
    line-height: 30px;
  }
}
@media screen and (min-width: 62.5625em) {
  .contacts > li a {
    color: #fff;
    pointer-events: none;
  }
}
.contacts > li.phone-list {
  position: relative;
}
.contacts > li.phone-list:hover .phone__submenu {
  display: block;
}
.contacts > li.phone-list::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../img/icon-plus.png") center center no-repeat #e6e6e6;
  margin-left: 5px;
}
.contacts > li.phone-list .phone__submenu {
  display: none;
  position: absolute;
  top: 40px;
  left: -10px;
  width: 160px;
  padding: 10px;
  z-index: 10;
  background: #e6e6e6;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.4);
}
.contacts > li.phone-list .phone__submenu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e6e6e6;
}
.contacts > li.phone-list .phone__submenu > li {
  display: block;
  margin-right: 0;
  padding-left: 10px;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.contacts > li.phone-list .phone__submenu > li:first-child {
  padding-left: 0;
  font-size: 12px;
  color: #929292;
}
.contacts > li.phone .fa-phone {
  display: none;
}
.contacts > li.phone:first-child .fa-phone {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 2px;
}
.contacts > li.phone::before {
  display: none;
}
.contacts > li.phone:first-child::before {
  display: inline-block;
}
.contacts > li.whatsapp .fa-whatsapp {
  font-size: 20px;
  color: #43d854;
  position: relative;
  top: 2px;
}
.contacts > li:last-child {
  margin-right: 0;
}
.contacts--mobile {
  float: none;
  border-left: none;
  text-align: center;
}
.contacts--mobile li {
  margin-right: 10px;
  color: #fff;
}
@media screen and (max-width: 32.5em) {
  .contacts--mobile li {
    display: block;
  }
}
.contacts--mobile li.phone::before {
  background: url("../img/icon-phone-white.png");
}
@media screen and (max-width: 32.5em) {
  .contacts--mobile li.phone::before {
    display: inline-block;
  }
}

.slicknav_nav .contacts--mobile li {
  display: block;
}
.slicknav_nav .contacts--mobile li .fa-phone {
  display: none !important;
}

/*------------------------------------*
 *  #SOCIAL-MEDIAS */
/*------------------------------------*/
.social-medias {
  float: right;
  margin-top: 34px;
}
@media screen and (max-width: 62.5em) {
  .social-medias {
    display: none;
  }
}
.social-medias li {
  display: inline-block;
  margin-right: 10px;
}
.social-medias li:last-child {
  margin-right: 0;
}
.social-medias a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  background-image: url("../img/social-medias-icons.png");
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.social-medias a.facebook {
  background-color: #4d68a2;
  background-position: 0 0;
}
.social-medias a.facebook:hover {
  background-color: #5974b0;
}
.social-medias a.instagram {
  background-color: #005686;
  background-position: -30px 0;
}
.social-medias a.instagram:hover {
  background-color: #0066a0;
}
.social-medias a.twitter {
  background-color: #55aace;
  background-position: -60px 0;
}
.social-medias a.twitter:hover {
  background-color: #69b4d4;
}
.social-medias a.youtube {
  background-color: #cc181e;
  background-position: -90px 0;
}
.social-medias a.youtube:hover {
  background-color: #e31b21;
}

.section-title {
  margin: 30px 0 0;
  text-transform: uppercase;
  color: #004077;
}

@media screen and (max-width: 76.25em) {
  .section-title--busca-seminovo {
    display: none;
  }
}

/*------------------------------------*
 *  #BxSlider */
/*------------------------------------*/
.bx-wrapper {
  margin: 0 auto;
  width: 1440px;
}
.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 48em) {
  .main-slider-wrapper {
    padding: 0 10px;
  }
  .main-slider-wrapper .bx-viewport {
    border-radius: 4px;
  }
}
.car-slider .bx-viewport {
  border-top: 3px solid black;
  border-radius: 4px;
}

.car-details__pics .bx-pager {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 0;
}
.car-details__pics .bx-pager a {
  width: 109.6px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.car-details__pics .bx-pager a:nth-child(5n) {
  margin-right: 0;
}
.car-details__pics .bx-pager a img {
  max-width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 76.25em) {
  .car-details__pics .bx-pager a {
    float: none;
    display: inline-block;
    margin: 0 5px 10px;
  }
  .car-details__pics .bx-pager a:nth-child(5n) {
    margin-right: 5px;
  }
}

.testimonials-slider .bx-viewport {
  background: transparent;
}
.testimonials-slider .bx-pager {
  bottom: -40px;
}
.testimonials-slider .bx-wrapper .bx-prev,
.testimonials-slider .bx-wrapper .bx-next {
  background-image: url("../img/icons-sprite.png");
}
.testimonials-slider .bx-wrapper .bx-prev {
  left: -200px;
  background-position: 0 -309px;
}
.testimonials-slider .bx-wrapper .bx-prev:hover {
  background-position: 0 -309px;
}
.testimonials-slider .bx-wrapper .bx-next {
  right: -200px;
  background-position: -35px -309px;
}
.testimonials-slider .bx-wrapper .bx-next:hover {
  background-position: -35px -309px;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a {
  width: 35px;
  height: 35px;
  margin-top: -17px;
}
@media screen and (max-width: 75em) {
  .testimonials-slider .bx-wrapper .bx-prev {
    left: -50px;
  }
  .testimonials-slider .bx-wrapper .bx-next {
    right: -50px;
  }
}
@media screen and (max-width: 58.75em) {
  .testimonials-slider .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .testimonials-slider .bx-controls {
    display: none;
  }
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(../img/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url(../img/controls.png) no-repeat 0 -40px;
}

.bx-wrapper .bx-prev:hover {
  background-position: -30px 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -30px -40px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 30px;
  height: 40px;
  text-indent: -9999px;
  z-index: 8;
}

/*------------------------------------*
 *  #Remodal */
/*------------------------------------*/
.remodal {
  padding: 0;
}

.remodal-overlay {
  background: rgba(0, 64, 119, 0.8);
}

@media screen and (max-width: 41.25em) {
  .remodal-wrapper {
    margin: 0 10px;
  }
  .remodal {
    min-height: initial;
  }
}
/*------------------------------------*
 *  #Slicknav */
/*------------------------------------*/
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 62.5em) {
  .slicknav_menu {
    display: block;
  }
  .header {
    display: none;
  }
}
.slicknav_menu {
  position: relative;
  min-height: 60px;
  padding: 60px 0 0;
  margin-bottom: 20px;
  background: #ededed;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: black;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slicknav_btn {
  background: transparent;
}

.slicknav_menu .slicknav_icon {
  position: relative;
}
.slicknav_menu .slicknav_icon .slicknav_icon-bar {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: "";
}
.slicknav_menu .slicknav_icon .slicknav_icon-bar:first-child {
  top: -10px;
}
.slicknav_menu .slicknav_icon .slicknav_icon-bar:last-child {
  bottom: -10px;
}

.slicknav_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 22px;
}
.slicknav_btn span,
.slicknav_btn span:before,
.slicknav_btn span:after {
  cursor: pointer;
  border-radius: 5px;
  height: 4px;
  width: 30px;
  background: black;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slicknav_btn span {
  top: 10px;
}
.slicknav_btn span:before {
  top: -8px;
}
.slicknav_btn span:after {
  bottom: -8px;
}
.slicknav_btn.slicknav_open span {
  background-color: transparent;
}
.slicknav_btn.slicknav_open span:before, .slicknav_btn.slicknav_open span:after {
  top: 0;
}
.slicknav_btn.slicknav_open span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slicknav_btn.slicknav_open span:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  top: 8px;
}

.slicknav_nav {
  padding: 12px 0;
  background: #004077;
  border-bottom: 3px solid white;
}
.slicknav_nav li {
  margin: 5px 0;
}
.slicknav_nav a {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.slicknav_nav a:hover {
  background: none;
}

/*------------------------------------*
 *  #Sweetalert */
/*------------------------------------*/
.sweet-alert h2 {
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  margin: 0;
}

.sweet-alert button {
  padding: 5px 32px;
  margin-top: 12px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}

/*------------------------------------*
 *  #RRSSB */
/*------------------------------------*/
.rrssb-whatsapp {
  display: none;
}
@media screen and (max-width: 48em) {
  .rrssb-whatsapp {
    display: block;
  }
}

/*# sourceMappingURL=app.css.map */